/**
* - NCW CSS -
* Updated: 20/05/2025 with Bootstrap v5.2.3 
**/


 @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap";:root {
    --spacing-0: 0px;
    --spacing-0․5: 2px;
    --spacing-1: 4px;
    --spacing-1․5: 6px;
    --spacing-2: 8px;
    --spacing-3: 12px;
    --spacing-4: 16px;
    --spacing-5: 20px;
    --spacing-6: 24px;
    --spacing-8: 32px;
    --spacing-10: 40px;
    --spacing-12: 48px;
    --spacing-16: 64px;
    --spacing-20: 80px;
    --spacing-24: 96px;
    --spacing-32: 128px;
    --spacing-40: 160px;
    --spacing-48: 192px;
    --spacing-56: 224px;
    --spacing-64: 256px;
    --spacing-80: 320px;
    --spacing-96: 384px;
    --spacing-120: 480px;
    --spacing-140: 560px;
    --spacing-160: 640px;
    --spacing-180: 720px;
    --spacing-192: 768px;
    --spacing-256: 1024px;
    --spacing-320: 1280px;
    --spacing-360: 1440px;
    --spacing-400: 1600px;
    --spacing-480: 1920px;
    --spacing-none: var(--spacing-0);
    --spacing-xxs: var(--spacing-0․5);
    --spacing-xs: var(--spacing-1);
    --spacing-sm: var(--spacing-1․5);
    --spacing-md: var(--spacing-2);
    --spacing-lg: var(--spacing-3);
    --spacing-xl: var(--spacing-4);
    --spacing-2xl: var(--spacing-5);
    --spacing-3xl: var(--spacing-6);
    --spacing-4xl: var(--spacing-8);
    --spacing-5xl: var(--spacing-10);
    --spacing-6xl: var(--spacing-12);
    --spacing-7xl: var(--spacing-16);
    --spacing-8xl: var(--spacing-20);
    --spacing-9xl: var(--spacing-24);
    --spacing-10xl: var(--spacing-32);
    --spacing-11xl: var(--spacing-40);
    --width-xxs: var(--spacing-80);
    --width-xs: var(--spacing-96);
    --width-sm: var(--spacing-120);
    --width-md: var(--spacing-140);
    --width-lg: var(--spacing-160);
    --width-xl: var(--spacing-192);
    --width-2xl: var(--spacing-256);
    --width-3xl: var(--spacing-320);
    --width-4xl: var(--spacing-360);
    --width-5xl: var(--spacing-400);
    --width-6xl: var(--spacing-480);
    --paragraph-max-width: var(--spacing-180);
    --container-padding-mobile: var(--spacing-4);
    --container-padding-desktop: var(--spacing-8);
    --container-max-width-desktop: var(--spacing-320);
    --radius-none: 0;
    --radius-xxs: 2px;
    --radius-xs: 4px;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 10px;
    --radius-xl: 12px;
    --radius-2xl: 16px;
    --radius-3xl: 20px;
    --radius-4xl: 24px;
    --radius-full: 9999px;
    --colors-base-white: #ffffff;
    --colors-base-black: #000000;
    --colors-alpha-white: 0deg 0% 100%;
    --colors-alpha-black: 0deg 0% 0%;
    --colors-gray-25: #FCFCFD;
    --colors-gray-50: #F9FAFB;
    --colors-gray-100: #F2F4F7;
    --colors-gray-200: #EAECF0;
    --colors-gray-300: #D0D5DD;
    --colors-gray-400: #98A2B3;
    --colors-gray-500: #667085;
    --colors-gray-600: #475467;
    --colors-gray-800: #182230;
    --colors-gray-900: #101828;
    --colors-gray-25: #FAFAFA;
    --colors-gray-50: #F5F5F6;
    --colors-gray-100: #F0F1F1;
    --colors-gray-200: #ECECED;
    --colors-gray-300: #CECFD2;
    --colors-gray-400: #94969C;
    --colors-gray-500: #85888E;
    --colors-gray-600: #61646C;
    --colors-gray-700: #333741;
    --colors-gray-800: #1F242F;
    --colors-gray-900: #161B26;
    --colors-gray-950: #0C111D;
    --colors-brand-25: #F7FDF9;
    --colors-brand-50: #F3FCF6;
    --colors-brand-100: #DFF6E7;
    --colors-brand-200: #B8EACB;
    --colors-brand-300: #88D8AD;
    --colors-brand-400: #54C08A;
    --colors-brand-500: #25935F;
    --colors-brand-600: #1B8354;
    --colors-brand-700: #166A45;
    --colors-brand-800: #14573A;
    --colors-brand-900: #104631;
    --colors-brand-950: #092A1E;
    --colors-error-25: #FFFBFA;
    --colors-error-50: #FEF3F2;
    --colors-error-100: #FEE4E2;
    --colors-error-200: #FECDCA;
    --colors-error-300: #FDA29B;
    --colors-error-400: #F97066;
    --colors-error-500: #F04438;
    --colors-error-600: #D92D20;
    --colors-error-700: #B42318;
    --colors-error-800: #912018;
    --colors-error-900: #7A271A;
    --colors-error-950: #55160C;
    --colors-warning-25: #FFFCF5;
    --colors-warning-50: #FFFAEB;
    --colors-warning-100: #FEF0C7;
    --colors-warning-200: #FEDF89;
    --colors-warning-300: #FEC84B;
    --colors-warning-400: #FDB022;
    --colors-warning-500: #F79009;
    --colors-warning-600: #DC6803;
    --colors-warning-700: #B54708;
    --colors-warning-800: #93370D;
    --colors-warning-900: #7A2E0E;
    --colors-warning-950: #4E1D09;
    --colors-success-25: #F6FEF9;
    --colors-success-50: #ECFDF3;
    --colors-success-100: #DCFAE6;
    --colors-success-200: #ABEFC6;
    --colors-success-300: #75E0A7;
    --colors-success-400: #47CD89;
    --colors-success-500: #17B26A;
    --colors-success-600: #079455;
    --colors-success-700: #067647;
    --colors-success-800: #085D3A;
    --colors-success-900: #074D31;
    --colors-success-950: #053321;
    --colors-info-25: #F5FAFF;
    --colors-info-50: #EFF8FF;
    --colors-info-100: #D1E9FF;
    --colors-info-200: #B2DDFF;
    --colors-info-300: #84CAFF;
    --colors-info-400: #53B1FD;
    --colors-info-500: #2E90FA;
    --colors-info-600: #1570EF;
    --colors-info-700: #175CD3;
    --colors-info-800: #1849A9;
    --colors-info-900: #194185;
    --colors-info-950: #102A56;
    --colors-gray-blue-25: #FCFCFD;
    --colors-gray-blue-50: #F8F9FC;
    --colors-gray-blue-100: #EAECF5;
    --colors-gray-blue-200: #D5D9EB;
    --colors-gray-blue-300: #B3B8DB;
    --colors-gray-blue-400: #717BBC;
    --colors-gray-blue-500: #4E5BA6;
    --colors-gray-blue-600: #3E4784;
    --colors-gray-blue-700: #363F72;
    --colors-gray-blue-800: #293056;
    --colors-gray-blue-900: #101323;
    --colors-gray-blue-950: #0D0F1C;
    --colors-gray-cool-25: #FCFCFD;
    --colors-gray-cool-50: #F9F9FB;
    --colors-gray-cool-100: #EFF1F5;
    --colors-gray-cool-200: #DCDFEA;
    --colors-gray-cool-300: #B9C0D4;
    --colors-gray-cool-400: #7D89B0;
    --colors-gray-cool-500: #5D6B98;
    --colors-gray-cool-600: #4A5578;
    --colors-gray-cool-700: #404968;
    --colors-gray-cool-800: #30374F;
    --colors-gray-cool-900: #111322;
    --colors-gray-cool-950: #0E101B;
    --colors-gray-modern-25: #FCFCFD;
    --colors-gray-modern-50: #F8FAFC;
    --colors-gray-modern-100: #EEF2F6;
    --colors-gray-modern-200: #E3E8EF;
    --colors-gray-modern-300: #CDD5DF;
    --colors-gray-modern-400: #9AA4B2;
    --colors-gray-modern-500: #697586;
    --colors-gray-modern-600: #4B5565;
    --colors-gray-modern-700: #364152;
    --colors-gray-modern-800: #202939;
    --colors-gray-modern-900: #121926;
    --colors-gray-modern-950: #0D121C;
    --colors-gray-neutral-25: #FCFCFD;
    --colors-gray-neutral-50: #F9FAFB;
    --colors-gray-neutral-100: #F3F4F6;
    --colors-gray-neutral-200: #E5E7EB;
    --colors-gray-neutral-300: #D2D6DB;
    --colors-gray-neutral-400: #9DA4AE;
    --colors-gray-neutral-500: #6C737F;
    --colors-gray-neutral-600: #4D5761;
    --colors-gray-neutral-700: #384250;
    --colors-gray-neutral-800: #1F2A37;
    --colors-gray-neutral-900: #111927;
    --colors-gray-neutral-950: #0D121C;
    --colors-gray-iron-25: #FCFCFC;
    --colors-gray-iron-50: #FAFAFA;
    --colors-gray-iron-100: #F4F4F5;
    --colors-gray-iron-200: #E4E4E7;
    --colors-gray-iron-300: #D1D1D6;
    --colors-gray-iron-400: #A0A0AB;
    --colors-gray-iron-500: #70707B;
    --colors-gray-iron-600: #51525C;
    --colors-gray-iron-700: #3F3F46;
    --colors-gray-iron-800: #26272B;
    --colors-gray-iron-900: #1A1A1E;
    --colors-gray-iron-950: #131316;
    --colors-gray-true-25: #FCFCFC;
    --colors-gray-true-50: #FAFAFA;
    --colors-gray-true-100: #F5F5F5;
    --colors-gray-true-200: #E5E5E5;
    --colors-gray-true-300: #D6D6D6;
    --colors-gray-true-400: #A3A3A3;
    --colors-gray-true-500: #737373;
    --colors-gray-true-600: #525252;
    --colors-gray-true-700: #424242;
    --colors-gray-true-800: #292929;
    --colors-gray-true-900: #141414;
    --colors-gray-true-950: #0F0F0F;
    --colors-gray-warm-25: #FDFDFC;
    --colors-gray-warm-50: #FAFAF9;
    --colors-gray-warm-100: #F5F5F4;
    --colors-gray-warm-200: #E7E5E4;
    --colors-gray-warm-300: #D7D3D0;
    --colors-gray-warm-400: #A9A29D;
    --colors-gray-warm-500: #79716B;
    --colors-gray-warm-600: #57534E;
    --colors-gray-warm-700: #44403C;
    --colors-gray-warm-800: #292524;
    --colors-gray-warm-900: #1C1917;
    --colors-gray-warm-950: #171412;
    --colors-moss-25: #FAFDF7;
    --colors-moss-50: #F5FBEE;
    --colors-moss-100: #E6F4D7;
    --colors-moss-200: #CEEAB0;
    --colors-moss-300: #ACDC79;
    --colors-moss-400: #86CB3C;
    --colors-moss-500: #669F2A;
    --colors-moss-600: #4F7A21;
    --colors-moss-700: #3F621A;
    --colors-moss-800: #335015;
    --colors-moss-900: #2B4212;
    --colors-moss-950: #1A280B;
    --colors-green-light-25: #FAFEF5;
    --colors-green-light-50: #F3FEE7;
    --colors-green-light-100: #E3FBCC;
    --colors-green-light-200: #D0F8AB;
    --colors-green-light-300: #A6EF67;
    --colors-green-light-400: #85E13A;
    --colors-green-light-500: #66C61C;
    --colors-green-light-600: #4CA30D;
    --colors-green-light-700: #3B7C0F;
    --colors-green-light-800: #326212;
    --colors-green-light-900: #2B5314;
    --colors-green-light-950: #15290A;
    --colors-green-25: #F6FEF9;
    --colors-green-50: #EDFCF2;
    --colors-green-100: #D3F8DF;
    --colors-green-200: #AAF0C4;
    --colors-green-300: #73E2A3;
    --colors-green-400: #3CCB7F;
    --colors-green-500: #16B364;
    --colors-green-600: #099250;
    --colors-green-700: #087443;
    --colors-green-800: #095C37;
    --colors-green-900: #084C2E;
    --colors-green-950: #052E1C;
    --colors-Teal-25: #F6FEFC;
    --colors-Teal-50: #F0FDF9;
    --colors-Teal-100: #CCFBEF;
    --colors-Teal-200: #99F6E0;
    --colors-Teal-300: #5FE9D0;
    --colors-Teal-400: #2ED3B7;
    --colors-Teal-500: #15B79E;
    --colors-Teal-600: #0E9384;
    --colors-Teal-700: #107569;
    --colors-Teal-800: #125D56;
    --colors-Teal-900: #134E48;
    --colors-Teal-950: #0A2926;
    --colors-cyan-25: #F5FEFF;
    --colors-cyan-50: #ECFDFF;
    --colors-cyan-100: #CFF9FE;
    --colors-cyan-200: #A5F0FC;
    --colors-cyan-300: #67E3F9;
    --colors-cyan-400: #22CCEE;
    --colors-cyan-500: #06AED4;
    --colors-cyan-600: #088AB2;
    --colors-cyan-700: #0E7090;
    --colors-cyan-800: #155B75;
    --colors-cyan-900: #164C63;
    --colors-cyan-950: #0D2D3A;
    --colors-blue-light-25: #F5FBFF;
    --colors-blue-light-50: #F0F9FF;
    --colors-blue-light-100: #E0F2FE;
    --colors-blue-light-200: #B9E6FE;
    --colors-blue-light-300: #7CD4FD;
    --colors-blue-light-400: #36BFFA;
    --colors-blue-light-500: #0BA5EC;
    --colors-blue-light-600: #0086C9;
    --colors-blue-light-700: #026AA2;
    --colors-blue-light-800: #065986;
    --colors-blue-light-900: #0B4A6F;
    --colors-blue-light-950: #062C41;
    --colors-blue-dark-25: #F5F8FF;
    --colors-blue-dark-50: #EFF4FF;
    --colors-blue-dark-100: #D1E0FF;
    --colors-blue-dark-200: #B2CCFF;
    --colors-blue-dark-300: #84ADFF;
    --colors-blue-dark-400: #528BFF;
    --colors-blue-dark-500: #2970FF;
    --colors-blue-dark-600: #155EEF;
    --colors-blue-dark-700: #004EEB;
    --colors-blue-dark-800: #0040C1;
    --colors-blue-dark-900: #00359E;
    --colors-blue-dark-950: #002266;
    --colors-indigo-25: #F5F8FF;
    --colors-indigo-50: #EEF4FF;
    --colors-indigo-100: #E0EAFF;
    --colors-indigo-200: #C7D7FE;
    --colors-indigo-300: #A4BCFD;
    --colors-indigo-400: #8098F9;
    --colors-indigo-500: #6172F3;
    --colors-indigo-600: #444CE7;
    --colors-indigo-700: #3538CD;
    --colors-indigo-800: #2D31A6;
    --colors-indigo-900: #2D3282;
    --colors-indigo-950: #1F235B;
    --colors-violet-25: #FBFAFF;
    --colors-violet-50: #F5F3FF;
    --colors-violet-100: #ECE9FE;
    --colors-violet-200: #DDD6FE;
    --colors-violet-300: #C3B5FD;
    --colors-violet-400: #A48AFB;
    --colors-violet-500: #875BF7;
    --colors-violet-600: #7839EE;
    --colors-violet-700: #6927DA;
    --colors-violet-800: #5720B7;
    --colors-violet-900: #491C96;
    --colors-violet-950: #2E125E;
    --colors-purple-25: #FAFAFF;
    --colors-purple-50: #F4F3FF;
    --colors-purple-100: #EBE9FE;
    --colors-purple-200: #D9D6FE;
    --colors-purple-300: #BDB4FE;
    --colors-purple-400: #9B8AFB;
    --colors-purple-500: #7A5AF8;
    --colors-purple-600: #6938EF;
    --colors-purple-700: #5925DC;
    --colors-purple-800: #4A1FB8;
    --colors-purple-900: #3E1C96;
    --colors-purple-950: #27115F;
    --colors-fuchsia-25: #FEFAFF;
    --colors-fuchsia-50: #FDF4FF;
    --colors-fuchsia-100: #FBE8FF;
    --colors-fuchsia-200: #F6D0FE;
    --colors-fuchsia-300: #EEAAFD;
    --colors-fuchsia-400: #E478FA;
    --colors-fuchsia-500: #D444F1;
    --colors-fuchsia-600: #BA24D5;
    --colors-fuchsia-700: #9F1AB1;
    --colors-fuchsia-800: #821890;
    --colors-fuchsia-900: #6F1877;
    --colors-fuchsia-950: #47104C;
    --colors-pink-25: #FEF6FB;
    --colors-pink-50: #FDF2FA;
    --colors-pink-100: #FCE7F6;
    --colors-pink-200: #FCCEEE;
    --colors-pink-300: #FAA7E0;
    --colors-pink-400: #F670C7;
    --colors-pink-500: #EE46BC;
    --colors-pink-600: #DD2590;
    --colors-pink-700: #C11574;
    --colors-pink-800: #9E165F;
    --colors-pink-900: #851651;
    --colors-pink-950: #4E0D30;
    --colors-rosé-25: #FFF5F6;
    --colors-rosé-50: #FFF1F3;
    --colors-rosé-100: #FFE4E8;
    --colors-rosé-200: #FECDD6;
    --colors-rosé-300: #FEA3B4;
    --colors-rosé-400: #FD6F8E;
    --colors-rosé-500: #F63D68;
    --colors-rosé-600: #E31B54;
    --colors-rosé-700: #C01048;
    --colors-rosé-800: #A11043;
    --colors-rosé-900: #89123E;
    --colors-rosé-950: #510B24;
    --colors-orange-dark-25: #FFF9F5;
    --colors-orange-dark-50: #FFF4ED;
    --colors-orange-dark-100: #FFE6D5;
    --colors-orange-dark-200: #FFD6AE;
    --colors-orange-dark-300: #FF9C66;
    --colors-orange-dark-400: #FF692E;
    --colors-orange-dark-500: #FF4405;
    --colors-orange-dark-600: #E62E05;
    --colors-orange-dark-700: #BC1B06;
    --colors-orange-dark-800: #97180C;
    --colors-orange-dark-900: #771A0D;
    --colors-orange-dark-950: #57130A;
    --colors-orange-25: #FEFAF5;
    --colors-orange-50: #FEF6EE;
    --colors-orange-100: #FDEAD7;
    --colors-orange-200: #F9DBAF;
    --colors-orange-300: #F7B27A;
    --colors-orange-400: #F38744;
    --colors-orange-500: #EF6820;
    --colors-orange-600: #E04F16;
    --colors-orange-700: #B93815;
    --colors-orange-800: #932F19;
    --colors-orange-900: #772917;
    --colors-orange-950: #511C10;
    --colors-yellow-25: #FEFDF0;
    --colors-yellow-50: #FEFBE8;
    --colors-yellow-100: #FEF7C3;
    --colors-yellow-200: #FEEE95;
    --colors-yellow-300: #FDE272;
    --colors-yellow-400: #FAC515;
    --colors-yellow-500: #EAAA08;
    --colors-yellow-600: #CA8504;
    --colors-yellow-700: #A15C07;
    --colors-yellow-800: #854A0E;
    --colors-yellow-900: #713B12;
    --colors-yellow-950: #542C0D;
    --gradient-gray-600-500-90deg: linear-gradient(90deg, var(--colors-gray-600) 0%, var(--colors-gray-500) 100%);
    --gradient-gray-700-600-45deg: linear-gradient(45deg, var(--colors-gray-700) 0%, var(--colors-gray-600) 100%);
    --gradient-gray-800-600-45deg: linear-gradient(45deg, var(--colors-gray-800) 0%, var(--colors-gray-600) 100%);
    --gradient-gray-800-600-90deg: linear-gradient(90deg, var(--colors-gray-800) 0%, var(--colors-gray-600) 100%);
    --gradient-gray-800-700-26-5deg: linear-gradient(26.5deg, var(--colors-gray-600) 0%, var(--colors-gray-700) 100%);
    --gradient-gray-900-600-45deg: linear-gradient(45deg, var(--colors-gray-900) 0%, var(--colors-gray-600) 100%);
    --gradient-brand-600-500-90deg: linear-gradient(90deg, var(--colors-brand-600) 0%, var(--colors-brand-500) 100%);
    --gradient-brand-700-600-45deg: linear-gradient(45deg, var(--colors-brand-700) 0%, var(--colors-brand-600) 100%);
    --gradient-brand-800-600-45deg: linear-gradient(45deg, var(--colors-brand-800) 0%, var(--colors-brand-600) 100%);
    --gradient-brand-800-600-90deg: linear-gradient(90deg, var(--colors-brand-800) 0%, var(--colors-brand-600) 100%);
    --gradient-brand-800-700-26-5deg: linear-gradient(26.5deg, var(--colors-brand-600) 0%, var(--colors-brand-700) 100%);
    --gradient-brand-900-600-45deg: linear-gradient(45deg, var(--colors-brand-900) 0%, var(--colors-brand-600) 100%);
    --colors-text-primary: var(--colors-gray-900);
    --colors-text-primary_on-brand: var(--colors-base-white);
    --colors-text-secondary: var(--colors-gray-700);
    --colors-text-secondary_on-brand: hsla(var(--colors-alpha-white)/70%);
    --colors-text-tertiary: var(--colors-gray-600);
    --colors-text-quarterary: var(--colors-gray-500);
    --colors-text-white: var(--colors-base-white);
    --colors-text-disabled: var(--colors-gray-500);
    --colors-text-placeholder: var(--colors-gray-500);
    --colors-text-brand-primary: var(--colors-brand-800);
    --colors-text-brand-secondary: var(--colors-brand-700);
    --colors-text-error-primary: var(--colors-error-600);
    --colors-border-primary: var(--colors-gray-300);
    --colors-border-secondary: var(--colors-gray-200);
    --colors-border-disabled: var(--colors-gray-300);
    --colors-border-disabled_subtle: var(--colors-gray-200);
    --colors-border-brand: var(--colors-brand-300);
    --colors-border-error: var(--colors-error-300);
    --colors-fg-primary: var(--colors-gray-900);
    --colors-fg-quinary-400: var(--colors-gray-400);
    --colors-fg-tertiary-600: var(--colors-gray-600);
    --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --shadow-sm: 0px 1px 2px 0px rgba(16, 24, 40, .06), 0px 1px 3px 0px rgba(16, 24, 40, .1);
    --shadow-md: 0px 2px 4px -2px rgba(16, 24, 40, .06), 0px 4px 8px -2px rgba(16, 24, 40, .1);
    --shadow-lg: 0px 4px 6px -2px rgba(16, 24, 40, .03), 0px 12px 16px -4px rgba(16, 24, 40, .08);
    --shadow-xl: 0px 8px 8px -4px rgba(16, 24, 40, .03), 0px 20px 24px -4px rgba(16, 24, 40, .08);
    --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, .18);
    --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, .14)
}

.btn-icon {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center
}

.btn--lg span.btn-icon {
    width: 24px;
    height: 24px
}

.btn--md span.btn-icon {
    width: 20px;
    height: 20px
}

.btn--sm span.btn-icon {
    width: 16px;
    height: 16px
}

.btn--subtle:hover,.btn--close:hover,.btn--sort:hover {
    background: var(--colors-gray-neutral-50)
}

.btn--subtle:visited,.btn--close:visited,.btn--sort:visited {
    background: var(--colors-gray-neutral-100)
}

.btn--subtle:focus,.btn--close:focus,.btn--sort:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--subtle:active,.btn--close:active,.btn--sort:active {
    background: var(--colors-gray-neutral-200);
    outline: none
}

.btn--subtle:disabled,.btn--subtle[disabled],.btn--close:disabled,.btn--close[disabled],.btn--sort:disabled,.btn--sort[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400)
}

.tag {
    display: inline-flex;
    height: 32px;
    padding: var(--spacing-none) var(--spacing-lg);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    border-radius: var(--radius-xs)
}

.tag--gray {
    color: var(--colors-gray-neutral-700);
    background: var(--colors-gray-neutral-50);
    border: 1px solid var(--colors-gray-neutral-200)
}

.tag--gray-outlined {
    border: 1px solid var(--colors-gray-neutral-500);
    background-color: var(--colors-base-white);
    color: var(--colors-gray-neutral-700)
}

.tag--success {
    color: var(--colors-brand-700);
    background-color: var(--colors-brand-50);
    border: 1px solid var(--colors-brand-200)
}

.tag--success-outlined {
    border: 1px solid var(--colors-brand-500);
    background-color: var(--colors-base-white);
    color: var(--colors-brand-700)
}

.tag--destruct {
    color: var(--colors-error-700);
    background-color: var(--colors-error-50);
    border: 1px solid var(--colors-error-200)
}

.tag--destruct-outlined {
    border: 1px solid var(--colors-error-500);
    background-color: var(--colors-base-white);
    color: var(--colors-error-700)
}

.tag--warning {
    color: var(--colors-warning-700);
    background-color: var(--colors-warning-50);
    border: 1px solid var(--colors-warning-200)
}

.tag--warning-outlined {
    border: 1px solid var(--colors-warning-500);
    background-color: var(--colors-base-white);
    color: var(--colors-warning-700)
}

.tag--info {
    color: var(--colors-info-700);
    background-color: var(--colors-info-50);
    border: 1px solid var(--colors-info-200)
}

.tag--info-outlined {
    border: 1px solid var(--colors-info-500);
    background-color: transparent;
    color: var(--colors-info-700)
}

.accordion-item {
    border-top: 1px solid var(--colors-border-primary);
    width: 100%;
    z-index: 1;
    position: relative
}

.accordion-item--flush {
    width: 100%;
    -o-border-image: linear-gradient(to right,transparent 0 16px,var(--colors-border-primary) 16px 382px,transparent 382px 100%) 100% 1;
    border-image: linear-gradient(to right,transparent 0 16px,var(--colors-border-primary) 16px 382px,transparent 382px 100%) 100% 1
}

.checkbox {
    margin: var(--spacing-md);
    display: flex;
    gap: var(--spacing-xl);
    padding: var(--spacing-none);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkbox.focus {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--colors-base-black)
}

.checkbox input:checked~.checkbox-container {
    background-color: var(--colors-gray-neutral-950)
}

.checkbox.active input:not(:checked)~.checkbox-container {
    background-color: var(--colors-gray-neutral-300)
}

.checkbox-container {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: var(--radius-xs);
    border: 1px solid var(--colors-gray-neutral-500);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: var(--spacing-xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkbox-container:after {
    content: "";
    border-radius: var(--radius-full);
    background: var(--colors-gray-neutral-100);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all .3s ease-in-out
}

.checkbox--indeterminate .checkbox-container {
    background-color: var(--colors-gray-neutral-950)
}

.checkbox input:disabled~.checkbox-container {
    border-color: var(--colors-border-disabled);
    background-color: var(--colors-border-disabled)
}

.checkbox input:disabled~.checkbox__label,.checkbox input:disabled~div>.checkbox__label,.checkbox input:disabled~div>.checkbox__helper-text {
    color: var(--colors-border-disabled)
}

.checkbox__label {
    margin-top: var(--spacing-xs)
}

.checkbox__warning {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    color: var(--colors-text-error-primary)
}

.checkbox__warning-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--spacing-xs)
}

.checkbox--brand input:checked~.checkbox-container {
    border-color: var(--colors-brand-600);
    background-color: var(--colors-brand-600)
}

.checkbox--brand input:checked:disabled~.checkbox-container {
    background-color: var(--colors-border-disabled)
}

.checkbox--brand input:checked:disabled~.checkbox-container .checkbox__checked-icon {
    display: inline-block!important
}

.checkbox--brand input:disabled~.checkbox-container {
    border-color: var(--colors-border-disabled);
    background-color: transparent
}

.checkbox--brand input:disabled~.checkbox__label,.checkbox--brand input:disabled~div>.checkbox__label,.checkbox--brand input:disabled~div>.checkbox__helper-text {
    color: var(--colors-border-disabled)
}

.checkbox--brand.active input:checked~.checkbox-container {
    background-color: var(--colors-brand-700)
}

.checkbox--readonly .checkbox-container .checkbox-icon {
    color: var(--colors-gray-neutral-600)
}

.switch {
    display: flex;
    gap: var(--spacing-xl);
    padding: var(--spacing-none);
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px;
    cursor: pointer
}

.switch-main__content.disabled>.switch__label,.switch-main__content.disabled>div>.switch__label,.switch-main__content.disabled>div>.switch__helper-text {
    color: var(--colors-border-disabled)
}

.switch .switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px
}

.switch .switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%
}

.switch .switch-wrapper input:checked+.slider {
    background-color: var(--colors-brand-600)
}

.switch .switch-wrapper input:focus+.slider {
    box-shadow: 0 0 1px var(--colors-brand-600)
}

.switch .switch-wrapper input:checked+.slider:before {
    transform: translate(24px)
}

.switch-icon {
    display: none!important;
    color: var(--colors-base-white);
    font-size: 18px!important;
    font-weight: bolder!important
}

.switch.focus {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--colors-base-black)
}

.switch__helper-text {
    color: var(--colors-text-tertiary);
    margin-block:var(--spacing-xs)}

.switch__warning {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    margin-left: var(--spacing-3xl);
    color: var(--colors-text-error-primary)
}

.switch--brand input:checked~.switch__label,.switch--brand input:checked~div>.switch__label {
    color: var(--colors-text-brand-secondary)
}

.switch--brand .switch-main__content.disabled .switch-wrapper>.slider--active {
    background-color: var(--colors-brand-200)
}

.switch--brand .switch-main__content.disabled>.switch__label,.switch--brand .switch-main__content.disabled>div>.switch__label,.switch--brand .switch-main__content.disabled>div>.switch__helper-text {
    color: var(--colors-border-disabled)
}

.switch--readonly .switch-slider .switch-icon {
    color: var(--colors-gray-neutral-600)
}

.radio.focus {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--colors-base-black)
}

.radio.active input:not(:checked)~.radio-container {
    background-color: var(--colors-gray-neutral-300)
}

.radio-container {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: var(--radius-full);
    border: 1px solid var(--colors-gray-neutral-500);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.radio-container:after,.radio-container:before {
    content: "";
    border-radius: var(--radius-full);
    background: var(--colors-gray-neutral-100);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all .3s ease-in-out
}

.radio-container:before {
    background-color: var(--colors-gray-neutral-950);
    width: 15px;
    height: 15px;
    z-index: 0;
    transition: all .1s ease-in-out
}

.radio input:disabled~.radio-container {
    border-color: var(--colors-border-disabled)
}

.radio input:disabled~.radio-container:before {
    background-color: var(--colors-border-disabled);
    transform: translate(-50%,-50%) scale(1)
}

.radio input:disabled~.radio__label,.radio input:disabled~div>.radio__label,.radio input:disabled~div>.radio__helper-text {
    color: var(--colors-border-disabled)
}

.radio__helper-text {
    color: var(--colors-text-tertiary);
    margin-block:var(--spacing-xs)}

.radio__warning {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    color: var(--colors-text-error-primary)
}

.radio__warning-icon {
    width: 24px
}

.radio--brand input:checked~.radio-container {
    border-color: var(--colors-brand-600)
}

.radio--brand input:checked~.radio-container:before {
    background-color: var(--colors-brand-600)
}

.radio--brand input:checked~.radio__label,.radio--brand input:checked~div>.radio__label {
    color: var(--colors-text-brand-secondary)
}

.radio--brand.active input:checked~.radio-container:before {
    background-color: var(--colors-brand-700)
}

.radio--brand input:disabled~.radio-container {
    border-color: var(--colors-border-disabled)
}

.radio--brand input:disabled~.radio-container:before {
    background-color: var(--colors-border-disabled);
    transform: translate(-50%,-50%) scale(1)
}

.radio--brand input:disabled~.radio__label,.radio--brand input:disabled~div>.radio__label,.radio--brand input:disabled~div>.radio__helper-text {
    color: var(--colors-border-disabled)
}

.input {
    display: flex;
    height: 40px;
    width: 100%;
    min-width: 200px;
    justify-content: flex-start;
    padding: var(--spacing-none) var(--spacing-xl);
    border-radius: var(--radius-sm);
    gap: var(--spacing-xs);
    border: 1px solid var(--colors-gray-neutral-400);
    background: var(--colors-base-white);
    position: relative
}

.input--error,.input--error:hover {
    border-color: var(--colors-error-600)
}

.dropdown__chevron {
    position: absolute;
    top: 50%;
    right: var(--spacing-xl);
    transform: translateY(-50%);
    color: var(--colors-gray-neutral-700);
    transition: all .4s ease-in-out;
    display: flex
}

.dropdown__list,.textarea__dropdown-list,.input__dropdown-list {
    display: flex;
    padding: var(--spacing-md);
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-sm);
    border: 1px solid var(--colors-border-primary);
    background: var(--colors-base-white);
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    overflow-y: auto;
    list-style: none;
    height: auto;
    max-height: 0;
    padding-block:0;z-index: -2;
    opacity: 0;
    overflow: hidden;
    transition: z-index .1s ease-in-out,padding-block .1s ease-in-out,max-height .2s .01s ease-in-out;
    pointer-events: none
}

dialog .modal {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--spacing-md);
    width: 600px;
    padding: var(--spacing-3xl);
    background-color: var(--colors-base-white);
    border-radius: var(--radius-md)
}

dialog .modal__heading {
    color: var(--colors-text-primary)
}

dialog .modal__content {
    color: var(--colors-text-tertiary);
    padding-bottom: var(--spacing-xl)
}

.tabs-list--horizontal.tabs-list--divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 3px;
    width: 100%;
    border-radius: var(--radius-full);
    background-color: var(--colors-gray-neutral-300)
}

.tabs-list__item {
    display: flex;
    padding: var(--spacing-lg) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    border-radius: var(--radius-xs);
    color: var(--colors-text-secondary);
    position: relative;
    white-space: nowrap;
    cursor: pointer
}

.tabs-list__item:hover:after,.tabs-list__item:active:after,.tabs-list__item--active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - var(--spacing-xl) * 2);
    height: 3px;
    border-radius: var(--radius-full);
    background-color: var(--colors-fg-quinary-400);
    z-index: 1
}

.tabs-list__icon {
    display: flex;
    align-items: center;
    color: var(--colors-text-secondary);
    width: 16px;
    height: 16px
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: var(--size-4, 4px);
    color: var(--colors-gray-neutral-950);
    cursor: pointer;
    padding-right: var(--size-4, 4px)
}

.breadcrumb-item .disabled-link {
    cursor: not-allowed
}

.notification__icon {
    color: var(--colors-gray-neutral-600)
}

.notification--critical {
    border-color: var(--colors-error-400);
    background-color: var(--colors-error-50)
}

.notification--critical .notification__content,.notification--critical .notification__icon,.notification--critical .notification__lead-text {
    color: var(--colors-text-error-primary)
}

.notification--warning {
    border-color: var(--colors-warning-400);
    background-color: var(--colors-warning-50)
}

.notification--warning .notification__content,.notification--warning .notification__icon,.notification--warning .notification__lead-text {
    color: var(--colors-warning-600)
}

.notification--success {
    border-color: var(--colors-brand-400);
    background-color: var(--colors-brand-50)
}

.notification--success .notification__content,.notification--success .notification__icon,.notification--success .notification__lead-text {
    color: var(--colors-text-brand-primary)
}

.notification--info {
    border-color: var(--colors-info-400);
    background-color: var(--colors-info-50)
}

.notification--info .notification__content,.notification--info .notification__icon,.notification--info .notification__lead-text {
    color: var(--colors-info-600)
}

.notification--neutral {
    border-color: var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-50)
}

.notification--neutral .notification__content,.notification--neutral .notification__icon,.notification--neutral .notification__lead-text {
    color: var(--colors-text-secondary)
}

.file-upload {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size-8, 8px)
}

.file-upload__drop-area {
    display: flex;
    padding: var(--spacing-3xl);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xl);
    width: 100%;
    border-radius: var(--radius-4, 4px);
    background: var(--colors-gray-neutral-50);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23D2D6DBFF' stroke-width='2' stroke-dasharray='12%2c6.5' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e")
}

.file-upload__instructions {
    color: var(--colors-text-secondary)
}

.file-upload__formats {
    color: var(--colors-text-tertiary)
}

.file-upload__item {
    display: flex;
    align-items: center;
    border-radius: var(--radius-xs);
    border: 1px solid var(--colors-gray-neutral-300);
    background: var(--colors-gray-neutral-100)
}

.file-upload__file-item,.file-upload__file-item--error {
    display: flex;
    align-items: center;
    border-radius: var(--radius-xs);
    border: 1px solid var(--colors-gray-neutral-300);
    background: var(--colors-gray-neutral-100);
    padding: var(--spacing-md);
    gap: 8px;
    width: 100%
}

.file-upload__file-item--error,.file-upload__file-item--error--error {
    border-color: var(--colors-error-600);
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    overflow: hidden;
    gap: 0
}

.file-upload__file-item--error .file-upload__file-item,.file-upload__file-item--error--error .file-upload__file-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--colors-gray-neutral-300)
}

.file-upload__file-item--error .file-upload__file-item-msg,.file-upload__file-item--error--error .file-upload__file-item-msg {
    display: flex;
    width: 100%;
    color: var(--colors-text-error-primary);
    padding: var(--spacing-md);
    align-items: flex-start;
    gap: 8px
}

.file-upload__file-status--complete {
    color: var(--colors-brand-600)
}

.file-upload__file-status--error {
    color: var(--colors-error-600)
}

.file-upload__file-name {
    color: var(--Colors-Gray-neutral-950);
    overflow: hidden;
    white-space: nowrap;
    flex: 1
}

.file-upload--drag-over .file-upload__drop-area {
    background-color: var(--colors-brand-50);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%231B8354FF' stroke-width='2' stroke-dasharray='12%2c6.5' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e")
}

.file-upload--drag-over .file-upload__icon {
    color: var(--colors-brand-600)
}

.file-upload--drag-over .file-upload__instructions,.file-upload--drag-over .file-upload__formats {
    color: var(--colors-text-brand-primary)
}

.file-upload--disabled .file-upload__drop-area {
    background-color: var(--colors-base-white)
}

.file-upload--disabled .file-upload__icon,.file-upload--disabled .file-upload__instructions,.file-upload--disabled .file-upload__formats {
    color: var(--colors-gray-neutral-300)
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner__circle {
    position: relative;
    border: 2px solid var(--colors-gray-neutral-200);
    border-top-color: var(--colors-gray-neutral-800);
    mix-blend-mode: multiply;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: spin .5s linear infinite;
    animation-delay: 1ms
}

.spinner--tiny {
    width: 20px;
    height: 20px
}

.spinner--xs {
    width: 24px;
    height: 24px
}

.spinner--sm {
    width: 28px;
    height: 28px
}

.spinner--md {
    width: 32px;
    height: 32px
}

.spinner--lg {
    width: 36px;
    height: 36px
}

.spinner--xl {
    width: 40px;
    height: 40px
}

.spinner--huge {
    width: 44px;
    height: 44px
}

.spinner--neutral .spinner__circle {
    border-color: var(--colors-gray-neutral-200);
    border-top-color: var(--colors-gray-neutral-800)
}

.spinner--neutral .spinner__circle:after,.spinner--neutral .spinner__circle:before {
    background-color: var(--colors-gray-neutral-800)
}

.spinner--brand .spinner__circle {
    border-color: var(--colors-gray-neutral-200);
    border-top-color: var(--colors-brand-600)
}

.spinner--brand .spinner__circle:after,.spinner--brand .spinner__circle:before {
    background-color: var(--colors-brand-600)
}

.spinner--on-color .spinner__circle {
    border-color: hsla(var(--colors-alpha-white)/30%);
    border-top-color: var(--colors-base-white);
    mix-blend-mode: normal
}

.spinner--on-color .spinner__circle:after,.spinner--on-color .spinner__circle:before {
    background-color: var(--colors-base-white)
}

.date-picker-root__main__inputs .input {
    width: 50px;
    max-width: unset;
    min-width: unset;
    flex: 1
}

[data-dual-view=true] .date-picker-root__main__inputs .input {
    width: 200px
}

.date-cell--selected .date-cell__label span {
    color: var(--colors-base-white)!important;
    border-radius: var(--radius-full);
    background-color: var(--colors-brand-600)
}

.date-cell--today .date-cell__label span {
    border: 2px solid var(--colors-brand-600);
    color: var(--colors-brand-600)
}

.date-cell--today:hover .date-cell__label span {
    background: var(--colors-brand-100)
}

.date-cell--mid-range .date-cell__label {
    background-color: var(--colors-brand-100)
}

.date-cell--mid-range--first-child .date-cell__label:before {
    content: "";
    width: 52px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50% 0 0 50%;
    background-color: var(--colors-brand-100);
    z-index: -1
}

.date-cell--mid-range--last-child .date-cell__label:before {
    content: "";
    width: 52px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 50% 50% 0;
    background-color: var(--colors-brand-100);
    z-index: -1
}

.progress-indicator__step-content>.step-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--colors-gray-neutral-300, #d2d6db);
    color: var(--colors-gray-neutral-300, #d2d6db)
}

.progress-indicator__step-content>.step-icon--brand-border {
    border: 2px solid var(--colors-brand-600);
    color: var(--colors-brand-600)
}

.progress-indicator__step-content>.step-icon--brand-bg {
    border: 2px solid var(--colors-brand-600);
    background-color: var(--colors-brand-600);
    color: #fff
}

.progress-indicator__step-content>.step-label .step-label--circle {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--colors-gray-neutral-300);
    color: var(--colors-gray-neutral-300)
}

.progress-indicator__step-content>.step-label .step-label--dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--colors-gray-neutral-300)
}

.progress-indicator__step-content>.step-label[data-state=current] .step-label--circle {
    border: 2px solid var(--colors-brand-600);
    color: var(--colors-brand-600)
}

.progress-indicator__step-content>.step-label[data-state=current] .step-label--dot {
    border: 2px solid var(--colors-brand-600)
}

.progress-indicator__step-content>.step-label[data-state=completed] .step-label--circle {
    border: 2px solid var(--colors-brand-600);
    background-color: var(--colors-brand-600);
    color: #fff
}

.progress-indicator__step-content>.step-label[data-state=completed] .step-label--dot {
    background-color: var(--colors-brand-600)
}

.progress-indicator__step-content>.step-label[data-state=upcomming] .step-label--circle {
    border: 2px solid var(--colors-gray-neutral-300);
    color: var(--colors-gray-neutral-300)
}

.progress-indicator__step-content>.step-label[data-state=upcomming] .step-label--dot {
    background-color: var(--colors-gray-neutral-300)
}

.progress-indicator__step-content>.step-label--brand-border {
    color: var(--colors-brand-600);
    border-color: var(--colors-brand-600)
}

.progress-indicator__step-content>.step-text {
    gap: 4px;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 16px
}

.progress-indicator__step-connector {
    display: block;
    width: calc(100% - 32px);
    height: 2px;
    background: var(--colors-gray-neutral-300);
    position: absolute;
    top: 16px;
    left: 32px
}

.progress-indicator__step-connector--active {
    background: var(--colors-brand-600)
}

[data-alignment=vertical].progress-indicator {
    flex-direction: column
}

.step-label .step-label--circle {
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--colors-gray-neutral-300);
    color: var(--colors-gray-neutral-300)
}

.step-label .step-label--dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--colors-gray-neutral-300)
}

.step-label[data-state=current] .step-label--circle {
    border: 2px solid var(--colors-brand-600);
    color: var(--colors-brand-600)
}

.step-label[data-state=current] .step-label--dot {
    border: 2px solid var(--colors-brand-600)
}

.step-label[data-state=completed] .step-label--circle {
    border: 2px solid var(--colors-brand-600);
    background-color: var(--colors-brand-600);
    color: #fff
}

.step-label[data-state=completed] .step-label--dot {
    background-color: var(--colors-brand-600)
}

.step-label[data-state=upcomming] .step-label--circle {
    border: 2px solid var(--colors-gray-neutral-300);
    color: var(--colors-gray-neutral-300)
}

.step-label[data-state=upcomming] .step-label--dot {
    background-color: var(--colors-gray-neutral-300)
}

.menu {
    display: flex;
    width: 241px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-border-default, #CBD5E1);
    background: var(--colors-base-white)
}

.menu-item:hover {
    border-radius: var(--radius-xs);
    background: var(--colors-gray-neutral-100);
    mix-blend-mode: multiply
}

.menu-item:focus {
    border-radius: var(--radius-xs);
    border: 2px solid var(--colors-base-black);
    mix-blend-mode: multiply
}

.menu-item:active {
    border-radius: var(--radius-xs);
    border: 2px solid var(--colors-base-black);
    mix-blend-mode: multiply
}

.divider {
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--border-border-default, #CBD5E1)
}

.textarea {
    display: inline-flex;
    height: 40px;
    width: 320px;
    max-width: 332px;
    min-width: 200px;
    justify-content: flex-start;
    border-radius: var(--radius-sm);
    gap: var(--spacing-xs);
    border: 1px solid var(--colors-gray-neutral-400);
    background: var(--colors-base-white);
    overflow: hidden;
    position: relative
}

.textarea:hover {
    border-color: var(--colors-gray-neutral-700)
}

.textarea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--colors-gray-neutral-950);
    transition: width .2s ease-in-out
}

.textarea__field {
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    color: var(--colors-text-primary);
    padding: var(--spacing-lg) var(--spacing-xl);
    resize: none;
    position: relative
}

.textarea__field::-moz-placeholder {
    color: var(--colors-text-placeholder)
}

.textarea__field::placeholder {
    color: var(--colors-text-placeholder)
}

.textarea--readonly,.textarea--readonly:hover,.textarea--disabled,.textarea--disabled:hover {
    border-color: var(--colors-gray-neutral-300);
    box-shadow: none!important
}

.textarea--disabled .textarea__field::-moz-placeholder {
    color: var(--colors-gray-neutral-300)
}

.textarea--disabled .textarea__field,.textarea--disabled .textarea__field::placeholder {
    color: var(--colors-gray-neutral-300)
}

.textarea--disabled .textarea__icon span,.textarea--disabled .textarea__prefix--subtle-text,.textarea--disabled .textarea__prefix--solid-text {
    color: var(--colors-gray-neutral-300)
}

.textarea__feedback-icon--success {
    color: var(--colors-brand-600)
}

.textarea__feedback-icon--error {
    color: var(--colors-error-600)
}

.textarea__feedback-icon--error span:after {
    background-color: var(--colors-error-100)
}

.textarea__feedback-icon--warning {
    color: var(--colors-warning-600)
}

.textarea__feedback-icon--warning-triangle {
    color: var(--colors-warning-600)
}

.textarea--lighter:hover {
    border: 1px solid var(--colors-gray-neutral-400)
}

.textarea--lighter.focus {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white)
}

.textarea--lighter.active {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-100)
}

.textarea--darker {
    border: 0;
    background-color: var(--colors-gray-neutral-50)
}

.textarea--darker:hover {
    border: 1px solid var(--colors-gray-neutral-400)
}

.textarea--darker.focus {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white)
}

.textarea--darker.active {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-100)
}

.textarea--error,.textarea--error:hover {
    outline-color: var(--colors-error-600)
}

.textarea--error:after {
    background-color: var(--colors-error-600)
}

.tooltip {
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.tooltip-main {
    position: absolute;
    width: 240px;
    min-width: 160px;
    border-radius: var(--radius-xs);
    background: var(--colors-base-white)
}

.tooltip-main__wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
    position: relative;
    padding: var(--spacing-md)
}

.tooltip-main__icon {
    font-size: 18px;
    color: var(--colors-gray-neutral-600);
    display: flex;
    align-items: center
}

.tooltip-main__content__title {
    color: var(--colors-gray-modern-950)
}

.tooltip-main__content__helper-text {
    color: var(--colors-gray-neutral-700)
}

.tooltip-main__beak[data-beak-direction=top-start] {
    left: 14px;
    top: 0;
    transform: translateY(-100%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--colors-base-white) transparent
}

.tooltip-main__beak[data-beak-direction=top-center] {
    left: 50%;
    top: 0;
    transform: translate(-50%,-100%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--colors-base-white) transparent
}

.tooltip-main__beak[data-beak-direction=top-end] {
    left: calc(100% - 14px);
    top: 0;
    transform: translateY(-100%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--colors-base-white) transparent
}

.tooltip-main__beak[data-beak-direction=right-start] {
    top: 8px;
    left: 100%;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--colors-base-white)
}

.tooltip-main__beak[data-beak-direction=right-center] {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--colors-base-white)
}

.tooltip-main__beak[data-beak-direction=right-end] {
    bottom: 0;
    left: 100%;
    transform: translateY(-8px);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--colors-base-white)
}

.tooltip-main__beak[data-beak-direction=bottom-start] {
    left: 14px;
    top: 100%;
    border-width: 6px 6px 0px 6px;
    border-color: var(--colors-base-white) transparent transparent transparent
}

.tooltip-main__beak[data-beak-direction=bottom-center] {
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    border-width: 6px 6px 0px 6px;
    border-color: var(--colors-base-white) transparent transparent transparent
}

.tooltip-main__beak[data-beak-direction=bottom-end] {
    left: calc(100% - 14px);
    top: 100%;
    border-width: 6px 6px 0px 6px;
    border-color: var(--colors-base-white) transparent transparent transparent
}

.tooltip-main__beak[data-beak-direction=left-start] {
    top: 8px;
    left: -5px;
    border-width: 6px 6px 6px 0px;
    border-color: transparent var(--colors-base-white) transparent transparent
}

.tooltip-main__beak[data-beak-direction=left-center] {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0px;
    border-color: transparent var(--colors-base-white) transparent transparent
}

.tooltip-main__beak[data-beak-direction=left-end] {
    top: calc(100% - 14px);
    left: -5px;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0px;
    border-color: transparent var(--colors-base-white) transparent transparent
}

.tooltip--light .tooltip-main {
    background: var(--colors-base-white)
}

.tooltip[data-theme=dark] .tooltip-main {
    background: var(--colors-gray-neutral-800)
}

.tooltip[data-theme=dark] .tooltip-main__icon,.tooltip[data-theme=dark] .tooltip-main__content__title {
    color: var(--colors-base-white)
}

.tooltip[data-theme=dark] .tooltip-main__content__helper-text {
    color: var(--Text-text-secondary_on-color, rgba(255, 255, 255, .7))
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=top-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=top-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=top-end] {
    border-color: transparent transparent var(--colors-gray-neutral-800) transparent
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=bottom-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=bottom-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=bottom-end] {
    border-color: var(--colors-gray-neutral-800) transparent transparent transparent
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=left-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=left-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=left-end] {
    border-color: transparent var(--colors-gray-neutral-800) transparent transparent
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=right-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=right-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=right-end] {
    border-color: transparent transparent transparent var(--colors-gray-neutral-800)
}

.card {
    max-width: 350px;
    padding: var(--spacing-xl, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-3xl, 24px);
    border-radius: var(--radius-lg, 16px);
    background: var(--Colors-Base-white, #fff);
    border: 2px solid var(--Colors-Base-black, #fff);
    cursor: pointer;
    position: relative
}

.card__image-container img {
    width: auto;
    height: 100%;
    border-radius: inherit
}

.card.disabled {
    color: var(--colors-gray-neutral-300);
    background-color: transparent;
    border-color: transparent
}

.card.disabled:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colors-gray-neutral-100);
    opacity: .3
}

.card.focused {
    border-radius: var(--radius-lg, 16px);
    border: 2px solid var(--Colors-Base-black, #000)
}

.content-switcher__item--first {
    border-radius: var(--radius-md) 0px 0px var(--radius-md);
    border-right: .5px solid var(--colors-2-border-secondary, #e5e7eb)
}

.content-switcher__item--on-color.content-switcher__item--selected,.content-switcher__item--on-color.content-switcher__item--selected:hover {
    background-color: var(--colors-brand-600)
}

div.table-wrapper .azm-structured-table tr.row-divider:not(:last-child) {
    border-bottom: 1px solid var(--colors-gray-neutral-300)
}

div.table-wrapper .azm-structured-table thead {
    border-bottom: 1px solid var(--colors-gray-neutral-300);
    border-top: 1px solid var(--colors-gray-neutral-300);
    background: var(--Colors-Gray-neutral-100, #f3f4f6)
}

div.table-wrapper .azm-structured-table thead th {
    height: 48px;
    border-right: 1px solid var(--colors-gray-neutral-300);
    text-align: left;
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px);
    justify-content: space-between;
    align-items: center;
    color: var(--colors-gray-neutral-600)
}

div.table-wrapper .azm-structured-table tbody tr:hover {
    background-color: var(--colors-gray-neutral-100)
}

div.table-wrapper .azm-structured-table tbody tr td div {
    display: flex;
    align-items: center;
    justify-content: start
}

.pagination__item button:hover {
    background: var(--colors-gray-neutral-100);
    color: #161616;
    border-radius: 4px
}

.list--brand .list__item {
    color: #1b8354
}

.list--brand>ul .list__item:before {
    background-color: #1b8354
}

.list--neutral .list__item {
    color: #0d121c
}

.list--neutral>ul .list__item:before {
    background-color: #0d121c
}

.list--on-color .list__item {
    color: var(--Link-2-link-default_on-color, #fff)
}

.list--on-color>ul .list__item:before {
    background-color: #fff
}

.list--unordered .list__item {
    display: flex;
    align-items: center;
    gap: 8px
}

.list--unordered .list__item:before {
    content: "-"
}

.list--unordered>ul .list__item {
    display: flex;
    align-items: center;
    gap: 8px
}

.list--unordered>ul .list__item:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.list--with-icon .list__item {
    display: flex;
    align-items: center;
    gap: 8px
}

.list--with-icon .list__item-icon {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center
}

.avatar {
    border-radius: var(--radius-full);
    border: 2px solid var(--colors-border-white, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colors-button-background-neutral-default, #F3F4F6);
    overflow: hidden
}

.avatar--120 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px
}

.avatar--120 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.avatar--80 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px
}

.avatar--80 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.avatar--68 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.avatar--68 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.avatar--48 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.avatar--48 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.avatar--40 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.avatar--40 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.avatar--32 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.avatar--32 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.avatar--24 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.avatar--24 .avatar__icon>* {
    width: 100%;
    height: 100%
}

.sidepanel {
    background-color: var(--colors-base-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: calc(264px + 2 * var(--spacing-xs) + 4px);
    width: -moz-fit-content;
    width: fit-content;
    position: sticky;
    min-height: calc(100vh - 72px);
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    position: fixed;
    top: 72px;
    z-index: 99;
    transition: all .4s ease-in-out
}

.sidepanel__menu-list {
    width: 100%;
    padding: var(--spacing-xl)!important
}

.sidepanel__menu-tab,.sidepanel__submenu-tab {
    display: flex;
    width: 100%;
    padding: var(--spacing-md) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md);
    align-self: stretch;
    color: var(--colors-text-secondary);
    text-decoration: none;
    border-radius: var(--radius-sm);
    mix-blend-mode: multiply;
    position: relative;
    border: 2px solid transparent
}

[dir=rtl] .sidepanel__menu-tab:after,[dir=rtl] .sidepanel__submenu-tab:after {
    right: 0;
    left: auto
}

.sidepanel__menu-tab.selected,.selected.sidepanel__submenu-tab,.sidepanel__menu-tab.active,.active.sidepanel__submenu-tab {
    background-color: var(--colors-gray-neutral-100);
    color: var(--colors-brand-600)
}

.sidepanel__menu-tab.active+.sidepanel__submenu-list,.active.sidepanel__submenu-tab+.sidepanel__submenu-list {
    opacity: 1;
    padding-block:3px!important;margin-left: 24px
}

[dir=rtl] .sidepanel__menu-tab.active+.sidepanel__submenu-list,[dir=rtl] .active.sidepanel__submenu-tab+.sidepanel__submenu-list {
    margin-right: 24px;
    margin-left: unset
}

.sidepanel__menu-tab-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidepanel__submenu-list {
    padding-block:0!important;max-height: 0;
    overflow-y: hidden;
    opacity: 0;
    transition: max-height .3s ease
}

.footer {
    padding: var(--spacing-none) var(--spacing-4xl);
    background-color: var(--colors-gray-neutral-100)
}

.footer-icon-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-icon-section a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.footer-title-description {
    max-width: var(--width-2xl);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-block:var(--spacing-7xl)}

.footer-title-description h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -1.44px
}

.footer-title-description p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.footer-content {
    display: flex;
    padding: var(--spacing-3xl, 24px) var(--spacing-none, 0px);
    flex-direction: column;
    align-items: flex-start
}

.footer__nav-links {
    display: flex;
    padding: var(--spacing-xl) var(--spacing-none);
    align-items: flex-start;
    align-content: flex-start;
    gap: var(--spacing-3xl);
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: var(--spacing-6xl)
}

.footer__basic {
    display: flex;
    padding: var(--spacing-xl) var(--spacing-none);
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-height: 106px
}

.footer__actions,.footer__extra-actions {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: var(--spacing-xl);
    align-self: stretch;
    flex-wrap: wrap;
    list-style: none
}

.footer__extra-actions li a span {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.footer__copyright {
    color: var(--colors-text-primary);
    margin-top: 40px
}

.table-of-content__tab-sublist .table-of-content__tab:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--colors-gray-neutral-300);
    display: block;
    position: absolute;
    left: 16px;
    top: 0
}

.table-of-content__tab-sub-sublist .table-of-content__tab:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--colors-gray-neutral-300);
    display: block;
    position: absolute;
    left: 16px;
    top: 0
}

.table-of-content__tab-sub-sublist .table-of-content__tab:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--colors-gray-neutral-300);
    display: block;
    position: absolute;
    left: 32px;
    top: 0
}

.table-of-content__tab-prefix {
    display: none;
    height: 100%;
    border-radius: var(--radius-full);
    background-color: var(--colors-brand-600);
    width: 3px;
    position: absolute;
    left: 0;
    top: 0
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(data:font/woff2;base64,d09GMgABAAAAASssABEAAAADwJgAASrGAAEBBgAAAAAAAAAAAAAAAAAAAAAAAAAAGoQ+G4KxcBzEEgZgAJtwCFYJgnMREAqJxQiI0TMBNgIkA7UoC7UsAAQgBZUOB4GZHAyFBlvtarMDvp+Mvbv94WxTFsA0DbIqu0Y0c49WSYX6o19Bp6xjAFce1XGItiri9/vFGzS7fhlzoeeWsdAnomX2//////////+/c/kR+603s3Bv9gO6ICKQqZWf1KzLPnegZmZeoSGImJLwInovraKHh/eIAQFVQKAnTGGdZnPkBjG1mHPRxRIs9Urte66G1YjYNmgnj4c1HjfYIoSM/JgQY11lbEVAt1Os847D0xbPGLFweEkbzbDXWPwhaUw6S1dF9bgGKU/Ogao3lSZfhYmtcl7LV+LyathsLSM4E9QvmhkdZmtpZ30Rqs3uOCHVOCkVTvsskjRJmSQlJbN6vDZxCQqPlda6WFlG8QYSN1hCFu8f4u9JeH/REjw1D2pUSf2sDrle3IZBVOVdpD7xQXyWbnzDFRm3feiUFd7dWCjXmjldrtqldL2yxtPTJteT3Ha1ZlQbFxa26uSLcqgpd/qoRhb/odp6N9THnUdVwkbcxQiGznaidW8depUFTlWbliKXOPQxyrZ0X/Vw6PEJmsLvyTtfqdXZlFQfvPRs8WnezK3pcKW4HMvbp/1sGkUs/tH9Qe/yrK9kLPlPKW4iBLfWYJnYhD6liC1i4XcWd0erEfVZoVenwn/xjH+mGDWqBLVvSUmSRX3/EBTEncq6MddG1vq86CtaJWP3Msq890lj4V82n+Tv7D9M+pM7Cx/0ZXFWgi/xznLP/gBnfdAiTLuDDrE01INKvmm/hb8ikmP3bFAlw1SitbZsUcoRVzzitXyu+YfvkWb6Zr60e+FzEC92iRjSFIDT2vp5fm5/7n2x7e0tEtjYBjgGCALCSKOwwKBUwCDSAvkS3+YjJfIVETEKsBPFDowm0gDFCmQ8/bdfH/2OODe7exDJEaACjWo8K6DlgRywfMMO8f+qHODd1o8UFxq6c6HmHImbXLg+6YUjs3KOwufIcI0Uiwg9U8IRLixPHBM9UZzlovHL4hTH02zZtnL65H76mgj3VcvJgItqJH87xMyVWY3QiAm5yzibUHOrkkP40e6LyprVztsSKg8lqnN1ldSStdiSq9xtRWcW+UIm+dCD/56j33sz/4sGHlACHQ90w0DDBDu+7ESbaHfm/f+q67tPKTwlS7b0JEuyLEtykkgmztjE/zP8TQk2RbMp4k31UHRM0UG5Gc7ZKtvtRig6puhAdaLLHsFBYUxNW4YH0R2dOzzP3OLvsdSHySAYDGI5oraziAqb6WFX1oLgJtJGEPd3jAGYm0rUYAw2WLGIZMRYFys2YgzG2AChhZYw6lZg3brow4q/7Zu/8Rv9NF++9W1a78MSwogFzDfevf2vI6nPKlWq8q7TZVLUrV7J4v2I38Wsad4gWsLCNn3UvzLdiNwPr7l8mC+ulmKvkEDrxTmT8d/2gJaMJbKjJAfFIB8CA9eS7G2kwyAezi66v6pAN9Wc/zP/XEq5nf7h2k79+m+ltfPrJaWaZ5omGHySgBpBFFtAhMWl7QK7ixsBVMlk3bmnKOcIS2PtkwDJ0vUCXtP0TCu1bwZwfi+HeeZJkiQ53/mSlpYkSZKWJEmSJEmSJEmSJEmSJElaS5IkSZIkSZIkSZIkSVqSJEmSJEnmc/OLvO1M7bR0rbY+k/pfebdtDL4YJonjQ8QQHZjBeSHECYddD9/PDTye5yEfg1EMprhsiGXbAgA25yFd/XKajSKdlFufNm3laxulfa0afQO02sQEJF3smy/0KwOd0HOAAfrCSwXNBnoqqBQnflxA0SgaqnAZVOAicP7/5UDvb/u87IWCLz5QGPCSc+hMPY1nz/84rUzg0sClzid0SKfKSwKMR2fbMiwZxyDI2E6MKPVLXW9gx5al3Sf5rJOJjj9iEPoUdap0bdzYOBe0FK2fdBrfGw1oBDNitCUZZUyyycYbL38gav+V3V1RlMfzvvfgBeyEPwQpAuk2EH/HI1iiZNAcEOiTBILAN1nhqhpfWaEkX6M2fo18+P/nZG8WBZ1gGMU7UVlfMPImkNl9d9D8t+2/++u144nGRBETg0oBC7Gw4umPrqlaz35m95dTBguT10i3Po8SkKoPeuD4m83+m8C5TZ8Bf5T+TYomQ1TYjd3f/2/avbt+TlgNECBSgRBCzGpKKn4l8HZCU7ZrWfP6L/ySJl4Djwme1tMm9ReIfSvTtBmS69ADaC+GZwjp8bwXQHAJSfSK51uX184XpQvAF/g6hPi6ELPUgAANAqEZB+bh5O/CMBwOx8P3a1/afe/Ur97tVq96d0MqctJqhfvV00HhotwA33CrH0AFCH+GZYAs2Qg1MkYBKhcho6OsyvyXqnn9gyG1gCxvSFfZaXSqmNbOJFW2lHpMcirt488fDGY+BoNGiwRIkQKpRkgRCaiyePExgzIDgGKTQlKUi+S3T9Y2Wba3VICkHJGS99F0adq3pqjttV/9cvLu9Rif0urhcs7lkGvsezPT9DcGU9g5Pwc6N3Wa4o085OK9k/E2Ujz75+8O3j58DJegG0yBoHGjIeq0XEIsEOcGC7PAgc4dKRNanx1onEddJGcqd5GoyFfubKj4GCoJFQYKIpvF4iHb2yy5nUcfdf9Dj0cIV/eoQ195QmIMIR6P/9+yfrZvPUJXFWHujJleRVAfhDDzqzbWnf2hizRVxF7IjoMw60lJoiQeFZLyKIOzSTqERliP//+qli3Bh0uRWmASjxyyHGI7pwcwtFczdq4ql9D/7+PNCHzEzpCYjA0x6pMaLwlp90iqHHLlLRpXKbS9eYify+zWCKIU81L2Lin+KfGs61bhEXh3J8vz/3+fagYKbjsasDzHhPLXzTB2tFpXsTPYYFTAlkNdBSy3JZBkFl36X5ZZpeL5Dw9k9x0NZmHESYsqm1FEZCabPbNnXWajjiIC7j/CO+D44SwmmmVVIAp73Gwu5zzS4chkAAGyj4vVpzpzyyu2uLbi2graiisoQs2e1Yoqrrayvv+nqq53+DgVyg2PjymdbnSW7X4uhckEl2FKsgzi3Qe/TPBEl07LcGlyCVOmdAHUAEhK6ZTttK3UYc+cdQlE315na5eS91UsCBejKLsZWjcGYxj2aBcHDsnI3OrFKmb9lHpDTEsQs3Uo9TyhiSxWSmdESsKqWSWeqE75k+yf8W37Z2bwQqos+csef33Ih/jkodUancValtUQyWFmTDrQMootCvra63jua4/91M8xM2qzHa2EXBARCbVkdOy/NyeZWoUNxLN22pX2bzYUCXWKqaJJAsnE8LUlT+VVDXrJh82KBAmuuE3jYSBc7xe5Jd1dXnPPzdAEIxzRCCGaxhjjmGEzLMOyuY+v3Inf/59JaWEvPVatVVVVFXNjxJg7YkRUVO8/74PocKuD5t7lLQjKnDCxCnknIiLOKJ3G1P+j+4/Z9Uy2iQoKypoCyfVvv6z/S+a+fZa/Z9LLpLekjYqKgoqyHjionZr//c36E2af+NdUntF2UEkoQQPEgNz1//fTmvvM1spuRJEICpYap/bznzxmKFobV27LmwWbqVnKoF9r+dWD+rdZjn2BGnFnSLu27qhJFiCAvon/fzSTkYhASPAFUe0MzFlPIV54AfFKC8Sb8IBEID4gCZEcJLUUQdJIBSQrqYJko9Mg2UoXJEcZgOSsDkiH0wXpaN5Aqs0GpJZswmrLFqQ32YX0szwgY0wBMgdzAZnB7iB72AJkLztCHtJ8yDkthJxXKuStbYa8swzI1R2BfL5syA/6HPLjrkNu6RbkNyMIKHiEOyg8wh4UAwIPRdFQoNg0D6DYMkNQnBkmFBdmGYr6WYWiadahaDmUQUmXdEGpZ74C55xVBOUV6y6US1Y5nEtXBZRXrXtwXr/uQ/n9+kOeoWlJJgPLVAoyLVJmh545YWXO2MEVL3NXlg2kCD+GCGCNQM4I5Y1w/iJCZUSpjVjhIk40ponFdPFihqZI1hWZemKukciWHzmKI9/NokBJFMJHEWKUqInN6qIc6z2AQAC9iYoZxFJPHJ+HfPNSMAT9TsFKDsOQABQTDECCCwNa++k6gxIoJhgQFDygmGDA0DDQpxNw4MPu+KpSDv5vgkXsxDTwBtPMt+zy8jelsw475WLcbNkShwroTaylk5gK/3rgIl3dd4YHI9PHx5yeeNKfYcYYb4oEyTJguNAkXN336rk3vrh7pecueiBi9lV8xw84QQJo7t+YNf9Zsxa8b9ZCmx25yGIle4ECnbj1v4CedeBn/1598NuBjrgxSID1nHLbi7ikMh/zLahmGTIOjzgRQjz8qDu0CY0FxwccvpBjw0mAMAnSFCjTYcWWA2dhYKJ0ubqtHOVc573AxS9z5Wtd9wY3vtktb327mtpur8NOOu++j0GhxllmX2bj7cUOKvzYk8kBLHJcFOmxKeidUVWjVeL+p0yv1sSOUHsp6QayF2SviFEBVoAqBUnsWb46DKJhEGXjaNJoWn8+WsgUo6WwDFRMqmDtU6a0UxtgXvKSt1kdAA3pN5WDahEggN+6SjZN5hHTLKu+I1uiDjVmmkoX2JY488rFEh4SWCJXZUfieCZQMwMslEeAIVB4JyDF+UtQOd1KtVOE71Qr5UwM8DQFXekrq3yylbLTnGRt8jpTXyO03/7feUEmTESpOJXHhbJSquywQq+q1zTq1hoaTXstoE3u0ElTqqFaSvjOIjTZ8uUz+HIhLxAw0UhhqIRVPk4W1IHvLgZhmIyCeI+BAB8n1CluOaXLpAql6vJUuAPFXEFNK6PlicIp32j9hRe8uSc2ynkY5pWGOorkfSkNVRZtNWcnKil5Fqg7xWDBqD8C7bDUrwXZ0BmlY034DISIJgACJAioYAV7ECBjh8sMVsgxVkoWKjhUpPbsLaxq+a0bSEKPJFnCSL+L9kAhXYRLWgRctGmJ2vIOnwUMMMbGTLdk65/BMIc+yYNCvapIZ+QBVuCT4qIXxajPMKfD5ODfpK78aTY/rZMA4EOvFpdbLaCEqBhoNs4hjJCVaBZ5qKdHnDwmS26Bdj0M9McBMT6RZqTlyZoXFR/mSZknY45iZMOTCx8OSTkk42AnwQIcfC5ueeLwwqbBA++LxdsG5TZKtkl3m3VXLlyFcpXSbTHeVv1tMyIQQyiO0Es6o4s6UpRYRoE+QhTz26BB5jAqCFUkm0lbsGc8tYkJ2yEYAGEDgUlWaCC5xQfwNXduvNLCarT2pj2/8dFUusI2AOCMGMUInxTUFb7WTiBZaBfYfhanCzOT8udsJVWtW/vETsdR1ky3E11WJ1pTCVrgpOS6+TGmYjWW81IBEmUKuUrVFihxPSt7q2ETA4ds9nQLCIEQApgQGD58OBggEAgEwgGXIVdILxQ7UUspDTdJakGz7+TAyvplYl8WmzsG7lRZbWTnNcFWNLCx6JtMTdJ2Qol8Zf0KgRJTwZKeCs3fwsRcIqg/TEfNjxtlS8zH/cV24tTSMlKxkYXY9hOdP0T0RyL6JctwlA+ErCjRXjyXHx4exIgLZkEO4/wgLSS6DufCACIv1NjCBLVMwZMpjaswkSG20anBJlDrRrB+TrNYkC2ZunVdPi2kqOEcTnGcyf0kGCKb6IEgiwEnpWr0DDSidy4kO2zJMMFxeEDk4FJb9Z7FchFs7FUZX6pN44G40yfnQ1k7kzgc4aYjvWkhVYx0YjFHshWHRCTD6SQbxAwKTC8dRIYA8hMRidRKJAAfILplhZ9eFgiHSSvKtZC9Zg253yRno1iCHTErpFEZSpGTQMZMO74ap23ckTXAtJJa8qhi3D5mUwUyCfEzIifnpmapkBhwbEMS3Q8RPS+RjSyL2Jws5aKamUYUbKTbOowNESDlAic/YXsscoRDosh3I1kVrXOTMWmSrkR77x/Y+XwBT2H1ZKwU5AHoKBpKUsADrEzXBJqQ8MOowHQr4RD8NpOG3zoO/xPWchgKwYBhY2Dy9dpXoHrOOOXNXv+Htx5/wQ7kGIpIhDBLRstdo11ANMVCwIoN+HnvczmqoQHMZBhzWWjeXB6Ai8ogNgDGnx349IR2Ncg7OxVsQOCqYVtKwYhpvlikeAwIhsfGh88/M0bRNdc4NrId+2zfkiWpBFqgc23dlEMR5T5TfTNCosQyl0uTEp3xOIzH5pAn/0f2snnIdG1a2h4D4Pwboo/2JQiPt6DEsbISurd3xmGjsNQHxz+3CRI/eEjTY5rFfT4ctgMOq5jup6wHaAbqxa/9BTHM5O1WIzIy/kuMc4o6VkPAHV2SEDJoSkTwqY0PsVCb63ulTiwHa+JU7hGAWFAdJhZfa0KnQJTzqMjzIwcC3VJelQOM0zFEh74CP06pjnVXbnLPZptGBbZkMJYX34v03L5Os3+QSy1FegQVpkJUotzbB0x61s5MrErucWa7duTTSG+koNgNxZ5BBCwlmWOZnWO0WSZB6SRA+Ow2SxAwPxyOSW72TcdMpSH1mQbZcMSlBFB47V4OMxFUJo1uy7yCo59dI3mcV6TJhvtiSWJoRg7xBnJUW298uQK0lJutqzQ5vw8mIZd6VTSC1lJgHXfKsuWIrHpUk+ZYkWq+o3SE+eEXzHL2wFySdCNPpVpaIrtrBjMmQvKaAnZLDDFlY/xMKvdCvC7F5+Ybko9yEw1bvVUgwU1nQZnfeDNl67ZMTeHnanL2dn4k2NAVbTeoluJyOxEYr07vPHBHbb6xsOQinWwcEYUepIAMMzkyTMJNv3/TeL9/LILsWC1w3Q3oO7Iid4LH1XHVYWu7MoQMTUNsaZJZKiEULYRYSspXaR08CVDXZUJDo7y+zZUOMCx81WjQ44qv2KXN45bL2inZQXK8vjUBW7DQCkrJXt+FTlsv1Ad3xcicgZHR9My71TtYDhbK3MPz3OdNYhVtQ/Hd4TWB5gK0SnJXMhTn3SeaSEo1kJ/h8ryCB0+kEFnRvBjA8oS75gdVVi3ZAUDdFWjmzFCxJpPrPkFzYLe4/qpMV/MOOZYudOel4Gw93iF1mdPG7VXJgqrWzJHc1f5VlVX7EEzTTVzYSMQOsKJGtlXxdawci+A+mcl1Eqzfvn0XiVQaAOPG3ULcmTXG4IUjGsyIzMpGFAzh8dJ+tl1Pjdmm0b0mKFMLnucLSQiGvH9uwACSQ9vXIXS2SiVROqLN5aBCGjDRN/ycLUb99YZ96FssGU0Nzgxzp40KMkpi2GwUU16qrErTx375q+PXmxNcNsO9k1Q4NW6UgZSvdXahREObHGJYYg1ZNouMkmcNM3OqYmeauypNRFV9JFGlWbtiW5PchRk5GykSTrRZXKQprXAsj6NA7SeuEY/TxgCKDQJSnLcFos9nH4/zObxjw48JwAM1SLAuuRw3byQww8PZgqQtKQfPw3PGMK+5ru32LkGRzu07NHRmdwLa0XowmrO9qLtz+EjA77EXkzXeTndDp4BbzfMGkdknO+XUiWuxWu+wOT5HHntsk7l820STOkSKhk7TIl+kAZ9ODSO3pUq5XI0PujyB/lg2hlJNRPqAwonj4TZrJ/fExzAh+URD0dHzUz+sadNfBNCmwgS5aGFDKkyzWQqwCWYjwjOavNFn7dOjHq8UNkjJOCW/PA0pBWHh+pioIOz786mwMkdF1bYdEJ0WRD+O2Tx5MpSLDB2HAvdLNQo3vbH8SEz0tFvt7Mxh0ypSFzYbtiLEjf0muLmci04P2p7YDdR2nmyp3UQK7k1kwlimM9FY4wGbGBK8NYkEtgzF1pY6vfTYcs8CS3Mlp/KY1DG03GK2XECXBmkthitDHox0imH+VsRchzjfqAPHABTM7BbsHbl3BnW6dlmZ0btjot53+3p6NNd4/JeAu8bY9u/cDUGTwpmyXcdVawoUhDx2pINi9WyVZso+AylElLlQ4gdP9vIwf1EVpSTO2zWjXJnAJnoLq2Fn2bhSenGy1Kxk6RaFZ2Ob6ykVOsXMwCRVcKL22D7i5qpPZX1YhOtquTpnYbUyYZtrsLqMrNPmMYSBmo7PRWl4x+iN8A6oI0kfWWeqq7CbJtoVWaSMJjhiVvIXZwY5kGbwiI7Au9OQ7NndyUvQJKaQhkscdUwCPZ1IcNw6d+5GK7PKjpE5G7ZDA0stx2LOxrD/kpz9Sujb8wLbp5jppjNC4NWlDy9AKeoK1UGZXWhUjMpJsyHvF2EHW+sCGqXleow8wnA2AD6oOKz0NZN6U8n6xkn8ZhsCUFCyBdjcaoiJaTFwRSUcacm9YIW87iuQyZbLalVmmRCsFKAB/hwcWmBgkCrbML06/RC5XeVMqmkTRDu64B5XqpXLbjhlcDqc4SL9YEQCzOzjDzP/eHnKcJWeMOqsw5YBJ45x6nKCWin35Mhuw6HuQjwmTGRRnXYQWqxk9X8na+NSV2ggVQRUhhbUIhhP5lE6RZ2bx+mwWi5r0DIX5OrUE+Nkew2BlNJEy/lPx08guBF8qTCtQ8kZdgHIy5CcViYJJFq5B2unPTBvweWZs5I/GgxUcEXZIU58KM83PzRgaorT3BoDrlbL8oy0wk5zYpwIVobycscT+cwLWGbQPAs2dSGXw49SY2Z9NLFhuokT8181TbVBxCrUeDVOGirb8lQ66uY5v8oLD6Wf4NzHY11nnsRonXUClJg8TGpOGW+ELYhuxfHibkDDccevrNLdDLZRUahYqStg7pYV5LPQK63UFF3pymI70rrG+8o3a09g/6dwXZdJx3pnV6JyyansXY1hOpuubbG3b4DgwMwnpmAkBgd5Yi+LqMoIE4Z8+c9MHjum8cg2ZNnMvMLNtN7FPt+STJUvN6qSqNcYmKXnYMvAXnLZIMyVY5lfkHFb3Dpen9iXIyHVM4KGVxG35yTR5ZaHGMBRL3DziSiL/Sau6bqkRLF6xhve0bNVS9RGVkwJSqHso6mlM6mV0bDLqrV6prLnnKzbqGUBqXqbarZs7QdqYt3CRkchVfToQxVLfo1UesZAuyw1YUkjo3sRYdsldBD/hEeq2QE9ESBzC1EVIWWdZDs6U+S04jO12lFvb1un3Mq5MB5SKwGhgkjOw8C+xUnZnBMtVpN66KWtohqKmQpJsa/vMvRtxtn3cKuhRBo4Bc9bEuWyOYm7Dm5hxLeDuL+XykXO31WeVaN2NsqekraaYtCIe7w0mnRNsspiWGP4Ffj4ntoapWvUZallpJGL+XKk63ISCWsVXc6oWY6rj70ZiKqKVMknErds54bK7Zn9zHhbhm82OHynt2Fw3QWkwiouwaNZMTVMqK1YUK1CQZ8MXyPecTfFBe2LeKXwH8YUNmY1SctEfaU6zV3+/+t0uJorudI+qmO+aZltmgyEnir39mg6GSy81pl8UFJq15Cft1andfRtxAVGNyQZ6yU5aWkkAj7LCvbrlVWa181l8aCIbkPji2V5J6/i3bRVReW0OVjIp6uXFv5w9FYjlh1rPcqw1xCO9uHRr1i0mBfUGZBUGyrxPL22XITV9a/YclKZXxQtZpHakDQq5somZmifUaq8XJlVKc9u+6v3rUebUvBZJBxjESvpEzmFHMb0QO/qlXA0+Uxg5Jwtme2OMblMXWV2LUDPHnnHxPtbaI3vALV1+2NgoAgxljmlLZJSkLr0ZCYbOSEjTIyYuShe/ARPbQnjhUQJ3anwsRcnVYruOxpoCBo1adaSaat2JULECmjUpFlLppFu2/S5D9L9eUuVvmlr6dCdGKuYAoVI5Lej4NU/BhSw5ZvDD8AiBoCdzOCII954c8cdCzr6NGUeOdC1bDPQaERfeYJqsgEpsMcBOEABSxPQ66kEhfL1740GW5DQDJ4Kpj5Ly+pBy0tndnpflVe9Lihg889GN4ALfqPtAGA/AM4B4DQAzgTgLAAuA+CSG4dWuRh7GDCsrkoG7gso8F+CRTW8xzGihMYLXyAJC5ncVQMHwQ+Iv6K/OMejKZC78B2S9S+CtYrdnIuAh2MgerAZNkjHgkKurirAM4DCSgs9bUBZn+LZjLEqg9kcJ0Df0F9gP+yhe3Iz9+AbabQEtI3JW9gJG4jranoNvCEmefQZ0E/ikD5Nq1dr/EEVeAz+YDZ3vdMtwA+r4DRaDjwjTvDoHeArcBSm4qUR80Dpakbz1fQG4r2O/lGgqRBHogxip9cQ3uyXrjLWYSWWametdhUQiUmpjdPbu4o9zccSLc+yuCoS++V4exkTBWXlbIudsAU2lwVOl1yidHzpiZ4uOnC3TeVyRZVLh3t18p1fVq6FYuv1agpbpK2obGXJalhsmS2jowTo7SsMqANXlc7ZTeP8+ipbkJgEPsqDWc3mooZyYxl6p9zUcpb1iRrqtDWnVaKG6r6sFaEhbZFLkfdcx03V6euaW6rM3R0Sp5VuOG4lixTsjgHTzPE7PKhCLJJKXirSkJ5MhJDdIKeauscrvvHvU2BCEpWEAElPdgqDDzGVoYQaWtrjm54wMhoIupq5+OZZlrISMCZ67/fvTxue7X+JfIdeshvESMXjH8SpfGhEfHXU8JCdKoSFi1GhSZVThDxCpTWXZzDpff9ZOrKOou90fDG0WT2ybdFToT72xlmyRcP33NDIxjri2NrxxxghAqM/vPU2OSc1PIwfiLImEhFnLBdhBnhphF55z8gSaPLDxpCH1Hb75gqPHR0+J7PtuLZ/nizNXFnyFCmxRtJP08nS1mJrTOdNiiYlkzXrh1Jb2liU/625OZq4K8pWjWbnC48s/y9/zVo8YQ5/1W2+7zb+/k222u2g46pddN1dj7zQoE2HNT77qTv8iEFiyUpJ6tKRkc7IRg5xDTqYBPBzBCUiccEmKGnJTH5KQlCUilQoCTn1EUHby+mYtEGAR4PE+ZkrGQ0xfZZeRWEZ2+CSz46yhwXfrG2oz98b9UBbF7yOP2VMGRGCKfrz5i4+J408RI88saE01iBRHF8DuLIR5qUR+ukVe+ZSuPOQ0enkIbXdvrncW4drZ3JJl1JIMUeL/hb0THGXR9GIU+xCdEe30Kd7uX9u3AuQsPrgX+h2cL5AMUbXFlo7GjpFTGDNIqXBnCo7InygC9liPUTiaQNuoHxnJVQnrYjNoBNCOMYX/YK6uYGw2E1RCAZAwEAOCSEjRwPUEx4yWSs9WCOr9VsxyUCqDEiOA+GS9sAMA2Ny9gRgZgw+aBETUn3wae083Uksdp0emKOZaS2yCUe9XNMOujutYgKSQ1xczozy72kGGDH45AccNMhzggG+4cQE7a5U4FMKKIIJUGkbKqiGLjCyRxbY4VIvGwGGEcMPUsiigDLVtJlFM2gy6KCPAkZam4mmmwtuudIDOGfd1hbh80ICAtpDcOVJARl9el10XzgXbSPaVXRkjTL+wGlFAeiKAbfwKTOCXfJk9WuLfs9RiasZyNqUexGi3UgqjkYm6VOrHKDELV/joJUePRBBBJG2uCCBdJDbcyWKKKI4SiVdb1rqggHG3dk1nntz2FxqpzWOuGTd15bh60IBAqyHZD0ZIEZfXhfTD7yLtpHsKiayRh3TMWobmMBUHFiVjwqzKmmlnFXVFv2eQ7UKDAxt5r1wapTPUD9sLwln+MPTEEKUvjWpmqFKRpDXEqi2NSza6GG46udLk/iNOTbYBycvqlfCh4szE7BFEzLjTZVwdvozn+0licJjAQICyESrPntz2GDhuRBARNJKwZ6AAGrSHcQYfcqSrrRD3iDAVsNQrPrxkFrNZjYLWcuyNgWdVN9GdETWFIv0qtpW9qYOGg0Pea5u1fq0/qiXiBq8BufgpHQNPlj0Bt2rXx4e9KTX93uLP7Qv6UTw58iXocKNvy8R15SDKttB9B5MsMLxQdzZNp+F48MOzvD+z/r+zfhE5MShaqIhXeUsFdsqXn6idUULXRpU4wgVq5nQslqPLKDd3FkwxhFjXO7eI91HeL3kgtBIAqwBAzxIRFV6pGJS9No4gE9ClWglH8HyJdU1XC3MsMFJHvVLFaLotUXBNyU1o1V+BMs3lm4DbpXaVc/SUCcEPfZ0Dn6xwR4nNOj6YTwqhWMKwHpBHj5ADPwR5mQDiEF1sVER9hoBmdmk/fsJIJaxyoUEJNqzQspsKEoNHYxkUXsvsDNwMY23AiCMGP2UKQzIIkaFU+Vqbq0aOln9thGYarOi7MupRW231gqHrHPbTbrPBxuIhUrdCNkAYtGEC4hs2yhKH0MGkV3yxIh+QeJAxrQpe6Rp9G0SWOEgt/q8YbAjGo9qQhDfSHcORVSori1BVweiYylsM+slWGNHR714p+/9uhcGRc83bHzRh4z8H0ZLfMRTJQmoSs+MqdWRmRIBp40fLfkEeIbbhtASyKEibWXwYG6zKZxM47FfEaJo9Q0lm4zzoETVqgG1P9rzxENoXv2CTdYep+oaWZidPKgH0LqQ2cBlOijxhOYV1uqGtr2HU3WNLMxOCEQkgBsNcoc2wC98klhNvKe4JNEIIGmlsKqmTacwkqWyC7nIu+fKIHA3W4h3xPP3nuWp8MSg4YdSmvW0wEZ5amhSR/s0o5mCBa10S3OYM7h1n9MFkrMBJSAOgrZtOAixQfyPgo9Vhjbs/3gEX/azrpVGvDJpU9pS0zT92rRWmmN2r0+wRZbxTczpzbXiXNl6a13s7mzHO7C0tnN0MXOPVz4QGCTMAn/+SGQqOiYOPiEqCTkVLQMzjhV+VpZMqpVvtD3PcwL5qxAaRb89jaJJKLMrq3lQQpUaVTtCHu21aigrk96dzjTK/Nv5/U5u0vunTu8KDR/xB3Qhn/1wEioLm0XIIh8EFf3waLr3CF81btP/KUMWztRw/y8AIkihgLpNZwOj+YtapLT/1Li+Vymg4Z+CGP+r3xv7+fN+2f13+nsJ69tVtMIhD2t+bFIrddrZb/F64igeqqHPDsCW3GD7JswAzCjIRbtylXF+dCX/7u0KQMXq8hcWgHveIc6fVM1g98GUC4fMBVPGJfNYa9gvSuS+LSqF3qSA/mEl4BN0q0yohq3F8zacbRW1ppa12ISeiLOq5+e40rhBCeBvHuionVkdOR9Y5OGEijD3/YSsPIFFg9CSz1G7APRY4tbcdji/qQUAjucG3S8WuwJK5zs4nxiwC1uA5j3ulQd0pIYWoFQmfSXR4Tly3ryVWRnXFejru6/usM6JlZL6ei6OFTeoKaQmsKC1aVunnbuu43ft2A+L7OvmRSmq2U1EQyE9eteca1j3zYVdclBsMw0d+25ov/MkcZlFvovaV+ICl75xUlaw1aBSm29VVmVVl1Vpwe5GOR4jO0Uii4G27qhtta22RcWHRJ9CqLAIFWHelV5bEL/2affmlcnN+6WgffDOCVFlWH4x+LyU41vACc1rQeci/AQybOA8DLWLW2o+O3a4HzpvV5zjwbzbHCpgKQ4XtybIue35/IJa61luE9YT1NS0jnf9ai2Q2cr1rwOdEU/3BwfkonsO+fN9+mPaAK3co3vdOx9uvb/7Fpxt/dKpVQhHDzQWbSPPq/47vesYaSyer7EADpIlhBs+XgBaA6IaMAsZokGBZ7DxCS65QgPS4ndc0MR3cPxBxffl44e+5ofh9PcT5eENv2/Y/NiawkXxoYIgnM+mCzPJEtDd0q4x79299sFZW0ZkqguyDNKM0mQsHohiSZSmhB3PEiP2OYmRKNuePx1rwwss8dzvAicb0YcNGmEBSsMTNkFDOxruHZrCpDWO6lJbeSpLv1WW1RVw5OFhhg0pNHp4FmgagcuKelFe9KNeHp73HvvlnYwlWpEVWZEttXAt9VS4UujJUoS04U2/x3mDv/qwOa9Y14AQZWWM3hbqXhG7gNs9vSpKehgB+CNT+vtYbN9HW3xr1H3M/VtrvcG4ihpMQNNERg8mYiKCyyBKDib8AMFBln3XdfGxYu5+dDdHp1tDHdWhWkrXMp/Xit/1ZU/uKiQWwnFjxCqpozpcbU64PVe0g2clQQQrm7cTA+ymfWto4buJVvsG9GZX2toNcpxLy0J7vaWOdlSdYh0alEFn0vRdwp8h6/sZ7D+aBPbb9LOf5o5903eP8aBPq7biqE3tMeG8zU8JT0I617dzdkYnHnnlLBOXwcpgsy1r2rmweko1VYysSSt/SJLx58akkE7YkLXz4mYUf9tzcA/nN2FDkmBiUgW48PwLJ9+Rm8N5ZHD56M1JE6PLE4lgabA0aM+VJfEkhLOoyCc63UOGwyiHlsetgawzgA+R6f26zmh07lMPSNUxC1M5fcTU7FQt0XvpLJiJr3aUbzPIN51sr3uXERzJRsc+RJu1X/XHs1hEIAkzttQA5uwQuqc5iXmKpgEkaMeHOkeC9fJU+NZp2ZMCt56bVVl6CN3ZWs9Mu++66JVpnbZS9WFPZXFz87b0jpBHCnhkI4kdbTr86h8uuD15YPXXw7+IIlhQx6lUVFQjro2qq9VZZx+s0zqty/jWae/so3Vap4t8XSmb3CcWqmmL8mIVzv1rltGeV2jiK9AXpHWBGZfWtKzTSf+dzm1STneHY4sdQjJ3nM6oKMRVWWA9aHPy6p73knmDKKs4omOTYPEcwm6FrGcc5whPm/lyZL0T+Ej0XaE+hyJDm0Pc3OT12kGPdVi0aOK+9+cnulVuomPEtl7ZixMpSbQdq+LOfGPsdbc9+PMCY/dZtXHC7XQ5QGOzV99J5lRCU4WdxC9W91Pmaau+NwiNJSRGjWdIxwK6tzKOoj3AX8Z+NnRPKXpgpUYPoPsyq/sC3IRv8BldEzkXQY0r6A7oOutzPL7lvWxLFN9nXKMyuI/uUroboHGIBFb3NH1TbvpNKA//4wX6SXiM/5jFB7OJ9azGBvgCO9A+RsVH1Ks1HYQ4xWoshzfEcWemsdA7zQNeondMw1+8RquIBgqb0AwNfbENrcW/tjyS4Fpq1WccQRWqNn1GiRoMtpAgz0D+QQYXcuhhRxBJlNHFHEe8CSWeVPKppJlexllkk2NuDSWOEl9EWoWgzq5CnRYzjaKpfEVtU3uKDosvVBIIMAKMleSHLPmKVajVpF2PQWMmzVm2YdeRc9cevPpaALicKSSlhKOTUtGzcPIhyVx5TWNbE0tbJ4y6F/gGf8OUWFqZ5VVUeTU11lZ3A4020WxLrbfTYWdddd9Ln4NAkcONPPrYE0wy5XQzzzHvQosvtfwqa6638Rbb7DiNuwUQ/qBDCDWMcCOMLOoYYo0r/kTyk0yKqaWdQab5zS7nPADBEDAsJD5gwUeMAi0m7HgIEiNJjjINuoyYs+bAlQXRnSubQ1NLuXppVX1LZ1+y3J3fPL49ubx9SqG9DwiHwzEjjjbmeBNNPs2Ms829wKJLLLvS6utsuNlW2++yp5C/SHGSpctWoESlOs069Boybsq8FZv2HLtw49HbAzwQ6Ed41Md43Cd8sqd+hmd9rud/kXPhyq2Hc+fRi/fz6uMB3hfw8eD5Af8+z3WPXnjn/vpw7x05deEt7jo4w+xhG7Y9OcxqNu2UOkUr1r0bM+YteWOuTJn1Bo0YN8GTv9AG6iNWJbgFLaEqfkQ9xQXLoinetDnHVo75NumQIOcjfuREihLeth79hshSYpdeGvWatOoopVLIDSh7c5kVCevmKGpKYpcNIObN6TZuME5qM3s2kxkNaxdoYPKqlOtXG0sViRTEX/J+JMarlalQvlchTbUsr1iiSj+i8WK+GDmScpWaMnHI02clrRjoZx/JEv57wN6u5/8pIgCfvXYX9hc0vO4kYQ8P24rbOddbhrHDxybb7Nfz+rtt6m6tXTbwd9XN147tYau83VFvPbbLdfty8m7pwmjTLaruBpu1isYverKw8mprtnrOrbgKfi+5zPKGF9vPag++BRlf/PTMv9Bpn2s/1zNdzoGqaWeYueVVMfV0ucrdVRc6Z+ulYy0zdt6e+mk6bbMtyltv5QaiDjtc8XjtN9Xgj9liG5+jNVopIzZbbwM/TNNtoAZ/97eBgAPfja2D3u/VV/lXHz3VWcnw3G3VFbxceqxbG9130+jOrFe1c9EZ17WyMGmv8oV+mzXaaqXisq02X2HpZpsqreSSoFFKcfdYUpEYqLeEQvTVUSDsqbNmXlyKhQYP9vfIjRVqa6i5tlD8UlcLiiurqZp2r7CSyk9uBZVeMMLgSVKppZcpt4SSSxPxji6uxDroHfaOLH4bjwL6K1wcN54FiuTIhdcDBLbhA07HlAUrtrd9HjNjqf6Ja7Ybbjlw5umSNXeOTpjzy77fZ0SHLboMmGWVRhg9LFCmRtM0OYpU/CZJhvyuP0XqJklclghhjB9SBAwSIY5DD35C2LTjIoBOE1YcKNViwIxEBWp0CNTzAQO2KkhQYSoFyydkv0DA0ODkIwQGQ8pCAIBveyQ7N4CAj/S8cjlp2WR/A2IW2TFBMEzWmYkCkP8MC5Sv0kz/yvMx3dRHPJT5lIgzmUoBdxknl0RsyFCixIL0JozjVBKMO4akOTaiQ+piwXriMUWjP9VIIteVQgSRak064vAiSdLDJGIkOZ8YjDIfISqMM8hgCvcmuTRB/sAB2yt7zw/sVPRddlfwydvvJO/jttpW/kdutqWAwKHDTWTsuc5nS9199U+XsNNKnyZ629U+7nvYH/wSH5nroxYduQ16+1Doz54FdG+Ze5cHfVzNxhfQ87Jz1W54XGKazcrGV5PrF9DFAlO7c8xceOoUQyVzVezMOO6y0SKJSxBVErNvLEw0wgI6lhsQ6ta8ZO9zqltsgMNoZMRup9E/TJdT6Rr8bTOR7JnaH096X22NKXmsVkcrDJ5aGLFTLZseRlon/R5cSvsND1ioDOrr/S+XtYXHHq2MI9YuvpphahVV+bDViq5owDeFsDde75XVAWb2Uf6fb8/Sui3r8fGlxC7LeHrbF9PfknBU+Fu/WMcFvrWKWD28e6sFVX3vXuy2dXDw3l7bRzmc5RY8OrPS4hEOYrIl+3aMNevSusEmnFvS06hNs9obNm1CU31Wjaqt07KB1YpajOte+NKpbYFjWGP1aVCNslKqVK68eKWKFBWlXp68QsFamXLuVbo0WXeVItGPO8gRI+nWsoSLvXkhYKDoG/HiLgzSFcWpDtgbIkDbvyC3K3NhOSzehTkTM7fnQN+fW7GjZeRmDKk6OQ9lCvbPTpe0rTPR5tvqackSVn1ZcviUXQIPToUXJYBF7gWIoH/lHZtkboF5HmILtLMTWSCeidAw5rQLcIgaUx0IkWFAtQV8PyE6pNvAp+Oi4Uu2K/hwpDuDy6dkh7ChfIuzAxN8qdbBgnqCS6CBAgBnQeb19cvEgf65UgcQzTmHv8A3AzlmbY+6s8/cjbZsM9LiKoN01TtLLw1VDtNJWamdtJKzJS+ZJK3KTCoxC9KSSNC0xHzHI95owrGLMhBrTHUo2B1btH+BXtqiiwJd2g3o1apJnw4NenRqDnWUFnXUHYrVq2zxKd/JV6WEbsVSqkCTH37JlqpBjnR1Yv2U/G+0MiniXsByxxCoa70uNhm2+sfsx9YnugpyJJAVIcae7zGj73oDmLHpAqpKj1r6jsExUs6Vg+buXWmLVX4BzdIRUllVnaUHlKUzxJUHSun1aF3Gs6urlXWOolYl4xUlUvYsClgyIiydZLtsl+2yu7q4CkxPR+JK9Owy9PoF5ZPJkE8WOLskrX7kZ49s0LXrzntPJrCHdspVKfE3JStgtdDyRcnnu1M9demi3N9JHlUzV27h1vfAEsFhTndbib2zmW7mnDbMNalQLctSLMWy9hsPpWmrhA4966J66HFt9DrMnqeUp8ODqNq3sKtZP8Z7GJmZvq7au/05jydP3Rze+jZidOcw+r51m5PnfDxvgVmNOAdzydVVfhzbgRY4jl0YF99+VcEOfbzaGK4fkalmHi+Yswx+lr7+bbyv+xGqVw6vzq7+s6b6+VpPMpdWxMt9sZwGtjQxFyuIG5CgV972Ci9vKpalHoF1ayWrQw6SxxIBYMrhFRxxC1Pj5tC2El6IgBD+YwTk2SZkte8gI5W8rb2vbv+IP9mE2JBjSN+ma2iAYCmkA3ju+aCmw+hhlpFXHtTQIY088YDmepB/8AE+wVd4694fLt9y9htBCwydu5oIut/pDdZc3MTV9VI/5yzoSDnLTsqn0J0/t+xMrwckMXPg6mXDjESW5dq8KSDvlZZNzEoY52fUsi2RC3T3+d53GQyn9ry+kDBaPfMBh62QuOxd5Hbus+7qdsTGQ2OBm0/zN3RWt07xW+I2j/4CkUTvxd4F92AOzIRFcAD2wnxYypyvaIX8WtiKbpyBk2azCGAjHKaPwRZPWPpO/GDpf3ThPAzWduiP8fiARjKbVzo8h+1wA7bAJ3QV+IUeApfgH3yVrmZclgpWVoB5ny/LdnPQF5rwrynpllMo9wogYJEx8UmUXbGasbMdyDNQNh9BtaJadOozotgtJFVqNXqoQ59hLOorJA1t6vssQAhEvNO1vwL60/gdE/yfx383Pcxwwr8r8K905FFFWxj136ayHYHepS9wl6smAFxYj76g6FlJaY3o7m14ogOly3h6G8dlKk/qjxigtkwsTrslbvKaAyTnjzh39gKd7M3c2vT8ahsSdJg5pD5nKldl0MXxQEBfXnWjwjnOrbi2zdxe436grhYls2C4WdqmIN1EaiNV2bGk+S/Vdv4XC7G6ZZdlNwjxRcXB+sq5vEKOyqjzXY4Z2+J+sIJhYK9XW3zaIu28VSCXfb2MgPOaqXUTs3rjv730C8MQs6RlQ8/AQU+OXLjqzciDJy/efPgKESpctBix4kw3U7IU6bJ+/ncPPfLEM8+91KrN2pik+YwToXCjMjLRWOls7I7r+amakD8AESaUF0RJVlRNN0zLVjavQLDpUiA9Kb/XwJUnb3KZ0tvp5pg7JBo52Iejwv4/TxEjcQDwqJE0NMzoWDPXgy01O3a0HDjRceGih9486Hnx4sCHr56q/8XJSy38vQ5DaEmID7MCIrl/ISgljDZOGIAI05BSpVKYbTalTP8yk/trFyLMKkMOOeacMc8ON5/TBxxv7l6KhZmlTQuOWfsdho0E79tc8HPLiyDf25J1sKo15DHYu2w5nfpN6l3KZeZdyw2q7uUeTU/zjPbLn63oK9uKz5bvp3UH35Ae95+71P7SqWCx//wu7UP4jcorOXkFmKISGosnJFupRArNAfDTAqCIaEmVDKSZErRGBVmnhWmHg+uBgNATCakXCkoHGnonJlYXLl7fJjkC8td0ekOM7XGk6Z5Qc2Mcllhb4rDZHZeexhV2mR13Mxwer8//ULOc/5TdevHmtMXx52Wl/cQESAwAIREOCQUec66E3Piyc/avXN3xRL8Sq4a3V9IbcdI3QX4EkSUiPkxVy+Cf0X6NRUjUNQ9vcSdCUGu0sz4UWzQHHB7/x3X2L3juuE/hiScsvNFOpdNXWr8CfUIk4QRDe7++A2DCEDg4eHjF3/iJlAUuNV9iN93iqubh5il3jYyaJz1885Nn3IBvzB76RPD7HwiFS0rFyQuYZQe+MWlAWyQYnCTn6xuet+5fCDRHIhQxAEsqqWAIIYudtFakwdDTNzBPi3vQncwuu+KqW48/c1ax3ZVp4Jzz9hyz+cMvaHRF6H6Y+71nSq4vqzSlS1q+8hOgVJXoD53SGd2CDuiS/uYE3oQQQRbfcpqzbM63La6wmbfNrWS7TZXz4/vm6/dT0o+fnyIaerFeTmtoi+V7qSUjHSIKpdI8mk8LaBEtAQGFhEHDwiMkJqGgpqVjYGLm5hUSM0OX2cpLsbeiGjIxDuMdS6EZmqXFwPIh9IV61Fu7by4BkUJFipUoJV3rvrBo6FlY2Tk4lfOoEBBUqUadehENopq0aNWmXYdOPfr0GzBoyLARhUrg3XIbwR1EJBX+VumeKtXI7isrrATmzEDGkcvcMCjKoTNtQ7qZg/if7F8N//RJgSAYg4+PICBAEBMj6ehQjIwQL15oPnxgTz1H6vAelTQZDHNgyZKBlpYdAwPElSuCJ08Ub95oIUJwhArFFS6crZlmspAsmbl06XTmmENhrrmUsmae/37e0qqVSJs24ljEAk6ABECmSsVs4gwGnR4Oo9GoY+Nxa5NGQ6yA4qhYgaYV8PFgBUzILIfMLMgsgcwi3HoAboTC6hl8EWzfBdn+EHegYcCCkUQoEhxiXBI8YswSM9uxWUr47UTKFzbEQ2mrJyMnoyBmRsKcjAU5FZKaggZFh2ZFyRpHD2bsmHGg0xOXCzO9mXGnYsTjwYoXhg8+31IXM32L24mQSdCYDJnSakSKwoomEEMolkBcKxQvAZLIXBJLU5mbVpbl0NB6rbQn9N2fiVx2g8RNEblF7HZJ8l2JM9N9mQeesFHea6kXXtJ75VamVjOxFnKtsLbS58dSaPSS9kGtUqdvOL5Pmvkb6EInwCoSMWAWH/FBlUPLStMX/OQKdYrokbKhhQWgiNDvUV7tGJD4KCwOAYoQQ4QmxiHBJS2e4EPmkk8JxAyHOZYFARUhNRENMR0JK1LWZHqQ01OwfavUwND80oIjVJyoubDUmyU3Gu60jLGHeZ0qWLOZ9VBN4ZwJUS4iBIyPSJyrH6M9KRwv8RJzTxN+eRGEaDOB1w7UEZEk6aNfyXwjlF3IzyTPV/ili1LAiflpGGFQRyIe1IP4ZUo4Yk43tbYTxfcS1laUMjqMYdoqDeUqZVRiOrRm26GJPUP7SnvG2NgxzUgkDc46YyAsXkGIkZhGurEkoFGMpLNMjF3bDdWFZL7zvQQPxYid4n2yh2LH0aY87BPsE4QYEANs6dUyXn+1fDxY/OzJ+VMefaucfaecfbfkZmXj56Xy60DmYLSltGWoNLRnzbaJPUNjuYkdvAJ31bVrZHl6N5TMYyHSKHkcmYQl0AvVCi5bKiaT/y0ASienrooIq4LIF0Q4CoqhWBBpwhdCIpCHYn6Bci1Lw1X2Z+LpkK3mKPrT+SjLvtmCfNAB+xkAAV+6CCIQVzbuoTHwrvFWDhJsU2UILEQon0FKB9sKeEISC08qGbkElCJQS0CPVuIb4a0TjISachZRjUSmwLCICsNiSIGmYVChaySe1BEszT1iHnV6C71FsLKNG3sXXaoadAg6eAI+RkkarfQ0wgsjS0w5icwkRQpYrECFnrutBatchrOdk6ONtYPZKraaFctlwvkgSSOBl0f2AkYh3TbKEl5oBJa7zB83CgGu4SAQeDiJ2J7pj9/IY0wlBxeBROEjEAi092kw1jp9tp2FvSCU+wSjvOApP2gVBE+FIVJRiLQ8RCqeBlaENC9l2pWl0tpU25y6+TaC1t6gdWCPH8uQW1z6L7me1SQcz1dwwv0LBBE2F6GIvALFjEBxOoRRG1Q0BBVNN6hUeYtlk6q5hwWlXqXT50BAAbBUajPkxwQ2s6y3OnZzsdRPY6rrkxv/eSxi5PRZ/EJiUrIwFRSORFVn6LJMLGyaIqNOGLZa0W8TEBaXhMopwtF4Mk1DW8/Q1NKpz3oDZY9/x8lrDAWG/Jt5JQSGQKFrMvWNzKxs6a41W/br27n4QKISMgrKSCxRVU1Lx8DY3Br2osW8LJipEK+Jv6A66hWuSoHr5r4inC2QYkTkbuMrM8k4adeD0R19ZXI+S6bMeRZL/2qbhqwAvZ//8l/A25DdfNRQyI74347XUFlK1Ls6OyXjQWrkDJuuwxvz4Qx1DfQ/kKahvgKFdKPeXM2WaAJAejf7LaVIjhbCI3Yr355JxilFs44dRuuBDZ0w50X3v3dMzcUo6L0v19x9x43HSw+aDAAETYiWoOEQE6VlHxjYideKL2KypGyVhp4pWVvj4ObbHfxf52lURFziTPrMjpyiyk69ab9GtXQNDjtuze3z2a/QwK3RfNuHen8RYemGsIuYf7jW3n4IIJQwhJuo5KAXBzGDIfzFOT9eYIEK9fuHGi26/vOE0KVnrYQHbruaLrdSzjrpcDrYythtq01pQyunTLHCVNAqyDZfRkprtSRLEpNgiGiIYDFxeqtvMpJgBNJ3XgY7AoWJMkOa+XIUKbXBVvsdd9ZVdz1Rp80H33UHgoRIKRVpyUgIIYVJYMISFyC45Acf0tc4fNBeIMC+AD085Ct0gr5+EocEOwbaXp5hTjtvEnJpp6GH7IKSB13pzKPmVfOZ+c7sav+9OGiTNHE7LHL3oiRcKdtDgqzqOnjmk/aWnQf4Ql8dpzHV8EiW5GCtTevVxv1CMFczb8Nd4LXfsXjQBuZm5jZ6K/Zoi8bbdXr8Cputug7WMpdK0aDl/rEkp+BXG++KK4OFSvCvSkdd9QyClExSRdQbRVyYWfsVCRun9tYKw583mh7cqGlHJHpYcn9N+cMKq/hhixcD98sYdbNM9cwXYMcguHUkRBzSPCNvg3iEn+IgRoklNtjjjJF4OJG9Z+Ald5x8frxEDOU2AqplaOA5pb7XZdsH18FkWzzzJTb1o0SQVMOIwAPPwL9EPVQmIitOKoVKLTxhhRM6DvvQeOAsYHz9LQY3v4o9U41px5+1xiezecbdVTQQMHggUENx2RVXXXPdDajRjbvhH2IlUtgzk+j4Uh3+V6q1eqPZ6kqvULFSleCQ0LDwyKjomNi4avGFr5VESqmWi9j/saVohgUQYcLxgijJgH7TmWwQRnGSy7s9Xp9f1XSD+i4wnZljVreUTK6v0NVTWTIwVPqInYsuuWJuYWllbePU1mVXXfMDgs5gspR1VVSFX3qlVUfufpRqqq2u+h5EraHGmqLVXnMtT+MPm9VQw42UV34FeWWrplC11VVSadLKkqVImSp1mrRF0qXPkDFT5iyFValWI6RWWJ16EQ2iGsXENWnWYkYNRWssVrymmmtpRq21OUVQcUDUpuvown765bc/uvyF9g8WPIQv0BRqS0ViLa8bsAyNtRjaTB1dPX0jE1NfYWQKlaagpGhAtnzXb5DVsFHjJk2bNW/RslWnXWnd5jKHDx44cvRpv0Vj8XwimUpnsrlCTLnU1sdc+ziv+3m/Pwgj+ZDFUZykWV6UVd20Xb9YDuO0Wm+2u/18OP6o0+31B9ZwNJ6sp7P5Yrn6W1ZUTTdMy3Zczw9q9Uaz1e50e/3BYrdU3jtuqdoU+l5hSM2BPMrBycXNw8vHj8Hi8ASaze5wQoQJxwuiJAPAEDyBSJJItbRlOvJ6+k7uq5EcOiJT1DU0HWtRtXVEYgiWSGUIisnNWP+YBFIkJgmSJCmSIfmkgBQBatwHwQVB5pVI1SZrmqDGFRvFpV/6MxhJ9q+LgSJnpYdVKB7fqq6PdPhP1WTgEjxKdJhx4CVEnBpz1gLBZIWa9P/4dP7Hpb9VPdcuwIJKam2s1c66GxRKGx3tQJDpJRxf8JCjwgoDTrjhTX/8ljhgXVsnAev6goF1Y0mAdW/5wTZL//nUjuXO7sq3Y6V8P37u/weFJCnSZPjjWrVm914SJtuMWdiXSEC9su/7hzEM54OCgfN6qFnLwX4QhoBUAMXniTavD/YTBRoGFo7fD956N+wXPAIikgo/6/De79v3B5ei6x7TPYMsGQMFFU3Ac5354/vTQMfAxBL0ymdf/PnEgcQZWY4/Nh6uygP8RrxmjHWSqU4y10mWMSkWznQzDjLLm5WNnUOzZClDUimpqGnUihU3JImWjp5BvQSJpr5X6XUnI3YhJUkKOal4Rkkq7EWQVFSESSVFlFQa4hTflg6kqqySVfJKEcdMYTMBR+Y4JdXOePGOXTgZwTSaX6wgnc0hN7TSGJbxvv+bMGlqr5dg2ozHfa88MWvO0t0EXA2Oaf5hIS++0w/bU8+8XuElHr734It5CoONMEbooScKA0b0GTLOJmPqw9dvoBq8vbcIt7u9K/fKyON9tAUnQ6YsZPdR1L+Pt2w5cuWpUatuyAOAZClSkZSrGFIlzXXpbvhbpXu3V7O2V5dqHTrKxzexIHXmqRfvuPh2+wSdwE9gIrQRQJt/cnt9dK+dosZ0YGuvnuM6dOraq3cXVYPG+VZE2/oeataC5tF/DepVToEr/YmSbYOzGsKH9HJNTPBpy0K+lA8rbeXAZra2WHknD7GBcMNGIDP1zl00BotbT7mxysPxXjY/PIG4l9SRKap9Ko2u1lfX0NTqM7SZOn1dfZZBT29kKdfQaK8xmJia9c0tLK361jZObe1W9XGO+dRSirMZpWI+cxWO2mrRzkbl5FAw5CtQuFdREMVuKtmrdBdemVt9txHcQXR3hRbw2iVIT5mKlldWCrXNwjo5ngjxiRnvW08CKxSsuglrzCJjEorNuehJcV14aaaa64zJ9obLt8w8ajJyDSKmT9zE+guXYaBg6Xuip7btkkUpebzBHv/F62AdrqN1TAMtGtMETQKqSxA1mv8XjGERgOlLP4hct/bWPlzPRyCgxlNI5RhwHdy0hz5Pba/9WpXTanuDgZHJU03R8xgnF7eFgKBKVarVCHFyKefm4eXjNx+FxmBxeAIQBIZAYXDEpoQcU0FPCCQKjcHi8AQiiUxRpdLoauoamloMbaaOLktfj2Hn4YoBMimSbJJL8uDchUyqBCWFpBhUWcEBVSpEIBD8+8Brgbr/2xCD0AegIEy46LHaW3dvSyBMYx42ElMaU6RBiyFMTzWM7GSzNE+ZBTaqVO28VWs2EqeS2WKSUzCwqhHSYy68u8Ng+tAHYBGGQSBQTobAkChAIBgwxL69e+CZbWSeobxhNZn3evuiR+D7oBYk5OgRl0wQP7z7/1llK8SSgNnKdt7lfT7kYz5lN7+zn4Mc5ijHGB72ZEVFVaNmLWpa1bVpdzhdbg9O0gzL8YIoyYpCpdZodW/HSZovFEvlSnU4nkznR0q9OTQte+K4cB8sRdV0w7RsxyVWSEpGrtZwvCAa7SRZMZm9W6xQkf8ts8Fm5Q45rJZu3SbOxMzCysbOwcnNOyfet0OI5AFimXz5uKJtFTutv67Uvn4/gDF0ALUyhXO5Tfz/HFZHwyTQhbBYiBMO9e1wWHqmtp9o9DO7etwRZyezzoxbWwVGm9ucgW2Rs4OYwW3djG5+8wU3R86EtCUJLbVU0S2SMzFt28WXUYYZjZKDmZDLLFZsKvgHckljxaaDjGA/mMOtGxYYSwSLxizMyRuLsKQgJfYsnbNuRfGnKWbTZT3IbaNigk0Bior2yplKf6Pt/HrtvLQnu1stZ/Ysf2L/vL7ZTg7Hq+oyv/jUcNnTl/TMgPPN2QNC8uAOBJIWhLHOKDoU9cSrRhfwT/S1iz61PonrtGJpUU/u1Th1dXXdDp3q4852oZoabhju4zHe9wFgdwOhkEqY2H3dci18Q1UwrNAsEHQ3g8WE+OEalnzccdLg4zxu+ufIY56FKQbsM5RioWcWpzQ4ZvVsSh8QdNrADa13C77f8ZSaAno3b5Ap+AjFTdnHXeZZlOKDfRajBOCQzTJGTxA89dNf8U9xqlNXz9xpEIKsf7WCUF8VTd/AVWNJ0g/iKTRLhPzLNotRYnQ0EloKrMNKWTilYsi4TwC+0fru0YezzjnvgosuaYWQQ67x4Uks7lpda2tjgWtzba23axsJeVfm5fd5LUIMRsEqlx4sl+G1tYTxoDri67qYdZskiN4NQm0FIE4nSRFIpGClrA3rxhpZDzL05gwIWAz4hPcYYMX/hNUmwmLdxYv5HILCBODIYrVlA2BBgC4Aln/sBDPwAJ3/J6AmfX4c9qq7NdDiANwbnwKMhwMQAAEwGgRAn38QIIDRkH1eAW0QHqiJAPTDFR8GipBoroVMSCxzWcgpPglNerJDqqWHO93l4Se4BEsoQidE+EQSrVat0Raf/TUbloxIHU7bnLYnbX/a/8AB6I1YEDYPi8CisXgsGcvFFmPV2FZsL3Yedgt2G3YH9j3sPuxB7DHsh9iPcWBcPg6PI+PYOAeuCrcWN4XbjzuMO477AncKn4BPwWfjc/F5eAQejWfg9fgafD3pHOlLCphiZuQ8vf/iy0P9AcSU5UVZ1U3b9UEIRlCMoBiOFySFSm1xrLY7vcFoYksYOQ6uenBtpDEDARIXAplMPNNJJZN55LCUEsq4zQKyq/sv9/DaozAaYzBn59vfr3//dqdtlwkB0A8reuPLIBMlmac8MJnKQg7BJCTpyeI131CnujQ8RE0ww2hfGJ6BY3QKOqUmJZayNeVlyu/UwFTvMG8XPv7lYCwMW4DFskXHdmJH/nDvYPdiD2CPvPJ2nAu3BLcL9wHuEO7YR/mc69WxQAa9q12HUBhOkBTNsBzPx6/mJM0qzkq32nhPn+mDRbuIg6scXOvgephigT1OjCWcOBKZyWzmsJhC/qf0wyW6/uanDq9xeKNRG92xm6856Xf3rM0IpHwbcFtrldvVZNissvXpWtYLiuxc30YBB8DfAH/Wp6c9AoDOGQA67xVM+6rg33cKpt1H8Nvr/5JbE1sOeT55gP5mg7O+wvuPg+vo4url1Us88ElXw91sGOyuvrA+sv4LuyTuL+59F29Dn9Xom+rKx+vFTOCBqa+o+69uUV1q3cg6t9WlxTkbW31blwEw4nlnmR1am9j51kNqyVq6FqP9Ltnp6FdtxrzCCwBdGwKo/7v824i/hHxDql++0kX5Oq/MXVm4Egm6DnTgGQxv5q7pu6oA5BHVq8tnQsmXlBZh0TqnHHuZoUM8K2TgdVyvlxsEcCNAkSaGtQXbfUbxNr3aKhDDoxik0UDqAdIeIB0FADJMlTpN2o/0roz48xRsezIWFfd570L1rqpQo0GLDj0GjJgwY8EvYG0W61fRis2zFWRWnjc2Ij2Q60xOALIphpJmBQDyyKwBAOSJWScb5TPZJjss14UGeaWFWYGAYIYoBXaYI0SkFLPkWmqycSKk68MkU6xUrFSyUKky/GOJ8AUioeHAhQcDn9nmSVN4qcV0W2xXaaf5Fqw1i2Sbap3xshZXjv/R/vE+/BuRYaHV68Oqsdi01b06Vo+ZPuv00VeffPHNd11++e1PeLrrCPhPTiBO7DwWWCZLDmxIDFpd4Lf4kvOo4/zH4X133HXPYw889MhtrzSoVadJveUatXvjrXc6vPZeTXjhiRfhg5cRgeaIQkuk+XACjfXZgK6hSCjmmcICyM8wOAIHhmAAQKw/P0pi3gLosFKVewpVu0RjgHb9m7kBofZL6pjR9nGqe9jLpsXlBDAXexBQGFVYR12omjGMYKsbsna+o4L/rGylRqpLGt+5Fd93ymm19ARkNZcHuR4K82kq02cky7Cg0touPJ1eyCm225rGdW3w3iDMYx/j8MJHeGffuSdQgMF8TGCFVIwxi0nXIN8QmXWmYw4SvDIlSt1yG6Geehtrpf4GGozRkHjI3mWXcJ5wD5JLMTRL94k10d4NoFRL/khXzLLF9hcIlTWLbD59bBTM2Fs8t4T6579hf1yf/bts+quTJ0kJyaHmvG013/6xVqikZtmqV+U0SiUYvpy9WS5WtJ6ta64PGt4M4b3VMJpRdi/trXVBklvibiw3FIbUhX2FNMXrMLKjYiMeCa9oT8wlceNZyr+z3evBQ42Xaw60ru1BwqtP6U95idyq6SuNRoJyg9w8RlyQQYt1AtAiOp1dP5NROizUZWQiJsnoIn1mmSBspQ0LOD7/e5MgT7419tnvgIO2OuTUWTAyN6+po6unb2BobGJqZqVs356mY4IK0YEq2X1KejZod5JDMbjm9eaEhGt29gjN7Sxqi0Oh9VauKC3KZbmjDjnwmCvg1K2OQ5cwq3Y1bDqE1jP/DBtc9Wybteh5N7KoebZ/fXu0/rVvMEk+UZqmOTRLC2gtDASkfFBsYBBEcxRLOrfVz30JaFuXm5fD/mlz/j2+leu/+ZP83Oh6bZ7e8Yooh1r0127r9nS+ph4a9XxQM09YveVn4OOaQ1t6DnpXWL2IZSQK1Seldt1i4pq1WMficH0x6jN0hVfsbcMtTUpLiU/dN+x+lJsxJcKeI06D288+lpJh4QpiJYqeYJ9M6rXIezTcus6HiWQ6tmoiu729FhCsb36O0rGhhTkTs2hTTcisVRUlrwExY8oVqaiz6RabcRE9oAY7dZVazHFjqvZtmSA5IDtmaGtQ9XWMTM1891owhH+NS0hGGWLCFY017Mqmmm/6vm9at6+2YMRVraJfzFqd1zasaW1r3fBmZyxa41Br4/cPDl4OLY+R5cxCQOsnoBc/EADA9yQycZYeuP4MYKBBBhvCz1DDoLoma2zogR5bDNhhPwEZcqIXziuQzbjhvgMZJ27B8gBilvYswxUoMcP88bTTEk2vFYF9AK+L/u5XTiAaiTnrggtxiW8VHxKkzgce26/U2nXqkzfaKUry5CDadYE1FmqVxX/C3P+tjbWmxLcIwcYpZZUyO9tWRF5yUmDDg9vzL/CCRjNNt85626yILFNNM/FSi8++Rhgx0GyCMLHiRIux3FrvI0WmrRIlqXZGvtXiJZjro986/dG1PkHXDMCh21FCzdpcy4vLo/ih160f1xYzQowy2RBhEo01wyhGelFkhHSLLZdhnqnCBBpmoGmyLAP0Ld5YjUQrFW0GWJ/CugXrKOx9YKYVFfBWe+4p4l32PIWOcx/B7xY3eBCbvtipoJnGM39SlyjkHgqe6T5ohglOhZhpfEASmsvMLjcLdnTro6dEjqwCLBGMSFJT2RfWxTzRo3A3k0Kem+zWD30ul48WlrtWUSH6nQrpgyVhJaRKlnJmU1Yr/hZUUTOtSBMcrdWWZ5Zl1oFFPloXFs6ZX54PnIHz1VyICoWO0iq1q0ljvAzHTc9gHVwP9jVb+0DbKPyDhUp9M5cfaJeSo9uJbDDlPL+x4Sl08CreIgnNpRXKfep+ey4kC4UBuudZYeFCdyq8mVacW/brFs6FEwgCLgxiqGKCawFQ3QAB/dYCaVuw7osBu3wPYNFVAJO6eOCnZ64mDaBE2DJWrOAlqwoRrNIBhVK1V3yvEE4Lxq1reAiqkLRRQRWIppCcuf9HHaJR7AolhBUC8mZBMFbkatMDKFvZOB6ILonEWWZvge0EJTU0Xbq89dCDR5YaFtsTI7aIcX7jjEoFVw+W/EXlpVrdZ1yIMJhrdDTqYLsehHi02wj3jHigzgitax8cvsYSN5jOxpV2wv+BeAw89V1xSGK91yxpq6wvcNLNm+WcJJDcqGxVtKRvhHSpBD1zFKH+nNQcp3YL3YGqdfyDius8xG/Cy8S9ChjJMi/d2lMiJH2GfdOxFK5ezQvtptkncb9+2jLKLm6L3jMJgq7ivoa0R6Bynq5Z6rXZiC0xelLfZ5LvvEn4rXxB+aqJj5T2knhKf5bki2jcQNdoLAXgP2vWRKHRn/CIoDgoDt4yMznvTSwafUJV1eM+j3EuNdtEh2ThIc5gml3w4LmKGV6yqcCU5UxR6Y05AAEpI/qcqL8j3NBwFcNdUyox0GfTKY82daZQBsG/MoXywSZdzgCDNMCVv3lm+WAyZOgzNEl6L7rDlZYclADJNvc4MEXpiS91wEIrKrTuRbPeMXtEKTysLuD0kQqbEJNzcAFOKR4eDR0NSCZg0DcIzmnN/Zk7Ym6hb3EC81We73PAk/eLOI5wYtqwPFdqmlAXa6ANkleO6K33PvQ+QKl0MAzPln1DqmIiGwFEXik6jYUQRRGjE2mTneGsqwFtXKt9OJqiuKh/ESC9V/FZQ3SnhyiKIDXIF31EUav09axItV2uJ6UzcHL/uAElaRnHSA5vxwyO7lMEQpnoWuZU1xExztOahFiCnwCeTF4OAG4ulu06G+dgLB45m7AfufAe+Yrrouc1y7L1i3Lc1xSdtEee9VXDpjPw7rYTcaqGTPHQZGXqMM/pKVwPQSunXXXhTlbllqdzfnp3ZG/s3nZ2YVvvy6x1yRmfMWY3WB2tkEFWMnm2k71sDPtdWJWZb5uji2f+aJJ84HZWfeIT6wpzdJw2wq1wN6aNMa0xtZSmEOHSsBqkN9d3b3mYD5wvFhPTUdTQiur57vn57s8GtS7spTXj/LBGFvG8O/1ImvMM4ABzr5Vh8Q8W4sIfgcJqnbpEqVT6Kl+vY4JvUD3QGXcgmxB0+QjTWQ7u0R3xTgt+r5Ygqx9kUs/HZP4VFg0G4L8/XuSrnm7B6DWJ43L6r18xm2NPduiHDsaIU8yvSZNHwHBhoRb94wgkJ4ObE0NzkKRKPEFk2eNazZYUpsVVNQcvLqoiKOetQ+y9dtRUu5zYNFjUO3aMCOYiUQQz1G+Dc6DlkswjLQeapWfYioFAnauqMuXNIBdZgpmWgzCZKZgMFA6B+s6Mo574SHdLyvyMdvCCgh7kBuBs7AGtRdNTcTqbBxNLpEfIBRlAp7QcbkJIBY0IhaMNya8SUwhzTkhoIUeUkbCC5oFDNggPL0MqFWq5nxhCgoRC7sZCjraSQqOW5UDgMloFBeO7gp4FKe8qFeSiRjbWCia7iiq4qnZe8bu0K+xrCKnbJjsfh67DbYRjoQDLMKoJxGEFNoeG6vPAzyZpzNppyKZxOb5kpakgDV0LvdbQ8XHMYz31s8QuyTm7pgPOWeskwnP5ShxTQH59YMFq+RpZzHToGxFPv+6J5WxwWSjnetF9F1pI66cPUqCMQ0idSIQMXbIpR4DZIgWTYYVOqgABLPuR68V1Ds0IakNAUkEHUgnJQMhnamPXiCkDFYgITWJMg4wdQxSIdrB/8whfRjmmkGJCIXEjycOtvgOvJlHlW27c8INKOo1Ch+MWNhU75USO2aCRbzs4uqX9cnKTZNLGYi4kleBaD6yT0FhTZ1lVgtEgUBZZaC3UY5+YeAhn66UIAxfsx+NU0ppkXqxlUOVs94vfbYa6BmO2in2Li6UZQRo+xdl9YmKezna3ixnlE54o1vSipqEZHp3MbYRGOp3zLCGTyiTMxLfIzhDwrgrKSQbU1BaCG5qayzgbK7TDgupT3DRWQK/aoZCBJkXvwtZbbNVpGlWZyepZeuo2IusCE1VgIIVefDVLucDRqNS0CPCVWi3kaCtlLFw5MQQGSjRusx5kIJWmnTCNSwCE4pF4ebJDrPGqqwfGWxCuXWeZ12isOhQlI6TN4jHigYMxgs8KntdhTmjhgJnGwb0ym5MN04UHBYrAHhaTvSXBOsCJGaH3PQzAQ+oKSiOlQKcw63yliLbO42zD7zdHW4NpPg2L0EAxAlK2TFjaFMMZZaAYgF5ivKhc8Bpzr67ZlPOq068rZpLSy2u7cL3PHCmwyFaaw4GQNpXjo90kyMDXGip2/xZ0MlgqboxMBdNrHfVVB9NMzDUM1og4WG0hz5UVrLBBzIaNXuSMclBKLnwzsdxNhjUrnkghBFqQEq8pY6ZkCbHKAH780/slQmFG9TZcK3Jv0O5iV9VcSBA7kFQ6Z/v4j9BfvrhZmJ5vtZM87SUrlgQ7GumPx9wd8LJQKGzWDYiJFaDUN6qlZ8O69nhPY55Ypu7M3Jq0jN+8082JpCc9u2zEkcRE6ui+rtEd0LuGLjH7NSk6UKypnIuDqeFZQK0UZtz87qsqpiFlmIgNyYMXcG8p3E/W2U++tpZyxDGlfzKDzY1X3lUFoaPtn53eEIqGOFV8Av8bUqm28Ob49sndAJYX91lHQZudYR6ZnTVaLDGA0mspqo/CSt+vQqeKSeYSgf9a5fGrKw9bdm4vv7RPjoUkeMy1Kn4DVSDBfw0c5pPZ+aXa9N/h9lc+zy4SR1tLfgIrJUFiZB7xPe7919EfrGIODEilCBwar5R/Jeor7GtRasuTIzmEwkBSTe/ssMiypv0xkV/DbExnqmB5VBGST4eUd6XwHYbZnlu2Y8QpDUrdyrhnxPHQZXA7pI/eLQR1lnFFSE5YzamXEXVPd7YuKtSYv2TO0lZvV9sp0n+Q9tb3PargA86a2tdDVxZMQhtSdng7r1ZaCEJJYWLdLsxQpn4HpIre8a3xMcuYdtU7MbtyUfiHQqiEulVgGYBtSqcgLBEkS832H1bGE2YS1CZGSUJdTrAkpCreGBK+q7g+lbbSkD45Rhlsl/D18f/4Bl6Tl2UqG1qN4x2lkGCl//1MQrumfwmCX30oq4QpzrLUxyISpC3m6AJEkXabWHRzY26M+YRtkx3xCwpLEa18YZEdNRV/MhfeK3S9qouIAWudPkobVxSRwSN+TXjUFmjTFNTUKQeiTqFaNqSDUditZCdg4uMQssDfUupOn7c8N34r9wzSPDNNCs3s081A+d0Ga+ZQ44GZR4A8g5NvUnrES1aAHUwNlr5F0sthwIeUZhtA/km15Hg8WCcswwKG3lMUaxXG0JrF2oguSPdexbsuOKJxaHTQtlaEFJILNLoQZIK/rxhc6uepLFZKuc/ZwBU9DNycez9CzBGEDeEdmIkLGnoscdR73a0hF1LHLOIR5sWW4AJz38ojvqTICBl89D6zztsbYrg3dCmGmRi4jAYS1112+CgaF1Ed+3TR01nqIdnTBR7T18KaSkOcznHvJK15TGdJQ8rprOSVsnCO68urmCXqqhRWMiua1uOoEVKAsR6qWBfSgtNd4KF3DFZQ3FrC6fgQ5HiwjYCP5vcqYF8jsyJ8WcVYKhanRkhhceloIqOxVK08NP5CqWVQ9XxBGaUq37IiN0t5V9+sWIQj67sFHHrs+rFEupr5R1i3VyR9qcZd5QtqofwbaaIUVL9TSfaQUU07w8SuWv1YL/DjvNd3RWHNPd6PmZCzzv7Il/CXmD8qYTOY+z2INR/n5RRRk6RC3+vOu9KufCcMTHwa7ieuMGh9dx4SM6x5njXE3vKGnJQcj+g59zqGARU4cScRioHh8ZtjECD8KaLxJFA5sKWFOGk1T4YgbrlqQILdFRc0Ew1hgvKh1FaMkBOpDdtIujx2d7Baqeq8Zh8kSyMPATbonU9SMTnieAkMfEI0de5P+6rursD7SgaJaDZptrYYe81+D61j4CZFclqdX2nDoXo/qWVDvK5rVfIBM7PSwqBrgleU6zQ04U0lAclQ8YejirlJazM03PMkUkv2L9F9yDFdehAMnWw1i3tHPHfTOOuTAdGNHXwiyA2Lq6tz6MXaQsuwETZLVJoYfUDSu1RA4efRlrbCoAbLO2e19NYS7O+l26GMo3a3g4Gfw9syQLH4JuBcwQtqHYJXzeug6nHJX9eag9ood9MzavX0CNxRbSkFL1AWg0QUMOze/eChXTETw90wKlH/MSIlAEvupeIBrQrrSzlg+99kGWQzMGGxkMIrLEVqWslwBWk3t9m5TVHhkq9vl213jJ1+5bLe8ZC9oX7Rp2L5TTpOhwZNal/8tRrt4hkIn3EgU2icfa2rT7Ulk8a+/3WjgIdhHQ/JFMT7h6RZ3C5/U8T6SAiLC5y2yuawiHE5byJzRgClW7JkvlGK4Cu1I0K/p7QyeTJIltG70f//uFrIiX9Uiu5U2WixrlA6/dSK+j3zPre4ONrZ2wxii09ciac2Z4SMAofyGLW0AbU4VbRK21v/amCl2rAvtf5bAWZLXN2+Pu4UDI3V66HKSgZ7e9lcYlu0HLeLnWyvTBVb8cBgWvlVhu2XynwgJkmaOETZo0opavEOCYOzd84JxIGPmVxT2s9bKfak792fsPiTRqmoA4EQaqZ0hc7/y1WoCuTrCAiA0nxbZUifnJQlSlJJdnTSQaias67Wanma44AzhBbP1bhsJZAgOxR/xlNqWmYwHVZKdqPmGyyn9RVt1OeINJB1GaQoactqDHZI3teKM8iQAuVytFL44EuwkgJa0X09zTh9zQTtma8Ksk2uq3eUFGvDdFwzdiV7D9CnxhTuMrEUfdbakt9598yU0/IvZRscaZKRuA4AdqrCYEiGFvLnNbXomsuPEfdgBzWxesah2OxfNwIn2eEcfTJFo+1qbX3PWoXVWDVW7LllTWpEXdpJvWYPSfFZMJU4tpnIWkjRVqFCnAyHEAYn18fW8jhlNS4lagnUTKqmgi5cuoM2M93pk+Uynsihq15uCc7j9bHMoTEvbLsdP1IcT32P1hPZCd6Zik0Wczib9NgkjW1r7Oxfqdw+zDX7MWIk0e3lM3z0DNEdZK9oNgu8b0koks6bG5YqOtJLkPHcHWPEmWIPDQ036iVnwQnfERJRyhsobGnxCtLXcMyH3K2VEdhj+/1w3PTathQvbpIbb2GIiHE1AfyIpjXxQW4AgU4Q7gRJ6cK6llbAHMy2Ho1b5ULyUV23iY8c60KdP5XfCDb5p73mIJbkZKNvnqr4qvyph5YbyUgcY4384KOMGMdKgKhY2s5hPFhCRVmq3wbiFitS/WtGHS+eW2faYkY3P4Q0uaM8VDkSINQ/0JyQSyCv8POLuyXJrG2uIk233o1qOBMJKHwz66QLSJhdYP2JoTFC6UaAUe14FTpiprAGi64Ix1INNdYZ8ApIRLJl0/eHDrHDcnkYkwz2jL64CB9WtOr0wnbCZoNgMx+HExBagDkK9ORvX0CRDtIHlphSVr9gLrTgR3lWVBqEruOmIwDFT4urM6Vo4I7zzaGvp/Lpm8MG+5hNrSL1qF7p6enkJ/GORDbbp9LDJE64LJmEL9toKJzQjrJRCyjAJKOQYDVqgD69gEPOR3ygaH66BdX9RWXPt5CSLhCUHXgPYf+pa9NLph2d4K/U1Ap+MnANFnSofB0nIwOBmFSiiRdw03XilkenOm8OvJ4inQWDkAlw1y5Pz1MakMhiIbxja+pMwwUcFrZUJQwKSbttwcs44+z21fMNcp9vPy3ctrtcUBY6UZDXRAHUW17yGVwzWyHtJa8V0USS2aLot8T3E2EBizYQg0doXROFSXglGLTwhZy+DXtAVKmzCO2AxKRzbhEBFjIdbVScFpJnBzPvD4J6kMmptF46++bnFBkzYQw5R6VocAhef5rKlRerMcY+Lw6BtjbSMBOW/1tkC9OwyhRDLc6trdxrxkwc5HDfzSEV6uqA6tiH5v7IWyi/3Y9uAvWf+kcC7Kz8/rCSqWFaJPl0sXutjqCLn+/1r+1UfFAKUsoVVP9KSd/JYAFFJ5MNYWajMeByfOR9LER5+zbAXatJ5gVQGEYrU/lTuKzvCRSFnQBtMErl+5FMN2eQCck86ZLYr/9GcgZKXsYPmWAv0QK42g/GakE/naIZXo05OFm3dpimXlQn/MwAKLNreTc/kgZ4QLmQxuZs2ToLIsgQp570ypXxTJV2Re3emmBre7srLAwPk7Na9U4v5Ng9s3JpXoKoL9jMhWUZfc12e2FvV/b49LddUXrR8DKIvj63B+fcLlQoA+VqwajD0Ubcq4EJOdD1bxKXv52FwNk4tQiCHRxdrAGAySl2x+/p5VxlGKyf0scIqZuBnVxBlFxy3sMxg09qjA2o8wzvnQ68pQi2ndjDtPU6FLODzac5cMqTXGgpekC0wCvsw2iAqBb7cCF+3kouDFTBZ292Vuto8BSDtx749IaPg3u3Ij3uSv7IzLv06V7nLs0Vwv7p61xmfKe7QtVW7/4EXTU+s89UooX8Vj5MWdj3oElA8RXIsTRO9f9XzwhkAdR6Ybu1DhQJ1ZLTJpI6ofn5dgvwPZmFPAkIws1T9aQ9XUdabtShUnEDvdypzEEqdSIjJDyz0u7ByyMS7WGtVgJ1xSRPH563dGY/O3KTDD7sktokWGH39a3XqzR+cwI0sg5UcEGD8ZsyMkot9RkVcu8VOXdwbd1nltoWBc/Y0daDOZeajeJw507YnhG5hOZQwvo4fv7Fm0mlhQ12j/mpWwadk8NJfespTDo/OT8PrBcceUAcGCDyPXJYiIelbV+76ng9cCCzDMPvZMeIWCJhuU370Mv2Zv50Z0Axsqbsp5Jc6ni+1PbmXo9L6IbA/OFDt0tNCON+mqap2fKmIR7SvIMJaVsRShobB1dnVZwJ8zfEpyq4v16cRFolUX4owm69yGQZm+8DjJObyzfVAZUHCujt1rR0u8DWFqLrxQ/vd3uYc8603m+AGycC6M65J8iQS1FaHiIYw+YhkHuN8mB3HhwoRcWawtL6kN8SxZSLV/d4ohs3j6ideKoT1iEJ7PiRTTPFPd6mGWAFyXiXd2n6a/o8CHAUHX5Qo8cAnbAkZ2KS2tZXLg7wR/c2T7YQEqAwiCmgt0kgqzRsdq7GcVW9oKUwVtKN3KlFxs+JAKpOVcFe3oKC08EStJHCITlUOdCiaSsq6cv8ytw0v8pp0nRnbY+BHmg8Srq7uONtFC+nHDt23WF0JSBfZ7SoUYz95mQkN0Y2YdK5pHPJKlIux2dOmsHrwv1McxkjShHQhPXSJko827Yxtyucg0EHFZbzgg2uNlU6SzybIzHRGCqQC340wbxmvL5zBFfWeSMX6ls1vOcvRJPVhX+eGN9ptXWJTP6LywpoZTNRZDHlulfVG0Mto4tlsFPp0oJATnvkznWWdlSGFEp6xZicS/w8a68dJg8cPLJvbSr23rtUq72zviVZuKKawwThH9ovloVbXlUhqKeXuVLWsSazqoEvrlmm2PJDthYaxNvj9X1JeNEGQ++oZfwhJF1KC/mgxuWsuXyTGCsT7azSoFWd0kmzzu27NdpFb5FxA7Os7dsuE6wPlzl08twOZ/raSqxTjNEsJpUFGa6ljuaCmRJruGQvVuC7SwiZO7X5caYmv5IT/CP5Z+eV2NWNe7QY1f4awIhl/G2ZbMS8+FduvDvqk6PrITKKoccPIQm7B+B0eawTavohX55HOiBfQGVQgjQnIQJt42uqRwDBDqRH+eEIv6ZVlm2hjU4N5t0TA53MHbDRTzqZizsX6vLM2rdgTU/XD9mNANakIbEabNJnTwE72mh4765YsEKBHV8kc1agatoJNSqcene1UjhBP9H0lPNXv1IbZN4y1nsyy2VQJcGqmWM8Bj46U8bBeWw0qadaXJAGabqYqpZBamEBxdr6gwczMrWSfmB7zbmNgnu+oZSlEbcbbup5kRePoSTHsYyGv1T2yMotuL5+yrV69engOLUGWvxbkEC/Mp8/jb+vc2Rmoc5nncoG9C1B/00IpZXvyv+WjYAsfz5TD9rkcF7mxAuhcZ/r6+6jXZIzgy2T85mGrWlmaVOgowYiVW1IaZpT9KJtXB583+oprBOCNJ8Bn9Ki2Qg3AnUjcQ9q65goYWutPsPvZqvI0qbATod0jDOHp0AIWwIeXUhqGL0Dt49JN7cM/jAdMu2MupqEJe0ya2TF1YF5vOOVRFW078JyemWje9gdGlb3cZUAjlhdDz/lZ51Dp6FURy08KBLo0qRlX/eL8U6/IF1eM2+c6S0+hivo574X+qFFpsqWg/rHKjyatHAHiNkmPrAi7VLLnTfuwMtU7k873CFGEq04sP3Mqjq5uduuYBzjYwijUKDKIjgjaVO0+Td+jaTrip9pK4p985Hgi3xT065OGuz7SJb726R2N3tX3I5v0XZJY9TKyVnS0DpCq6MBFsnF4P/hHat2A//BCou6G/G/5uQ7gQXVh1aWNO94df+twx0kzs0xyJn8LyRXoqF/JD0jO9yNmJDwJbvwR+OvPV65KfBvaNzwnD0yRyaOTWFX9d9C0GWpvzq0xmJ4YulfXuFKV0xjD2ZEHE+YmfDoztIOLdOEtQeqB8rWStW6za7En5st17fhKUNc1FEr0GTtATbDfUx42CTnnKtlT5XpsyDXOlqwZtYJmcVr24JWkC+J+Epb4JHnCtswxjIldtY7DUf/rxOV4Nwkg6NVFotJ0lKz80r1z4q3lzb+e2Gdxb83d9AR8UKiUe32G/7vof5MeSn/tQ/nvybPs/4nG9n/Z/3rofLvlH/7cfKOEJYSbywioYLDbJHAM8kuhxEREh2LGZs6AqUM+KpjOn9PBg4lBTSpIWTD9XjcKtHur7TMMpdNZPNwGkfbjlDBKQoENQU8R/wvyKq1SImnVwW2k0P8wiRHvubgbH48Pw8OEXCf87IGhwwzWZx4M1l0pP7BZIDaq++QCupSzcd2gJ22MLfe4uw2nwcmf1mvwwHBoeNyNoz7WezLzgokvJGqRhgwwBnWaqSpqrP2VYiI9GHx+8a1vb7+Yhv2e1hcpf3Zy4NXE7p2IrKwAx2M7Es75mR7n/2kTftb1ugfmvegpI0F3d2TAZKoOP8H/pP0lQzIYSn0LM4iWSMhHERrjnxQgkwe2Hl4uOqa1qK953rCu2QdxQ9M15Dsk6yr4j2GjyN2NCcED7ceuON87CHPAJ00wqf7uWjStuU+3nzxfsLpE3b8wxs6ZSe2xY143NRFNBxPFvm/0mTDVDSodWmeL3LpPbyuyM86Nax4zRDDb6K/BnWho7ALrxO6gZfHkTtHhBaMXDB8XlmMw32MAmRGbCMpVBjmhXufV0wUu08PcDekskRY93NyvxG7LEQ2vHE6Hvkh00wWLMneppeK6eSghsntdQB7Bjtj44oWRqbrtQ8CzN3khNYfQ/JMXMWiw9w1PHhpx8PpTsCnXGodKJCVw84cnAM84EOP+JAFOQys56HI3qvw7poZ7kZXzIdgOFk6B6ytgsrivOr5drxfgWTn/c0k683ABWHLy/n0NGjQuvsWnwxccz2Oez4d5XCi/eFGaacqBjRXupTyL+VehaysLbVOyiJC3TrbzhhIsXhuerH0a6lGQ/UeC90gO6tEh/QYV5qA/ctiO4R7PiW1SRbNWkHjSE60D6tzBXqHalqPj3KI6i1ssZTUnSz4zXH6RbQlxcdKMJDDk+P/fGwODVkLthLzoOHkOP04VmOe7LjlHrSB3xyb52NdZWER+CuSpvCscbF5OoTY8gQxy+iBLZX7hmkhouIUIG3JmCm3wbZ7Jg+jHFsEvtME08dVnQKHjP2UOnc3L5GiC8iv9E/1b8cWTe4ddYKL0tpgCl6L2QU9aCGQq95aQ6bJTh0Rc/xmGrd/GOuwVMODt3Z7HYZNU68y1HN0k/Z2i0DXElTVqvZE/OxsWheiPdf3Nuc3A6UNUphv7Rkw3RpS94RVu72yAhRGulERV7iF5HzN9Nrddlx2gZ8U7LR0izNcnmK9M7qgUdZG10t+ez0/SMt95c0X3L1qVhJ1nBxuOEt7kpyZYFc/gpPxEaUuaI4vBbm3F7sDZqMjRjQkzMjAOyAq2hCPDcwLPS8XKr4wrxeY3owuFLbANo92uvPrlSkzKaFNj/i5TOIn8MNbez8yDMrfvlDl8aPDPeGFay9a1EqFKJvHeJpViUfDIEIBozJ8wYEe52X0e0RoNButQwk7LwxWg3nreeOqjg3evXpEDtmd77dMSLZj1043Ev4g7h/uOHVsT5p8o5bVGPNH0LOjhxuc6CbG8tSLcdP4GD5+MMuvhQ3WlVYrIfgIWrlUG0UwHbrpQ+pVioiyB0z00olpkn8UKsy3WTF1FQFIEngQuYO1qvLW4w88Eu7ipq1LAo1HHYOYeiRhDpB+P3FEUeVM22rqZqaO2ltIjBGkHWE0OgyDOPl+BlB11fDUWCHKzaFp3XTAXwdG7wKcJ3a/zGDm1aRX7p5MdoyHYIpQjU+Gj/S6NVYqUltlysI3dgZU+yOXj0T2zFPJYRelYE4IrQSHD34XaWZChhm9aYyrGhBKwr3lYk4j3wRq9HNIFeTPES7dtwSp6fXkH4ar/ZR9FS3WDwvxpd2n7eyqF5duQcUArKF7iG7aYDh6nV6RjtbFfK2dd/rJ+YeIHXsvXY/e6dirwrnVV/FbzNe355zoNccb7NC6pUpDWXKicSU7gnPgirbffwhlRRXGI7VHMomCOcL+om9FPmqVaCa8lhrhuNa69CMjhxBJzHvYN5Jde1rZ5BguDnJnJwrc0FnXiShy5gj4DrcJlxyLTFFMGZJb9wOdYTNVdgmvefHS8GzNfbgpA1aP17VlLOQrK0WCxJeYoev2xYfGybFwL2+EARZ2AVTkAG600UagA8SjRod2EPPDGbGP90c11quC3NGRdncS9BEdkf3wYfuKE/aeSnKDFZ6wUh1Q/lOdgHlt9EpfELNn3ROBwktIKUB5SRBRvqmTEkxRvCBx9cd0Hua6+mb1l16aDfEmispvjhTt1Wru7/SXSZpaKeIF3VyqnSKqWNQYw+VyGGDN5ozdh8RKhYDCmOPIyFvWiMwDMk+b5lAvw73f5GPDCShXVbCDiZEcL007YdH+iplI+L9CvCd9jRslyv7oTs9aWcCsFvkUou/WauKNY8Cxp4uooDPyt+VWYwI1iUkQvLUZN20HWOifcbqenN15VcomMXv2Yw+foL7RKnA05rrndfyava8NSFasbGCun/0ir5FDLui1y/ZjaqFfwFJsqBQJDv88wzXiJ79x4VyjtCQ0HhPTRzrGDefzhQ+buSZT5v0h+EPxOfq05ZTPbPwSu9uldXRY434y856AFaGbVF9Wi22x5uqKP4QRhJ1xkKRx1slzsIs/WuRJvm0RCcPRReNj0YVhoUV4O9kzkjESr2Tfou0g32HzS5WSCkmpYpbh0Qg36bZFKKyrcY2N1+avE5pFT5O8Iz9V8qWK9a+YUiWffYG8g3Z+FhRQ7CeV6jB1MhkmXKr1k4ptEU1zlD2SQRcLVYXVhUKlmI2+GmLD1Y1qVfDbwB15/HffYAGguIJcpsXVycqwYanWTy6S+mlFuoIqMT2QVSRTy7inh9Tmf1v4xk8FJSpx2vV0sVC5JLzNUm8xafQGXSAS74zXx7ePzMAyaBcVtIY8kzIAem8DijntSvQ1Gwv5fzuakPQ72yK0N9fEYE/EOWajo3YGcDbFwLU1VcfZsO88ORT1whqPtacc3s/btxWPzimVy95aG62y59irNl9Df56FbB8YHNCHaPc0DpKlrFRR6ki+bRaJwtEFIyPRBWGhRXQ72Tvy0xb2edok+QKbL1UV2gqlqqXxPFTQJPFun8bOjGRhzi+hu73WHdVUfW14NMJL/kstkTrcjbXGEamkhw0xfoHO84/Uz3NTCQWQAgKVIgjvUkHENJIxYjakjxiUCq1eG7HLDpueQh7Do5GPktWVnRNL9589JVsz8aPauGkkfE4pVZRGRoY0EZExY8Sb/IOiqERsERATbjlLZRZnj81ay8H0bf9bVIFcACTr7VRj2mc9DCDxkcp0uDqZDBcu045VEok/Ldbiwva6HKT3iMKIYENpqGSDgL+hJFS6QWVIH/FckwBTIUnDdQ6uVkR6GRo0Zow0Jau1qAeYgl6qQkFiyMt/AwTU85sspk/UJBb7rQLoOaK4PMNn1JNPFOvzWeSp34bwRmPDGwPdAkP8pNG+Ax0lPx+wwuLPlGq1HGOJUFFGpL/jrXgkXhaOVM3yJIdrGdnYh15KvIYNNhz4n8mRjJHQsXfTh/T3+UdT+Ue19/veS1fnp/cLr1P3JXH2lV7vLLvO3ZdE3Se43rM4fb7yCXlRImmR4sncbvDetHenlcTvSYrtmftBwt6UZc37k5r3189Ln3klsn4u/B+sJVIF1R/DD1eAcWMphDEfKQIsS6mfDIPksIguoXDvn+K9s388uu37o8WKZB/6SNRxVMVQw/+DKalULeHT1hSo4tRtFh2h/12BptSOzThCXkXCk1aTjzRtJXYTMIRu4ta2GoCmhWn108Z9Ptpca7CFo6nqtxHtrSXPVZISoydc0RLw1BhLjDJgrIxkGfSoHEf/V7cwrB76qNdLH7V6Whjq///rNHo8FS0VHo+x77LJeezLLv0ufBd+n77L6zz2aZd0F6QLQrEA40mjVWpbWZRlrmBM+HzM2Y5AG0dbNeYgmWNlTGOJzBqsqmwNVlbbMFWD/WjWvBlpA+0Tf5IJlPFj42gCevzY+BFRLPhdMCaNVX5XGTNdPfoHB22acKAEoXgd0NULW3ifRsEKZt1ukvFLgs0Xx4+N+5JrR/d8veYXfMqqDWHnsXENuEtU81uSR8vi1MWpopak3wePrdxXnvRB+VvHBtvg9bolia8Hjy29Uu4jFAZoZrCsAcaE38eYbeEoatLfbAvQZ/v89AnbBupOky9c0VTxcprKT6sq57FirhntQ9q4PKTVZ0ZzD2UMTJGPkNnkw+SpKvDekEaulNLbQLMPbvT4J18/uLcJooi//96lr7w+fqyEa0LpC2w8vbxBnrcYuXxW5uCulkmu8696AioGZJ/73EX415NY+jWL0N+oSL+MneLgTQpRsKDE1iVY5i/fZKBIiuZTqNeockBjbl2Nl4+3K4trMPGwWjOuOdUF6pJePPqus8xhMpU5nO+OTloKZsgMEbzBWIeXGZAzLJPa3x5VzYm5pN8nln4fc409Oqo+seXouNpKv5bIu2azLrNZudcSGde01qEdR1f6WumHE5iHfa3dg+s2ARI3AJY8qL/hWrf8deKq10u+cdX/lft854rN5IRJ8pIXO8AVPEB39KK360V348VOHQOgCnFlAfSEx42eLQuEuKqJoQ937x76cLxFJazzDHmEdSqqteEG+G8+yVQzhhivgZ98g6+9rZxA34VlQe+hMZegWbCLfb0Nu+DB6yt2lg/uv76kpKv/AOkIxD95yVu936Hec+G0bXPcj3/c9+3HrQIrO4v9AUM8cKyN8fbQJQdSVOhG70SbWEykjiP/W7psptubvKl0hJzKqOGytYzVLhN0akiTwxR5YC9wSjpeo0vbnnLNH2sksYkmlaiyoFhggWz96K8aw4F9RXdQxTd4qVwlT6ZpCQXnlLbmfbb1QiASmGN+etmS1pCgK87+MXX7SvhFLMuCmot1CEU4r0JeTSjjmiDLN/5Vbdi/jPYeqqRUUZQmvlPIsP8SB8LnrF/JBpRWkhXv0lNuYo7rWnyeD/fdqnHoXeyKA23LtwVBOIYRFUXbeCKCVyELEooaCp8WZRc9LZTcDs81t+t2/WJ9NdL68+O2n/UOBkBahZaLcAam2lh+P40vt0mpaMXHHoRE4kF8jFZQpXIbP+2+sVzNxBnkoip0aaToc04e5/Oi0W+UlIqGmSDGsGh9Bog53EHefzzXPx8ybw9YmIYjrXy5+Oh9/701c0ii22c1AzDWv2OlEdVVZq+mK5UMBY4u40r9yo024U6u2oHtxu5YdRI3HUXF+B21B5oF3YPKXQUr8pYdh9yHdpQItC/Ypi4zHO+NzYjsu/Doq+24DfyfcqOXn5w609MYPbI2ddkWh2LHh2der2n8SmNoub3zgNq+KQdADLD8Bf5WOtw44AgIXIj3MSo6pUD+wyd/LKlRNd70pjeL9mNTCF4WQ0cYdxpXzuAahO78cwCiWGvclawEGM1FVKJCwQnCJZud3VX6E1oaV3KBlkKUk6XKxpCnm98C7Ns02x/29wx8C0j9OKPhsxfZJ9KWKxhCtrkgjNIzeAS7UhJEF01auyr1z+Rktng/N4O1ma/4OZYFcy1vDTEARQGcXIrzicW4uLTW56nZq2GHzAotWT27nRdoZOiRygItg0OwygsDaHFd4WY2kL25MH/qB5b+8WTWjG+uzXj4ssDGAJQGEc+zyaV604U0bqlWiP9mbTm0sLAcuvYbvFCq5aZdMJhKydnPg4iSmsK1ZDB5beHod4pzBFoikKgVbMM8RjyeG2Lqbk0FuvDvHdXfy55WJF8gSzyo5SgtjeSrEn7ykO3k4k9YDHA2TZNHOUvCRQbEl3vHrgBNeRviCqDq+3krNjypxa7ApEK/fOiZjkvBbqElElc6N+4mthABzINntsy8WbmspD4uWhUMFq6NtCyTBp3zefXVkoWBImiQrVQRmMIrRclnh7n4dVthVqEQZtu6Dk83v5+sroWieqFkhs2GUzAarLo4Wa5r5zhcjA4NU8NoszvamLqb987jzqG6Cw7g6Z/RdPRP9xa9HEYP5xH+akpqgnrwxWzUoaZf863IoEWxudhGGt1PzXyMFWtpjW6akT9ut4UCoLsHHx9C5mL9Av1uSbsEvfgUTYsCI//YWunw/H9828kVsHyUlrziGWL5bn+p/05s+2IF/PLQV7xDF2Mg4sLoFz7g+e1fbIdBMGLU/aLjW2Y860n2gbm2Kue93Bf8wNoU2XLc75+kECQUwkklgeHF5KG9DLoXnYfx8oevUPEn554k4wvuLFogGC7/lJX9d1zgKNiGMbCYBerc/0mu3g22BKeoGEhH0Vmda+KMxbSgCYHneFrs2vpgsqJAXFS3K8bA/4ovcBSs8NKY5yx51r2D3tuTuJVXqEdMsNtllfbeCXmAFYV1SI1lsE52VB7o6LXKKjmdiNl56EIDYjanU1Zp7e2QB9hRWGeZUQrrYBUUTfTaL5jdjpjIc8wb/SxoOWcJ0v54XV19pMvzaDjWdWYTvYHexLjOwtHqg+YHsL/3alVpKu3ev2EPzEHFutdU3tXCCJqDzDl41EjQ8hBsAanMFmBpkbQq59f+OC/Eq0j9j0lHa64lpAOPjnY2VxW5fXWhEFW73V6BCC83lVWLq8t4jWhpOS6Xm6NhE+5te/IFkwtPU1wwxtOJeaNNo3kTSyNNkTjyNbWkR+mU53FLPkcQQo3LrWu+JbPK8ejPnuog6zeR/4ayhDoPkExVsinP+sx5BSMWrFRYVx+nM+UE1Kcji/jfIm0ka1yV5UtMi1QLbvutXTWARDffXa7kdsHA/F+yHY24XoyZycBYeo04RnO18mX4ZT3nLJ0HMA3yKioF4+XlDXyDo8tkJDmgMoGchrKSMFWnpdRIlJIXHOCElOyYqCw1h8LH1qHyEWYOh8fO16HYSnuRzEvfJcMS+4nmZuLYkW889FKHdNOPNLoeHUGbmEy0KaJH05NitAcDYffglZrE1HV34tC4zu46zN0LYWHRlTBZi4LbUpmmMrwC+TcyPzMfiZVsCq//zii5K9F/14x2FrcnF7Vb0LJoUkWSZblteVJKRXTOHJsI0YtPer+dLjzNL7SLzKV5hAcE3LrPS7P01BKNTaXcTjnh0bAy8z9HoNcjmYe/Mjgqan0+kh1Fe7uGNEAvpQ+Q2D4CP3nICuRLpIpCQSpfRkJWGCWjykFyU1/T6X9Qad/5qftesxful3YsmuLhwlsVaR+0pn7wtgIXnuJ1LPKXhleir55u3le9737z/SbYbPrmtCRsTcj23dh3cCPmoBt9sNk5gNzV5Oxv7O4ObMK7RQW7miEOWTkzFbVrI2rXrpOINdCUtdAa7tnmltPN+M3fktpB76owUFQVU0f7lCuAki3IYwim0QOHGhpO2+/HBhTBnKanErtF7o02lNZas68GtszjZfRq1Mh4vGS1Tr9k1aOrTgdePdq6/Q/fMtQIKELNyLvTZ9erZcqm7cN/5W70atQSY/OrApGlst4rkVR+TYugpiqyXN77dSSDXzWv9h/30jcTvC01a9sovnawhOqdXS6djg9HlkUe/5+S+v+MmUs/rFj6kbD2X8WOWTnjMuF7t1/G95F3ZTMlhH2KxCGfYkOUDwvo3+b/gkJ5iZeCD8m5qSf1jTyAlAJTpJuyfNDRcAcKvdOzyRXbWXxJdClVfKl5uOXsUScl1HW0TGM11kckp9ZqqJddqwxE4sHKa96ALlQGM6Rw9o3mIuazKoMAysjGhodZr74x3XYS99CR9D0jpMlwdU2SWL+cMX1ZP1950gznVXQ5CEqpSCI3sisQIl0331vJHXc5uRMGjn6dtkd95p1wPhSJz39tRnB5ZsQX56tZAIoS+s/7lOSc0z+eAYm9G/mZ6YVw872TRKenxstFlIucDkeAziaj8Xd31gkR2np/YAHkN+6p8+Ka4kzylg7hq6jZW1FezrKZHpxwafTYkoM+08bEPweOLT0a1K5J/GPkPayBICYYsOyJPPOCmWf+tABkIMRk2gpcYUmAKFfhQtKigqBQYSSwBVpWpB1hWTe7veyjXV6TtoE58Trbs1QhK5WVKsXOpNynIlLYYndUVuk01dV/WK1/eBhh0pvDrre3VfHnSYol8/j5P1KHf26LBUB181ta6udXgGLhxtNWuS3I36XeaTm96laFsMYp/75xh55VHTQGSHLW1iqAupljCdInPB76hCXYzFFz9ZDaxX9XK40KNr/Yrrn93PW7/TfXs7s2VYlAyxuu1vy4ZLs5b+ulATStK6OxM/dwldVqbMuon5V/b35a40J4QrPFaozbdYMhioKRx402qmZ+hWHjzE8qUBJHS6m/WrX9IV28Vgxf13mucVtqdpqIq34/zdPa9CbIb0puKA7YDZ/q6CfPN+fXVBntDTWVGRXhiu8qOHCHtjDccywGC/uslnBLKCv4vpkwcX6XG/hfJ9qMOrLmszdbB3PnTcybck2Zp1zd75WtXIFOXIZevLes++ZFc+FMb7jpi2VfRMIRnKsyYNHIZYdTrjrG5lApcPXDZ6SywPBO685t2To1WqPLdh9/z/reNhxxOQGHX07EvZHKkz9wbUmv0mR26YnlG7sWde+O5qdXadM86Rm5bWk+bUbDe+/UVchmNf3FOv4IrQgoThW9uum3+CkD3cS95h/h3m5TpG2k2VooS9Q0R9Gbb/i3fegKRcxVq3wc0pVz2TnpMcknOCnOulh+pO2RatK12n+kOc1zsvu79d/zCR6Xx9zh4eqeB5sfdj2s/z35u7Wbha23E++I3kp8PPOW89g31bFodTHdN8+4oslPwNLzIKjV2Amykq70WQzo20vo5fvw0MfQvPdnY1SfYsfzsQ1pZmihqaEQo3K+58Vo51MOkJnkgxTd55OK7zZKvlspetLnagCZPC6l4MEo+8Ey8YOl4gfLOQ+GRA9ULm+OqdE1WPhkJSrSNsPJ+CpxPeNqR9sw73rG1plrOecTueffAHQJ3WtOEXYz/uz+ra4+5DCcPGZ01IXqpN0Kr+2krSv0ODnnmcQYCNXXB0JGybPc5DmjjtHi4WKpQ3p82O+i/17gQP5BZz0nM8jPN7+qOlG1/eEY29foI4wRBCfxK6/gP248cJe14SuW6KMZV78aX9FfXN5fbOwvdvUXnznVDGo+Na+/RIkmv5H0+bjUY/ZYzD8c1gDM1bpcW8jsTcvNAIDTveYw2FRlNs7pPdc0iu27cN110dU7G7u86pzqDV51gOMWTOWWWU7qkNHTyJJPB3rqQeFmDD8e4b278F/cqZ+GNKIqZ3EIxsjK9nT3FuMsJ62fKZJNtY49w8jt8gyMPOTEY958MgwQOzHdBUZ6FgGmd7UtMP1X3lSVz6GxzUUqOyXGkPIsBfYCJRnhNZX3zjUluFrsEOGYgKTEetUOY7Pw2JcOcIsNH9zS76ANmjyNnFdRPKlq0YriSFDW+r3jqj2Do+GYg4qbizsNeezUzFagt6dLgDNft37yna3G9mYOqaIaVH1y3zvj75waptoWPfBqZvX+2mQ3shrJUXP3V2dXf5rEO7imp7ozTa73KYCn/qtovOunl/vpJj/DNPtxfGrKXv6sN07ZXJj4PpXe6I8PydEtZc4atuq67dmM1vFWT5Wnm5pqTyEr1NQYqmmKhXZ5fqj6PneSsovMIR8gT/YEwIpIONKwrAEwRtY2KtMNHs3dG5WfBh7WdvRQKDDlZx9xI7ULn+zTq7Aq/b5jX5CW43GEZaQv3uh8/cuVGSPbP3MGsxzd427JePzSFQvCtlHpB0kGjxUkIPxwweEbucF5HVSb/23m68iKHJZoPCV88s5Dus3j1tD+W+OACPxY5j0+u54Bp3wUKdVxhSlCP1cm9dIkOkSVmB7MkqhUD6F5cMfjDqoIq7UJC/luKHoJAaYgfgPjDXy0b/19KHghMCXw95HaUJayEli7uBU22Ufoy2MGjlrnOt5hJDTJZw24wpLgvHH1lUoKAiKFmcAR64Vm577SwC636LqFzTTz6j+/seJbl7B/nUiqkhZLX5Ui8XEvm40ZIxmc5JC9ycOfSwRRK8sUpfuMsNBzDtcILYILnfI3TVyodDFUjc73nLauUr1GoHI58j0CDeqA/0NpHS/RfTYmLFGXzTx6/6y84fCdsyxBsbpsE6zCNd/lr5tsvQhdMk0VNyml0M+SSXzkMh2u3r9/HabxESWlPupASmEFSyHxkkrU6JoSejCrSK5WcE8Pqcz/NvEfzt9OQypQGhh9SGIxGpr0WJwdi7hn/GHnqV90WJnNostIlK8vLV0vzx3Zbqm3JAvxrr986MJCL/oHnEvoEQl/xBTA0n/8QKpeZ/SWaayG/sjiTkfVskvlmVU1geZ5zV3yiFgrZ0sQhUquIS8869iV7SvhrvhhhQ+r9/deL9874T+K7zLsInQR9hm6vgSrF+K3EBbW2J3eEURzr9s3vfeZkQLIzAUvqzMPf9Heh07g+Aebved7DbmF5rAZ/0bdwrB4y02Wn3zTbQzPV4b+dwfCA58sLzv6WIh3yosr0EViF2IvSdXYC5vcJ+CqBCXdsaak8QXjwWer/wmiwkF0YJy3TVS/TfgBuDkM8KkpYrtdWBYwBLY7kt1+lWYcS5ik4XIf9QSfcgvhv82sKLL6I0FHwabO32cai60VY8dN97qeYLVtLJt/GwqkSC3294Mnu4xtMqyxSxotMV1aORvl8jqh4eu5ZfueKzy0fcqFFSpr6akuZ6OFzPyVgqdgC6sbl+5CGMeP4foWbk1S6GDDOH2r89j48CGuGeNDWrlcpM1nxnAPzf9/inzYYb2drYbTV4GUCXiTbxzjY6LLk/Nnto5yYhes256XMy7HKJJXfMkxDJzOqupa1lWVNZ51Mcv55+mavkfqpGbOvitdyktYz3OCMizo3JShxblGI3JKm9nTxjca2/hmD7lNHnGNanEZm7qm74vMepqHKkfHJs+TKecnY+hyVN7TWZF902PT65WREuDn2WTVtpFt7oglUhuEt8vA6bcLcPPOnSEJ3ayjFY4/liGQJXDUjaK5w7OMMNmj+OM4Z1o46I2Q4zCGhYWJTom0jfFYHJ/53Q6h8f4OTnM7g8fie7A/kTBRatUfsWp6eFrQAww+eKofnUdNJGFo21lIXeKXDagceyZRq3M8bkM0TGGcpuW1y00mcnTK4ii5l5ypUBYpHRAI/tokrO1uOgy7pUWy4JIaBdznl2fRsPS7bRv9sKdY3FNYTjDjsPrxUA5UPvTbvLxvodCf/Ob/tIJUBS4dA3n+B7rmK8FXBRENU/NT7UsLU+KFGxjff5VJpjtCV30BomEKwLqZQHF4aDTnh8MFzG6eqlbF2okFom6w4rXxipu8wSrenZKsWMhtyB1KGR5ioQ7uGrxoyZUuRdxlft4icuvp0twoyBLKsevGQsDaBZyTa9Xaso8zgbuW0u5PSwX0OnJ+PN9kJESnrOUl91IACkWRvCovk0S4bADHwUaHcV8CiWbYeJ9hJgFhOBs/axRV6/RRiGmJGhwGlWEZomEKrjWTQfJotj+UneVXJMuhkYbqdiEPBcl8d+FR5F22vOx3AClVRUGbPNaWfdhLX2vntYYb9ms7YQBbBVBddvYFUEe3B8aadrygPWwaPGc6HnrcxEqaKDUOzzQn3GOGDNVkA73DqQ6MCtOitEeYWiovMzOzZoyv3vhjYOfAyui/KXurtd4XRXuv4WEYX6kxSvWH+1jNCLfOXZ7KpD280S1l9iqmHElNMPhA+J5FkOBdMYtRGZ1S1lO8irJKvJSqh2RCfqpDnoMeegWnbOStMKhKFL9VpP8mWtQCCUanFPVE710PXoLUQy5yfNVutydYXo4P/HR08A99gSgK7gllZ3nbU8w4OXbGBanNpeDJh6pxjH7s8OASNh1dyuGoKjON1vT3+QWf60BZKAXh9KoYreBAdEoZLLA6fv7sooFlHMaVmIlomKJSHxCRMWSDvaZ6mkqUl0kiXjaCYx3NcfgriSaf4rDRRUQYz8b6l645gTRHPB82sxuMMyyA6bEkWH0Ct1f47wUF95KQ1yj8hjXQZgzDHNEpeSjeMkf7ClHWIZO8mLNowTAL1lzuhtOgPrzaZtQa6WOMbJ1wQWzBrkWbuKxdQoiUemarQc9AMRp38ZX5nTO5A5F5He1XItQenaoE9S3oNLF3/vc101Euytcr+8HjEaT0sH3z8rXzR4pcbthBe/CaoNlhDJbb3fB03cxcf3Vujq8/3YHduGI5BuVQTwrn2Td1kIbxKHzEWGRpE/ibYaE74pMe0TVzsP1OU2AK0LQsv0JIcZdRIUGZGwYBKxDouTN9APlCVUXKcAySLY+A5Mf+5C1QGckR5GwAM1GwT98T5HUVtaI8sQupF2LskqzDiREmBbcF4UzciRSpr31IydNVcVPAncbtL5avLcdKDy7HRTY3oqDHr2vJ61cdsvpWdJZBHMtK6n4Og6MTDShtAOFwWzXoG0xpVfCxaQD8xHw79+6Z83rDdIEUuQU6CZudmNesyVmSJU/pDhsx7VnuS/yoj4RVe15owImH0M9fle8yc5ZuXjZRN2f5WsEZZXI43RAxqXRl5qQx6OkftPJcP7F/JRFkrrW3afr52erI3c1yKbj9V1vhS7dwgqPLYW7MHM0tOI9xd9fQah7Xp3P0+phrJLkUl8Ng5nEn18JsOF5xGS8zDmFe5pb237GTma1zXp+fP0rJ8g2t5OWl+/EXJX9/1nrF4dP0/MNLEh9C6l53elUYz+W/mYr4AQkX4VSueyb2j5v5X/jXGajY24WeagK9jcD6ir5Yp0jQQLsBgCIQCNG/qQdC7Op6/5+ra/MZRqxkQRK8CZKjxaAQBUIMEgzKTdv4iBCUj0EgGs6iDZfbPjxnxWtvlb2lOM5ZpopUL5VJwYV2R587L8/TXGlvcQyfyKRholPeaXZXFbUSWeDOqsmc5Ia1KbYxSn6v+WE4kk/1PmQ6lqSair/FM+uSQzr+9g/eTupHLsYDcDcC0Q0GgmeH4GzwBCTkg2R5LdnNkAY4oqF+OHsQ8B7INkTDVInQnWjJtMK/MySvx+6k2eotfa2pL1XXNZdE5zwACnhcT/F9s3WaTZVqXCKn1fMr4OWpHM9yFACE2s/WqM4wTXUo0GSpokypjagn6dkFSI58dl1tRbXHT/j/1m28vyrso6LevD3VnSnkeIkcaM81Er8yPpgzq3Y6MR+GuUw8DPBWh/9NMqUOvS/eezYXFZ0i9x9n/8rNUJyWO1AXKNwPmEMVcSHsjga+OtFEJ9hTsiRzRXqok3t/ELDS++d3zl81uXCICat1umFUqAmrqTK7jQ6T2gRNV8wDWWtyEYsc7Br6uvbj6dOoLNhHuOygtaMG2C4Vwk7GxeKiDzKFGzLkhAxWr7KPsoiPD22JWDzvWZ6bqji01E56qWEQkiD0Wwxum8gD5bW29za39UdGw7Og9y+S230GooD3lgzNVKRFb9fS5SQfBJvZZjxa6M5/K+IuERQgo1PE91c8KgcV4oV7xBnGui9m4PQPWHMxuqpWxbvEspUZ3DahV7jhoHr53rYsZFTW4PfLbhp0ydULkDto64uMYey5exHao4sTRv2fcmJYQKdzaKbA8LSLo+/PJaUAeisT+Ox2dOwjHqG8sw/A35umolOcYODoLqsYNsSeb8rBfiC4spyzeNPsAXvlcA0zuUffzUY7NjqIAk2o9JHfVbuRLr7KEdp4Rr4KYM8C94xCNyCXVluBmpimWjPG56gjz7fKq7NvKSxp6N40S1lVqkak3P8iUV3ImbOioxlf8LOt7KuxLXP+aIIJr28pEfsUlKHhdzjhaLEHq/8j9dy//7jeyNJ41cVV0hb+JXVk4wr5xU2DyzPKU6GYKSX69Y5lWHKNvpejgULVOVk55SHozlGEgkB5TqaHrhm3LaXjVQiiYWoZpHk2q6uI3Nmh3JYwNzqF4Edg69ZVwvjB1ayJyWtZY6/aM9GkpR7wrw6qkuejDHQu1rnHimcba0p+97tq36NIrrCE3lIT3NMdgGG7FtG/tIMq0lsTzZZsyB5A04pV2leFK83NaRpoKoaegjLXOfwuEx/ltuoIjKrGTYsDlK4G1X7EgIFK+VsvV/EYNjLmHN1ZsOZ7OvIgK4leNgNphmmxDIYWC0OaGWyCdyWkNzqVKapFXPp0N/HGZqZYyWSNMzLp4yymSDlSgGiY6s5koh6lwVILiEUAUbjtpVqESJ60gik6WQCM12mxcmBMEVErFWWl87LeODukr13jGk1m+2ifGsz0EnrKNSWZVy5HlVv1w29c7CmYUaKogJfdTi45sbKHhD1Kt8Z+2LxjgUL+lbvRXGUstgGxYRIrBVVR5/AHXHyU26YnMDgGGt+G6DBUEIfs1hECJ06j/lSsUHMZDjL2PD1ApHVVFf2TYYcv4EQHuu+O+uqWJY3xo1OoxWyvtbAdztyJPU4fTFLKLAKGopI++oDbzQLGgC2V0boHXzHX6PNMBjVm/ju/w7pV+RZtKYG2IiaKKKS/Xe1L4Uqh+bF8i9XXOrnbpcfMyNopIVRHqCQHAXwJNpja5YiGqUra/Tzgn57OzudXts/cujL5t9/vfN8+BxqdIgQ5HviQkgsuVplKYgMou1HWkCFwcPy3jdGnT1PWapk/BHqECQWq61Z5UbmjuHy1QWblvrrdOPjelykJQ12Ds/H2XmaondHVaLZzXl6/hVMrrsOQ0Sm6Mv8C8fUA1rrU2KnkvjIHTBsPWRdMCpaDMv1JPL95OQ/RxXRbNXc9JICq37om0ozi+ZtaJTeDtis0guI/eGtmsqvEtIRhFt5Oaedo1xHi3XTYgkXfT1YL8yx+4Vwb5m3bTFr8vDAWbRpaiZSfXKPN0j+D87A9KNHWorWAz749t7rDrY3fTFcoTQK2+VolZRNDMfMXTLht5YIOIcofWYn6rbEQdqssy2N7Qy96O80XrqXhkNGpUjVxnt26XmWVCugnhAtfCz/gES2xJ0/45rlFa9wE+50dh1cTypGYkpXWsdC5H+X/DRnUegSINHiV/5N9iAnC3OL1GnTr9qUdkhkKmDg6RUZ+itR89PsqN8EbeGuY4Bq4efpCaZ5SoucSDn7e+DijpjFSUVTUvWvmrLqDvIayULTNPcr24PKmv7anTk84jsAF2KrMzO8rptlt1rSU558VafVGjckTstOaCsWNZtyPJExUNFnyI27EQfVD0Uhyd+aurA6SYRmYtPuRes1Q2teY6BSM9eN0isNNJ1vPJr9fAsLh9XnOcxMo3qocZ3RK15QVQDRMjaUb9GF88sVnFMBu47g45wVl/ltB8B4s7im0C9Ew1QPRyLxUmP7UVf6zSftCu0poh1UXQ+y9LaIw7Ny5Wpg0n56/+Uoql0IH0ClcKl/5YBOSkuXVyCCH0jSFlZ8v3T1HK/dQ4dnB+jIOs7g27yZw/BEVPrakPedv3qQESs+kQ4/iKR+WeLRyyGFGcki8BIDs5DeUhfp8iGDV+3XSpg/qrrpRNOEIFTrvFdgLgkSNmTtQ0wWj3px6Wc5oPhO4SRXzgTWx6uymmfAKg1dH1sFfF/xrzBMfKoA9zWeRKn8Tc+KJDou7fsGV/8cw9TCCY0EmWicIGecS9M5qp4GjjU4hMQ2BpktdQreRw8OrcYxNBYYWEP0IVbW1VnCcqZ2XvJOpq2pgqOrslNut0wtqjqtoumzBMotmgGhHK0frXnl0k3Kkp8oGT7mjZPKmlbGqGtcvKKeNugIDHKfhQruYA67Q8BkKcFzK/MwHy8Sim6T1nUXKHpcC51Wk+xuWJYzxolN4ePuWgbnquvew5+kDAJnMIKA7Kn0rex1lLUeg1sfUFIuY0cH1Uc/2L/eRk9OS8thGPvzoJ7krc3NW5kImcnIn3iJzv56ImejN1LsiTGhvA76Ij5ycmrS7c+nPmB3i3D/kMaXAmn3hwYUrQp2rDT8XaAco7w9+TCqwZd+5W5fF/pVtbHlh7SW41cxamQL0DZ64ucbYMqAtW4esAFU49XxSndLh5wtLfSUHgi6Ahoz4VRGEoWx9IzD/eYmKF63UzSE1QiCQTFA57n9HdqeHj46U3KrsDRYIq0Vv/SByZgZ45ngjd3vesWDBCPgsSp5mNqfY76qqLgHnCX68N/eHQBqx6ImG11RpnEPuK5xmoKgiAPDNsrFKQC/+MZC69e4FywT9yjD5qcVj05fZq13UMZkkUkROcG62Ob/Nzr1HMI3pMzPnvmDO46irqhrcg9FjteSNeKZgjB8x131zfTNXM7jAaSNyqSNKW3SKimiYigd3nMiB7dDbiJxZH7z94oXF9uuvc/HMf2L/oBcXQyeOCbZMiwYjCqZfLSh8+mNrbeLNlkxIjXEsNranFTt56ejet19mh+RJJQFflLH0mq0U28mGXOuHJT8ffJu4PpZvFnj0wWnuitrclCy7wv3xfbE+U71NZbQvyez5qDt6CL1NobGypIkdsO1HHhAUCVLi7HlMVoSnCqtYp7fpeUMGvrz3Sc4ZihumGf3TKieySjhgFaZFYQ8zVZwwAU0mjDPFrYcMkfldc5txdo17muuu7oSP0290gDd7PIsh+z3ollJ7kCnFqxXsJqIy1Z+HEm7hdZAPz+bBUslqpAOo1+gKaWG9KcQqNE0LWTCu2J9KUhVG2zt8OU5VfFlYpNah9L0FFxnoZZeO5EMDpwfyDXfFMl5tpWoO4SQEUrgks0ivL7D6gfUc9Nv3krP1iPO2QQ8bTXWsIsO0gKagPJjZQaqRV5doQ4Y8JVVx4joEcjPX4n3MtkmN+iRHm95iTwTOaXbXdG/NnXXOTFKy3wiUjRlPE2vr3rZMQ9K9Y9OKL1rIyW11qslrAdXJP5sF5L+C9P7Kg23CGDfUHsHNmuKji5vNKB7BS1hrqTaHzGzQ7hjTvHUukVEfWh8+bh49Xj6mwTpVN0IgrZSmSuvhyJRmK6H0weevXeHhG8eeMIp5wUrFHHwD3V98QBJ4xhiMSvg5lVs2RFQt84qUHP29tP8w9HdaeyG99nFJmCh2S7ucB/zRrXjd0t3v20bkE0ACof41qP3E0HF8cYjyyorl2fQXsRcmOTE5B9k3oXCWNSfVZAMr5N3Mrsy+asinTKMfb+2UaExBlgA0fBiW4wPrBJEjYER0ir7xBkmjwfv/OmmHav/4nVuR7SIagrDnwGRhygjJxqEzWMlVYrGbeE7zQ4MmRJIbiQZdDYFY0FxmgH4n0l27kjlAx0Sn0hxOeZpxLSwrHWDBk94IfFttyKvIVTwF/RaLvQXNgd4Kg3wL3RLSUwL9217zwgnoeQz2PGAwYzGdeoTPLVQ6hXkL/fwuXKee4+LmBB99TJeh8AMn5HWjNO6fdJGft91lTrAjj2Rm9ueCMe9u+cLdiKbKuVMK3kJmvrNU5xkhrxXwm9R5B2heK5HvbyPnnQ55mnEdjJ6/YeWKTfYlNVn6KQHNTGxepySTdZQAIRxlsY7kV/YI9Ksmck0T5/A7/pIlxLRpX2u8YciGQWR1VU2jI5cUD8rHZtCxtNJwKcuLyGKY06br2xuMvmkIdXp1Z95Qcm+UBYB6oe1LBsxod1qlDpU+IfmcWI+ervZYfZDFeNjgFOFgSh78MG3OrJ3cFJykX+yC0kVxUhOhIWVbgVyjKMI19HiwWE9PA65Iq7DM6hie6CklRuRmH10o9NMVZmKktGdkgmdF3YGPpUgUojL0z0X+Vcdr5o09TNSJ5+n61V/UPNmdvoKVjA40WGMXhV4fXZQ2AA01zXJTKOn9pRo+3cc5Yf/R2UbwtTk5mPrVK/FcM2uty7JfA4d/Y8Jv0YaGQqCMBv39sHNjBubnV6JhjFDFKU9MMkr0NlR+6uOALdGNJJlakaFOSdW+SB0rcqvCKuZMFOo7usw0rtVNSz1UrJaOFPEYnfnocmULKflNCAhoKKPPjONoQtKH/vLaTXSujkSXMySov/+05qG7RvBPVRgFTaMMOa/m6aAz6BXmSp1MVZYhT+6LskhjUjqHKAqLqG5EFtQKy5LuSv/G8borQhjdeaf7nTussbeLMmRf7ykd+iwPX4MjnYjImWHo38lusBricgDdj81F3txuD1VMu9t5cgiRi/Uzv31gF6hRXIySzsNYdjhQAp4ZsaDny67idz8Rs4/SRD5hOGFS/JTuw1Y66KsMn+HlJfPZ5QtBFe+V+bTaMv97IF/5QnZ/vWse0L2pzKfRlPk2AT3OeV0fL8UZYXAjjoMzwmFGnP/C/P4u5zyg5wN2d7mnvj8f4GP8wAcqepDXXlP/UaRzy7N7pYlju7tePnW0feBG07NvFLiq+30mST/v8gpYzKcarz/Ua++cPdq5zZY6Y9PbMVfPJit4tAq8vz7B8/2Jt82+Swd+G46yyf8GYJiuRfQTdlAACvlw/YIY+kQJLHn7EUSgzyMjP1ZAudQNH/x22mtSkg/hr3YNfZgK5uRCaWcSKA43jWgqstAhn+97VqRMVZcorZFlXzsOdt4+JpV/7CpYVsYZPQNgCrqhCiTZw+IfA4yHyP9zbRxSlhOj1apqU1y6T4vtOEumuxAt+kDJV1yFS8yI+2A5aRE+GD2B7qmfm9I/mz0HOGGNXP8oa3aNH52591V9UvEXK0T4pTLCKLZW9tUwkw+UVBex0c4Qm1n6cGZo0wuKyMY1Ilbk2YHgmaP5LmAHWSfAKJnJGUlYOUeNMgKZ0fZwwLegZqhiDvOsxTPwG/mw/FbH525IIcWtgaGwjLIFctr/DojiXiI17NX9Ml+NK2aSjvp+wAzU29pyi8dFSTbSo3ZFH8oNbnDmfjuzW/ojWmnkwx79Wy1jLN1LILJs+thBg4VeEp5SBWFCsoMvg1f9RCXTlWV2vg/oAawOyGVUk7Fn6dMer2dY7DNYzv8nOF96mTFw6a9YfMJYQvFy4Xksh+k2KqqWCs3Taowx0K0G0uNfzyzJaYoTkiKNtsDQmPmcjt588Qgsu1ur/2i+Sdo+mQNobW+uxmWr79jAK2/lB+Nq5Ny1F0nvNbxXnF8pUVYSn6TmHylAHcnPCXOiUIfzh/MOlxzJy80788V0Oq+6A4eBksiYbKwANhgE5dQALcTWePtMvHOK87XnB0JLQ3WOF4OD7YOlwtVARSBnldYBdjisW/0OzjUR8Vk+Dl1F/eLdH93PMsCsvpa1xAyO9MmMQa4aVEIz+sV4ijSmuIvPrCvf2debQSejvAFiOOVEiLJ87J2MtcXFTPG8TsSSJctTLt24uCH5s2nZ2BvOaXqX9uVVkLBUqsW0oHaByUw1W67Hrl8+Z/eV3Eu+pCh1P449+hdPU+7uAx7s+ODlnEULhrKD6UJ2wBXwZNyw98Pwj0r+2b6VuL51nCLUyp/KnzyJ3UG1Rtofvg5RW406Iy3Kd9vioYErVkbVclok1uXNPArqW9gZuP8yblqluTy5YUVlFNw3SbMFEoNcgfo6xUmlHhi9gU5z0921rIVy3Qc4bsJu7vRmBeovirFMnA+Bk1UyWkE+DFlw43JXPFdwmg7L0CaluMNX0ltgOEvOQtgdLPYOLBfK6z6o5xnP+dO0gHAImp22cykQpMkBYv9PMbsxDWI5ryh1ifWT+qP7pKy+in5ObmADmMaG4VLzkxeRW6kON43q/HAG6j8zOLzJDFytkc1bKXBMTTZw+JrqqN0lvpWcrFjIi6R6gMWfJNuPNt+xgEsf0EaW//VD79lGLHd5PmKC0DN2+D6iWQEXlYHjy+rHdShLUX6pgNlpDLhNGc+NNbk5vuohpAO8in29BmXEMnQKfiVWnZ5KSz6AX4iXR2Rl68Wpr1TXyy+JzrsBFPB6xmVnquWfPRlmNqF84JtpY8uyPET5G3rR02m+cBKGYznWvThC3VmE+M7H4sr3/vSYJaa5khUmW8mlFID8by2BW/fDD7wxN95+F8Izd4x1qqylkJFpwTAkcwxsmM5zTjPw9M169yrwmlM+7uCf1kSpdnhc2u1jneU1VEGitCtEZBzZ4AjVROspXmVZEC+ljsrHKDX2DxUBvUVljIoxmaDV+4Sv44/j4+1jxXXtYcwhj+dSpy8ulD/6l5c89I6Ukl1y5W7UT1w2+7sH9f3D3aRDM3RJpp++VkwTQ1YG1K1Q+YCLmajv7r8PbsAbSA55p6GDv8newQiyqoxWkA9HAtvC3PpHQ9N1yakeyS+pbdwjxC9L85SFQbBXddv04POW3c+bz+ZCJ+yBg8rpkmcJcnIavIl5vBmSNg0X/72deBuWC/2PBigonjztwz75f0k/CkFXocfTY5tyJ3OSSd1UuoyST2wNJwk+QWSSp2N2uj73p2XBC50y1J+wnMncjjVVeSAsTERtdfZJjkjpKGP2mf4ajp7k77gNhHwA3NTBXENLbL+NJnlJtGvL+wsUm0C7sjs0Ss0WKHAJCEGaUu6BXMwtTkw8mwNHvFgGo8qzOpdszkfsz4HdIMPKWWCDE0aznF6eT79Tl6Tc5DyitbH2LuxH1klBf6r+BJ7PwRMJMCksf7YHaeSKSkvlRXIlV7bclqlMrOUQyG+1JdZmn4zk+0Bql/dD+kRpYvvPKJKXSP+to79AsYpAzgOXQfxlfgI5n0z4WPVxVyf3TXtiu+3zxa2KL8hpSZNC6m0q/N/Nzny+2Kpx+at9nRmCtw63rTjS+miX8m8lMDE58yk2oQR5mXwnw5OWiksFZmUCGyF/HkpLA6TQoL9TMKkCWjYTlMA6nDyzUN0jvppMLoLl30OA8u93ly2yJp75FJifRyMjMtLTsolkWHpaBiBNQa3ohSBn5ANZzARp7s2stPQLmw4A1RpNknTkcD6qIlEqawfm5dHJyMXFQBIZjobMVCWUg6G8/sTSf3jZAghEkJ0ZmuUpgV0gQmImgBBMcfYiOroIULQ81pIJ+DNPjqEBJMtiMwCZr9U8ZZ7SCf4+P2dGVpYXuPDz9y5eXNrH3K7qwz7ftWuVC5vGvcvl3OFy73CGpW8gayHQ8rHVZrMrbM6stEOyYsPFvtae1at7Wj9xrupLnLOO/6L5mGXOHMux5uYG3szHLDFUT9dbr8rctWrFuyN0qmZlYTQqXl1TI14dja4srKHuLMtYALv9ov4c9RRqqfslxNg9+Ll+FUvOYP6c+F3cTsVS4/bvEn9mMljyVfrPB3cj2x5Rkh4mAeU3zRUBJmLW5rMfzGJWHrtaRTn1Xg/2aM1ZrBWTQFjKvxdXIGvOjn9WDf27ql0z9UfTN+1sAFQLTgdroVCPHehZhavfaFeVTzJMeAAZlMFA17D3KI6og9CN0IvmY8hZc1RpM4UDAVOtzc5WyRu2GXAzKQbKTBx2rv3741wVX6+tfZyiLp/0t0wwPFqFVI+0tfvoX8MSoFcgyBMuK+q6rlCm1JXxYLCrLUEN66hrNQ2zNTspZzWcC+gYeClUWkQswtnHSaJbJIGrSIP5Gb92o5J/qhJT8E1eIgSPJup3fqTXvWtaczf2PU/F07lzU6rm1ldzmg+ltiQdx1Pgl1CMgmKb0VSipBfI+SfLMKi78CTot0jo5QZDOvDKn6v3Kw1Wu4oMU81jLRk08HzOpYoVtWSeQioqshs0yiJRGuIbBPJHRBri24BLP0rrUlnmF5gHiNL9Sp2lhIufpCYd1WEZ2kKlWlPIwBaeTaJO4rmWEt09xHZwGngHArGjybsdvgF5CJIB2V6A3N5M9lCHjkGGqXrZm4YMPK9zi2KFi8JTlPXXTKu32lfXtmZ4+iMGWSxKh/9YfTQ5xQYCRsrYTXkNesK6++jZ87XiNVBMT4Yko8n63R+LLdFLZPZRWEDJunKYj2S9Ip0QdLIhFtDDC/dk3bWbXYW+S/arSa6r+zf0cuhXktP7Hn2+7QQcEqVWq1JdTyxPOhg7WJ6UeH0CZ01PnkDX38NOaOYmlf9EUjm3+bbgXPqmD/xuHxP8P1ZXcwD8g1BoMAiFi3mmmjoNai9JH2PiLS7+AXzgNuQdXd9zs8dtUd7CkyF2+jsvtnuJXGRc+DF6T0t2x/L+XiRFr4iXg6hsKZK3dOWM6yoa+uIUMQvGrE6Ggrn3V/9DMd4DHHOK9NFPeV9AqO1JgaY95QMBoUYXcfKyeE6YhtrnCPaKnM4+kcDxnaGJseEekdJFKS5xUkQKmIcDc7khwjyYgyUmBXABpZcd64TpK+ilqCIZ2kSv5RlOJcDhCaeMeXUsO+wywcDjEfSXYxfWNagj8WW2XANGbzLU1OUZ23Yz5JEX+WdH66q+yP1nlfJ9hEOoFrb7Hb0sjbaPF3ALO9UB00JLicK4W1Sv4xLsP7lwXJ4LfQRn5uAeX+jt5uBKquo0is8666pMOM7s3guPcRyc+YwTzeO6cD8R7FydqH63wmgpMS8MqIWdAXc/T6vpZfkdwna1EOF4X7nj59wv3seUdgegFmgjMydn8t+fuS7y5MgYYyLNTUHIv6+p50GIiet/fSFA/nlNs2b4qoP/2rTqMr2Srme4GUQEDElgMAhIGIIo/CxIeQnPg7+k5Prd2Yi662otrupYPU8xpSuWSyRqM/E0Z1zI3PwiLoSTDZn54dzBta962h/2V8ave2UlxR09HVdPA0PH+HDj7LlaAldWjkbXybgawtwdG981M/gogkuBQilcBFQ0qxzDOFSEApVIiBaKNk8AA1MjL8piEG2HLV1T/aNcCKBIlplXnnphPlpylTvw0dvrC+/RGW0h9WUgF94NQz1a5UqfJdy/Cl3zCwZKO2NqcE5QtkTb0nMrgTmLp4AHeyPdb8oMME5a/+9PPGfUVeNo/lfTL8XI7hvR58Vd6R2ds1GIjNdMYgG8gMj8u6EjUzD9Al6xr+jQ8krJ92YSmsVFpgzwcg/v0ISb8sOHBtf+UjLgl36RV6/OB6Nj/My4sGjVTC2BIyvHYOpkHA1h5o4NH/oZ1yupQF5gb6dE7IZhYLsRfw9sUDStLIyg4YqyDPPTCq+rWxJvMszr3OPqISOWQB7Q0tURd7bC0GGkG0k3QOi8X+/z9qX+D6cxY43g+u+KoyNXQ+IJzF1ci7cp+htdU+pn5ykgFxxhwRUFKdeboHmSoWqufmcOfUXzVARHjmrRaQrABUZZYKIWlMEo9wV3NQ6s9UIaDJZ2oRWqgqyGPDE7A/DBepuv5fwyOZdzM+bbc1kPilzMOp0wB9Z69y8LfqmcZoXwc3L4kCywMidHCXajREVFapmsSC0S/pNDoEKUEIklCISptZvWWtfjuN+ub9utyqFwL1jOt3vaTjggVCaVlJxYxXi1KS2xkn4fAf2pseD74aHPEVlDd549g0PR8n3yvL9YgLtlL3sTWOlqL3d+Ame+tfxGDemqPNKc0wTm/QHzrK4bIVx56BsLPlBzo9w6n5Mwn+uF/pz/VLbDwH5P/sm4D+PrxtkVAPfNFbuDp3k3wGe+wiXphx4bH2elz6PteG0F8B9nwrd1+d8O8oHhcCALLefCY/bOX7vrQqn5vB7/UhQza98KXSZKTsm4/KJ56nlLzj8zUn/thf377FN7nbZzz4ehWiGQZboCzhQhdElyEZgXWf73gQGItmNH7x47krg8GweB4LLTn7qPzr++CAJixZy83Pldo38HluWkspB9uS9PalLft4H0NAbU3EQowqLrV4wRisnAyUk5dkNaRu6/phJIJDed/+PynEySyjep1dJziorUolzNr4C/OTn/AfjkcIL+B6hn1ZYeEOTO67BWDmbgmVSECgYgqvzrNdqSHMVxeD8v638QCJiZnqFnfBHQQlIW8a25WyekH37EUGdK4+ZF8CrUGJqIcgLhBzwjpSA3Y40/z3XXGRrQYQL9V8LviTMg2UU5qAPYDBVxNg7Y+PyqMRFMEGS1zaiyo9RA8HSEkypbdiqLklmoGgVRke4SWntrrxGiywFp7Xn1SHPHBB5FWiRMZmuZM9P/kajyk3I8jPR5JInLWK8spLNEAskAP/OzcV0mSn5uBbc2ty6UllsNxIjAylgpEFBDI6TAkxKwI7KdFoTzwl75ozABc6JoYDLBVmDDUP/hUk5BLTAXiq4yPtFEANC1NMKem9bKhSBQSRaIDc0XTeaoH/72PZyDRx5LFMjoMhq77tUrS9X8lfyVXR1f9/Jsu8fhH4e38vhEoiJR3qi9t3gZu/eEmQvk8S+M7NmI0rIjoD7B3JTk13RSApmIIdv91Ga+Zwq04ODTbMA0k/mS0Fmlw6AV99alHU/eQRjWW8vEjkMxaRYEyE38c5HE2gXyMNNDd9MYXjrMU5rUKZ49LwsLzNGAgEt3pmWT8svF27z/vAw2r/6z5M+uTdnTCRo5E5+TtE/CmtZDgJ+NwkQlTpOvOhKkxK5Cr3SI4VBoLRDYIAUfslbJoiTpBkd7jyrmb3iWC4NmrNz9qACZW4CtSNDjSiYAkyL8beNow5ItW1H6ZnRmVH+2fejeJVLJOY60P4r405aI6IWkZLtjUqlofruFBXihGZ3peRPOSoEDVwHAheA8IDAbxBZIWP48vzvn8DJLcVu5gsgC2krtoDiPjYahegraKmtPTZdysgrYYvUH2tyE/mRoEdLiSFkArHNA51eSQCMGcDr+L3laJNYWPxsVq4Vgwcj0kj8FpFvv6kAJAwnQEqTZlbwQUOeAHDI1j2QmpbBu3UTAE7NMqzRwSkXmy2wJEJABAOaAsgG6qijiB1tiueiS8QWPQAyym1IxUIE+iHNYkCDcFP44Q6tfPVgEDbMAWZQQu8OVkwVwaTMK/kNClQ5E6MDcjG0l28iobOdvq1MTko2lfVK4tEiTgUyzOL7Yv+hoHgwNz8OKsFkTqBHZTinr8Q38NozXlriaT9iiS2wubvg7c2Oqcfd7zas4ngsxihP5EHyUD7PDdoPzE8Is1DR78RuB8lERC3ddCConsLuwsbcZkA0qoSp55hu+U1PJ/5m8zP+fbd5kmnuQcrM1M/OHtJSTGXEfnQA1gFIEDetVsuxQHSq1TZYLlOF8nGzQ0xxYETynJhMQB2b4XJNuG7jWVJouT4TZeKndge8dalhHr52AcgYJ2Gx5EnI4P9eMwxSgJTgUJBecvvkPcq1GNhwRdRERgM+TtM2JoC6KJiND6QUkZKYezjbKK/C5uQLeL+/+L6pIetf2v4LmA0enQExwx/+O/5+0ahr4w9oMCh69sp3/7/+tZfKDBbLcRwj8cPrTMx62kGHE9GCMDAbG2GPEMIQe9pmn6cN4xKNcWUypExzhlJqmfp6boiztrPb0cbX+lTae+hnsn83KHKK4jmoxshtkMnaDxVhHFROVOZv/hj/jqVfa/No+brWntCNFNfewQhlkOVAKEUs//0rLlfksvULkQLHAuXG7HGCcJQmFJKMmk2Q0FJolMQLk9nhu4eU3IkpArQlShAEXWBjB++AowZUu5hgC4wBNIgAtIqIMUBNRG+d+BaRXNZcxmtc5ivdeppl81Vst0jDSw1At2uVojYAYH2MgXsVDYj3RG0iSScvgCjL7s5sUWoE+nBIBM5QqyN1BAhO5+WLRW/VGvUV/A7VAtTUfeqveqLfob6AWeG3Nf9Nb9UZokTX/UOfmfdBfcCtuDFoEqWgH6mKJV58WaE8FIG02cO709eVzBqdQUfrTorfqjXoL1IJFre27oG5r/o/eqjdCC+jamn8BjWBVa/sRWG832bRVqC13t1dQJvvy9+UKfliB7WkTKzMVYk/vBgCH06adzFSI0bsBwLn2+2GpC9tN3jMVYvRuHeA3uNcwCR6nTU7MVIjRuwHA53MmCdDd960T6FyF1Dth7+9STTuz4LR1Be0jKgC/EY1of8i8RXZV3F54C0LLke6pOQS90vCyKFhBn+oM+o0oSKNNJ7VP/B7zuQj7DoeGLEs4aYfXDgCuq28gimo2dv31zUZpbqwoicvBza6LYB9sRxyYcLpgltWw7QepKV2GZqfow3LGDMGKalRVLBu4tKn66dr/IeeyC0Ml9eQJyg2U/V4zWjxHoEtu/ZahYbxuioGg/c1ZekKSGBmRtxPrM9fBuqv1zsfT1siiCqplalF3zA9k4fX4CBfm+Rrug4f0mlvLrXOJ/I5mG+6vL1s23s6eljcquLedDw+0+jhdh29QZebfKsSReh03Qd6P3sVZlCE4l1EG+JlO1Iz02ezRygCAlhWXYlyYY12tKk0ko7GrzcJocjvOIsdWeZy2qrvLfH1gTgxgwAyYAQxgwAxgAANp1oGOXFFoWls0hOV5Q4vQzT6HwBdebBFg55sFUtqxAt8gRxUCyt1GLFAsMXEVtKY9o4pm3wXsKqnyew35h5XQ/VZi5UwanM2YwXQiJRKcExDoJBcduDRB5tovy9V6FyV8a3BRDZUzW6JuxWPz1bzmyPj58s4DuCMYxP3x2y3e52zDPVZvWzbenC69suODXX2cBJpXPbtNrL2WEzdBMISgg4NEh+D+dMidl3rOKLljOtZtPYTbpldMKNmZ9piWByzo+mMrPsdylzZtL115zr274wMne/TOmIuONL3t+GRTmzBfq4Qip22s6fgyl3NLGhH0+Ok5ElnUdkzT+Bq6VljBTE2zKmUeYYBr+rRpuv9qhE8WFv2VX364gFItQ7haFiL7AKmVsHUW3GVb0OyRzPK9Ny0abvr1kJYsoaaaLf8/vLqTwTt4B+/AT/vfwOuJhB7p96b/3rq/K0c1wvF5LoZ3iEH1cxhaa78o3mzCDccffxg8SOLpotmtllLbSmgk58Fplz9pJmVeD4ssgbhKys9X28qJXFGTMh5QUoaEFiTwjGmrYMzkoCMTtnJz0d7NM5/uScqJY0ZGabSvGuG6cqJ+b/+UZY/uhOmCEl/s+rGTcGJ/UYJ9x3xaN1NZWsHknAocMnRYDoYgGIag42GmtXwgBEMQBEOMoc1wYgyJkyeBeZnh7YYPIdg9CuZ/hAum7peZuBCO7VIw7WxGn1qySy7QkhHpTpyFXXEtuw9Ow1c6zE1bUp21kFYzl9Awx9bRVfeZq+6FVbRfRW8HozEaozEao6fQxPgNmNEY7YOe5MRXNrvU7Dp50bOb3E30W35PQ7MLSvtSABfoTA8iw3ZbS8UKjGXglLGUMzSuJbOimyA3SmhXnopTMm1586yEFNETi7jPfecXb3KYI3UuwHalit0BjDVjMRZjMRZjMRZjMXYayzBmLMaasTp2CMHZFxPyf5+GSp9M2OpsdjlxLMNUkAVrlSUWJoRpVyCa5GEO7Om3MnmHdqAclq2qDFY23Il0nz5mUeYmoSd5mTQPlN+l4YGPJmy5jUStGVLlUbYWVe7zwwTkq3KogXKXyTskviBL5AxWNtxZTkBfniRBLhtCcOVRSapoHcd/5TYX/z3dcei5Rl50RvBaWncD4p6Crh8rZdd0qqo0DZlj3NZPtO3T5wl82CFm+phN090MsD59akzX6MS4Oc10TMd0Mx3TdXpa3YPmCdVPBKSCljbO2X8oNLGanz3YqY4VaWOsHBqfFVOS48j1lIVTn1eXv0SjLiVdmMtKpzoreBZmWcaxDMH3AZ6dAZRib2y5qbPIr/oS/LL6UsM3c/xQb8qDpM7C9+oKeGVqxc0NTeH6DQ4nWg6Fhq6w1dns4iJR93OornwoXFUV1WUk4o/dzyDZFj/MwzS8D1t2yA24fm7uN1ioJDjbE2kYfveDC5L8rmQxjpmHadgbttzDCo74XfHRfQdnidQMfwSkqKNsurfmYRqOhS0HnFJHi9P6hwVniZ4VxwPCH6HxtDiauNaqU8rkzF6IOR3To+xyT8LlgDoWN6ylllxbfyhA5j7hdXjY6OiqHwpWzjRTygQVtd5VZ5fWGb4TIKNgoFQwkAlP3YDNvmlcyzhd2W+F3J6L8s4cqRBKncThlFDXTl7JsWwktL7f8ouzkwIYb7yuCLSaNJQHqbQG4/GtuZK+my8aF6TSgs2aFutAWUHTbmhcPfkrBWthLTD7IyyKscTEabSvoVU4Heuk1f9LYWllRUVTFvYqKw7lkdHLEKIfgLfPZDrJmgYLj2hX4B4x1PLY986ZcprEWeSwSy31tpVjVnpDCDFiILjfZgGrXGgEOBOTNIz2J7UQ9HShd8pQNf/bW2X2WH9WzmVtPa5k/DhGGujYpEt+qD3iL5rSq+mltOC0Bi+4yzDZzI1RAemQreEAHKAC9CGGMB7ArHocowLAzxzA0OI2KEKLFkios5iRCfRoGViaSRqP8ye1FqWqC+3aniPednORirKKHPegWnuMe0HR/Bg91cKtLtWLypwYDAaDMWPGjIGTQ/sle9lG5nSPo5x3SwvOGRRCR3jUcsUejdNIJDi1v99MvoyW7fN4YiZqtEgRvSMEOPqKEOSSNGi455iD56oqK1FAg4ZXhDw6hBAb5vaUlxT3n2nDWmrRiX7gEDsNJ1VTtF2Tajpb5EMI20RrQJS/lW+TZrKaQgawHrkzSS1NJw6r8Z0+LO93D7ocKTIl4ewvi/H9oajeRj+ILB5CiNMjYGjEwnhLaNBQ4V6Tf/VbV29tG943u/FNSbLFNd3eLW2um2zLfJndxomjfibKU0ZPaplg/jVSiwUM1Y1vT4A1yCVhNmIhvCsNGra6aYN3+NnvDPj/Em7e4K14NpwtbR7YlvlKC5xQsxCtZiHCNKvPLkOIWmC5fLuqnJa5XOizknzhflZwpBZV1psMlcmvPVfTa3rdAl4/BHF/vDMtmf86FlfVdejbb8bdtqpM8D8eUoP309jbo9cuN+7y72N2vfXqX9BnW9l2N9B8v+9b2TaKbW3bDpjJnp+B6aYbl+VhLw82bMp2nKsnX9cLfv5/n4yI4J66fh37A49/5KMdH3Fo0JODYZvV54LpZ4ZDGNMyWAbLYAWsoCl8kKHy+so3oNML8zuO+9fsk05Gqo+qauCNX29tmbdoK7yiL9f/L4/I1Wxn8HozLZlLw9hvH0GvM/HbtKlBs1+fBjeQRdA3fioiRF/fzQqSZOaZQSPZxLWYmmrqT20eMUdkJi2FUCURtxZ4KoRK9F6fSNShEIBQCJgTIuZkHCLmZDJw+jq0u9RzRolxiPqaNYC/9JrhwrVNFWLTKyl7DtI9dU/safI0eZo8Q0yQHGKCW4aYoEdh4GyIgeQcNlWITa+kHDhID9QDcaAp0BRoCvRhD7/zz///vhG0ouAye482ykC/FVrLDoUXEVwQxdmqhmBhmWWUlWIpz8nQRx8/r/0kxxkWXjM5GKbsQbp1Y5tsssnliB49PoDNIOTXRB6GKXeQXr24pppqqt/TAUu1UMEu0WRQiIAlOwlQEYHibPWG4MNnPuNZKZbKP11s8+Nc+kQ1fxB2W7jQ06raoWcQDgUQuhfnq23Vvm3oOosu8WijeOM2dhIGi6EAQvfifLVPVZ8uetabnD8+z3jh4OSTymgYDtvMG5nxap/+n4hCKoxn0REnUEiFg7TqQSEVxuek3R4UpPFB2+8ehWO4xV7/gvV7iQNv3WbqnzM/oxVQRtUH0rx7zRtVuU9Hh2PqszLE2csZ5gxxFjl/n3IvgwO6xUb7Q4JjuOWeHNK/pPwM0nhdM40ahQO+cXQWOdVZWeRMezEjAtyKUc3H07yXzdt+rVcHp2p3b6K+HWg4x9PN/H8VihfERSYc41C8Qi4kHFDonYNhNQvPVHehd/4WzOZSboSfLybepraHbzmHiWcNrwHA8J1qlyAAJoAZdoRAMCa+me0EYsxM/V+08APA5LfJPQYxwDZNfKnUd9p7BMBAnuouahMIgEpMPUE9un3GK7OTNb9iwWw+mTVPewIgT9a8KyWIAZgAM+yoQDCQJ6vvlkAggf1ptAIAPDHk3s8PRxADlJg4I/MhCGIAoLG4nqd97iufPXoWmMxCC509/FkC8o49yBn3FiPYVxZ4MK37Xj2nHfzuRxMQu48AHx/vnnA34ifLEGoK6BAJURAN8ZAgEh+nYrIIK/xzrY85GNMtCZH+M8+FMGEacoGbueDlVtbqvalv1pJWzNTE53vs3uTo8xWDTVBzhczEF/32zvIDMObhrgqiFlH78cWGu7ODOg1ivzV0T1oqWY/LoTD0E/WI2G9fh3uzigcazX7/xX7Vvorzy/bnaDzT9rWSoT00wG6/Rf75gfIBuJWnQEmYNy8BLsR49+r2u1l7nhGgHg1oRBOa0YJWtOHN8N3epu0kZHecRzZXVdTNaKKeedVteVVpPETgqkrYdhvhIGDHG3tgeJkDbKAZVFtTP2oEWQofACoD2Lk1ZaYgbcrDZ0ytys7ns/LAUmhAHcuScvfup+OhqXaF32ar0b+2iK5CSKApa+tKOxqchmxBhiWaTN+cQk55M22LiMKUpZLdZxwnioswMkCtT3EEzjQLhi9U1cy7cD9j98/ypvjky9xqoeZ44AH4L11MWqDuK8ywuu3IFDXTTM6rxqcdrIupOStWGGJFcuffQIbxyAteiiywGB27XHvv3GkK7GfnH4Jf7/++h5RqCPsfzhgf359rCfz2y7sB4q828btnh+fXxT8u2ixjebYm9ta5oPapjLKx6fzX35vYbeei//ngpnbvmYvM+veOh+sndy4n+sP8+D694b4+iM++me2P1kfs9PIfuy+//ojsP89BbuI+ffee5REDFFOWzIG6nFfqByDm9iT3Iav3UQO2HbzNigQAWIBPCQjW0K0Gzjpjt9JZGZzLyZZ/ZNpCKGhQpsO95jToaSa6Yy6389rFFl99ziduFzi4kLsE6KAyeDGjavrFDPDOJ8O+0rbISoQmoeRx3vLgeHpbr0CcCaXH4TYw6PQbdoEgE0rzrMjj/kBDNShTm0uOZFm6tGC0CcCLbxxQ2rPR9zuEjayn3WZuXldQaneNABRQQNMYeqWM0HgyN4r4ER+qtUv9bCiDvOItktQW0OsnwxWAT5zHYvbNVCYdIBjn8DIE01gpMfuiMhEeNe0BLOmkSOgLOkpJOUMHz46xyFaoZvaFGgrsHNNgGk2RKDX7ojLkbNEuYpcxuI4yzVWALswNZpY87j+pB3djQYLOf+ATc+yNnbYI6jXo4VFDEo1GaCykBANKgn8UP08Nnr0gEODPPzwQzogg70AWRDt91GaT94+Jl9k5XNY1hGVxhoYYhNdtHohLQon3dUbfFkFcqywWJnpPuPJkWZa6Vl5gtbwoK6VWItIErfDCUrGwqv6O+iIzYrozf9y+36LfsyxdW81Ec//KhPDgeGR7S9tvx7ofOShAYDwD04KjHjRIC1C3oXNV29q5QA5jMFjYa8Fh1ArStnmZQEsfUI1maHqgjuAMquBDvoRsS7hoH2f6rBoJXiJQj5P4scnezzORD++aEzuTmQWQyvJ11ninVZ3ULFpBmnFmWTeKI0UrZnhE/fCdrLKksEiqFqIGN0pmvNWPAG4tEJAjX5Hc6pyeRV9XVd3ycHy8+E/jonrTEF2xbucV9umcNuWUukOn2xu59WreYa0T1ZYNHZOVmtHEKqIOYU5otCPFO20L3EKaouqcLf3UCCh2dGS/yH4SEXECv8DPt46Onx3VYAtroPDejac7YzGfY5aOwqvoC2mQHDdmthN/st2j7B7YYDN/crDF+aWHOrepW0BLnldPID8NjkNpHZeQ405TxuigyIzt76UAUtdw/oiTBZhyWw05xOFMZWPNlk+tpHXaQTYrdS1oMffiES3ZlacHUqpNkjE6KDLcvlABpPZwUmVxW5BqBwYEC9s/B3WHXfi8b/FIhG51e0mfFY47TkXIUUOqNISSYBc1NwoEEEAQsSO8Xun4KB7WpIXbUp+dNlN9byAYL2k94orMClIhemiXZDCr9N5WSqYUEsWNVNwoETeD7/UFDhyAA3CARBxiHcDtyrxTCLSAXq5My3gdD2cp0rtcgJSM9HKywhHfQQw6zCBy8mbUw16xS8TzZinCu1yAlIz0crLCELdjMcJEDDbzSn3JJYNzoe1sP4p22UMFZL2D5J54LTipBw3SCKX3KnONra2rwiIWcU/EgXt07ylybISZNWLtbFQ52UrbY2ZHjUh/aTCsBnPUnxp8mDnRqLInqHsPy2G5bc6iB/xhwRyxi2QWY2QQYxz2jN1+dVRhK+jJXnCy4yx2HXZVNj2e1yN6+xFaC+4ElrfDJpYLl+v3rkzS1fmUv2cqVzTa/dZEgUjgyXSMr9xQGP2+3YuYKFdwTYaJBF5vSsQ+an9Z1ugKuoOhoB66na5+p2pajLUIT8s5LJd4YoMkrfeC+jImmpsgVhm7hdvvdFniiS6vbdl6UaC/rxdF/cj5hTR3jlYrO8iBVtnBRne9DzwQZZi/CH0pKbNJrbN/rYOyrR/gnpVXOgJ+pZuSODrUafTqKflIXDqSQadpDEoe2Vlvf9Uvaux5+5o57pD0hqH74qpPxM9OAxSUFygfP9sXnk6p0ikZz1rN5aMfjQw+EvGzLFjGFHy0jd1yB7yHQ7bfoFjbcs3zEHrJRx2QbPB4zLSPAPFTVbAj9AGL5yGUEWUsMpKjstdu62/j3GGXsYZbFMqHXO4JX1ms3n4No6chXt2Ly8qJPfs5gxC/YvPz7gXYDvyHVFMXlfYMvh3fj5bJJErk5daATbgR4ycvZ0ytK9D3z4gPe9dRo66+hfrpL1SdKwYImj06zevjqUo27uN15/RRx1l0haQ35As1KWM+Hp5fhJieZkJWPPyg6AK0/6Vnnd9D5QoKjhBxAAQIECBAgAABAgzAjv73ulxBzu8gf4wt4qumP3ZORDzVo18bfVNzGVqhuIjUent0W1ikHstsbJjlRXWtfXQoEGcvFIjTGkLWtVtv76xrd416eOQ7f9EA0ZdgQL9ySO+XMdJP1vvUl88mKP30Xss8FGcU9+vrwPt/9GV/EPBQy/cvHnLV4ivbrFo+QSbsw+f1nBMsnHbc3utfTAr988/HCm6PpUfkVTG6SY94eIJCQzfGJlT21FYfvQ5Tmipu0tTv/CfXye2mn1FYTzJO1vqAZnRIL6FEn3klDZnxwhooIPeAhb1HDofCAAXkFOAxAM2lwgAF5B6wkEdmpTBAATkF+PwzffuA0lcdtvMDzozTTw14hglrbS9dp7QMaKARzYkV1PFWFbMnwAQYVlTuX6lKyoAEEpGkeTIATVdhgAJyr3IxmphBIhKRKCLCe7lZEyYhaoY1rTQyEVqraaZyM+CCCy64xC3kSWRbhtyjyDQR0lOJYcLiIr4wnzr494tBbFe/PqGWCUsRERE+VcsFLT39N3Ru1u88JuQOa/sV+ET7kHASumxdgYzWVaEurBuMbomUCWstqu9B/0D6FWaWqJ2jds4tI7GP/Wo/KrPOnWXuKM7Ilo0MJ7NmmiGYNGo9p12WZ9hmpx/LhLWG6Th6BmWVBc5wPpBzxd5mYSAFqUoqWjSZee5Mc0ZKFe/NjlelbRPaWnTJoyXD3qOCRC5vymZEYUAnx1mQQ/LVhIoTUDrk6b7uGQwMKC57TK0QDsIie2LvFXc6I1NV6B56bTDpkXkvZglV2SvnGaadz/RMMzCgFHvZZgUomaw7iX4w8ixMVaELe36FTwk7e/ftpLXlLDXaulYCVsuEJ5GqQnG5Mh9OaE+EgYA3G6q76P0mWt4YHBpq4oJhwramD/hh9OWkVuvo+d3tRH21flhRmZXLjQC2xFoKFsXtZID2nzS6r3E5BcknhwFiIJYog51LaM7CIrHxKJiLGKotW5L26MGFGJGdIK1koQfLTi0z9KLAHQzZZmEJFyj0qQhWiEP2yty70uZxb+9lVd3eR5qirE/3p/I3th/3jl5xqFv7UFHejnoZuJyi0SznMMi7va6qRhLepLgj8+hyHSErWVlwP4ymCNRly69JLUr4mqkw2283NvDLZcDotHtfHyIlaC+aVrFRdjRz/Y3CCkeuMB2N4/cDbRlRLDiC/1oiKgPFgTP7GgVWVoQzcqrM2DRze9ErLHGflC75WxvEbB/X7QlpzYxHLyCYK/Chf9FaDGH8cQuG/g5p/wKu9NfIl0B2uxPEru45sYXSROdEzWDnk1MCAqzqXbFYdF8GCnIlRtW5OxIBOZxRXNTszvIve3rXqG8bH4n+hNP4L/XlbjGfEgLx5/ICOYDFb+DwX4fyswDI709HC9xEADpE3Q2P9igtF3r6WAwTlRSJhKcLD5TqVTgJtH9APVXjHhGjiNskGq5Bf8fE/0cyHFs4tUDNBFf5NbQsLHTxn0JTgX8GTOrwPwD6Q4F7hJeeWAvekCh9UldW1zpQZEwQ5WZuQ97IKxEL0+ia0jNB4iVGH5oKxgCZYppFUzmgzMwM7O8C4wyASd5rFotyBhCKEotO8Qg6HKbg3ceOXZQl0TqQYuitUK/UpTrQKb/5EoY5gt9szWe/XNVRKdR5jajawVzdN/2VsGq1ihn9zENjjV2TlUqZVJTRY2jFMFN2ZkMBYv3wegNDJNvLrWM/w3b51j/DZxqoYrJQ9PNU8FNWh9PBfCUz/PofoA8a8fbzvnjTwv1pLxnpdqB7VbMvd0VxxpXSqp2fst14tnXJePkOPTPc4E4tZgeKz2gTiWyZtSr1t78b5QHjraLJSOXd/EA5YwdR+H0skB3SSpVBhCMlvqMmo4k0LZ6k6lJsytGbfohxeer3kV/Zqer+msJM1+EjfSnfPDrK3vJdetP7UWk3GzFizEeMyCnXp0crchX+8ml0LJNFXeOWXIsKJ0NlTBhDSzSqlQAmKziUUvJYKeuxAB/LAwgpXsPWAGhDRQFBZCiJRVgJgMoBy2sIzwhMOxAuIdmFJUqMBaI0pT2ZCtaj/BblwAgFCpF0IPasL7NCBkfW4T+ry+Q9FOpBDEOSZGkMM5bR6wfK6/G87YgXQVL4xIA5HBWbC7eEl4JjIChBDfaoQVeaUUtytO+8HdU+4bMLR5YOommpjpUnxi3hx19QEERv6gO/uOSeB05Ab9tgKu1utEa7Fia8IcTZnFUGhvtxBrv0RyiVzdqEIMmCyiYHfhpPF5xNLrS3Z44aezeOKXGMmBYMdGogyAbAYcv3Q7u89EYF3QCoeDJWTLHa6r2GaLi/HUIim8eSZP6vd9QVaEizQ5mTprLIipekyDs4q8YKzgTMuxMeMqyhUo5WgNK7OlCQwWOCAoJ9zUQBsUJCb7BOL1PxPe7FS4NIecc4ncX8kEJzRY4hzoLUJUpi7vGeZzDWnOLAwb8ZjWfQqUN9IXFhIGMGJZTJXknYPJbB0EU56JYo3wcTv6ZTl/yAWFX2a/1sGvF1GPebaGobg0IczzQx7ZrW3206xISD4YNhHCnIVOaEiYCdpIRwRKPxFg3ZhRAgECOYOww4qTriggbzV1gi819lIFdEAXZn/quhM6z5Rjk88mGRbDC8v2NjTMS3mujSPN+3wEWbZfotFOrB1DD60rgsjoJZKkuEQV+hWrsAAc0mmKoLDMbZsVf7HP1ST6YbTttpL5R+vLMqo1xMcmw6aV0sECxUFAMWqSh8UktgoSCOW/pTV+xFb++VCpgI4Q5tN+YpbVJT4m7EiBHZahL6G8A4vMwZFExSwAF6dxzcQ5wHxmJXRIQNAV/iTZIblnZxJJpOdSlN2gMH0sruaRzOo34nPFHb3aRDTLi0uTyyb0eLKT4VGlei1k8kxEJcxjoyxCTSTFZUaCQzGBAvFoHQqTi+kApyKXkI5NBWyqSiEFCSxkFZBiyg+TeM//51MrNconnJuPkDTI8ANL0MnDWGa8/M9Z32tptuFM2G/CGcHPFlD5ifDTI7iKhaNwkrwc3uJK/07Se62EU8CCj/sOTHg+fxact+LeFriVKOTMltTGGQ6y7Eg0wKiaSSJMb2M5U2MZJdY7oL07tNyb3h8Jubf3oCNplGF6jemzBoJr/LCMroM2Q/Ja/GZRU81kDlJkkbpfQoFtqBdJxonEuVkjmHEjDSGLPL0tXgIhdFQ4mIaplGTeE9sIc2Iu5/umqNiwgvdAkHmSnSPZKAXmPrVRSz+tnOfpH+L1hu0jdG4nuaU37mA/BNYrPyQVPGJLpOYu99Q9l2FUm7zjX+8Q4Pqlgq8uXiLSMBUqLUpZGBwtJkzw592j4tSNCKd7xl22nJMFWLbBHslej8YTkW5slDPByXKYD1k8VhZuXeaPRbIkOpSD+hSn2dYaRgekApDNwJjhgBGgpph3qHqiZMyRp5MwFoluGbGDaSPUUCGxLAB3yvd0y5sDkBzt47x2E9gAgJKLgCE+qi+niofP5a7apy0mlImof+eKRz/NBi9iRDL7xOdtNkkQ3bK/1ruzHfn/3KRGfso+fG0mrMcFbO3Ti+hbqeGeWbx3NqOm40J4WecMN1ZHlQj0BZdJ6qrD+LV2cr7dFi5OAMaTXrGkPEoE+A1KV2X85zHVMAcF1eFQs9+ER/g8V+r8hq093AUr3qTfF81Neeq2IsptTZQI92/QAVqinbGrSD2umx0UkDbj91ZM+dzoVnwfMJUPQahYSNoqas6UA3ZsyAnFnM/lAAZWQGAZhg8pY8NuYtQtGwUOWihEDZA1hMW+gI2x3RH9eSJlm/WipVSk5KValqtuIcV7mDhdjRtgwNDVDpxRADa+HWNX1FOccQPKJJD1FxcakkuhWanwnPL0iUuUQ7vhPSX5SkmhoeyLVxpgUPad2JG1rkVvLvbi8fKhxQ+sH4mkICxsvUdq1wWFvv/R6hFup14dTSre0FucgCEQwbmR4vhNmeywq2OhkYA7tzNc/LX0ePHQKgjSySCyZO3/enS6k+0+zNAeQ3b7MeN458PfNbmsNDvw8937ZLJ5axu+GHh9GpcAkwwIL65+PHZ3XbM5bbhSmVllXj0DSh7RLGQtjDMff2mpX28CivjVlC+cWv/Bpf3v9Uhd+eHFtuAPGa8/d9oj7yLX1+zF9MdgjDP53OlosO/9rbX4iMGBc/HmpvBEItEu/YpHCQ/GZNOt7BCMvlupjJLF0Fg/0P53cIAP2dwO8bzl3IADS6BCWrBPEPM8xsCg3P17nCTKJcwA8ALhG8qy8ZiQxokCWguZIIZc1/be92UJAB9K8DvZOrNT+B8gdvIaOkeML7uA4mgBRho2zAbjv2lPcgphvYnu1MsHM2pMhc4NT3X+vmRlJ91qOYG5Qt7mWe71LEJOEbT7ipUW+m1PC+4hzMOAJK3yG86qfSRW6aO8YCD7+FabJlaJ93rtXjqQBNmA9oRatcOHYn4BATmtPXZrYoDYqIh7s4wkfe7iqoJoL2+AqtutoTA28hMqb0mxvoD8nPk7jms+TrWYI7ga46Vm80sN865sImB42uu0iu+0vZfh7l4s2KXQzjq4XKkoJU8QkKEd/a7dvVzm6UtLsDlbZpbj6UVmUvGToCE2utPeiHMrMjsxyWHNplzZSwCxDYAWEn4lu7OtWn/k9ZRnoxjtQdgZrvwfz2EI+bKZ9c28yKXrDef7PKTqENSPygzrY8JSXquB8fvM8vr8BBvR2i2j9IzfScEnV7wZHMUmNS1gftxn/uYkCZW3LYjJqWmp+ClOb5GI65TOWs67f0wv7Of3/8xSKEJ9bSAe03/MAHfABWE1U59iHGqAR+z8pzii7Gnq1KG352gXPy4hxId62s2s9YrOw7yu/35lHJ3vy5YdzeOPEm1z/7HnE0juGPys+1mjAoq3Xp65nM/QRtFaqN7+HK+WbftjzepF6Py5vnerjRw9nJ2DrzeRYcuQQf38rlKUz4pmCBx8bxlfwW4ILb3zIHoOZ/gRk0bIBBNJ5A82EVQjpjIB3WKkVqYxGgglNvwXXVAfdjCIKDzzIU1vDEdB8tz6gOiz3nmWBy+EIE/3rfYQvGwwO6LZuRBQP905L6qq30JUnAA59AfETVBZCXQQ6AHADv1Szf4oDr90VklWLzfZ0nwrHxdYiPuxJpg22jyyk+zjy9wjXPRepyAjMUgm52M6HWO2jwAgcjLyc0NyeenWCQ9HiEb1AQAyFrE8l8krPrFhCY0rRHTmHCsZsExBYkVM0ItCLQSYMOKa7QNqVIEM/QVJDQPvVJJY9FAIJX3vWYc6wqDA/AQ+QBW6nack4maDbKRIS1/UhlTQuD0PUh5wKFaGBR2430o0D13ugM8d0Kp0f5iVk+y+Jk7ukA7CDh+ej1kZizr3dblVpRvobyblzzrZItZtE10wgC1nqGwMyuSqPJWDyyDUGWbQcw8K6WnENGvTKl5FRLv6xxffz8JaOGyu5pMYQDcisvx+qoUvYPY9W3idAR5F3P2jxW/789o1zmnjMyoMuBlKFJ7JQi7lXibDTzEHjrb+2ov/AZkINx4+cwDBIFGYiCWekCfPx9OLxIR03dNk9dnsRFOOJwmYdZuCo9+SkB4fx0Qu0QBnnHGzaXTbP5hT/REwfImsWM2SN6U3bbhi8q4QA8CGpNbJo4dLKsnaf+SHEwfbPeLHJLpFw6OoaBeoT3m5kyF1Me5GlT8eMM/KKrHwdWrD5vgtpvNhbMPC4DXYsR93omlwavuLLFpCzkQDbnbDaO+wZLnEwvjhyD58o9zg39ueano9OM5vGIY0+ng3RVIOsR1JoKYs+aYF4FXE2bsakYjfgy0tWTaGGKuiPtkVqPnC2Fw1/s4HuhC7OMS6d5hwQGFyihuvlS1rhEl228h/Jcc6YASOzQ+hRal1aYcC0697WooQ0bXkg/i3QZFTE/TrQ1chIpgTTdEYegkiz5Cjr+G30Cdc5/K07xSPtvkkguEJVQUTFzfjyFbuyZw9OGxESbJ5rUB3NXusO1uCO45K5CKJxUWBym55+nqHep97ptVUCCUgdWyk4giiMuv1mQScvMucDEICBotEimEFMWeN8O4t003DRbcZgPqB0AWBS0I/OlDOpLIzJhjHBalaofwscmuNpcWRXpVXzREG5KKLZrcwphvlYvkF/zd18jtygyrHk0eFrorT5Aci0KnKnz/9o9AQDQAUQAKgDMzPkS4AbgDmAB8ADADoeAvzuOZWnueE5357990LyCVcDbq8iVxfwYjGtpo0txns0KJv7kCTt4ZGkRFx2IEa9z26X1b69tt4w57heM7g97YJtCzD+b0KD0dF5GP2AIiwdGUyeyCeOsTX0880gjvLbmikqpwY0W80S8SRLN4hecuxAXKTkbdeD/jKKeo0whv3hDa2zXitSJ4XDkkqFjvTEyOLFZZs10rmsZtQ8OaJierkWjS6EAoer4+XOEX85Ie0XyMj/N5+3LT6gJ45bAeKb3PNG7TVbLE2BZe/ClKW+vVkEjYkUre/zgwqqaWM0yuFa3zZ1gjvsKvYiuIXa0UZfR67BCNxFovGFTb9rzCMsAAAAAAAAAAAAAAAAAQA4Eddjxiu44AgUFCxasHXVgwYIFa8clKCjLo3/JMjVMXAyZG3MdbpjFgy8eTNvHHf8UE0c+FyPq32pUIaPEeAYYYgq8+MV0T13jFnPc4xFPwuUHT4T4es8bwVBTHXFTc4KnIsqDPEy84VcnAG3g0RaMTjDlPC/JJDd3w4YpdBBh2GASujIrag4mTGuODBTMBzcmO6G0JqYOCimtOjsRT4xtOiAzFGFKN+nL0nDB5FGtDuFwus7RPUsLnCXPKwz1wSk2msHVKy2ArlDeyzUSoZEe2eh313FNUSKT2hk23nVX776tJB5gNV8+c2v524h+fDEG3+9foulDyU1cwrygh2QVC7x5JdM/YaGVx3vLVi6XvV6KvTTZi5raX/lH+/2hqo9Z9Rf/hIbWcJUk/YKNTlEAo5fK6oFN88s2oqMeUtY63RTdOCRKkrSDGkkF+zkjcRnM6zQeGHrEMabC21Blw0xNNFUS4oSsZOk7BcEwMiB0ETiFDTW6LBg7YKDX8UGngiROXLDYVoknQEbsRE/ZQLsHNfpIQiTHmTMi+BP43wuAxvFm+IM7+iewwo1QvYWbys4FNsqDcHh7MfsXXrWiJtJZXE/tEnULQSbZYVJIMaHAJF32fGNYx9kB0vtInA/ZCvJAmF8xmiMFyEhQ5D1GyCgxvs/0Hdi+DBo0aNAsS6TSkaBi8E7P8ZIiESuwlfTxarf13xiqYfCTpuQlfZclU/dhihRNm8aLPtDKpv1vNk/GPMdSp1JTqQupF6mr1HXqNjX33HsePU8pVTuAZ6sBD94so4Z+NPOh/yozAFo7v7xWr2AZRorsCkUJwJufNio5YrUJBEEQBLGqAoK0UesRhCebK1YTAAAAAKwWBwb47j8AwABTjeIPvtVDxGYs0JC6PEqPKBcPWg612RYa5YAWfuwc7jjGyCUgjxRa51TwBiKg+Fg1QF6tP2j1JZ4k0iAgmdbCh+dhZolInhEx5ULHQjTeFFj6nzoT0+fDh4hAG6CW89oCKqYwDMMwDMOAgICAMAzn7rX5t5ullxY6Rgh9+9RHFP5xXBbzTSSGCQFzXJXklZibdue7rf9FA88Kz+csMaTdvTspJ4oRs/lk0K51LwRQ+aEDzXVnCjqABWzF9BjA8ypKTRYzRRo/oxXGAWbzABiYl1Se3IQIGxxwBFAldpFTJl4s/VFZP6GKrBB3cR0JTAlPYQdLQrxWGvHQVUa/sdQwHCGwftPTOQCcE0SZbrig8EWjX4zRvwXNrzu1XrIKuXt0bdVmxUsWKVvt/JiX+VN2VQCPdJzEbM+v95MDi8mSbyY6q2FChwzMqNHUhItHhe7iZPPihJO1bnGik31lfvHEzwEr1UegZWGhpwaZT8xxXxnAtELt2tdScYFQEbZuetdt0HSY2NfhpjufqBRpCucej4Hdt0IR+7SCpyKWN+/4CW7QcRv66nn8LFF3uf8Wrel0ROVZLs9mJAsSZVdQMhjA4faHwyUc79/xy/9ij3+8KXmsK/Pgg+8dD+s3BLGMmn/yYFUZt3i6bVXGdQ+7pYqr4+JIAlQDR5JyHOM4niRrZr4/zowajGhjhPt3uFQ11XGCRV+2OwZLTF774TsD/8Tj0DGH/x/3UuQ0TM+QNu8aspmsKaR4ddd4wmMS5FQgKN+0UDriAkvxRj5pAD3WWBlHDGQO7L4SOoWCi6Fng0KKMOTFKuZxIJMTCSxiBIe6CPnEfgWWwZTMawwJ/9PBDutIwk0lEql7/RJDQvFOKUiCUB6kObczkzPGkQm2uYahGsejRO1l/1sUIZ9e2Y5SQBWr+RR7uDY6+FPelSHT1iIcanDgWDkGB47dugkhQkP3GqDpml3leKEqrvjmvchW42SL264bo7bjrUwte5bT1jBRHbokuBQM/ZTOpWMVG7ZeTixp8fQdj8x2lrTp3WTSYqHgGNjNJBDmgqNifkDICUXklYWQtSwiulIErJ79pmVfwsAhB2oH/RbG7OxQUVaPlRjP7SJ28qABz+/wtLZSDMWydXngjhxYBgdxXb46TB7UlE3+IObANPGJJYJMSItm4CfNmk7EZS4UIT/SqqmyybYNQWIaeOrSrYMAKEN37lB7cqRoClIiR5C3hVSw5jv2kBC759KuVAe7pvdSsfWXwBIyh7+qCdOcJ7HMHRFctKmHKNY8KDhvw8ECLLrUFbOgDuw9VimDh0f/XXpUicmIP6uiCbH78fxxRpGTkiKoIEm50ASlA0tDfpLlxexiG+eKQwX0fmPvbrrisMk7jVgPo6zND5DqDuyzk8QcIJ6n1gtDmtknfiB6N7NZ0X4KOEdxrEXAm30anxS46dJHxAelWu+a8zvCfSFyv4BKpW/HrjC65Q7/BmtDIZhmF4XuK4iLLPMyEwmxAcFpKaSGCKveDrrJrjvgHA4mqa3OYrdtmBGcEafm45P1EA5iLn0jkUfnkaiFFJ2gD9XE1RA+wsD5HJlS7RQpdwD+rJ4XgQe3Cn6XQUJ/A7b6DkOwzaTJFzTY5i9trPxu3ka1xz65213YT9AIyQOcbOejEjfV9nKsIbr1ITsOQqVnOnCAjavI5Phcjk5wAuR1EiPezaDwmgVyWudV6Az72plkqNv1BVdZ7FKQATER1dwNTodOzt4x5VzTH4sKb2030mjR7fvKPNvEdvT24yRziWkc5fY5DJ4cfEi3dhm14pi1b48UtXx5N/5sV3lsvTKzhFxZClwdk4NWad+FNu30jv6ss9qYt0MMOlyKCrzcT5cn/y+KeUIVyKUMRJv8JbUreGtECzZ6TUResyHWyWhiCjAymNEJ1t2eq9Z6RtoUh996Xg94A8+yOXzdQxNfwfFVNtnVqbdk1nyr1xj6eC0AHMjCpkmchvrgU4G7ouHASAfRfafLrC34L0bmk/0yw/X+2jflkx3P5IkePLV7OjBeOp+fzzv6qkeTBka0ptywXiXu18Q1PVXWsW2z9Sh5CXzb8cTb0u53SbL2ZUXJgUftbJfNaELAH0MBh1Xt5lH7Y9tKH0LEI1aSwz+bNaN0LKcQJrwpqqY6NreGRJ3n59/qymDrjRMG8lGjcHFddhVMQG6S0rZk2VoxrVMZ1eo20tATQWVXNiYSaH1YYrmkKrAdVj/I5iD+EzN5sv3P+0MdNR55d8Z8rx3riSm3sw7JDKSztwedHOBb527+xjxOkVuhEXkBYM9J57Pi4OjlJkhIOTmsKt5JdY6ry1RxfxwO5f72zeEb+pWue2lGNmoxViwWkrYOYJS9jzU10v4izlJbYpWbuUDWPdpKrFXDnTPDCCBbJLJSeaOSpTsq68fJfHI0eTCZ0BLL3DzJXbhwd6/WjnmarqmTt8QJ8sORYzb/OHmggfet3icxPryfrMBJ9/xTplQGUoqBaboFewxyUXA223bKpca8vkhZGHr35d3NXl8woOHbjweGYWhK8pZ309BgblT2nnmOXjSuCwUqvOKhoxI+YoTJwmOFuSHfOMWWjrq0A+Zat75SEUn0kFOttRRTWf04OVG0kd0SsFUPl8OFdbOhgUdNFoYLqHoF/MQ7icZfvQOf1hLVjql1l3D6bR3B6C41aq77WA2Wmr506oieol+LrDV2V293iCRablXztgKTlCVZRBEGn+coE+8NF9iwp2ZcWXJQrO+TolO2L/oNAMPuWjQkELpoYe1gY8CHzE/ZiRJqioBZ1s2XCBEwm1wvxkQ5d+UMRR5lMcUYt0LRCmTVbL+qJ4xmtfyblytjrCNfc7oekE0H7AQH2eS2kfmgBy/krNHN25wxw98eoglzSZjPb1Dx0uXjJWHd6pd5Wmlh1C2hRs9uS7kyFyYhxHN0Xpus5WqW5YQIBDKaOq4acdAnaf1+31+QtQ9TZNd3wkX/wjjtSKTY27teJOd7SWZbHXftSWACw+uRxhCruISFran5ASbLdO/LvIc8XMzHCwFnDkFu92yLallxyp/wHwHoPLx4vqsIntvnYCm2zROGPvFMW0oq1YVbr9dpwf26C3SNeGTQfQHqOuXLBxIidRP0tNgfGa9HvdA9crFu35Hd3CvaIb2SXgRbZploUlzcGIRbfsOYxuhwo0OnUPDQc9NuLLjn+8kefMvPTrM/uSS22/PXooyRpvMbvdHT5BhMU0O8ojvAVh1+vSiBGtzM8Ndje6xZ8/Tm0JfwtAasrYkC0TwxDvDDk0ICv7jRRb1i2RdSkLWi04F2J55yNrQOfYseQVZTzFliVe7R/43KozGr8n1tZkrd0go6AHQRs/mYwI4E8J7eesnZgqsN9jN/5Rzw+EY6cAr+lSZgm4b4/VuzSLsRiD14yRYBjTEfI5IHF1qjSGM9K3j0X3ggwPNIaW4q4V5oSNJavL3gvtY9Q7FBkiLOLmIMF0gpdpR3OvcdudCf3gsMwPQe7/YlIcu3cAC2bguhR3OBhAzLDDIgaOzNN061ks8QBXWZFcOkCuqzutinQtOwn2X57Zt3WO311M4acIJqdNUIAgP7MlNB4x1fPDTcxK7n4JD3aybowfGyl5/xlWLurYQ9INgTKmubDQQEyUO0c37aXhdxLWeAWa3VRthrVehckp7F75emQHHhb76wzPHq+3d30oZxMd9SWgWgN2YWJZhksUMsmJWBiT2YgmREpZgiJmNuXrGbk/p7cCpOLa0jKfjOO/AoCl6URDkrUakfPmf179uU2vuau0S6xdbXJZQ05RrsGkVw9LgR3TtO0E4A+qJFIXBtWsB8xoZvuIQyD5AVU2RwO7BuI+lMBLm3x457mW7StGJ4R/oojUEa2AmWoswLZknux5W8KmXSntTNGUzwz1BFEny0RH1r3wvwDlcF9qKG4jFo6UCnUUcGVDjIENDdphulamYOFcBkuvz1o5b54oxyXcN3LHsKMfr7xLiizyWEcD8RVlUyliNXXcMIACMpZ1oOF+n8iNE4QKe4dOg3sywEzGjjVQEMV2jWV+iKzT6jxuz9mZyxuKL8uozNtQzLMcIygQSnR6TO3Vxd50rYWgAE8SwH8HGud9/n+dXKukbKN/WEyKZ87AxHqu/QoI1AIuxVKfyYEVR6YmIwE2NJIeggwIEjETqqQNFO6G+WZBhhJAVjuGtDGzA+zvW/mONqkag5r0twJm8z7Qw4gcqPNgdNBGpCPjACiILhEIuEM1e2NVJhg63aN5GAsf/EEbyh6FcRkCg2dYDYdlxUdee8StUMnxc84ObB+t2BA+d6jJOQrTGBz5hiW/SCoStniAnZyiCLbPK+V/Gd52xFFudFadHKMW9RC/xG7w4k8KqCG7CqcK4ArxRM6FAIlS2P9xWJurTdcr2DoaP8Q7+jc5atPJhG6Dp7xk5m5RZZXi9J0gHf+m6O3QR4FdVLmVgx5CtUbSapyPA6Q9hQfNEyXcfEHZ6gSYn7iQ76Qw67bXzt4bzPzoMdONeRS3WuTNnF2iuDdb7GGmvbKlizGY31osfFi+8/ge/z7/F9/j19j1v4Xl64dl+SKX7DvUq9blYn95tiXhjTRIadPXlJIyjX7YtdA7DLd9jlO9qhht1i2Ozs+5GR84ycZ8rYikxvSa2IWcw963Dy6BZwzoe8UeOFI0Y8MS4ATXvsu8VPpm16Vz6UMz7w+ZJ7AuXPv6n1wXXBOA4/Yo3RbNFZ7DtyZfKX7Hf0EfmBPTDesKkoPBSROzbR4WnYGOCXpMQ6AMJb56VOo4LhgaOuUIxmWlhBWFgpq7cIh6TRXcESqHeUZF0IoPEkOAh6WRQT7Fhn2Mo/oKOY0nczrZdN6JSVKgkJcKeWQNGnQuM73SByPu8USTLczSrAAVhHauOY0EeFhbbLRdYUjAeGqsxdZZBxs242jeTSJwlxuLQoLaYUnDZBBwGhK68lRNlkR9VhEkidS4ThwSAhjWPP2VUkuV9sgCvHwGbQ3cEyez8GGBsV+YrUeulpXBFyCIGOhQAHc9D39lfzpchDrVLdckG3YkN9jIemhodwffsQ3sPYIyIUf19zJTdhnCzploEAWz5UBzHYpFZRBx8EHgwcN1rnnXGV0ATcq90ZHDWv/7z/cKbf9C/bv1P5s/ZbSt0z/9ut8k32W+rP/CeNGO9/n8JPK0DK2l+0je9bNzZTSyfrVEZZIgqwyUBI+KTLYId42DKT7yOEoIcHkQFvCgGy1chW1KXHjqHnXm7U7CIZBlz+7zLu+JdG7laFWH4ojN8kcFnUpmMo5x6U6gx+VBfYMPuVm+6AgQTEIJ8GrWc49YdC8zE2Eed/cJFW+u542448lvT3kaXmewAcW3ciYZx4m7V08y2Fz3aINvdPe6GL/rxdZ0vsgDGvDzBi1TWtRaPa1iWI4ZsbfrkGpkllZU1Wg0HDRp/TKvEZKj77XVb1CD73WMKQAud9t9Ucd0igwJ5PqvJqhZWoquxpWFhYm+IMDAYTB3z2D60T8mTZJodye9wRUg+GE31llHijnARX2voK7JxVoXpQaRavYPukWOghUlLPAmvqltkUogr7fGskw3xJzqWqyZqh9M0abZsXeWhQmCWcpRJ2PFjGkVjpsCK8f3IpvT5LZFr7cKQzZv4q5pQQXhzWeBF3kHza2okestsBtc5rZy1faKnQvfpIFSuzcqlOyKRSUnWJlcBYQHmTnZFkME8KUkVHMgyjMBkhHDV/rRwiBt3cJt87V8oN1JiGu41tedkhP9ASdUGLa4zMssRqa/utNGg4uASlSiCDQzO6cAFgssq201d3xHMQ5w6TeHiEAr+vc6OB9F9wINbbCzTj6SQekVxabvyDynm8kn+WQnxm3Nv1BW4qSYhV3JZ3lTk+gmdmKYLoniDR8q6Kw8VI4qLKjCECFA69zAUiFG0pLNlH/TEOgXeiaOlDzB/oynRfEJauBHJdr625MubykRQpI/RG/9lKW/1mfqgy8LrvCNRnFIdeLOFDWZI004SZJLysAZykQ79sp/JgmYQjTlMq704E450dveunuM5/WCwW+V096sdoUksPs3ClY3iHKzajRiMmKr87Lx9skPBYPDE23zzRFl4TtPE6jwgukT/gNugaTpdfJgtqTld6WNNm/Kwf6PLZUvcbrZLbCSh/4VdjWOpVhChfV6IiUVMznsUhmDZc9NHczhzSjL8SEhr0lha+RZEohYACasKIasSo/J4WT5XeuMJyMThGYk4RnGkcDIOROpKpW/D1Iujpn9BV36ujXOLFI72Zxl6p+5EEl6yzgMbkpSw0PXChdV/4XnKYCUqC99ok9XJPRlIrrLCzMNmGRMJfw0BuwDqf975Bh38I/2Eq1TYDB1TF2+VOPNR1xPjWLbHQdI4eNypWaaFQ9BB3NByXOGQpHlENWz50Y86QziQEoAnyOt5eb3SqqV2DE5X0epQgR1/Qkp0agK9q3J2EJQhseitGGvJDR0nQT3B/WAtSxOswCVIdCjI+cfSbIDZM0xRZc3+jWhrJwo5X0wulGy2xeer1q3kEyN7vUJRqCRN1lJOYP9GtOI/UUMubbp0KEvZCFNU6vcLEq9ew04zmM0vFYGZQ1viy8Cqj/LLAq6BST5eOtntSj8vHPA5JCxRPFKCMeTiCr6/9wQpPSONlK4ofGKbVXdZco65XIriAxjyVHyGRHzaovxZVGLbFYLuERXa4COIqtVeVSDGcCBW8skBdrDvyYOHDXr8myG4SHq9YbcC047QI++BYiXTT90dySMPcQ0MRbKP95Q3xQPuQyWVkylFOX7kRDst3sFaUGDCuuWxZyLqNnMCz5OPkxuQRlRzPUxA2JQsVTuD38172BUd0JPsvGqTfiLCgeAJRDSAXiirqvGI8yXHyISh8AVlp8thSs8nNyVW9F1c026CPvgt3L+6vYY/2ZB3L4n9RgxBbpoivZLLPGNvLvNUDoE3d48JcNdfnMQAino6plMVHzAAZ5QCAI0Z5ZOfrN2xyRkNVFRKp1YeSk1d8FVRm9N3NXAXp33+waginqADLx/HAUOzBkwLwFv9d9PTmgj4XsKyWdBIStSosZ6NxVw9DQoS4iOtN8lTxSIjS6kd5N5qokRh4UtisWoufcrHPYkFg1qbIuL852n2ZIUCwBZOAHB1vbAF4X2v21+rh4hs4Rq/j3e2c2/tD4Rc1WI8tvfVnG+s2DL5KYz0BfXkdUIUAOfdGsaU3QslgO60P24QKXgCL34Ce+E3+G3wIH+KoE/+buDee7Mdv+mH7ab0yhG/i4SJ1XD6hnW0L5yIXUHOVVDQ0loncwXoW67/hky9PwIvlejTh3L7d7uW0NfinAU0SJ2jHTYVX59HYKpY3P3ddPPmKju5Iono6kkiCsP2t26V5fItBpu2T2/gSFE9Cm0T0q/MBoG5x73Pc8zv2aA9L3OkcZrUJ8x4QrLYt51vtshc7c8EyvsFMaYglalNLaNAgHUToUvzAU8o537MzgDNnzfCKo8hTrT9Rn7sJl/irY7d7RdW6olmiYhiN/wNx8Y8mkSOFeLsl8IcjvVmZvJX3Q+6cRg50MwebG7q1cJwRgqa50TQSKRGGr626rynbqFPZ0Kn+YLdmKK0v7neJSboLCY7hSYnSkcH1qRSa2jrj1vmhCX91W5yGWQBI1xLYSdoaPdxpJcpxbV2UIPHLW91G+w1sJJQL1i1KABRwIhM16UyPNkwwhCLfY4QSQwCE4gaPRWm5/M9BCtNYVF46PjBgBBl4XbSf3a5Be5/m2WA0XMJrB4G4hBtU6hkf4vZG+EsB7tb7qmZqhlA9t+7hFpSS++XIrWeiVuk61acaMiXKqJAEGMqvBYmveF+r6qe9riKW3aJbWCe/rT23uskujmyrNi2GfFwM1FX9bv83Nc2mgfAdBvs2sIImOdn6trFWQCyLNd8GdYa2puffuM/PuACvn9BHx0TGF7rpFC8t8dFvi4eNpIe4nDw3nV/P6ECV7QiwHp01Mt6ttAFEqa4TdxXKa0P6y7dRYRVOoQJCJWeEEeS7SVNYQBFcmOZCxbF9uELSTlCVXCTJEEeEoF+Ig0SGZc0HG6Ng+9KhQUcGQZ+3CEJIx7qsKl5czL8RcKMsHlw8pjSjGRRhmDSUtcp4Yb8HLCsm2W26jc1MZy/ppb8tOmXPJZe7vTQG1wjXAMUd5vbweWZThda0Bk7GdeIBSOUz2hj3Ydv1zNfZM3qW3ci+0Bd6FrImZJXa/ZuPMIfIHSQbJFIWaaD8Z8ZQeOm/nbxsXeBoHQM+c7TgSFuzAPxkUVmTcqN3wXICFcdnp8HYxwkOcE0QA/KRMaOexsGQHW597vwMF1PgTyzYumR96r8o9bAS6HHb6+y2FTcNhBueHYbUsdtm/bxRnt0TRRzKDhF/MKCfYXEaSdZ3t9GabWhzZP+STCUVROr2aWLJ9teuF3i1uUJTscPp83QBZoQ/UmmsHIZi19ztSxGOFKEQQlKeTnQ5pHGpe6xWkV2my9kke0/vex8utTtekk1ogmbi9mnCZPtr1wu8eniFpro8fZ4uYCNYYr9e7GjaQ4T5dpclBuofh1fF//0qRBH+oAT5rEfEXud5zTw4W83sEl1ajKuejWnc2ziP/ziVavHWJ/H26Y0DvMspHNMIPzwvA1BgJeGGm56AKDjTKd3S0/ZKaBgnTQcoH16W7Eww2L8dz9Hh9CxJbPQAmu/bJZ2kyKaToSFqzTLBjml+e888v1jlH/NHtGugl5C/BjeYtwNhvd/Xnp0sr9uhewoMcUPuNSIsmU9Lm32moHndmq8IAUe5Ix81Mqg1pLG+f2UJjf7tYFptuLKZu0t8smJ4y7RIXBTLputuoAkITUEyjevJ/DLRACZKtHBB2B1LPu82zrgoxV07GzMDCSZZ0JtFItveKyeeeoYJIEwEyTSuq/ry3kO69QLSi7/OuDTtLkXfPuM44Gt0v4dFuC53G9EhoCV4j3YvnKWi+0SdYi0J9UKmIQzUMjxCdmAzxXCJS/UpuT+vUsaKQqEciX2iccpQnria+4rB4PT2KkCNNSjFITJJVwJTe8weLJgvKGL+1SrM05Z4mmjdpKzewgFItfheAIROk83OEIkUKKiXA0chbOqjHoWWKocLKVaxn7qawVHugaM0lTSluI1hAJzkaSLOpKLdDrt3nl4vEBUjdrOqNUt0Sf8KNKRXvRXOsAdhF87xuClUxqFC4qe/2DsJhWB5m3GAliiDhxSDmVRBRRIjYw5O3lPpkK/NWoxNzK+LqtW6WjeveJLCxEndTEAYbb+naiVF+tFK/NNiRiwJeNRCk1V8hzzCVOblplnxCcqx5gbPYYwIl1d0yBObO8oEflGnhBYR7qSFMrtMyXjE8YLYTfhhemdqBmQAT0RsiRgGpBaaE1hMi41eERzSm2Mae4R55GbKjyKkDR4V7Qv+xjF8lZMR44xhLYl+ZugSLS563+aRNkQ2MRSebc3c4j9ShFVHvPkPV1GDk6G21GoTGhghHyUIA1gGYghDoBgUgQAqCRUCCfp/Gh1wQBAN9UkSko0SJEsl14MEDsKFxXMXx6CYlkL0secPKujaqpewuGojuJEq9Z6pMfeZqHu5mSDr+pMgAim07dWq25IkghJ7/Yz6a7ZLjCouLFBQgIPvmJXRHmjPg8EBOuAdaRTwGQvE7UWKAfHq6tQINBnZSB+7VjppkKZ6wlNSUlKe1G1gyCAIP8rIoVgvLW018roRLGkHwpQF6LMYKTahOdWPVLcMhyusy/XRBCZ6AqZKyKPIEnI8ZTpfoDKib8xBH4J+HkPyCAsFAQZMzogL2Ko6IERZ0wngcgSWUkglUl+BkC7qYPFRwFJ3WLg/fDceR6ywN8s5+aEnj7asbWmOujbWOc3NSR5pJZdGvhYsCRWZxdkEPbvZ0DWo1KzbgKZOCGMuBCUnJK24NHE1JTwacUIoGlmWsMrzbJMevquL4TsifJfNdf6MkENrBuDz9j5D1ux1XmL0r7ktXc/VAjojlUuxYoTHEmLMhN/8yI+FL23zOW4tu64eJx/VITvsM65xzyE8UlIGTG44yDc0FwlLkmX+Zm9eKGz0RuPP+fcyKNJr/a39yUmV8JqfAm/488FvDS7N2QsIplbPVc1CPO+RWopPvlUv2/z3OSx3P6X0Gf+ExB1Svl/nv00WvqCJRkI6c4oZyW1S5kigER0NwgSHeUP85ypfhw4Pr3t5h9+3wN/cnHy51Y+49zV+NR+VP8iPusXxND8ENqexXDKs4YRlSyk/xTlVGUtrKemyrFAsN9CnDzZ1NBWPt+18/b7aR9BIIotwgO94s7OanFrQIrFeBC4zdx5VLIx+UYUFCjNcHtkgWGI/pSNb47MvqFn2fO1aNYVW26TSRS8zstqRQWRiEQbhPtUBPohDKTb3bsp424iZRwh8bPy/toLigrYUTrHGM+Vpm9E+Ixq0D0bEmWUO8NFJBcMH3hsd5VY+8V5MYYd9pCTZUb9agxPN2FSjOOJYX1Hw5hj8aTwQivB4QJkVxjknzTmZwSHGOBSLeBHMpRULLXIOKZwTNEoP6aT8wxtvee0BMLQs4bWusNneQbHvlgvUqFRdVMF+G3Zjf3rk4hRUO65yTQspvfSj73D/kH2TlOqifkYfsz1F1dUN9oAvr4KiOaPI1zVZchUpcUuTLtv+xGFWgBQ1OuzRSHFEKydRLa7UqgzRXMglKxGCXrDAUiiOWbGjPQYnRYYlDygiAKbQRRFUIS/YBRKLAf2Ea636wG1R2lvJHwslrtPPJZFd9T+Fm8Qpr0kvlT2ZrfK7+cStPk9+Vu3Uzs4Vb5fXUsmTySprMkv5TvqqvMk8BZuEKQttkaZKKnwyXAV1g5AKmAxQfh2/TkkStIbohIYA2BDONxOCJuAhQAIcft7oqxmhJIAzZGVD0F2PY7F6H9kMexgKbeY7UxWa+QUWlFl8tDcUL+xxbFHldTkueyxvLO/L+8n+8Ci7+ZO3Kw52P0Fr7LbnO5RdW1l/cRLWXVRBeTT4rAtJRLtu3NGMptTObpo048b5Y7OPPDzEs93+8U4XfL6opvws8uYt3dxgQfgZ3t06yMd8fVRGXyP/yG3gUs0dwKC5G7CQYeQda2kKJvA1D9gpECQrRnHJboDASoqZdGFeVqFdLFaDatS8Sb04hR6phlYKuvp76Ab94knaRsDACCYen89InoBtS3gBNj4YFxxwsfn4Trj5cAFf3vr5o0c4drQ6JL5TJ8dUYZBC2eSgb5rnctmx5nex8j1Ye8R42+XiJHZUlzIs3sm/+ZYuz+ffwSNbxbimM35mYGSpcoQR77pHZj2zXDv7gh+OMBK/xEiH+SWVEGg8kb6Ir4UfgGl2J8EK8AMQGHktA1jNYrp3i+XCiSNfsEMCYwIqp+YWfjpz4iuElDQcS6DQNf+zGrbjZ3RJPwX//icALdKiGRi54pEPfq9/iuaXgNJ+bAE3aqELOTGnVJhUsJc8qjHUNwTgy15JF2WPayJ/ZYcvMCVIoQXyjJTNiw5eW+d1ezeBSytirp06QjSeKKjQiw9Rke8COlvhJVYfTDCcmuaRF/Spy1hVEGzUFBcX6oU1GYefFLph8HRQ1x6YnW4FXfvFmYPQlHWXAVtbCOo1kLVVMGm4oqoJzYeb+arQNwgqZBFQwchW7KsTzMlx/0XumgXjAa88IxPFFVNwfOZw9Pa9cIVshVAdFeEhEIXeheQQGtbFHYHTJqpC0G/RzNqJUFRRb6f9xLUTSROw0umisUypcqS0X6u8E+3FuzOuoUnI5n4nXkGAc5rhSZHtghOYtNXFM9evM9zkzb4wvnfkwvhekgvje0beom9wYXxXZDhlEwoUeYEpn/IJk5rA+5PZv/jtvmj64otUDdwiOiIDJDuMlZgUFkGQX1IAtYyC5hQsWLBEKSsRFilLRK1xxuevoVSOnylKBnf7aJd0UdqMIA+jbk5zMd8Z3YP9hfE9JY4t7zF7JbWNCrqbgcCU7tz2HiSbtRUbWUy8nqcCrrH2RT7awbiPmHHhnKaTFPutrRyZMIwjjlDTakkd6kN5IKt2+AuIg+YDSDImKIDQIf3QYwVHwsaHK0WHf41utoVyQJfbTptnziNQoR4nEOwnrEp7fIEE1+qEALN/TpwJBdz6nDg5jdOVAGm5Q7ahaTZB705T0AMefdSFOSLTniSPdjvCXiVtYkn9FlZrqtIyO7wx467L172eDBFqY6IGDQ68UtCePAzYkhGpM6yVN0nc3kORBPQuROBnQubtjlAnY4tntad93BO47+WCYTv5HUF3ccH5cqQqcHRTfctv6HJnmJBCr5T9YA8NGHIPH8EXhZ+dk2sDa4SOZ4LnfGiS+6pPYZIfrdPPMTpcGdCIaZU7hf8ZsxwyVJg1AL1p/wMxLb10aaECF+jrCC/rKsY4h1cI4Th/6SxW0pvXIBpJsD/tWCACb4v+QFk/9TCrA9lWcExZn8kiQlm5y+khdjwT35wU5ElOTM4QEWWI4vFJhN+MfkEo+PwJwLQvb4dvEqvOmot29rWvkKuDVTE+fJ2yJfD2a2x6dN5tpBwO6WBa1lxDwa+Bw8dh5VMpgyh8jNf3BxCGkL6gM+Y/+aH/PZ/tqxst2PDhfgYqGcpnKaLiXLXNOveTPl/MGrSK+5BOJxX8IIBgCP/N2w1oaDUBNRUZ3RTEs01NPvvDFoWetpf/3oXsappEZDrcx4SmMunY1TyOMG5vfiUBuIIXz3PVlizGOHz8ZTpdw/9lcr8JlYW65Sk8w+WUvDpnuTElioo9LpNLn9L0KU1n8lN1xVAiAGwzKAAcr4JuBNhadBxMjnOc0zkGndPASSqFqwqBWE9gMsaHT2x0IPYDJKJds4Xigd6xFWvLzGGiTjAHFrSJAwGVbqV2KyO6sgnNIQdAkmK9WUtCT1YvAgCwNZZ8LHN3Dgf2KXqmsxifTcnAjP9V/0XjHV9XO9N4/ddq8elj5P/Zn7+e5a6bLRCgsSykHohVSQcnbAk+Eo8W8+FDeq5vVM0OXFgW3qZV0+r9PJT8LK/uMYgvav5d8M/5RpmwYgSVB8tpSRbmYkMLJrn0nMj4NrIqwc+Zqwzj+No5aDSdDQQ3DPem0XP6h7nOkSNmnOosCIUt+MipvbmTG+XBJYYD8X4yby1cD1MQs2aO0BB4j/MQ1jnuM3cIjOsJm8zCZZ5jPkYvL1lnWUzTwuCcdWSNaSyZBB2k/eVSxwwYapYVWiI9spEAFZTt1U/g7X0EA0q//vdGypAZClQHM9ljQcCKJRk79HlZvWCaL7BseeuP42AjmF1Mm4Fv85Hh1yksyEwKCgSsBaThTQHQNP6VOBN+6SxbWITqPp6VM3r40GC/IMcby3a0QFQLOX8BNtB/uFINXnMl81jXu02zcnsDJ/C28WVPZze7MCRyb4YCDnK/miIPFrx/m8zWdUKMNHXjiK1BW2cEQnNoXm8AIbYjhstC3W5w7n3GDNW7uuEUzLirhpiwR4xQ7/JjGtIHAkiLeKVq2FbVqqVrpC5vYDDboDCNC/MQfgP1YCwU57uC3BMgYetUzOHqZBTE1c/k1ednBpX5LD0+A+cLtdvL1Pbhll/SJB4Tm/kDbENSh4OYtuSlG+qtsdXNVaPjUQOcsPIxLnLADLGxbSQwE7nI1VzkAiqp5CEGmHi3xObC/6gkcpXkaNreEAJEIuB5CjKhedUj4/Sv0niIKOT2qBaG2XfIhtu4a4hMxNf0NXEoJu0v1alltYHzxkPU+Fq/+59wrp10gvXg06X4ujmjWYpcw9SsfdrIrVOshyZMNN3M7JgNEcsDLGYP4N7r+9Yxp1C9gEiWNsw6U3B0k6tXdFyQnWfHc2xRhwfGntlLjDayTEGCpUTgwcGtq7RUmNQbvH52YUKlsHDUtfmBQUEQlLEj76LXVA7zfVZ9S2FrvCdTBPHIc7Q7Jz9qB0TwN3/b4kTHahf+6ak/f/r5q5cWKggtbi9Q2IitbJ0gXImaFAlNqWGbjxDPHtpY13KQrfSJ3RAT8AO8Pajw795H0ZEVuwQGBr4NX388yiHniM0dL2wiyw6S76PdX673NsRBACGjAEtjScoHB2gWGuJmZZi+i6B7/H1TmkLIKDHGMU6fcs1Uu3SiXdlZMbztpLLy7IM21sFKa+XqYRN6g0Wgr+Y58iIs5UqfqO/QV6oZIFxdv3LctKt22gS71oRzwBfZBV8/ZGM6floKmKl1ItaztpnfG298YZ4uytDbfA6MW/x3KAWNbb47MVucE0+p8FoWpkY710a8KKsKY/VM8FyJ5EDAeTceZR5e9AWXi97XcPxZFPmkvnDKRPNW99JX0ZQexkPQ+/CRSjZv70gGZKwIqtfVO127q/qe7gCjEawTb7g2/TbesSwH3jV35YvIysGW9uMtTfcux2hdNHSk5aQzXG6ifPEnkf9NsKiXOzJYr3BSQ81lA8+zWAl84fnrvrc9cKULKTZRd5yqp7B21IR30ht6J53ViYI/E5YyABZD6/iSrhKtFC7LUIEFw/P26DL0oLegHb/Yi1wdsQ9yOVfpPjuaaRJnrkNazLF8lvH9Hfcaf8d28Q7ZPEADL1DAQeqJ65BwFeo5LUJqBjy4v3p0CDNQlQ67q3vYGItqADzjIMHfx/Y1kKc9aLvf39BW+R/jvxMf/FeD8MYB5hMU6wX0Xv+F0hA3eCUXDZSo7nxEysoOHpfFWM+gdSBexzoewg+OkfRSApzn1jzsogQNTQF0eVlNgltSaBAwX4NwM+Ht7/BGf0MHee9TIACJTvrdE9NBkd2fQsLEGwBT77ts6f6fDjjKHpudek5e+X0AvcDhPEBauBMqGDc8AP8M5EH89kurG7LECscP77/Js2LrAL1C/uUFu2UkI+wUxMxqWFpR982P5h9pBki6hGqmcC38J52/5615RvKPuVW6L/2dRmkspsavUGDDHTOrIjMUePrO1vUUvie4+YzuFCzYlAmONDOLxTnSwsNqqNxsIWyNiV7s6byGql9G4ezsQuUuo5tNHL1UvkPqdIwnMDiA/TvcYA4reKE3+qCXdqICPNEf1rCFO4xR/+XCHvOOAv1F4stKRtMH9AptjFZ6DJ0IQ4NkLKR/653FDyPzSrYGgxyDBWDQMoO0CxbaWdbYOm5Ww3aFmyzw39IWrT6R6Dy3y7N98RDseCie3PFQL8pjy8pdYqUZ5Zm9d1G6vHkoEl/Xsg1p3PSCtZOp1MVJNPZ6ycsGK0kxXA17E6n2AV6tQ2gNWUyvabGskyCRaTR4b8ibL69UDPYhBHIvsLIsiqRAcNF6GYu1BkcnMwpE2F9PBzA4GvJKwU1gXF/0F+JwFzzvGSL2jNx0Z1fheBKDm8hdy+gc9o5k5IZd1cdhxMaTu1xQscxc6BdqjG3uuHPUIgR5FZaf45iT3SSNv1WmxNIRgCdeC0ngUVM0aAx5NXLab4u8HRYEdtek5ibzuavD/tcl914id2WayuHRB65R0oeBwghRV6kELKFf38O3ja5UCV6nphRiPbhayTPB101er5xKKlds7vP8W8/VbDqrXPT07F2LmKmXSnen3cB2QWFv7GlglITGUwy/DG/nW3uhmIuARe/IJcNwwbfKgslFwEL/znL9Y2Bc+JJ/RYhSsFN72Kl2rDXqV8q+gXneqhUKvuKGutoB9bURAHzFnrpgAcnzYeb46KRQ+HqWs2ze16uOHqZsDh7+ZURxeIvJK/T9GPCn8F++Rv1GlQIRDCzwNZs7nrAT6m+0DvL/4ptS6TlatDYL0WiED/zmdFc984KeQrnnRfhQdfmewQ5t8DqMZdT6vrkNBY+9GziwPIxZLzdfVRGtPeFrItcmPc2HiHESHAUfJ+9oa3MOuejBF467yiEXgS6QupcsfIhu7B8Ev8ukcRCudvjx6parszwvP85K1VtzMw9z/uPTE+oQ84F19bweEvToWo5RiRwgKJ6HhS0qNPo46zF94HR9rpYvKh0ozLla5E5QTrk9e3T3oMhmjC7wQ0nqMQgat6x338xv330HNn1U8KawlFo9BkHjFgVubsjePR0u770L1eeg/7C1PyYTnM9644DJDH6I8AD0mQdOZtCxCbYWxSxo1E8L2UxtOTh4fwmwkC6vQr+fXbo09rK8ntI3hQ3J+y7A4kxdfpJ+iX4hgUuvkHfjFGB3s+8mf8DuxrveB6zDrT/CS1p/eUx+fFnSbJ/naFqcjCI2/VAOaH/niebKFR/UvEbiJ/otSAMfSTMwPy+ruJ90XtBbF2vtM7MKHGvhWoVthBzo9uHlLYGSfuMs0Uufz7yeZP3rx/oyQ4OA3pGfs6H5RPtqLxYBB7whPUcTfGKjRK+ML1kWAHlVT5DmcshuXCWFPN5xcNNebvfd19fp6hiClM4lAfTJlzbLYf1W6GP8V5dxRjjnAO7JjVuK4uEOfg2AlEany8S6xEIXMYogVRhLRbKUO4Vi6BRJFVkpgokjBFEL99exhYk4Cp67XsDEZNJApY4swx+KanRxRzF2LFFEdEyULid+EoSY9xGCU3p1wxq9g9WFGKdDDSu0UsyQtoSdGyANBViNOsxHMTpQYabpOYL3qMKVNBmUkWAGjiAI8biADGNksFgI62bqM86sbT7qs9IqfEBVvPVyQp6Bei2Q49hg5Y4B+N0GhfJrIWPdFOaAqHs4KcEAagl5EgdvrAfq+EVqzlb+Xfn/DvKcbyi/tsonGjXDMv++izDoBcCBpX20/kkRdJEVWqB8xml84J/eufvANKdBF2FZwrppfbZ4+oJvqWhwaLlvzBYE8Wa6dWaflDSUrmB2ZLThWH4vlEd9VN60R5n9S/dcXNkmR8xD3vmHz4NaRR76AK20kBds9GWgA6ShZB3VBkJAdUNRlGzFAQFAb8CQfyNAADNbnSrLYsAVKnq5hsNwN7BhTGvquxkBs9wKMxa4NUFK3S74tLq9CPTR7YOFHNy+SHXR7Udx4t3+qLTvdiO3zIoGXDvIfw4MtKlAprNrkNmPQmaMm0Bl3DVnkLsCAUo8ADYoDRdhDD4XIwxPl8BvXFpJXApVlLg0zkF1OVQO2+WiTIDLo/wocfm4ZR2XRZ8DXYGscrYrxFjVumLsq2euBHG19xAZaZdFhiGAnjobIJPqYjDUU0RgfnRJMHbBHL6aAvuuXwwnfhy8QSz0QDt8VXQoTvOv1QrWRWd+Kb5AORvcOnqFBwwdz194ez8u8Y2TXOIK+1h9+PDltwn6jczQCq/YLR9WHBy05Nuq6Pq3WWgfFa5FdRCHxkXxFonnxgUdSiFRYe+CWFli77Rf4spak/BaCA52E1hR9TMGMPUJWhysc5m5H829895HDhIxtOELkoMupl7ByQVcaTRooR7JMYYg0bAvPQr8SuIrQGyriM70s/AKxwwLxPMSG+Oibdy2iAr5Fv/DRct/RmzIcx8xatigI+CIL6eDYBAF6KrvfG35BW3gmX1rzxUcIy2GeHPaalXnOPhAnscQB3oFxw8XxOcMY1SqVHahRpMM4xK099xtR8ZSSIuHQWaUK7UP5axfE0JxyGTrXeGwdyQarRKmaAV8+vDxJ1xodOAzJRpZQc1x2Miac4JIQDQv+DIoVX50m7wo8goeoPBBdW1EAuu37rvXcKR7RJk4KPlYffjw5TdS+R0ilvt8X7zF83eTZCwKACYRY8xIat8HlflBiFFIbtmTJnufXzSwpzc8sfKkglywREKQvnawZsYkHWBJRBf6MhwvSJJSsuCQWdWIqxi6gZCiVRfBSr5Z9BRmbOjWPInIczgGDEpv0sKVOjDAiOJGh7J7UaYpmVDOfoHahU6Sfl9uxle0MwNZCjw+mHGkdqgsjb8OD5fPgUrE0ep7rtBm4w8T18jvDzzSwvCpNxeF+QMDL+KA1K4kwX0EOouAqcJDUuhj6YMLbU1ujJBDnd56Y9NMccFTA6kmIUMlBfwyq58FswzySgpKZ9mp2t3sr/g1BhdJ1iuGx5T0xRmHKzFIRR/1G6fa45OTyvYDiliLdF6SBezyG56fASbWVt+JNyqSVIkHSYbSvYPTs6okKRlUHh7YmaTyb2flBc7kjX2JqbhjFxwk8RTTJxX3odgttA7CgaoWukjeECRS5HLc+zZyckaYXQkHksclVnNQ22XkUVfQQFLBjG+sHFOYv4msbgBIGAj8cgKGGma4EUbyDz+iIMAoo40xVqAgwUKEGme8CcKEizDRJJNfcAkp7uNy9iFkgiAOflQAYLlZBvEJLP8JgEcPxJLmsCMGk7CHBhFaGCiOO+GoYy674qxzdtltC5JKNvBh6c9AU0SRMoDqyMDlqkhv5CmwVKEiG22ymIBsF9EMEk1Ip5U+OsmKHZbTYU2pVS7JV2WrbTYoiazkJM8aZ+TkFNvl4lAWBSlKScpSEVyqUpO6TkvDvO73S0e60pO+DDjvgqmmm2GaZDNjKCMZy0SmMqNcindm+cdsqZ5KkyFTuojdl51m/5pjnvnmqrDAIa2WxIoPFsryn0U6nPLaDdfE2CfWfsXiYs1b8a4zZ7Xf/rrEhiYJ7quR6KEVDjioJba898hjSZ5od1qb1XZaZ63N1uveTXNorLmgXvGGuBu6kqAEM+BRuAsQmSjju3HI442BhbexWN600saaC3ovVbh4Q81pCY02j/xim+HaQ09HOtOVbsYsaj0ZdsUaMcyMZiysjGeCOy0u2jv/qyzxp20vnPznonf2YDazlbc+ZzT4HWIvM+fXGfMne1RniiJ0GfFKlgjeuWPuM7YwAvMsxSnBWk2dCo/erK9g58UtsTdi81vQwha1uDd9tmrwLRPa8vQOntbmlOSLV0ttAxSaQUtasPFqGR1SQxOZBHO8KDe9aMc9P7tPac7MfSEY5PGMeoLqXmi9GwVV0ZS3Dfqxn1zyztjdRocfvnoDupnI9zhvNANuamJ5tLwe765HCPp6GNoMg/DJzPVzx1M+s0xoF4sGzauTrswmLYo1z1gPs4eR9sRyCGfP2GfGh/34xDrIje/ciK5xscUR07Qo6AXyV+CgFyjeTVe+WvzKWNOUOyJ6POueoMxXS1kNQZf3weDQOCI9V8vial1rHq0Nnc+7DvU0xKUHy/aNNzjGhja8fzcy5kY5uRauRNRFKuxdmv30RI2o83dn4KJZNkg/MlITpyS/RLjqRdLtTEQlnGiyZ6JptSQWsbnceOi2T0MCgiAhYRFRMXGwhCRECiotw7n55besAkcgUWgMFocnEElkCgUlFTUNLR09AyMTMwsrGzuHsVtMczfOhYvUFWoQ1WjCRZr69DhDqzbtOnTq0q3HTL369BswaMiwEYDBW0yTN86Qi8iFNDrDj4vYTa/HFwhFYolUJq+gqKSsoqqmrqGppa2j0fXs0jcwNDI2MTUzt2NXSdmefYKKA6Kq+2okh47IFHUNTcdaVJo2namrFUNP3yCPk9PKmG3Cuby8kXzArucQBknx8QsICgmLiIo598eRFRVNN0zLdlzP5+dweXwBb1cgluwXdnKFUqXWaHV6C0uD0WRlbWNrZ292cJSCY8B0IRhBMZwgKZrBZLE5XB5fIBT/nN5EKpMrlCq1RqvTG4wms8VqszucLhkv8nqIEUhFjMcRw8eacBaHJ/y7EmurFGqb0RnMJIT906tu/zWwpa3/JY2KiEAoEgALze3YRQCTzS/vr7+2qDpXLWSSw1DwNsoUdQ0VsGtqUWnadB1dBrbatGGjTDhcgGMshny/WkKRGIJZ9Mvz9dsLryxT739DPNPopdr1Z+2p07D2feX6ZJ+mMMAauTSPZmg+CNhoIS2ixXLkcoBxHgpYAgOnAUsKoIDA1sXCwSMgqmkylT2sypDrPAwbJwv/CwuJiBWSAGqSDClIwE3WFOnLUWqSC7mt8fLxe2omVarhxs5dK4yq+d03iolr0qzFDFnNpEu3reZMvf3g8uQrUKhIsZvEmnTXpsvrriVxP//AUTVo1KRZC5pWDz3S5h/t6Dp06tKtR68+/wvVP09hSADmTay++rUm+Ka696V3PuIu7h5AeoF3rRfjr+1/644DmyDDceqInjF0VxOoLHnpHptUWO7hQFNZufo8r8vEMm9diO0xOd7s8adY4Bn1UlRHCj5lhDohbSJ/2GsBE3VjuFy+aygEYUIqbWKzEREqpDLT9W0XIbZXdXd8j374FQ8WC75Rs/LR91EOu7wV5bd56WdVyesrD+Qgn8v8bBlOOjdfYeP7Wwixv2EOfTZeL76puX9eH/zw9oppnnVaE/oXbxz3ZZ7rVxeXxW7Rze4NidHDKQIk6zs6eAFo6LWzOKof8IH1TY2vfu32cmnsFo/OSJfqeBrbDYo925BhdW/BYCUdCMjtHAY+pddvRC3vVuc8ckKlUiKXwe6uOukmPk9r4CQId243btq+2Bkf2U/PaApoOPmqsyl6vzIFwxMoK4ClGg5d0UkpSnFKUpqwn4+CajW2ZWtnncTgjM+GI2eLroSUyMPG/WlcShn/MRRListRvSg6C+eoSWdEkZ63xx97vEqMurik/fODrt8hGDQbp9WJj7JIl85t0N/LcWb0Y5ufOLj2su7vvAH7biR5YpcIaM+Nc4JRIpEwuDaWCwYklNRZ5z4Fl1o6T+1i7mWW/5QhIO3MCDbDD01WUA0EYJHDsGBSx510GlawYblrHBkJ8KWtaMSJlNJCDsgSrRu3MO0snCzKNPokNTG6iDx5AE0ScpCP78bvR5sW1NJMbCAIFAZHtPxo71du3Q4/Nt54eaLkfe2cKaEBcR6nBf8Tc1ZcfJTa+zCHygOHRieddhbOWtBPc93L5pnCyYaax2Ch34fOoxJWmP1pHW1wtP7jvVhnIXo8VF+HtDWYIMIKZkScSBCnaP/zgkh+yKZIoC28p4LBb3F41Zs1ssoakQ1A162LoXVv1IkdDKRi1myLEom+zbG0iGJYRdoZdjJDtDt9qfUMQKvNqMaFRpZC3e6xOAkgCAyB3uzYAOmDq/M0t+2bej6KebV07WEvGLpAZqf4CexQBAAOrmYPOyashAoFXYAvMF8CiQsZHXfSKSy7y+LKOByoNtNSu53VjELeS+hCTBBgDaBcQRW+28q6pi21u0/owVZki+L2Ng3r/CI/d7dlCLG2ZMg3TjfVqpHbGhPkmucexQCk4bi4M5T/TWoSYbNltkXiZBvN6fVfwqMEUXSrngHSzliXKUq6axN2OpFGwpydRjDgHdpzZu7YcSKNRIKwWsRHAredDSAjDAKxSP4lDhTM2WkEAw/dBDsA4p7YUTBnEAWMK3OWAMjt9bVJKggHg0Jj6yzSYO4qZFVRhpKl6VFI28eVClqC7soLyxPiCvGwKACbjMxwj5HsmMbDxVcodRakyeXqNJi02mwOmIqDBrurGPNoYlGm45zYcSKNhCGmYA2FwmCwMAS1LcsEkyXsxRG9NXdfJhdb4hHTE/jNcTjYpS2WmSMpi6CbDz+Kui5EyBELfPjRiMuEmzpyGIYoZK89AKbvHHtELNqYIsN8Gc2zIAtVw1BTTUNY3cgcyYoJVs+h+3k0/7hg8S61yxjdene94w89Pw6zv10ZAXGqfjO69X6+OvUoCb9vDo84pc3oNi77vOEqqGDPEoIF38NVUQJg4tOX3QHE4ig16ea48DFrlyEU/ZoRWAGsdyXQ5hON+TeRIKysIMEftZiZxv1wSZWw2nIHJMT1OBxs7wop2K4qKDs0FysTWhzMCORFQXckQZDwWxx16VnURmqq5x/r5UsMUyj9g2HqZq1ra0lTZLPI1ujLDRObXbEFUXcJjuiFn/1+wqejjkNYS9Mft6D4QuaMZfEgspOqTQMlW7gF7G1NnIIZHYcQEJ82cQrmjD2xg4DEUQzPWuhv19ifS2l0PmzmPU9Xaqo4QARwbRO3e3CnAgHFUc79dlYikSDM6DiEAGdC9YJlqlGzom7kE562VQoop02FgIL1eQDnSdMZ6dyr+z602Ssji2zsaa3zdTGMeRdBJgkzwoiFm9hCC/bicI74PEDA+jrTcjWsgzEN5yVb1t4XdGZZM+pzQxALy6TA2XSWVc/vuWP47ej93kxhzruuvNdHI5iZAjVcnZZyDwkHs+wbBAJKt0+a1H375gcphaAuKlNwBLL15lZjskZ0qfbYqn6DDGqbLjLDG2QJUM/t4rYSLvZ08dT3c41JliCto6KNGlGlq5nG1Wqk9x7NBvRB7D2OMerBfa9ja1W9vygNqz5usw5sg8Qk4JL02hu7vkaOetC3zowo2FYWQyzBMuMWzAgr2FibxzXKjwZPlcj2HGBjRVSfT1VQT/g/Er5y9L08YUtwiLocG29J7bprvZuQzlO+4s+Xo5Wnn/Z1r/QLrHX/wxp0ql2/xcMLXH5BOPwm/k2c543qlvEpkBSK2U/dzpJlZsgJGfOVTwxcIu+Piy05aO51Zh6Od+Tu7t2xcl5ShthvrcmRtKSvxWm3KupSLwCH7UHddkB2p4idVVL1UJriUaZleiqkebtq+nQg++gzH2KKtyZq2GFIBIKElKyvzqdAHM9NUbhiyEzJlDUJsbui23pWr2R5tS9CMpy7dI4gJAuwGBHZ8JBYFGncXKxG+fRkS7YkxB1d1IklP881maqBJnFejX7nXcY7/V/NXXfQy6Ua7mUt88zV1MVSTO1WspomqprAYuPqkWs+eZzj31u0uElNakJjCklLWtLQmZqpmYqTaZmWaekeQUfQETR9RrARbARL32zN1kw9n0K2ZVvSuA2qQo1IWVUnDeraY8+MndUUScn7HDGMGWVpxDhmsmYrh35ZyfyWj0jKj1Dg68Ic9ytjqeAmU3TGtvvpTOeSlTm/ZP/dv2dp8NjVv5+gsNd4YOGaf1J4+aD6IiVtmIt0Sfn9r5rER2DXLn98uHHzEQmOhZQydx93OC2P71F38evkyTCvJ8171s1+jQvUJIUbrHUKjme+AypYKznOi8gtji0OUeljypDl9pvMZCYSAnKLWC0TqETVhEVRJ5k7X29+HUHjpC8X6Rdx0W98/edDnM8unQ1Pfc3T5xziVLs8JcV+F2O+e9YitY26Hwy8t7Rk9Oem0sXm4i/SEmttrY0oNFo+tmaFmZmVEWwE90JitVGhFqFkGBDIlMmkWRx/+PXhov1PJfNfejSrfnqBhcyvYJ/rSRb97OL7eb3draoPj+dxtSpVWo6zFEVx7nkZj7sCWc54rWQR11yFWtkuHXkOC3dllpZ3xw/LZ41x29UsC/xDaXU3X9zPWeFPUmN/zs34aQM+NdFdbyYjl8LHTB/15PDORdWqRNVbvZzWuxSbh6/HMkqaJC8wcuoBwKrCovOAwZMt+DMifXwyEykXCbXWgqhPHrhW0deaW/MKZ1WuOV2sEXP9J+iho/9/NxDC7rkV/J+K909qVB5l+z8HuJEjywLYt7wIz5PI/KRUeHJZjHOR79eHB8Uy8q0QW88kNS9psZe0pX2EPncfhdIrjS1ivl6Mowb1KmGEOnflmK9WtQl74JNJbeeTynedo9DFwh9vCvvwJGmO/e/vD1YzyGdtN4n+Wuhmz/Icyv4RC9ZMzcoIZmLmYemLxSTFKnbB3SKnICo5RJhQxkVkXoAIE8q4GPm0/X7x7787K6l5r606WpxzBqi99n3cGhpwdNVR3H6n7DrwxSqqKlNJn/X+xa23b/7ttst85KIriziACBvrCn07cffBdUKJZI/rR810tRwJZftfi5jnfQrQpOcMBxDKuIjMAIgwoYyLljMqE8q4kApox9iGkyOX2IwEQIwYlxHZ0GhqxAE3CWqp16HHsagEK4RmW3hWRm323/78GKzb95e6R+3MDEy40BAgJ2ofNcm59izeqd88v9byQVNsqv7sX+Y9bHz/noy1M+E0Zt9U+HFmhspPTxnjtXm6GWNp/zFknJ2/Ck/3fBI7nUX58Slp5n/54XDbfPtHfUeBMnGZPzRzWKw4Kt+lp4kt0rFTgSfkl//673zPUsUZMSnN37DTPn7sYWFnOCWWb5cnzXDFi/AWc26Lao6L53ninKFWXHEHj2Y0RsXG8sizVGmqc3YK4qj5NKcolLHnDFVFS7oXV1cLc3dygtaT1GuvaSyVbgvQtSGYxJlAtHXf9v6j80zglhW+I4eJtmPsJ7L6z2TdqrfmsB/LZ+MDbX7QjNm1bif3Wn+gOitXv7pAIlAYtB5nmu1VSU75WSu/2nlMco0qnQ3Udl5NFI7JGsPArB7YUXsXd9H50ikLWSLbiTRS1Q4NABByfGg/bPBz7VWZ7LZeiJqAj3N6bv3/uwFPEpGdTWCWgJHGbGNoyh+v5k7LZzJ8LJPJUcFU39XPWVy1S8MDWb5x8iQ30TOl5fDQf79a79wKrt0P1bJ51Vt6MkbzP/Lbd91pF0HhvHbizQWriTu50KE4VMWJyPh2vfPt0nRh6J2dK/HQeUNxMTonFJ0hVdutQ8WcFGOsWkb5iHzkq8GRqEF9CLmw0DhPUWxhOEruFZNLZ+tZ9i1J5iKJXQzf7aK+GM7OP+lZPAes2UylJEpFgEPrzTP+TlnmU1iikykn8WI1x5HmfGNOO5/XhV6y5iWL45ICcgz5Py1Wg2Enp+Ess+MaDi+0U61cyk8puyac15a9hG3hGB5COovpPFd+TffLjaTuD9DzO6SO+pZheYzG7T1Z1dPSoAEQvr9ET5uvRlHSVCbKJSYZ15BbZN+DnoRtUK94w4sSpku4Hb6kgzBQT7zfJxen60ipsVUT+fkbMiN9MZfqVUeeDJy2kHIrumb7Bqy1mn2YtUvSfcVvfXLgH1yS4cf+5ScetQ/qTblIo9MS6oV33FStdkEymZ61ZUNLIUHUh0vbuZGtxI7StYb55NLzpoK37VnTE2/oG1uRCerZMHDoSU/Y7w1Dx96cpOO3buTDvnqQRReb32UE/AfYPzsvad6E0J8fhPk/5v+12eLf/JD8V6Or/g3iV9tJWDJP38j8r/m/yf93tp0/0+kZhg0AAA==) format("woff2"),url(data:font/woff;base64,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) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

.text-xl-regular {
    font: 400 20px/30px IBMPlexSansArabic
}

.text-lg-regular {
    font: 400 18px/28px IBMPlexSansArabic
}

.input__field::-moz-placeholder,.textarea__field::-moz-placeholder {
    font: 400 16px/24px IBMPlexSansArabic
}

.text-md-regular,.accordion-item__body,.input__field,.input__field::placeholder,.input__prefix-label,.input__prefix-icon,.input__prefix-chevron,.input__suffix-label,.input__suffix-icon,.input__suffix-chevron,.input--lg .input__prefix-label,.input--lg .input__suffix-label,.link,.link--md,.dropdown__label,.dropdown__btn,.dropdown--lg .dropdown__label,.dropdown--lg .dropdown__label-placeholder,.dropdown--lg .dropdown__option-label,.notification__content p,.file-upload__instructions,.date-cell__label,.menu-item__label,.menu-item__trail-element,div.table-wrapper .azm-table tbody td,.textarea__field,.textarea__field::placeholder,.tooltip-item,.content-switcher__item,div.table-wrapper .azm-structured-table tbody td {
    font: 400 16px/24px IBMPlexSansArabic
}

.input--lg .input__field::-moz-placeholder,.input--md .input__field::-moz-placeholder,.textarea--lg .textarea__field::-moz-placeholder {
    font: 400 14px/20px IBMPlexSansArabic
}

.text-sm-regular,.checkbox__helper-text,.switch__helper-text,.radio__helper-text,.input__prefix .dropdown__label--selection,.input__suffix .dropdown__label--selection,.input--lg .input__field,.input--lg .input__field::placeholder,.input--md .input__field,.input--md .input__field::placeholder,.input--md .input__prefix-label,.input--md .input__suffix-label,.link--sm,.dropdown__option-label,.dropdown--md .dropdown__label,.dropdown--md .dropdown__label-placeholder,.dropdown--md .dropdown__option-label,dialog .modal__content,.tabs-list__label,.file-upload__formats,.file-upload__file-item--error .file-upload__file-item-msg,.file-upload__file-item--error--error .file-upload__file-item-msg,.textarea--lg .textarea__field,.textarea--lg .textarea__field::placeholder,.sub-menu__link-helper,.sidepanel__submenu--sublevel .sidepanel__submenu-tab-label,.table-of-content__tab-label {
    font: 400 14px/20px IBMPlexSansArabic
}

.text-xs-regular,.tooltip-main__content__helper-text {
    font: 400 12px/18px IBMPlexSansArabic
}

.text-md-medium,.btn--lg,.tag,.tag--lg,.checkbox__label,.switch__label,.radio__label,.date-picker__navigator-label,.progress-indicator__step-content>.step-icon,.progress-indicator__step-content>.step-label .step-label--circle,.step-label .step-label--circle,.avatar--48 .avatar__text,.header-menu__item-label,.header-menu__item-icon,.header-menu__item-arrow {
    font: 500 16px/24px IBMPlexSansArabic
}

.text-sm-medium,.btn--md,.checkbox__warning,.switch__warning,.radio__warning,.tabs-list__item--active .tabs-list__label,.file-upload__file-name {
    font: 500 14px/20px IBMPlexSansArabic
}

.text-xs-medium,.btn--sm,.tag--md,div.table-wrapper .azm-table thead th span span.text,div.table-wrapper .azm-structured-table thead th {
    font: 500 12px/18px IBMPlexSansArabic
}

.text-lg-semibold,dialog .modal__heading,.footer__nav-links-column-title {
    font: 600 18px/28px IBMPlexSansArabic
}

.text-sm-semibold,.dropdown__list-group-label,.avatar--40 .avatar__text,.sidepanel__menu-tab-label,.sidepanel__submenu-tab-label,.table-of-content__tab.selected .table-of-content__tab-label,.table-of-content__tab.active .table-of-content__tab-label {
    font: 600 14px/20px IBMPlexSansArabic
}

.text-2xs-semibold,.tag--sm {
    font: 600 10px/14px IBMPlexSansArabic
}

.display-md-bold {
    font: 700 36px/44px IBMPlexSansArabic
}

.text-sm-bold {
    font: 700 14px/20px IBMPlexSansArabic
}

.shadow-md,.input.focus,.dropdown__btn.open,.textarea.focus,.card,.card.focused {
    box-shadow: var(--shadow-md)
}

.shadow-lg,.tooltip-main,.header__sub-menu,.sidepanel {
    box-shadow: var(--shadow-lg)
}

:root {
    --spacing-0: 0px;
    --spacing-0․5: 2px;
    --spacing-1: 4px;
    --spacing-1․5: 6px;
    --spacing-2: 8px;
    --spacing-3: 12px;
    --spacing-4: 16px;
    --spacing-5: 20px;
    --spacing-6: 24px;
    --spacing-8: 32px;
    --spacing-10: 40px;
    --spacing-12: 48px;
    --spacing-16: 64px;
    --spacing-20: 80px;
    --spacing-24: 96px;
    --spacing-32: 128px;
    --spacing-40: 160px;
    --spacing-48: 192px;
    --spacing-56: 224px;
    --spacing-64: 256px;
    --spacing-80: 320px;
    --spacing-96: 384px;
    --spacing-120: 480px;
    --spacing-140: 560px;
    --spacing-160: 640px;
    --spacing-180: 720px;
    --spacing-192: 768px;
    --spacing-256: 1024px;
    --spacing-320: 1280px;
    --spacing-360: 1440px;
    --spacing-400: 1600px;
    --spacing-480: 1920px;
    --spacing-none: var(--spacing-0);
    --spacing-xxs: var(--spacing-0․5);
    --spacing-xs: var(--spacing-1);
    --spacing-sm: var(--spacing-1․5);
    --spacing-md: var(--spacing-2);
    --spacing-lg: var(--spacing-3);
    --spacing-xl: var(--spacing-4);
    --spacing-2xl: var(--spacing-5);
    --spacing-3xl: var(--spacing-6);
    --spacing-4xl: var(--spacing-8);
    --spacing-5xl: var(--spacing-10);
    --spacing-6xl: var(--spacing-12);
    --spacing-7xl: var(--spacing-16);
    --spacing-8xl: var(--spacing-20);
    --spacing-9xl: var(--spacing-24);
    --spacing-10xl: var(--spacing-32);
    --spacing-11xl: var(--spacing-40);
    --width-xxs: var(--spacing-80);
    --width-xs: var(--spacing-96);
    --width-sm: var(--spacing-120);
    --width-md: var(--spacing-140);
    --width-lg: var(--spacing-160);
    --width-xl: var(--spacing-192);
    --width-2xl: var(--spacing-256);
    --width-3xl: var(--spacing-320);
    --width-4xl: var(--spacing-360);
    --width-5xl: var(--spacing-400);
    --width-6xl: var(--spacing-480);
    --paragraph-max-width: var(--spacing-180);
    --container-padding-mobile: var(--spacing-4);
    --container-padding-desktop: var(--spacing-8);
    --container-max-width-desktop: var(--spacing-320);
    --radius-none: 0;
    --radius-xxs: 2px;
    --radius-xs: 4px;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 10px;
    --radius-xl: 12px;
    --radius-2xl: 16px;
    --radius-3xl: 20px;
    --radius-4xl: 24px;
    --radius-full: 9999px;
    --colors-base-white: #ffffff;
    --colors-base-black: #000000;
    --colors-alpha-white: 0deg 0% 100%;
    --colors-alpha-black: 0deg 0% 0%;
    --colors-gray-25: #fcfcfd;
    --colors-gray-50: #f9fafb;
    --colors-gray-100: #f2f4f7;
    --colors-gray-200: #eaecf0;
    --colors-gray-300: #d0d5dd;
    --colors-gray-400: #98a2b3;
    --colors-gray-500: #667085;
    --colors-gray-600: #475467;
    --colors-gray-800: #182230;
    --colors-gray-900: #101828;
    --colors-gray-25: #fafafa;
    --colors-gray-50: #f5f5f6;
    --colors-gray-100: #f0f1f1;
    --colors-gray-200: #ececed;
    --colors-gray-300: #cecfd2;
    --colors-gray-400: #94969c;
    --colors-gray-500: #85888e;
    --colors-gray-600: #61646c;
    --colors-gray-700: #333741;
    --colors-gray-800: #1f242f;
    --colors-gray-900: #161b26;
    --colors-gray-950: #0c111d;
    --colors-gray-1000: #161616;
    --colors-brand-25: #f7fdf9;
    --colors-brand-50: #f3fcf6;
    --colors-brand-100: #dff6e7;
    --colors-brand-200: #b8eacb;
    --colors-brand-300: #88d8ad;
    --colors-brand-400: #54c08a;
    --colors-brand-500: #25935f;
    --colors-brand-600: #1b8354;
    --colors-brand-700: #166a45;
    --colors-brand-800: #14573a;
    --colors-brand-900: #104631;
    --colors-brand-950: #092a1e;
    --colors-error-25: #fffbfa;
    --colors-error-50: #fef3f2;
    --colors-error-100: #fee4e2;
    --colors-error-200: #fecdca;
    --colors-error-300: #fda29b;
    --colors-error-400: #f97066;
    --colors-error-500: #f04438;
    --colors-error-600: #d92d20;
    --colors-error-700: #b42318;
    --colors-error-800: #912018;
    --colors-error-900: #7a271a;
    --colors-error-950: #55160c;
    --colors-warning-25: #fffcf5;
    --colors-warning-50: #fffaeb;
    --colors-warning-100: #fef0c7;
    --colors-warning-200: #fedf89;
    --colors-warning-300: #fec84b;
    --colors-warning-400: #fdb022;
    --colors-warning-500: #f79009;
    --colors-warning-600: #dc6803;
    --colors-warning-700: #b54708;
    --colors-warning-800: #93370d;
    --colors-warning-900: #7a2e0e;
    --colors-warning-950: #4e1d09;
    --colors-success-25: #f6fef9;
    --colors-success-50: #ecfdf3;
    --colors-success-100: #dcfae6;
    --colors-success-200: #abefc6;
    --colors-success-300: #75e0a7;
    --colors-success-400: #47cd89;
    --colors-success-500: #17b26a;
    --colors-success-600: #079455;
    --colors-success-700: #067647;
    --colors-success-800: #085d3a;
    --colors-success-900: #074d31;
    --colors-success-950: #053321;
    --colors-info-25: #f5faff;
    --colors-info-50: #eff8ff;
    --colors-info-100: #d1e9ff;
    --colors-info-200: #b2ddff;
    --colors-info-300: #84caff;
    --colors-info-400: #53b1fd;
    --colors-info-500: #2e90fa;
    --colors-info-600: #1570ef;
    --colors-info-700: #175cd3;
    --colors-info-800: #1849a9;
    --colors-info-900: #194185;
    --colors-info-950: #102a56;
    --colors-gray-blue-25: #fcfcfd;
    --colors-gray-blue-50: #f8f9fc;
    --colors-gray-blue-100: #eaecf5;
    --colors-gray-blue-200: #d5d9eb;
    --colors-gray-blue-300: #b3b8db;
    --colors-gray-blue-400: #717bbc;
    --colors-gray-blue-500: #4e5ba6;
    --colors-gray-blue-600: #3e4784;
    --colors-gray-blue-700: #363f72;
    --colors-gray-blue-800: #293056;
    --colors-gray-blue-900: #101323;
    --colors-gray-blue-950: #0d0f1c;
    --colors-gray-cool-25: #fcfcfd;
    --colors-gray-cool-50: #f9f9fb;
    --colors-gray-cool-100: #eff1f5;
    --colors-gray-cool-200: #dcdfea;
    --colors-gray-cool-300: #b9c0d4;
    --colors-gray-cool-400: #7d89b0;
    --colors-gray-cool-500: #5d6b98;
    --colors-gray-cool-600: #4a5578;
    --colors-gray-cool-700: #404968;
    --colors-gray-cool-800: #30374f;
    --colors-gray-cool-900: #111322;
    --colors-gray-cool-950: #0e101b;
    --colors-gray-modern-25: #fcfcfd;
    --colors-gray-modern-50: #f8fafc;
    --colors-gray-modern-100: #eef2f6;
    --colors-gray-modern-200: #e3e8ef;
    --colors-gray-modern-300: #cdd5df;
    --colors-gray-modern-400: #9aa4b2;
    --colors-gray-modern-500: #697586;
    --colors-gray-modern-600: #4b5565;
    --colors-gray-modern-700: #364152;
    --colors-gray-modern-800: #202939;
    --colors-gray-modern-900: #121926;
    --colors-gray-modern-950: #0d121c;
    --colors-gray-neutral-25: #fcfcfd;
    --colors-gray-neutral-50: #f9fafb;
    --colors-gray-neutral-100: #f3f4f6;
    --colors-gray-neutral-200: #e5e7eb;
    --colors-gray-neutral-300: #d2d6db;
    --colors-gray-neutral-400: #9da4ae;
    --colors-gray-neutral-500: #6c737f;
    --colors-gray-neutral-600: #4d5761;
    --colors-gray-neutral-700: #384250;
    --colors-gray-neutral-800: #1f2a37;
    --colors-gray-neutral-900: #111927;
    --colors-gray-neutral-950: #0d121c;
    --colors-gray-iron-25: #fcfcfc;
    --colors-gray-iron-50: #fafafa;
    --colors-gray-iron-100: #f4f4f5;
    --colors-gray-iron-200: #e4e4e7;
    --colors-gray-iron-300: #d1d1d6;
    --colors-gray-iron-400: #a0a0ab;
    --colors-gray-iron-500: #70707b;
    --colors-gray-iron-600: #51525c;
    --colors-gray-iron-700: #3f3f46;
    --colors-gray-iron-800: #26272b;
    --colors-gray-iron-900: #1a1a1e;
    --colors-gray-iron-950: #131316;
    --colors-gray-true-25: #fcfcfc;
    --colors-gray-true-50: #fafafa;
    --colors-gray-true-100: #f5f5f5;
    --colors-gray-true-200: #e5e5e5;
    --colors-gray-true-300: #d6d6d6;
    --colors-gray-true-400: #a3a3a3;
    --colors-gray-true-500: #737373;
    --colors-gray-true-600: #525252;
    --colors-gray-true-700: #424242;
    --colors-gray-true-800: #292929;
    --colors-gray-true-900: #141414;
    --colors-gray-true-950: #0f0f0f;
    --colors-gray-warm-25: #fdfdfc;
    --colors-gray-warm-50: #fafaf9;
    --colors-gray-warm-100: #f5f5f4;
    --colors-gray-warm-200: #e7e5e4;
    --colors-gray-warm-300: #d7d3d0;
    --colors-gray-warm-400: #a9a29d;
    --colors-gray-warm-500: #79716b;
    --colors-gray-warm-600: #57534e;
    --colors-gray-warm-700: #44403c;
    --colors-gray-warm-800: #292524;
    --colors-gray-warm-900: #1c1917;
    --colors-gray-warm-950: #171412;
    --colors-moss-25: #fafdf7;
    --colors-moss-50: #f5fbee;
    --colors-moss-100: #e6f4d7;
    --colors-moss-200: #ceeab0;
    --colors-moss-300: #acdc79;
    --colors-moss-400: #86cb3c;
    --colors-moss-500: #669f2a;
    --colors-moss-600: #4f7a21;
    --colors-moss-700: #3f621a;
    --colors-moss-800: #335015;
    --colors-moss-900: #2b4212;
    --colors-moss-950: #1a280b;
    --colors-green-light-25: #fafef5;
    --colors-green-light-50: #f3fee7;
    --colors-green-light-100: #e3fbcc;
    --colors-green-light-200: #d0f8ab;
    --colors-green-light-300: #a6ef67;
    --colors-green-light-400: #85e13a;
    --colors-green-light-500: #66c61c;
    --colors-green-light-600: #4ca30d;
    --colors-green-light-700: #3b7c0f;
    --colors-green-light-800: #326212;
    --colors-green-light-900: #2b5314;
    --colors-green-light-950: #15290a;
    --colors-green-25: #f6fef9;
    --colors-green-50: #edfcf2;
    --colors-green-100: #d3f8df;
    --colors-green-200: #aaf0c4;
    --colors-green-300: #73e2a3;
    --colors-green-400: #3ccb7f;
    --colors-green-500: #16b364;
    --colors-green-600: #099250;
    --colors-green-700: #087443;
    --colors-green-800: #095c37;
    --colors-green-900: #084c2e;
    --colors-green-950: #052e1c;
    --colors-Teal-25: #f6fefc;
    --colors-Teal-50: #f0fdf9;
    --colors-Teal-100: #ccfbef;
    --colors-Teal-200: #99f6e0;
    --colors-Teal-300: #5fe9d0;
    --colors-Teal-400: #2ed3b7;
    --colors-Teal-500: #15b79e;
    --colors-Teal-600: #0e9384;
    --colors-Teal-700: #107569;
    --colors-Teal-800: #125d56;
    --colors-Teal-900: #134e48;
    --colors-Teal-950: #0a2926;
    --colors-cyan-25: #f5feff;
    --colors-cyan-50: #ecfdff;
    --colors-cyan-100: #cff9fe;
    --colors-cyan-200: #a5f0fc;
    --colors-cyan-300: #67e3f9;
    --colors-cyan-400: #22ccee;
    --colors-cyan-500: #06aed4;
    --colors-cyan-600: #088ab2;
    --colors-cyan-700: #0e7090;
    --colors-cyan-800: #155b75;
    --colors-cyan-900: #164c63;
    --colors-cyan-950: #0d2d3a;
    --colors-blue-light-25: #f5fbff;
    --colors-blue-light-50: #f0f9ff;
    --colors-blue-light-100: #e0f2fe;
    --colors-blue-light-200: #b9e6fe;
    --colors-blue-light-300: #7cd4fd;
    --colors-blue-light-400: #36bffa;
    --colors-blue-light-500: #0ba5ec;
    --colors-blue-light-600: #0086c9;
    --colors-blue-light-700: #026aa2;
    --colors-blue-light-800: #065986;
    --colors-blue-light-900: #0b4a6f;
    --colors-blue-light-950: #062c41;
    --colors-blue-dark-25: #f5f8ff;
    --colors-blue-dark-50: #eff4ff;
    --colors-blue-dark-100: #d1e0ff;
    --colors-blue-dark-200: #b2ccff;
    --colors-blue-dark-300: #84adff;
    --colors-blue-dark-400: #528bff;
    --colors-blue-dark-500: #2970ff;
    --colors-blue-dark-600: #155eef;
    --colors-blue-dark-700: #004eeb;
    --colors-blue-dark-800: #0040c1;
    --colors-blue-dark-900: #00359e;
    --colors-blue-dark-950: #002266;
    --colors-indigo-25: #f5f8ff;
    --colors-indigo-50: #eef4ff;
    --colors-indigo-100: #e0eaff;
    --colors-indigo-200: #c7d7fe;
    --colors-indigo-300: #a4bcfd;
    --colors-indigo-400: #8098f9;
    --colors-indigo-500: #6172f3;
    --colors-indigo-600: #444ce7;
    --colors-indigo-700: #3538cd;
    --colors-indigo-800: #2d31a6;
    --colors-indigo-900: #2d3282;
    --colors-indigo-950: #1f235b;
    --colors-violet-25: #fbfaff;
    --colors-violet-50: #f5f3ff;
    --colors-violet-100: #ece9fe;
    --colors-violet-200: #ddd6fe;
    --colors-violet-300: #c3b5fd;
    --colors-violet-400: #a48afb;
    --colors-violet-500: #875bf7;
    --colors-violet-600: #7839ee;
    --colors-violet-700: #6927da;
    --colors-violet-800: #5720b7;
    --colors-violet-900: #491c96;
    --colors-violet-950: #2e125e;
    --colors-purple-25: #fafaff;
    --colors-purple-50: #f4f3ff;
    --colors-purple-100: #ebe9fe;
    --colors-purple-200: #d9d6fe;
    --colors-purple-300: #bdb4fe;
    --colors-purple-400: #9b8afb;
    --colors-purple-500: #7a5af8;
    --colors-purple-600: #6938ef;
    --colors-purple-700: #5925dc;
    --colors-purple-800: #4a1fb8;
    --colors-purple-900: #3e1c96;
    --colors-purple-950: #27115f;
    --colors-fuchsia-25: #fefaff;
    --colors-fuchsia-50: #fdf4ff;
    --colors-fuchsia-100: #fbe8ff;
    --colors-fuchsia-200: #f6d0fe;
    --colors-fuchsia-300: #eeaafd;
    --colors-fuchsia-400: #e478fa;
    --colors-fuchsia-500: #d444f1;
    --colors-fuchsia-600: #ba24d5;
    --colors-fuchsia-700: #9f1ab1;
    --colors-fuchsia-800: #821890;
    --colors-fuchsia-900: #6f1877;
    --colors-fuchsia-950: #47104c;
    --colors-pink-25: #fef6fb;
    --colors-pink-50: #fdf2fa;
    --colors-pink-100: #fce7f6;
    --colors-pink-200: #fcceee;
    --colors-pink-300: #faa7e0;
    --colors-pink-400: #f670c7;
    --colors-pink-500: #ee46bc;
    --colors-pink-600: #dd2590;
    --colors-pink-700: #c11574;
    --colors-pink-800: #9e165f;
    --colors-pink-900: #851651;
    --colors-pink-950: #4e0d30;
    --colors-rosé-25: #fff5f6;
    --colors-rosé-50: #fff1f3;
    --colors-rosé-100: #ffe4e8;
    --colors-rosé-200: #fecdd6;
    --colors-rosé-300: #fea3b4;
    --colors-rosé-400: #fd6f8e;
    --colors-rosé-500: #f63d68;
    --colors-rosé-600: #e31b54;
    --colors-rosé-700: #c01048;
    --colors-rosé-800: #a11043;
    --colors-rosé-900: #89123e;
    --colors-rosé-950: #510b24;
    --colors-orange-dark-25: #fff9f5;
    --colors-orange-dark-50: #fff4ed;
    --colors-orange-dark-100: #ffe6d5;
    --colors-orange-dark-200: #ffd6ae;
    --colors-orange-dark-300: #ff9c66;
    --colors-orange-dark-400: #ff692e;
    --colors-orange-dark-500: #ff4405;
    --colors-orange-dark-600: #e62e05;
    --colors-orange-dark-700: #bc1b06;
    --colors-orange-dark-800: #97180c;
    --colors-orange-dark-900: #771a0d;
    --colors-orange-dark-950: #57130a;
    --colors-orange-25: #fefaf5;
    --colors-orange-50: #fef6ee;
    --colors-orange-100: #fdead7;
    --colors-orange-200: #f9dbaf;
    --colors-orange-300: #f7b27a;
    --colors-orange-400: #f38744;
    --colors-orange-500: #ef6820;
    --colors-orange-600: #e04f16;
    --colors-orange-700: #b93815;
    --colors-orange-800: #932f19;
    --colors-orange-900: #772917;
    --colors-orange-950: #511c10;
    --colors-yellow-25: #fefdf0;
    --colors-yellow-50: #fefbe8;
    --colors-yellow-100: #fef7c3;
    --colors-yellow-200: #feee95;
    --colors-yellow-300: #fde272;
    --colors-yellow-400: #fac515;
    --colors-yellow-500: #eaaa08;
    --colors-yellow-600: #ca8504;
    --colors-yellow-700: #a15c07;
    --colors-yellow-800: #854a0e;
    --colors-yellow-900: #713b12;
    --colors-yellow-950: #542c0d;
    --gradient-gray-600-500-90deg: linear-gradient( 90deg, var(--colors-gray-600) 0%, var(--colors-gray-500) 100% );
    --gradient-gray-700-600-45deg: linear-gradient( 45deg, var(--colors-gray-700) 0%, var(--colors-gray-600) 100% );
    --gradient-gray-800-600-45deg: linear-gradient( 45deg, var(--colors-gray-800) 0%, var(--colors-gray-600) 100% );
    --gradient-gray-800-600-90deg: linear-gradient( 90deg, var(--colors-gray-800) 0%, var(--colors-gray-600) 100% );
    --gradient-gray-800-700-26-5deg: linear-gradient( 26.5deg, var(--colors-gray-600) 0%, var(--colors-gray-700) 100% );
    --gradient-gray-900-600-45deg: linear-gradient( 45deg, var(--colors-gray-900) 0%, var(--colors-gray-600) 100% );
    --gradient-brand-600-500-90deg: linear-gradient( 90deg, var(--colors-brand-600) 0%, var(--colors-brand-500) 100% );
    --gradient-brand-700-600-45deg: linear-gradient( 45deg, var(--colors-brand-700) 0%, var(--colors-brand-600) 100% );
    --gradient-brand-800-600-45deg: linear-gradient( 45deg, var(--colors-brand-800) 0%, var(--colors-brand-600) 100% );
    --gradient-brand-800-600-90deg: linear-gradient( 90deg, var(--colors-brand-800) 0%, var(--colors-brand-600) 100% );
    --gradient-brand-800-700-26-5deg: linear-gradient( 26.5deg, var(--colors-brand-600) 0%, var(--colors-brand-700) 100% );
    --gradient-brand-900-600-45deg: linear-gradient( 45deg, var(--colors-brand-900) 0%, var(--colors-brand-600) 100% );
    --colors-text-primary: var(--colors-gray-900);
    --colors-text-primary_on-brand: var(--colors-base-white);
    --colors-text-secondary: var(--colors-gray-700);
    --colors-text-secondary_on-brand: hsla(var(--colors-alpha-white) / 70%);
    --colors-text-tertiary: var(--colors-gray-600);
    --colors-text-quarterary: var(--colors-gray-500);
    --colors-text-white: var(--colors-base-white);
    --colors-text-disabled: var(--colors-gray-500);
    --colors-text-placeholder: var(--colors-gray-500);
    --colors-text-brand-primary: var(--colors-brand-800);
    --colors-text-brand-secondary: var(--colors-brand-700);
    --colors-text-error-primary: var(--colors-error-600);
    --colors-border-primary: var(--colors-gray-300);
    --colors-border-secondary: var(--colors-gray-200);
    --colors-border-disabled: var(--colors-gray-300);
    --colors-border-disabled_subtle: var(--colors-gray-200);
    --colors-border-brand: var(--colors-brand-300);
    --colors-border-error: var(--colors-error-300);
    --colors-fg-primary: var(--colors-gray-900);
    --colors-fg-quinary-400: var(--colors-gray-400);
    --colors-fg-tertiary-600: var(--colors-gray-600);
    --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --shadow-sm: 0px 1px 2px 0px rgba(16, 24, 40, .06), 0px 1px 3px 0px rgba(16, 24, 40, .1);
    --shadow-md: 0px 2px 4px -2px rgba(16, 24, 40, .06), 0px 4px 8px -2px rgba(16, 24, 40, .1);
    --shadow-lg: 0px 4px 6px -2px rgba(16, 24, 40, .03), 0px 12px 16px -4px rgba(16, 24, 40, .08);
    --shadow-xl: 0px 8px 8px -4px rgba(16, 24, 40, .03), 0px 20px 24px -4px rgba(16, 24, 40, .08);
    --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, .18);
    --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, .14)
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--radius-sm);
    margin: var(--spacing-xs);
    cursor: pointer;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
    box-sizing: border-box;
    overflow: hidden
}

.btn--lg {
    height: 40px;
    padding-inline:var(--spacing-xl)}

.btn--lg span.btn-icon {
    font-size: 24px
}

.btn--md {
    height: 32px;
    padding-inline:var(--spacing-lg)}

.btn--md span.btn-icon {
    font-size: 20px
}

.btn--sm {
    height: 24px;
    padding-inline:var(--spacing-md)}

.btn--sm span.btn-icon {
    font-size: 16px
}

.btn--icon {
    padding: 0
}

.btn--icon.btn--lg {
    width: 40px;
    height: 40px
}

.btn--icon-menu.btn--lg {
    width: auto;
    padding-inline:var(--spacing-xl)}

.btn--icon.btn--md {
    width: 32px;
    height: 32px
}

.btn--icon-menu.btn--md {
    width: auto;
    padding-inline:var(--spacing-lg)}

.btn--icon.btn--sm {
    width: 24px;
    height: 24px
}

.btn--icon-menu.btn--sm {
    width: auto;
    padding-inline:var(--spacing-md)}

.btn--primary-neutral {
    background-color: var(--colors-gray-neutral-950);
    color: var(--colors-text-white)
}

.btn--primary-neutral:hover {
    background-color: var(--colors-gray-neutral-800)
}

.btn--primary-neutral:visited {
    background-color: var(--colors-gray-neutral-700)
}

.btn--primary-neutral:focus {
    background-color: var(--colors-gray-neutral-950);
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--primary-neutral:active {
    background-color: var(--colors-gray-neutral-600);
    outline: none
}

.btn--primary-neutral:disabled,.btn--primary-neutral[disabled] {
    background: var(--colors-gray-neutral-100);
    color: var(--colors-gray-neutral-400)
}

.btn--primary-brand {
    background-color: var(--colors-brand-600);
    color: var(--colors-text-white)
}

.btn--primary-brand:hover {
    background: var(--colors-brand-700)
}

.btn--primary-brand:visited {
    background: var(--colors-brand-800)
}

.btn--primary-brand:focus {
    background: var(--colors-brand-600);
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--primary-brand:active {
    background: var(--colors-brand-900);
    outline: none
}

.btn--primary-brand:disabled,.btn--primary-brand[disabled] {
    background: var(--colors-gray-neutral-100);
    color: var(--colors-gray-neutral-400)
}

.btn--secondary {
    background-color: var(--colors-gray-neutral-100);
    color: var(--colors-text-primary)
}

.btn--secondary:hover {
    background: var(--colors-gray-neutral-200)
}

.btn--secondary:visited {
    background: var(--colors-gray-neutral-300)
}

.btn--secondary:focus {
    background: var(--colors-gray-neutral-100);
    outline: 2px solid var(--colors-base-black)
}

.btn--secondary:active {
    background: var(--colors-gray-neutral-400);
    outline: none
}

.btn--secondary:disabled,.btn--secondary[disabled] {
    background: var(--colors-gray-neutral-100);
    color: var(--colors-gray-neutral-400);
    border: 1px solid var(--colors-gray-neutral-200)
}

.btn--secondary-outline {
    outline: 1px solid var(--colors-gray-neutral-400);
    background-color: transparent;
    color: var(--colors-text-primary);
    mix-blend-mode: multiply
}

.btn--secondary-outline:hover {
    background: var(--colors-gray-neutral-50)
}

.btn--secondary-outline:visited {
    background: var(--colors-gray-neutral-100);
    outline: 1px solid var(--colors-gray-neutral-400)
}

.btn--secondary-outline:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black)
}

.btn--secondary-outline:active {
    background: var(--colors-gray-neutral-200);
    outline: 1px solid var(--colors-gray-neutral-400)
}

.btn--secondary-outline:disabled,.btn--secondary-outline[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400);
    border: 1px solid var(--colors-gray-neutral-200)
}

.btn--subtle,.btn--close {
    background-color: transparent;
    color: var(--colors-text-primary);
    mix-blend-mode: multiply
}

.btn--subtle:hover,.btn--close:hover {
    background: var(--colors-gray-neutral-50)
}

.btn--subtle:visited,.btn--close:visited {
    background: var(--colors-gray-neutral-100)
}

.btn--subtle:focus,.btn--close:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--subtle:focus:after,.btn--close:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--subtle:active,.btn--close:active {
    background: var(--colors-gray-neutral-200);
    outline: none
}

.btn--subtle:active:after,.btn--close:active:after {
    display: none!important
}

.btn--subtle:disabled,.btn--subtle[disabled],.btn--close:disabled,.btn--close[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400)
}

.btn--transparent {
    background-color: transparent;
    color: var(--colors-text-primary)
}

.btn--transparent:hover {
    background: transparent;
    color: var(--colors-brand-600)
}

.btn--transparent:visited {
    color: var(--colors-brand-700)
}

.btn--transparent:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--transparent:active {
    color: var(--colors-brand-800);
    outline: none
}

.btn--transparent:disabled,.btn--transparent[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400)
}

.btn--close {
    display: flex;
    width: 40px;
    height: 40px;
    padding: var(--spacing-md);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-sm);
    background-color: transparent;
    color: var(--colors-gray-neutral-500)
}

.btn--close:hover {
    background: var(--colors-gray-neutral-50);
    color: var(--colors-gray-neutral-700)
}

.btn--close:active {
    background-color: var(--colors-gray-neutral-200)
}

.btn--des-primary {
    background-color: var(--colors-error-600);
    color: var(--colors-text-white)
}

.btn--des-primary:hover {
    background: var(--colors-error-700)
}

.btn--des-primary:visited {
    background: var(--colors-error-800)
}

.btn--des-primary:focus {
    background: var(--colors-error-600);
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--des-primary:active {
    background: var(--colors-error-900);
    outline: none
}

.btn--des-primary:disabled,.btn--des-primary[disabled] {
    background: var(--colors-gray-neutral-100);
    color: var(--colors-gray-neutral-400)
}

.btn--des-secondary {
    background-color: var(--colors-error-50);
    color: var(--colors-error-600)
}

.btn--des-secondary:hover {
    background: var(--colors-error-100)
}

.btn--des-secondary:visited {
    background: var(--colors-error-300)
}

.btn--des-secondary:focus {
    background: var(--colors-error-50);
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--des-secondary:active {
    background: var(--colors-error-200);
    outline: none
}

.btn--des-secondary:disabled,.btn--des-secondary[disabled] {
    background: var(--colors-gray-neutral-100);
    color: var(--colors-gray-neutral-400);
    outline: 1px solid var(--colors-gray-neutral-200)
}

.btn--des-secondary-outline {
    outline: 1px solid var(--colors-error-400);
    background-color: transparent;
    color: var(--colors-error-600);
    mix-blend-mode: multiply
}

.btn--des-secondary-outline:hover {
    background: var(--colors-error-50)
}

.btn--des-secondary-outline:visited {
    background: var(--colors-error-100)
}

.btn--des-secondary-outline:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--des-secondary-outline:active {
    background: var(--colors-error-200);
    outline: 1px solid var(--colors-error-400)
}

.btn--des-secondary-outline:disabled,.btn--des-secondary-outline[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400);
    outline: 1px solid var(--colors-gray-neutral-200)
}

.btn--des-subtle {
    background-color: transparent;
    color: var(--colors-error-600)
}

.btn--des-subtle:hover {
    background: var(--colors-error-50)
}

.btn--des-subtle:visited {
    background: var(--colors-error-100)
}

.btn--des-subtle:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black);
    position: relative
}

.btn--des-subtle:active {
    background: var(--colors-error-200);
    outline: none
}

.btn--des-subtle:disabled,.btn--des-subtle[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400)
}

.btn--des-transparent {
    background-color: transparent;
    color: var(--colors-error-600)
}

.btn--des-transparent:hover {
    background: transparent;
    color: var(--colors-error-700)
}

.btn--des-transparent:visited {
    color: var(--colors-error-700)
}

.btn--des-transparent:focus {
    background: transparent;
    outline: 2px solid var(--colors-base-black);
    position: relative;
    color: var(--colors-error-600)
}

.btn--des-transparent:active {
    color: var(--colors-error-800);
    outline: none
}

.btn--des-transparent:disabled,.btn--des-transparent[disabled] {
    background: transparent;
    color: var(--colors-gray-neutral-400)
}

.btn--primary-neutral-on-color {
    background-color: var(--colors-base-white);
    color: var(--colors-text-primary)
}

.btn--primary-neutral-on-color:hover {
    background-color: hsla(var(--colors-alpha-white)/80%)
}

.btn--primary-neutral-on-color:visited,.btn--primary-neutral-on-color.selected {
    background-color: hsla(var(--colors-alpha-white)/70%)
}

.btn--primary-neutral-on-color:focus {
    outline-color: var(--colors-base-white)
}

.btn--primary-neutral-on-color:focus:after {
    border-color: var(--colors-base-black)
}

.btn--primary-neutral-on-color:active {
    background-color: hsla(var(--colors-alpha-white)/60%)
}

.btn--primary-neutral-on-color:disabled,.btn--primary-neutral-on-color[disabled] {
    background-color: hsla(var(--colors-alpha-white)/30%);
    color: hsla(var(--colors-alpha-white)/30%)
}

.btn--primary-brand-on-color {
    background-color: var(--colors-brand-500);
    color: var(--colors-text-primary_on-brand)
}

.btn--primary-brand-on-color:hover {
    background-color: var(--colors-brand-600)
}

.btn--primary-brand-on-color:visited,.btn--primary-brand-on-color.selected {
    background-color: var(--colors-brand-700)
}

.btn--primary-brand-on-color:focus {
    outline-color: var(--colors-base-white)
}

.btn--primary-brand-on-color:focus:after {
    border-color: var(--colors-base-black)
}

.btn--primary-brand-on-color:active {
    color: var(--colors-text-brand-primary);
    background-color: var(--colors-brand-300)
}

.btn--primary-brand-on-color:disabled,.btn--primary-brand-on-color[disabled] {
    background-color: hsla(var(--colors-alpha-white)/30%);
    color: hsla(var(--colors-alpha-white)/30%)
}

.btn--secondary-on-color {
    background-color: hsla(var(--colors-alpha-white)/10%);
    color: var(--colors-text-primary_on-brand)
}

.btn--secondary-on-color:hover {
    background-color: hsla(var(--colors-alpha-white)/20%)
}

.btn--secondary-on-color:visited,.btn--secondary-on-color.selected {
    background-color: hsla(var(--colors-alpha-white)/30%)
}

.btn--secondary-on-color:focus {
    outline-color: var(--colors-base-white)
}

.btn--secondary-on-color:focus:after {
    display: none
}

.btn--secondary-on-color:active {
    color: var(--colors-text-brand-primary);
    background-color: hsla(var(--colors-alpha-white)/40%)
}

.btn--secondary-on-color:disabled,.btn--secondary-on-color[disabled] {
    background-color: hsla(var(--colors-alpha-white)/30%);
    color: hsla(var(--colors-alpha-white)/30%)
}

.btn--secondary-outline-on-color {
    outline-color: hsla(var(--colors-alpha-white)/40%);
    color: var(--colors-text-primary_on-brand);
    mix-blend-mode: normal
}

.btn--secondary-outline-on-color:hover {
    background: hsla(var(--colors-alpha-white)/10%)
}

.btn--secondary-outline-on-color:visited,.btn--secondary-outline-on-color.selected {
    background: hsla(var(--colors-alpha-white)/20%);
    outline-color: hsla(var(--colors-alpha-white)/40%)
}

.btn--secondary-outline-on-color:focus {
    background: transparent;
    outline-color: var(--colors-base-white)
}

.btn--secondary-outline-on-color:active {
    background: hsla(var(--colors-alpha-white)/40%);
    outline-color: hsla(var(--colors-alpha-white)/30%)
}

.btn--secondary-outline-on-color:disabled,.btn--secondary-outline-on-color[disabled] {
    outline-color: hsla(var(--colors-alpha-white)/30%);
    color: hsla(var(--colors-alpha-white)/30%)
}

.btn--subtle-on-color {
    background-color: var(--colors-brand-500);
    color: var(--colors-text-primary_on-brand)
}

.btn--subtle-on-color:hover {
    background-color: var(--colors-brand-600)
}

.btn--subtle-on-color:visited,.btn--subtle-on-color.selected {
    background-color: var(--colors-brand-700)
}

.btn--subtle-on-color:focus {
    outline-color: var(--colors-base-white)
}

.btn--subtle-on-color:focus:after {
    border-color: var(--colors-base-black)
}

.btn--subtle-on-color:active {
    color: var(--colors-text-brand-primary);
    background-color: var(--colors-brand-300)
}

.btn--subtle-on-color:disabled,.btn--subtle-on-color[disabled] {
    background-color: hsla(var(--colors-alpha-white)/30%);
    color: hsla(var(--colors-alpha-white)/30%)
}

.btn--transparent-on-color {
    background-color: var(--colors-brand-500);
    color: var(--colors-text-primary_on-brand)
}

.btn--transparent-on-color:hover {
    background-color: var(--colors-brand-600)
}

.btn--transparent-on-color:visited,.btn--transparent-on-color.selected {
    background-color: var(--colors-brand-700)
}

.btn--transparent-on-color:focus {
    outline-color: var(--colors-base-white)
}

.btn--transparent-on-color:focus:after {
    border-color: var(--colors-base-black)
}

.btn--transparent-on-color:active {
    color: var(--colors-text-brand-primary);
    background-color: var(--colors-brand-300)
}

.btn--transparent-on-color:disabled,.btn--transparent-on-color[disabled] {
    background-color: hsla(var(--colors-alpha-white)/30%);
    color: hsla(var(--colors-alpha-white)/30%)
}

.badges .flex-column {
    align-items: flex-start
}

.badges .flex {
    gap: 1rem
}

.badge {
    display: inline-flex;
    height: 32px;
    padding: var(--spacing-none) var(--spacing-lg);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    border-radius: var(--radius-xs)
}

.badge--lg {
    height: 32px
}

.badge--lg span.badge-icon {
    font-size: 18px
}

.badge--md {
    height: 24px
}

.badge--md span.badge-icon {
    font-size: 14px
}

.badge--sm {
    height: 20px
}

.badge--sm span.badge-icon {
    font-size: 10px
}

.badge--rounded {
    border-radius: var(--radius-full)
}

.badge--icon {
    padding: 0
}

.badge--icon.badge--lg {
    width: 32px;
    height: 32px
}

.badge--icon.badge--md {
    width: 24px;
    height: 24px
}

.badge--icon.badge--sm {
    width: 20px;
    height: 20px
}

.badge--gray {
    color: var(--colors-gray-neutral-700);
    background: var(--colors-gray-neutral-50);
    border: 1px solid var(--colors-gray-neutral-200)
}

.badge--gray-outlined {
    border: 1px solid var(--colors-gray-neutral-500);
    background-color: var(--colors-base-white);
    color: var(--colors-gray-neutral-700)
}

.badge--success {
    color: var(--colors-brand-700);
    background-color: var(--colors-brand-50);
    border: 1px solid var(--colors-brand-200)
}

.badge--success-outlined {
    border: 1px solid var(--colors-brand-500);
    background-color: var(--colors-base-white);
    color: var(--colors-brand-700)
}

.badge--destruct {
    color: var(--colors-error-700);
    background-color: var(--colors-error-50);
    border: 1px solid var(--colors-error-200)
}

.badge--destruct-outlined {
    border: 1px solid var(--colors-error-500);
    background-color: var(--colors-base-white);
    color: var(--colors-error-700)
}

.badge--warning {
    color: var(--colors-warning-700);
    background-color: var(--colors-warning-50);
    border: 1px solid var(--colors-warning-200)
}

.badge--warning-outlined {
    border: 1px solid var(--colors-warning-500);
    background-color: var(--colors-base-white);
    color: var(--colors-warning-700)
}

.badge--info {
    color: var(--colors-info-700);
    background-color: var(--colors-info-50);
    border: 1px solid var(--colors-info-200)
}

.badge--info-outlined {
    border: 1px solid var(--colors-info-500);
    background-color: transparent;
    color: var(--colors-info-700)
}

.badge--purple {
    color: var(--colors-purple-700);
    background-color: var(--colors-purple-50);
    border: 1px solid var(--colors-purple-200)
}

.badge--purple-outlined {
    border: 1px solid var(--colors-purple-500);
    background-color: transparent;
    color: var(--colors-purple-700)
}

.badge--pink {
    color: var(--colors-pink-700);
    background-color: var(--colors-pink-50);
    border: 1px solid var(--colors-pink-200)
}

.badge--pink-outlined {
    border: 1px solid var(--colors-pink-500);
    background-color: transparent;
    color: var(--colors-pink-700)
}

.badge--orange {
    color: var(--colors-orange-700);
    background-color: var(--colors-orange-50);
    border: 1px solid var(--colors-orange-200)
}

.badge--orange-outlined {
    border: 1px solid var(--colors-orange-500);
    background-color: transparent;
    color: var(--colors-orange-700)
}

.badge--on-color {
    color: var(--colors-base-white);
    background-color: hsl(var(--colors-alpha-white)/30%)
}

.badge--on-color-outlined {
    border: 1px solid hsl(var(--colors-alpha-white)/90%);
    background-color: transparent;
    color: hsl(var(--colors-alpha-white)/90%)
}

.accordion-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.accordion-list__item:last-child {
    border-bottom: 1px solid var(--colors-border-primary)
}

.accordion-item {
    border-top: 1px solid var(--colors-border-primary);
    z-index: 1;
    position: relative
}

.accordion-item__header {
    display: flex;
    padding: var(--spacing-xl);
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-xl);
    cursor: pointer
}

.accordion-item__header:hover {
    background: var(--colors-gray-neutral-50);
    mix-blend-mode: multiply
}

.accordion-item__title {
    color: var(--colors-text-primary);
    width: 100%
}

.accordion-item__arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease-in-out
}

.accordion-item__body {
    display: flex;
    align-items: flex-start;
    padding: 0 var(--spacing-6xl) 0 var(--spacing-xl);
    gap: var(--spacing-md);
    color: var(--colors-text-secondary);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.accordion-item.focused .accordion-item__header,.accordion-item__header:focus {
    background-color: transparent;
    outline: 2px solid var(--colors-base-black)
}

.accordion-item__header:active {
    background-color: var(--colors-gray-neutral-200);
    outline: none
}

.accordion-item.disabled .accordion-item__header:active,.accordion-item.disabled .accordion-item__header:focus,.accordion-item.disabled .accordion-item__header:hover {
    background-color: transparent;
    outline: none
}

.accordion-item.disabled .accordion-item__title,.accordion-item.disabled .accordion-item__arrow,.accordion-item.disabled .accordion-item__arrow path,.accordion-item.disabled .accordion-item__body {
    color: var(--colors-gray-neutral-300)!important;
    stroke: var(--colors-gray-neutral-300)!important
}

.accordion-item--flush {
    width: 398px;
    -o-border-image: linear-gradient(to right,transparent 0 16px,var(--colors-border-primary) 16px 382px,transparent 382px 100%) 100% 1;
    border-image: linear-gradient(to right,transparent 0 16px,var(--colors-border-primary) 16px 382px,transparent 382px 100%) 100% 1
}

[dir=rtl] .accordion-item .accordion-item__body {
    padding: 0 var(--spacing-xl) 0 var(--spacing-6xl)
}

[dir=rtl] .accordion-item--icon-leading .accordion-item__body {
    padding: 0 var(--spacing-6xl) 0 var(--spacing-none)
}

[dir=rtl] .accordion-item.active .accordion-item__body {
    padding: var(--spacing-md) var(--spacing-xl) var(--spacing-3xl) var(--spacing-6xl)
}

[dir=rtl] .accordion-item--icon-leading.active .accordion-item__body {
    padding: var(--spacing-md) var(--spacing-6xl) var(--spacing-3xl) var(--spacing-none)
}

.featured-icon--xl span {
    font-size: 28px
}

.featured-icon--lg span {
    font-size: 24px
}

.featured-icon--md span {
    font-size: 20px
}

.featured-icon--sm span {
    font-size: 16px
}

.featured-icon--hard-brand {
    color: var(--colors-base-white);
    background-color: var(--colors-brand-600)
}

.featured-icon--hard-success {
    color: var(--colors-base-white);
    background-color: var(--colors-brand-600)
}

.featured-icon--light-brand {
    color: var(--colors-brand-600);
    background-color: var(--colors-brand-50)
}

.featured-icon--light-error {
    color: var(--colors-error-600);
    background-color: var(--colors-error-50)
}

.featured-icon--light-warning {
    color: var(--colors-warning-600);
    background-color: var(--colors-warning-50)
}

.featured-icon--light-success {
    color: var(--colors-brand-600);
    background-color: var(--colors-brand-50)
}

.featured-icon--outlined-brand {
    border: 1px solid var(--colors-brand-200);
    color: var(--colors-brand-600);
    background-color: transparent
}

.featured-icon--outlined-error {
    border: 1px solid var(--colors-error-200);
    color: var(--colors-error-600);
    background-color: transparent
}

.featured-icon--outlined-warning {
    border: 1px solid var(--colors-warning-200);
    color: var(--colors-warning-600);
    background-color: transparent
}

.featured-icon--outlined-success {
    border: 1px solid var(--colors-brand-200);
    color: var(--colors-brand-600);
    background-color: transparent
}

.notification-toast {
    display: flex;
    width: 484px;
    padding: var(--spacing-xl) var(--spacing-3xl);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
    border-radius: var(--radius-md, 8px);
    background: var(--colors-base-white);
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 37.5em) {
    .notification-toast__action {
        display:none
    }

    .notification-toast__action-mobile {
        display: flex
    }

    .notification-toast {
        width: 100%;
        padding: var(--spacing-xl)
    }

    .notification-toast:after {
        width: 100%;
        height: 8px
    }

    .notification-toast__header {
        flex-direction: column;
        gap: var(--spacing-xl)
    }
}

.notification-toast--neutral:after {
    background-color: var(--colors-base-white)
}

.notification-toast--info:after {
    background-color: var(--colors-info-400)
}

.notification-toast--error:after {
    background-color: var(--colors-error-400)
}

.notification-toast--warning:after {
    background-color: var(--colors-warning-400)
}

.notification-toast--success:after {
    background-color: var(--colors-success-400)
}

[dir=rtl] .notification-toast__close-btn {
    right: auto;
    left: calc(var(--spacing-3xl))
}

@media only screen and (max-width: 37.5em) {
    [dir=rtl] .notification-toast__close-btn {
        right:auto;
        left: var(--spacing-xl)
    }
}

.alert {
    display: flex;
    width: 100%;
    padding: var(--spacing-xl) var(--spacing-3xl);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
    border-radius: var(--radius-md);
    background: var(--colors-base-white);
    border: 1px solid var(--colors-gray-neutral-300);
    position: relative;
    overflow: hidden
}

.alert--neutral:after {
    background-color: var(--colors-base-white)
}

.alert--info:after {
    background-color: var(--colors-info-400)
}

.alert--error:after {
    background-color: var(--colors-error-400)
}

.alert--warning:after {
    background-color: var(--colors-warning-400)
}

.alert--success:after {
    background-color: var(--colors-success-400)
}

.alert--neutral-bg {
    background-color: var(--colors-gray-neutral-25);
    border-color: var(--colors-gray-neutral-300)
}

.alert--neutral-bg:after {
    background-color: var(--colors-gray-neutral-25)
}

.alert--info-bg {
    background-color: var(--colors-info-25);
    border-color: var(--colors-info-300)
}

.alert--error-bg {
    background-color: var(--colors-error-25);
    border-color: var(--colors-error-300)
}

.alert--warning-bg {
    background-color: var(--colors-warning-25);
    border-color: var(--colors-warning-300)
}

.alert--success-bg {
    background-color: var(--colors-success-25);
    border-color: var(--colors-success-300)
}

[dir=rtl] .alert__close-btn {
    right: auto;
    left: var(--spacing-3xl)
}

@media only screen and (max-width: 37.5em) {
    [dir=rtl] .alert__close-btn {
        right:auto;
        left: var(--spacing-xl)
    }
}

.input {
    display: inline-flex;
    height: 40px;
    min-width: 200px;
    justify-content: flex-start;
    padding: var(--spacing-none) var(--spacing-xl);
    border-radius: var(--radius-sm);
    gap: var(--spacing-xs);
    border: 1px solid var(--colors-gray-neutral-400);
    background: var(--colors-base-white);
    position: relative
}

.input:hover {
    border-color: var(--colors-gray-neutral-700)
}

.input:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--colors-gray-neutral-950);
    transition: width .2s ease-in-out
}

.input__field {
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    color: var(--colors-text-primary)
}

.input__field::-moz-placeholder {
    color: var(--colors-text-placeholder)
}

.input__field::placeholder {
    color: var(--colors-text-placeholder)
}

.input--readonly,.input--readonly:hover,.input--disabled,.input--disabled:hover {
    border-color: var(--colors-gray-neutral-300);
    box-shadow: none!important
}

.input--readonly .input__field::-moz-placeholder,.input--disabled .input__field::-moz-placeholder {
    color: var(--colors-text-primary)
}

.input--readonly .input__field,.input--readonly .input__field::placeholder,.input--disabled .input__field,.input--disabled .input__field::placeholder {
    color: var(--colors-text-primary)
}

.input--disabled .input__field::-moz-placeholder {
    color: var(--colors-gray-neutral-300)
}

.input--disabled .input__field,.input--disabled .input__field::placeholder {
    color: var(--colors-gray-neutral-300)
}

.input--disabled .input__icon span,.input--disabled .input__prefix--subtle-text,.input--disabled .input__prefix--solid-text {
    color: var(--colors-gray-neutral-300)
}

.input__icon span {
    color: var(--colors-gray-neutral-700);
    font-size: 20px
}

.input__feedback-icon--success {
    color: var(--colors-brand-600)
}

.input__feedback-icon--error {
    color: var(--colors-error-600)
}

.input__feedback-icon--error span:after {
    background-color: var(--colors-error-100)
}

.input__feedback-icon--warning {
    color: var(--colors-warning-600)
}

.input__feedback-icon--warning-triangle {
    color: var(--colors-warning-600)
}

.input__prefix,.input__suffix {
    display: inline-flex;
    height: 100%;
    padding: var(--spacing-xxs) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    mix-blend-mode: multiply;
    margin-left: calc(-1 * var(--spacing-xl));
    margin-right: var(--spacing-xl);
    border: 0
}

.input__prefix.selected,.input__suffix.selected {
    background-color: var(--colors-gray-neutral-700)
}

.input__suffix {
    margin-right: calc(-1 * var(--spacing-xl));
    margin-left: var(--spacing-xl);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0
}

.input--lighter {
    border: 0
}

.input--lighter:hover {
    border: 1px solid var(--colors-gray-neutral-400)
}

.input--lighter.focus {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white)
}

.input--lighter.active {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-100)
}

.input--darker {
    border: 0;
    background-color: var(--colors-gray-neutral-50)
}

.input--darker:hover {
    border: 1px solid var(--colors-gray-neutral-400)
}

.input--darker.focus {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white)
}

.input--darker.active {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-100)
}

.input--error,.input--error:hover {
    outline-color: var(--colors-error-600)
}

.input--error:after {
    background-color: var(--colors-error-600)
}

.link {
    display: inline-flex;
    padding: var(--spacing-none);
    align-items: center;
    gap: 8px;
    border-radius: var(--radius-xs)
}

.link__icon {
    display: inline-flex;
    height: 100%
}

.link:hover:not(.link--disabled) .link__label {
    text-decoration: underline
}

.link--inline .link__label {
    text-decoration: underline
}

.link,.link--brand {
    color: var(--colors-brand-600)
}

.link:hover,.link--brand:hover {
    color: var(--colors-brand-700)
}

.link.active,.link--brand.active {
    color: var(--colors-brand-800)
}

.link:focus,.link--brand:focus {
    color: var(--colors-brand-600);
    outline: 2px solid var(--colors-base-black);
    border-radius: var(--radius-xs)
}

.link--neutral {
    color: var(--colors-gray-neutral-950)
}

.link--neutral:hover {
    color: var(--colors-gray-neutral-600)
}

.link--neutral.active {
    color: var(--colors-gray-neutral-800)
}

.link--neutral:focus {
    color: var(--colors-gray-neutral-950);
    outline: 2px solid var(--colors-base-black);
    border-radius: var(--radius-xs)
}

.link--on-color {
    color: var(--colors-base-white)
}

.link--on-color:hover {
    color: hsl(var(--colors-alpha-white)/80%)
}

.link--on-color.active {
    color: hsl(var(--colors-alpha-white)/60%)
}

.link--on-color:visited {
    color: var(--colors-purple-300)!important
}

.link--on-color:focus {
    color: var(--colors-base-white);
    outline: 2px solid var(--colors-base-white);
    border-radius: var(--radius-xs)
}

.link--disabled,.link--disabled:hover {
    color: var(--colors-gray-neutral-400)
}

.link--md .link__icon {
    font-size: 20px!important
}

.link--sm .link__icon {
    font-size: 16px!important
}

.dropdown {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    position: relative;
    border-radius: var(--radius-sm)
}

.dropdown__label--selection {
    color: var(--colors-text-primary);
    display: inline-block
}

.dropdown__chevron {
    position: absolute;
    top: 50%;
    right: var(--spacing-xl);
    transform: translateY(-50%);
    color: var(--colors-gray-neutral-700);
    transition: all .4s ease-in-out
}

.dropdown__btn {
    cursor: pointer;
    height: auto;
    min-height: 40px;
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white);
    padding: var(--spacing-none) var(--spacing-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: var(--colors-text-placeholder)
}

.dropdown__btn:hover {
    border-color: var(--colors-gray-neutral-700)
}

.dropdown__btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--colors-gray-neutral-950);
    transition: width .2s ease-in-out
}

.dropdown--readonly .dropdown__btn,.dropdown--readonly .dropdown__label,.dropdown--readonly .dropdown__label-placeholder,.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder {
    color: var(--colors-text-primary)
}

.dropdown__list,.textarea__dropdown-list,.input__dropdown-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    overflow-y: auto;
    list-style: none;
    height: auto;
    max-height: 0;
    padding-block:0;z-index: -2;
    opacity: 0;
    overflow: hidden;
    transition: z-index .1s ease-in-out,padding-block .1s ease-in-out,max-height .2s .01s ease-in-out;
    pointer-events: none;
    display: flex;
    padding: var(--spacing-md);
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-sm);
    border: 1px solid var(--colors-border-primary);
    background: var(--colors-base-white)
}

.dropdown__list::-webkit-scrollbar,.textarea__dropdown-list::-webkit-scrollbar,.input__dropdown-list::-webkit-scrollbar {
    height: 100px;
    width: calc(8px + 2 * var(--spacing-xs))
}

.dropdown__list::-webkit-scrollbar-track,.textarea__dropdown-list::-webkit-scrollbar-track,.input__dropdown-list::-webkit-scrollbar-track {
    background-color: transparent;
    padding: var(--spacing-xs)
}

.dropdown__list::-webkit-scrollbar-thumb,.textarea__dropdown-list::-webkit-scrollbar-thumb,.input__dropdown-list::-webkit-scrollbar-thumb {
    height: 100px;
    border-radius: var(--radius-full);
    border: var(--spacing-xs) solid transparent;
    background-color: var(--colors-gray-neutral-300);
    background-clip: content-box;
    mix-blend-mode: multiply
}

.dropdown__list li,.textarea__dropdown-list li,.input__dropdown-list li {
    width: 100%;
    padding: 0;
    margin: 0
}

.dropdown__btn.open+.dropdown__list,.dropdown__btn.open+.textarea__dropdown-list,.dropdown__btn.open+.input__dropdown-list {
    z-index: 2;
    opacity: 1;
    padding-block:var(--spacing-md);max-height: 376px;
    pointer-events: auto;
    overflow-y: auto
}

.dropdown__option {
    cursor: pointer;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: var(--spacing-md);
    gap: var(--spacing-md);
    border-radius: var(--radius-sm);
    background-color: transparent;
    border: 0;
    margin: 0
}

.dropdown__option-label {
    color: var(--colors-text-primary)
}

.dropdown__option:hover {
    background-color: var(--colors-gray-neutral-100)
}

.dropdown__option:focus {
    outline: 2px solid var(--colors-base-black)
}

.dropdown__option.active {
    outline: none;
    background-color: var(--colors-gray-neutral-200)
}

.dropdown__option--checkbox .dropdown__option-icon {
    display: none!important;
    color: var(--colors-base-white);
    font-size: 18px!important;
    font-weight: bolder!important
}

.dropdown__option--checkbox.selected>.dropdown__option-icon-container {
    background-color: var(--colors-gray-neutral-950)
}

.dropdown__option--checkbox.selected>.dropdown__option-icon-container>.dropdown__option-icon {
    opacity: 1;
    display: inline-block!important;
    color: var(--colors-base-white)!important
}

.dropdown--error .dropdown__btn {
    border-color: var(--colors-error-600)
}

.dropdown--error .dropdown__btn:after {
    background-color: var(--colors-error-600)
}

.dropdown__feedback-icon--success {
    color: var(--colors-brand-600)
}

.dropdown__feedback-icon--error {
    color: var(--colors-error-600)
}

.dropdown__feedback-icon--error span:after {
    background-color: var(--colors-error-100)
}

.dropdown__feedback-icon--warning {
    color: var(--colors-warning-600)
}

.dropdown__feedback-icon--warning span:after {
    background-color: var(--colors-warning-100)
}

.dropdown--lighter .dropdown__btn:hover {
    border: 1px solid var(--colors-gray-neutral-400)
}

.dropdown--lighter .dropdown__btn.open {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white)
}

.dropdown--lighter .dropdown__btn.active {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-100)
}

.dropdown--darker .dropdown__btn {
    border: 0;
    background-color: var(--colors-gray-neutral-50)
}

.dropdown--darker .dropdown__btn:hover {
    border: 1px solid var(--colors-gray-neutral-400)
}

.dropdown--darker .dropdown__btn.open {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-base-white)
}

.dropdown--darker .dropdown__btn.active {
    border: 1px solid var(--colors-gray-neutral-400);
    background-color: var(--colors-gray-neutral-100)
}

.dropdown--lg .dropdown__list,.dropdown--lg .textarea__dropdown-list,.dropdown--lg .input__dropdown-list {
    top: 40px
}

.dropdown--md .dropdown__list,.dropdown--md .textarea__dropdown-list,.dropdown--md .input__dropdown-list {
    top: 32px
}

.modal {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--spacing-md);
    width: 600px;
    padding: var(--spacing-3xl);
    background-color: var(--colors-base-white);
    border-radius: var(--radius-md)
}

@media only screen and (max-width: 56.25em) {
    .modal {
        width:100%
    }
}

.modal__header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.modal__body {
    width: 100%
}

.modal__heading {
    color: var(--colors-text-primary)
}

.modal__content {
    color: var(--colors-text-tertiary);
    padding-bottom: var(--spacing-xl)
}

.modal__actions {
    width: 100%
}

.modal__actions .btn {
    margin: 0
}

.modal__actions,.modal__actions-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

@media only screen and (max-width: 56.25em) {
    .modal__actions,.modal__actions-btn-group {
        flex-direction:column-reverse;
        width: 100%
    }

    .modal__actions .btn,.modal__actions-btn-group .btn,.modal__actions-btn {
        width: 100%
    }
}

.modal__actions>.modal__actions-btn:first-child {
    display: flex
}

@media only screen and (max-width: 56.25em) {
    .modal__actions>.modal__actions-btn:first-child {
        display:none
    }
}

.modal__actions>.modal__actions-btn:nth-child(2) {
    display: none
}

@media only screen and (max-width: 56.25em) {
    .modal__actions>.modal__actions-btn:nth-child(2) {
        display:flex
    }
}

.tabs-list--horizontal {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    position: relative
}

.tabs-list--horizontal.divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 3px;
    width: 100%;
    border-radius: var(--radius-full);
    background-color: var(--colors-gray-neutral-300)
}

.tabs-list__item {
    display: flex;
    padding: var(--spacing-lg) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    border-radius: var(--radius-xs);
    color: var(--colors-text-secondary);
    position: relative;
    white-space: nowrap
}

.tabs-list__item:hover {
    background-color: var(--colors-gray-neutral-100)
}

.tabs-list__item:hover:after,.tabs-list__item:active:after,.tabs-list__item--active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - var(--spacing-xl) * 2);
    height: 3px;
    border-radius: var(--radius-full);
    background-color: var(--colors-fg-quinary-400)
}

.tabs-list__item:focus {
    outline: 2px solid var(--colors-base-black);
    position: relative;
    color: var(--colors-text-secondary)
}

.tabs-list__item:focus:before {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid var(--colors-base-white);
    border-radius: var(--radius-md)
}

.tabs-list__item:active {
    background: var(--colors-gray-neutral-300);
    outline: none
}

.tabs-list__item:active .tabs-list__icon,.tabs-list__item:active .tabs-list__label {
    color: var(--colors-text-primary)
}

.tabs-list__item:active:after {
    background-color: var(--colors-text-primary)
}

.tabs-list__item--active .tabs-list__icon {
    color: var(--colors-brand-600)
}

.tabs-list__item--active:after {
    background-color: var(--colors-brand-600)
}

.tabs-list__item--active:active .tabs-list__icon {
    color: var(--colors-brand-600)
}

.tabs-list__item--active:hover {
    background-color: transparent;
    color: var(--colors-brand-600)
}

.tabs-list__item--active:hover:after {
    background-color: var(--colors-brand-600)
}

.tabs-list__icon {
    display: flex;
    align-items: center;
    color: var(--colors-text-secondary)
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: var(--size-4, 4px);
    color: var(--colors-gray-neutral-950);
    cursor: pointer
}

.breadcrumb-item.active {
    color: var(--colors-gray-neutral-400)
}

.breadcrumb-item:first-child {
    padding-right: var(--size-4, 4px)
}

.breadcrumb-item:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 8px
}

.breadcrumb-icon {
    color: var(--colors-gray-neutral-400);
    width: 16px;
    height: 16px;
    font-size: 20px;
    display: flex;
    align-items: center
}

[dir=rtl] .breadcrumb-item:first-child {
    padding-right: 0;
    padding-left: 4px
}

[dir=rtl] .breadcrumb-icon {
    transform: rotate(180deg)
}

.pagination__item--active:after {
    content: "";
    width: calc(100% - 8px);
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    border-radius: var(--radius-full, 9999px);
    background: var(--Colors-SA-Flag-600, #1B8354)
}

.pagination--meduim .pagination__item button {
    width: 32px;
    height: 32px
}

div.table-wrapper {
    width: -moz-max-content;
    width: max-content
}

div.table-wrapper .azm-table tr.row-divider:not(:last-child) {
    border-bottom: 1px solid var(--colors-gray-neutral-300)
}

div.table-wrapper .azm-table thead {
    border-bottom: 1px solid var(--colors-gray-neutral-300);
    border-top: 1px solid var(--colors-gray-neutral-300);
    background: var(--Colors-Gray-neutral-100, #f3f4f6)
}

div.table-wrapper .azm-table thead th:first-child {
    width: 20px
}

div.table-wrapper .azm-table thead th {
    height: 48px;
    border-right: 1px solid var(--colors-gray-neutral-300);
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px)
}

div.table-wrapper .azm-table thead th span span.text {
    color: var(--colors-gray-neutral-600)
}

div.table-wrapper .azm-table thead th span span.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

div.table-wrapper .azm-table thead th span span.icon-wrapper .material-icons-outlined {
    cursor: pointer;
    margin-inline:3px;background-color: var(--colors-gray-modern-950);
    border-radius: 4px;
    color: #fff
}

div.table-wrapper .azm-table thead th span span.icon-wrapper .material-icons-outlined:hover {
    transition: all .2s ease-in-out;
    background-color: var(--colors-gray-neutral-600)
}

div.table-wrapper .azm-table thead th span span.icon-wrapper .material-icons-outlined:active {
    transition: all .2s ease-in-out;
    background-color: var(--colors-gray-neutral-500)
}

div.table-wrapper .azm-table thead th span span.icon-wrapper .material-icons-outlined:visited,div.table-wrapper .azm-table thead th span span.icon-wrapper .material-icons-outlined:focus {
    transition: all .2s ease-in-out;
    border-radius: var(--radius-4, 4px);
    border: 2px solid var(--colors-base-black);
    background: var(--Colors-Gray-neutral-950, #0d121c)
}

div.table-wrapper .azm-table tbody tr.alternate:nth-child(odd):not(div.table-wrapper .azm-table tbody tr:hover,div.table-wrapper .azm-table tbody tr.row-selected) {
    transition: all .2s ease-in-out;
    background-color: #fff
}

div.table-wrapper .azm-table tbody td:first-child {
    width: 20px
}

.table-contained {
    overflow: hidden;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--colors-gray-neutral-300);
    padding: 0
}

[dir=rtl] .azm-table {
    direction: rtl
}

[dir=ltr] .azm-table {
    direction: ltr
}

.rating {
    display: inline-flex;
    position: relative;
    font-size: 1.5rem;
    color: #faaf00;
    cursor: pointer;
    text-align: left;
    width: -moz-min-content;
    width: min-content;
    -webkit-tap-highlight-color: transparent
}

.header {
    position: fixed;
    width: 100%;
    min-height: 72px;
    display: flex;
    height: 72px;
    z-index: 99;
    background-color: var(--colors-base-white)
}

.header--divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: var(--colors-gray-neutral-300)
}

.header-nav__main {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl)
}

.header-menu__item:hover:after,.header-menu__item:active:after {
    content: "";
    display: block;
    width: calc(100% - var(--spacing-md) * 2);
    height: 8px;
    border-radius: var(--radius-full);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--colors-fg-quinary-400)
}

.header-menu__item:hover .header-menu__item-label,.header-menu__item:hover .header-menu__item-icon,.header-menu__item:hover .header-menu__item-arrow,.header-menu__item:active .header-menu__item-label,.header-menu__item:active .header-menu__item-icon,.header-menu__item:active .header-menu__item-arrow {
    color: var(--colors-text-primary)
}

.header-menu__item:hover {
    background: var(--colors-gray-neutral-100)
}

.header-menu__item:active {
    background-color: var(--colors-gray-neutral-300);
    outline: none
}

.header-menu__item:active:after {
    display: block;
    background-color: var(--colors-fg-tertiary-600)
}

.header-menu__item-label,.header-menu__item-icon,.header-menu__item-arrow {
    color: var(--colors-text-secondary)
}

.header-menu__item-icon,.header-menu__item-arrow {
    color: var(--colors-text-secondary);
    display: flex;
    align-items: center
}

.header-menu__item--active,.header-menu__item--active:hover,.header-menu__item--active:focus,.header-menu__item--active:active {
    position: relative;
    background: var(--colors-brand-800);
    outline: none
}

.header-menu__item--active .header-menu__item-label,.header-menu__item--active .header-menu__item-icon,.header-menu__item--active .header-menu__item-arrow,.header-menu__item--active:hover .header-menu__item-label,.header-menu__item--active:hover .header-menu__item-icon,.header-menu__item--active:hover .header-menu__item-arrow,.header-menu__item--active:focus .header-menu__item-label,.header-menu__item--active:focus .header-menu__item-icon,.header-menu__item--active:focus .header-menu__item-arrow,.header-menu__item--active:active .header-menu__item-label,.header-menu__item--active:active .header-menu__item-icon,.header-menu__item--active:active .header-menu__item-arrow {
    color: var(--colors-text-primary_on-brand)
}

.header-menu__item--active:after,.header-menu__item--active:hover:after,.header-menu__item--active:focus:after,.header-menu__item--active:active:after {
    content: "";
    display: block;
    width: calc(100% - var(--spacing-md) * 2);
    height: 8px;
    border-radius: var(--radius-full);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--colors-brand-400)
}

.header-menu__item--active:active {
    outline: none
}

.header-menu__item--active.header-menu__item--disabled:after {
    content: "";
    display: block!important;
    width: calc(100% - var(--spacing-md) * 2);
    height: 8px;
    border-radius: var(--radius-full);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--colors-gray-neutral-300)
}

.header-menu__item--disabled .header-menu__item-label,.header-menu__item--disabled .header-menu__item-icon,.header-menu__item--disabled .header-menu__item-arrow,.header-menu__item--disabled:hover .header-menu__item-label,.header-menu__item--disabled:hover .header-menu__item-icon,.header-menu__item--disabled:hover .header-menu__item-arrow,.header-menu__item--disabled:focus .header-menu__item-label,.header-menu__item--disabled:focus .header-menu__item-icon,.header-menu__item--disabled:focus .header-menu__item-arrow,.header-menu__item--disabled:active .header-menu__item-label,.header-menu__item--disabled:active .header-menu__item-icon,.header-menu__item--disabled:active .header-menu__item-arrow {
    color: var(--colors-gray-neutral-300)
}

.header__sub-menu--bg-brand {
    background-color: var(--colors-brand-900)
}

.sub-menu__column-title {
    color: var(--colors-text-brand-secondary)
}

.sub-menu__link:hover,.sub-menu__link:focus,.sub-menu__link:active {
    background-color: var(--colors-gray-neutral-50)
}

.sub-menu__link:active {
    background-color: var(--colors-gray-neutral-200);
    outline: none
}

.sub-menu__link-icon {
    color: var(--colors-brand-600)
}

.sub-menu__link-icon--bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--colors-brand-100);
    border-radius: var(--radius-md);
    padding: var(--spacing-lg)
}

.sub-menu__link-label {
    color: var(--colors-text-primary)
}

.sub-menu__link-helper {
    color: var(--colors-text-tertiary)
}

.sub-menu__link--on-color.sub-menu__link:hover,.sub-menu__link--on-color.sub-menu__link:focus,.sub-menu__link--on-color.sub-menu__link:active {
    background-color: hsla(var(--colors-alpha-white)/10%)
}

.sub-menu__link--on-color.sub-menu__link:active {
    background-color: hsla(var(--colors-alpha-white)/40%);
    outline: none
}

.sub-menu__link--on-color .sub-menu__link-icon {
    color: var(--colors-brand-400)
}

.sub-menu__link--on-color .sub-menu__link-icon--bg {
    background-color: var(--colors-brand-800)
}

.sub-menu__link--on-color .sub-menu__link-label {
    color: var(--colors-text-primary_on-brand)
}

.sub-menu__link--on-color .sub-menu__link-helper {
    color: hsla(var(--colors-alpha-white)/70%)
}

.next-nav-btn:hover .next-text,.next-nav-btn:hover .next-icon,.previous-nav-btn:hover .previous-text,.previous-nav-btn:hover .previous-icon {
    color: var(--colors-brand-600)
}

.sidepanel {
    background-color: var(--colors-base-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(264px + 2 * var(--spacing-xs) + 4px);
    min-height: calc(100vh - 72px);
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    position: fixed;
    top: 72px;
    z-index: 99;
    transition: all .4s ease-in-out
}

.sidepanel.collapsed {
    transform: translate(calc((224px + var(--spacing-xl) + var(--spacing-xl) + 8px + 2 * var(--spacing-xs)) * -2))
}

.sidepanel::-webkit-scrollbar-thumb {
    height: 100px;
    border-radius: var(--radius-full);
    border: var(--spacing-xs) solid transparent;
    background-color: var(--colors-gray-neutral-300);
    background-clip: content-box;
    mix-blend-mode: multiply
}

.sidepanel__menu-tab,.sidepanel__submenu-tab {
    display: flex;
    width: 224px;
    padding: var(--spacing-md) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md);
    align-self: stretch;
    color: var(--colors-gray-neutral-600);
    text-decoration: none;
    border-radius: var(--radius-sm);
    mix-blend-mode: multiply;
    position: relative;
    border: 2px solid transparent;
    outline: none
}

.sidepanel__menu-tab:focus-visible,.sidepanel__submenu-tab:focus-visible {
    outline: 2px solid var(--colors-brand-600);
    outline-offset: 2px
}

.sidepanel__menu-tab:focus,.sidepanel__submenu-tab:focus {
    background-color: var(--colors-base-white);
    border-color: var(--colors-base-black)
}

.sidepanel__menu-tab.pressed,.pressed.sidepanel__submenu-tab {
    background-color: var(--colors-gray-neutral-300);
    color: var(--colors-text-primary);
    border-color: transparent
}

.sidepanel__menu-tab.disabled,.disabled.sidepanel__submenu-tab {
    color: var(--colors-gray-neutral-300);
    background-color: transparent;
    border-color: transparent
}

.sidepanel__menu-tab-divider {
    background: var(--colors-gray-neutral-300);
    height: 1px;
    margin: var(--spacing-md) var(--spacing-xl);
    display: block
}

.sidepanel__menu-tab.active+.sidepanel__submenu-list,.active.sidepanel__submenu-tab+.sidepanel__submenu-list {
    opacity: 1;
    padding-block:3px!important;margin-left: 25px
}

.sidepanel__menu--tab {
    display: flex;
    width: 224px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md);
    align-self: stretch;
    color: var(--colors-gray-neutral-600);
    text-decoration: none;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    outline: none
}

.sidepanel__menu--tab:focus-visible {
    outline: 2px solid var(--colors-brand-600);
    outline-offset: 2px
}

.sidepanel__menu--tab:hover {
    background-color: var(--colors-gray-neutral-100);
    color: var(--colors-text-primary);
    border-color: transparent
}

.sidepanel__menu--tab-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidepanel__menu--tab-label {
    flex: 1
}

.sidepanel__submenu-list {
    display: block;
    padding-block:0!important;max-height: 0;
    overflow-y: hidden;
    opacity: 1!important;
    transition: max-height .3s ease
}

.footer {
    display: flex;
    padding: var(--spacing-none) var(--spacing-4xl);
    justify-content: center;
    align-items: flex-start;
    background-color: var(--colors-gray-neutral-100)
}

.footer-content {
    display: flex;
    max-width: 1280px;
    padding: var(--spacing-3xl, 24px) var(--spacing-none, 0px);
    flex-direction: column;
    align-items: flex-start
}

.footer__nav-links {
    display: flex;
    padding: var(--spacing-xl) var(--spacing-none);
    align-items: flex-start;
    align-content: flex-start;
    gap: var(--spacing-3xl);
    align-self: stretch;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--colors-border-primary)
}

.footer__nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__nav-links-column {
    min-width: 180px
}

.footer__nav-links-column,.footer__nav-links-column-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md)
}

.footer__nav-links-column-title {
    color: var(--colors-text-primary);
    display: flex;
    padding-bottom: var(--spacing-md, 8px);
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--colors-border-primary)
}

.footer__basic {
    display: flex;
    padding: var(--spacing-xl) var(--spacing-none);
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-3xl);
    width: 100%
}

.footer__actions-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
    flex: 1
}

@media only screen and (max-width: 56.25em) {
    .footer__actions-copyright {
        flex:auto
    }
}

.footer__actions {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: var(--spacing-xl);
    align-self: stretch;
    flex-wrap: wrap;
    list-style: none
}

.footer__copyright {
    color: var(--colors-text-primary)
}

.footer__logos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--spacing-xl)
}

.footer--bg-default {
    background-color: var(--colors-gray-neutral-100)
}

.footer--bg-brand {
    background-color: var(--colors-brand-900)
}

.footer--bg-brand .footer__nav-links-column-title {
    color: var(--colors-text-primary_on-brand);
    border-color: hsla(var(--colors-alpha-white)/30%)
}

.footer--bg-brand .footer__copyright {
    color: var(--colors-text-primary_on-brand)
}

.table-of-content {
    display: flex;
    width: 100%;
    padding: var(--container-padding-desktop) var(--spacing-none);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
    height: 100vh;
    display: grid;
    place-content: start start
}

.table-of-content__tab-sublist .table-of-content__tab:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--colors-gray-neutral-300);
    display: block;
    position: absolute;
    inset-inline: 0px;
    top: 0
}

.table-of-content__tab-sub-sublist .table-of-content__tab:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--colors-gray-neutral-300);
    display: block;
    position: absolute;
    inset-inline: 0;
    top: 0
}

.table-of-content__tab-sub-sublist .table-of-content__tab:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--colors-gray-neutral-300);
    display: block;
    position: absolute;
    inset-inline: 0;
    top: 0
}

.table-of-content__tab-label {
    padding-block:var(--spacing-sm);flex: 1;
    color: var(--colors-text-secondary)
}

.table-of-content__tab-prefix {
    display: block;
    height: 100%;
    border-radius: var(--radius-full);
    background-color: var(--colors-brand-600);
    width: 3px;
    position: absolute;
    inset-inline: 0;
    top: 0
}

.table-of-content__tab:hover .table-of-content__tab-prefix {
    display: block;
    background-color: var(--colors-fg-quinary-400)
}

.table-of-content__tab:hover .table-of-content__tab-label {
    color: var(--colors-text-primary)
}

.table-of-content__tab:hover {
    background-color: var(--colors-gray-neutral-100)
}

.table-of-content__tab:hover:after,.table-of-content__tab:hover:before {
    display: none
}

.table-of-content__tab:focus .table-of-content__tab-label {
    color: var(--colors-text-primary)
}

.table-of-content__tab:focus {
    outline: 2px solid var(--colors-base-black);
    background-color: transparent
}

.table-of-content__tab.selected,.table-of-content__tab.active {
    color: var(--colors-text-primary)
}

.table-of-content__tab.selected .table-of-content__tab-prefix,.table-of-content__tab.active .table-of-content__tab-prefix {
    display: block;
    background-color: var(--colors-brand-600)
}

.table-of-content__tab.pressed .table-of-content__tab-prefix {
    display: block;
    background-color: var(--colors-fg-tertiary-600)
}

.table-of-content__tab.pressed .table-of-content__tab-label {
    color: var(--colors-text-primary)
}

.table-of-content__tab.pressed {
    outline: none;
    background-color: var(--colors-gray-neutral-300)
}

.table-of-content__tab.pressed:after,.table-of-content__tab.pressed:before {
    display: none
}

body {
    background-color: var(--colors-gray-neutral-50)
}

main {
    flex: 1;
    min-height: 100vh;
    padding-left: 0!important
}

@media only screen and (min-width: 56.25em) {
    main {
        padding-left:calc(224px + var(--spacing-xl) + var(--spacing-xl) + 8px + 2 * var(--spacing-xs))
    }
}

@media only screen and (min-width: 112.5em) {
    html {
        font-size:62.5%
    }
}

@media only screen and (max-width: 84em) {
    html {
        font-size:60%
    }
}

@media only screen and (max-width: 75em) {
    html {
        font-size:58%
    }
}

@media only screen and (max-width: 56.25em) {
    html {
        font-size:55%
    }
}

@media only screen and (max-width: 37.5em) {
    html {
        font-size:50%
    }
}

.breadcrumb-item .link__label {
    white-space: nowrap
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(/assets/IBMPlexSansArabic-Regular-D8nS0htW.woff2) format("woff2"),url(/assets/IBMPlexSansArabic-Regular-P9lifGIf.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(/assets/IBMPlexSansArabic-Medium-DqbsVr42.woff2) format("woff2"),url(/assets/IBMPlexSansArabic-Medium-DTz_GYEF.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(/assets/IBMPlexSansArabic-SemiBold-BEk00XWf.woff2) format("woff2"),url(/assets/IBMPlexSansArabic-SemiBold-Cg4SUDEH.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(/assets/IBMPlexSansArabic-Bold-DAVtucAS.woff2) format("woff2"),url(/assets/IBMPlexSansArabic-Bold-C7LxTaUT.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

.display-2xl-regular {
    font: 400 7.2rem/9rem IBMPlexSansArabic
}

.display-xl-regular {
    font: 400 6rem/7.2rem IBMPlexSansArabic
}

.display-lg-regular {
    font: 400 4.8rem/6rem IBMPlexSansArabic
}

.display-md-regular {
    font: 400 3.6rem/4.4rem IBMPlexSansArabic
}

.display-sm-regular {
    font: 400 3rem/3.8rem IBMPlexSansArabic
}

.display-xs-regular {
    font: 400 2.4rem/3.2rem IBMPlexSansArabic
}

.text-xl-regular {
    font: 400 2rem/3rem IBMPlexSansArabic
}

.text-lg-regular {
    font: 400 1.8rem/2.8rem IBMPlexSansArabic
}

.input__field::-moz-placeholder,.textarea__field::-moz-placeholder {
    font: 400 1.6rem/2.4rem IBMPlexSansArabic
}

.text-md-regular,.accordion-item__body,.input__field,.input__field::placeholder,.input__prefix-label,.input__prefix-icon,.input__prefix-chevron,.input__suffix-label,.input__suffix-icon,.input__suffix-chevron,.input--lg .input__prefix-label,.input--lg .input__suffix-label,.link,.link--md,.dropdown__label,.dropdown__btn,.dropdown--lg .dropdown__label,.dropdown--lg .dropdown__label-placeholder,.dropdown--lg .dropdown__option-label,div.table-wrapper .azm-table tbody td,.textarea__field,.textarea__field::placeholder {
    font: 400 1.6rem/2.4rem IBMPlexSansArabic
}

.input--lg .input__field::-moz-placeholder,.input--md .input__field::-moz-placeholder,.textarea--lg .textarea__field::-moz-placeholder {
    font: 400 1.4rem/2rem IBMPlexSansArabic
}

.text-sm-regular,.input__prefix .dropdown__label--selection,.input__suffix .dropdown__label--selection,.input--lg .input__field,.input--lg .input__field::placeholder,.input--md .input__field,.input--md .input__field::placeholder,.input--md .input__prefix-label,.input--md .input__suffix-label,.link--sm,.dropdown__option-label,.dropdown--md .dropdown__label,.dropdown--md .dropdown__label-placeholder,.dropdown--md .dropdown__option-label,.modal__content,.tabs-list__label,.dga-form-control>.dga-label,.textarea--lg .textarea__field,.textarea--lg .textarea__field::placeholder,.sub-menu__link-helper,.sidepanel__menu-tab,.sidepanel__menu--tab,.sidepanel__submenu-tab,.sidepanel__submenu--sublevel .sidepanel__submenu-tab-label,.table-of-content__tab-label {
    font: 400 1.4rem/2rem IBMPlexSansArabic
}

.text-xs-regular {
    font: 400 1.2rem/1.8rem IBMPlexSansArabic
}

.text-2xs-regular {
    font: 400 1rem/1.4rem IBMPlexSansArabic
}

.display-2xl-medium {
    font: 500 7.2rem/9rem IBMPlexSansArabic
}

.display-xl-medium {
    font: 500 6rem/7.2rem IBMPlexSansArabic
}

.display-lg-medium {
    font: 500 4.8rem/6rem IBMPlexSansArabic
}

.display-md-medium {
    font: 500 3.6rem/4.4rem IBMPlexSansArabic
}

.display-sm-medium {
    font: 500 3rem/3.8rem IBMPlexSansArabic
}

.display-xs-medium {
    font: 500 2.4rem/3.2rem IBMPlexSansArabic
}

.text-xl-medium {
    font: 500 2rem/3rem IBMPlexSansArabic
}

.text-lg-medium {
    font: 500 1.8rem/2.8rem IBMPlexSansArabic
}

.text-md-medium,.btn--lg,.badge,.badge--lg,.header-menu__item-label,.header-menu__item-icon,.header-menu__item-arrow {
    font: 500 1.6rem/2.4rem IBMPlexSansArabic
}

.text-sm-medium,.btn--md,.tabs-list__item--active .tabs-list__label {
    font: 500 1.4rem/2rem IBMPlexSansArabic
}

.text-xs-medium,.btn--sm,.badge--md,div.table-wrapper .azm-table thead th span span.text {
    font: 500 1.2rem/1.8rem IBMPlexSansArabic
}

.text-2xs-medium {
    font: 500 1rem/1.4rem IBMPlexSansArabic
}

.display-2xl-semibold {
    font: 600 7.2rem/9rem IBMPlexSansArabic
}

.display-xl-semibold {
    font: 600 6rem/7.2rem IBMPlexSansArabic
}

.display-lg-semibold {
    font: 600 4.8rem/6rem IBMPlexSansArabic
}

.display-md-semibold {
    font: 600 3.6rem/4.4rem IBMPlexSansArabic
}

.display-sm-semibold {
    font: 600 3rem/3.8rem IBMPlexSansArabic
}

.display-xs-semibold {
    font: 600 2.4rem/3.2rem IBMPlexSansArabic
}

.text-xl-semibold {
    font: 600 2rem/3rem IBMPlexSansArabic
}

.text-lg-semibold,.modal__heading,.footer__nav-links-column-title {
    font: 600 1.8rem/2.8rem IBMPlexSansArabic
}

.text-md-semibold,.accordion-item__title,.header-menu__item--active .header-menu__item-label,.header-menu__item--active .header-menu__item-icon,.header-menu__item--active .header-menu__item-arrow,.header-menu__item--active:hover .header-menu__item-label,.header-menu__item--active:hover .header-menu__item-icon,.header-menu__item--active:hover .header-menu__item-arrow,.header-menu__item--active:focus .header-menu__item-label,.header-menu__item--active:focus .header-menu__item-icon,.header-menu__item--active:focus .header-menu__item-arrow,.header-menu__item--active:active .header-menu__item-label,.header-menu__item--active:active .header-menu__item-icon,.header-menu__item--active:active .header-menu__item-arrow,.header-menu__item--disabled .header-menu__item-label,.header-menu__item--disabled .header-menu__item-icon,.header-menu__item--disabled .header-menu__item-arrow,.header-menu__item--disabled:hover .header-menu__item-label,.header-menu__item--disabled:hover .header-menu__item-icon,.header-menu__item--disabled:hover .header-menu__item-arrow,.header-menu__item--disabled:focus .header-menu__item-label,.header-menu__item--disabled:focus .header-menu__item-icon,.header-menu__item--disabled:focus .header-menu__item-arrow,.header-menu__item--disabled:active .header-menu__item-label,.header-menu__item--disabled:active .header-menu__item-icon,.header-menu__item--disabled:active .header-menu__item-arrow,.sub-menu__link-label {
    font: 600 1.6rem/2.4rem IBMPlexSansArabic
}

.text-sm-semibold,.dropdown__list-group-label,.sidepanel__menu-tab-label,.sidepanel__menu--tab-label,.sidepanel__submenu-tab-label,.table-of-content__tab.selected .table-of-content__tab-label,.table-of-content__tab.active .table-of-content__tab-label {
    font: 600 1.4rem/2rem IBMPlexSansArabic
}

.text-xs-semibold {
    font: 600 1.2rem/1.8rem IBMPlexSansArabic
}

.text-2xs-semibold,.badge--sm {
    font: 600 1rem/1.4rem IBMPlexSansArabic
}

.display-2xl-bold {
    font: 700 7.2rem/9rem IBMPlexSansArabic
}

.display-xl-bold {
    font: 700 6rem/7.2rem IBMPlexSansArabic
}

.display-lg-bold {
    font: 700 4.8rem/6rem IBMPlexSansArabic
}

.display-md-bold {
    font: 700 3.6rem/4.4rem IBMPlexSansArabic
}

.display-sm-bold {
    font: 700 3rem/3.8rem IBMPlexSansArabic
}

.display-xs-bold {
    font: 700 2.4rem/3.2rem IBMPlexSansArabic
}

.text-xl-bold,.contribution-stepper [data-alignment=vertical] .step-label .step-label--circle {
    font: 700 2rem/3rem IBMPlexSansArabic
}

.text-lg-bold,.sub-menu__column-title {
    font: 700 1.8rem/2.8rem IBMPlexSansArabic
}

.text-md-bold {
    font: 700 1.6rem/2.4rem IBMPlexSansArabic
}

.text-sm-bold,.sidepanel__menu-tab.selected,.sidepanel__menu-tab.active,.sidepanel__menu-tab.active>.sidepanel__menu-tab-label,.selected.sidepanel__submenu-tab,.active.sidepanel__submenu-tab,.active.sidepanel__submenu-tab>.sidepanel__menu-tab-label {
    font: 700 1.4rem/2rem IBMPlexSansArabic
}

.text-xs-bold {
    font: 700 1.2rem/1.8rem IBMPlexSansArabic
}

.text-2xs-bold {
    font: 700 1rem/1.4rem IBMPlexSansArabic
}

.shadow-md,.input.focus,.dropdown__btn.open,.textarea.focus {
    box-shadow: var(--shadow-md)
}

.shadow-lg,.header__sub-menu {
    box-shadow: var(--shadow-lg)
}

.shadow-xl,.dropdown__list,.input__dropdown-list,.textarea__dropdown-list {
    box-shadow: var(--shadow-xl)
}

.shadow-2xl {
    box-shadow: var(--shadow-2xl)
}

.shadow-3xl,.notification-toast,.modal {
    box-shadow: var(--shadow-3xl)
}

.show-Btn {
    transition: all .6s ease;
    opacity: 1!important;
    translate: -150px;
    font-weight: 700!important
}

.st {
    position: sticky;
    top: 10px
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 100
}

.pin-up {
    height: 100vh!important
}

.btn-container--without-margins>.btn {
    padding: 0;
    margin: 0
}

[dir=rtl] .show-Btn {
    translate: 150px
}

.contribution-stepper [data-alignment=vertical] .progress-indicator__step-connector {
    background-color: unset;
    width: unset;
    height: calc(100% - 62px);
    top: 62px;
    left: 31px;
    border-left: 3px dashed #B8EACB
}

[dir=rtl] .contribution-stepper [data-alignment=vertical] .progress-indicator__step-connector {
    right: 31px;
    border-right: 3px dashed #B8EACB;
    border-left: none
}

.contribution-stepper [data-alignment=vertical] .step-label {
    width: 62px;
    height: 62px
}

.contribution-stepper [data-alignment=vertical] .step-label .step-label--circle {
    width: 62px;
    height: 62px;
    background-color: #f3fcf6;
    color: #1b8354;
    border: none
}

ol.list-decimal {
    list-style-type: decimal
}

.table-preview .checkbox-main,.checkbox-main__content {
    min-width: -moz-fit-content!important;
    min-width: fit-content!important
}

.header,.sidepanel {
    position: relative
}

.sidepanel {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.sidepanel::-webkit-scrollbar {
    display: none
}

.sidepanel {
    top: 0;
    min-height: 100vh
}

main {
    padding-left: 2rem
}

* {
    scroll-behavior: smooth
}

.filter-container .dropdown {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    min-width: none
}

.component-bg {
    background-image: url(/component-bg.svg)
}

.component-bg aside {
    width: -moz-max-content!important;
    width: max-content!important;
    height: -moz-min-content;
    height: min-content;
    background: initial
}

.flipped-background:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: var(--bg-position, 100% 0);
    z-index: -1;
    border-radius: 1.2rem
}

.fade:after,.fade:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 25%;
    height: 100%;
    z-index: 9;
    filter: blur(20px)
}

.fade:after {
    right: 0;
    background-image: linear-gradient(to right,#fff0,#ffffffe6)
}

.fade:before {
    left: 0;
    background-image: linear-gradient(to left,#fff0,#fff)
}

.custom-outline-none .focus>.step-text {
    outline: none!important
}

.progress-indicator__step-connector span:last-child {
    display: none!important
}

.elevation-table table td,.elevation-table table th {
    border: 1px solid #e5e7eb!important
}

.change-log-input .input {
    background: #fcfcfd!important
}

@media screen and (max-width: 801px) {
    .opacity-bg {
        background:#ffffff0a!important;
        border-radius: 10px!important;
        backdrop-filter: blur(3px)!important;
        -webkit-backdrop-filter: blur(3px)!important
    }
}

.pointer {
    cursor: pointer
}

.custom-footer-style footer.footer {
    max-width: 630px;
    margin-inline:auto}

.custom-footer-style .btn--secondary-outline-on-color {
    outline-color: #61646c;
    color: #161616
}

:root {
    --spacing-0: 0px;
    --spacing-0․5: 2px;
    --spacing-1: 4px;
    --spacing-1․5: 6px;
    --spacing-2: 8px;
    --spacing-3: 12px;
    --spacing-4: 16px;
    --spacing-5: 20px;
    --spacing-6: 24px;
    --spacing-8: 32px;
    --spacing-10: 40px;
    --spacing-12: 48px;
    --spacing-16: 64px;
    --spacing-20: 80px;
    --spacing-24: 96px;
    --spacing-32: 128px;
    --spacing-40: 160px;
    --spacing-48: 192px;
    --spacing-56: 224px;
    --spacing-64: 256px;
    --spacing-96: 384px;
    --spacing-80: 320px;
    --spacing-120: 480px;
    --spacing-140: 560px;
    --spacing-160: 640px;
    --spacing-180: 720px;
    --spacing-192: 768px;
    --spacing-256: 1024px;
    --spacing-320: 1280px;
    --spacing-360: 1440px;
    --spacing-400: 1600px;
    --spacing-480: 1920px;
    --width-xxs: var(--spacing-80);
    --width-xs: var(--spacing-96);
    --width-sm: var(--spacing-120);
    --width-md: var(--spacing-140);
    --width-lg: var(--spacing-160);
    --width-xl: var(--spacing-192);
    --width-2xl: var(--spacing-256);
    --width-3xl: var(--spacing-320);
    --width-4xl: var(--spacing-360);
    --width-5xl: var(--spacing-400);
    --width-6xl: var(--spacing-480);
    --maxwidth-paragraph-max-width: var(--spacing-180)
}

@media only screen and (min-width: 1025px) {
    :root {
        --tooltip-padding: var(--spacing-2);
        --tooltip-gap: var(--spacing-2);
        --tab-button-gap: var(--spacing-1);
        --notification-gap: var(--spacing-4);
        --notification-padding: var(--spacing-4);
        --notification-h-padding: var(--spacing-6);
        --notification-alert-v-padding: var(--spacing-2);
        --notification-alert-h-padding: var(--spacing-6);
        --notification-toast-v-padding: var(--spacing-4);
        --notification-toast-desktop-h-padding: var(--spacing-6);
        --notification-toast-mobile-h-padding: var(--spacing-4);
        --tab-horizontal-tab-md-button-v-padding: var(--spacing-3);
        --tab-horizontal-tab-md-button-h-padding: var(--spacing-4);
        --tab-horizontal-tab-sm-button-v-padding: var(--spacing-2);
        --tab-horizontal-tab-sm-button-h-padding: var(--spacing-3);
        --tab-vertical-tab-md-button-v-padding: var(--spacing-1.5);
        --tab-vertical-tab-md-button-h-padding: var(--spacing-3);
        --tab-vertical-tab-sm-button-v-padding: var(--spacing-0.5);
        --tab-vertical-tab-sm-button-h-padding: var(--spacing-1.5);
        --table-cell-gap: var(--spacing-2);
        --table-cell-v-padding: var(--spacing-2);
        --table-cell-h-padding: var(--spacing-4);
        --control-vertical-gap: var(--spacing-1);
        --control-title-error-gap: var(--spacing-4);
        --control-switch-error-icon-gap: var(--spacing-2);
        --control-radio-error-icon-gap: var(--spacing-4);
        --control-switch-description-padding: var(--spacing-16);
        --control-radio-description-padding: var(--spacing-12);
        --form-label-gap: var(--spacing-1);
        --form-field-label-gap: var(--spacing-2);
        --form-input-padding: var(--spacing-0);
        --form-input-gap: var(--spacing-0);
        --form-textarea-padding: var(--spacing-0);
        --form-textarea-gap: var(--spacing-0);
        --form-select-padding: var(--spacing-0);
        --form-select-gap: var(--spacing-0);
        --accordion-lg-header-padding: var(--spacing-4);
        --accordion-lg-header-gap: var(--spacing-4);
        --accordion-md-header-padding: var(--spacing-3);
        --accordion-md-header-gap: var(--spacing-12);
        --accordion-sm-header-padding: var(--spacing-2);
        --accordion-sm-header-gap: var(--spacing-2);
        --card-lg-padding: var(--spacing-8);
        --section-padding: var(--spacing-8);
        --section-gap: var(--spacing-8);
        --text-content-gap: var(--spacing-2);
        --icon-text-gap: var(--spacing-2);
        --buttons-lg-gap: var(--spacing-1);
        --model-padding: var(--spacing-6);
        --buttons-lg-padding: var(--spacing-4);
        --model-gap: var(--spacing-2);
        --buttons-md-gap: var(--spacing-1);
        --buttons-md-padding: var(--spacing-3);
        --buttons-sm-gap: var(--spacing-1);
        --buttons-sm-padding: var(--spacing-2);
        --model-content-bottom-padding: var(--spacing-4);
        --buttons-group-gap: var(--spacing-2);
        --button-menu-gap: var(--spacing-2);
        --button-menu-v-padding: var(--spacing-2);
        --button-menu-h-padding: var(--spacing-2);
        --link-md-gap: var(--spacing-2);
        --link-sm-gap: var(--spacing-1);
        --link-links-group-gap: var(--spacing-3);
        --progressindicator-progress-indicator-gap: var(--spacing-2);
        --progressindicator-progress-text-content-side-padding: var(--spacing-4);
        --pagination-item-sm-padding: var(--spacing-1);
        --pagination-item-md-padding: var(--spacing-1.5);
        --pagination-item-lg-padding: var(--spacing-2);
        --pagination-items-padding: var(--spacing-2);
        --spacing-none: var(--spacing-0);
        --spacing-xxs: var(--spacing-0.5);
        --spacing-xs: var(--spacing-1);
        --spacing-sm: var(--spacing-1.5);
        --spacing-md: var(--spacing-2);
        --spacing-lg: var(--spacing-3);
        --spacing-xl: var(--spacing-4);
        --spacing-2xl: var(--spacing-5);
        --spacing-3xl: var(--spacing-6);
        --spacing-4xl: var(--spacing-8);
        --spacing-5xl: var(--spacing-10);
        --spacing-6xl: var(--spacing-12);
        --spacing-7xl: var(--spacing-16);
        --spacing-8xl: var(--spacing-20);
        --spacing-9xl: var(--spacing-24);
        --spacing-10xl: var(--spacing-32);
        --spacing-11xl: var(--spacing-40);
        --card-lg-gap: var(--spacing-6);
        --card-md-padding: var(--spacing-8);
        --card-md-gap: var(--spacing-6);
        --card-sm-padding: var(--spacing-8);
        --card-sm-gap: var(--spacing-6)
    }
}

@media only screen and (min-width: 768px) {
    :root {
        --tooltip-padding: var(--spacing-2);
        --tooltip-gap: var(--spacing-2);
        --tab-button-gap: var(--spacing-1);
        --notification-gap: var(--spacing-4);
        --notification-padding: var(--spacing-4);
        --notification-h-padding: var(--spacing-6);
        --notification-alert-v-padding: var(--spacing-2);
        --notification-alert-h-padding: var(--spacing-6);
        --notification-toast-v-padding: var(--spacing-4);
        --notification-toast-desktop-h-padding: var(--spacing-6);
        --notification-toast-mobile-h-padding: var(--spacing-4);
        --tab-horizontal-tab-md-button-v-padding: var(--spacing-3);
        --tab-horizontal-tab-md-button-h-padding: var(--spacing-4);
        --tab-horizontal-tab-sm-button-v-padding: var(--spacing-2);
        --tab-horizontal-tab-sm-button-h-padding: var(--spacing-3);
        --tab-vertical-tab-md-button-v-padding: var(--spacing-1.5);
        --tab-vertical-tab-md-button-h-padding: var(--spacing-3);
        --tab-vertical-tab-sm-button-v-padding: var(--spacing-0.5);
        --tab-vertical-tab-sm-button-h-padding: var(--spacing-1.5);
        --table-cell-gap: var(--spacing-2);
        --table-cell-v-padding: var(--spacing-2);
        --table-cell-h-padding: var(--spacing-4);
        --control-vertical-gap: var(--spacing-1);
        --control-title-error-gap: var(--spacing-3);
        --control-switch-error-icon-gap: var(--spacing-2);
        --control-radio-error-icon-gap: var(--spacing-4);
        --control-switch-description-padding: var(--spacing-16);
        --control-radio-description-padding: var(--spacing-12);
        --form-label-gap: var(--spacing-1);
        --form-field-label-gap: var(--spacing-2);
        --form-input-padding: var(--spacing-0);
        --form-input-gap: var(--spacing-0);
        --form-textarea-padding: var(--spacing-0);
        --form-textarea-gap: var(--spacing-0);
        --form-select-padding: var(--spacing-0);
        --form-select-gap: var(--spacing-0);
        --accordion-lg-header-padding: var(--spacing-4);
        --accordion-lg-header-gap: var(--spacing-4);
        --accordion-md-header-padding: var(--spacing-3);
        --accordion-md-header-gap: var(--spacing-3);
        --accordion-sm-header-padding: var(--spacing-2);
        --accordion-sm-header-gap: var(--spacing-2);
        --card-lg-padding: var(--spacing-6);
        --section-padding: var(--spacing-6);
        --section-gap: var(--spacing-6);
        --text-content-gap: var(--spacing-2);
        --icon-text-gap: var(--spacing-2);
        --buttons-lg-gap: var(--spacing-1);
        --model-padding: var(--spacing-6);
        --buttons-lg-padding: var(--spacing-4);
        --model-gap: var(--spacing-2);
        --buttons-md-gap: var(--spacing-1);
        --buttons-md-padding: var(--spacing-3);
        --buttons-sm-gap: var(--spacing-1);
        --buttons-sm-padding: var(--spacing-2);
        --model-content-bottom-padding: var(--spacing-4);
        --buttons-group-gap: var(--spacing-2);
        --button-menu-gap: var(--spacing-2);
        --button-menu-v-padding: var(--spacing-2);
        --button-menu-h-padding: var(--spacing-2);
        --link-md-gap: var(--spacing-2);
        --link-sm-gap: var(--spacing-1);
        --link-links-group-gap: var(--spacing-3);
        --progressindicator-progress-indicator-gap: var(--spacing-2);
        --progressindicator-progress-text-content-side-padding: var(--spacing-4);
        --pagination-item-sm-padding: var(--spacing-1);
        --pagination-item-md-padding: var(--spacing-1.5);
        --pagination-item-lg-padding: var(--spacing-2);
        --pagination-items-padding: var(--spacing-2);
        --spacing-none: var(--spacing-0);
        --spacing-xxs: var(--spacing-0.5);
        --spacing-xs: var(--spacing-1);
        --spacing-sm: var(--spacing-1.5);
        --spacing-md: var(--spacing-2);
        --spacing-lg: var(--spacing-3);
        --spacing-xl: var(--spacing-4);
        --spacing-2xl: var(--spacing-5);
        --spacing-3xl: var(--spacing-6);
        --spacing-4xl: var(--spacing-8);
        --spacing-5xl: var(--spacing-10);
        --spacing-6xl: var(--spacing-12);
        --spacing-7xl: var(--spacing-16);
        --spacing-8xl: var(--spacing-20);
        --spacing-9xl: var(--spacing-24);
        --spacing-10xl: var(--spacing-32);
        --spacing-11xl: var(--spacing-40);
        --card-lg-gap: var(--spacing-6);
        --card-md-padding: var(--spacing-6);
        --card-md-gap: var(--spacing-5);
        --card-sm-padding: var(--spacing-6);
        --card-sm-gap: var(--spacing-5)
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --tooltip-padding: var(--spacing-2);
        --tooltip-gap: var(--spacing-2);
        --tab-button-gap: var(--spacing-1);
        --notification-gap: var(--spacing-2);
        --notification-padding: var(--spacing-3);
        --notification-h-padding: var(--spacing-4);
        --notification-alert-v-padding: var(--spacing-2);
        --notification-alert-h-padding: var(--spacing-4);
        --notification-toast-v-padding: var(--spacing-3);
        --notification-toast-desktop-h-padding: var(--spacing-4);
        --notification-toast-mobile-h-padding: var(--spacing-4);
        --tab-horizontal-tab-md-button-v-padding: var(--spacing-2);
        --tab-horizontal-tab-md-button-h-padding: var(--spacing-3);
        --tab-horizontal-tab-sm-button-v-padding: var(--spacing-1);
        --tab-horizontal-tab-sm-button-h-padding: var(--spacing-2);
        --tab-vertical-tab-md-button-v-padding: var(--spacing-1);
        --tab-vertical-tab-md-button-h-padding: var(--spacing-2);
        --tab-vertical-tab-sm-button-v-padding: var(--spacing-0.5);
        --tab-vertical-tab-sm-button-h-padding: var(--spacing-1);
        --table-cell-gap: var(--spacing-1);
        --table-cell-v-padding: var(--spacing-1);
        --table-cell-h-padding: var(--spacing-3);
        --control-vertical-gap: var(--spacing-1);
        --control-title-error-gap: var(--spacing-2);
        --control-switch-error-icon-gap: var(--spacing-1);
        --control-radio-error-icon-gap: var(--spacing-12);
        --control-switch-description-padding: var(--spacing-16);
        --control-radio-description-padding: var(--spacing-12);
        --form-label-gap: var(--spacing-1);
        --form-field-label-gap: var(--spacing-2);
        --form-input-padding: var(--spacing-0);
        --form-input-gap: var(--spacing-0);
        --form-textarea-padding: var(--spacing-0);
        --form-textarea-gap: var(--spacing-0);
        --form-select-padding: var(--spacing-0);
        --form-select-gap: var(--spacing-0);
        --accordion-lg-header-padding: var(--spacing-4);
        --accordion-lg-header-gap: var(--spacing-4);
        --accordion-md-header-padding: var(--spacing-3);
        --accordion-md-header-gap: var(--spacing-3);
        --accordion-sm-header-padding: var(--spacing-2);
        --accordion-sm-header-gap: var(--spacing-2);
        --card-lg-padding: var(--spacing-4);
        --section-padding: var(--spacing-4);
        --section-gap: var(--spacing-4);
        --text-content-gap: var(--spacing-1);
        --icon-text-gap: var(--spacing-1);
        --buttons-lg-gap: var(--spacing-1);
        --model-padding: var(--spacing-4);
        --buttons-lg-padding: var(--spacing-4);
        --model-gap: var(--spacing-1);
        --buttons-md-gap: var(--spacing-1);
        --buttons-md-padding: var(--spacing-3);
        --buttons-sm-gap: var(--spacing-1);
        --buttons-sm-padding: var(--spacing-2);
        --model-content-bottom-padding: var(--spacing-2);
        --buttons-group-gap: var(--spacing-1);
        --button-menu-gap: var(--spacing-2);
        --button-menu-v-padding: var(--spacing-2);
        --button-menu-h-padding: var(--spacing-2);
        --link-md-gap: var(--spacing-1);
        --link-sm-gap: var(--spacing-1);
        --link-links-group-gap: var(--spacing-2);
        --progressindicator-progress-indicator-gap: var(--spacing-4);
        --progressindicator-progress-text-content-side-padding: var(--spacing-3);
        --pagination-item-sm-padding: var(--spacing-1);
        --pagination-item-md-padding: var(--spacing-1.5);
        --pagination-item-lg-padding: var(--spacing-2);
        --pagination-items-padding: var(--spacing-1);
        --spacing-none: var(--spacing-0);
        --spacing-xxs: var(--spacing-0.5);
        --spacing-xs: var(--spacing-1);
        --spacing-sm: var(--spacing-1.5);
        --spacing-md: var(--spacing-2);
        --spacing-lg: var(--spacing-3);
        --spacing-xl: var(--spacing-4);
        --spacing-2xl: var(--spacing-5);
        --spacing-3xl: var(--spacing-6);
        --spacing-4xl: var(--spacing-8);
        --spacing-5xl: var(--spacing-10);
        --spacing-6xl: var(--spacing-12);
        --spacing-7xl: var(--spacing-16);
        --spacing-8xl: var(--spacing-20);
        --spacing-9xl: var(--spacing-24);
        --spacing-10xl: var(--spacing-32);
        --spacing-11xl: var(--spacing-40);
        --card-lg-gap: var(--spacing-4);
        --card-md-padding: var(--spacing-4);
        --card-md-gap: var(--spacing-3);
        --card-sm-padding: var(--spacing-4);
        --card-sm-gap: var(--spacing-3)
    }
}

:root {
    --radius-0: 0;
    --radius-2: 2px;
    --radius-4: 4px;
    --radius-8: 8px;
    --radius-16: 16px;
    --radius-24: 24px;
    --radius-9999: 9999px;
    --components-card-radius: var(--spacing-4);
    --radius-none: var(--radius-0);
    --radius-xs: var(--radius-2);
    --radius-sm: var(--radius-4);
    --radius-md: var(--radius-8);
    --radius-lg: var(--radius-16);
    --radius-xl: var(--radius-24);
    --radius-full: var(--radius-9999);
    --colors-base-white: #ffffff;
    --colors-base-black: #161616;
    --colors-primary-sa-flag-25: #f7fdf9;
    --colors-primary-sa-flag-50: #f3fcf6;
    --colors-primary-sa-flag-100: #dff6e7;
    --colors-primary-sa-flag-200: #b8eacb;
    --colors-primary-sa-flag-300: #88d8ad;
    --colors-primary-sa-flag-400: #54c08a;
    --colors-primary-sa-flag-500-alpha-10: #25935f19;
    --colors-primary-sa-flag-500: #25935f;
    --colors-primary-sa-flag-600-primary: #1b8354;
    --colors-primary-sa-flag-700: #166a45;
    --colors-primary-sa-flag-800: #14573a;
    --colors-primary-sa-flag-900: #104631;
    --colors-primary-sa-flag-950: #092a1e;
    --colors-secondary-gold-25: #fffef7;
    --colors-secondary-gold-50: #fffef2;
    --colors-secondary-gold-100: #fffce6;
    --colors-secondary-gold-200: #fcf3bd;
    --colors-secondary-gold-300: #fae996;
    --colors-secondary-gold-400: #f7d54d;
    --colors-secondary-gold-500: #f5bd02;
    --colors-secondary-gold-600-primary: #dba102;
    --colors-secondary-gold-700: #b87b02;
    --colors-secondary-gold-800: #945c01;
    --colors-secondary-gold-900: #6e3c00;
    --colors-secondary-gold-950: #472400;
    --colors-tertiary-lavendar-25: #fefcff;
    --colors-tertiary-lavendar-50: #f9f5fa;
    --colors-tertiary-lavendar-100: #f2e9f5;
    --colors-tertiary-lavendar-200: #e1cce8;
    --colors-tertiary-lavendar-300: #ccadd9;
    --colors-tertiary-lavendar-400: #a57bba;
    --colors-tertiary-lavendar-500-primary: #80519f;
    --colors-tertiary-lavendar-600: #6d428f;
    --colors-tertiary-lavendar-700: #532d75;
    --colors-tertiary-lavendar-800: #3d1d5e;
    --colors-tertiary-lavendar-900: #281047;
    --colors-tertiary-lavendar-950: #16072e;
    --colors-neutral-25: #fcfcfd;
    --colors-neutral-50: #f9fafb;
    --colors-neutral-100: #f3f4f6;
    --colors-neutral-200: #e5e7eb;
    --colors-neutral-300: #d2d6db;
    --colors-neutral-400: #9da4ae;
    --colors-neutral-500: #6c727e;
    --colors-neutral-600: #4d5761;
    --colors-neutral-700: #384250;
    --colors-neutral-800: #1f2a37;
    --colors-neutral-900: #111927;
    --colors-neutral-950: #0c111b;
    --colors-blue-25: #f5faff;
    --colors-blue-50: #eff8ff;
    --colors-blue-100: #d1e9ff;
    --colors-blue-200: #b2ddff;
    --colors-blue-300: #84caff;
    --colors-blue-400: #53b0fd;
    --colors-blue-500: #2e90fa;
    --colors-blue-600: #156fee;
    --colors-blue-700: #175cd3;
    --colors-blue-800: #1849a9;
    --colors-blue-900: #194084;
    --colors-blue-950: #102a56;
    --colors-green-25: #f6fef9;
    --colors-green-50: #ecfdf3;
    --colors-green-100: #dcfae6;
    --colors-green-200: #abefc6;
    --colors-green-300: #75dfa6;
    --colors-green-400: #47cd89;
    --colors-green-500: #17b169;
    --colors-green-600: #069454;
    --colors-green-700: #067647;
    --colors-green-800: #085d3a;
    --colors-green-900: #074c30;
    --colors-green-950: #053321;
    --colors-yellow-25: #fffcf5;
    --colors-yellow-50: #fffaeb;
    --colors-yellow-100: #fef0c7;
    --colors-yellow-200: #fedf89;
    --colors-yellow-300: #fec84b;
    --colors-yellow-400: #fdb022;
    --colors-yellow-500: #f79009;
    --colors-yellow-600: #dc6803;
    --colors-yellow-700: #b54707;
    --colors-yellow-800: #93370c;
    --colors-yellow-900: #7a2e0e;
    --colors-yellow-950: #4e1d09;
    --colors-red-25: #fffbfa;
    --colors-red-50: #fef3f2;
    --colors-red-100: #fee4e2;
    --colors-red-200: #fecdca;
    --colors-red-300: #fca19b;
    --colors-red-400: #f97066;
    --colors-red-500: #f04437;
    --colors-red-600: #d92c20;
    --colors-red-700: #b42318;
    --colors-red-800: #912018;
    --colors-red-900: #7a2619;
    --colors-red-950: #54150c;
    --colors-alpha-alpha-white-0: #ffffff00;
    --colors-alpha-alpha-white-10: #ffffff19;
    --colors-alpha-alpha-white-20: #ffffff33;
    --colors-alpha-alpha-white-30: #ffffff4c;
    --colors-alpha-alpha-white-40: #ffffff66;
    --colors-alpha-alpha-white-50: #ffffff7f;
    --colors-alpha-alpha-white-60: #ffffff99;
    --colors-alpha-alpha-white-70: #ffffffb2;
    --colors-alpha-alpha-white-80: #ffffffcc;
    --colors-alpha-alpha-white-90: #ffffffe5;
    --colors-alpha-alpha-white-100: #ffffff;
    --colors-alpha-alpha-black-0: #16161600;
    --colors-alpha-alpha-black-10: #16161619;
    --colors-alpha-alpha-black-20: #16161633;
    --colors-alpha-alpha-black-30: #1616164c;
    --colors-alpha-alpha-black-40: #16161666;
    --colors-alpha-alpha-black-50: #1616167f;
    --colors-alpha-alpha-black-60: #16161699;
    --colors-alpha-alpha-black-70: #161616b2;
    --colors-alpha-alpha-black-80: #161616cc;
    --colors-alpha-alpha-black-90: #161616e5;
    --colors-alpha-alpha-black-100: #161616;
    --colors-alpha-alpha-green-10: #1b835419;
    --colors-alpha-alpha-green-20: #1b835433;
    --colors-alpha-alpha-green-30: #1b83544c;
    --colors-alpha-alpha-green-40: #1b835466;
    --colors-alpha-alpha-green-50: #1b83547f;
    --colors-alpha-alpha-green-60: #1b835499;
    --colors-alpha-alpha-green-70: #1b8354b2;
    --colors-alpha-alpha-green-80: #1b8354cc;
    --colors-alpha-alpha-green-90: #1b8354e5;
    --colors-alpha-alpha-green-100: var(--colors-primary-sa-flag-600-primary);
    --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --shadow-sm: 0px 1px 2px 0px rgba(16, 24, 40, .06), 0px 1px 3px 0px rgba(16, 24, 40, .1);
    --shadow-md: 0px 2px 4px -2px rgba(16, 24, 40, .06), 0px 4px 8px -2px rgba(16, 24, 40, .1);
    --shadow-lg: 0px 4px 6px -2px rgba(16, 24, 40, .03), 0px 12px 16px -4px rgba(16, 24, 40, .08);
    --shadow-xl: 0px 8px 8px -4px rgba(16, 24, 40, .03), 0px 20px 24px -4px rgba(16, 24, 40, .08);
    --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, .18);
    --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, .14);
    --background-white: var(--colors-base-white);
    --background-body: var(--colors-neutral-50);
    --background-menu: var(--colors-base-white);
    --background-card: var(--colors-base-white);
    --background-surface-oncolor: var(--colors-base-white);
    --background-black: var(--colors-base-black);
    --background-neutral-800: var(--colors-neutral-800);
    --background-neutral-400: var(--colors-neutral-400);
    --background-neutral-300: var(--colors-neutral-300);
    --background-neutral-200: var(--colors-neutral-200);
    --background-neutral-100: var(--colors-neutral-100);
    --background-neutral-50: var(--colors-neutral-50);
    --background-neutral-25: var(--colors-neutral-25);
    --background-primary: var(--colors-primary-sa-flag-600-primary);
    --background-primary-400: var(--colors-primary-sa-flag-400);
    --background-primary-200: var(--colors-primary-sa-flag-200);
    --background-primary-50: var(--colors-primary-sa-flag-50);
    --background-primary-25: var(--colors-primary-sa-flag-25);
    --background-secondary: var(--colors-secondary-gold-600-primary);
    --background-secondary-50: var(--colors-secondary-gold-50);
    --background-secondary-25: var(--colors-secondary-gold-25);
    --background-tertiary: var(--colors-tertiary-lavendar-600);
    --background-tertiary-50: var(--colors-tertiary-lavendar-50);
    --background-tertiary-25: var(--colors-tertiary-lavendar-25);
    --background-success: var(--colors-green-600);
    --background-success-50: var(--colors-green-50);
    --background-success-25: var(--colors-green-25);
    --background-info: var(--colors-blue-600);
    --background-info-50: var(--colors-blue-50);
    --background-info-25: var(--colors-blue-25);
    --background-warning: var(--colors-yellow-600);
    --background-warning-50: var(--colors-yellow-50);
    --background-warning-25: var(--colors-yellow-25);
    --background-error: var(--colors-red-600);
    --background-error-50: var(--colors-red-50);
    --background-error-25: var(--colors-red-25);
    --background-sa-flag: var(--colors-green-900);
    --background-sa-flag-50: var(--colors-green-50);
    --background-sa-flag-25: var(--colors-green-25);
    --background-notification-white: var(--colors-base-white);
    --text-default: var(--colors-base-black);
    --text-primary: var(--colors-primary-sa-flag-600-primary);
    --text-secondary: var(--colors-secondary-gold-600-primary);
    --text-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --text-primary-sa-flag: var(--colors-primary-sa-flag-800);
    --text-display: var(--colors-neutral-800);
    --text-primary-paragraph: var(--colors-neutral-700);
    --text-secondary-paragraph: var(--colors-neutral-500);
    --text-oncolor-primary: var(--colors-base-white);
    --text-oncolor-secondary: var(--alpha-white-80);
    --text-oncolor-tertiary: var(--alpha-white-70);
    --text-success: var(--colors-green-700);
    --text-info: var(--colors-blue-700);
    --text-warning: var(--colors-yellow-700);
    --text-error: var(--colors-red-700);
    --text-primary-light: var(--colors-primary-sa-flag-300);
    --text-secondary-light: var(--colors-secondary-gold-300);
    --text-tertiary-light: var(--colors-tertiary-lavendar-300);
    --text-default-disabled: var(--colors-neutral-400);
    --text-default-oncolor-disabled: var(--alpha-white-40);
    --border-white: var(--colors-base-white);
    --border-white-40: var(--alpha-white-40);
    --button-background-black-default: var(--colors-neutral-950);
    --button-background-black-hovered: var(--colors-neutral-800);
    --button-background-black-pressed: var(--colors-neutral-600);
    --button-background-black-selected: var(--colors-neutral-700);
    --button-background-black-focused: var(--colors-neutral-950);
    --button-background-primary-default: var(--colors-primary-sa-flag-600-primary);
    --button-background-primary-hovered: var(--colors-primary-sa-flag-700);
    --button-background-primary-pressed: var(--colors-primary-sa-flag-900);
    --button-background-primary-selected: var(--colors-primary-sa-flag-800);
    --button-background-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --button-background-neutral-default: var(--colors-neutral-100);
    --button-background-neutral-hovered: var(--colors-neutral-100);
    --button-background-neutral-pressed: var(--colors-neutral-200);
    --button-background-neutral-selected: var(--colors-neutral-200);
    --button-background-neutral-focused: var(--colors-neutral-100);
    --button-background-danger-primary-default: var(--colors-red-600);
    --button-background-danger-primary-hovered: var(--colors-red-700);
    --button-background-danger-primary-pressed: var(--colors-red-900);
    --button-background-danger-primary-selected: var(--colors-red-800);
    --button-background-danger-primary-focused: var(--colors-red-600);
    --button-label-danger-primary-default-oncolor: var(--colors-red-200);
    --button-label-danger-primary-hovered-oncolor: var(--colors-red-300);
    --button-label-danger-primary-pressed-oncolor: var(--colors-red-400);
    --button-background-danger-secondary-default: var(--colors-red-50);
    --button-background-danger-secondary-hovered: var(--colors-red-100);
    --button-background-danger-secondary-pressed: var(--colors-red-200);
    --button-background-danger-secondary-selected: var(--colors-red-50);
    --button-background-danger-secondary-focused: var(--colors-red-50);
    --button-background-oncolor-default: var(--colors-base-white);
    --button-background-oncolor-hovered: var(--alpha-white-80);
    --button-background-oncolor-pressed: var(--alpha-white-60);
    --button-background-oncolor-selected: var(--alpha-white-70);
    --button-background-oncolor-focused: var(--alpha-white-100);
    --button-background-transparent-default: var(--alpha-white-0);
    --button-background-transparent-hovered: var(--alpha-white-20);
    --button-background-transparent-pressed: var(--alpha-white-40);
    --button-background-transparent-selected: var(--alpha-white-30);
    --button-background-transparent-focused: var(--alpha-white-0);
    --button-background-disabled-on-color: var(--alpha-white-20);
    --button-label-transparent-hovered-on-color: var(--colors-primary-sa-flag-400);
    --border-black: var(--colors-base-black);
    --border-primary: var(--colors-primary-sa-flag-600-primary);
    --border-primary-light: var(--colors-primary-sa-flag-200);
    --border-secondary: var(--colors-secondary-gold-600-primary);
    --border-secondary-light: var(--colors-secondary-gold-200);
    --border-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --border-tertiary-light: var(--colors-tertiary-lavendar-200);
    --border-neutral-primary: var(--colors-neutral-300);
    --border-neutral-secondary: var(--colors-neutral-200);
    --border-neutral-tertiary: var(--colors-neutral-100);
    --border-background-white: var(--colors-neutral-100);
    --border-background-neutral: var(--colors-neutral-300);
    --border-transparent-10: var(--alpha-white-10);
    --border-oncolor-transparent-30: var(--colors-alpha-alpha-white-30);
    --border-success: var(--colors-green-700);
    --button-label-transparent-pressed-on-color: var(--colors-primary-sa-flag-300);
    --border-success-light: var(--colors-green-200);
    --border-info: var(--colors-blue-700);
    --button-label-transparent-selected-on-color: var(--colors-primary-sa-flag-400);
    --border-info-light: var(--colors-blue-200);
    --button-icon-transparent-hovered-on-color: var(--background-primary-400);
    --border-warning: var(--colors-yellow-700);
    --border-warning-light: var(--colors-yellow-200);
    --border-error: var(--colors-red-700);
    --button-icon-transparent-pressed-on-color: var(--colors-primary-sa-flag-300);
    --border-error-light: var(--colors-red-200);
    --button-icon-transparent-selected-on-color: var(--colors-primary-sa-flag-400);
    --border-disabled: var(--colors-neutral-400);
    --link-primary: var(--colors-primary-sa-flag-600-primary);
    --link-primary-hovered: var(--colors-primary-sa-flag-400);
    --link-primary-pressed: var(--colors-primary-sa-flag-300);
    --link-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --link-primary-visited: var(--colors-primary-sa-flag-800);
    --link-icon-primary-hovered: var(--colors-primary-sa-flag-400);
    --link-icon-primary-pressed: var(--colors-primary-sa-flag-300);
    --link-icon-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --link-icon-primary-visited: var(--colors-primary-sa-flag-800);
    --link-secondary: var(--colors-secondary-gold-600-primary);
    --link-secondary-hovered: var(--colors-secondary-gold-400);
    --link-secondary-pressed: var(--colors-secondary-gold-300);
    --link-secondary-focused: var(--colors-secondary-gold-600-primary);
    --link-secondary-visited: var(--colors-secondary-gold-900);
    --link-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --link-tertiary-hovered: var(--colors-tertiary-lavendar-400);
    --link-tertiary-pressed: var(--colors-tertiary-lavendar-300);
    --link-tertiary-focused: var(--colors-tertiary-lavendar-500-primary);
    --link-tertiary-visited: var(--colors-tertiary-lavendar-800);
    --link-neutral: var(--colors-neutral-700);
    --link-neutral-hovered: var(--colors-neutral-500);
    --link-icon-neutral-hovered: var(--colors-neutral-500);
    --link-neutral-pressed: var(--colors-neutral-400);
    --link-icon-neutral-pressed: var(--colors-neutral-400);
    --link-neutral-focused: var(--colors-neutral-700);
    --link-icon-neutral-focused: var(--colors-neutral-700);
    --link-neutral-visited: var(--colors-neutral-600);
    --link-icon-neutral-visited: var(--colors-neutral-600);
    --link-danger: var(--colors-red-600);
    --link-danger-hovered: var(--colors-red-700);
    --link-icon-danger-hovered: var(--colors-red-700);
    --link-danger-pressed: var(--colors-red-900);
    --link-icon-danger-pressed: var(--colors-red-900);
    --link-danger-focused: var(--colors-red-600);
    --link-icon-danger-focused: var(--colors-red-600);
    --link-danger-visited: var(--colors-red-800);
    --link-icon-danger-visited: var(--colors-red-800);
    --link-oncolor: var(--colors-base-white);
    --link-oncolor-hovered: var(--colors-alpha-alpha-white-80);
    --link-icon-oncolor-hovered: var(--alpha-white-80);
    --link-oncolor-pressed: var(--colors-alpha-alpha-white-60);
    --link-icon-oncolor-pressed: var(--alpha-white-60);
    --link-oncolor-focused: var(--colors-base-white);
    --link-link-oncolor-focused: var(--colors-base-white);
    --link-oncolor-visited: var(--colors-alpha-alpha-white-90);
    --link-icon-oncolor-visited: var(--alpha-white-90);
    --link-oncolor-disabled: var(--colors-alpha-alpha-white-30);
    --link-icon-oncolor-disabled: var(--alpha-white-30);
    --icon-oncolor: var(--colors-base-white);
    --tag-background-neutral: var(--colors-neutral-600);
    --tag-background-neutral-light: var(--colors-neutral-50);
    --tag-background-on-color: var(--colors-alpha-alpha-white-20);
    --tag-text-neutral: var(--colors-neutral-800);
    --tag-text-success: var(--colors-green-800);
    --tag-text-info: var(--colors-blue-800);
    --tag-text-warning: var(--colors-yellow-800);
    --tag-text-error: var(--colors-red-800);
    --tag-icon-neutral: var(--colors-neutral-800);
    --tag-icon-success: var(--colors-green-800);
    --tag-icon-info: var(--colors-blue-800);
    --tag-icon-warning: var(--colors-yellow-800);
    --tag-icon-error: var(--colors-red-800);
    --tag-background-success: var(--colors-green-700);
    --tag-background-success-light: var(--colors-green-50);
    --tag-background-info: var(--colors-blue-600);
    --tag-background-info-light: var(--colors-blue-50);
    --tag-background-warning: var(--colors-yellow-700);
    --tag-background-warning-light: var(--colors-yellow-50);
    --tag-background-error: var(--colors-red-600);
    --tag-background-error-light: var(--colors-red-50);
    --tag-border-neutral: var(--colors-neutral-600);
    --tag-border-neutral-light: var(--colors-neutral-50);
    --tag-border-on-color: var(--colors-alpha-alpha-white-60);
    --tag-border-success: var(--colors-green-700);
    --tag-border-success-light: var(--colors-green-200);
    --tag-border-info: var(--colors-blue-700);
    --tag-border-info-light: var(--colors-blue-200);
    --tag-border-warning: var(--colors-yellow-700);
    --tag-border-warning-light: var(--colors-yellow-200);
    --tag-border-error: var(--colors-red-700);
    --tag-border-error-light: var(--colors-red-200);
    --tag-dot: var(--colors-alpha-alpha-white-60);
    --form-text-form-title: var(--text-default);
    --controls-control-primary: var(--alpha-white-0);
    --table-cell-border: var(--colors-neutral-300);
    --table-cell-border-inverse: var(--border-black);
    --table-text-head: var(--colors-neutral-700);
    --table-text-body: var(--text-default);
    --table-background-disabled: var(--background-disabled);
    --table-background-hover-selected: var(--colors-neutral-50);
    --table-background-header: var(--colors-neutral-100);
    --table-background-row: var(--colors-neutral-50);
    --controls-control-primary-checked: var(--colors-primary-sa-flag-600-primary);
    --controls-control-primary-hovered: var(--colors-primary-sa-flag-800);
    --controls-control-primary-pressed: var(--colors-primary-sa-flag-800);
    --controls-control-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --controls-control-neutral-checked: var(--colors-neutral-950);
    --controls-control-neutral-hovered: var(--colors-neutral-600);
    --controls-control-neutral-pressed: var(--colors-neutral-600);
    --controls-control-neutral-focused: var(--colors-neutral-950);
    --controls-control-primary--readonly: var(--alpha-white-0);
    --controls-control-pressed: var(--colors-neutral-300);
    --controls-control-ripple-effect: var(--colors-neutral-200);
    --controls-control-border: var(--colors-neutral-500);
    --form-text-form-paragraph: var(--text-secondary-paragraph);
    --form-field-text-label: var(--text-default);
    --form-field-text-placeholder: var(--text-secondary-paragraph);
    --form-field-text-hovered: var(--text-default);
    --stepper-button-completed: var(--colors-primary-sa-flag-600-primary);
    --tooltip-background-light: var(--colors-base-white);
    --tooltip-text-heading-light: var(--text-display);
    --tooltip-text-paragraph-light: var(--text-primary-paragraph);
    --tooltip-background-dark: var(--colors-neutral-800);
    --tooltip-text-heading-dark: var(--colors-neutral-50);
    --tooltip-text-paragraph-dark: var(--colors-neutral-100);
    --alpha-white-0: var(--colors-alpha-alpha-white-0);
    --alpha-white-10: var(--colors-alpha-alpha-white-10);
    --alpha-white-20: var(--colors-alpha-alpha-white-20);
    --alpha-white-30: var(--colors-alpha-alpha-white-30);
    --alpha-white-40: var(--colors-alpha-alpha-white-40);
    --alpha-white-50: var(--colors-alpha-alpha-white-50);
    --alpha-white-60: var(--colors-alpha-alpha-white-60);
    --alpha-white-70: var(--colors-alpha-alpha-white-70);
    --alpha-white-80: var(--colors-alpha-alpha-white-80);
    --alpha-white-90: var(--colors-alpha-alpha-white-90);
    --alpha-white-100: var(--colors-alpha-alpha-white-100);
    --alpha-black-0: var(--colors-alpha-alpha-black-0);
    --alpha-black-10: var(--colors-alpha-alpha-black-10);
    --alpha-black-20: var(--colors-alpha-alpha-black-20);
    --alpha-black-30: var(--colors-alpha-alpha-black-30);
    --alpha-black-40: var(--colors-alpha-alpha-black-40);
    --alpha-black-50: var(--colors-alpha-alpha-black-50);
    --alpha-black-60: var(--colors-alpha-alpha-black-60);
    --alpha-black-70: var(--colors-alpha-alpha-black-70);
    --alpha-black-80: var(--colors-alpha-alpha-black-80);
    --alpha-black-90: var(--colors-alpha-alpha-black-90);
    --alpha-black-100: var(--colors-alpha-alpha-black-100);
    --background-disabled: var(--colors-neutral-200);
    --background-disabled-primary: var(--colors-primary-sa-flag-200);
    --background-inverse-disabled: var(--colors-neutral-100);
    --stepper-button-completed-hovered: var(--colors-primary-sa-flag-700);
    --stepper-button-current: var(--colors-primary-sa-flag-600-primary);
    --stepper-button-current-hovered: var(--colors-primary-sa-flag-700);
    --stepper-button-upcomming: var(--colors-neutral-300);
    --stepper-button-upcomming-hovered: var(--colors-neutral-400);
    --stepper-button-background: var(--colors-base-white);
    --stepper-text-primary: var(--text-display);
    --stepper-text-secondary: var(--text-primary-paragraph);
    --stepper-text-tertiary: var(--text-secondary-paragraph);
    --stepper-line-completed: var(--colors-primary-sa-flag-600-primary);
    --stepper-line-completed-hovered: var(--colors-primary-sa-flag-700);
    --stepper-line-current: var(--colors-neutral-300);
    --stepper-line-upcomming: var(--colors-neutral-300);
    --stepper-line-upcomming-hovered: var(--colors-neutral-400);
    --form-field-text-focused: var(--text-primary-paragraph);
    --form-field-text-pressed: var(--text-primary-paragraph);
    --form-field-text-filled: var(--text-default);
    --form-field-text-readonly: var(--text-default);
    --form-field-text-helper: var(--text-secondary-paragraph);
    --form-field-background-default: var(--background-card);
    --form-field-background-lighter: var(--colors-neutral-25);
    --form-field-background-darker: var(--colors-neutral-100);
    --form-field-background-pressed: var(--colors-neutral-100);
    --form-field-border-default: var(--colors-neutral-400);
    --form-field-border-hovered: var(--colors-neutral-700);
    --form-field-border-pressed: var(--colors-neutral-950);
    --form-field-border-error: var(--border-error);
    --form-option-background-hover: var(--colors-neutral-100);
    --form-option-background-pressed: var(--colors-neutral-200);
    --form-datecell-background-default: var(--colors-primary-sa-flag-600-primary);
    --form-datecell-background-hovered: var(--colors-primary-sa-flag-700);
    --icon-default: var(--colors-base-black);
    --form-datecell-background-pressed: var(--colors-primary-sa-flag-900);
    --form-datecell-background-focused: var(--colors-primary-sa-flag-600-primary);
    --form-datecell-today-background-default: var(--alpha-white-0);
    --form-datecell-today-background-hovered: var(--colors-neutral-200);
    --form-datecell-today-background-pressed: var(--colors-neutral-300);
    --icon-default-500: var(--colors-neutral-500);
    --form-datecell-today-background-focused: var(--alpha-white-0);
    --form-datecell-background-disabled: #ffffff;
    --form-datecell-background-600: var(--colors-primary-sa-flag-600-primary);
    --form-datecell-background-300: var(--colors-primary-sa-flag-300);
    --form-datecell-background-200: var(--colors-primary-sa-flag-200);
    --form-datecell-background-100: var(--colors-primary-sa-flag-100);
    --controls-control-icon-hovered: var(--icon-oncolor);
    --alpha-primary-10: #1b835419;
    --icon-default-400: var(--colors-neutral-400);
    --icon-primary: var(--colors-primary-sa-flag-600-primary);
    --alpha-primary-20: #1b835433;
    --icon-primary-light: var(--colors-primary-sa-flag-50);
    --alpha-warning-10: #dc680319;
    --icon-primary-400: var(--colors-primary-sa-flag-400);
    --alpha-warning-20: #dc680333;
    --alpha-error-10: #d92c2019;
    --alpha-error-20: #d92c2033;
    --alpha-info-10: #156fee19;
    --alpha-info-20: #156fee33;
    --alpha-success-10: #06945419;
    --alpha-success-20: #06945433;
    --icon-neutral: var(--colors-neutral-700);
    --icon-neutral-light: var(--colors-neutral-50);
    --icon-secondary: var(--colors-secondary-gold-600-primary);
    --icon-secondary-light: var(--colors-secondary-gold-50);
    --icon-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --icon-tertiary-light: var(--colors-tertiary-lavendar-50);
    --icon-success: var(--colors-green-700);
    --icon-success-light: var(--colors-green-50);
    --icon-info: var(--colors-blue-700);
    --icon-info-light: var(--colors-blue-50);
    --icon-warning: var(--colors-yellow-700);
    --icon-warning-light: var(--colors-yellow-50);
    --icon-error: var(--colors-red-700);
    --icon-error-light: var(--colors-red-50);
    --icon-default-disabled: var(--colors-neutral-400);
    --icon-default-oncolor-disabled: var(--colors-alpha-alpha-white-40);
    --control-disabled: var(--colors-neutral-400);
    --featuredicons-icon-oncolor: var(--colors-base-white);
    --featuredicons-icon-success: var(--colors-green-700);
    --featuredicons-icon-default: var(--colors-base-black);
    --featuredicons-icon-error: var(--colors-red-700);
    --featuredicons-icon-secondary: var(--colors-secondary-gold-600-primary);
    --featuredicons-icon-default-500: var(--colors-neutral-500);
    --featuredicons-background-error-light: var(--colors-red-50);
    --featuredicons-background-info-light: var(--colors-blue-50);
    --featuredicons-background-warning-light: var(--colors-yellow-50);
    --featuredicons-background-success-light: var(--colors-green-50);
    --featuredicons-background-brand-light: var(--colors-primary-sa-flag-50);
    --featuredicons-background-default-light: var(--colors-neutral-50);
    --featuredicons-icon-default-400: var(--colors-neutral-400);
    --featuredicons-icon-primary: var(--colors-primary-sa-flag-600-primary);
    --featuredicons-icon-primary-light: var(--colors-primary-sa-flag-50);
    --featuredicons-icon-primary-400: var(--colors-primary-sa-flag-400);
    --featuredicons-icon-neutral: var(--colors-neutral-700);
    --featuredicons-icon-neutral-light: var(--colors-neutral-50);
    --featuredicons-icon-secondary-light: var(--colors-secondary-gold-50);
    --featuredicons-icon-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --featuredicons-icon-tertiary-light: var(--colors-tertiary-lavendar-50);
    --featuredicons-icon-success-light: var(--colors-green-50);
    --featuredicons-icon-info: var(--colors-blue-700);
    --featuredicons-icon-info-light: var(--colors-blue-50);
    --featuredicons-icon-warning: var(--colors-yellow-700);
    --featuredicons-bg-icon-warning-light: var(--background-warning-50);
    --featuredicons-bg-icon-error-light: var(--background-error-50);
    --featuredicons-bg-icon-brand-light: var(--colors-primary-sa-flag-50);
    --featuredicons-bg-icon-info-light: var(--background-info-50);
    --featuredicons-bg-icon-success-light: var(--background-success-50);
    --controls-control-icon-pressed: var(--icon-oncolor);
    --controls-control-icon-disabled: var(--colors-base-white);
    --notification-background-error-light: var(--colors-red-50);
    --notification-background-info-light: var(--colors-blue-50);
    --notification-background-warning-light: var(--colors-yellow-50);
    --notification-background-success-light: var(--colors-green-50);
    --notification-background-brand-light: var(--colors-primary-sa-flag-50);
    --notification-background-default-light: var(--colors-neutral-50);
    --notification-background-default-50: var(--background-neutral-50);
    --notification-background-success-50: var(--background-success-50);
    --notification-background-warning-50: var(--background-warning-50);
    --notification-background-error-50: var(--background-error-50);
    --notification-background-brand-50: var(--colors-primary-sa-flag-50);
    --notification-background-info-50: var(--background-info-50);
    --notification-background-default-25: var(--background-neutral-25);
    --notification-background-success-25: var(--background-success-25);
    --notification-background-warning-25: var(--background-warning-25);
    --notification-background-error-25: var(--background-error-25);
    --notification-background-brand-25: var(--background-primary-25);
    --notification-background-info-25: var(--background-info-25);
    --notification-text-success: var(--text-success);
    --notification-text-error: var(--text-error);
    --notification-text-info: var(--text-info);
    --notification-text-warning: var(--text-warning);
    --notification-text-brand: var(--text-primary);
    --controls-control-text-error: var(--text-error)
}

[data-theme=dark] :root {
    --background-white: var(--colors-neutral-950);
    --background-body: var(--colors-neutral-900);
    --background-menu: var(--colors-neutral-800);
    --background-card: var(--colors-neutral-800);
    --background-surface-oncolor: var(--colors-base-white);
    --background-black: var(--colors-base-white);
    --background-neutral-800: var(--colors-neutral-600);
    --background-neutral-400: var(--colors-neutral-400);
    --background-neutral-300: var(--colors-neutral-500);
    --background-neutral-200: var(--colors-neutral-600);
    --background-neutral-100: var(--colors-neutral-800);
    --background-neutral-50: var(--colors-neutral-900);
    --background-neutral-25: var(--colors-neutral-950);
    --background-primary: var(--colors-primary-sa-flag-600-primary);
    --background-primary-400: var(--colors-primary-sa-flag-400);
    --background-primary-200: var(--colors-neutral-700);
    --background-primary-50: var(--colors-alpha-alpha-green-10);
    --background-primary-25: var(--colors-primary-sa-flag-950);
    --background-secondary: var(--colors-secondary-gold-600-primary);
    --background-secondary-50: var(--colors-neutral-800);
    --background-secondary-25: var(--colors-neutral-900);
    --background-tertiary: var(--colors-tertiary-lavendar-600);
    --background-tertiary-50: var(--colors-neutral-800);
    --background-tertiary-25: var(--colors-neutral-900);
    --background-success: var(--colors-green-600);
    --background-success-50: var(--colors-neutral-800);
    --background-success-25: var(--colors-neutral-900);
    --background-info: var(--colors-blue-600);
    --background-info-50: var(--colors-neutral-800);
    --background-info-25: var(--colors-neutral-900);
    --background-warning: var(--colors-yellow-600);
    --background-warning-50: var(--colors-neutral-800);
    --background-warning-25: var(--colors-neutral-900);
    --background-error: var(--colors-red-600);
    --background-error-50: var(--colors-neutral-800);
    --background-error-25: var(--colors-neutral-900);
    --background-sa-flag: var(--colors-primary-sa-flag-600-primary);
    --background-sa-flag-50: var(--colors-neutral-800);
    --background-sa-flag-25: var(--colors-neutral-900);
    --background-notification-white: var(--colors-neutral-900);
    --text-default: var(--colors-base-white);
    --text-primary: var(--colors-primary-sa-flag-600-primary);
    --text-secondary: var(--colors-secondary-gold-600-primary);
    --text-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --text-primary-sa-flag: var(--colors-primary-sa-flag-100);
    --text-display: var(--colors-neutral-50);
    --text-primary-paragraph: var(--colors-neutral-100);
    --text-secondary-paragraph: var(--colors-neutral-200);
    --text-oncolor-primary: var(--colors-base-white);
    --text-oncolor-secondary: var(--alpha-white-80);
    --text-oncolor-tertiary: var(--alpha-white-70);
    --text-success: var(--colors-green-600);
    --text-info: var(--colors-blue-600);
    --text-warning: var(--colors-yellow-600);
    --text-error: var(--colors-red-700);
    --text-primary-light: var(--colors-primary-sa-flag-300);
    --text-secondary-light: var(--colors-secondary-gold-300);
    --text-tertiary-light: var(--colors-tertiary-lavendar-300);
    --text-default-disabled: var(--colors-neutral-400);
    --text-default-oncolor-disabled: var(--alpha-black-40);
    --border-white: var(--colors-base-black);
    --border-white-40: var(--alpha-white-40);
    --button-background-black-default: var(--colors-neutral-950);
    --button-background-black-hovered: var(--colors-neutral-800);
    --button-background-black-pressed: var(--colors-neutral-600);
    --button-background-black-selected: var(--colors-neutral-700);
    --button-background-black-focused: var(--colors-neutral-950);
    --button-background-primary-default: var( --colors-primary-sa-flag-600-primary );
    --button-background-primary-hovered: var(--colors-primary-sa-flag-700);
    --button-background-primary-pressed: var(--colors-primary-sa-flag-900);
    --button-background-primary-selected: var(--colors-primary-sa-flag-800);
    --button-background-primary-focused: var( --colors-primary-sa-flag-600-primary );
    --button-background-neutral-default: var(--colors-neutral-800);
    --button-background-neutral-hovered: var(--colors-neutral-700);
    --button-background-neutral-pressed: var(--colors-neutral-600);
    --button-background-neutral-selected: var(--colors-neutral-700);
    --button-background-neutral-focused: var(--colors-neutral-800);
    --button-background-danger-primary-default: var(--colors-red-600);
    --button-background-danger-primary-hovered: var(--colors-red-700);
    --button-background-danger-primary-pressed: var(--colors-red-900);
    --button-background-danger-primary-selected: var(--colors-red-800);
    --button-background-danger-primary-focused: var(--colors-red-600);
    --button-label-danger-primary-default-oncolor: var(--colors-red-200);
    --button-label-danger-primary-hovered-oncolor: var(--colors-red-300);
    --button-label-danger-primary-pressed-oncolor: var(--colors-red-400);
    --button-background-danger-secondary-default: var(--colors-red-50);
    --button-background-danger-secondary-hovered: var(--colors-red-100);
    --button-background-danger-secondary-pressed: var(--colors-red-200);
    --button-background-danger-secondary-selected: var(--colors-red-50);
    --button-background-danger-secondary-focused: var(--colors-red-50);
    --button-background-oncolor-default: var(--colors-base-black);
    --button-background-oncolor-hovered: var(--alpha-white-80);
    --button-background-oncolor-pressed: var(--alpha-white-60);
    --button-background-oncolor-selected: var(--alpha-white-70);
    --button-background-oncolor-focused: var(--alpha-white-100);
    --button-background-transparent-default: var(--alpha-white-0);
    --button-background-transparent-hovered: var(--alpha-white-20);
    --button-background-transparent-pressed: var(--alpha-white-40);
    --button-background-transparent-selected: var(--alpha-white-30);
    --button-background-transparent-focused: var(--alpha-white-0);
    --button-background-disabled-on-color: var(--alpha-white-20);
    --button-label-transparent-hovered-on-color: var( --colors-primary-sa-flag-400 );
    --border-black: var(--colors-base-white);
    --border-primary: var(--colors-primary-sa-flag-600-primary);
    --border-primary-light: var(--colors-green-200);
    --border-secondary: var(--colors-secondary-gold-600-primary);
    --border-secondary-light: var(--colors-secondary-gold-200);
    --border-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --border-tertiary-light: var(--colors-tertiary-lavendar-200);
    --border-neutral-primary: var(--colors-neutral-500);
    --border-neutral-secondary: var(--colors-neutral-700);
    --border-neutral-tertiary: var(--colors-neutral-800);
    --border-background-white: var(--colors-neutral-600);
    --border-background-neutral: var(--colors-neutral-600);
    --border-transparent-10: var(--alpha-white-10);
    --border-oncolor-transparent-30: var(--colors-alpha-alpha-white-30);
    --border-success: var(--colors-green-500);
    --button-label-transparent-pressed-on-color: var( --colors-primary-sa-flag-300 );
    --border-success-light: var(--colors-green-200);
    --border-info: var(--colors-blue-700);
    --button-label-transparent-selected-on-color: var( --colors-primary-sa-flag-400 );
    --border-info-light: var(--colors-blue-200);
    --button-icon-transparent-hovered-on-color: var(--colors-primary-sa-flag-400);
    --border-warning: var(--colors-yellow-700);
    --border-warning-light: var(--colors-yellow-200);
    --border-error: var(--colors-red-700);
    --button-icon-transparent-pressed-on-color: var(--colors-primary-sa-flag-300);
    --border-error-light: var(--colors-red-200);
    --button-icon-transparent-selected-on-color: var( --colors-primary-sa-flag-400 );
    --border-disabled: var(--colors-neutral-400);
    --link-primary: var(--colors-primary-sa-flag-600-primary);
    --link-primary-hovered: var(--colors-primary-sa-flag-400);
    --link-primary-pressed: var(--colors-primary-sa-flag-300);
    --link-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --link-primary-visited: var(--colors-primary-sa-flag-800);
    --link-icon-primary-hovered: var(--colors-primary-sa-flag-400);
    --link-icon-primary-pressed: var(--colors-primary-sa-flag-300);
    --link-icon-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --link-icon-primary-visited: var(--colors-primary-sa-flag-800);
    --link-secondary: var(--colors-secondary-gold-600-primary);
    --link-secondary-hovered: var(--colors-secondary-gold-400);
    --link-secondary-pressed: var(--colors-secondary-gold-300);
    --link-secondary-focused: var(--colors-secondary-gold-600-primary);
    --link-secondary-visited: var(--colors-secondary-gold-900);
    --link-tertiary: var(--colors-tertiary-lavendar-500-primary);
    --link-tertiary-hovered: var(--colors-tertiary-lavendar-400);
    --link-tertiary-pressed: var(--colors-tertiary-lavendar-300);
    --link-tertiary-focused: var(--colors-tertiary-lavendar-500-primary);
    --link-tertiary-visited: var(--colors-tertiary-lavendar-800);
    --link-neutral: var(--colors-neutral-200);
    --link-neutral-hovered: var(--colors-neutral-400);
    --link-icon-neutral-hovered: var(--colors-neutral-400);
    --link-neutral-pressed: var(--colors-neutral-500);
    --link-icon-neutral-pressed: var(--colors-neutral-500);
    --link-neutral-focused: var(--colors-neutral-200);
    --link-icon-neutral-focused: var(--colors-neutral-200);
    --link-neutral-visited: var(--colors-neutral-300);
    --link-icon-neutral-visited: var(--colors-neutral-300);
    --link-danger: var(--colors-red-600);
    --link-danger-hovered: var(--colors-red-700);
    --link-icon-danger-hovered: var(--colors-red-700);
    --link-danger-pressed: var(--colors-red-900);
    --link-icon-danger-pressed: var(--colors-red-900);
    --link-danger-focused: var(--colors-red-600);
    --link-icon-danger-focused: var(--colors-red-600);
    --link-danger-visited: var(--colors-red-800);
    --link-icon-danger-visited: var(--colors-red-800);
    --link-oncolor: var(--colors-base-white);
    --link-oncolor-hovered: var(--colors-alpha-alpha-white-80);
    --link-icon-oncolor-hovered: var(--alpha-white-80);
    --link-oncolor-pressed: var(--colors-alpha-alpha-white-60);
    --link-icon-oncolor-pressed: var(--alpha-white-60);
    --link-oncolor-focused: var(--colors-base-white);
    --link-link-oncolor-focused: var(--colors-base-white);
    --link-oncolor-visited: var(--colors-alpha-alpha-white-90);
    --link-icon-oncolor-visited: var(--alpha-white-90);
    --link-oncolor-disabled: var(--colors-alpha-alpha-white-30);
    --link-icon-oncolor-disabled: var(--alpha-white-30);
    --icon-oncolor: var(--colors-base-white);
    --tag-background-neutral: var(--colors-primary-sa-flag-600-primary);
    --tag-background-neutral-light: var(--colors-neutral-800);
    --tag-background-on-color: var(--colors-alpha-alpha-white-20);
    --tag-text-neutral: var(--colors-neutral-100);
    --tag-text-success: var(--colors-green-800);
    --tag-text-info: var(--colors-blue-800);
    --tag-text-warning: var(--colors-yellow-800);
    --tag-text-error: var(--colors-red-800);
    --tag-icon-neutral: var(--colors-neutral-100);
    --tag-icon-success: var(--colors-green-800);
    --tag-icon-info: var(--colors-blue-800);
    --tag-icon-warning: var(--colors-yellow-800);
    --tag-icon-error: var(--colors-red-800);
    --tag-background-success: var(--colors-green-700);
    --tag-background-success-light: var(--colors-green-50);
    --tag-background-info: var(--colors-blue-600);
    --tag-background-info-light: var(--colors-blue-50);
    --tag-background-warning: var(--colors-yellow-700);
    --tag-background-warning-light: var(--colors-yellow-50);
    --tag-background-error: var(--colors-red-600);
    --tag-background-error-light: var(--colors-red-50);
    --tag-border-neutral: var(--colors-neutral-300);
    --tag-border-neutral-light: var(--colors-neutral-800);
    --tag-border-on-color: var(--colors-alpha-alpha-white-60);
    --tag-border-success: var(--colors-green-700);
    --tag-border-success-light: var(--colors-green-200);
    --tag-border-info: var(--colors-blue-700);
    --tag-border-info-light: var(--colors-blue-200);
    --tag-border-warning: var(--colors-red-700);
    --tag-border-warning-light: var(--colors-yellow-200);
    --tag-border-error: var(--colors-red-700);
    --tag-border-error-light: var(--colors-red-200);
    --tag-dot: var(--colors-alpha-alpha-white-60);
    --form-text-form-title: var(--text-default);
    --controls-control-primary: var(--alpha-white-0);
    --table-cell-border: var(--colors-neutral-600);
    --table-cell-border-inverse: var(--border-black);
    --table-text-head: var(--colors-neutral-300);
    --table-text-body: var(--text-default);
    --table-background-disabled: var(--background-disabled);
    --table-background-hover-selected: var(--colors-neutral-900);
    --table-background-header: var(--colors-neutral-900);
    --table-background-row: var(--colors-neutral-900);
    --controls-control-primary-checked: var(--colors-primary-sa-flag-600-primary);
    --controls-control-primary-hovered: var(--colors-primary-sa-flag-300);
    --controls-control-primary-pressed: var(--colors-primary-sa-flag-400);
    --controls-control-primary-focused: var(--colors-primary-sa-flag-600-primary);
    --controls-control-neutral-checked: var(--colors-neutral-600);
    --controls-control-neutral-hovered: var(--colors-neutral-400);
    --controls-control-neutral-pressed: var(--colors-neutral-400);
    --controls-control-neutral-focused: var(--colors-neutral-600);
    --controls-control-primary--readonly: var(--alpha-white-0);
    --controls-control-pressed: var(--colors-neutral-600);
    --controls-control-ripple-effect: var(--colors-neutral-950);
    --controls-control-border: var(--colors-neutral-400);
    --form-text-form-paragraph: var(--text-secondary-paragraph);
    --form-field-text-label: var(--text-default);
    --form-field-text-placeholder: var(--text-secondary-paragraph);
    --form-field-text-hovered: var(--text-default);
    --stepper-button-completed: var(--colors-green-600);
    --tooltip-background-light: var(--colors-neutral-800);
    --tooltip-text-heading-light: var(--text-display);
    --tooltip-text-paragraph-light: var(--text-primary-paragraph);
    --tooltip-background-dark: var(--colors-base-white);
    --tooltip-text-heading-dark: var(--colors-neutral-800);
    --tooltip-text-paragraph-dark: var(--colors-neutral-700);
    --alpha-white-0: var(--colors-alpha-alpha-black-10);
    --alpha-white-10: var(--colors-alpha-alpha-black-10);
    --alpha-white-20: var(--colors-alpha-alpha-black-20);
    --alpha-white-30: var(--colors-alpha-alpha-black-30);
    --alpha-white-40: var(--colors-alpha-alpha-black-40);
    --alpha-white-50: var(--colors-alpha-alpha-black-50);
    --alpha-white-60: var(--colors-alpha-alpha-black-60);
    --alpha-white-70: var(--colors-alpha-alpha-black-70);
    --alpha-white-80: var(--colors-alpha-alpha-black-80);
    --alpha-white-90: var(--colors-alpha-alpha-black-90);
    --alpha-white-100: var(--colors-alpha-alpha-black-100);
    --alpha-black-0: var(--colors-alpha-alpha-white-10);
    --alpha-black-10: var(--colors-alpha-alpha-white-10);
    --alpha-black-20: var(--colors-alpha-alpha-white-20);
    --alpha-black-30: var(--colors-alpha-alpha-white-30);
    --alpha-black-40: var(--colors-alpha-alpha-white-40);
    --alpha-black-50: var(--colors-alpha-alpha-white-50);
    --alpha-black-60: var(--colors-alpha-alpha-white-60);
    --alpha-black-70: var(--colors-alpha-alpha-white-70);
    --alpha-black-80: var(--colors-alpha-alpha-white-80);
    --alpha-black-90: var(--colors-alpha-alpha-white-90);
    --alpha-black-100: var(--colors-alpha-alpha-white-100);
    --background-disabled: var(--colors-neutral-700);
    --background-disabled-primary: var(--colors-primary-sa-flag-700);
    --background-inverse-disabled: var(--colors-neutral-700);
    --stepper-button-completed-hovered: var(--colors-primary-sa-flag-700);
    --stepper-button-current: var(--colors-green-600);
    --stepper-button-current-hovered: var(--colors-primary-sa-flag-700);
    --stepper-button-upcomming: var(--colors-neutral-600);
    --stepper-button-upcomming-hovered: var(--colors-neutral-600);
    --stepper-button-background: var(--colors-base-white);
    --stepper-text-primary: var(--text-default);
    --stepper-text-secondary: var(--text-primary-paragraph);
    --stepper-text-tertiary: var(--text-secondary-paragraph);
    --stepper-line-completed: var(--colors-primary-sa-flag-600-primary);
    --stepper-line-completed-hovered: var(--colors-primary-sa-flag-700);
    --stepper-line-current: var(--colors-neutral-700);
    --stepper-line-upcomming: var(--colors-neutral-700);
    --stepper-line-upcomming-hovered: var(--colors-neutral-700);
    --form-field-text-focused: var(--text-primary-paragraph);
    --form-field-text-pressed: var(--text-primary-paragraph);
    --form-field-text-filled: var(--text-default);
    --form-field-text-readonly: var(--text-default);
    --form-field-text-helper: var(--text-secondary-paragraph);
    --form-field-background-default: var(--colors-neutral-800);
    --form-field-background-lighter: var(--colors-neutral-600);
    --form-field-background-darker: var(--colors-neutral-800);
    --form-field-background-pressed: #4d5761;
    --form-field-border-default: var(--colors-neutral-500);
    --form-field-border-hovered: var(--colors-neutral-200);
    --form-field-border-pressed: var(--colors-neutral-25);
    --form-field-border-error: var(--border-error);
    --form-option-background-hover: var(--colors-neutral-500);
    --form-option-background-pressed: var(--colors-neutral-700);
    --form-datecell-background-default: var(--colors-primary-sa-flag-600-primary);
    --form-datecell-background-hovered: var(--colors-primary-sa-flag-700);
    --icon-default: var(--colors-base-white);
    --form-datecell-background-pressed: var(--colors-primary-sa-flag-900);
    --form-datecell-background-focused: var(--colors-primary-sa-flag-600-primary);
    --form-datecell-today-background-default: var(--alpha-white-0);
    --form-datecell-today-background-hovered: var(--colors-neutral-700);
    --form-datecell-today-background-pressed: var(--colors-neutral-600);
    --icon-default-500: var(--colors-neutral-200);
    --form-datecell-today-background-focused: var(--alpha-white-0);
    --form-datecell-background-disabled: #ffffff;
    --form-datecell-background-600: var(--colors-primary-sa-flag-600-primary);
    --form-datecell-background-300: var(--colors-primary-sa-flag-300);
    --form-datecell-background-200: var(--colors-primary-sa-flag-400);
    --form-datecell-background-100: var(--colors-primary-sa-flag-300);
    --controls-control-icon-hovered: var(--colors-primary-sa-flag-800);
    --alpha-primary-10: #166a4519;
    --icon-default-400: var(--colors-neutral-500);
    --icon-primary: var(--colors-primary-sa-flag-600-primary);
    --alpha-primary-20: #166a4533;
    --icon-primary-light: var(--colors-primary-sa-flag-50);
    --alpha-warning-10: #fec84b19;
    --icon-primary-400: var(--colors-primary-sa-flag-400);
    --alpha-warning-20: #fec84b33;
    --alpha-error-10: #b4231819;
    --alpha-error-20: #b4231833;
    --alpha-info-10: #156fee19;
    --alpha-info-20: #156fee33;
    --alpha-success-10: #06945419;
    --alpha-success-20: #06945433;
    --icon-neutral: var(--colors-neutral-500);
    --icon-neutral-light: var(--colors-neutral-950);
    --icon-secondary: var(--colors-secondary-gold-600-primary);
    --icon-secondary-light: var(--colors-secondary-gold-50);
    --icon-tertiary: var(--colors-tertiary-lavendar-600);
    --icon-tertiary-light: var(--colors-tertiary-lavendar-50);
    --icon-success: var(--colors-green-600);
    --icon-success-light: var(--colors-green-50);
    --icon-info: var(--colors-blue-700);
    --icon-info-light: var(--colors-blue-50);
    --icon-warning: var(--colors-yellow-700);
    --icon-warning-light: var(--colors-yellow-50);
    --icon-error: var(--colors-red-700);
    --icon-error-light: var(--colors-red-50);
    --icon-default-disabled: var(--colors-base-white);
    --icon-default-oncolor-disabled: var(--colors-base-white);
    --control-disabled: var(--colors-alpha-alpha-white-30);
    --featuredicons-icon-oncolor: var(--colors-base-white);
    --featuredicons-icon-success: var(--colors-green-600);
    --featuredicons-icon-default: var(--colors-base-white);
    --featuredicons-icon-error: var(--colors-red-700);
    --featuredicons-icon-secondary: var(--colors-secondary-gold-600-primary);
    --featuredicons-icon-default-500: var(--colors-neutral-200);
    --featuredicons-background-error-light: var(--colors-red-50);
    --featuredicons-background-info-light: var(--colors-blue-50);
    --featuredicons-background-warning-light: var(--colors-yellow-50);
    --featuredicons-background-success-light: var(--colors-green-50);
    --featuredicons-background-brand-light: var(--colors-primary-sa-flag-50);
    --featuredicons-background-default-light: var(--colors-neutral-50);
    --featuredicons-icon-default-400: var(--colors-neutral-500);
    --featuredicons-icon-primary: var(--colors-primary-sa-flag-600-primary);
    --featuredicons-icon-primary-light: var(--colors-primary-sa-flag-50);
    --featuredicons-icon-primary-400: var(--colors-primary-sa-flag-400);
    --featuredicons-icon-neutral: var(--colors-neutral-500);
    --featuredicons-icon-neutral-light: var(--colors-neutral-950);
    --featuredicons-icon-secondary-light: var(--colors-secondary-gold-50);
    --featuredicons-icon-tertiary: var(--colors-tertiary-lavendar-600);
    --featuredicons-icon-tertiary-light: var(--colors-tertiary-lavendar-50);
    --featuredicons-icon-success-light: var(--colors-green-50);
    --featuredicons-icon-info: var(--colors-blue-700);
    --featuredicons-icon-info-light: var(--colors-blue-50);
    --featuredicons-icon-warning: var(--colors-yellow-700);
    --featuredicons-bg-icon-warning-light: var(--alpha-warning-10);
    --featuredicons-bg-icon-error-light: var(--alpha-error-10);
    --featuredicons-bg-icon-brand-light: var(--alpha-primary-10);
    --featuredicons-bg-icon-info-light: var(--alpha-info-10);
    --featuredicons-bg-icon-success-light: var(--alpha-success-10);
    --controls-control-icon-pressed: var(--colors-primary-sa-flag-800);
    --controls-control-icon-disabled: var(--colors-neutral-400);
    --notification-background-error-light: var(--colors-red-50);
    --notification-background-info-light: var(--colors-blue-50);
    --notification-background-warning-light: var(--colors-yellow-50);
    --notification-background-success-light: var(--colors-green-50);
    --notification-background-brand-light: var(--colors-primary-sa-flag-50);
    --notification-background-default-light: var(--colors-neutral-50);
    --notification-background-default-50: var(--alpha-white-10);
    --notification-background-success-50: var(--alpha-success-20);
    --notification-background-warning-50: var(--alpha-warning-20);
    --notification-background-error-50: var(--alpha-error-20);
    --notification-background-brand-50: var(--alpha-primary-20);
    --notification-background-info-50: var(--alpha-info-20);
    --notification-background-default-25: var(--alpha-white-0);
    --notification-background-success-25: var(--alpha-primary-10);
    --notification-background-warning-25: var(--alpha-warning-10);
    --notification-background-error-25: var(--alpha-error-10);
    --notification-background-brand-25: var(--alpha-primary-10);
    --notification-background-info-25: var(--alpha-info-10);
    --notification-text-success: var(--colors-green-300);
    --notification-text-error: var(--colors-red-300);
    --notification-text-info: var(--colors-blue-300);
    --notification-text-warning: var(--colors-yellow-300);
    --notification-text-brand: var(--colors-primary-sa-flag-300);
    --controls-control-text-error: var(--colors-red-300)
}

.buttons .flex-column {
    align-items: flex-start
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--buttons-lg-gap);
    box-sizing: border-box;
    overflow: hidden
}

.btn-icon {
    display: flex;
    width: 24px;
    height: 24px;
    font-size: 24px;
    justify-content: center;
    align-items: center
}

.btn--lg {
    height: 40px;
    padding-inline:var(--buttons-lg-padding)}

.btn--lg span.btn-icon {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.btn--md {
    height: 32px;
    padding-inline:var(--buttons-md-padding)}

.btn--md span.btn-icon {
    width: 20px;
    height: 20px;
    font-size: 20px
}

.btn--sm {
    height: 24px;
    padding-inline:var(--buttons-sm-padding)}

.btn--sm span.btn-icon {
    width: 16px;
    height: 16px;
    font-size: 16px
}

.btn--icon {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn--icon.btn--lg {
    width: 40px;
    height: 40px;
    font-size: 40px
}

.btn--icon-menu.btn--lg {
    width: auto;
    padding-inline:var(--buttons-lg-padding)}

.btn--icon.btn--md {
    width: 32px;
    height: 32px;
    font-size: 32px
}

.btn--icon-menu.btn--md {
    width: auto;
    padding-inline:var(--buttons-md-padding)}

.btn--icon.btn--sm {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.btn--icon-menu.btn--sm {
    width: auto;
    padding-inline:var(--buttons-sm-padding)}

.btn--primary-neutral {
    background-color: var(--button-background-black-default);
    color: var(--text-oncolor-primary)
}

.btn--primary-neutral:hover {
    background-color: var(--button-background-black-hovered)
}

.btn--primary-neutral:visited {
    background-color: var(--button-background-black-pressed)
}

.btn--primary-neutral:focus {
    background-color: var(--button-background-black-focused);
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--primary-neutral:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--primary-neutral:active {
    background-color: var(--button-background-black-selected);
    outline: none
}

.btn--primary-neutral:active:after {
    display: none!important
}

.btn--primary-neutral:disabled,.btn--primary-neutral[disabled] {
    background: var(--background-disabled);
    color: var(--text-default-disabled)
}

.btn--primary-neutral--on-color {
    background-color: var(--button-background-oncolor-default);
    color: var(--text-default)
}

.btn--primary-neutral--on-color:hover {
    background-color: var(--button-background-oncolor-hovered)
}

.btn--primary-neutral--on-color:visited,.btn--primary-neutral--on-color.selected {
    background-color: var(--button-background-oncolor-selected)
}

.btn--primary-neutral--on-color:focus {
    outline-color: var(--border-white)
}

.btn--primary-neutral--on-color:focus:after {
    border-color: var(--border-black)
}

.btn--primary-neutral--on-color:active {
    background-color: var(--button-background-oncolor-pressed)
}

.btn--primary-neutral--on-color:disabled,.btn--primary-neutral--on-color[disabled] {
    background-color: var(--button-background-disabled-on-color);
    color: var(--text-default-oncolor-disabled)
}

.btn--primary-brand {
    background-color: var(--button-background-primary-default);
    color: var(--text-oncolor-primary)
}

.btn--primary-brand:hover {
    background: var(--button-background-primary-hovered)
}

.btn--primary-brand:visited {
    background: var(--button-background-primary-pressed)
}

.btn--primary-brand:focus {
    background: var(--button-background-primary-focused);
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--primary-brand:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--primary-brand:active {
    background: var(--button-background-primary-selected);
    outline: none
}

.btn--primary-brand:active:after {
    display: none!important
}

.btn--primary-brand:disabled,.btn--primary-brand[disabled] {
    background: var(--background-disabled);
    color: var(--text-default-disabled)
}

.btn--primary-brand--on-color {
    background-color: var(--button-background-oncolor-default);
    color: var(--text-default)
}

.btn--primary-brand--on-color:hover {
    background-color: var(--button-background-oncolor-hovered)
}

.btn--primary-brand--on-color:visited,.btn--primary-brand--on-color.selected {
    background-color: var(--button-background-oncolor-pressed)
}

.btn--primary-brand--on-color:focus {
    outline-color: var(--border-white)
}

.btn--primary-brand--on-color:focus:after {
    border-color: var(--border-black)
}

.btn--primary-brand--on-color:active {
    background-color: var(--button-background-oncolor-pressed)
}

.btn--primary-brand--on-color:disabled,.btn--primary-brand--on-color[disabled] {
    background-color: var(--button-background-disabled-on-color);
    color: var(--text-default-oncolor-disabled)
}

.btn--secondary {
    background-color: var(--button-background-neutral-default);
    color: var(--colors-text-primary)
}

.btn--secondary:hover {
    background: var(--button-background-neutral-default-hoverd)
}

.btn--secondary:visited {
    background: var(--button-background-neutral-default-pressed)
}

.btn--secondary:focus {
    background: var(--button-background-neutral-default-focused);
    outline: 2px solid var(--colors-base-black)
}

.btn--secondary:active {
    background: var(--button-background-neutral-default-selected);
    outline: none
}

.btn--secondary:disabled,.btn--secondary[disabled] {
    background: var(--background-disabled);
    color: var(--text-default-disabled)
}

.btn--secondary--on-color {
    background-color: var(--button-background-transparent-hovered);
    color: var(--text-oncolor-primary)
}

.btn--secondary--on-color:hover {
    background-color: var(--button-background-transparent-hovered)
}

.btn--secondary--on-color:visited,.btn--secondary--on-color.selected {
    background-color: var(--Button-button-background-transparent-selected)
}

.btn--secondary--on-color:focus {
    outline-color: var(--border-white)
}

.btn--secondary--on-color:focus:after {
    display: none
}

.btn--secondary--on-color:active {
    background-color: var(--Button-button-background-transparent-pressed);
    color: var(--text-oncolor-primary)
}

.btn--secondary--on-color:disabled,.btn--secondary--on-color[disabled] {
    background-color: var(--button-background-disabled-on-color);
    color: var(--text-default-oncolor-disabled)
}

.btn--secondary-outline {
    outline: 1px solid var(--border-neutral-secondary);
    background-color: transparent;
    color: var(--text-default);
    mix-blend-mode: multiply
}

.btn--secondary-outline:hover {
    background: var(--button-background-neutral-default)
}

.btn--secondary-outline:visited {
    background: var(--button-background-neutral-pressed);
    outline: 1px solid var(--border-neutral-primary)
}

.btn--secondary-outline:focus {
    background: transparent;
    outline: 2px solid var(--border-black)
}

.btn--secondary-outline:active {
    background: var(--button-background-neutral-selected);
    outline: 1px solid var(--border-neutral-primary)
}

.btn--secondary-outline:disabled,.btn--secondary-outline[disabled] {
    background: transparent;
    color: var(--text-default-disabled);
    border: 1px solid var(--border-neutral-secondary)
}

.btn--secondary-outline--on-color {
    outline-color: var(--border-white-40);
    color: var(--text-oncolor-primary);
    mix-blend-mode: normal
}

.btn--secondary-outline--on-color:hover,.btn--secondary-outline--on-color:visited,.btn--secondary-outline--on-color.selected {
    background: var(--button-background-transparent-hovered);
    outline-color: var(--border-white-40)
}

.btn--secondary-outline--on-color:focus {
    background: transparent;
    outline: 2px solid var(--border-white)
}

.btn--secondary-outline--on-color:active {
    background: var(--button-background-transparent-hovered);
    outline-color: var(--border-white-40)
}

.btn--secondary-outline--on-color:disabled,.btn--secondary-outline--on-color[disabled] {
    outline-color: 1px solid var(--icon-default-oncolor-disabled);
    color: var(--text-default-oncolor-disabled)
}

.btn--subtle,.btn--close,.btn--sort {
    background-color: transparent;
    color: var(--colors-text-primary);
    mix-blend-mode: multiply
}

.btn--subtle:hover,.btn--close:hover,.btn--sort:hover {
    background: var(--button-background-neutral-default)
}

.btn--subtle:visited,.btn--close:visited,.btn--sort:visited {
    background: var(--button-background-neutral-pressed)
}

.btn--subtle:focus,.btn--close:focus,.btn--sort:focus {
    background: transparent;
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--subtle:focus:after,.btn--close:focus:after,.btn--sort:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--subtle:active,.btn--close:active,.btn--sort:active {
    background: var(--button-background-neutral-selected);
    outline: none
}

.btn--subtle:active:after,.btn--close:active:after,.btn--sort:active:after {
    display: none!important
}

.btn--subtle:disabled,.btn--subtle[disabled],.btn--close:disabled,.btn--close[disabled],.btn--sort:disabled,.btn--sort[disabled] {
    background: transparent;
    color: var(--text-default-disabled)
}

.btn--transparent {
    background-color: transparent;
    color: var(--text-default)
}

.btn--transparent:hover {
    background: transparent;
    color: var(--button-background-primary-hovered)
}

.btn--transparent:visited {
    color: var(--button-background-primary-pressed)
}

.btn--transparent:focus {
    background: transparent;
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--transparent:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--transparent:active {
    color: var(--button-background-primary-selected);
    outline: none
}

.btn--transparent:active:after {
    display: none!important
}

.btn--transparent:disabled,.btn--transparent[disabled] {
    background: transparent;
    color: var(--text-default-disabled)
}

.btn--close {
    display: flex;
    width: 40px;
    height: 40px;
    padding: var(--spacing-md);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-sm);
    background-color: transparent;
    color: var(--icon-default)
}

.btn--close:hover {
    background: var(--button-background-neutral-hovered);
    color: var(--icon-default)
}

.btn--close:active {
    background-color: var(--button-background-neutral-pressed)
}

.btn--des-primary {
    background-color: var(--button-background-danger-primary-default);
    color: var(--text-oncolor-primary)
}

.btn--des-primary:hover {
    background: var(--button-background-danger-primary-hovered)
}

.btn--des-primary:visited {
    background: var(--button-background-danger-primary-pressed)
}

.btn--des-primary:focus {
    background: var(--button-background-danger-primary-focused);
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--des-primary:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--des-primary:active {
    background: var(--button-background-danger-primary-selected);
    outline: none
}

.btn--des-primary:active:after {
    display: none!important
}

.btn--des-primary:disabled,.btn--des-primary[disabled] {
    background: var(--background-disabled);
    color: var(--text-default-disabled)
}

.btn--des-secondary {
    background-color: var(--button-background-danger-secondary-default);
    color: var(--text-error)
}

.btn--des-secondary:hover {
    background: var(--button-background-danger-secondary-hovered)
}

.btn--des-secondary:visited {
    background: var(--button-background-danger-secondary-pressed)
}

.btn--des-secondary:focus {
    background: var(--button-background-danger-secondary-focused);
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--des-secondary:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--des-secondary:active {
    background: var(--button-background-danger-secondary-selected);
    outline: none
}

.btn--des-secondary:active:after {
    display: none!important
}

.btn--des-secondary:disabled,.btn--des-secondary[disabled] {
    background: var(--background-disabled);
    color: var(--text-default-disabled)
}

.btn--des-secondary-outline {
    outline: 1px solid var(--border-error-light);
    background-color: transparent;
    color: var(--text-error);
    mix-blend-mode: multiply
}

.btn--des-secondary-outline:hover {
    background: var(--button-background-danger-secondary-hovered)
}

.btn--des-secondary-outline:visited {
    background: var(--button-background-danger-secondary-pressed)
}

.btn--des-secondary-outline:focus {
    background: transparent;
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--des-secondary-outline:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--des-secondary-outline:active {
    background: var(--button-background-danger-secondary-selected);
    outline: 1px solid var(--border-error-light)
}

.btn--des-secondary-outline:active:after {
    display: none!important
}

.btn--des-secondary-outline:disabled,.btn--des-secondary-outline[disabled] {
    background: transparent;
    color: var(--text-default-disabled);
    outline: 1px solid var(--border-neutral-secondary)
}

.btn--des-subtle {
    background-color: transparent;
    color: var(--text-error)
}

.btn--des-subtle:hover {
    background: var(--button-background-danger-secondary-hovered)
}

.btn--des-subtle:visited {
    background: var(--button-background-danger-secondary-pressed)
}

.btn--des-subtle:focus {
    background: transparent;
    outline: 2px solid var(--border-black);
    position: relative
}

.btn--des-subtle:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--des-subtle:active {
    background: var(--button-background-danger-secondary-selected);
    outline: none
}

.btn--des-subtle:active:after {
    display: none!important
}

.btn--des-subtle:disabled,.btn--des-subtle[disabled] {
    background: transparent;
    color: var(--text-default-disabled)
}

.btn--des-transparent {
    background-color: transparent;
    color: var(--button-background-danger-primary-default)
}

.btn--des-transparent:hover {
    background: transparent;
    color: var(--button-background-danger-primary-hovered)
}

.btn--des-transparent:visited {
    color: var(--button-background-danger-primary-pressed)
}

.btn--des-transparent:focus {
    background: transparent;
    outline: 2px solid var(--border-black);
    position: relative;
    color: var(--button-background-danger-primary-selected)
}

.btn--des-transparent:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: var(--radius-sm)
}

.btn--des-transparent:active {
    color: var(--button-background-danger-primary-selected);
    outline: none
}

.btn--des-transparent:active:after {
    display: none!important
}

.btn--des-transparent:disabled,.btn--des-transparent[disabled] {
    background: transparent;
    color: var(--text-default-disabled)
}

.btn.btn--subtle-on-color,.btn.btn--close-on-color {
    background-color: transparent;
    color: var(--text-oncolor-primary)
}

.btn.btn--subtle-on-color:hover,.btn.btn--close-on-color:hover {
    background-color: var(--button-background-transparent-hovered)
}

.btn.btn--subtle-on-color:visited,.btn.btn--subtle-on-color.selected,.btn.btn--close-on-color:visited,.btn.btn--close-on-color.selected {
    background-color: var(--button-background-transparent-selected)
}

.btn.btn--subtle-on-color:focus,.btn.btn--close-on-color:focus {
    outline: 2px solid var(--border-white)
}

.btn.btn--subtle-on-color:focus:after,.btn.btn--close-on-color:focus:after {
    display: none
}

.btn.btn--subtle-on-color:active,.btn.btn--close-on-color:active {
    color: var(--text-oncolor-primary);
    background-color: var(--button-background-transparent-pressed)
}

.btn.btn--subtle-on-color:disabled,.btn.btn--subtle-on-color[disabled],.btn.btn--close-on-color:disabled,.btn.btn--close-on-color[disabled] {
    background-color: transparent;
    color: var(--text-default-oncolor-disabled)
}

.btn--transparent-on-color {
    background-color: transparent;
    color: var(--text-oncolor-primary)
}

.btn--transparent-on-color:hover {
    color: var(--button-label-transparent-hovered-on-color)
}

.btn--transparent-on-color:visited,.btn--transparent-on-color.selected {
    color: var(--button-label-transparent-selected-on-color)
}

.btn--transparent-on-color:focus {
    outline: 2px solid var(--colors-base-white)
}

.btn--transparent-on-color:focus:after {
    display: none
}

.btn--transparent-on-color:active {
    color: var(--button-label-transparent-pressed-on-color)
}

.btn--transparent-on-color:disabled,.btn--transparent-on-color[disabled] {
    background-color: transparent;
    color: var(--text-default-oncolor-disabled)
}

.tags .flex-column {
    align-items: flex-start
}

.tags .flex {
    gap: 1rem
}

.tag {
    display: inline-flex;
    height: 32px;
    padding: var(--spacing-none) var(--spacing-lg);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    border-radius: var(--radius-sm)
}

.tag-icon {
    display: flex;
    padding: 1.875px 1.5px;
    justify-content: center;
    align-items: center
}

.tag--lg {
    height: 32px
}

.tag--lg span.tag-icon {
    width: 18px;
    height: 18px
}

.tag--md {
    height: 24px
}

.tag--md span.tag-icon {
    width: 14px;
    height: 14px
}

.tag--sm {
    height: 20px
}

.tag--sm span.tag-icon {
    width: 10px;
    height: 10px
}

.tag--rounded {
    border-radius: var(--radius-full)
}

.tag--icon {
    padding: 0
}

.tag--icon.tag--lg {
    width: 32px;
    height: 32px
}

.tag--icon.tag--md {
    width: 24px;
    height: 24px
}

.tag--icon.tag--sm {
    width: 20px;
    height: 20px
}

.tag--neutral {
    color: var(--tag-text-neutral);
    background: var(--tag-background-neutral-light);
    border: 1px solid var(--border-neutral-secondary)
}

.tag--neutral-outlined {
    border: 1px solid var(--tag-border-neutral);
    background-color: transparent;
    color: var(--tag-text-neutral)
}

.tag--neutral svg {
    color: currentColor;
    stroke: currentColor
}

.tag--success {
    color: var(--tag-text-success);
    background-color: var(--tag-background-success-light);
    border: 1px solid var(--tag-border-success-light)
}

.tag--success-outlined {
    border: 1px solid var(--tag-border-success);
    background-color: transparent;
    color: var(--tag-text-success)
}

.tag--success svg {
    color: currentColor;
    stroke: currentColor
}

.tag--error {
    color: var(--tag-text-error);
    background-color: var(--tag-background-error-light);
    border: 1px solid var(--tag-border-error-light)
}

.tag--error-outlined {
    border: 1px solid var(--tag-border-error);
    background-color: transparent;
    color: var(--tag-text-error)
}

.tag--error svg {
    color: currentColor;
    stroke: currentColor
}

.tag--warning {
    color: var(--tag-text-warning);
    background-color: var(--tag-background-warning-light);
    border: 1px solid var(--tag-border-warning-light)
}

.tag--warning-outlined {
    border: 1px solid var(--tag-border-error);
    background-color: transparent;
    color: var(--tag-text-warning)
}

.tag--warning svg {
    color: currentColor;
    stroke: currentColor
}

.tag--info {
    color: var(--tag-text-info);
    background-color: var(--tag-background-info-light);
    border: 1px solid var(--tag-border-info-light)
}

.tag--info-outlined {
    border: 1px solid var(--tag-border-info);
    background-color: transparent;
    color: var(--tag-text-info)
}

.tag--info svg {
    color: currentColor;
    stroke: currentColor
}

.tag--purple {
    color: var(--colors-purple-700);
    background-color: var(--colors-purple-50);
    border: 1px solid var(--colors-purple-200)
}

.tag--purple-outlined {
    border: 1px solid var(--colors-purple-500);
    background-color: transparent;
    color: var(--colors-purple-700)
}

.tag--purple svg {
    color: currentColor;
    stroke: currentColor
}

.tag--pink {
    color: var(--colors-pink-700);
    background-color: var(--colors-pink-50);
    border: 1px solid var(--colors-pink-200)
}

.tag--pink-outlined {
    border: 1px solid var(--colors-pink-500);
    background-color: transparent;
    color: var(--colors-pink-700)
}

.tag--pink svg {
    color: currentColor;
    stroke: currentColor
}

.tag--orange {
    color: var(--colors-orange-700);
    background-color: var(--colors-orange-50);
    border: 1px solid var(--colors-orange-200)
}

.tag--orange-outlined {
    border: 1px solid var(--colors-orange-500);
    background-color: transparent;
    color: var(--colors-orange-700)
}

.tag--orange svg {
    color: currentColor;
    stroke: currentColor
}

.tag--on-color {
    color: var(--colors-base-white);
    background-color: hsl(var(--colors-alpha-white)/30%)
}

.tag--on-color-outlined {
    border: 1px solid hsl(var(--colors-alpha-white)/90%);
    background-color: transparent;
    color: hsl(var(--colors-alpha-white)/90%)
}

.tag--on-color svg {
    color: currentColor;
    stroke: currentColor
}

.accordion-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%
}

.accordion-list__item:last-child {
    border-bottom: 1px solid var(--border-neutral-primary)
}

.accordion-item {
    border-top: 1px solid var(--border-neutral-primary);
    width: 100%;
    min-width: 366px;
    z-index: 1;
    position: relative
}

.accordion-item__header {
    display: flex;
    padding: var(--spacing-xl);
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-xl);
    cursor: pointer;
    border: 2px solid transparent
}

.accordion-item__header:hover {
    background: var(--button-background-neutral-hovered);
    mix-blend-mode: multiply
}

.accordion-item__title {
    color: var(--text-default);
    width: 100%
}

.accordion-item__arrow {
    transition: transform .3s ease-in-out
}

.accordion-item__arrow,.accordion-item__arrow>dga-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion-item__body {
    display: flex;
    align-items: flex-start;
    padding: 0 var(--spacing-6xl) 0 var(--spacing-xl);
    gap: var(--spacing-md);
    color: var(--text-primary-paragraph);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.accordion-item.active .accordion-item__body {
    padding: var(--spacing-md) var(--spacing-6xl) var(--spacing-3xl) var(--spacing-xl);
    opacity: 1
}

.accordion-item.active .accordion-item__arrow {
    transform: rotate(180deg)
}

.accordion-item.focused .accordion-item__header,.accordion-item__header:focus {
    background-color: transparent;
    border: 2px solid var(--border-black);
    outline: none;
    position: relative;
    z-index: 1
}

.accordion-item__header:active {
    background-color: var(--button-background-neutral-pressed);
    outline: none
}

.accordion-item.disabled .accordion-item__header:active,.accordion-item.disabled .accordion-item__header:focus,.accordion-item.disabled .accordion-item__header:hover {
    background-color: transparent;
    outline: none;
    border: 2px solid transparent
}

.accordion-item.disabled .accordion-item__title,.accordion-item.disabled .accordion-item__arrow,.accordion-item.disabled .accordion-item__arrow path,.accordion-item.disabled .accordion-item__body {
    color: var(--text-default-disabled)!important;
    stroke: var(--text-default-disabled)!important
}

.accordion-item--lg .accordion-item__header {
    padding: var(--spacing-xl)
}

.accordion-item--md .accordion-item__header {
    padding: var(--spacing-lg) var(--spacing-xl)
}

.accordion-item--sm .accordion-item__header {
    padding: var(--spacing-md) var(--spacing-xl)
}

.accordion-item--flush {
    width: 100%;
    position: relative;
    border-top: 0
}

.accordion-item--flush:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right,transparent 0 16px,var(--border-neutral-primary) 16px calc(100% - 16px),transparent calc(100% - 16px) 100%)
}

.accordion-item--icon-leading .accordion-item__body {
    padding: 0 var(--spacing-none) 0 var(--spacing-6xl)
}

.accordion-item--icon-leading.active .accordion-item__body {
    padding: var(--spacing-md) var(--spacing-none) var(--spacing-3xl) var(--spacing-6xl)
}

:is(html[lang=ar],html[dir=rtl]) .accordion-item .accordion-item__body {
    padding: 0 var(--spacing-xl) 0 var(--spacing-6xl)
}

:is(html[lang=ar],html[dir=rtl]) .accordion-item--icon-leading .accordion-item__body {
    padding: 0 var(--spacing-6xl) 0 var(--spacing-none)
}

:is(html[lang=ar],html[dir=rtl]) .accordion-item.active .accordion-item__body {
    padding: var(--spacing-md) var(--spacing-xl) var(--spacing-3xl) var(--spacing-6xl)
}

:is(html[lang=ar],html[dir=rtl]) .accordion-item--icon-leading.active .accordion-item__body {
    padding: var(--spacing-md) var(--spacing-6xl) var(--spacing-3xl) var(--spacing-none)
}

.dga-ico {
    font-style: normal
}

.checkbox {
    display: flex;
    gap: var(--spacing-xl);
    padding: var(--spacing-none);
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkbox-icon {
    display: none!important;
    color: var(--colors-base-white);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.checkbox:focus-visible {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--controls-control-neutral-checked)
}

.checkbox-main {
    flex-direction: column;
    gap: var(--spacing-xs);
    max-width: 382px
}

.checkbox-main,.checkbox-main__content {
    display: flex;
    -moz-column-gap: var(--spacing-xl);
    column-gap: var(--spacing-xl)
}

.checkbox-main__content {
    align-items: flex-start
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox input:checked~.checkbox-container {
    background-color: var(--controls-control-neutral-checked)
}

.checkbox input:checked~.checkbox-container .checkbox__checked-icon {
    display: inline-flex!important
}

.checkbox input:hover~.checkbox-container:after {
    transform: translate(-50%,-50%) scale(1)
}

.checkbox.active input:not(:checked)~.checkbox-container {
    background-color: var(--controls-control-pressed)
}

.checkbox-container {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: var(--radius-xs);
    border: 1px solid var(--controls-control-border);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkbox-container:after {
    content: "";
    border-radius: var(--radius-full);
    background: var(--controls-control-ripple-effect);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all .3s ease-in-out
}

.checkbox--lg .checkbox-container {
    width: 24px;
    height: 24px;
    min-width: 24px
}

.checkbox--md .checkbox-container {
    width: 20px;
    height: 20px;
    min-width: 20px
}

.checkbox--sm .checkbox-container {
    width: 16px;
    height: 16px;
    min-width: 16px
}

.checkbox--indeterminate .checkbox-container {
    background-color: var(--controls-control-neutral-checked)
}

.checkbox--indeterminate .checkbox-container .checkbox-icon {
    display: none
}

.checkbox--indeterminate .checkbox-container .checkbox__indeterminate-icon {
    display: inline-block!important
}

.checkbox--indeterminate input:checked~.checkbox-container .checkbox__indeterminate-icon {
    display: none!important
}

.checkbox--indeterminate input:checked~.checkbox-container .checkbox__checked-icon {
    display: inline-block!important
}

.checkbox input:disabled~.checkbox-container {
    border-color: var(--border-disabled);
    background-color: var(--background-disabled)
}

.checkbox input:disabled~.checkbox__label,.checkbox input:disabled~div>.checkbox__label,.checkbox input:disabled~div>.checkbox__helper-text {
    color: var(--background-disabled)
}

.checkbox__label {
    color: var(--text-display, #1F2A37)
}

.checkbox__helper-text {
    color: var(--colors-text-tertiary);
    margin-block:var(--spacing-xs)}

.checkbox__warning {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    color: var(--text-error)
}

.checkbox__warning-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center
}

.checkbox--brand input:checked~.checkbox-container {
    border-color: var(--controls-control-primary-checked);
    background-color: var(--controls-control-primary-checked)
}

.checkbox--brand input:checked~.checkbox__label,.checkbox--brand input:checked~div>.checkbox__label {
    color: var(--colors-text-brand-secondary)
}

.checkbox--brand input:checked:disabled~.checkbox-container {
    background-color: var(--background-disabled)
}

.checkbox--brand input:disabled~.checkbox-container {
    border-color: var(--border-disabled);
    background-color: transparent
}

.checkbox--brand input:disabled~.checkbox-container:after {
    display: none
}

.checkbox--brand input:disabled~.checkbox__label,.checkbox--brand input:disabled~div>.checkbox__label,.checkbox--brand input:disabled~div>.checkbox__helper-text {
    color: var(--background-disabled)
}

.checkbox--brand.active input:not(:disabled):checked~.checkbox-container {
    background-color: var(--controls-control-primary-hovered)
}

.checkbox--readonly .checkbox-container {
    background-color: transparent!important
}

.checkbox--readonly .checkbox-container .checkbox-icon {
    color: var(--controls-control-neutral-hovered)
}

.switch {
    display: flex;
    gap: var(--spacing-xl);
    padding: var(--spacing-none);
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    cursor: pointer
}

.switch-main__content.disabled>.switch__label,.switch-main__content.disabled>div>.switch__label,.switch-main__content.disabled>div>.switch__helper-text {
    color: var(--control-disabled)
}

.switch .switch-wrapper {
    position: relative;
    display: inline-block;
    min-width: 48px;
    height: 24px
}

.switch .switch-wrapper input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #fff;
    border: 1px solid black;
    transition: .4s;
    border-radius: 34px
}

.switch .switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: var(--controls-control-neutral-checked);
    transition: .4s;
    border-radius: 50%
}

.switch .switch-wrapper input:checked+.slider {
    background-color: var(--controls-control-primary-checked)
}

.switch .switch-wrapper input:focus+.slider {
    box-shadow: 0 0 1px var(--controls-control-neutral-pressed);
    outline: 4px solid var(--controls-control-ripple-effect)
}

.switch .switch-wrapper input:focus+.slider:before {
    background-color: var(--controls-control-neutral-pressed)
}

.switch .switch-wrapper input:focus+.slider.slider--active {
    background-color: var(--controls-control-primary-pressed);
    outline: 4px solid var(--controls-control-ripple-effect)
}

.switch .switch-wrapper input:hover+.slider {
    box-shadow: 0 0 1px var(--controls-control-neutral-hovered);
    outline: 4px solid var(--controls-control-ripple-effect)
}

.switch .switch-wrapper input:hover+.slider:before {
    background-color: var(--controls-control-neutral-hovered)
}

.switch .switch-wrapper input:hover+.slider.slider--active {
    background-color: var(--controls-control-primary-hovered);
    outline: 4px solid var(--controls-control-ripple-effect)
}

.switch .switch-wrapper input:disabled+.slider {
    box-shadow: 0 0 1px var(--controls-control-boarder-disabled)!important;
    border: 1px solid var(--control-disabled)!important;
    outline: 0px solid var(--controls-control-ripple-effect)
}

.switch .switch-wrapper input:disabled+.slider:before {
    background-color: var(--control-disabled)
}

.switch .switch-wrapper input:disabled+.slider.slider--active {
    background-color: var(--control-disabled)!important;
    outline: 0px solid var(--controls-control-ripple-effect)
}

.switch .switch-wrapper input:disabled+.slider.slider--active:before {
    background-color: var(--controls-control-icon-disabled)!important
}

.switch .switch-wrapper input:checked+.slider:before {
    transform: translate(24px);
    background-color: #fff
}

.switch .switch-wrapper .slider.round {
    border-radius: 34px
}

.switch .switch-wrapper .slider.round:before {
    border-radius: 50%
}

.switch-icon {
    display: none!important;
    color: var(--surface-oncolor);
    font-size: 18px!important;
    font-weight: bolder!important
}

.switch.focus {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--border-black)
}

.switch-main {
    flex-direction: column;
    gap: var(--spacing-xs);
    max-width: 382px
}

.switch-main,.switch-main__content {
    display: flex;
    -moz-column-gap: var(--spacing-xl);
    column-gap: var(--spacing-xl)
}

.switch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.switch__helper-text {
    color: var(--text-primary-paragraph);
    margin-block:var(--spacing-xs)}

.switch__warning {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    margin-left: var(--spacing-3xl);
    color: var(--text-error)
}

.switch__warning-icon {
    width: 24px
}

.switch--brand input:checked~.switch__label,.switch--brand input:checked~div>.switch__label {
    color: var(--controls-control-primary-checked)
}

.switch--brand .switch-main__content.disabled .switch-wrapper>.slider--active {
    background-color: var(--border-disabled)
}

.switch--brand .switch-main__content.disabled>.switch__label,.switch--brand .switch-main__content.disabled>div>.switch__label,.switch--brand .switch-main__content.disabled>div>.switch__helper-text {
    color: var(--border-disabled)
}

.switch--readonly .switch-slider {
    background-color: transparent!important
}

.switch--readonly .switch-slider .switch-icon {
    color: var(--text-primary-paragraph)!important
}

[dir=rtl] .switch .switch-wrapper .slider:before {
    left: auto;
    right: 4px
}

[dir=rtl] .switch .switch-wrapper input:checked+.slider:before {
    transform: translate(-24px)
}

[dir=rtl] .switch .switch__warning {
    margin-left: 0;
    margin-right: var(--spacing-3xl)
}

.radio {
    margin: var(--spacing-md);
    display: inline-flex;
    gap: var(--spacing-xl);
    padding: var(--spacing-md);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.radio.focus {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--controls-control-neutral-checked)
}

.radio-main {
    flex-direction: column;
    gap: var(--spacing-xs);
    max-width: 382px
}

.radio-main,.radio-main__content {
    display: flex;
    -moz-column-gap: var(--spacing-xl);
    column-gap: var(--spacing-xl)
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.radio input:checked~.radio-container:before {
    transform: translate(-50%,-50%) scale(1)
}

.radio input:hover~.radio-container:after {
    transform: translate(-50%,-50%) scale(1)
}

.radio.active input:not(:checked)~.radio-container {
    background-color: var(--controls-control-pressed)
}

.radio-container {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: var(--radius-full);
    border: 1px solid var(--controls-control-border);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.radio-container:after,.radio-container:before {
    content: "";
    border-radius: var(--radius-full);
    background: var(--controls-control-ripple-effect);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all .3s ease-in-out
}

.radio-container:before {
    background-color: var(--controls-control-primary-pressed);
    width: 15px;
    height: 15px;
    z-index: 0;
    transition: all .1s ease-in-out
}

.radio input:disabled~.radio-container {
    border-color: var(--control-disabled)
}

.radio input:disabled~.radio-container:before {
    background-color: var(--control-disabled);
    transform: translate(-50%,-50%) scale(1)
}

.radio input:disabled~.radio__label,.radio input:disabled~div>.radio__label,.radio input:disabled~div>.radio__helper-text {
    color: var(--control-disabled)
}

.radio__helper-text {
    color: var(--text-primary-paragraph);
    margin-block:var(--spacing-xs)}

.radio__warning {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    color: var(--text-error)
}

.radio__warning-icon {
    width: 16px;
    height: 16px;
    color: var(--icon-error)
}

.radio--brand input:checked~.radio-container {
    border-color: var(--controls-control-primary-checked)
}

.radio--brand input:checked~.radio-container:before {
    background-color: var(--controls-control-primary-checked)
}

.radio--brand input:checked~.radio__label,.radio--brand input:checked~div>.radio__label {
    color: var(--controls-control-primary-checked)
}

.radio--brand.active input:checked~.radio-container:before {
    background-color: var(--controls-control-primary-checked)
}

.radio--brand input:disabled~.radio-container {
    border-color: var(--control-disabled)
}

.radio--brand input:disabled~.radio-container:before {
    background-color: var(--control-disabled);
    transform: translate(-50%,-50%) scale(1)
}

.radio--brand input:disabled~.radio__label,.radio--brand input:disabled~div>.radio__label,.radio--brand input:disabled~div>.radio__helper-text {
    color: var(--control-disabled)
}

.dga-featured-icon {
    display: flex;
    min-width: 56px;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-sm)
}

.dga-featured-icon--xl {
    width: 56px;
    min-width: 56px;
    height: 56px
}

.dga-featured-icon--xl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.dga-featured-icon--lg {
    width: 48px;
    min-width: 48px;
    height: 48px
}

.dga-featured-icon--lg span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.dga-featured-icon--md {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.dga-featured-icon--md span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.dga-featured-icon--sm {
    width: 32px;
    min-width: 32px;
    height: 32px
}

.dga-featured-icon--sm span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.dga-featured-icon--circle {
    border-radius: var(--radius-full)
}

.dga-featured-icon--dark-brand {
    color: var(--colors-base-white);
    background-color: var(--text-success)
}

.dga-featured-icon--dark-gray {
    color: var(--colors-base-white);
    background-color: var(--colors-gray-neutral-500)
}

.dga-featured-icon--dark-error {
    color: var(--colors-base-white);
    background-color: var(--colors-error-500)
}

.dga-featured-icon--dark-warning {
    color: var(--colors-base-white);
    background-color: var(--colors-warning-400)
}

.dga-featured-icon--dark-success {
    color: var(--colors-base-white);
    background-color: var(--text-success)
}

.dga-featured-icon--dark-info {
    color: var(--colors-base-white);
    background-color: var(--colors-info-600)
}

.dga-featured-icon--light-brand {
    color: var(--text-success);
    background-color: var(--featuredicons-bg-icon-brand-light)
}

.dga-featured-icon--light-gray {
    color: var(--colors-gray-neutral-500);
    background-color: var(--colors-gray-neutral-100)
}

.dga-featured-icon--light-error {
    color: var(--text-error);
    background-color: var(--colors-error-50)
}

.dga-featured-icon--light-warning {
    color: var(--text-warning);
    background-color: var(--colors-warning-50)
}

.dga-featured-icon--light-success {
    color: var(--text-success);
    background-color: var(--featuredicons-bg-icon-brand-light)
}

.dga-featured-icon--light-info {
    color: var(--colors-info-600);
    background-color: var(--colors-info-50)
}

.dga-featured-icon--outlined-brand {
    border: 1px solid var(--colors-brand-200);
    color: var(--text-success);
    background-color: transparent
}

.dga-featured-icon--outlined-gray {
    border: 1px solid var(--colors-gray-neutral-200);
    color: var(--colors-gray-neutral-500);
    background-color: transparent
}

.dga-featured-icon--outlined-error {
    border: 1px solid var(--colors-error-200);
    color: var(--text-error);
    background-color: transparent
}

.dga-featured-icon--outlined-warning {
    border: 1px solid var(--colors-warning-200);
    color: var(--text-warning);
    background-color: transparent
}

.dga-featured-icon--outlined-success {
    border: 1px solid var(--colors-brand-200);
    color: var(--text-success);
    background-color: transparent
}

.dga-featured-icon--outlined-info {
    border: 1px solid var(--colors-info-200);
    color: var(--colors-info-600);
    background-color: transparent
}

.featured-icon {
    display: flex;
    min-width: 56px;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-sm)
}

.featured-icon--xl {
    width: 56px;
    min-width: 56px;
    height: 56px
}

.featured-icon--xl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.featured-icon--lg {
    width: 48px;
    min-width: 48px;
    height: 48px
}

.featured-icon--lg span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.featured-icon--md {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.featured-icon--md span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.featured-icon--sm {
    width: 32px;
    min-width: 32px;
    height: 32px
}

.featured-icon--sm span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.featured-icon--circle {
    border-radius: var(--radius-full)
}

.featured-icon--hard-brand {
    color: var(--colors-base-white);
    background-color: var(--text-success)
}

.featured-icon--hard-gray {
    color: var(--colors-base-white);
    background-color: var(--colors-gray-neutral-500)
}

.featured-icon--hard-error {
    color: var(--colors-base-white);
    background-color: var(--colors-error-500)
}

.featured-icon--hard-warning {
    color: var(--colors-base-white);
    background-color: var(--colors-warning-400)
}

.featured-icon--hard-success {
    color: var(--colors-base-white);
    background-color: var(--text-success)
}

.featured-icon--hard-info {
    color: var(--colors-base-white);
    background-color: var(--colors-info-600)
}

.featured-icon--light-brand {
    color: var(--text-success);
    background-color: var(--featuredicons-bg-icon-brand-light)
}

.featured-icon--light-gray {
    color: var(--colors-gray-neutral-500);
    background-color: var(--colors-gray-neutral-100)
}

.featured-icon--light-error {
    color: var(--text-error);
    background-color: var(--colors-error-50)
}

.featured-icon--light-warning {
    color: var(--text-warning);
    background-color: var(--colors-warning-50)
}

.featured-icon--light-success {
    color: var(--text-success);
    background-color: var(--featuredicons-bg-icon-brand-light)
}

.featured-icon--light-info {
    color: var(--colors-info-600);
    background-color: var(--colors-info-50)
}

.featured-icon--outlined-brand {
    border: 1px solid var(--colors-brand-200);
    color: var(--text-success);
    background-color: transparent
}

.featured-icon--outlined-gray {
    border: 1px solid var(--colors-gray-neutral-200);
    color: var(--colors-gray-neutral-500);
    background-color: transparent
}

.featured-icon--outlined-error {
    border: 1px solid var(--colors-error-200);
    color: var(--text-error);
    background-color: transparent
}

.featured-icon--outlined-warning {
    border: 1px solid var(--colors-warning-200);
    color: var(--text-warning);
    background-color: transparent
}

.featured-icon--outlined-success {
    border: 1px solid var(--colors-brand-200);
    color: var(--text-success);
    background-color: transparent
}

.featured-icon--outlined-info {
    border: 1px solid var(--colors-info-200);
    color: var(--colors-info-600);
    background-color: transparent
}

.notification-toast {
    position: fixed;
    z-index: 1000;
    display: flex;
    width: 484px;
    padding: var(--spacing-xl) var(--spacing-3xl);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
    border-radius: var(--radius-md, 8px);
    background: var(--colors-base-white);
    overflow: hidden
}

.notification-toast:after {
    content: "";
    display: block;
    height: 100%;
    width: 8px;
    left: 0;
    top: 0;
    background-color: var(--colors-error-400);
    position: absolute
}

.notification-toast__close-btn {
    position: absolute;
    top: calc(var(--spacing-xl));
    right: calc(var(--spacing-3xl))
}

@media only screen and (max-width: 37.5em) {
    .notification-toast__close-btn {
        position:absolute;
        right: var(--spacing-xl)
    }
}

.notification-toast__header {
    display: flex;
    padding: var(--spacing-none);
    align-items: flex-start;
    gap: var(--spacing-lg)
}

.notification-toast__title {
    margin-bottom: var(--spacing-xs)
}

.notification-toast__action {
    padding: var(--spacing-none, 0px) var(--spacing-5xl, 40px);
    gap: var(--spacing-md)
}

.notification-toast__action-mobile {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%
}

@media only screen and (max-width: 37.5em) {
    .notification-toast__action {
        display:none
    }

    .notification-toast__action-mobile {
        display: flex;
        gap: var(--spacing-md)
    }

    .notification-toast {
        width: 100%;
        padding: var(--spacing-xl)
    }

    .notification-toast:after {
        width: 100%;
        height: 8px
    }

    .notification-toast__header {
        flex-direction: column;
        gap: var(--spacing-xl)
    }
}

.notification-toast--neutral:after {
    background-color: var(--background-neutral-200)
}

.notification-toast--neutral .notification-toast__icon {
    color: var(--icon-default)!important;
    background-color: var(--background-neutral-50)
}

.notification-toast--info:after {
    background-color: var(--background-info)
}

.notification-toast--info .notification-toast__icon {
    color: var(--background-info)!important;
    background-color: var(--background-info-50)
}

.notification-toast--error:after {
    background-color: var(--background-error)
}

.notification-toast--error .notification-toast__icon {
    color: var(--background-error)!important;
    background-color: var(--background-error-50)
}

.notification-toast--warning:after {
    background-color: var(--background-warning)
}

.notification-toast--warning .notification-toast__icon {
    color: var(--background-warning)!important;
    background-color: var(--background-warning-50)
}

.notification-toast--success:after {
    background-color: var(--background-success)
}

.notification-toast--success .notification-toast__icon {
    color: var(--background-success)!important;
    background-color: var(--background-success-50)
}

html[dir=rtl] .notification-toast__close-btn,html[lang=ar] .notification-toast__close-btn {
    right: auto;
    left: calc(var(--spacing-3xl))
}

@media only screen and (max-width: 37.5em) {
    html[dir=rtl] .notification-toast__close-btn,html[lang=ar] .notification-toast__close-btn {
        right:auto;
        left: var(--spacing-xl)
    }
}

.vpostion-top {
    top: 16px
}

.vpostion-bottom {
    bottom: 16px
}

.hpostion-left {
    left: 16px
}

.hpostion-right {
    right: 16px
}

.notification-toast__icon {
    display: grid;
    place-items: center
}

.alert {
    display: flex;
    width: 100%;
    padding: var(--spacing-xl) var(--spacing-3xl);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
    border-radius: var(--radius-md);
    background: var(--colors-base-white);
    border: 1px solid var(--border-neutral-primary);
    position: relative;
    overflow: hidden
}

.alert:after {
    content: "";
    display: block;
    height: 100%;
    width: 8px;
    left: 0;
    top: 0;
    background-color: var(--colors-error-400);
    position: absolute
}

.alert__close-btn {
    position: absolute;
    top: var(--spacing-xl);
    right: var(--spacing-3xl)
}

@media only screen and (max-width: 37.5em) {
    .alert__close-btn {
        right:var(--spacing-xl)
    }
}

.alert__header {
    display: flex;
    padding: var(--spacing-none);
    align-items: flex-start;
    gap: var(--spacing-lg)
}

.alert__title {
    margin-bottom: var(--spacing-xs)
}

.alert__action {
    padding: var(--spacing-none, 0px) var(--spacing-5xl, 40px);
    gap: var(--spacing-md)
}

.alert__action-mobile {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%
}

@media only screen and (max-width: 37.5em) {
    .alert__action {
        display:none
    }

    .alert__action-mobile {
        display: flex
    }

    .alert {
        width: 100%;
        padding: var(--spacing-xl)
    }

    .alert:after {
        width: 100%;
        height: 8px
    }

    .alert__header {
        flex-direction: column;
        gap: var(--spacing-xl)
    }
}

.alert--neutral:after {
    background-color: var(--background-neutral-200)
}

.alert--info:after {
    background-color: var(--background-info)
}

.alert--error:after {
    background-color: var(--background-error)
}

.alert--warning:after {
    background-color: var(--background-warning)
}

.alert--success:after {
    background-color: var(--background-success)
}

.alert--neutral-bg {
    background-color: var(--background-notification-white);
    border-color: var(--border-neutral-primary)
}

.alert--neutral-bg:after {
    background-color: var(--background-notification-white)
}

.alert--info-bg {
    background-color: var(--background-info-25);
    border-color: var(--border-info-light)
}

.alert--info-bg:after {
    background-color: var(--colors-info-400)
}

.alert--error-bg {
    background-color: var(--background-error-25);
    border-color: var(--border-error-light)
}

.alert--error-bg:after {
    background-color: var(--colors-error-400)
}

.alert--warning-bg {
    background-color: var(--background-warning-25);
    border-color: var(--border-warning-light)
}

.alert--warning-bg:after {
    background-color: var(--colors-warning-400)
}

.alert--success-bg {
    background-color: var(--background-success-25);
    border-color: var(--border-success-light)
}

.alert--success-bg:after {
    background-color: var(--colors-success-400)
}

:is(html[lang=ar],html[dir=rtl]) .alert__close-btn {
    right: auto;
    left: var(--spacing-3xl)
}

@media only screen and (max-width: 37.5em) {
    :is(html[lang=ar],html[dir=rtl]) .alert__close-btn {
        right:auto;
        left: var(--spacing-xl)
    }
}

.dga-form-control {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.input {
    display: flex;
    height: 40px;
    width: 100%;
    justify-content: flex-start;
    padding: var(--spacing-none) var(--spacing-2);
    border-radius: var(--radius-sm);
    gap: var(--spacing-xs);
    border: 1px solid var(--form-field-border-default);
    background: var(--form-field-background-default);
    position: relative
}

.input:hover {
    border-color: var(--form-field-border-hovered)
}

.input:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--form-field-border-pressed);
    transition: width .2s ease-in-out
}

.input__field {
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    color: var(--form-field-text-focused)
}

.input__field::-moz-placeholder {
    color: var(--form-field-text-placeholder);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input__field::placeholder {
    color: var(--form-field-text-placeholder);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input.focus:after {
    width: 100%
}

.input.active:after {
    width: 50%
}

.input--readonly,.input--readonly:hover,.input--disabled,.input--disabled:hover {
    border-color: var(--border-neutral-primary);
    box-shadow: none!important
}

.input--readonly:after,.input--disabled:after {
    display: none
}

.input--readonly .input__field::-moz-placeholder,.input--disabled .input__field::-moz-placeholder {
    color: var(--form-field-text-readonly)
}

.input--readonly .input__field,.input--readonly .input__field::placeholder,.input--disabled .input__field,.input--disabled .input__field::placeholder {
    color: var(--form-field-text-readonly)
}

.input--disabled {
    border-color: var(--border-disabled)
}

.input--disabled .input__field {
    color: var(--text-default-disabled)
}

.input--disabled .input__field::-moz-placeholder {
    color: var(--text-default-disabled)
}

.input--disabled .input__field,.input--disabled .input__field::placeholder {
    color: var(--text-default-disabled)
}

.input--disabled .input__icon span,.input--disabled .input__prefix--subtle-text,.input--disabled .input__prefix--solid-text {
    color: var(--text-default-disabled)
}

.input__icon {
    height: 100%;
    display: inline-flex;
    align-items: center
}

.input__icon span {
    color: var(--form-field-border-hovered);
    font-size: 20px
}

.input__feedback-icon {
    height: 100%;
    display: inline-flex;
    align-items: center
}

.input__feedback-icon span {
    font-size: 20px;
    position: relative;
    z-index: 0
}

.input__feedback-icon--success {
    color: var(--text-success)
}

.input__feedback-icon--success span:after {
    background-color: var(--colors-brand-100)
}

.input__feedback-icon--error {
    color: var(--text-error)
}

.input__feedback-icon--error span:after {
    background-color: var(--text-error-100)
}

.input__feedback-icon--warning {
    color: var(--text-warning)
}

.input__feedback-icon--warning span:after {
    background-color: var(--colors-warning-100)
}

.input__feedback-icon--warning-triangle {
    color: var(--text-warning)
}

.input__feedback-icon--warning-triangle span:after {
    width: 0!important;
    height: 0!important;
    transform: scale(1)!important;
    border: 12px solid rgba(0,0,0,0);
    border-top: 0;
    border-bottom: 20px solid var(--colors-warning-100);
    border-radius: 0!important;
    left: -2px!important;
    top: -1px!important
}

.input__feedback-icon--ring span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.16);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-full);
    z-index: -1
}

.input__prefix,.input__suffix {
    display: inline-flex;
    height: 100%;
    padding: var(--spacing-xxs) var(--spacing-2);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    mix-blend-mode: multiply;
    margin-left: calc(-1 * var(--spacing-2));
    margin-right: var(--spacing-2);
    border: 0
}

.input__prefix-label,.input__prefix-icon,.input__prefix-chevron,.input__suffix-label,.input__suffix-icon,.input__suffix-chevron {
    color: var(--colors-text-primary)
}

.input__prefix .dropdown__label,.input__suffix .dropdown__label {
    display: none
}

.input__prefix .dropdown__label--selection,.input__suffix .dropdown__label--selection {
    display: inline-block;
    white-space: nowrap
}

.input__prefix .dropdown__label--selection~.input__prefix-label,.input__suffix .dropdown__label--selection~.input__prefix-label {
    display: none
}

.input__prefix-chevron,.input__suffix-chevron {
    font-size: 30px!important;
    transform: rotate(0);
    transition: all .3s ease-in-out
}

.input__prefix.active,.input__suffix.active {
    background-color: var(--colors-gray-neutral-300)
}

.input__prefix--solid,.input__suffix--solid,.input__prefix--solid-text,.input__suffix--solid-text {
    background-color: var(--colors-gray-neutral-100)
}

.input__prefix--solid-text .input__prefix-label,.input__suffix--solid-text .input__prefix-label {
    color: var(--colors-text-quarterary)
}

.input__prefix--solid:hover,.input__suffix--solid:hover {
    background-color: var(--colors-gray-neutral-200)
}

.input__prefix--solid:focus,.input__suffix--solid:focus {
    background-color: transparent;
    border: 4px solid var(--colors-base-black);
    border-radius: 0
}

.input__prefix--solid.active,.input__suffix--solid.active {
    background-color: var(--colors-gray-neutral-300);
    border: 0
}

.input__prefix--solid:disabled,.input__suffix--solid:disabled {
    background-color: var(--colors-gray-neutral-100)
}

.input__prefix--solid:disabled .input__prefix-label,.input__prefix--solid:disabled .input__prefix-icon,.input__prefix--solid:disabled .input__prefix-chevron,.input__suffix--solid:disabled .input__prefix-label,.input__suffix--solid:disabled .input__prefix-icon,.input__suffix--solid:disabled .input__prefix-chevron {
    color: var(--colors-gray-neutral-300)
}

.input__prefix--subtle,.input__suffix--subtle,.input__prefix--subtle-text,.input__suffix--subtle-text {
    background-color: transparent
}

.input__prefix--subtle-text .input__prefix-label,.input__suffix--subtle-text .input__prefix-label {
    color: var(--colors-text-quarterary)
}

.input__prefix--subtle:hover,.input__suffix--subtle:hover {
    background-color: var(--colors-gray-neutral-50)
}

.input__prefix--subtle:focus,.input__suffix--subtle:focus {
    background-color: transparent;
    border: 4px solid var(--colors-base-black)
}

.input__prefix--subtle.active,.input__suffix--subtle.active {
    background-color: var(--colors-gray-neutral-200);
    border: 0
}

.input__prefix--subtle:disabled .input__prefix-label,.input__prefix--subtle:disabled .input__prefix-icon,.input__prefix--subtle:disabled .input__prefix-chevron,.input__suffix--subtle:disabled .input__prefix-label,.input__suffix--subtle:disabled .input__prefix-icon,.input__suffix--subtle:disabled .input__prefix-chevron {
    color: var(--colors-gray-neutral-300)
}

.input__prefix.selected,.input__suffix.selected {
    background-color: var(--form-field-border-hovered)
}

.input__prefix.selected .input__prefix-icon,.input__prefix.selected .input__prefix-label,.input__prefix.selected .input__prefix-chevron,.input__suffix.selected .input__prefix-icon,.input__suffix.selected .input__prefix-label,.input__suffix.selected .input__prefix-chevron,.input__prefix.selected .dropdown__label,.input__suffix.selected .dropdown__label {
    color: var(--colors-text-primary_on-brand)
}

.input__dropdown-btn.open+.input__dropdown-list {
    z-index: 2;
    opacity: 1;
    padding-block:var(--spacing-md);max-height: 376px;
    pointer-events: auto;
    overflow-y: auto
}

.input__dropdown-btn.open .input__dropdown .input__prefix-chevron,.input__dropdown-btn.open .input__dropdown .input__suffix-chevron {
    transform: rotate(180deg)
}

.input__prefix {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm)
}

.input__suffix {
    margin-right: calc(-1 * var(--spacing-2));
    margin-left: var(--spacing-xl);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0
}

.input--lighter {
    border: 0;
    background: var(--form-field-background-lighter, #fcfcfd)
}

.input--lighter:hover,.input--lighter.focus,.input--lighter.active {
    border: 1px solid var(--form-field-border-default)
}

.input--darker {
    border: 0;
    background-color: var(--form-field-background-darker, #f3f4f6)
}

.input--darker:hover {
    border: 1px solid var(--form-field-border-default)
}

.input--darker.focus,.input--darker.active {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default)!important
}

.input.readOnly {
    border: 1px solid var(--border-neutral-primary)!important;
    background-color: var(--form-field-background-default)!important;
    box-shadow: none!important
}

.input.readOnly:after {
    content: none
}

.input--error,.input--error:hover {
    border: 1px solid var(--form-field-border-error)!important
}

.input--error:after {
    background-color: var(--form-field-border-error)
}

.input--lg {
    height: 40px
}

.input--lg .input__field::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input--lg .input__field,.input--lg .input__field::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input--lg__feedback-icon span {
    font-size: 20px
}

.input--lg .input__prefix-icon,.input--lg .input__suffix-icon {
    font-size: 24px
}

.input--lg .input__prefix-chevron,.input--lg .input__suffix-chevron {
    font-size: 20px
}

.input--md {
    height: 32px
}

.input--md .input__field::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input--md .input__field,.input--md .input__field::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input--md__feedback-icon span {
    font-size: 16px
}

.input--md .input__prefix-icon,.input--md .input__suffix-icon {
    font-size: 20px
}

.input--md .input__prefix-chevron,.input--md .input__suffix-chevron {
    font-size: 16px
}

.link {
    display: inline-flex;
    padding: var(--spacing-none);
    align-items: center;
    gap: 8px;
    border-radius: var(--radius-xs);
    cursor: pointer
}

.link__icon {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.link:hover .link__label,.link--inline .link__label {
    text-decoration: underline
}

.link,.link--primary {
    color: var(--link-primary)
}

.link:hover,.link--primary:hover {
    color: var(--link-primary-hovered)
}

.link.active,.link--primary.active {
    color: var(--link-primary-pressed)
}

.link.focus,.link--primary.focus {
    color: var(--link-primary-focused);
    border: 2px solid var(--border-black);
    border-radius: var(--radius-xs)
}

.link--neutral {
    color: var(--link-neutral)
}

.link--neutral:hover {
    color: var(--link-neutral-hovered)
}

.link--neutral.active {
    color: var(--link-neutral-pressed)
}

.link--neutral:focus {
    color: var(--link-neutral-focused);
    outline: 2px solid var(--border-black);
    border-radius: var(--radius-xs)
}

.link:visited {
    color: var(--colors-purple-500)!important
}

.link--on-color {
    color: var(--link-oncolor)
}

.link--on-color:hover {
    color: var(--link-oncolor-hovered)
}

.link--on-color.active {
    color: var(--link-oncolor-pressed)
}

.link--on-color:visited {
    color: var(--link-oncolor-visited)!important
}

.link--on-color:focus {
    color: var(--link-oncolor-focused);
    outline: 2px solid var(--border-white);
    border-radius: var(--radius-xs)
}

.link--disabled,.link--disabled:hover {
    color: var(--link-oncolor-disabled)
}

.link--disabled:hover .link__label {
    text-decoration: none
}

.link--md .link__icon {
    width: 20px;
    height: 20px
}

.link--sm .link__icon {
    width: 16px;
    height: 16px
}

:is(html[lang=ar],html[dir=rtl]) .link {
    flex-direction: row-reverse
}

.dropdown {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 200px;
    position: relative;
    border-radius: var(--radius-sm)
}

.dropdown__label {
    color: var(--colors-text-placeholder);
    display: none
}

.dropdown__label--selection {
    color: var(--field-text-filled);
    display: inline-block
}

.dropdown__label--selection~.dropdown__label-placeholder {
    display: none
}

.dropdown__chevron {
    position: absolute;
    top: 50%;
    right: var(--spacing-xl);
    transform: translateY(-50%);
    color: var(--icon-default);
    transition: all .4s ease-in-out;
    display: flex
}

.dropdown__btn {
    cursor: pointer;
    height: auto;
    min-height: 40px;
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default);
    padding: var(--spacing-none) var(--spacing-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: var(--form-field-text-placeholder)
}

.dropdown__btn:focus {
    outline: 0
}

.dropdown__btn:hover {
    border-color: var(--form-field-border-hovered)
}

.dropdown__btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--form-field-border-pressed);
    transition: width .2s ease-in-out
}

.dropdown__btn.open .dropdown__chevron {
    transform: rotate(180deg) translateY(50%)
}

.dropdown__btn.open:after {
    width: 100%
}

.dropdown__btn.active {
    background-color: var(--Colors-Gray-neutral-50)
}

.dropdown__btn.active:after {
    width: 50%
}

.dropdown--readonly .dropdown__btn,.dropdown--disabled .dropdown__btn {
    border-color: var(--colors-gray-neutral-300)
}

.dropdown--readonly .dropdown__btn:hover,.dropdown--disabled .dropdown__btn:hover {
    border-color: var(--colors-gray-neutral-300);
    box-shadow: none!important
}

.dropdown--readonly .dropdown__btn:after,.dropdown--disabled .dropdown__btn:after {
    display: none
}

.dropdown--readonly .dropdown__btn,.dropdown--readonly .dropdown__label,.dropdown--readonly .dropdown__label-placeholder,.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder {
    color: var(--form-field-text-placeholder)
}

.dropdown--readonly .dropdown__chevron,.dropdown--disabled .dropdown__chevron,.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder {
    color: var(--colors-gray-neutral-300)
}

.dropdown__list,.dga-search-box__dropdown-list,.textarea__dropdown-list,.input__dropdown-list {
    display: flex;
    padding: var(--spacing-md);
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-neutral-primary);
    background: var(--form-field-background-default);
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    overflow-y: auto;
    list-style: none;
    height: auto;
    max-height: 0;
    padding-block:0;z-index: -2;
    opacity: 0;
    overflow: hidden;
    transition: z-index .1s ease-in-out,padding-block .1s ease-in-out,max-height .2s .01s ease-in-out;
    pointer-events: none
}

.dropdown__list::-webkit-scrollbar,.dga-search-box__dropdown-list::-webkit-scrollbar,.textarea__dropdown-list::-webkit-scrollbar,.input__dropdown-list::-webkit-scrollbar {
    height: 100px;
    width: calc(8px + 2 * var(--spacing-xs))
}

.dropdown__list::-webkit-scrollbar-track,.dga-search-box__dropdown-list::-webkit-scrollbar-track,.textarea__dropdown-list::-webkit-scrollbar-track,.input__dropdown-list::-webkit-scrollbar-track {
    background-color: transparent;
    padding: var(--spacing-xs)
}

.dropdown__list::-webkit-scrollbar-thumb,.dga-search-box__dropdown-list::-webkit-scrollbar-thumb,.textarea__dropdown-list::-webkit-scrollbar-thumb,.input__dropdown-list::-webkit-scrollbar-thumb {
    height: 100px;
    border-radius: var(--radius-full);
    border: var(--spacing-xs) solid transparent;
    background-color: var(--colors-gray-neutral-300);
    background-clip: content-box;
    mix-blend-mode: multiply
}

.dropdown__list li,.dga-search-box__dropdown-list li,.textarea__dropdown-list li,.input__dropdown-list li {
    width: 100%;
    padding: 0;
    margin: 0
}

.dropdown__list-group {
    list-style: none
}

.dropdown__list-group-label {
    padding: var(--spacing-md, 8px) var(--spacing-md, 8px) var(--spacing-none, 0px) var(--spacing-md, 8px)!important;
    color: var(--colors-text-quarterary)
}

.dropdown__btn.open+.dropdown__list,.dropdown__btn.open+.dga-search-box__dropdown-list,.dropdown__btn.open+.textarea__dropdown-list,.dropdown__btn.open+.input__dropdown-list {
    z-index: 2;
    opacity: 1;
    padding-block:var(--spacing-md);max-height: 376px;
    pointer-events: auto;
    overflow-y: auto
}

.dropdown__option {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-md);
    gap: var(--spacing-md);
    border-radius: var(--radius-sm);
    background-color: transparent;
    border: 0;
    margin: 0
}

.dropdown__option-label {
    color: var(--text-default)
}

.dropdown__option-icon {
    opacity: 0
}

.dropdown__option:hover {
    background-color: var(--form-option-background-hover)
}

.dropdown__option:focus {
    outline: 2px solid var(--border-black)
}

.dropdown__option.active {
    outline: none;
    background-color: var(--form-option-background-pressed)
}

.dropdown__option.selected>.dropdown__option-icon {
    opacity: 1
}

.dropdown__option--checkbox .dropdown__option-icon {
    display: none!important;
    color: var(--form-field-background-default);
    font-size: 18px!important;
    font-weight: bolder!important
}

.dropdown__option--checkbox.selected>.dropdown__option-icon-container {
    background-color: var(--form-field-border-pressed)
}

.dropdown__option--checkbox.selected>.dropdown__option-icon-container>.dropdown__option-icon {
    opacity: 1;
    display: inline-block!important;
    color: var(--field-background-default)!important
}

.dropdown__option--checkbox .dropdown__option-icon-container {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: var(--radius-xs);
    border: 1px solid var(--colors-gray-neutral-500);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: var(--spacing-xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dropdown--multi-select {
    min-height: 40px;
    height: auto
}

.dropdown--multi-select .dropdown__option {
    justify-content: flex-start
}

.dropdown--error .dropdown__btn {
    border: 1px solid var(--form-field-border-error)!important
}

.dropdown--error .dropdown__btn:after {
    background-color: var(--form-field-border-error)!important
}

.dropdown__feedback-icon {
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin-right: calc(var(--spacing-xl) + 10px)
}

.dropdown__feedback-icon span {
    font-size: 20px;
    position: relative;
    z-index: 0
}

.dropdown__feedback-icon span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.16);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-full);
    z-index: -1
}

.dropdown__feedback-icon--success {
    color: var(--text-success)
}

.dropdown__feedback-icon--success span:after {
    background-color: var(--colors-brand-100)
}

.dropdown__feedback-icon--error {
    color: var(--text-error)
}

.dropdown__feedback-icon--error span:after {
    background-color: var(--text-error-100)
}

.dropdown__feedback-icon--warning {
    color: var(--text-warning)
}

.dropdown__feedback-icon--warning span:after {
    background-color: var(--text-warning-100)
}

.dropdown--lighter .dropdown__btn {
    border: 0
}

.dropdown--lighter .dropdown__btn:hover {
    border: 1px solid var(--form-field-border-default)
}

.dropdown--lighter .dropdown__btn.open {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default)
}

.dropdown--lighter .dropdown__btn.active {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-pressed)
}

.dropdown--darker .dropdown__btn {
    border: 0;
    background-color: var(--form-field-background-darker)
}

.dropdown--darker .dropdown__btn:hover {
    border: 1px solid var(--form-field-border-default)
}

.dropdown--darker .dropdown__btn.open {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default)
}

.dropdown--darker .dropdown__btn.active {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-pressed)
}

.dropdown--lg .dropdown__btn {
    height: auto;
    min-height: 40px
}

.dropdown--lg .dropdown__feedback-icon span {
    font-size: 20px
}

.dropdown--lg .dropdown__list,.dropdown--lg .dga-search-box__dropdown-list,.dropdown--lg .textarea__dropdown-list,.dropdown--lg .input__dropdown-list {
    top: 40px
}

.dropdown--lg .dropdown__option-icon {
    font-size: 24px
}

.dropdown--md .dropdown__btn {
    height: auto;
    min-height: 32px
}

.dropdown--md .dropdown__feedback-icon span {
    font-size: 16px
}

.dropdown--md .dropdown__list,.dropdown--md .dga-search-box__dropdown-list,.dropdown--md .textarea__dropdown-list,.dropdown--md .input__dropdown-list {
    top: 32px
}

.dropdown--md .dropdown__option-icon {
    font-size: 20px
}

[dir=rtl] .dropdown__chevron {
    right: auto;
    left: var(--spacing-xl)
}

body.modal-open {
    overflow: hidden
}

dialog {
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #0000;
    border: none
}

dialog::backdrop {
    background: #00000078;
    -webkit-backdrop-filter: blur(3.1px);
    backdrop-filter: blur(3.1px)
}

dialog .modal {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--spacing-md);
    width: 600px;
    padding: var(--spacing-3xl);
    background-color: var(--background-white);
    border-radius: var(--radius-md)
}

@media only screen and (max-width: 56.25em) {
    dialog .modal {
        width:100%
    }
}

dialog .modal__header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

dialog .modal__body {
    width: 100%
}

dialog .modal__heading {
    color: var(--text-display)
}

dialog .modal__content {
    color: var(--text-primary-paragraph);
    padding-bottom: var(--spacing-xl)
}

dialog .modal__actions {
    width: 100%
}

dialog .modal__actions .btn {
    margin: 0
}

dialog .modal__actions,dialog .modal__actions-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

@media only screen and (max-width: 56.25em) {
    dialog .modal__actions,dialog .modal__actions-btn-group {
        flex-direction:column-reverse;
        width: 100%
    }

    dialog .modal__actions .btn,dialog .modal__actions-btn-group .btn {
        width: 100%
    }

    dialog .modal__actions-btn {
        width: 100%
    }
}

dialog .modal__actions>dialog .modal__actions-btn:first-child {
    display: flex
}

@media only screen and (max-width: 56.25em) {
    dialog .modal__actions>dialog .modal__actions-btn:first-child {
        display:none
    }
}

dialog .modal__actions>dialog .modal__actions-btn:nth-child(2) {
    display: none
}

@media only screen and (max-width: 56.25em) {
    dialog .modal__actions>dialog .modal__actions-btn:nth-child(2) {
        display:flex
    }
}

.tabs-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.tabs-list--horizontal {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    position: relative;
    width: 100%
}

.tabs-list--horizontal::-webkit-scrollbar {
    height: 5px
}

.tabs-list--horizontal::-webkit-scrollbar-track {
    background-color: transparent;
    padding: 1px
}

.tabs-list--horizontal::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #ccc;
    background-clip: content-box;
    mix-blend-mode: multiply
}

.tabs-list--horizontal.tabs-list--divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 3px;
    width: 100%;
    border-radius: var(--radius-full);
    background-color: var(--border-neutral-primary)
}

.tabs-list--vertical {
    display: inline-flex;
    align-items: start;
    flex-direction: column;
    gap: 3px
}

.tabs-list--vertical li {
    width: 100%
}

.tabs-list--vertical .tabs-list__item {
    justify-content: start!important
}

.tabs-list__item {
    display: flex;
    padding: var(--spacing-lg) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    border-radius: var(--radius-sm);
    color: var(--text-primary-paragraph);
    position: relative;
    white-space: nowrap;
    cursor: pointer
}

.tabs-list__item:hover {
    background-color: var(--button-background-neutral-hovered)
}

.tabs-list__item:hover .tabs-list__label {
    color: var(--colors-text-primary)
}

.tabs-list__item:hover:after,.tabs-list__item:active:after,.tabs-list__item--active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - var(--spacing-xl) * 2);
    height: 3px;
    border-radius: var(--radius-full);
    background-color: var(--border-black);
    z-index: 1
}

.tabs-list__item:focus {
    outline: 2px solid var(--colors-base-black);
    position: relative;
    color: var(--text-default)
}

.tabs-list__item:focus:before {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: var(--radius-md)
}

.tabs-list__item:active {
    background: var(--button-background-neutral-pressed);
    outline: none
}

.tabs-list__item:active .tabs-list__icon,.tabs-list__item:active .tabs-list__label {
    color: var(--icon-default)
}

.tabs-list__item:active:after {
    background-color: var(--icon-default)
}

.tabs-list__item:active:before {
    display: none
}

.tabs-list__item--active .tabs-list__icon {
    color: var(--icon-default)
}

.tabs-list__item--active:after {
    background-color: var(--border-primary)
}

.tabs-list__item--active:active {
    background-color: transparent;
    outline: none
}

.tabs-list__item--active:active .tabs-list__icon {
    color: var(--icon-default)
}

.tabs-list__item--active:hover {
    background-color: transparent;
    color: var(--text-default)
}

.tabs-list__item--active:hover:after {
    background-color: var(--border-primary)
}

.tabs-list__item--md {
    padding: var(--spacing-lg) var(--spacing-xl)
}

.tabs-list__item--sm {
    padding: var(--spacing-md) var(--spacing-lg)
}

.tabs-list__item--sm:after {
    width: calc(100% - var(--spacing-lg) * 2)
}

.tabs-list__item.disabled {
    cursor: default
}

.tabs-list__item.disabled .tabs-list__label,.tabs-list__item.disabled .tabs-list__icon {
    color: var(--text-default-disabled)
}

.tabs-list__item.disabled:after {
    background-color: var(--text-default-disabled)
}

.tabs-list__item.disabled:hover,.tabs-list__item.disabled:active {
    background-color: transparent
}

.tabs-list__item.disabled:focus {
    outline: none
}

.tabs-list__item.disabled:hover:after,.tabs-list__item.disabled:active:after,.tabs-list__item.disabled--active:after {
    display: none
}

.tabs-list__icon {
    display: flex;
    align-items: center;
    color: var(--unselected-tab-icon);
    width: 16px;
    height: 16px
}

.tabs-list--vertical .tabs-list__item:hover:after,.tabs-list--vertical .tabs-list__item:active:after,.tabs-list--vertical .tabs-list__item--active:after {
    inset: 50% auto auto 1px;
    transform: translateY(-50%);
    height: calc(100% - var(--spacing-md) * 2);
    min-height: 16px;
    width: 3px
}

.tabs-list--vertical .tabs-list__item--md {
    padding: var(--spacing-sm) var(--spacing-lg)
}

.tabs-list--vertical .tabs-list__item--sm {
    padding: var(--spacing-xxs) var(--spacing-sm)
}

.tabs-list .btn--icon {
    width: 15px!important;
    height: 15px!important
}

[dir=rtl] .tabs-list--vertical .tabs-list__item:hover:after,[dir=rtl] .tabs-list--vertical .tabs-list__item:active:after,[dir=rtl] .tabs-list--vertical .tabs-list__item--active:after {
    right: 1px;
    left: auto
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        justify-content:center
    }
}

.breadcrumb {
    display: flex;
    align-items: center
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: var(--size-4, 4px);
    color: var(--link-neutral);
    cursor: pointer;
    padding-right: var(--size-4, 4px)
}

.breadcrumb-item.active {
    color: var(--text-default-disabled)
}

.breadcrumb-item:not(:first-child) {
    display: flex;
    align-items: center
}

.breadcrumb-item .disabled-link {
    cursor: text;
    color: #9da4ae
}

.breadcrumb-item .disabled-link:hover,.breadcrumb-item .disabled-link:hover .link__label {
    text-decoration: none
}

.breadcrumb-item.ellipsis .link {
    align-items: flex-end
}

.breadcrumb-icon {
    color: var(--text-default-disabled);
    width: 16px;
    height: 16px;
    font-size: 20px;
    display: flex;
    align-items: center
}

:is(html[lang=ar],html[dir=rtl]) .breadcrumb-item:first-child {
    padding-right: 0;
    padding-left: 4px
}

:is(html[lang=ar],html[dir=rtl]) .breadcrumb-icon {
    transform: rotate(180deg)
}

.breadcrumb .link {
    text-decoration: none
}

.breadcrumb .link:visited {
    color: var(--link-neutral)!important
}

.breadcrumb .link.link_empty {
    cursor: text;
    color: #9da4ae!important
}

.breadcrumb .link.link_empty .link__label:hover,.breadcrumb .link.link_empty:hover {
    text-decoration: none!important
}

.breadcrumb .link:focus {
    border: none!important;
    outline: none!important
}

.breadcrumb-icon {
    cursor: text!important
}

.notification {
    width: 100%;
    padding: var(--spacing-md) var(--spacing-3xl);
    border-bottom: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.notification__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    gap: var(--spacing-md);
    padding: 0px var(--spacing-3xl)
}

.notification__icon {
    display: grid;
    place-items: center;
    color: var(--controls-control-neutral-pressed)
}

.notification__lead-text {
    color: var(--colors-text-secondary)
}

.notification__dismiss {
    position: absolute;
    right: var(--spacing-3xl);
    transform: translate(50%)
}

.notification--critical {
    border-color: var(--background-error);
    background-color: var(--notification-background-error-light)
}

.notification--critical .notification__content,.notification--critical .notification__icon,.notification--critical .notification__lead-text {
    color: var(--text-error)
}

.notification--warning {
    border-color: var(--background-warning);
    background-color: var(--notification-background-warning-light)
}

.notification--warning .notification__content,.notification--warning .notification__icon,.notification--warning .notification__lead-text {
    color: var(--text-warning)
}

.notification--success {
    border-color: var(--background-success);
    background-color: var(--notification-background-success-light)
}

.notification--success .notification__content,.notification--success .notification__icon,.notification--success .notification__lead-text {
    color: var(--text-success)
}

.notification--info {
    border-color: var(--background-info);
    background-color: var(--notification-background-info-light)
}

.notification--info .notification__content,.notification--info .notification__icon,.notification--info .notification__lead-text {
    color: var(--text-info)
}

.notification--neutral {
    border-color: var(--background-black);
    background-color: var(--background-neutral-50)
}

.notification--neutral .notification__content,.notification--neutral .notification__icon,.notification--neutral .notification__lead-text {
    color: var(--text-primary-paragraph)
}

html[dir=rtl] .notification__dismiss,html[lang=ar] .notification__dismiss {
    right: auto;
    left: var(--spacing-3xl);
    transform: translate(-50%)
}

.file-upload {
    display: flex;
    width: 100%;
    max-width: 334px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size-8, 8px)
}

.file-upload__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.file-upload__drop-area {
    display: flex;
    padding: var(--spacing-3xl);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xl);
    width: 100%;
    border-radius: var(--radius-4, 4px);
    background: var(--colors-gray-neutral-50);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23D2D6DBFF' stroke-width='2' stroke-dasharray='12%2c6.5' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e")
}

.file-upload__icon {
    font-size: 32px;
    color: var(--colors-gray-neutral-500);
    display: flex;
    align-items: center
}

.file-upload__content {
    text-align: center
}

.file-upload__instructions {
    font-weight: 500!important;
    color: var(--text-display)
}

.file-upload__formats {
    color: var(--text-primary-paragraph)
}

.file-upload__item {
    display: flex;
    align-items: center;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-neutral-primary);
    background: var(--background-neutral-100)
}

.file-upload__file-item,.file-upload__file-item--error {
    display: flex;
    align-items: center;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-neutral-primary);
    background: var(--background-neutral-100);
    padding: var(--spacing-md);
    gap: 8px;
    width: 100%
}

.file-upload__file-item--error,.file-upload__file-item--error--error {
    border-color: var(--border-error);
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    overflow: hidden;
    gap: 0
}

.file-upload__file-item--error .file-upload__file-item,.file-upload__file-item--error--error .file-upload__file-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--border-neutral-primary)
}

.file-upload__file-item--error .file-upload__file-item-msg,.file-upload__file-item--error--error .file-upload__file-item-msg {
    display: flex;
    width: 100%;
    color: var(--text-error-primary);
    padding: var(--spacing-md);
    align-items: flex-start;
    gap: 8px
}

.file-upload__file-status--complete,.file-upload__file-status--error {
    font-size: 28px;
    display: flex;
    align-items: center
}

.file-upload__file-status--complete {
    color: var(--text-success)
}

.file-upload__file-status--error {
    color: var(--text-error-primary)
}

.file-upload__file-name {
    color: var(--text-default);
    overflow: hidden;
    white-space: nowrap;
    flex: 1
}

.file-upload__files-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.file-upload--drag-over .file-upload__drop-area {
    background-color: var(--featuredicons-bg-icon-brand-light);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%231B8354FF' stroke-width='2' stroke-dasharray='12%2c6.5' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e")
}

.file-upload--drag-over .file-upload__icon {
    color: var(--icon-success)
}

.file-upload--drag-over .file-upload__instructions,.file-upload--drag-over .file-upload__formats {
    color: var(--text-success)
}

.file-upload--disabled .file-upload__drop-area {
    background-color: var(--background-disabled)
}

.file-upload--disabled .file-upload__icon,.file-upload--disabled .file-upload__instructions,.file-upload--disabled .file-upload__formats {
    color: var(--text-default-disabled)
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center
}

.loading__circle {
    position: relative;
    border: 2px solid var(--background-neutral-100);
    border-top-color: var(--background-black);
    mix-blend-mode: multiply;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: spin .5s linear infinite;
    animation-delay: 1ms
}

.loading--tiny {
    width: 20px;
    height: 20px
}

.loading--xs {
    width: 24px;
    height: 24px
}

.loading--sm {
    width: 28px;
    height: 28px
}

.loading--md {
    width: 32px;
    height: 32px
}

.loading--lg {
    width: 36px;
    height: 36px
}

.loading--xl {
    width: 40px;
    height: 40px
}

.loading--huge {
    width: 44px;
    height: 44px
}

.loading--neutral .loading__circle {
    border-color: var(--background-neutral-100);
    border-top-color: var(--background-black)
}

.loading--neutral .loading__circle:after,.loading--neutral .loading__circle:before {
    background-color: var(--background-black)
}

.loading--brand .loading__circle {
    border-color: var(--background-neutral-100);
    border-top-color: var(--background-primary)
}

.loading--brand .loading__circle:after,.loading--brand .loading__circle:before {
    background-color: var(--background-primary)
}

.loading--on-color .loading__circle {
    border-color: var(--alpha-white-30);
    border-top-color: var(--background-surface-oncolor);
    mix-blend-mode: normal
}

.loading--on-color .loading__circle:after,.loading--on-color .loading__circle:before {
    background-color: var(--background-surface-oncolor)
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.date-picker-root {
    border-radius: var(--radius-8, 8px);
    background: var(--colors-base-white);
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 15px;
    padding: 16px
}

.date-picker-root__quick-options .options-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    list-style: none;
    min-width: 120px
}

.date-picker-root__quick-options .options-list button {
    background: none;
    outline: none;
    border: 0;
    cursor: pointer
}

.date-picker-root__main__inputs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 32px
}

.date-picker-root__main__inputs dga-text-input {
    height: -moz-fit-content;
    height: fit-content;
    max-width: unset;
    min-width: unset;
    flex: 1
}

[data-dual-view=true] .date-picker-root__main__inputs dga-text-input {
    width: 200px
}

.date-picker-root__main__inputs dga-text-input .input {
    height: 40px;
    width: 100%
}

.date-picker-root__main__buttons {
    margin-top: 16px;
    border-top: 1px solid gray;
    padding-top: 16px;
    display: flex;
    justify-content: flex-end
}

.date-picker-root__main__content-wrapper {
    display: flex;
    gap: 32px
}

.date-picker {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 392px
}

.date-picker__date-grid,.date-picker__weekdays {
    display: flex;
    flex-wrap: wrap;
    width: 392px
}

.date-picker__navigator {
    width: 100%;
    display: flex;
    align-items: center
}

.date-picker__navigator-label {
    padding-left: 20px;
    flex: 1;
    color: var(--colors-text-primary)
}

.date-picker__weekday {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: transparent
}

.date-cell {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    background-color: transparent
}

.date-cell__label {
    display: flex;
    width: 100%;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-none);
    background-color: transparent;
    mix-blend-mode: multiply;
    color: var(--colors-text-primary)
}

.date-cell__label span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 100%;
    border-radius: var(--radius-full)
}

.date-cell:hover .date-cell__label span {
    background: var(--colors-gray-neutral-200)
}

.date-cell:active .date-cell__label span,.date-cell.pressed .date-cell__label span {
    background: var(--colors-gray-neutral-300)
}

.date-cell--selected .date-cell__label span {
    color: var(--colors-base-white)!important;
    border-radius: var(--radius-full);
    background-color: var(--text-success)
}

.date-cell--today .date-cell__label span {
    border: 2px solid var(--text-success);
    color: var(--text-success)
}

.date-cell--today:hover .date-cell__label span {
    background: var(--form-datecell-background-100)
}

.date-cell--today:active .date-cell__label span,.date-cell--today.pressed .date-cell__label span {
    background: var(--colors-brand-200)
}

.date-cell--disabled {
    opacity: .5
}

.date-cell[disabled] {
    opacity: .3
}

.date-cell .date-cell__label {
    position: relative
}

.date-cell--mid-range .date-cell__label {
    background-color: var(--form-datecell-background-100)
}

.date-cell--mid-range--first-child .date-cell__label:before {
    content: "";
    width: 52px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50% 0 0 50%;
    background-color: var(--form-datecell-background-100);
    z-index: -1
}

.date-cell--mid-range--last-child .date-cell__label:before {
    content: "";
    width: 52px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 50% 50% 0;
    background-color: var(--form-datecell-background-100);
    z-index: -1
}

[dir=rtl] .date-picker__navigator button {
    transform: rotate(180deg)
}

.progress-indicator__step {
    position: relative;
    flex: 1;
    max-width: 200px;
    max-height: 200px
}

.progress-indicator__step-content {
    gap: 8px
}

.progress-indicator__step-content>.step-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--stepper-button-upcomming);
    color: var(--stepper-button-upcomming)
}

.progress-indicator__step-content>.step-icon--brand-border {
    border: 2px solid var(--stepper-button-current);
    color: var(--stepper-button-current)
}

.progress-indicator__step-content>.step-icon--brand-bg {
    border: 2px solid var(--stepper-button-current);
    background-color: var(--stepper-button-current);
    color: #fff
}

.progress-indicator__step-content>.step-label {
    display: grid;
    place-items: center;
    height: 32px;
    width: 32px
}

.progress-indicator__step-content>.step-label .step-label--circle {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--stepper-button-upcomming);
    color: var(--stepper-button-upcomming)
}

.progress-indicator__step-content>.step-label .step-label--dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--stepper-button-upcomming)
}

.progress-indicator__step-content>.step-label[data-state=current] .step-label--circle {
    border: 2px solid var(--stepper-button-current);
    color: var(--stepper-button-current)
}

.progress-indicator__step-content>.step-label[data-state=current] .step-label--dot {
    border: 2px solid var(--stepper-button-current)
}

.progress-indicator__step-content>.step-label[data-state=completed] .step-label--circle {
    border: 2px solid var(--stepper-button-completed);
    background-color: var(--stepper-button-completed);
    color: #fff;
    padding: 8px
}

.progress-indicator__step-content>.step-label[data-state=completed] .step-label--dot {
    background-color: var(--stepper-button-completed)
}

.progress-indicator__step-content>.step-label[data-state=upcomming] .step-label--circle {
    border: 2px solid var(--stepper-button-upcomming);
    color: var(--stepper-button-upcomming)
}

.progress-indicator__step-content>.step-label[data-state=upcomming] .step-label--dot {
    background-color: var(--stepper-button-upcomming)
}

.progress-indicator__step-content>.step-label--brand-border {
    color: var(--stepper-button-current);
    border-color: var(--stepper-button-current)
}

.progress-indicator__step-content>.step-text {
    gap: 4px;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 16px
}

.progress-indicator__step-content>.step-text>span {
    color: var(--stepper-text-primary)
}

.progress-indicator__step-content>.step-text>p {
    color: var(--stepper-text-secondary)
}

.progress-indicator__step-content.focus>.step-icon {
    outline: 2px solid var(--colors-base-black)
}

.progress-indicator__step-content.focus>.step-text {
    border-radius: var(--radius-sm);
    outline: 2px solid var(--colors-base-black)
}

.progress-indicator__step-connector {
    display: block;
    width: calc(100% - 32px);
    height: 2px;
    background: var(--stepper-button-upcomming);
    position: absolute;
    top: 16px;
    left: 32px
}

[dir=rtl] .progress-indicator__step-connector {
    left: unset;
    right: 32px
}

.progress-indicator__step-connector--active {
    background: var(--stepper-button-current)
}

[data-alignment=vertical] .progress-indicator__step-content {
    flex-direction: row!important;
    min-height: 128px
}

[data-alignment=vertical] .progress-indicator__step-connector {
    height: calc(100% - 32px);
    width: 2px;
    left: 16px;
    top: 32px
}

[dir=rtl] [data-alignment=vertical] .progress-indicator__step-connector {
    right: 16px
}

[data-alignment=vertical].progress-indicator {
    flex-direction: column;
    width: -moz-max-content;
    width: max-content
}

.step-label {
    display: grid;
    place-items: center;
    height: 32px;
    width: 32px
}

.step-label .step-label--circle {
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--stepper-button-upcomming);
    color: var(--stepper-button-upcomming)
}

.step-label .step-label--dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--stepper-button-upcomming)
}

.step-label[data-state=current] .step-label--circle {
    border: 2px solid var(--stepper-button-current);
    color: var(--stepper-button-current)
}

.step-label[data-state=current] .step-label--dot {
    border: 2px solid var(--stepper-button-current)
}

.step-label[data-state=completed] .step-label--circle {
    border: 2px solid var(--stepper-button-completed);
    background-color: var(--stepper-button-completed);
    color: #fff;
    padding: 8px
}

.step-label[data-state=completed] .step-label--dot {
    background-color: var(--stepper-button-completed)
}

.step-label[data-state=upcomming] .step-label--circle {
    border: 2px solid var(--stepper-button-upcomming);
    color: var(--stepper-button-upcomming)
}

.step-label[data-state=upcomming] .step-label--dot {
    background-color: var(--stepper-button-upcomming)
}

.menu {
    width: 240px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-border-default, #cbd5e1);
    background: var(--colors-base-white)
}

.menu-group {
    padding: var(--spacing-md);
    width: 100%
}

.menu-group__label {
    padding: var(--spacing-md);
    color: var(--colors-gray-neutral-500)
}

.menu-item {
    display: flex;
    padding: var(--spacing-md);
    align-items: flex-start;
    gap: var(--spacing-md);
    align-self: stretch;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box
}

.menu-item__icon {
    width: 24px;
    height: 24px
}

.menu-item__label {
    min-width: 100px;
    color: var(--Text-text-primary);
    flex: 1
}

.menu-item__trail-element {
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-item:hover {
    border-radius: var(--radius-xs);
    background: var(--button-background-neutral-hovered);
    mix-blend-mode: multiply
}

.menu-item:active {
    border-radius: var(--radius-xs);
    background: var(--button-background-neutral-pressed, #E5E7EB);
    mix-blend-mode: multiply
}

.menu-item.disabled {
    opacity: .5;
    pointer-events: none
}

.divider {
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--border-border-default, #cbd5e1)
}

div.table-wrapper .azm-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0
}

div.table-wrapper .azm-table tr.row-divider:not(:last-child) {
    border-bottom: 1px solid var(--table-cell-border)
}

div.table-wrapper .azm-table thead {
    border-bottom: 1px solid var(--table-cell-border);
    border-top: 1px solid var(--table-cell-border);
    background: var(--table-background-header)
}

div.table-wrapper .azm-table thead th {
    height: 48px;
    border-right: 1px solid var(--table-cell-border);
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px)
}

div.table-wrapper .azm-table thead th:last-child {
    border-right: none
}

div.table-wrapper .azm-table thead th span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

div.table-wrapper .azm-table thead th span span.text {
    color: var(--table-text-head)
}

div.table-wrapper .azm-table thead th span span.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px
}

div.table-wrapper .azm-table tbody tr.alternate:nth-child(2n):not(div.table-wrapper .azm-table tbody tr:hover,div.table-wrapper .azm-table tbody tr.row-selected) {
    transition: all .2s ease-in-out;
    background-color: var(--colors-gray-50)
}

div.table-wrapper .azm-table tbody tr:hover {
    background-color: var(--colors-gray-neutral-100)
}

div.table-wrapper .azm-table tbody tr.row-selected {
    background-color: var(--colors-brand-200)
}

div.table-wrapper .azm-table tbody td {
    height: 64px;
    color: var(--text-text-primary);
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px)
}

.table-contained {
    overflow: hidden;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Table-table-cell-border);
    padding: 0
}

:is(html[lang=ar],html[dir=rtl]) .azm-table {
    direction: ltr
}

.textarea {
    display: inline-flex;
    height: 40px;
    width: 320px;
    max-width: 332px;
    min-width: 200px;
    justify-content: flex-start;
    border-radius: var(--radius-sm);
    gap: var(--spacing-xs);
    border: 1px solid var(--form-field-border-default);
    background: var(--form-field-background-default);
    overflow: hidden;
    position: relative
}

.textarea:hover {
    border-color: var(--form-field-border-hovered)
}

.textarea[data-error=true] {
    border-color: red
}

.textarea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--form-field-border-pressed);
    transition: width .2s ease-in-out
}

.textarea__field {
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    color: var(--form-field-text-filled);
    padding: var(--spacing-lg) var(--spacing-xl);
    resize: none;
    position: relative
}

.textarea__field::-moz-placeholder {
    color: var(--form-field-text-placeholder)
}

.textarea__field::placeholder {
    color: var(--form-field-text-placeholder)
}

.textarea__field[disabled] {
    cursor: not-allowed
}

.textarea__field--hidden-scrollbar ::-webkit-scrollbar {
    display: none
}

.textarea__field--hidden-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.textarea__field--resize {
    resize: vertical
}

.textarea.focus:after {
    width: 100%
}

.textarea.active:after {
    width: 50%
}

.textarea--readonly,.textarea--readonly:hover,.textarea--disabled,.textarea--disabled:hover {
    border-color: var(--input-text-disabled);
    box-shadow: none!important
}

.textarea--readonly:after,.textarea--disabled:after {
    display: none
}

.textarea--readonly .textarea__field::-moz-placeholder,.textarea--disabled .textarea__field::-moz-placeholder {
    color: var(--colors-text-primary)
}

.textarea--readonly .textarea__field,.textarea--readonly .textarea__field::placeholder,.textarea--disabled .textarea__field,.textarea--disabled .textarea__field::placeholder {
    color: var(--colors-text-primary)
}

.textarea--disabled .textarea__field::-moz-placeholder {
    color: var(--input-text-disabled)
}

.textarea--disabled .textarea__field,.textarea--disabled .textarea__field::placeholder {
    color: var(--input-text-disabled)
}

.textarea--disabled .textarea__icon span,.textarea--disabled .textarea__prefix--subtle-text,.textarea--disabled .textarea__prefix--solid-text {
    color: var(--input-text-disabled)
}

.textarea__icon {
    height: 100%;
    display: inline-flex;
    align-items: center
}

.textarea__icon span {
    color: var(--colors-gray-neutral-700);
    font-size: 20px
}

.textarea__feedback-icon {
    height: -moz-fit-content;
    height: fit-content;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 16px
}

.textarea__feedback-icon span {
    font-size: 20px;
    position: relative;
    z-index: 0
}

.textarea__feedback-icon--success {
    color: var(--text-success)
}

.textarea__feedback-icon--success span:after {
    background-color: var(--colors-brand-100)
}

.textarea__feedback-icon--error {
    color: var(--form-field-border-error)
}

.textarea__feedback-icon--error span:after {
    background-color: var(--form-field-border-error)
}

.textarea__feedback-icon--warning {
    color: var(--text-warning)
}

.textarea__feedback-icon--warning span:after {
    background-color: var(--colors-warning-100)
}

.textarea__feedback-icon--warning-triangle {
    color: var(--text-warning)
}

.textarea__feedback-icon--warning-triangle span:after {
    width: 0!important;
    height: 0!important;
    transform: scale(1)!important;
    border: 12px solid rgba(0,0,0,0);
    border-top: 0;
    border-bottom: 20px solid var(--colors-warning-100);
    border-radius: 0!important;
    left: -2px!important;
    top: -1px!important
}

.textarea__feedback-icon--ring span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.16);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-full);
    z-index: -1
}

[dir=rtl] .textarea__feedback-icon {
    right: auto;
    left: 16px
}

.textarea__dropdown-btn.open+.textarea__dropdown-list {
    z-index: 2;
    opacity: 1;
    padding-block:var(--spacing-md);max-height: 376px;
    pointer-events: auto;
    overflow-y: auto
}

.textarea--lighter {
    border: 0
}

.textarea--lighter:hover {
    border: 1px solid var(--form-field-border-default)
}

.textarea--lighter.focus {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default)
}

.textarea--lighter.active {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-darker)
}

.textarea--darker {
    border: 0;
    background-color: var(--form-field-background-darker)
}

.textarea--darker:hover {
    border: 1px solid var(--form-field-border-default)
}

.textarea--darker.focus,.textarea--darker.active {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default)
}

.textarea--error,.textarea--error:hover {
    outline-color: var(--form-field-border-error);
    border: 1px solid var(--form-field-border-error)
}

.textarea--error:after {
    background-color: var(--form-field-border-error)
}

.textarea--lg {
    height: auto;
    min-height: 96px
}

.textarea--lg__feedback-icon span {
    font-size: 20px
}

.textarea.disabled {
    opacity: .6
}

.tooltip {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2
}

.tooltip-main {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    max-width: 240px;
    border-radius: var(--radius-sm);
    background: var(--tooltip-background-light)
}

.tooltip-main__wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--tooltip-gap);
    position: relative;
    padding: var(--tooltip-padding)
}

.tooltip-main__icon {
    font-size: 18px;
    color: var(--icon-neutral);
    display: flex;
    align-items: center
}

.tooltip-main .flex-column {
    gap: 4px
}

.tooltip-main__content__title {
    color: var(--tooltip-text-heading-light)
}

.tooltip-main__content__helper-text {
    color: var(--tooltip-text-paragraph-light)
}

.tooltip-main__beak {
    position: absolute;
    left: 50%;
    border-style: solid
}

.tooltip-main__beak[data-beak-direction=top-start] {
    left: 14px;
    top: 1px;
    transform: translateY(-100%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--tooltip-background-light) transparent
}

.tooltip-main__beak[data-beak-direction=top-center] {
    left: 50%;
    top: 1px;
    transform: translate(-50%,-100%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--tooltip-background-light) transparent
}

.tooltip-main__beak[data-beak-direction=top-end] {
    left: calc(100% - 14px);
    top: 1px;
    transform: translateY(-100%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--tooltip-background-light) transparent
}

.tooltip-main__beak[data-beak-direction=right-start] {
    top: 8px;
    left: 100%;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--tooltip-background-light)
}

.tooltip-main__beak[data-beak-direction=right-center] {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--tooltip-background-light)
}

.tooltip-main__beak[data-beak-direction=right-end] {
    bottom: 0;
    left: 100%;
    transform: translateY(-8px);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--tooltip-background-light)
}

.tooltip-main__beak[data-beak-direction=bottom-start] {
    left: 14px;
    top: calc(100% - 1px);
    border-width: 6px 6px 0px 6px;
    border-color: var(--tooltip-background-light) transparent transparent transparent
}

.tooltip-main__beak[data-beak-direction=bottom-center] {
    left: 50%;
    top: calc(100% - 1px);
    transform: translate(-50%);
    border-width: 6px 6px 0px 6px;
    border-color: var(--tooltip-background-light) transparent transparent transparent
}

.tooltip-main__beak[data-beak-direction=bottom-end] {
    left: calc(100% - 14px);
    top: calc(100% - 1px);
    border-width: 6px 6px 0px 6px;
    border-color: var(--tooltip-background-light) transparent transparent transparent
}

.tooltip-main__beak[data-beak-direction=left-start] {
    top: 8px;
    left: -5px;
    border-width: 6px 6px 6px 0px;
    border-color: transparent var(--tooltip-background-light) transparent transparent
}

.tooltip-main__beak[data-beak-direction=left-center] {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0px;
    border-color: transparent var(--tooltip-background-light) transparent transparent
}

.tooltip-main__beak[data-beak-direction=left-end] {
    top: calc(100% - 14px);
    left: -5px;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0px;
    border-color: transparent var(--tooltip-background-light) transparent transparent
}

.tooltip-main[data-direction=top] {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 14px
}

.tooltip-main[data-direction=left] {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 14px
}

.tooltip-main[data-direction=bottom] {
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 14px
}

.tooltip-main[data-direction=right] {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 14px
}

.tooltip-item {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.tooltip--light .tooltip-main {
    background: var(--tooltip-background-light)
}

.tooltip[data-theme=dark] .tooltip-main {
    background: var(--tooltip-background-dark)
}

.tooltip[data-theme=dark] .tooltip-main__icon {
    color: var(--icon-oncolor);
    fill: var(--icon-neutral)
}

.tooltip[data-theme=dark] .tooltip-main__content__title {
    color: var(--tooltip-text-heading-dark)
}

.tooltip[data-theme=dark] .tooltip-main__content__helper-text {
    color: var(--tooltip-text-paragraph-dark)
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=top-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=top-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=top-end] {
    border-color: transparent transparent var(--tooltip-background-dark) transparent
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=bottom-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=bottom-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=bottom-end] {
    border-color: var(--tooltip-background-dark) transparent transparent transparent
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=left-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=left-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=left-end] {
    border-color: transparent var(--tooltip-background-dark) transparent transparent
}

.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=right-start],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=right-center],.tooltip[data-theme=dark] .tooltip-main__beak[data-beak-direction=right-end] {
    border-color: transparent transparent transparent var(--tooltip-background-dark)
}

.card {
    width: 100%;
    padding: var(--spacing-xl);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--card-lg-gap);
    border-radius: var(--radius-lg);
    background: var(--background-card);
    border: 2px solid var(--background-card);
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.card--with-shadow {
    box-shadow: 0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f
}

.card--stroke {
    border: 1px solid var(--border-neutral-primary)
}

.card__image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: var(--radius-lg, 16px)
}

.card__image-container img {
    width: 100%;
    height: auto;
    border-radius: inherit
}

.card__checkbox-container {
    position: absolute;
    top: 16px;
    right: 16px
}

.card__checkbox-container>.checkbox .checkbox-main {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.card>.badge--icon.badge--lg {
    width: 48px;
    height: 48px
}

.card__content-text {
    gap: 8px
}

.card__action {
    width: 100%;
    display: flex
}

.card__action--default {
    gap: 12px
}

.card__action--expanded {
    justify-content: flex-end
}

.card__action--expanded .btn svg {
    width: 24px;
    height: 24px
}

.card.disabled {
    color: var(--text-default-disabled);
    background-color: transparent;
    border-color: transparent
}

.card.disabled:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-disabled);
    opacity: .3
}

.card.disabled .card--stroke {
    border: 1px solid var(--border-disabled)
}

.expand-button {
    margin-left: auto;
    transition: transform .3s
}

.expand-button[aria-expanded=true] .expand-icon {
    transform: rotate(180deg)
}

.collapse-content {
    display: none
}

.collapse-content.expanded {
    display: block
}

.content-switcher {
    display: flex;
    flex-direction: column;
    margin: 10px
}

.content-switcher__items {
    display: flex;
    flex-wrap: wrap
}

.content-switcher__item {
    display: inline-flex;
    min-width: 76px;
    padding: var(--spacing-xs) 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 0;
    background: var(--colors-gray-neutral-100);
    color: var(--colors-2-text-primary, #161616)
}

.content-switcher__item:hover {
    background: var(--colors-gray-neutral-200, #e5e7eb)
}

.content-switcher__item:focus {
    outline: none;
    border: 1px solid white!important;
    box-shadow: 0 0 0 2px #000;
    z-index: 9
}

.content-switcher__item--selected,.content-switcher__item--selected:hover {
    background-color: var(--colors-gray-neutral-950, #0d121c);
    color: var(--colors-2-text-primary_on-color, #fff)
}

.content-switcher__item--first {
    border-radius: var(--radius-md) 0px 0px var(--radius-md);
    border-right: .5px solid var(--border-neutral-primary)
}

:is(html[lang=ar],html[dir=rtl]) .content-switcher__item--first {
    border-radius: 0px var(--radius-md) var(--radius-md) 0px
}

.content-switcher__item--mid {
    border-radius: var(--radius-none);
    border-right: .5px solid var(--colors-2-border-secondary, #e5e7eb);
    border-left: .5px solid var(--colors-2-border-secondary, #e5e7eb)
}

.content-switcher__item--last {
    border-radius: 0px var(--radius-md) var(--radius-md) 0px;
    border-left: .5px solid var(--colors-2-border-secondary, #e5e7eb)
}

:is(html[lang=ar],html[dir=rtl]) .content-switcher__item--last {
    border-radius: var(--radius-md) 0px 0px var(--radius-md)
}

.content-switcher__item--on-color {
    color: var(--colors-2-text-primary_on-color, #fff);
    background-color: hsla(var(--colors-alpha-white)/10%);
    border-color: hsla(var(--colors-alpha-white)/10%)
}

.content-switcher__item--on-color:hover {
    background: hsla(var(--colors-alpha-white)/30%)
}

.content-switcher__item--on-color.content-switcher__item--selected,.content-switcher__item--on-color.content-switcher__item--selected:hover {
    background-color: var(--text-success)
}

.content-switcher__item--sm {
    height: auto
}

.content-switcher__item--md {
    height: 40px
}

.content-switcher__item--lg {
    height: 48px
}

.content-switcher__content {
    color: #000
}

.content-switcher__content--on-color {
    color: #fff
}

.rating {
    display: inline-flex;
    position: relative;
    font-size: 1.5rem;
    color: #dba102;
    cursor: pointer;
    text-align: left;
    width: -moz-min-content;
    width: min-content;
    -webkit-tap-highlight-color: transparent
}

.rating--small {
    font-size: 24px
}

.rating--medium {
    font-size: 32px
}

.rating--large {
    font-size: 48px
}

.rating__star {
    position: relative
}

.rating__star--pressed {
    background-color: var(--background-neutral-100);
    border-radius: 100%
}

.rating__star__label {
    cursor: inherit
}

.rating__star__label-icon {
    display: flex;
    transition: transform .15s cubic-bezier(.4,0,.2,1) 0ms;
    pointer-events: none
}

.rating__star__label-icon>svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
    transition: fill .2s cubic-bezier(.4,0,.2,1) 0ms;
    font-size: inherit
}

.rating__star__label-text,.rating__star__label-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

div.table-wrapper .azm-structured-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0
}

div.table-wrapper .azm-structured-table tr.row-divider:not(:last-child) {
    border-bottom: 1px solid var(--table-cell-border)
}

div.table-wrapper .azm-structured-table thead {
    border-bottom: 1px solid var(--table-cell-border);
    border-top: 1px solid var(--table-cell-border);
    background: var(--Colors-Gray-neutral-100, #f3f4f6)
}

div.table-wrapper .azm-structured-table thead th:first-child {
    width: 20px
}

div.table-wrapper .azm-structured-table thead th {
    height: 48px;
    border-right: 1px solid var(--table-cell-border);
    text-align: left;
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px);
    justify-content: space-between;
    align-items: center;
    color: var(--colors-gray-neutral-600)
}

div.table-wrapper .azm-structured-table thead th:last-child {
    border-right: none
}

div.table-wrapper .azm-structured-table tbody tr.alternate:nth-child(2n):not(div.table-wrapper .azm-structured-table tbody tr:hover,div.table-wrapper .azm-structured-table tbody tr.row-selected) {
    transition: all .2s ease-in-out;
    background-color: var(--colors-gray-50)
}

div.table-wrapper .azm-structured-table tbody tr:hover {
    background-color: var(--table-background-hover-selected)
}

div.table-wrapper .azm-structured-table tbody tr td div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px
}

div.table-wrapper .azm-structured-table tbody tr td div .checkbox {
    margin-left: 0
}

div.table-wrapper .azm-structured-table tbody tr td div .checkbox .checkbox-main {
    min-width: 5px!important
}

div.table-wrapper .azm-structured-table tbody tr.row-selected {
    background-color: var(--colors-brand-200)
}

div.table-wrapper .azm-structured-table tbody td:first-child {
    width: 20px
}

div.table-wrapper .azm-structured-table tbody td {
    height: 64px;
    color: var(--text-text-primary);
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px)
}

div.table-wrapper .azm-structured-table tbody td.compact {
    height: 48px
}

div.table-wrapper .azm-structured-table tbody td.col-divider {
    border-right: 1px solid var(--table-cell-border)
}

.table-contained {
    overflow: hidden;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--table-cell-border);
    padding: 0
}

.selected-cell {
    border: 3px solid var(--colors-brand-200);
    background: var(--Colors-Gray-neutral-950, #0d121c)
}

[dir=rtl] .azm-structured-table {
    direction: rtl
}

[dir=rtl] .azm-structured-table thead tr td {
    text-align: right
}

[dir=ltr] .azm-structured-table {
    direction: ltr
}

.pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style: none
}

.pagination__item {
    position: relative
}

.pagination__item button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    display: grid;
    place-items: center
}

.pagination__item button:hover {
    background: var(--background-neutral-100);
    color: var(--text-default);
    border-radius: 4px
}

.pagination__item button:active {
    background-color: transparent;
    border: 2px solid #161616;
    border-radius: 4px
}

.pagination__item--active:after {
    content: "";
    width: calc(100% - 8px);
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    border-radius: var(--radius-full, 9999px);
    background: var(--Colors-SA-Flag-600, #1b8354)
}

.pagination--small .pagination__item button {
    width: 24px;
    height: 24px
}

.pagination--medium .pagination__item button {
    width: 32px;
    height: 32px
}

.pagination--large .pagination__item button {
    width: 40px;
    height: 40px
}

[dir=rtl] .pagination__arrow button {
    transform: rotate(180deg)
}

.list {
    margin-left: 24px
}

.list-title,.list-item {
    height: 24px
}

.list--primary .list-title,.list--primary .list-item {
    color: #1b8354
}

.list--primary>ul .list-item:before {
    background-color: #1b8354
}

.list--neutral .list-title,.list--neutral .list-item {
    color: #0d121c
}

.list--neutral>ul .list-item:before {
    background-color: #0d121c
}

.list--on-color .list-title,.list--on-color .list-item {
    color: var(--link-default_on-color, #fff)
}

.list--on-color>ul .list-item:before {
    background-color: #fff
}

.list--ordered {
    list-style-type: decimal;
    list-style-position: inside
}

.list--ordered>ol {
    list-style-type: lower-alpha;
    margin-left: 24px
}

.list--unordered {
    list-style-type: decimal
}

.list--unordered .list-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.list--unordered>ul {
    list-style-type: disc;
    margin-left: 18px
}

.list--unordered>ul .list-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.list--unordered>ul .list-item:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.list--with-icon .list-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.list--with-icon .list-item-icon {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center
}

.list--with-icon>ul {
    margin-left: 24px
}

.avatar {
    border-radius: var(--radius-full);
    border: 2px solid var(--border-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--button-background-neutral-default);
    overflow: hidden
}

.avatar--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar--square {
    border-radius: var(--radius-8)
}

.avatar--120 {
    width: 120px;
    height: 120px;
    border-width: 4px
}

.avatar--120 .avatar__text {
    text-transform: uppercase
}

.avatar--120 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 80px
}

.avatar--120 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 80px
}

.avatar--80 {
    width: 80px;
    height: 80px
}

.avatar--80 .avatar__text {
    text-transform: uppercase
}

.avatar--80 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 56px
}

.avatar--80 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 56px
}

.avatar--68 {
    width: 68px;
    height: 68px
}

.avatar--68 .avatar__text {
    text-transform: uppercase
}

.avatar--68 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 40px
}

.avatar--68 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 40px
}

.avatar--48 {
    width: 48px;
    height: 48px
}

.avatar--48 .avatar__text {
    text-transform: uppercase
}

.avatar--48 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 32px
}

.avatar--48 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 32px
}

.avatar--40 {
    width: 40px;
    height: 40px
}

.avatar--40 .avatar__text {
    text-transform: uppercase
}

.avatar--40 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 32px
}

.avatar--40 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 32px
}

.avatar--32 {
    width: 32px;
    height: 32px
}

.avatar--32 .avatar__text {
    text-transform: uppercase
}

.avatar--32 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px
}

.avatar--32 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 24px
}

.avatar--24 {
    width: 24px;
    height: 24px
}

.avatar--24 .avatar__text {
    text-transform: uppercase
}

.avatar--24 .avatar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 16px
}

.avatar--24 .avatar__icon>* {
    width: 100%;
    height: 100%;
    font-size: 16px
}

.dga-divider {
    display: flex;
    width: 100%;
    height: 1px;
    justify-content: center;
    align-items: center
}

.dga-divider--neutral {
    background-color: var(--border-neutral-primary)
}

.dga-divider--alpha-white {
    background-color: var(--alpha-white-30)
}

.dga-divider--white {
    background-color: var(--border-white)
}

.dga-divider--primary {
    background-color: var(--border-primary)
}

.chip {
    display: inline-flex;
    height: 32px;
    padding: var(--spacing-none) var(--spacing-lg);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    flex-shrink: 0;
    border-radius: var(--radius-sm);
    cursor: pointer
}

.chip--lg {
    height: 32px
}

.chip--md {
    height: 24px
}

.chip--sm {
    height: 20px
}

.chip--rounded {
    border-radius: var(--radius-full)
}

.chip-icon {
    display: grid;
    place-items: center;
    padding: 0
}

.chip-icon.chip--lg {
    width: 32px;
    height: 32px
}

.chip-icon.chip--md {
    width: 24px;
    height: 24px
}

.chip-icon.chip--sm {
    width: 20px;
    height: 20px
}

.chip--neutral {
    color: var(--text-default);
    background: var(--button-background-neutral-default)
}

.chip--neutral svg {
    color: currentColor;
    stroke: currentColor
}

.chip--neutral:hover {
    color: var(--text-default);
    background-color: var(--button-background-neutral-pressed)
}

.chip--neutral.pressed {
    color: var(--text-oncolor-primary);
    background-color: var(--button-background-black-selected)
}

.chip--success {
    color: var(--text-primary-sa-flag);
    background-color: var(--background-primary-50)
}

.chip--success svg {
    color: currentColor;
    stroke: currentColor
}

.chip--success:hover {
    color: var(--text-primary-sa-flag);
    background-color: var(--background-primary-200)
}

.chip--success.pressed {
    color: var(--button-background-primary-pressed);
    background-color: var(--background-primary-400)
}

.chip--on-color {
    color: var(--text-default);
    background: var(--button-background-oncolor-default)
}

.chip--on-color svg {
    color: currentColor;
    stroke: currentColor
}

.chip--on-color:hover {
    background-color: var(--button-background-oncolor-hovered)
}

.chip--on-color.pressed {
    background-color: var(--button-background-oncolor-pressed)
}

.chip--on-color.selected {
    background-color: var(--button-background-oncolor-selected)
}

.chip--neutral.disabled,.chip--success.disabled,.chip--on-color.disabled {
    color: var(--text-default-disabled);
    background-color: var(--background-disabled)
}

:host {
    --thumb-size: 12px;
    --thumb-height: 4px
}

.range-slider-wrapper.small {
    --thumb-size: 12px;
    --thumb-height: 4px
}

.range-slider-wrapper.medium {
    --thumb-size: 16px;
    --thumb-height: 8px
}

.range-slider-wrapper {
    width: 93%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px calc(var(--thumb-size) / 2);
    margin-inline:auto;padding-top: 1.6rem;
    height: calc(var(--thumb-size) + 1.6rem)
}

.range-slider-input-wrapper {
    width: calc(100% + var(--thumb-size));
    margin: 0 calc(var(--thumb-size) / -2);
    position: absolute;
    height: var(--thumb-size);
    bottom: -15px
}

.range-slider-control-wrapper {
    width: 100%;
    position: absolute;
    height: var(--thumb-size);
    bottom: -15px
}

.range-slider-input {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    opacity: 0;
    z-index: 3;
    padding: 0
}

.range-slider-input::-ms-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: transparent
}

.range-slider-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: transparent
}

.range-slider-input:focus::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: transparent
}

.range-slider-input::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 0;
    border: 0 none;
    cursor: grab;
    background-color: red
}

.range-slider-input::-ms-thumb:active {
    cursor: grabbing
}

.range-slider-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 0;
    border: 0 none;
    cursor: grab;
    background-color: red
}

.range-slider-input::-moz-range-thumb:active {
    cursor: grabbing
}

.range-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 0;
    border: 0 none;
    cursor: grab;
    background-color: red
}

.range-slider-input::-webkit-slider-thumb:active {
    cursor: grabbing
}

.range-slider-rail {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: var(--thumb-height);
    border-radius: 3px;
    background: var(--background-neutral-100, #f3f4f6)
}

.range-slider-inner-rail {
    position: absolute;
    height: 100%;
    background: var(--background-primary, #1b8354);
    z-index: 1;
    border-radius: 3px
}

.range-slider-control {
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 50%;
    position: absolute;
    background: var(--background-primary, #1b8354);
    top: 50%;
    margin-left: calc(var(--thumb-size) / -2);
    transform: translate3d(0,-50%,0);
    z-index: 2
}

.range-slider-container h3 {
    color: var(--form-field-text-label, #161616);
    font-family: IBMPlexSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px
}

.range-slider-note {
    bottom: -26px;
    left: -3px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px
}

.range-slider-note .range-slider-note-content p {
    color: var(--text-primary-paragraph, #384250);
    font-family: IBMPlexSansArabic;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.range-slider-number_left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -31px
}

.range-slider-number_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -31px
}

.dga-form-control {
    display: flex;
    flex-direction: column
}

.dga-form-control>.dga-label {
    margin-bottom: 8px;
    color: var(--form-field-text-label)
}

.dga-search-box {
    display: flex;
    height: 40px;
    width: 100%;
    min-width: 200px;
    justify-content: flex-start;
    align-items: center;
    padding: var(--spacing-none) var(--spacing-2);
    border-radius: var(--radius-sm);
    gap: var(--form-icon-enteredtext, 8px);
    border: 1px solid var(--form-field-border-default);
    background: var(--form-field-background-default);
    position: relative
}

.dga-search-box:hover {
    border-color: var(--form-field-border-hovered);
    color: var(--form-field-text-hovered)
}

.dga-search-box:hover>input {
    color: var(--form-field-text-hovered)
}

.dga-search-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translate(-50%);
    background-color: var(--form-field-border-pressed);
    transition: width .2s ease-in-out
}

.dga-search-box__field {
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    color: var(--form-field-text-focused)
}

.dga-search-box__field::-moz-placeholder {
    color: var(--form-field-text-placeholder)
}

.dga-search-box__field::placeholder {
    color: var(--form-field-text-placeholder)
}

.dga-search-box.focus:after {
    width: 100%
}

.dga-search-box.active:after {
    width: 50%
}

.dga-search-box--readonly,.dga-search-box--readonly:hover,.dga-search-box--disabled,.dga-search-box--disabled:hover {
    border-color: var(--border-neutral-primary);
    box-shadow: none!important
}

.dga-search-box--readonly:after,.dga-search-box--disabled:after {
    display: none
}

.dga-search-box--readonly .input__field::-moz-placeholder,.dga-search-box--disabled .input__field::-moz-placeholder {
    color: var(--form-field-text-readonly)
}

.dga-search-box--readonly .input__field,.dga-search-box--readonly .input__field::placeholder,.dga-search-box--disabled .input__field,.dga-search-box--disabled .input__field::placeholder {
    color: var(--form-field-text-readonly)
}

.dga-search-box--disabled {
    border-color: var(--border-disabled)
}

.dga-search-box--disabled .input__field {
    color: var(--text-default-disabled)
}

.dga-search-box--disabled .input__field::-moz-placeholder {
    color: var(--text-default-disabled)
}

.dga-search-box--disabled .input__field,.dga-search-box--disabled .input__field::placeholder {
    color: var(--text-default-disabled)
}

.dga-search-box--disabled .input__icon span,.dga-search-box--disabled .input__prefix--subtle-text,.dga-search-box--disabled .input__prefix--solid-text {
    color: var(--text-default-disabled)
}

.dga-search-box__actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.dga-search-box__actions .dga-divider--vertical {
    width: 25px;
    height: 1px;
    transform: rotate(90deg);
    background-color: #d2d6db
}

.dga-search-box__search-btn,.dga-search-box__action-btn {
    background: transparent;
    outline: none;
    border: none;
    height: 100%;
    display: grid;
    place-items: center;
    cursor: pointer
}

.dga-search-box__icon {
    height: 100%;
    display: flex;
    align-items: center
}

.dga-search-box__icon span {
    color: var(--form-field-border-hovered);
    font-size: 20px
}

.dga-search-box__feedback-icon {
    height: 100%;
    display: inline-flex;
    align-items: center
}

.dga-search-box__feedback-icon span {
    font-size: 20px;
    position: relative;
    z-index: 0
}

.dga-search-box__feedback-icon--success {
    color: var(--text-success)
}

.dga-search-box__feedback-icon--success span:after {
    background-color: var(--colors-brand-100)
}

.dga-search-box__feedback-icon--error {
    color: var(--text-error)
}

.dga-search-box__feedback-icon--error span:after {
    background-color: var(--text-error-100)
}

.dga-search-box__feedback-icon--warning {
    color: var(--text-warning)
}

.dga-search-box__feedback-icon--warning span:after {
    background-color: var(--colors-warning-100)
}

.dga-search-box__feedback-icon--warning-triangle {
    color: var(--text-warning)
}

.dga-search-box__feedback-icon--warning-triangle span:after {
    width: 0!important;
    height: 0!important;
    transform: scale(1)!important;
    border: 12px solid rgba(0,0,0,0);
    border-top: 0;
    border-bottom: 20px solid var(--colors-warning-100);
    border-radius: 0!important;
    left: -2px!important;
    top: -1px!important
}

.dga-search-box__feedback-icon--ring span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.16);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-full);
    z-index: -1
}

.dga-search-box__prefix,.dga-search-box__suffix {
    display: inline-flex;
    height: 100%;
    padding: var(--spacing-xxs) var(--spacing-2);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    mix-blend-mode: multiply;
    margin-left: calc(-1 * var(--spacing-2));
    margin-right: var(--spacing-2);
    border: 0
}

.dga-search-box__prefix-label,.dga-search-box__prefix-icon,.dga-search-box__prefix-chevron,.dga-search-box__suffix-label,.dga-search-box__suffix-icon,.dga-search-box__suffix-chevron {
    color: var(--colors-text-primary)
}

.dga-search-box__prefix .dropdown__label,.dga-search-box__suffix .dropdown__label {
    display: none
}

.dga-search-box__prefix .dropdown__label--selection,.dga-search-box__suffix .dropdown__label--selection {
    display: inline-block;
    white-space: nowrap
}

.dga-search-box__prefix .dropdown__label--selection~.input__prefix-label,.dga-search-box__suffix .dropdown__label--selection~.input__prefix-label {
    display: none
}

.dga-search-box__prefix-chevron,.dga-search-box__suffix-chevron {
    font-size: 30px!important;
    transform: rotate(0);
    transition: all .3s ease-in-out
}

.dga-search-box__prefix.active,.dga-search-box__suffix.active {
    background-color: var(--colors-gray-neutral-300)
}

.dga-search-box__prefix--solid,.dga-search-box__suffix--solid,.dga-search-box__prefix--solid-text,.dga-search-box__suffix--solid-text {
    background-color: var(--colors-gray-neutral-100)
}

.dga-search-box__prefix--solid-text .input__prefix-label,.dga-search-box__suffix--solid-text .input__prefix-label {
    color: var(--colors-text-quarterary)
}

.dga-search-box__prefix--solid:hover,.dga-search-box__suffix--solid:hover {
    background-color: var(--colors-gray-neutral-200)
}

.dga-search-box__prefix--solid:focus,.dga-search-box__suffix--solid:focus {
    background-color: transparent;
    border: 4px solid var(--colors-base-black);
    border-radius: 0
}

.dga-search-box__prefix--solid.active,.dga-search-box__suffix--solid.active {
    background-color: var(--colors-gray-neutral-300);
    border: 0
}

.dga-search-box__prefix--solid:disabled,.dga-search-box__suffix--solid:disabled {
    background-color: var(--colors-gray-neutral-100)
}

.dga-search-box__prefix--solid:disabled .input__prefix-label,.dga-search-box__prefix--solid:disabled .input__prefix-icon,.dga-search-box__prefix--solid:disabled .input__prefix-chevron,.dga-search-box__suffix--solid:disabled .input__prefix-label,.dga-search-box__suffix--solid:disabled .input__prefix-icon,.dga-search-box__suffix--solid:disabled .input__prefix-chevron {
    color: var(--colors-gray-neutral-300)
}

.dga-search-box__prefix--subtle,.dga-search-box__suffix--subtle,.dga-search-box__prefix--subtle-text,.dga-search-box__suffix--subtle-text {
    background-color: transparent
}

.dga-search-box__prefix--subtle-text .input__prefix-label,.dga-search-box__suffix--subtle-text .input__prefix-label {
    color: var(--colors-text-quarterary)
}

.dga-search-box__prefix--subtle:hover,.dga-search-box__suffix--subtle:hover {
    background-color: var(--colors-gray-neutral-50)
}

.dga-search-box__prefix--subtle:focus,.dga-search-box__suffix--subtle:focus {
    background-color: transparent;
    border: 4px solid var(--colors-base-black)
}

.dga-search-box__prefix--subtle.active,.dga-search-box__suffix--subtle.active {
    background-color: var(--colors-gray-neutral-200);
    border: 0
}

.dga-search-box__prefix--subtle:disabled .input__prefix-label,.dga-search-box__prefix--subtle:disabled .input__prefix-icon,.dga-search-box__prefix--subtle:disabled .input__prefix-chevron,.dga-search-box__suffix--subtle:disabled .input__prefix-label,.dga-search-box__suffix--subtle:disabled .input__prefix-icon,.dga-search-box__suffix--subtle:disabled .input__prefix-chevron {
    color: var(--colors-gray-neutral-300)
}

.dga-search-box__prefix.selected,.dga-search-box__suffix.selected {
    background-color: var(--form-field-border-hovered)
}

.dga-search-box__prefix.selected .input__prefix-icon,.dga-search-box__prefix.selected .input__prefix-label,.dga-search-box__prefix.selected .input__prefix-chevron,.dga-search-box__suffix.selected .input__prefix-icon,.dga-search-box__suffix.selected .input__prefix-label,.dga-search-box__suffix.selected .input__prefix-chevron,.dga-search-box__prefix.selected .dropdown__label,.dga-search-box__suffix.selected .dropdown__label {
    color: var(--colors-text-primary_on-brand)
}

.dga-search-box__dropdown-btn.open+.dga-search-box__dropdown-list {
    z-index: 2;
    opacity: 1;
    padding-block:var(--spacing-md);max-height: 376px;
    pointer-events: auto;
    overflow-y: auto
}

.dga-search-box__dropdown-btn.open .dga-search-box__dropdown .input__prefix-chevron,.dga-search-box__dropdown-btn.open .dga-search-box__dropdown .input__suffix-chevron {
    transform: rotate(180deg)
}

.dga-search-box__prefix {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm)
}

.dga-search-box__suffix {
    margin-right: calc(-1 * var(--spacing-2));
    margin-left: var(--spacing-xl);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0
}

.dga-search-box--lighter {
    border: 0;
    background: var(--form-field-background-lighter)
}

.dga-search-box--lighter:hover,.dga-search-box--lighter.focus,.dga-search-box--lighter.active {
    border: 1px solid var(--form-field-border-default)
}

.dga-search-box--darker {
    border: 0;
    background-color: var(--form-field-background-darker)
}

.dga-search-box--darker:hover {
    border: 1px solid var(--form-field-border-default)
}

.dga-search-box--darker.focus,.dga-search-box--darker.active {
    border: 1px solid var(--form-field-border-default);
    background-color: var(--form-field-background-default)!important
}

.dga-search-box.readOnly {
    border: 1px solid var(--border-neutral-primary)!important;
    background-color: var(--form-field-background-default)!important;
    box-shadow: none!important
}

.dga-search-box.readOnly:after {
    content: none
}

.dga-search-box--error,.dga-search-box--error:hover {
    border-color: var(--form-field-border-error)
}

.dga-search-box--error:after {
    background-color: var(--form-field-border-error)
}

.dga-search-box--lg {
    height: 40px
}

.dga-search-box--lg__feedback-icon span {
    font-size: 20px
}

.dga-search-box--lg .input__prefix-icon,.dga-search-box--lg .input__suffix-icon {
    font-size: 24px
}

.dga-search-box--lg .input__prefix-chevron,.dga-search-box--lg .input__suffix-chevron {
    font-size: 20px
}

.dga-search-box--md {
    height: 32px
}

.dga-search-box--md__feedback-icon span {
    font-size: 16px
}

.dga-search-box--md .input__prefix-icon,.dga-search-box--md .input__suffix-icon {
    font-size: 20px
}

.dga-search-box--md .input__prefix-chevron,.dga-search-box--md .input__suffix-chevron {
    font-size: 16px
}

.dga-search-box-helper-text {
    display: flex;
    align-items: center;
    gap: 10px
}

.dga-metric {
    display: flex;
    width: 360px;
    flex-direction: column;
    align-items: flex-end;
    border-radius: var(--radius-lg, 16px);
    box-shadow: 0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f
}

.dga-metric__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 16px 0;
    margin-bottom: 24px
}

.dga-metric__head-content {
    display: flex;
    align-items: center;
    gap: 8px
}

.dga-metric__head-content-text {
    color: var(--text-primary-paragraph, #384250)
}

.dga-metric__body {
    width: 100%
}

.dga-metric[data-chart-size=small-chart] .dga-metric__body {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 24px
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content-percentage {
    color: var(--Text-text-display, #1F2A37)
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content-change {
    display: flex;
    align-items: center;
    gap: 8px
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content-change-icon {
    width: 24px;
    height: 24px
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content-change-icon>svg {
    width: 100%;
    height: 100%
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content-change-value {
    color: var(--Text-text-success, #067647);
    text-align: center
}

.dga-metric[data-chart-size=small-chart] .dga-metric__content-change-period {
    color: var(--Text-text-secondary-paragraph, #6C737F)
}

.dga-metric__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 24px
}

.dga-metric__content-percentage {
    color: var(--Text-text-display, #1F2A37)
}

.dga-metric__content-change {
    display: flex;
    align-items: center;
    gap: 8px
}

.dga-metric__content-change-icon {
    width: 24px;
    height: 24px
}

.dga-metric__content-change-icon>svg {
    width: 100%;
    height: 100%
}

.dga-metric__content-change-icon>i {
    font-size: 24px
}

.dga-metric__content-change[data-change-trend=positive] .dga-metric__content-change-icon {
    color: var(--icon-success)!important
}

.dga-metric__content-change[data-change-trend=positive] .dga-metric__content-change-icon>i {
    font-size: 24px
}

.dga-metric__content-change[data-change-trend=negative] .dga-metric__content-change-icon {
    color: var(--text-error)!important
}

.dga-metric__content-change[data-change-trend=negative] .dga-metric__content-change-icon>i {
    font-size: 24px
}

.dga-metric__content-change-value {
    color: var(--Text-text-success, #067647);
    text-align: center
}

.dga-metric__content-change-period {
    color: var(--Text-text-secondary-paragraph, #6C737F)
}

.dga-metric__chart {
    padding: 0 16px;
    margin-bottom: 24px
}

.dga-metric__divider {
    display: flex;
    width: 100%;
    height: 1px;
    justify-content: center;
    align-items: center;
    background-color: var(--border-neutral-primary)
}

.dga-metric__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: var(--spacing-xl, 16px)
}

.dga-metric__actions--primary {
    margin-left: auto
}

dga-second-nav-header .wrapper {
    height: 40px;
    max-height: 40px;
    position: relative;
    font-family: var(--font-family-text);
    font-size: var(--typo-size-text-md);
    font-weight: 400;
    line-height: var(--heights-text-md);
    text-align: left
}

dga-second-nav-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 var(--spacing-4xl)
}

dga-second-nav-header .primary {
    background-color: var(--background-primary);
    color: var(--text-oncolor-primary)
}

dga-second-nav-header .gray {
    background-color: var(--background-neutral-100);
    color: var(--text-primary-paragraph)
}

dga-second-nav-header .border {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

dga-second-nav-header .primary .border {
    border-bottom-color: var(--alpha-white-30)
}

dga-second-nav-header .gray .border {
    border-bottom-color: var(--border-neutral-primary)
}

dga-second-nav-header .content {
    display: flex;
    align-items: center;
    flex-grow: 1
}

dga-second-nav-header .actions {
    display: flex;
    align-items: center
}

dga-second-nav-header .items-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--spacing-xl)
}

dga-second-nav-header dga-second-nav-header-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs)
}

.dga-label {
    display: flex;
    gap: 4px;
    color: var(--form-field-text-label, #161616)
}

.dga-label>.star {
    color: var(--form-field-border-error, #B42318)
}

.dga-label.disabled,.dga-label.disabled>.star {
    color: var(--input-text-disabled, #9DA4AE)!important
}

.slider-track {
    width: 100%;
    position: relative;
    height: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

.slider-list {
    display: flex;
    transition: transform 1s ease-in-out
}

.card-wrapper {
    outline: none;
    min-height: 1px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-family: Poppins,sans-serif
}

.example-card {
    background: #f9004d;
    border-radius: 10px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    margin: 10px;
    padding: 10%;
    position: relative;
    font-weight: 100;
    font-family: Poppins,sans-serif
}

.dga-helper-text {
    display: flex;
    align-items: center;
    gap: 8px
}

.dga-helper-text--error {
    color: var(--text-error)
}

.dga-helper-text span {
    display: grid;
    place-items: center
}

.shadows-container {
    display: flex;
    width: 2240px;
    padding: var(--spacing-none);
    align-items: flex-start;
    gap: var(--spacing-7xl)
}

.shadows-box {
    display: flex;
    height: 240px;
    max-width: 256px;
    padding: var(--spacing-3xl);
    align-items: flex-start;
    gap: var(--spacing-none);
    flex: 1 0 0;
    border-radius: var(--radius-xl);
    border: 1px solid var(--colors-border-primary);
    background: var(--colors-bg-primary)
}

.header {
    position: relative;
    width: 100%;
    min-height: 72px;
    display: flex;
    height: 72px;
    z-index: 99;
    background-color: var(--background-menu)
}

.header--sticky {
    position: sticky;
    top: 0
}

.header--divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: var(--background-neutral-300)
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
    height: 72px;
    box-sizing: border-box
}

.header-nav--full {
    width: 100%;
    max-width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline:var(--spacing-4xl)}

.header-nav--fixed {
    margin-inline: auto;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 75em) {
    .header-nav--fixed {
        width:100%;
        max-width: 100vw;
        padding-inline:var(--spacing-8xl)}
}

.header-nav__main {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    width: 100%
}

.header-nav__branding {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 56.25em) {
    .header-nav__branding {
        flex:1;
        justify-content: center;
        justify-self: center
    }
}

.header-nav__menu,.header-nav__actions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 56.25em) {
    .header-nav__menu,.header-nav__actions {
        display:none
    }
}

.header-menu__item {
    display: inline-flex;
    height: 72px;
    padding: var(--spacing-md) var(--spacing-3xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    background-color: transparent;
    border-radius: var(--radius-xs)
}

.header-menu__item:hover,.header-menu__item:active {
    position: relative
}

.header-menu__item:hover:after,.header-menu__item:active:after {
    content: "";
    display: block;
    width: calc(100% - var(--spacing-md) * 2);
    height: 8px;
    border-radius: var(--radius-full);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--background-neutral-400)
}

.header-menu__item:hover .header-menu__item-label,.header-menu__item:hover .header-menu__item-icon,.header-menu__item:hover .header-menu__item-arrow,.header-menu__item:active .header-menu__item-label,.header-menu__item:active .header-menu__item-icon,.header-menu__item:active .header-menu__item-arrow {
    color: var(--text-default)
}

.header-menu__item:hover {
    background: var(--button-background-neutral-hovered)
}

.header-menu__item:focus {
    background-color: transparent;
    outline: 2px solid var(--colors-base-black)
}

.header-menu__item:focus:after {
    display: none
}

.header-menu__item:active {
    background-color: var(--button-background-neutral-pressed);
    outline: none
}

.header-menu__item:active:after {
    display: block;
    background-color: var(--background-neutral-800)
}

.header-menu__item-label,.header-menu__item-icon,.header-menu__item-arrow {
    color: var(--text-default)
}

.header-menu__item-icon,.header-menu__item-arrow {
    color: var(--text-default);
    display: flex;
    align-items: center
}

.header-menu__item--active {
    background: var(--button-background-primary-default)
}

.header-menu__item--active,.header-menu__item--active:hover,.header-menu__item--active:focus,.header-menu__item--active:active {
    position: relative;
    background: var(--button-background-primary-hovered);
    outline: none
}

.header-menu__item--active .header-menu__item-label,.header-menu__item--active .header-menu__item-icon,.header-menu__item--active .header-menu__item-arrow,.header-menu__item--active:hover .header-menu__item-label,.header-menu__item--active:hover .header-menu__item-icon,.header-menu__item--active:hover .header-menu__item-arrow,.header-menu__item--active:focus .header-menu__item-label,.header-menu__item--active:focus .header-menu__item-icon,.header-menu__item--active:focus .header-menu__item-arrow,.header-menu__item--active:active .header-menu__item-label,.header-menu__item--active:active .header-menu__item-icon,.header-menu__item--active:active .header-menu__item-arrow {
    color: var(--text-oncolor-primary)
}

.header-menu__item--active:after,.header-menu__item--active:hover:after,.header-menu__item--active:focus:after,.header-menu__item--active:active:after {
    content: "";
    display: block;
    width: calc(100% - var(--spacing-md) * 2);
    height: 8px;
    border-radius: var(--radius-full);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--background-primary-400)
}

.header-menu__item--active:before,.header-menu__item--active:hover:before,.header-menu__item--active:focus:before,.header-menu__item--active:active:before {
    border: 0
}

.header-menu__item--active:focus {
    outline: 2px solid var(--colors-base-black)
}

.header-menu__item--active:focus:before {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: var(--radius-xs)
}

.header-menu__item--active:active {
    outline: none;
    background: var(--button-background-primary-pressed)
}

.header-menu__item--active:active:before {
    border: 0
}

.header-menu__item--active.header-menu__item--disabled:after {
    content: "";
    display: block!important;
    width: calc(100% - var(--spacing-md) * 2);
    height: 8px;
    border-radius: var(--radius-full);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--background-disabled)
}

.header-menu__item--active.header-menu__item--disabled:before {
    border: 0!important
}

.header-menu__item--disabled,.header-menu__item--disabled:hover,.header-menu__item--disabled:focus,.header-menu__item--disabled:active {
    position: relative;
    background-color: transparent;
    outline: none
}

.header-menu__item--disabled .header-menu__item-label,.header-menu__item--disabled .header-menu__item-icon,.header-menu__item--disabled .header-menu__item-arrow,.header-menu__item--disabled:hover .header-menu__item-label,.header-menu__item--disabled:hover .header-menu__item-icon,.header-menu__item--disabled:hover .header-menu__item-arrow,.header-menu__item--disabled:focus .header-menu__item-label,.header-menu__item--disabled:focus .header-menu__item-icon,.header-menu__item--disabled:focus .header-menu__item-arrow,.header-menu__item--disabled:active .header-menu__item-label,.header-menu__item--disabled:active .header-menu__item-icon,.header-menu__item--disabled:active .header-menu__item-arrow {
    color: var(--text-default-disabled)
}

.header-menu__item--disabled:after,.header-menu__item--disabled:hover:after,.header-menu__item--disabled:focus:after,.header-menu__item--disabled:active:after {
    display: none
}

.header-menu__btn {
    display: none
}

@media only screen and (max-width: 56.25em) {
    .header-menu__btn {
        display:inline-flex
    }
}

.header__sub-menu {
    position: absolute;
    display: flex;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    padding: var(--spacing-none) var(--spacing-4xl);
    flex-direction: column;
    align-items: center;
    transition: all .3s ease-in-out
}

.header__sub-menu--bg-brand {
    background-color: var(--background-sa-flag)
}

.header__sub-menu--full {
    width: 100%;
    left: 0
}

.sub-menu__container {
    display: flex;
    padding: var(--spacing-4xl) var(--spacing-none);
    align-items: flex-start;
    align-content: flex-start;
    gap: var(--spacing-3xl);
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%
}

.sub-menu__column-title {
    color: var(--text-primary)
}

.sub-menu__link {
    padding: var(--spacing-lg);
    border-radius: var(--radius-md);
    display: flex;
    gap: var(--spacing-xl);
    align-items: center;
    background-color: transparent;
    min-width: 320px
}

.sub-menu__link:hover {
    background-color: var(--button-background-neutral-hovered)
}

.sub-menu__link:hover .sub-menu__link-label,.sub-menu__link:focus .sub-menu__link-label,.sub-menu__link:active .sub-menu__link-label {
    text-decoration: underline
}

.sub-menu__link:focus {
    background-color: transparent;
    outline: 2px solid var(--colors-base-black)
}

.sub-menu__link:active {
    background-color: var(--button-background-neutral-pressed);
    outline: none
}

.sub-menu__link-icon {
    color: var(--icon-default)
}

.sub-menu__link-icon--bg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-primary);
    background-color: var(--background-primary-50);
    border-radius: var(--radius-md);
    padding: var(--spacing-lg)
}

.sub-menu__link-label {
    color: var(--text-display)
}

.sub-menu__link-helper {
    color: var(--text-primary-paragraph)
}

.sub-menu__link--on-color.sub-menu__link:hover,.sub-menu__link--on-color.sub-menu__link:focus,.sub-menu__link--on-color.sub-menu__link:active {
    background-color: var(--button-background-transparent-hovered)
}

.sub-menu__link--on-color.sub-menu__link:focus {
    background-color: transparent;
    outline: 2px solid var(--colors-base-white)
}

.sub-menu__link--on-color.sub-menu__link:active {
    background-color: var(--button-background-transparent-pressed);
    outline: none
}

.sub-menu__link--on-color .sub-menu__link-icon {
    color: var(--icon-oncolor)
}

.sub-menu__link--on-color .sub-menu__link-icon--bg {
    color: var(--icon-oncolor);
    background-color: var(--alpha-white-10)
}

.sub-menu__link--on-color .sub-menu__link-label,.sub-menu__link--on-color .sub-menu__link-helper {
    color: var(--text-oncolor-primary)
}

.sidepanel {
    background-color: var(--colors-base-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .4s ease-in-out
}

.sidepanel.collapsed {
    transform: translate(calc((100% + var(--spacing-xl) + var(--spacing-xl) + 8px + 2 * var(--spacing-xs)) * -2))
}

@media only screen and (min-width: 56.25em) {
    .sidepanel.collapsed {
        transform:translate(0)
    }
}

.sidepanel::-webkit-scrollbar {
    height: 100px;
    width: calc(8px + 2 * var(--spacing-xs))
}

.sidepanel::-webkit-scrollbar-track {
    background-color: transparent;
    padding: var(--spacing-xs)
}

.sidepanel::-webkit-scrollbar-thumb {
    height: 100px;
    border-radius: var(--radius-full);
    border: var(--spacing-xs) solid transparent;
    background-color: var(--border-neutral-primary);
    background-clip: content-box;
    mix-blend-mode: multiply
}

.sidepanel__nav-header {
    margin-inline:var(--spacing-4xl);margin-block: var(--spacing-lg)
}

.sidepanel ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidepanel__menu-list {
    width: 100%;
    padding: var(--spacing-xl) var(--spacing-xl) var(--spacing-8xl) var(--spacing-xl)!important
}

.sidepanel__menu-tab,.sidepanel__submenu-tab {
    display: flex;
    padding: var(--spacing-md) var(--spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md);
    align-self: stretch;
    color: var(--colors-gray-neutral-600);
    text-decoration: none;
    border-radius: var(--radius-sm);
    mix-blend-mode: multiply;
    position: relative;
    border: 2px solid transparent;
    outline: none
}

.sidepanel__menu-tab:after,.sidepanel__submenu-tab:after {
    content: "";
    width: 6px;
    height: calc(100% - 2 * var(--spacing-sm));
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: var(--radius-full);
    background-color: var(--colors-brand-600);
    display: none
}

.sidepanel__menu-tab:hover,.sidepanel__submenu-tab:hover {
    background-color: var(--colors-gray-neutral-100);
    color: var(--colors-text-primary);
    border-color: transparent
}

.sidepanel__menu-tab:hover:after,.sidepanel__submenu-tab:hover:after {
    display: block;
    background-color: var(--colors-gray-neutral-400)
}

.sidepanel__menu-tab:focus,.sidepanel__submenu-tab:focus {
    background-color: var(--colors-base-white)
}

.sidepanel__menu-tab:focus:after,.sidepanel__submenu-tab:focus:after {
    display: none
}

.sidepanel__menu-tab.selected,.selected.sidepanel__submenu-tab,.sidepanel__menu-tab.active,.active.sidepanel__submenu-tab {
    background-color: transparent;
    color: var(--colors-gray-modern-950);
    font-weight: 700
}

.sidepanel__menu-tab.selected:after,.selected.sidepanel__submenu-tab:after,.sidepanel__menu-tab.active:after,.active.sidepanel__submenu-tab:after {
    display: block;
    background-color: var(--colors-brand-600)
}

.sidepanel__menu-tab.selected .sidepanel__menu-tab-icon,.selected.sidepanel__submenu-tab .sidepanel__menu-tab-icon,.sidepanel__menu-tab.active .sidepanel__menu-tab-icon,.active.sidepanel__submenu-tab .sidepanel__menu-tab-icon {
    color: #1b8354
}

.sidepanel__menu-tab.pressed,.pressed.sidepanel__submenu-tab {
    background-color: var(--border-neutral-primary);
    color: var(--colors-text-primary);
    border-color: transparent
}

.sidepanel__menu-tab.pressed:after,.pressed.sidepanel__submenu-tab:after {
    display: block;
    background-color: var(--colors-gray-neutral-600)
}

.sidepanel__menu-tab.disabled,.disabled.sidepanel__submenu-tab {
    color: var(--border-neutral-primary);
    background-color: transparent;
    border-color: transparent
}

.sidepanel__menu-tab.disabled:after,.disabled.sidepanel__submenu-tab:after {
    display: none
}

.sidepanel__menu-tab-divider {
    background: var(--border-neutral-primary);
    height: 1px;
    margin: var(--spacing-md) var(--spacing-xl);
    display: block
}

.sidepanel__menu-tab.active+.sidepanel__submenu-list,.active.sidepanel__submenu-tab+.sidepanel__submenu-list {
    opacity: 1;
    padding-block:3px!important}

.sidepanel__menu-tab.active .sidepanel__menu-tab-arrow,.active.sidepanel__submenu-tab .sidepanel__menu-tab-arrow {
    transform: rotate(180deg)
}

.sidepanel__menu-tab-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidepanel__menu-tab-label {
    flex: 1
}

.sidepanel__menu-tab-arrow {
    font-size: 20px;
    transform: rotate(0);
    transition: all .4s ease-in-out
}

.sidepanel__submenu-list {
    display: block;
    padding-block:0!important;max-height: 0;
    overflow-y: hidden;
    opacity: 1!important;
    transition: max-height .3s ease;
    margin-left: 24px!important
}

.sidepanel__submenu-tab {
    justify-content: flex-start;
    white-space: nowrap
}

.sidepanel__submenu-tab-label {
    flex: 1
}

.sidepanel__submenu-tab-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidepanel__submenu--sublevel {
    padding: var(--spacing-md) var(--spacing-xl) var(--spacing-md) calc(var(--spacing-5xl) + var(--spacing-md) / 2)
}

.sidepanel--bg-gray {
    background-color: var(--colors-gray-neutral-50)
}

.sidepanel--bg-brand {
    background-color: var(--colors-brand-800)
}

.sidepanel--bg-brand .sidepanel__menu-tab,.sidepanel--bg-brand .sidepanel__submenu-tab {
    mix-blend-mode: normal;
    color: var(--colors-text-secondary_on-brand)!important
}

.sidepanel--bg-brand .sidepanel__menu-tab-label,.sidepanel--bg-brand .sidepanel__submenu-tab-label {
    color: var(--colors-text-secondary_on-brand)!important
}

.sidepanel--bg-brand .sidepanel__menu-tab:hover,.sidepanel--bg-brand .sidepanel__submenu-tab:hover {
    background-color: hsla(var(--colors-alpha-white)/10%);
    color: var(--colors-text-primary_on-brand);
    border-color: transparent
}

.sidepanel--bg-brand .sidepanel__menu-tab:hover:after,.sidepanel--bg-brand .sidepanel__submenu-tab:hover:after {
    display: block;
    background-color: hsla(var(--colors-alpha-white)/40%)
}

.sidepanel--bg-brand .sidepanel__menu-tab:focus,.sidepanel--bg-brand .sidepanel__submenu-tab:focus {
    background-color: transparent;
    border-color: var(--colors-base-white)
}

.sidepanel--bg-brand .sidepanel__menu-tab:focus:after,.sidepanel--bg-brand .sidepanel__submenu-tab:focus:after {
    display: none
}

.sidepanel--bg-brand .sidepanel__menu-tab.selected,.sidepanel--bg-brand .sidepanel__menu-tab.active,.sidepanel--bg-brand .sidepanel__submenu-tab.selected,.sidepanel--bg-brand .sidepanel__submenu-tab.active {
    background-color: hsla(var(--colors-alpha-white)/20%);
    color: var(--colors-text-primary_on-brand)
}

.sidepanel--bg-brand .sidepanel__menu-tab.selected:after,.sidepanel--bg-brand .sidepanel__menu-tab.active:after,.sidepanel--bg-brand .sidepanel__submenu-tab.selected:after,.sidepanel--bg-brand .sidepanel__submenu-tab.active:after {
    display: block;
    background-color: var(--colors-base-white)
}

.sidepanel--bg-brand .sidepanel__menu-tab.pressed,.sidepanel--bg-brand .sidepanel__submenu-tab.pressed {
    background-color: hsla(var(--colors-alpha-white)/30%);
    color: var(--colors-text-primary_on-brand);
    border-color: transparent
}

.sidepanel--bg-brand .sidepanel__menu-tab.pressed:after,.sidepanel--bg-brand .sidepanel__submenu-tab.pressed:after {
    display: block;
    background-color: hsla(var(--colors-alpha-white)/60%)
}

.sidepanel--border {
    border-right: 1px solid var(--colors-border-primary)
}

.sidepanel--overlay {
    background: hsla(var(--colors-alpha-white)/80%);
    box-shadow: 4px 16px 24px #0000001a;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

@media only screen and (min-width: 56.25em) {
    .sidepanel--overlay {
        box-shadow:none
    }
}

.sidepanel--overlay-gray {
    background: hsla(var(--colors-alpha-white)/80%);
    box-shadow: 4px 16px 24px #0000001a;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.sidepanel--overlay-brand {
    background: var(--colors-brand-800);
    box-shadow: 0 24px 48px -12px #1018282e;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.table-of-content {
    display: flex;
    width: 228px;
    padding: var(--container-padding-desktop) var(--spacing-none);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md)
}

.table-of-content__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md)
}

.table-of-content__tab-list,.table-of-content__tab-sublist {
    list-style: none;
    padding: 0
}

.table-of-content__tab-sublist .table-of-content__tab {
    position: relative;
    padding-left: calc(var(--spacing-xl) * 2)
}

.table-of-content__tab-sublist .table-of-content__tab:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--background-neutral-300);
    display: block;
    position: absolute;
    left: 16px;
    top: 0
}

.table-of-content__tab-sub-sublist {
    list-style: none;
    padding: 0
}

.table-of-content__tab-sub-sublist .table-of-content__tab {
    position: relative;
    padding-left: calc(var(--spacing-xl) * 3)
}

.table-of-content__tab-sub-sublist .table-of-content__tab:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--background-neutral-300);
    display: block;
    position: absolute;
    left: 16px;
    top: 0
}

.table-of-content__tab-sub-sublist .table-of-content__tab:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--background-neutral-300);
    display: block;
    position: absolute;
    left: 32px;
    top: 0
}

.table-of-content__tab {
    display: flex;
    min-width: 140px;
    padding: 0px var(--spacing-md, 8px) 0px var(--spacing-xl);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-xs);
    position: relative
}

.table-of-content__tab-label {
    padding-block:var(--spacing-sm);flex: 1;
    color: var(--text-primary-paragraph)
}

.table-of-content__tab-prefix {
    display: none;
    height: 100%;
    border-radius: var(--radius-full);
    background-color: var(--background-primary);
    width: 3px;
    position: absolute;
    left: 0;
    top: 0
}

.table-of-content__tab:hover .table-of-content__tab-prefix {
    display: block;
    background-color: var(--background-neutral-300)
}

.table-of-content__tab:hover .table-of-content__tab-label {
    color: var(--background-neutral-800)
}

.table-of-content__tab:hover {
    background-color: var(--background-neutral-100)
}

.table-of-content__tab:hover:before {
    background-color: var(--background-neutral-400)
}

.table-of-content__tab:focus .table-of-content__tab-prefix {
    display: none
}

.table-of-content__tab:focus .table-of-content__tab-label {
    color: var(--background-neutral-800)
}

.table-of-content__tab:focus {
    outline: 2px solid var(--border-black);
    background-color: transparent
}

.table-of-content__tab:focus:after,.table-of-content__tab:focus:before {
    display: none
}

.table-of-content__tab.selected,.table-of-content__tab.active {
    color: var(--background-neutral-800)
}

.table-of-content__tab.selected .table-of-content__tab-prefix,.table-of-content__tab.active .table-of-content__tab-prefix {
    display: block;
    background-color: var(--background-primary)
}

.table-of-content__tab.selected:after,.table-of-content__tab.selected:before,.table-of-content__tab.active:after,.table-of-content__tab.active:before {
    display: none
}

.table-of-content__tab.pressed .table-of-content__tab-prefix {
    display: block;
    background-color: var(--controls-control-border)
}

.table-of-content__tab.pressed .table-of-content__tab-label {
    color: var(--background-neutral-800)
}

.table-of-content__tab.pressed {
    outline: none;
    background-color: var(--button-background-neutral-pressed)
}

.table-of-content__tab.pressed:before {
    background-color: var(--background-neutral-800)
}

*,*:after,*:before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

@media only screen and (max-width: 56.25em) {
    html {
        font-size:75%
    }
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: IBMPlexSansArabic;
    src: url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

body {
    font-family: IBMPlexSansArabic
}

a,a:active,a:focus {
    color: inherit;
    text-decoration: none
}

.display-2xl-regular {
    font: 400 72px/90px IBMPlexSansArabic
}

.display-xl-regular {
    font: 400 60px/72px IBMPlexSansArabic
}

.display-lg-regular {
    font: 400 48px/60px IBMPlexSansArabic
}

.display-md-regular,.avatar--120 .avatar__text {
    font: 400 36px/44px IBMPlexSansArabic
}

.display-sm-regular,.avatar--80 .avatar__text {
    font: 400 30px/38px IBMPlexSansArabic
}

.display-xs-regular {
    font: 400 24px/32px IBMPlexSansArabic
}

.text-xl-regular,.content-switcher__item--lg {
    font: 400 20px/30px IBMPlexSansArabic
}

.text-lg-regular,.content-switcher__item--md {
    font: 400 18px/28px IBMPlexSansArabic
}

.input__field::-moz-placeholder,.textarea__field::-moz-placeholder,.dga-search-box__field::-moz-placeholder {
    font: 400 16px/24px IBMPlexSansArabic
}

.text-md-regular,.accordion-item__body,.input__field,.input__field::placeholder,.input__prefix-label,.input__prefix-icon,.input__prefix-chevron,.input__suffix-label,.input__suffix-icon,.input__suffix-chevron,.input--lg .input__prefix-label,.input--lg .input__suffix-label,.link,.link--md,.dropdown__label,.dropdown__btn,.dropdown--lg .dropdown__label,.dropdown--lg .dropdown__label-placeholder,.dropdown--lg .dropdown__option-label,.notification__content p,.file-upload__instructions,.date-cell__label,.menu-item__label,.menu-item__trail-element,div.table-wrapper .azm-table tbody td,.textarea__field,.textarea__field::placeholder,.tooltip-item,.content-switcher__item--sm,div.table-wrapper .azm-structured-table tbody td,.list-title,.list-item,.dga-search-box__field,.dga-search-box__field::placeholder,.dga-search-box__prefix-label,.dga-search-box__prefix-icon,.dga-search-box__prefix-chevron,.dga-search-box__suffix-label,.dga-search-box__suffix-icon,.dga-search-box__suffix-chevron,.dga-search-box--lg .input__prefix-label,.dga-search-box--lg .input__suffix-label,.dga-label--lg {
    font: 400 16px/24px IBMPlexSansArabic
}

.input--lg .input__field::-moz-placeholder,.input--md .input__field::-moz-placeholder,.textarea--lg .textarea__field::-moz-placeholder,.dga-search-box--lg .input__field::-moz-placeholder,.dga-search-box--md .input__field::-moz-placeholder {
    font: 400 14px/20px IBMPlexSansArabic
}

.text-sm-regular,.checkbox__helper-text,.switch__helper-text,.radio__helper-text,.dga-form-control>.dga-label,.input__prefix .dropdown__label--selection,.input__suffix .dropdown__label--selection,.input--lg .input__field,.input--lg .input__field::placeholder,.input--md .input__field,.input--md .input__field::placeholder,.input--md .input__prefix-label,.input--md .input__suffix-label,.link--sm,.dropdown__option-label,.dropdown--md .dropdown__label,.dropdown--md .dropdown__label-placeholder,.dropdown--md .dropdown__option-label,dialog .modal__content,.tabs-list__label,.file-upload__file-item--error .file-upload__file-item-msg,.file-upload__file-item--error--error .file-upload__file-item-msg,.textarea--lg .textarea__field,.textarea--lg .textarea__field::placeholder,.dga-search-box__prefix .dropdown__label--selection,.dga-search-box__suffix .dropdown__label--selection,.dga-search-box--lg .input__field,.dga-search-box--lg .input__field::placeholder,.dga-search-box--md .input__field,.dga-search-box--md .input__field::placeholder,.dga-search-box--md .input__prefix-label,.dga-search-box--md .input__suffix-label,.dga-metric[data-chart-size=small-chart] .dga-metric__content-change-period,.dga-metric__content-change-period,.dga-label--md,.sub-menu__link-helper,.sidepanel__menu-tab,.sidepanel__submenu-tab,.sidepanel__submenu--sublevel .sidepanel__submenu-tab-label,.table-of-content__tab-label {
    font: 400 14px/20px IBMPlexSansArabic
}

.text-xs-regular,.file-upload__formats,.tooltip-main__content__helper-text {
    font: 400 12px/18px IBMPlexSansArabic
}

.text-2xs-regular {
    font: 400 10px/14px IBMPlexSansArabic
}

.display-2xl-medium {
    font: 500 72px/90px IBMPlexSansArabic
}

.display-xl-medium {
    font: 500 60px/72px IBMPlexSansArabic
}

.display-lg-medium {
    font: 500 48px/60px IBMPlexSansArabic
}

.display-md-medium {
    font: 500 36px/44px IBMPlexSansArabic
}

.display-sm-medium {
    font: 500 30px/38px IBMPlexSansArabic
}

.display-xs-medium {
    font: 500 24px/32px IBMPlexSansArabic
}

.text-xl-medium,.avatar--68 .avatar__text {
    font: 500 20px/30px IBMPlexSansArabic
}

.text-lg-medium {
    font: 500 18px/28px IBMPlexSansArabic
}

.text-md-medium,.btn--lg,.tag,.tag--lg,.checkbox__label,.switch__label,.radio__label,.date-picker__navigator-label,.progress-indicator__step-content>.step-icon,.progress-indicator__step-content>.step-label .step-label--circle,.step-label .step-label--circle,.avatar--48 .avatar__text,.chip,.chip--lg,.header-menu__item-label,.header-menu__item-icon,.header-menu__item-arrow {
    font: 500 16px/24px IBMPlexSansArabic
}

.text-sm-medium,.btn--md,.checkbox__warning,.switch__warning,.radio__warning,.tabs-list__item--active .tabs-list__label,.file-upload__file-name,.dga-metric__head-content-text,.dga-metric[data-chart-size=small-chart] .dga-metric__content-change-value,.dga-metric__content-change-value {
    font: 500 14px/20px IBMPlexSansArabic
}

.text-xs-medium,.btn--sm,.tag--md,div.table-wrapper .azm-table thead th span span.text,div.table-wrapper .azm-structured-table thead th,.chip--md {
    font: 500 12px/18px IBMPlexSansArabic
}

.text-2xs-medium {
    font: 500 10px/14px IBMPlexSansArabic
}

.display-2xl-semibold {
    font: 600 72px/90px IBMPlexSansArabic
}

.display-xl-semibold {
    font: 600 60px/72px IBMPlexSansArabic
}

.display-lg-semibold {
    font: 600 48px/60px IBMPlexSansArabic
}

.display-md-semibold {
    font: 600 36px/44px IBMPlexSansArabic
}

.display-sm-semibold {
    font: 600 30px/38px IBMPlexSansArabic
}

.display-xs-semibold {
    font: 600 24px/32px IBMPlexSansArabic
}

.text-xl-semibold {
    font: 600 20px/30px IBMPlexSansArabic
}

.text-lg-semibold,dialog .modal__heading {
    font: 600 18px/28px IBMPlexSansArabic
}

.text-md-semibold,.accordion-item__title,.header-menu__item--active .header-menu__item-label,.header-menu__item--active .header-menu__item-icon,.header-menu__item--active .header-menu__item-arrow,.header-menu__item--active:hover .header-menu__item-label,.header-menu__item--active:hover .header-menu__item-icon,.header-menu__item--active:hover .header-menu__item-arrow,.header-menu__item--active:focus .header-menu__item-label,.header-menu__item--active:focus .header-menu__item-icon,.header-menu__item--active:focus .header-menu__item-arrow,.header-menu__item--active:active .header-menu__item-label,.header-menu__item--active:active .header-menu__item-icon,.header-menu__item--active:active .header-menu__item-arrow,.header-menu__item--disabled .header-menu__item-label,.header-menu__item--disabled .header-menu__item-icon,.header-menu__item--disabled .header-menu__item-arrow,.header-menu__item--disabled:hover .header-menu__item-label,.header-menu__item--disabled:hover .header-menu__item-icon,.header-menu__item--disabled:hover .header-menu__item-arrow,.header-menu__item--disabled:focus .header-menu__item-label,.header-menu__item--disabled:focus .header-menu__item-icon,.header-menu__item--disabled:focus .header-menu__item-arrow,.header-menu__item--disabled:active .header-menu__item-label,.header-menu__item--disabled:active .header-menu__item-icon,.header-menu__item--disabled:active .header-menu__item-arrow,.sub-menu__link-label {
    font: 600 16px/24px IBMPlexSansArabic
}

.text-sm-semibold,.dropdown__list-group-label,.avatar--40 .avatar__text,.dga-label--md.semibold,.dga-label--lg.semibold,.sidepanel__menu-tab-label,.sidepanel__submenu-tab-label,.table-of-content__tab.selected .table-of-content__tab-label,.table-of-content__tab.active .table-of-content__tab-label {
    font: 600 14px/20px IBMPlexSansArabic
}

.text-xs-semibold,.tooltip-main__content__title,.avatar--32 .avatar__text {
    font: 600 12px/18px IBMPlexSansArabic
}

.text-2xs-semibold,.tag--sm,.chip--sm {
    font: 600 10px/14px IBMPlexSansArabic
}

.display-2xl-bold {
    font: 700 72px/90px IBMPlexSansArabic
}

.display-xl-bold {
    font: 700 60px/72px IBMPlexSansArabic
}

.display-lg-bold {
    font: 700 48px/60px IBMPlexSansArabic
}

.display-md-bold,.dga-metric[data-chart-size=small-chart] .dga-metric__content-percentage,.dga-metric__content-percentage {
    font: 700 36px/44px IBMPlexSansArabic
}

.display-sm-bold {
    font: 700 30px/38px IBMPlexSansArabic
}

.display-xs-bold {
    font: 700 24px/32px IBMPlexSansArabic
}

.text-xl-bold {
    font: 700 20px/30px IBMPlexSansArabic
}

.text-lg-bold,.sub-menu__column-title {
    font: 700 18px/28px IBMPlexSansArabic
}

.text-md-bold,.notification__lead-text,.date-cell--today .date-cell__label span {
    font: 700 16px/24px IBMPlexSansArabic
}

.text-sm-bold,.sidepanel__menu-tab.selected,.sidepanel__menu-tab.active,.sidepanel__menu-tab.active>.sidepanel__menu-tab-label,.selected.sidepanel__submenu-tab,.active.sidepanel__submenu-tab,.active.sidepanel__submenu-tab>.sidepanel__menu-tab-label {
    font: 700 14px/20px IBMPlexSansArabic
}

.text-xs-bold,.menu-group__label {
    font: 700 12px/18px IBMPlexSansArabic
}

.text-2xs-bold,.avatar--24 .avatar__text {
    font: 700 10px/14px IBMPlexSansArabic
}

@font-face {
    font-family: hgi-bulk-rounded;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-bulk-rounded.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-bulk-rounded.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-bulk-rounded.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-bulk-rounded.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-bulk-rounded.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-bulk-rounded.svg#hgi-bulk-rounded) format("svg")
}

.hgi-bulk {
    font-family: hgi-bulk-rounded!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-bulk:before {
    position: absolute;
    left: 0
}

.hgi-bulk:after {
    opacity: .4
}

.hgi-bulk.hgi-abacus:after {
    content: "㩰"
}

.hgi-bulk.hgi-abacus:before {
    content: "㩱"
}

.hgi-bulk.hgi-absolute:after {
    content: "㩲"
}

.hgi-bulk.hgi-absolute:before {
    content: "㩳"
}

.hgi-bulk.hgi-acceleration:after {
    content: "㩴"
}

.hgi-bulk.hgi-acceleration:before {
    content: "㩵"
}

.hgi-bulk.hgi-access:after {
    content: "㩶"
}

.hgi-bulk.hgi-access:before {
    content: "㩷"
}

.hgi-bulk.hgi-accident:after {
    content: "㩸"
}

.hgi-bulk.hgi-accident:before {
    content: "㩹"
}

.hgi-bulk.hgi-account-setting-01:after {
    content: "㩺"
}

.hgi-bulk.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-bulk.hgi-account-setting-02:after {
    content: "㩼"
}

.hgi-bulk.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-bulk.hgi-account-setting-03:after {
    content: "㩾"
}

.hgi-bulk.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-bulk.hgi-activity-01:after {
    content: "㪀"
}

.hgi-bulk.hgi-activity-01:before {
    content: "㪁"
}

.hgi-bulk.hgi-activity-02:after {
    content: "㪂"
}

.hgi-bulk.hgi-activity-02:before {
    content: "㪃"
}

.hgi-bulk.hgi-activity-03:after {
    content: "㪄"
}

.hgi-bulk.hgi-activity-03:before {
    content: "㪅"
}

.hgi-bulk.hgi-activity-04:after {
    content: "㪆"
}

.hgi-bulk.hgi-activity-04:before {
    content: "㪇"
}

.hgi-bulk.hgi-acute:after {
    content: "㪈"
}

.hgi-bulk.hgi-acute:before {
    content: "㪉"
}

.hgi-bulk.hgi-add-01:after {
    content: "㪊"
}

.hgi-bulk.hgi-add-01:before {
    content: "㪋"
}

.hgi-bulk.hgi-add-02:after {
    content: "㪌"
}

.hgi-bulk.hgi-add-02:before {
    content: "㪍"
}

.hgi-bulk.hgi-add-circle-half-dot:after {
    content: "㪎"
}

.hgi-bulk.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-bulk.hgi-add-circle:after {
    content: "㪐"
}

.hgi-bulk.hgi-add-circle:before {
    content: "㪑"
}

.hgi-bulk.hgi-add-square:after {
    content: "㪒"
}

.hgi-bulk.hgi-add-square:before {
    content: "㪓"
}

.hgi-bulk.hgi-add-team:after {
    content: "㪔"
}

.hgi-bulk.hgi-add-team:before {
    content: "㪕"
}

.hgi-bulk.hgi-address-book:after {
    content: "㪖"
}

.hgi-bulk.hgi-address-book:before {
    content: "㪗"
}

.hgi-bulk.hgi-adobe-after-effect:after {
    content: "㪘"
}

.hgi-bulk.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-bulk.hgi-adobe-illustrator:after {
    content: "㪚"
}

.hgi-bulk.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-bulk.hgi-adobe-indesign:after {
    content: "㪜"
}

.hgi-bulk.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-bulk.hgi-adobe-photoshop:after {
    content: "㪞"
}

.hgi-bulk.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-bulk.hgi-adobe-premier:after {
    content: "㪠"
}

.hgi-bulk.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-bulk.hgi-adobe-xd:after {
    content: "㪢"
}

.hgi-bulk.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-bulk.hgi-adventure:after {
    content: "㪤"
}

.hgi-bulk.hgi-adventure:before {
    content: "㪥"
}

.hgi-bulk.hgi-advertisiment:after {
    content: "㪦"
}

.hgi-bulk.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-bulk.hgi-adzan:after {
    content: "㪨"
}

.hgi-bulk.hgi-adzan:before {
    content: "㪩"
}

.hgi-bulk.hgi-affiliate:after {
    content: "㪪"
}

.hgi-bulk.hgi-affiliate:before {
    content: "㪫"
}

.hgi-bulk.hgi-agreement-01:after {
    content: "㪬"
}

.hgi-bulk.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-bulk.hgi-agreement-02:after {
    content: "㪮"
}

.hgi-bulk.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-bulk.hgi-agreement-03:after {
    content: "㪰"
}

.hgi-bulk.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-bulk.hgi-ai-beautify:after {
    content: "㪲"
}

.hgi-bulk.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-bulk.hgi-ai-book:after {
    content: "㪴"
}

.hgi-bulk.hgi-ai-book:before {
    content: "㪵"
}

.hgi-bulk.hgi-ai-brain-01:after {
    content: "㪶"
}

.hgi-bulk.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-bulk.hgi-ai-brain-02:after {
    content: "㪸"
}

.hgi-bulk.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-bulk.hgi-ai-brain-03:after {
    content: "㪺"
}

.hgi-bulk.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-bulk.hgi-ai-brain-04:after {
    content: "㪼"
}

.hgi-bulk.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-bulk.hgi-ai-brain-05:after {
    content: "㪾"
}

.hgi-bulk.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-bulk.hgi-ai-browser:after {
    content: "㫀"
}

.hgi-bulk.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-bulk.hgi-ai-chat-01:after {
    content: "㫂"
}

.hgi-bulk.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-bulk.hgi-ai-chat-02:after {
    content: "㫄"
}

.hgi-bulk.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-bulk.hgi-ai-cloud-01:after {
    content: "㫆"
}

.hgi-bulk.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-bulk.hgi-ai-cloud-02:after {
    content: "㫈"
}

.hgi-bulk.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-bulk.hgi-ai-cloud:after {
    content: "㫊"
}

.hgi-bulk.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-bulk.hgi-ai-computer:after {
    content: "㫌"
}

.hgi-bulk.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-bulk.hgi-ai-dna:after {
    content: "㫎"
}

.hgi-bulk.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-bulk.hgi-ai-eraser:after {
    content: "㫐"
}

.hgi-bulk.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-bulk.hgi-ai-folder-01:after {
    content: "㫒"
}

.hgi-bulk.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-bulk.hgi-ai-folder-02:after {
    content: "㫔"
}

.hgi-bulk.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-bulk.hgi-ai-game:after {
    content: "㫖"
}

.hgi-bulk.hgi-ai-game:before {
    content: "㫗"
}

.hgi-bulk.hgi-ai-generative:after {
    content: "㫘"
}

.hgi-bulk.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-bulk.hgi-ai-idea:after {
    content: "㫚"
}

.hgi-bulk.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-bulk.hgi-ai-image:after {
    content: "㫜"
}

.hgi-bulk.hgi-ai-image:before {
    content: "㫝"
}

.hgi-bulk.hgi-ai-innovation-01:after {
    content: "㫞"
}

.hgi-bulk.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-bulk.hgi-ai-innovation-02:after {
    content: "㫠"
}

.hgi-bulk.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-bulk.hgi-ai-innovation-03:after {
    content: "㫢"
}

.hgi-bulk.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-bulk.hgi-ai-laptop:after {
    content: "㫤"
}

.hgi-bulk.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-bulk.hgi-ai-learning:after {
    content: "㫦"
}

.hgi-bulk.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-bulk.hgi-ai-lock:after {
    content: "㫨"
}

.hgi-bulk.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-bulk.hgi-ai-magic:after {
    content: "㫪"
}

.hgi-bulk.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-bulk.hgi-ai-mail-01:after {
    content: "㫬"
}

.hgi-bulk.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-bulk.hgi-ai-mail-02:after {
    content: "㫮"
}

.hgi-bulk.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-bulk.hgi-ai-mail:after {
    content: "㫰"
}

.hgi-bulk.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-bulk.hgi-ai-network:after {
    content: "㫲"
}

.hgi-bulk.hgi-ai-network:before {
    content: "㫳"
}

.hgi-bulk.hgi-ai-phone-01:after {
    content: "㫴"
}

.hgi-bulk.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-bulk.hgi-ai-phone-02:after {
    content: "㫶"
}

.hgi-bulk.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-bulk.hgi-ai-programming:after {
    content: "㫸"
}

.hgi-bulk.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-bulk.hgi-ai-search:after {
    content: "㫺"
}

.hgi-bulk.hgi-ai-search:before {
    content: "㫻"
}

.hgi-bulk.hgi-ai-security-01:after {
    content: "㫼"
}

.hgi-bulk.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-bulk.hgi-ai-security-02:after {
    content: "㫾"
}

.hgi-bulk.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-bulk.hgi-ai-setting:after {
    content: "㬀"
}

.hgi-bulk.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-bulk.hgi-ai-smartwatch:after {
    content: "㬂"
}

.hgi-bulk.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-bulk.hgi-ai-user:after {
    content: "㬄"
}

.hgi-bulk.hgi-ai-user:before {
    content: "㬅"
}

.hgi-bulk.hgi-ai-video:after {
    content: "㬆"
}

.hgi-bulk.hgi-ai-video:before {
    content: "㬇"
}

.hgi-bulk.hgi-ai-view:after {
    content: "㬈"
}

.hgi-bulk.hgi-ai-view:before {
    content: "㬉"
}

.hgi-bulk.hgi-aids:after {
    content: "㬊"
}

.hgi-bulk.hgi-aids:before {
    content: "㬋"
}

.hgi-bulk.hgi-airbnb:after {
    content: "㬌"
}

.hgi-bulk.hgi-airbnb:before {
    content: "㬍"
}

.hgi-bulk.hgi-aircraft-game:after {
    content: "㬎"
}

.hgi-bulk.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-bulk.hgi-airdrop:after {
    content: "㬐"
}

.hgi-bulk.hgi-airdrop:before {
    content: "㬑"
}

.hgi-bulk.hgi-airplane-01:after {
    content: "㬒"
}

.hgi-bulk.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-bulk.hgi-airplane-02:after {
    content: "㬔"
}

.hgi-bulk.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-bulk.hgi-airplane-landing-01:after {
    content: "㬖"
}

.hgi-bulk.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-bulk.hgi-airplane-landing-02:after {
    content: "㬘"
}

.hgi-bulk.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-bulk.hgi-airplane-mode-off:after {
    content: "㬚"
}

.hgi-bulk.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-bulk.hgi-airplane-mode:after {
    content: "㬜"
}

.hgi-bulk.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-bulk.hgi-airplane-seat:after {
    content: "㬞"
}

.hgi-bulk.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-bulk.hgi-airplane-take-off-01:after {
    content: "㬠"
}

.hgi-bulk.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-bulk.hgi-airplane-take-off-02:after {
    content: "㬢"
}

.hgi-bulk.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-bulk.hgi-airplay-line:after {
    content: "㬤"
}

.hgi-bulk.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-bulk.hgi-airpod-01:after {
    content: "㬦"
}

.hgi-bulk.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-bulk.hgi-airpod-02:after {
    content: "㬨"
}

.hgi-bulk.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-bulk.hgi-airpod-03:after {
    content: "㬪"
}

.hgi-bulk.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-bulk.hgi-airport:after {
    content: "㬬"
}

.hgi-bulk.hgi-airport:before {
    content: "㬭"
}

.hgi-bulk.hgi-al-aqsa-mosque:after {
    content: "㬮"
}

.hgi-bulk.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-bulk.hgi-alarm-clock:after {
    content: "㬰"
}

.hgi-bulk.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-bulk.hgi-album-01:after {
    content: "㬲"
}

.hgi-bulk.hgi-album-01:before {
    content: "㬳"
}

.hgi-bulk.hgi-album-02:after {
    content: "㬴"
}

.hgi-bulk.hgi-album-02:before {
    content: "㬵"
}

.hgi-bulk.hgi-album-not-found-01:after {
    content: "㬶"
}

.hgi-bulk.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-bulk.hgi-album-not-found-02:after {
    content: "㬸"
}

.hgi-bulk.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-bulk.hgi-alert-01:after {
    content: "㬺"
}

.hgi-bulk.hgi-alert-01:before {
    content: "㬻"
}

.hgi-bulk.hgi-alert-02:after {
    content: "㬼"
}

.hgi-bulk.hgi-alert-02:before {
    content: "㬽"
}

.hgi-bulk.hgi-alert-circle:after {
    content: "㬾"
}

.hgi-bulk.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-bulk.hgi-alert-diamond:after {
    content: "㭀"
}

.hgi-bulk.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-bulk.hgi-alert-square:after {
    content: "㭂"
}

.hgi-bulk.hgi-alert-square:before {
    content: "㭃"
}

.hgi-bulk.hgi-algorithm:after {
    content: "㭄"
}

.hgi-bulk.hgi-algorithm:before {
    content: "㭅"
}

.hgi-bulk.hgi-alien-01:after {
    content: "㭆"
}

.hgi-bulk.hgi-alien-01:before {
    content: "㭇"
}

.hgi-bulk.hgi-alien-02:after {
    content: "㭈"
}

.hgi-bulk.hgi-alien-02:before {
    content: "㭉"
}

.hgi-bulk.hgi-align-bottom:after {
    content: "㭊"
}

.hgi-bulk.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-bulk.hgi-align-box-bottom-center:after {
    content: "㭌"
}

.hgi-bulk.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-bulk.hgi-align-box-bottom-left:after {
    content: "㭎"
}

.hgi-bulk.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-bulk.hgi-align-box-bottom-right:after {
    content: "㭐"
}

.hgi-bulk.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-bulk.hgi-align-box-middle-center:after {
    content: "㭒"
}

.hgi-bulk.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-bulk.hgi-align-box-middle-left:after {
    content: "㭔"
}

.hgi-bulk.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-bulk.hgi-align-box-middle-right:after {
    content: "㭖"
}

.hgi-bulk.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-bulk.hgi-align-box-top-center:after {
    content: "㭘"
}

.hgi-bulk.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-bulk.hgi-align-box-top-left:after {
    content: "㭚"
}

.hgi-bulk.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-bulk.hgi-align-box-top-right:after {
    content: "㭜"
}

.hgi-bulk.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-bulk.hgi-align-horizontal-center:after {
    content: "㭞"
}

.hgi-bulk.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-bulk.hgi-align-key-object:after {
    content: "㭠"
}

.hgi-bulk.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-bulk.hgi-align-left:after {
    content: "㭢"
}

.hgi-bulk.hgi-align-left:before {
    content: "㭣"
}

.hgi-bulk.hgi-align-right:after {
    content: "㭤"
}

.hgi-bulk.hgi-align-right:before {
    content: "㭥"
}

.hgi-bulk.hgi-align-selection:after {
    content: "㭦"
}

.hgi-bulk.hgi-align-selection:before {
    content: "㭧"
}

.hgi-bulk.hgi-align-top:after {
    content: "㭨"
}

.hgi-bulk.hgi-align-top:before {
    content: "㭩"
}

.hgi-bulk.hgi-align-vertical-center:after {
    content: "㭪"
}

.hgi-bulk.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-bulk.hgi-all-bookmark:after {
    content: "㭬"
}

.hgi-bulk.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-bulk.hgi-allah:after {
    content: "㭮"
}

.hgi-bulk.hgi-allah:before {
    content: "㭯"
}

.hgi-bulk.hgi-alms:after {
    content: "㭰"
}

.hgi-bulk.hgi-alms:before {
    content: "㭱"
}

.hgi-bulk.hgi-alpha-circle:after {
    content: "㭲"
}

.hgi-bulk.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-bulk.hgi-alpha:after {
    content: "㭴"
}

.hgi-bulk.hgi-alpha-square:after {
    content: "㭵"
}

.hgi-bulk.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-bulk.hgi-alpha:before {
    content: "㭷"
}

.hgi-bulk.hgi-alphabet-arabic:after {
    content: "㭸"
}

.hgi-bulk.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-bulk.hgi-alphabet-bangla:after {
    content: "㭺"
}

.hgi-bulk.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-bulk.hgi-alphabet-chinese:after {
    content: "㭼"
}

.hgi-bulk.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-bulk.hgi-alphabet-greek:after {
    content: "㭾"
}

.hgi-bulk.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-bulk.hgi-alphabet-hebrew:after {
    content: "㮀"
}

.hgi-bulk.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-bulk.hgi-alphabet-hindi:after {
    content: "㮂"
}

.hgi-bulk.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-bulk.hgi-alphabet-japanese:after {
    content: "㮄"
}

.hgi-bulk.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-bulk.hgi-alphabet-korean:after {
    content: "㮆"
}

.hgi-bulk.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-bulk.hgi-alphabet-thai:after {
    content: "㮈"
}

.hgi-bulk.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-bulk.hgi-amazon:after {
    content: "㮊"
}

.hgi-bulk.hgi-amazon:before {
    content: "㮋"
}

.hgi-bulk.hgi-ambulance:after {
    content: "㮌"
}

.hgi-bulk.hgi-ambulance:before {
    content: "㮍"
}

.hgi-bulk.hgi-american-football:after {
    content: "㮎"
}

.hgi-bulk.hgi-american-football:before {
    content: "㮏"
}

.hgi-bulk.hgi-amie:after {
    content: "㮐"
}

.hgi-bulk.hgi-amie:before {
    content: "㮑"
}

.hgi-bulk.hgi-ampoule:after {
    content: "㮒"
}

.hgi-bulk.hgi-ampoule:before {
    content: "㮓"
}

.hgi-bulk.hgi-analysis-text-link:after {
    content: "㮔"
}

.hgi-bulk.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-bulk.hgi-analytics-01:after {
    content: "㮖"
}

.hgi-bulk.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-bulk.hgi-analytics-02:after {
    content: "㮘"
}

.hgi-bulk.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-bulk.hgi-analytics-down:after {
    content: "㮚"
}

.hgi-bulk.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-bulk.hgi-analytics-up:after {
    content: "㮜"
}

.hgi-bulk.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-bulk.hgi-anchor-point:after {
    content: "㮞"
}

.hgi-bulk.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-bulk.hgi-android:after {
    content: "㮠"
}

.hgi-bulk.hgi-android:before {
    content: "㮡"
}

.hgi-bulk.hgi-angel:after {
    content: "㮢"
}

.hgi-bulk.hgi-angel:before {
    content: "㮣"
}

.hgi-bulk.hgi-angle-01:after {
    content: "㮤"
}

.hgi-bulk.hgi-angle-01:before {
    content: "㮥"
}

.hgi-bulk.hgi-angle:after {
    content: "㮦"
}

.hgi-bulk.hgi-angle:before {
    content: "㮧"
}

.hgi-bulk.hgi-angry-bird:after {
    content: "㮨"
}

.hgi-bulk.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-bulk.hgi-angry:after {
    content: "㮪"
}

.hgi-bulk.hgi-angry:before {
    content: "㮫"
}

.hgi-bulk.hgi-anonymous:after {
    content: "㮬"
}

.hgi-bulk.hgi-anonymous:before {
    content: "㮭"
}

.hgi-bulk.hgi-api:after {
    content: "㮮"
}

.hgi-bulk.hgi-api:before {
    content: "㮯"
}

.hgi-bulk.hgi-app-store:after {
    content: "㮰"
}

.hgi-bulk.hgi-app-store:before {
    content: "㮱"
}

.hgi-bulk.hgi-apple-01:after {
    content: "㮲"
}

.hgi-bulk.hgi-apple-01:before {
    content: "㮳"
}

.hgi-bulk.hgi-apple-finder:after {
    content: "㮴"
}

.hgi-bulk.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-bulk.hgi-apple-news:after {
    content: "㮶"
}

.hgi-bulk.hgi-apple-news:before {
    content: "㮷"
}

.hgi-bulk.hgi-apple-pie:after {
    content: "㮸"
}

.hgi-bulk.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-bulk.hgi-apple-reminder:after {
    content: "㮺"
}

.hgi-bulk.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-bulk.hgi-apple:after {
    content: "㮼"
}

.hgi-bulk.hgi-apple-stocks:after {
    content: "㮽"
}

.hgi-bulk.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-bulk.hgi-apple-vision-pro:after {
    content: "㮿"
}

.hgi-bulk.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-bulk.hgi-apple:before {
    content: "㯁"
}

.hgi-bulk.hgi-approximately-equal-circle:after {
    content: "㯂"
}

.hgi-bulk.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-bulk.hgi-approximately-equal:after {
    content: "㯄"
}

.hgi-bulk.hgi-approximately-equal-square:after {
    content: "㯅"
}

.hgi-bulk.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-bulk.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-bulk.hgi-apricot:after {
    content: "㯈"
}

.hgi-bulk.hgi-apricot:before {
    content: "㯉"
}

.hgi-bulk.hgi-apron:after {
    content: "㯊"
}

.hgi-bulk.hgi-apron:before {
    content: "㯋"
}

.hgi-bulk.hgi-arc-browser:after {
    content: "㯌"
}

.hgi-bulk.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-bulk.hgi-archer:after {
    content: "㯎"
}

.hgi-bulk.hgi-archer:before {
    content: "㯏"
}

.hgi-bulk.hgi-archive-01:after {
    content: "㯐"
}

.hgi-bulk.hgi-archive-01:before {
    content: "㯑"
}

.hgi-bulk.hgi-archive-02:after {
    content: "㯒"
}

.hgi-bulk.hgi-archive-02:before {
    content: "㯓"
}

.hgi-bulk.hgi-archive:after {
    content: "㯔"
}

.hgi-bulk.hgi-archive:before {
    content: "㯕"
}

.hgi-bulk.hgi-armored-boot:after {
    content: "㯖"
}

.hgi-bulk.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-bulk.hgi-arrange-by-letters-a-z:after {
    content: "㯘"
}

.hgi-bulk.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-bulk.hgi-arrange-by-letters-z-a:after {
    content: "㯚"
}

.hgi-bulk.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-bulk.hgi-arrange-by-numbers-1-9:after {
    content: "㯜"
}

.hgi-bulk.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-bulk.hgi-arrange-by-numbers-9-1:after {
    content: "㯞"
}

.hgi-bulk.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-bulk.hgi-arrange:after {
    content: "㯠"
}

.hgi-bulk.hgi-arrange:before {
    content: "㯡"
}

.hgi-bulk.hgi-arrow-all-direction:after {
    content: "㯢"
}

.hgi-bulk.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-bulk.hgi-arrow-data-transfer-diagonal:after {
    content: "㯤"
}

.hgi-bulk.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-bulk.hgi-arrow-data-transfer-horizontal:after {
    content: "㯦"
}

.hgi-bulk.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-bulk.hgi-arrow-data-transfer-vertical:after {
    content: "㯨"
}

.hgi-bulk.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-bulk.hgi-arrow-diagonal:after {
    content: "㯪"
}

.hgi-bulk.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-bulk.hgi-arrow-down-01:after {
    content: "㯬"
}

.hgi-bulk.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-bulk.hgi-arrow-down-02:after {
    content: "㯮"
}

.hgi-bulk.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-bulk.hgi-arrow-down-03:after {
    content: "㯰"
}

.hgi-bulk.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-bulk.hgi-arrow-down-04:after {
    content: "㯲"
}

.hgi-bulk.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-bulk.hgi-arrow-down-05:after {
    content: "㯴"
}

.hgi-bulk.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-bulk.hgi-arrow-down-double:after {
    content: "㯶"
}

.hgi-bulk.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-bulk.hgi-arrow-down-left-01:after {
    content: "㯸"
}

.hgi-bulk.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-bulk.hgi-arrow-down-left-02:after {
    content: "㯺"
}

.hgi-bulk.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-bulk.hgi-arrow-down-right-01:after {
    content: "㯼"
}

.hgi-bulk.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-bulk.hgi-arrow-down-right-02:after {
    content: "㯾"
}

.hgi-bulk.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-bulk.hgi-arrow-expand-01:after {
    content: "㰀"
}

.hgi-bulk.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-bulk.hgi-arrow-expand-02:after {
    content: "㰂"
}

.hgi-bulk.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-bulk.hgi-arrow-expand-diagonal-01:after {
    content: "㰄"
}

.hgi-bulk.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-bulk.hgi-arrow-expand-diagonal-02:after {
    content: "㰆"
}

.hgi-bulk.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-bulk.hgi-arrow-expand:after {
    content: "㰈"
}

.hgi-bulk.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-bulk.hgi-arrow-horizontal:after {
    content: "㰊"
}

.hgi-bulk.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-bulk.hgi-arrow-left-01:after {
    content: "㰌"
}

.hgi-bulk.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-bulk.hgi-arrow-left-02:after {
    content: "㰎"
}

.hgi-bulk.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-bulk.hgi-arrow-left-03:after {
    content: "㰐"
}

.hgi-bulk.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-bulk.hgi-arrow-left-04:after {
    content: "㰒"
}

.hgi-bulk.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-bulk.hgi-arrow-left-05:after {
    content: "㰔"
}

.hgi-bulk.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-bulk.hgi-arrow-left-double:after {
    content: "㰖"
}

.hgi-bulk.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-bulk.hgi-arrow-left-right:after {
    content: "㰘"
}

.hgi-bulk.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-bulk.hgi-arrow-move-down-left:after {
    content: "㰚"
}

.hgi-bulk.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-bulk.hgi-arrow-move-down-right:after {
    content: "㰜"
}

.hgi-bulk.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-bulk.hgi-arrow-move-left-down:after {
    content: "㰞"
}

.hgi-bulk.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-bulk.hgi-arrow-move-right-down:after {
    content: "㰠"
}

.hgi-bulk.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-bulk.hgi-arrow-move-up-left:after {
    content: "㰢"
}

.hgi-bulk.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-bulk.hgi-arrow-move-up-right:after {
    content: "㰤"
}

.hgi-bulk.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-bulk.hgi-arrow-reload-horizontal:after {
    content: "㰦"
}

.hgi-bulk.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-bulk.hgi-arrow-reload-vertical:after {
    content: "㰨"
}

.hgi-bulk.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-bulk.hgi-arrow-right-01:after {
    content: "㰪"
}

.hgi-bulk.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-bulk.hgi-arrow-right-02:after {
    content: "㰬"
}

.hgi-bulk.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-bulk.hgi-arrow-right-03:after {
    content: "㰮"
}

.hgi-bulk.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-bulk.hgi-arrow-right-04:after {
    content: "㰰"
}

.hgi-bulk.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-bulk.hgi-arrow-right-05:after {
    content: "㰲"
}

.hgi-bulk.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-bulk.hgi-arrow-right-double:after {
    content: "㰴"
}

.hgi-bulk.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-bulk.hgi-arrow-shrink-01:after {
    content: "㰶"
}

.hgi-bulk.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-bulk.hgi-arrow-shrink-02:after {
    content: "㰸"
}

.hgi-bulk.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-bulk.hgi-arrow-shrink:after {
    content: "㰺"
}

.hgi-bulk.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-bulk.hgi-arrow-turn-backward:after {
    content: "㰼"
}

.hgi-bulk.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-bulk.hgi-arrow-turn-down:after {
    content: "㰾"
}

.hgi-bulk.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-bulk.hgi-arrow-turn-forward:after {
    content: "㱀"
}

.hgi-bulk.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-bulk.hgi-arrow-turn-up:after {
    content: "㱂"
}

.hgi-bulk.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-bulk.hgi-arrow-up-01:after {
    content: "㱄"
}

.hgi-bulk.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-bulk.hgi-arrow-up-02:after {
    content: "㱆"
}

.hgi-bulk.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-bulk.hgi-arrow-up-03:after {
    content: "㱈"
}

.hgi-bulk.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-bulk.hgi-arrow-up-04:after {
    content: "㱊"
}

.hgi-bulk.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-bulk.hgi-arrow-up-05:after {
    content: "㱌"
}

.hgi-bulk.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-bulk.hgi-arrow-up-double:after {
    content: "㱎"
}

.hgi-bulk.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-bulk.hgi-arrow-up-down:after {
    content: "㱐"
}

.hgi-bulk.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-bulk.hgi-arrow-up-left-01:after {
    content: "㱒"
}

.hgi-bulk.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-bulk.hgi-arrow-up-left-02:after {
    content: "㱔"
}

.hgi-bulk.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-bulk.hgi-arrow-up-right-01:after {
    content: "㱖"
}

.hgi-bulk.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-bulk.hgi-arrow-up-right-02:after {
    content: "㱘"
}

.hgi-bulk.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-bulk.hgi-arrow-vertical:after {
    content: "㱚"
}

.hgi-bulk.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-bulk.hgi-artboard:after {
    content: "㱜"
}

.hgi-bulk.hgi-artboard-tool:after {
    content: "㱝"
}

.hgi-bulk.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-bulk.hgi-artboard:before {
    content: "㱟"
}

.hgi-bulk.hgi-artificial-intelligence-01:after {
    content: "㱠"
}

.hgi-bulk.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-bulk.hgi-artificial-intelligence-02:after {
    content: "㱢"
}

.hgi-bulk.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-bulk.hgi-artificial-intelligence-03:after {
    content: "㱤"
}

.hgi-bulk.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-bulk.hgi-artificial-intelligence-04:after {
    content: "㱦"
}

.hgi-bulk.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-bulk.hgi-artificial-intelligence-05:after {
    content: "㱨"
}

.hgi-bulk.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-bulk.hgi-artificial-intelligence-06:after {
    content: "㱪"
}

.hgi-bulk.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-bulk.hgi-artificial-intelligence-07:after {
    content: "㱬"
}

.hgi-bulk.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-bulk.hgi-aspect-ratio:after {
    content: "㱮"
}

.hgi-bulk.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-bulk.hgi-assignments:after {
    content: "㱰"
}

.hgi-bulk.hgi-assignments:before {
    content: "㱱"
}

.hgi-bulk.hgi-asteroid-01:after {
    content: "㱲"
}

.hgi-bulk.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-bulk.hgi-asteroid-02:after {
    content: "㱴"
}

.hgi-bulk.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-bulk.hgi-astronaut-01:after {
    content: "㱶"
}

.hgi-bulk.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-bulk.hgi-astronaut-02:after {
    content: "㱸"
}

.hgi-bulk.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-bulk.hgi-at:after {
    content: "㱺"
}

.hgi-bulk.hgi-at:before {
    content: "㱻"
}

.hgi-bulk.hgi-atm-01:after {
    content: "㱼"
}

.hgi-bulk.hgi-atm-01:before {
    content: "㱽"
}

.hgi-bulk.hgi-atm-02:after {
    content: "㱾"
}

.hgi-bulk.hgi-atm-02:before {
    content: "㱿"
}

.hgi-bulk.hgi-atom-01:after {
    content: "㲀"
}

.hgi-bulk.hgi-atom-01:before {
    content: "㲁"
}

.hgi-bulk.hgi-atom-02:after {
    content: "㲂"
}

.hgi-bulk.hgi-atom-02:before {
    content: "㲃"
}

.hgi-bulk.hgi-atomic-power:after {
    content: "㲄"
}

.hgi-bulk.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-bulk.hgi-attachment-01:after {
    content: "㲆"
}

.hgi-bulk.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-bulk.hgi-attachment-02:after {
    content: "㲈"
}

.hgi-bulk.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-bulk.hgi-attachment-circle:after {
    content: "㲊"
}

.hgi-bulk.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-bulk.hgi-attachment:after {
    content: "㲌"
}

.hgi-bulk.hgi-attachment-square:after {
    content: "㲍"
}

.hgi-bulk.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-bulk.hgi-attachment:before {
    content: "㲏"
}

.hgi-bulk.hgi-auction:after {
    content: "㲐"
}

.hgi-bulk.hgi-auction:before {
    content: "㲑"
}

.hgi-bulk.hgi-audio-book-01:after {
    content: "㲒"
}

.hgi-bulk.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-bulk.hgi-audio-book-02:after {
    content: "㲔"
}

.hgi-bulk.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-bulk.hgi-audio-book-03:after {
    content: "㲖"
}

.hgi-bulk.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-bulk.hgi-audio-book-04:after {
    content: "㲘"
}

.hgi-bulk.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-bulk.hgi-audit-01:after {
    content: "㲚"
}

.hgi-bulk.hgi-audit-01:before {
    content: "㲛"
}

.hgi-bulk.hgi-audit-02:after {
    content: "㲜"
}

.hgi-bulk.hgi-audit-02:before {
    content: "㲝"
}

.hgi-bulk.hgi-augmented-reality-ar:after {
    content: "㲞"
}

.hgi-bulk.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-bulk.hgi-authorized:after {
    content: "㲠"
}

.hgi-bulk.hgi-authorized:before {
    content: "㲡"
}

.hgi-bulk.hgi-auto-conversations:after {
    content: "㲢"
}

.hgi-bulk.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-bulk.hgi-automotive-battery-01:after {
    content: "㲤"
}

.hgi-bulk.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-bulk.hgi-automotive-battery-02:after {
    content: "㲦"
}

.hgi-bulk.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-bulk.hgi-avalanche:after {
    content: "㲨"
}

.hgi-bulk.hgi-avalanche:before {
    content: "㲩"
}

.hgi-bulk.hgi-avocado:after {
    content: "㲪"
}

.hgi-bulk.hgi-avocado:before {
    content: "㲫"
}

.hgi-bulk.hgi-award-01:after {
    content: "㲬"
}

.hgi-bulk.hgi-award-01:before {
    content: "㲭"
}

.hgi-bulk.hgi-award-02:after {
    content: "㲮"
}

.hgi-bulk.hgi-award-02:before {
    content: "㲯"
}

.hgi-bulk.hgi-award-03:after {
    content: "㲰"
}

.hgi-bulk.hgi-award-03:before {
    content: "㲱"
}

.hgi-bulk.hgi-award-04:after {
    content: "㲲"
}

.hgi-bulk.hgi-award-04:before {
    content: "㲳"
}

.hgi-bulk.hgi-award-05:after {
    content: "㲴"
}

.hgi-bulk.hgi-award-05:before {
    content: "㲵"
}

.hgi-bulk.hgi-baby-01:after {
    content: "㲶"
}

.hgi-bulk.hgi-baby-01:before {
    content: "㲷"
}

.hgi-bulk.hgi-baby-02:after {
    content: "㲸"
}

.hgi-bulk.hgi-baby-02:before {
    content: "㲹"
}

.hgi-bulk.hgi-baby-bed-01:after {
    content: "㲺"
}

.hgi-bulk.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-bulk.hgi-baby-bed-02:after {
    content: "㲼"
}

.hgi-bulk.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-bulk.hgi-baby-bottle:after {
    content: "㲾"
}

.hgi-bulk.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-bulk.hgi-baby-boy-dress:after {
    content: "㳀"
}

.hgi-bulk.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-bulk.hgi-baby-girl-dress:after {
    content: "㳂"
}

.hgi-bulk.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-bulk.hgi-backpack-01:after {
    content: "㳄"
}

.hgi-bulk.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-bulk.hgi-backpack-02:after {
    content: "㳆"
}

.hgi-bulk.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-bulk.hgi-backpack-03:after {
    content: "㳈"
}

.hgi-bulk.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-bulk.hgi-backward-01:after {
    content: "㳊"
}

.hgi-bulk.hgi-backward-01:before {
    content: "㳋"
}

.hgi-bulk.hgi-backward-02:after {
    content: "㳌"
}

.hgi-bulk.hgi-backward-02:before {
    content: "㳍"
}

.hgi-bulk.hgi-bacteria:after {
    content: "㳎"
}

.hgi-bulk.hgi-bacteria:before {
    content: "㳏"
}

.hgi-bulk.hgi-badminton:after {
    content: "㳐"
}

.hgi-bulk.hgi-badminton-shuttle:after {
    content: "㳑"
}

.hgi-bulk.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-bulk.hgi-badminton:before {
    content: "㳓"
}

.hgi-bulk.hgi-banana:after {
    content: "㳔"
}

.hgi-bulk.hgi-banana:before {
    content: "㳕"
}

.hgi-bulk.hgi-bandage:after {
    content: "㳖"
}

.hgi-bulk.hgi-bandage:before {
    content: "㳗"
}

.hgi-bulk.hgi-bank:after {
    content: "㳘"
}

.hgi-bulk.hgi-bank:before {
    content: "㳙"
}

.hgi-bulk.hgi-bar-code-01:after {
    content: "㳚"
}

.hgi-bulk.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-bulk.hgi-bar-code-02:after {
    content: "㳜"
}

.hgi-bulk.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-bulk.hgi-barns:after {
    content: "㳞"
}

.hgi-bulk.hgi-barns:before {
    content: "㳟"
}

.hgi-bulk.hgi-baseball-bat:after {
    content: "㳠"
}

.hgi-bulk.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-bulk.hgi-baseball-helmet:after {
    content: "㳢"
}

.hgi-bulk.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-bulk.hgi-baseball:after {
    content: "㳤"
}

.hgi-bulk.hgi-baseball:before {
    content: "㳥"
}

.hgi-bulk.hgi-basketball-01:after {
    content: "㳦"
}

.hgi-bulk.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-bulk.hgi-basketball-02:after {
    content: "㳨"
}

.hgi-bulk.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-bulk.hgi-basketball-hoop:after {
    content: "㳪"
}

.hgi-bulk.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-bulk.hgi-bathtub-01:after {
    content: "㳬"
}

.hgi-bulk.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-bulk.hgi-bathtub-02:after {
    content: "㳮"
}

.hgi-bulk.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-bulk.hgi-batteries-energy:after {
    content: "㳰"
}

.hgi-bulk.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-bulk.hgi-battery-charging-01:after {
    content: "㳲"
}

.hgi-bulk.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-bulk.hgi-battery-charging-02:after {
    content: "㳴"
}

.hgi-bulk.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-bulk.hgi-battery-eco-charging:after {
    content: "㳶"
}

.hgi-bulk.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-bulk.hgi-battery-empty:after {
    content: "㳸"
}

.hgi-bulk.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-bulk.hgi-battery-full:after {
    content: "㳺"
}

.hgi-bulk.hgi-battery-full:before {
    content: "㳻"
}

.hgi-bulk.hgi-battery-low:after {
    content: "㳼"
}

.hgi-bulk.hgi-battery-low:before {
    content: "㳽"
}

.hgi-bulk.hgi-battery-medium-01:after {
    content: "㳾"
}

.hgi-bulk.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-bulk.hgi-battery-medium-02:after {
    content: "㴀"
}

.hgi-bulk.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-bulk.hgi-bbq-grill:after {
    content: "㴂"
}

.hgi-bulk.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-bulk.hgi-beach-02:after {
    content: "㴄"
}

.hgi-bulk.hgi-beach-02:before {
    content: "㴅"
}

.hgi-bulk.hgi-beach:after {
    content: "㴆"
}

.hgi-bulk.hgi-beach:before {
    content: "㴇"
}

.hgi-bulk.hgi-beater:after {
    content: "㴈"
}

.hgi-bulk.hgi-beater:before {
    content: "㴉"
}

.hgi-bulk.hgi-bebo:after {
    content: "㴊"
}

.hgi-bulk.hgi-bebo:before {
    content: "㴋"
}

.hgi-bulk.hgi-bed-bunk:after {
    content: "㴌"
}

.hgi-bulk.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-bulk.hgi-bed-double:after {
    content: "㴎"
}

.hgi-bulk.hgi-bed-double:before {
    content: "㴏"
}

.hgi-bulk.hgi-bed:after {
    content: "㴐"
}

.hgi-bulk.hgi-bed-single-01:after {
    content: "㴑"
}

.hgi-bulk.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-bulk.hgi-bed-single-02:after {
    content: "㴓"
}

.hgi-bulk.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-bulk.hgi-bed:before {
    content: "㴕"
}

.hgi-bulk.hgi-bedug-01:after {
    content: "㴖"
}

.hgi-bulk.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-bulk.hgi-bedug-02:after {
    content: "㴘"
}

.hgi-bulk.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-bulk.hgi-behance-01:after {
    content: "㴚"
}

.hgi-bulk.hgi-behance-01:before {
    content: "㴛"
}

.hgi-bulk.hgi-behance-02:after {
    content: "㴜"
}

.hgi-bulk.hgi-behance-02:before {
    content: "㴝"
}

.hgi-bulk.hgi-belt:after {
    content: "㴞"
}

.hgi-bulk.hgi-belt:before {
    content: "㴟"
}

.hgi-bulk.hgi-bend-tool:after {
    content: "㴠"
}

.hgi-bulk.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-bulk.hgi-berlin:after {
    content: "㴢"
}

.hgi-bulk.hgi-berlin-tower:after {
    content: "㴣"
}

.hgi-bulk.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-bulk.hgi-berlin:before {
    content: "㴥"
}

.hgi-bulk.hgi-beta:after {
    content: "㴦"
}

.hgi-bulk.hgi-beta:before {
    content: "㴧"
}

.hgi-bulk.hgi-bicycle-01:after {
    content: "㴨"
}

.hgi-bulk.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-bulk.hgi-bicycle:after {
    content: "㴪"
}

.hgi-bulk.hgi-bicycle:before {
    content: "㴫"
}

.hgi-bulk.hgi-billiard-01:after {
    content: "㴬"
}

.hgi-bulk.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-bulk.hgi-billiard-02:after {
    content: "㴮"
}

.hgi-bulk.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-bulk.hgi-binary-code:after {
    content: "㴰"
}

.hgi-bulk.hgi-binary-code:before {
    content: "㴱"
}

.hgi-bulk.hgi-bing:after {
    content: "㴲"
}

.hgi-bulk.hgi-bing:before {
    content: "㴳"
}

.hgi-bulk.hgi-bio-energy:after {
    content: "㴴"
}

.hgi-bulk.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-bulk.hgi-biomass-energy:after {
    content: "㴶"
}

.hgi-bulk.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-bulk.hgi-biometric-access:after {
    content: "㴸"
}

.hgi-bulk.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-bulk.hgi-biometric-device:after {
    content: "㴺"
}

.hgi-bulk.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-bulk.hgi-birthday-cake:after {
    content: "㴼"
}

.hgi-bulk.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-bulk.hgi-biscuit:after {
    content: "㴾"
}

.hgi-bulk.hgi-biscuit:before {
    content: "㴿"
}

.hgi-bulk.hgi-bitcoin-01:after {
    content: "㵀"
}

.hgi-bulk.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-bulk.hgi-bitcoin-02:after {
    content: "㵂"
}

.hgi-bulk.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-bulk.hgi-bitcoin-03:after {
    content: "㵄"
}

.hgi-bulk.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-bulk.hgi-bitcoin-04:after {
    content: "㵆"
}

.hgi-bulk.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-bulk.hgi-bitcoin-bag:after {
    content: "㵈"
}

.hgi-bulk.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-bulk.hgi-bitcoin-circle:after {
    content: "㵊"
}

.hgi-bulk.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-bulk.hgi-bitcoin-cloud:after {
    content: "㵌"
}

.hgi-bulk.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-bulk.hgi-bitcoin-cpu:after {
    content: "㵎"
}

.hgi-bulk.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-bulk.hgi-bitcoin-credit-card:after {
    content: "㵐"
}

.hgi-bulk.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-bulk.hgi-bitcoin-database:after {
    content: "㵒"
}

.hgi-bulk.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-bulk.hgi-bitcoin-down-01:after {
    content: "㵔"
}

.hgi-bulk.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-bulk.hgi-bitcoin-down-02:after {
    content: "㵖"
}

.hgi-bulk.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-bulk.hgi-bitcoin-ellipse:after {
    content: "㵘"
}

.hgi-bulk.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-bulk.hgi-bitcoin-eye:after {
    content: "㵚"
}

.hgi-bulk.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-bulk.hgi-bitcoin-filter:after {
    content: "㵜"
}

.hgi-bulk.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-bulk.hgi-bitcoin-flashdisk:after {
    content: "㵞"
}

.hgi-bulk.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-bulk.hgi-bitcoin-graph:after {
    content: "㵠"
}

.hgi-bulk.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-bulk.hgi-bitcoin-invoice:after {
    content: "㵢"
}

.hgi-bulk.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-bulk.hgi-bitcoin-key:after {
    content: "㵤"
}

.hgi-bulk.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-bulk.hgi-bitcoin-location:after {
    content: "㵦"
}

.hgi-bulk.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-bulk.hgi-bitcoin-lock:after {
    content: "㵨"
}

.hgi-bulk.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-bulk.hgi-bitcoin-mail:after {
    content: "㵪"
}

.hgi-bulk.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-bulk.hgi-bitcoin-mind:after {
    content: "㵬"
}

.hgi-bulk.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-bulk.hgi-bitcoin-money-01:after {
    content: "㵮"
}

.hgi-bulk.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-bulk.hgi-bitcoin-money-02:after {
    content: "㵰"
}

.hgi-bulk.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-bulk.hgi-bitcoin-pie-chart:after {
    content: "㵲"
}

.hgi-bulk.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-bulk.hgi-bitcoin-piggy-bank:after {
    content: "㵴"
}

.hgi-bulk.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-bulk.hgi-bitcoin-presentation:after {
    content: "㵶"
}

.hgi-bulk.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-bulk.hgi-bitcoin-receipt:after {
    content: "㵸"
}

.hgi-bulk.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-bulk.hgi-bitcoin-receive:after {
    content: "㵺"
}

.hgi-bulk.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-bulk.hgi-bitcoin-rectangle:after {
    content: "㵼"
}

.hgi-bulk.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-bulk.hgi-bitcoin-safe:after {
    content: "㵾"
}

.hgi-bulk.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-bulk.hgi-bitcoin-search:after {
    content: "㶀"
}

.hgi-bulk.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-bulk.hgi-bitcoin:after {
    content: "㶂"
}

.hgi-bulk.hgi-bitcoin-send:after {
    content: "㶃"
}

.hgi-bulk.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-bulk.hgi-bitcoin-setting:after {
    content: "㶅"
}

.hgi-bulk.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-bulk.hgi-bitcoin-shield:after {
    content: "㶇"
}

.hgi-bulk.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-bulk.hgi-bitcoin-shopping:after {
    content: "㶉"
}

.hgi-bulk.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-bulk.hgi-bitcoin-smartphone-01:after {
    content: "㶋"
}

.hgi-bulk.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-bulk.hgi-bitcoin-smartphone-02:after {
    content: "㶍"
}

.hgi-bulk.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-bulk.hgi-bitcoin-square:after {
    content: "㶏"
}

.hgi-bulk.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-bulk.hgi-bitcoin-store:after {
    content: "㶑"
}

.hgi-bulk.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-bulk.hgi-bitcoin-tag:after {
    content: "㶓"
}

.hgi-bulk.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-bulk.hgi-bitcoin-target:after {
    content: "㶕"
}

.hgi-bulk.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-bulk.hgi-bitcoin-transaction:after {
    content: "㶗"
}

.hgi-bulk.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-bulk.hgi-bitcoin-up-01:after {
    content: "㶙"
}

.hgi-bulk.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-bulk.hgi-bitcoin-up-02:after {
    content: "㶛"
}

.hgi-bulk.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-bulk.hgi-bitcoin-wallet:after {
    content: "㶝"
}

.hgi-bulk.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-bulk.hgi-bitcoin-withdraw:after {
    content: "㶟"
}

.hgi-bulk.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-bulk.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-bulk.hgi-black-hole-01:after {
    content: "㶢"
}

.hgi-bulk.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-bulk.hgi-black-hole:after {
    content: "㶤"
}

.hgi-bulk.hgi-black-hole:before {
    content: "㶥"
}

.hgi-bulk.hgi-blend:after {
    content: "㶦"
}

.hgi-bulk.hgi-blend:before {
    content: "㶧"
}

.hgi-bulk.hgi-blender:after {
    content: "㶨"
}

.hgi-bulk.hgi-blender:before {
    content: "㶩"
}

.hgi-bulk.hgi-block-game:after {
    content: "㶪"
}

.hgi-bulk.hgi-block-game:before {
    content: "㶫"
}

.hgi-bulk.hgi-blockchain-01:after {
    content: "㶬"
}

.hgi-bulk.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-bulk.hgi-blockchain-02:after {
    content: "㶮"
}

.hgi-bulk.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-bulk.hgi-blockchain-03:after {
    content: "㶰"
}

.hgi-bulk.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-bulk.hgi-blockchain-04:after {
    content: "㶲"
}

.hgi-bulk.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-bulk.hgi-blockchain-05:after {
    content: "㶴"
}

.hgi-bulk.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-bulk.hgi-blockchain-06:after {
    content: "㶶"
}

.hgi-bulk.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-bulk.hgi-blockchain-07:after {
    content: "㶸"
}

.hgi-bulk.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-bulk.hgi-blocked:after {
    content: "㶺"
}

.hgi-bulk.hgi-blocked:before {
    content: "㶻"
}

.hgi-bulk.hgi-blogger:after {
    content: "㶼"
}

.hgi-bulk.hgi-blogger:before {
    content: "㶽"
}

.hgi-bulk.hgi-blood-bag:after {
    content: "㶾"
}

.hgi-bulk.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-bulk.hgi-blood-bottle:after {
    content: "㷀"
}

.hgi-bulk.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-bulk.hgi-blood-pressure:after {
    content: "㷂"
}

.hgi-bulk.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-bulk.hgi-blood:after {
    content: "㷄"
}

.hgi-bulk.hgi-blood-type:after {
    content: "㷅"
}

.hgi-bulk.hgi-blood-type:before {
    content: "㷆"
}

.hgi-bulk.hgi-blood:before {
    content: "㷇"
}

.hgi-bulk.hgi-bluetooth-circle:after {
    content: "㷈"
}

.hgi-bulk.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-bulk.hgi-bluetooth-not-connected:after {
    content: "㷊"
}

.hgi-bulk.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-bulk.hgi-bluetooth-search:after {
    content: "㷌"
}

.hgi-bulk.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-bulk.hgi-bluetooth:after {
    content: "㷎"
}

.hgi-bulk.hgi-bluetooth-square:after {
    content: "㷏"
}

.hgi-bulk.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-bulk.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-bulk.hgi-blur:after {
    content: "㷒"
}

.hgi-bulk.hgi-blur:before {
    content: "㷓"
}

.hgi-bulk.hgi-blush-brush-01:after {
    content: "㷔"
}

.hgi-bulk.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-bulk.hgi-blush-brush-02:after {
    content: "㷖"
}

.hgi-bulk.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-bulk.hgi-board-math:after {
    content: "㷘"
}

.hgi-bulk.hgi-board-math:before {
    content: "㷙"
}

.hgi-bulk.hgi-boat:after {
    content: "㷚"
}

.hgi-bulk.hgi-boat:before {
    content: "㷛"
}

.hgi-bulk.hgi-body-armor:after {
    content: "㷜"
}

.hgi-bulk.hgi-body-armor:before {
    content: "㷝"
}

.hgi-bulk.hgi-body-part-leg:after {
    content: "㷞"
}

.hgi-bulk.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-bulk.hgi-body-part-muscle:after {
    content: "㷠"
}

.hgi-bulk.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-bulk.hgi-body-part-six-pack:after {
    content: "㷢"
}

.hgi-bulk.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-bulk.hgi-body-soap:after {
    content: "㷤"
}

.hgi-bulk.hgi-body-soap:before {
    content: "㷥"
}

.hgi-bulk.hgi-body-weight:after {
    content: "㷦"
}

.hgi-bulk.hgi-body-weight:before {
    content: "㷧"
}

.hgi-bulk.hgi-bomb:after {
    content: "㷨"
}

.hgi-bulk.hgi-bomb:before {
    content: "㷩"
}

.hgi-bulk.hgi-bone-01:after {
    content: "㷪"
}

.hgi-bulk.hgi-bone-01:before {
    content: "㷫"
}

.hgi-bulk.hgi-bone-02:after {
    content: "㷬"
}

.hgi-bulk.hgi-bone-02:before {
    content: "㷭"
}

.hgi-bulk.hgi-book-01:after {
    content: "㷮"
}

.hgi-bulk.hgi-book-01:before {
    content: "㷯"
}

.hgi-bulk.hgi-book-02:after {
    content: "㷰"
}

.hgi-bulk.hgi-book-02:before {
    content: "㷱"
}

.hgi-bulk.hgi-book-03:after {
    content: "㷲"
}

.hgi-bulk.hgi-book-03:before {
    content: "㷳"
}

.hgi-bulk.hgi-book-04:after {
    content: "㷴"
}

.hgi-bulk.hgi-book-04:before {
    content: "㷵"
}

.hgi-bulk.hgi-book-bookmark-01:after {
    content: "㷶"
}

.hgi-bulk.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-bulk.hgi-book-bookmark-02:after {
    content: "㷸"
}

.hgi-bulk.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-bulk.hgi-book-download:after {
    content: "㷺"
}

.hgi-bulk.hgi-book-download:before {
    content: "㷻"
}

.hgi-bulk.hgi-book-edit:after {
    content: "㷼"
}

.hgi-bulk.hgi-book-edit:before {
    content: "㷽"
}

.hgi-bulk.hgi-book-open-01:after {
    content: "㷾"
}

.hgi-bulk.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-bulk.hgi-book-open-02:after {
    content: "㸀"
}

.hgi-bulk.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-bulk.hgi-book-upload:after {
    content: "㸂"
}

.hgi-bulk.hgi-book-upload:before {
    content: "㸃"
}

.hgi-bulk.hgi-bookmark-01:after {
    content: "㸄"
}

.hgi-bulk.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-bulk.hgi-bookmark-02:after {
    content: "㸆"
}

.hgi-bulk.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-bulk.hgi-bookmark-03:after {
    content: "㸈"
}

.hgi-bulk.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-bulk.hgi-bookmark-add-01:after {
    content: "㸊"
}

.hgi-bulk.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-bulk.hgi-bookmark-add-02:after {
    content: "㸌"
}

.hgi-bulk.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-bulk.hgi-bookmark-block-01:after {
    content: "㸎"
}

.hgi-bulk.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-bulk.hgi-bookmark-block-02:after {
    content: "㸐"
}

.hgi-bulk.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-bulk.hgi-bookmark-check-01:after {
    content: "㸒"
}

.hgi-bulk.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-bulk.hgi-bookmark-check-02:after {
    content: "㸔"
}

.hgi-bulk.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-bulk.hgi-bookmark-minus-01:after {
    content: "㸖"
}

.hgi-bulk.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-bulk.hgi-bookmark-minus-02:after {
    content: "㸘"
}

.hgi-bulk.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-bulk.hgi-bookmark-off-01:after {
    content: "㸚"
}

.hgi-bulk.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-bulk.hgi-bookmark-off-02:after {
    content: "㸜"
}

.hgi-bulk.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-bulk.hgi-bookmark-remove-01:after {
    content: "㸞"
}

.hgi-bulk.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-bulk.hgi-bookmark-remove-02:after {
    content: "㸠"
}

.hgi-bulk.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-bulk.hgi-books-01:after {
    content: "㸢"
}

.hgi-bulk.hgi-books-01:before {
    content: "㸣"
}

.hgi-bulk.hgi-books-02:after {
    content: "㸤"
}

.hgi-bulk.hgi-books-02:before {
    content: "㸥"
}

.hgi-bulk.hgi-bookshelf-01:after {
    content: "㸦"
}

.hgi-bulk.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-bulk.hgi-bookshelf-02:after {
    content: "㸨"
}

.hgi-bulk.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-bulk.hgi-bookshelf-03:after {
    content: "㸪"
}

.hgi-bulk.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-bulk.hgi-bootstrap:after {
    content: "㸬"
}

.hgi-bulk.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-bulk.hgi-border-all-01:after {
    content: "㸮"
}

.hgi-bulk.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-bulk.hgi-border-all-02:after {
    content: "㸰"
}

.hgi-bulk.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-bulk.hgi-border-bottom-01:after {
    content: "㸲"
}

.hgi-bulk.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-bulk.hgi-border-bottom-02:after {
    content: "㸴"
}

.hgi-bulk.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-bulk.hgi-border-full:after {
    content: "㸶"
}

.hgi-bulk.hgi-border-full:before {
    content: "㸷"
}

.hgi-bulk.hgi-border-horizontal:after {
    content: "㸸"
}

.hgi-bulk.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-bulk.hgi-border-inner:after {
    content: "㸺"
}

.hgi-bulk.hgi-border-inner:before {
    content: "㸻"
}

.hgi-bulk.hgi-border-left-01:after {
    content: "㸼"
}

.hgi-bulk.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-bulk.hgi-border-left-02:after {
    content: "㸾"
}

.hgi-bulk.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-bulk.hgi-border-none-01:after {
    content: "㹀"
}

.hgi-bulk.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-bulk.hgi-border-none-02:after {
    content: "㹂"
}

.hgi-bulk.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-bulk.hgi-border-right-01:after {
    content: "㹄"
}

.hgi-bulk.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-bulk.hgi-border-right-02:after {
    content: "㹆"
}

.hgi-bulk.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-bulk.hgi-border-top-01:after {
    content: "㹈"
}

.hgi-bulk.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-bulk.hgi-border-top-02:after {
    content: "㹊"
}

.hgi-bulk.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-bulk.hgi-border-vertical:after {
    content: "㹌"
}

.hgi-bulk.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-bulk.hgi-borobudur:after {
    content: "㹎"
}

.hgi-bulk.hgi-borobudur:before {
    content: "㹏"
}

.hgi-bulk.hgi-bot:after {
    content: "㹐"
}

.hgi-bulk.hgi-bot:before {
    content: "㹑"
}

.hgi-bulk.hgi-bounce-left:after {
    content: "㹒"
}

.hgi-bulk.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-bulk.hgi-bounce-right:after {
    content: "㹔"
}

.hgi-bulk.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-bulk.hgi-bounding-box:after {
    content: "㹖"
}

.hgi-bulk.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-bulk.hgi-bow-tie:after {
    content: "㹘"
}

.hgi-bulk.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-bulk.hgi-bowling-pins:after {
    content: "㹚"
}

.hgi-bulk.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-bulk.hgi-bowling:after {
    content: "㹜"
}

.hgi-bulk.hgi-bowling:before {
    content: "㹝"
}

.hgi-bulk.hgi-boxer:after {
    content: "㹞"
}

.hgi-bulk.hgi-boxer:before {
    content: "㹟"
}

.hgi-bulk.hgi-boxing-bag:after {
    content: "㹠"
}

.hgi-bulk.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-bulk.hgi-boxing-glove-01:after {
    content: "㹢"
}

.hgi-bulk.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-bulk.hgi-boxing-glove:after {
    content: "㹤"
}

.hgi-bulk.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-bulk.hgi-brain-01:after {
    content: "㹦"
}

.hgi-bulk.hgi-brain-01:before {
    content: "㹧"
}

.hgi-bulk.hgi-brain-02:after {
    content: "㹨"
}

.hgi-bulk.hgi-brain-02:before {
    content: "㹩"
}

.hgi-bulk.hgi-brain:after {
    content: "㹪"
}

.hgi-bulk.hgi-brain:before {
    content: "㹫"
}

.hgi-bulk.hgi-brandfetch:after {
    content: "㹬"
}

.hgi-bulk.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-bulk.hgi-bread-01:after {
    content: "㹮"
}

.hgi-bulk.hgi-bread-01:before {
    content: "㹯"
}

.hgi-bulk.hgi-bread-02:after {
    content: "㹰"
}

.hgi-bulk.hgi-bread-02:before {
    content: "㹱"
}

.hgi-bulk.hgi-bread-03:after {
    content: "㹲"
}

.hgi-bulk.hgi-bread-03:before {
    content: "㹳"
}

.hgi-bulk.hgi-bread-04:after {
    content: "㹴"
}

.hgi-bulk.hgi-bread-04:before {
    content: "㹵"
}

.hgi-bulk.hgi-breast-pump:after {
    content: "㹶"
}

.hgi-bulk.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-bulk.hgi-bridge:after {
    content: "㹸"
}

.hgi-bulk.hgi-bridge:before {
    content: "㹹"
}

.hgi-bulk.hgi-briefcase-01:after {
    content: "㹺"
}

.hgi-bulk.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-bulk.hgi-briefcase-02:after {
    content: "㹼"
}

.hgi-bulk.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-bulk.hgi-briefcase-03:after {
    content: "㹾"
}

.hgi-bulk.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-bulk.hgi-briefcase-04:after {
    content: "㺀"
}

.hgi-bulk.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-bulk.hgi-briefcase-05:after {
    content: "㺂"
}

.hgi-bulk.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-bulk.hgi-briefcase-06:after {
    content: "㺄"
}

.hgi-bulk.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-bulk.hgi-briefcase-07:after {
    content: "㺆"
}

.hgi-bulk.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-bulk.hgi-briefcase-08:after {
    content: "㺈"
}

.hgi-bulk.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-bulk.hgi-briefcase-09:after {
    content: "㺊"
}

.hgi-bulk.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-bulk.hgi-briefcase-dollar:after {
    content: "㺌"
}

.hgi-bulk.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-bulk.hgi-broccoli:after {
    content: "㺎"
}

.hgi-bulk.hgi-broccoli:before {
    content: "㺏"
}

.hgi-bulk.hgi-brochure:after {
    content: "㺐"
}

.hgi-bulk.hgi-brochure:before {
    content: "㺑"
}

.hgi-bulk.hgi-broken-bone:after {
    content: "㺒"
}

.hgi-bulk.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-bulk.hgi-browser:after {
    content: "㺔"
}

.hgi-bulk.hgi-browser:before {
    content: "㺕"
}

.hgi-bulk.hgi-brush:after {
    content: "㺖"
}

.hgi-bulk.hgi-brush:before {
    content: "㺗"
}

.hgi-bulk.hgi-bubble-chat-add:after {
    content: "㺘"
}

.hgi-bulk.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-bulk.hgi-bubble-chat-blocked:after {
    content: "㺚"
}

.hgi-bulk.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-bulk.hgi-bubble-chat-cancel:after {
    content: "㺜"
}

.hgi-bulk.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-bulk.hgi-bubble-chat-delay:after {
    content: "㺞"
}

.hgi-bulk.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-bulk.hgi-bubble-chat-done:after {
    content: "㺠"
}

.hgi-bulk.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-bulk.hgi-bubble-chat-download-01:after {
    content: "㺢"
}

.hgi-bulk.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-bulk.hgi-bubble-chat-download-02:after {
    content: "㺤"
}

.hgi-bulk.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-bulk.hgi-bubble-chat-edit:after {
    content: "㺦"
}

.hgi-bulk.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-bulk.hgi-bubble-chat-favourite:after {
    content: "㺨"
}

.hgi-bulk.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-bulk.hgi-bubble-chat-income:after {
    content: "㺪"
}

.hgi-bulk.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-bulk.hgi-bubble-chat-lock:after {
    content: "㺬"
}

.hgi-bulk.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-bulk.hgi-bubble-chat-notification:after {
    content: "㺮"
}

.hgi-bulk.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-bulk.hgi-bubble-chat-outcome:after {
    content: "㺰"
}

.hgi-bulk.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-bulk.hgi-bubble-chat-preview:after {
    content: "㺲"
}

.hgi-bulk.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-bulk.hgi-bubble-chat-question:after {
    content: "㺴"
}

.hgi-bulk.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-bulk.hgi-bubble-chat-search:after {
    content: "㺶"
}

.hgi-bulk.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-bulk.hgi-bubble-chat:after {
    content: "㺸"
}

.hgi-bulk.hgi-bubble-chat-secure:after {
    content: "㺹"
}

.hgi-bulk.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-bulk.hgi-bubble-chat-translate:after {
    content: "㺻"
}

.hgi-bulk.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-bulk.hgi-bubble-chat-unlock:after {
    content: "㺽"
}

.hgi-bulk.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-bulk.hgi-bubble-chat-upload:after {
    content: "㺿"
}

.hgi-bulk.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-bulk.hgi-bubble-chat-user:after {
    content: "㻁"
}

.hgi-bulk.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-bulk.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-bulk.hgi-bubble-tea-01:after {
    content: "㻄"
}

.hgi-bulk.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-bulk.hgi-bubble-tea-02:after {
    content: "㻆"
}

.hgi-bulk.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-bulk.hgi-bug-01:after {
    content: "㻈"
}

.hgi-bulk.hgi-bug-01:before {
    content: "㻉"
}

.hgi-bulk.hgi-bug-02:after {
    content: "㻊"
}

.hgi-bulk.hgi-bug-02:before {
    content: "㻋"
}

.hgi-bulk.hgi-building-01:after {
    content: "㻌"
}

.hgi-bulk.hgi-building-01:before {
    content: "㻍"
}

.hgi-bulk.hgi-building-02:after {
    content: "㻎"
}

.hgi-bulk.hgi-building-02:before {
    content: "㻏"
}

.hgi-bulk.hgi-building-03:after {
    content: "㻐"
}

.hgi-bulk.hgi-building-03:before {
    content: "㻑"
}

.hgi-bulk.hgi-building-04:after {
    content: "㻒"
}

.hgi-bulk.hgi-building-04:before {
    content: "㻓"
}

.hgi-bulk.hgi-building-05:after {
    content: "㻔"
}

.hgi-bulk.hgi-building-05:before {
    content: "㻕"
}

.hgi-bulk.hgi-building-06:after {
    content: "㻖"
}

.hgi-bulk.hgi-building-06:before {
    content: "㻗"
}

.hgi-bulk.hgi-bulb-charging:after {
    content: "㻘"
}

.hgi-bulk.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-bulk.hgi-bulb:after {
    content: "㻚"
}

.hgi-bulk.hgi-bulb:before {
    content: "㻛"
}

.hgi-bulk.hgi-bulletproof-vest:after {
    content: "㻜"
}

.hgi-bulk.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-bulk.hgi-burj-al-arab:after {
    content: "㻞"
}

.hgi-bulk.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-bulk.hgi-burning-cd:after {
    content: "㻠"
}

.hgi-bulk.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-bulk.hgi-bus-01:after {
    content: "㻢"
}

.hgi-bulk.hgi-bus-01:before {
    content: "㻣"
}

.hgi-bulk.hgi-bus-02:after {
    content: "㻤"
}

.hgi-bulk.hgi-bus-02:before {
    content: "㻥"
}

.hgi-bulk.hgi-bus-03:after {
    content: "㻦"
}

.hgi-bulk.hgi-bus-03:before {
    content: "㻧"
}

.hgi-bulk.hgi-c-programming:after {
    content: "㻨"
}

.hgi-bulk.hgi-c-programming:before {
    content: "㻩"
}

.hgi-bulk.hgi-cabinet-01:after {
    content: "㻪"
}

.hgi-bulk.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-bulk.hgi-cabinet-02:after {
    content: "㻬"
}

.hgi-bulk.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-bulk.hgi-cabinet-03:after {
    content: "㻮"
}

.hgi-bulk.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-bulk.hgi-cabinet-04:after {
    content: "㻰"
}

.hgi-bulk.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-bulk.hgi-cable-car:after {
    content: "㻲"
}

.hgi-bulk.hgi-cable-car:before {
    content: "㻳"
}

.hgi-bulk.hgi-cactus:after {
    content: "㻴"
}

.hgi-bulk.hgi-cactus:before {
    content: "㻵"
}

.hgi-bulk.hgi-caduceus:after {
    content: "㻶"
}

.hgi-bulk.hgi-caduceus:before {
    content: "㻷"
}

.hgi-bulk.hgi-cafe:after {
    content: "㻸"
}

.hgi-bulk.hgi-cafe:before {
    content: "㻹"
}

.hgi-bulk.hgi-calculate:after {
    content: "㻺"
}

.hgi-bulk.hgi-calculate:before {
    content: "㻻"
}

.hgi-bulk.hgi-calculator-01:after {
    content: "㻼"
}

.hgi-bulk.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-bulk.hgi-calculator:after {
    content: "㻾"
}

.hgi-bulk.hgi-calculator:before {
    content: "㻿"
}

.hgi-bulk.hgi-calendar-01:after {
    content: "㼀"
}

.hgi-bulk.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-bulk.hgi-calendar-02:after {
    content: "㼂"
}

.hgi-bulk.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-bulk.hgi-calendar-03:after {
    content: "㼄"
}

.hgi-bulk.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-bulk.hgi-calendar-04:after {
    content: "㼆"
}

.hgi-bulk.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-bulk.hgi-calendar-add-01:after {
    content: "㼈"
}

.hgi-bulk.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-bulk.hgi-calendar-add-02:after {
    content: "㼊"
}

.hgi-bulk.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-bulk.hgi-calendar-block-01:after {
    content: "㼌"
}

.hgi-bulk.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-bulk.hgi-calendar-block-02:after {
    content: "㼎"
}

.hgi-bulk.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-bulk.hgi-calendar-check-in-01:after {
    content: "㼐"
}

.hgi-bulk.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-bulk.hgi-calendar-check-in-02:after {
    content: "㼒"
}

.hgi-bulk.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-bulk.hgi-calendar-check-out-01:after {
    content: "㼔"
}

.hgi-bulk.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-bulk.hgi-calendar-check-out-02:after {
    content: "㼖"
}

.hgi-bulk.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-bulk.hgi-calendar-download-01:after {
    content: "㼘"
}

.hgi-bulk.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-bulk.hgi-calendar-download-02:after {
    content: "㼚"
}

.hgi-bulk.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-bulk.hgi-calendar-favorite-01:after {
    content: "㼜"
}

.hgi-bulk.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-bulk.hgi-calendar-favorite-02:after {
    content: "㼞"
}

.hgi-bulk.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-bulk.hgi-calendar-lock-01:after {
    content: "㼠"
}

.hgi-bulk.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-bulk.hgi-calendar-lock-02:after {
    content: "㼢"
}

.hgi-bulk.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-bulk.hgi-calendar-love-01:after {
    content: "㼤"
}

.hgi-bulk.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-bulk.hgi-calendar-love-02:after {
    content: "㼦"
}

.hgi-bulk.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-bulk.hgi-calendar-minus-01:after {
    content: "㼨"
}

.hgi-bulk.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-bulk.hgi-calendar-minus-02:after {
    content: "㼪"
}

.hgi-bulk.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-bulk.hgi-calendar-remove-01:after {
    content: "㼬"
}

.hgi-bulk.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-bulk.hgi-calendar-remove-02:after {
    content: "㼮"
}

.hgi-bulk.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-bulk.hgi-calendar-setting-01:after {
    content: "㼰"
}

.hgi-bulk.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-bulk.hgi-calendar-setting-02:after {
    content: "㼲"
}

.hgi-bulk.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-bulk.hgi-calendar-upload-01:after {
    content: "㼴"
}

.hgi-bulk.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-bulk.hgi-calendar-upload-02:after {
    content: "㼶"
}

.hgi-bulk.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-bulk.hgi-call-02:after {
    content: "㼸"
}

.hgi-bulk.hgi-call-02:before {
    content: "㼹"
}

.hgi-bulk.hgi-call-add-02:after {
    content: "㼺"
}

.hgi-bulk.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-bulk.hgi-call-add:after {
    content: "㼼"
}

.hgi-bulk.hgi-call-add:before {
    content: "㼽"
}

.hgi-bulk.hgi-call-blocked-02:after {
    content: "㼾"
}

.hgi-bulk.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-bulk.hgi-call-blocked:after {
    content: "㽀"
}

.hgi-bulk.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-bulk.hgi-call-disabled-02:after {
    content: "㽂"
}

.hgi-bulk.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-bulk.hgi-call-disabled:after {
    content: "㽄"
}

.hgi-bulk.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-bulk.hgi-call-done-02:after {
    content: "㽆"
}

.hgi-bulk.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-bulk.hgi-call-done:after {
    content: "㽈"
}

.hgi-bulk.hgi-call-done:before {
    content: "㽉"
}

.hgi-bulk.hgi-call-end-01:after {
    content: "㽊"
}

.hgi-bulk.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-bulk.hgi-call-end-02:after {
    content: "㽌"
}

.hgi-bulk.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-bulk.hgi-call-end-03:after {
    content: "㽎"
}

.hgi-bulk.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-bulk.hgi-call-end-04:after {
    content: "㽐"
}

.hgi-bulk.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-bulk.hgi-call-incoming-01:after {
    content: "㽒"
}

.hgi-bulk.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-bulk.hgi-call-incoming-02:after {
    content: "㽔"
}

.hgi-bulk.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-bulk.hgi-call-incoming-03:after {
    content: "㽖"
}

.hgi-bulk.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-bulk.hgi-call-incoming-04:after {
    content: "㽘"
}

.hgi-bulk.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-bulk.hgi-call-internal-02:after {
    content: "㽚"
}

.hgi-bulk.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-bulk.hgi-call-internal:after {
    content: "㽜"
}

.hgi-bulk.hgi-call-internal:before {
    content: "㽝"
}

.hgi-bulk.hgi-call-locked-02:after {
    content: "㽞"
}

.hgi-bulk.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-bulk.hgi-call-locked:after {
    content: "㽠"
}

.hgi-bulk.hgi-call-locked:before {
    content: "㽡"
}

.hgi-bulk.hgi-call-minus-02:after {
    content: "㽢"
}

.hgi-bulk.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-bulk.hgi-call-minus:after {
    content: "㽤"
}

.hgi-bulk.hgi-call-minus:before {
    content: "㽥"
}

.hgi-bulk.hgi-call-missed-01:after {
    content: "㽦"
}

.hgi-bulk.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-bulk.hgi-call-missed-02:after {
    content: "㽨"
}

.hgi-bulk.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-bulk.hgi-call-missed-03:after {
    content: "㽪"
}

.hgi-bulk.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-bulk.hgi-call-missed-04:after {
    content: "㽬"
}

.hgi-bulk.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-bulk.hgi-call-outgoing-01:after {
    content: "㽮"
}

.hgi-bulk.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-bulk.hgi-call-outgoing-02:after {
    content: "㽰"
}

.hgi-bulk.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-bulk.hgi-call-outgoing-03:after {
    content: "㽲"
}

.hgi-bulk.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-bulk.hgi-call-outgoing-04:after {
    content: "㽴"
}

.hgi-bulk.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-bulk.hgi-call-paused-02:after {
    content: "㽶"
}

.hgi-bulk.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-bulk.hgi-call-paused:after {
    content: "㽸"
}

.hgi-bulk.hgi-call-paused:before {
    content: "㽹"
}

.hgi-bulk.hgi-call-received-02:after {
    content: "㽺"
}

.hgi-bulk.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-bulk.hgi-call-received:after {
    content: "㽼"
}

.hgi-bulk.hgi-call-received:before {
    content: "㽽"
}

.hgi-bulk.hgi-call-ringing-01:after {
    content: "㽾"
}

.hgi-bulk.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-bulk.hgi-call-ringing-02:after {
    content: "㾀"
}

.hgi-bulk.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-bulk.hgi-call-ringing-03:after {
    content: "㾂"
}

.hgi-bulk.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-bulk.hgi-call-ringing-04:after {
    content: "㾄"
}

.hgi-bulk.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-bulk.hgi-call:after {
    content: "㾆"
}

.hgi-bulk.hgi-call-unlocked-02:after {
    content: "㾇"
}

.hgi-bulk.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-bulk.hgi-call-unlocked:after {
    content: "㾉"
}

.hgi-bulk.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-bulk.hgi-call:before {
    content: "㾋"
}

.hgi-bulk.hgi-calling-02:after {
    content: "㾌"
}

.hgi-bulk.hgi-calling-02:before {
    content: "㾍"
}

.hgi-bulk.hgi-calling:after {
    content: "㾎"
}

.hgi-bulk.hgi-calling:before {
    content: "㾏"
}

.hgi-bulk.hgi-camel:after {
    content: "㾐"
}

.hgi-bulk.hgi-camel:before {
    content: "㾑"
}

.hgi-bulk.hgi-camera-01:after {
    content: "㾒"
}

.hgi-bulk.hgi-camera-01:before {
    content: "㾓"
}

.hgi-bulk.hgi-camera-02:after {
    content: "㾔"
}

.hgi-bulk.hgi-camera-02:before {
    content: "㾕"
}

.hgi-bulk.hgi-camera-add-01:after {
    content: "㾖"
}

.hgi-bulk.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-bulk.hgi-camera-add-02:after {
    content: "㾘"
}

.hgi-bulk.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-bulk.hgi-camera-automatically-01:after {
    content: "㾚"
}

.hgi-bulk.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-bulk.hgi-camera-automatically-02:after {
    content: "㾜"
}

.hgi-bulk.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-bulk.hgi-camera-lens:after {
    content: "㾞"
}

.hgi-bulk.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-bulk.hgi-camera-microphone-01:after {
    content: "㾠"
}

.hgi-bulk.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-bulk.hgi-camera-microphone-02:after {
    content: "㾢"
}

.hgi-bulk.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-bulk.hgi-camera-night-mode-01:after {
    content: "㾤"
}

.hgi-bulk.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-bulk.hgi-camera-night-mode-02:after {
    content: "㾦"
}

.hgi-bulk.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-bulk.hgi-camera-off-01:after {
    content: "㾨"
}

.hgi-bulk.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-bulk.hgi-camera-off-02:after {
    content: "㾪"
}

.hgi-bulk.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-bulk.hgi-camera-rotated-01:after {
    content: "㾬"
}

.hgi-bulk.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-bulk.hgi-camera-rotated-02:after {
    content: "㾮"
}

.hgi-bulk.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-bulk.hgi-camera-smile-01:after {
    content: "㾰"
}

.hgi-bulk.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-bulk.hgi-camera-smile-02:after {
    content: "㾲"
}

.hgi-bulk.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-bulk.hgi-camera-tripod:after {
    content: "㾴"
}

.hgi-bulk.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-bulk.hgi-camera-video:after {
    content: "㾶"
}

.hgi-bulk.hgi-camera-video:before {
    content: "㾷"
}

.hgi-bulk.hgi-camper:after {
    content: "㾸"
}

.hgi-bulk.hgi-camper:before {
    content: "㾹"
}

.hgi-bulk.hgi-campfire:after {
    content: "㾺"
}

.hgi-bulk.hgi-campfire:before {
    content: "㾻"
}

.hgi-bulk.hgi-cancel-01:after {
    content: "㾼"
}

.hgi-bulk.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-bulk.hgi-cancel-02:after {
    content: "㾾"
}

.hgi-bulk.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-bulk.hgi-cancel-circle-half-dot:after {
    content: "㿀"
}

.hgi-bulk.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-bulk.hgi-cancel-circle:after {
    content: "㿂"
}

.hgi-bulk.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-bulk.hgi-cancel-square:after {
    content: "㿄"
}

.hgi-bulk.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-bulk.hgi-candelier-01:after {
    content: "㿆"
}

.hgi-bulk.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-bulk.hgi-candelier-02:after {
    content: "㿈"
}

.hgi-bulk.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-bulk.hgi-canvas:after {
    content: "㿊"
}

.hgi-bulk.hgi-canvas:before {
    content: "㿋"
}

.hgi-bulk.hgi-cap-projecting:after {
    content: "㿌"
}

.hgi-bulk.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-bulk.hgi-cap-round:after {
    content: "㿎"
}

.hgi-bulk.hgi-cap-round:before {
    content: "㿏"
}

.hgi-bulk.hgi-cap:after {
    content: "㿐"
}

.hgi-bulk.hgi-cap-straight:after {
    content: "㿑"
}

.hgi-bulk.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-bulk.hgi-cap:before {
    content: "㿓"
}

.hgi-bulk.hgi-capcut-rectangle:after {
    content: "㿔"
}

.hgi-bulk.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-bulk.hgi-capcut:after {
    content: "㿖"
}

.hgi-bulk.hgi-capcut:before {
    content: "㿗"
}

.hgi-bulk.hgi-car-01:after {
    content: "㿘"
}

.hgi-bulk.hgi-car-01:before {
    content: "㿙"
}

.hgi-bulk.hgi-car-02:after {
    content: "㿚"
}

.hgi-bulk.hgi-car-02:before {
    content: "㿛"
}

.hgi-bulk.hgi-car-03:after {
    content: "㿜"
}

.hgi-bulk.hgi-car-03:before {
    content: "㿝"
}

.hgi-bulk.hgi-car-04:after {
    content: "㿞"
}

.hgi-bulk.hgi-car-04:before {
    content: "㿟"
}

.hgi-bulk.hgi-car-parking-01:after {
    content: "㿠"
}

.hgi-bulk.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-bulk.hgi-car-parking-02:after {
    content: "㿢"
}

.hgi-bulk.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-bulk.hgi-caravan:after {
    content: "㿤"
}

.hgi-bulk.hgi-caravan:before {
    content: "㿥"
}

.hgi-bulk.hgi-card-exchange-01:after {
    content: "㿦"
}

.hgi-bulk.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-bulk.hgi-card-exchange-02:after {
    content: "㿨"
}

.hgi-bulk.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-bulk.hgi-cardigan:after {
    content: "㿪"
}

.hgi-bulk.hgi-cardigan:before {
    content: "㿫"
}

.hgi-bulk.hgi-cardiogram-01:after {
    content: "㿬"
}

.hgi-bulk.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-bulk.hgi-cardiogram-02:after {
    content: "㿮"
}

.hgi-bulk.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-bulk.hgi-cards-01:after {
    content: "㿰"
}

.hgi-bulk.hgi-cards-01:before {
    content: "㿱"
}

.hgi-bulk.hgi-cards-02:after {
    content: "㿲"
}

.hgi-bulk.hgi-cards-02:before {
    content: "㿳"
}

.hgi-bulk.hgi-cargo-ship:after {
    content: "㿴"
}

.hgi-bulk.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-bulk.hgi-carousel-horizontal-02:after {
    content: "㿶"
}

.hgi-bulk.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-bulk.hgi-carousel-horizontal:after {
    content: "㿸"
}

.hgi-bulk.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-bulk.hgi-carousel-vertical:after {
    content: "㿺"
}

.hgi-bulk.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-bulk.hgi-carrot:after {
    content: "㿼"
}

.hgi-bulk.hgi-carrot:before {
    content: "㿽"
}

.hgi-bulk.hgi-cash-01:after {
    content: "㿾"
}

.hgi-bulk.hgi-cash-01:before {
    content: "㿿"
}

.hgi-bulk.hgi-cash-02:after {
    content: "䀀"
}

.hgi-bulk.hgi-cash-02:before {
    content: "䀁"
}

.hgi-bulk.hgi-cashback:after {
    content: "䀂"
}

.hgi-bulk.hgi-cashback:before {
    content: "䀃"
}

.hgi-bulk.hgi-cashier-02:after {
    content: "䀄"
}

.hgi-bulk.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-bulk.hgi-cashier:after {
    content: "䀆"
}

.hgi-bulk.hgi-cashier:before {
    content: "䀇"
}

.hgi-bulk.hgi-castle-01:after {
    content: "䀈"
}

.hgi-bulk.hgi-castle-01:before {
    content: "䀉"
}

.hgi-bulk.hgi-castle-02:after {
    content: "䀊"
}

.hgi-bulk.hgi-castle-02:before {
    content: "䀋"
}

.hgi-bulk.hgi-castle:after {
    content: "䀌"
}

.hgi-bulk.hgi-castle:before {
    content: "䀍"
}

.hgi-bulk.hgi-catalogue:after {
    content: "䀎"
}

.hgi-bulk.hgi-catalogue:before {
    content: "䀏"
}

.hgi-bulk.hgi-cayan-tower:after {
    content: "䀐"
}

.hgi-bulk.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-bulk.hgi-cctv-camera:after {
    content: "䀒"
}

.hgi-bulk.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-bulk.hgi-cd:after {
    content: "䀔"
}

.hgi-bulk.hgi-cd:before {
    content: "䀕"
}

.hgi-bulk.hgi-cells:after {
    content: "䀖"
}

.hgi-bulk.hgi-cells:before {
    content: "䀗"
}

.hgi-bulk.hgi-cellular-network-offline:after {
    content: "䀘"
}

.hgi-bulk.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-bulk.hgi-cellular-network:after {
    content: "䀚"
}

.hgi-bulk.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-bulk.hgi-celsius:after {
    content: "䀜"
}

.hgi-bulk.hgi-celsius:before {
    content: "䀝"
}

.hgi-bulk.hgi-center-focus:after {
    content: "䀞"
}

.hgi-bulk.hgi-center-focus:before {
    content: "䀟"
}

.hgi-bulk.hgi-central-shaheed-minar:after {
    content: "䀠"
}

.hgi-bulk.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-bulk.hgi-centralized:after {
    content: "䀢"
}

.hgi-bulk.hgi-centralized:before {
    content: "䀣"
}

.hgi-bulk.hgi-certificate-01:after {
    content: "䀤"
}

.hgi-bulk.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-bulk.hgi-certificate-02:after {
    content: "䀦"
}

.hgi-bulk.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-bulk.hgi-chair-01:after {
    content: "䀨"
}

.hgi-bulk.hgi-chair-01:before {
    content: "䀩"
}

.hgi-bulk.hgi-chair-02:after {
    content: "䀪"
}

.hgi-bulk.hgi-chair-02:before {
    content: "䀫"
}

.hgi-bulk.hgi-chair-03:after {
    content: "䀬"
}

.hgi-bulk.hgi-chair-03:before {
    content: "䀭"
}

.hgi-bulk.hgi-chair-04:after {
    content: "䀮"
}

.hgi-bulk.hgi-chair-04:before {
    content: "䀯"
}

.hgi-bulk.hgi-chair-05:after {
    content: "䀰"
}

.hgi-bulk.hgi-chair-05:before {
    content: "䀱"
}

.hgi-bulk.hgi-chair-barber:after {
    content: "䀲"
}

.hgi-bulk.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-bulk.hgi-champion:after {
    content: "䀴"
}

.hgi-bulk.hgi-champion:before {
    content: "䀵"
}

.hgi-bulk.hgi-change-screen-mode:after {
    content: "䀶"
}

.hgi-bulk.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-bulk.hgi-character-phonetic:after {
    content: "䀸"
}

.hgi-bulk.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-bulk.hgi-charity:after {
    content: "䀺"
}

.hgi-bulk.hgi-charity:before {
    content: "䀻"
}

.hgi-bulk.hgi-chart-average:after {
    content: "䀼"
}

.hgi-bulk.hgi-chart-average:before {
    content: "䀽"
}

.hgi-bulk.hgi-chart-bar-line:after {
    content: "䀾"
}

.hgi-bulk.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-bulk.hgi-chart-breakout-circle:after {
    content: "䁀"
}

.hgi-bulk.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-bulk.hgi-chart-breakout-square:after {
    content: "䁂"
}

.hgi-bulk.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-bulk.hgi-chart-bubble-01:after {
    content: "䁄"
}

.hgi-bulk.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-bulk.hgi-chart-bubble-02:after {
    content: "䁆"
}

.hgi-bulk.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-bulk.hgi-chart-column:after {
    content: "䁈"
}

.hgi-bulk.hgi-chart-column:before {
    content: "䁉"
}

.hgi-bulk.hgi-chart-decrease:after {
    content: "䁊"
}

.hgi-bulk.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-bulk.hgi-chart-evaluation:after {
    content: "䁌"
}

.hgi-bulk.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-bulk.hgi-chart-high-low:after {
    content: "䁎"
}

.hgi-bulk.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-bulk.hgi-chart-histogram:after {
    content: "䁐"
}

.hgi-bulk.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-bulk.hgi-chart-increase:after {
    content: "䁒"
}

.hgi-bulk.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-bulk.hgi-chart-line-data-01:after {
    content: "䁔"
}

.hgi-bulk.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-bulk.hgi-chart-line-data-02:after {
    content: "䁖"
}

.hgi-bulk.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-bulk.hgi-chart-line-data-03:after {
    content: "䁘"
}

.hgi-bulk.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-bulk.hgi-chart-maximum:after {
    content: "䁚"
}

.hgi-bulk.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-bulk.hgi-chart-medium:after {
    content: "䁜"
}

.hgi-bulk.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-bulk.hgi-chart-minimum:after {
    content: "䁞"
}

.hgi-bulk.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-bulk.hgi-chart-radar:after {
    content: "䁠"
}

.hgi-bulk.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-bulk.hgi-chart-relationship:after {
    content: "䁢"
}

.hgi-bulk.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-bulk.hgi-chart-ring:after {
    content: "䁤"
}

.hgi-bulk.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-bulk.hgi-chart-rose:after {
    content: "䁦"
}

.hgi-bulk.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-bulk.hgi-chart-scatter:after {
    content: "䁨"
}

.hgi-bulk.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-bulk.hgi-chart:after {
    content: "䁪"
}

.hgi-bulk.hgi-chart:before {
    content: "䁫"
}

.hgi-bulk.hgi-chat-bot:after {
    content: "䁬"
}

.hgi-bulk.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-bulk.hgi-chat-gpt:after {
    content: "䁮"
}

.hgi-bulk.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-bulk.hgi-chatting-01:after {
    content: "䁰"
}

.hgi-bulk.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-bulk.hgi-check-list:after {
    content: "䁲"
}

.hgi-bulk.hgi-check-list:before {
    content: "䁳"
}

.hgi-bulk.hgi-check-unread-01:after {
    content: "䁴"
}

.hgi-bulk.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-bulk.hgi-check-unread-02:after {
    content: "䁶"
}

.hgi-bulk.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-bulk.hgi-check-unread-03:after {
    content: "䁸"
}

.hgi-bulk.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-bulk.hgi-check-unread-04:after {
    content: "䁺"
}

.hgi-bulk.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-bulk.hgi-checkmark-badge-01:after {
    content: "䁼"
}

.hgi-bulk.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-bulk.hgi-checkmark-badge-02:after {
    content: "䁾"
}

.hgi-bulk.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-bulk.hgi-checkmark-badge-03:after {
    content: "䂀"
}

.hgi-bulk.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-bulk.hgi-checkmark-badge-04:after {
    content: "䂂"
}

.hgi-bulk.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-bulk.hgi-checkmark-circle-01:after {
    content: "䂄"
}

.hgi-bulk.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-bulk.hgi-checkmark-circle-02:after {
    content: "䂆"
}

.hgi-bulk.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-bulk.hgi-checkmark-circle-03:after {
    content: "䂈"
}

.hgi-bulk.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-bulk.hgi-checkmark-circle-04:after {
    content: "䂊"
}

.hgi-bulk.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-bulk.hgi-checkmark-square-01:after {
    content: "䂌"
}

.hgi-bulk.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-bulk.hgi-checkmark-square-02:after {
    content: "䂎"
}

.hgi-bulk.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-bulk.hgi-checkmark-square-03:after {
    content: "䂐"
}

.hgi-bulk.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-bulk.hgi-checkmark-square-04:after {
    content: "䂒"
}

.hgi-bulk.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-bulk.hgi-cheese-cake-01:after {
    content: "䂔"
}

.hgi-bulk.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-bulk.hgi-cheese-cake-02:after {
    content: "䂖"
}

.hgi-bulk.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-bulk.hgi-cheese:after {
    content: "䂘"
}

.hgi-bulk.hgi-cheese:before {
    content: "䂙"
}

.hgi-bulk.hgi-chef-hat:after {
    content: "䂚"
}

.hgi-bulk.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-bulk.hgi-chef:after {
    content: "䂜"
}

.hgi-bulk.hgi-chef:before {
    content: "䂝"
}

.hgi-bulk.hgi-chemistry-01:after {
    content: "䂞"
}

.hgi-bulk.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-bulk.hgi-chemistry-02:after {
    content: "䂠"
}

.hgi-bulk.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-bulk.hgi-chemistry-03:after {
    content: "䂢"
}

.hgi-bulk.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-bulk.hgi-cherry:after {
    content: "䂤"
}

.hgi-bulk.hgi-cherry:before {
    content: "䂥"
}

.hgi-bulk.hgi-chess-01:after {
    content: "䂦"
}

.hgi-bulk.hgi-chess-01:before {
    content: "䂧"
}

.hgi-bulk.hgi-chess-02:after {
    content: "䂨"
}

.hgi-bulk.hgi-chess-02:before {
    content: "䂩"
}

.hgi-bulk.hgi-chess-pawn:after {
    content: "䂪"
}

.hgi-bulk.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-bulk.hgi-chicken-thighs:after {
    content: "䂬"
}

.hgi-bulk.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-bulk.hgi-chimney:after {
    content: "䂮"
}

.hgi-bulk.hgi-chimney:before {
    content: "䂯"
}

.hgi-bulk.hgi-china-temple:after {
    content: "䂰"
}

.hgi-bulk.hgi-china-temple:before {
    content: "䂱"
}

.hgi-bulk.hgi-chip-02:after {
    content: "䂲"
}

.hgi-bulk.hgi-chip-02:before {
    content: "䂳"
}

.hgi-bulk.hgi-chip:after {
    content: "䂴"
}

.hgi-bulk.hgi-chip:before {
    content: "䂵"
}

.hgi-bulk.hgi-chocolate:after {
    content: "䂶"
}

.hgi-bulk.hgi-chocolate:before {
    content: "䂷"
}

.hgi-bulk.hgi-chrome:after {
    content: "䂸"
}

.hgi-bulk.hgi-chrome:before {
    content: "䂹"
}

.hgi-bulk.hgi-chrysler:after {
    content: "䂺"
}

.hgi-bulk.hgi-chrysler:before {
    content: "䂻"
}

.hgi-bulk.hgi-church:after {
    content: "䂼"
}

.hgi-bulk.hgi-church:before {
    content: "䂽"
}

.hgi-bulk.hgi-cinnamon-roll:after {
    content: "䂾"
}

.hgi-bulk.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-diagonal:after {
    content: "䃀"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-horizontal:after {
    content: "䃂"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-vertical:after {
    content: "䃄"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-bulk.hgi-circle-arrow-diagonal-01:after {
    content: "䃆"
}

.hgi-bulk.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-bulk.hgi-circle-arrow-diagonal-02:after {
    content: "䃈"
}

.hgi-bulk.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-bulk.hgi-circle-arrow-down-01:after {
    content: "䃊"
}

.hgi-bulk.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-bulk.hgi-circle-arrow-down-02:after {
    content: "䃌"
}

.hgi-bulk.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-bulk.hgi-circle-arrow-down-03:after {
    content: "䃎"
}

.hgi-bulk.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-bulk.hgi-circle-arrow-down-double:after {
    content: "䃐"
}

.hgi-bulk.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-bulk.hgi-circle-arrow-down-left:after {
    content: "䃒"
}

.hgi-bulk.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-bulk.hgi-circle-arrow-down-right:after {
    content: "䃔"
}

.hgi-bulk.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-bulk.hgi-circle-arrow-expand-01:after {
    content: "䃖"
}

.hgi-bulk.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-bulk.hgi-circle-arrow-expand-02:after {
    content: "䃘"
}

.hgi-bulk.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-bulk.hgi-circle-arrow-horizontal:after {
    content: "䃚"
}

.hgi-bulk.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-bulk.hgi-circle-arrow-left-01:after {
    content: "䃜"
}

.hgi-bulk.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-bulk.hgi-circle-arrow-left-02:after {
    content: "䃞"
}

.hgi-bulk.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-bulk.hgi-circle-arrow-left-03:after {
    content: "䃠"
}

.hgi-bulk.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-bulk.hgi-circle-arrow-left-double:after {
    content: "䃢"
}

.hgi-bulk.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-bulk.hgi-circle-arrow-left-right:after {
    content: "䃤"
}

.hgi-bulk.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-bulk.hgi-circle-arrow-move-down-left:after {
    content: "䃦"
}

.hgi-bulk.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-bulk.hgi-circle-arrow-move-down-right:after {
    content: "䃨"
}

.hgi-bulk.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-bulk.hgi-circle-arrow-move-left-down:after {
    content: "䃪"
}

.hgi-bulk.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-bulk.hgi-circle-arrow-move-right-down:after {
    content: "䃬"
}

.hgi-bulk.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-bulk.hgi-circle-arrow-move-up-left:after {
    content: "䃮"
}

.hgi-bulk.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-bulk.hgi-circle-arrow-move-up-right:after {
    content: "䃰"
}

.hgi-bulk.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-bulk.hgi-circle-arrow-reload-01:after {
    content: "䃲"
}

.hgi-bulk.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-bulk.hgi-circle-arrow-reload-02:after {
    content: "䃴"
}

.hgi-bulk.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-bulk.hgi-circle-arrow-right-01:after {
    content: "䃶"
}

.hgi-bulk.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-bulk.hgi-circle-arrow-right-02:after {
    content: "䃸"
}

.hgi-bulk.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-bulk.hgi-circle-arrow-right-03:after {
    content: "䃺"
}

.hgi-bulk.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-bulk.hgi-circle-arrow-right-double:after {
    content: "䃼"
}

.hgi-bulk.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-bulk.hgi-circle-arrow-shrink-01:after {
    content: "䃾"
}

.hgi-bulk.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-bulk.hgi-circle-arrow-shrink-02:after {
    content: "䄀"
}

.hgi-bulk.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-bulk.hgi-circle-arrow-up-01:after {
    content: "䄂"
}

.hgi-bulk.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-bulk.hgi-circle-arrow-up-02:after {
    content: "䄄"
}

.hgi-bulk.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-bulk.hgi-circle-arrow-up-03:after {
    content: "䄆"
}

.hgi-bulk.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-bulk.hgi-circle-arrow-up-double:after {
    content: "䄈"
}

.hgi-bulk.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-bulk.hgi-circle-arrow-up-down:after {
    content: "䄊"
}

.hgi-bulk.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-bulk.hgi-circle-arrow-up-left:after {
    content: "䄌"
}

.hgi-bulk.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-bulk.hgi-circle-arrow-up-right:after {
    content: "䄎"
}

.hgi-bulk.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-bulk.hgi-circle-arrow-vertical:after {
    content: "䄐"
}

.hgi-bulk.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-bulk.hgi-circle-lock-01:after {
    content: "䄒"
}

.hgi-bulk.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-bulk.hgi-circle-lock-02:after {
    content: "䄔"
}

.hgi-bulk.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-bulk.hgi-circle-lock-add-01:after {
    content: "䄖"
}

.hgi-bulk.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-bulk.hgi-circle-lock-add-02:after {
    content: "䄘"
}

.hgi-bulk.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-bulk.hgi-circle-lock-check-01:after {
    content: "䄚"
}

.hgi-bulk.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-bulk.hgi-circle-lock-check-02:after {
    content: "䄜"
}

.hgi-bulk.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-bulk.hgi-circle-lock-minus-01:after {
    content: "䄞"
}

.hgi-bulk.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-bulk.hgi-circle-lock-minus-02:after {
    content: "䄠"
}

.hgi-bulk.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-bulk.hgi-circle-lock-remove-01:after {
    content: "䄢"
}

.hgi-bulk.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-bulk.hgi-circle-lock-remove-02:after {
    content: "䄤"
}

.hgi-bulk.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-bulk.hgi-circle-password:after {
    content: "䄦"
}

.hgi-bulk.hgi-circle-password:before {
    content: "䄧"
}

.hgi-bulk.hgi-circle:after {
    content: "䄨"
}

.hgi-bulk.hgi-circle-unlock-01:after {
    content: "䄩"
}

.hgi-bulk.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-bulk.hgi-circle-unlock-02:after {
    content: "䄫"
}

.hgi-bulk.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-bulk.hgi-circle:before {
    content: "䄭"
}

.hgi-bulk.hgi-city-01:after {
    content: "䄮"
}

.hgi-bulk.hgi-city-01:before {
    content: "䄯"
}

.hgi-bulk.hgi-city-02:after {
    content: "䄰"
}

.hgi-bulk.hgi-city-02:before {
    content: "䄱"
}

.hgi-bulk.hgi-city-03:after {
    content: "䄲"
}

.hgi-bulk.hgi-city-03:before {
    content: "䄳"
}

.hgi-bulk.hgi-clapping-01:after {
    content: "䄴"
}

.hgi-bulk.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-bulk.hgi-clapping-02:after {
    content: "䄶"
}

.hgi-bulk.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-bulk.hgi-clean:after {
    content: "䄸"
}

.hgi-bulk.hgi-clean:before {
    content: "䄹"
}

.hgi-bulk.hgi-cleaning-bucket:after {
    content: "䄺"
}

.hgi-bulk.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-bulk.hgi-clinic:after {
    content: "䄼"
}

.hgi-bulk.hgi-clinic:before {
    content: "䄽"
}

.hgi-bulk.hgi-clip:after {
    content: "䄾"
}

.hgi-bulk.hgi-clip:before {
    content: "䄿"
}

.hgi-bulk.hgi-clipboard:after {
    content: "䅀"
}

.hgi-bulk.hgi-clipboard:before {
    content: "䅁"
}

.hgi-bulk.hgi-clock-01:after {
    content: "䅂"
}

.hgi-bulk.hgi-clock-01:before {
    content: "䅃"
}

.hgi-bulk.hgi-clock-02:after {
    content: "䅄"
}

.hgi-bulk.hgi-clock-02:before {
    content: "䅅"
}

.hgi-bulk.hgi-clock-03:after {
    content: "䅆"
}

.hgi-bulk.hgi-clock-03:before {
    content: "䅇"
}

.hgi-bulk.hgi-clock-04:after {
    content: "䅈"
}

.hgi-bulk.hgi-clock-04:before {
    content: "䅉"
}

.hgi-bulk.hgi-clock-05:after {
    content: "䅊"
}

.hgi-bulk.hgi-clock-05:before {
    content: "䅋"
}

.hgi-bulk.hgi-closed-caption-alt:after {
    content: "䅌"
}

.hgi-bulk.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-bulk.hgi-closed-caption:after {
    content: "䅎"
}

.hgi-bulk.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-bulk.hgi-clothes:after {
    content: "䅐"
}

.hgi-bulk.hgi-clothes:before {
    content: "䅑"
}

.hgi-bulk.hgi-cloud-angled-rain:after {
    content: "䅒"
}

.hgi-bulk.hgi-cloud-angled-rain-zap:after {
    content: "䅓"
}

.hgi-bulk.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-bulk.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-bulk.hgi-cloud-angled-zap:after {
    content: "䅖"
}

.hgi-bulk.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-bulk.hgi-cloud-big-rain:after {
    content: "䅘"
}

.hgi-bulk.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-bulk.hgi-cloud-download:after {
    content: "䅚"
}

.hgi-bulk.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-bulk.hgi-cloud-fast-wind:after {
    content: "䅜"
}

.hgi-bulk.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-bulk.hgi-cloud-hailstone:after {
    content: "䅞"
}

.hgi-bulk.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-bulk.hgi-cloud-little-rain:after {
    content: "䅠"
}

.hgi-bulk.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-bulk.hgi-cloud-little-snow:after {
    content: "䅢"
}

.hgi-bulk.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-bulk.hgi-cloud-loading:after {
    content: "䅤"
}

.hgi-bulk.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-bulk.hgi-cloud-mid-rain:after {
    content: "䅦"
}

.hgi-bulk.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-bulk.hgi-cloud-mid-snow:after {
    content: "䅨"
}

.hgi-bulk.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-bulk.hgi-cloud-saving-done-01:after {
    content: "䅪"
}

.hgi-bulk.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-bulk.hgi-cloud-saving-done-02:after {
    content: "䅬"
}

.hgi-bulk.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-bulk.hgi-cloud:after {
    content: "䅮"
}

.hgi-bulk.hgi-cloud-server:after {
    content: "䅯"
}

.hgi-bulk.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-bulk.hgi-cloud-slow-wind:after {
    content: "䅱"
}

.hgi-bulk.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-bulk.hgi-cloud-snow:after {
    content: "䅳"
}

.hgi-bulk.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-bulk.hgi-cloud-upload:after {
    content: "䅵"
}

.hgi-bulk.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-bulk.hgi-cloud:before {
    content: "䅷"
}

.hgi-bulk.hgi-clubs-01:after {
    content: "䅸"
}

.hgi-bulk.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-bulk.hgi-clubs-02:after {
    content: "䅺"
}

.hgi-bulk.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-bulk.hgi-co-present:after {
    content: "䅼"
}

.hgi-bulk.hgi-co-present:before {
    content: "䅽"
}

.hgi-bulk.hgi-code-circle:after {
    content: "䅾"
}

.hgi-bulk.hgi-code-circle:before {
    content: "䅿"
}

.hgi-bulk.hgi-code-folder:after {
    content: "䆀"
}

.hgi-bulk.hgi-code-folder:before {
    content: "䆁"
}

.hgi-bulk.hgi-code:after {
    content: "䆂"
}

.hgi-bulk.hgi-code-square:after {
    content: "䆃"
}

.hgi-bulk.hgi-code-square:before {
    content: "䆄"
}

.hgi-bulk.hgi-code:before {
    content: "䆅"
}

.hgi-bulk.hgi-codesandbox:after {
    content: "䆆"
}

.hgi-bulk.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-bulk.hgi-coffee-01:after {
    content: "䆈"
}

.hgi-bulk.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-bulk.hgi-coffee-02:after {
    content: "䆊"
}

.hgi-bulk.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-bulk.hgi-coffee-beans:after {
    content: "䆌"
}

.hgi-bulk.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-bulk.hgi-coins-01:after {
    content: "䆎"
}

.hgi-bulk.hgi-coins-01:before {
    content: "䆏"
}

.hgi-bulk.hgi-coins-02:after {
    content: "䆐"
}

.hgi-bulk.hgi-coins-02:before {
    content: "䆑"
}

.hgi-bulk.hgi-coins-bitcoin:after {
    content: "䆒"
}

.hgi-bulk.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-bulk.hgi-coins-dollar:after {
    content: "䆔"
}

.hgi-bulk.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-bulk.hgi-coins-euro:after {
    content: "䆖"
}

.hgi-bulk.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-bulk.hgi-coins-pound:after {
    content: "䆘"
}

.hgi-bulk.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-bulk.hgi-coins-swap:after {
    content: "䆚"
}

.hgi-bulk.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-bulk.hgi-coins-yen:after {
    content: "䆜"
}

.hgi-bulk.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-bulk.hgi-collections-bookmark:after {
    content: "䆞"
}

.hgi-bulk.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-bulk.hgi-color-picker:after {
    content: "䆠"
}

.hgi-bulk.hgi-color-picker:before {
    content: "䆡"
}

.hgi-bulk.hgi-colors:after {
    content: "䆢"
}

.hgi-bulk.hgi-colors:before {
    content: "䆣"
}

.hgi-bulk.hgi-colosseum:after {
    content: "䆤"
}

.hgi-bulk.hgi-colosseum:before {
    content: "䆥"
}

.hgi-bulk.hgi-column-delete:after {
    content: "䆦"
}

.hgi-bulk.hgi-column-delete:before {
    content: "䆧"
}

.hgi-bulk.hgi-column-insert:after {
    content: "䆨"
}

.hgi-bulk.hgi-column-insert:before {
    content: "䆩"
}

.hgi-bulk.hgi-comet-01:after {
    content: "䆪"
}

.hgi-bulk.hgi-comet-01:before {
    content: "䆫"
}

.hgi-bulk.hgi-comet-02:after {
    content: "䆬"
}

.hgi-bulk.hgi-comet-02:before {
    content: "䆭"
}

.hgi-bulk.hgi-coming-soon-01:after {
    content: "䆮"
}

.hgi-bulk.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-bulk.hgi-coming-soon-02:after {
    content: "䆰"
}

.hgi-bulk.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-bulk.hgi-command-line:after {
    content: "䆲"
}

.hgi-bulk.hgi-command-line:before {
    content: "䆳"
}

.hgi-bulk.hgi-command:after {
    content: "䆴"
}

.hgi-bulk.hgi-command:before {
    content: "䆵"
}

.hgi-bulk.hgi-comment-01:after {
    content: "䆶"
}

.hgi-bulk.hgi-comment-01:before {
    content: "䆷"
}

.hgi-bulk.hgi-comment-02:after {
    content: "䆸"
}

.hgi-bulk.hgi-comment-02:before {
    content: "䆹"
}

.hgi-bulk.hgi-comment-add-01:after {
    content: "䆺"
}

.hgi-bulk.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-bulk.hgi-comment-add-02:after {
    content: "䆼"
}

.hgi-bulk.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-bulk.hgi-comment-block-01:after {
    content: "䆾"
}

.hgi-bulk.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-bulk.hgi-comment-block-02:after {
    content: "䇀"
}

.hgi-bulk.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-bulk.hgi-comment-remove-01:after {
    content: "䇂"
}

.hgi-bulk.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-bulk.hgi-comment-remove-02:after {
    content: "䇄"
}

.hgi-bulk.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-bulk.hgi-compass-01:after {
    content: "䇆"
}

.hgi-bulk.hgi-compass-01:before {
    content: "䇇"
}

.hgi-bulk.hgi-compass:after {
    content: "䇈"
}

.hgi-bulk.hgi-compass:before {
    content: "䇉"
}

.hgi-bulk.hgi-complaint:after {
    content: "䇊"
}

.hgi-bulk.hgi-complaint:before {
    content: "䇋"
}

.hgi-bulk.hgi-computer-add:after {
    content: "䇌"
}

.hgi-bulk.hgi-computer-add:before {
    content: "䇍"
}

.hgi-bulk.hgi-computer-check:after {
    content: "䇎"
}

.hgi-bulk.hgi-computer-check:before {
    content: "䇏"
}

.hgi-bulk.hgi-computer-cloud:after {
    content: "䇐"
}

.hgi-bulk.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-bulk.hgi-computer-desk-01:after {
    content: "䇒"
}

.hgi-bulk.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-bulk.hgi-computer-desk-02:after {
    content: "䇔"
}

.hgi-bulk.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-bulk.hgi-computer-desk-03:after {
    content: "䇖"
}

.hgi-bulk.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-bulk.hgi-computer-dollar:after {
    content: "䇘"
}

.hgi-bulk.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-bulk.hgi-computer-phone-sync:after {
    content: "䇚"
}

.hgi-bulk.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-bulk.hgi-computer-programming-01:after {
    content: "䇜"
}

.hgi-bulk.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-bulk.hgi-computer-programming-02:after {
    content: "䇞"
}

.hgi-bulk.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-bulk.hgi-computer-protection:after {
    content: "䇠"
}

.hgi-bulk.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-bulk.hgi-computer-remove:after {
    content: "䇢"
}

.hgi-bulk.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-bulk.hgi-computer:after {
    content: "䇤"
}

.hgi-bulk.hgi-computer-settings:after {
    content: "䇥"
}

.hgi-bulk.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-bulk.hgi-computer-video-call:after {
    content: "䇧"
}

.hgi-bulk.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-bulk.hgi-computer-video:after {
    content: "䇩"
}

.hgi-bulk.hgi-computer-video:before {
    content: "䇪"
}

.hgi-bulk.hgi-computer:before {
    content: "䇫"
}

.hgi-bulk.hgi-cone-01:after {
    content: "䇬"
}

.hgi-bulk.hgi-cone-01:before {
    content: "䇭"
}

.hgi-bulk.hgi-cone-02:after {
    content: "䇮"
}

.hgi-bulk.hgi-cone-02:before {
    content: "䇯"
}

.hgi-bulk.hgi-conference:after {
    content: "䇰"
}

.hgi-bulk.hgi-conference:before {
    content: "䇱"
}

.hgi-bulk.hgi-configuration-01:after {
    content: "䇲"
}

.hgi-bulk.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-bulk.hgi-configuration-02:after {
    content: "䇴"
}

.hgi-bulk.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-bulk.hgi-confused:after {
    content: "䇶"
}

.hgi-bulk.hgi-confused:before {
    content: "䇷"
}

.hgi-bulk.hgi-congruent-to-circle:after {
    content: "䇸"
}

.hgi-bulk.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-bulk.hgi-congruent-to:after {
    content: "䇺"
}

.hgi-bulk.hgi-congruent-to-square:after {
    content: "䇻"
}

.hgi-bulk.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-bulk.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-bulk.hgi-connect:after {
    content: "䇾"
}

.hgi-bulk.hgi-connect:before {
    content: "䇿"
}

.hgi-bulk.hgi-console:after {
    content: "䈀"
}

.hgi-bulk.hgi-console:before {
    content: "䈁"
}

.hgi-bulk.hgi-constellation:after {
    content: "䈂"
}

.hgi-bulk.hgi-constellation:before {
    content: "䈃"
}

.hgi-bulk.hgi-contact-01:after {
    content: "䈄"
}

.hgi-bulk.hgi-contact-01:before {
    content: "䈅"
}

.hgi-bulk.hgi-contact-02:after {
    content: "䈆"
}

.hgi-bulk.hgi-contact-02:before {
    content: "䈇"
}

.hgi-bulk.hgi-contact-book:after {
    content: "䈈"
}

.hgi-bulk.hgi-contact-book:before {
    content: "䈉"
}

.hgi-bulk.hgi-contact:after {
    content: "䈊"
}

.hgi-bulk.hgi-contact:before {
    content: "䈋"
}

.hgi-bulk.hgi-container-truck-01:after {
    content: "䈌"
}

.hgi-bulk.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-bulk.hgi-container-truck-02:after {
    content: "䈎"
}

.hgi-bulk.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-bulk.hgi-container-truck:after {
    content: "䈐"
}

.hgi-bulk.hgi-container-truck:before {
    content: "䈑"
}

.hgi-bulk.hgi-contracts:after {
    content: "䈒"
}

.hgi-bulk.hgi-contracts:before {
    content: "䈓"
}

.hgi-bulk.hgi-conversation:after {
    content: "䈔"
}

.hgi-bulk.hgi-conversation:before {
    content: "䈕"
}

.hgi-bulk.hgi-cook-book:after {
    content: "䈖"
}

.hgi-bulk.hgi-cook-book:before {
    content: "䈗"
}

.hgi-bulk.hgi-cookie:after {
    content: "䈘"
}

.hgi-bulk.hgi-cookie:before {
    content: "䈙"
}

.hgi-bulk.hgi-coordinate-01:after {
    content: "䈚"
}

.hgi-bulk.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-bulk.hgi-coordinate-02:after {
    content: "䈜"
}

.hgi-bulk.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-bulk.hgi-copilot:after {
    content: "䈞"
}

.hgi-bulk.hgi-copilot:before {
    content: "䈟"
}

.hgi-bulk.hgi-copy-01:after {
    content: "䈠"
}

.hgi-bulk.hgi-copy-01:before {
    content: "䈡"
}

.hgi-bulk.hgi-copy-02:after {
    content: "䈢"
}

.hgi-bulk.hgi-copy-02:before {
    content: "䈣"
}

.hgi-bulk.hgi-copy-link:after {
    content: "䈤"
}

.hgi-bulk.hgi-copy-link:before {
    content: "䈥"
}

.hgi-bulk.hgi-copyright:after {
    content: "䈦"
}

.hgi-bulk.hgi-copyright:before {
    content: "䈧"
}

.hgi-bulk.hgi-corn:after {
    content: "䈨"
}

.hgi-bulk.hgi-corn:before {
    content: "䈩"
}

.hgi-bulk.hgi-corporate:after {
    content: "䈪"
}

.hgi-bulk.hgi-corporate:before {
    content: "䈫"
}

.hgi-bulk.hgi-cos:after {
    content: "䈬"
}

.hgi-bulk.hgi-cos:before {
    content: "䈭"
}

.hgi-bulk.hgi-cosine-01:after {
    content: "䈮"
}

.hgi-bulk.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-bulk.hgi-cosine-02:after {
    content: "䈰"
}

.hgi-bulk.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-bulk.hgi-cottage:after {
    content: "䈲"
}

.hgi-bulk.hgi-cottage:before {
    content: "䈳"
}

.hgi-bulk.hgi-cotton-candy:after {
    content: "䈴"
}

.hgi-bulk.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-bulk.hgi-coupon-01:after {
    content: "䈶"
}

.hgi-bulk.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-bulk.hgi-coupon-02:after {
    content: "䈸"
}

.hgi-bulk.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-bulk.hgi-coupon-03:after {
    content: "䈺"
}

.hgi-bulk.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-bulk.hgi-coupon-percent:after {
    content: "䈼"
}

.hgi-bulk.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-bulk.hgi-course:after {
    content: "䈾"
}

.hgi-bulk.hgi-course:before {
    content: "䈿"
}

.hgi-bulk.hgi-court-house:after {
    content: "䉀"
}

.hgi-bulk.hgi-court-house:before {
    content: "䉁"
}

.hgi-bulk.hgi-court-law:after {
    content: "䉂"
}

.hgi-bulk.hgi-court-law:before {
    content: "䉃"
}

.hgi-bulk.hgi-covariate:after {
    content: "䉄"
}

.hgi-bulk.hgi-covariate:before {
    content: "䉅"
}

.hgi-bulk.hgi-covid-info:after {
    content: "䉆"
}

.hgi-bulk.hgi-covid-info:before {
    content: "䉇"
}

.hgi-bulk.hgi-cowboy-hat:after {
    content: "䉈"
}

.hgi-bulk.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-bulk.hgi-cplusplus:after {
    content: "䉊"
}

.hgi-bulk.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-bulk.hgi-cpu-charge:after {
    content: "䉌"
}

.hgi-bulk.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-bulk.hgi-cpu:after {
    content: "䉎"
}

.hgi-bulk.hgi-cpu-settings:after {
    content: "䉏"
}

.hgi-bulk.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-bulk.hgi-cpu:before {
    content: "䉑"
}

.hgi-bulk.hgi-crab:after {
    content: "䉒"
}

.hgi-bulk.hgi-crab:before {
    content: "䉓"
}

.hgi-bulk.hgi-crane:after {
    content: "䉔"
}

.hgi-bulk.hgi-crane:before {
    content: "䉕"
}

.hgi-bulk.hgi-crazy:after {
    content: "䉖"
}

.hgi-bulk.hgi-crazy:before {
    content: "䉗"
}

.hgi-bulk.hgi-creative-market:after {
    content: "䉘"
}

.hgi-bulk.hgi-creative-market:before {
    content: "䉙"
}

.hgi-bulk.hgi-credit-card-accept:after {
    content: "䉚"
}

.hgi-bulk.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-bulk.hgi-credit-card-add:after {
    content: "䉜"
}

.hgi-bulk.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-bulk.hgi-credit-card-change:after {
    content: "䉞"
}

.hgi-bulk.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-bulk.hgi-credit-card-defrost:after {
    content: "䉠"
}

.hgi-bulk.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-bulk.hgi-credit-card-freeze:after {
    content: "䉢"
}

.hgi-bulk.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-bulk.hgi-credit-card-not-accept:after {
    content: "䉤"
}

.hgi-bulk.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-bulk.hgi-credit-card-not-found:after {
    content: "䉦"
}

.hgi-bulk.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-bulk.hgi-credit-card-pos:after {
    content: "䉨"
}

.hgi-bulk.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-bulk.hgi-credit-card:after {
    content: "䉪"
}

.hgi-bulk.hgi-credit-card-validation:after {
    content: "䉫"
}

.hgi-bulk.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-bulk.hgi-credit-card:before {
    content: "䉭"
}

.hgi-bulk.hgi-cricket-bat:after {
    content: "䉮"
}

.hgi-bulk.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-bulk.hgi-cricket-helmet:after {
    content: "䉰"
}

.hgi-bulk.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-bulk.hgi-croissant:after {
    content: "䉲"
}

.hgi-bulk.hgi-croissant:before {
    content: "䉳"
}

.hgi-bulk.hgi-crop:after {
    content: "䉴"
}

.hgi-bulk.hgi-crop:before {
    content: "䉵"
}

.hgi-bulk.hgi-crowdfunding:after {
    content: "䉶"
}

.hgi-bulk.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-bulk.hgi-crown:after {
    content: "䉸"
}

.hgi-bulk.hgi-crown:before {
    content: "䉹"
}

.hgi-bulk.hgi-crying:after {
    content: "䉺"
}

.hgi-bulk.hgi-crying:before {
    content: "䉻"
}

.hgi-bulk.hgi-csv-01:after {
    content: "䉼"
}

.hgi-bulk.hgi-csv-01:before {
    content: "䉽"
}

.hgi-bulk.hgi-csv-02:after {
    content: "䉾"
}

.hgi-bulk.hgi-csv-02:before {
    content: "䉿"
}

.hgi-bulk.hgi-cube:after {
    content: "䊀"
}

.hgi-bulk.hgi-cube:before {
    content: "䊁"
}

.hgi-bulk.hgi-cupcake-01:after {
    content: "䊂"
}

.hgi-bulk.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-bulk.hgi-cupcake-02:after {
    content: "䊄"
}

.hgi-bulk.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-bulk.hgi-cupcake-03:after {
    content: "䊆"
}

.hgi-bulk.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-bulk.hgi-curling:after {
    content: "䊈"
}

.hgi-bulk.hgi-curling:before {
    content: "䊉"
}

.hgi-bulk.hgi-cursor-01:after {
    content: "䊊"
}

.hgi-bulk.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-bulk.hgi-cursor-02:after {
    content: "䊌"
}

.hgi-bulk.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-bulk.hgi-cursor-add-selection-01:after {
    content: "䊎"
}

.hgi-bulk.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-bulk.hgi-cursor-add-selection-02:after {
    content: "䊐"
}

.hgi-bulk.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-bulk.hgi-cursor-circle-selection-01:after {
    content: "䊒"
}

.hgi-bulk.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-bulk.hgi-cursor-circle-selection-02:after {
    content: "䊔"
}

.hgi-bulk.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-bulk.hgi-cursor-disabled-01:after {
    content: "䊖"
}

.hgi-bulk.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-bulk.hgi-cursor-disabled-02:after {
    content: "䊘"
}

.hgi-bulk.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-bulk.hgi-cursor-edit-01:after {
    content: "䊚"
}

.hgi-bulk.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-bulk.hgi-cursor-edit-02:after {
    content: "䊜"
}

.hgi-bulk.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-bulk.hgi-cursor-hold-01:after {
    content: "䊞"
}

.hgi-bulk.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-bulk.hgi-cursor-hold-02:after {
    content: "䊠"
}

.hgi-bulk.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-bulk.hgi-cursor-in-window:after {
    content: "䊢"
}

.hgi-bulk.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-bulk.hgi-cursor-info-01:after {
    content: "䊤"
}

.hgi-bulk.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-bulk.hgi-cursor-info-02:after {
    content: "䊦"
}

.hgi-bulk.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-bulk.hgi-cursor-loading-01:after {
    content: "䊨"
}

.hgi-bulk.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-bulk.hgi-cursor-loading-02:after {
    content: "䊪"
}

.hgi-bulk.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-bulk.hgi-cursor-magic-selection-01:after {
    content: "䊬"
}

.hgi-bulk.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-bulk.hgi-cursor-magic-selection-02:after {
    content: "䊮"
}

.hgi-bulk.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-bulk.hgi-cursor-move-01:after {
    content: "䊰"
}

.hgi-bulk.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-bulk.hgi-cursor-move-02:after {
    content: "䊲"
}

.hgi-bulk.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-bulk.hgi-cursor-pointer-01:after {
    content: "䊴"
}

.hgi-bulk.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-bulk.hgi-cursor-pointer-02:after {
    content: "䊶"
}

.hgi-bulk.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-bulk.hgi-cursor-progress-01:after {
    content: "䊸"
}

.hgi-bulk.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-bulk.hgi-cursor-progress-02:after {
    content: "䊺"
}

.hgi-bulk.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-bulk.hgi-cursor-progress-03:after {
    content: "䊼"
}

.hgi-bulk.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-bulk.hgi-cursor-progress-04:after {
    content: "䊾"
}

.hgi-bulk.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-bulk.hgi-cursor-rectangle-selection-01:after {
    content: "䋀"
}

.hgi-bulk.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-bulk.hgi-cursor-rectangle-selection-02:after {
    content: "䋂"
}

.hgi-bulk.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-bulk.hgi-cursor-remove-selection-01:after {
    content: "䋄"
}

.hgi-bulk.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-bulk.hgi-cursor-remove-selection-02:after {
    content: "䋆"
}

.hgi-bulk.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-bulk.hgi-cursor-text:after {
    content: "䋈"
}

.hgi-bulk.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-bulk.hgi-curtains:after {
    content: "䋊"
}

.hgi-bulk.hgi-curtains:before {
    content: "䋋"
}

.hgi-bulk.hgi-curvy-left-direction:after {
    content: "䋌"
}

.hgi-bulk.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-bulk.hgi-curvy-left-right-direction:after {
    content: "䋎"
}

.hgi-bulk.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-bulk.hgi-curvy-right-direction:after {
    content: "䋐"
}

.hgi-bulk.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-bulk.hgi-curvy-up-down-direction:after {
    content: "䋒"
}

.hgi-bulk.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-bulk.hgi-customer-service-01:after {
    content: "䋔"
}

.hgi-bulk.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-bulk.hgi-customer-service-02:after {
    content: "䋖"
}

.hgi-bulk.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-bulk.hgi-customer-service:after {
    content: "䋘"
}

.hgi-bulk.hgi-customer-service:before {
    content: "䋙"
}

.hgi-bulk.hgi-customer-support:after {
    content: "䋚"
}

.hgi-bulk.hgi-customer-support:before {
    content: "䋛"
}

.hgi-bulk.hgi-customize:after {
    content: "䋜"
}

.hgi-bulk.hgi-customize:before {
    content: "䋝"
}

.hgi-bulk.hgi-cylinder-01:after {
    content: "䋞"
}

.hgi-bulk.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-bulk.hgi-cylinder-02:after {
    content: "䋠"
}

.hgi-bulk.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-bulk.hgi-cylinder-03:after {
    content: "䋢"
}

.hgi-bulk.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-bulk.hgi-cylinder-04:after {
    content: "䋤"
}

.hgi-bulk.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-bulk.hgi-danger:after {
    content: "䋦"
}

.hgi-bulk.hgi-danger:before {
    content: "䋧"
}

.hgi-bulk.hgi-dark-mode:after {
    content: "䋨"
}

.hgi-bulk.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-bulk.hgi-dart:after {
    content: "䋪"
}

.hgi-bulk.hgi-dart:before {
    content: "䋫"
}

.hgi-bulk.hgi-dashboard-browsing:after {
    content: "䋬"
}

.hgi-bulk.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-bulk.hgi-dashboard-circle-add:after {
    content: "䋮"
}

.hgi-bulk.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-bulk.hgi-dashboard-circle-edit:after {
    content: "䋰"
}

.hgi-bulk.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-bulk.hgi-dashboard-circle-remove:after {
    content: "䋲"
}

.hgi-bulk.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-bulk.hgi-dashboard-circle:after {
    content: "䋴"
}

.hgi-bulk.hgi-dashboard-circle-settings:after {
    content: "䋵"
}

.hgi-bulk.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-bulk.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-bulk.hgi-dashboard-speed-01:after {
    content: "䋸"
}

.hgi-bulk.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-bulk.hgi-dashboard-speed-02:after {
    content: "䋺"
}

.hgi-bulk.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-bulk.hgi-dashboard-square-01:after {
    content: "䋼"
}

.hgi-bulk.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-bulk.hgi-dashboard-square-02:after {
    content: "䋾"
}

.hgi-bulk.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-bulk.hgi-dashboard-square-03:after {
    content: "䌀"
}

.hgi-bulk.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-bulk.hgi-dashboard-square-add:after {
    content: "䌂"
}

.hgi-bulk.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-bulk.hgi-dashboard-square-edit:after {
    content: "䌄"
}

.hgi-bulk.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-bulk.hgi-dashboard-square-remove:after {
    content: "䌆"
}

.hgi-bulk.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-bulk.hgi-dashboard-square-setting:after {
    content: "䌈"
}

.hgi-bulk.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-bulk.hgi-dashed-line-01:after {
    content: "䌊"
}

.hgi-bulk.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-bulk.hgi-dashed-line-02:after {
    content: "䌌"
}

.hgi-bulk.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-bulk.hgi-data-recovery:after {
    content: "䌎"
}

.hgi-bulk.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-bulk.hgi-database-01:after {
    content: "䌐"
}

.hgi-bulk.hgi-database-01:before {
    content: "䌑"
}

.hgi-bulk.hgi-database-02:after {
    content: "䌒"
}

.hgi-bulk.hgi-database-02:before {
    content: "䌓"
}

.hgi-bulk.hgi-database-add:after {
    content: "䌔"
}

.hgi-bulk.hgi-database-add:before {
    content: "䌕"
}

.hgi-bulk.hgi-database-export:after {
    content: "䌖"
}

.hgi-bulk.hgi-database-export:before {
    content: "䌗"
}

.hgi-bulk.hgi-database-import:after {
    content: "䌘"
}

.hgi-bulk.hgi-database-import:before {
    content: "䌙"
}

.hgi-bulk.hgi-database-locked:after {
    content: "䌚"
}

.hgi-bulk.hgi-database-locked:before {
    content: "䌛"
}

.hgi-bulk.hgi-database-restore:after {
    content: "䌜"
}

.hgi-bulk.hgi-database-restore:before {
    content: "䌝"
}

.hgi-bulk.hgi-database:after {
    content: "䌞"
}

.hgi-bulk.hgi-database-setting:after {
    content: "䌟"
}

.hgi-bulk.hgi-database-setting:before {
    content: "䌠"
}

.hgi-bulk.hgi-database-sync-01:after {
    content: "䌡"
}

.hgi-bulk.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-bulk.hgi-database-sync:after {
    content: "䌣"
}

.hgi-bulk.hgi-database-sync:before {
    content: "䌤"
}

.hgi-bulk.hgi-database:before {
    content: "䌥"
}

.hgi-bulk.hgi-dates:after {
    content: "䌦"
}

.hgi-bulk.hgi-dates:before {
    content: "䌧"
}

.hgi-bulk.hgi-dead:after {
    content: "䌨"
}

.hgi-bulk.hgi-dead:before {
    content: "䌩"
}

.hgi-bulk.hgi-delete-01:after {
    content: "䌪"
}

.hgi-bulk.hgi-delete-01:before {
    content: "䌫"
}

.hgi-bulk.hgi-delete-02:after {
    content: "䌬"
}

.hgi-bulk.hgi-delete-02:before {
    content: "䌭"
}

.hgi-bulk.hgi-delete-03:after {
    content: "䌮"
}

.hgi-bulk.hgi-delete-03:before {
    content: "䌯"
}

.hgi-bulk.hgi-delete-04:after {
    content: "䌰"
}

.hgi-bulk.hgi-delete-04:before {
    content: "䌱"
}

.hgi-bulk.hgi-delete-column:after {
    content: "䌲"
}

.hgi-bulk.hgi-delete-column:before {
    content: "䌳"
}

.hgi-bulk.hgi-delete-put-back:after {
    content: "䌴"
}

.hgi-bulk.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-bulk.hgi-delete-row:after {
    content: "䌶"
}

.hgi-bulk.hgi-delete-row:before {
    content: "䌷"
}

.hgi-bulk.hgi-delete-throw:after {
    content: "䌸"
}

.hgi-bulk.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-bulk.hgi-delivered-sent:after {
    content: "䌺"
}

.hgi-bulk.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-bulk.hgi-delivery-box-01:after {
    content: "䌼"
}

.hgi-bulk.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-bulk.hgi-delivery-box-02:after {
    content: "䌾"
}

.hgi-bulk.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-bulk.hgi-delivery-delay-01:after {
    content: "䍀"
}

.hgi-bulk.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-bulk.hgi-delivery-delay-02:after {
    content: "䍂"
}

.hgi-bulk.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-bulk.hgi-delivery-return-01:after {
    content: "䍄"
}

.hgi-bulk.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-bulk.hgi-delivery-return-02:after {
    content: "䍆"
}

.hgi-bulk.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-bulk.hgi-delivery-secure-01:after {
    content: "䍈"
}

.hgi-bulk.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-bulk.hgi-delivery-secure-02:after {
    content: "䍊"
}

.hgi-bulk.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-bulk.hgi-delivery-sent-01:after {
    content: "䍌"
}

.hgi-bulk.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-bulk.hgi-delivery-sent-02:after {
    content: "䍎"
}

.hgi-bulk.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-bulk.hgi-delivery-tracking-01:after {
    content: "䍐"
}

.hgi-bulk.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-bulk.hgi-delivery-tracking-02:after {
    content: "䍒"
}

.hgi-bulk.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-bulk.hgi-delivery-truck-01:after {
    content: "䍔"
}

.hgi-bulk.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-bulk.hgi-delivery-truck-02:after {
    content: "䍖"
}

.hgi-bulk.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-bulk.hgi-delivery-view-01:after {
    content: "䍘"
}

.hgi-bulk.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-bulk.hgi-delivery-view-02:after {
    content: "䍚"
}

.hgi-bulk.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-bulk.hgi-dental-braces:after {
    content: "䍜"
}

.hgi-bulk.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-bulk.hgi-dental-broken-tooth:after {
    content: "䍞"
}

.hgi-bulk.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-bulk.hgi-dental-care:after {
    content: "䍠"
}

.hgi-bulk.hgi-dental-care:before {
    content: "䍡"
}

.hgi-bulk.hgi-dental-tooth:after {
    content: "䍢"
}

.hgi-bulk.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-bulk.hgi-departement:after {
    content: "䍤"
}

.hgi-bulk.hgi-departement:before {
    content: "䍥"
}

.hgi-bulk.hgi-desert:after {
    content: "䍦"
}

.hgi-bulk.hgi-desert:before {
    content: "䍧"
}

.hgi-bulk.hgi-desk-01:after {
    content: "䍨"
}

.hgi-bulk.hgi-desk-01:before {
    content: "䍩"
}

.hgi-bulk.hgi-desk-02:after {
    content: "䍪"
}

.hgi-bulk.hgi-desk-02:before {
    content: "䍫"
}

.hgi-bulk.hgi-desk:after {
    content: "䍬"
}

.hgi-bulk.hgi-desk:before {
    content: "䍭"
}

.hgi-bulk.hgi-developer:after {
    content: "䍮"
}

.hgi-bulk.hgi-developer:before {
    content: "䍯"
}

.hgi-bulk.hgi-deviantart:after {
    content: "䍰"
}

.hgi-bulk.hgi-deviantart:before {
    content: "䍱"
}

.hgi-bulk.hgi-device-access:after {
    content: "䍲"
}

.hgi-bulk.hgi-device-access:before {
    content: "䍳"
}

.hgi-bulk.hgi-diagonal-scroll-point-01:after {
    content: "䍴"
}

.hgi-bulk.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-bulk.hgi-diagonal-scroll-point-02:after {
    content: "䍶"
}

.hgi-bulk.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-bulk.hgi-dialpad-circle-01:after {
    content: "䍸"
}

.hgi-bulk.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-bulk.hgi-dialpad-circle-02:after {
    content: "䍺"
}

.hgi-bulk.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-bulk.hgi-dialpad-square-01:after {
    content: "䍼"
}

.hgi-bulk.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-bulk.hgi-dialpad-square-02:after {
    content: "䍾"
}

.hgi-bulk.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-bulk.hgi-diameter:after {
    content: "䎀"
}

.hgi-bulk.hgi-diameter:before {
    content: "䎁"
}

.hgi-bulk.hgi-diamond-01:after {
    content: "䎂"
}

.hgi-bulk.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-bulk.hgi-diamond-02:after {
    content: "䎄"
}

.hgi-bulk.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-bulk.hgi-diamond:after {
    content: "䎆"
}

.hgi-bulk.hgi-diamond:before {
    content: "䎇"
}

.hgi-bulk.hgi-diaper:after {
    content: "䎈"
}

.hgi-bulk.hgi-diaper:before {
    content: "䎉"
}

.hgi-bulk.hgi-dice-faces-01:after {
    content: "䎊"
}

.hgi-bulk.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-bulk.hgi-dice-faces-02:after {
    content: "䎌"
}

.hgi-bulk.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-bulk.hgi-dice-faces-03:after {
    content: "䎎"
}

.hgi-bulk.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-bulk.hgi-dice-faces-04:after {
    content: "䎐"
}

.hgi-bulk.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-bulk.hgi-dice-faces-05:after {
    content: "䎒"
}

.hgi-bulk.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-bulk.hgi-dice-faces-06:after {
    content: "䎔"
}

.hgi-bulk.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-bulk.hgi-dice:after {
    content: "䎖"
}

.hgi-bulk.hgi-dice:before {
    content: "䎗"
}

.hgi-bulk.hgi-digestion:after {
    content: "䎘"
}

.hgi-bulk.hgi-digestion:before {
    content: "䎙"
}

.hgi-bulk.hgi-digg:after {
    content: "䎚"
}

.hgi-bulk.hgi-digg:before {
    content: "䎛"
}

.hgi-bulk.hgi-digital-clock:after {
    content: "䎜"
}

.hgi-bulk.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-bulk.hgi-dim-sum-01:after {
    content: "䎞"
}

.hgi-bulk.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-bulk.hgi-dim-sum-02:after {
    content: "䎠"
}

.hgi-bulk.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-bulk.hgi-dining-table:after {
    content: "䎢"
}

.hgi-bulk.hgi-dining-table:before {
    content: "䎣"
}

.hgi-bulk.hgi-diploma:after {
    content: "䎤"
}

.hgi-bulk.hgi-diploma:before {
    content: "䎥"
}

.hgi-bulk.hgi-direction-left-01:after {
    content: "䎦"
}

.hgi-bulk.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-bulk.hgi-direction-left-02:after {
    content: "䎨"
}

.hgi-bulk.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-bulk.hgi-direction-right-01:after {
    content: "䎪"
}

.hgi-bulk.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-bulk.hgi-direction-right-02:after {
    content: "䎬"
}

.hgi-bulk.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-bulk.hgi-directions-01:after {
    content: "䎮"
}

.hgi-bulk.hgi-directions-01:before {
    content: "䎯"
}

.hgi-bulk.hgi-directions-02:after {
    content: "䎰"
}

.hgi-bulk.hgi-directions-02:before {
    content: "䎱"
}

.hgi-bulk.hgi-dirham:after {
    content: "䎲"
}

.hgi-bulk.hgi-dirham:before {
    content: "䎳"
}

.hgi-bulk.hgi-disability-01:after {
    content: "䎴"
}

.hgi-bulk.hgi-disability-01:before {
    content: "䎵"
}

.hgi-bulk.hgi-disability-02:after {
    content: "䎶"
}

.hgi-bulk.hgi-disability-02:before {
    content: "䎷"
}

.hgi-bulk.hgi-discord:after {
    content: "䎸"
}

.hgi-bulk.hgi-discord:before {
    content: "䎹"
}

.hgi-bulk.hgi-discount-01:after {
    content: "䎺"
}

.hgi-bulk.hgi-discount-01:before {
    content: "䎻"
}

.hgi-bulk.hgi-discount:after {
    content: "䎼"
}

.hgi-bulk.hgi-discount-tag-01:after {
    content: "䎽"
}

.hgi-bulk.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-bulk.hgi-discount-tag-02:after {
    content: "䎿"
}

.hgi-bulk.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-bulk.hgi-discount:before {
    content: "䏁"
}

.hgi-bulk.hgi-discover-circle:after {
    content: "䏂"
}

.hgi-bulk.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-bulk.hgi-discover-square:after {
    content: "䏄"
}

.hgi-bulk.hgi-discover-square:before {
    content: "䏅"
}

.hgi-bulk.hgi-dish-01:after {
    content: "䏆"
}

.hgi-bulk.hgi-dish-01:before {
    content: "䏇"
}

.hgi-bulk.hgi-dish-02:after {
    content: "䏈"
}

.hgi-bulk.hgi-dish-02:before {
    content: "䏉"
}

.hgi-bulk.hgi-dish-washer:after {
    content: "䏊"
}

.hgi-bulk.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-bulk.hgi-displeased:after {
    content: "䏌"
}

.hgi-bulk.hgi-displeased:before {
    content: "䏍"
}

.hgi-bulk.hgi-distribute-horizontal-center:after {
    content: "䏎"
}

.hgi-bulk.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-bulk.hgi-distribute-horizontal-left:after {
    content: "䏐"
}

.hgi-bulk.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-bulk.hgi-distribute-horizontal-right:after {
    content: "䏒"
}

.hgi-bulk.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-bulk.hgi-distribute-vertical-bottom:after {
    content: "䏔"
}

.hgi-bulk.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-bulk.hgi-distribute-vertical-center:after {
    content: "䏖"
}

.hgi-bulk.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-bulk.hgi-distribute-vertical-top:after {
    content: "䏘"
}

.hgi-bulk.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-bulk.hgi-distribution:after {
    content: "䏚"
}

.hgi-bulk.hgi-distribution:before {
    content: "䏛"
}

.hgi-bulk.hgi-divide-sign-circle:after {
    content: "䏜"
}

.hgi-bulk.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-bulk.hgi-divide-sign:after {
    content: "䏞"
}

.hgi-bulk.hgi-divide-sign-square:after {
    content: "䏟"
}

.hgi-bulk.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-bulk.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-bulk.hgi-dna-01:after {
    content: "䏢"
}

.hgi-bulk.hgi-dna-01:before {
    content: "䏣"
}

.hgi-bulk.hgi-dna:after {
    content: "䏤"
}

.hgi-bulk.hgi-dna:before {
    content: "䏥"
}

.hgi-bulk.hgi-do-not-touch-01:after {
    content: "䏦"
}

.hgi-bulk.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-bulk.hgi-do-not-touch-02:after {
    content: "䏨"
}

.hgi-bulk.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-bulk.hgi-doc-01:after {
    content: "䏪"
}

.hgi-bulk.hgi-doc-01:before {
    content: "䏫"
}

.hgi-bulk.hgi-doc-02:after {
    content: "䏬"
}

.hgi-bulk.hgi-doc-02:before {
    content: "䏭"
}

.hgi-bulk.hgi-doctor-01:after {
    content: "䏮"
}

.hgi-bulk.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-bulk.hgi-doctor-02:after {
    content: "䏰"
}

.hgi-bulk.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-bulk.hgi-doctor-03:after {
    content: "䏲"
}

.hgi-bulk.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-bulk.hgi-document-attachment:after {
    content: "䏴"
}

.hgi-bulk.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-bulk.hgi-document-code:after {
    content: "䏶"
}

.hgi-bulk.hgi-document-code:before {
    content: "䏷"
}

.hgi-bulk.hgi-document-validation:after {
    content: "䏸"
}

.hgi-bulk.hgi-document-validation:before {
    content: "䏹"
}

.hgi-bulk.hgi-dollar-01:after {
    content: "䏺"
}

.hgi-bulk.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-bulk.hgi-dollar-02:after {
    content: "䏼"
}

.hgi-bulk.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-bulk.hgi-dollar-circle:after {
    content: "䏾"
}

.hgi-bulk.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-bulk.hgi-dollar-receive-01:after {
    content: "䐀"
}

.hgi-bulk.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-bulk.hgi-dollar-receive-02:after {
    content: "䐂"
}

.hgi-bulk.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-bulk.hgi-dollar-send-01:after {
    content: "䐄"
}

.hgi-bulk.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-bulk.hgi-dollar-send-02:after {
    content: "䐆"
}

.hgi-bulk.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-bulk.hgi-dollar-square:after {
    content: "䐈"
}

.hgi-bulk.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-bulk.hgi-dome:after {
    content: "䐊"
}

.hgi-bulk.hgi-dome:before {
    content: "䐋"
}

.hgi-bulk.hgi-domino:after {
    content: "䐌"
}

.hgi-bulk.hgi-domino:before {
    content: "䐍"
}

.hgi-bulk.hgi-door-01:after {
    content: "䐎"
}

.hgi-bulk.hgi-door-01:before {
    content: "䐏"
}

.hgi-bulk.hgi-door-02:after {
    content: "䐐"
}

.hgi-bulk.hgi-door-02:before {
    content: "䐑"
}

.hgi-bulk.hgi-door-lock:after {
    content: "䐒"
}

.hgi-bulk.hgi-door-lock:before {
    content: "䐓"
}

.hgi-bulk.hgi-door:after {
    content: "䐔"
}

.hgi-bulk.hgi-door:before {
    content: "䐕"
}

.hgi-bulk.hgi-doughnut:after {
    content: "䐖"
}

.hgi-bulk.hgi-doughnut:before {
    content: "䐗"
}

.hgi-bulk.hgi-download-01:after {
    content: "䐘"
}

.hgi-bulk.hgi-download-01:before {
    content: "䐙"
}

.hgi-bulk.hgi-download-02:after {
    content: "䐚"
}

.hgi-bulk.hgi-download-02:before {
    content: "䐛"
}

.hgi-bulk.hgi-download-03:after {
    content: "䐜"
}

.hgi-bulk.hgi-download-03:before {
    content: "䐝"
}

.hgi-bulk.hgi-download-04:after {
    content: "䐞"
}

.hgi-bulk.hgi-download-04:before {
    content: "䐟"
}

.hgi-bulk.hgi-download-05:after {
    content: "䐠"
}

.hgi-bulk.hgi-download-05:before {
    content: "䐡"
}

.hgi-bulk.hgi-download-circle-01:after {
    content: "䐢"
}

.hgi-bulk.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-bulk.hgi-download-circle-02:after {
    content: "䐤"
}

.hgi-bulk.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-bulk.hgi-download-square-01:after {
    content: "䐦"
}

.hgi-bulk.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-bulk.hgi-download-square-02:after {
    content: "䐨"
}

.hgi-bulk.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-bulk.hgi-drag-01:after {
    content: "䐪"
}

.hgi-bulk.hgi-drag-01:before {
    content: "䐫"
}

.hgi-bulk.hgi-drag-02:after {
    content: "䐬"
}

.hgi-bulk.hgi-drag-02:before {
    content: "䐭"
}

.hgi-bulk.hgi-drag-03:after {
    content: "䐮"
}

.hgi-bulk.hgi-drag-03:before {
    content: "䐯"
}

.hgi-bulk.hgi-drag-04:after {
    content: "䐰"
}

.hgi-bulk.hgi-drag-04:before {
    content: "䐱"
}

.hgi-bulk.hgi-drag-drop-horizontal:after {
    content: "䐲"
}

.hgi-bulk.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-bulk.hgi-drag-drop:after {
    content: "䐴"
}

.hgi-bulk.hgi-drag-drop-vertical:after {
    content: "䐵"
}

.hgi-bulk.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-bulk.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-bulk.hgi-drag-left-01:after {
    content: "䐸"
}

.hgi-bulk.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-bulk.hgi-drag-left-02:after {
    content: "䐺"
}

.hgi-bulk.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-bulk.hgi-drag-left-03:after {
    content: "䐼"
}

.hgi-bulk.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-bulk.hgi-drag-left-04:after {
    content: "䐾"
}

.hgi-bulk.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-bulk.hgi-drag-right-01:after {
    content: "䑀"
}

.hgi-bulk.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-bulk.hgi-drag-right-02:after {
    content: "䑂"
}

.hgi-bulk.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-bulk.hgi-drag-right-03:after {
    content: "䑄"
}

.hgi-bulk.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-bulk.hgi-drag-right-04:after {
    content: "䑆"
}

.hgi-bulk.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-bulk.hgi-drawing-compass:after {
    content: "䑈"
}

.hgi-bulk.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-bulk.hgi-drawing-mode:after {
    content: "䑊"
}

.hgi-bulk.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-bulk.hgi-dress-01:after {
    content: "䑌"
}

.hgi-bulk.hgi-dress-01:before {
    content: "䑍"
}

.hgi-bulk.hgi-dress-02:after {
    content: "䑎"
}

.hgi-bulk.hgi-dress-02:before {
    content: "䑏"
}

.hgi-bulk.hgi-dress-03:after {
    content: "䑐"
}

.hgi-bulk.hgi-dress-03:before {
    content: "䑑"
}

.hgi-bulk.hgi-dress-04:after {
    content: "䑒"
}

.hgi-bulk.hgi-dress-04:before {
    content: "䑓"
}

.hgi-bulk.hgi-dress-05:after {
    content: "䑔"
}

.hgi-bulk.hgi-dress-05:before {
    content: "䑕"
}

.hgi-bulk.hgi-dress-06:after {
    content: "䑖"
}

.hgi-bulk.hgi-dress-06:before {
    content: "䑗"
}

.hgi-bulk.hgi-dress-07:after {
    content: "䑘"
}

.hgi-bulk.hgi-dress-07:before {
    content: "䑙"
}

.hgi-bulk.hgi-dressing-table-01:after {
    content: "䑚"
}

.hgi-bulk.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-bulk.hgi-dressing-table-02:after {
    content: "䑜"
}

.hgi-bulk.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-bulk.hgi-dressing-table-03:after {
    content: "䑞"
}

.hgi-bulk.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-bulk.hgi-dribbble:after {
    content: "䑠"
}

.hgi-bulk.hgi-dribbble:before {
    content: "䑡"
}

.hgi-bulk.hgi-drink:after {
    content: "䑢"
}

.hgi-bulk.hgi-drink:before {
    content: "䑣"
}

.hgi-bulk.hgi-drone:after {
    content: "䑤"
}

.hgi-bulk.hgi-drone:before {
    content: "䑥"
}

.hgi-bulk.hgi-drooling:after {
    content: "䑦"
}

.hgi-bulk.hgi-drooling:before {
    content: "䑧"
}

.hgi-bulk.hgi-dropbox:after {
    content: "䑨"
}

.hgi-bulk.hgi-dropbox:before {
    content: "䑩"
}

.hgi-bulk.hgi-droplet:after {
    content: "䑪"
}

.hgi-bulk.hgi-droplet:before {
    content: "䑫"
}

.hgi-bulk.hgi-dropper:after {
    content: "䑬"
}

.hgi-bulk.hgi-dropper:before {
    content: "䑭"
}

.hgi-bulk.hgi-ds3-tool:after {
    content: "䑮"
}

.hgi-bulk.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-bulk.hgi-dua:after {
    content: "䑰"
}

.hgi-bulk.hgi-dua:before {
    content: "䑱"
}

.hgi-bulk.hgi-dumbbell-01:after {
    content: "䑲"
}

.hgi-bulk.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-bulk.hgi-dumbbell-02:after {
    content: "䑴"
}

.hgi-bulk.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-bulk.hgi-dumbbell-03:after {
    content: "䑶"
}

.hgi-bulk.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-bulk.hgi-ear-rings-01:after {
    content: "䑸"
}

.hgi-bulk.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-bulk.hgi-ear-rings-02:after {
    content: "䑺"
}

.hgi-bulk.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-bulk.hgi-ear-rings-03:after {
    content: "䑼"
}

.hgi-bulk.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-bulk.hgi-ear:after {
    content: "䑾"
}

.hgi-bulk.hgi-ear:before {
    content: "䑿"
}

.hgi-bulk.hgi-earth:after {
    content: "䒀"
}

.hgi-bulk.hgi-earth:before {
    content: "䒁"
}

.hgi-bulk.hgi-ease-curve-control-points:after {
    content: "䒂"
}

.hgi-bulk.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-bulk.hgi-ease-in-control-point:after {
    content: "䒄"
}

.hgi-bulk.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-bulk.hgi-ease-in-out:after {
    content: "䒆"
}

.hgi-bulk.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-bulk.hgi-ease-in:after {
    content: "䒈"
}

.hgi-bulk.hgi-ease-in:before {
    content: "䒉"
}

.hgi-bulk.hgi-ease-out-control-point:after {
    content: "䒊"
}

.hgi-bulk.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-bulk.hgi-ease-out:after {
    content: "䒌"
}

.hgi-bulk.hgi-ease-out:before {
    content: "䒍"
}

.hgi-bulk.hgi-eco-energy:after {
    content: "䒎"
}

.hgi-bulk.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-bulk.hgi-eco-lab-01:after {
    content: "䒐"
}

.hgi-bulk.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-bulk.hgi-eco-lab-02:after {
    content: "䒒"
}

.hgi-bulk.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-bulk.hgi-eco-lab:after {
    content: "䒔"
}

.hgi-bulk.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-bulk.hgi-eco-power:after {
    content: "䒖"
}

.hgi-bulk.hgi-eco-power:before {
    content: "䒗"
}

.hgi-bulk.hgi-edge-style:after {
    content: "䒘"
}

.hgi-bulk.hgi-edge-style:before {
    content: "䒙"
}

.hgi-bulk.hgi-edit-01:after {
    content: "䒚"
}

.hgi-bulk.hgi-edit-01:before {
    content: "䒛"
}

.hgi-bulk.hgi-edit-02:after {
    content: "䒜"
}

.hgi-bulk.hgi-edit-02:before {
    content: "䒝"
}

.hgi-bulk.hgi-edit-off:after {
    content: "䒞"
}

.hgi-bulk.hgi-edit-off:before {
    content: "䒟"
}

.hgi-bulk.hgi-edit-road:after {
    content: "䒠"
}

.hgi-bulk.hgi-edit-road:before {
    content: "䒡"
}

.hgi-bulk.hgi-edit-table:after {
    content: "䒢"
}

.hgi-bulk.hgi-edit-table:before {
    content: "䒣"
}

.hgi-bulk.hgi-edit-user-02:after {
    content: "䒤"
}

.hgi-bulk.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-bulk.hgi-eggs:after {
    content: "䒦"
}

.hgi-bulk.hgi-eggs:before {
    content: "䒧"
}

.hgi-bulk.hgi-eid-mubarak:after {
    content: "䒨"
}

.hgi-bulk.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-bulk.hgi-eiffel-tower:after {
    content: "䒪"
}

.hgi-bulk.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-bulk.hgi-elearning-exchange:after {
    content: "䒬"
}

.hgi-bulk.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-bulk.hgi-electric-home-01:after {
    content: "䒮"
}

.hgi-bulk.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-bulk.hgi-electric-home-02:after {
    content: "䒰"
}

.hgi-bulk.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-bulk.hgi-electric-plugs:after {
    content: "䒲"
}

.hgi-bulk.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-bulk.hgi-electric-tower-01:after {
    content: "䒴"
}

.hgi-bulk.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-bulk.hgi-electric-tower-02:after {
    content: "䒶"
}

.hgi-bulk.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-bulk.hgi-electric-wire:after {
    content: "䒸"
}

.hgi-bulk.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-bulk.hgi-ellipse-selection:after {
    content: "䒺"
}

.hgi-bulk.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-bulk.hgi-encrypt:after {
    content: "䒼"
}

.hgi-bulk.hgi-encrypt:before {
    content: "䒽"
}

.hgi-bulk.hgi-energy-ellipse:after {
    content: "䒾"
}

.hgi-bulk.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-bulk.hgi-energy-rectangle:after {
    content: "䓀"
}

.hgi-bulk.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-bulk.hgi-energy:after {
    content: "䓂"
}

.hgi-bulk.hgi-energy:before {
    content: "䓃"
}

.hgi-bulk.hgi-entering-geo-fence:after {
    content: "䓄"
}

.hgi-bulk.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-bulk.hgi-envato:after {
    content: "䓆"
}

.hgi-bulk.hgi-envato:before {
    content: "䓇"
}

.hgi-bulk.hgi-equal-sign-circle:after {
    content: "䓈"
}

.hgi-bulk.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-bulk.hgi-equal-sign:after {
    content: "䓊"
}

.hgi-bulk.hgi-equal-sign-square:after {
    content: "䓋"
}

.hgi-bulk.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-bulk.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-bulk.hgi-equipment-bench-press:after {
    content: "䓎"
}

.hgi-bulk.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-bulk.hgi-equipment-chest-press:after {
    content: "䓐"
}

.hgi-bulk.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-bulk.hgi-equipment-gym-01:after {
    content: "䓒"
}

.hgi-bulk.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-bulk.hgi-equipment-gym-02:after {
    content: "䓔"
}

.hgi-bulk.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-bulk.hgi-equipment-gym-03:after {
    content: "䓖"
}

.hgi-bulk.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-bulk.hgi-equipment-weightlifting:after {
    content: "䓘"
}

.hgi-bulk.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-bulk.hgi-eraser-01:after {
    content: "䓚"
}

.hgi-bulk.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-bulk.hgi-eraser-add:after {
    content: "䓜"
}

.hgi-bulk.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-bulk.hgi-eraser-auto:after {
    content: "䓞"
}

.hgi-bulk.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-bulk.hgi-eraser:after {
    content: "䓠"
}

.hgi-bulk.hgi-eraser:before {
    content: "䓡"
}

.hgi-bulk.hgi-estimate-01:after {
    content: "䓢"
}

.hgi-bulk.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-bulk.hgi-estimate-02:after {
    content: "䓤"
}

.hgi-bulk.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-bulk.hgi-ethereum-ellipse:after {
    content: "䓦"
}

.hgi-bulk.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-bulk.hgi-ethereum-rectangle:after {
    content: "䓨"
}

.hgi-bulk.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-bulk.hgi-ethereum:after {
    content: "䓪"
}

.hgi-bulk.hgi-ethereum:before {
    content: "䓫"
}

.hgi-bulk.hgi-euro-circle:after {
    content: "䓬"
}

.hgi-bulk.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-bulk.hgi-euro-receive:after {
    content: "䓮"
}

.hgi-bulk.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-bulk.hgi-euro:after {
    content: "䓰"
}

.hgi-bulk.hgi-euro-send:after {
    content: "䓱"
}

.hgi-bulk.hgi-euro-send:before {
    content: "䓲"
}

.hgi-bulk.hgi-euro-square:after {
    content: "䓳"
}

.hgi-bulk.hgi-euro-square:before {
    content: "䓴"
}

.hgi-bulk.hgi-euro:before {
    content: "䓵"
}

.hgi-bulk.hgi-ev-charging:after {
    content: "䓶"
}

.hgi-bulk.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-bulk.hgi-evil:after {
    content: "䓸"
}

.hgi-bulk.hgi-evil:before {
    content: "䓹"
}

.hgi-bulk.hgi-exchange-01:after {
    content: "䓺"
}

.hgi-bulk.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-bulk.hgi-exchange-02:after {
    content: "䓼"
}

.hgi-bulk.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-bulk.hgi-exchange-03:after {
    content: "䓾"
}

.hgi-bulk.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-bulk.hgi-expander:after {
    content: "䔀"
}

.hgi-bulk.hgi-expander:before {
    content: "䔁"
}

.hgi-bulk.hgi-external-drive:after {
    content: "䔂"
}

.hgi-bulk.hgi-external-drive:before {
    content: "䔃"
}

.hgi-bulk.hgi-eye:after {
    content: "䔄"
}

.hgi-bulk.hgi-eye:before {
    content: "䔅"
}

.hgi-bulk.hgi-face-id:after {
    content: "䔆"
}

.hgi-bulk.hgi-face-id:before {
    content: "䔇"
}

.hgi-bulk.hgi-facebook-01:after {
    content: "䔈"
}

.hgi-bulk.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-bulk.hgi-facebook-02:after {
    content: "䔊"
}

.hgi-bulk.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-bulk.hgi-factory-01:after {
    content: "䔌"
}

.hgi-bulk.hgi-factory-01:before {
    content: "䔍"
}

.hgi-bulk.hgi-factory-02:after {
    content: "䔎"
}

.hgi-bulk.hgi-factory-02:before {
    content: "䔏"
}

.hgi-bulk.hgi-factory:after {
    content: "䔐"
}

.hgi-bulk.hgi-factory:before {
    content: "䔑"
}

.hgi-bulk.hgi-fahrenheit:after {
    content: "䔒"
}

.hgi-bulk.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-bulk.hgi-falling-star:after {
    content: "䔔"
}

.hgi-bulk.hgi-falling-star:before {
    content: "䔕"
}

.hgi-bulk.hgi-fast-wind:after {
    content: "䔖"
}

.hgi-bulk.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-bulk.hgi-favourite-circle:after {
    content: "䔘"
}

.hgi-bulk.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-bulk.hgi-favourite:after {
    content: "䔚"
}

.hgi-bulk.hgi-favourite-square:after {
    content: "䔛"
}

.hgi-bulk.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-bulk.hgi-favourite:before {
    content: "䔝"
}

.hgi-bulk.hgi-feather:after {
    content: "䔞"
}

.hgi-bulk.hgi-feather:before {
    content: "䔟"
}

.hgi-bulk.hgi-fencing-mask:after {
    content: "䔠"
}

.hgi-bulk.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-bulk.hgi-fencing:after {
    content: "䔢"
}

.hgi-bulk.hgi-fencing:before {
    content: "䔣"
}

.hgi-bulk.hgi-ferris-wheel:after {
    content: "䔤"
}

.hgi-bulk.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-bulk.hgi-ferry-boat:after {
    content: "䔦"
}

.hgi-bulk.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-bulk.hgi-figma:after {
    content: "䔨"
}

.hgi-bulk.hgi-figma:before {
    content: "䔩"
}

.hgi-bulk.hgi-file-01:after {
    content: "䔪"
}

.hgi-bulk.hgi-file-01:before {
    content: "䔫"
}

.hgi-bulk.hgi-file-02:after {
    content: "䔬"
}

.hgi-bulk.hgi-file-02:before {
    content: "䔭"
}

.hgi-bulk.hgi-file-add:after {
    content: "䔮"
}

.hgi-bulk.hgi-file-add:before {
    content: "䔯"
}

.hgi-bulk.hgi-file-attachment:after {
    content: "䔰"
}

.hgi-bulk.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-bulk.hgi-file-audio:after {
    content: "䔲"
}

.hgi-bulk.hgi-file-audio:before {
    content: "䔳"
}

.hgi-bulk.hgi-file-bitcoin:after {
    content: "䔴"
}

.hgi-bulk.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-bulk.hgi-file-block:after {
    content: "䔶"
}

.hgi-bulk.hgi-file-block:before {
    content: "䔷"
}

.hgi-bulk.hgi-file-bookmark:after {
    content: "䔸"
}

.hgi-bulk.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-bulk.hgi-file-cloud:after {
    content: "䔺"
}

.hgi-bulk.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-bulk.hgi-file-corrupt:after {
    content: "䔼"
}

.hgi-bulk.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-bulk.hgi-file-dollar:after {
    content: "䔾"
}

.hgi-bulk.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-bulk.hgi-file-download:after {
    content: "䕀"
}

.hgi-bulk.hgi-file-download:before {
    content: "䕁"
}

.hgi-bulk.hgi-file-edit:after {
    content: "䕂"
}

.hgi-bulk.hgi-file-edit:before {
    content: "䕃"
}

.hgi-bulk.hgi-file-euro:after {
    content: "䕄"
}

.hgi-bulk.hgi-file-euro:before {
    content: "䕅"
}

.hgi-bulk.hgi-file-export:after {
    content: "䕆"
}

.hgi-bulk.hgi-file-export:before {
    content: "䕇"
}

.hgi-bulk.hgi-file-favourite:after {
    content: "䕈"
}

.hgi-bulk.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-bulk.hgi-file-import:after {
    content: "䕊"
}

.hgi-bulk.hgi-file-import:before {
    content: "䕋"
}

.hgi-bulk.hgi-file-link:after {
    content: "䕌"
}

.hgi-bulk.hgi-file-link:before {
    content: "䕍"
}

.hgi-bulk.hgi-file-locked:after {
    content: "䕎"
}

.hgi-bulk.hgi-file-locked:before {
    content: "䕏"
}

.hgi-bulk.hgi-file-management:after {
    content: "䕐"
}

.hgi-bulk.hgi-file-management:before {
    content: "䕑"
}

.hgi-bulk.hgi-file-minus:after {
    content: "䕒"
}

.hgi-bulk.hgi-file-minus:before {
    content: "䕓"
}

.hgi-bulk.hgi-file-music:after {
    content: "䕔"
}

.hgi-bulk.hgi-file-music:before {
    content: "䕕"
}

.hgi-bulk.hgi-file-not-found:after {
    content: "䕖"
}

.hgi-bulk.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-bulk.hgi-file-paste:after {
    content: "䕘"
}

.hgi-bulk.hgi-file-paste:before {
    content: "䕙"
}

.hgi-bulk.hgi-file-pin:after {
    content: "䕚"
}

.hgi-bulk.hgi-file-pin:before {
    content: "䕛"
}

.hgi-bulk.hgi-file-pound:after {
    content: "䕜"
}

.hgi-bulk.hgi-file-pound:before {
    content: "䕝"
}

.hgi-bulk.hgi-file-remove:after {
    content: "䕞"
}

.hgi-bulk.hgi-file-remove:before {
    content: "䕟"
}

.hgi-bulk.hgi-file-script:after {
    content: "䕠"
}

.hgi-bulk.hgi-file-script:before {
    content: "䕡"
}

.hgi-bulk.hgi-file-search:after {
    content: "䕢"
}

.hgi-bulk.hgi-file-search:before {
    content: "䕣"
}

.hgi-bulk.hgi-file-security:after {
    content: "䕤"
}

.hgi-bulk.hgi-file-security:before {
    content: "䕥"
}

.hgi-bulk.hgi-file-shredder:after {
    content: "䕦"
}

.hgi-bulk.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-bulk.hgi-file-star:after {
    content: "䕨"
}

.hgi-bulk.hgi-file-star:before {
    content: "䕩"
}

.hgi-bulk.hgi-file-sync:after {
    content: "䕪"
}

.hgi-bulk.hgi-file-sync:before {
    content: "䕫"
}

.hgi-bulk.hgi-file-unknown:after {
    content: "䕬"
}

.hgi-bulk.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-bulk.hgi-file-unlocked:after {
    content: "䕮"
}

.hgi-bulk.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-bulk.hgi-file-upload:after {
    content: "䕰"
}

.hgi-bulk.hgi-file-upload:before {
    content: "䕱"
}

.hgi-bulk.hgi-file-validation:after {
    content: "䕲"
}

.hgi-bulk.hgi-file-validation:before {
    content: "䕳"
}

.hgi-bulk.hgi-file-verified:after {
    content: "䕴"
}

.hgi-bulk.hgi-file-verified:before {
    content: "䕵"
}

.hgi-bulk.hgi-file-video:after {
    content: "䕶"
}

.hgi-bulk.hgi-file-video:before {
    content: "䕷"
}

.hgi-bulk.hgi-file-view:after {
    content: "䕸"
}

.hgi-bulk.hgi-file-view:before {
    content: "䕹"
}

.hgi-bulk.hgi-file-yen:after {
    content: "䕺"
}

.hgi-bulk.hgi-file-yen:before {
    content: "䕻"
}

.hgi-bulk.hgi-file-zip:after {
    content: "䕼"
}

.hgi-bulk.hgi-file-zip:before {
    content: "䕽"
}

.hgi-bulk.hgi-files-01:after {
    content: "䕾"
}

.hgi-bulk.hgi-files-01:before {
    content: "䕿"
}

.hgi-bulk.hgi-files-02:after {
    content: "䖀"
}

.hgi-bulk.hgi-files-02:before {
    content: "䖁"
}

.hgi-bulk.hgi-film-01:after {
    content: "䖂"
}

.hgi-bulk.hgi-film-01:before {
    content: "䖃"
}

.hgi-bulk.hgi-film-02:after {
    content: "䖄"
}

.hgi-bulk.hgi-film-02:before {
    content: "䖅"
}

.hgi-bulk.hgi-film-roll-01:after {
    content: "䖆"
}

.hgi-bulk.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-bulk.hgi-film-roll-02:after {
    content: "䖈"
}

.hgi-bulk.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-bulk.hgi-filter-add:after {
    content: "䖊"
}

.hgi-bulk.hgi-filter-add:before {
    content: "䖋"
}

.hgi-bulk.hgi-filter-edit:after {
    content: "䖌"
}

.hgi-bulk.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-bulk.hgi-filter-horizontal:after {
    content: "䖎"
}

.hgi-bulk.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-bulk.hgi-filter-mail-circle:after {
    content: "䖐"
}

.hgi-bulk.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-bulk.hgi-filter-mail-square:after {
    content: "䖒"
}

.hgi-bulk.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-bulk.hgi-filter-remove:after {
    content: "䖔"
}

.hgi-bulk.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-bulk.hgi-filter-reset:after {
    content: "䖖"
}

.hgi-bulk.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-bulk.hgi-filter:after {
    content: "䖘"
}

.hgi-bulk.hgi-filter-vertical:after {
    content: "䖙"
}

.hgi-bulk.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-bulk.hgi-filter:before {
    content: "䖛"
}

.hgi-bulk.hgi-finger-access:after {
    content: "䖜"
}

.hgi-bulk.hgi-finger-access:before {
    content: "䖝"
}

.hgi-bulk.hgi-finger-print-add:after {
    content: "䖞"
}

.hgi-bulk.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-bulk.hgi-finger-print-check:after {
    content: "䖠"
}

.hgi-bulk.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-bulk.hgi-finger-print-minus:after {
    content: "䖢"
}

.hgi-bulk.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-bulk.hgi-finger-print-remove:after {
    content: "䖤"
}

.hgi-bulk.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-bulk.hgi-finger-print-scan:after {
    content: "䖦"
}

.hgi-bulk.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-bulk.hgi-finger-print:after {
    content: "䖨"
}

.hgi-bulk.hgi-finger-print:before {
    content: "䖩"
}

.hgi-bulk.hgi-fingerprint-scan:after {
    content: "䖪"
}

.hgi-bulk.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-bulk.hgi-fins:after {
    content: "䖬"
}

.hgi-bulk.hgi-fins:before {
    content: "䖭"
}

.hgi-bulk.hgi-fire-pit:after {
    content: "䖮"
}

.hgi-bulk.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-bulk.hgi-fire:after {
    content: "䖰"
}

.hgi-bulk.hgi-fire-security:after {
    content: "䖱"
}

.hgi-bulk.hgi-fire-security:before {
    content: "䖲"
}

.hgi-bulk.hgi-fire:before {
    content: "䖳"
}

.hgi-bulk.hgi-firewall:after {
    content: "䖴"
}

.hgi-bulk.hgi-firewall:before {
    content: "䖵"
}

.hgi-bulk.hgi-first-aid-kit:after {
    content: "䖶"
}

.hgi-bulk.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-bulk.hgi-first-bracket-circle:after {
    content: "䖸"
}

.hgi-bulk.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-bulk.hgi-first-bracket:after {
    content: "䖺"
}

.hgi-bulk.hgi-first-bracket-square:after {
    content: "䖻"
}

.hgi-bulk.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-bulk.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-bulk.hgi-fish-food:after {
    content: "䖾"
}

.hgi-bulk.hgi-fish-food:before {
    content: "䖿"
}

.hgi-bulk.hgi-fiverr:after {
    content: "䗀"
}

.hgi-bulk.hgi-fiverr:before {
    content: "䗁"
}

.hgi-bulk.hgi-flag-01:after {
    content: "䗂"
}

.hgi-bulk.hgi-flag-01:before {
    content: "䗃"
}

.hgi-bulk.hgi-flag-02:after {
    content: "䗄"
}

.hgi-bulk.hgi-flag-02:before {
    content: "䗅"
}

.hgi-bulk.hgi-flag-03:after {
    content: "䗆"
}

.hgi-bulk.hgi-flag-03:before {
    content: "䗇"
}

.hgi-bulk.hgi-flash-off:after {
    content: "䗈"
}

.hgi-bulk.hgi-flash-off:before {
    content: "䗉"
}

.hgi-bulk.hgi-flash:after {
    content: "䗊"
}

.hgi-bulk.hgi-flash:before {
    content: "䗋"
}

.hgi-bulk.hgi-flaticon:after {
    content: "䗌"
}

.hgi-bulk.hgi-flaticon:before {
    content: "䗍"
}

.hgi-bulk.hgi-flickr:after {
    content: "䗎"
}

.hgi-bulk.hgi-flickr:before {
    content: "䗏"
}

.hgi-bulk.hgi-flim-slate:after {
    content: "䗐"
}

.hgi-bulk.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-bulk.hgi-flip-bottom:after {
    content: "䗒"
}

.hgi-bulk.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-bulk.hgi-flip-horizontal:after {
    content: "䗔"
}

.hgi-bulk.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-bulk.hgi-flip-left:after {
    content: "䗖"
}

.hgi-bulk.hgi-flip-left:before {
    content: "䗗"
}

.hgi-bulk.hgi-flip-phone:after {
    content: "䗘"
}

.hgi-bulk.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-bulk.hgi-flip-right:after {
    content: "䗚"
}

.hgi-bulk.hgi-flip-right:before {
    content: "䗛"
}

.hgi-bulk.hgi-flip-top:after {
    content: "䗜"
}

.hgi-bulk.hgi-flip-top:before {
    content: "䗝"
}

.hgi-bulk.hgi-flip-vertical:after {
    content: "䗞"
}

.hgi-bulk.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-bulk.hgi-floor-plan:after {
    content: "䗠"
}

.hgi-bulk.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-bulk.hgi-floppy-disk:after {
    content: "䗢"
}

.hgi-bulk.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-bulk.hgi-flow-circle:after {
    content: "䗤"
}

.hgi-bulk.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-bulk.hgi-flow-connection:after {
    content: "䗦"
}

.hgi-bulk.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-bulk.hgi-flow:after {
    content: "䗨"
}

.hgi-bulk.hgi-flow-square:after {
    content: "䗩"
}

.hgi-bulk.hgi-flow-square:before {
    content: "䗪"
}

.hgi-bulk.hgi-flow:before {
    content: "䗫"
}

.hgi-bulk.hgi-flowchart-01:after {
    content: "䗬"
}

.hgi-bulk.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-bulk.hgi-flowchart-02:after {
    content: "䗮"
}

.hgi-bulk.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-bulk.hgi-flower-pot:after {
    content: "䗰"
}

.hgi-bulk.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-bulk.hgi-flower:after {
    content: "䗲"
}

.hgi-bulk.hgi-flower:before {
    content: "䗳"
}

.hgi-bulk.hgi-flushed:after {
    content: "䗴"
}

.hgi-bulk.hgi-flushed:before {
    content: "䗵"
}

.hgi-bulk.hgi-flying-human:after {
    content: "䗶"
}

.hgi-bulk.hgi-flying-human:before {
    content: "䗷"
}

.hgi-bulk.hgi-focus-point:after {
    content: "䗸"
}

.hgi-bulk.hgi-focus-point:before {
    content: "䗹"
}

.hgi-bulk.hgi-folder-01:after {
    content: "䗺"
}

.hgi-bulk.hgi-folder-01:before {
    content: "䗻"
}

.hgi-bulk.hgi-folder-02:after {
    content: "䗼"
}

.hgi-bulk.hgi-folder-02:before {
    content: "䗽"
}

.hgi-bulk.hgi-folder-03:after {
    content: "䗾"
}

.hgi-bulk.hgi-folder-03:before {
    content: "䗿"
}

.hgi-bulk.hgi-folder-add:after {
    content: "䘀"
}

.hgi-bulk.hgi-folder-add:before {
    content: "䘁"
}

.hgi-bulk.hgi-folder-attachment:after {
    content: "䘂"
}

.hgi-bulk.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-bulk.hgi-folder-audio:after {
    content: "䘄"
}

.hgi-bulk.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-bulk.hgi-folder-block:after {
    content: "䘆"
}

.hgi-bulk.hgi-folder-block:before {
    content: "䘇"
}

.hgi-bulk.hgi-folder-check:after {
    content: "䘈"
}

.hgi-bulk.hgi-folder-check:before {
    content: "䘉"
}

.hgi-bulk.hgi-folder-cloud:after {
    content: "䘊"
}

.hgi-bulk.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-bulk.hgi-folder-details-reference:after {
    content: "䘌"
}

.hgi-bulk.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-bulk.hgi-folder-details:after {
    content: "䘎"
}

.hgi-bulk.hgi-folder-details:before {
    content: "䘏"
}

.hgi-bulk.hgi-folder-download:after {
    content: "䘐"
}

.hgi-bulk.hgi-folder-download:before {
    content: "䘑"
}

.hgi-bulk.hgi-folder-edit:after {
    content: "䘒"
}

.hgi-bulk.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-bulk.hgi-folder-export:after {
    content: "䘔"
}

.hgi-bulk.hgi-folder-export:before {
    content: "䘕"
}

.hgi-bulk.hgi-folder-favourite:after {
    content: "䘖"
}

.hgi-bulk.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-bulk.hgi-folder-file-storage:after {
    content: "䘘"
}

.hgi-bulk.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-bulk.hgi-folder-import:after {
    content: "䘚"
}

.hgi-bulk.hgi-folder-import:before {
    content: "䘛"
}

.hgi-bulk.hgi-folder-library:after {
    content: "䘜"
}

.hgi-bulk.hgi-folder-library:before {
    content: "䘝"
}

.hgi-bulk.hgi-folder-links:after {
    content: "䘞"
}

.hgi-bulk.hgi-folder-links:before {
    content: "䘟"
}

.hgi-bulk.hgi-folder-locked:after {
    content: "䘠"
}

.hgi-bulk.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-bulk.hgi-folder-management:after {
    content: "䘢"
}

.hgi-bulk.hgi-folder-management:before {
    content: "䘣"
}

.hgi-bulk.hgi-folder-minus:after {
    content: "䘤"
}

.hgi-bulk.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-bulk.hgi-folder-music:after {
    content: "䘦"
}

.hgi-bulk.hgi-folder-music:before {
    content: "䘧"
}

.hgi-bulk.hgi-folder-off:after {
    content: "䘨"
}

.hgi-bulk.hgi-folder-off:before {
    content: "䘩"
}

.hgi-bulk.hgi-folder-open:after {
    content: "䘪"
}

.hgi-bulk.hgi-folder-open:before {
    content: "䘫"
}

.hgi-bulk.hgi-folder-pin:after {
    content: "䘬"
}

.hgi-bulk.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-bulk.hgi-folder-remove:after {
    content: "䘮"
}

.hgi-bulk.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-bulk.hgi-folder-search:after {
    content: "䘰"
}

.hgi-bulk.hgi-folder-search:before {
    content: "䘱"
}

.hgi-bulk.hgi-folder-security:after {
    content: "䘲"
}

.hgi-bulk.hgi-folder-security:before {
    content: "䘳"
}

.hgi-bulk.hgi-folder-shared-01:after {
    content: "䘴"
}

.hgi-bulk.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-bulk.hgi-folder-shared-02:after {
    content: "䘶"
}

.hgi-bulk.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-bulk.hgi-folder-shared-03:after {
    content: "䘸"
}

.hgi-bulk.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-bulk.hgi-folder-sync:after {
    content: "䘺"
}

.hgi-bulk.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-bulk.hgi-folder-transfer:after {
    content: "䘼"
}

.hgi-bulk.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-bulk.hgi-folder-unknown:after {
    content: "䘾"
}

.hgi-bulk.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-bulk.hgi-folder-unlocked:after {
    content: "䙀"
}

.hgi-bulk.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-bulk.hgi-folder-upload:after {
    content: "䙂"
}

.hgi-bulk.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-bulk.hgi-folder-video:after {
    content: "䙄"
}

.hgi-bulk.hgi-folder-video:before {
    content: "䙅"
}

.hgi-bulk.hgi-folder-view:after {
    content: "䙆"
}

.hgi-bulk.hgi-folder-view:before {
    content: "䙇"
}

.hgi-bulk.hgi-folder-zip:after {
    content: "䙈"
}

.hgi-bulk.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-bulk.hgi-folders:after {
    content: "䙊"
}

.hgi-bulk.hgi-folders:before {
    content: "䙋"
}

.hgi-bulk.hgi-football-pitch:after {
    content: "䙌"
}

.hgi-bulk.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-bulk.hgi-football:after {
    content: "䙎"
}

.hgi-bulk.hgi-football:before {
    content: "䙏"
}

.hgi-bulk.hgi-forgot-password:after {
    content: "䙐"
}

.hgi-bulk.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-bulk.hgi-fork:after {
    content: "䙒"
}

.hgi-bulk.hgi-fork:before {
    content: "䙓"
}

.hgi-bulk.hgi-forrst:after {
    content: "䙔"
}

.hgi-bulk.hgi-forrst:before {
    content: "䙕"
}

.hgi-bulk.hgi-fortress:after {
    content: "䙖"
}

.hgi-bulk.hgi-fortress:before {
    content: "䙗"
}

.hgi-bulk.hgi-forward-01:after {
    content: "䙘"
}

.hgi-bulk.hgi-forward-01:before {
    content: "䙙"
}

.hgi-bulk.hgi-forward-02:after {
    content: "䙚"
}

.hgi-bulk.hgi-forward-02:before {
    content: "䙛"
}

.hgi-bulk.hgi-four-finger-02:after {
    content: "䙜"
}

.hgi-bulk.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-bulk.hgi-four-finger-03:after {
    content: "䙞"
}

.hgi-bulk.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-bulk.hgi-four-k:after {
    content: "䙠"
}

.hgi-bulk.hgi-four-k:before {
    content: "䙡"
}

.hgi-bulk.hgi-foursquare:after {
    content: "䙢"
}

.hgi-bulk.hgi-foursquare:before {
    content: "䙣"
}

.hgi-bulk.hgi-framer:after {
    content: "䙤"
}

.hgi-bulk.hgi-framer:before {
    content: "䙥"
}

.hgi-bulk.hgi-frameworks:after {
    content: "䙦"
}

.hgi-bulk.hgi-frameworks:before {
    content: "䙧"
}

.hgi-bulk.hgi-french-fries-01:after {
    content: "䙨"
}

.hgi-bulk.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-bulk.hgi-french-fries-02:after {
    content: "䙪"
}

.hgi-bulk.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-bulk.hgi-fridge:after {
    content: "䙬"
}

.hgi-bulk.hgi-fridge:before {
    content: "䙭"
}

.hgi-bulk.hgi-fry:after {
    content: "䙮"
}

.hgi-bulk.hgi-fry:before {
    content: "䙯"
}

.hgi-bulk.hgi-fuel-01:after {
    content: "䙰"
}

.hgi-bulk.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-bulk.hgi-fuel-02:after {
    content: "䙲"
}

.hgi-bulk.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-bulk.hgi-fuel-station:after {
    content: "䙴"
}

.hgi-bulk.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-bulk.hgi-function-circle:after {
    content: "䙶"
}

.hgi-bulk.hgi-function-circle:before {
    content: "䙷"
}

.hgi-bulk.hgi-function-of-x:after {
    content: "䙸"
}

.hgi-bulk.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-bulk.hgi-function:after {
    content: "䙺"
}

.hgi-bulk.hgi-function-square:after {
    content: "䙻"
}

.hgi-bulk.hgi-function-square:before {
    content: "䙼"
}

.hgi-bulk.hgi-function:before {
    content: "䙽"
}

.hgi-bulk.hgi-galaxy:after {
    content: "䙾"
}

.hgi-bulk.hgi-galaxy:before {
    content: "䙿"
}

.hgi-bulk.hgi-game-controller-01:after {
    content: "䚀"
}

.hgi-bulk.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-bulk.hgi-game-controller-02:after {
    content: "䚂"
}

.hgi-bulk.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-bulk.hgi-game-controller-03:after {
    content: "䚄"
}

.hgi-bulk.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-bulk.hgi-game:after {
    content: "䚆"
}

.hgi-bulk.hgi-game:before {
    content: "䚇"
}

.hgi-bulk.hgi-gameboy:after {
    content: "䚈"
}

.hgi-bulk.hgi-gameboy:before {
    content: "䚉"
}

.hgi-bulk.hgi-garage:after {
    content: "䚊"
}

.hgi-bulk.hgi-garage:before {
    content: "䚋"
}

.hgi-bulk.hgi-garbage-truck:after {
    content: "䚌"
}

.hgi-bulk.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-bulk.hgi-gas-pipe:after {
    content: "䚎"
}

.hgi-bulk.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-bulk.hgi-gas-stove:after {
    content: "䚐"
}

.hgi-bulk.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-bulk.hgi-gem:after {
    content: "䚒"
}

.hgi-bulk.hgi-gem:before {
    content: "䚓"
}

.hgi-bulk.hgi-geology-crust:after {
    content: "䚔"
}

.hgi-bulk.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-bulk.hgi-geometric-shapes-01:after {
    content: "䚖"
}

.hgi-bulk.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-bulk.hgi-geometric-shapes-02:after {
    content: "䚘"
}

.hgi-bulk.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-bulk.hgi-gibbous-moon:after {
    content: "䚚"
}

.hgi-bulk.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-bulk.hgi-gif-01:after {
    content: "䚜"
}

.hgi-bulk.hgi-gif-01:before {
    content: "䚝"
}

.hgi-bulk.hgi-gif-02:after {
    content: "䚞"
}

.hgi-bulk.hgi-gif-02:before {
    content: "䚟"
}

.hgi-bulk.hgi-gift-card:after {
    content: "䚠"
}

.hgi-bulk.hgi-gift-card:before {
    content: "䚡"
}

.hgi-bulk.hgi-gift:after {
    content: "䚢"
}

.hgi-bulk.hgi-gift:before {
    content: "䚣"
}

.hgi-bulk.hgi-git-branch:after {
    content: "䚤"
}

.hgi-bulk.hgi-git-branch:before {
    content: "䚥"
}

.hgi-bulk.hgi-git-commit:after {
    content: "䚦"
}

.hgi-bulk.hgi-git-commit:before {
    content: "䚧"
}

.hgi-bulk.hgi-git-compare:after {
    content: "䚨"
}

.hgi-bulk.hgi-git-compare:before {
    content: "䚩"
}

.hgi-bulk.hgi-git-fork:after {
    content: "䚪"
}

.hgi-bulk.hgi-git-fork:before {
    content: "䚫"
}

.hgi-bulk.hgi-git-merge:after {
    content: "䚬"
}

.hgi-bulk.hgi-git-merge:before {
    content: "䚭"
}

.hgi-bulk.hgi-git-pull-request-closed:after {
    content: "䚮"
}

.hgi-bulk.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-bulk.hgi-git-pull-request-draft:after {
    content: "䚰"
}

.hgi-bulk.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-bulk.hgi-git-pull-request:after {
    content: "䚲"
}

.hgi-bulk.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-bulk.hgi-gitbook:after {
    content: "䚴"
}

.hgi-bulk.hgi-gitbook:before {
    content: "䚵"
}

.hgi-bulk.hgi-github-01:after {
    content: "䚶"
}

.hgi-bulk.hgi-github-01:before {
    content: "䚷"
}

.hgi-bulk.hgi-github:after {
    content: "䚸"
}

.hgi-bulk.hgi-github:before {
    content: "䚹"
}

.hgi-bulk.hgi-gitlab:after {
    content: "䚺"
}

.hgi-bulk.hgi-gitlab:before {
    content: "䚻"
}

.hgi-bulk.hgi-give-blood:after {
    content: "䚼"
}

.hgi-bulk.hgi-give-blood:before {
    content: "䚽"
}

.hgi-bulk.hgi-give-pill:after {
    content: "䚾"
}

.hgi-bulk.hgi-give-pill:before {
    content: "䚿"
}

.hgi-bulk.hgi-glasses:after {
    content: "䛀"
}

.hgi-bulk.hgi-glasses:before {
    content: "䛁"
}

.hgi-bulk.hgi-global-editing:after {
    content: "䛂"
}

.hgi-bulk.hgi-global-editing:before {
    content: "䛃"
}

.hgi-bulk.hgi-global-education:after {
    content: "䛄"
}

.hgi-bulk.hgi-global-education:before {
    content: "䛅"
}

.hgi-bulk.hgi-global-refresh:after {
    content: "䛆"
}

.hgi-bulk.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-bulk.hgi-global-search:after {
    content: "䛈"
}

.hgi-bulk.hgi-global-search:before {
    content: "䛉"
}

.hgi-bulk.hgi-global:after {
    content: "䛊"
}

.hgi-bulk.hgi-global:before {
    content: "䛋"
}

.hgi-bulk.hgi-globe-02:after {
    content: "䛌"
}

.hgi-bulk.hgi-globe-02:before {
    content: "䛍"
}

.hgi-bulk.hgi-globe:after {
    content: "䛎"
}

.hgi-bulk.hgi-globe:before {
    content: "䛏"
}

.hgi-bulk.hgi-glove:after {
    content: "䛐"
}

.hgi-bulk.hgi-glove:before {
    content: "䛑"
}

.hgi-bulk.hgi-go-backward-10-sec:after {
    content: "䛒"
}

.hgi-bulk.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-bulk.hgi-go-backward-15-sec:after {
    content: "䛔"
}

.hgi-bulk.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-bulk.hgi-go-backward-30-sec:after {
    content: "䛖"
}

.hgi-bulk.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-bulk.hgi-go-backward-5-sec:after {
    content: "䛘"
}

.hgi-bulk.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-bulk.hgi-go-backward-60-sec:after {
    content: "䛚"
}

.hgi-bulk.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-bulk.hgi-go-forward-10-sec:after {
    content: "䛜"
}

.hgi-bulk.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-bulk.hgi-go-forward-15-sec:after {
    content: "䛞"
}

.hgi-bulk.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-bulk.hgi-go-forward-30-sec:after {
    content: "䛠"
}

.hgi-bulk.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-bulk.hgi-go-forward-5-sec:after {
    content: "䛢"
}

.hgi-bulk.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-bulk.hgi-go-forward-60-sec:after {
    content: "䛤"
}

.hgi-bulk.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-bulk.hgi-gold-ingots:after {
    content: "䛦"
}

.hgi-bulk.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-bulk.hgi-gold:after {
    content: "䛨"
}

.hgi-bulk.hgi-gold:before {
    content: "䛩"
}

.hgi-bulk.hgi-golf-ball:after {
    content: "䛪"
}

.hgi-bulk.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-bulk.hgi-golf-bat:after {
    content: "䛬"
}

.hgi-bulk.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-bulk.hgi-golf-cart:after {
    content: "䛮"
}

.hgi-bulk.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-bulk.hgi-golf-hole:after {
    content: "䛰"
}

.hgi-bulk.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-bulk.hgi-google-doc:after {
    content: "䛲"
}

.hgi-bulk.hgi-google-doc:before {
    content: "䛳"
}

.hgi-bulk.hgi-google-drive:after {
    content: "䛴"
}

.hgi-bulk.hgi-google-drive:before {
    content: "䛵"
}

.hgi-bulk.hgi-google-gemini:after {
    content: "䛶"
}

.hgi-bulk.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-bulk.hgi-google-home:after {
    content: "䛸"
}

.hgi-bulk.hgi-google-home:before {
    content: "䛹"
}

.hgi-bulk.hgi-google-lens:after {
    content: "䛺"
}

.hgi-bulk.hgi-google-lens:before {
    content: "䛻"
}

.hgi-bulk.hgi-google-maps:after {
    content: "䛼"
}

.hgi-bulk.hgi-google-maps:before {
    content: "䛽"
}

.hgi-bulk.hgi-google-photos:after {
    content: "䛾"
}

.hgi-bulk.hgi-google-photos:before {
    content: "䛿"
}

.hgi-bulk.hgi-google:after {
    content: "䜀"
}

.hgi-bulk.hgi-google-sheet:after {
    content: "䜁"
}

.hgi-bulk.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-bulk.hgi-google:before {
    content: "䜃"
}

.hgi-bulk.hgi-gps-01:after {
    content: "䜄"
}

.hgi-bulk.hgi-gps-01:before {
    content: "䜅"
}

.hgi-bulk.hgi-gps-02:after {
    content: "䜆"
}

.hgi-bulk.hgi-gps-02:before {
    content: "䜇"
}

.hgi-bulk.hgi-gps-disconnected:after {
    content: "䜈"
}

.hgi-bulk.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-bulk.hgi-gps-off-01:after {
    content: "䜊"
}

.hgi-bulk.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-bulk.hgi-gps-off-02:after {
    content: "䜌"
}

.hgi-bulk.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-bulk.hgi-gps-signal-01:after {
    content: "䜎"
}

.hgi-bulk.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-bulk.hgi-gps-signal-02:after {
    content: "䜐"
}

.hgi-bulk.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-bulk.hgi-gpu:after {
    content: "䜒"
}

.hgi-bulk.hgi-gpu:before {
    content: "䜓"
}

.hgi-bulk.hgi-graduate-female:after {
    content: "䜔"
}

.hgi-bulk.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-bulk.hgi-graduate-male:after {
    content: "䜖"
}

.hgi-bulk.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-bulk.hgi-graduation-scroll:after {
    content: "䜘"
}

.hgi-bulk.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-bulk.hgi-grapes:after {
    content: "䜚"
}

.hgi-bulk.hgi-grapes:before {
    content: "䜛"
}

.hgi-bulk.hgi-gravity:after {
    content: "䜜"
}

.hgi-bulk.hgi-gravity:before {
    content: "䜝"
}

.hgi-bulk.hgi-greater-than-circle:after {
    content: "䜞"
}

.hgi-bulk.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-bulk.hgi-greater-than:after {
    content: "䜠"
}

.hgi-bulk.hgi-greater-than-square:after {
    content: "䜡"
}

.hgi-bulk.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-bulk.hgi-greater-than:before {
    content: "䜣"
}

.hgi-bulk.hgi-greek-helmet:after {
    content: "䜤"
}

.hgi-bulk.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-bulk.hgi-green-house:after {
    content: "䜦"
}

.hgi-bulk.hgi-green-house:before {
    content: "䜧"
}

.hgi-bulk.hgi-grid-off:after {
    content: "䜨"
}

.hgi-bulk.hgi-grid-off:before {
    content: "䜩"
}

.hgi-bulk.hgi-grid:after {
    content: "䜪"
}

.hgi-bulk.hgi-grid-table:after {
    content: "䜫"
}

.hgi-bulk.hgi-grid-table:before {
    content: "䜬"
}

.hgi-bulk.hgi-grid-view:after {
    content: "䜭"
}

.hgi-bulk.hgi-grid-view:before {
    content: "䜮"
}

.hgi-bulk.hgi-grid:before {
    content: "䜯"
}

.hgi-bulk.hgi-grimacing:after {
    content: "䜰"
}

.hgi-bulk.hgi-grimacing:before {
    content: "䜱"
}

.hgi-bulk.hgi-grinning:after {
    content: "䜲"
}

.hgi-bulk.hgi-grinning:before {
    content: "䜳"
}

.hgi-bulk.hgi-grok:after {
    content: "䜴"
}

.hgi-bulk.hgi-grok:before {
    content: "䜵"
}

.hgi-bulk.hgi-group-items:after {
    content: "䜶"
}

.hgi-bulk.hgi-group-items:before {
    content: "䜷"
}

.hgi-bulk.hgi-group-layers:after {
    content: "䜸"
}

.hgi-bulk.hgi-group-layers:before {
    content: "䜹"
}

.hgi-bulk.hgi-guest-house:after {
    content: "䜺"
}

.hgi-bulk.hgi-guest-house:before {
    content: "䜻"
}

.hgi-bulk.hgi-gun:after {
    content: "䜼"
}

.hgi-bulk.hgi-gun:before {
    content: "䜽"
}

.hgi-bulk.hgi-gymnastic-rings:after {
    content: "䜾"
}

.hgi-bulk.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-bulk.hgi-gymnastic:after {
    content: "䝀"
}

.hgi-bulk.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-bulk.hgi-hackerrank:after {
    content: "䝂"
}

.hgi-bulk.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-bulk.hgi-hair-clips:after {
    content: "䝄"
}

.hgi-bulk.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-bulk.hgi-hair-dryer:after {
    content: "䝆"
}

.hgi-bulk.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-bulk.hgi-haji:after {
    content: "䝈"
}

.hgi-bulk.hgi-haji:before {
    content: "䝉"
}

.hgi-bulk.hgi-halal:after {
    content: "䝊"
}

.hgi-bulk.hgi-halal:before {
    content: "䝋"
}

.hgi-bulk.hgi-hamburger-01:after {
    content: "䝌"
}

.hgi-bulk.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-bulk.hgi-hamburger-02:after {
    content: "䝎"
}

.hgi-bulk.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-bulk.hgi-hand-bag-01:after {
    content: "䝐"
}

.hgi-bulk.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-bulk.hgi-hand-bag-02:after {
    content: "䝒"
}

.hgi-bulk.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-bulk.hgi-hand-beater:after {
    content: "䝔"
}

.hgi-bulk.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-bulk.hgi-hand-grip:after {
    content: "䝖"
}

.hgi-bulk.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-bulk.hgi-hand-pointing-down-01:after {
    content: "䝘"
}

.hgi-bulk.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-bulk.hgi-hand-pointing-down-02:after {
    content: "䝚"
}

.hgi-bulk.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-bulk.hgi-hand-pointing-down-03:after {
    content: "䝜"
}

.hgi-bulk.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-bulk.hgi-hand-pointing-down-04:after {
    content: "䝞"
}

.hgi-bulk.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-bulk.hgi-hand-pointing-left-01:after {
    content: "䝠"
}

.hgi-bulk.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-bulk.hgi-hand-pointing-left-02:after {
    content: "䝢"
}

.hgi-bulk.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-bulk.hgi-hand-pointing-left-03:after {
    content: "䝤"
}

.hgi-bulk.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-bulk.hgi-hand-pointing-left-04:after {
    content: "䝦"
}

.hgi-bulk.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-bulk.hgi-hand-pointing-right-01:after {
    content: "䝨"
}

.hgi-bulk.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-bulk.hgi-hand-pointing-right-02:after {
    content: "䝪"
}

.hgi-bulk.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-bulk.hgi-hand-pointing-right-03:after {
    content: "䝬"
}

.hgi-bulk.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-bulk.hgi-hand-pointing-right-04:after {
    content: "䝮"
}

.hgi-bulk.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-bulk.hgi-hand-prayer:after {
    content: "䝰"
}

.hgi-bulk.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-bulk.hgi-hand-sanitizer:after {
    content: "䝲"
}

.hgi-bulk.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-bulk.hgi-handcuffs:after {
    content: "䝴"
}

.hgi-bulk.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-bulk.hgi-hanger:after {
    content: "䝶"
}

.hgi-bulk.hgi-hanger:before {
    content: "䝷"
}

.hgi-bulk.hgi-hanging-clock:after {
    content: "䝸"
}

.hgi-bulk.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-bulk.hgi-hangout:after {
    content: "䝺"
}

.hgi-bulk.hgi-hangout:before {
    content: "䝻"
}

.hgi-bulk.hgi-happy:after {
    content: "䝼"
}

.hgi-bulk.hgi-happy:before {
    content: "䝽"
}

.hgi-bulk.hgi-hard-drive:after {
    content: "䝾"
}

.hgi-bulk.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-bulk.hgi-hdd:after {
    content: "䞀"
}

.hgi-bulk.hgi-hdd:before {
    content: "䞁"
}

.hgi-bulk.hgi-hdr-01:after {
    content: "䞂"
}

.hgi-bulk.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-bulk.hgi-hdr-02:after {
    content: "䞄"
}

.hgi-bulk.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-bulk.hgi-heading-01:after {
    content: "䞆"
}

.hgi-bulk.hgi-heading-01:before {
    content: "䞇"
}

.hgi-bulk.hgi-heading-02:after {
    content: "䞈"
}

.hgi-bulk.hgi-heading-02:before {
    content: "䞉"
}

.hgi-bulk.hgi-heading-03:after {
    content: "䞊"
}

.hgi-bulk.hgi-heading-03:before {
    content: "䞋"
}

.hgi-bulk.hgi-heading-04:after {
    content: "䞌"
}

.hgi-bulk.hgi-heading-04:before {
    content: "䞍"
}

.hgi-bulk.hgi-heading-05:after {
    content: "䞎"
}

.hgi-bulk.hgi-heading-05:before {
    content: "䞏"
}

.hgi-bulk.hgi-heading-06:after {
    content: "䞐"
}

.hgi-bulk.hgi-heading-06:before {
    content: "䞑"
}

.hgi-bulk.hgi-heading:after {
    content: "䞒"
}

.hgi-bulk.hgi-heading:before {
    content: "䞓"
}

.hgi-bulk.hgi-headphone-mute:after {
    content: "䞔"
}

.hgi-bulk.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-bulk.hgi-headphones:after {
    content: "䞖"
}

.hgi-bulk.hgi-headphones:before {
    content: "䞗"
}

.hgi-bulk.hgi-headset-connected:after {
    content: "䞘"
}

.hgi-bulk.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-bulk.hgi-headset-off:after {
    content: "䞚"
}

.hgi-bulk.hgi-headset-off:before {
    content: "䞛"
}

.hgi-bulk.hgi-headset:after {
    content: "䞜"
}

.hgi-bulk.hgi-headset:before {
    content: "䞝"
}

.hgi-bulk.hgi-healtcare:after {
    content: "䞞"
}

.hgi-bulk.hgi-healtcare:before {
    content: "䞟"
}

.hgi-bulk.hgi-health:after {
    content: "䞠"
}

.hgi-bulk.hgi-health:before {
    content: "䞡"
}

.hgi-bulk.hgi-heart-add:after {
    content: "䞢"
}

.hgi-bulk.hgi-heart-add:before {
    content: "䞣"
}

.hgi-bulk.hgi-heart-check:after {
    content: "䞤"
}

.hgi-bulk.hgi-heart-check:before {
    content: "䞥"
}

.hgi-bulk.hgi-heart-remove:after {
    content: "䞦"
}

.hgi-bulk.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-bulk.hgi-heartbreak:after {
    content: "䞨"
}

.hgi-bulk.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-bulk.hgi-helicopter:after {
    content: "䞪"
}

.hgi-bulk.hgi-helicopter:before {
    content: "䞫"
}

.hgi-bulk.hgi-help-circle:after {
    content: "䞬"
}

.hgi-bulk.hgi-help-circle:before {
    content: "䞭"
}

.hgi-bulk.hgi-help-square:after {
    content: "䞮"
}

.hgi-bulk.hgi-help-square:before {
    content: "䞯"
}

.hgi-bulk.hgi-hexagon-01:after {
    content: "䞰"
}

.hgi-bulk.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-bulk.hgi-hexagon:after {
    content: "䞲"
}

.hgi-bulk.hgi-hexagon:before {
    content: "䞳"
}

.hgi-bulk.hgi-hierarchy-circle-01:after {
    content: "䞴"
}

.hgi-bulk.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-bulk.hgi-hierarchy-circle-02:after {
    content: "䞶"
}

.hgi-bulk.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-bulk.hgi-hierarchy-circle-03:after {
    content: "䞸"
}

.hgi-bulk.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-bulk.hgi-hierarchy-files:after {
    content: "䞺"
}

.hgi-bulk.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-bulk.hgi-hierarchy:after {
    content: "䞼"
}

.hgi-bulk.hgi-hierarchy-square-01:after {
    content: "䞽"
}

.hgi-bulk.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-bulk.hgi-hierarchy-square-02:after {
    content: "䞿"
}

.hgi-bulk.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-bulk.hgi-hierarchy-square-03:after {
    content: "䟁"
}

.hgi-bulk.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-bulk.hgi-hierarchy-square-04:after {
    content: "䟃"
}

.hgi-bulk.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-bulk.hgi-hierarchy-square-05:after {
    content: "䟅"
}

.hgi-bulk.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-bulk.hgi-hierarchy-square-06:after {
    content: "䟇"
}

.hgi-bulk.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-bulk.hgi-hierarchy-square-07:after {
    content: "䟉"
}

.hgi-bulk.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-bulk.hgi-hierarchy-square-08:after {
    content: "䟋"
}

.hgi-bulk.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-bulk.hgi-hierarchy-square-10:after {
    content: "䟍"
}

.hgi-bulk.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-bulk.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-bulk.hgi-high-heels-01:after {
    content: "䟐"
}

.hgi-bulk.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-bulk.hgi-high-heels-02:after {
    content: "䟒"
}

.hgi-bulk.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-bulk.hgi-hijab:after {
    content: "䟔"
}

.hgi-bulk.hgi-hijab:before {
    content: "䟕"
}

.hgi-bulk.hgi-hockey:after {
    content: "䟖"
}

.hgi-bulk.hgi-hockey:before {
    content: "䟗"
}

.hgi-bulk.hgi-hold-01:after {
    content: "䟘"
}

.hgi-bulk.hgi-hold-01:before {
    content: "䟙"
}

.hgi-bulk.hgi-hold-02:after {
    content: "䟚"
}

.hgi-bulk.hgi-hold-02:before {
    content: "䟛"
}

.hgi-bulk.hgi-hold-03:after {
    content: "䟜"
}

.hgi-bulk.hgi-hold-03:before {
    content: "䟝"
}

.hgi-bulk.hgi-hold-04:after {
    content: "䟞"
}

.hgi-bulk.hgi-hold-04:before {
    content: "䟟"
}

.hgi-bulk.hgi-hold-05:after {
    content: "䟠"
}

.hgi-bulk.hgi-hold-05:before {
    content: "䟡"
}

.hgi-bulk.hgi-hold-locked-01:after {
    content: "䟢"
}

.hgi-bulk.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-bulk.hgi-hold-locked-02:after {
    content: "䟤"
}

.hgi-bulk.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-bulk.hgi-hold-phone:after {
    content: "䟦"
}

.hgi-bulk.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-bulk.hgi-hologram:after {
    content: "䟨"
}

.hgi-bulk.hgi-hologram:before {
    content: "䟩"
}

.hgi-bulk.hgi-home-01:after {
    content: "䟪"
}

.hgi-bulk.hgi-home-01:before {
    content: "䟫"
}

.hgi-bulk.hgi-home-02:after {
    content: "䟬"
}

.hgi-bulk.hgi-home-02:before {
    content: "䟭"
}

.hgi-bulk.hgi-home-03:after {
    content: "䟮"
}

.hgi-bulk.hgi-home-03:before {
    content: "䟯"
}

.hgi-bulk.hgi-home-04:after {
    content: "䟰"
}

.hgi-bulk.hgi-home-04:before {
    content: "䟱"
}

.hgi-bulk.hgi-home-05:after {
    content: "䟲"
}

.hgi-bulk.hgi-home-05:before {
    content: "䟳"
}

.hgi-bulk.hgi-home-06:after {
    content: "䟴"
}

.hgi-bulk.hgi-home-06:before {
    content: "䟵"
}

.hgi-bulk.hgi-home-07:after {
    content: "䟶"
}

.hgi-bulk.hgi-home-07:before {
    content: "䟷"
}

.hgi-bulk.hgi-home-08:after {
    content: "䟸"
}

.hgi-bulk.hgi-home-08:before {
    content: "䟹"
}

.hgi-bulk.hgi-home-09:after {
    content: "䟺"
}

.hgi-bulk.hgi-home-09:before {
    content: "䟻"
}

.hgi-bulk.hgi-home-10:after {
    content: "䟼"
}

.hgi-bulk.hgi-home-10:before {
    content: "䟽"
}

.hgi-bulk.hgi-home-11:after {
    content: "䟾"
}

.hgi-bulk.hgi-home-11:before {
    content: "䟿"
}

.hgi-bulk.hgi-home-12:after {
    content: "䠀"
}

.hgi-bulk.hgi-home-12:before {
    content: "䠁"
}

.hgi-bulk.hgi-home-13:after {
    content: "䠂"
}

.hgi-bulk.hgi-home-13:before {
    content: "䠃"
}

.hgi-bulk.hgi-home-wifi:after {
    content: "䠄"
}

.hgi-bulk.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-bulk.hgi-honey-01:after {
    content: "䠆"
}

.hgi-bulk.hgi-honey-01:before {
    content: "䠇"
}

.hgi-bulk.hgi-honey-02:after {
    content: "䠈"
}

.hgi-bulk.hgi-honey-02:before {
    content: "䠉"
}

.hgi-bulk.hgi-honor:after {
    content: "䠊"
}

.hgi-bulk.hgi-honor:before {
    content: "䠋"
}

.hgi-bulk.hgi-honour-star:after {
    content: "䠌"
}

.hgi-bulk.hgi-honour-star:before {
    content: "䠍"
}

.hgi-bulk.hgi-hoodie:after {
    content: "䠎"
}

.hgi-bulk.hgi-hoodie:before {
    content: "䠏"
}

.hgi-bulk.hgi-horizonal-scroll-point:after {
    content: "䠐"
}

.hgi-bulk.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-bulk.hgi-horizontal-resize:after {
    content: "䠒"
}

.hgi-bulk.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-bulk.hgi-hospital-01:after {
    content: "䠔"
}

.hgi-bulk.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-bulk.hgi-hospital-02:after {
    content: "䠖"
}

.hgi-bulk.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-bulk.hgi-hospital-bed-01:after {
    content: "䠘"
}

.hgi-bulk.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-bulk.hgi-hospital-bed-02:after {
    content: "䠚"
}

.hgi-bulk.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-bulk.hgi-hospital-location:after {
    content: "䠜"
}

.hgi-bulk.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-bulk.hgi-hot-air-balloon:after {
    content: "䠞"
}

.hgi-bulk.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-bulk.hgi-hot-price:after {
    content: "䠠"
}

.hgi-bulk.hgi-hot-price:before {
    content: "䠡"
}

.hgi-bulk.hgi-hot-tube:after {
    content: "䠢"
}

.hgi-bulk.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-bulk.hgi-hotdog:after {
    content: "䠤"
}

.hgi-bulk.hgi-hotdog:before {
    content: "䠥"
}

.hgi-bulk.hgi-hotel-01:after {
    content: "䠦"
}

.hgi-bulk.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-bulk.hgi-hotel-02:after {
    content: "䠨"
}

.hgi-bulk.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-bulk.hgi-hotspot-offline:after {
    content: "䠪"
}

.hgi-bulk.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-bulk.hgi-hotspot:after {
    content: "䠬"
}

.hgi-bulk.hgi-hotspot:before {
    content: "䠭"
}

.hgi-bulk.hgi-hourglass-off:after {
    content: "䠮"
}

.hgi-bulk.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-bulk.hgi-hourglass:after {
    content: "䠰"
}

.hgi-bulk.hgi-hourglass:before {
    content: "䠱"
}

.hgi-bulk.hgi-house-01:after {
    content: "䠲"
}

.hgi-bulk.hgi-house-01:before {
    content: "䠳"
}

.hgi-bulk.hgi-house-02:after {
    content: "䠴"
}

.hgi-bulk.hgi-house-02:before {
    content: "䠵"
}

.hgi-bulk.hgi-house-03:after {
    content: "䠶"
}

.hgi-bulk.hgi-house-03:before {
    content: "䠷"
}

.hgi-bulk.hgi-house-04:after {
    content: "䠸"
}

.hgi-bulk.hgi-house-04:before {
    content: "䠹"
}

.hgi-bulk.hgi-house-05:after {
    content: "䠺"
}

.hgi-bulk.hgi-house-05:before {
    content: "䠻"
}

.hgi-bulk.hgi-house-solar-panel:after {
    content: "䠼"
}

.hgi-bulk.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-bulk.hgi-html-5:after {
    content: "䠾"
}

.hgi-bulk.hgi-html-5:before {
    content: "䠿"
}

.hgi-bulk.hgi-humidity:after {
    content: "䡀"
}

.hgi-bulk.hgi-humidity:before {
    content: "䡁"
}

.hgi-bulk.hgi-hut:after {
    content: "䡂"
}

.hgi-bulk.hgi-hut:before {
    content: "䡃"
}

.hgi-bulk.hgi-hydro-power:after {
    content: "䡄"
}

.hgi-bulk.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-bulk.hgi-hyperbole:after {
    content: "䡆"
}

.hgi-bulk.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-bulk.hgi-ice-cream-01:after {
    content: "䡈"
}

.hgi-bulk.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-bulk.hgi-ice-cream-02:after {
    content: "䡊"
}

.hgi-bulk.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-bulk.hgi-ice-cream-03:after {
    content: "䡌"
}

.hgi-bulk.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-bulk.hgi-ice-cream-04:after {
    content: "䡎"
}

.hgi-bulk.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-bulk.hgi-ice-hockey:after {
    content: "䡐"
}

.hgi-bulk.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-bulk.hgi-ice-skating:after {
    content: "䡒"
}

.hgi-bulk.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-bulk.hgi-ico:after {
    content: "䡔"
}

.hgi-bulk.hgi-ico:before {
    content: "䡕"
}

.hgi-bulk.hgi-iconjar:after {
    content: "䡖"
}

.hgi-bulk.hgi-iconjar:before {
    content: "䡗"
}

.hgi-bulk.hgi-id-not-verified:after {
    content: "䡘"
}

.hgi-bulk.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-bulk.hgi-id:after {
    content: "䡚"
}

.hgi-bulk.hgi-id-verified:after {
    content: "䡛"
}

.hgi-bulk.hgi-id-verified:before {
    content: "䡜"
}

.hgi-bulk.hgi-id:before {
    content: "䡝"
}

.hgi-bulk.hgi-idea-01:after {
    content: "䡞"
}

.hgi-bulk.hgi-idea-01:before {
    content: "䡟"
}

.hgi-bulk.hgi-idea:after {
    content: "䡠"
}

.hgi-bulk.hgi-idea:before {
    content: "䡡"
}

.hgi-bulk.hgi-identification:after {
    content: "䡢"
}

.hgi-bulk.hgi-identification:before {
    content: "䡣"
}

.hgi-bulk.hgi-identity-card:after {
    content: "䡤"
}

.hgi-bulk.hgi-identity-card:before {
    content: "䡥"
}

.hgi-bulk.hgi-image-01:after {
    content: "䡦"
}

.hgi-bulk.hgi-image-01:before {
    content: "䡧"
}

.hgi-bulk.hgi-image-02:after {
    content: "䡨"
}

.hgi-bulk.hgi-image-02:before {
    content: "䡩"
}

.hgi-bulk.hgi-image-add-01:after {
    content: "䡪"
}

.hgi-bulk.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-bulk.hgi-image-add-02:after {
    content: "䡬"
}

.hgi-bulk.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-bulk.hgi-image-composition-oval:after {
    content: "䡮"
}

.hgi-bulk.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-bulk.hgi-image-composition:after {
    content: "䡰"
}

.hgi-bulk.hgi-image-composition:before {
    content: "䡱"
}

.hgi-bulk.hgi-image-crop:after {
    content: "䡲"
}

.hgi-bulk.hgi-image-crop:before {
    content: "䡳"
}

.hgi-bulk.hgi-image-delete-01:after {
    content: "䡴"
}

.hgi-bulk.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-bulk.hgi-image-delete-02:after {
    content: "䡶"
}

.hgi-bulk.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-bulk.hgi-image-done-01:after {
    content: "䡸"
}

.hgi-bulk.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-bulk.hgi-image-done-02:after {
    content: "䡺"
}

.hgi-bulk.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-bulk.hgi-image-download-02:after {
    content: "䡼"
}

.hgi-bulk.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-bulk.hgi-image-download:after {
    content: "䡾"
}

.hgi-bulk.hgi-image-download:before {
    content: "䡿"
}

.hgi-bulk.hgi-image-not-found-01:after {
    content: "䢀"
}

.hgi-bulk.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-bulk.hgi-image-not-found-02:after {
    content: "䢂"
}

.hgi-bulk.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-bulk.hgi-image-remove-01:after {
    content: "䢄"
}

.hgi-bulk.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-bulk.hgi-image-remove-02:after {
    content: "䢆"
}

.hgi-bulk.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-bulk.hgi-image-upload-01:after {
    content: "䢈"
}

.hgi-bulk.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-bulk.hgi-image-upload:after {
    content: "䢊"
}

.hgi-bulk.hgi-image-upload:before {
    content: "䢋"
}

.hgi-bulk.hgi-imo:after {
    content: "䢌"
}

.hgi-bulk.hgi-imo:before {
    content: "䢍"
}

.hgi-bulk.hgi-important-book:after {
    content: "䢎"
}

.hgi-bulk.hgi-important-book:before {
    content: "䢏"
}

.hgi-bulk.hgi-in-love:after {
    content: "䢐"
}

.hgi-bulk.hgi-in-love:before {
    content: "䢑"
}

.hgi-bulk.hgi-inbox-check:after {
    content: "䢒"
}

.hgi-bulk.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-bulk.hgi-inbox-download:after {
    content: "䢔"
}

.hgi-bulk.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-bulk.hgi-inbox:after {
    content: "䢖"
}

.hgi-bulk.hgi-inbox-unread:after {
    content: "䢗"
}

.hgi-bulk.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-bulk.hgi-inbox-upload:after {
    content: "䢙"
}

.hgi-bulk.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-bulk.hgi-inbox:before {
    content: "䢛"
}

.hgi-bulk.hgi-incognito:after {
    content: "䢜"
}

.hgi-bulk.hgi-incognito:before {
    content: "䢝"
}

.hgi-bulk.hgi-india-gate:after {
    content: "䢞"
}

.hgi-bulk.hgi-india-gate:before {
    content: "䢟"
}

.hgi-bulk.hgi-inequality-01:after {
    content: "䢠"
}

.hgi-bulk.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-bulk.hgi-inequality-02:after {
    content: "䢢"
}

.hgi-bulk.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-bulk.hgi-inequality-circle-01:after {
    content: "䢤"
}

.hgi-bulk.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-bulk.hgi-inequality-circle-02:after {
    content: "䢦"
}

.hgi-bulk.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-bulk.hgi-inequality-square-01:after {
    content: "䢨"
}

.hgi-bulk.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-bulk.hgi-inequality-square-02:after {
    content: "䢪"
}

.hgi-bulk.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-bulk.hgi-infinity-01:after {
    content: "䢬"
}

.hgi-bulk.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-bulk.hgi-infinity-02:after {
    content: "䢮"
}

.hgi-bulk.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-bulk.hgi-infinity-circle:after {
    content: "䢰"
}

.hgi-bulk.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-bulk.hgi-infinity-square:after {
    content: "䢲"
}

.hgi-bulk.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-bulk.hgi-information-circle:after {
    content: "䢴"
}

.hgi-bulk.hgi-information-circle:before {
    content: "䢵"
}

.hgi-bulk.hgi-information-diamond:after {
    content: "䢶"
}

.hgi-bulk.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-bulk.hgi-information-square:after {
    content: "䢸"
}

.hgi-bulk.hgi-information-square:before {
    content: "䢹"
}

.hgi-bulk.hgi-injection:after {
    content: "䢺"
}

.hgi-bulk.hgi-injection:before {
    content: "䢻"
}

.hgi-bulk.hgi-insert-bottom-image:after {
    content: "䢼"
}

.hgi-bulk.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-bulk.hgi-insert-center-image:after {
    content: "䢾"
}

.hgi-bulk.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-bulk.hgi-insert-column-left:after {
    content: "䣀"
}

.hgi-bulk.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-bulk.hgi-insert-column:after {
    content: "䣂"
}

.hgi-bulk.hgi-insert-column:before {
    content: "䣃"
}

.hgi-bulk.hgi-insert-pi:after {
    content: "䣄"
}

.hgi-bulk.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-bulk.hgi-insert-row-down:after {
    content: "䣆"
}

.hgi-bulk.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-bulk.hgi-insert-row:after {
    content: "䣈"
}

.hgi-bulk.hgi-insert-row-up:after {
    content: "䣉"
}

.hgi-bulk.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-bulk.hgi-insert-row:before {
    content: "䣋"
}

.hgi-bulk.hgi-insert-top-image:after {
    content: "䣌"
}

.hgi-bulk.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-bulk.hgi-inspect-code:after {
    content: "䣎"
}

.hgi-bulk.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-bulk.hgi-instagram:after {
    content: "䣐"
}

.hgi-bulk.hgi-instagram:before {
    content: "䣑"
}

.hgi-bulk.hgi-installing-updates-01:after {
    content: "䣒"
}

.hgi-bulk.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-bulk.hgi-installing-updates-02:after {
    content: "䣔"
}

.hgi-bulk.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-bulk.hgi-internet-antenna-01:after {
    content: "䣖"
}

.hgi-bulk.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-bulk.hgi-internet-antenna-02:after {
    content: "䣘"
}

.hgi-bulk.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-bulk.hgi-internet-antenna-03:after {
    content: "䣚"
}

.hgi-bulk.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-bulk.hgi-internet-antenna-04:after {
    content: "䣜"
}

.hgi-bulk.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-bulk.hgi-internet:after {
    content: "䣞"
}

.hgi-bulk.hgi-internet:before {
    content: "䣟"
}

.hgi-bulk.hgi-investigation:after {
    content: "䣠"
}

.hgi-bulk.hgi-investigation:before {
    content: "䣡"
}

.hgi-bulk.hgi-invoice-01:after {
    content: "䣢"
}

.hgi-bulk.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-bulk.hgi-invoice-02:after {
    content: "䣤"
}

.hgi-bulk.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-bulk.hgi-invoice-03:after {
    content: "䣦"
}

.hgi-bulk.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-bulk.hgi-invoice-04:after {
    content: "䣨"
}

.hgi-bulk.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-bulk.hgi-invoice:after {
    content: "䣪"
}

.hgi-bulk.hgi-invoice:before {
    content: "䣫"
}

.hgi-bulk.hgi-ipod:after {
    content: "䣬"
}

.hgi-bulk.hgi-ipod:before {
    content: "䣭"
}

.hgi-bulk.hgi-iris-scan:after {
    content: "䣮"
}

.hgi-bulk.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-bulk.hgi-island:after {
    content: "䣰"
}

.hgi-bulk.hgi-island:before {
    content: "䣱"
}

.hgi-bulk.hgi-jar:after {
    content: "䣲"
}

.hgi-bulk.hgi-jar:before {
    content: "䣳"
}

.hgi-bulk.hgi-java-script:after {
    content: "䣴"
}

.hgi-bulk.hgi-java-script:before {
    content: "䣵"
}

.hgi-bulk.hgi-java:after {
    content: "䣶"
}

.hgi-bulk.hgi-java:before {
    content: "䣷"
}

.hgi-bulk.hgi-job-link:after {
    content: "䣸"
}

.hgi-bulk.hgi-job-link:before {
    content: "䣹"
}

.hgi-bulk.hgi-job-search:after {
    content: "䣺"
}

.hgi-bulk.hgi-job-search:before {
    content: "䣻"
}

.hgi-bulk.hgi-job-share:after {
    content: "䣼"
}

.hgi-bulk.hgi-job-share:before {
    content: "䣽"
}

.hgi-bulk.hgi-jogger-pants:after {
    content: "䣾"
}

.hgi-bulk.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-bulk.hgi-join-bevel:after {
    content: "䤀"
}

.hgi-bulk.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-bulk.hgi-join-round:after {
    content: "䤂"
}

.hgi-bulk.hgi-join-round:before {
    content: "䤃"
}

.hgi-bulk.hgi-join-straight:after {
    content: "䤄"
}

.hgi-bulk.hgi-join-straight:before {
    content: "䤅"
}

.hgi-bulk.hgi-joker:after {
    content: "䤆"
}

.hgi-bulk.hgi-joker:before {
    content: "䤇"
}

.hgi-bulk.hgi-joystick-01:after {
    content: "䤈"
}

.hgi-bulk.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-bulk.hgi-joystick-02:after {
    content: "䤊"
}

.hgi-bulk.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-bulk.hgi-joystick-03:after {
    content: "䤌"
}

.hgi-bulk.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-bulk.hgi-joystick-04:after {
    content: "䤎"
}

.hgi-bulk.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-bulk.hgi-joystick-05:after {
    content: "䤐"
}

.hgi-bulk.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-bulk.hgi-jpg-01:after {
    content: "䤒"
}

.hgi-bulk.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-bulk.hgi-jpg-02:after {
    content: "䤔"
}

.hgi-bulk.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-bulk.hgi-jsx-01:after {
    content: "䤖"
}

.hgi-bulk.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-bulk.hgi-jsx-02:after {
    content: "䤘"
}

.hgi-bulk.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-bulk.hgi-jsx-03:after {
    content: "䤚"
}

.hgi-bulk.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-bulk.hgi-judge:after {
    content: "䤜"
}

.hgi-bulk.hgi-judge:before {
    content: "䤝"
}

.hgi-bulk.hgi-jupiter:after {
    content: "䤞"
}

.hgi-bulk.hgi-jupiter:before {
    content: "䤟"
}

.hgi-bulk.hgi-justice-scale-01:after {
    content: "䤠"
}

.hgi-bulk.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-bulk.hgi-justice-scale-02:after {
    content: "䤢"
}

.hgi-bulk.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-bulk.hgi-kaaba-01:after {
    content: "䤤"
}

.hgi-bulk.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-bulk.hgi-kaaba-02:after {
    content: "䤦"
}

.hgi-bulk.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-bulk.hgi-kayak:after {
    content: "䤨"
}

.hgi-bulk.hgi-kayak:before {
    content: "䤩"
}

.hgi-bulk.hgi-keffiyeh:after {
    content: "䤪"
}

.hgi-bulk.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-bulk.hgi-kettle-01:after {
    content: "䤬"
}

.hgi-bulk.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-bulk.hgi-kettle:after {
    content: "䤮"
}

.hgi-bulk.hgi-kettle:before {
    content: "䤯"
}

.hgi-bulk.hgi-kettlebell:after {
    content: "䤰"
}

.hgi-bulk.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-bulk.hgi-ketupat:after {
    content: "䤲"
}

.hgi-bulk.hgi-ketupat:before {
    content: "䤳"
}

.hgi-bulk.hgi-key-01:after {
    content: "䤴"
}

.hgi-bulk.hgi-key-01:before {
    content: "䤵"
}

.hgi-bulk.hgi-key-02:after {
    content: "䤶"
}

.hgi-bulk.hgi-key-02:before {
    content: "䤷"
}

.hgi-bulk.hgi-key-generator-fob:after {
    content: "䤸"
}

.hgi-bulk.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-bulk.hgi-keyboard:after {
    content: "䤺"
}

.hgi-bulk.hgi-keyboard:before {
    content: "䤻"
}

.hgi-bulk.hgi-keyframe-add:after {
    content: "䤼"
}

.hgi-bulk.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-bulk.hgi-keyframe-align-center:after {
    content: "䤾"
}

.hgi-bulk.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-bulk.hgi-keyframe-align-horizontal:after {
    content: "䥀"
}

.hgi-bulk.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-bulk.hgi-keyframe-align-vertical:after {
    content: "䥂"
}

.hgi-bulk.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-bulk.hgi-keyframe-bottom:after {
    content: "䥄"
}

.hgi-bulk.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-bulk.hgi-keyframe-left:after {
    content: "䥆"
}

.hgi-bulk.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-bulk.hgi-keyframe-remove:after {
    content: "䥈"
}

.hgi-bulk.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-bulk.hgi-keyframe-right:after {
    content: "䥊"
}

.hgi-bulk.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-bulk.hgi-keyframe:after {
    content: "䥌"
}

.hgi-bulk.hgi-keyframe-top:after {
    content: "䥍"
}

.hgi-bulk.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-bulk.hgi-keyframe:before {
    content: "䥏"
}

.hgi-bulk.hgi-keyframes-double-add:after {
    content: "䥐"
}

.hgi-bulk.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-bulk.hgi-keyframes-double-remove:after {
    content: "䥒"
}

.hgi-bulk.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-bulk.hgi-keyframes-double:after {
    content: "䥔"
}

.hgi-bulk.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-bulk.hgi-keyframes-multiple-add:after {
    content: "䥖"
}

.hgi-bulk.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-bulk.hgi-keyframes-multiple-remove:after {
    content: "䥘"
}

.hgi-bulk.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-bulk.hgi-keyframes-multiple:after {
    content: "䥚"
}

.hgi-bulk.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-bulk.hgi-kickstarter-01:after {
    content: "䥜"
}

.hgi-bulk.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-bulk.hgi-kickstarter-02:after {
    content: "䥞"
}

.hgi-bulk.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-bulk.hgi-kid:after {
    content: "䥠"
}

.hgi-bulk.hgi-kid:before {
    content: "䥡"
}

.hgi-bulk.hgi-kidneys:after {
    content: "䥢"
}

.hgi-bulk.hgi-kidneys:before {
    content: "䥣"
}

.hgi-bulk.hgi-kissing:after {
    content: "䥤"
}

.hgi-bulk.hgi-kissing:before {
    content: "䥥"
}

.hgi-bulk.hgi-kitchen-utensils:after {
    content: "䥦"
}

.hgi-bulk.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-bulk.hgi-kite:after {
    content: "䥨"
}

.hgi-bulk.hgi-kite:before {
    content: "䥩"
}

.hgi-bulk.hgi-knife-01:after {
    content: "䥪"
}

.hgi-bulk.hgi-knife-01:before {
    content: "䥫"
}

.hgi-bulk.hgi-knife-02:after {
    content: "䥬"
}

.hgi-bulk.hgi-knife-02:before {
    content: "䥭"
}

.hgi-bulk.hgi-knife-bread:after {
    content: "䥮"
}

.hgi-bulk.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-bulk.hgi-knight-shield:after {
    content: "䥰"
}

.hgi-bulk.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-bulk.hgi-knives:after {
    content: "䥲"
}

.hgi-bulk.hgi-knives:before {
    content: "䥳"
}

.hgi-bulk.hgi-knowledge-01:after {
    content: "䥴"
}

.hgi-bulk.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-bulk.hgi-knowledge-02:after {
    content: "䥶"
}

.hgi-bulk.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-bulk.hgi-kurta-01:after {
    content: "䥸"
}

.hgi-bulk.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-bulk.hgi-kurta:after {
    content: "䥺"
}

.hgi-bulk.hgi-kurta:before {
    content: "䥻"
}

.hgi-bulk.hgi-label-important:after {
    content: "䥼"
}

.hgi-bulk.hgi-label-important:before {
    content: "䥽"
}

.hgi-bulk.hgi-label:after {
    content: "䥾"
}

.hgi-bulk.hgi-label:before {
    content: "䥿"
}

.hgi-bulk.hgi-labor:after {
    content: "䦀"
}

.hgi-bulk.hgi-labor:before {
    content: "䦁"
}

.hgi-bulk.hgi-labs:after {
    content: "䦂"
}

.hgi-bulk.hgi-labs:before {
    content: "䦃"
}

.hgi-bulk.hgi-lake:after {
    content: "䦄"
}

.hgi-bulk.hgi-lake:before {
    content: "䦅"
}

.hgi-bulk.hgi-lamp-01:after {
    content: "䦆"
}

.hgi-bulk.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-bulk.hgi-lamp-02:after {
    content: "䦈"
}

.hgi-bulk.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-bulk.hgi-lamp-03:after {
    content: "䦊"
}

.hgi-bulk.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-bulk.hgi-lamp-04:after {
    content: "䦌"
}

.hgi-bulk.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-bulk.hgi-lamp-05:after {
    content: "䦎"
}

.hgi-bulk.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-bulk.hgi-lamp:after {
    content: "䦐"
}

.hgi-bulk.hgi-lamp:before {
    content: "䦑"
}

.hgi-bulk.hgi-language-circle:after {
    content: "䦒"
}

.hgi-bulk.hgi-language-circle:before {
    content: "䦓"
}

.hgi-bulk.hgi-language-skill:after {
    content: "䦔"
}

.hgi-bulk.hgi-language-skill:before {
    content: "䦕"
}

.hgi-bulk.hgi-language-square:after {
    content: "䦖"
}

.hgi-bulk.hgi-language-square:before {
    content: "䦗"
}

.hgi-bulk.hgi-lantern:after {
    content: "䦘"
}

.hgi-bulk.hgi-lantern:before {
    content: "䦙"
}

.hgi-bulk.hgi-laptop-add:after {
    content: "䦚"
}

.hgi-bulk.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-bulk.hgi-laptop-charging:after {
    content: "䦜"
}

.hgi-bulk.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-bulk.hgi-laptop-check:after {
    content: "䦞"
}

.hgi-bulk.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-bulk.hgi-laptop-cloud:after {
    content: "䦠"
}

.hgi-bulk.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-bulk.hgi-laptop-issue:after {
    content: "䦢"
}

.hgi-bulk.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-bulk.hgi-laptop-performance:after {
    content: "䦤"
}

.hgi-bulk.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-bulk.hgi-laptop-phone-sync:after {
    content: "䦦"
}

.hgi-bulk.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-bulk.hgi-laptop-programming:after {
    content: "䦨"
}

.hgi-bulk.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-bulk.hgi-laptop-remove:after {
    content: "䦪"
}

.hgi-bulk.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-bulk.hgi-laptop:after {
    content: "䦬"
}

.hgi-bulk.hgi-laptop-settings:after {
    content: "䦭"
}

.hgi-bulk.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-bulk.hgi-laptop-video:after {
    content: "䦯"
}

.hgi-bulk.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-bulk.hgi-laptop:before {
    content: "䦱"
}

.hgi-bulk.hgi-lasso-tool-01:after {
    content: "䦲"
}

.hgi-bulk.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-bulk.hgi-lasso-tool-02:after {
    content: "䦴"
}

.hgi-bulk.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-bulk.hgi-last-fm:after {
    content: "䦶"
}

.hgi-bulk.hgi-last-fm:before {
    content: "䦷"
}

.hgi-bulk.hgi-latitude:after {
    content: "䦸"
}

.hgi-bulk.hgi-latitude:before {
    content: "䦹"
}

.hgi-bulk.hgi-laughing:after {
    content: "䦺"
}

.hgi-bulk.hgi-laughing:before {
    content: "䦻"
}

.hgi-bulk.hgi-laurel-wreath-01:after {
    content: "䦼"
}

.hgi-bulk.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-bulk.hgi-laurel-wreath-02:after {
    content: "䦾"
}

.hgi-bulk.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-bulk.hgi-laurel-wreath-first-01:after {
    content: "䧀"
}

.hgi-bulk.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-bulk.hgi-laurel-wreath-first-02:after {
    content: "䧂"
}

.hgi-bulk.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-bulk.hgi-laurel-wreath-left-01:after {
    content: "䧄"
}

.hgi-bulk.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-bulk.hgi-laurel-wreath-left-02:after {
    content: "䧆"
}

.hgi-bulk.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-bulk.hgi-laurel-wreath-left-03:after {
    content: "䧈"
}

.hgi-bulk.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-bulk.hgi-laurel-wreath-right-01:after {
    content: "䧊"
}

.hgi-bulk.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-bulk.hgi-laurel-wreath-right-02:after {
    content: "䧌"
}

.hgi-bulk.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-bulk.hgi-laurel-wreath-right-03:after {
    content: "䧎"
}

.hgi-bulk.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-bulk.hgi-layer-add:after {
    content: "䧐"
}

.hgi-bulk.hgi-layer-add:before {
    content: "䧑"
}

.hgi-bulk.hgi-layer-mask-01:after {
    content: "䧒"
}

.hgi-bulk.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-bulk.hgi-layer-mask-02:after {
    content: "䧔"
}

.hgi-bulk.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-bulk.hgi-layers-01:after {
    content: "䧖"
}

.hgi-bulk.hgi-layers-01:before {
    content: "䧗"
}

.hgi-bulk.hgi-layers-02:after {
    content: "䧘"
}

.hgi-bulk.hgi-layers-02:before {
    content: "䧙"
}

.hgi-bulk.hgi-layers-logo:after {
    content: "䧚"
}

.hgi-bulk.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-bulk.hgi-layout-01:after {
    content: "䧜"
}

.hgi-bulk.hgi-layout-01:before {
    content: "䧝"
}

.hgi-bulk.hgi-layout-02:after {
    content: "䧞"
}

.hgi-bulk.hgi-layout-02:before {
    content: "䧟"
}

.hgi-bulk.hgi-layout-03:after {
    content: "䧠"
}

.hgi-bulk.hgi-layout-03:before {
    content: "䧡"
}

.hgi-bulk.hgi-layout-04:after {
    content: "䧢"
}

.hgi-bulk.hgi-layout-04:before {
    content: "䧣"
}

.hgi-bulk.hgi-layout-05:after {
    content: "䧤"
}

.hgi-bulk.hgi-layout-05:before {
    content: "䧥"
}

.hgi-bulk.hgi-layout-06:after {
    content: "䧦"
}

.hgi-bulk.hgi-layout-06:before {
    content: "䧧"
}

.hgi-bulk.hgi-layout-07:after {
    content: "䧨"
}

.hgi-bulk.hgi-layout-07:before {
    content: "䧩"
}

.hgi-bulk.hgi-layout-2-column:after {
    content: "䧪"
}

.hgi-bulk.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-bulk.hgi-layout-2-row:after {
    content: "䧬"
}

.hgi-bulk.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-bulk.hgi-layout-3-column:after {
    content: "䧮"
}

.hgi-bulk.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-bulk.hgi-layout-3-row:after {
    content: "䧰"
}

.hgi-bulk.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-bulk.hgi-layout-bottom:after {
    content: "䧲"
}

.hgi-bulk.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-bulk.hgi-layout-grid:after {
    content: "䧴"
}

.hgi-bulk.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-bulk.hgi-layout-left:after {
    content: "䧶"
}

.hgi-bulk.hgi-layout-left:before {
    content: "䧷"
}

.hgi-bulk.hgi-layout-right:after {
    content: "䧸"
}

.hgi-bulk.hgi-layout-right:before {
    content: "䧹"
}

.hgi-bulk.hgi-layout-table-01:after {
    content: "䧺"
}

.hgi-bulk.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-bulk.hgi-layout-table-02:after {
    content: "䧼"
}

.hgi-bulk.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-bulk.hgi-layout-top:after {
    content: "䧾"
}

.hgi-bulk.hgi-layout-top:before {
    content: "䧿"
}

.hgi-bulk.hgi-leaf-01:after {
    content: "䨀"
}

.hgi-bulk.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-bulk.hgi-leaf-02:after {
    content: "䨂"
}

.hgi-bulk.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-bulk.hgi-leaf-03:after {
    content: "䨄"
}

.hgi-bulk.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-bulk.hgi-leaf-04:after {
    content: "䨆"
}

.hgi-bulk.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-bulk.hgi-leaving-geo-fence:after {
    content: "䨈"
}

.hgi-bulk.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-bulk.hgi-leetcode:after {
    content: "䨊"
}

.hgi-bulk.hgi-leetcode:before {
    content: "䨋"
}

.hgi-bulk.hgi-left-angle:after {
    content: "䨌"
}

.hgi-bulk.hgi-left-angle:before {
    content: "䨍"
}

.hgi-bulk.hgi-left-to-right-block-quote:after {
    content: "䨎"
}

.hgi-bulk.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-bulk.hgi-left-to-right-list-bullet:after {
    content: "䨐"
}

.hgi-bulk.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-bulk.hgi-left-to-right-list-dash:after {
    content: "䨒"
}

.hgi-bulk.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-bulk.hgi-left-to-right-list-number:after {
    content: "䨔"
}

.hgi-bulk.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-bulk.hgi-left-to-right-list-star-01:after {
    content: "䨖"
}

.hgi-bulk.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-bulk.hgi-left-to-right-list-star:after {
    content: "䨘"
}

.hgi-bulk.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-bulk.hgi-left-to-right-list-triangle:after {
    content: "䨚"
}

.hgi-bulk.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-bulk.hgi-left-triangle:after {
    content: "䨜"
}

.hgi-bulk.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-bulk.hgi-legal-01:after {
    content: "䨞"
}

.hgi-bulk.hgi-legal-01:before {
    content: "䨟"
}

.hgi-bulk.hgi-legal-02:after {
    content: "䨠"
}

.hgi-bulk.hgi-legal-02:before {
    content: "䨡"
}

.hgi-bulk.hgi-legal-document-01:after {
    content: "䨢"
}

.hgi-bulk.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-bulk.hgi-legal-document-02:after {
    content: "䨤"
}

.hgi-bulk.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-bulk.hgi-legal-hammer:after {
    content: "䨦"
}

.hgi-bulk.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-bulk.hgi-less-than-circle:after {
    content: "䨨"
}

.hgi-bulk.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-bulk.hgi-less-than:after {
    content: "䨪"
}

.hgi-bulk.hgi-less-than-square:after {
    content: "䨫"
}

.hgi-bulk.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-bulk.hgi-less-than:before {
    content: "䨭"
}

.hgi-bulk.hgi-letter-spacing:after {
    content: "䨮"
}

.hgi-bulk.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-bulk.hgi-libraries:after {
    content: "䨰"
}

.hgi-bulk.hgi-libraries:before {
    content: "䨱"
}

.hgi-bulk.hgi-library:after {
    content: "䨲"
}

.hgi-bulk.hgi-library:before {
    content: "䨳"
}

.hgi-bulk.hgi-license-draft:after {
    content: "䨴"
}

.hgi-bulk.hgi-license-draft:before {
    content: "䨵"
}

.hgi-bulk.hgi-license-maintenance:after {
    content: "䨶"
}

.hgi-bulk.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-bulk.hgi-license-no:after {
    content: "䨸"
}

.hgi-bulk.hgi-license-no:before {
    content: "䨹"
}

.hgi-bulk.hgi-license-pin:after {
    content: "䨺"
}

.hgi-bulk.hgi-license-pin:before {
    content: "䨻"
}

.hgi-bulk.hgi-license:after {
    content: "䨼"
}

.hgi-bulk.hgi-license-third-party:after {
    content: "䨽"
}

.hgi-bulk.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-bulk.hgi-license:before {
    content: "䨿"
}

.hgi-bulk.hgi-lift-truck:after {
    content: "䩀"
}

.hgi-bulk.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-bulk.hgi-lighthouse:after {
    content: "䩂"
}

.hgi-bulk.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-bulk.hgi-limitation:after {
    content: "䩄"
}

.hgi-bulk.hgi-limitation:before {
    content: "䩅"
}

.hgi-bulk.hgi-line:after {
    content: "䩆"
}

.hgi-bulk.hgi-line:before {
    content: "䩇"
}

.hgi-bulk.hgi-liner:after {
    content: "䩈"
}

.hgi-bulk.hgi-liner:before {
    content: "䩉"
}

.hgi-bulk.hgi-link-01:after {
    content: "䩊"
}

.hgi-bulk.hgi-link-01:before {
    content: "䩋"
}

.hgi-bulk.hgi-link-02:after {
    content: "䩌"
}

.hgi-bulk.hgi-link-02:before {
    content: "䩍"
}

.hgi-bulk.hgi-link-03:after {
    content: "䩎"
}

.hgi-bulk.hgi-link-03:before {
    content: "䩏"
}

.hgi-bulk.hgi-link-04:after {
    content: "䩐"
}

.hgi-bulk.hgi-link-04:before {
    content: "䩑"
}

.hgi-bulk.hgi-link-05:after {
    content: "䩒"
}

.hgi-bulk.hgi-link-05:before {
    content: "䩓"
}

.hgi-bulk.hgi-link-06:after {
    content: "䩔"
}

.hgi-bulk.hgi-link-06:before {
    content: "䩕"
}

.hgi-bulk.hgi-link-backward:after {
    content: "䩖"
}

.hgi-bulk.hgi-link-backward:before {
    content: "䩗"
}

.hgi-bulk.hgi-link-circle-02:after {
    content: "䩘"
}

.hgi-bulk.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-bulk.hgi-link-circle:after {
    content: "䩚"
}

.hgi-bulk.hgi-link-circle:before {
    content: "䩛"
}

.hgi-bulk.hgi-link-forward:after {
    content: "䩜"
}

.hgi-bulk.hgi-link-forward:before {
    content: "䩝"
}

.hgi-bulk.hgi-link-square-01:after {
    content: "䩞"
}

.hgi-bulk.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-bulk.hgi-link-square-02:after {
    content: "䩠"
}

.hgi-bulk.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-bulk.hgi-linkedin-01:after {
    content: "䩢"
}

.hgi-bulk.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-bulk.hgi-linkedin-02:after {
    content: "䩤"
}

.hgi-bulk.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-bulk.hgi-list-setting:after {
    content: "䩦"
}

.hgi-bulk.hgi-list-setting:before {
    content: "䩧"
}

.hgi-bulk.hgi-list-view:after {
    content: "䩨"
}

.hgi-bulk.hgi-list-view:before {
    content: "䩩"
}

.hgi-bulk.hgi-litecoin:after {
    content: "䩪"
}

.hgi-bulk.hgi-litecoin:before {
    content: "䩫"
}

.hgi-bulk.hgi-liver:after {
    content: "䩬"
}

.hgi-bulk.hgi-liver:before {
    content: "䩭"
}

.hgi-bulk.hgi-loading-01:after {
    content: "䩮"
}

.hgi-bulk.hgi-loading-01:before {
    content: "䩯"
}

.hgi-bulk.hgi-loading-02:after {
    content: "䩰"
}

.hgi-bulk.hgi-loading-02:before {
    content: "䩱"
}

.hgi-bulk.hgi-loading-03:after {
    content: "䩲"
}

.hgi-bulk.hgi-loading-03:before {
    content: "䩳"
}

.hgi-bulk.hgi-loading-04:after {
    content: "䩴"
}

.hgi-bulk.hgi-loading-04:before {
    content: "䩵"
}

.hgi-bulk.hgi-location-01:after {
    content: "䩶"
}

.hgi-bulk.hgi-location-01:before {
    content: "䩷"
}

.hgi-bulk.hgi-location-02:after {
    content: "䩸"
}

.hgi-bulk.hgi-location-02:before {
    content: "䩹"
}

.hgi-bulk.hgi-location-03:after {
    content: "䩺"
}

.hgi-bulk.hgi-location-03:before {
    content: "䩻"
}

.hgi-bulk.hgi-location-04:after {
    content: "䩼"
}

.hgi-bulk.hgi-location-04:before {
    content: "䩽"
}

.hgi-bulk.hgi-location-05:after {
    content: "䩾"
}

.hgi-bulk.hgi-location-05:before {
    content: "䩿"
}

.hgi-bulk.hgi-location-06:after {
    content: "䪀"
}

.hgi-bulk.hgi-location-06:before {
    content: "䪁"
}

.hgi-bulk.hgi-location-07:after {
    content: "䪂"
}

.hgi-bulk.hgi-location-07:before {
    content: "䪃"
}

.hgi-bulk.hgi-location-08:after {
    content: "䪄"
}

.hgi-bulk.hgi-location-08:before {
    content: "䪅"
}

.hgi-bulk.hgi-location-09:after {
    content: "䪆"
}

.hgi-bulk.hgi-location-09:before {
    content: "䪇"
}

.hgi-bulk.hgi-location-10:after {
    content: "䪈"
}

.hgi-bulk.hgi-location-10:before {
    content: "䪉"
}

.hgi-bulk.hgi-location-add-01:after {
    content: "䪊"
}

.hgi-bulk.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-bulk.hgi-location-add-02:after {
    content: "䪌"
}

.hgi-bulk.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-bulk.hgi-location-check-01:after {
    content: "䪎"
}

.hgi-bulk.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-bulk.hgi-location-check-02:after {
    content: "䪐"
}

.hgi-bulk.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-bulk.hgi-location-favourite-01:after {
    content: "䪒"
}

.hgi-bulk.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-bulk.hgi-location-favourite-02:after {
    content: "䪔"
}

.hgi-bulk.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-bulk.hgi-location-offline-01:after {
    content: "䪖"
}

.hgi-bulk.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-bulk.hgi-location-offline-02:after {
    content: "䪘"
}

.hgi-bulk.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-bulk.hgi-location-offline-03:after {
    content: "䪚"
}

.hgi-bulk.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-bulk.hgi-location-offline-04:after {
    content: "䪜"
}

.hgi-bulk.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-bulk.hgi-location-remove-01:after {
    content: "䪞"
}

.hgi-bulk.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-bulk.hgi-location-remove-02:after {
    content: "䪠"
}

.hgi-bulk.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-bulk.hgi-location-share-01:after {
    content: "䪢"
}

.hgi-bulk.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-bulk.hgi-location-share-02:after {
    content: "䪤"
}

.hgi-bulk.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-bulk.hgi-location-star-01:after {
    content: "䪦"
}

.hgi-bulk.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-bulk.hgi-location-star-02:after {
    content: "䪨"
}

.hgi-bulk.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-bulk.hgi-location-update-01:after {
    content: "䪪"
}

.hgi-bulk.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-bulk.hgi-location-update-02:after {
    content: "䪬"
}

.hgi-bulk.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-bulk.hgi-location-user-01:after {
    content: "䪮"
}

.hgi-bulk.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-bulk.hgi-location-user-02:after {
    content: "䪰"
}

.hgi-bulk.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-bulk.hgi-location-user-03:after {
    content: "䪲"
}

.hgi-bulk.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-bulk.hgi-location-user-04:after {
    content: "䪴"
}

.hgi-bulk.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-bulk.hgi-lock-computer:after {
    content: "䪶"
}

.hgi-bulk.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-bulk.hgi-lock-key:after {
    content: "䪸"
}

.hgi-bulk.hgi-lock-key:before {
    content: "䪹"
}

.hgi-bulk.hgi-lock-password:after {
    content: "䪺"
}

.hgi-bulk.hgi-lock-password:before {
    content: "䪻"
}

.hgi-bulk.hgi-lock:after {
    content: "䪼"
}

.hgi-bulk.hgi-lock-sync-01:after {
    content: "䪽"
}

.hgi-bulk.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-bulk.hgi-lock-sync-02:after {
    content: "䪿"
}

.hgi-bulk.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-bulk.hgi-lock:before {
    content: "䫁"
}

.hgi-bulk.hgi-locked:after {
    content: "䫂"
}

.hgi-bulk.hgi-locked:before {
    content: "䫃"
}

.hgi-bulk.hgi-locker-01:after {
    content: "䫄"
}

.hgi-bulk.hgi-locker-01:before {
    content: "䫅"
}

.hgi-bulk.hgi-locker:after {
    content: "䫆"
}

.hgi-bulk.hgi-locker:before {
    content: "䫇"
}

.hgi-bulk.hgi-login-01:after {
    content: "䫈"
}

.hgi-bulk.hgi-login-01:before {
    content: "䫉"
}

.hgi-bulk.hgi-login-02:after {
    content: "䫊"
}

.hgi-bulk.hgi-login-02:before {
    content: "䫋"
}

.hgi-bulk.hgi-login-03:after {
    content: "䫌"
}

.hgi-bulk.hgi-login-03:before {
    content: "䫍"
}

.hgi-bulk.hgi-login-circle-01:after {
    content: "䫎"
}

.hgi-bulk.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-bulk.hgi-login-circle-02:after {
    content: "䫐"
}

.hgi-bulk.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-bulk.hgi-login-method:after {
    content: "䫒"
}

.hgi-bulk.hgi-login-method:before {
    content: "䫓"
}

.hgi-bulk.hgi-login-square-01:after {
    content: "䫔"
}

.hgi-bulk.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-bulk.hgi-login-square-02:after {
    content: "䫖"
}

.hgi-bulk.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-bulk.hgi-logout-01:after {
    content: "䫘"
}

.hgi-bulk.hgi-logout-01:before {
    content: "䫙"
}

.hgi-bulk.hgi-logout-02:after {
    content: "䫚"
}

.hgi-bulk.hgi-logout-02:before {
    content: "䫛"
}

.hgi-bulk.hgi-logout-03:after {
    content: "䫜"
}

.hgi-bulk.hgi-logout-03:before {
    content: "䫝"
}

.hgi-bulk.hgi-logout-04:after {
    content: "䫞"
}

.hgi-bulk.hgi-logout-04:before {
    content: "䫟"
}

.hgi-bulk.hgi-logout-05:after {
    content: "䫠"
}

.hgi-bulk.hgi-logout-05:before {
    content: "䫡"
}

.hgi-bulk.hgi-logout-circle-01:after {
    content: "䫢"
}

.hgi-bulk.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-bulk.hgi-logout-circle-02:after {
    content: "䫤"
}

.hgi-bulk.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-bulk.hgi-logout-square-01:after {
    content: "䫦"
}

.hgi-bulk.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-bulk.hgi-logout-square-02:after {
    content: "䫨"
}

.hgi-bulk.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-bulk.hgi-lollipop:after {
    content: "䫪"
}

.hgi-bulk.hgi-lollipop:before {
    content: "䫫"
}

.hgi-bulk.hgi-long-sleeve-shirt:after {
    content: "䫬"
}

.hgi-bulk.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-bulk.hgi-longitude:after {
    content: "䫮"
}

.hgi-bulk.hgi-longitude:before {
    content: "䫯"
}

.hgi-bulk.hgi-look-bottom:after {
    content: "䫰"
}

.hgi-bulk.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-bulk.hgi-look-left:after {
    content: "䫲"
}

.hgi-bulk.hgi-look-left:before {
    content: "䫳"
}

.hgi-bulk.hgi-look-right:after {
    content: "䫴"
}

.hgi-bulk.hgi-look-right:before {
    content: "䫵"
}

.hgi-bulk.hgi-look-top:after {
    content: "䫶"
}

.hgi-bulk.hgi-look-top:before {
    content: "䫷"
}

.hgi-bulk.hgi-loom:after {
    content: "䫸"
}

.hgi-bulk.hgi-loom:before {
    content: "䫹"
}

.hgi-bulk.hgi-lottiefiles:after {
    content: "䫺"
}

.hgi-bulk.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-bulk.hgi-love-korean-finger:after {
    content: "䫼"
}

.hgi-bulk.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-bulk.hgi-loyalty-card:after {
    content: "䫾"
}

.hgi-bulk.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-bulk.hgi-luggage-01:after {
    content: "䬀"
}

.hgi-bulk.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-bulk.hgi-luggage-02:after {
    content: "䬂"
}

.hgi-bulk.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-bulk.hgi-lungs:after {
    content: "䬄"
}

.hgi-bulk.hgi-lungs:before {
    content: "䬅"
}

.hgi-bulk.hgi-machine-robot:after {
    content: "䬆"
}

.hgi-bulk.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-bulk.hgi-magic-wand-01:after {
    content: "䬈"
}

.hgi-bulk.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-bulk.hgi-magic-wand-02:after {
    content: "䬊"
}

.hgi-bulk.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-bulk.hgi-magic-wand-03:after {
    content: "䬌"
}

.hgi-bulk.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-bulk.hgi-magnet-01:after {
    content: "䬎"
}

.hgi-bulk.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-bulk.hgi-magnet-02:after {
    content: "䬐"
}

.hgi-bulk.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-bulk.hgi-magnet:after {
    content: "䬒"
}

.hgi-bulk.hgi-magnet:before {
    content: "䬓"
}

.hgi-bulk.hgi-mail-01:after {
    content: "䬔"
}

.hgi-bulk.hgi-mail-01:before {
    content: "䬕"
}

.hgi-bulk.hgi-mail-02:after {
    content: "䬖"
}

.hgi-bulk.hgi-mail-02:before {
    content: "䬗"
}

.hgi-bulk.hgi-mail-account-01:after {
    content: "䬘"
}

.hgi-bulk.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-bulk.hgi-mail-account-02:after {
    content: "䬚"
}

.hgi-bulk.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-bulk.hgi-mail-add-01:after {
    content: "䬜"
}

.hgi-bulk.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-bulk.hgi-mail-add-02:after {
    content: "䬞"
}

.hgi-bulk.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-bulk.hgi-mail-at-sign-01:after {
    content: "䬠"
}

.hgi-bulk.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-bulk.hgi-mail-at-sign-02:after {
    content: "䬢"
}

.hgi-bulk.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-bulk.hgi-mail-block-01:after {
    content: "䬤"
}

.hgi-bulk.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-bulk.hgi-mail-block-02:after {
    content: "䬦"
}

.hgi-bulk.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-bulk.hgi-mail-download-01:after {
    content: "䬨"
}

.hgi-bulk.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-bulk.hgi-mail-download-02:after {
    content: "䬪"
}

.hgi-bulk.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-bulk.hgi-mail-edit-01:after {
    content: "䬬"
}

.hgi-bulk.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-bulk.hgi-mail-edit-02:after {
    content: "䬮"
}

.hgi-bulk.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-bulk.hgi-mail-lock-01:after {
    content: "䬰"
}

.hgi-bulk.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-bulk.hgi-mail-lock-02:after {
    content: "䬲"
}

.hgi-bulk.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-bulk.hgi-mail-love-01:after {
    content: "䬴"
}

.hgi-bulk.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-bulk.hgi-mail-love-02:after {
    content: "䬶"
}

.hgi-bulk.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-bulk.hgi-mail-minus-01:after {
    content: "䬸"
}

.hgi-bulk.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-bulk.hgi-mail-minus-02:after {
    content: "䬺"
}

.hgi-bulk.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-bulk.hgi-mail-open-01:after {
    content: "䬼"
}

.hgi-bulk.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-bulk.hgi-mail-open-02:after {
    content: "䬾"
}

.hgi-bulk.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-bulk.hgi-mail-open-love:after {
    content: "䭀"
}

.hgi-bulk.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-bulk.hgi-mail-open:after {
    content: "䭂"
}

.hgi-bulk.hgi-mail-open:before {
    content: "䭃"
}

.hgi-bulk.hgi-mail-receive-01:after {
    content: "䭄"
}

.hgi-bulk.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-bulk.hgi-mail-receive-02:after {
    content: "䭆"
}

.hgi-bulk.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-bulk.hgi-mail-remove-01:after {
    content: "䭈"
}

.hgi-bulk.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-bulk.hgi-mail-remove-02:after {
    content: "䭊"
}

.hgi-bulk.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-bulk.hgi-mail-reply-01:after {
    content: "䭌"
}

.hgi-bulk.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-bulk.hgi-mail-reply-02:after {
    content: "䭎"
}

.hgi-bulk.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-bulk.hgi-mail-reply-all-01:after {
    content: "䭐"
}

.hgi-bulk.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-bulk.hgi-mail-reply-all-02:after {
    content: "䭒"
}

.hgi-bulk.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-bulk.hgi-mail-search-01:after {
    content: "䭔"
}

.hgi-bulk.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-bulk.hgi-mail-search-02:after {
    content: "䭖"
}

.hgi-bulk.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-bulk.hgi-mail-secure-01:after {
    content: "䭘"
}

.hgi-bulk.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-bulk.hgi-mail-secure-02:after {
    content: "䭚"
}

.hgi-bulk.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-bulk.hgi-mail-send-01:after {
    content: "䭜"
}

.hgi-bulk.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-bulk.hgi-mail-send-02:after {
    content: "䭞"
}

.hgi-bulk.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-bulk.hgi-mail-setting-01:after {
    content: "䭠"
}

.hgi-bulk.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-bulk.hgi-mail-setting-02:after {
    content: "䭢"
}

.hgi-bulk.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-bulk.hgi-mail-unlock-01:after {
    content: "䭤"
}

.hgi-bulk.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-bulk.hgi-mail-unlock-02:after {
    content: "䭦"
}

.hgi-bulk.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-bulk.hgi-mail-upload-01:after {
    content: "䭨"
}

.hgi-bulk.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-bulk.hgi-mail-upload-02:after {
    content: "䭪"
}

.hgi-bulk.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-bulk.hgi-mail-validation-01:after {
    content: "䭬"
}

.hgi-bulk.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-bulk.hgi-mail-validation-02:after {
    content: "䭮"
}

.hgi-bulk.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-bulk.hgi-mail-voice-01:after {
    content: "䭰"
}

.hgi-bulk.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-bulk.hgi-mail-voice-02:after {
    content: "䭲"
}

.hgi-bulk.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-bulk.hgi-mailbox-01:after {
    content: "䭴"
}

.hgi-bulk.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-bulk.hgi-mailbox:after {
    content: "䭶"
}

.hgi-bulk.hgi-mailbox:before {
    content: "䭷"
}

.hgi-bulk.hgi-manager:after {
    content: "䭸"
}

.hgi-bulk.hgi-manager:before {
    content: "䭹"
}

.hgi-bulk.hgi-map-pin:after {
    content: "䭺"
}

.hgi-bulk.hgi-map-pin:before {
    content: "䭻"
}

.hgi-bulk.hgi-map-pinpoint-01:after {
    content: "䭼"
}

.hgi-bulk.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-bulk.hgi-map-pinpoint-02:after {
    content: "䭾"
}

.hgi-bulk.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-bulk.hgi-maping:after {
    content: "䮀"
}

.hgi-bulk.hgi-maping:before {
    content: "䮁"
}

.hgi-bulk.hgi-maps-circle-01:after {
    content: "䮂"
}

.hgi-bulk.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-bulk.hgi-maps-circle-02:after {
    content: "䮄"
}

.hgi-bulk.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-bulk.hgi-maps-editing:after {
    content: "䮆"
}

.hgi-bulk.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-bulk.hgi-maps-global-01:after {
    content: "䮈"
}

.hgi-bulk.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-bulk.hgi-maps-global-02:after {
    content: "䮊"
}

.hgi-bulk.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-bulk.hgi-maps-location-01:after {
    content: "䮌"
}

.hgi-bulk.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-bulk.hgi-maps-location-02:after {
    content: "䮎"
}

.hgi-bulk.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-bulk.hgi-maps-off:after {
    content: "䮐"
}

.hgi-bulk.hgi-maps-off:before {
    content: "䮑"
}

.hgi-bulk.hgi-maps-refresh:after {
    content: "䮒"
}

.hgi-bulk.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-bulk.hgi-maps-search:after {
    content: "䮔"
}

.hgi-bulk.hgi-maps-search:before {
    content: "䮕"
}

.hgi-bulk.hgi-maps:after {
    content: "䮖"
}

.hgi-bulk.hgi-maps-square-01:after {
    content: "䮗"
}

.hgi-bulk.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-bulk.hgi-maps-square-02:after {
    content: "䮙"
}

.hgi-bulk.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-bulk.hgi-maps:before {
    content: "䮛"
}

.hgi-bulk.hgi-market-analysis:after {
    content: "䮜"
}

.hgi-bulk.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-bulk.hgi-marketing:after {
    content: "䮞"
}

.hgi-bulk.hgi-marketing:before {
    content: "䮟"
}

.hgi-bulk.hgi-mask-love:after {
    content: "䮠"
}

.hgi-bulk.hgi-mask-love:before {
    content: "䮡"
}

.hgi-bulk.hgi-mask:after {
    content: "䮢"
}

.hgi-bulk.hgi-mask:before {
    content: "䮣"
}

.hgi-bulk.hgi-master-card:after {
    content: "䮤"
}

.hgi-bulk.hgi-master-card:before {
    content: "䮥"
}

.hgi-bulk.hgi-matches:after {
    content: "䮦"
}

.hgi-bulk.hgi-matches:before {
    content: "䮧"
}

.hgi-bulk.hgi-math:after {
    content: "䮨"
}

.hgi-bulk.hgi-math:before {
    content: "䮩"
}

.hgi-bulk.hgi-matrix:after {
    content: "䮪"
}

.hgi-bulk.hgi-matrix:before {
    content: "䮫"
}

.hgi-bulk.hgi-maximize-01:after {
    content: "䮬"
}

.hgi-bulk.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-bulk.hgi-maximize-02:after {
    content: "䮮"
}

.hgi-bulk.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-bulk.hgi-maximize-03:after {
    content: "䮰"
}

.hgi-bulk.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-bulk.hgi-maximize-04:after {
    content: "䮲"
}

.hgi-bulk.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-bulk.hgi-maximize-screen:after {
    content: "䮴"
}

.hgi-bulk.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-bulk.hgi-mayan-pyramid:after {
    content: "䮶"
}

.hgi-bulk.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-bulk.hgi-maze:after {
    content: "䮸"
}

.hgi-bulk.hgi-maze:before {
    content: "䮹"
}

.hgi-bulk.hgi-medal-01:after {
    content: "䮺"
}

.hgi-bulk.hgi-medal-01:before {
    content: "䮻"
}

.hgi-bulk.hgi-medal-02:after {
    content: "䮼"
}

.hgi-bulk.hgi-medal-02:before {
    content: "䮽"
}

.hgi-bulk.hgi-medal-03:after {
    content: "䮾"
}

.hgi-bulk.hgi-medal-03:before {
    content: "䮿"
}

.hgi-bulk.hgi-medal-04:after {
    content: "䯀"
}

.hgi-bulk.hgi-medal-04:before {
    content: "䯁"
}

.hgi-bulk.hgi-medal-05:after {
    content: "䯂"
}

.hgi-bulk.hgi-medal-05:before {
    content: "䯃"
}

.hgi-bulk.hgi-medal-06:after {
    content: "䯄"
}

.hgi-bulk.hgi-medal-06:before {
    content: "䯅"
}

.hgi-bulk.hgi-medal-07:after {
    content: "䯆"
}

.hgi-bulk.hgi-medal-07:before {
    content: "䯇"
}

.hgi-bulk.hgi-medal-first-place:after {
    content: "䯈"
}

.hgi-bulk.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-bulk.hgi-medal-second-place:after {
    content: "䯊"
}

.hgi-bulk.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-bulk.hgi-medal-third-place:after {
    content: "䯌"
}

.hgi-bulk.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-bulk.hgi-medical-file:after {
    content: "䯎"
}

.hgi-bulk.hgi-medical-file:before {
    content: "䯏"
}

.hgi-bulk.hgi-medical-mask:after {
    content: "䯐"
}

.hgi-bulk.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-bulk.hgi-medicine-01:after {
    content: "䯒"
}

.hgi-bulk.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-bulk.hgi-medicine-02:after {
    content: "䯔"
}

.hgi-bulk.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-bulk.hgi-medicine-bottle-01:after {
    content: "䯖"
}

.hgi-bulk.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-bulk.hgi-medicine-bottle-02:after {
    content: "䯘"
}

.hgi-bulk.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-bulk.hgi-medicine-syrup:after {
    content: "䯚"
}

.hgi-bulk.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-bulk.hgi-medium:after {
    content: "䯜"
}

.hgi-bulk.hgi-medium-square:after {
    content: "䯝"
}

.hgi-bulk.hgi-medium-square:before {
    content: "䯞"
}

.hgi-bulk.hgi-medium:before {
    content: "䯟"
}

.hgi-bulk.hgi-meeting-room:after {
    content: "䯠"
}

.hgi-bulk.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-bulk.hgi-megaphone-01:after {
    content: "䯢"
}

.hgi-bulk.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-bulk.hgi-megaphone-02:after {
    content: "䯤"
}

.hgi-bulk.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-bulk.hgi-meh:after {
    content: "䯦"
}

.hgi-bulk.hgi-meh:before {
    content: "䯧"
}

.hgi-bulk.hgi-mentor:after {
    content: "䯨"
}

.hgi-bulk.hgi-mentor:before {
    content: "䯩"
}

.hgi-bulk.hgi-mentoring:after {
    content: "䯪"
}

.hgi-bulk.hgi-mentoring:before {
    content: "䯫"
}

.hgi-bulk.hgi-menu-01:after {
    content: "䯬"
}

.hgi-bulk.hgi-menu-01:before {
    content: "䯭"
}

.hgi-bulk.hgi-menu-02:after {
    content: "䯮"
}

.hgi-bulk.hgi-menu-02:before {
    content: "䯯"
}

.hgi-bulk.hgi-menu-03:after {
    content: "䯰"
}

.hgi-bulk.hgi-menu-03:before {
    content: "䯱"
}

.hgi-bulk.hgi-menu-04:after {
    content: "䯲"
}

.hgi-bulk.hgi-menu-04:before {
    content: "䯳"
}

.hgi-bulk.hgi-menu-05:after {
    content: "䯴"
}

.hgi-bulk.hgi-menu-05:before {
    content: "䯵"
}

.hgi-bulk.hgi-menu-06:after {
    content: "䯶"
}

.hgi-bulk.hgi-menu-06:before {
    content: "䯷"
}

.hgi-bulk.hgi-menu-07:after {
    content: "䯸"
}

.hgi-bulk.hgi-menu-07:before {
    content: "䯹"
}

.hgi-bulk.hgi-menu-08:after {
    content: "䯺"
}

.hgi-bulk.hgi-menu-08:before {
    content: "䯻"
}

.hgi-bulk.hgi-menu-09:after {
    content: "䯼"
}

.hgi-bulk.hgi-menu-09:before {
    content: "䯽"
}

.hgi-bulk.hgi-menu-10:after {
    content: "䯾"
}

.hgi-bulk.hgi-menu-10:before {
    content: "䯿"
}

.hgi-bulk.hgi-menu-11:after {
    content: "䰀"
}

.hgi-bulk.hgi-menu-11:before {
    content: "䰁"
}

.hgi-bulk.hgi-menu-circle:after {
    content: "䰂"
}

.hgi-bulk.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-bulk.hgi-menu-restaurant:after {
    content: "䰄"
}

.hgi-bulk.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-bulk.hgi-menu-square:after {
    content: "䰆"
}

.hgi-bulk.hgi-menu-square:before {
    content: "䰇"
}

.hgi-bulk.hgi-message-01:after {
    content: "䰈"
}

.hgi-bulk.hgi-message-01:before {
    content: "䰉"
}

.hgi-bulk.hgi-message-02:after {
    content: "䰊"
}

.hgi-bulk.hgi-message-02:before {
    content: "䰋"
}

.hgi-bulk.hgi-message-add-01:after {
    content: "䰌"
}

.hgi-bulk.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-bulk.hgi-message-add-02:after {
    content: "䰎"
}

.hgi-bulk.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-bulk.hgi-message-blocked:after {
    content: "䰐"
}

.hgi-bulk.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-bulk.hgi-message-cancel-01:after {
    content: "䰒"
}

.hgi-bulk.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-bulk.hgi-message-cancel-02:after {
    content: "䰔"
}

.hgi-bulk.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-bulk.hgi-message-delay-01:after {
    content: "䰖"
}

.hgi-bulk.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-bulk.hgi-message-delay-02:after {
    content: "䰘"
}

.hgi-bulk.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-bulk.hgi-message-done-01:after {
    content: "䰚"
}

.hgi-bulk.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-bulk.hgi-message-done-02:after {
    content: "䰜"
}

.hgi-bulk.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-bulk.hgi-message-download-01:after {
    content: "䰞"
}

.hgi-bulk.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-bulk.hgi-message-download-02:after {
    content: "䰠"
}

.hgi-bulk.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-bulk.hgi-message-edit-01:after {
    content: "䰢"
}

.hgi-bulk.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-bulk.hgi-message-edit-02:after {
    content: "䰤"
}

.hgi-bulk.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-bulk.hgi-message-favourite-01:after {
    content: "䰦"
}

.hgi-bulk.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-bulk.hgi-message-favourite-02:after {
    content: "䰨"
}

.hgi-bulk.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-bulk.hgi-message-incoming-01:after {
    content: "䰪"
}

.hgi-bulk.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-bulk.hgi-message-incoming-02:after {
    content: "䰬"
}

.hgi-bulk.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-bulk.hgi-message-lock-01:after {
    content: "䰮"
}

.hgi-bulk.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-bulk.hgi-message-lock-02:after {
    content: "䰰"
}

.hgi-bulk.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-bulk.hgi-message-multiple-01:after {
    content: "䰲"
}

.hgi-bulk.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-bulk.hgi-message-multiple-02:after {
    content: "䰴"
}

.hgi-bulk.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-bulk.hgi-message-notification-01:after {
    content: "䰶"
}

.hgi-bulk.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-bulk.hgi-message-notification-02:after {
    content: "䰸"
}

.hgi-bulk.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-bulk.hgi-message-outgoing-01:after {
    content: "䰺"
}

.hgi-bulk.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-bulk.hgi-message-outgoing-02:after {
    content: "䰼"
}

.hgi-bulk.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-bulk.hgi-message-preview-01:after {
    content: "䰾"
}

.hgi-bulk.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-bulk.hgi-message-preview-02:after {
    content: "䱀"
}

.hgi-bulk.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-bulk.hgi-message-programming:after {
    content: "䱂"
}

.hgi-bulk.hgi-message-programming:before {
    content: "䱃"
}

.hgi-bulk.hgi-message-question:after {
    content: "䱄"
}

.hgi-bulk.hgi-message-question:before {
    content: "䱅"
}

.hgi-bulk.hgi-message-search-01:after {
    content: "䱆"
}

.hgi-bulk.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-bulk.hgi-message-search-02:after {
    content: "䱈"
}

.hgi-bulk.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-bulk.hgi-message-secure-01:after {
    content: "䱊"
}

.hgi-bulk.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-bulk.hgi-message-secure-02:after {
    content: "䱌"
}

.hgi-bulk.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-bulk.hgi-message-translate:after {
    content: "䱎"
}

.hgi-bulk.hgi-message-translate:before {
    content: "䱏"
}

.hgi-bulk.hgi-message-unlock-01:after {
    content: "䱐"
}

.hgi-bulk.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-bulk.hgi-message-unlock-02:after {
    content: "䱒"
}

.hgi-bulk.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-bulk.hgi-message-upload-01:after {
    content: "䱔"
}

.hgi-bulk.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-bulk.hgi-message-upload-02:after {
    content: "䱖"
}

.hgi-bulk.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-bulk.hgi-message-user-01:after {
    content: "䱘"
}

.hgi-bulk.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-bulk.hgi-message-user-02:after {
    content: "䱚"
}

.hgi-bulk.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-bulk.hgi-messenger:after {
    content: "䱜"
}

.hgi-bulk.hgi-messenger:before {
    content: "䱝"
}

.hgi-bulk.hgi-meta:after {
    content: "䱞"
}

.hgi-bulk.hgi-meta:before {
    content: "䱟"
}

.hgi-bulk.hgi-metro:after {
    content: "䱠"
}

.hgi-bulk.hgi-metro:before {
    content: "䱡"
}

.hgi-bulk.hgi-mic-01:after {
    content: "䱢"
}

.hgi-bulk.hgi-mic-01:before {
    content: "䱣"
}

.hgi-bulk.hgi-mic-02:after {
    content: "䱤"
}

.hgi-bulk.hgi-mic-02:before {
    content: "䱥"
}

.hgi-bulk.hgi-mic-off-01:after {
    content: "䱦"
}

.hgi-bulk.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-bulk.hgi-mic-off-02:after {
    content: "䱨"
}

.hgi-bulk.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-bulk.hgi-microsoft-admin:after {
    content: "䱪"
}

.hgi-bulk.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-bulk.hgi-microsoft:after {
    content: "䱬"
}

.hgi-bulk.hgi-microsoft:before {
    content: "䱭"
}

.hgi-bulk.hgi-microwave:after {
    content: "䱮"
}

.hgi-bulk.hgi-microwave:before {
    content: "䱯"
}

.hgi-bulk.hgi-milk-bottle:after {
    content: "䱰"
}

.hgi-bulk.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-bulk.hgi-milk-carton:after {
    content: "䱲"
}

.hgi-bulk.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-bulk.hgi-milk-coconut:after {
    content: "䱴"
}

.hgi-bulk.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-bulk.hgi-milk-oat:after {
    content: "䱶"
}

.hgi-bulk.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-bulk.hgi-minimize-01:after {
    content: "䱸"
}

.hgi-bulk.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-bulk.hgi-minimize-02:after {
    content: "䱺"
}

.hgi-bulk.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-bulk.hgi-minimize-03:after {
    content: "䱼"
}

.hgi-bulk.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-bulk.hgi-minimize-04:after {
    content: "䱾"
}

.hgi-bulk.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-bulk.hgi-minimize-screen:after {
    content: "䲀"
}

.hgi-bulk.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-bulk.hgi-mining-01:after {
    content: "䲂"
}

.hgi-bulk.hgi-mining-01:before {
    content: "䲃"
}

.hgi-bulk.hgi-mining-02:after {
    content: "䲄"
}

.hgi-bulk.hgi-mining-02:before {
    content: "䲅"
}

.hgi-bulk.hgi-mining-03:after {
    content: "䲆"
}

.hgi-bulk.hgi-mining-03:before {
    content: "䲇"
}

.hgi-bulk.hgi-minus-plus-01:after {
    content: "䲈"
}

.hgi-bulk.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-bulk.hgi-minus-plus-02:after {
    content: "䲊"
}

.hgi-bulk.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-bulk.hgi-minus-plus-circle-01:after {
    content: "䲌"
}

.hgi-bulk.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-bulk.hgi-minus-plus-circle-02:after {
    content: "䲎"
}

.hgi-bulk.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-bulk.hgi-minus-plus-square-01:after {
    content: "䲐"
}

.hgi-bulk.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-bulk.hgi-minus-plus-square-02:after {
    content: "䲒"
}

.hgi-bulk.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-bulk.hgi-minus-sign-circle:after {
    content: "䲔"
}

.hgi-bulk.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-bulk.hgi-minus-sign:after {
    content: "䲖"
}

.hgi-bulk.hgi-minus-sign-square:after {
    content: "䲗"
}

.hgi-bulk.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-bulk.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-bulk.hgi-mirror:after {
    content: "䲚"
}

.hgi-bulk.hgi-mirror:before {
    content: "䲛"
}

.hgi-bulk.hgi-mirroring-screen:after {
    content: "䲜"
}

.hgi-bulk.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-bulk.hgi-mixer:after {
    content: "䲞"
}

.hgi-bulk.hgi-mixer:before {
    content: "䲟"
}

.hgi-bulk.hgi-mobile-navigator-01:after {
    content: "䲠"
}

.hgi-bulk.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-bulk.hgi-mobile-navigator-02:after {
    content: "䲢"
}

.hgi-bulk.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-bulk.hgi-mobile-programming-01:after {
    content: "䲤"
}

.hgi-bulk.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-bulk.hgi-mobile-programming-02:after {
    content: "䲦"
}

.hgi-bulk.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-bulk.hgi-mobile-protection:after {
    content: "䲨"
}

.hgi-bulk.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-bulk.hgi-mobile-security:after {
    content: "䲪"
}

.hgi-bulk.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-bulk.hgi-mochi:after {
    content: "䲬"
}

.hgi-bulk.hgi-mochi:before {
    content: "䲭"
}

.hgi-bulk.hgi-modern-tv-four-k:after {
    content: "䲮"
}

.hgi-bulk.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-bulk.hgi-modern-tv-issue:after {
    content: "䲰"
}

.hgi-bulk.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-bulk.hgi-modern-tv:after {
    content: "䲲"
}

.hgi-bulk.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-bulk.hgi-molecules:after {
    content: "䲴"
}

.hgi-bulk.hgi-molecules:before {
    content: "䲵"
}

.hgi-bulk.hgi-monas:after {
    content: "䲶"
}

.hgi-bulk.hgi-monas:before {
    content: "䲷"
}

.hgi-bulk.hgi-money-01:after {
    content: "䲸"
}

.hgi-bulk.hgi-money-01:before {
    content: "䲹"
}

.hgi-bulk.hgi-money-02:after {
    content: "䲺"
}

.hgi-bulk.hgi-money-02:before {
    content: "䲻"
}

.hgi-bulk.hgi-money-03:after {
    content: "䲼"
}

.hgi-bulk.hgi-money-03:before {
    content: "䲽"
}

.hgi-bulk.hgi-money-04:after {
    content: "䲾"
}

.hgi-bulk.hgi-money-04:before {
    content: "䲿"
}

.hgi-bulk.hgi-money-add-01:after {
    content: "䳀"
}

.hgi-bulk.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-bulk.hgi-money-add-02:after {
    content: "䳂"
}

.hgi-bulk.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-bulk.hgi-money-bag-01:after {
    content: "䳄"
}

.hgi-bulk.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-bulk.hgi-money-bag-02:after {
    content: "䳆"
}

.hgi-bulk.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-bulk.hgi-money-exchange-01:after {
    content: "䳈"
}

.hgi-bulk.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-bulk.hgi-money-exchange-02:after {
    content: "䳊"
}

.hgi-bulk.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-bulk.hgi-money-exchange-03:after {
    content: "䳌"
}

.hgi-bulk.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-bulk.hgi-money-not-found-01:after {
    content: "䳎"
}

.hgi-bulk.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-bulk.hgi-money-not-found-02:after {
    content: "䳐"
}

.hgi-bulk.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-bulk.hgi-money-not-found-03:after {
    content: "䳒"
}

.hgi-bulk.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-bulk.hgi-money-not-found-04:after {
    content: "䳔"
}

.hgi-bulk.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-bulk.hgi-money-receive-01:after {
    content: "䳖"
}

.hgi-bulk.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-bulk.hgi-money-receive-02:after {
    content: "䳘"
}

.hgi-bulk.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-bulk.hgi-money-receive-circle:after {
    content: "䳚"
}

.hgi-bulk.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-bulk.hgi-money-receive-flow-01:after {
    content: "䳜"
}

.hgi-bulk.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-bulk.hgi-money-receive-flow-02:after {
    content: "䳞"
}

.hgi-bulk.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-bulk.hgi-money-receive-square:after {
    content: "䳠"
}

.hgi-bulk.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-bulk.hgi-money-remove-01:after {
    content: "䳢"
}

.hgi-bulk.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-bulk.hgi-money-remove-02:after {
    content: "䳤"
}

.hgi-bulk.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-bulk.hgi-money-safe:after {
    content: "䳦"
}

.hgi-bulk.hgi-money-safe:before {
    content: "䳧"
}

.hgi-bulk.hgi-money-saving-jar:after {
    content: "䳨"
}

.hgi-bulk.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-bulk.hgi-money-security:after {
    content: "䳪"
}

.hgi-bulk.hgi-money-security:before {
    content: "䳫"
}

.hgi-bulk.hgi-money-send-01:after {
    content: "䳬"
}

.hgi-bulk.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-bulk.hgi-money-send-02:after {
    content: "䳮"
}

.hgi-bulk.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-bulk.hgi-money-send-circle:after {
    content: "䳰"
}

.hgi-bulk.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-bulk.hgi-money-send-flow-01:after {
    content: "䳲"
}

.hgi-bulk.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-bulk.hgi-money-send-flow-02:after {
    content: "䳴"
}

.hgi-bulk.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-bulk.hgi-money-send-square:after {
    content: "䳶"
}

.hgi-bulk.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-bulk.hgi-monocle-01:after {
    content: "䳸"
}

.hgi-bulk.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-bulk.hgi-monocle:after {
    content: "䳺"
}

.hgi-bulk.hgi-monocle:before {
    content: "䳻"
}

.hgi-bulk.hgi-monster:after {
    content: "䳼"
}

.hgi-bulk.hgi-monster:before {
    content: "䳽"
}

.hgi-bulk.hgi-moon-01:after {
    content: "䳾"
}

.hgi-bulk.hgi-moon-01:before {
    content: "䳿"
}

.hgi-bulk.hgi-moon-02:after {
    content: "䴀"
}

.hgi-bulk.hgi-moon-02:before {
    content: "䴁"
}

.hgi-bulk.hgi-moon-angled-rain-zap:after {
    content: "䴂"
}

.hgi-bulk.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-bulk.hgi-moon-cloud-angled-rain:after {
    content: "䴄"
}

.hgi-bulk.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-bulk.hgi-moon-cloud-angled-zap:after {
    content: "䴆"
}

.hgi-bulk.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-bulk.hgi-moon-cloud-big-rain:after {
    content: "䴈"
}

.hgi-bulk.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-bulk.hgi-moon-cloud-fast-wind:after {
    content: "䴊"
}

.hgi-bulk.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-bulk.hgi-moon-cloud-hailstone:after {
    content: "䴌"
}

.hgi-bulk.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-bulk.hgi-moon-cloud-little-rain:after {
    content: "䴎"
}

.hgi-bulk.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-bulk.hgi-moon-cloud-little-snow:after {
    content: "䴐"
}

.hgi-bulk.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-bulk.hgi-moon-cloud-mid-rain:after {
    content: "䴒"
}

.hgi-bulk.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-bulk.hgi-moon-cloud-mid-snow:after {
    content: "䴔"
}

.hgi-bulk.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-bulk.hgi-moon-cloud:after {
    content: "䴖"
}

.hgi-bulk.hgi-moon-cloud-slow-wind:after {
    content: "䴗"
}

.hgi-bulk.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-bulk.hgi-moon-cloud-snow:after {
    content: "䴙"
}

.hgi-bulk.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-bulk.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-bulk.hgi-moon-eclipse:after {
    content: "䴜"
}

.hgi-bulk.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-bulk.hgi-moon-fast-wind:after {
    content: "䴞"
}

.hgi-bulk.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-bulk.hgi-moon-landing:after {
    content: "䴠"
}

.hgi-bulk.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-bulk.hgi-moon:after {
    content: "䴢"
}

.hgi-bulk.hgi-moon-slow-wind:after {
    content: "䴣"
}

.hgi-bulk.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-bulk.hgi-moon:before {
    content: "䴥"
}

.hgi-bulk.hgi-moonset:after {
    content: "䴦"
}

.hgi-bulk.hgi-moonset:before {
    content: "䴧"
}

.hgi-bulk.hgi-more-01:after {
    content: "䴨"
}

.hgi-bulk.hgi-more-01:before {
    content: "䴩"
}

.hgi-bulk.hgi-more-02:after {
    content: "䴪"
}

.hgi-bulk.hgi-more-02:before {
    content: "䴫"
}

.hgi-bulk.hgi-more-03:after {
    content: "䴬"
}

.hgi-bulk.hgi-more-03:before {
    content: "䴭"
}

.hgi-bulk.hgi-more-horizontal-circle-01:after {
    content: "䴮"
}

.hgi-bulk.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-bulk.hgi-more-horizontal-circle-02:after {
    content: "䴰"
}

.hgi-bulk.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-bulk.hgi-more-horizontal:after {
    content: "䴲"
}

.hgi-bulk.hgi-more-horizontal-square-01:after {
    content: "䴳"
}

.hgi-bulk.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-bulk.hgi-more-horizontal-square-02:after {
    content: "䴵"
}

.hgi-bulk.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-bulk.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-bulk.hgi-more-or-less-circle:after {
    content: "䴸"
}

.hgi-bulk.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-bulk.hgi-more-or-less:after {
    content: "䴺"
}

.hgi-bulk.hgi-more-or-less-square:after {
    content: "䴻"
}

.hgi-bulk.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-bulk.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-bulk.hgi-more:after {
    content: "䴾"
}

.hgi-bulk.hgi-more-vertical-circle-01:after {
    content: "䴿"
}

.hgi-bulk.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-bulk.hgi-more-vertical-circle-02:after {
    content: "䵁"
}

.hgi-bulk.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-bulk.hgi-more-vertical:after {
    content: "䵃"
}

.hgi-bulk.hgi-more-vertical-square-01:after {
    content: "䵄"
}

.hgi-bulk.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-bulk.hgi-more-vertical-square-02:after {
    content: "䵆"
}

.hgi-bulk.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-bulk.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-bulk.hgi-more:before {
    content: "䵉"
}

.hgi-bulk.hgi-mortar:after {
    content: "䵊"
}

.hgi-bulk.hgi-mortar:before {
    content: "䵋"
}

.hgi-bulk.hgi-mortarboard-01:after {
    content: "䵌"
}

.hgi-bulk.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-bulk.hgi-mortarboard-02:after {
    content: "䵎"
}

.hgi-bulk.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-bulk.hgi-mosque-01:after {
    content: "䵐"
}

.hgi-bulk.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-bulk.hgi-mosque-02:after {
    content: "䵒"
}

.hgi-bulk.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-bulk.hgi-mosque-03:after {
    content: "䵔"
}

.hgi-bulk.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-bulk.hgi-mosque-04:after {
    content: "䵖"
}

.hgi-bulk.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-bulk.hgi-mosque-05:after {
    content: "䵘"
}

.hgi-bulk.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-bulk.hgi-mosque-location:after {
    content: "䵚"
}

.hgi-bulk.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-bulk.hgi-motion-01:after {
    content: "䵜"
}

.hgi-bulk.hgi-motion-01:before {
    content: "䵝"
}

.hgi-bulk.hgi-motion-02:after {
    content: "䵞"
}

.hgi-bulk.hgi-motion-02:before {
    content: "䵟"
}

.hgi-bulk.hgi-motorbike-01:after {
    content: "䵠"
}

.hgi-bulk.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-bulk.hgi-motorbike-02:after {
    content: "䵢"
}

.hgi-bulk.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-bulk.hgi-mountain:after {
    content: "䵤"
}

.hgi-bulk.hgi-mountain:before {
    content: "䵥"
}

.hgi-bulk.hgi-mouse-01:after {
    content: "䵦"
}

.hgi-bulk.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-bulk.hgi-mouse-02:after {
    content: "䵨"
}

.hgi-bulk.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-bulk.hgi-mouse-03:after {
    content: "䵪"
}

.hgi-bulk.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-bulk.hgi-mouse-04:after {
    content: "䵬"
}

.hgi-bulk.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-bulk.hgi-mouse-05:after {
    content: "䵮"
}

.hgi-bulk.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-bulk.hgi-mouse-06:after {
    content: "䵰"
}

.hgi-bulk.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-bulk.hgi-mouse-07:after {
    content: "䵲"
}

.hgi-bulk.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-bulk.hgi-mouse-08:after {
    content: "䵴"
}

.hgi-bulk.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-bulk.hgi-mouse-09:after {
    content: "䵶"
}

.hgi-bulk.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-bulk.hgi-mouse-10:after {
    content: "䵸"
}

.hgi-bulk.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-bulk.hgi-mouse-11:after {
    content: "䵺"
}

.hgi-bulk.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-bulk.hgi-mouse-12:after {
    content: "䵼"
}

.hgi-bulk.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-bulk.hgi-mouse-13:after {
    content: "䵾"
}

.hgi-bulk.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-bulk.hgi-mouse-14:after {
    content: "䶀"
}

.hgi-bulk.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-bulk.hgi-mouse-15:after {
    content: "䶂"
}

.hgi-bulk.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-bulk.hgi-mouse-16:after {
    content: "䶄"
}

.hgi-bulk.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-bulk.hgi-mouse-17:after {
    content: "䶆"
}

.hgi-bulk.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-bulk.hgi-mouse-18:after {
    content: "䶈"
}

.hgi-bulk.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-bulk.hgi-mouse-19:after {
    content: "䶊"
}

.hgi-bulk.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-bulk.hgi-mouse-20:after {
    content: "䶌"
}

.hgi-bulk.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-bulk.hgi-mouse-21:after {
    content: "䶎"
}

.hgi-bulk.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-bulk.hgi-mouse-22:after {
    content: "䶐"
}

.hgi-bulk.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-bulk.hgi-mouse-23:after {
    content: "䶒"
}

.hgi-bulk.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-bulk.hgi-mouse-left-click-01:after {
    content: "䶔"
}

.hgi-bulk.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-bulk.hgi-mouse-left-click-02:after {
    content: "䶖"
}

.hgi-bulk.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-bulk.hgi-mouse-left-click-03:after {
    content: "䶘"
}

.hgi-bulk.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-bulk.hgi-mouse-left-click-04:after {
    content: "䶚"
}

.hgi-bulk.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-bulk.hgi-mouse-left-click-05:after {
    content: "䶜"
}

.hgi-bulk.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-bulk.hgi-mouse-left-click-06:after {
    content: "䶞"
}

.hgi-bulk.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-bulk.hgi-mouse-right-click-01:after {
    content: "䶠"
}

.hgi-bulk.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-bulk.hgi-mouse-right-click-02:after {
    content: "䶢"
}

.hgi-bulk.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-bulk.hgi-mouse-right-click-03:after {
    content: "䶤"
}

.hgi-bulk.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-bulk.hgi-mouse-right-click-04:after {
    content: "䶦"
}

.hgi-bulk.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-bulk.hgi-mouse-right-click-05:after {
    content: "䶨"
}

.hgi-bulk.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-bulk.hgi-mouse-right-click-06:after {
    content: "䶪"
}

.hgi-bulk.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-bulk.hgi-mouse-scroll-01:after {
    content: "䶬"
}

.hgi-bulk.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-bulk.hgi-mouse-scroll-02:after {
    content: "䶮"
}

.hgi-bulk.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-bulk.hgi-move-01:after {
    content: "䶰"
}

.hgi-bulk.hgi-move-01:before {
    content: "䶱"
}

.hgi-bulk.hgi-move-02:after {
    content: "䶲"
}

.hgi-bulk.hgi-move-02:before {
    content: "䶳"
}

.hgi-bulk.hgi-move-bottom:after {
    content: "䶴"
}

.hgi-bulk.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-bulk.hgi-move-left:after {
    content: "䶶"
}

.hgi-bulk.hgi-move-left:before {
    content: "䶷"
}

.hgi-bulk.hgi-move-right:after {
    content: "䶸"
}

.hgi-bulk.hgi-move-right:before {
    content: "䶹"
}

.hgi-bulk.hgi-move:after {
    content: "䶺"
}

.hgi-bulk.hgi-move-to:after {
    content: "䶻"
}

.hgi-bulk.hgi-move-to:before {
    content: "䶼"
}

.hgi-bulk.hgi-move-top:after {
    content: "䶽"
}

.hgi-bulk.hgi-move-top:before {
    content: "䶾"
}

.hgi-bulk.hgi-move:before {
    content: "䶿"
}

.hgi-bulk.hgi-mp-3-01:after {
    content: "䷀"
}

.hgi-bulk.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-bulk.hgi-mp-3-02:after {
    content: "䷂"
}

.hgi-bulk.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-bulk.hgi-mp-4-01:after {
    content: "䷄"
}

.hgi-bulk.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-bulk.hgi-mp-4-02:after {
    content: "䷆"
}

.hgi-bulk.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-bulk.hgi-muhammad:after {
    content: "䷈"
}

.hgi-bulk.hgi-muhammad:before {
    content: "䷉"
}

.hgi-bulk.hgi-multiplication-sign-circle:after {
    content: "䷊"
}

.hgi-bulk.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-bulk.hgi-multiplication-sign:after {
    content: "䷌"
}

.hgi-bulk.hgi-multiplication-sign-square:after {
    content: "䷍"
}

.hgi-bulk.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-bulk.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-bulk.hgi-mushroom-01:after {
    content: "䷐"
}

.hgi-bulk.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-bulk.hgi-mushroom:after {
    content: "䷒"
}

.hgi-bulk.hgi-mushroom:before {
    content: "䷓"
}

.hgi-bulk.hgi-music-note-01:after {
    content: "䷔"
}

.hgi-bulk.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-bulk.hgi-music-note-02:after {
    content: "䷖"
}

.hgi-bulk.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-bulk.hgi-music-note-03:after {
    content: "䷘"
}

.hgi-bulk.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-bulk.hgi-music-note-04:after {
    content: "䷚"
}

.hgi-bulk.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-bulk.hgi-music-note-square-01:after {
    content: "䷜"
}

.hgi-bulk.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-bulk.hgi-music-note-square-02:after {
    content: "䷞"
}

.hgi-bulk.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-bulk.hgi-muslim:after {
    content: "䷠"
}

.hgi-bulk.hgi-muslim:before {
    content: "䷡"
}

.hgi-bulk.hgi-mute:after {
    content: "䷢"
}

.hgi-bulk.hgi-mute:before {
    content: "䷣"
}

.hgi-bulk.hgi-mymind:after {
    content: "䷤"
}

.hgi-bulk.hgi-mymind:before {
    content: "䷥"
}

.hgi-bulk.hgi-n-th-root-circle:after {
    content: "䷦"
}

.hgi-bulk.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-bulk.hgi-n-th-root:after {
    content: "䷨"
}

.hgi-bulk.hgi-n-th-root-square:after {
    content: "䷩"
}

.hgi-bulk.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-bulk.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-bulk.hgi-nano-technology:after {
    content: "䷬"
}

.hgi-bulk.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-bulk.hgi-natural-food:after {
    content: "䷮"
}

.hgi-bulk.hgi-natural-food:before {
    content: "䷯"
}

.hgi-bulk.hgi-navigation-01:after {
    content: "䷰"
}

.hgi-bulk.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-bulk.hgi-navigation-02:after {
    content: "䷲"
}

.hgi-bulk.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-bulk.hgi-navigation-03:after {
    content: "䷴"
}

.hgi-bulk.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-bulk.hgi-navigation-04:after {
    content: "䷶"
}

.hgi-bulk.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-bulk.hgi-navigator-01:after {
    content: "䷸"
}

.hgi-bulk.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-bulk.hgi-navigator-02:after {
    content: "䷺"
}

.hgi-bulk.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-bulk.hgi-necklace:after {
    content: "䷼"
}

.hgi-bulk.hgi-necklace:before {
    content: "䷽"
}

.hgi-bulk.hgi-nerd:after {
    content: "䷾"
}

.hgi-bulk.hgi-nerd:before {
    content: "䷿"
}

.hgi-bulk.hgi-neural-network:after {
    content: "一"
}

.hgi-bulk.hgi-neural-network:before {
    content: "丁"
}

.hgi-bulk.hgi-neutral:after {
    content: "丂"
}

.hgi-bulk.hgi-neutral:before {
    content: "七"
}

.hgi-bulk.hgi-new-job:after {
    content: "丄"
}

.hgi-bulk.hgi-new-job:before {
    content: "丅"
}

.hgi-bulk.hgi-new-office:after {
    content: "丆"
}

.hgi-bulk.hgi-new-office:before {
    content: "万"
}

.hgi-bulk.hgi-new-releases:after {
    content: "丈"
}

.hgi-bulk.hgi-new-releases:before {
    content: "三"
}

.hgi-bulk.hgi-new-twitter-ellipse:after {
    content: "上"
}

.hgi-bulk.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-bulk.hgi-new-twitter-rectangle:after {
    content: "丌"
}

.hgi-bulk.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-bulk.hgi-new-twitter:after {
    content: "与"
}

.hgi-bulk.hgi-new-twitter:before {
    content: "丏"
}

.hgi-bulk.hgi-news-01:after {
    content: "丐"
}

.hgi-bulk.hgi-news-01:before {
    content: "丑"
}

.hgi-bulk.hgi-news:after {
    content: "丒"
}

.hgi-bulk.hgi-news:before {
    content: "专"
}

.hgi-bulk.hgi-next:after {
    content: "且"
}

.hgi-bulk.hgi-next:before {
    content: "丕"
}

.hgi-bulk.hgi-nike:after {
    content: "世"
}

.hgi-bulk.hgi-nike:before {
    content: "丗"
}

.hgi-bulk.hgi-nintendo:after {
    content: "丘"
}

.hgi-bulk.hgi-nintendo-switch:after {
    content: "丙"
}

.hgi-bulk.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-bulk.hgi-nintendo:before {
    content: "丛"
}

.hgi-bulk.hgi-niqab:after {
    content: "东"
}

.hgi-bulk.hgi-niqab:before {
    content: "丝"
}

.hgi-bulk.hgi-no-internet:after {
    content: "丞"
}

.hgi-bulk.hgi-no-internet:before {
    content: "丟"
}

.hgi-bulk.hgi-no-meeting-room:after {
    content: "丠"
}

.hgi-bulk.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-bulk.hgi-node-add:after {
    content: "丢"
}

.hgi-bulk.hgi-node-add:before {
    content: "丣"
}

.hgi-bulk.hgi-node-edit:after {
    content: "两"
}

.hgi-bulk.hgi-node-edit:before {
    content: "严"
}

.hgi-bulk.hgi-node-move-down:after {
    content: "並"
}

.hgi-bulk.hgi-node-move-down:before {
    content: "丧"
}

.hgi-bulk.hgi-node-move-up:after {
    content: "丨"
}

.hgi-bulk.hgi-node-move-up:before {
    content: "丩"
}

.hgi-bulk.hgi-node-remove:after {
    content: "个"
}

.hgi-bulk.hgi-node-remove:before {
    content: "丫"
}

.hgi-bulk.hgi-noodles:after {
    content: "丬"
}

.hgi-bulk.hgi-noodles:before {
    content: "中"
}

.hgi-bulk.hgi-nose:after {
    content: "丮"
}

.hgi-bulk.hgi-nose:before {
    content: "丯"
}

.hgi-bulk.hgi-not-equal-sign-circle:after {
    content: "丰"
}

.hgi-bulk.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-bulk.hgi-not-equal-sign:after {
    content: "串"
}

.hgi-bulk.hgi-not-equal-sign-square:after {
    content: "丳"
}

.hgi-bulk.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-bulk.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-bulk.hgi-note-01:after {
    content: "丶"
}

.hgi-bulk.hgi-note-01:before {
    content: "丷"
}

.hgi-bulk.hgi-note-02:after {
    content: "丸"
}

.hgi-bulk.hgi-note-02:before {
    content: "丹"
}

.hgi-bulk.hgi-note-03:after {
    content: "为"
}

.hgi-bulk.hgi-note-03:before {
    content: "主"
}

.hgi-bulk.hgi-note-04:after {
    content: "丼"
}

.hgi-bulk.hgi-note-04:before {
    content: "丽"
}

.hgi-bulk.hgi-note-05:after {
    content: "举"
}

.hgi-bulk.hgi-note-05:before {
    content: "丿"
}

.hgi-bulk.hgi-note-add:after {
    content: "乀"
}

.hgi-bulk.hgi-note-add:before {
    content: "乁"
}

.hgi-bulk.hgi-note-done:after {
    content: "乂"
}

.hgi-bulk.hgi-note-done:before {
    content: "乃"
}

.hgi-bulk.hgi-note-edit:after {
    content: "乄"
}

.hgi-bulk.hgi-note-edit:before {
    content: "久"
}

.hgi-bulk.hgi-note-remove:after {
    content: "乆"
}

.hgi-bulk.hgi-note-remove:before {
    content: "乇"
}

.hgi-bulk.hgi-note:after {
    content: "么"
}

.hgi-bulk.hgi-note:before {
    content: "义"
}

.hgi-bulk.hgi-notebook-01:after {
    content: "乊"
}

.hgi-bulk.hgi-notebook-01:before {
    content: "之"
}

.hgi-bulk.hgi-notebook-02:after {
    content: "乌"
}

.hgi-bulk.hgi-notebook-02:before {
    content: "乍"
}

.hgi-bulk.hgi-notebook:after {
    content: "乎"
}

.hgi-bulk.hgi-notebook:before {
    content: "乏"
}

.hgi-bulk.hgi-notification-01:after {
    content: "乐"
}

.hgi-bulk.hgi-notification-01:before {
    content: "乑"
}

.hgi-bulk.hgi-notification-02:after {
    content: "乒"
}

.hgi-bulk.hgi-notification-02:before {
    content: "乓"
}

.hgi-bulk.hgi-notification-03:after {
    content: "乔"
}

.hgi-bulk.hgi-notification-03:before {
    content: "乕"
}

.hgi-bulk.hgi-notification-block-01:after {
    content: "乖"
}

.hgi-bulk.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-bulk.hgi-notification-block-02:after {
    content: "乘"
}

.hgi-bulk.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-bulk.hgi-notification-block-03:after {
    content: "乚"
}

.hgi-bulk.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-bulk.hgi-notification-bubble:after {
    content: "乜"
}

.hgi-bulk.hgi-notification-bubble:before {
    content: "九"
}

.hgi-bulk.hgi-notification-circle:after {
    content: "乞"
}

.hgi-bulk.hgi-notification-circle:before {
    content: "也"
}

.hgi-bulk.hgi-notification-off-01:after {
    content: "习"
}

.hgi-bulk.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-bulk.hgi-notification-off-02:after {
    content: "乢"
}

.hgi-bulk.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-bulk.hgi-notification-off-03:after {
    content: "乤"
}

.hgi-bulk.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-bulk.hgi-notification-snooze-01:after {
    content: "书"
}

.hgi-bulk.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-bulk.hgi-notification-snooze-02:after {
    content: "乨"
}

.hgi-bulk.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-bulk.hgi-notification-snooze-03:after {
    content: "乪"
}

.hgi-bulk.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-bulk.hgi-notification-square:after {
    content: "乬"
}

.hgi-bulk.hgi-notification-square:before {
    content: "乭"
}

.hgi-bulk.hgi-notion-01:after {
    content: "乮"
}

.hgi-bulk.hgi-notion-01:before {
    content: "乯"
}

.hgi-bulk.hgi-notion-02:after {
    content: "买"
}

.hgi-bulk.hgi-notion-02:before {
    content: "乱"
}

.hgi-bulk.hgi-npm:after {
    content: "乲"
}

.hgi-bulk.hgi-npm:before {
    content: "乳"
}

.hgi-bulk.hgi-nuclear-power:after {
    content: "乴"
}

.hgi-bulk.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-bulk.hgi-nut:after {
    content: "乶"
}

.hgi-bulk.hgi-nut:before {
    content: "乷"
}

.hgi-bulk.hgi-obtuse:after {
    content: "乸"
}

.hgi-bulk.hgi-obtuse:before {
    content: "乹"
}

.hgi-bulk.hgi-octagon:after {
    content: "乺"
}

.hgi-bulk.hgi-octagon:before {
    content: "乻"
}

.hgi-bulk.hgi-octopus:after {
    content: "乼"
}

.hgi-bulk.hgi-octopus:before {
    content: "乽"
}

.hgi-bulk.hgi-office-365:after {
    content: "乾"
}

.hgi-bulk.hgi-office-365:before {
    content: "乿"
}

.hgi-bulk.hgi-office-chair:after {
    content: "亀"
}

.hgi-bulk.hgi-office-chair:before {
    content: "亁"
}

.hgi-bulk.hgi-office:after {
    content: "亂"
}

.hgi-bulk.hgi-office:before {
    content: "亃"
}

.hgi-bulk.hgi-oil-barrel:after {
    content: "亄"
}

.hgi-bulk.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-bulk.hgi-ok-finger:after {
    content: "了"
}

.hgi-bulk.hgi-ok-finger:before {
    content: "亇"
}

.hgi-bulk.hgi-olympic-torch:after {
    content: "予"
}

.hgi-bulk.hgi-olympic-torch:before {
    content: "争"
}

.hgi-bulk.hgi-online-learning-01:after {
    content: "亊"
}

.hgi-bulk.hgi-online-learning-01:before {
    content: "事"
}

.hgi-bulk.hgi-online-learning-02:after {
    content: "二"
}

.hgi-bulk.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-bulk.hgi-online-learning-03:after {
    content: "于"
}

.hgi-bulk.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-bulk.hgi-online-learning-04:after {
    content: "亐"
}

.hgi-bulk.hgi-online-learning-04:before {
    content: "云"
}

.hgi-bulk.hgi-open-caption:after {
    content: "互"
}

.hgi-bulk.hgi-open-caption:before {
    content: "亓"
}

.hgi-bulk.hgi-option:after {
    content: "五"
}

.hgi-bulk.hgi-option:before {
    content: "井"
}

.hgi-bulk.hgi-orange:after {
    content: "亖"
}

.hgi-bulk.hgi-orange:before {
    content: "亗"
}

.hgi-bulk.hgi-orbit-01:after {
    content: "亘"
}

.hgi-bulk.hgi-orbit-01:before {
    content: "亙"
}

.hgi-bulk.hgi-orbit-02:after {
    content: "亚"
}

.hgi-bulk.hgi-orbit-02:before {
    content: "些"
}

.hgi-bulk.hgi-organic-food:after {
    content: "亜"
}

.hgi-bulk.hgi-organic-food:before {
    content: "亝"
}

.hgi-bulk.hgi-orthogonal-edge:after {
    content: "亞"
}

.hgi-bulk.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-bulk.hgi-oval:after {
    content: "亠"
}

.hgi-bulk.hgi-oval:before {
    content: "亡"
}

.hgi-bulk.hgi-oven:after {
    content: "亢"
}

.hgi-bulk.hgi-oven:before {
    content: "亣"
}

.hgi-bulk.hgi-package-add:after {
    content: "交"
}

.hgi-bulk.hgi-package-add:before {
    content: "亥"
}

.hgi-bulk.hgi-package-delivered:after {
    content: "亦"
}

.hgi-bulk.hgi-package-delivered:before {
    content: "产"
}

.hgi-bulk.hgi-package-moving:after {
    content: "亨"
}

.hgi-bulk.hgi-package-moving:before {
    content: "亩"
}

.hgi-bulk.hgi-package-open:after {
    content: "亪"
}

.hgi-bulk.hgi-package-open:before {
    content: "享"
}

.hgi-bulk.hgi-package-out-of-stock:after {
    content: "京"
}

.hgi-bulk.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-bulk.hgi-package-process:after {
    content: "亮"
}

.hgi-bulk.hgi-package-process:before {
    content: "亯"
}

.hgi-bulk.hgi-package-receive:after {
    content: "亰"
}

.hgi-bulk.hgi-package-receive:before {
    content: "亱"
}

.hgi-bulk.hgi-package-remove:after {
    content: "亲"
}

.hgi-bulk.hgi-package-remove:before {
    content: "亳"
}

.hgi-bulk.hgi-package-search:after {
    content: "亴"
}

.hgi-bulk.hgi-package-search:before {
    content: "亵"
}

.hgi-bulk.hgi-package:after {
    content: "亶"
}

.hgi-bulk.hgi-package-sent:after {
    content: "亷"
}

.hgi-bulk.hgi-package-sent:before {
    content: "亸"
}

.hgi-bulk.hgi-package:before {
    content: "亹"
}

.hgi-bulk.hgi-pacman-01:after {
    content: "人"
}

.hgi-bulk.hgi-pacman-01:before {
    content: "亻"
}

.hgi-bulk.hgi-pacman-02:after {
    content: "亼"
}

.hgi-bulk.hgi-pacman-02:before {
    content: "亽"
}

.hgi-bulk.hgi-paint-board:after {
    content: "亾"
}

.hgi-bulk.hgi-paint-board:before {
    content: "亿"
}

.hgi-bulk.hgi-paint-brush-01:after {
    content: "什"
}

.hgi-bulk.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-bulk.hgi-paint-brush-02:after {
    content: "仂"
}

.hgi-bulk.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-bulk.hgi-paint-brush-03:after {
    content: "仄"
}

.hgi-bulk.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-bulk.hgi-paint-brush-04:after {
    content: "仆"
}

.hgi-bulk.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-bulk.hgi-paint-bucket:after {
    content: "仈"
}

.hgi-bulk.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-bulk.hgi-pan-01:after {
    content: "今"
}

.hgi-bulk.hgi-pan-01:before {
    content: "介"
}

.hgi-bulk.hgi-pan-02:after {
    content: "仌"
}

.hgi-bulk.hgi-pan-02:before {
    content: "仍"
}

.hgi-bulk.hgi-pan-03:after {
    content: "从"
}

.hgi-bulk.hgi-pan-03:before {
    content: "仏"
}

.hgi-bulk.hgi-parabola-01:after {
    content: "仐"
}

.hgi-bulk.hgi-parabola-01:before {
    content: "仑"
}

.hgi-bulk.hgi-parabola-02:after {
    content: "仒"
}

.hgi-bulk.hgi-parabola-02:before {
    content: "仓"
}

.hgi-bulk.hgi-parabola-03:after {
    content: "仔"
}

.hgi-bulk.hgi-parabola-03:before {
    content: "仕"
}

.hgi-bulk.hgi-paragliding:after {
    content: "他"
}

.hgi-bulk.hgi-paragliding:before {
    content: "仗"
}

.hgi-bulk.hgi-paragraph-bullets-point-01:after {
    content: "付"
}

.hgi-bulk.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-bulk.hgi-paragraph-bullets-point-02:after {
    content: "仚"
}

.hgi-bulk.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-bulk.hgi-paragraph:after {
    content: "仜"
}

.hgi-bulk.hgi-paragraph-spacing:after {
    content: "仝"
}

.hgi-bulk.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-bulk.hgi-paragraph:before {
    content: "仟"
}

.hgi-bulk.hgi-parallelogram:after {
    content: "仠"
}

.hgi-bulk.hgi-parallelogram:before {
    content: "仡"
}

.hgi-bulk.hgi-parking-area-circle:after {
    content: "仢"
}

.hgi-bulk.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-bulk.hgi-parking-area-square:after {
    content: "令"
}

.hgi-bulk.hgi-parking-area-square:before {
    content: "以"
}

.hgi-bulk.hgi-passport-01:after {
    content: "仦"
}

.hgi-bulk.hgi-passport-01:before {
    content: "仧"
}

.hgi-bulk.hgi-passport-expired:after {
    content: "仨"
}

.hgi-bulk.hgi-passport-expired:before {
    content: "仩"
}

.hgi-bulk.hgi-passport:after {
    content: "仪"
}

.hgi-bulk.hgi-passport-valid:after {
    content: "仫"
}

.hgi-bulk.hgi-passport-valid:before {
    content: "们"
}

.hgi-bulk.hgi-passport:before {
    content: "仭"
}

.hgi-bulk.hgi-password-validation:after {
    content: "仮"
}

.hgi-bulk.hgi-password-validation:before {
    content: "仯"
}

.hgi-bulk.hgi-path:after {
    content: "仰"
}

.hgi-bulk.hgi-path:before {
    content: "仱"
}

.hgi-bulk.hgi-pathfinder-crop:after {
    content: "仲"
}

.hgi-bulk.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-bulk.hgi-pathfinder-divide:after {
    content: "仴"
}

.hgi-bulk.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-bulk.hgi-pathfinder-exclude:after {
    content: "件"
}

.hgi-bulk.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-bulk.hgi-pathfinder-intersect:after {
    content: "仸"
}

.hgi-bulk.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-bulk.hgi-pathfinder-merge:after {
    content: "仺"
}

.hgi-bulk.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-bulk.hgi-pathfinder-minus-back:after {
    content: "仼"
}

.hgi-bulk.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-bulk.hgi-pathfinder-minus-front:after {
    content: "仾"
}

.hgi-bulk.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-bulk.hgi-pathfinder-outline:after {
    content: "伀"
}

.hgi-bulk.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-bulk.hgi-pathfinder-trim:after {
    content: "伂"
}

.hgi-bulk.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-bulk.hgi-pathfinder-unite:after {
    content: "伄"
}

.hgi-bulk.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-bulk.hgi-patient:after {
    content: "伆"
}

.hgi-bulk.hgi-patient:before {
    content: "伇"
}

.hgi-bulk.hgi-patio:after {
    content: "伈"
}

.hgi-bulk.hgi-patio:before {
    content: "伉"
}

.hgi-bulk.hgi-pause:after {
    content: "伊"
}

.hgi-bulk.hgi-pause:before {
    content: "伋"
}

.hgi-bulk.hgi-pavilon:after {
    content: "伌"
}

.hgi-bulk.hgi-pavilon:before {
    content: "伍"
}

.hgi-bulk.hgi-pay-by-check:after {
    content: "伎"
}

.hgi-bulk.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-bulk.hgi-payment-01:after {
    content: "伐"
}

.hgi-bulk.hgi-payment-01:before {
    content: "休"
}

.hgi-bulk.hgi-payment-02:after {
    content: "伒"
}

.hgi-bulk.hgi-payment-02:before {
    content: "伓"
}

.hgi-bulk.hgi-payment-success-01:after {
    content: "伔"
}

.hgi-bulk.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-bulk.hgi-payment-success-02:after {
    content: "伖"
}

.hgi-bulk.hgi-payment-success-02:before {
    content: "众"
}

.hgi-bulk.hgi-payoneer:after {
    content: "优"
}

.hgi-bulk.hgi-payoneer:before {
    content: "伙"
}

.hgi-bulk.hgi-paypal:after {
    content: "会"
}

.hgi-bulk.hgi-paypal:before {
    content: "伛"
}

.hgi-bulk.hgi-pdf-01:after {
    content: "伜"
}

.hgi-bulk.hgi-pdf-01:before {
    content: "伝"
}

.hgi-bulk.hgi-pdf-02:after {
    content: "伞"
}

.hgi-bulk.hgi-pdf-02:before {
    content: "伟"
}

.hgi-bulk.hgi-peer-to-peer-01:after {
    content: "传"
}

.hgi-bulk.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-bulk.hgi-peer-to-peer-02:after {
    content: "伢"
}

.hgi-bulk.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-bulk.hgi-peer-to-peer-03:after {
    content: "伤"
}

.hgi-bulk.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-bulk.hgi-pen-connect-bluetooth:after {
    content: "伦"
}

.hgi-bulk.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-bulk.hgi-pen-connect-usb:after {
    content: "伨"
}

.hgi-bulk.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-bulk.hgi-pen-connect-wifi:after {
    content: "伪"
}

.hgi-bulk.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-bulk.hgi-pen-tool-01:after {
    content: "伬"
}

.hgi-bulk.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-bulk.hgi-pen-tool-02:after {
    content: "伮"
}

.hgi-bulk.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-bulk.hgi-pen-tool-03:after {
    content: "估"
}

.hgi-bulk.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-bulk.hgi-pen-tool-add:after {
    content: "伲"
}

.hgi-bulk.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-bulk.hgi-pen-tool-minus:after {
    content: "伴"
}

.hgi-bulk.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-bulk.hgi-pencil-edit-01:after {
    content: "伶"
}

.hgi-bulk.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-bulk.hgi-pencil-edit-02:after {
    content: "伸"
}

.hgi-bulk.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-bulk.hgi-pencil:after {
    content: "伺"
}

.hgi-bulk.hgi-pencil:before {
    content: "伻"
}

.hgi-bulk.hgi-pendulum:after {
    content: "似"
}

.hgi-bulk.hgi-pendulum:before {
    content: "伽"
}

.hgi-bulk.hgi-pensive:after {
    content: "伾"
}

.hgi-bulk.hgi-pensive:before {
    content: "伿"
}

.hgi-bulk.hgi-pentagon-01:after {
    content: "佀"
}

.hgi-bulk.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-bulk.hgi-pentagon:after {
    content: "佂"
}

.hgi-bulk.hgi-pentagon:before {
    content: "佃"
}

.hgi-bulk.hgi-percent-circle:after {
    content: "佄"
}

.hgi-bulk.hgi-percent-circle:before {
    content: "佅"
}

.hgi-bulk.hgi-percent:after {
    content: "但"
}

.hgi-bulk.hgi-percent-square:after {
    content: "佇"
}

.hgi-bulk.hgi-percent-square:before {
    content: "佈"
}

.hgi-bulk.hgi-percent:before {
    content: "佉"
}

.hgi-bulk.hgi-perfume:after {
    content: "佊"
}

.hgi-bulk.hgi-perfume:before {
    content: "佋"
}

.hgi-bulk.hgi-periscope:after {
    content: "佌"
}

.hgi-bulk.hgi-periscope:before {
    content: "位"
}

.hgi-bulk.hgi-permanent-job:after {
    content: "低"
}

.hgi-bulk.hgi-permanent-job:before {
    content: "住"
}

.hgi-bulk.hgi-perspective:after {
    content: "佐"
}

.hgi-bulk.hgi-perspective:before {
    content: "佑"
}

.hgi-bulk.hgi-pexels:after {
    content: "佒"
}

.hgi-bulk.hgi-pexels:before {
    content: "体"
}

.hgi-bulk.hgi-phone-off-01:after {
    content: "佔"
}

.hgi-bulk.hgi-phone-off-01:before {
    content: "何"
}

.hgi-bulk.hgi-phone-off-02:after {
    content: "佖"
}

.hgi-bulk.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-bulk.hgi-php:after {
    content: "佘"
}

.hgi-bulk.hgi-php:before {
    content: "余"
}

.hgi-bulk.hgi-physics:after {
    content: "佚"
}

.hgi-bulk.hgi-physics:before {
    content: "佛"
}

.hgi-bulk.hgi-pi-circle:after {
    content: "作"
}

.hgi-bulk.hgi-pi-circle:before {
    content: "佝"
}

.hgi-bulk.hgi-pi:after {
    content: "佞"
}

.hgi-bulk.hgi-pi-square:after {
    content: "佟"
}

.hgi-bulk.hgi-pi-square:before {
    content: "你"
}

.hgi-bulk.hgi-pi:before {
    content: "佡"
}

.hgi-bulk.hgi-picasa:after {
    content: "佢"
}

.hgi-bulk.hgi-picasa:before {
    content: "佣"
}

.hgi-bulk.hgi-pickup-01:after {
    content: "佤"
}

.hgi-bulk.hgi-pickup-01:before {
    content: "佥"
}

.hgi-bulk.hgi-pickup-02:after {
    content: "佦"
}

.hgi-bulk.hgi-pickup-02:before {
    content: "佧"
}

.hgi-bulk.hgi-picture-in-picture-exit:after {
    content: "佨"
}

.hgi-bulk.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-bulk.hgi-picture-in-picture-on:after {
    content: "佪"
}

.hgi-bulk.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-bulk.hgi-pie-chart:after {
    content: "佬"
}

.hgi-bulk.hgi-pie-chart-square:after {
    content: "佭"
}

.hgi-bulk.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-bulk.hgi-pie-chart:before {
    content: "佯"
}

.hgi-bulk.hgi-pie:after {
    content: "佰"
}

.hgi-bulk.hgi-pie:before {
    content: "佱"
}

.hgi-bulk.hgi-piggy-bank:after {
    content: "佲"
}

.hgi-bulk.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-bulk.hgi-pin-code:after {
    content: "佴"
}

.hgi-bulk.hgi-pin-code:before {
    content: "併"
}

.hgi-bulk.hgi-pin-location-01:after {
    content: "佶"
}

.hgi-bulk.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-bulk.hgi-pin-location-02:after {
    content: "佸"
}

.hgi-bulk.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-bulk.hgi-pin-location-03:after {
    content: "佺"
}

.hgi-bulk.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-bulk.hgi-pin-off:after {
    content: "佼"
}

.hgi-bulk.hgi-pin-off:before {
    content: "佽"
}

.hgi-bulk.hgi-pin:after {
    content: "佾"
}

.hgi-bulk.hgi-pin:before {
    content: "使"
}

.hgi-bulk.hgi-pinterest:after {
    content: "侀"
}

.hgi-bulk.hgi-pinterest:before {
    content: "侁"
}

.hgi-bulk.hgi-pipeline:after {
    content: "侂"
}

.hgi-bulk.hgi-pipeline:before {
    content: "侃"
}

.hgi-bulk.hgi-pisa-tower:after {
    content: "侄"
}

.hgi-bulk.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-bulk.hgi-pizza-01:after {
    content: "來"
}

.hgi-bulk.hgi-pizza-01:before {
    content: "侇"
}

.hgi-bulk.hgi-pizza-02:after {
    content: "侈"
}

.hgi-bulk.hgi-pizza-02:before {
    content: "侉"
}

.hgi-bulk.hgi-pizza-cutter:after {
    content: "侊"
}

.hgi-bulk.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-bulk.hgi-plane:after {
    content: "侌"
}

.hgi-bulk.hgi-plane:before {
    content: "侍"
}

.hgi-bulk.hgi-plant-01:after {
    content: "侎"
}

.hgi-bulk.hgi-plant-01:before {
    content: "侏"
}

.hgi-bulk.hgi-plant-02:after {
    content: "侐"
}

.hgi-bulk.hgi-plant-02:before {
    content: "侑"
}

.hgi-bulk.hgi-plant-03:after {
    content: "侒"
}

.hgi-bulk.hgi-plant-03:before {
    content: "侓"
}

.hgi-bulk.hgi-plant-04:after {
    content: "侔"
}

.hgi-bulk.hgi-plant-04:before {
    content: "侕"
}

.hgi-bulk.hgi-plate:after {
    content: "侖"
}

.hgi-bulk.hgi-plate:before {
    content: "侗"
}

.hgi-bulk.hgi-plaxo:after {
    content: "侘"
}

.hgi-bulk.hgi-plaxo:before {
    content: "侙"
}

.hgi-bulk.hgi-play-circle-02:after {
    content: "侚"
}

.hgi-bulk.hgi-play-circle-02:before {
    content: "供"
}

.hgi-bulk.hgi-play-circle:after {
    content: "侜"
}

.hgi-bulk.hgi-play-circle:before {
    content: "依"
}

.hgi-bulk.hgi-play-list-add:after {
    content: "侞"
}

.hgi-bulk.hgi-play-list-add:before {
    content: "侟"
}

.hgi-bulk.hgi-play-list-favourite-01:after {
    content: "侠"
}

.hgi-bulk.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-bulk.hgi-play-list-favourite-02:after {
    content: "侢"
}

.hgi-bulk.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-bulk.hgi-play-list-minus:after {
    content: "侤"
}

.hgi-bulk.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-bulk.hgi-play-list-remove:after {
    content: "侦"
}

.hgi-bulk.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-bulk.hgi-play-list:after {
    content: "侨"
}

.hgi-bulk.hgi-play-list:before {
    content: "侩"
}

.hgi-bulk.hgi-play:after {
    content: "侪"
}

.hgi-bulk.hgi-play-square:after {
    content: "侫"
}

.hgi-bulk.hgi-play-square:before {
    content: "侬"
}

.hgi-bulk.hgi-play-store:after {
    content: "侭"
}

.hgi-bulk.hgi-play-store:before {
    content: "侮"
}

.hgi-bulk.hgi-play:before {
    content: "侯"
}

.hgi-bulk.hgi-playlist-01:after {
    content: "侰"
}

.hgi-bulk.hgi-playlist-01:before {
    content: "侱"
}

.hgi-bulk.hgi-playlist-02:after {
    content: "侲"
}

.hgi-bulk.hgi-playlist-02:before {
    content: "侳"
}

.hgi-bulk.hgi-playlist-03:after {
    content: "侴"
}

.hgi-bulk.hgi-playlist-03:before {
    content: "侵"
}

.hgi-bulk.hgi-plaza:after {
    content: "侶"
}

.hgi-bulk.hgi-plaza:before {
    content: "侷"
}

.hgi-bulk.hgi-plug-01:after {
    content: "侸"
}

.hgi-bulk.hgi-plug-01:before {
    content: "侹"
}

.hgi-bulk.hgi-plug-02:after {
    content: "侺"
}

.hgi-bulk.hgi-plug-02:before {
    content: "侻"
}

.hgi-bulk.hgi-plug-socket:after {
    content: "侼"
}

.hgi-bulk.hgi-plug-socket:before {
    content: "侽"
}

.hgi-bulk.hgi-plus-minus-01:after {
    content: "侾"
}

.hgi-bulk.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-bulk.hgi-plus-minus-02:after {
    content: "俀"
}

.hgi-bulk.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-bulk.hgi-plus-minus-circle-01:after {
    content: "係"
}

.hgi-bulk.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-bulk.hgi-plus-minus-circle-02:after {
    content: "俄"
}

.hgi-bulk.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-bulk.hgi-plus-minus:after {
    content: "俆"
}

.hgi-bulk.hgi-plus-minus-square-01:after {
    content: "俇"
}

.hgi-bulk.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-bulk.hgi-plus-minus-square-02:after {
    content: "俉"
}

.hgi-bulk.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-bulk.hgi-plus-minus:before {
    content: "俋"
}

.hgi-bulk.hgi-plus-sign-circle:after {
    content: "俌"
}

.hgi-bulk.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-bulk.hgi-plus-sign:after {
    content: "俎"
}

.hgi-bulk.hgi-plus-sign-square:after {
    content: "俏"
}

.hgi-bulk.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-bulk.hgi-plus-sign:before {
    content: "俑"
}

.hgi-bulk.hgi-png-01:after {
    content: "俒"
}

.hgi-bulk.hgi-png-01:before {
    content: "俓"
}

.hgi-bulk.hgi-png-02:after {
    content: "俔"
}

.hgi-bulk.hgi-png-02:before {
    content: "俕"
}

.hgi-bulk.hgi-podium:after {
    content: "俖"
}

.hgi-bulk.hgi-podium:before {
    content: "俗"
}

.hgi-bulk.hgi-pointing-left-01:after {
    content: "俘"
}

.hgi-bulk.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-bulk.hgi-pointing-left-02:after {
    content: "俚"
}

.hgi-bulk.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-bulk.hgi-pointing-left-03:after {
    content: "俜"
}

.hgi-bulk.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-bulk.hgi-pointing-left-04:after {
    content: "俞"
}

.hgi-bulk.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-bulk.hgi-pointing-left-05:after {
    content: "俠"
}

.hgi-bulk.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-bulk.hgi-pointing-left-06:after {
    content: "俢"
}

.hgi-bulk.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-bulk.hgi-pointing-left-07:after {
    content: "俤"
}

.hgi-bulk.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-bulk.hgi-pointing-left-08:after {
    content: "俦"
}

.hgi-bulk.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-bulk.hgi-pointing-right-01:after {
    content: "俨"
}

.hgi-bulk.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-bulk.hgi-pointing-right-02:after {
    content: "俪"
}

.hgi-bulk.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-bulk.hgi-pointing-right-03:after {
    content: "俬"
}

.hgi-bulk.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-bulk.hgi-pointing-right-04:after {
    content: "修"
}

.hgi-bulk.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-bulk.hgi-pointing-right-05:after {
    content: "俰"
}

.hgi-bulk.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-bulk.hgi-pointing-right-06:after {
    content: "俲"
}

.hgi-bulk.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-bulk.hgi-pointing-right-07:after {
    content: "俴"
}

.hgi-bulk.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-bulk.hgi-pointing-right-08:after {
    content: "俶"
}

.hgi-bulk.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-bulk.hgi-pokeball:after {
    content: "俸"
}

.hgi-bulk.hgi-pokeball:before {
    content: "俹"
}

.hgi-bulk.hgi-pokemon:after {
    content: "俺"
}

.hgi-bulk.hgi-pokemon:before {
    content: "俻"
}

.hgi-bulk.hgi-police-badge:after {
    content: "俼"
}

.hgi-bulk.hgi-police-badge:before {
    content: "俽"
}

.hgi-bulk.hgi-police-cap:after {
    content: "俾"
}

.hgi-bulk.hgi-police-cap:before {
    content: "俿"
}

.hgi-bulk.hgi-police-car:after {
    content: "倀"
}

.hgi-bulk.hgi-police-car:before {
    content: "倁"
}

.hgi-bulk.hgi-police-station:after {
    content: "倂"
}

.hgi-bulk.hgi-police-station:before {
    content: "倃"
}

.hgi-bulk.hgi-policy:after {
    content: "倄"
}

.hgi-bulk.hgi-policy:before {
    content: "倅"
}

.hgi-bulk.hgi-polygon:after {
    content: "倆"
}

.hgi-bulk.hgi-polygon:before {
    content: "倇"
}

.hgi-bulk.hgi-pool:after {
    content: "倈"
}

.hgi-bulk.hgi-pool-table:after {
    content: "倉"
}

.hgi-bulk.hgi-pool-table:before {
    content: "倊"
}

.hgi-bulk.hgi-pool:before {
    content: "個"
}

.hgi-bulk.hgi-poop:after {
    content: "倌"
}

.hgi-bulk.hgi-poop:before {
    content: "倍"
}

.hgi-bulk.hgi-popcorn:after {
    content: "倎"
}

.hgi-bulk.hgi-popcorn:before {
    content: "倏"
}

.hgi-bulk.hgi-pot-01:after {
    content: "倐"
}

.hgi-bulk.hgi-pot-01:before {
    content: "們"
}

.hgi-bulk.hgi-pot-02:after {
    content: "倒"
}

.hgi-bulk.hgi-pot-02:before {
    content: "倓"
}

.hgi-bulk.hgi-potion:after {
    content: "倔"
}

.hgi-bulk.hgi-potion:before {
    content: "倕"
}

.hgi-bulk.hgi-pound-circle:after {
    content: "倖"
}

.hgi-bulk.hgi-pound-circle:before {
    content: "倗"
}

.hgi-bulk.hgi-pound-receive:after {
    content: "倘"
}

.hgi-bulk.hgi-pound-receive:before {
    content: "候"
}

.hgi-bulk.hgi-pound:after {
    content: "倚"
}

.hgi-bulk.hgi-pound-send:after {
    content: "倛"
}

.hgi-bulk.hgi-pound-send:before {
    content: "倜"
}

.hgi-bulk.hgi-pound-square:after {
    content: "倝"
}

.hgi-bulk.hgi-pound-square:before {
    content: "倞"
}

.hgi-bulk.hgi-pound:before {
    content: "借"
}

.hgi-bulk.hgi-power-service:after {
    content: "倠"
}

.hgi-bulk.hgi-power-service:before {
    content: "倡"
}

.hgi-bulk.hgi-power-socket-01:after {
    content: "倢"
}

.hgi-bulk.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-bulk.hgi-power-socket-02:after {
    content: "値"
}

.hgi-bulk.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-bulk.hgi-ppt-01:after {
    content: "倦"
}

.hgi-bulk.hgi-ppt-01:before {
    content: "倧"
}

.hgi-bulk.hgi-ppt-02:after {
    content: "倨"
}

.hgi-bulk.hgi-ppt-02:before {
    content: "倩"
}

.hgi-bulk.hgi-prawn:after {
    content: "倪"
}

.hgi-bulk.hgi-prawn:before {
    content: "倫"
}

.hgi-bulk.hgi-prayer-rug-01:after {
    content: "倬"
}

.hgi-bulk.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-bulk.hgi-prayer-rug-02:after {
    content: "倮"
}

.hgi-bulk.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-bulk.hgi-preference-horizontal:after {
    content: "倰"
}

.hgi-bulk.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-bulk.hgi-preference-vertical:after {
    content: "倲"
}

.hgi-bulk.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-bulk.hgi-prescription:after {
    content: "倴"
}

.hgi-bulk.hgi-prescription:before {
    content: "倵"
}

.hgi-bulk.hgi-presentation-01:after {
    content: "倶"
}

.hgi-bulk.hgi-presentation-01:before {
    content: "倷"
}

.hgi-bulk.hgi-presentation-02:after {
    content: "倸"
}

.hgi-bulk.hgi-presentation-02:before {
    content: "倹"
}

.hgi-bulk.hgi-presentation-03:after {
    content: "债"
}

.hgi-bulk.hgi-presentation-03:before {
    content: "倻"
}

.hgi-bulk.hgi-presentation-04:after {
    content: "值"
}

.hgi-bulk.hgi-presentation-04:before {
    content: "倽"
}

.hgi-bulk.hgi-presentation-05:after {
    content: "倾"
}

.hgi-bulk.hgi-presentation-05:before {
    content: "倿"
}

.hgi-bulk.hgi-presentation-06:after {
    content: "偀"
}

.hgi-bulk.hgi-presentation-06:before {
    content: "偁"
}

.hgi-bulk.hgi-presentation-07:after {
    content: "偂"
}

.hgi-bulk.hgi-presentation-07:before {
    content: "偃"
}

.hgi-bulk.hgi-presentation-bar-chart-01:after {
    content: "偄"
}

.hgi-bulk.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-bulk.hgi-presentation-bar-chart-02:after {
    content: "偆"
}

.hgi-bulk.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-bulk.hgi-presentation-line-chart-01:after {
    content: "偈"
}

.hgi-bulk.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-bulk.hgi-presentation-line-chart-02:after {
    content: "偊"
}

.hgi-bulk.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-bulk.hgi-presentation-online:after {
    content: "偌"
}

.hgi-bulk.hgi-presentation-online:before {
    content: "偍"
}

.hgi-bulk.hgi-presentation-podium:after {
    content: "偎"
}

.hgi-bulk.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-bulk.hgi-previous:after {
    content: "偐"
}

.hgi-bulk.hgi-previous:before {
    content: "偑"
}

.hgi-bulk.hgi-printer-off:after {
    content: "偒"
}

.hgi-bulk.hgi-printer-off:before {
    content: "偓"
}

.hgi-bulk.hgi-printer:after {
    content: "偔"
}

.hgi-bulk.hgi-printer:before {
    content: "偕"
}

.hgi-bulk.hgi-prism-01:after {
    content: "偖"
}

.hgi-bulk.hgi-prism-01:before {
    content: "偗"
}

.hgi-bulk.hgi-prism:after {
    content: "偘"
}

.hgi-bulk.hgi-prism:before {
    content: "偙"
}

.hgi-bulk.hgi-prison-guard:after {
    content: "做"
}

.hgi-bulk.hgi-prison-guard:before {
    content: "偛"
}

.hgi-bulk.hgi-prison:after {
    content: "停"
}

.hgi-bulk.hgi-prison:before {
    content: "偝"
}

.hgi-bulk.hgi-prisoner:after {
    content: "偞"
}

.hgi-bulk.hgi-prisoner:before {
    content: "偟"
}

.hgi-bulk.hgi-product-loading:after {
    content: "偠"
}

.hgi-bulk.hgi-product-loading:before {
    content: "偡"
}

.hgi-bulk.hgi-profile-02:after {
    content: "偢"
}

.hgi-bulk.hgi-profile-02:before {
    content: "偣"
}

.hgi-bulk.hgi-profile:after {
    content: "偤"
}

.hgi-bulk.hgi-profile:before {
    content: "健"
}

.hgi-bulk.hgi-profit:after {
    content: "偦"
}

.hgi-bulk.hgi-profit:before {
    content: "偧"
}

.hgi-bulk.hgi-programming-flag:after {
    content: "偨"
}

.hgi-bulk.hgi-programming-flag:before {
    content: "偩"
}

.hgi-bulk.hgi-projector-01:after {
    content: "偪"
}

.hgi-bulk.hgi-projector-01:before {
    content: "偫"
}

.hgi-bulk.hgi-projector:after {
    content: "偬"
}

.hgi-bulk.hgi-projector:before {
    content: "偭"
}

.hgi-bulk.hgi-promotion:after {
    content: "偮"
}

.hgi-bulk.hgi-promotion:before {
    content: "偯"
}

.hgi-bulk.hgi-property-add:after {
    content: "偰"
}

.hgi-bulk.hgi-property-add:before {
    content: "偱"
}

.hgi-bulk.hgi-property-delete:after {
    content: "偲"
}

.hgi-bulk.hgi-property-delete:before {
    content: "偳"
}

.hgi-bulk.hgi-property-edit:after {
    content: "側"
}

.hgi-bulk.hgi-property-edit:before {
    content: "偵"
}

.hgi-bulk.hgi-property-new:after {
    content: "偶"
}

.hgi-bulk.hgi-property-new:before {
    content: "偷"
}

.hgi-bulk.hgi-property-search:after {
    content: "偸"
}

.hgi-bulk.hgi-property-search:before {
    content: "偹"
}

.hgi-bulk.hgi-property-view:after {
    content: "偺"
}

.hgi-bulk.hgi-property-view:before {
    content: "偻"
}

.hgi-bulk.hgi-protection-mask:after {
    content: "偼"
}

.hgi-bulk.hgi-protection-mask:before {
    content: "偽"
}

.hgi-bulk.hgi-pulley:after {
    content: "偾"
}

.hgi-bulk.hgi-pulley:before {
    content: "偿"
}

.hgi-bulk.hgi-pulse-01:after {
    content: "傀"
}

.hgi-bulk.hgi-pulse-01:before {
    content: "傁"
}

.hgi-bulk.hgi-pulse-02:after {
    content: "傂"
}

.hgi-bulk.hgi-pulse-02:before {
    content: "傃"
}

.hgi-bulk.hgi-pulse-rectangle-01:after {
    content: "傄"
}

.hgi-bulk.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-bulk.hgi-pulse-rectangle-02:after {
    content: "傆"
}

.hgi-bulk.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-bulk.hgi-pumpkin:after {
    content: "傈"
}

.hgi-bulk.hgi-pumpkin:before {
    content: "傉"
}

.hgi-bulk.hgi-punch:after {
    content: "傊"
}

.hgi-bulk.hgi-punch:before {
    content: "傋"
}

.hgi-bulk.hgi-punching-ball-01:after {
    content: "傌"
}

.hgi-bulk.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-bulk.hgi-punching-ball-02:after {
    content: "傎"
}

.hgi-bulk.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-bulk.hgi-purse-01:after {
    content: "傐"
}

.hgi-bulk.hgi-purse-01:before {
    content: "傑"
}

.hgi-bulk.hgi-purse:after {
    content: "傒"
}

.hgi-bulk.hgi-purse:before {
    content: "傓"
}

.hgi-bulk.hgi-push-up-bar:after {
    content: "傔"
}

.hgi-bulk.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-bulk.hgi-puzzle:after {
    content: "傖"
}

.hgi-bulk.hgi-puzzle:before {
    content: "傗"
}

.hgi-bulk.hgi-pyramid-maslowo:after {
    content: "傘"
}

.hgi-bulk.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-bulk.hgi-pyramid:after {
    content: "傚"
}

.hgi-bulk.hgi-pyramid-structure-01:after {
    content: "傛"
}

.hgi-bulk.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-bulk.hgi-pyramid-structure-02:after {
    content: "傝"
}

.hgi-bulk.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-bulk.hgi-pyramid:before {
    content: "傟"
}

.hgi-bulk.hgi-qq-plot:after {
    content: "傠"
}

.hgi-bulk.hgi-qq-plot:before {
    content: "傡"
}

.hgi-bulk.hgi-qr-code-01:after {
    content: "傢"
}

.hgi-bulk.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-bulk.hgi-qr-code:after {
    content: "傤"
}

.hgi-bulk.hgi-qr-code:before {
    content: "傥"
}

.hgi-bulk.hgi-question:after {
    content: "傦"
}

.hgi-bulk.hgi-question:before {
    content: "傧"
}

.hgi-bulk.hgi-queue-01:after {
    content: "储"
}

.hgi-bulk.hgi-queue-01:before {
    content: "傩"
}

.hgi-bulk.hgi-queue-02:after {
    content: "傪"
}

.hgi-bulk.hgi-queue-02:before {
    content: "傫"
}

.hgi-bulk.hgi-quill-write-01:after {
    content: "催"
}

.hgi-bulk.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-bulk.hgi-quill-write-02:after {
    content: "傮"
}

.hgi-bulk.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-bulk.hgi-quiz-01:after {
    content: "傰"
}

.hgi-bulk.hgi-quiz-01:before {
    content: "傱"
}

.hgi-bulk.hgi-quiz-02:after {
    content: "傲"
}

.hgi-bulk.hgi-quiz-02:before {
    content: "傳"
}

.hgi-bulk.hgi-quiz-03:after {
    content: "傴"
}

.hgi-bulk.hgi-quiz-03:before {
    content: "債"
}

.hgi-bulk.hgi-quiz-04:after {
    content: "傶"
}

.hgi-bulk.hgi-quiz-04:before {
    content: "傷"
}

.hgi-bulk.hgi-quiz-05:after {
    content: "傸"
}

.hgi-bulk.hgi-quiz-05:before {
    content: "傹"
}

.hgi-bulk.hgi-quora:after {
    content: "傺"
}

.hgi-bulk.hgi-quora:before {
    content: "傻"
}

.hgi-bulk.hgi-quote-down-circle:after {
    content: "傼"
}

.hgi-bulk.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-bulk.hgi-quote-down:after {
    content: "傾"
}

.hgi-bulk.hgi-quote-down-square:after {
    content: "傿"
}

.hgi-bulk.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-bulk.hgi-quote-down:before {
    content: "僁"
}

.hgi-bulk.hgi-quote-up-circle:after {
    content: "僂"
}

.hgi-bulk.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-bulk.hgi-quote-up:after {
    content: "僄"
}

.hgi-bulk.hgi-quote-up-square:after {
    content: "僅"
}

.hgi-bulk.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-bulk.hgi-quote-up:before {
    content: "僇"
}

.hgi-bulk.hgi-quotes:after {
    content: "僈"
}

.hgi-bulk.hgi-quotes:before {
    content: "僉"
}

.hgi-bulk.hgi-quran-01:after {
    content: "僊"
}

.hgi-bulk.hgi-quran-01:before {
    content: "僋"
}

.hgi-bulk.hgi-quran-02:after {
    content: "僌"
}

.hgi-bulk.hgi-quran-02:before {
    content: "働"
}

.hgi-bulk.hgi-quran-03:after {
    content: "僎"
}

.hgi-bulk.hgi-quran-03:before {
    content: "像"
}

.hgi-bulk.hgi-racing-flag:after {
    content: "僐"
}

.hgi-bulk.hgi-racing-flag:before {
    content: "僑"
}

.hgi-bulk.hgi-radar-01:after {
    content: "僒"
}

.hgi-bulk.hgi-radar-01:before {
    content: "僓"
}

.hgi-bulk.hgi-radar-02:after {
    content: "僔"
}

.hgi-bulk.hgi-radar-02:before {
    content: "僕"
}

.hgi-bulk.hgi-radial:after {
    content: "僖"
}

.hgi-bulk.hgi-radial:before {
    content: "僗"
}

.hgi-bulk.hgi-radio-01:after {
    content: "僘"
}

.hgi-bulk.hgi-radio-01:before {
    content: "僙"
}

.hgi-bulk.hgi-radio-02:after {
    content: "僚"
}

.hgi-bulk.hgi-radio-02:before {
    content: "僛"
}

.hgi-bulk.hgi-radio:after {
    content: "僜"
}

.hgi-bulk.hgi-radio:before {
    content: "僝"
}

.hgi-bulk.hgi-radioactive-alert:after {
    content: "僞"
}

.hgi-bulk.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-bulk.hgi-radius:after {
    content: "僠"
}

.hgi-bulk.hgi-radius:before {
    content: "僡"
}

.hgi-bulk.hgi-rain-double-drop:after {
    content: "僢"
}

.hgi-bulk.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-bulk.hgi-rain-drop:after {
    content: "僤"
}

.hgi-bulk.hgi-rain-drop:before {
    content: "僥"
}

.hgi-bulk.hgi-rain:after {
    content: "僦"
}

.hgi-bulk.hgi-rain:before {
    content: "僧"
}

.hgi-bulk.hgi-rainbow:after {
    content: "僨"
}

.hgi-bulk.hgi-rainbow:before {
    content: "僩"
}

.hgi-bulk.hgi-ramadhan-01:after {
    content: "僪"
}

.hgi-bulk.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-bulk.hgi-ramadhan-02:after {
    content: "僬"
}

.hgi-bulk.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-bulk.hgi-ramadhan-month:after {
    content: "僮"
}

.hgi-bulk.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-bulk.hgi-ranking:after {
    content: "僰"
}

.hgi-bulk.hgi-ranking:before {
    content: "僱"
}

.hgi-bulk.hgi-raw-01:after {
    content: "僲"
}

.hgi-bulk.hgi-raw-01:before {
    content: "僳"
}

.hgi-bulk.hgi-raw-02:after {
    content: "僴"
}

.hgi-bulk.hgi-raw-02:before {
    content: "僵"
}

.hgi-bulk.hgi-re:after {
    content: "僶"
}

.hgi-bulk.hgi-re:before {
    content: "僷"
}

.hgi-bulk.hgi-react:after {
    content: "僸"
}

.hgi-bulk.hgi-react:before {
    content: "價"
}

.hgi-bulk.hgi-real-estate-01:after {
    content: "僺"
}

.hgi-bulk.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-bulk.hgi-real-estate-02:after {
    content: "僼"
}

.hgi-bulk.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-bulk.hgi-record:after {
    content: "僾"
}

.hgi-bulk.hgi-record:before {
    content: "僿"
}

.hgi-bulk.hgi-recovery-mail:after {
    content: "儀"
}

.hgi-bulk.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-bulk.hgi-rectangular-01:after {
    content: "儂"
}

.hgi-bulk.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-bulk.hgi-rectangular:after {
    content: "億"
}

.hgi-bulk.hgi-rectangular:before {
    content: "儅"
}

.hgi-bulk.hgi-recycle-01:after {
    content: "儆"
}

.hgi-bulk.hgi-recycle-01:before {
    content: "儇"
}

.hgi-bulk.hgi-recycle-02:after {
    content: "儈"
}

.hgi-bulk.hgi-recycle-02:before {
    content: "儉"
}

.hgi-bulk.hgi-recycle-03:after {
    content: "儊"
}

.hgi-bulk.hgi-recycle-03:before {
    content: "儋"
}

.hgi-bulk.hgi-reddit:after {
    content: "儌"
}

.hgi-bulk.hgi-reddit:before {
    content: "儍"
}

.hgi-bulk.hgi-reflex:after {
    content: "儎"
}

.hgi-bulk.hgi-reflex:before {
    content: "儏"
}

.hgi-bulk.hgi-refresh:after {
    content: "儐"
}

.hgi-bulk.hgi-refresh:before {
    content: "儑"
}

.hgi-bulk.hgi-refrigerator:after {
    content: "儒"
}

.hgi-bulk.hgi-refrigerator:before {
    content: "儓"
}

.hgi-bulk.hgi-register:after {
    content: "儔"
}

.hgi-bulk.hgi-register:before {
    content: "儕"
}

.hgi-bulk.hgi-registered:after {
    content: "儖"
}

.hgi-bulk.hgi-registered:before {
    content: "儗"
}

.hgi-bulk.hgi-relieved-01:after {
    content: "儘"
}

.hgi-bulk.hgi-relieved-01:before {
    content: "儙"
}

.hgi-bulk.hgi-relieved-02:after {
    content: "儚"
}

.hgi-bulk.hgi-relieved-02:before {
    content: "儛"
}

.hgi-bulk.hgi-reload:after {
    content: "儜"
}

.hgi-bulk.hgi-reload:before {
    content: "儝"
}

.hgi-bulk.hgi-reminder:after {
    content: "儞"
}

.hgi-bulk.hgi-reminder:before {
    content: "償"
}

.hgi-bulk.hgi-remote-control:after {
    content: "儠"
}

.hgi-bulk.hgi-remote-control:before {
    content: "儡"
}

.hgi-bulk.hgi-remove-01:after {
    content: "儢"
}

.hgi-bulk.hgi-remove-01:before {
    content: "儣"
}

.hgi-bulk.hgi-remove-02:after {
    content: "儤"
}

.hgi-bulk.hgi-remove-02:before {
    content: "儥"
}

.hgi-bulk.hgi-remove-circle-half-dot:after {
    content: "儦"
}

.hgi-bulk.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-bulk.hgi-remove-circle:after {
    content: "儨"
}

.hgi-bulk.hgi-remove-circle:before {
    content: "儩"
}

.hgi-bulk.hgi-remove-pi:after {
    content: "優"
}

.hgi-bulk.hgi-remove-pi:before {
    content: "儫"
}

.hgi-bulk.hgi-remove-square:after {
    content: "儬"
}

.hgi-bulk.hgi-remove-square:before {
    content: "儭"
}

.hgi-bulk.hgi-renewable-energy-01:after {
    content: "儮"
}

.hgi-bulk.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-bulk.hgi-renewable-energy:after {
    content: "儰"
}

.hgi-bulk.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-bulk.hgi-repair:after {
    content: "儲"
}

.hgi-bulk.hgi-repair:before {
    content: "儳"
}

.hgi-bulk.hgi-repeat-off:after {
    content: "儴"
}

.hgi-bulk.hgi-repeat-off:before {
    content: "儵"
}

.hgi-bulk.hgi-repeat-one-01:after {
    content: "儶"
}

.hgi-bulk.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-bulk.hgi-repeat-one-02:after {
    content: "儸"
}

.hgi-bulk.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-bulk.hgi-repeat:after {
    content: "儺"
}

.hgi-bulk.hgi-repeat:before {
    content: "儻"
}

.hgi-bulk.hgi-replay:after {
    content: "儼"
}

.hgi-bulk.hgi-replay:before {
    content: "儽"
}

.hgi-bulk.hgi-repository:after {
    content: "儾"
}

.hgi-bulk.hgi-repository:before {
    content: "儿"
}

.hgi-bulk.hgi-reset-password:after {
    content: "兀"
}

.hgi-bulk.hgi-reset-password:before {
    content: "允"
}

.hgi-bulk.hgi-resize-01:after {
    content: "兂"
}

.hgi-bulk.hgi-resize-01:before {
    content: "元"
}

.hgi-bulk.hgi-resize-02:after {
    content: "兄"
}

.hgi-bulk.hgi-resize-02:before {
    content: "充"
}

.hgi-bulk.hgi-resources-add:after {
    content: "兆"
}

.hgi-bulk.hgi-resources-add:before {
    content: "兇"
}

.hgi-bulk.hgi-resources-remove:after {
    content: "先"
}

.hgi-bulk.hgi-resources-remove:before {
    content: "光"
}

.hgi-bulk.hgi-restaurant-01:after {
    content: "兊"
}

.hgi-bulk.hgi-restaurant-01:before {
    content: "克"
}

.hgi-bulk.hgi-restaurant-02:after {
    content: "兌"
}

.hgi-bulk.hgi-restaurant-02:before {
    content: "免"
}

.hgi-bulk.hgi-restaurant-03:after {
    content: "兎"
}

.hgi-bulk.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-bulk.hgi-restaurant-table:after {
    content: "児"
}

.hgi-bulk.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-bulk.hgi-restore-bin:after {
    content: "兒"
}

.hgi-bulk.hgi-restore-bin:before {
    content: "兓"
}

.hgi-bulk.hgi-return-request:after {
    content: "兔"
}

.hgi-bulk.hgi-return-request:before {
    content: "兕"
}

.hgi-bulk.hgi-reverse-withdrawal-01:after {
    content: "兖"
}

.hgi-bulk.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-bulk.hgi-reverse-withdrawal-02:after {
    content: "兘"
}

.hgi-bulk.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-bulk.hgi-rhombus-01:after {
    content: "党"
}

.hgi-bulk.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-bulk.hgi-rhombus:after {
    content: "兜"
}

.hgi-bulk.hgi-rhombus:before {
    content: "兝"
}

.hgi-bulk.hgi-rice-bowl-01:after {
    content: "兞"
}

.hgi-bulk.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-bulk.hgi-rice-bowl-02:after {
    content: "兠"
}

.hgi-bulk.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-bulk.hgi-right-angle:after {
    content: "兢"
}

.hgi-bulk.hgi-right-angle:before {
    content: "兣"
}

.hgi-bulk.hgi-right-to-left-block-quote:after {
    content: "兤"
}

.hgi-bulk.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-bulk.hgi-right-to-left-list-bullet:after {
    content: "兦"
}

.hgi-bulk.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-bulk.hgi-right-to-left-list-dash:after {
    content: "全"
}

.hgi-bulk.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-bulk.hgi-right-to-left-list-number:after {
    content: "兪"
}

.hgi-bulk.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-bulk.hgi-right-to-left-list-triangle:after {
    content: "公"
}

.hgi-bulk.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-bulk.hgi-right-triangle:after {
    content: "兮"
}

.hgi-bulk.hgi-right-triangle:before {
    content: "兯"
}

.hgi-bulk.hgi-ripple:after {
    content: "兰"
}

.hgi-bulk.hgi-ripple:before {
    content: "共"
}

.hgi-bulk.hgi-riyal-rectangle:after {
    content: "兲"
}

.hgi-bulk.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-bulk.hgi-riyal:after {
    content: "兴"
}

.hgi-bulk.hgi-riyal:before {
    content: "兵"
}

.hgi-bulk.hgi-road-01:after {
    content: "其"
}

.hgi-bulk.hgi-road-01:before {
    content: "具"
}

.hgi-bulk.hgi-road-02:after {
    content: "典"
}

.hgi-bulk.hgi-road-02:before {
    content: "兹"
}

.hgi-bulk.hgi-road-location-01:after {
    content: "兺"
}

.hgi-bulk.hgi-road-location-01:before {
    content: "养"
}

.hgi-bulk.hgi-road-location-02:after {
    content: "兼"
}

.hgi-bulk.hgi-road-location-02:before {
    content: "兽"
}

.hgi-bulk.hgi-road:after {
    content: "兾"
}

.hgi-bulk.hgi-road-wayside:after {
    content: "兿"
}

.hgi-bulk.hgi-road-wayside:before {
    content: "冀"
}

.hgi-bulk.hgi-road:before {
    content: "冁"
}

.hgi-bulk.hgi-robotic:after {
    content: "冂"
}

.hgi-bulk.hgi-robotic:before {
    content: "冃"
}

.hgi-bulk.hgi-rocket-01:after {
    content: "冄"
}

.hgi-bulk.hgi-rocket-01:before {
    content: "内"
}

.hgi-bulk.hgi-rocket-02:after {
    content: "円"
}

.hgi-bulk.hgi-rocket-02:before {
    content: "冇"
}

.hgi-bulk.hgi-rocket:after {
    content: "冈"
}

.hgi-bulk.hgi-rocket:before {
    content: "冉"
}

.hgi-bulk.hgi-rocking-chair:after {
    content: "冊"
}

.hgi-bulk.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-bulk.hgi-roller-skate:after {
    content: "册"
}

.hgi-bulk.hgi-roller-skate:before {
    content: "再"
}

.hgi-bulk.hgi-rolling-pin:after {
    content: "冎"
}

.hgi-bulk.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-bulk.hgi-root-01:after {
    content: "冐"
}

.hgi-bulk.hgi-root-01:before {
    content: "冑"
}

.hgi-bulk.hgi-root-02:after {
    content: "冒"
}

.hgi-bulk.hgi-root-02:before {
    content: "冓"
}

.hgi-bulk.hgi-root-circle:after {
    content: "冔"
}

.hgi-bulk.hgi-root-circle:before {
    content: "冕"
}

.hgi-bulk.hgi-root-first-bracket:after {
    content: "冖"
}

.hgi-bulk.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-bulk.hgi-root-second-bracket:after {
    content: "冘"
}

.hgi-bulk.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-bulk.hgi-root-third-bracket:after {
    content: "冚"
}

.hgi-bulk.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-bulk.hgi-rotate-01:after {
    content: "农"
}

.hgi-bulk.hgi-rotate-01:before {
    content: "冝"
}

.hgi-bulk.hgi-rotate-02:after {
    content: "冞"
}

.hgi-bulk.hgi-rotate-02:before {
    content: "冟"
}

.hgi-bulk.hgi-rotate-360:after {
    content: "冠"
}

.hgi-bulk.hgi-rotate-360:before {
    content: "冡"
}

.hgi-bulk.hgi-rotate-bottom-left:after {
    content: "冢"
}

.hgi-bulk.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-bulk.hgi-rotate-bottom-right:after {
    content: "冤"
}

.hgi-bulk.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-bulk.hgi-rotate-clockwise:after {
    content: "冦"
}

.hgi-bulk.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-bulk.hgi-rotate-crop:after {
    content: "冨"
}

.hgi-bulk.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-bulk.hgi-rotate-left-01:after {
    content: "冪"
}

.hgi-bulk.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-bulk.hgi-rotate-left-02:after {
    content: "冬"
}

.hgi-bulk.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-bulk.hgi-rotate-left-03:after {
    content: "冮"
}

.hgi-bulk.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-bulk.hgi-rotate-left-04:after {
    content: "冰"
}

.hgi-bulk.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-bulk.hgi-rotate-left-05:after {
    content: "冲"
}

.hgi-bulk.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-bulk.hgi-rotate-left-06:after {
    content: "冴"
}

.hgi-bulk.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-bulk.hgi-rotate-right-01:after {
    content: "冶"
}

.hgi-bulk.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-bulk.hgi-rotate-right-02:after {
    content: "冸"
}

.hgi-bulk.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-bulk.hgi-rotate-right-03:after {
    content: "冺"
}

.hgi-bulk.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-bulk.hgi-rotate-right-04:after {
    content: "冼"
}

.hgi-bulk.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-bulk.hgi-rotate-right-05:after {
    content: "冾"
}

.hgi-bulk.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-bulk.hgi-rotate-right-06:after {
    content: "净"
}

.hgi-bulk.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-bulk.hgi-rotate-square:after {
    content: "凂"
}

.hgi-bulk.hgi-rotate-square:before {
    content: "凃"
}

.hgi-bulk.hgi-rotate-top-left:after {
    content: "凄"
}

.hgi-bulk.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-bulk.hgi-rotate-top-right:after {
    content: "准"
}

.hgi-bulk.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-bulk.hgi-route-01:after {
    content: "凈"
}

.hgi-bulk.hgi-route-01:before {
    content: "凉"
}

.hgi-bulk.hgi-route-02:after {
    content: "凊"
}

.hgi-bulk.hgi-route-02:before {
    content: "凋"
}

.hgi-bulk.hgi-route-03:after {
    content: "凌"
}

.hgi-bulk.hgi-route-03:before {
    content: "凍"
}

.hgi-bulk.hgi-route-block:after {
    content: "凎"
}

.hgi-bulk.hgi-route-block:before {
    content: "减"
}

.hgi-bulk.hgi-router-01:after {
    content: "凐"
}

.hgi-bulk.hgi-router-01:before {
    content: "凑"
}

.hgi-bulk.hgi-router-02:after {
    content: "凒"
}

.hgi-bulk.hgi-router-02:before {
    content: "凓"
}

.hgi-bulk.hgi-router:after {
    content: "凔"
}

.hgi-bulk.hgi-router:before {
    content: "凕"
}

.hgi-bulk.hgi-row-delete:after {
    content: "凖"
}

.hgi-bulk.hgi-row-delete:before {
    content: "凗"
}

.hgi-bulk.hgi-row-insert:after {
    content: "凘"
}

.hgi-bulk.hgi-row-insert:before {
    content: "凙"
}

.hgi-bulk.hgi-rss-connected-01:after {
    content: "凚"
}

.hgi-bulk.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-bulk.hgi-rss-connected-02:after {
    content: "凜"
}

.hgi-bulk.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-bulk.hgi-rss-error:after {
    content: "凞"
}

.hgi-bulk.hgi-rss-error:before {
    content: "凟"
}

.hgi-bulk.hgi-rss-locked:after {
    content: "几"
}

.hgi-bulk.hgi-rss-locked:before {
    content: "凡"
}

.hgi-bulk.hgi-rss:after {
    content: "凢"
}

.hgi-bulk.hgi-rss-unlocked:after {
    content: "凣"
}

.hgi-bulk.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-bulk.hgi-rss:before {
    content: "凥"
}

.hgi-bulk.hgi-rub-el-hizb:after {
    content: "処"
}

.hgi-bulk.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-bulk.hgi-ruku:after {
    content: "凨"
}

.hgi-bulk.hgi-ruku:before {
    content: "凩"
}

.hgi-bulk.hgi-ruler:after {
    content: "凪"
}

.hgi-bulk.hgi-ruler:before {
    content: "凫"
}

.hgi-bulk.hgi-running-shoes:after {
    content: "凬"
}

.hgi-bulk.hgi-running-shoes:before {
    content: "凭"
}

.hgi-bulk.hgi-sad-01:after {
    content: "凮"
}

.hgi-bulk.hgi-sad-01:before {
    content: "凯"
}

.hgi-bulk.hgi-sad-02:after {
    content: "凰"
}

.hgi-bulk.hgi-sad-02:before {
    content: "凱"
}

.hgi-bulk.hgi-sad-dizzy:after {
    content: "凲"
}

.hgi-bulk.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-bulk.hgi-safari:after {
    content: "凴"
}

.hgi-bulk.hgi-safari:before {
    content: "凵"
}

.hgi-bulk.hgi-safe-delivery-01:after {
    content: "凶"
}

.hgi-bulk.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-bulk.hgi-safe-delivery-02:after {
    content: "凸"
}

.hgi-bulk.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-bulk.hgi-safe:after {
    content: "出"
}

.hgi-bulk.hgi-safe:before {
    content: "击"
}

.hgi-bulk.hgi-safety-pin-01:after {
    content: "凼"
}

.hgi-bulk.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-bulk.hgi-safety-pin-02:after {
    content: "凾"
}

.hgi-bulk.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-bulk.hgi-sailboat-coastal:after {
    content: "刀"
}

.hgi-bulk.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-bulk.hgi-sailboat-offshore:after {
    content: "刂"
}

.hgi-bulk.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-bulk.hgi-sakura:after {
    content: "刄"
}

.hgi-bulk.hgi-sakura:before {
    content: "刅"
}

.hgi-bulk.hgi-salah:after {
    content: "分"
}

.hgi-bulk.hgi-salah-time:after {
    content: "切"
}

.hgi-bulk.hgi-salah-time:before {
    content: "刈"
}

.hgi-bulk.hgi-salah:before {
    content: "刉"
}

.hgi-bulk.hgi-sale-tag-01:after {
    content: "刊"
}

.hgi-bulk.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-bulk.hgi-sale-tag-02:after {
    content: "刌"
}

.hgi-bulk.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-bulk.hgi-sandals:after {
    content: "刎"
}

.hgi-bulk.hgi-sandals:before {
    content: "刏"
}

.hgi-bulk.hgi-satellite-01:after {
    content: "刐"
}

.hgi-bulk.hgi-satellite-01:before {
    content: "刑"
}

.hgi-bulk.hgi-satellite-02:after {
    content: "划"
}

.hgi-bulk.hgi-satellite-02:before {
    content: "刓"
}

.hgi-bulk.hgi-satellite-03:after {
    content: "刔"
}

.hgi-bulk.hgi-satellite-03:before {
    content: "刕"
}

.hgi-bulk.hgi-satellite:after {
    content: "刖"
}

.hgi-bulk.hgi-satellite:before {
    content: "列"
}

.hgi-bulk.hgi-saturn-01:after {
    content: "刘"
}

.hgi-bulk.hgi-saturn-01:before {
    content: "则"
}

.hgi-bulk.hgi-saturn-02:after {
    content: "刚"
}

.hgi-bulk.hgi-saturn-02:before {
    content: "创"
}

.hgi-bulk.hgi-saturn:after {
    content: "刜"
}

.hgi-bulk.hgi-saturn:before {
    content: "初"
}

.hgi-bulk.hgi-sausage:after {
    content: "刞"
}

.hgi-bulk.hgi-sausage:before {
    content: "刟"
}

.hgi-bulk.hgi-save-energy-01:after {
    content: "删"
}

.hgi-bulk.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-bulk.hgi-save-energy-02:after {
    content: "刢"
}

.hgi-bulk.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-bulk.hgi-save-money-dollar:after {
    content: "判"
}

.hgi-bulk.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-bulk.hgi-save-money-euro:after {
    content: "刦"
}

.hgi-bulk.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-bulk.hgi-save-money-pound:after {
    content: "刨"
}

.hgi-bulk.hgi-save-money-pound:before {
    content: "利"
}

.hgi-bulk.hgi-save-money-yen:after {
    content: "刪"
}

.hgi-bulk.hgi-save-money-yen:before {
    content: "别"
}

.hgi-bulk.hgi-savings:after {
    content: "刬"
}

.hgi-bulk.hgi-savings:before {
    content: "刭"
}

.hgi-bulk.hgi-scheme:after {
    content: "刮"
}

.hgi-bulk.hgi-scheme:before {
    content: "刯"
}

.hgi-bulk.hgi-school-01:after {
    content: "到"
}

.hgi-bulk.hgi-school-01:before {
    content: "刱"
}

.hgi-bulk.hgi-school-bell-01:after {
    content: "刲"
}

.hgi-bulk.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-bulk.hgi-school-bell-02:after {
    content: "刴"
}

.hgi-bulk.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-bulk.hgi-school-bus:after {
    content: "制"
}

.hgi-bulk.hgi-school-bus:before {
    content: "刷"
}

.hgi-bulk.hgi-school-report-card:after {
    content: "券"
}

.hgi-bulk.hgi-school-report-card:before {
    content: "刹"
}

.hgi-bulk.hgi-school:after {
    content: "刺"
}

.hgi-bulk.hgi-school-tie:after {
    content: "刻"
}

.hgi-bulk.hgi-school-tie:before {
    content: "刼"
}

.hgi-bulk.hgi-school:before {
    content: "刽"
}

.hgi-bulk.hgi-scissor-01:after {
    content: "刾"
}

.hgi-bulk.hgi-scissor-01:before {
    content: "刿"
}

.hgi-bulk.hgi-scissor-rectangle:after {
    content: "剀"
}

.hgi-bulk.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-bulk.hgi-scissor:after {
    content: "剂"
}

.hgi-bulk.hgi-scissor:before {
    content: "剃"
}

.hgi-bulk.hgi-scooter-01:after {
    content: "剄"
}

.hgi-bulk.hgi-scooter-01:before {
    content: "剅"
}

.hgi-bulk.hgi-scooter-02:after {
    content: "剆"
}

.hgi-bulk.hgi-scooter-02:before {
    content: "則"
}

.hgi-bulk.hgi-scooter-03:after {
    content: "剈"
}

.hgi-bulk.hgi-scooter-03:before {
    content: "剉"
}

.hgi-bulk.hgi-scooter-04:after {
    content: "削"
}

.hgi-bulk.hgi-scooter-04:before {
    content: "剋"
}

.hgi-bulk.hgi-scooter-electric:after {
    content: "剌"
}

.hgi-bulk.hgi-scooter-electric:before {
    content: "前"
}

.hgi-bulk.hgi-scratch-card:after {
    content: "剎"
}

.hgi-bulk.hgi-scratch-card:before {
    content: "剏"
}

.hgi-bulk.hgi-screen-add-to-home:after {
    content: "剐"
}

.hgi-bulk.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-bulk.hgi-screen-lock-rotation:after {
    content: "剒"
}

.hgi-bulk.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-bulk.hgi-screen-rotation:after {
    content: "剔"
}

.hgi-bulk.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-bulk.hgi-scribd:after {
    content: "剖"
}

.hgi-bulk.hgi-scribd:before {
    content: "剗"
}

.hgi-bulk.hgi-scroll-horizontal:after {
    content: "剘"
}

.hgi-bulk.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-bulk.hgi-scroll:after {
    content: "剚"
}

.hgi-bulk.hgi-scroll-vertical:after {
    content: "剛"
}

.hgi-bulk.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-bulk.hgi-scroll:before {
    content: "剝"
}

.hgi-bulk.hgi-sd-card:after {
    content: "剞"
}

.hgi-bulk.hgi-sd-card:before {
    content: "剟"
}

.hgi-bulk.hgi-seal:after {
    content: "剠"
}

.hgi-bulk.hgi-seal:before {
    content: "剡"
}

.hgi-bulk.hgi-search-01:after {
    content: "剢"
}

.hgi-bulk.hgi-search-01:before {
    content: "剣"
}

.hgi-bulk.hgi-search-02:after {
    content: "剤"
}

.hgi-bulk.hgi-search-02:before {
    content: "剥"
}

.hgi-bulk.hgi-search-add:after {
    content: "剦"
}

.hgi-bulk.hgi-search-add:before {
    content: "剧"
}

.hgi-bulk.hgi-search-area:after {
    content: "剨"
}

.hgi-bulk.hgi-search-area:before {
    content: "剩"
}

.hgi-bulk.hgi-search-circle:after {
    content: "剪"
}

.hgi-bulk.hgi-search-circle:before {
    content: "剫"
}

.hgi-bulk.hgi-search-dollar:after {
    content: "剬"
}

.hgi-bulk.hgi-search-dollar:before {
    content: "剭"
}

.hgi-bulk.hgi-search-focus:after {
    content: "剮"
}

.hgi-bulk.hgi-search-focus:before {
    content: "副"
}

.hgi-bulk.hgi-search-list-01:after {
    content: "剰"
}

.hgi-bulk.hgi-search-list-01:before {
    content: "剱"
}

.hgi-bulk.hgi-search-list-02:after {
    content: "割"
}

.hgi-bulk.hgi-search-list-02:before {
    content: "剳"
}

.hgi-bulk.hgi-search-minus:after {
    content: "剴"
}

.hgi-bulk.hgi-search-minus:before {
    content: "創"
}

.hgi-bulk.hgi-search-remove:after {
    content: "剶"
}

.hgi-bulk.hgi-search-remove:before {
    content: "剷"
}

.hgi-bulk.hgi-search-replace:after {
    content: "剸"
}

.hgi-bulk.hgi-search-replace:before {
    content: "剹"
}

.hgi-bulk.hgi-search-square:after {
    content: "剺"
}

.hgi-bulk.hgi-search-square:before {
    content: "剻"
}

.hgi-bulk.hgi-search-visual:after {
    content: "剼"
}

.hgi-bulk.hgi-search-visual:before {
    content: "剽"
}

.hgi-bulk.hgi-searching:after {
    content: "剾"
}

.hgi-bulk.hgi-searching:before {
    content: "剿"
}

.hgi-bulk.hgi-seat-selector:after {
    content: "劀"
}

.hgi-bulk.hgi-seat-selector:before {
    content: "劁"
}

.hgi-bulk.hgi-second-bracket-circle:after {
    content: "劂"
}

.hgi-bulk.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-bulk.hgi-second-bracket:after {
    content: "劄"
}

.hgi-bulk.hgi-second-bracket-square:after {
    content: "劅"
}

.hgi-bulk.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-bulk.hgi-second-bracket:before {
    content: "劇"
}

.hgi-bulk.hgi-secured-network:after {
    content: "劈"
}

.hgi-bulk.hgi-secured-network:before {
    content: "劉"
}

.hgi-bulk.hgi-security-block:after {
    content: "劊"
}

.hgi-bulk.hgi-security-block:before {
    content: "劋"
}

.hgi-bulk.hgi-security-check:after {
    content: "劌"
}

.hgi-bulk.hgi-security-check:before {
    content: "劍"
}

.hgi-bulk.hgi-security-key-usb:after {
    content: "劎"
}

.hgi-bulk.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-bulk.hgi-security-lock:after {
    content: "劐"
}

.hgi-bulk.hgi-security-lock:before {
    content: "劑"
}

.hgi-bulk.hgi-security-password:after {
    content: "劒"
}

.hgi-bulk.hgi-security-password:before {
    content: "劓"
}

.hgi-bulk.hgi-security:after {
    content: "劔"
}

.hgi-bulk.hgi-security-validation:after {
    content: "劕"
}

.hgi-bulk.hgi-security-validation:before {
    content: "劖"
}

.hgi-bulk.hgi-security-wifi:after {
    content: "劗"
}

.hgi-bulk.hgi-security-wifi:before {
    content: "劘"
}

.hgi-bulk.hgi-security:before {
    content: "劙"
}

.hgi-bulk.hgi-segment:after {
    content: "劚"
}

.hgi-bulk.hgi-segment:before {
    content: "力"
}

.hgi-bulk.hgi-select-01:after {
    content: "劜"
}

.hgi-bulk.hgi-select-01:before {
    content: "劝"
}

.hgi-bulk.hgi-select-02:after {
    content: "办"
}

.hgi-bulk.hgi-select-02:before {
    content: "功"
}

.hgi-bulk.hgi-send-to-mobile:after {
    content: "加"
}

.hgi-bulk.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-bulk.hgi-senseless:after {
    content: "劢"
}

.hgi-bulk.hgi-senseless:before {
    content: "劣"
}

.hgi-bulk.hgi-sent:after {
    content: "劤"
}

.hgi-bulk.hgi-sent:before {
    content: "劥"
}

.hgi-bulk.hgi-seo:after {
    content: "劦"
}

.hgi-bulk.hgi-seo:before {
    content: "劧"
}

.hgi-bulk.hgi-service:after {
    content: "动"
}

.hgi-bulk.hgi-service:before {
    content: "助"
}

.hgi-bulk.hgi-setting-06:after {
    content: "努"
}

.hgi-bulk.hgi-setting-06:before {
    content: "劫"
}

.hgi-bulk.hgi-setting-07:after {
    content: "劬"
}

.hgi-bulk.hgi-setting-07:before {
    content: "劭"
}

.hgi-bulk.hgi-setting-done-01:after {
    content: "劮"
}

.hgi-bulk.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-bulk.hgi-setting-done-02:after {
    content: "劰"
}

.hgi-bulk.hgi-setting-done-02:before {
    content: "励"
}

.hgi-bulk.hgi-setting-done-03:after {
    content: "劲"
}

.hgi-bulk.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-bulk.hgi-setting-done-04:after {
    content: "労"
}

.hgi-bulk.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-bulk.hgi-setting-error-03:after {
    content: "劶"
}

.hgi-bulk.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-bulk.hgi-setting-error-04:after {
    content: "劸"
}

.hgi-bulk.hgi-setting-error-04:before {
    content: "効"
}

.hgi-bulk.hgi-settings-01:after {
    content: "劺"
}

.hgi-bulk.hgi-settings-01:before {
    content: "劻"
}

.hgi-bulk.hgi-settings-02:after {
    content: "劼"
}

.hgi-bulk.hgi-settings-02:before {
    content: "劽"
}

.hgi-bulk.hgi-settings-03:after {
    content: "劾"
}

.hgi-bulk.hgi-settings-03:before {
    content: "势"
}

.hgi-bulk.hgi-settings-04:after {
    content: "勀"
}

.hgi-bulk.hgi-settings-04:before {
    content: "勁"
}

.hgi-bulk.hgi-settings-05:after {
    content: "勂"
}

.hgi-bulk.hgi-settings-05:before {
    content: "勃"
}

.hgi-bulk.hgi-settings-error-01:after {
    content: "勄"
}

.hgi-bulk.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-bulk.hgi-settings-error-02:after {
    content: "勆"
}

.hgi-bulk.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-bulk.hgi-setup-01:after {
    content: "勈"
}

.hgi-bulk.hgi-setup-01:before {
    content: "勉"
}

.hgi-bulk.hgi-setup-02:after {
    content: "勊"
}

.hgi-bulk.hgi-setup-02:before {
    content: "勋"
}

.hgi-bulk.hgi-shaka-01:after {
    content: "勌"
}

.hgi-bulk.hgi-shaka-01:before {
    content: "勍"
}

.hgi-bulk.hgi-shaka-02:after {
    content: "勎"
}

.hgi-bulk.hgi-shaka-02:before {
    content: "勏"
}

.hgi-bulk.hgi-shaka-03:after {
    content: "勐"
}

.hgi-bulk.hgi-shaka-03:before {
    content: "勑"
}

.hgi-bulk.hgi-shaka-04:after {
    content: "勒"
}

.hgi-bulk.hgi-shaka-04:before {
    content: "勓"
}

.hgi-bulk.hgi-shampoo:after {
    content: "勔"
}

.hgi-bulk.hgi-shampoo:before {
    content: "動"
}

.hgi-bulk.hgi-shapes:after {
    content: "勖"
}

.hgi-bulk.hgi-shapes:before {
    content: "勗"
}

.hgi-bulk.hgi-share-01:after {
    content: "勘"
}

.hgi-bulk.hgi-share-01:before {
    content: "務"
}

.hgi-bulk.hgi-share-02:after {
    content: "勚"
}

.hgi-bulk.hgi-share-02:before {
    content: "勛"
}

.hgi-bulk.hgi-share-03:after {
    content: "勜"
}

.hgi-bulk.hgi-share-03:before {
    content: "勝"
}

.hgi-bulk.hgi-share-04:after {
    content: "勞"
}

.hgi-bulk.hgi-share-04:before {
    content: "募"
}

.hgi-bulk.hgi-share-05:after {
    content: "勠"
}

.hgi-bulk.hgi-share-05:before {
    content: "勡"
}

.hgi-bulk.hgi-share-06:after {
    content: "勢"
}

.hgi-bulk.hgi-share-06:before {
    content: "勣"
}

.hgi-bulk.hgi-share-07:after {
    content: "勤"
}

.hgi-bulk.hgi-share-07:before {
    content: "勥"
}

.hgi-bulk.hgi-share-08:after {
    content: "勦"
}

.hgi-bulk.hgi-share-08:before {
    content: "勧"
}

.hgi-bulk.hgi-share-knowledge:after {
    content: "勨"
}

.hgi-bulk.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-bulk.hgi-share-location-01:after {
    content: "勪"
}

.hgi-bulk.hgi-share-location-01:before {
    content: "勫"
}

.hgi-bulk.hgi-share-location-02:after {
    content: "勬"
}

.hgi-bulk.hgi-share-location-02:before {
    content: "勭"
}

.hgi-bulk.hgi-shared-wifi:after {
    content: "勮"
}

.hgi-bulk.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-bulk.hgi-sharing:after {
    content: "勰"
}

.hgi-bulk.hgi-sharing:before {
    content: "勱"
}

.hgi-bulk.hgi-shellfish:after {
    content: "勲"
}

.hgi-bulk.hgi-shellfish:before {
    content: "勳"
}

.hgi-bulk.hgi-sheriff-01:after {
    content: "勴"
}

.hgi-bulk.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-bulk.hgi-sheriff-02:after {
    content: "勶"
}

.hgi-bulk.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-bulk.hgi-shield-01:after {
    content: "勸"
}

.hgi-bulk.hgi-shield-01:before {
    content: "勹"
}

.hgi-bulk.hgi-shield-02:after {
    content: "勺"
}

.hgi-bulk.hgi-shield-02:before {
    content: "勻"
}

.hgi-bulk.hgi-shield-blockchain:after {
    content: "勼"
}

.hgi-bulk.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-bulk.hgi-shield-energy:after {
    content: "勾"
}

.hgi-bulk.hgi-shield-energy:before {
    content: "勿"
}

.hgi-bulk.hgi-shield-key:after {
    content: "匀"
}

.hgi-bulk.hgi-shield-key:before {
    content: "匁"
}

.hgi-bulk.hgi-shield-user:after {
    content: "匂"
}

.hgi-bulk.hgi-shield-user:before {
    content: "匃"
}

.hgi-bulk.hgi-shipment-tracking:after {
    content: "匄"
}

.hgi-bulk.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-bulk.hgi-shipping-center:after {
    content: "匆"
}

.hgi-bulk.hgi-shipping-center:before {
    content: "匇"
}

.hgi-bulk.hgi-shipping-loading:after {
    content: "匈"
}

.hgi-bulk.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-bulk.hgi-shipping-truck-01:after {
    content: "匊"
}

.hgi-bulk.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-bulk.hgi-shipping-truck-02:after {
    content: "匌"
}

.hgi-bulk.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-bulk.hgi-shirt-01:after {
    content: "匎"
}

.hgi-bulk.hgi-shirt-01:before {
    content: "匏"
}

.hgi-bulk.hgi-shocked:after {
    content: "匐"
}

.hgi-bulk.hgi-shocked:before {
    content: "匑"
}

.hgi-bulk.hgi-shop-sign:after {
    content: "匒"
}

.hgi-bulk.hgi-shop-sign:before {
    content: "匓"
}

.hgi-bulk.hgi-shopping-bag-01:after {
    content: "匔"
}

.hgi-bulk.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-bulk.hgi-shopping-bag-02:after {
    content: "化"
}

.hgi-bulk.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-bulk.hgi-shopping-bag-03:after {
    content: "匘"
}

.hgi-bulk.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-bulk.hgi-shopping-bag-add:after {
    content: "匚"
}

.hgi-bulk.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-bulk.hgi-shopping-bag-check:after {
    content: "匜"
}

.hgi-bulk.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-bulk.hgi-shopping-bag-favorite:after {
    content: "匞"
}

.hgi-bulk.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-bulk.hgi-shopping-bag-remove:after {
    content: "匠"
}

.hgi-bulk.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-bulk.hgi-shopping-basket-01:after {
    content: "匢"
}

.hgi-bulk.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-bulk.hgi-shopping-basket-02:after {
    content: "匤"
}

.hgi-bulk.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-bulk.hgi-shopping-basket-03:after {
    content: "匦"
}

.hgi-bulk.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-bulk.hgi-shopping-basket-add-01:after {
    content: "匨"
}

.hgi-bulk.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-bulk.hgi-shopping-basket-add-02:after {
    content: "匪"
}

.hgi-bulk.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-bulk.hgi-shopping-basket-add-03:after {
    content: "匬"
}

.hgi-bulk.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-bulk.hgi-shopping-basket-check-in-01:after {
    content: "匮"
}

.hgi-bulk.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-bulk.hgi-shopping-basket-check-in-02:after {
    content: "匰"
}

.hgi-bulk.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-bulk.hgi-shopping-basket-check-in-03:after {
    content: "匲"
}

.hgi-bulk.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-bulk.hgi-shopping-basket-check-out-01:after {
    content: "匴"
}

.hgi-bulk.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-bulk.hgi-shopping-basket-check-out-02:after {
    content: "匶"
}

.hgi-bulk.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-bulk.hgi-shopping-basket-check-out-03:after {
    content: "匸"
}

.hgi-bulk.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-bulk.hgi-shopping-basket-done-01:after {
    content: "区"
}

.hgi-bulk.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-bulk.hgi-shopping-basket-done-02:after {
    content: "匼"
}

.hgi-bulk.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-bulk.hgi-shopping-basket-done-03:after {
    content: "匾"
}

.hgi-bulk.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-bulk.hgi-shopping-basket-favorite-01:after {
    content: "區"
}

.hgi-bulk.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-bulk.hgi-shopping-basket-favorite-02:after {
    content: "卂"
}

.hgi-bulk.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-bulk.hgi-shopping-basket-favorite-03:after {
    content: "卄"
}

.hgi-bulk.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-bulk.hgi-shopping-basket-remove-01:after {
    content: "卆"
}

.hgi-bulk.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-bulk.hgi-shopping-basket-remove-02:after {
    content: "午"
}

.hgi-bulk.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-bulk.hgi-shopping-basket-remove-03:after {
    content: "半"
}

.hgi-bulk.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-bulk.hgi-shopping-basket-secure-01:after {
    content: "卌"
}

.hgi-bulk.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-bulk.hgi-shopping-basket-secure-02:after {
    content: "华"
}

.hgi-bulk.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-bulk.hgi-shopping-basket-secure-03:after {
    content: "卐"
}

.hgi-bulk.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-bulk.hgi-shopping-cart-01:after {
    content: "卒"
}

.hgi-bulk.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-bulk.hgi-shopping-cart-02:after {
    content: "協"
}

.hgi-bulk.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-bulk.hgi-shopping-cart-add-01:after {
    content: "卖"
}

.hgi-bulk.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-bulk.hgi-shopping-cart-add-02:after {
    content: "単"
}

.hgi-bulk.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-bulk.hgi-shopping-cart-check-01:after {
    content: "博"
}

.hgi-bulk.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-bulk.hgi-shopping-cart-check-02:after {
    content: "卜"
}

.hgi-bulk.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-bulk.hgi-shopping-cart-check-in-01:after {
    content: "卞"
}

.hgi-bulk.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-bulk.hgi-shopping-cart-check-in-02:after {
    content: "占"
}

.hgi-bulk.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-bulk.hgi-shopping-cart-check-out-01:after {
    content: "卢"
}

.hgi-bulk.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-bulk.hgi-shopping-cart-check-out-02:after {
    content: "卤"
}

.hgi-bulk.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-bulk.hgi-shopping-cart-favorite-01:after {
    content: "卦"
}

.hgi-bulk.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-bulk.hgi-shopping-cart-favorite-02:after {
    content: "卨"
}

.hgi-bulk.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-bulk.hgi-shopping-cart-remove-01:after {
    content: "卪"
}

.hgi-bulk.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-bulk.hgi-shopping-cart-remove-02:after {
    content: "卬"
}

.hgi-bulk.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-bulk.hgi-shorts-pants:after {
    content: "卮"
}

.hgi-bulk.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-bulk.hgi-shuffle:after {
    content: "印"
}

.hgi-bulk.hgi-shuffle-square:after {
    content: "危"
}

.hgi-bulk.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-bulk.hgi-shuffle:before {
    content: "即"
}

.hgi-bulk.hgi-shutterstock:after {
    content: "却"
}

.hgi-bulk.hgi-shutterstock:before {
    content: "卵"
}

.hgi-bulk.hgi-sidebar-bottom:after {
    content: "卶"
}

.hgi-bulk.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-bulk.hgi-sidebar-left-01:after {
    content: "卸"
}

.hgi-bulk.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-bulk.hgi-sidebar-left:after {
    content: "卺"
}

.hgi-bulk.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-bulk.hgi-sidebar-right-01:after {
    content: "卼"
}

.hgi-bulk.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-bulk.hgi-sidebar-right:after {
    content: "卾"
}

.hgi-bulk.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-bulk.hgi-sidebar-top:after {
    content: "厀"
}

.hgi-bulk.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-bulk.hgi-sign-language-c:after {
    content: "厂"
}

.hgi-bulk.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-bulk.hgi-signal-full-01:after {
    content: "厄"
}

.hgi-bulk.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-bulk.hgi-signal-full-02:after {
    content: "历"
}

.hgi-bulk.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-bulk.hgi-signal-low-01:after {
    content: "厈"
}

.hgi-bulk.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-bulk.hgi-signal-low-02:after {
    content: "厊"
}

.hgi-bulk.hgi-signal-low-02:before {
    content: "压"
}

.hgi-bulk.hgi-signal-low-medium:after {
    content: "厌"
}

.hgi-bulk.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-bulk.hgi-signal-medium-01:after {
    content: "厎"
}

.hgi-bulk.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-bulk.hgi-signal-medium-02:after {
    content: "厐"
}

.hgi-bulk.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-bulk.hgi-signal-no-01:after {
    content: "厒"
}

.hgi-bulk.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-bulk.hgi-signal-no-02:after {
    content: "厔"
}

.hgi-bulk.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-bulk.hgi-signal:after {
    content: "厖"
}

.hgi-bulk.hgi-signal:before {
    content: "厗"
}

.hgi-bulk.hgi-signature:after {
    content: "厘"
}

.hgi-bulk.hgi-signature:before {
    content: "厙"
}

.hgi-bulk.hgi-silence:after {
    content: "厚"
}

.hgi-bulk.hgi-silence:before {
    content: "厛"
}

.hgi-bulk.hgi-simcard-01:after {
    content: "厜"
}

.hgi-bulk.hgi-simcard-01:before {
    content: "厝"
}

.hgi-bulk.hgi-simcard-02:after {
    content: "厞"
}

.hgi-bulk.hgi-simcard-02:before {
    content: "原"
}

.hgi-bulk.hgi-simcard-dual:after {
    content: "厠"
}

.hgi-bulk.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-bulk.hgi-sin:after {
    content: "厢"
}

.hgi-bulk.hgi-sin:before {
    content: "厣"
}

.hgi-bulk.hgi-sine-01:after {
    content: "厤"
}

.hgi-bulk.hgi-sine-01:before {
    content: "厥"
}

.hgi-bulk.hgi-sine-02:after {
    content: "厦"
}

.hgi-bulk.hgi-sine-02:before {
    content: "厧"
}

.hgi-bulk.hgi-sing-left:after {
    content: "厨"
}

.hgi-bulk.hgi-sing-left:before {
    content: "厩"
}

.hgi-bulk.hgi-sing-right:after {
    content: "厪"
}

.hgi-bulk.hgi-sing-right:before {
    content: "厫"
}

.hgi-bulk.hgi-sink-01:after {
    content: "厬"
}

.hgi-bulk.hgi-sink-01:before {
    content: "厭"
}

.hgi-bulk.hgi-sink-02:after {
    content: "厮"
}

.hgi-bulk.hgi-sink-02:before {
    content: "厯"
}

.hgi-bulk.hgi-siri:after {
    content: "厰"
}

.hgi-bulk.hgi-siri:before {
    content: "厱"
}

.hgi-bulk.hgi-sketch:after {
    content: "厲"
}

.hgi-bulk.hgi-sketch:before {
    content: "厳"
}

.hgi-bulk.hgi-skew:after {
    content: "厴"
}

.hgi-bulk.hgi-skew:before {
    content: "厵"
}

.hgi-bulk.hgi-ski-dice-faces-01:after {
    content: "厶"
}

.hgi-bulk.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-bulk.hgi-skipping-rope:after {
    content: "厸"
}

.hgi-bulk.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-bulk.hgi-skull:after {
    content: "厺"
}

.hgi-bulk.hgi-skull:before {
    content: "去"
}

.hgi-bulk.hgi-skype:after {
    content: "厼"
}

.hgi-bulk.hgi-skype:before {
    content: "厽"
}

.hgi-bulk.hgi-slack:after {
    content: "厾"
}

.hgi-bulk.hgi-slack:before {
    content: "县"
}

.hgi-bulk.hgi-sleeping:after {
    content: "叀"
}

.hgi-bulk.hgi-sleeping:before {
    content: "叁"
}

.hgi-bulk.hgi-sleeveless:after {
    content: "参"
}

.hgi-bulk.hgi-sleeveless:before {
    content: "參"
}

.hgi-bulk.hgi-sliders-horizontal:after {
    content: "叄"
}

.hgi-bulk.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-bulk.hgi-sliders-vertical:after {
    content: "叆"
}

.hgi-bulk.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-bulk.hgi-slideshare:after {
    content: "又"
}

.hgi-bulk.hgi-slideshare:before {
    content: "叉"
}

.hgi-bulk.hgi-slow-winds:after {
    content: "及"
}

.hgi-bulk.hgi-slow-winds:before {
    content: "友"
}

.hgi-bulk.hgi-smart-ac:after {
    content: "双"
}

.hgi-bulk.hgi-smart-ac:before {
    content: "反"
}

.hgi-bulk.hgi-smart-phone-01:after {
    content: "収"
}

.hgi-bulk.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-bulk.hgi-smart-phone-02:after {
    content: "叐"
}

.hgi-bulk.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-bulk.hgi-smart-phone-03:after {
    content: "叒"
}

.hgi-bulk.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-bulk.hgi-smart-phone-04:after {
    content: "叔"
}

.hgi-bulk.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-bulk.hgi-smart-phone-landscape:after {
    content: "取"
}

.hgi-bulk.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-bulk.hgi-smart:after {
    content: "变"
}

.hgi-bulk.hgi-smart-watch-01:after {
    content: "叙"
}

.hgi-bulk.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-bulk.hgi-smart-watch-02:after {
    content: "叛"
}

.hgi-bulk.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-bulk.hgi-smart-watch-03:after {
    content: "叝"
}

.hgi-bulk.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-bulk.hgi-smart-watch-04:after {
    content: "叟"
}

.hgi-bulk.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-bulk.hgi-smart:before {
    content: "叡"
}

.hgi-bulk.hgi-smartphone-lost-wifi:after {
    content: "叢"
}

.hgi-bulk.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-bulk.hgi-smartphone-wifi:after {
    content: "古"
}

.hgi-bulk.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-bulk.hgi-smile-dizzy:after {
    content: "另"
}

.hgi-bulk.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-bulk.hgi-smile:after {
    content: "叨"
}

.hgi-bulk.hgi-smile:before {
    content: "叩"
}

.hgi-bulk.hgi-sms-code:after {
    content: "只"
}

.hgi-bulk.hgi-sms-code:before {
    content: "叫"
}

.hgi-bulk.hgi-snail:after {
    content: "召"
}

.hgi-bulk.hgi-snail:before {
    content: "叭"
}

.hgi-bulk.hgi-snapchat:after {
    content: "叮"
}

.hgi-bulk.hgi-snapchat:before {
    content: "可"
}

.hgi-bulk.hgi-snow:after {
    content: "台"
}

.hgi-bulk.hgi-snow:before {
    content: "叱"
}

.hgi-bulk.hgi-soda-can:after {
    content: "史"
}

.hgi-bulk.hgi-soda-can:before {
    content: "右"
}

.hgi-bulk.hgi-sofa-01:after {
    content: "叴"
}

.hgi-bulk.hgi-sofa-01:before {
    content: "叵"
}

.hgi-bulk.hgi-sofa-02:after {
    content: "叶"
}

.hgi-bulk.hgi-sofa-02:before {
    content: "号"
}

.hgi-bulk.hgi-sofa-03:after {
    content: "司"
}

.hgi-bulk.hgi-sofa-03:before {
    content: "叹"
}

.hgi-bulk.hgi-sofa-single:after {
    content: "叺"
}

.hgi-bulk.hgi-sofa-single:before {
    content: "叻"
}

.hgi-bulk.hgi-soft-drink-01:after {
    content: "叼"
}

.hgi-bulk.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-bulk.hgi-soft-drink-02:after {
    content: "叾"
}

.hgi-bulk.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-bulk.hgi-software-license:after {
    content: "吀"
}

.hgi-bulk.hgi-software-license:before {
    content: "吁"
}

.hgi-bulk.hgi-software:after {
    content: "吂"
}

.hgi-bulk.hgi-software-uninstall:after {
    content: "吃"
}

.hgi-bulk.hgi-software-uninstall:before {
    content: "各"
}

.hgi-bulk.hgi-software:before {
    content: "吅"
}

.hgi-bulk.hgi-soil-moisture-field:after {
    content: "吆"
}

.hgi-bulk.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-bulk.hgi-soil-moisture-global:after {
    content: "合"
}

.hgi-bulk.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-bulk.hgi-soil-temperature-field:after {
    content: "吊"
}

.hgi-bulk.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-bulk.hgi-soil-temperature-global:after {
    content: "同"
}

.hgi-bulk.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-bulk.hgi-solar-energy:after {
    content: "后"
}

.hgi-bulk.hgi-solar-energy:before {
    content: "吏"
}

.hgi-bulk.hgi-solar-panel-01:after {
    content: "吐"
}

.hgi-bulk.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-bulk.hgi-solar-panel-02:after {
    content: "吒"
}

.hgi-bulk.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-bulk.hgi-solar-panel-03:after {
    content: "吔"
}

.hgi-bulk.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-bulk.hgi-solar-panel-04:after {
    content: "吖"
}

.hgi-bulk.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-bulk.hgi-solar-panel-05:after {
    content: "吘"
}

.hgi-bulk.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-bulk.hgi-solar-power:after {
    content: "吚"
}

.hgi-bulk.hgi-solar-power:before {
    content: "君"
}

.hgi-bulk.hgi-solar-system-01:after {
    content: "吜"
}

.hgi-bulk.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-bulk.hgi-solar-system:after {
    content: "吞"
}

.hgi-bulk.hgi-solar-system:before {
    content: "吟"
}

.hgi-bulk.hgi-solid-line-01:after {
    content: "吠"
}

.hgi-bulk.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-bulk.hgi-solid-line-02:after {
    content: "吢"
}

.hgi-bulk.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-bulk.hgi-sort-by-down-01:after {
    content: "吤"
}

.hgi-bulk.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-bulk.hgi-sort-by-down-02:after {
    content: "否"
}

.hgi-bulk.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-bulk.hgi-sort-by-up-01:after {
    content: "吨"
}

.hgi-bulk.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-bulk.hgi-sort-by-up-02:after {
    content: "吪"
}

.hgi-bulk.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-bulk.hgi-sorting-01:after {
    content: "听"
}

.hgi-bulk.hgi-sorting-01:before {
    content: "吭"
}

.hgi-bulk.hgi-sorting-02:after {
    content: "吮"
}

.hgi-bulk.hgi-sorting-02:before {
    content: "启"
}

.hgi-bulk.hgi-sorting-03:after {
    content: "吰"
}

.hgi-bulk.hgi-sorting-03:before {
    content: "吱"
}

.hgi-bulk.hgi-sorting-04:after {
    content: "吲"
}

.hgi-bulk.hgi-sorting-04:before {
    content: "吳"
}

.hgi-bulk.hgi-sorting-05:after {
    content: "吴"
}

.hgi-bulk.hgi-sorting-05:before {
    content: "吵"
}

.hgi-bulk.hgi-sorting-1-9:after {
    content: "吶"
}

.hgi-bulk.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-bulk.hgi-sorting-9-1:after {
    content: "吸"
}

.hgi-bulk.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-bulk.hgi-sorting-a-z-01:after {
    content: "吺"
}

.hgi-bulk.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-bulk.hgi-sorting-a-z-02:after {
    content: "吼"
}

.hgi-bulk.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-bulk.hgi-sorting-down:after {
    content: "吾"
}

.hgi-bulk.hgi-sorting-down:before {
    content: "吿"
}

.hgi-bulk.hgi-sorting-up:after {
    content: "呀"
}

.hgi-bulk.hgi-sorting-up:before {
    content: "呁"
}

.hgi-bulk.hgi-sorting-z-a-01:after {
    content: "呂"
}

.hgi-bulk.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-bulk.hgi-soundcloud:after {
    content: "呄"
}

.hgi-bulk.hgi-soundcloud:before {
    content: "呅"
}

.hgi-bulk.hgi-source-code-circle:after {
    content: "呆"
}

.hgi-bulk.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-bulk.hgi-source-code:after {
    content: "呈"
}

.hgi-bulk.hgi-source-code-square:after {
    content: "呉"
}

.hgi-bulk.hgi-source-code-square:before {
    content: "告"
}

.hgi-bulk.hgi-source-code:before {
    content: "呋"
}

.hgi-bulk.hgi-spaceship:after {
    content: "呌"
}

.hgi-bulk.hgi-spaceship:before {
    content: "呍"
}

.hgi-bulk.hgi-spades:after {
    content: "呎"
}

.hgi-bulk.hgi-spades:before {
    content: "呏"
}

.hgi-bulk.hgi-spaghetti:after {
    content: "呐"
}

.hgi-bulk.hgi-spaghetti:before {
    content: "呑"
}

.hgi-bulk.hgi-spam:after {
    content: "呒"
}

.hgi-bulk.hgi-spam:before {
    content: "呓"
}

.hgi-bulk.hgi-sparkles:after {
    content: "呔"
}

.hgi-bulk.hgi-sparkles:before {
    content: "呕"
}

.hgi-bulk.hgi-spartan-helmet:after {
    content: "呖"
}

.hgi-bulk.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-bulk.hgi-spatula:after {
    content: "员"
}

.hgi-bulk.hgi-spatula:before {
    content: "呙"
}

.hgi-bulk.hgi-speaker-01:after {
    content: "呚"
}

.hgi-bulk.hgi-speaker-01:before {
    content: "呛"
}

.hgi-bulk.hgi-speaker:after {
    content: "呜"
}

.hgi-bulk.hgi-speaker:before {
    content: "呝"
}

.hgi-bulk.hgi-speech-to-text:after {
    content: "呞"
}

.hgi-bulk.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-bulk.hgi-speed-train-01:after {
    content: "呠"
}

.hgi-bulk.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-bulk.hgi-speed-train-02:after {
    content: "呢"
}

.hgi-bulk.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-bulk.hgi-sperm:after {
    content: "呤"
}

.hgi-bulk.hgi-sperm:before {
    content: "呥"
}

.hgi-bulk.hgi-sphere:after {
    content: "呦"
}

.hgi-bulk.hgi-sphere:before {
    content: "呧"
}

.hgi-bulk.hgi-spirals:after {
    content: "周"
}

.hgi-bulk.hgi-spirals:before {
    content: "呩"
}

.hgi-bulk.hgi-spoon-and-fork:after {
    content: "呪"
}

.hgi-bulk.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-bulk.hgi-spoon-and-knife:after {
    content: "呬"
}

.hgi-bulk.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-bulk.hgi-spoon:after {
    content: "呮"
}

.hgi-bulk.hgi-spoon:before {
    content: "呯"
}

.hgi-bulk.hgi-spotify:after {
    content: "呰"
}

.hgi-bulk.hgi-spotify:before {
    content: "呱"
}

.hgi-bulk.hgi-sql:after {
    content: "呲"
}

.hgi-bulk.hgi-sql:before {
    content: "味"
}

.hgi-bulk.hgi-square-01:after {
    content: "呴"
}

.hgi-bulk.hgi-square-01:before {
    content: "呵"
}

.hgi-bulk.hgi-square-arrow-data-transfer-diagonal:after {
    content: "呶"
}

.hgi-bulk.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-bulk.hgi-square-arrow-data-transfer-horizontal:after {
    content: "呸"
}

.hgi-bulk.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-bulk.hgi-square-arrow-data-transfer-vertical:after {
    content: "呺"
}

.hgi-bulk.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-bulk.hgi-square-arrow-diagonal-01:after {
    content: "呼"
}

.hgi-bulk.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-bulk.hgi-square-arrow-diagonal-02:after {
    content: "呾"
}

.hgi-bulk.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-bulk.hgi-square-arrow-down-01:after {
    content: "咀"
}

.hgi-bulk.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-bulk.hgi-square-arrow-down-02:after {
    content: "咂"
}

.hgi-bulk.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-bulk.hgi-square-arrow-down-03:after {
    content: "咄"
}

.hgi-bulk.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-bulk.hgi-square-arrow-down-double:after {
    content: "咆"
}

.hgi-bulk.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-bulk.hgi-square-arrow-down-left:after {
    content: "咈"
}

.hgi-bulk.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-bulk.hgi-square-arrow-down-right:after {
    content: "咊"
}

.hgi-bulk.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-bulk.hgi-square-arrow-expand-01:after {
    content: "和"
}

.hgi-bulk.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-bulk.hgi-square-arrow-expand-02:after {
    content: "咎"
}

.hgi-bulk.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-bulk.hgi-square-arrow-horizontal:after {
    content: "咐"
}

.hgi-bulk.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-bulk.hgi-square-arrow-left-01:after {
    content: "咒"
}

.hgi-bulk.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-bulk.hgi-square-arrow-left-02:after {
    content: "咔"
}

.hgi-bulk.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-bulk.hgi-square-arrow-left-03:after {
    content: "咖"
}

.hgi-bulk.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-bulk.hgi-square-arrow-left-double:after {
    content: "咘"
}

.hgi-bulk.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-bulk.hgi-square-arrow-left-right:after {
    content: "咚"
}

.hgi-bulk.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-bulk.hgi-square-arrow-move-down-left:after {
    content: "咜"
}

.hgi-bulk.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-bulk.hgi-square-arrow-move-down-right:after {
    content: "咞"
}

.hgi-bulk.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-bulk.hgi-square-arrow-move-left-down:after {
    content: "咠"
}

.hgi-bulk.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-bulk.hgi-square-arrow-move-left-up:after {
    content: "咢"
}

.hgi-bulk.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-bulk.hgi-square-arrow-move-right-down:after {
    content: "咤"
}

.hgi-bulk.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-bulk.hgi-square-arrow-move-right-up:after {
    content: "咦"
}

.hgi-bulk.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-bulk.hgi-square-arrow-reload-01:after {
    content: "咨"
}

.hgi-bulk.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-bulk.hgi-square-arrow-reload-02:after {
    content: "咪"
}

.hgi-bulk.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-bulk.hgi-square-arrow-right-01:after {
    content: "咬"
}

.hgi-bulk.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-bulk.hgi-square-arrow-right-02:after {
    content: "咮"
}

.hgi-bulk.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-bulk.hgi-square-arrow-right-03:after {
    content: "咰"
}

.hgi-bulk.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-bulk.hgi-square-arrow-right-double:after {
    content: "咲"
}

.hgi-bulk.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-bulk.hgi-square-arrow-shrink-01:after {
    content: "咴"
}

.hgi-bulk.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-bulk.hgi-square-arrow-shrink-02:after {
    content: "咶"
}

.hgi-bulk.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-bulk.hgi-square-arrow-up-01:after {
    content: "咸"
}

.hgi-bulk.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-bulk.hgi-square-arrow-up-02:after {
    content: "咺"
}

.hgi-bulk.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-bulk.hgi-square-arrow-up-03:after {
    content: "咼"
}

.hgi-bulk.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-bulk.hgi-square-arrow-up-double:after {
    content: "咾"
}

.hgi-bulk.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-bulk.hgi-square-arrow-up-down:after {
    content: "哀"
}

.hgi-bulk.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-bulk.hgi-square-arrow-up-left:after {
    content: "哂"
}

.hgi-bulk.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-bulk.hgi-square-arrow-up-right:after {
    content: "哄"
}

.hgi-bulk.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-bulk.hgi-square-arrow-vertical:after {
    content: "哆"
}

.hgi-bulk.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-bulk.hgi-square-circle:after {
    content: "哈"
}

.hgi-bulk.hgi-square-circle:before {
    content: "哉"
}

.hgi-bulk.hgi-square-lock-01:after {
    content: "哊"
}

.hgi-bulk.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-bulk.hgi-square-lock-02:after {
    content: "哌"
}

.hgi-bulk.hgi-square-lock-02:before {
    content: "响"
}

.hgi-bulk.hgi-square-lock-add-01:after {
    content: "哎"
}

.hgi-bulk.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-bulk.hgi-square-lock-add-02:after {
    content: "哐"
}

.hgi-bulk.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-bulk.hgi-square-lock-check-01:after {
    content: "哒"
}

.hgi-bulk.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-bulk.hgi-square-lock-check-02:after {
    content: "哔"
}

.hgi-bulk.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-bulk.hgi-square-lock-minus-01:after {
    content: "哖"
}

.hgi-bulk.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-bulk.hgi-square-lock-minus-02:after {
    content: "哘"
}

.hgi-bulk.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-bulk.hgi-square-lock-password:after {
    content: "哚"
}

.hgi-bulk.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-bulk.hgi-square-lock-remove-01:after {
    content: "哜"
}

.hgi-bulk.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-bulk.hgi-square-lock-remove-02:after {
    content: "哞"
}

.hgi-bulk.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-bulk.hgi-square-root-square:after {
    content: "哠"
}

.hgi-bulk.hgi-square-root-square:before {
    content: "員"
}

.hgi-bulk.hgi-square:after {
    content: "哢"
}

.hgi-bulk.hgi-square-square:after {
    content: "哣"
}

.hgi-bulk.hgi-square-square:before {
    content: "哤"
}

.hgi-bulk.hgi-square-unlock-01:after {
    content: "哥"
}

.hgi-bulk.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-bulk.hgi-square-unlock-02:after {
    content: "哧"
}

.hgi-bulk.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-bulk.hgi-square:before {
    content: "哩"
}

.hgi-bulk.hgi-stack-star:after {
    content: "哪"
}

.hgi-bulk.hgi-stack-star:before {
    content: "哫"
}

.hgi-bulk.hgi-stake:after {
    content: "哬"
}

.hgi-bulk.hgi-stake:before {
    content: "哭"
}

.hgi-bulk.hgi-stamp-01:after {
    content: "哮"
}

.hgi-bulk.hgi-stamp-01:before {
    content: "哯"
}

.hgi-bulk.hgi-stamp-02:after {
    content: "哰"
}

.hgi-bulk.hgi-stamp-02:before {
    content: "哱"
}

.hgi-bulk.hgi-stamp:after {
    content: "哲"
}

.hgi-bulk.hgi-stamp:before {
    content: "哳"
}

.hgi-bulk.hgi-star-circle:after {
    content: "哴"
}

.hgi-bulk.hgi-star-circle:before {
    content: "哵"
}

.hgi-bulk.hgi-star-face:after {
    content: "哶"
}

.hgi-bulk.hgi-star-face:before {
    content: "哷"
}

.hgi-bulk.hgi-star-half:after {
    content: "哸"
}

.hgi-bulk.hgi-star-half:before {
    content: "哹"
}

.hgi-bulk.hgi-star-off:after {
    content: "哺"
}

.hgi-bulk.hgi-star-off:before {
    content: "哻"
}

.hgi-bulk.hgi-star:after {
    content: "哼"
}

.hgi-bulk.hgi-star-square:after {
    content: "哽"
}

.hgi-bulk.hgi-star-square:before {
    content: "哾"
}

.hgi-bulk.hgi-star:before {
    content: "哿"
}

.hgi-bulk.hgi-stars:after {
    content: "唀"
}

.hgi-bulk.hgi-stars:before {
    content: "唁"
}

.hgi-bulk.hgi-start-up-01:after {
    content: "唂"
}

.hgi-bulk.hgi-start-up-01:before {
    content: "唃"
}

.hgi-bulk.hgi-start-up-02:after {
    content: "唄"
}

.hgi-bulk.hgi-start-up-02:before {
    content: "唅"
}

.hgi-bulk.hgi-stationery:after {
    content: "唆"
}

.hgi-bulk.hgi-stationery:before {
    content: "唇"
}

.hgi-bulk.hgi-steak:after {
    content: "唈"
}

.hgi-bulk.hgi-steak:before {
    content: "唉"
}

.hgi-bulk.hgi-steering:after {
    content: "唊"
}

.hgi-bulk.hgi-steering:before {
    content: "唋"
}

.hgi-bulk.hgi-step-into:after {
    content: "唌"
}

.hgi-bulk.hgi-step-into:before {
    content: "唍"
}

.hgi-bulk.hgi-step-out:after {
    content: "唎"
}

.hgi-bulk.hgi-step-out:before {
    content: "唏"
}

.hgi-bulk.hgi-step-over:after {
    content: "唐"
}

.hgi-bulk.hgi-step-over:before {
    content: "唑"
}

.hgi-bulk.hgi-stethoscope-02:after {
    content: "唒"
}

.hgi-bulk.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-bulk.hgi-stethoscope:after {
    content: "唔"
}

.hgi-bulk.hgi-stethoscope:before {
    content: "唕"
}

.hgi-bulk.hgi-sticky-note-01:after {
    content: "唖"
}

.hgi-bulk.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-bulk.hgi-sticky-note-02:after {
    content: "唘"
}

.hgi-bulk.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-bulk.hgi-stop:after {
    content: "唚"
}

.hgi-bulk.hgi-stop-watch:after {
    content: "唛"
}

.hgi-bulk.hgi-stop-watch:before {
    content: "唜"
}

.hgi-bulk.hgi-stop:before {
    content: "唝"
}

.hgi-bulk.hgi-store-01:after {
    content: "唞"
}

.hgi-bulk.hgi-store-01:before {
    content: "唟"
}

.hgi-bulk.hgi-store-02:after {
    content: "唠"
}

.hgi-bulk.hgi-store-02:before {
    content: "唡"
}

.hgi-bulk.hgi-store-03:after {
    content: "唢"
}

.hgi-bulk.hgi-store-03:before {
    content: "唣"
}

.hgi-bulk.hgi-store-04:after {
    content: "唤"
}

.hgi-bulk.hgi-store-04:before {
    content: "唥"
}

.hgi-bulk.hgi-store-add-01:after {
    content: "唦"
}

.hgi-bulk.hgi-store-add-01:before {
    content: "唧"
}

.hgi-bulk.hgi-store-add-02:after {
    content: "唨"
}

.hgi-bulk.hgi-store-add-02:before {
    content: "唩"
}

.hgi-bulk.hgi-store-location-01:after {
    content: "唪"
}

.hgi-bulk.hgi-store-location-01:before {
    content: "唫"
}

.hgi-bulk.hgi-store-location-02:after {
    content: "唬"
}

.hgi-bulk.hgi-store-location-02:before {
    content: "唭"
}

.hgi-bulk.hgi-store-remove-01:after {
    content: "售"
}

.hgi-bulk.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-bulk.hgi-store-remove-02:after {
    content: "唰"
}

.hgi-bulk.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-bulk.hgi-store-verified-01:after {
    content: "唲"
}

.hgi-bulk.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-bulk.hgi-store-verified-02:after {
    content: "唴"
}

.hgi-bulk.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-bulk.hgi-straight-edge:after {
    content: "唶"
}

.hgi-bulk.hgi-straight-edge:before {
    content: "唷"
}

.hgi-bulk.hgi-strategy:after {
    content: "唸"
}

.hgi-bulk.hgi-strategy:before {
    content: "唹"
}

.hgi-bulk.hgi-stroke-bottom:after {
    content: "唺"
}

.hgi-bulk.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-bulk.hgi-stroke-center:after {
    content: "唼"
}

.hgi-bulk.hgi-stroke-center:before {
    content: "唽"
}

.hgi-bulk.hgi-stroke-inside:after {
    content: "唾"
}

.hgi-bulk.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-bulk.hgi-stroke-left:after {
    content: "啀"
}

.hgi-bulk.hgi-stroke-left:before {
    content: "啁"
}

.hgi-bulk.hgi-stroke-outside:after {
    content: "啂"
}

.hgi-bulk.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-bulk.hgi-stroke-right:after {
    content: "啄"
}

.hgi-bulk.hgi-stroke-right:before {
    content: "啅"
}

.hgi-bulk.hgi-stroke-top:after {
    content: "商"
}

.hgi-bulk.hgi-stroke-top:before {
    content: "啇"
}

.hgi-bulk.hgi-structure-01:after {
    content: "啈"
}

.hgi-bulk.hgi-structure-01:before {
    content: "啉"
}

.hgi-bulk.hgi-structure-02:after {
    content: "啊"
}

.hgi-bulk.hgi-structure-02:before {
    content: "啋"
}

.hgi-bulk.hgi-structure-03:after {
    content: "啌"
}

.hgi-bulk.hgi-structure-03:before {
    content: "啍"
}

.hgi-bulk.hgi-structure-04:after {
    content: "啎"
}

.hgi-bulk.hgi-structure-04:before {
    content: "問"
}

.hgi-bulk.hgi-structure-05:after {
    content: "啐"
}

.hgi-bulk.hgi-structure-05:before {
    content: "啑"
}

.hgi-bulk.hgi-structure-add:after {
    content: "啒"
}

.hgi-bulk.hgi-structure-add:before {
    content: "啓"
}

.hgi-bulk.hgi-structure-check:after {
    content: "啔"
}

.hgi-bulk.hgi-structure-check:before {
    content: "啕"
}

.hgi-bulk.hgi-structure-fail:after {
    content: "啖"
}

.hgi-bulk.hgi-structure-fail:before {
    content: "啗"
}

.hgi-bulk.hgi-structure-folder-circle:after {
    content: "啘"
}

.hgi-bulk.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-bulk.hgi-structure-folder:after {
    content: "啚"
}

.hgi-bulk.hgi-structure-folder:before {
    content: "啛"
}

.hgi-bulk.hgi-student-card:after {
    content: "啜"
}

.hgi-bulk.hgi-student-card:before {
    content: "啝"
}

.hgi-bulk.hgi-student:after {
    content: "啞"
}

.hgi-bulk.hgi-student:before {
    content: "啟"
}

.hgi-bulk.hgi-students:after {
    content: "啠"
}

.hgi-bulk.hgi-students:before {
    content: "啡"
}

.hgi-bulk.hgi-study-desk:after {
    content: "啢"
}

.hgi-bulk.hgi-study-desk:before {
    content: "啣"
}

.hgi-bulk.hgi-study-lamp:after {
    content: "啤"
}

.hgi-bulk.hgi-study-lamp:before {
    content: "啥"
}

.hgi-bulk.hgi-stumbleupon:after {
    content: "啦"
}

.hgi-bulk.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-bulk.hgi-submarine:after {
    content: "啨"
}

.hgi-bulk.hgi-submarine:before {
    content: "啩"
}

.hgi-bulk.hgi-submerge:after {
    content: "啪"
}

.hgi-bulk.hgi-submerge:before {
    content: "啫"
}

.hgi-bulk.hgi-subnode-add:after {
    content: "啬"
}

.hgi-bulk.hgi-subnode-add:before {
    content: "啭"
}

.hgi-bulk.hgi-subnode-delete:after {
    content: "啮"
}

.hgi-bulk.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-bulk.hgi-subpoena:after {
    content: "啰"
}

.hgi-bulk.hgi-subpoena:before {
    content: "啱"
}

.hgi-bulk.hgi-subtitle:after {
    content: "啲"
}

.hgi-bulk.hgi-subtitle:before {
    content: "啳"
}

.hgi-bulk.hgi-suit-01:after {
    content: "啴"
}

.hgi-bulk.hgi-suit-01:before {
    content: "啵"
}

.hgi-bulk.hgi-suit-02:after {
    content: "啶"
}

.hgi-bulk.hgi-suit-02:before {
    content: "啷"
}

.hgi-bulk.hgi-sujood:after {
    content: "啸"
}

.hgi-bulk.hgi-sujood:before {
    content: "啹"
}

.hgi-bulk.hgi-summation-01:after {
    content: "啺"
}

.hgi-bulk.hgi-summation-01:before {
    content: "啻"
}

.hgi-bulk.hgi-summation-02:after {
    content: "啼"
}

.hgi-bulk.hgi-summation-02:before {
    content: "啽"
}

.hgi-bulk.hgi-summation-circle:after {
    content: "啾"
}

.hgi-bulk.hgi-summation-circle:before {
    content: "啿"
}

.hgi-bulk.hgi-summation-square:after {
    content: "喀"
}

.hgi-bulk.hgi-summation-square:before {
    content: "喁"
}

.hgi-bulk.hgi-sun-01:after {
    content: "喂"
}

.hgi-bulk.hgi-sun-01:before {
    content: "喃"
}

.hgi-bulk.hgi-sun-02:after {
    content: "善"
}

.hgi-bulk.hgi-sun-02:before {
    content: "喅"
}

.hgi-bulk.hgi-sun-03:after {
    content: "喆"
}

.hgi-bulk.hgi-sun-03:before {
    content: "喇"
}

.hgi-bulk.hgi-sun-cloud-01:after {
    content: "喈"
}

.hgi-bulk.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-bulk.hgi-sun-cloud-02:after {
    content: "喊"
}

.hgi-bulk.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-01:after {
    content: "喌"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-02:after {
    content: "喎"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-01:after {
    content: "喐"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-02:after {
    content: "喒"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-01:after {
    content: "喔"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-02:after {
    content: "喖"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-bulk.hgi-sun-cloud-big-rain-01:after {
    content: "喘"
}

.hgi-bulk.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-bulk.hgi-sun-cloud-big-rain-02:after {
    content: "喚"
}

.hgi-bulk.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-01:after {
    content: "喜"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-02:after {
    content: "喞"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-bulk.hgi-sun-cloud-hailstone-01:after {
    content: "喠"
}

.hgi-bulk.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-bulk.hgi-sun-cloud-hailstone-02:after {
    content: "喢"
}

.hgi-bulk.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-bulk.hgi-sun-cloud-little-rain-01:after {
    content: "喤"
}

.hgi-bulk.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-bulk.hgi-sun-cloud-little-rain-02:after {
    content: "喦"
}

.hgi-bulk.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-bulk.hgi-sun-cloud-little-snow-01:after {
    content: "喨"
}

.hgi-bulk.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-bulk.hgi-sun-cloud-little-snow-02:after {
    content: "喪"
}

.hgi-bulk.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-01:after {
    content: "喬"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-02:after {
    content: "單"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-01:after {
    content: "喰"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-02:after {
    content: "喲"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-01:after {
    content: "喴"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-02:after {
    content: "営"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-bulk.hgi-sun-cloud-snow-01:after {
    content: "喸"
}

.hgi-bulk.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-bulk.hgi-sun-cloud-snow-02:after {
    content: "喺"
}

.hgi-bulk.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-bulk.hgi-sunglasses:after {
    content: "喼"
}

.hgi-bulk.hgi-sunglasses:before {
    content: "喽"
}

.hgi-bulk.hgi-sunrise:after {
    content: "喾"
}

.hgi-bulk.hgi-sunrise:before {
    content: "喿"
}

.hgi-bulk.hgi-sunset:after {
    content: "嗀"
}

.hgi-bulk.hgi-sunset:before {
    content: "嗁"
}

.hgi-bulk.hgi-super-mario:after {
    content: "嗂"
}

.hgi-bulk.hgi-super-mario-toad:after {
    content: "嗃"
}

.hgi-bulk.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-bulk.hgi-super-mario:before {
    content: "嗅"
}

.hgi-bulk.hgi-surfboard:after {
    content: "嗆"
}

.hgi-bulk.hgi-surfboard:before {
    content: "嗇"
}

.hgi-bulk.hgi-surprise:after {
    content: "嗈"
}

.hgi-bulk.hgi-surprise:before {
    content: "嗉"
}

.hgi-bulk.hgi-sushi-01:after {
    content: "嗊"
}

.hgi-bulk.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-bulk.hgi-sushi-02:after {
    content: "嗌"
}

.hgi-bulk.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-bulk.hgi-sushi-03:after {
    content: "嗎"
}

.hgi-bulk.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-bulk.hgi-suspicious:after {
    content: "嗐"
}

.hgi-bulk.hgi-suspicious:before {
    content: "嗑"
}

.hgi-bulk.hgi-sustainable-energy:after {
    content: "嗒"
}

.hgi-bulk.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-bulk.hgi-svg-01:after {
    content: "嗔"
}

.hgi-bulk.hgi-svg-01:before {
    content: "嗕"
}

.hgi-bulk.hgi-svg-02:after {
    content: "嗖"
}

.hgi-bulk.hgi-svg-02:before {
    content: "嗗"
}

.hgi-bulk.hgi-swarm:after {
    content: "嗘"
}

.hgi-bulk.hgi-swarm:before {
    content: "嗙"
}

.hgi-bulk.hgi-swatch:after {
    content: "嗚"
}

.hgi-bulk.hgi-swatch:before {
    content: "嗛"
}

.hgi-bulk.hgi-swimming-cap:after {
    content: "嗜"
}

.hgi-bulk.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-bulk.hgi-swimming:after {
    content: "嗞"
}

.hgi-bulk.hgi-swimming:before {
    content: "嗟"
}

.hgi-bulk.hgi-swipe-down-01:after {
    content: "嗠"
}

.hgi-bulk.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-bulk.hgi-swipe-down-02:after {
    content: "嗢"
}

.hgi-bulk.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-bulk.hgi-swipe-down-03:after {
    content: "嗤"
}

.hgi-bulk.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-bulk.hgi-swipe-down-04:after {
    content: "嗦"
}

.hgi-bulk.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-bulk.hgi-swipe-down-05:after {
    content: "嗨"
}

.hgi-bulk.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-bulk.hgi-swipe-down-06:after {
    content: "嗪"
}

.hgi-bulk.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-bulk.hgi-swipe-down-07:after {
    content: "嗬"
}

.hgi-bulk.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-bulk.hgi-swipe-down-08:after {
    content: "嗮"
}

.hgi-bulk.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-bulk.hgi-swipe-left-01:after {
    content: "嗰"
}

.hgi-bulk.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-bulk.hgi-swipe-left-02:after {
    content: "嗲"
}

.hgi-bulk.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-bulk.hgi-swipe-left-03:after {
    content: "嗴"
}

.hgi-bulk.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-bulk.hgi-swipe-left-04:after {
    content: "嗶"
}

.hgi-bulk.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-bulk.hgi-swipe-left-05:after {
    content: "嗸"
}

.hgi-bulk.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-bulk.hgi-swipe-left-06:after {
    content: "嗺"
}

.hgi-bulk.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-bulk.hgi-swipe-left-07:after {
    content: "嗼"
}

.hgi-bulk.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-bulk.hgi-swipe-left-08:after {
    content: "嗾"
}

.hgi-bulk.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-bulk.hgi-swipe-left-09:after {
    content: "嘀"
}

.hgi-bulk.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-bulk.hgi-swipe-right-01:after {
    content: "嘂"
}

.hgi-bulk.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-bulk.hgi-swipe-right-02:after {
    content: "嘄"
}

.hgi-bulk.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-bulk.hgi-swipe-right-03:after {
    content: "嘆"
}

.hgi-bulk.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-bulk.hgi-swipe-right-04:after {
    content: "嘈"
}

.hgi-bulk.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-bulk.hgi-swipe-right-05:after {
    content: "嘊"
}

.hgi-bulk.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-bulk.hgi-swipe-right-06:after {
    content: "嘌"
}

.hgi-bulk.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-bulk.hgi-swipe-right-07:after {
    content: "嘎"
}

.hgi-bulk.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-bulk.hgi-swipe-right-08:after {
    content: "嘐"
}

.hgi-bulk.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-bulk.hgi-swipe-right-09:after {
    content: "嘒"
}

.hgi-bulk.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-bulk.hgi-swipe-up-01:after {
    content: "嘔"
}

.hgi-bulk.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-bulk.hgi-swipe-up-02:after {
    content: "嘖"
}

.hgi-bulk.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-bulk.hgi-swipe-up-03:after {
    content: "嘘"
}

.hgi-bulk.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-bulk.hgi-swipe-up-04:after {
    content: "嘚"
}

.hgi-bulk.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-bulk.hgi-swipe-up-05:after {
    content: "嘜"
}

.hgi-bulk.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-bulk.hgi-swipe-up-06:after {
    content: "嘞"
}

.hgi-bulk.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-bulk.hgi-swipe-up-07:after {
    content: "嘠"
}

.hgi-bulk.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-bulk.hgi-swipe-up-08:after {
    content: "嘢"
}

.hgi-bulk.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-bulk.hgi-sword-01:after {
    content: "嘤"
}

.hgi-bulk.hgi-sword-01:before {
    content: "嘥"
}

.hgi-bulk.hgi-sword-02:after {
    content: "嘦"
}

.hgi-bulk.hgi-sword-02:before {
    content: "嘧"
}

.hgi-bulk.hgi-sword-03:after {
    content: "嘨"
}

.hgi-bulk.hgi-sword-03:before {
    content: "嘩"
}

.hgi-bulk.hgi-system-update-01:after {
    content: "嘪"
}

.hgi-bulk.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-bulk.hgi-system-update-02:after {
    content: "嘬"
}

.hgi-bulk.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-bulk.hgi-t-shirt:after {
    content: "嘮"
}

.hgi-bulk.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-bulk.hgi-table-01:after {
    content: "嘰"
}

.hgi-bulk.hgi-table-01:before {
    content: "嘱"
}

.hgi-bulk.hgi-table-02:after {
    content: "嘲"
}

.hgi-bulk.hgi-table-02:before {
    content: "嘳"
}

.hgi-bulk.hgi-table-03:after {
    content: "嘴"
}

.hgi-bulk.hgi-table-03:before {
    content: "嘵"
}

.hgi-bulk.hgi-table-lamp-01:after {
    content: "嘶"
}

.hgi-bulk.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-bulk.hgi-table-lamp-02:after {
    content: "嘸"
}

.hgi-bulk.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-bulk.hgi-table-round:after {
    content: "嘺"
}

.hgi-bulk.hgi-table-round:before {
    content: "嘻"
}

.hgi-bulk.hgi-table:after {
    content: "嘼"
}

.hgi-bulk.hgi-table-tennis-bat:after {
    content: "嘽"
}

.hgi-bulk.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-bulk.hgi-table:before {
    content: "嘿"
}

.hgi-bulk.hgi-tablet-01:after {
    content: "噀"
}

.hgi-bulk.hgi-tablet-01:before {
    content: "噁"
}

.hgi-bulk.hgi-tablet-02:after {
    content: "噂"
}

.hgi-bulk.hgi-tablet-02:before {
    content: "噃"
}

.hgi-bulk.hgi-tablet-connected-bluetooth:after {
    content: "噄"
}

.hgi-bulk.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-bulk.hgi-tablet-connected-usb:after {
    content: "噆"
}

.hgi-bulk.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-bulk.hgi-tablet-connected-wifi:after {
    content: "噈"
}

.hgi-bulk.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-bulk.hgi-tablet-pen:after {
    content: "噊"
}

.hgi-bulk.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-bulk.hgi-taco-01:after {
    content: "噌"
}

.hgi-bulk.hgi-taco-01:before {
    content: "噍"
}

.hgi-bulk.hgi-taco-02:after {
    content: "噎"
}

.hgi-bulk.hgi-taco-02:before {
    content: "噏"
}

.hgi-bulk.hgi-tag-01:after {
    content: "噐"
}

.hgi-bulk.hgi-tag-01:before {
    content: "噑"
}

.hgi-bulk.hgi-tag-02:after {
    content: "噒"
}

.hgi-bulk.hgi-tag-02:before {
    content: "噓"
}

.hgi-bulk.hgi-tags:after {
    content: "噔"
}

.hgi-bulk.hgi-tags:before {
    content: "噕"
}

.hgi-bulk.hgi-taj-mahal:after {
    content: "噖"
}

.hgi-bulk.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-bulk.hgi-tan:after {
    content: "噘"
}

.hgi-bulk.hgi-tan:before {
    content: "噙"
}

.hgi-bulk.hgi-tank-top:after {
    content: "噚"
}

.hgi-bulk.hgi-tank-top:before {
    content: "噛"
}

.hgi-bulk.hgi-tap-01:after {
    content: "噜"
}

.hgi-bulk.hgi-tap-01:before {
    content: "噝"
}

.hgi-bulk.hgi-tap-02:after {
    content: "噞"
}

.hgi-bulk.hgi-tap-02:before {
    content: "噟"
}

.hgi-bulk.hgi-tap-03:after {
    content: "噠"
}

.hgi-bulk.hgi-tap-03:before {
    content: "噡"
}

.hgi-bulk.hgi-tap-04:after {
    content: "噢"
}

.hgi-bulk.hgi-tap-04:before {
    content: "噣"
}

.hgi-bulk.hgi-tap-05:after {
    content: "噤"
}

.hgi-bulk.hgi-tap-05:before {
    content: "噥"
}

.hgi-bulk.hgi-tap-06:after {
    content: "噦"
}

.hgi-bulk.hgi-tap-06:before {
    content: "噧"
}

.hgi-bulk.hgi-tap-07:after {
    content: "器"
}

.hgi-bulk.hgi-tap-07:before {
    content: "噩"
}

.hgi-bulk.hgi-tap-08:after {
    content: "噪"
}

.hgi-bulk.hgi-tap-08:before {
    content: "噫"
}

.hgi-bulk.hgi-tape-measure:after {
    content: "噬"
}

.hgi-bulk.hgi-tape-measure:before {
    content: "噭"
}

.hgi-bulk.hgi-target-01:after {
    content: "噮"
}

.hgi-bulk.hgi-target-01:before {
    content: "噯"
}

.hgi-bulk.hgi-target-02:after {
    content: "噰"
}

.hgi-bulk.hgi-target-02:before {
    content: "噱"
}

.hgi-bulk.hgi-target-03:after {
    content: "噲"
}

.hgi-bulk.hgi-target-03:before {
    content: "噳"
}

.hgi-bulk.hgi-target-dollar:after {
    content: "噴"
}

.hgi-bulk.hgi-target-dollar:before {
    content: "噵"
}

.hgi-bulk.hgi-tasbih:after {
    content: "噶"
}

.hgi-bulk.hgi-tasbih:before {
    content: "噷"
}

.hgi-bulk.hgi-task-01:after {
    content: "噸"
}

.hgi-bulk.hgi-task-01:before {
    content: "噹"
}

.hgi-bulk.hgi-task-02:after {
    content: "噺"
}

.hgi-bulk.hgi-task-02:before {
    content: "噻"
}

.hgi-bulk.hgi-task-add-01:after {
    content: "噼"
}

.hgi-bulk.hgi-task-add-01:before {
    content: "噽"
}

.hgi-bulk.hgi-task-add-02:after {
    content: "噾"
}

.hgi-bulk.hgi-task-add-02:before {
    content: "噿"
}

.hgi-bulk.hgi-task-daily-01:after {
    content: "嚀"
}

.hgi-bulk.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-bulk.hgi-task-daily-02:after {
    content: "嚂"
}

.hgi-bulk.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-bulk.hgi-task-done-01:after {
    content: "嚄"
}

.hgi-bulk.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-bulk.hgi-task-done-02:after {
    content: "嚆"
}

.hgi-bulk.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-bulk.hgi-task-edit-01:after {
    content: "嚈"
}

.hgi-bulk.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-bulk.hgi-task-edit-02:after {
    content: "嚊"
}

.hgi-bulk.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-bulk.hgi-task-remove-01:after {
    content: "嚌"
}

.hgi-bulk.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-bulk.hgi-task-remove-02:after {
    content: "嚎"
}

.hgi-bulk.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-bulk.hgi-taxes:after {
    content: "嚐"
}

.hgi-bulk.hgi-taxes:before {
    content: "嚑"
}

.hgi-bulk.hgi-taxi:after {
    content: "嚒"
}

.hgi-bulk.hgi-taxi:before {
    content: "嚓"
}

.hgi-bulk.hgi-tea-pod:after {
    content: "嚔"
}

.hgi-bulk.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-bulk.hgi-tea:after {
    content: "嚖"
}

.hgi-bulk.hgi-tea:before {
    content: "嚗"
}

.hgi-bulk.hgi-teacher:after {
    content: "嚘"
}

.hgi-bulk.hgi-teacher:before {
    content: "嚙"
}

.hgi-bulk.hgi-teaching:after {
    content: "嚚"
}

.hgi-bulk.hgi-teaching:before {
    content: "嚛"
}

.hgi-bulk.hgi-teamviewer:after {
    content: "嚜"
}

.hgi-bulk.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-bulk.hgi-telegram:after {
    content: "嚞"
}

.hgi-bulk.hgi-telegram:before {
    content: "嚟"
}

.hgi-bulk.hgi-telephone:after {
    content: "嚠"
}

.hgi-bulk.hgi-telephone:before {
    content: "嚡"
}

.hgi-bulk.hgi-telescope-01:after {
    content: "嚢"
}

.hgi-bulk.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-bulk.hgi-telescope-02:after {
    content: "嚤"
}

.hgi-bulk.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-bulk.hgi-television-table:after {
    content: "嚦"
}

.hgi-bulk.hgi-television-table:before {
    content: "嚧"
}

.hgi-bulk.hgi-temperature:after {
    content: "嚨"
}

.hgi-bulk.hgi-temperature:before {
    content: "嚩"
}

.hgi-bulk.hgi-tennis-ball:after {
    content: "嚪"
}

.hgi-bulk.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-bulk.hgi-terrace:after {
    content: "嚬"
}

.hgi-bulk.hgi-terrace:before {
    content: "嚭"
}

.hgi-bulk.hgi-test-tube-01:after {
    content: "嚮"
}

.hgi-bulk.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-bulk.hgi-test-tube-02:after {
    content: "嚰"
}

.hgi-bulk.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-bulk.hgi-test-tube-03:after {
    content: "嚲"
}

.hgi-bulk.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-bulk.hgi-test-tube:after {
    content: "嚴"
}

.hgi-bulk.hgi-test-tube:before {
    content: "嚵"
}

.hgi-bulk.hgi-tetris:after {
    content: "嚶"
}

.hgi-bulk.hgi-tetris:before {
    content: "嚷"
}

.hgi-bulk.hgi-text-align-center:after {
    content: "嚸"
}

.hgi-bulk.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-bulk.hgi-text-align-justify-center:after {
    content: "嚺"
}

.hgi-bulk.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-bulk.hgi-text-align-justify-left:after {
    content: "嚼"
}

.hgi-bulk.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-bulk.hgi-text-align-justify-right:after {
    content: "嚾"
}

.hgi-bulk.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-bulk.hgi-text-align-left-01:after {
    content: "囀"
}

.hgi-bulk.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-bulk.hgi-text-align-left:after {
    content: "囂"
}

.hgi-bulk.hgi-text-align-left:before {
    content: "囃"
}

.hgi-bulk.hgi-text-align-right-01:after {
    content: "囄"
}

.hgi-bulk.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-bulk.hgi-text-align-right:after {
    content: "囆"
}

.hgi-bulk.hgi-text-align-right:before {
    content: "囇"
}

.hgi-bulk.hgi-text-all-caps:after {
    content: "囈"
}

.hgi-bulk.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-bulk.hgi-text-bold:after {
    content: "囊"
}

.hgi-bulk.hgi-text-bold:before {
    content: "囋"
}

.hgi-bulk.hgi-text-centerline-center-top:after {
    content: "囌"
}

.hgi-bulk.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-bulk.hgi-text-centerline-left:after {
    content: "囎"
}

.hgi-bulk.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-bulk.hgi-text-centerline-middle:after {
    content: "囐"
}

.hgi-bulk.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-bulk.hgi-text-centerline-right:after {
    content: "囒"
}

.hgi-bulk.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-bulk.hgi-text-check:after {
    content: "囔"
}

.hgi-bulk.hgi-text-check:before {
    content: "囕"
}

.hgi-bulk.hgi-text-circle:after {
    content: "囖"
}

.hgi-bulk.hgi-text-circle:before {
    content: "囗"
}

.hgi-bulk.hgi-text-clear:after {
    content: "囘"
}

.hgi-bulk.hgi-text-clear:before {
    content: "囙"
}

.hgi-bulk.hgi-text-color:after {
    content: "囚"
}

.hgi-bulk.hgi-text-color:before {
    content: "四"
}

.hgi-bulk.hgi-text-creation:after {
    content: "囜"
}

.hgi-bulk.hgi-text-creation:before {
    content: "囝"
}

.hgi-bulk.hgi-text-firstline-left:after {
    content: "回"
}

.hgi-bulk.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-bulk.hgi-text-firstline-right:after {
    content: "因"
}

.hgi-bulk.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-bulk.hgi-text-font:after {
    content: "团"
}

.hgi-bulk.hgi-text-font:before {
    content: "団"
}

.hgi-bulk.hgi-text-footnote:after {
    content: "囤"
}

.hgi-bulk.hgi-text-footnote:before {
    content: "囥"
}

.hgi-bulk.hgi-text-indent-01:after {
    content: "囦"
}

.hgi-bulk.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-bulk.hgi-text-indent-less:after {
    content: "囨"
}

.hgi-bulk.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-bulk.hgi-text-indent-more:after {
    content: "囪"
}

.hgi-bulk.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-bulk.hgi-text-indent:after {
    content: "囬"
}

.hgi-bulk.hgi-text-indent:before {
    content: "园"
}

.hgi-bulk.hgi-text-italic:after {
    content: "囮"
}

.hgi-bulk.hgi-text-italic-slash:after {
    content: "囯"
}

.hgi-bulk.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-bulk.hgi-text-italic:before {
    content: "囱"
}

.hgi-bulk.hgi-text-kerning:after {
    content: "囲"
}

.hgi-bulk.hgi-text-kerning:before {
    content: "図"
}

.hgi-bulk.hgi-text-number-sign:after {
    content: "围"
}

.hgi-bulk.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-bulk.hgi-text:after {
    content: "囶"
}

.hgi-bulk.hgi-text-selection:after {
    content: "囷"
}

.hgi-bulk.hgi-text-selection:before {
    content: "囸"
}

.hgi-bulk.hgi-text-smallcaps:after {
    content: "囹"
}

.hgi-bulk.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-bulk.hgi-text-square:after {
    content: "囻"
}

.hgi-bulk.hgi-text-square:before {
    content: "囼"
}

.hgi-bulk.hgi-text-strikethrough:after {
    content: "国"
}

.hgi-bulk.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-bulk.hgi-text-subscript:after {
    content: "囿"
}

.hgi-bulk.hgi-text-subscript:before {
    content: "圀"
}

.hgi-bulk.hgi-text-superscript:after {
    content: "圁"
}

.hgi-bulk.hgi-text-superscript:before {
    content: "圂"
}

.hgi-bulk.hgi-text-tracking:after {
    content: "圃"
}

.hgi-bulk.hgi-text-tracking:before {
    content: "圄"
}

.hgi-bulk.hgi-text-underline:after {
    content: "圅"
}

.hgi-bulk.hgi-text-underline:before {
    content: "圆"
}

.hgi-bulk.hgi-text-variable-front:after {
    content: "圇"
}

.hgi-bulk.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-bulk.hgi-text-vertical-alignment:after {
    content: "圉"
}

.hgi-bulk.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-bulk.hgi-text-wrap:after {
    content: "國"
}

.hgi-bulk.hgi-text-wrap:before {
    content: "圌"
}

.hgi-bulk.hgi-text:before {
    content: "圍"
}

.hgi-bulk.hgi-the-prophets-mosque:after {
    content: "圎"
}

.hgi-bulk.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-bulk.hgi-thermometer-cold:after {
    content: "圐"
}

.hgi-bulk.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-bulk.hgi-thermometer:after {
    content: "園"
}

.hgi-bulk.hgi-thermometer-warm:after {
    content: "圓"
}

.hgi-bulk.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-bulk.hgi-thermometer:before {
    content: "圕"
}

.hgi-bulk.hgi-third-bracket-circle:after {
    content: "圖"
}

.hgi-bulk.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-bulk.hgi-third-bracket:after {
    content: "團"
}

.hgi-bulk.hgi-third-bracket-square:after {
    content: "圙"
}

.hgi-bulk.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-bulk.hgi-third-bracket:before {
    content: "圛"
}

.hgi-bulk.hgi-thread:after {
    content: "圜"
}

.hgi-bulk.hgi-thread:before {
    content: "圝"
}

.hgi-bulk.hgi-threads-ellipse:after {
    content: "圞"
}

.hgi-bulk.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-bulk.hgi-threads-rectangle:after {
    content: "圠"
}

.hgi-bulk.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-bulk.hgi-threads:after {
    content: "圢"
}

.hgi-bulk.hgi-threads:before {
    content: "圣"
}

.hgi-bulk.hgi-three-d-move:after {
    content: "圤"
}

.hgi-bulk.hgi-three-d-move:before {
    content: "圥"
}

.hgi-bulk.hgi-three-d-rotate:after {
    content: "圦"
}

.hgi-bulk.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-bulk.hgi-three-d-scale:after {
    content: "在"
}

.hgi-bulk.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-bulk.hgi-three-d-view:after {
    content: "圪"
}

.hgi-bulk.hgi-three-d-view:before {
    content: "圫"
}

.hgi-bulk.hgi-three-finger-01:after {
    content: "圬"
}

.hgi-bulk.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-bulk.hgi-three-finger-02:after {
    content: "圮"
}

.hgi-bulk.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-bulk.hgi-three-finger-03:after {
    content: "地"
}

.hgi-bulk.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-bulk.hgi-three-finger-04:after {
    content: "圲"
}

.hgi-bulk.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-bulk.hgi-three-finger-05:after {
    content: "圴"
}

.hgi-bulk.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-bulk.hgi-thumbs-down-ellipse:after {
    content: "圶"
}

.hgi-bulk.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-bulk.hgi-thumbs-down-rectangle:after {
    content: "圸"
}

.hgi-bulk.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-bulk.hgi-thumbs-down:after {
    content: "场"
}

.hgi-bulk.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-bulk.hgi-thumbs-up-down:after {
    content: "圼"
}

.hgi-bulk.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-bulk.hgi-thumbs-up-ellipse:after {
    content: "圾"
}

.hgi-bulk.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-bulk.hgi-thumbs-up-rectangle:after {
    content: "址"
}

.hgi-bulk.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-bulk.hgi-thumbs-up:after {
    content: "坂"
}

.hgi-bulk.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-bulk.hgi-tic-tac-toe:after {
    content: "坄"
}

.hgi-bulk.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-bulk.hgi-tick-01:after {
    content: "坆"
}

.hgi-bulk.hgi-tick-01:before {
    content: "均"
}

.hgi-bulk.hgi-tick-02:after {
    content: "坈"
}

.hgi-bulk.hgi-tick-02:before {
    content: "坉"
}

.hgi-bulk.hgi-tick-03:after {
    content: "坊"
}

.hgi-bulk.hgi-tick-03:before {
    content: "坋"
}

.hgi-bulk.hgi-tick-04:after {
    content: "坌"
}

.hgi-bulk.hgi-tick-04:before {
    content: "坍"
}

.hgi-bulk.hgi-tick-double-01:after {
    content: "坎"
}

.hgi-bulk.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-bulk.hgi-tick-double-02:after {
    content: "坐"
}

.hgi-bulk.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-bulk.hgi-tick-double-03:after {
    content: "坒"
}

.hgi-bulk.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-bulk.hgi-tick-double-04:after {
    content: "坔"
}

.hgi-bulk.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-bulk.hgi-ticket-01:after {
    content: "坖"
}

.hgi-bulk.hgi-ticket-01:before {
    content: "块"
}

.hgi-bulk.hgi-ticket-02:after {
    content: "坘"
}

.hgi-bulk.hgi-ticket-02:before {
    content: "坙"
}

.hgi-bulk.hgi-ticket-03:after {
    content: "坚"
}

.hgi-bulk.hgi-ticket-03:before {
    content: "坛"
}

.hgi-bulk.hgi-ticket-star:after {
    content: "坜"
}

.hgi-bulk.hgi-ticket-star:before {
    content: "坝"
}

.hgi-bulk.hgi-tie:after {
    content: "坞"
}

.hgi-bulk.hgi-tie:before {
    content: "坟"
}

.hgi-bulk.hgi-tiktok:after {
    content: "坠"
}

.hgi-bulk.hgi-tiktok:before {
    content: "坡"
}

.hgi-bulk.hgi-time-01:after {
    content: "坢"
}

.hgi-bulk.hgi-time-01:before {
    content: "坣"
}

.hgi-bulk.hgi-time-02:after {
    content: "坤"
}

.hgi-bulk.hgi-time-02:before {
    content: "坥"
}

.hgi-bulk.hgi-time-03:after {
    content: "坦"
}

.hgi-bulk.hgi-time-03:before {
    content: "坧"
}

.hgi-bulk.hgi-time-04:after {
    content: "坨"
}

.hgi-bulk.hgi-time-04:before {
    content: "坩"
}

.hgi-bulk.hgi-time-half-pass:after {
    content: "坪"
}

.hgi-bulk.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-bulk.hgi-time-management-circle:after {
    content: "坬"
}

.hgi-bulk.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-bulk.hgi-time-management:after {
    content: "坮"
}

.hgi-bulk.hgi-time-management:before {
    content: "坯"
}

.hgi-bulk.hgi-time-quarter-pass:after {
    content: "坰"
}

.hgi-bulk.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-bulk.hgi-time-quarter:after {
    content: "坲"
}

.hgi-bulk.hgi-time-quarter:before {
    content: "坳"
}

.hgi-bulk.hgi-time-schedule:after {
    content: "坴"
}

.hgi-bulk.hgi-time-schedule:before {
    content: "坵"
}

.hgi-bulk.hgi-time-setting-01:after {
    content: "坶"
}

.hgi-bulk.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-bulk.hgi-time-setting-02:after {
    content: "坸"
}

.hgi-bulk.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-bulk.hgi-time-setting-03:after {
    content: "坺"
}

.hgi-bulk.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-bulk.hgi-timer-01:after {
    content: "坼"
}

.hgi-bulk.hgi-timer-01:before {
    content: "坽"
}

.hgi-bulk.hgi-timer-02:after {
    content: "坾"
}

.hgi-bulk.hgi-timer-02:before {
    content: "坿"
}

.hgi-bulk.hgi-tips:after {
    content: "垀"
}

.hgi-bulk.hgi-tips:before {
    content: "垁"
}

.hgi-bulk.hgi-tired-01:after {
    content: "垂"
}

.hgi-bulk.hgi-tired-01:before {
    content: "垃"
}

.hgi-bulk.hgi-tired-02:after {
    content: "垄"
}

.hgi-bulk.hgi-tired-02:before {
    content: "垅"
}

.hgi-bulk.hgi-tissue-paper:after {
    content: "垆"
}

.hgi-bulk.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-bulk.hgi-toggle-off:after {
    content: "垈"
}

.hgi-bulk.hgi-toggle-off:before {
    content: "垉"
}

.hgi-bulk.hgi-toggle-on:after {
    content: "垊"
}

.hgi-bulk.hgi-toggle-on:before {
    content: "型"
}

.hgi-bulk.hgi-toilet-01:after {
    content: "垌"
}

.hgi-bulk.hgi-toilet-01:before {
    content: "垍"
}

.hgi-bulk.hgi-toilet-02:after {
    content: "垎"
}

.hgi-bulk.hgi-toilet-02:before {
    content: "垏"
}

.hgi-bulk.hgi-tongue-01:after {
    content: "垐"
}

.hgi-bulk.hgi-tongue-01:before {
    content: "垑"
}

.hgi-bulk.hgi-tongue:after {
    content: "垒"
}

.hgi-bulk.hgi-tongue-wink-left:after {
    content: "垓"
}

.hgi-bulk.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-bulk.hgi-tongue-wink-right:after {
    content: "垕"
}

.hgi-bulk.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-bulk.hgi-tongue:before {
    content: "垗"
}

.hgi-bulk.hgi-tools:after {
    content: "垘"
}

.hgi-bulk.hgi-tools:before {
    content: "垙"
}

.hgi-bulk.hgi-tornado-01:after {
    content: "垚"
}

.hgi-bulk.hgi-tornado-01:before {
    content: "垛"
}

.hgi-bulk.hgi-tornado-02:after {
    content: "垜"
}

.hgi-bulk.hgi-tornado-02:before {
    content: "垝"
}

.hgi-bulk.hgi-torri-gate:after {
    content: "垞"
}

.hgi-bulk.hgi-torri-gate:before {
    content: "垟"
}

.hgi-bulk.hgi-touch-01:after {
    content: "垠"
}

.hgi-bulk.hgi-touch-01:before {
    content: "垡"
}

.hgi-bulk.hgi-touch-02:after {
    content: "垢"
}

.hgi-bulk.hgi-touch-02:before {
    content: "垣"
}

.hgi-bulk.hgi-touch-03:after {
    content: "垤"
}

.hgi-bulk.hgi-touch-03:before {
    content: "垥"
}

.hgi-bulk.hgi-touch-04:after {
    content: "垦"
}

.hgi-bulk.hgi-touch-04:before {
    content: "垧"
}

.hgi-bulk.hgi-touch-05:after {
    content: "垨"
}

.hgi-bulk.hgi-touch-05:before {
    content: "垩"
}

.hgi-bulk.hgi-touch-06:after {
    content: "垪"
}

.hgi-bulk.hgi-touch-06:before {
    content: "垫"
}

.hgi-bulk.hgi-touch-07:after {
    content: "垬"
}

.hgi-bulk.hgi-touch-07:before {
    content: "垭"
}

.hgi-bulk.hgi-touch-08:after {
    content: "垮"
}

.hgi-bulk.hgi-touch-08:before {
    content: "垯"
}

.hgi-bulk.hgi-touch-09:after {
    content: "垰"
}

.hgi-bulk.hgi-touch-09:before {
    content: "垱"
}

.hgi-bulk.hgi-touch-10:after {
    content: "垲"
}

.hgi-bulk.hgi-touch-10:before {
    content: "垳"
}

.hgi-bulk.hgi-touch-interaction-01:after {
    content: "垴"
}

.hgi-bulk.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-bulk.hgi-touch-interaction-02:after {
    content: "垶"
}

.hgi-bulk.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-bulk.hgi-touch-interaction-03:after {
    content: "垸"
}

.hgi-bulk.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-bulk.hgi-touch-interaction-04:after {
    content: "垺"
}

.hgi-bulk.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-bulk.hgi-touch-locked-01:after {
    content: "垼"
}

.hgi-bulk.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-bulk.hgi-touch-locked-02:after {
    content: "垾"
}

.hgi-bulk.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-bulk.hgi-touch-locked-03:after {
    content: "埀"
}

.hgi-bulk.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-bulk.hgi-touch-locked-04:after {
    content: "埂"
}

.hgi-bulk.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-bulk.hgi-touchpad-01:after {
    content: "埄"
}

.hgi-bulk.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-bulk.hgi-touchpad-02:after {
    content: "埆"
}

.hgi-bulk.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-bulk.hgi-touchpad-03:after {
    content: "埈"
}

.hgi-bulk.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-bulk.hgi-touchpad-04:after {
    content: "埊"
}

.hgi-bulk.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-bulk.hgi-tow-truck:after {
    content: "埌"
}

.hgi-bulk.hgi-tow-truck:before {
    content: "埍"
}

.hgi-bulk.hgi-towels:after {
    content: "城"
}

.hgi-bulk.hgi-towels:before {
    content: "埏"
}

.hgi-bulk.hgi-toy-train:after {
    content: "埐"
}

.hgi-bulk.hgi-toy-train:before {
    content: "埑"
}

.hgi-bulk.hgi-tractor:after {
    content: "埒"
}

.hgi-bulk.hgi-tractor:before {
    content: "埓"
}

.hgi-bulk.hgi-trade-down:after {
    content: "埔"
}

.hgi-bulk.hgi-trade-down:before {
    content: "埕"
}

.hgi-bulk.hgi-trade-mark:after {
    content: "埖"
}

.hgi-bulk.hgi-trade-mark:before {
    content: "埗"
}

.hgi-bulk.hgi-trade-up:after {
    content: "埘"
}

.hgi-bulk.hgi-trade-up:before {
    content: "埙"
}

.hgi-bulk.hgi-trademark:after {
    content: "埚"
}

.hgi-bulk.hgi-trademark:before {
    content: "埛"
}

.hgi-bulk.hgi-traffic-incident:after {
    content: "埜"
}

.hgi-bulk.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-bulk.hgi-traffic-light:after {
    content: "埞"
}

.hgi-bulk.hgi-traffic-light:before {
    content: "域"
}

.hgi-bulk.hgi-train-01:after {
    content: "埠"
}

.hgi-bulk.hgi-train-01:before {
    content: "埡"
}

.hgi-bulk.hgi-train-02:after {
    content: "埢"
}

.hgi-bulk.hgi-train-02:before {
    content: "埣"
}

.hgi-bulk.hgi-tram:after {
    content: "埤"
}

.hgi-bulk.hgi-tram:before {
    content: "埥"
}

.hgi-bulk.hgi-trampoline:after {
    content: "埦"
}

.hgi-bulk.hgi-trampoline:before {
    content: "埧"
}

.hgi-bulk.hgi-transaction:after {
    content: "埨"
}

.hgi-bulk.hgi-transaction:before {
    content: "埩"
}

.hgi-bulk.hgi-transition-bottom:after {
    content: "埪"
}

.hgi-bulk.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-bulk.hgi-transition-left:after {
    content: "埬"
}

.hgi-bulk.hgi-transition-left:before {
    content: "埭"
}

.hgi-bulk.hgi-transition-right:after {
    content: "埮"
}

.hgi-bulk.hgi-transition-right:before {
    content: "埯"
}

.hgi-bulk.hgi-transition-top:after {
    content: "埰"
}

.hgi-bulk.hgi-transition-top:before {
    content: "埱"
}

.hgi-bulk.hgi-translate:after {
    content: "埲"
}

.hgi-bulk.hgi-translate:before {
    content: "埳"
}

.hgi-bulk.hgi-translation:after {
    content: "埴"
}

.hgi-bulk.hgi-translation:before {
    content: "埵"
}

.hgi-bulk.hgi-transmission:after {
    content: "埶"
}

.hgi-bulk.hgi-transmission:before {
    content: "執"
}

.hgi-bulk.hgi-transparency:after {
    content: "埸"
}

.hgi-bulk.hgi-transparency:before {
    content: "培"
}

.hgi-bulk.hgi-trapezoid-line-horizontal:after {
    content: "基"
}

.hgi-bulk.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-bulk.hgi-trapezoid-line-vertical:after {
    content: "埼"
}

.hgi-bulk.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-bulk.hgi-travel-bag:after {
    content: "埾"
}

.hgi-bulk.hgi-travel-bag:before {
    content: "埿"
}

.hgi-bulk.hgi-treadmill-01:after {
    content: "堀"
}

.hgi-bulk.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-bulk.hgi-treadmill-02:after {
    content: "堂"
}

.hgi-bulk.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-bulk.hgi-treatment:after {
    content: "堄"
}

.hgi-bulk.hgi-treatment:before {
    content: "堅"
}

.hgi-bulk.hgi-tree-01:after {
    content: "堆"
}

.hgi-bulk.hgi-tree-01:before {
    content: "堇"
}

.hgi-bulk.hgi-tree-02:after {
    content: "堈"
}

.hgi-bulk.hgi-tree-02:before {
    content: "堉"
}

.hgi-bulk.hgi-tree-03:after {
    content: "堊"
}

.hgi-bulk.hgi-tree-03:before {
    content: "堋"
}

.hgi-bulk.hgi-tree-04:after {
    content: "堌"
}

.hgi-bulk.hgi-tree-04:before {
    content: "堍"
}

.hgi-bulk.hgi-tree-05:after {
    content: "堎"
}

.hgi-bulk.hgi-tree-05:before {
    content: "堏"
}

.hgi-bulk.hgi-tree-06:after {
    content: "堐"
}

.hgi-bulk.hgi-tree-06:before {
    content: "堑"
}

.hgi-bulk.hgi-tree-07:after {
    content: "堒"
}

.hgi-bulk.hgi-tree-07:before {
    content: "堓"
}

.hgi-bulk.hgi-trello:after {
    content: "堔"
}

.hgi-bulk.hgi-trello:before {
    content: "堕"
}

.hgi-bulk.hgi-triangle-01:after {
    content: "堖"
}

.hgi-bulk.hgi-triangle-01:before {
    content: "堗"
}

.hgi-bulk.hgi-triangle-02:after {
    content: "堘"
}

.hgi-bulk.hgi-triangle-02:before {
    content: "堙"
}

.hgi-bulk.hgi-triangle-03:after {
    content: "堚"
}

.hgi-bulk.hgi-triangle-03:before {
    content: "堛"
}

.hgi-bulk.hgi-triangle:after {
    content: "堜"
}

.hgi-bulk.hgi-triangle:before {
    content: "堝"
}

.hgi-bulk.hgi-trolley-01:after {
    content: "堞"
}

.hgi-bulk.hgi-trolley-01:before {
    content: "堟"
}

.hgi-bulk.hgi-trolley-02:after {
    content: "堠"
}

.hgi-bulk.hgi-trolley-02:before {
    content: "堡"
}

.hgi-bulk.hgi-tropical-storm:after {
    content: "堢"
}

.hgi-bulk.hgi-tropical-storm-tracks-01:after {
    content: "堣"
}

.hgi-bulk.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-bulk.hgi-tropical-storm-tracks-02:after {
    content: "堥"
}

.hgi-bulk.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-bulk.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-bulk.hgi-truck-delivery:after {
    content: "堨"
}

.hgi-bulk.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-bulk.hgi-truck-monster:after {
    content: "堪"
}

.hgi-bulk.hgi-truck-monster:before {
    content: "堫"
}

.hgi-bulk.hgi-truck-return:after {
    content: "堬"
}

.hgi-bulk.hgi-truck-return:before {
    content: "堭"
}

.hgi-bulk.hgi-truck:after {
    content: "堮"
}

.hgi-bulk.hgi-truck:before {
    content: "堯"
}

.hgi-bulk.hgi-trulli:after {
    content: "堰"
}

.hgi-bulk.hgi-trulli:before {
    content: "報"
}

.hgi-bulk.hgi-tsunami:after {
    content: "堲"
}

.hgi-bulk.hgi-tsunami:before {
    content: "堳"
}

.hgi-bulk.hgi-tulip:after {
    content: "場"
}

.hgi-bulk.hgi-tulip:before {
    content: "堵"
}

.hgi-bulk.hgi-tumblr:after {
    content: "堶"
}

.hgi-bulk.hgi-tumblr:before {
    content: "堷"
}

.hgi-bulk.hgi-turtle-neck:after {
    content: "堸"
}

.hgi-bulk.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-bulk.hgi-tv-01:after {
    content: "堺"
}

.hgi-bulk.hgi-tv-01:before {
    content: "堻"
}

.hgi-bulk.hgi-tv-02:after {
    content: "堼"
}

.hgi-bulk.hgi-tv-02:before {
    content: "堽"
}

.hgi-bulk.hgi-tv-fix:after {
    content: "堾"
}

.hgi-bulk.hgi-tv-fix:before {
    content: "堿"
}

.hgi-bulk.hgi-tv-issue:after {
    content: "塀"
}

.hgi-bulk.hgi-tv-issue:before {
    content: "塁"
}

.hgi-bulk.hgi-tv-smart:after {
    content: "塂"
}

.hgi-bulk.hgi-tv-smart:before {
    content: "塃"
}

.hgi-bulk.hgi-twin-tower:after {
    content: "塄"
}

.hgi-bulk.hgi-twin-tower:before {
    content: "塅"
}

.hgi-bulk.hgi-twitch:after {
    content: "塆"
}

.hgi-bulk.hgi-twitch:before {
    content: "塇"
}

.hgi-bulk.hgi-twitter:after {
    content: "塈"
}

.hgi-bulk.hgi-twitter-square:after {
    content: "塉"
}

.hgi-bulk.hgi-twitter-square:before {
    content: "塊"
}

.hgi-bulk.hgi-twitter:before {
    content: "塋"
}

.hgi-bulk.hgi-two-factor-access:after {
    content: "塌"
}

.hgi-bulk.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-bulk.hgi-two-finger-01:after {
    content: "塎"
}

.hgi-bulk.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-bulk.hgi-two-finger-02:after {
    content: "塐"
}

.hgi-bulk.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-bulk.hgi-two-finger-03:after {
    content: "塒"
}

.hgi-bulk.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-bulk.hgi-two-finger-04:after {
    content: "塔"
}

.hgi-bulk.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-bulk.hgi-two-finger-05:after {
    content: "塖"
}

.hgi-bulk.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-bulk.hgi-txt-01:after {
    content: "塘"
}

.hgi-bulk.hgi-txt-01:before {
    content: "塙"
}

.hgi-bulk.hgi-txt-02:after {
    content: "塚"
}

.hgi-bulk.hgi-txt-02:before {
    content: "塛"
}

.hgi-bulk.hgi-type-cursor:after {
    content: "塜"
}

.hgi-bulk.hgi-type-cursor:before {
    content: "塝"
}

.hgi-bulk.hgi-typescript-01:after {
    content: "塞"
}

.hgi-bulk.hgi-typescript-01:before {
    content: "塟"
}

.hgi-bulk.hgi-typescript-02:after {
    content: "塠"
}

.hgi-bulk.hgi-typescript-02:before {
    content: "塡"
}

.hgi-bulk.hgi-typescript-03:after {
    content: "塢"
}

.hgi-bulk.hgi-typescript-03:before {
    content: "塣"
}

.hgi-bulk.hgi-uber:after {
    content: "塤"
}

.hgi-bulk.hgi-uber:before {
    content: "塥"
}

.hgi-bulk.hgi-ufo-01:after {
    content: "塦"
}

.hgi-bulk.hgi-ufo-01:before {
    content: "塧"
}

.hgi-bulk.hgi-ufo:after {
    content: "塨"
}

.hgi-bulk.hgi-ufo:before {
    content: "塩"
}

.hgi-bulk.hgi-umbrella-dollar:after {
    content: "塪"
}

.hgi-bulk.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-bulk.hgi-umbrella:after {
    content: "塬"
}

.hgi-bulk.hgi-umbrella:before {
    content: "塭"
}

.hgi-bulk.hgi-unamused:after {
    content: "塮"
}

.hgi-bulk.hgi-unamused:before {
    content: "塯"
}

.hgi-bulk.hgi-unavailable:after {
    content: "塰"
}

.hgi-bulk.hgi-unavailable:before {
    content: "塱"
}

.hgi-bulk.hgi-underpants-01:after {
    content: "塲"
}

.hgi-bulk.hgi-underpants-01:before {
    content: "塳"
}

.hgi-bulk.hgi-underpants-02:after {
    content: "塴"
}

.hgi-bulk.hgi-underpants-02:before {
    content: "塵"
}

.hgi-bulk.hgi-underpants-03:after {
    content: "塶"
}

.hgi-bulk.hgi-underpants-03:before {
    content: "塷"
}

.hgi-bulk.hgi-unfold-less:after {
    content: "塸"
}

.hgi-bulk.hgi-unfold-less:before {
    content: "塹"
}

.hgi-bulk.hgi-unfold-more:after {
    content: "塺"
}

.hgi-bulk.hgi-unfold-more:before {
    content: "塻"
}

.hgi-bulk.hgi-ungroup-items:after {
    content: "塼"
}

.hgi-bulk.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-bulk.hgi-ungroup-layers:after {
    content: "塾"
}

.hgi-bulk.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-bulk.hgi-unhappy:after {
    content: "墀"
}

.hgi-bulk.hgi-unhappy:before {
    content: "墁"
}

.hgi-bulk.hgi-university:after {
    content: "墂"
}

.hgi-bulk.hgi-university:before {
    content: "境"
}

.hgi-bulk.hgi-unlink-01:after {
    content: "墄"
}

.hgi-bulk.hgi-unlink-01:before {
    content: "墅"
}

.hgi-bulk.hgi-unlink-02:after {
    content: "墆"
}

.hgi-bulk.hgi-unlink-02:before {
    content: "墇"
}

.hgi-bulk.hgi-unlink-03:after {
    content: "墈"
}

.hgi-bulk.hgi-unlink-03:before {
    content: "墉"
}

.hgi-bulk.hgi-unlink-04:after {
    content: "墊"
}

.hgi-bulk.hgi-unlink-04:before {
    content: "墋"
}

.hgi-bulk.hgi-unlink-05:after {
    content: "墌"
}

.hgi-bulk.hgi-unlink-05:before {
    content: "墍"
}

.hgi-bulk.hgi-unlink-06:after {
    content: "墎"
}

.hgi-bulk.hgi-unlink-06:before {
    content: "墏"
}

.hgi-bulk.hgi-unsplash:after {
    content: "墐"
}

.hgi-bulk.hgi-unsplash:before {
    content: "墑"
}

.hgi-bulk.hgi-upload-01:after {
    content: "墒"
}

.hgi-bulk.hgi-upload-01:before {
    content: "墓"
}

.hgi-bulk.hgi-upload-02:after {
    content: "墔"
}

.hgi-bulk.hgi-upload-02:before {
    content: "墕"
}

.hgi-bulk.hgi-upload-03:after {
    content: "墖"
}

.hgi-bulk.hgi-upload-03:before {
    content: "増"
}

.hgi-bulk.hgi-upload-04:after {
    content: "墘"
}

.hgi-bulk.hgi-upload-04:before {
    content: "墙"
}

.hgi-bulk.hgi-upload-05:after {
    content: "墚"
}

.hgi-bulk.hgi-upload-05:before {
    content: "墛"
}

.hgi-bulk.hgi-upload-circle-01:after {
    content: "墜"
}

.hgi-bulk.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-bulk.hgi-upload-circle-02:after {
    content: "增"
}

.hgi-bulk.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-bulk.hgi-upload-square-01:after {
    content: "墠"
}

.hgi-bulk.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-bulk.hgi-upload-square-02:after {
    content: "墢"
}

.hgi-bulk.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-bulk.hgi-upwork:after {
    content: "墤"
}

.hgi-bulk.hgi-upwork:before {
    content: "墥"
}

.hgi-bulk.hgi-usb-bugs:after {
    content: "墦"
}

.hgi-bulk.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-bulk.hgi-usb-connected-01:after {
    content: "墨"
}

.hgi-bulk.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-bulk.hgi-usb-connected-02:after {
    content: "墪"
}

.hgi-bulk.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-bulk.hgi-usb-connected-03:after {
    content: "墬"
}

.hgi-bulk.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-bulk.hgi-usb-error:after {
    content: "墮"
}

.hgi-bulk.hgi-usb-error:before {
    content: "墯"
}

.hgi-bulk.hgi-usb-memory-01:after {
    content: "墰"
}

.hgi-bulk.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-bulk.hgi-usb-memory-02:after {
    content: "墲"
}

.hgi-bulk.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-bulk.hgi-usb-not-connected-01:after {
    content: "墴"
}

.hgi-bulk.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-bulk.hgi-usb-not-connected-02:after {
    content: "墶"
}

.hgi-bulk.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-bulk.hgi-usb:after {
    content: "墸"
}

.hgi-bulk.hgi-usb:before {
    content: "墹"
}

.hgi-bulk.hgi-user-account:after {
    content: "墺"
}

.hgi-bulk.hgi-user-account:before {
    content: "墻"
}

.hgi-bulk.hgi-user-add-01:after {
    content: "墼"
}

.hgi-bulk.hgi-user-add-01:before {
    content: "墽"
}

.hgi-bulk.hgi-user-add-02:after {
    content: "墾"
}

.hgi-bulk.hgi-user-add-02:before {
    content: "墿"
}

.hgi-bulk.hgi-user-arrow-left-right:after {
    content: "壀"
}

.hgi-bulk.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-bulk.hgi-user-block-01:after {
    content: "壂"
}

.hgi-bulk.hgi-user-block-01:before {
    content: "壃"
}

.hgi-bulk.hgi-user-block-02:after {
    content: "壄"
}

.hgi-bulk.hgi-user-block-02:before {
    content: "壅"
}

.hgi-bulk.hgi-user-check-01:after {
    content: "壆"
}

.hgi-bulk.hgi-user-check-01:before {
    content: "壇"
}

.hgi-bulk.hgi-user-check-02:after {
    content: "壈"
}

.hgi-bulk.hgi-user-check-02:before {
    content: "壉"
}

.hgi-bulk.hgi-user-circle-02:after {
    content: "壊"
}

.hgi-bulk.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-bulk.hgi-user-circle:after {
    content: "壌"
}

.hgi-bulk.hgi-user-circle:before {
    content: "壍"
}

.hgi-bulk.hgi-user-edit-01:after {
    content: "壎"
}

.hgi-bulk.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-bulk.hgi-user-full-view:after {
    content: "壐"
}

.hgi-bulk.hgi-user-full-view:before {
    content: "壑"
}

.hgi-bulk.hgi-user-group:after {
    content: "壒"
}

.hgi-bulk.hgi-user-group:before {
    content: "壓"
}

.hgi-bulk.hgi-user-id-verification:after {
    content: "壔"
}

.hgi-bulk.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-bulk.hgi-user-list:after {
    content: "壖"
}

.hgi-bulk.hgi-user-list:before {
    content: "壗"
}

.hgi-bulk.hgi-user-lock-01:after {
    content: "壘"
}

.hgi-bulk.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-bulk.hgi-user-lock-02:after {
    content: "壚"
}

.hgi-bulk.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-bulk.hgi-user-love-01:after {
    content: "壜"
}

.hgi-bulk.hgi-user-love-01:before {
    content: "壝"
}

.hgi-bulk.hgi-user-love-02:after {
    content: "壞"
}

.hgi-bulk.hgi-user-love-02:before {
    content: "壟"
}

.hgi-bulk.hgi-user-minus-01:after {
    content: "壠"
}

.hgi-bulk.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-bulk.hgi-user-minus-02:after {
    content: "壢"
}

.hgi-bulk.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-bulk.hgi-user-multiple-02:after {
    content: "壤"
}

.hgi-bulk.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-bulk.hgi-user-multiple:after {
    content: "壦"
}

.hgi-bulk.hgi-user-multiple:before {
    content: "壧"
}

.hgi-bulk.hgi-user-question-01:after {
    content: "壨"
}

.hgi-bulk.hgi-user-question-01:before {
    content: "壩"
}

.hgi-bulk.hgi-user-question-02:after {
    content: "壪"
}

.hgi-bulk.hgi-user-question-02:before {
    content: "士"
}

.hgi-bulk.hgi-user-remove-01:after {
    content: "壬"
}

.hgi-bulk.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-bulk.hgi-user-remove-02:after {
    content: "壮"
}

.hgi-bulk.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-bulk.hgi-user-roadside:after {
    content: "声"
}

.hgi-bulk.hgi-user-roadside:before {
    content: "壱"
}

.hgi-bulk.hgi-user-search-01:after {
    content: "売"
}

.hgi-bulk.hgi-user-search-01:before {
    content: "壳"
}

.hgi-bulk.hgi-user-search-02:after {
    content: "壴"
}

.hgi-bulk.hgi-user-search-02:before {
    content: "壵"
}

.hgi-bulk.hgi-user:after {
    content: "壶"
}

.hgi-bulk.hgi-user-settings-01:after {
    content: "壷"
}

.hgi-bulk.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-bulk.hgi-user-settings-02:after {
    content: "壹"
}

.hgi-bulk.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-bulk.hgi-user-sharing:after {
    content: "壻"
}

.hgi-bulk.hgi-user-sharing:before {
    content: "壼"
}

.hgi-bulk.hgi-user-shield-01:after {
    content: "壽"
}

.hgi-bulk.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-bulk.hgi-user-shield-02:after {
    content: "壿"
}

.hgi-bulk.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-bulk.hgi-user-square:after {
    content: "夁"
}

.hgi-bulk.hgi-user-square:before {
    content: "夂"
}

.hgi-bulk.hgi-user-star-01:after {
    content: "夃"
}

.hgi-bulk.hgi-user-star-01:before {
    content: "处"
}

.hgi-bulk.hgi-user-star-02:after {
    content: "夅"
}

.hgi-bulk.hgi-user-star-02:before {
    content: "夆"
}

.hgi-bulk.hgi-user-status:after {
    content: "备"
}

.hgi-bulk.hgi-user-status:before {
    content: "夈"
}

.hgi-bulk.hgi-user-story:after {
    content: "変"
}

.hgi-bulk.hgi-user-story:before {
    content: "夊"
}

.hgi-bulk.hgi-user-switch:after {
    content: "夋"
}

.hgi-bulk.hgi-user-switch:before {
    content: "夌"
}

.hgi-bulk.hgi-user-unlock-01:after {
    content: "复"
}

.hgi-bulk.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-bulk.hgi-user-unlock-02:after {
    content: "夏"
}

.hgi-bulk.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-bulk.hgi-user:before {
    content: "夑"
}

.hgi-bulk.hgi-uv-01:after {
    content: "夒"
}

.hgi-bulk.hgi-uv-01:before {
    content: "夓"
}

.hgi-bulk.hgi-uv-02:after {
    content: "夔"
}

.hgi-bulk.hgi-uv-02:before {
    content: "夕"
}

.hgi-bulk.hgi-uv-03:after {
    content: "外"
}

.hgi-bulk.hgi-uv-03:before {
    content: "夗"
}

.hgi-bulk.hgi-vaccine:after {
    content: "夘"
}

.hgi-bulk.hgi-vaccine:before {
    content: "夙"
}

.hgi-bulk.hgi-validation-approval:after {
    content: "多"
}

.hgi-bulk.hgi-validation-approval:before {
    content: "夛"
}

.hgi-bulk.hgi-validation:after {
    content: "夜"
}

.hgi-bulk.hgi-validation:before {
    content: "夝"
}

.hgi-bulk.hgi-van:after {
    content: "夞"
}

.hgi-bulk.hgi-van:before {
    content: "够"
}

.hgi-bulk.hgi-variable:after {
    content: "夠"
}

.hgi-bulk.hgi-variable:before {
    content: "夡"
}

.hgi-bulk.hgi-vegetarian-food:after {
    content: "夢"
}

.hgi-bulk.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-bulk.hgi-vertical-resize:after {
    content: "夤"
}

.hgi-bulk.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-bulk.hgi-vertical-scroll-point:after {
    content: "夦"
}

.hgi-bulk.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-bulk.hgi-vest:after {
    content: "夨"
}

.hgi-bulk.hgi-vest:before {
    content: "天"
}

.hgi-bulk.hgi-victory-finger-01:after {
    content: "太"
}

.hgi-bulk.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-bulk.hgi-victory-finger-02:after {
    content: "夬"
}

.hgi-bulk.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-bulk.hgi-victory-finger-03:after {
    content: "央"
}

.hgi-bulk.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-bulk.hgi-video-01:after {
    content: "夰"
}

.hgi-bulk.hgi-video-01:before {
    content: "失"
}

.hgi-bulk.hgi-video-02:after {
    content: "夲"
}

.hgi-bulk.hgi-video-02:before {
    content: "夳"
}

.hgi-bulk.hgi-video-console:after {
    content: "头"
}

.hgi-bulk.hgi-video-console:before {
    content: "夵"
}

.hgi-bulk.hgi-video-off:after {
    content: "夶"
}

.hgi-bulk.hgi-video-off:before {
    content: "夷"
}

.hgi-bulk.hgi-video-replay:after {
    content: "夸"
}

.hgi-bulk.hgi-video-replay:before {
    content: "夹"
}

.hgi-bulk.hgi-view-off:after {
    content: "夺"
}

.hgi-bulk.hgi-view-off-slash:after {
    content: "夻"
}

.hgi-bulk.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-bulk.hgi-view-off:before {
    content: "夽"
}

.hgi-bulk.hgi-view:after {
    content: "夾"
}

.hgi-bulk.hgi-view:before {
    content: "夿"
}

.hgi-bulk.hgi-vimeo:after {
    content: "奀"
}

.hgi-bulk.hgi-vimeo:before {
    content: "奁"
}

.hgi-bulk.hgi-vine:after {
    content: "奂"
}

.hgi-bulk.hgi-vine-square:after {
    content: "奃"
}

.hgi-bulk.hgi-vine-square:before {
    content: "奄"
}

.hgi-bulk.hgi-vine:before {
    content: "奅"
}

.hgi-bulk.hgi-vintage-clock:after {
    content: "奆"
}

.hgi-bulk.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-bulk.hgi-virtual-reality-vr-01:after {
    content: "奈"
}

.hgi-bulk.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-bulk.hgi-virtual-reality-vr-02:after {
    content: "奊"
}

.hgi-bulk.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-bulk.hgi-vision:after {
    content: "奌"
}

.hgi-bulk.hgi-vision:before {
    content: "奍"
}

.hgi-bulk.hgi-vk:after {
    content: "奎"
}

.hgi-bulk.hgi-vk-square:after {
    content: "奏"
}

.hgi-bulk.hgi-vk-square:before {
    content: "奐"
}

.hgi-bulk.hgi-vk:before {
    content: "契"
}

.hgi-bulk.hgi-voice-id:after {
    content: "奒"
}

.hgi-bulk.hgi-voice-id:before {
    content: "奓"
}

.hgi-bulk.hgi-voice:after {
    content: "奔"
}

.hgi-bulk.hgi-voice:before {
    content: "奕"
}

.hgi-bulk.hgi-volleyball:after {
    content: "奖"
}

.hgi-bulk.hgi-volleyball:before {
    content: "套"
}

.hgi-bulk.hgi-volume-high:after {
    content: "奘"
}

.hgi-bulk.hgi-volume-high:before {
    content: "奙"
}

.hgi-bulk.hgi-volume-low:after {
    content: "奚"
}

.hgi-bulk.hgi-volume-low:before {
    content: "奛"
}

.hgi-bulk.hgi-volume-minus:after {
    content: "奜"
}

.hgi-bulk.hgi-volume-minus:before {
    content: "奝"
}

.hgi-bulk.hgi-volume-mute-01:after {
    content: "奞"
}

.hgi-bulk.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-bulk.hgi-volume-mute-02:after {
    content: "奠"
}

.hgi-bulk.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-bulk.hgi-volume-off:after {
    content: "奢"
}

.hgi-bulk.hgi-volume-off:before {
    content: "奣"
}

.hgi-bulk.hgi-volume-up:after {
    content: "奤"
}

.hgi-bulk.hgi-volume-up:before {
    content: "奥"
}

.hgi-bulk.hgi-vomiting:after {
    content: "奦"
}

.hgi-bulk.hgi-vomiting:before {
    content: "奧"
}

.hgi-bulk.hgi-voucher:after {
    content: "奨"
}

.hgi-bulk.hgi-voucher:before {
    content: "奩"
}

.hgi-bulk.hgi-vr-glasses:after {
    content: "奪"
}

.hgi-bulk.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-bulk.hgi-vr:after {
    content: "奬"
}

.hgi-bulk.hgi-vr:before {
    content: "奭"
}

.hgi-bulk.hgi-vynil-01:after {
    content: "奮"
}

.hgi-bulk.hgi-vynil-01:before {
    content: "奯"
}

.hgi-bulk.hgi-vynil-02:after {
    content: "奰"
}

.hgi-bulk.hgi-vynil-02:before {
    content: "奱"
}

.hgi-bulk.hgi-vynil-03:after {
    content: "奲"
}

.hgi-bulk.hgi-vynil-03:before {
    content: "女"
}

.hgi-bulk.hgi-waiter:after {
    content: "奴"
}

.hgi-bulk.hgi-waiter:before {
    content: "奵"
}

.hgi-bulk.hgi-waiters:after {
    content: "奶"
}

.hgi-bulk.hgi-waiters:before {
    content: "奷"
}

.hgi-bulk.hgi-wall-lamp:after {
    content: "奸"
}

.hgi-bulk.hgi-wall-lamp:before {
    content: "她"
}

.hgi-bulk.hgi-wallet-01:after {
    content: "奺"
}

.hgi-bulk.hgi-wallet-01:before {
    content: "奻"
}

.hgi-bulk.hgi-wallet-02:after {
    content: "奼"
}

.hgi-bulk.hgi-wallet-02:before {
    content: "好"
}

.hgi-bulk.hgi-wallet-03:after {
    content: "奾"
}

.hgi-bulk.hgi-wallet-03:before {
    content: "奿"
}

.hgi-bulk.hgi-wallet-add-01:after {
    content: "妀"
}

.hgi-bulk.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-bulk.hgi-wallet-add-02:after {
    content: "如"
}

.hgi-bulk.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-bulk.hgi-wallet-done-01:after {
    content: "妄"
}

.hgi-bulk.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-bulk.hgi-wallet-done-02:after {
    content: "妆"
}

.hgi-bulk.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-bulk.hgi-wallet-not-found-01:after {
    content: "妈"
}

.hgi-bulk.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-bulk.hgi-wallet-not-found-02:after {
    content: "妊"
}

.hgi-bulk.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-bulk.hgi-wallet-remove-01:after {
    content: "妌"
}

.hgi-bulk.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-bulk.hgi-wallet-remove-02:after {
    content: "妎"
}

.hgi-bulk.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-bulk.hgi-wanted:after {
    content: "妐"
}

.hgi-bulk.hgi-wanted:before {
    content: "妑"
}

.hgi-bulk.hgi-wardrobe-01:after {
    content: "妒"
}

.hgi-bulk.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-bulk.hgi-wardrobe-02:after {
    content: "妔"
}

.hgi-bulk.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-bulk.hgi-wardrobe-03:after {
    content: "妖"
}

.hgi-bulk.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-bulk.hgi-wardrobe-04:after {
    content: "妘"
}

.hgi-bulk.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-bulk.hgi-warehouse:after {
    content: "妚"
}

.hgi-bulk.hgi-warehouse:before {
    content: "妛"
}

.hgi-bulk.hgi-washington-monument:after {
    content: "妜"
}

.hgi-bulk.hgi-washington-monument:before {
    content: "妝"
}

.hgi-bulk.hgi-waste-restore:after {
    content: "妞"
}

.hgi-bulk.hgi-waste-restore:before {
    content: "妟"
}

.hgi-bulk.hgi-waste:after {
    content: "妠"
}

.hgi-bulk.hgi-waste:before {
    content: "妡"
}

.hgi-bulk.hgi-watch-01:after {
    content: "妢"
}

.hgi-bulk.hgi-watch-01:before {
    content: "妣"
}

.hgi-bulk.hgi-watch-02:after {
    content: "妤"
}

.hgi-bulk.hgi-watch-02:before {
    content: "妥"
}

.hgi-bulk.hgi-water-energy:after {
    content: "妦"
}

.hgi-bulk.hgi-water-energy:before {
    content: "妧"
}

.hgi-bulk.hgi-water-polo:after {
    content: "妨"
}

.hgi-bulk.hgi-water-polo:before {
    content: "妩"
}

.hgi-bulk.hgi-water-pump:after {
    content: "妪"
}

.hgi-bulk.hgi-water-pump:before {
    content: "妫"
}

.hgi-bulk.hgi-waterfall-down-01:after {
    content: "妬"
}

.hgi-bulk.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-bulk.hgi-waterfall-down-03:after {
    content: "妮"
}

.hgi-bulk.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-bulk.hgi-waterfall-up-01:after {
    content: "妰"
}

.hgi-bulk.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-bulk.hgi-waterfall-up-02:after {
    content: "妲"
}

.hgi-bulk.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-bulk.hgi-watermelon:after {
    content: "妴"
}

.hgi-bulk.hgi-watermelon:before {
    content: "妵"
}

.hgi-bulk.hgi-wattpad:after {
    content: "妶"
}

.hgi-bulk.hgi-wattpad-square:after {
    content: "妷"
}

.hgi-bulk.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-bulk.hgi-wattpad:before {
    content: "妹"
}

.hgi-bulk.hgi-waving-hand-01:after {
    content: "妺"
}

.hgi-bulk.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-bulk.hgi-waving-hand-02:after {
    content: "妼"
}

.hgi-bulk.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-bulk.hgi-waze:after {
    content: "妾"
}

.hgi-bulk.hgi-waze:before {
    content: "妿"
}

.hgi-bulk.hgi-web-design-01:after {
    content: "姀"
}

.hgi-bulk.hgi-web-design-01:before {
    content: "姁"
}

.hgi-bulk.hgi-web-design-02:after {
    content: "姂"
}

.hgi-bulk.hgi-web-design-02:before {
    content: "姃"
}

.hgi-bulk.hgi-web-programming:after {
    content: "姄"
}

.hgi-bulk.hgi-web-programming:before {
    content: "姅"
}

.hgi-bulk.hgi-web-protection:after {
    content: "姆"
}

.hgi-bulk.hgi-web-protection:before {
    content: "姇"
}

.hgi-bulk.hgi-web-security:after {
    content: "姈"
}

.hgi-bulk.hgi-web-security:before {
    content: "姉"
}

.hgi-bulk.hgi-web-validation:after {
    content: "姊"
}

.hgi-bulk.hgi-web-validation:before {
    content: "始"
}

.hgi-bulk.hgi-webflow:after {
    content: "姌"
}

.hgi-bulk.hgi-webflow:before {
    content: "姍"
}

.hgi-bulk.hgi-wechat:after {
    content: "姎"
}

.hgi-bulk.hgi-wechat:before {
    content: "姏"
}

.hgi-bulk.hgi-weight-scale-01:after {
    content: "姐"
}

.hgi-bulk.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-bulk.hgi-weight-scale:after {
    content: "姒"
}

.hgi-bulk.hgi-weight-scale:before {
    content: "姓"
}

.hgi-bulk.hgi-wellness:after {
    content: "委"
}

.hgi-bulk.hgi-wellness:before {
    content: "姕"
}

.hgi-bulk.hgi-whatsapp-business:after {
    content: "姖"
}

.hgi-bulk.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-bulk.hgi-whatsapp:after {
    content: "姘"
}

.hgi-bulk.hgi-whatsapp:before {
    content: "姙"
}

.hgi-bulk.hgi-wheelchair:after {
    content: "姚"
}

.hgi-bulk.hgi-wheelchair:before {
    content: "姛"
}

.hgi-bulk.hgi-whisk:after {
    content: "姜"
}

.hgi-bulk.hgi-whisk:before {
    content: "姝"
}

.hgi-bulk.hgi-whistle:after {
    content: "姞"
}

.hgi-bulk.hgi-whistle:before {
    content: "姟"
}

.hgi-bulk.hgi-wifi-01:after {
    content: "姠"
}

.hgi-bulk.hgi-wifi-01:before {
    content: "姡"
}

.hgi-bulk.hgi-wifi-02:after {
    content: "姢"
}

.hgi-bulk.hgi-wifi-02:before {
    content: "姣"
}

.hgi-bulk.hgi-wifi-circle:after {
    content: "姤"
}

.hgi-bulk.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-bulk.hgi-wifi-connected-01:after {
    content: "姦"
}

.hgi-bulk.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-bulk.hgi-wifi-connected-02:after {
    content: "姨"
}

.hgi-bulk.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-bulk.hgi-wifi-connected-03:after {
    content: "姪"
}

.hgi-bulk.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-bulk.hgi-wifi-disconnected-01:after {
    content: "姬"
}

.hgi-bulk.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-bulk.hgi-wifi-disconnected-02:after {
    content: "姮"
}

.hgi-bulk.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-bulk.hgi-wifi-disconnected-03:after {
    content: "姰"
}

.hgi-bulk.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-bulk.hgi-wifi-disconnected-04:after {
    content: "姲"
}

.hgi-bulk.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-bulk.hgi-wifi-error-01:after {
    content: "姴"
}

.hgi-bulk.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-bulk.hgi-wifi-error-02:after {
    content: "姶"
}

.hgi-bulk.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-bulk.hgi-wifi-full-signal:after {
    content: "姸"
}

.hgi-bulk.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-bulk.hgi-wifi-location:after {
    content: "姺"
}

.hgi-bulk.hgi-wifi-location:before {
    content: "姻"
}

.hgi-bulk.hgi-wifi-lock:after {
    content: "姼"
}

.hgi-bulk.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-bulk.hgi-wifi-low-signal:after {
    content: "姾"
}

.hgi-bulk.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-bulk.hgi-wifi-medium-signal:after {
    content: "娀"
}

.hgi-bulk.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-bulk.hgi-wifi-no-signal:after {
    content: "娂"
}

.hgi-bulk.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-bulk.hgi-wifi-off-01:after {
    content: "娄"
}

.hgi-bulk.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-bulk.hgi-wifi-off-02:after {
    content: "娆"
}

.hgi-bulk.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-bulk.hgi-wifi-square:after {
    content: "娈"
}

.hgi-bulk.hgi-wifi-square:before {
    content: "娉"
}

.hgi-bulk.hgi-wifi-unlock:after {
    content: "娊"
}

.hgi-bulk.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-bulk.hgi-wikipedia:after {
    content: "娌"
}

.hgi-bulk.hgi-wikipedia:before {
    content: "娍"
}

.hgi-bulk.hgi-wind-power-01:after {
    content: "娎"
}

.hgi-bulk.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-bulk.hgi-wind-power-02:after {
    content: "娐"
}

.hgi-bulk.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-bulk.hgi-wind-power-03:after {
    content: "娒"
}

.hgi-bulk.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-bulk.hgi-wind-power:after {
    content: "娔"
}

.hgi-bulk.hgi-wind-power:before {
    content: "娕"
}

.hgi-bulk.hgi-wind-surf:after {
    content: "娖"
}

.hgi-bulk.hgi-wind-surf:before {
    content: "娗"
}

.hgi-bulk.hgi-wind-turbine:after {
    content: "娘"
}

.hgi-bulk.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-bulk.hgi-wink:after {
    content: "娚"
}

.hgi-bulk.hgi-wink:before {
    content: "娛"
}

.hgi-bulk.hgi-winking:after {
    content: "娜"
}

.hgi-bulk.hgi-winking:before {
    content: "娝"
}

.hgi-bulk.hgi-wireless-cloud-access:after {
    content: "娞"
}

.hgi-bulk.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-bulk.hgi-wireless:after {
    content: "娠"
}

.hgi-bulk.hgi-wireless:before {
    content: "娡"
}

.hgi-bulk.hgi-wise:after {
    content: "娢"
}

.hgi-bulk.hgi-wise:before {
    content: "娣"
}

.hgi-bulk.hgi-wordpress:after {
    content: "娤"
}

.hgi-bulk.hgi-wordpress:before {
    content: "娥"
}

.hgi-bulk.hgi-work-alert:after {
    content: "娦"
}

.hgi-bulk.hgi-work-alert:before {
    content: "娧"
}

.hgi-bulk.hgi-work-history:after {
    content: "娨"
}

.hgi-bulk.hgi-work-history:before {
    content: "娩"
}

.hgi-bulk.hgi-work-update:after {
    content: "娪"
}

.hgi-bulk.hgi-work-update:before {
    content: "娫"
}

.hgi-bulk.hgi-workflow-circle-01:after {
    content: "娬"
}

.hgi-bulk.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-bulk.hgi-workflow-circle-02:after {
    content: "娮"
}

.hgi-bulk.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-bulk.hgi-workflow-circle-03:after {
    content: "娰"
}

.hgi-bulk.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-bulk.hgi-workflow-circle-04:after {
    content: "娲"
}

.hgi-bulk.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-bulk.hgi-workflow-circle-05:after {
    content: "娴"
}

.hgi-bulk.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-bulk.hgi-workflow-circle-06:after {
    content: "娶"
}

.hgi-bulk.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-bulk.hgi-workflow-square-01:after {
    content: "娸"
}

.hgi-bulk.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-bulk.hgi-workflow-square-02:after {
    content: "娺"
}

.hgi-bulk.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-bulk.hgi-workflow-square-03:after {
    content: "娼"
}

.hgi-bulk.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-bulk.hgi-workflow-square-04:after {
    content: "娾"
}

.hgi-bulk.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-bulk.hgi-workflow-square-05:after {
    content: "婀"
}

.hgi-bulk.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-bulk.hgi-workflow-square-06:after {
    content: "婂"
}

.hgi-bulk.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-bulk.hgi-workflow-square-07:after {
    content: "婄"
}

.hgi-bulk.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-bulk.hgi-workflow-square-08:after {
    content: "婆"
}

.hgi-bulk.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-bulk.hgi-workflow-square-09:after {
    content: "婈"
}

.hgi-bulk.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-bulk.hgi-workflow-square-10:after {
    content: "婊"
}

.hgi-bulk.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-bulk.hgi-workout-battle-ropes:after {
    content: "婌"
}

.hgi-bulk.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-bulk.hgi-workout-gymnastics:after {
    content: "婎"
}

.hgi-bulk.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-bulk.hgi-workout-kicking:after {
    content: "婐"
}

.hgi-bulk.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-bulk.hgi-workout-run:after {
    content: "婒"
}

.hgi-bulk.hgi-workout-run:before {
    content: "婓"
}

.hgi-bulk.hgi-workout-sport:after {
    content: "婔"
}

.hgi-bulk.hgi-workout-sport:before {
    content: "婕"
}

.hgi-bulk.hgi-workout-squats:after {
    content: "婖"
}

.hgi-bulk.hgi-workout-squats:before {
    content: "婗"
}

.hgi-bulk.hgi-workout-stretching:after {
    content: "婘"
}

.hgi-bulk.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-bulk.hgi-workout-warm-up:after {
    content: "婚"
}

.hgi-bulk.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-bulk.hgi-worry:after {
    content: "婜"
}

.hgi-bulk.hgi-worry:before {
    content: "婝"
}

.hgi-bulk.hgi-wps-office-rectangle:after {
    content: "婞"
}

.hgi-bulk.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-bulk.hgi-wps-office:after {
    content: "婠"
}

.hgi-bulk.hgi-wps-office:before {
    content: "婡"
}

.hgi-bulk.hgi-wrench-01:after {
    content: "婢"
}

.hgi-bulk.hgi-wrench-01:before {
    content: "婣"
}

.hgi-bulk.hgi-wrench-02:after {
    content: "婤"
}

.hgi-bulk.hgi-wrench-02:before {
    content: "婥"
}

.hgi-bulk.hgi-wudu:after {
    content: "婦"
}

.hgi-bulk.hgi-wudu:before {
    content: "婧"
}

.hgi-bulk.hgi-x-ray:after {
    content: "婨"
}

.hgi-bulk.hgi-x-ray:before {
    content: "婩"
}

.hgi-bulk.hgi-x-variable-circle:after {
    content: "婪"
}

.hgi-bulk.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-bulk.hgi-x-variable:after {
    content: "婬"
}

.hgi-bulk.hgi-x-variable-square:after {
    content: "婭"
}

.hgi-bulk.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-bulk.hgi-x-variable:before {
    content: "婯"
}

.hgi-bulk.hgi-xing:after {
    content: "婰"
}

.hgi-bulk.hgi-xing:before {
    content: "婱"
}

.hgi-bulk.hgi-xls-01:after {
    content: "婲"
}

.hgi-bulk.hgi-xls-01:before {
    content: "婳"
}

.hgi-bulk.hgi-xls-02:after {
    content: "婴"
}

.hgi-bulk.hgi-xls-02:before {
    content: "婵"
}

.hgi-bulk.hgi-xml-01:after {
    content: "婶"
}

.hgi-bulk.hgi-xml-01:before {
    content: "婷"
}

.hgi-bulk.hgi-xml-02:after {
    content: "婸"
}

.hgi-bulk.hgi-xml-02:before {
    content: "婹"
}

.hgi-bulk.hgi-xsl-01:after {
    content: "婺"
}

.hgi-bulk.hgi-xsl-01:before {
    content: "婻"
}

.hgi-bulk.hgi-xsl-02:after {
    content: "婼"
}

.hgi-bulk.hgi-xsl-02:before {
    content: "婽"
}

.hgi-bulk.hgi-yelp:after {
    content: "婾"
}

.hgi-bulk.hgi-yelp:before {
    content: "婿"
}

.hgi-bulk.hgi-yen-circle:after {
    content: "媀"
}

.hgi-bulk.hgi-yen-circle:before {
    content: "媁"
}

.hgi-bulk.hgi-yen-receive:after {
    content: "媂"
}

.hgi-bulk.hgi-yen-receive:before {
    content: "媃"
}

.hgi-bulk.hgi-yen:after {
    content: "媄"
}

.hgi-bulk.hgi-yen-send:after {
    content: "媅"
}

.hgi-bulk.hgi-yen-send:before {
    content: "媆"
}

.hgi-bulk.hgi-yen-square:after {
    content: "媇"
}

.hgi-bulk.hgi-yen-square:before {
    content: "媈"
}

.hgi-bulk.hgi-yen:before {
    content: "媉"
}

.hgi-bulk.hgi-yoga-01:after {
    content: "媊"
}

.hgi-bulk.hgi-yoga-01:before {
    content: "媋"
}

.hgi-bulk.hgi-yoga-02:after {
    content: "媌"
}

.hgi-bulk.hgi-yoga-02:before {
    content: "媍"
}

.hgi-bulk.hgi-yoga-03:after {
    content: "媎"
}

.hgi-bulk.hgi-yoga-03:before {
    content: "媏"
}

.hgi-bulk.hgi-yoga-ball:after {
    content: "媐"
}

.hgi-bulk.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-bulk.hgi-yoga-mat:after {
    content: "媒"
}

.hgi-bulk.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-bulk.hgi-yogurt:after {
    content: "媔"
}

.hgi-bulk.hgi-yogurt:before {
    content: "媕"
}

.hgi-bulk.hgi-youtube:after {
    content: "媖"
}

.hgi-bulk.hgi-youtube:before {
    content: "媗"
}

.hgi-bulk.hgi-yurt:after {
    content: "媘"
}

.hgi-bulk.hgi-yurt:before {
    content: "媙"
}

.hgi-bulk.hgi-zakat:after {
    content: "媚"
}

.hgi-bulk.hgi-zakat:before {
    content: "媛"
}

.hgi-bulk.hgi-zap:after {
    content: "媜"
}

.hgi-bulk.hgi-zap:before {
    content: "媝"
}

.hgi-bulk.hgi-zeppelin:after {
    content: "媞"
}

.hgi-bulk.hgi-zeppelin:before {
    content: "媟"
}

.hgi-bulk.hgi-zip-01:after {
    content: "媠"
}

.hgi-bulk.hgi-zip-01:before {
    content: "媡"
}

.hgi-bulk.hgi-zip-02:after {
    content: "媢"
}

.hgi-bulk.hgi-zip-02:before {
    content: "媣"
}

.hgi-bulk.hgi-zoom-circle:after {
    content: "媤"
}

.hgi-bulk.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-bulk.hgi-zoom-in-area:after {
    content: "媦"
}

.hgi-bulk.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-bulk.hgi-zoom-out-area:after {
    content: "媨"
}

.hgi-bulk.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-bulk.hgi-zoom:after {
    content: "媪"
}

.hgi-bulk.hgi-zoom-square:after {
    content: "媫"
}

.hgi-bulk.hgi-zoom-square:before {
    content: "媬"
}

.hgi-bulk.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-duotone-rounded;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-duotone-rounded.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-duotone-rounded.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-duotone-rounded.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-duotone-rounded.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-duotone-rounded.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-duotone-rounded.svg#hgi-duotone-rounded) format("svg")
}

.hgi-duotone {
    font-family: hgi-duotone-rounded!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-duotone:before {
    position: absolute;
    left: 0
}

.hgi-duotone:after {
    opacity: .4
}

.hgi-duotone.hgi-abacus:after {
    content: "㩰"
}

.hgi-duotone.hgi-abacus:before {
    content: "㩱"
}

.hgi-duotone.hgi-absolute:after {
    content: "㩲"
}

.hgi-duotone.hgi-absolute:before {
    content: "㩳"
}

.hgi-duotone.hgi-acceleration:after {
    content: "㩴"
}

.hgi-duotone.hgi-acceleration:before {
    content: "㩵"
}

.hgi-duotone.hgi-access:after {
    content: "㩶"
}

.hgi-duotone.hgi-access:before {
    content: "㩷"
}

.hgi-duotone.hgi-accident:after {
    content: "㩸"
}

.hgi-duotone.hgi-accident:before {
    content: "㩹"
}

.hgi-duotone.hgi-account-setting-01:after {
    content: "㩺"
}

.hgi-duotone.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-duotone.hgi-account-setting-02:after {
    content: "㩼"
}

.hgi-duotone.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-duotone.hgi-account-setting-03:after {
    content: "㩾"
}

.hgi-duotone.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-duotone.hgi-activity-01:after {
    content: "㪀"
}

.hgi-duotone.hgi-activity-01:before {
    content: "㪁"
}

.hgi-duotone.hgi-activity-02:after {
    content: "㪂"
}

.hgi-duotone.hgi-activity-02:before {
    content: "㪃"
}

.hgi-duotone.hgi-activity-03:after {
    content: "㪄"
}

.hgi-duotone.hgi-activity-03:before {
    content: "㪅"
}

.hgi-duotone.hgi-activity-04:after {
    content: "㪆"
}

.hgi-duotone.hgi-activity-04:before {
    content: "㪇"
}

.hgi-duotone.hgi-acute:after {
    content: "㪈"
}

.hgi-duotone.hgi-acute:before {
    content: "㪉"
}

.hgi-duotone.hgi-add-01:after {
    content: "㪊"
}

.hgi-duotone.hgi-add-01:before {
    content: "㪋"
}

.hgi-duotone.hgi-add-02:after {
    content: "㪌"
}

.hgi-duotone.hgi-add-02:before {
    content: "㪍"
}

.hgi-duotone.hgi-add-circle-half-dot:after {
    content: "㪎"
}

.hgi-duotone.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-duotone.hgi-add-circle:after {
    content: "㪐"
}

.hgi-duotone.hgi-add-circle:before {
    content: "㪑"
}

.hgi-duotone.hgi-add-square:after {
    content: "㪒"
}

.hgi-duotone.hgi-add-square:before {
    content: "㪓"
}

.hgi-duotone.hgi-add-team:after {
    content: "㪔"
}

.hgi-duotone.hgi-add-team:before {
    content: "㪕"
}

.hgi-duotone.hgi-address-book:after {
    content: "㪖"
}

.hgi-duotone.hgi-address-book:before {
    content: "㪗"
}

.hgi-duotone.hgi-adobe-after-effect:after {
    content: "㪘"
}

.hgi-duotone.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-duotone.hgi-adobe-illustrator:after {
    content: "㪚"
}

.hgi-duotone.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-duotone.hgi-adobe-indesign:after {
    content: "㪜"
}

.hgi-duotone.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-duotone.hgi-adobe-photoshop:after {
    content: "㪞"
}

.hgi-duotone.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-duotone.hgi-adobe-premier:after {
    content: "㪠"
}

.hgi-duotone.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-duotone.hgi-adobe-xd:after {
    content: "㪢"
}

.hgi-duotone.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-duotone.hgi-adventure:after {
    content: "㪤"
}

.hgi-duotone.hgi-adventure:before {
    content: "㪥"
}

.hgi-duotone.hgi-advertisiment:after {
    content: "㪦"
}

.hgi-duotone.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-duotone.hgi-adzan:after {
    content: "㪨"
}

.hgi-duotone.hgi-adzan:before {
    content: "㪩"
}

.hgi-duotone.hgi-affiliate:after {
    content: "㪪"
}

.hgi-duotone.hgi-affiliate:before {
    content: "㪫"
}

.hgi-duotone.hgi-agreement-01:after {
    content: "㪬"
}

.hgi-duotone.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-duotone.hgi-agreement-02:after {
    content: "㪮"
}

.hgi-duotone.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-duotone.hgi-agreement-03:after {
    content: "㪰"
}

.hgi-duotone.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-duotone.hgi-ai-beautify:after {
    content: "㪲"
}

.hgi-duotone.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-duotone.hgi-ai-book:after {
    content: "㪴"
}

.hgi-duotone.hgi-ai-book:before {
    content: "㪵"
}

.hgi-duotone.hgi-ai-brain-01:after {
    content: "㪶"
}

.hgi-duotone.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-duotone.hgi-ai-brain-02:after {
    content: "㪸"
}

.hgi-duotone.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-duotone.hgi-ai-brain-03:after {
    content: "㪺"
}

.hgi-duotone.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-duotone.hgi-ai-brain-04:after {
    content: "㪼"
}

.hgi-duotone.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-duotone.hgi-ai-brain-05:after {
    content: "㪾"
}

.hgi-duotone.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-duotone.hgi-ai-browser:after {
    content: "㫀"
}

.hgi-duotone.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-duotone.hgi-ai-chat-01:after {
    content: "㫂"
}

.hgi-duotone.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-duotone.hgi-ai-chat-02:after {
    content: "㫄"
}

.hgi-duotone.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-duotone.hgi-ai-cloud-01:after {
    content: "㫆"
}

.hgi-duotone.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-duotone.hgi-ai-cloud-02:after {
    content: "㫈"
}

.hgi-duotone.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-duotone.hgi-ai-cloud:after {
    content: "㫊"
}

.hgi-duotone.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-duotone.hgi-ai-computer:after {
    content: "㫌"
}

.hgi-duotone.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-duotone.hgi-ai-dna:after {
    content: "㫎"
}

.hgi-duotone.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-duotone.hgi-ai-eraser:after {
    content: "㫐"
}

.hgi-duotone.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-duotone.hgi-ai-folder-01:after {
    content: "㫒"
}

.hgi-duotone.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-duotone.hgi-ai-folder-02:after {
    content: "㫔"
}

.hgi-duotone.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-duotone.hgi-ai-game:after {
    content: "㫖"
}

.hgi-duotone.hgi-ai-game:before {
    content: "㫗"
}

.hgi-duotone.hgi-ai-generative:after {
    content: "㫘"
}

.hgi-duotone.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-duotone.hgi-ai-idea:after {
    content: "㫚"
}

.hgi-duotone.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-duotone.hgi-ai-image:after {
    content: "㫜"
}

.hgi-duotone.hgi-ai-image:before {
    content: "㫝"
}

.hgi-duotone.hgi-ai-innovation-01:after {
    content: "㫞"
}

.hgi-duotone.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-duotone.hgi-ai-innovation-02:after {
    content: "㫠"
}

.hgi-duotone.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-duotone.hgi-ai-innovation-03:after {
    content: "㫢"
}

.hgi-duotone.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-duotone.hgi-ai-laptop:after {
    content: "㫤"
}

.hgi-duotone.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-duotone.hgi-ai-learning:after {
    content: "㫦"
}

.hgi-duotone.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-duotone.hgi-ai-lock:after {
    content: "㫨"
}

.hgi-duotone.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-duotone.hgi-ai-magic:after {
    content: "㫪"
}

.hgi-duotone.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-duotone.hgi-ai-mail-01:after {
    content: "㫬"
}

.hgi-duotone.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-duotone.hgi-ai-mail-02:after {
    content: "㫮"
}

.hgi-duotone.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-duotone.hgi-ai-mail:after {
    content: "㫰"
}

.hgi-duotone.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-duotone.hgi-ai-network:after {
    content: "㫲"
}

.hgi-duotone.hgi-ai-network:before {
    content: "㫳"
}

.hgi-duotone.hgi-ai-phone-01:after {
    content: "㫴"
}

.hgi-duotone.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-duotone.hgi-ai-phone-02:after {
    content: "㫶"
}

.hgi-duotone.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-duotone.hgi-ai-programming:after {
    content: "㫸"
}

.hgi-duotone.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-duotone.hgi-ai-search:after {
    content: "㫺"
}

.hgi-duotone.hgi-ai-search:before {
    content: "㫻"
}

.hgi-duotone.hgi-ai-security-01:after {
    content: "㫼"
}

.hgi-duotone.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-duotone.hgi-ai-security-02:after {
    content: "㫾"
}

.hgi-duotone.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-duotone.hgi-ai-setting:after {
    content: "㬀"
}

.hgi-duotone.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-duotone.hgi-ai-smartwatch:after {
    content: "㬂"
}

.hgi-duotone.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-duotone.hgi-ai-user:after {
    content: "㬄"
}

.hgi-duotone.hgi-ai-user:before {
    content: "㬅"
}

.hgi-duotone.hgi-ai-video:after {
    content: "㬆"
}

.hgi-duotone.hgi-ai-video:before {
    content: "㬇"
}

.hgi-duotone.hgi-ai-view:after {
    content: "㬈"
}

.hgi-duotone.hgi-ai-view:before {
    content: "㬉"
}

.hgi-duotone.hgi-aids:after {
    content: "㬊"
}

.hgi-duotone.hgi-aids:before {
    content: "㬋"
}

.hgi-duotone.hgi-airbnb:after {
    content: "㬌"
}

.hgi-duotone.hgi-airbnb:before {
    content: "㬍"
}

.hgi-duotone.hgi-aircraft-game:after {
    content: "㬎"
}

.hgi-duotone.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-duotone.hgi-airdrop:after {
    content: "㬐"
}

.hgi-duotone.hgi-airdrop:before {
    content: "㬑"
}

.hgi-duotone.hgi-airplane-01:after {
    content: "㬒"
}

.hgi-duotone.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-duotone.hgi-airplane-02:after {
    content: "㬔"
}

.hgi-duotone.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-duotone.hgi-airplane-landing-01:after {
    content: "㬖"
}

.hgi-duotone.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-duotone.hgi-airplane-landing-02:after {
    content: "㬘"
}

.hgi-duotone.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-duotone.hgi-airplane-mode-off:after {
    content: "㬚"
}

.hgi-duotone.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-duotone.hgi-airplane-mode:after {
    content: "㬜"
}

.hgi-duotone.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-duotone.hgi-airplane-seat:after {
    content: "㬞"
}

.hgi-duotone.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-duotone.hgi-airplane-take-off-01:after {
    content: "㬠"
}

.hgi-duotone.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-duotone.hgi-airplane-take-off-02:after {
    content: "㬢"
}

.hgi-duotone.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-duotone.hgi-airplay-line:after {
    content: "㬤"
}

.hgi-duotone.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-duotone.hgi-airpod-01:after {
    content: "㬦"
}

.hgi-duotone.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-duotone.hgi-airpod-02:after {
    content: "㬨"
}

.hgi-duotone.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-duotone.hgi-airpod-03:after {
    content: "㬪"
}

.hgi-duotone.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-duotone.hgi-airport:after {
    content: "㬬"
}

.hgi-duotone.hgi-airport:before {
    content: "㬭"
}

.hgi-duotone.hgi-al-aqsa-mosque:after {
    content: "㬮"
}

.hgi-duotone.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-duotone.hgi-alarm-clock:after {
    content: "㬰"
}

.hgi-duotone.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-duotone.hgi-album-01:after {
    content: "㬲"
}

.hgi-duotone.hgi-album-01:before {
    content: "㬳"
}

.hgi-duotone.hgi-album-02:after {
    content: "㬴"
}

.hgi-duotone.hgi-album-02:before {
    content: "㬵"
}

.hgi-duotone.hgi-album-not-found-01:after {
    content: "㬶"
}

.hgi-duotone.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-duotone.hgi-album-not-found-02:after {
    content: "㬸"
}

.hgi-duotone.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-duotone.hgi-alert-01:after {
    content: "㬺"
}

.hgi-duotone.hgi-alert-01:before {
    content: "㬻"
}

.hgi-duotone.hgi-alert-02:after {
    content: "㬼"
}

.hgi-duotone.hgi-alert-02:before {
    content: "㬽"
}

.hgi-duotone.hgi-alert-circle:after {
    content: "㬾"
}

.hgi-duotone.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-duotone.hgi-alert-diamond:after {
    content: "㭀"
}

.hgi-duotone.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-duotone.hgi-alert-square:after {
    content: "㭂"
}

.hgi-duotone.hgi-alert-square:before {
    content: "㭃"
}

.hgi-duotone.hgi-algorithm:after {
    content: "㭄"
}

.hgi-duotone.hgi-algorithm:before {
    content: "㭅"
}

.hgi-duotone.hgi-alien-01:after {
    content: "㭆"
}

.hgi-duotone.hgi-alien-01:before {
    content: "㭇"
}

.hgi-duotone.hgi-alien-02:after {
    content: "㭈"
}

.hgi-duotone.hgi-alien-02:before {
    content: "㭉"
}

.hgi-duotone.hgi-align-bottom:after {
    content: "㭊"
}

.hgi-duotone.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-duotone.hgi-align-box-bottom-center:after {
    content: "㭌"
}

.hgi-duotone.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-duotone.hgi-align-box-bottom-left:after {
    content: "㭎"
}

.hgi-duotone.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-duotone.hgi-align-box-bottom-right:after {
    content: "㭐"
}

.hgi-duotone.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-duotone.hgi-align-box-middle-center:after {
    content: "㭒"
}

.hgi-duotone.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-duotone.hgi-align-box-middle-left:after {
    content: "㭔"
}

.hgi-duotone.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-duotone.hgi-align-box-middle-right:after {
    content: "㭖"
}

.hgi-duotone.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-duotone.hgi-align-box-top-center:after {
    content: "㭘"
}

.hgi-duotone.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-duotone.hgi-align-box-top-left:after {
    content: "㭚"
}

.hgi-duotone.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-duotone.hgi-align-box-top-right:after {
    content: "㭜"
}

.hgi-duotone.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-duotone.hgi-align-horizontal-center:after {
    content: "㭞"
}

.hgi-duotone.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-duotone.hgi-align-key-object:after {
    content: "㭠"
}

.hgi-duotone.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-duotone.hgi-align-left:after {
    content: "㭢"
}

.hgi-duotone.hgi-align-left:before {
    content: "㭣"
}

.hgi-duotone.hgi-align-right:after {
    content: "㭤"
}

.hgi-duotone.hgi-align-right:before {
    content: "㭥"
}

.hgi-duotone.hgi-align-selection:after {
    content: "㭦"
}

.hgi-duotone.hgi-align-selection:before {
    content: "㭧"
}

.hgi-duotone.hgi-align-top:after {
    content: "㭨"
}

.hgi-duotone.hgi-align-top:before {
    content: "㭩"
}

.hgi-duotone.hgi-align-vertical-center:after {
    content: "㭪"
}

.hgi-duotone.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-duotone.hgi-all-bookmark:after {
    content: "㭬"
}

.hgi-duotone.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-duotone.hgi-allah:after {
    content: "㭮"
}

.hgi-duotone.hgi-allah:before {
    content: "㭯"
}

.hgi-duotone.hgi-alms:after {
    content: "㭰"
}

.hgi-duotone.hgi-alms:before {
    content: "㭱"
}

.hgi-duotone.hgi-alpha-circle:after {
    content: "㭲"
}

.hgi-duotone.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-duotone.hgi-alpha:after {
    content: "㭴"
}

.hgi-duotone.hgi-alpha-square:after {
    content: "㭵"
}

.hgi-duotone.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-duotone.hgi-alpha:before {
    content: "㭷"
}

.hgi-duotone.hgi-alphabet-arabic:after {
    content: "㭸"
}

.hgi-duotone.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-duotone.hgi-alphabet-bangla:after {
    content: "㭺"
}

.hgi-duotone.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-duotone.hgi-alphabet-chinese:after {
    content: "㭼"
}

.hgi-duotone.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-duotone.hgi-alphabet-greek:after {
    content: "㭾"
}

.hgi-duotone.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-duotone.hgi-alphabet-hebrew:after {
    content: "㮀"
}

.hgi-duotone.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-duotone.hgi-alphabet-hindi:after {
    content: "㮂"
}

.hgi-duotone.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-duotone.hgi-alphabet-japanese:after {
    content: "㮄"
}

.hgi-duotone.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-duotone.hgi-alphabet-korean:after {
    content: "㮆"
}

.hgi-duotone.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-duotone.hgi-alphabet-thai:after {
    content: "㮈"
}

.hgi-duotone.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-duotone.hgi-amazon:after {
    content: "㮊"
}

.hgi-duotone.hgi-amazon:before {
    content: "㮋"
}

.hgi-duotone.hgi-ambulance:after {
    content: "㮌"
}

.hgi-duotone.hgi-ambulance:before {
    content: "㮍"
}

.hgi-duotone.hgi-american-football:after {
    content: "㮎"
}

.hgi-duotone.hgi-american-football:before {
    content: "㮏"
}

.hgi-duotone.hgi-amie:after {
    content: "㮐"
}

.hgi-duotone.hgi-amie:before {
    content: "㮑"
}

.hgi-duotone.hgi-ampoule:after {
    content: "㮒"
}

.hgi-duotone.hgi-ampoule:before {
    content: "㮓"
}

.hgi-duotone.hgi-analysis-text-link:after {
    content: "㮔"
}

.hgi-duotone.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-duotone.hgi-analytics-01:after {
    content: "㮖"
}

.hgi-duotone.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-duotone.hgi-analytics-02:after {
    content: "㮘"
}

.hgi-duotone.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-duotone.hgi-analytics-down:after {
    content: "㮚"
}

.hgi-duotone.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-duotone.hgi-analytics-up:after {
    content: "㮜"
}

.hgi-duotone.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-duotone.hgi-anchor-point:after {
    content: "㮞"
}

.hgi-duotone.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-duotone.hgi-android:after {
    content: "㮠"
}

.hgi-duotone.hgi-android:before {
    content: "㮡"
}

.hgi-duotone.hgi-angel:after {
    content: "㮢"
}

.hgi-duotone.hgi-angel:before {
    content: "㮣"
}

.hgi-duotone.hgi-angle-01:after {
    content: "㮤"
}

.hgi-duotone.hgi-angle-01:before {
    content: "㮥"
}

.hgi-duotone.hgi-angle:after {
    content: "㮦"
}

.hgi-duotone.hgi-angle:before {
    content: "㮧"
}

.hgi-duotone.hgi-angry-bird:after {
    content: "㮨"
}

.hgi-duotone.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-duotone.hgi-angry:after {
    content: "㮪"
}

.hgi-duotone.hgi-angry:before {
    content: "㮫"
}

.hgi-duotone.hgi-anonymous:after {
    content: "㮬"
}

.hgi-duotone.hgi-anonymous:before {
    content: "㮭"
}

.hgi-duotone.hgi-api:after {
    content: "㮮"
}

.hgi-duotone.hgi-api:before {
    content: "㮯"
}

.hgi-duotone.hgi-app-store:after {
    content: "㮰"
}

.hgi-duotone.hgi-app-store:before {
    content: "㮱"
}

.hgi-duotone.hgi-apple-01:after {
    content: "㮲"
}

.hgi-duotone.hgi-apple-01:before {
    content: "㮳"
}

.hgi-duotone.hgi-apple-finder:after {
    content: "㮴"
}

.hgi-duotone.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-duotone.hgi-apple-news:after {
    content: "㮶"
}

.hgi-duotone.hgi-apple-news:before {
    content: "㮷"
}

.hgi-duotone.hgi-apple-pie:after {
    content: "㮸"
}

.hgi-duotone.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-duotone.hgi-apple-reminder:after {
    content: "㮺"
}

.hgi-duotone.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-duotone.hgi-apple:after {
    content: "㮼"
}

.hgi-duotone.hgi-apple-stocks:after {
    content: "㮽"
}

.hgi-duotone.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-duotone.hgi-apple-vision-pro:after {
    content: "㮿"
}

.hgi-duotone.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-duotone.hgi-apple:before {
    content: "㯁"
}

.hgi-duotone.hgi-approximately-equal-circle:after {
    content: "㯂"
}

.hgi-duotone.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-duotone.hgi-approximately-equal:after {
    content: "㯄"
}

.hgi-duotone.hgi-approximately-equal-square:after {
    content: "㯅"
}

.hgi-duotone.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-duotone.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-duotone.hgi-apricot:after {
    content: "㯈"
}

.hgi-duotone.hgi-apricot:before {
    content: "㯉"
}

.hgi-duotone.hgi-apron:after {
    content: "㯊"
}

.hgi-duotone.hgi-apron:before {
    content: "㯋"
}

.hgi-duotone.hgi-arc-browser:after {
    content: "㯌"
}

.hgi-duotone.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-duotone.hgi-archer:after {
    content: "㯎"
}

.hgi-duotone.hgi-archer:before {
    content: "㯏"
}

.hgi-duotone.hgi-archive-01:after {
    content: "㯐"
}

.hgi-duotone.hgi-archive-01:before {
    content: "㯑"
}

.hgi-duotone.hgi-archive-02:after {
    content: "㯒"
}

.hgi-duotone.hgi-archive-02:before {
    content: "㯓"
}

.hgi-duotone.hgi-archive:after {
    content: "㯔"
}

.hgi-duotone.hgi-archive:before {
    content: "㯕"
}

.hgi-duotone.hgi-armored-boot:after {
    content: "㯖"
}

.hgi-duotone.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-duotone.hgi-arrange-by-letters-a-z:after {
    content: "㯘"
}

.hgi-duotone.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-duotone.hgi-arrange-by-letters-z-a:after {
    content: "㯚"
}

.hgi-duotone.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-duotone.hgi-arrange-by-numbers-1-9:after {
    content: "㯜"
}

.hgi-duotone.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-duotone.hgi-arrange-by-numbers-9-1:after {
    content: "㯞"
}

.hgi-duotone.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-duotone.hgi-arrange:after {
    content: "㯠"
}

.hgi-duotone.hgi-arrange:before {
    content: "㯡"
}

.hgi-duotone.hgi-arrow-all-direction:after {
    content: "㯢"
}

.hgi-duotone.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-duotone.hgi-arrow-data-transfer-diagonal:after {
    content: "㯤"
}

.hgi-duotone.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-duotone.hgi-arrow-data-transfer-horizontal:after {
    content: "㯦"
}

.hgi-duotone.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-duotone.hgi-arrow-data-transfer-vertical:after {
    content: "㯨"
}

.hgi-duotone.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-duotone.hgi-arrow-diagonal:after {
    content: "㯪"
}

.hgi-duotone.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-duotone.hgi-arrow-down-01:after {
    content: "㯬"
}

.hgi-duotone.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-duotone.hgi-arrow-down-02:after {
    content: "㯮"
}

.hgi-duotone.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-duotone.hgi-arrow-down-03:after {
    content: "㯰"
}

.hgi-duotone.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-duotone.hgi-arrow-down-04:after {
    content: "㯲"
}

.hgi-duotone.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-duotone.hgi-arrow-down-05:after {
    content: "㯴"
}

.hgi-duotone.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-duotone.hgi-arrow-down-double:after {
    content: "㯶"
}

.hgi-duotone.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-duotone.hgi-arrow-down-left-01:after {
    content: "㯸"
}

.hgi-duotone.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-duotone.hgi-arrow-down-left-02:after {
    content: "㯺"
}

.hgi-duotone.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-duotone.hgi-arrow-down-right-01:after {
    content: "㯼"
}

.hgi-duotone.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-duotone.hgi-arrow-down-right-02:after {
    content: "㯾"
}

.hgi-duotone.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-duotone.hgi-arrow-expand-01:after {
    content: "㰀"
}

.hgi-duotone.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-duotone.hgi-arrow-expand-02:after {
    content: "㰂"
}

.hgi-duotone.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-duotone.hgi-arrow-expand-diagonal-01:after {
    content: "㰄"
}

.hgi-duotone.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-duotone.hgi-arrow-expand-diagonal-02:after {
    content: "㰆"
}

.hgi-duotone.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-duotone.hgi-arrow-expand:after {
    content: "㰈"
}

.hgi-duotone.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-duotone.hgi-arrow-horizontal:after {
    content: "㰊"
}

.hgi-duotone.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-duotone.hgi-arrow-left-01:after {
    content: "㰌"
}

.hgi-duotone.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-duotone.hgi-arrow-left-02:after {
    content: "㰎"
}

.hgi-duotone.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-duotone.hgi-arrow-left-03:after {
    content: "㰐"
}

.hgi-duotone.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-duotone.hgi-arrow-left-04:after {
    content: "㰒"
}

.hgi-duotone.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-duotone.hgi-arrow-left-05:after {
    content: "㰔"
}

.hgi-duotone.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-duotone.hgi-arrow-left-double:after {
    content: "㰖"
}

.hgi-duotone.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-duotone.hgi-arrow-left-right:after {
    content: "㰘"
}

.hgi-duotone.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-duotone.hgi-arrow-move-down-left:after {
    content: "㰚"
}

.hgi-duotone.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-duotone.hgi-arrow-move-down-right:after {
    content: "㰜"
}

.hgi-duotone.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-duotone.hgi-arrow-move-left-down:after {
    content: "㰞"
}

.hgi-duotone.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-duotone.hgi-arrow-move-right-down:after {
    content: "㰠"
}

.hgi-duotone.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-duotone.hgi-arrow-move-up-left:after {
    content: "㰢"
}

.hgi-duotone.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-duotone.hgi-arrow-move-up-right:after {
    content: "㰤"
}

.hgi-duotone.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-duotone.hgi-arrow-reload-horizontal:after {
    content: "㰦"
}

.hgi-duotone.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-duotone.hgi-arrow-reload-vertical:after {
    content: "㰨"
}

.hgi-duotone.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-duotone.hgi-arrow-right-01:after {
    content: "㰪"
}

.hgi-duotone.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-duotone.hgi-arrow-right-02:after {
    content: "㰬"
}

.hgi-duotone.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-duotone.hgi-arrow-right-03:after {
    content: "㰮"
}

.hgi-duotone.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-duotone.hgi-arrow-right-04:after {
    content: "㰰"
}

.hgi-duotone.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-duotone.hgi-arrow-right-05:after {
    content: "㰲"
}

.hgi-duotone.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-duotone.hgi-arrow-right-double:after {
    content: "㰴"
}

.hgi-duotone.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-duotone.hgi-arrow-shrink-01:after {
    content: "㰶"
}

.hgi-duotone.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-duotone.hgi-arrow-shrink-02:after {
    content: "㰸"
}

.hgi-duotone.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-duotone.hgi-arrow-shrink:after {
    content: "㰺"
}

.hgi-duotone.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-duotone.hgi-arrow-turn-backward:after {
    content: "㰼"
}

.hgi-duotone.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-duotone.hgi-arrow-turn-down:after {
    content: "㰾"
}

.hgi-duotone.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-duotone.hgi-arrow-turn-forward:after {
    content: "㱀"
}

.hgi-duotone.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-duotone.hgi-arrow-turn-up:after {
    content: "㱂"
}

.hgi-duotone.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-duotone.hgi-arrow-up-01:after {
    content: "㱄"
}

.hgi-duotone.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-duotone.hgi-arrow-up-02:after {
    content: "㱆"
}

.hgi-duotone.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-duotone.hgi-arrow-up-03:after {
    content: "㱈"
}

.hgi-duotone.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-duotone.hgi-arrow-up-04:after {
    content: "㱊"
}

.hgi-duotone.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-duotone.hgi-arrow-up-05:after {
    content: "㱌"
}

.hgi-duotone.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-duotone.hgi-arrow-up-double:after {
    content: "㱎"
}

.hgi-duotone.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-duotone.hgi-arrow-up-down:after {
    content: "㱐"
}

.hgi-duotone.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-duotone.hgi-arrow-up-left-01:after {
    content: "㱒"
}

.hgi-duotone.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-duotone.hgi-arrow-up-left-02:after {
    content: "㱔"
}

.hgi-duotone.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-duotone.hgi-arrow-up-right-01:after {
    content: "㱖"
}

.hgi-duotone.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-duotone.hgi-arrow-up-right-02:after {
    content: "㱘"
}

.hgi-duotone.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-duotone.hgi-arrow-vertical:after {
    content: "㱚"
}

.hgi-duotone.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-duotone.hgi-artboard:after {
    content: "㱜"
}

.hgi-duotone.hgi-artboard-tool:after {
    content: "㱝"
}

.hgi-duotone.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-duotone.hgi-artboard:before {
    content: "㱟"
}

.hgi-duotone.hgi-artificial-intelligence-01:after {
    content: "㱠"
}

.hgi-duotone.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-duotone.hgi-artificial-intelligence-02:after {
    content: "㱢"
}

.hgi-duotone.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-duotone.hgi-artificial-intelligence-03:after {
    content: "㱤"
}

.hgi-duotone.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-duotone.hgi-artificial-intelligence-04:after {
    content: "㱦"
}

.hgi-duotone.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-duotone.hgi-artificial-intelligence-05:after {
    content: "㱨"
}

.hgi-duotone.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-duotone.hgi-artificial-intelligence-06:after {
    content: "㱪"
}

.hgi-duotone.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-duotone.hgi-artificial-intelligence-07:after {
    content: "㱬"
}

.hgi-duotone.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-duotone.hgi-aspect-ratio:after {
    content: "㱮"
}

.hgi-duotone.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-duotone.hgi-assignments:after {
    content: "㱰"
}

.hgi-duotone.hgi-assignments:before {
    content: "㱱"
}

.hgi-duotone.hgi-asteroid-01:after {
    content: "㱲"
}

.hgi-duotone.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-duotone.hgi-asteroid-02:after {
    content: "㱴"
}

.hgi-duotone.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-duotone.hgi-astronaut-01:after {
    content: "㱶"
}

.hgi-duotone.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-duotone.hgi-astronaut-02:after {
    content: "㱸"
}

.hgi-duotone.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-duotone.hgi-at:after {
    content: "㱺"
}

.hgi-duotone.hgi-at:before {
    content: "㱻"
}

.hgi-duotone.hgi-atm-01:after {
    content: "㱼"
}

.hgi-duotone.hgi-atm-01:before {
    content: "㱽"
}

.hgi-duotone.hgi-atm-02:after {
    content: "㱾"
}

.hgi-duotone.hgi-atm-02:before {
    content: "㱿"
}

.hgi-duotone.hgi-atom-01:after {
    content: "㲀"
}

.hgi-duotone.hgi-atom-01:before {
    content: "㲁"
}

.hgi-duotone.hgi-atom-02:after {
    content: "㲂"
}

.hgi-duotone.hgi-atom-02:before {
    content: "㲃"
}

.hgi-duotone.hgi-atomic-power:after {
    content: "㲄"
}

.hgi-duotone.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-duotone.hgi-attachment-01:after {
    content: "㲆"
}

.hgi-duotone.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-duotone.hgi-attachment-02:after {
    content: "㲈"
}

.hgi-duotone.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-duotone.hgi-attachment-circle:after {
    content: "㲊"
}

.hgi-duotone.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-duotone.hgi-attachment:after {
    content: "㲌"
}

.hgi-duotone.hgi-attachment-square:after {
    content: "㲍"
}

.hgi-duotone.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-duotone.hgi-attachment:before {
    content: "㲏"
}

.hgi-duotone.hgi-auction:after {
    content: "㲐"
}

.hgi-duotone.hgi-auction:before {
    content: "㲑"
}

.hgi-duotone.hgi-audio-book-01:after {
    content: "㲒"
}

.hgi-duotone.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-duotone.hgi-audio-book-02:after {
    content: "㲔"
}

.hgi-duotone.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-duotone.hgi-audio-book-03:after {
    content: "㲖"
}

.hgi-duotone.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-duotone.hgi-audio-book-04:after {
    content: "㲘"
}

.hgi-duotone.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-duotone.hgi-audit-01:after {
    content: "㲚"
}

.hgi-duotone.hgi-audit-01:before {
    content: "㲛"
}

.hgi-duotone.hgi-audit-02:after {
    content: "㲜"
}

.hgi-duotone.hgi-audit-02:before {
    content: "㲝"
}

.hgi-duotone.hgi-augmented-reality-ar:after {
    content: "㲞"
}

.hgi-duotone.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-duotone.hgi-authorized:after {
    content: "㲠"
}

.hgi-duotone.hgi-authorized:before {
    content: "㲡"
}

.hgi-duotone.hgi-auto-conversations:after {
    content: "㲢"
}

.hgi-duotone.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-duotone.hgi-automotive-battery-01:after {
    content: "㲤"
}

.hgi-duotone.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-duotone.hgi-automotive-battery-02:after {
    content: "㲦"
}

.hgi-duotone.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-duotone.hgi-avalanche:after {
    content: "㲨"
}

.hgi-duotone.hgi-avalanche:before {
    content: "㲩"
}

.hgi-duotone.hgi-avocado:after {
    content: "㲪"
}

.hgi-duotone.hgi-avocado:before {
    content: "㲫"
}

.hgi-duotone.hgi-award-01:after {
    content: "㲬"
}

.hgi-duotone.hgi-award-01:before {
    content: "㲭"
}

.hgi-duotone.hgi-award-02:after {
    content: "㲮"
}

.hgi-duotone.hgi-award-02:before {
    content: "㲯"
}

.hgi-duotone.hgi-award-03:after {
    content: "㲰"
}

.hgi-duotone.hgi-award-03:before {
    content: "㲱"
}

.hgi-duotone.hgi-award-04:after {
    content: "㲲"
}

.hgi-duotone.hgi-award-04:before {
    content: "㲳"
}

.hgi-duotone.hgi-award-05:after {
    content: "㲴"
}

.hgi-duotone.hgi-award-05:before {
    content: "㲵"
}

.hgi-duotone.hgi-baby-01:after {
    content: "㲶"
}

.hgi-duotone.hgi-baby-01:before {
    content: "㲷"
}

.hgi-duotone.hgi-baby-02:after {
    content: "㲸"
}

.hgi-duotone.hgi-baby-02:before {
    content: "㲹"
}

.hgi-duotone.hgi-baby-bed-01:after {
    content: "㲺"
}

.hgi-duotone.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-duotone.hgi-baby-bed-02:after {
    content: "㲼"
}

.hgi-duotone.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-duotone.hgi-baby-bottle:after {
    content: "㲾"
}

.hgi-duotone.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-duotone.hgi-baby-boy-dress:after {
    content: "㳀"
}

.hgi-duotone.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-duotone.hgi-baby-girl-dress:after {
    content: "㳂"
}

.hgi-duotone.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-duotone.hgi-backpack-01:after {
    content: "㳄"
}

.hgi-duotone.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-duotone.hgi-backpack-02:after {
    content: "㳆"
}

.hgi-duotone.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-duotone.hgi-backpack-03:after {
    content: "㳈"
}

.hgi-duotone.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-duotone.hgi-backward-01:after {
    content: "㳊"
}

.hgi-duotone.hgi-backward-01:before {
    content: "㳋"
}

.hgi-duotone.hgi-backward-02:after {
    content: "㳌"
}

.hgi-duotone.hgi-backward-02:before {
    content: "㳍"
}

.hgi-duotone.hgi-bacteria:after {
    content: "㳎"
}

.hgi-duotone.hgi-bacteria:before {
    content: "㳏"
}

.hgi-duotone.hgi-badminton:after {
    content: "㳐"
}

.hgi-duotone.hgi-badminton-shuttle:after {
    content: "㳑"
}

.hgi-duotone.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-duotone.hgi-badminton:before {
    content: "㳓"
}

.hgi-duotone.hgi-banana:after {
    content: "㳔"
}

.hgi-duotone.hgi-banana:before {
    content: "㳕"
}

.hgi-duotone.hgi-bandage:after {
    content: "㳖"
}

.hgi-duotone.hgi-bandage:before {
    content: "㳗"
}

.hgi-duotone.hgi-bank:after {
    content: "㳘"
}

.hgi-duotone.hgi-bank:before {
    content: "㳙"
}

.hgi-duotone.hgi-bar-code-01:after {
    content: "㳚"
}

.hgi-duotone.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-duotone.hgi-bar-code-02:after {
    content: "㳜"
}

.hgi-duotone.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-duotone.hgi-barns:after {
    content: "㳞"
}

.hgi-duotone.hgi-barns:before {
    content: "㳟"
}

.hgi-duotone.hgi-baseball-bat:after {
    content: "㳠"
}

.hgi-duotone.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-duotone.hgi-baseball-helmet:after {
    content: "㳢"
}

.hgi-duotone.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-duotone.hgi-baseball:after {
    content: "㳤"
}

.hgi-duotone.hgi-baseball:before {
    content: "㳥"
}

.hgi-duotone.hgi-basketball-01:after {
    content: "㳦"
}

.hgi-duotone.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-duotone.hgi-basketball-02:after {
    content: "㳨"
}

.hgi-duotone.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-duotone.hgi-basketball-hoop:after {
    content: "㳪"
}

.hgi-duotone.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-duotone.hgi-bathtub-01:after {
    content: "㳬"
}

.hgi-duotone.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-duotone.hgi-bathtub-02:after {
    content: "㳮"
}

.hgi-duotone.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-duotone.hgi-batteries-energy:after {
    content: "㳰"
}

.hgi-duotone.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-duotone.hgi-battery-charging-01:after {
    content: "㳲"
}

.hgi-duotone.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-duotone.hgi-battery-charging-02:after {
    content: "㳴"
}

.hgi-duotone.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-duotone.hgi-battery-eco-charging:after {
    content: "㳶"
}

.hgi-duotone.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-duotone.hgi-battery-empty:after {
    content: "㳸"
}

.hgi-duotone.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-duotone.hgi-battery-full:after {
    content: "㳺"
}

.hgi-duotone.hgi-battery-full:before {
    content: "㳻"
}

.hgi-duotone.hgi-battery-low:after {
    content: "㳼"
}

.hgi-duotone.hgi-battery-low:before {
    content: "㳽"
}

.hgi-duotone.hgi-battery-medium-01:after {
    content: "㳾"
}

.hgi-duotone.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-duotone.hgi-battery-medium-02:after {
    content: "㴀"
}

.hgi-duotone.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-duotone.hgi-bbq-grill:after {
    content: "㴂"
}

.hgi-duotone.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-duotone.hgi-beach-02:after {
    content: "㴄"
}

.hgi-duotone.hgi-beach-02:before {
    content: "㴅"
}

.hgi-duotone.hgi-beach:after {
    content: "㴆"
}

.hgi-duotone.hgi-beach:before {
    content: "㴇"
}

.hgi-duotone.hgi-beater:after {
    content: "㴈"
}

.hgi-duotone.hgi-beater:before {
    content: "㴉"
}

.hgi-duotone.hgi-bebo:after {
    content: "㴊"
}

.hgi-duotone.hgi-bebo:before {
    content: "㴋"
}

.hgi-duotone.hgi-bed-bunk:after {
    content: "㴌"
}

.hgi-duotone.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-duotone.hgi-bed-double:after {
    content: "㴎"
}

.hgi-duotone.hgi-bed-double:before {
    content: "㴏"
}

.hgi-duotone.hgi-bed:after {
    content: "㴐"
}

.hgi-duotone.hgi-bed-single-01:after {
    content: "㴑"
}

.hgi-duotone.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-duotone.hgi-bed-single-02:after {
    content: "㴓"
}

.hgi-duotone.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-duotone.hgi-bed:before {
    content: "㴕"
}

.hgi-duotone.hgi-bedug-01:after {
    content: "㴖"
}

.hgi-duotone.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-duotone.hgi-bedug-02:after {
    content: "㴘"
}

.hgi-duotone.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-duotone.hgi-behance-01:after {
    content: "㴚"
}

.hgi-duotone.hgi-behance-01:before {
    content: "㴛"
}

.hgi-duotone.hgi-behance-02:after {
    content: "㴜"
}

.hgi-duotone.hgi-behance-02:before {
    content: "㴝"
}

.hgi-duotone.hgi-belt:after {
    content: "㴞"
}

.hgi-duotone.hgi-belt:before {
    content: "㴟"
}

.hgi-duotone.hgi-bend-tool:after {
    content: "㴠"
}

.hgi-duotone.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-duotone.hgi-berlin:after {
    content: "㴢"
}

.hgi-duotone.hgi-berlin-tower:after {
    content: "㴣"
}

.hgi-duotone.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-duotone.hgi-berlin:before {
    content: "㴥"
}

.hgi-duotone.hgi-beta:after {
    content: "㴦"
}

.hgi-duotone.hgi-beta:before {
    content: "㴧"
}

.hgi-duotone.hgi-bicycle-01:after {
    content: "㴨"
}

.hgi-duotone.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-duotone.hgi-bicycle:after {
    content: "㴪"
}

.hgi-duotone.hgi-bicycle:before {
    content: "㴫"
}

.hgi-duotone.hgi-billiard-01:after {
    content: "㴬"
}

.hgi-duotone.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-duotone.hgi-billiard-02:after {
    content: "㴮"
}

.hgi-duotone.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-duotone.hgi-binary-code:after {
    content: "㴰"
}

.hgi-duotone.hgi-binary-code:before {
    content: "㴱"
}

.hgi-duotone.hgi-bing:after {
    content: "㴲"
}

.hgi-duotone.hgi-bing:before {
    content: "㴳"
}

.hgi-duotone.hgi-bio-energy:after {
    content: "㴴"
}

.hgi-duotone.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-duotone.hgi-biomass-energy:after {
    content: "㴶"
}

.hgi-duotone.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-duotone.hgi-biometric-access:after {
    content: "㴸"
}

.hgi-duotone.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-duotone.hgi-biometric-device:after {
    content: "㴺"
}

.hgi-duotone.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-duotone.hgi-birthday-cake:after {
    content: "㴼"
}

.hgi-duotone.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-duotone.hgi-biscuit:after {
    content: "㴾"
}

.hgi-duotone.hgi-biscuit:before {
    content: "㴿"
}

.hgi-duotone.hgi-bitcoin-01:after {
    content: "㵀"
}

.hgi-duotone.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-duotone.hgi-bitcoin-02:after {
    content: "㵂"
}

.hgi-duotone.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-duotone.hgi-bitcoin-03:after {
    content: "㵄"
}

.hgi-duotone.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-duotone.hgi-bitcoin-04:after {
    content: "㵆"
}

.hgi-duotone.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-duotone.hgi-bitcoin-bag:after {
    content: "㵈"
}

.hgi-duotone.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-duotone.hgi-bitcoin-circle:after {
    content: "㵊"
}

.hgi-duotone.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-duotone.hgi-bitcoin-cloud:after {
    content: "㵌"
}

.hgi-duotone.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-duotone.hgi-bitcoin-cpu:after {
    content: "㵎"
}

.hgi-duotone.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-duotone.hgi-bitcoin-credit-card:after {
    content: "㵐"
}

.hgi-duotone.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-duotone.hgi-bitcoin-database:after {
    content: "㵒"
}

.hgi-duotone.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-duotone.hgi-bitcoin-down-01:after {
    content: "㵔"
}

.hgi-duotone.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-duotone.hgi-bitcoin-down-02:after {
    content: "㵖"
}

.hgi-duotone.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-duotone.hgi-bitcoin-ellipse:after {
    content: "㵘"
}

.hgi-duotone.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-duotone.hgi-bitcoin-eye:after {
    content: "㵚"
}

.hgi-duotone.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-duotone.hgi-bitcoin-filter:after {
    content: "㵜"
}

.hgi-duotone.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-duotone.hgi-bitcoin-flashdisk:after {
    content: "㵞"
}

.hgi-duotone.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-duotone.hgi-bitcoin-graph:after {
    content: "㵠"
}

.hgi-duotone.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-duotone.hgi-bitcoin-invoice:after {
    content: "㵢"
}

.hgi-duotone.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-duotone.hgi-bitcoin-key:after {
    content: "㵤"
}

.hgi-duotone.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-duotone.hgi-bitcoin-location:after {
    content: "㵦"
}

.hgi-duotone.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-duotone.hgi-bitcoin-lock:after {
    content: "㵨"
}

.hgi-duotone.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-duotone.hgi-bitcoin-mail:after {
    content: "㵪"
}

.hgi-duotone.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-duotone.hgi-bitcoin-mind:after {
    content: "㵬"
}

.hgi-duotone.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-duotone.hgi-bitcoin-money-01:after {
    content: "㵮"
}

.hgi-duotone.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-duotone.hgi-bitcoin-money-02:after {
    content: "㵰"
}

.hgi-duotone.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-duotone.hgi-bitcoin-pie-chart:after {
    content: "㵲"
}

.hgi-duotone.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-duotone.hgi-bitcoin-piggy-bank:after {
    content: "㵴"
}

.hgi-duotone.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-duotone.hgi-bitcoin-presentation:after {
    content: "㵶"
}

.hgi-duotone.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-duotone.hgi-bitcoin-receipt:after {
    content: "㵸"
}

.hgi-duotone.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-duotone.hgi-bitcoin-receive:after {
    content: "㵺"
}

.hgi-duotone.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-duotone.hgi-bitcoin-rectangle:after {
    content: "㵼"
}

.hgi-duotone.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-duotone.hgi-bitcoin-safe:after {
    content: "㵾"
}

.hgi-duotone.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-duotone.hgi-bitcoin-search:after {
    content: "㶀"
}

.hgi-duotone.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-duotone.hgi-bitcoin:after {
    content: "㶂"
}

.hgi-duotone.hgi-bitcoin-send:after {
    content: "㶃"
}

.hgi-duotone.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-duotone.hgi-bitcoin-setting:after {
    content: "㶅"
}

.hgi-duotone.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-duotone.hgi-bitcoin-shield:after {
    content: "㶇"
}

.hgi-duotone.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-duotone.hgi-bitcoin-shopping:after {
    content: "㶉"
}

.hgi-duotone.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-duotone.hgi-bitcoin-smartphone-01:after {
    content: "㶋"
}

.hgi-duotone.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-duotone.hgi-bitcoin-smartphone-02:after {
    content: "㶍"
}

.hgi-duotone.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-duotone.hgi-bitcoin-square:after {
    content: "㶏"
}

.hgi-duotone.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-duotone.hgi-bitcoin-store:after {
    content: "㶑"
}

.hgi-duotone.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-duotone.hgi-bitcoin-tag:after {
    content: "㶓"
}

.hgi-duotone.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-duotone.hgi-bitcoin-target:after {
    content: "㶕"
}

.hgi-duotone.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-duotone.hgi-bitcoin-transaction:after {
    content: "㶗"
}

.hgi-duotone.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-duotone.hgi-bitcoin-up-01:after {
    content: "㶙"
}

.hgi-duotone.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-duotone.hgi-bitcoin-up-02:after {
    content: "㶛"
}

.hgi-duotone.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-duotone.hgi-bitcoin-wallet:after {
    content: "㶝"
}

.hgi-duotone.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-duotone.hgi-bitcoin-withdraw:after {
    content: "㶟"
}

.hgi-duotone.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-duotone.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-duotone.hgi-black-hole-01:after {
    content: "㶢"
}

.hgi-duotone.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-duotone.hgi-black-hole:after {
    content: "㶤"
}

.hgi-duotone.hgi-black-hole:before {
    content: "㶥"
}

.hgi-duotone.hgi-blend:after {
    content: "㶦"
}

.hgi-duotone.hgi-blend:before {
    content: "㶧"
}

.hgi-duotone.hgi-blender:after {
    content: "㶨"
}

.hgi-duotone.hgi-blender:before {
    content: "㶩"
}

.hgi-duotone.hgi-block-game:after {
    content: "㶪"
}

.hgi-duotone.hgi-block-game:before {
    content: "㶫"
}

.hgi-duotone.hgi-blockchain-01:after {
    content: "㶬"
}

.hgi-duotone.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-duotone.hgi-blockchain-02:after {
    content: "㶮"
}

.hgi-duotone.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-duotone.hgi-blockchain-03:after {
    content: "㶰"
}

.hgi-duotone.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-duotone.hgi-blockchain-04:after {
    content: "㶲"
}

.hgi-duotone.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-duotone.hgi-blockchain-05:after {
    content: "㶴"
}

.hgi-duotone.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-duotone.hgi-blockchain-06:after {
    content: "㶶"
}

.hgi-duotone.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-duotone.hgi-blockchain-07:after {
    content: "㶸"
}

.hgi-duotone.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-duotone.hgi-blocked:after {
    content: "㶺"
}

.hgi-duotone.hgi-blocked:before {
    content: "㶻"
}

.hgi-duotone.hgi-blogger:after {
    content: "㶼"
}

.hgi-duotone.hgi-blogger:before {
    content: "㶽"
}

.hgi-duotone.hgi-blood-bag:after {
    content: "㶾"
}

.hgi-duotone.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-duotone.hgi-blood-bottle:after {
    content: "㷀"
}

.hgi-duotone.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-duotone.hgi-blood-pressure:after {
    content: "㷂"
}

.hgi-duotone.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-duotone.hgi-blood:after {
    content: "㷄"
}

.hgi-duotone.hgi-blood-type:after {
    content: "㷅"
}

.hgi-duotone.hgi-blood-type:before {
    content: "㷆"
}

.hgi-duotone.hgi-blood:before {
    content: "㷇"
}

.hgi-duotone.hgi-bluetooth-circle:after {
    content: "㷈"
}

.hgi-duotone.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-duotone.hgi-bluetooth-not-connected:after {
    content: "㷊"
}

.hgi-duotone.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-duotone.hgi-bluetooth-search:after {
    content: "㷌"
}

.hgi-duotone.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-duotone.hgi-bluetooth:after {
    content: "㷎"
}

.hgi-duotone.hgi-bluetooth-square:after {
    content: "㷏"
}

.hgi-duotone.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-duotone.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-duotone.hgi-blur:after {
    content: "㷒"
}

.hgi-duotone.hgi-blur:before {
    content: "㷓"
}

.hgi-duotone.hgi-blush-brush-01:after {
    content: "㷔"
}

.hgi-duotone.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-duotone.hgi-blush-brush-02:after {
    content: "㷖"
}

.hgi-duotone.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-duotone.hgi-board-math:after {
    content: "㷘"
}

.hgi-duotone.hgi-board-math:before {
    content: "㷙"
}

.hgi-duotone.hgi-boat:after {
    content: "㷚"
}

.hgi-duotone.hgi-boat:before {
    content: "㷛"
}

.hgi-duotone.hgi-body-armor:after {
    content: "㷜"
}

.hgi-duotone.hgi-body-armor:before {
    content: "㷝"
}

.hgi-duotone.hgi-body-part-leg:after {
    content: "㷞"
}

.hgi-duotone.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-duotone.hgi-body-part-muscle:after {
    content: "㷠"
}

.hgi-duotone.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-duotone.hgi-body-part-six-pack:after {
    content: "㷢"
}

.hgi-duotone.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-duotone.hgi-body-soap:after {
    content: "㷤"
}

.hgi-duotone.hgi-body-soap:before {
    content: "㷥"
}

.hgi-duotone.hgi-body-weight:after {
    content: "㷦"
}

.hgi-duotone.hgi-body-weight:before {
    content: "㷧"
}

.hgi-duotone.hgi-bomb:after {
    content: "㷨"
}

.hgi-duotone.hgi-bomb:before {
    content: "㷩"
}

.hgi-duotone.hgi-bone-01:after {
    content: "㷪"
}

.hgi-duotone.hgi-bone-01:before {
    content: "㷫"
}

.hgi-duotone.hgi-bone-02:after {
    content: "㷬"
}

.hgi-duotone.hgi-bone-02:before {
    content: "㷭"
}

.hgi-duotone.hgi-book-01:after {
    content: "㷮"
}

.hgi-duotone.hgi-book-01:before {
    content: "㷯"
}

.hgi-duotone.hgi-book-02:after {
    content: "㷰"
}

.hgi-duotone.hgi-book-02:before {
    content: "㷱"
}

.hgi-duotone.hgi-book-03:after {
    content: "㷲"
}

.hgi-duotone.hgi-book-03:before {
    content: "㷳"
}

.hgi-duotone.hgi-book-04:after {
    content: "㷴"
}

.hgi-duotone.hgi-book-04:before {
    content: "㷵"
}

.hgi-duotone.hgi-book-bookmark-01:after {
    content: "㷶"
}

.hgi-duotone.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-duotone.hgi-book-bookmark-02:after {
    content: "㷸"
}

.hgi-duotone.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-duotone.hgi-book-download:after {
    content: "㷺"
}

.hgi-duotone.hgi-book-download:before {
    content: "㷻"
}

.hgi-duotone.hgi-book-edit:after {
    content: "㷼"
}

.hgi-duotone.hgi-book-edit:before {
    content: "㷽"
}

.hgi-duotone.hgi-book-open-01:after {
    content: "㷾"
}

.hgi-duotone.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-duotone.hgi-book-open-02:after {
    content: "㸀"
}

.hgi-duotone.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-duotone.hgi-book-upload:after {
    content: "㸂"
}

.hgi-duotone.hgi-book-upload:before {
    content: "㸃"
}

.hgi-duotone.hgi-bookmark-01:after {
    content: "㸄"
}

.hgi-duotone.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-duotone.hgi-bookmark-02:after {
    content: "㸆"
}

.hgi-duotone.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-duotone.hgi-bookmark-03:after {
    content: "㸈"
}

.hgi-duotone.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-duotone.hgi-bookmark-add-01:after {
    content: "㸊"
}

.hgi-duotone.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-duotone.hgi-bookmark-add-02:after {
    content: "㸌"
}

.hgi-duotone.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-duotone.hgi-bookmark-block-01:after {
    content: "㸎"
}

.hgi-duotone.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-duotone.hgi-bookmark-block-02:after {
    content: "㸐"
}

.hgi-duotone.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-duotone.hgi-bookmark-check-01:after {
    content: "㸒"
}

.hgi-duotone.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-duotone.hgi-bookmark-check-02:after {
    content: "㸔"
}

.hgi-duotone.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-duotone.hgi-bookmark-minus-01:after {
    content: "㸖"
}

.hgi-duotone.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-duotone.hgi-bookmark-minus-02:after {
    content: "㸘"
}

.hgi-duotone.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-duotone.hgi-bookmark-off-01:after {
    content: "㸚"
}

.hgi-duotone.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-duotone.hgi-bookmark-off-02:after {
    content: "㸜"
}

.hgi-duotone.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-duotone.hgi-bookmark-remove-01:after {
    content: "㸞"
}

.hgi-duotone.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-duotone.hgi-bookmark-remove-02:after {
    content: "㸠"
}

.hgi-duotone.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-duotone.hgi-books-01:after {
    content: "㸢"
}

.hgi-duotone.hgi-books-01:before {
    content: "㸣"
}

.hgi-duotone.hgi-books-02:after {
    content: "㸤"
}

.hgi-duotone.hgi-books-02:before {
    content: "㸥"
}

.hgi-duotone.hgi-bookshelf-01:after {
    content: "㸦"
}

.hgi-duotone.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-duotone.hgi-bookshelf-02:after {
    content: "㸨"
}

.hgi-duotone.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-duotone.hgi-bookshelf-03:after {
    content: "㸪"
}

.hgi-duotone.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-duotone.hgi-bootstrap:after {
    content: "㸬"
}

.hgi-duotone.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-duotone.hgi-border-all-01:after {
    content: "㸮"
}

.hgi-duotone.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-duotone.hgi-border-all-02:after {
    content: "㸰"
}

.hgi-duotone.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-duotone.hgi-border-bottom-01:after {
    content: "㸲"
}

.hgi-duotone.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-duotone.hgi-border-bottom-02:after {
    content: "㸴"
}

.hgi-duotone.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-duotone.hgi-border-full:after {
    content: "㸶"
}

.hgi-duotone.hgi-border-full:before {
    content: "㸷"
}

.hgi-duotone.hgi-border-horizontal:after {
    content: "㸸"
}

.hgi-duotone.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-duotone.hgi-border-inner:after {
    content: "㸺"
}

.hgi-duotone.hgi-border-inner:before {
    content: "㸻"
}

.hgi-duotone.hgi-border-left-01:after {
    content: "㸼"
}

.hgi-duotone.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-duotone.hgi-border-left-02:after {
    content: "㸾"
}

.hgi-duotone.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-duotone.hgi-border-none-01:after {
    content: "㹀"
}

.hgi-duotone.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-duotone.hgi-border-none-02:after {
    content: "㹂"
}

.hgi-duotone.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-duotone.hgi-border-right-01:after {
    content: "㹄"
}

.hgi-duotone.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-duotone.hgi-border-right-02:after {
    content: "㹆"
}

.hgi-duotone.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-duotone.hgi-border-top-01:after {
    content: "㹈"
}

.hgi-duotone.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-duotone.hgi-border-top-02:after {
    content: "㹊"
}

.hgi-duotone.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-duotone.hgi-border-vertical:after {
    content: "㹌"
}

.hgi-duotone.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-duotone.hgi-borobudur:after {
    content: "㹎"
}

.hgi-duotone.hgi-borobudur:before {
    content: "㹏"
}

.hgi-duotone.hgi-bot:after {
    content: "㹐"
}

.hgi-duotone.hgi-bot:before {
    content: "㹑"
}

.hgi-duotone.hgi-bounce-left:after {
    content: "㹒"
}

.hgi-duotone.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-duotone.hgi-bounce-right:after {
    content: "㹔"
}

.hgi-duotone.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-duotone.hgi-bounding-box:after {
    content: "㹖"
}

.hgi-duotone.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-duotone.hgi-bow-tie:after {
    content: "㹘"
}

.hgi-duotone.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-duotone.hgi-bowling-pins:after {
    content: "㹚"
}

.hgi-duotone.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-duotone.hgi-bowling:after {
    content: "㹜"
}

.hgi-duotone.hgi-bowling:before {
    content: "㹝"
}

.hgi-duotone.hgi-boxer:after {
    content: "㹞"
}

.hgi-duotone.hgi-boxer:before {
    content: "㹟"
}

.hgi-duotone.hgi-boxing-bag:after {
    content: "㹠"
}

.hgi-duotone.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-duotone.hgi-boxing-glove-01:after {
    content: "㹢"
}

.hgi-duotone.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-duotone.hgi-boxing-glove:after {
    content: "㹤"
}

.hgi-duotone.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-duotone.hgi-brain-01:after {
    content: "㹦"
}

.hgi-duotone.hgi-brain-01:before {
    content: "㹧"
}

.hgi-duotone.hgi-brain-02:after {
    content: "㹨"
}

.hgi-duotone.hgi-brain-02:before {
    content: "㹩"
}

.hgi-duotone.hgi-brain:after {
    content: "㹪"
}

.hgi-duotone.hgi-brain:before {
    content: "㹫"
}

.hgi-duotone.hgi-brandfetch:after {
    content: "㹬"
}

.hgi-duotone.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-duotone.hgi-bread-01:after {
    content: "㹮"
}

.hgi-duotone.hgi-bread-01:before {
    content: "㹯"
}

.hgi-duotone.hgi-bread-02:after {
    content: "㹰"
}

.hgi-duotone.hgi-bread-02:before {
    content: "㹱"
}

.hgi-duotone.hgi-bread-03:after {
    content: "㹲"
}

.hgi-duotone.hgi-bread-03:before {
    content: "㹳"
}

.hgi-duotone.hgi-bread-04:after {
    content: "㹴"
}

.hgi-duotone.hgi-bread-04:before {
    content: "㹵"
}

.hgi-duotone.hgi-breast-pump:after {
    content: "㹶"
}

.hgi-duotone.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-duotone.hgi-bridge:after {
    content: "㹸"
}

.hgi-duotone.hgi-bridge:before {
    content: "㹹"
}

.hgi-duotone.hgi-briefcase-01:after {
    content: "㹺"
}

.hgi-duotone.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-duotone.hgi-briefcase-02:after {
    content: "㹼"
}

.hgi-duotone.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-duotone.hgi-briefcase-03:after {
    content: "㹾"
}

.hgi-duotone.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-duotone.hgi-briefcase-04:after {
    content: "㺀"
}

.hgi-duotone.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-duotone.hgi-briefcase-05:after {
    content: "㺂"
}

.hgi-duotone.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-duotone.hgi-briefcase-06:after {
    content: "㺄"
}

.hgi-duotone.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-duotone.hgi-briefcase-07:after {
    content: "㺆"
}

.hgi-duotone.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-duotone.hgi-briefcase-08:after {
    content: "㺈"
}

.hgi-duotone.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-duotone.hgi-briefcase-09:after {
    content: "㺊"
}

.hgi-duotone.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-duotone.hgi-briefcase-dollar:after {
    content: "㺌"
}

.hgi-duotone.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-duotone.hgi-broccoli:after {
    content: "㺎"
}

.hgi-duotone.hgi-broccoli:before {
    content: "㺏"
}

.hgi-duotone.hgi-brochure:after {
    content: "㺐"
}

.hgi-duotone.hgi-brochure:before {
    content: "㺑"
}

.hgi-duotone.hgi-broken-bone:after {
    content: "㺒"
}

.hgi-duotone.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-duotone.hgi-browser:after {
    content: "㺔"
}

.hgi-duotone.hgi-browser:before {
    content: "㺕"
}

.hgi-duotone.hgi-brush:after {
    content: "㺖"
}

.hgi-duotone.hgi-brush:before {
    content: "㺗"
}

.hgi-duotone.hgi-bubble-chat-add:after {
    content: "㺘"
}

.hgi-duotone.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-duotone.hgi-bubble-chat-blocked:after {
    content: "㺚"
}

.hgi-duotone.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-duotone.hgi-bubble-chat-cancel:after {
    content: "㺜"
}

.hgi-duotone.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-duotone.hgi-bubble-chat-delay:after {
    content: "㺞"
}

.hgi-duotone.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-duotone.hgi-bubble-chat-done:after {
    content: "㺠"
}

.hgi-duotone.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-duotone.hgi-bubble-chat-download-01:after {
    content: "㺢"
}

.hgi-duotone.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-duotone.hgi-bubble-chat-download-02:after {
    content: "㺤"
}

.hgi-duotone.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-duotone.hgi-bubble-chat-edit:after {
    content: "㺦"
}

.hgi-duotone.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-duotone.hgi-bubble-chat-favourite:after {
    content: "㺨"
}

.hgi-duotone.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-duotone.hgi-bubble-chat-income:after {
    content: "㺪"
}

.hgi-duotone.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-duotone.hgi-bubble-chat-lock:after {
    content: "㺬"
}

.hgi-duotone.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-duotone.hgi-bubble-chat-notification:after {
    content: "㺮"
}

.hgi-duotone.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-duotone.hgi-bubble-chat-outcome:after {
    content: "㺰"
}

.hgi-duotone.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-duotone.hgi-bubble-chat-preview:after {
    content: "㺲"
}

.hgi-duotone.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-duotone.hgi-bubble-chat-question:after {
    content: "㺴"
}

.hgi-duotone.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-duotone.hgi-bubble-chat-search:after {
    content: "㺶"
}

.hgi-duotone.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-duotone.hgi-bubble-chat:after {
    content: "㺸"
}

.hgi-duotone.hgi-bubble-chat-secure:after {
    content: "㺹"
}

.hgi-duotone.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-duotone.hgi-bubble-chat-translate:after {
    content: "㺻"
}

.hgi-duotone.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-duotone.hgi-bubble-chat-unlock:after {
    content: "㺽"
}

.hgi-duotone.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-duotone.hgi-bubble-chat-upload:after {
    content: "㺿"
}

.hgi-duotone.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-duotone.hgi-bubble-chat-user:after {
    content: "㻁"
}

.hgi-duotone.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-duotone.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-duotone.hgi-bubble-tea-01:after {
    content: "㻄"
}

.hgi-duotone.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-duotone.hgi-bubble-tea-02:after {
    content: "㻆"
}

.hgi-duotone.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-duotone.hgi-bug-01:after {
    content: "㻈"
}

.hgi-duotone.hgi-bug-01:before {
    content: "㻉"
}

.hgi-duotone.hgi-bug-02:after {
    content: "㻊"
}

.hgi-duotone.hgi-bug-02:before {
    content: "㻋"
}

.hgi-duotone.hgi-building-01:after {
    content: "㻌"
}

.hgi-duotone.hgi-building-01:before {
    content: "㻍"
}

.hgi-duotone.hgi-building-02:after {
    content: "㻎"
}

.hgi-duotone.hgi-building-02:before {
    content: "㻏"
}

.hgi-duotone.hgi-building-03:after {
    content: "㻐"
}

.hgi-duotone.hgi-building-03:before {
    content: "㻑"
}

.hgi-duotone.hgi-building-04:after {
    content: "㻒"
}

.hgi-duotone.hgi-building-04:before {
    content: "㻓"
}

.hgi-duotone.hgi-building-05:after {
    content: "㻔"
}

.hgi-duotone.hgi-building-05:before {
    content: "㻕"
}

.hgi-duotone.hgi-building-06:after {
    content: "㻖"
}

.hgi-duotone.hgi-building-06:before {
    content: "㻗"
}

.hgi-duotone.hgi-bulb-charging:after {
    content: "㻘"
}

.hgi-duotone.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-duotone.hgi-bulb:after {
    content: "㻚"
}

.hgi-duotone.hgi-bulb:before {
    content: "㻛"
}

.hgi-duotone.hgi-bulletproof-vest:after {
    content: "㻜"
}

.hgi-duotone.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-duotone.hgi-burj-al-arab:after {
    content: "㻞"
}

.hgi-duotone.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-duotone.hgi-burning-cd:after {
    content: "㻠"
}

.hgi-duotone.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-duotone.hgi-bus-01:after {
    content: "㻢"
}

.hgi-duotone.hgi-bus-01:before {
    content: "㻣"
}

.hgi-duotone.hgi-bus-02:after {
    content: "㻤"
}

.hgi-duotone.hgi-bus-02:before {
    content: "㻥"
}

.hgi-duotone.hgi-bus-03:after {
    content: "㻦"
}

.hgi-duotone.hgi-bus-03:before {
    content: "㻧"
}

.hgi-duotone.hgi-c-programming:after {
    content: "㻨"
}

.hgi-duotone.hgi-c-programming:before {
    content: "㻩"
}

.hgi-duotone.hgi-cabinet-01:after {
    content: "㻪"
}

.hgi-duotone.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-duotone.hgi-cabinet-02:after {
    content: "㻬"
}

.hgi-duotone.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-duotone.hgi-cabinet-03:after {
    content: "㻮"
}

.hgi-duotone.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-duotone.hgi-cabinet-04:after {
    content: "㻰"
}

.hgi-duotone.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-duotone.hgi-cable-car:after {
    content: "㻲"
}

.hgi-duotone.hgi-cable-car:before {
    content: "㻳"
}

.hgi-duotone.hgi-cactus:after {
    content: "㻴"
}

.hgi-duotone.hgi-cactus:before {
    content: "㻵"
}

.hgi-duotone.hgi-caduceus:after {
    content: "㻶"
}

.hgi-duotone.hgi-caduceus:before {
    content: "㻷"
}

.hgi-duotone.hgi-cafe:after {
    content: "㻸"
}

.hgi-duotone.hgi-cafe:before {
    content: "㻹"
}

.hgi-duotone.hgi-calculate:after {
    content: "㻺"
}

.hgi-duotone.hgi-calculate:before {
    content: "㻻"
}

.hgi-duotone.hgi-calculator-01:after {
    content: "㻼"
}

.hgi-duotone.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-duotone.hgi-calculator:after {
    content: "㻾"
}

.hgi-duotone.hgi-calculator:before {
    content: "㻿"
}

.hgi-duotone.hgi-calendar-01:after {
    content: "㼀"
}

.hgi-duotone.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-duotone.hgi-calendar-02:after {
    content: "㼂"
}

.hgi-duotone.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-duotone.hgi-calendar-03:after {
    content: "㼄"
}

.hgi-duotone.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-duotone.hgi-calendar-04:after {
    content: "㼆"
}

.hgi-duotone.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-duotone.hgi-calendar-add-01:after {
    content: "㼈"
}

.hgi-duotone.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-duotone.hgi-calendar-add-02:after {
    content: "㼊"
}

.hgi-duotone.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-duotone.hgi-calendar-block-01:after {
    content: "㼌"
}

.hgi-duotone.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-duotone.hgi-calendar-block-02:after {
    content: "㼎"
}

.hgi-duotone.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-duotone.hgi-calendar-check-in-01:after {
    content: "㼐"
}

.hgi-duotone.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-duotone.hgi-calendar-check-in-02:after {
    content: "㼒"
}

.hgi-duotone.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-duotone.hgi-calendar-check-out-01:after {
    content: "㼔"
}

.hgi-duotone.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-duotone.hgi-calendar-check-out-02:after {
    content: "㼖"
}

.hgi-duotone.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-duotone.hgi-calendar-download-01:after {
    content: "㼘"
}

.hgi-duotone.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-duotone.hgi-calendar-download-02:after {
    content: "㼚"
}

.hgi-duotone.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-duotone.hgi-calendar-favorite-01:after {
    content: "㼜"
}

.hgi-duotone.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-duotone.hgi-calendar-favorite-02:after {
    content: "㼞"
}

.hgi-duotone.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-duotone.hgi-calendar-lock-01:after {
    content: "㼠"
}

.hgi-duotone.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-duotone.hgi-calendar-lock-02:after {
    content: "㼢"
}

.hgi-duotone.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-duotone.hgi-calendar-love-01:after {
    content: "㼤"
}

.hgi-duotone.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-duotone.hgi-calendar-love-02:after {
    content: "㼦"
}

.hgi-duotone.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-duotone.hgi-calendar-minus-01:after {
    content: "㼨"
}

.hgi-duotone.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-duotone.hgi-calendar-minus-02:after {
    content: "㼪"
}

.hgi-duotone.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-duotone.hgi-calendar-remove-01:after {
    content: "㼬"
}

.hgi-duotone.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-duotone.hgi-calendar-remove-02:after {
    content: "㼮"
}

.hgi-duotone.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-duotone.hgi-calendar-setting-01:after {
    content: "㼰"
}

.hgi-duotone.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-duotone.hgi-calendar-setting-02:after {
    content: "㼲"
}

.hgi-duotone.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-duotone.hgi-calendar-upload-01:after {
    content: "㼴"
}

.hgi-duotone.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-duotone.hgi-calendar-upload-02:after {
    content: "㼶"
}

.hgi-duotone.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-duotone.hgi-call-02:after {
    content: "㼸"
}

.hgi-duotone.hgi-call-02:before {
    content: "㼹"
}

.hgi-duotone.hgi-call-add-02:after {
    content: "㼺"
}

.hgi-duotone.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-duotone.hgi-call-add:after {
    content: "㼼"
}

.hgi-duotone.hgi-call-add:before {
    content: "㼽"
}

.hgi-duotone.hgi-call-blocked-02:after {
    content: "㼾"
}

.hgi-duotone.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-duotone.hgi-call-blocked:after {
    content: "㽀"
}

.hgi-duotone.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-duotone.hgi-call-disabled-02:after {
    content: "㽂"
}

.hgi-duotone.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-duotone.hgi-call-disabled:after {
    content: "㽄"
}

.hgi-duotone.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-duotone.hgi-call-done-02:after {
    content: "㽆"
}

.hgi-duotone.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-duotone.hgi-call-done:after {
    content: "㽈"
}

.hgi-duotone.hgi-call-done:before {
    content: "㽉"
}

.hgi-duotone.hgi-call-end-01:after {
    content: "㽊"
}

.hgi-duotone.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-duotone.hgi-call-end-02:after {
    content: "㽌"
}

.hgi-duotone.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-duotone.hgi-call-end-03:after {
    content: "㽎"
}

.hgi-duotone.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-duotone.hgi-call-end-04:after {
    content: "㽐"
}

.hgi-duotone.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-duotone.hgi-call-incoming-01:after {
    content: "㽒"
}

.hgi-duotone.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-duotone.hgi-call-incoming-02:after {
    content: "㽔"
}

.hgi-duotone.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-duotone.hgi-call-incoming-03:after {
    content: "㽖"
}

.hgi-duotone.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-duotone.hgi-call-incoming-04:after {
    content: "㽘"
}

.hgi-duotone.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-duotone.hgi-call-internal-02:after {
    content: "㽚"
}

.hgi-duotone.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-duotone.hgi-call-internal:after {
    content: "㽜"
}

.hgi-duotone.hgi-call-internal:before {
    content: "㽝"
}

.hgi-duotone.hgi-call-locked-02:after {
    content: "㽞"
}

.hgi-duotone.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-duotone.hgi-call-locked:after {
    content: "㽠"
}

.hgi-duotone.hgi-call-locked:before {
    content: "㽡"
}

.hgi-duotone.hgi-call-minus-02:after {
    content: "㽢"
}

.hgi-duotone.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-duotone.hgi-call-minus:after {
    content: "㽤"
}

.hgi-duotone.hgi-call-minus:before {
    content: "㽥"
}

.hgi-duotone.hgi-call-missed-01:after {
    content: "㽦"
}

.hgi-duotone.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-duotone.hgi-call-missed-02:after {
    content: "㽨"
}

.hgi-duotone.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-duotone.hgi-call-missed-03:after {
    content: "㽪"
}

.hgi-duotone.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-duotone.hgi-call-missed-04:after {
    content: "㽬"
}

.hgi-duotone.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-duotone.hgi-call-outgoing-01:after {
    content: "㽮"
}

.hgi-duotone.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-duotone.hgi-call-outgoing-02:after {
    content: "㽰"
}

.hgi-duotone.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-duotone.hgi-call-outgoing-03:after {
    content: "㽲"
}

.hgi-duotone.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-duotone.hgi-call-outgoing-04:after {
    content: "㽴"
}

.hgi-duotone.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-duotone.hgi-call-paused-02:after {
    content: "㽶"
}

.hgi-duotone.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-duotone.hgi-call-paused:after {
    content: "㽸"
}

.hgi-duotone.hgi-call-paused:before {
    content: "㽹"
}

.hgi-duotone.hgi-call-received-02:after {
    content: "㽺"
}

.hgi-duotone.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-duotone.hgi-call-received:after {
    content: "㽼"
}

.hgi-duotone.hgi-call-received:before {
    content: "㽽"
}

.hgi-duotone.hgi-call-ringing-01:after {
    content: "㽾"
}

.hgi-duotone.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-duotone.hgi-call-ringing-02:after {
    content: "㾀"
}

.hgi-duotone.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-duotone.hgi-call-ringing-03:after {
    content: "㾂"
}

.hgi-duotone.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-duotone.hgi-call-ringing-04:after {
    content: "㾄"
}

.hgi-duotone.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-duotone.hgi-call:after {
    content: "㾆"
}

.hgi-duotone.hgi-call-unlocked-02:after {
    content: "㾇"
}

.hgi-duotone.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-duotone.hgi-call-unlocked:after {
    content: "㾉"
}

.hgi-duotone.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-duotone.hgi-call:before {
    content: "㾋"
}

.hgi-duotone.hgi-calling-02:after {
    content: "㾌"
}

.hgi-duotone.hgi-calling-02:before {
    content: "㾍"
}

.hgi-duotone.hgi-calling:after {
    content: "㾎"
}

.hgi-duotone.hgi-calling:before {
    content: "㾏"
}

.hgi-duotone.hgi-camel:after {
    content: "㾐"
}

.hgi-duotone.hgi-camel:before {
    content: "㾑"
}

.hgi-duotone.hgi-camera-01:after {
    content: "㾒"
}

.hgi-duotone.hgi-camera-01:before {
    content: "㾓"
}

.hgi-duotone.hgi-camera-02:after {
    content: "㾔"
}

.hgi-duotone.hgi-camera-02:before {
    content: "㾕"
}

.hgi-duotone.hgi-camera-add-01:after {
    content: "㾖"
}

.hgi-duotone.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-duotone.hgi-camera-add-02:after {
    content: "㾘"
}

.hgi-duotone.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-duotone.hgi-camera-automatically-01:after {
    content: "㾚"
}

.hgi-duotone.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-duotone.hgi-camera-automatically-02:after {
    content: "㾜"
}

.hgi-duotone.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-duotone.hgi-camera-lens:after {
    content: "㾞"
}

.hgi-duotone.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-duotone.hgi-camera-microphone-01:after {
    content: "㾠"
}

.hgi-duotone.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-duotone.hgi-camera-microphone-02:after {
    content: "㾢"
}

.hgi-duotone.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-duotone.hgi-camera-night-mode-01:after {
    content: "㾤"
}

.hgi-duotone.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-duotone.hgi-camera-night-mode-02:after {
    content: "㾦"
}

.hgi-duotone.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-duotone.hgi-camera-off-01:after {
    content: "㾨"
}

.hgi-duotone.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-duotone.hgi-camera-off-02:after {
    content: "㾪"
}

.hgi-duotone.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-duotone.hgi-camera-rotated-01:after {
    content: "㾬"
}

.hgi-duotone.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-duotone.hgi-camera-rotated-02:after {
    content: "㾮"
}

.hgi-duotone.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-duotone.hgi-camera-smile-01:after {
    content: "㾰"
}

.hgi-duotone.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-duotone.hgi-camera-smile-02:after {
    content: "㾲"
}

.hgi-duotone.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-duotone.hgi-camera-tripod:after {
    content: "㾴"
}

.hgi-duotone.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-duotone.hgi-camera-video:after {
    content: "㾶"
}

.hgi-duotone.hgi-camera-video:before {
    content: "㾷"
}

.hgi-duotone.hgi-camper:after {
    content: "㾸"
}

.hgi-duotone.hgi-camper:before {
    content: "㾹"
}

.hgi-duotone.hgi-campfire:after {
    content: "㾺"
}

.hgi-duotone.hgi-campfire:before {
    content: "㾻"
}

.hgi-duotone.hgi-cancel-01:after {
    content: "㾼"
}

.hgi-duotone.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-duotone.hgi-cancel-02:after {
    content: "㾾"
}

.hgi-duotone.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-duotone.hgi-cancel-circle-half-dot:after {
    content: "㿀"
}

.hgi-duotone.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-duotone.hgi-cancel-circle:after {
    content: "㿂"
}

.hgi-duotone.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-duotone.hgi-cancel-square:after {
    content: "㿄"
}

.hgi-duotone.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-duotone.hgi-candelier-01:after {
    content: "㿆"
}

.hgi-duotone.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-duotone.hgi-candelier-02:after {
    content: "㿈"
}

.hgi-duotone.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-duotone.hgi-canvas:after {
    content: "㿊"
}

.hgi-duotone.hgi-canvas:before {
    content: "㿋"
}

.hgi-duotone.hgi-cap-projecting:after {
    content: "㿌"
}

.hgi-duotone.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-duotone.hgi-cap-round:after {
    content: "㿎"
}

.hgi-duotone.hgi-cap-round:before {
    content: "㿏"
}

.hgi-duotone.hgi-cap:after {
    content: "㿐"
}

.hgi-duotone.hgi-cap-straight:after {
    content: "㿑"
}

.hgi-duotone.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-duotone.hgi-cap:before {
    content: "㿓"
}

.hgi-duotone.hgi-capcut-rectangle:after {
    content: "㿔"
}

.hgi-duotone.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-duotone.hgi-capcut:after {
    content: "㿖"
}

.hgi-duotone.hgi-capcut:before {
    content: "㿗"
}

.hgi-duotone.hgi-car-01:after {
    content: "㿘"
}

.hgi-duotone.hgi-car-01:before {
    content: "㿙"
}

.hgi-duotone.hgi-car-02:after {
    content: "㿚"
}

.hgi-duotone.hgi-car-02:before {
    content: "㿛"
}

.hgi-duotone.hgi-car-03:after {
    content: "㿜"
}

.hgi-duotone.hgi-car-03:before {
    content: "㿝"
}

.hgi-duotone.hgi-car-04:after {
    content: "㿞"
}

.hgi-duotone.hgi-car-04:before {
    content: "㿟"
}

.hgi-duotone.hgi-car-parking-01:after {
    content: "㿠"
}

.hgi-duotone.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-duotone.hgi-car-parking-02:after {
    content: "㿢"
}

.hgi-duotone.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-duotone.hgi-caravan:after {
    content: "㿤"
}

.hgi-duotone.hgi-caravan:before {
    content: "㿥"
}

.hgi-duotone.hgi-card-exchange-01:after {
    content: "㿦"
}

.hgi-duotone.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-duotone.hgi-card-exchange-02:after {
    content: "㿨"
}

.hgi-duotone.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-duotone.hgi-cardigan:after {
    content: "㿪"
}

.hgi-duotone.hgi-cardigan:before {
    content: "㿫"
}

.hgi-duotone.hgi-cardiogram-01:after {
    content: "㿬"
}

.hgi-duotone.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-duotone.hgi-cardiogram-02:after {
    content: "㿮"
}

.hgi-duotone.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-duotone.hgi-cards-01:after {
    content: "㿰"
}

.hgi-duotone.hgi-cards-01:before {
    content: "㿱"
}

.hgi-duotone.hgi-cards-02:after {
    content: "㿲"
}

.hgi-duotone.hgi-cards-02:before {
    content: "㿳"
}

.hgi-duotone.hgi-cargo-ship:after {
    content: "㿴"
}

.hgi-duotone.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-duotone.hgi-carousel-horizontal-02:after {
    content: "㿶"
}

.hgi-duotone.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-duotone.hgi-carousel-horizontal:after {
    content: "㿸"
}

.hgi-duotone.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-duotone.hgi-carousel-vertical:after {
    content: "㿺"
}

.hgi-duotone.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-duotone.hgi-carrot:after {
    content: "㿼"
}

.hgi-duotone.hgi-carrot:before {
    content: "㿽"
}

.hgi-duotone.hgi-cash-01:after {
    content: "㿾"
}

.hgi-duotone.hgi-cash-01:before {
    content: "㿿"
}

.hgi-duotone.hgi-cash-02:after {
    content: "䀀"
}

.hgi-duotone.hgi-cash-02:before {
    content: "䀁"
}

.hgi-duotone.hgi-cashback:after {
    content: "䀂"
}

.hgi-duotone.hgi-cashback:before {
    content: "䀃"
}

.hgi-duotone.hgi-cashier-02:after {
    content: "䀄"
}

.hgi-duotone.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-duotone.hgi-cashier:after {
    content: "䀆"
}

.hgi-duotone.hgi-cashier:before {
    content: "䀇"
}

.hgi-duotone.hgi-castle-01:after {
    content: "䀈"
}

.hgi-duotone.hgi-castle-01:before {
    content: "䀉"
}

.hgi-duotone.hgi-castle-02:after {
    content: "䀊"
}

.hgi-duotone.hgi-castle-02:before {
    content: "䀋"
}

.hgi-duotone.hgi-castle:after {
    content: "䀌"
}

.hgi-duotone.hgi-castle:before {
    content: "䀍"
}

.hgi-duotone.hgi-catalogue:after {
    content: "䀎"
}

.hgi-duotone.hgi-catalogue:before {
    content: "䀏"
}

.hgi-duotone.hgi-cayan-tower:after {
    content: "䀐"
}

.hgi-duotone.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-duotone.hgi-cctv-camera:after {
    content: "䀒"
}

.hgi-duotone.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-duotone.hgi-cd:after {
    content: "䀔"
}

.hgi-duotone.hgi-cd:before {
    content: "䀕"
}

.hgi-duotone.hgi-cells:after {
    content: "䀖"
}

.hgi-duotone.hgi-cells:before {
    content: "䀗"
}

.hgi-duotone.hgi-cellular-network-offline:after {
    content: "䀘"
}

.hgi-duotone.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-duotone.hgi-cellular-network:after {
    content: "䀚"
}

.hgi-duotone.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-duotone.hgi-celsius:after {
    content: "䀜"
}

.hgi-duotone.hgi-celsius:before {
    content: "䀝"
}

.hgi-duotone.hgi-center-focus:after {
    content: "䀞"
}

.hgi-duotone.hgi-center-focus:before {
    content: "䀟"
}

.hgi-duotone.hgi-central-shaheed-minar:after {
    content: "䀠"
}

.hgi-duotone.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-duotone.hgi-centralized:after {
    content: "䀢"
}

.hgi-duotone.hgi-centralized:before {
    content: "䀣"
}

.hgi-duotone.hgi-certificate-01:after {
    content: "䀤"
}

.hgi-duotone.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-duotone.hgi-certificate-02:after {
    content: "䀦"
}

.hgi-duotone.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-duotone.hgi-chair-01:after {
    content: "䀨"
}

.hgi-duotone.hgi-chair-01:before {
    content: "䀩"
}

.hgi-duotone.hgi-chair-02:after {
    content: "䀪"
}

.hgi-duotone.hgi-chair-02:before {
    content: "䀫"
}

.hgi-duotone.hgi-chair-03:after {
    content: "䀬"
}

.hgi-duotone.hgi-chair-03:before {
    content: "䀭"
}

.hgi-duotone.hgi-chair-04:after {
    content: "䀮"
}

.hgi-duotone.hgi-chair-04:before {
    content: "䀯"
}

.hgi-duotone.hgi-chair-05:after {
    content: "䀰"
}

.hgi-duotone.hgi-chair-05:before {
    content: "䀱"
}

.hgi-duotone.hgi-chair-barber:after {
    content: "䀲"
}

.hgi-duotone.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-duotone.hgi-champion:after {
    content: "䀴"
}

.hgi-duotone.hgi-champion:before {
    content: "䀵"
}

.hgi-duotone.hgi-change-screen-mode:after {
    content: "䀶"
}

.hgi-duotone.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-duotone.hgi-character-phonetic:after {
    content: "䀸"
}

.hgi-duotone.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-duotone.hgi-charity:after {
    content: "䀺"
}

.hgi-duotone.hgi-charity:before {
    content: "䀻"
}

.hgi-duotone.hgi-chart-average:after {
    content: "䀼"
}

.hgi-duotone.hgi-chart-average:before {
    content: "䀽"
}

.hgi-duotone.hgi-chart-bar-line:after {
    content: "䀾"
}

.hgi-duotone.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-duotone.hgi-chart-breakout-circle:after {
    content: "䁀"
}

.hgi-duotone.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-duotone.hgi-chart-breakout-square:after {
    content: "䁂"
}

.hgi-duotone.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-duotone.hgi-chart-bubble-01:after {
    content: "䁄"
}

.hgi-duotone.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-duotone.hgi-chart-bubble-02:after {
    content: "䁆"
}

.hgi-duotone.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-duotone.hgi-chart-column:after {
    content: "䁈"
}

.hgi-duotone.hgi-chart-column:before {
    content: "䁉"
}

.hgi-duotone.hgi-chart-decrease:after {
    content: "䁊"
}

.hgi-duotone.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-duotone.hgi-chart-evaluation:after {
    content: "䁌"
}

.hgi-duotone.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-duotone.hgi-chart-high-low:after {
    content: "䁎"
}

.hgi-duotone.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-duotone.hgi-chart-histogram:after {
    content: "䁐"
}

.hgi-duotone.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-duotone.hgi-chart-increase:after {
    content: "䁒"
}

.hgi-duotone.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-duotone.hgi-chart-line-data-01:after {
    content: "䁔"
}

.hgi-duotone.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-duotone.hgi-chart-line-data-02:after {
    content: "䁖"
}

.hgi-duotone.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-duotone.hgi-chart-line-data-03:after {
    content: "䁘"
}

.hgi-duotone.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-duotone.hgi-chart-maximum:after {
    content: "䁚"
}

.hgi-duotone.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-duotone.hgi-chart-medium:after {
    content: "䁜"
}

.hgi-duotone.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-duotone.hgi-chart-minimum:after {
    content: "䁞"
}

.hgi-duotone.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-duotone.hgi-chart-radar:after {
    content: "䁠"
}

.hgi-duotone.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-duotone.hgi-chart-relationship:after {
    content: "䁢"
}

.hgi-duotone.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-duotone.hgi-chart-ring:after {
    content: "䁤"
}

.hgi-duotone.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-duotone.hgi-chart-rose:after {
    content: "䁦"
}

.hgi-duotone.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-duotone.hgi-chart-scatter:after {
    content: "䁨"
}

.hgi-duotone.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-duotone.hgi-chart:after {
    content: "䁪"
}

.hgi-duotone.hgi-chart:before {
    content: "䁫"
}

.hgi-duotone.hgi-chat-bot:after {
    content: "䁬"
}

.hgi-duotone.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-duotone.hgi-chat-gpt:after {
    content: "䁮"
}

.hgi-duotone.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-duotone.hgi-chatting-01:after {
    content: "䁰"
}

.hgi-duotone.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-duotone.hgi-check-list:after {
    content: "䁲"
}

.hgi-duotone.hgi-check-list:before {
    content: "䁳"
}

.hgi-duotone.hgi-check-unread-01:after {
    content: "䁴"
}

.hgi-duotone.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-duotone.hgi-check-unread-02:after {
    content: "䁶"
}

.hgi-duotone.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-duotone.hgi-check-unread-03:after {
    content: "䁸"
}

.hgi-duotone.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-duotone.hgi-check-unread-04:after {
    content: "䁺"
}

.hgi-duotone.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-duotone.hgi-checkmark-badge-01:after {
    content: "䁼"
}

.hgi-duotone.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-duotone.hgi-checkmark-badge-02:after {
    content: "䁾"
}

.hgi-duotone.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-duotone.hgi-checkmark-badge-03:after {
    content: "䂀"
}

.hgi-duotone.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-duotone.hgi-checkmark-badge-04:after {
    content: "䂂"
}

.hgi-duotone.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-duotone.hgi-checkmark-circle-01:after {
    content: "䂄"
}

.hgi-duotone.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-duotone.hgi-checkmark-circle-02:after {
    content: "䂆"
}

.hgi-duotone.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-duotone.hgi-checkmark-circle-03:after {
    content: "䂈"
}

.hgi-duotone.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-duotone.hgi-checkmark-circle-04:after {
    content: "䂊"
}

.hgi-duotone.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-duotone.hgi-checkmark-square-01:after {
    content: "䂌"
}

.hgi-duotone.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-duotone.hgi-checkmark-square-02:after {
    content: "䂎"
}

.hgi-duotone.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-duotone.hgi-checkmark-square-03:after {
    content: "䂐"
}

.hgi-duotone.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-duotone.hgi-checkmark-square-04:after {
    content: "䂒"
}

.hgi-duotone.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-duotone.hgi-cheese-cake-01:after {
    content: "䂔"
}

.hgi-duotone.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-duotone.hgi-cheese-cake-02:after {
    content: "䂖"
}

.hgi-duotone.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-duotone.hgi-cheese:after {
    content: "䂘"
}

.hgi-duotone.hgi-cheese:before {
    content: "䂙"
}

.hgi-duotone.hgi-chef-hat:after {
    content: "䂚"
}

.hgi-duotone.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-duotone.hgi-chef:after {
    content: "䂜"
}

.hgi-duotone.hgi-chef:before {
    content: "䂝"
}

.hgi-duotone.hgi-chemistry-01:after {
    content: "䂞"
}

.hgi-duotone.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-duotone.hgi-chemistry-02:after {
    content: "䂠"
}

.hgi-duotone.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-duotone.hgi-chemistry-03:after {
    content: "䂢"
}

.hgi-duotone.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-duotone.hgi-cherry:after {
    content: "䂤"
}

.hgi-duotone.hgi-cherry:before {
    content: "䂥"
}

.hgi-duotone.hgi-chess-01:after {
    content: "䂦"
}

.hgi-duotone.hgi-chess-01:before {
    content: "䂧"
}

.hgi-duotone.hgi-chess-02:after {
    content: "䂨"
}

.hgi-duotone.hgi-chess-02:before {
    content: "䂩"
}

.hgi-duotone.hgi-chess-pawn:after {
    content: "䂪"
}

.hgi-duotone.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-duotone.hgi-chicken-thighs:after {
    content: "䂬"
}

.hgi-duotone.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-duotone.hgi-chimney:after {
    content: "䂮"
}

.hgi-duotone.hgi-chimney:before {
    content: "䂯"
}

.hgi-duotone.hgi-china-temple:after {
    content: "䂰"
}

.hgi-duotone.hgi-china-temple:before {
    content: "䂱"
}

.hgi-duotone.hgi-chip-02:after {
    content: "䂲"
}

.hgi-duotone.hgi-chip-02:before {
    content: "䂳"
}

.hgi-duotone.hgi-chip:after {
    content: "䂴"
}

.hgi-duotone.hgi-chip:before {
    content: "䂵"
}

.hgi-duotone.hgi-chocolate:after {
    content: "䂶"
}

.hgi-duotone.hgi-chocolate:before {
    content: "䂷"
}

.hgi-duotone.hgi-chrome:after {
    content: "䂸"
}

.hgi-duotone.hgi-chrome:before {
    content: "䂹"
}

.hgi-duotone.hgi-chrysler:after {
    content: "䂺"
}

.hgi-duotone.hgi-chrysler:before {
    content: "䂻"
}

.hgi-duotone.hgi-church:after {
    content: "䂼"
}

.hgi-duotone.hgi-church:before {
    content: "䂽"
}

.hgi-duotone.hgi-cinnamon-roll:after {
    content: "䂾"
}

.hgi-duotone.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-duotone.hgi-circle-arrow-data-transfer-diagonal:after {
    content: "䃀"
}

.hgi-duotone.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-duotone.hgi-circle-arrow-data-transfer-horizontal:after {
    content: "䃂"
}

.hgi-duotone.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-duotone.hgi-circle-arrow-data-transfer-vertical:after {
    content: "䃄"
}

.hgi-duotone.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-duotone.hgi-circle-arrow-diagonal-01:after {
    content: "䃆"
}

.hgi-duotone.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-duotone.hgi-circle-arrow-diagonal-02:after {
    content: "䃈"
}

.hgi-duotone.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-duotone.hgi-circle-arrow-down-01:after {
    content: "䃊"
}

.hgi-duotone.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-duotone.hgi-circle-arrow-down-02:after {
    content: "䃌"
}

.hgi-duotone.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-duotone.hgi-circle-arrow-down-03:after {
    content: "䃎"
}

.hgi-duotone.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-duotone.hgi-circle-arrow-down-double:after {
    content: "䃐"
}

.hgi-duotone.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-duotone.hgi-circle-arrow-down-left:after {
    content: "䃒"
}

.hgi-duotone.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-duotone.hgi-circle-arrow-down-right:after {
    content: "䃔"
}

.hgi-duotone.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-duotone.hgi-circle-arrow-expand-01:after {
    content: "䃖"
}

.hgi-duotone.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-duotone.hgi-circle-arrow-expand-02:after {
    content: "䃘"
}

.hgi-duotone.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-duotone.hgi-circle-arrow-horizontal:after {
    content: "䃚"
}

.hgi-duotone.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-duotone.hgi-circle-arrow-left-01:after {
    content: "䃜"
}

.hgi-duotone.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-duotone.hgi-circle-arrow-left-02:after {
    content: "䃞"
}

.hgi-duotone.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-duotone.hgi-circle-arrow-left-03:after {
    content: "䃠"
}

.hgi-duotone.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-duotone.hgi-circle-arrow-left-double:after {
    content: "䃢"
}

.hgi-duotone.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-duotone.hgi-circle-arrow-left-right:after {
    content: "䃤"
}

.hgi-duotone.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-duotone.hgi-circle-arrow-move-down-left:after {
    content: "䃦"
}

.hgi-duotone.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-duotone.hgi-circle-arrow-move-down-right:after {
    content: "䃨"
}

.hgi-duotone.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-duotone.hgi-circle-arrow-move-left-down:after {
    content: "䃪"
}

.hgi-duotone.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-duotone.hgi-circle-arrow-move-right-down:after {
    content: "䃬"
}

.hgi-duotone.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-duotone.hgi-circle-arrow-move-up-left:after {
    content: "䃮"
}

.hgi-duotone.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-duotone.hgi-circle-arrow-move-up-right:after {
    content: "䃰"
}

.hgi-duotone.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-duotone.hgi-circle-arrow-reload-01:after {
    content: "䃲"
}

.hgi-duotone.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-duotone.hgi-circle-arrow-reload-02:after {
    content: "䃴"
}

.hgi-duotone.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-duotone.hgi-circle-arrow-right-01:after {
    content: "䃶"
}

.hgi-duotone.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-duotone.hgi-circle-arrow-right-02:after {
    content: "䃸"
}

.hgi-duotone.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-duotone.hgi-circle-arrow-right-03:after {
    content: "䃺"
}

.hgi-duotone.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-duotone.hgi-circle-arrow-right-double:after {
    content: "䃼"
}

.hgi-duotone.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-duotone.hgi-circle-arrow-shrink-01:after {
    content: "䃾"
}

.hgi-duotone.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-duotone.hgi-circle-arrow-shrink-02:after {
    content: "䄀"
}

.hgi-duotone.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-duotone.hgi-circle-arrow-up-01:after {
    content: "䄂"
}

.hgi-duotone.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-duotone.hgi-circle-arrow-up-02:after {
    content: "䄄"
}

.hgi-duotone.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-duotone.hgi-circle-arrow-up-03:after {
    content: "䄆"
}

.hgi-duotone.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-duotone.hgi-circle-arrow-up-double:after {
    content: "䄈"
}

.hgi-duotone.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-duotone.hgi-circle-arrow-up-down:after {
    content: "䄊"
}

.hgi-duotone.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-duotone.hgi-circle-arrow-up-left:after {
    content: "䄌"
}

.hgi-duotone.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-duotone.hgi-circle-arrow-up-right:after {
    content: "䄎"
}

.hgi-duotone.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-duotone.hgi-circle-arrow-vertical:after {
    content: "䄐"
}

.hgi-duotone.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-duotone.hgi-circle-lock-01:after {
    content: "䄒"
}

.hgi-duotone.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-duotone.hgi-circle-lock-02:after {
    content: "䄔"
}

.hgi-duotone.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-duotone.hgi-circle-lock-add-01:after {
    content: "䄖"
}

.hgi-duotone.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-duotone.hgi-circle-lock-add-02:after {
    content: "䄘"
}

.hgi-duotone.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-duotone.hgi-circle-lock-check-01:after {
    content: "䄚"
}

.hgi-duotone.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-duotone.hgi-circle-lock-check-02:after {
    content: "䄜"
}

.hgi-duotone.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-duotone.hgi-circle-lock-minus-01:after {
    content: "䄞"
}

.hgi-duotone.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-duotone.hgi-circle-lock-minus-02:after {
    content: "䄠"
}

.hgi-duotone.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-duotone.hgi-circle-lock-remove-01:after {
    content: "䄢"
}

.hgi-duotone.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-duotone.hgi-circle-lock-remove-02:after {
    content: "䄤"
}

.hgi-duotone.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-duotone.hgi-circle-password:after {
    content: "䄦"
}

.hgi-duotone.hgi-circle-password:before {
    content: "䄧"
}

.hgi-duotone.hgi-circle:after {
    content: "䄨"
}

.hgi-duotone.hgi-circle-unlock-01:after {
    content: "䄩"
}

.hgi-duotone.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-duotone.hgi-circle-unlock-02:after {
    content: "䄫"
}

.hgi-duotone.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-duotone.hgi-circle:before {
    content: "䄭"
}

.hgi-duotone.hgi-city-01:after {
    content: "䄮"
}

.hgi-duotone.hgi-city-01:before {
    content: "䄯"
}

.hgi-duotone.hgi-city-02:after {
    content: "䄰"
}

.hgi-duotone.hgi-city-02:before {
    content: "䄱"
}

.hgi-duotone.hgi-city-03:after {
    content: "䄲"
}

.hgi-duotone.hgi-city-03:before {
    content: "䄳"
}

.hgi-duotone.hgi-clapping-01:after {
    content: "䄴"
}

.hgi-duotone.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-duotone.hgi-clapping-02:after {
    content: "䄶"
}

.hgi-duotone.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-duotone.hgi-clean:after {
    content: "䄸"
}

.hgi-duotone.hgi-clean:before {
    content: "䄹"
}

.hgi-duotone.hgi-cleaning-bucket:after {
    content: "䄺"
}

.hgi-duotone.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-duotone.hgi-clinic:after {
    content: "䄼"
}

.hgi-duotone.hgi-clinic:before {
    content: "䄽"
}

.hgi-duotone.hgi-clip:after {
    content: "䄾"
}

.hgi-duotone.hgi-clip:before {
    content: "䄿"
}

.hgi-duotone.hgi-clipboard:after {
    content: "䅀"
}

.hgi-duotone.hgi-clipboard:before {
    content: "䅁"
}

.hgi-duotone.hgi-clock-01:after {
    content: "䅂"
}

.hgi-duotone.hgi-clock-01:before {
    content: "䅃"
}

.hgi-duotone.hgi-clock-02:after {
    content: "䅄"
}

.hgi-duotone.hgi-clock-02:before {
    content: "䅅"
}

.hgi-duotone.hgi-clock-03:after {
    content: "䅆"
}

.hgi-duotone.hgi-clock-03:before {
    content: "䅇"
}

.hgi-duotone.hgi-clock-04:after {
    content: "䅈"
}

.hgi-duotone.hgi-clock-04:before {
    content: "䅉"
}

.hgi-duotone.hgi-clock-05:after {
    content: "䅊"
}

.hgi-duotone.hgi-clock-05:before {
    content: "䅋"
}

.hgi-duotone.hgi-closed-caption-alt:after {
    content: "䅌"
}

.hgi-duotone.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-duotone.hgi-closed-caption:after {
    content: "䅎"
}

.hgi-duotone.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-duotone.hgi-clothes:after {
    content: "䅐"
}

.hgi-duotone.hgi-clothes:before {
    content: "䅑"
}

.hgi-duotone.hgi-cloud-angled-rain:after {
    content: "䅒"
}

.hgi-duotone.hgi-cloud-angled-rain-zap:after {
    content: "䅓"
}

.hgi-duotone.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-duotone.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-duotone.hgi-cloud-angled-zap:after {
    content: "䅖"
}

.hgi-duotone.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-duotone.hgi-cloud-big-rain:after {
    content: "䅘"
}

.hgi-duotone.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-duotone.hgi-cloud-download:after {
    content: "䅚"
}

.hgi-duotone.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-duotone.hgi-cloud-fast-wind:after {
    content: "䅜"
}

.hgi-duotone.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-duotone.hgi-cloud-hailstone:after {
    content: "䅞"
}

.hgi-duotone.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-duotone.hgi-cloud-little-rain:after {
    content: "䅠"
}

.hgi-duotone.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-duotone.hgi-cloud-little-snow:after {
    content: "䅢"
}

.hgi-duotone.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-duotone.hgi-cloud-loading:after {
    content: "䅤"
}

.hgi-duotone.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-duotone.hgi-cloud-mid-rain:after {
    content: "䅦"
}

.hgi-duotone.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-duotone.hgi-cloud-mid-snow:after {
    content: "䅨"
}

.hgi-duotone.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-duotone.hgi-cloud-saving-done-01:after {
    content: "䅪"
}

.hgi-duotone.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-duotone.hgi-cloud-saving-done-02:after {
    content: "䅬"
}

.hgi-duotone.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-duotone.hgi-cloud:after {
    content: "䅮"
}

.hgi-duotone.hgi-cloud-server:after {
    content: "䅯"
}

.hgi-duotone.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-duotone.hgi-cloud-slow-wind:after {
    content: "䅱"
}

.hgi-duotone.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-duotone.hgi-cloud-snow:after {
    content: "䅳"
}

.hgi-duotone.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-duotone.hgi-cloud-upload:after {
    content: "䅵"
}

.hgi-duotone.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-duotone.hgi-cloud:before {
    content: "䅷"
}

.hgi-duotone.hgi-clubs-01:after {
    content: "䅸"
}

.hgi-duotone.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-duotone.hgi-clubs-02:after {
    content: "䅺"
}

.hgi-duotone.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-duotone.hgi-co-present:after {
    content: "䅼"
}

.hgi-duotone.hgi-co-present:before {
    content: "䅽"
}

.hgi-duotone.hgi-code-circle:after {
    content: "䅾"
}

.hgi-duotone.hgi-code-circle:before {
    content: "䅿"
}

.hgi-duotone.hgi-code-folder:after {
    content: "䆀"
}

.hgi-duotone.hgi-code-folder:before {
    content: "䆁"
}

.hgi-duotone.hgi-code:after {
    content: "䆂"
}

.hgi-duotone.hgi-code-square:after {
    content: "䆃"
}

.hgi-duotone.hgi-code-square:before {
    content: "䆄"
}

.hgi-duotone.hgi-code:before {
    content: "䆅"
}

.hgi-duotone.hgi-codesandbox:after {
    content: "䆆"
}

.hgi-duotone.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-duotone.hgi-coffee-01:after {
    content: "䆈"
}

.hgi-duotone.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-duotone.hgi-coffee-02:after {
    content: "䆊"
}

.hgi-duotone.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-duotone.hgi-coffee-beans:after {
    content: "䆌"
}

.hgi-duotone.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-duotone.hgi-coins-01:after {
    content: "䆎"
}

.hgi-duotone.hgi-coins-01:before {
    content: "䆏"
}

.hgi-duotone.hgi-coins-02:after {
    content: "䆐"
}

.hgi-duotone.hgi-coins-02:before {
    content: "䆑"
}

.hgi-duotone.hgi-coins-bitcoin:after {
    content: "䆒"
}

.hgi-duotone.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-duotone.hgi-coins-dollar:after {
    content: "䆔"
}

.hgi-duotone.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-duotone.hgi-coins-euro:after {
    content: "䆖"
}

.hgi-duotone.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-duotone.hgi-coins-pound:after {
    content: "䆘"
}

.hgi-duotone.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-duotone.hgi-coins-swap:after {
    content: "䆚"
}

.hgi-duotone.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-duotone.hgi-coins-yen:after {
    content: "䆜"
}

.hgi-duotone.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-duotone.hgi-collections-bookmark:after {
    content: "䆞"
}

.hgi-duotone.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-duotone.hgi-color-picker:after {
    content: "䆠"
}

.hgi-duotone.hgi-color-picker:before {
    content: "䆡"
}

.hgi-duotone.hgi-colors:after {
    content: "䆢"
}

.hgi-duotone.hgi-colors:before {
    content: "䆣"
}

.hgi-duotone.hgi-colosseum:after {
    content: "䆤"
}

.hgi-duotone.hgi-colosseum:before {
    content: "䆥"
}

.hgi-duotone.hgi-column-delete:after {
    content: "䆦"
}

.hgi-duotone.hgi-column-delete:before {
    content: "䆧"
}

.hgi-duotone.hgi-column-insert:after {
    content: "䆨"
}

.hgi-duotone.hgi-column-insert:before {
    content: "䆩"
}

.hgi-duotone.hgi-comet-01:after {
    content: "䆪"
}

.hgi-duotone.hgi-comet-01:before {
    content: "䆫"
}

.hgi-duotone.hgi-comet-02:after {
    content: "䆬"
}

.hgi-duotone.hgi-comet-02:before {
    content: "䆭"
}

.hgi-duotone.hgi-coming-soon-01:after {
    content: "䆮"
}

.hgi-duotone.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-duotone.hgi-coming-soon-02:after {
    content: "䆰"
}

.hgi-duotone.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-duotone.hgi-command-line:after {
    content: "䆲"
}

.hgi-duotone.hgi-command-line:before {
    content: "䆳"
}

.hgi-duotone.hgi-command:after {
    content: "䆴"
}

.hgi-duotone.hgi-command:before {
    content: "䆵"
}

.hgi-duotone.hgi-comment-01:after {
    content: "䆶"
}

.hgi-duotone.hgi-comment-01:before {
    content: "䆷"
}

.hgi-duotone.hgi-comment-02:after {
    content: "䆸"
}

.hgi-duotone.hgi-comment-02:before {
    content: "䆹"
}

.hgi-duotone.hgi-comment-add-01:after {
    content: "䆺"
}

.hgi-duotone.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-duotone.hgi-comment-add-02:after {
    content: "䆼"
}

.hgi-duotone.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-duotone.hgi-comment-block-01:after {
    content: "䆾"
}

.hgi-duotone.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-duotone.hgi-comment-block-02:after {
    content: "䇀"
}

.hgi-duotone.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-duotone.hgi-comment-remove-01:after {
    content: "䇂"
}

.hgi-duotone.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-duotone.hgi-comment-remove-02:after {
    content: "䇄"
}

.hgi-duotone.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-duotone.hgi-compass-01:after {
    content: "䇆"
}

.hgi-duotone.hgi-compass-01:before {
    content: "䇇"
}

.hgi-duotone.hgi-compass:after {
    content: "䇈"
}

.hgi-duotone.hgi-compass:before {
    content: "䇉"
}

.hgi-duotone.hgi-complaint:after {
    content: "䇊"
}

.hgi-duotone.hgi-complaint:before {
    content: "䇋"
}

.hgi-duotone.hgi-computer-add:after {
    content: "䇌"
}

.hgi-duotone.hgi-computer-add:before {
    content: "䇍"
}

.hgi-duotone.hgi-computer-check:after {
    content: "䇎"
}

.hgi-duotone.hgi-computer-check:before {
    content: "䇏"
}

.hgi-duotone.hgi-computer-cloud:after {
    content: "䇐"
}

.hgi-duotone.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-duotone.hgi-computer-desk-01:after {
    content: "䇒"
}

.hgi-duotone.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-duotone.hgi-computer-desk-02:after {
    content: "䇔"
}

.hgi-duotone.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-duotone.hgi-computer-desk-03:after {
    content: "䇖"
}

.hgi-duotone.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-duotone.hgi-computer-dollar:after {
    content: "䇘"
}

.hgi-duotone.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-duotone.hgi-computer-phone-sync:after {
    content: "䇚"
}

.hgi-duotone.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-duotone.hgi-computer-programming-01:after {
    content: "䇜"
}

.hgi-duotone.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-duotone.hgi-computer-programming-02:after {
    content: "䇞"
}

.hgi-duotone.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-duotone.hgi-computer-protection:after {
    content: "䇠"
}

.hgi-duotone.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-duotone.hgi-computer-remove:after {
    content: "䇢"
}

.hgi-duotone.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-duotone.hgi-computer:after {
    content: "䇤"
}

.hgi-duotone.hgi-computer-settings:after {
    content: "䇥"
}

.hgi-duotone.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-duotone.hgi-computer-video-call:after {
    content: "䇧"
}

.hgi-duotone.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-duotone.hgi-computer-video:after {
    content: "䇩"
}

.hgi-duotone.hgi-computer-video:before {
    content: "䇪"
}

.hgi-duotone.hgi-computer:before {
    content: "䇫"
}

.hgi-duotone.hgi-cone-01:after {
    content: "䇬"
}

.hgi-duotone.hgi-cone-01:before {
    content: "䇭"
}

.hgi-duotone.hgi-cone-02:after {
    content: "䇮"
}

.hgi-duotone.hgi-cone-02:before {
    content: "䇯"
}

.hgi-duotone.hgi-conference:after {
    content: "䇰"
}

.hgi-duotone.hgi-conference:before {
    content: "䇱"
}

.hgi-duotone.hgi-configuration-01:after {
    content: "䇲"
}

.hgi-duotone.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-duotone.hgi-configuration-02:after {
    content: "䇴"
}

.hgi-duotone.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-duotone.hgi-confused:after {
    content: "䇶"
}

.hgi-duotone.hgi-confused:before {
    content: "䇷"
}

.hgi-duotone.hgi-congruent-to-circle:after {
    content: "䇸"
}

.hgi-duotone.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-duotone.hgi-congruent-to:after {
    content: "䇺"
}

.hgi-duotone.hgi-congruent-to-square:after {
    content: "䇻"
}

.hgi-duotone.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-duotone.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-duotone.hgi-connect:after {
    content: "䇾"
}

.hgi-duotone.hgi-connect:before {
    content: "䇿"
}

.hgi-duotone.hgi-console:after {
    content: "䈀"
}

.hgi-duotone.hgi-console:before {
    content: "䈁"
}

.hgi-duotone.hgi-constellation:after {
    content: "䈂"
}

.hgi-duotone.hgi-constellation:before {
    content: "䈃"
}

.hgi-duotone.hgi-contact-01:after {
    content: "䈄"
}

.hgi-duotone.hgi-contact-01:before {
    content: "䈅"
}

.hgi-duotone.hgi-contact-02:after {
    content: "䈆"
}

.hgi-duotone.hgi-contact-02:before {
    content: "䈇"
}

.hgi-duotone.hgi-contact-book:after {
    content: "䈈"
}

.hgi-duotone.hgi-contact-book:before {
    content: "䈉"
}

.hgi-duotone.hgi-contact:after {
    content: "䈊"
}

.hgi-duotone.hgi-contact:before {
    content: "䈋"
}

.hgi-duotone.hgi-container-truck-01:after {
    content: "䈌"
}

.hgi-duotone.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-duotone.hgi-container-truck-02:after {
    content: "䈎"
}

.hgi-duotone.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-duotone.hgi-container-truck:after {
    content: "䈐"
}

.hgi-duotone.hgi-container-truck:before {
    content: "䈑"
}

.hgi-duotone.hgi-contracts:after {
    content: "䈒"
}

.hgi-duotone.hgi-contracts:before {
    content: "䈓"
}

.hgi-duotone.hgi-conversation:after {
    content: "䈔"
}

.hgi-duotone.hgi-conversation:before {
    content: "䈕"
}

.hgi-duotone.hgi-cook-book:after {
    content: "䈖"
}

.hgi-duotone.hgi-cook-book:before {
    content: "䈗"
}

.hgi-duotone.hgi-cookie:after {
    content: "䈘"
}

.hgi-duotone.hgi-cookie:before {
    content: "䈙"
}

.hgi-duotone.hgi-coordinate-01:after {
    content: "䈚"
}

.hgi-duotone.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-duotone.hgi-coordinate-02:after {
    content: "䈜"
}

.hgi-duotone.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-duotone.hgi-copilot:after {
    content: "䈞"
}

.hgi-duotone.hgi-copilot:before {
    content: "䈟"
}

.hgi-duotone.hgi-copy-01:after {
    content: "䈠"
}

.hgi-duotone.hgi-copy-01:before {
    content: "䈡"
}

.hgi-duotone.hgi-copy-02:after {
    content: "䈢"
}

.hgi-duotone.hgi-copy-02:before {
    content: "䈣"
}

.hgi-duotone.hgi-copy-link:after {
    content: "䈤"
}

.hgi-duotone.hgi-copy-link:before {
    content: "䈥"
}

.hgi-duotone.hgi-copyright:after {
    content: "䈦"
}

.hgi-duotone.hgi-copyright:before {
    content: "䈧"
}

.hgi-duotone.hgi-corn:after {
    content: "䈨"
}

.hgi-duotone.hgi-corn:before {
    content: "䈩"
}

.hgi-duotone.hgi-corporate:after {
    content: "䈪"
}

.hgi-duotone.hgi-corporate:before {
    content: "䈫"
}

.hgi-duotone.hgi-cos:after {
    content: "䈬"
}

.hgi-duotone.hgi-cos:before {
    content: "䈭"
}

.hgi-duotone.hgi-cosine-01:after {
    content: "䈮"
}

.hgi-duotone.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-duotone.hgi-cosine-02:after {
    content: "䈰"
}

.hgi-duotone.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-duotone.hgi-cottage:after {
    content: "䈲"
}

.hgi-duotone.hgi-cottage:before {
    content: "䈳"
}

.hgi-duotone.hgi-cotton-candy:after {
    content: "䈴"
}

.hgi-duotone.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-duotone.hgi-coupon-01:after {
    content: "䈶"
}

.hgi-duotone.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-duotone.hgi-coupon-02:after {
    content: "䈸"
}

.hgi-duotone.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-duotone.hgi-coupon-03:after {
    content: "䈺"
}

.hgi-duotone.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-duotone.hgi-coupon-percent:after {
    content: "䈼"
}

.hgi-duotone.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-duotone.hgi-course:after {
    content: "䈾"
}

.hgi-duotone.hgi-course:before {
    content: "䈿"
}

.hgi-duotone.hgi-court-house:after {
    content: "䉀"
}

.hgi-duotone.hgi-court-house:before {
    content: "䉁"
}

.hgi-duotone.hgi-court-law:after {
    content: "䉂"
}

.hgi-duotone.hgi-court-law:before {
    content: "䉃"
}

.hgi-duotone.hgi-covariate:after {
    content: "䉄"
}

.hgi-duotone.hgi-covariate:before {
    content: "䉅"
}

.hgi-duotone.hgi-covid-info:after {
    content: "䉆"
}

.hgi-duotone.hgi-covid-info:before {
    content: "䉇"
}

.hgi-duotone.hgi-cowboy-hat:after {
    content: "䉈"
}

.hgi-duotone.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-duotone.hgi-cplusplus:after {
    content: "䉊"
}

.hgi-duotone.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-duotone.hgi-cpu-charge:after {
    content: "䉌"
}

.hgi-duotone.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-duotone.hgi-cpu:after {
    content: "䉎"
}

.hgi-duotone.hgi-cpu-settings:after {
    content: "䉏"
}

.hgi-duotone.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-duotone.hgi-cpu:before {
    content: "䉑"
}

.hgi-duotone.hgi-crab:after {
    content: "䉒"
}

.hgi-duotone.hgi-crab:before {
    content: "䉓"
}

.hgi-duotone.hgi-crane:after {
    content: "䉔"
}

.hgi-duotone.hgi-crane:before {
    content: "䉕"
}

.hgi-duotone.hgi-crazy:after {
    content: "䉖"
}

.hgi-duotone.hgi-crazy:before {
    content: "䉗"
}

.hgi-duotone.hgi-creative-market:after {
    content: "䉘"
}

.hgi-duotone.hgi-creative-market:before {
    content: "䉙"
}

.hgi-duotone.hgi-credit-card-accept:after {
    content: "䉚"
}

.hgi-duotone.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-duotone.hgi-credit-card-add:after {
    content: "䉜"
}

.hgi-duotone.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-duotone.hgi-credit-card-change:after {
    content: "䉞"
}

.hgi-duotone.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-duotone.hgi-credit-card-defrost:after {
    content: "䉠"
}

.hgi-duotone.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-duotone.hgi-credit-card-freeze:after {
    content: "䉢"
}

.hgi-duotone.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-duotone.hgi-credit-card-not-accept:after {
    content: "䉤"
}

.hgi-duotone.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-duotone.hgi-credit-card-not-found:after {
    content: "䉦"
}

.hgi-duotone.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-duotone.hgi-credit-card-pos:after {
    content: "䉨"
}

.hgi-duotone.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-duotone.hgi-credit-card:after {
    content: "䉪"
}

.hgi-duotone.hgi-credit-card-validation:after {
    content: "䉫"
}

.hgi-duotone.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-duotone.hgi-credit-card:before {
    content: "䉭"
}

.hgi-duotone.hgi-cricket-bat:after {
    content: "䉮"
}

.hgi-duotone.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-duotone.hgi-cricket-helmet:after {
    content: "䉰"
}

.hgi-duotone.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-duotone.hgi-croissant:after {
    content: "䉲"
}

.hgi-duotone.hgi-croissant:before {
    content: "䉳"
}

.hgi-duotone.hgi-crop:after {
    content: "䉴"
}

.hgi-duotone.hgi-crop:before {
    content: "䉵"
}

.hgi-duotone.hgi-crowdfunding:after {
    content: "䉶"
}

.hgi-duotone.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-duotone.hgi-crown:after {
    content: "䉸"
}

.hgi-duotone.hgi-crown:before {
    content: "䉹"
}

.hgi-duotone.hgi-crying:after {
    content: "䉺"
}

.hgi-duotone.hgi-crying:before {
    content: "䉻"
}

.hgi-duotone.hgi-csv-01:after {
    content: "䉼"
}

.hgi-duotone.hgi-csv-01:before {
    content: "䉽"
}

.hgi-duotone.hgi-csv-02:after {
    content: "䉾"
}

.hgi-duotone.hgi-csv-02:before {
    content: "䉿"
}

.hgi-duotone.hgi-cube:after {
    content: "䊀"
}

.hgi-duotone.hgi-cube:before {
    content: "䊁"
}

.hgi-duotone.hgi-cupcake-01:after {
    content: "䊂"
}

.hgi-duotone.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-duotone.hgi-cupcake-02:after {
    content: "䊄"
}

.hgi-duotone.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-duotone.hgi-cupcake-03:after {
    content: "䊆"
}

.hgi-duotone.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-duotone.hgi-curling:after {
    content: "䊈"
}

.hgi-duotone.hgi-curling:before {
    content: "䊉"
}

.hgi-duotone.hgi-cursor-01:after {
    content: "䊊"
}

.hgi-duotone.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-duotone.hgi-cursor-02:after {
    content: "䊌"
}

.hgi-duotone.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-duotone.hgi-cursor-add-selection-01:after {
    content: "䊎"
}

.hgi-duotone.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-duotone.hgi-cursor-add-selection-02:after {
    content: "䊐"
}

.hgi-duotone.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-duotone.hgi-cursor-circle-selection-01:after {
    content: "䊒"
}

.hgi-duotone.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-duotone.hgi-cursor-circle-selection-02:after {
    content: "䊔"
}

.hgi-duotone.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-duotone.hgi-cursor-disabled-01:after {
    content: "䊖"
}

.hgi-duotone.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-duotone.hgi-cursor-disabled-02:after {
    content: "䊘"
}

.hgi-duotone.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-duotone.hgi-cursor-edit-01:after {
    content: "䊚"
}

.hgi-duotone.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-duotone.hgi-cursor-edit-02:after {
    content: "䊜"
}

.hgi-duotone.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-duotone.hgi-cursor-hold-01:after {
    content: "䊞"
}

.hgi-duotone.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-duotone.hgi-cursor-hold-02:after {
    content: "䊠"
}

.hgi-duotone.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-duotone.hgi-cursor-in-window:after {
    content: "䊢"
}

.hgi-duotone.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-duotone.hgi-cursor-info-01:after {
    content: "䊤"
}

.hgi-duotone.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-duotone.hgi-cursor-info-02:after {
    content: "䊦"
}

.hgi-duotone.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-duotone.hgi-cursor-loading-01:after {
    content: "䊨"
}

.hgi-duotone.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-duotone.hgi-cursor-loading-02:after {
    content: "䊪"
}

.hgi-duotone.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-duotone.hgi-cursor-magic-selection-01:after {
    content: "䊬"
}

.hgi-duotone.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-duotone.hgi-cursor-magic-selection-02:after {
    content: "䊮"
}

.hgi-duotone.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-duotone.hgi-cursor-move-01:after {
    content: "䊰"
}

.hgi-duotone.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-duotone.hgi-cursor-move-02:after {
    content: "䊲"
}

.hgi-duotone.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-duotone.hgi-cursor-pointer-01:after {
    content: "䊴"
}

.hgi-duotone.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-duotone.hgi-cursor-pointer-02:after {
    content: "䊶"
}

.hgi-duotone.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-duotone.hgi-cursor-progress-01:after {
    content: "䊸"
}

.hgi-duotone.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-duotone.hgi-cursor-progress-02:after {
    content: "䊺"
}

.hgi-duotone.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-duotone.hgi-cursor-progress-03:after {
    content: "䊼"
}

.hgi-duotone.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-duotone.hgi-cursor-progress-04:after {
    content: "䊾"
}

.hgi-duotone.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-duotone.hgi-cursor-rectangle-selection-01:after {
    content: "䋀"
}

.hgi-duotone.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-duotone.hgi-cursor-rectangle-selection-02:after {
    content: "䋂"
}

.hgi-duotone.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-duotone.hgi-cursor-remove-selection-01:after {
    content: "䋄"
}

.hgi-duotone.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-duotone.hgi-cursor-remove-selection-02:after {
    content: "䋆"
}

.hgi-duotone.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-duotone.hgi-cursor-text:after {
    content: "䋈"
}

.hgi-duotone.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-duotone.hgi-curtains:after {
    content: "䋊"
}

.hgi-duotone.hgi-curtains:before {
    content: "䋋"
}

.hgi-duotone.hgi-curvy-left-direction:after {
    content: "䋌"
}

.hgi-duotone.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-duotone.hgi-curvy-left-right-direction:after {
    content: "䋎"
}

.hgi-duotone.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-duotone.hgi-curvy-right-direction:after {
    content: "䋐"
}

.hgi-duotone.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-duotone.hgi-curvy-up-down-direction:after {
    content: "䋒"
}

.hgi-duotone.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-duotone.hgi-customer-service-01:after {
    content: "䋔"
}

.hgi-duotone.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-duotone.hgi-customer-service-02:after {
    content: "䋖"
}

.hgi-duotone.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-duotone.hgi-customer-service:after {
    content: "䋘"
}

.hgi-duotone.hgi-customer-service:before {
    content: "䋙"
}

.hgi-duotone.hgi-customer-support:after {
    content: "䋚"
}

.hgi-duotone.hgi-customer-support:before {
    content: "䋛"
}

.hgi-duotone.hgi-customize:after {
    content: "䋜"
}

.hgi-duotone.hgi-customize:before {
    content: "䋝"
}

.hgi-duotone.hgi-cylinder-01:after {
    content: "䋞"
}

.hgi-duotone.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-duotone.hgi-cylinder-02:after {
    content: "䋠"
}

.hgi-duotone.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-duotone.hgi-cylinder-03:after {
    content: "䋢"
}

.hgi-duotone.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-duotone.hgi-cylinder-04:after {
    content: "䋤"
}

.hgi-duotone.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-duotone.hgi-danger:after {
    content: "䋦"
}

.hgi-duotone.hgi-danger:before {
    content: "䋧"
}

.hgi-duotone.hgi-dark-mode:after {
    content: "䋨"
}

.hgi-duotone.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-duotone.hgi-dart:after {
    content: "䋪"
}

.hgi-duotone.hgi-dart:before {
    content: "䋫"
}

.hgi-duotone.hgi-dashboard-browsing:after {
    content: "䋬"
}

.hgi-duotone.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-duotone.hgi-dashboard-circle-add:after {
    content: "䋮"
}

.hgi-duotone.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-duotone.hgi-dashboard-circle-edit:after {
    content: "䋰"
}

.hgi-duotone.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-duotone.hgi-dashboard-circle-remove:after {
    content: "䋲"
}

.hgi-duotone.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-duotone.hgi-dashboard-circle:after {
    content: "䋴"
}

.hgi-duotone.hgi-dashboard-circle-settings:after {
    content: "䋵"
}

.hgi-duotone.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-duotone.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-duotone.hgi-dashboard-speed-01:after {
    content: "䋸"
}

.hgi-duotone.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-duotone.hgi-dashboard-speed-02:after {
    content: "䋺"
}

.hgi-duotone.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-duotone.hgi-dashboard-square-01:after {
    content: "䋼"
}

.hgi-duotone.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-duotone.hgi-dashboard-square-02:after {
    content: "䋾"
}

.hgi-duotone.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-duotone.hgi-dashboard-square-03:after {
    content: "䌀"
}

.hgi-duotone.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-duotone.hgi-dashboard-square-add:after {
    content: "䌂"
}

.hgi-duotone.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-duotone.hgi-dashboard-square-edit:after {
    content: "䌄"
}

.hgi-duotone.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-duotone.hgi-dashboard-square-remove:after {
    content: "䌆"
}

.hgi-duotone.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-duotone.hgi-dashboard-square-setting:after {
    content: "䌈"
}

.hgi-duotone.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-duotone.hgi-dashed-line-01:after {
    content: "䌊"
}

.hgi-duotone.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-duotone.hgi-dashed-line-02:after {
    content: "䌌"
}

.hgi-duotone.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-duotone.hgi-data-recovery:after {
    content: "䌎"
}

.hgi-duotone.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-duotone.hgi-database-01:after {
    content: "䌐"
}

.hgi-duotone.hgi-database-01:before {
    content: "䌑"
}

.hgi-duotone.hgi-database-02:after {
    content: "䌒"
}

.hgi-duotone.hgi-database-02:before {
    content: "䌓"
}

.hgi-duotone.hgi-database-add:after {
    content: "䌔"
}

.hgi-duotone.hgi-database-add:before {
    content: "䌕"
}

.hgi-duotone.hgi-database-export:after {
    content: "䌖"
}

.hgi-duotone.hgi-database-export:before {
    content: "䌗"
}

.hgi-duotone.hgi-database-import:after {
    content: "䌘"
}

.hgi-duotone.hgi-database-import:before {
    content: "䌙"
}

.hgi-duotone.hgi-database-locked:after {
    content: "䌚"
}

.hgi-duotone.hgi-database-locked:before {
    content: "䌛"
}

.hgi-duotone.hgi-database-restore:after {
    content: "䌜"
}

.hgi-duotone.hgi-database-restore:before {
    content: "䌝"
}

.hgi-duotone.hgi-database:after {
    content: "䌞"
}

.hgi-duotone.hgi-database-setting:after {
    content: "䌟"
}

.hgi-duotone.hgi-database-setting:before {
    content: "䌠"
}

.hgi-duotone.hgi-database-sync-01:after {
    content: "䌡"
}

.hgi-duotone.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-duotone.hgi-database-sync:after {
    content: "䌣"
}

.hgi-duotone.hgi-database-sync:before {
    content: "䌤"
}

.hgi-duotone.hgi-database:before {
    content: "䌥"
}

.hgi-duotone.hgi-dates:after {
    content: "䌦"
}

.hgi-duotone.hgi-dates:before {
    content: "䌧"
}

.hgi-duotone.hgi-dead:after {
    content: "䌨"
}

.hgi-duotone.hgi-dead:before {
    content: "䌩"
}

.hgi-duotone.hgi-delete-01:after {
    content: "䌪"
}

.hgi-duotone.hgi-delete-01:before {
    content: "䌫"
}

.hgi-duotone.hgi-delete-02:after {
    content: "䌬"
}

.hgi-duotone.hgi-delete-02:before {
    content: "䌭"
}

.hgi-duotone.hgi-delete-03:after {
    content: "䌮"
}

.hgi-duotone.hgi-delete-03:before {
    content: "䌯"
}

.hgi-duotone.hgi-delete-04:after {
    content: "䌰"
}

.hgi-duotone.hgi-delete-04:before {
    content: "䌱"
}

.hgi-duotone.hgi-delete-column:after {
    content: "䌲"
}

.hgi-duotone.hgi-delete-column:before {
    content: "䌳"
}

.hgi-duotone.hgi-delete-put-back:after {
    content: "䌴"
}

.hgi-duotone.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-duotone.hgi-delete-row:after {
    content: "䌶"
}

.hgi-duotone.hgi-delete-row:before {
    content: "䌷"
}

.hgi-duotone.hgi-delete-throw:after {
    content: "䌸"
}

.hgi-duotone.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-duotone.hgi-delivered-sent:after {
    content: "䌺"
}

.hgi-duotone.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-duotone.hgi-delivery-box-01:after {
    content: "䌼"
}

.hgi-duotone.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-duotone.hgi-delivery-box-02:after {
    content: "䌾"
}

.hgi-duotone.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-duotone.hgi-delivery-delay-01:after {
    content: "䍀"
}

.hgi-duotone.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-duotone.hgi-delivery-delay-02:after {
    content: "䍂"
}

.hgi-duotone.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-duotone.hgi-delivery-return-01:after {
    content: "䍄"
}

.hgi-duotone.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-duotone.hgi-delivery-return-02:after {
    content: "䍆"
}

.hgi-duotone.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-duotone.hgi-delivery-secure-01:after {
    content: "䍈"
}

.hgi-duotone.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-duotone.hgi-delivery-secure-02:after {
    content: "䍊"
}

.hgi-duotone.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-duotone.hgi-delivery-sent-01:after {
    content: "䍌"
}

.hgi-duotone.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-duotone.hgi-delivery-sent-02:after {
    content: "䍎"
}

.hgi-duotone.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-duotone.hgi-delivery-tracking-01:after {
    content: "䍐"
}

.hgi-duotone.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-duotone.hgi-delivery-tracking-02:after {
    content: "䍒"
}

.hgi-duotone.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-duotone.hgi-delivery-truck-01:after {
    content: "䍔"
}

.hgi-duotone.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-duotone.hgi-delivery-truck-02:after {
    content: "䍖"
}

.hgi-duotone.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-duotone.hgi-delivery-view-01:after {
    content: "䍘"
}

.hgi-duotone.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-duotone.hgi-delivery-view-02:after {
    content: "䍚"
}

.hgi-duotone.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-duotone.hgi-dental-braces:after {
    content: "䍜"
}

.hgi-duotone.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-duotone.hgi-dental-broken-tooth:after {
    content: "䍞"
}

.hgi-duotone.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-duotone.hgi-dental-care:after {
    content: "䍠"
}

.hgi-duotone.hgi-dental-care:before {
    content: "䍡"
}

.hgi-duotone.hgi-dental-tooth:after {
    content: "䍢"
}

.hgi-duotone.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-duotone.hgi-departement:after {
    content: "䍤"
}

.hgi-duotone.hgi-departement:before {
    content: "䍥"
}

.hgi-duotone.hgi-desert:after {
    content: "䍦"
}

.hgi-duotone.hgi-desert:before {
    content: "䍧"
}

.hgi-duotone.hgi-desk-01:after {
    content: "䍨"
}

.hgi-duotone.hgi-desk-01:before {
    content: "䍩"
}

.hgi-duotone.hgi-desk-02:after {
    content: "䍪"
}

.hgi-duotone.hgi-desk-02:before {
    content: "䍫"
}

.hgi-duotone.hgi-desk:after {
    content: "䍬"
}

.hgi-duotone.hgi-desk:before {
    content: "䍭"
}

.hgi-duotone.hgi-developer:after {
    content: "䍮"
}

.hgi-duotone.hgi-developer:before {
    content: "䍯"
}

.hgi-duotone.hgi-deviantart:after {
    content: "䍰"
}

.hgi-duotone.hgi-deviantart:before {
    content: "䍱"
}

.hgi-duotone.hgi-device-access:after {
    content: "䍲"
}

.hgi-duotone.hgi-device-access:before {
    content: "䍳"
}

.hgi-duotone.hgi-diagonal-scroll-point-01:after {
    content: "䍴"
}

.hgi-duotone.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-duotone.hgi-diagonal-scroll-point-02:after {
    content: "䍶"
}

.hgi-duotone.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-duotone.hgi-dialpad-circle-01:after {
    content: "䍸"
}

.hgi-duotone.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-duotone.hgi-dialpad-circle-02:after {
    content: "䍺"
}

.hgi-duotone.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-duotone.hgi-dialpad-square-01:after {
    content: "䍼"
}

.hgi-duotone.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-duotone.hgi-dialpad-square-02:after {
    content: "䍾"
}

.hgi-duotone.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-duotone.hgi-diameter:after {
    content: "䎀"
}

.hgi-duotone.hgi-diameter:before {
    content: "䎁"
}

.hgi-duotone.hgi-diamond-01:after {
    content: "䎂"
}

.hgi-duotone.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-duotone.hgi-diamond-02:after {
    content: "䎄"
}

.hgi-duotone.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-duotone.hgi-diamond:after {
    content: "䎆"
}

.hgi-duotone.hgi-diamond:before {
    content: "䎇"
}

.hgi-duotone.hgi-diaper:after {
    content: "䎈"
}

.hgi-duotone.hgi-diaper:before {
    content: "䎉"
}

.hgi-duotone.hgi-dice-faces-01:after {
    content: "䎊"
}

.hgi-duotone.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-duotone.hgi-dice-faces-02:after {
    content: "䎌"
}

.hgi-duotone.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-duotone.hgi-dice-faces-03:after {
    content: "䎎"
}

.hgi-duotone.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-duotone.hgi-dice-faces-04:after {
    content: "䎐"
}

.hgi-duotone.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-duotone.hgi-dice-faces-05:after {
    content: "䎒"
}

.hgi-duotone.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-duotone.hgi-dice-faces-06:after {
    content: "䎔"
}

.hgi-duotone.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-duotone.hgi-dice:after {
    content: "䎖"
}

.hgi-duotone.hgi-dice:before {
    content: "䎗"
}

.hgi-duotone.hgi-digestion:after {
    content: "䎘"
}

.hgi-duotone.hgi-digestion:before {
    content: "䎙"
}

.hgi-duotone.hgi-digg:after {
    content: "䎚"
}

.hgi-duotone.hgi-digg:before {
    content: "䎛"
}

.hgi-duotone.hgi-digital-clock:after {
    content: "䎜"
}

.hgi-duotone.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-duotone.hgi-dim-sum-01:after {
    content: "䎞"
}

.hgi-duotone.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-duotone.hgi-dim-sum-02:after {
    content: "䎠"
}

.hgi-duotone.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-duotone.hgi-dining-table:after {
    content: "䎢"
}

.hgi-duotone.hgi-dining-table:before {
    content: "䎣"
}

.hgi-duotone.hgi-diploma:after {
    content: "䎤"
}

.hgi-duotone.hgi-diploma:before {
    content: "䎥"
}

.hgi-duotone.hgi-direction-left-01:after {
    content: "䎦"
}

.hgi-duotone.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-duotone.hgi-direction-left-02:after {
    content: "䎨"
}

.hgi-duotone.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-duotone.hgi-direction-right-01:after {
    content: "䎪"
}

.hgi-duotone.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-duotone.hgi-direction-right-02:after {
    content: "䎬"
}

.hgi-duotone.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-duotone.hgi-directions-01:after {
    content: "䎮"
}

.hgi-duotone.hgi-directions-01:before {
    content: "䎯"
}

.hgi-duotone.hgi-directions-02:after {
    content: "䎰"
}

.hgi-duotone.hgi-directions-02:before {
    content: "䎱"
}

.hgi-duotone.hgi-dirham:after {
    content: "䎲"
}

.hgi-duotone.hgi-dirham:before {
    content: "䎳"
}

.hgi-duotone.hgi-disability-01:after {
    content: "䎴"
}

.hgi-duotone.hgi-disability-01:before {
    content: "䎵"
}

.hgi-duotone.hgi-disability-02:after {
    content: "䎶"
}

.hgi-duotone.hgi-disability-02:before {
    content: "䎷"
}

.hgi-duotone.hgi-discord:after {
    content: "䎸"
}

.hgi-duotone.hgi-discord:before {
    content: "䎹"
}

.hgi-duotone.hgi-discount-01:after {
    content: "䎺"
}

.hgi-duotone.hgi-discount-01:before {
    content: "䎻"
}

.hgi-duotone.hgi-discount:after {
    content: "䎼"
}

.hgi-duotone.hgi-discount-tag-01:after {
    content: "䎽"
}

.hgi-duotone.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-duotone.hgi-discount-tag-02:after {
    content: "䎿"
}

.hgi-duotone.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-duotone.hgi-discount:before {
    content: "䏁"
}

.hgi-duotone.hgi-discover-circle:after {
    content: "䏂"
}

.hgi-duotone.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-duotone.hgi-discover-square:after {
    content: "䏄"
}

.hgi-duotone.hgi-discover-square:before {
    content: "䏅"
}

.hgi-duotone.hgi-dish-01:after {
    content: "䏆"
}

.hgi-duotone.hgi-dish-01:before {
    content: "䏇"
}

.hgi-duotone.hgi-dish-02:after {
    content: "䏈"
}

.hgi-duotone.hgi-dish-02:before {
    content: "䏉"
}

.hgi-duotone.hgi-dish-washer:after {
    content: "䏊"
}

.hgi-duotone.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-duotone.hgi-displeased:after {
    content: "䏌"
}

.hgi-duotone.hgi-displeased:before {
    content: "䏍"
}

.hgi-duotone.hgi-distribute-horizontal-center:after {
    content: "䏎"
}

.hgi-duotone.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-duotone.hgi-distribute-horizontal-left:after {
    content: "䏐"
}

.hgi-duotone.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-duotone.hgi-distribute-horizontal-right:after {
    content: "䏒"
}

.hgi-duotone.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-duotone.hgi-distribute-vertical-bottom:after {
    content: "䏔"
}

.hgi-duotone.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-duotone.hgi-distribute-vertical-center:after {
    content: "䏖"
}

.hgi-duotone.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-duotone.hgi-distribute-vertical-top:after {
    content: "䏘"
}

.hgi-duotone.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-duotone.hgi-distribution:after {
    content: "䏚"
}

.hgi-duotone.hgi-distribution:before {
    content: "䏛"
}

.hgi-duotone.hgi-divide-sign-circle:after {
    content: "䏜"
}

.hgi-duotone.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-duotone.hgi-divide-sign:after {
    content: "䏞"
}

.hgi-duotone.hgi-divide-sign-square:after {
    content: "䏟"
}

.hgi-duotone.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-duotone.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-duotone.hgi-dna-01:after {
    content: "䏢"
}

.hgi-duotone.hgi-dna-01:before {
    content: "䏣"
}

.hgi-duotone.hgi-dna:after {
    content: "䏤"
}

.hgi-duotone.hgi-dna:before {
    content: "䏥"
}

.hgi-duotone.hgi-do-not-touch-01:after {
    content: "䏦"
}

.hgi-duotone.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-duotone.hgi-do-not-touch-02:after {
    content: "䏨"
}

.hgi-duotone.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-duotone.hgi-doc-01:after {
    content: "䏪"
}

.hgi-duotone.hgi-doc-01:before {
    content: "䏫"
}

.hgi-duotone.hgi-doc-02:after {
    content: "䏬"
}

.hgi-duotone.hgi-doc-02:before {
    content: "䏭"
}

.hgi-duotone.hgi-doctor-01:after {
    content: "䏮"
}

.hgi-duotone.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-duotone.hgi-doctor-02:after {
    content: "䏰"
}

.hgi-duotone.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-duotone.hgi-doctor-03:after {
    content: "䏲"
}

.hgi-duotone.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-duotone.hgi-document-attachment:after {
    content: "䏴"
}

.hgi-duotone.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-duotone.hgi-document-code:after {
    content: "䏶"
}

.hgi-duotone.hgi-document-code:before {
    content: "䏷"
}

.hgi-duotone.hgi-document-validation:after {
    content: "䏸"
}

.hgi-duotone.hgi-document-validation:before {
    content: "䏹"
}

.hgi-duotone.hgi-dollar-01:after {
    content: "䏺"
}

.hgi-duotone.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-duotone.hgi-dollar-02:after {
    content: "䏼"
}

.hgi-duotone.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-duotone.hgi-dollar-circle:after {
    content: "䏾"
}

.hgi-duotone.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-duotone.hgi-dollar-receive-01:after {
    content: "䐀"
}

.hgi-duotone.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-duotone.hgi-dollar-receive-02:after {
    content: "䐂"
}

.hgi-duotone.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-duotone.hgi-dollar-send-01:after {
    content: "䐄"
}

.hgi-duotone.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-duotone.hgi-dollar-send-02:after {
    content: "䐆"
}

.hgi-duotone.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-duotone.hgi-dollar-square:after {
    content: "䐈"
}

.hgi-duotone.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-duotone.hgi-dome:after {
    content: "䐊"
}

.hgi-duotone.hgi-dome:before {
    content: "䐋"
}

.hgi-duotone.hgi-domino:after {
    content: "䐌"
}

.hgi-duotone.hgi-domino:before {
    content: "䐍"
}

.hgi-duotone.hgi-door-01:after {
    content: "䐎"
}

.hgi-duotone.hgi-door-01:before {
    content: "䐏"
}

.hgi-duotone.hgi-door-02:after {
    content: "䐐"
}

.hgi-duotone.hgi-door-02:before {
    content: "䐑"
}

.hgi-duotone.hgi-door-lock:after {
    content: "䐒"
}

.hgi-duotone.hgi-door-lock:before {
    content: "䐓"
}

.hgi-duotone.hgi-door:after {
    content: "䐔"
}

.hgi-duotone.hgi-door:before {
    content: "䐕"
}

.hgi-duotone.hgi-doughnut:after {
    content: "䐖"
}

.hgi-duotone.hgi-doughnut:before {
    content: "䐗"
}

.hgi-duotone.hgi-download-01:after {
    content: "䐘"
}

.hgi-duotone.hgi-download-01:before {
    content: "䐙"
}

.hgi-duotone.hgi-download-02:after {
    content: "䐚"
}

.hgi-duotone.hgi-download-02:before {
    content: "䐛"
}

.hgi-duotone.hgi-download-03:after {
    content: "䐜"
}

.hgi-duotone.hgi-download-03:before {
    content: "䐝"
}

.hgi-duotone.hgi-download-04:after {
    content: "䐞"
}

.hgi-duotone.hgi-download-04:before {
    content: "䐟"
}

.hgi-duotone.hgi-download-05:after {
    content: "䐠"
}

.hgi-duotone.hgi-download-05:before {
    content: "䐡"
}

.hgi-duotone.hgi-download-circle-01:after {
    content: "䐢"
}

.hgi-duotone.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-duotone.hgi-download-circle-02:after {
    content: "䐤"
}

.hgi-duotone.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-duotone.hgi-download-square-01:after {
    content: "䐦"
}

.hgi-duotone.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-duotone.hgi-download-square-02:after {
    content: "䐨"
}

.hgi-duotone.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-duotone.hgi-drag-01:after {
    content: "䐪"
}

.hgi-duotone.hgi-drag-01:before {
    content: "䐫"
}

.hgi-duotone.hgi-drag-02:after {
    content: "䐬"
}

.hgi-duotone.hgi-drag-02:before {
    content: "䐭"
}

.hgi-duotone.hgi-drag-03:after {
    content: "䐮"
}

.hgi-duotone.hgi-drag-03:before {
    content: "䐯"
}

.hgi-duotone.hgi-drag-04:after {
    content: "䐰"
}

.hgi-duotone.hgi-drag-04:before {
    content: "䐱"
}

.hgi-duotone.hgi-drag-drop-horizontal:after {
    content: "䐲"
}

.hgi-duotone.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-duotone.hgi-drag-drop:after {
    content: "䐴"
}

.hgi-duotone.hgi-drag-drop-vertical:after {
    content: "䐵"
}

.hgi-duotone.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-duotone.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-duotone.hgi-drag-left-01:after {
    content: "䐸"
}

.hgi-duotone.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-duotone.hgi-drag-left-02:after {
    content: "䐺"
}

.hgi-duotone.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-duotone.hgi-drag-left-03:after {
    content: "䐼"
}

.hgi-duotone.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-duotone.hgi-drag-left-04:after {
    content: "䐾"
}

.hgi-duotone.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-duotone.hgi-drag-right-01:after {
    content: "䑀"
}

.hgi-duotone.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-duotone.hgi-drag-right-02:after {
    content: "䑂"
}

.hgi-duotone.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-duotone.hgi-drag-right-03:after {
    content: "䑄"
}

.hgi-duotone.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-duotone.hgi-drag-right-04:after {
    content: "䑆"
}

.hgi-duotone.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-duotone.hgi-drawing-compass:after {
    content: "䑈"
}

.hgi-duotone.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-duotone.hgi-drawing-mode:after {
    content: "䑊"
}

.hgi-duotone.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-duotone.hgi-dress-01:after {
    content: "䑌"
}

.hgi-duotone.hgi-dress-01:before {
    content: "䑍"
}

.hgi-duotone.hgi-dress-02:after {
    content: "䑎"
}

.hgi-duotone.hgi-dress-02:before {
    content: "䑏"
}

.hgi-duotone.hgi-dress-03:after {
    content: "䑐"
}

.hgi-duotone.hgi-dress-03:before {
    content: "䑑"
}

.hgi-duotone.hgi-dress-04:after {
    content: "䑒"
}

.hgi-duotone.hgi-dress-04:before {
    content: "䑓"
}

.hgi-duotone.hgi-dress-05:after {
    content: "䑔"
}

.hgi-duotone.hgi-dress-05:before {
    content: "䑕"
}

.hgi-duotone.hgi-dress-06:after {
    content: "䑖"
}

.hgi-duotone.hgi-dress-06:before {
    content: "䑗"
}

.hgi-duotone.hgi-dress-07:after {
    content: "䑘"
}

.hgi-duotone.hgi-dress-07:before {
    content: "䑙"
}

.hgi-duotone.hgi-dressing-table-01:after {
    content: "䑚"
}

.hgi-duotone.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-duotone.hgi-dressing-table-02:after {
    content: "䑜"
}

.hgi-duotone.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-duotone.hgi-dressing-table-03:after {
    content: "䑞"
}

.hgi-duotone.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-duotone.hgi-dribbble:after {
    content: "䑠"
}

.hgi-duotone.hgi-dribbble:before {
    content: "䑡"
}

.hgi-duotone.hgi-drink:after {
    content: "䑢"
}

.hgi-duotone.hgi-drink:before {
    content: "䑣"
}

.hgi-duotone.hgi-drone:after {
    content: "䑤"
}

.hgi-duotone.hgi-drone:before {
    content: "䑥"
}

.hgi-duotone.hgi-drooling:after {
    content: "䑦"
}

.hgi-duotone.hgi-drooling:before {
    content: "䑧"
}

.hgi-duotone.hgi-dropbox:after {
    content: "䑨"
}

.hgi-duotone.hgi-dropbox:before {
    content: "䑩"
}

.hgi-duotone.hgi-droplet:after {
    content: "䑪"
}

.hgi-duotone.hgi-droplet:before {
    content: "䑫"
}

.hgi-duotone.hgi-dropper:after {
    content: "䑬"
}

.hgi-duotone.hgi-dropper:before {
    content: "䑭"
}

.hgi-duotone.hgi-ds3-tool:after {
    content: "䑮"
}

.hgi-duotone.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-duotone.hgi-dua:after {
    content: "䑰"
}

.hgi-duotone.hgi-dua:before {
    content: "䑱"
}

.hgi-duotone.hgi-dumbbell-01:after {
    content: "䑲"
}

.hgi-duotone.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-duotone.hgi-dumbbell-02:after {
    content: "䑴"
}

.hgi-duotone.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-duotone.hgi-dumbbell-03:after {
    content: "䑶"
}

.hgi-duotone.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-duotone.hgi-ear-rings-01:after {
    content: "䑸"
}

.hgi-duotone.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-duotone.hgi-ear-rings-02:after {
    content: "䑺"
}

.hgi-duotone.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-duotone.hgi-ear-rings-03:after {
    content: "䑼"
}

.hgi-duotone.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-duotone.hgi-ear:after {
    content: "䑾"
}

.hgi-duotone.hgi-ear:before {
    content: "䑿"
}

.hgi-duotone.hgi-earth:after {
    content: "䒀"
}

.hgi-duotone.hgi-earth:before {
    content: "䒁"
}

.hgi-duotone.hgi-ease-curve-control-points:after {
    content: "䒂"
}

.hgi-duotone.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-duotone.hgi-ease-in-control-point:after {
    content: "䒄"
}

.hgi-duotone.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-duotone.hgi-ease-in-out:after {
    content: "䒆"
}

.hgi-duotone.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-duotone.hgi-ease-in:after {
    content: "䒈"
}

.hgi-duotone.hgi-ease-in:before {
    content: "䒉"
}

.hgi-duotone.hgi-ease-out-control-point:after {
    content: "䒊"
}

.hgi-duotone.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-duotone.hgi-ease-out:after {
    content: "䒌"
}

.hgi-duotone.hgi-ease-out:before {
    content: "䒍"
}

.hgi-duotone.hgi-eco-energy:after {
    content: "䒎"
}

.hgi-duotone.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-duotone.hgi-eco-lab-01:after {
    content: "䒐"
}

.hgi-duotone.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-duotone.hgi-eco-lab-02:after {
    content: "䒒"
}

.hgi-duotone.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-duotone.hgi-eco-lab:after {
    content: "䒔"
}

.hgi-duotone.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-duotone.hgi-eco-power:after {
    content: "䒖"
}

.hgi-duotone.hgi-eco-power:before {
    content: "䒗"
}

.hgi-duotone.hgi-edge-style:after {
    content: "䒘"
}

.hgi-duotone.hgi-edge-style:before {
    content: "䒙"
}

.hgi-duotone.hgi-edit-01:after {
    content: "䒚"
}

.hgi-duotone.hgi-edit-01:before {
    content: "䒛"
}

.hgi-duotone.hgi-edit-02:after {
    content: "䒜"
}

.hgi-duotone.hgi-edit-02:before {
    content: "䒝"
}

.hgi-duotone.hgi-edit-off:after {
    content: "䒞"
}

.hgi-duotone.hgi-edit-off:before {
    content: "䒟"
}

.hgi-duotone.hgi-edit-road:after {
    content: "䒠"
}

.hgi-duotone.hgi-edit-road:before {
    content: "䒡"
}

.hgi-duotone.hgi-edit-table:after {
    content: "䒢"
}

.hgi-duotone.hgi-edit-table:before {
    content: "䒣"
}

.hgi-duotone.hgi-edit-user-02:after {
    content: "䒤"
}

.hgi-duotone.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-duotone.hgi-eggs:after {
    content: "䒦"
}

.hgi-duotone.hgi-eggs:before {
    content: "䒧"
}

.hgi-duotone.hgi-eid-mubarak:after {
    content: "䒨"
}

.hgi-duotone.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-duotone.hgi-eiffel-tower:after {
    content: "䒪"
}

.hgi-duotone.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-duotone.hgi-elearning-exchange:after {
    content: "䒬"
}

.hgi-duotone.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-duotone.hgi-electric-home-01:after {
    content: "䒮"
}

.hgi-duotone.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-duotone.hgi-electric-home-02:after {
    content: "䒰"
}

.hgi-duotone.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-duotone.hgi-electric-plugs:after {
    content: "䒲"
}

.hgi-duotone.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-duotone.hgi-electric-tower-01:after {
    content: "䒴"
}

.hgi-duotone.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-duotone.hgi-electric-tower-02:after {
    content: "䒶"
}

.hgi-duotone.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-duotone.hgi-electric-wire:after {
    content: "䒸"
}

.hgi-duotone.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-duotone.hgi-ellipse-selection:after {
    content: "䒺"
}

.hgi-duotone.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-duotone.hgi-encrypt:after {
    content: "䒼"
}

.hgi-duotone.hgi-encrypt:before {
    content: "䒽"
}

.hgi-duotone.hgi-energy-ellipse:after {
    content: "䒾"
}

.hgi-duotone.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-duotone.hgi-energy-rectangle:after {
    content: "䓀"
}

.hgi-duotone.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-duotone.hgi-energy:after {
    content: "䓂"
}

.hgi-duotone.hgi-energy:before {
    content: "䓃"
}

.hgi-duotone.hgi-entering-geo-fence:after {
    content: "䓄"
}

.hgi-duotone.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-duotone.hgi-envato:after {
    content: "䓆"
}

.hgi-duotone.hgi-envato:before {
    content: "䓇"
}

.hgi-duotone.hgi-equal-sign-circle:after {
    content: "䓈"
}

.hgi-duotone.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-duotone.hgi-equal-sign:after {
    content: "䓊"
}

.hgi-duotone.hgi-equal-sign-square:after {
    content: "䓋"
}

.hgi-duotone.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-duotone.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-duotone.hgi-equipment-bench-press:after {
    content: "䓎"
}

.hgi-duotone.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-duotone.hgi-equipment-chest-press:after {
    content: "䓐"
}

.hgi-duotone.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-duotone.hgi-equipment-gym-01:after {
    content: "䓒"
}

.hgi-duotone.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-duotone.hgi-equipment-gym-02:after {
    content: "䓔"
}

.hgi-duotone.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-duotone.hgi-equipment-gym-03:after {
    content: "䓖"
}

.hgi-duotone.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-duotone.hgi-equipment-weightlifting:after {
    content: "䓘"
}

.hgi-duotone.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-duotone.hgi-eraser-01:after {
    content: "䓚"
}

.hgi-duotone.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-duotone.hgi-eraser-add:after {
    content: "䓜"
}

.hgi-duotone.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-duotone.hgi-eraser-auto:after {
    content: "䓞"
}

.hgi-duotone.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-duotone.hgi-eraser:after {
    content: "䓠"
}

.hgi-duotone.hgi-eraser:before {
    content: "䓡"
}

.hgi-duotone.hgi-estimate-01:after {
    content: "䓢"
}

.hgi-duotone.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-duotone.hgi-estimate-02:after {
    content: "䓤"
}

.hgi-duotone.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-duotone.hgi-ethereum-ellipse:after {
    content: "䓦"
}

.hgi-duotone.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-duotone.hgi-ethereum-rectangle:after {
    content: "䓨"
}

.hgi-duotone.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-duotone.hgi-ethereum:after {
    content: "䓪"
}

.hgi-duotone.hgi-ethereum:before {
    content: "䓫"
}

.hgi-duotone.hgi-euro-circle:after {
    content: "䓬"
}

.hgi-duotone.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-duotone.hgi-euro-receive:after {
    content: "䓮"
}

.hgi-duotone.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-duotone.hgi-euro:after {
    content: "䓰"
}

.hgi-duotone.hgi-euro-send:after {
    content: "䓱"
}

.hgi-duotone.hgi-euro-send:before {
    content: "䓲"
}

.hgi-duotone.hgi-euro-square:after {
    content: "䓳"
}

.hgi-duotone.hgi-euro-square:before {
    content: "䓴"
}

.hgi-duotone.hgi-euro:before {
    content: "䓵"
}

.hgi-duotone.hgi-ev-charging:after {
    content: "䓶"
}

.hgi-duotone.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-duotone.hgi-evil:after {
    content: "䓸"
}

.hgi-duotone.hgi-evil:before {
    content: "䓹"
}

.hgi-duotone.hgi-exchange-01:after {
    content: "䓺"
}

.hgi-duotone.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-duotone.hgi-exchange-02:after {
    content: "䓼"
}

.hgi-duotone.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-duotone.hgi-exchange-03:after {
    content: "䓾"
}

.hgi-duotone.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-duotone.hgi-expander:after {
    content: "䔀"
}

.hgi-duotone.hgi-expander:before {
    content: "䔁"
}

.hgi-duotone.hgi-external-drive:after {
    content: "䔂"
}

.hgi-duotone.hgi-external-drive:before {
    content: "䔃"
}

.hgi-duotone.hgi-eye:after {
    content: "䔄"
}

.hgi-duotone.hgi-eye:before {
    content: "䔅"
}

.hgi-duotone.hgi-face-id:after {
    content: "䔆"
}

.hgi-duotone.hgi-face-id:before {
    content: "䔇"
}

.hgi-duotone.hgi-facebook-01:after {
    content: "䔈"
}

.hgi-duotone.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-duotone.hgi-facebook-02:after {
    content: "䔊"
}

.hgi-duotone.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-duotone.hgi-factory-01:after {
    content: "䔌"
}

.hgi-duotone.hgi-factory-01:before {
    content: "䔍"
}

.hgi-duotone.hgi-factory-02:after {
    content: "䔎"
}

.hgi-duotone.hgi-factory-02:before {
    content: "䔏"
}

.hgi-duotone.hgi-factory:after {
    content: "䔐"
}

.hgi-duotone.hgi-factory:before {
    content: "䔑"
}

.hgi-duotone.hgi-fahrenheit:after {
    content: "䔒"
}

.hgi-duotone.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-duotone.hgi-falling-star:after {
    content: "䔔"
}

.hgi-duotone.hgi-falling-star:before {
    content: "䔕"
}

.hgi-duotone.hgi-fast-wind:after {
    content: "䔖"
}

.hgi-duotone.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-duotone.hgi-favourite-circle:after {
    content: "䔘"
}

.hgi-duotone.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-duotone.hgi-favourite:after {
    content: "䔚"
}

.hgi-duotone.hgi-favourite-square:after {
    content: "䔛"
}

.hgi-duotone.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-duotone.hgi-favourite:before {
    content: "䔝"
}

.hgi-duotone.hgi-feather:after {
    content: "䔞"
}

.hgi-duotone.hgi-feather:before {
    content: "䔟"
}

.hgi-duotone.hgi-fencing-mask:after {
    content: "䔠"
}

.hgi-duotone.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-duotone.hgi-fencing:after {
    content: "䔢"
}

.hgi-duotone.hgi-fencing:before {
    content: "䔣"
}

.hgi-duotone.hgi-ferris-wheel:after {
    content: "䔤"
}

.hgi-duotone.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-duotone.hgi-ferry-boat:after {
    content: "䔦"
}

.hgi-duotone.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-duotone.hgi-figma:after {
    content: "䔨"
}

.hgi-duotone.hgi-figma:before {
    content: "䔩"
}

.hgi-duotone.hgi-file-01:after {
    content: "䔪"
}

.hgi-duotone.hgi-file-01:before {
    content: "䔫"
}

.hgi-duotone.hgi-file-02:after {
    content: "䔬"
}

.hgi-duotone.hgi-file-02:before {
    content: "䔭"
}

.hgi-duotone.hgi-file-add:after {
    content: "䔮"
}

.hgi-duotone.hgi-file-add:before {
    content: "䔯"
}

.hgi-duotone.hgi-file-attachment:after {
    content: "䔰"
}

.hgi-duotone.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-duotone.hgi-file-audio:after {
    content: "䔲"
}

.hgi-duotone.hgi-file-audio:before {
    content: "䔳"
}

.hgi-duotone.hgi-file-bitcoin:after {
    content: "䔴"
}

.hgi-duotone.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-duotone.hgi-file-block:after {
    content: "䔶"
}

.hgi-duotone.hgi-file-block:before {
    content: "䔷"
}

.hgi-duotone.hgi-file-bookmark:after {
    content: "䔸"
}

.hgi-duotone.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-duotone.hgi-file-cloud:after {
    content: "䔺"
}

.hgi-duotone.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-duotone.hgi-file-corrupt:after {
    content: "䔼"
}

.hgi-duotone.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-duotone.hgi-file-dollar:after {
    content: "䔾"
}

.hgi-duotone.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-duotone.hgi-file-download:after {
    content: "䕀"
}

.hgi-duotone.hgi-file-download:before {
    content: "䕁"
}

.hgi-duotone.hgi-file-edit:after {
    content: "䕂"
}

.hgi-duotone.hgi-file-edit:before {
    content: "䕃"
}

.hgi-duotone.hgi-file-euro:after {
    content: "䕄"
}

.hgi-duotone.hgi-file-euro:before {
    content: "䕅"
}

.hgi-duotone.hgi-file-export:after {
    content: "䕆"
}

.hgi-duotone.hgi-file-export:before {
    content: "䕇"
}

.hgi-duotone.hgi-file-favourite:after {
    content: "䕈"
}

.hgi-duotone.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-duotone.hgi-file-import:after {
    content: "䕊"
}

.hgi-duotone.hgi-file-import:before {
    content: "䕋"
}

.hgi-duotone.hgi-file-link:after {
    content: "䕌"
}

.hgi-duotone.hgi-file-link:before {
    content: "䕍"
}

.hgi-duotone.hgi-file-locked:after {
    content: "䕎"
}

.hgi-duotone.hgi-file-locked:before {
    content: "䕏"
}

.hgi-duotone.hgi-file-management:after {
    content: "䕐"
}

.hgi-duotone.hgi-file-management:before {
    content: "䕑"
}

.hgi-duotone.hgi-file-minus:after {
    content: "䕒"
}

.hgi-duotone.hgi-file-minus:before {
    content: "䕓"
}

.hgi-duotone.hgi-file-music:after {
    content: "䕔"
}

.hgi-duotone.hgi-file-music:before {
    content: "䕕"
}

.hgi-duotone.hgi-file-not-found:after {
    content: "䕖"
}

.hgi-duotone.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-duotone.hgi-file-paste:after {
    content: "䕘"
}

.hgi-duotone.hgi-file-paste:before {
    content: "䕙"
}

.hgi-duotone.hgi-file-pin:after {
    content: "䕚"
}

.hgi-duotone.hgi-file-pin:before {
    content: "䕛"
}

.hgi-duotone.hgi-file-pound:after {
    content: "䕜"
}

.hgi-duotone.hgi-file-pound:before {
    content: "䕝"
}

.hgi-duotone.hgi-file-remove:after {
    content: "䕞"
}

.hgi-duotone.hgi-file-remove:before {
    content: "䕟"
}

.hgi-duotone.hgi-file-script:after {
    content: "䕠"
}

.hgi-duotone.hgi-file-script:before {
    content: "䕡"
}

.hgi-duotone.hgi-file-search:after {
    content: "䕢"
}

.hgi-duotone.hgi-file-search:before {
    content: "䕣"
}

.hgi-duotone.hgi-file-security:after {
    content: "䕤"
}

.hgi-duotone.hgi-file-security:before {
    content: "䕥"
}

.hgi-duotone.hgi-file-shredder:after {
    content: "䕦"
}

.hgi-duotone.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-duotone.hgi-file-star:after {
    content: "䕨"
}

.hgi-duotone.hgi-file-star:before {
    content: "䕩"
}

.hgi-duotone.hgi-file-sync:after {
    content: "䕪"
}

.hgi-duotone.hgi-file-sync:before {
    content: "䕫"
}

.hgi-duotone.hgi-file-unknown:after {
    content: "䕬"
}

.hgi-duotone.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-duotone.hgi-file-unlocked:after {
    content: "䕮"
}

.hgi-duotone.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-duotone.hgi-file-upload:after {
    content: "䕰"
}

.hgi-duotone.hgi-file-upload:before {
    content: "䕱"
}

.hgi-duotone.hgi-file-validation:after {
    content: "䕲"
}

.hgi-duotone.hgi-file-validation:before {
    content: "䕳"
}

.hgi-duotone.hgi-file-verified:after {
    content: "䕴"
}

.hgi-duotone.hgi-file-verified:before {
    content: "䕵"
}

.hgi-duotone.hgi-file-video:after {
    content: "䕶"
}

.hgi-duotone.hgi-file-video:before {
    content: "䕷"
}

.hgi-duotone.hgi-file-view:after {
    content: "䕸"
}

.hgi-duotone.hgi-file-view:before {
    content: "䕹"
}

.hgi-duotone.hgi-file-yen:after {
    content: "䕺"
}

.hgi-duotone.hgi-file-yen:before {
    content: "䕻"
}

.hgi-duotone.hgi-file-zip:after {
    content: "䕼"
}

.hgi-duotone.hgi-file-zip:before {
    content: "䕽"
}

.hgi-duotone.hgi-files-01:after {
    content: "䕾"
}

.hgi-duotone.hgi-files-01:before {
    content: "䕿"
}

.hgi-duotone.hgi-files-02:after {
    content: "䖀"
}

.hgi-duotone.hgi-files-02:before {
    content: "䖁"
}

.hgi-duotone.hgi-film-01:after {
    content: "䖂"
}

.hgi-duotone.hgi-film-01:before {
    content: "䖃"
}

.hgi-duotone.hgi-film-02:after {
    content: "䖄"
}

.hgi-duotone.hgi-film-02:before {
    content: "䖅"
}

.hgi-duotone.hgi-film-roll-01:after {
    content: "䖆"
}

.hgi-duotone.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-duotone.hgi-film-roll-02:after {
    content: "䖈"
}

.hgi-duotone.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-duotone.hgi-filter-add:after {
    content: "䖊"
}

.hgi-duotone.hgi-filter-add:before {
    content: "䖋"
}

.hgi-duotone.hgi-filter-edit:after {
    content: "䖌"
}

.hgi-duotone.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-duotone.hgi-filter-horizontal:after {
    content: "䖎"
}

.hgi-duotone.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-duotone.hgi-filter-mail-circle:after {
    content: "䖐"
}

.hgi-duotone.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-duotone.hgi-filter-mail-square:after {
    content: "䖒"
}

.hgi-duotone.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-duotone.hgi-filter-remove:after {
    content: "䖔"
}

.hgi-duotone.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-duotone.hgi-filter-reset:after {
    content: "䖖"
}

.hgi-duotone.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-duotone.hgi-filter:after {
    content: "䖘"
}

.hgi-duotone.hgi-filter-vertical:after {
    content: "䖙"
}

.hgi-duotone.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-duotone.hgi-filter:before {
    content: "䖛"
}

.hgi-duotone.hgi-finger-access:after {
    content: "䖜"
}

.hgi-duotone.hgi-finger-access:before {
    content: "䖝"
}

.hgi-duotone.hgi-finger-print-add:after {
    content: "䖞"
}

.hgi-duotone.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-duotone.hgi-finger-print-check:after {
    content: "䖠"
}

.hgi-duotone.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-duotone.hgi-finger-print-minus:after {
    content: "䖢"
}

.hgi-duotone.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-duotone.hgi-finger-print-remove:after {
    content: "䖤"
}

.hgi-duotone.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-duotone.hgi-finger-print-scan:after {
    content: "䖦"
}

.hgi-duotone.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-duotone.hgi-finger-print:after {
    content: "䖨"
}

.hgi-duotone.hgi-finger-print:before {
    content: "䖩"
}

.hgi-duotone.hgi-fingerprint-scan:after {
    content: "䖪"
}

.hgi-duotone.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-duotone.hgi-fins:after {
    content: "䖬"
}

.hgi-duotone.hgi-fins:before {
    content: "䖭"
}

.hgi-duotone.hgi-fire-pit:after {
    content: "䖮"
}

.hgi-duotone.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-duotone.hgi-fire:after {
    content: "䖰"
}

.hgi-duotone.hgi-fire-security:after {
    content: "䖱"
}

.hgi-duotone.hgi-fire-security:before {
    content: "䖲"
}

.hgi-duotone.hgi-fire:before {
    content: "䖳"
}

.hgi-duotone.hgi-firewall:after {
    content: "䖴"
}

.hgi-duotone.hgi-firewall:before {
    content: "䖵"
}

.hgi-duotone.hgi-first-aid-kit:after {
    content: "䖶"
}

.hgi-duotone.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-duotone.hgi-first-bracket-circle:after {
    content: "䖸"
}

.hgi-duotone.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-duotone.hgi-first-bracket:after {
    content: "䖺"
}

.hgi-duotone.hgi-first-bracket-square:after {
    content: "䖻"
}

.hgi-duotone.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-duotone.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-duotone.hgi-fish-food:after {
    content: "䖾"
}

.hgi-duotone.hgi-fish-food:before {
    content: "䖿"
}

.hgi-duotone.hgi-fiverr:after {
    content: "䗀"
}

.hgi-duotone.hgi-fiverr:before {
    content: "䗁"
}

.hgi-duotone.hgi-flag-01:after {
    content: "䗂"
}

.hgi-duotone.hgi-flag-01:before {
    content: "䗃"
}

.hgi-duotone.hgi-flag-02:after {
    content: "䗄"
}

.hgi-duotone.hgi-flag-02:before {
    content: "䗅"
}

.hgi-duotone.hgi-flag-03:after {
    content: "䗆"
}

.hgi-duotone.hgi-flag-03:before {
    content: "䗇"
}

.hgi-duotone.hgi-flash-off:after {
    content: "䗈"
}

.hgi-duotone.hgi-flash-off:before {
    content: "䗉"
}

.hgi-duotone.hgi-flash:after {
    content: "䗊"
}

.hgi-duotone.hgi-flash:before {
    content: "䗋"
}

.hgi-duotone.hgi-flaticon:after {
    content: "䗌"
}

.hgi-duotone.hgi-flaticon:before {
    content: "䗍"
}

.hgi-duotone.hgi-flickr:after {
    content: "䗎"
}

.hgi-duotone.hgi-flickr:before {
    content: "䗏"
}

.hgi-duotone.hgi-flim-slate:after {
    content: "䗐"
}

.hgi-duotone.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-duotone.hgi-flip-bottom:after {
    content: "䗒"
}

.hgi-duotone.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-duotone.hgi-flip-horizontal:after {
    content: "䗔"
}

.hgi-duotone.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-duotone.hgi-flip-left:after {
    content: "䗖"
}

.hgi-duotone.hgi-flip-left:before {
    content: "䗗"
}

.hgi-duotone.hgi-flip-phone:after {
    content: "䗘"
}

.hgi-duotone.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-duotone.hgi-flip-right:after {
    content: "䗚"
}

.hgi-duotone.hgi-flip-right:before {
    content: "䗛"
}

.hgi-duotone.hgi-flip-top:after {
    content: "䗜"
}

.hgi-duotone.hgi-flip-top:before {
    content: "䗝"
}

.hgi-duotone.hgi-flip-vertical:after {
    content: "䗞"
}

.hgi-duotone.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-duotone.hgi-floor-plan:after {
    content: "䗠"
}

.hgi-duotone.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-duotone.hgi-floppy-disk:after {
    content: "䗢"
}

.hgi-duotone.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-duotone.hgi-flow-circle:after {
    content: "䗤"
}

.hgi-duotone.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-duotone.hgi-flow-connection:after {
    content: "䗦"
}

.hgi-duotone.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-duotone.hgi-flow:after {
    content: "䗨"
}

.hgi-duotone.hgi-flow-square:after {
    content: "䗩"
}

.hgi-duotone.hgi-flow-square:before {
    content: "䗪"
}

.hgi-duotone.hgi-flow:before {
    content: "䗫"
}

.hgi-duotone.hgi-flowchart-01:after {
    content: "䗬"
}

.hgi-duotone.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-duotone.hgi-flowchart-02:after {
    content: "䗮"
}

.hgi-duotone.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-duotone.hgi-flower-pot:after {
    content: "䗰"
}

.hgi-duotone.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-duotone.hgi-flower:after {
    content: "䗲"
}

.hgi-duotone.hgi-flower:before {
    content: "䗳"
}

.hgi-duotone.hgi-flushed:after {
    content: "䗴"
}

.hgi-duotone.hgi-flushed:before {
    content: "䗵"
}

.hgi-duotone.hgi-flying-human:after {
    content: "䗶"
}

.hgi-duotone.hgi-flying-human:before {
    content: "䗷"
}

.hgi-duotone.hgi-focus-point:after {
    content: "䗸"
}

.hgi-duotone.hgi-focus-point:before {
    content: "䗹"
}

.hgi-duotone.hgi-folder-01:after {
    content: "䗺"
}

.hgi-duotone.hgi-folder-01:before {
    content: "䗻"
}

.hgi-duotone.hgi-folder-02:after {
    content: "䗼"
}

.hgi-duotone.hgi-folder-02:before {
    content: "䗽"
}

.hgi-duotone.hgi-folder-03:after {
    content: "䗾"
}

.hgi-duotone.hgi-folder-03:before {
    content: "䗿"
}

.hgi-duotone.hgi-folder-add:after {
    content: "䘀"
}

.hgi-duotone.hgi-folder-add:before {
    content: "䘁"
}

.hgi-duotone.hgi-folder-attachment:after {
    content: "䘂"
}

.hgi-duotone.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-duotone.hgi-folder-audio:after {
    content: "䘄"
}

.hgi-duotone.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-duotone.hgi-folder-block:after {
    content: "䘆"
}

.hgi-duotone.hgi-folder-block:before {
    content: "䘇"
}

.hgi-duotone.hgi-folder-check:after {
    content: "䘈"
}

.hgi-duotone.hgi-folder-check:before {
    content: "䘉"
}

.hgi-duotone.hgi-folder-cloud:after {
    content: "䘊"
}

.hgi-duotone.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-duotone.hgi-folder-details-reference:after {
    content: "䘌"
}

.hgi-duotone.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-duotone.hgi-folder-details:after {
    content: "䘎"
}

.hgi-duotone.hgi-folder-details:before {
    content: "䘏"
}

.hgi-duotone.hgi-folder-download:after {
    content: "䘐"
}

.hgi-duotone.hgi-folder-download:before {
    content: "䘑"
}

.hgi-duotone.hgi-folder-edit:after {
    content: "䘒"
}

.hgi-duotone.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-duotone.hgi-folder-export:after {
    content: "䘔"
}

.hgi-duotone.hgi-folder-export:before {
    content: "䘕"
}

.hgi-duotone.hgi-folder-favourite:after {
    content: "䘖"
}

.hgi-duotone.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-duotone.hgi-folder-file-storage:after {
    content: "䘘"
}

.hgi-duotone.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-duotone.hgi-folder-import:after {
    content: "䘚"
}

.hgi-duotone.hgi-folder-import:before {
    content: "䘛"
}

.hgi-duotone.hgi-folder-library:after {
    content: "䘜"
}

.hgi-duotone.hgi-folder-library:before {
    content: "䘝"
}

.hgi-duotone.hgi-folder-links:after {
    content: "䘞"
}

.hgi-duotone.hgi-folder-links:before {
    content: "䘟"
}

.hgi-duotone.hgi-folder-locked:after {
    content: "䘠"
}

.hgi-duotone.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-duotone.hgi-folder-management:after {
    content: "䘢"
}

.hgi-duotone.hgi-folder-management:before {
    content: "䘣"
}

.hgi-duotone.hgi-folder-minus:after {
    content: "䘤"
}

.hgi-duotone.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-duotone.hgi-folder-music:after {
    content: "䘦"
}

.hgi-duotone.hgi-folder-music:before {
    content: "䘧"
}

.hgi-duotone.hgi-folder-off:after {
    content: "䘨"
}

.hgi-duotone.hgi-folder-off:before {
    content: "䘩"
}

.hgi-duotone.hgi-folder-open:after {
    content: "䘪"
}

.hgi-duotone.hgi-folder-open:before {
    content: "䘫"
}

.hgi-duotone.hgi-folder-pin:after {
    content: "䘬"
}

.hgi-duotone.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-duotone.hgi-folder-remove:after {
    content: "䘮"
}

.hgi-duotone.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-duotone.hgi-folder-search:after {
    content: "䘰"
}

.hgi-duotone.hgi-folder-search:before {
    content: "䘱"
}

.hgi-duotone.hgi-folder-security:after {
    content: "䘲"
}

.hgi-duotone.hgi-folder-security:before {
    content: "䘳"
}

.hgi-duotone.hgi-folder-shared-01:after {
    content: "䘴"
}

.hgi-duotone.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-duotone.hgi-folder-shared-02:after {
    content: "䘶"
}

.hgi-duotone.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-duotone.hgi-folder-shared-03:after {
    content: "䘸"
}

.hgi-duotone.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-duotone.hgi-folder-sync:after {
    content: "䘺"
}

.hgi-duotone.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-duotone.hgi-folder-transfer:after {
    content: "䘼"
}

.hgi-duotone.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-duotone.hgi-folder-unknown:after {
    content: "䘾"
}

.hgi-duotone.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-duotone.hgi-folder-unlocked:after {
    content: "䙀"
}

.hgi-duotone.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-duotone.hgi-folder-upload:after {
    content: "䙂"
}

.hgi-duotone.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-duotone.hgi-folder-video:after {
    content: "䙄"
}

.hgi-duotone.hgi-folder-video:before {
    content: "䙅"
}

.hgi-duotone.hgi-folder-view:after {
    content: "䙆"
}

.hgi-duotone.hgi-folder-view:before {
    content: "䙇"
}

.hgi-duotone.hgi-folder-zip:after {
    content: "䙈"
}

.hgi-duotone.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-duotone.hgi-folders:after {
    content: "䙊"
}

.hgi-duotone.hgi-folders:before {
    content: "䙋"
}

.hgi-duotone.hgi-football-pitch:after {
    content: "䙌"
}

.hgi-duotone.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-duotone.hgi-football:after {
    content: "䙎"
}

.hgi-duotone.hgi-football:before {
    content: "䙏"
}

.hgi-duotone.hgi-forgot-password:after {
    content: "䙐"
}

.hgi-duotone.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-duotone.hgi-fork:after {
    content: "䙒"
}

.hgi-duotone.hgi-fork:before {
    content: "䙓"
}

.hgi-duotone.hgi-forrst:after {
    content: "䙔"
}

.hgi-duotone.hgi-forrst:before {
    content: "䙕"
}

.hgi-duotone.hgi-fortress:after {
    content: "䙖"
}

.hgi-duotone.hgi-fortress:before {
    content: "䙗"
}

.hgi-duotone.hgi-forward-01:after {
    content: "䙘"
}

.hgi-duotone.hgi-forward-01:before {
    content: "䙙"
}

.hgi-duotone.hgi-forward-02:after {
    content: "䙚"
}

.hgi-duotone.hgi-forward-02:before {
    content: "䙛"
}

.hgi-duotone.hgi-four-finger-02:after {
    content: "䙜"
}

.hgi-duotone.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-duotone.hgi-four-finger-03:after {
    content: "䙞"
}

.hgi-duotone.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-duotone.hgi-four-k:after {
    content: "䙠"
}

.hgi-duotone.hgi-four-k:before {
    content: "䙡"
}

.hgi-duotone.hgi-foursquare:after {
    content: "䙢"
}

.hgi-duotone.hgi-foursquare:before {
    content: "䙣"
}

.hgi-duotone.hgi-framer:after {
    content: "䙤"
}

.hgi-duotone.hgi-framer:before {
    content: "䙥"
}

.hgi-duotone.hgi-frameworks:after {
    content: "䙦"
}

.hgi-duotone.hgi-frameworks:before {
    content: "䙧"
}

.hgi-duotone.hgi-french-fries-01:after {
    content: "䙨"
}

.hgi-duotone.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-duotone.hgi-french-fries-02:after {
    content: "䙪"
}

.hgi-duotone.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-duotone.hgi-fridge:after {
    content: "䙬"
}

.hgi-duotone.hgi-fridge:before {
    content: "䙭"
}

.hgi-duotone.hgi-fry:after {
    content: "䙮"
}

.hgi-duotone.hgi-fry:before {
    content: "䙯"
}

.hgi-duotone.hgi-fuel-01:after {
    content: "䙰"
}

.hgi-duotone.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-duotone.hgi-fuel-02:after {
    content: "䙲"
}

.hgi-duotone.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-duotone.hgi-fuel-station:after {
    content: "䙴"
}

.hgi-duotone.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-duotone.hgi-function-circle:after {
    content: "䙶"
}

.hgi-duotone.hgi-function-circle:before {
    content: "䙷"
}

.hgi-duotone.hgi-function-of-x:after {
    content: "䙸"
}

.hgi-duotone.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-duotone.hgi-function:after {
    content: "䙺"
}

.hgi-duotone.hgi-function-square:after {
    content: "䙻"
}

.hgi-duotone.hgi-function-square:before {
    content: "䙼"
}

.hgi-duotone.hgi-function:before {
    content: "䙽"
}

.hgi-duotone.hgi-galaxy:after {
    content: "䙾"
}

.hgi-duotone.hgi-galaxy:before {
    content: "䙿"
}

.hgi-duotone.hgi-game-controller-01:after {
    content: "䚀"
}

.hgi-duotone.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-duotone.hgi-game-controller-02:after {
    content: "䚂"
}

.hgi-duotone.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-duotone.hgi-game-controller-03:after {
    content: "䚄"
}

.hgi-duotone.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-duotone.hgi-game:after {
    content: "䚆"
}

.hgi-duotone.hgi-game:before {
    content: "䚇"
}

.hgi-duotone.hgi-gameboy:after {
    content: "䚈"
}

.hgi-duotone.hgi-gameboy:before {
    content: "䚉"
}

.hgi-duotone.hgi-garage:after {
    content: "䚊"
}

.hgi-duotone.hgi-garage:before {
    content: "䚋"
}

.hgi-duotone.hgi-garbage-truck:after {
    content: "䚌"
}

.hgi-duotone.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-duotone.hgi-gas-pipe:after {
    content: "䚎"
}

.hgi-duotone.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-duotone.hgi-gas-stove:after {
    content: "䚐"
}

.hgi-duotone.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-duotone.hgi-gem:after {
    content: "䚒"
}

.hgi-duotone.hgi-gem:before {
    content: "䚓"
}

.hgi-duotone.hgi-geology-crust:after {
    content: "䚔"
}

.hgi-duotone.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-duotone.hgi-geometric-shapes-01:after {
    content: "䚖"
}

.hgi-duotone.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-duotone.hgi-geometric-shapes-02:after {
    content: "䚘"
}

.hgi-duotone.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-duotone.hgi-gibbous-moon:after {
    content: "䚚"
}

.hgi-duotone.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-duotone.hgi-gif-01:after {
    content: "䚜"
}

.hgi-duotone.hgi-gif-01:before {
    content: "䚝"
}

.hgi-duotone.hgi-gif-02:after {
    content: "䚞"
}

.hgi-duotone.hgi-gif-02:before {
    content: "䚟"
}

.hgi-duotone.hgi-gift-card:after {
    content: "䚠"
}

.hgi-duotone.hgi-gift-card:before {
    content: "䚡"
}

.hgi-duotone.hgi-gift:after {
    content: "䚢"
}

.hgi-duotone.hgi-gift:before {
    content: "䚣"
}

.hgi-duotone.hgi-git-branch:after {
    content: "䚤"
}

.hgi-duotone.hgi-git-branch:before {
    content: "䚥"
}

.hgi-duotone.hgi-git-commit:after {
    content: "䚦"
}

.hgi-duotone.hgi-git-commit:before {
    content: "䚧"
}

.hgi-duotone.hgi-git-compare:after {
    content: "䚨"
}

.hgi-duotone.hgi-git-compare:before {
    content: "䚩"
}

.hgi-duotone.hgi-git-fork:after {
    content: "䚪"
}

.hgi-duotone.hgi-git-fork:before {
    content: "䚫"
}

.hgi-duotone.hgi-git-merge:after {
    content: "䚬"
}

.hgi-duotone.hgi-git-merge:before {
    content: "䚭"
}

.hgi-duotone.hgi-git-pull-request-closed:after {
    content: "䚮"
}

.hgi-duotone.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-duotone.hgi-git-pull-request-draft:after {
    content: "䚰"
}

.hgi-duotone.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-duotone.hgi-git-pull-request:after {
    content: "䚲"
}

.hgi-duotone.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-duotone.hgi-gitbook:after {
    content: "䚴"
}

.hgi-duotone.hgi-gitbook:before {
    content: "䚵"
}

.hgi-duotone.hgi-github-01:after {
    content: "䚶"
}

.hgi-duotone.hgi-github-01:before {
    content: "䚷"
}

.hgi-duotone.hgi-github:after {
    content: "䚸"
}

.hgi-duotone.hgi-github:before {
    content: "䚹"
}

.hgi-duotone.hgi-gitlab:after {
    content: "䚺"
}

.hgi-duotone.hgi-gitlab:before {
    content: "䚻"
}

.hgi-duotone.hgi-give-blood:after {
    content: "䚼"
}

.hgi-duotone.hgi-give-blood:before {
    content: "䚽"
}

.hgi-duotone.hgi-give-pill:after {
    content: "䚾"
}

.hgi-duotone.hgi-give-pill:before {
    content: "䚿"
}

.hgi-duotone.hgi-glasses:after {
    content: "䛀"
}

.hgi-duotone.hgi-glasses:before {
    content: "䛁"
}

.hgi-duotone.hgi-global-editing:after {
    content: "䛂"
}

.hgi-duotone.hgi-global-editing:before {
    content: "䛃"
}

.hgi-duotone.hgi-global-education:after {
    content: "䛄"
}

.hgi-duotone.hgi-global-education:before {
    content: "䛅"
}

.hgi-duotone.hgi-global-refresh:after {
    content: "䛆"
}

.hgi-duotone.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-duotone.hgi-global-search:after {
    content: "䛈"
}

.hgi-duotone.hgi-global-search:before {
    content: "䛉"
}

.hgi-duotone.hgi-global:after {
    content: "䛊"
}

.hgi-duotone.hgi-global:before {
    content: "䛋"
}

.hgi-duotone.hgi-globe-02:after {
    content: "䛌"
}

.hgi-duotone.hgi-globe-02:before {
    content: "䛍"
}

.hgi-duotone.hgi-globe:after {
    content: "䛎"
}

.hgi-duotone.hgi-globe:before {
    content: "䛏"
}

.hgi-duotone.hgi-glove:after {
    content: "䛐"
}

.hgi-duotone.hgi-glove:before {
    content: "䛑"
}

.hgi-duotone.hgi-go-backward-10-sec:after {
    content: "䛒"
}

.hgi-duotone.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-duotone.hgi-go-backward-15-sec:after {
    content: "䛔"
}

.hgi-duotone.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-duotone.hgi-go-backward-30-sec:after {
    content: "䛖"
}

.hgi-duotone.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-duotone.hgi-go-backward-5-sec:after {
    content: "䛘"
}

.hgi-duotone.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-duotone.hgi-go-backward-60-sec:after {
    content: "䛚"
}

.hgi-duotone.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-duotone.hgi-go-forward-10-sec:after {
    content: "䛜"
}

.hgi-duotone.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-duotone.hgi-go-forward-15-sec:after {
    content: "䛞"
}

.hgi-duotone.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-duotone.hgi-go-forward-30-sec:after {
    content: "䛠"
}

.hgi-duotone.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-duotone.hgi-go-forward-5-sec:after {
    content: "䛢"
}

.hgi-duotone.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-duotone.hgi-go-forward-60-sec:after {
    content: "䛤"
}

.hgi-duotone.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-duotone.hgi-gold-ingots:after {
    content: "䛦"
}

.hgi-duotone.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-duotone.hgi-gold:after {
    content: "䛨"
}

.hgi-duotone.hgi-gold:before {
    content: "䛩"
}

.hgi-duotone.hgi-golf-ball:after {
    content: "䛪"
}

.hgi-duotone.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-duotone.hgi-golf-bat:after {
    content: "䛬"
}

.hgi-duotone.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-duotone.hgi-golf-cart:after {
    content: "䛮"
}

.hgi-duotone.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-duotone.hgi-golf-hole:after {
    content: "䛰"
}

.hgi-duotone.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-duotone.hgi-google-doc:after {
    content: "䛲"
}

.hgi-duotone.hgi-google-doc:before {
    content: "䛳"
}

.hgi-duotone.hgi-google-drive:after {
    content: "䛴"
}

.hgi-duotone.hgi-google-drive:before {
    content: "䛵"
}

.hgi-duotone.hgi-google-gemini:after {
    content: "䛶"
}

.hgi-duotone.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-duotone.hgi-google-home:after {
    content: "䛸"
}

.hgi-duotone.hgi-google-home:before {
    content: "䛹"
}

.hgi-duotone.hgi-google-lens:after {
    content: "䛺"
}

.hgi-duotone.hgi-google-lens:before {
    content: "䛻"
}

.hgi-duotone.hgi-google-maps:after {
    content: "䛼"
}

.hgi-duotone.hgi-google-maps:before {
    content: "䛽"
}

.hgi-duotone.hgi-google-photos:after {
    content: "䛾"
}

.hgi-duotone.hgi-google-photos:before {
    content: "䛿"
}

.hgi-duotone.hgi-google:after {
    content: "䜀"
}

.hgi-duotone.hgi-google-sheet:after {
    content: "䜁"
}

.hgi-duotone.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-duotone.hgi-google:before {
    content: "䜃"
}

.hgi-duotone.hgi-gps-01:after {
    content: "䜄"
}

.hgi-duotone.hgi-gps-01:before {
    content: "䜅"
}

.hgi-duotone.hgi-gps-02:after {
    content: "䜆"
}

.hgi-duotone.hgi-gps-02:before {
    content: "䜇"
}

.hgi-duotone.hgi-gps-disconnected:after {
    content: "䜈"
}

.hgi-duotone.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-duotone.hgi-gps-off-01:after {
    content: "䜊"
}

.hgi-duotone.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-duotone.hgi-gps-off-02:after {
    content: "䜌"
}

.hgi-duotone.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-duotone.hgi-gps-signal-01:after {
    content: "䜎"
}

.hgi-duotone.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-duotone.hgi-gps-signal-02:after {
    content: "䜐"
}

.hgi-duotone.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-duotone.hgi-gpu:after {
    content: "䜒"
}

.hgi-duotone.hgi-gpu:before {
    content: "䜓"
}

.hgi-duotone.hgi-graduate-female:after {
    content: "䜔"
}

.hgi-duotone.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-duotone.hgi-graduate-male:after {
    content: "䜖"
}

.hgi-duotone.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-duotone.hgi-graduation-scroll:after {
    content: "䜘"
}

.hgi-duotone.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-duotone.hgi-grapes:after {
    content: "䜚"
}

.hgi-duotone.hgi-grapes:before {
    content: "䜛"
}

.hgi-duotone.hgi-gravity:after {
    content: "䜜"
}

.hgi-duotone.hgi-gravity:before {
    content: "䜝"
}

.hgi-duotone.hgi-greater-than-circle:after {
    content: "䜞"
}

.hgi-duotone.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-duotone.hgi-greater-than:after {
    content: "䜠"
}

.hgi-duotone.hgi-greater-than-square:after {
    content: "䜡"
}

.hgi-duotone.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-duotone.hgi-greater-than:before {
    content: "䜣"
}

.hgi-duotone.hgi-greek-helmet:after {
    content: "䜤"
}

.hgi-duotone.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-duotone.hgi-green-house:after {
    content: "䜦"
}

.hgi-duotone.hgi-green-house:before {
    content: "䜧"
}

.hgi-duotone.hgi-grid-off:after {
    content: "䜨"
}

.hgi-duotone.hgi-grid-off:before {
    content: "䜩"
}

.hgi-duotone.hgi-grid:after {
    content: "䜪"
}

.hgi-duotone.hgi-grid-table:after {
    content: "䜫"
}

.hgi-duotone.hgi-grid-table:before {
    content: "䜬"
}

.hgi-duotone.hgi-grid-view:after {
    content: "䜭"
}

.hgi-duotone.hgi-grid-view:before {
    content: "䜮"
}

.hgi-duotone.hgi-grid:before {
    content: "䜯"
}

.hgi-duotone.hgi-grimacing:after {
    content: "䜰"
}

.hgi-duotone.hgi-grimacing:before {
    content: "䜱"
}

.hgi-duotone.hgi-grinning:after {
    content: "䜲"
}

.hgi-duotone.hgi-grinning:before {
    content: "䜳"
}

.hgi-duotone.hgi-grok:after {
    content: "䜴"
}

.hgi-duotone.hgi-grok:before {
    content: "䜵"
}

.hgi-duotone.hgi-group-items:after {
    content: "䜶"
}

.hgi-duotone.hgi-group-items:before {
    content: "䜷"
}

.hgi-duotone.hgi-group-layers:after {
    content: "䜸"
}

.hgi-duotone.hgi-group-layers:before {
    content: "䜹"
}

.hgi-duotone.hgi-guest-house:after {
    content: "䜺"
}

.hgi-duotone.hgi-guest-house:before {
    content: "䜻"
}

.hgi-duotone.hgi-gun:after {
    content: "䜼"
}

.hgi-duotone.hgi-gun:before {
    content: "䜽"
}

.hgi-duotone.hgi-gymnastic-rings:after {
    content: "䜾"
}

.hgi-duotone.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-duotone.hgi-gymnastic:after {
    content: "䝀"
}

.hgi-duotone.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-duotone.hgi-hackerrank:after {
    content: "䝂"
}

.hgi-duotone.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-duotone.hgi-hair-clips:after {
    content: "䝄"
}

.hgi-duotone.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-duotone.hgi-hair-dryer:after {
    content: "䝆"
}

.hgi-duotone.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-duotone.hgi-haji:after {
    content: "䝈"
}

.hgi-duotone.hgi-haji:before {
    content: "䝉"
}

.hgi-duotone.hgi-halal:after {
    content: "䝊"
}

.hgi-duotone.hgi-halal:before {
    content: "䝋"
}

.hgi-duotone.hgi-hamburger-01:after {
    content: "䝌"
}

.hgi-duotone.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-duotone.hgi-hamburger-02:after {
    content: "䝎"
}

.hgi-duotone.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-duotone.hgi-hand-bag-01:after {
    content: "䝐"
}

.hgi-duotone.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-duotone.hgi-hand-bag-02:after {
    content: "䝒"
}

.hgi-duotone.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-duotone.hgi-hand-beater:after {
    content: "䝔"
}

.hgi-duotone.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-duotone.hgi-hand-grip:after {
    content: "䝖"
}

.hgi-duotone.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-duotone.hgi-hand-pointing-down-01:after {
    content: "䝘"
}

.hgi-duotone.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-duotone.hgi-hand-pointing-down-02:after {
    content: "䝚"
}

.hgi-duotone.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-duotone.hgi-hand-pointing-down-03:after {
    content: "䝜"
}

.hgi-duotone.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-duotone.hgi-hand-pointing-down-04:after {
    content: "䝞"
}

.hgi-duotone.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-duotone.hgi-hand-pointing-left-01:after {
    content: "䝠"
}

.hgi-duotone.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-duotone.hgi-hand-pointing-left-02:after {
    content: "䝢"
}

.hgi-duotone.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-duotone.hgi-hand-pointing-left-03:after {
    content: "䝤"
}

.hgi-duotone.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-duotone.hgi-hand-pointing-left-04:after {
    content: "䝦"
}

.hgi-duotone.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-duotone.hgi-hand-pointing-right-01:after {
    content: "䝨"
}

.hgi-duotone.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-duotone.hgi-hand-pointing-right-02:after {
    content: "䝪"
}

.hgi-duotone.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-duotone.hgi-hand-pointing-right-03:after {
    content: "䝬"
}

.hgi-duotone.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-duotone.hgi-hand-pointing-right-04:after {
    content: "䝮"
}

.hgi-duotone.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-duotone.hgi-hand-prayer:after {
    content: "䝰"
}

.hgi-duotone.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-duotone.hgi-hand-sanitizer:after {
    content: "䝲"
}

.hgi-duotone.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-duotone.hgi-handcuffs:after {
    content: "䝴"
}

.hgi-duotone.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-duotone.hgi-hanger:after {
    content: "䝶"
}

.hgi-duotone.hgi-hanger:before {
    content: "䝷"
}

.hgi-duotone.hgi-hanging-clock:after {
    content: "䝸"
}

.hgi-duotone.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-duotone.hgi-hangout:after {
    content: "䝺"
}

.hgi-duotone.hgi-hangout:before {
    content: "䝻"
}

.hgi-duotone.hgi-happy:after {
    content: "䝼"
}

.hgi-duotone.hgi-happy:before {
    content: "䝽"
}

.hgi-duotone.hgi-hard-drive:after {
    content: "䝾"
}

.hgi-duotone.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-duotone.hgi-hdd:after {
    content: "䞀"
}

.hgi-duotone.hgi-hdd:before {
    content: "䞁"
}

.hgi-duotone.hgi-hdr-01:after {
    content: "䞂"
}

.hgi-duotone.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-duotone.hgi-hdr-02:after {
    content: "䞄"
}

.hgi-duotone.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-duotone.hgi-heading-01:after {
    content: "䞆"
}

.hgi-duotone.hgi-heading-01:before {
    content: "䞇"
}

.hgi-duotone.hgi-heading-02:after {
    content: "䞈"
}

.hgi-duotone.hgi-heading-02:before {
    content: "䞉"
}

.hgi-duotone.hgi-heading-03:after {
    content: "䞊"
}

.hgi-duotone.hgi-heading-03:before {
    content: "䞋"
}

.hgi-duotone.hgi-heading-04:after {
    content: "䞌"
}

.hgi-duotone.hgi-heading-04:before {
    content: "䞍"
}

.hgi-duotone.hgi-heading-05:after {
    content: "䞎"
}

.hgi-duotone.hgi-heading-05:before {
    content: "䞏"
}

.hgi-duotone.hgi-heading-06:after {
    content: "䞐"
}

.hgi-duotone.hgi-heading-06:before {
    content: "䞑"
}

.hgi-duotone.hgi-heading:after {
    content: "䞒"
}

.hgi-duotone.hgi-heading:before {
    content: "䞓"
}

.hgi-duotone.hgi-headphone-mute:after {
    content: "䞔"
}

.hgi-duotone.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-duotone.hgi-headphones:after {
    content: "䞖"
}

.hgi-duotone.hgi-headphones:before {
    content: "䞗"
}

.hgi-duotone.hgi-headset-connected:after {
    content: "䞘"
}

.hgi-duotone.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-duotone.hgi-headset-off:after {
    content: "䞚"
}

.hgi-duotone.hgi-headset-off:before {
    content: "䞛"
}

.hgi-duotone.hgi-headset:after {
    content: "䞜"
}

.hgi-duotone.hgi-headset:before {
    content: "䞝"
}

.hgi-duotone.hgi-healtcare:after {
    content: "䞞"
}

.hgi-duotone.hgi-healtcare:before {
    content: "䞟"
}

.hgi-duotone.hgi-health:after {
    content: "䞠"
}

.hgi-duotone.hgi-health:before {
    content: "䞡"
}

.hgi-duotone.hgi-heart-add:after {
    content: "䞢"
}

.hgi-duotone.hgi-heart-add:before {
    content: "䞣"
}

.hgi-duotone.hgi-heart-check:after {
    content: "䞤"
}

.hgi-duotone.hgi-heart-check:before {
    content: "䞥"
}

.hgi-duotone.hgi-heart-remove:after {
    content: "䞦"
}

.hgi-duotone.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-duotone.hgi-heartbreak:after {
    content: "䞨"
}

.hgi-duotone.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-duotone.hgi-helicopter:after {
    content: "䞪"
}

.hgi-duotone.hgi-helicopter:before {
    content: "䞫"
}

.hgi-duotone.hgi-help-circle:after {
    content: "䞬"
}

.hgi-duotone.hgi-help-circle:before {
    content: "䞭"
}

.hgi-duotone.hgi-help-square:after {
    content: "䞮"
}

.hgi-duotone.hgi-help-square:before {
    content: "䞯"
}

.hgi-duotone.hgi-hexagon-01:after {
    content: "䞰"
}

.hgi-duotone.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-duotone.hgi-hexagon:after {
    content: "䞲"
}

.hgi-duotone.hgi-hexagon:before {
    content: "䞳"
}

.hgi-duotone.hgi-hierarchy-circle-01:after {
    content: "䞴"
}

.hgi-duotone.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-duotone.hgi-hierarchy-circle-02:after {
    content: "䞶"
}

.hgi-duotone.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-duotone.hgi-hierarchy-circle-03:after {
    content: "䞸"
}

.hgi-duotone.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-duotone.hgi-hierarchy-files:after {
    content: "䞺"
}

.hgi-duotone.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-duotone.hgi-hierarchy:after {
    content: "䞼"
}

.hgi-duotone.hgi-hierarchy-square-01:after {
    content: "䞽"
}

.hgi-duotone.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-duotone.hgi-hierarchy-square-02:after {
    content: "䞿"
}

.hgi-duotone.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-duotone.hgi-hierarchy-square-03:after {
    content: "䟁"
}

.hgi-duotone.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-duotone.hgi-hierarchy-square-04:after {
    content: "䟃"
}

.hgi-duotone.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-duotone.hgi-hierarchy-square-05:after {
    content: "䟅"
}

.hgi-duotone.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-duotone.hgi-hierarchy-square-06:after {
    content: "䟇"
}

.hgi-duotone.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-duotone.hgi-hierarchy-square-07:after {
    content: "䟉"
}

.hgi-duotone.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-duotone.hgi-hierarchy-square-08:after {
    content: "䟋"
}

.hgi-duotone.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-duotone.hgi-hierarchy-square-10:after {
    content: "䟍"
}

.hgi-duotone.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-duotone.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-duotone.hgi-high-heels-01:after {
    content: "䟐"
}

.hgi-duotone.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-duotone.hgi-high-heels-02:after {
    content: "䟒"
}

.hgi-duotone.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-duotone.hgi-hijab:after {
    content: "䟔"
}

.hgi-duotone.hgi-hijab:before {
    content: "䟕"
}

.hgi-duotone.hgi-hockey:after {
    content: "䟖"
}

.hgi-duotone.hgi-hockey:before {
    content: "䟗"
}

.hgi-duotone.hgi-hold-01:after {
    content: "䟘"
}

.hgi-duotone.hgi-hold-01:before {
    content: "䟙"
}

.hgi-duotone.hgi-hold-02:after {
    content: "䟚"
}

.hgi-duotone.hgi-hold-02:before {
    content: "䟛"
}

.hgi-duotone.hgi-hold-03:after {
    content: "䟜"
}

.hgi-duotone.hgi-hold-03:before {
    content: "䟝"
}

.hgi-duotone.hgi-hold-04:after {
    content: "䟞"
}

.hgi-duotone.hgi-hold-04:before {
    content: "䟟"
}

.hgi-duotone.hgi-hold-05:after {
    content: "䟠"
}

.hgi-duotone.hgi-hold-05:before {
    content: "䟡"
}

.hgi-duotone.hgi-hold-locked-01:after {
    content: "䟢"
}

.hgi-duotone.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-duotone.hgi-hold-locked-02:after {
    content: "䟤"
}

.hgi-duotone.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-duotone.hgi-hold-phone:after {
    content: "䟦"
}

.hgi-duotone.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-duotone.hgi-hologram:after {
    content: "䟨"
}

.hgi-duotone.hgi-hologram:before {
    content: "䟩"
}

.hgi-duotone.hgi-home-01:after {
    content: "䟪"
}

.hgi-duotone.hgi-home-01:before {
    content: "䟫"
}

.hgi-duotone.hgi-home-02:after {
    content: "䟬"
}

.hgi-duotone.hgi-home-02:before {
    content: "䟭"
}

.hgi-duotone.hgi-home-03:after {
    content: "䟮"
}

.hgi-duotone.hgi-home-03:before {
    content: "䟯"
}

.hgi-duotone.hgi-home-04:after {
    content: "䟰"
}

.hgi-duotone.hgi-home-04:before {
    content: "䟱"
}

.hgi-duotone.hgi-home-05:after {
    content: "䟲"
}

.hgi-duotone.hgi-home-05:before {
    content: "䟳"
}

.hgi-duotone.hgi-home-06:after {
    content: "䟴"
}

.hgi-duotone.hgi-home-06:before {
    content: "䟵"
}

.hgi-duotone.hgi-home-07:after {
    content: "䟶"
}

.hgi-duotone.hgi-home-07:before {
    content: "䟷"
}

.hgi-duotone.hgi-home-08:after {
    content: "䟸"
}

.hgi-duotone.hgi-home-08:before {
    content: "䟹"
}

.hgi-duotone.hgi-home-09:after {
    content: "䟺"
}

.hgi-duotone.hgi-home-09:before {
    content: "䟻"
}

.hgi-duotone.hgi-home-10:after {
    content: "䟼"
}

.hgi-duotone.hgi-home-10:before {
    content: "䟽"
}

.hgi-duotone.hgi-home-11:after {
    content: "䟾"
}

.hgi-duotone.hgi-home-11:before {
    content: "䟿"
}

.hgi-duotone.hgi-home-12:after {
    content: "䠀"
}

.hgi-duotone.hgi-home-12:before {
    content: "䠁"
}

.hgi-duotone.hgi-home-13:after {
    content: "䠂"
}

.hgi-duotone.hgi-home-13:before {
    content: "䠃"
}

.hgi-duotone.hgi-home-wifi:after {
    content: "䠄"
}

.hgi-duotone.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-duotone.hgi-honey-01:after {
    content: "䠆"
}

.hgi-duotone.hgi-honey-01:before {
    content: "䠇"
}

.hgi-duotone.hgi-honey-02:after {
    content: "䠈"
}

.hgi-duotone.hgi-honey-02:before {
    content: "䠉"
}

.hgi-duotone.hgi-honor:after {
    content: "䠊"
}

.hgi-duotone.hgi-honor:before {
    content: "䠋"
}

.hgi-duotone.hgi-honour-star:after {
    content: "䠌"
}

.hgi-duotone.hgi-honour-star:before {
    content: "䠍"
}

.hgi-duotone.hgi-hoodie:after {
    content: "䠎"
}

.hgi-duotone.hgi-hoodie:before {
    content: "䠏"
}

.hgi-duotone.hgi-horizonal-scroll-point:after {
    content: "䠐"
}

.hgi-duotone.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-duotone.hgi-horizontal-resize:after {
    content: "䠒"
}

.hgi-duotone.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-duotone.hgi-hospital-01:after {
    content: "䠔"
}

.hgi-duotone.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-duotone.hgi-hospital-02:after {
    content: "䠖"
}

.hgi-duotone.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-duotone.hgi-hospital-bed-01:after {
    content: "䠘"
}

.hgi-duotone.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-duotone.hgi-hospital-bed-02:after {
    content: "䠚"
}

.hgi-duotone.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-duotone.hgi-hospital-location:after {
    content: "䠜"
}

.hgi-duotone.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-duotone.hgi-hot-air-balloon:after {
    content: "䠞"
}

.hgi-duotone.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-duotone.hgi-hot-price:after {
    content: "䠠"
}

.hgi-duotone.hgi-hot-price:before {
    content: "䠡"
}

.hgi-duotone.hgi-hot-tube:after {
    content: "䠢"
}

.hgi-duotone.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-duotone.hgi-hotdog:after {
    content: "䠤"
}

.hgi-duotone.hgi-hotdog:before {
    content: "䠥"
}

.hgi-duotone.hgi-hotel-01:after {
    content: "䠦"
}

.hgi-duotone.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-duotone.hgi-hotel-02:after {
    content: "䠨"
}

.hgi-duotone.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-duotone.hgi-hotspot-offline:after {
    content: "䠪"
}

.hgi-duotone.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-duotone.hgi-hotspot:after {
    content: "䠬"
}

.hgi-duotone.hgi-hotspot:before {
    content: "䠭"
}

.hgi-duotone.hgi-hourglass-off:after {
    content: "䠮"
}

.hgi-duotone.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-duotone.hgi-hourglass:after {
    content: "䠰"
}

.hgi-duotone.hgi-hourglass:before {
    content: "䠱"
}

.hgi-duotone.hgi-house-01:after {
    content: "䠲"
}

.hgi-duotone.hgi-house-01:before {
    content: "䠳"
}

.hgi-duotone.hgi-house-02:after {
    content: "䠴"
}

.hgi-duotone.hgi-house-02:before {
    content: "䠵"
}

.hgi-duotone.hgi-house-03:after {
    content: "䠶"
}

.hgi-duotone.hgi-house-03:before {
    content: "䠷"
}

.hgi-duotone.hgi-house-04:after {
    content: "䠸"
}

.hgi-duotone.hgi-house-04:before {
    content: "䠹"
}

.hgi-duotone.hgi-house-05:after {
    content: "䠺"
}

.hgi-duotone.hgi-house-05:before {
    content: "䠻"
}

.hgi-duotone.hgi-house-solar-panel:after {
    content: "䠼"
}

.hgi-duotone.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-duotone.hgi-html-5:after {
    content: "䠾"
}

.hgi-duotone.hgi-html-5:before {
    content: "䠿"
}

.hgi-duotone.hgi-humidity:after {
    content: "䡀"
}

.hgi-duotone.hgi-humidity:before {
    content: "䡁"
}

.hgi-duotone.hgi-hut:after {
    content: "䡂"
}

.hgi-duotone.hgi-hut:before {
    content: "䡃"
}

.hgi-duotone.hgi-hydro-power:after {
    content: "䡄"
}

.hgi-duotone.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-duotone.hgi-hyperbole:after {
    content: "䡆"
}

.hgi-duotone.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-duotone.hgi-ice-cream-01:after {
    content: "䡈"
}

.hgi-duotone.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-duotone.hgi-ice-cream-02:after {
    content: "䡊"
}

.hgi-duotone.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-duotone.hgi-ice-cream-03:after {
    content: "䡌"
}

.hgi-duotone.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-duotone.hgi-ice-cream-04:after {
    content: "䡎"
}

.hgi-duotone.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-duotone.hgi-ice-hockey:after {
    content: "䡐"
}

.hgi-duotone.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-duotone.hgi-ice-skating:after {
    content: "䡒"
}

.hgi-duotone.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-duotone.hgi-ico:after {
    content: "䡔"
}

.hgi-duotone.hgi-ico:before {
    content: "䡕"
}

.hgi-duotone.hgi-iconjar:after {
    content: "䡖"
}

.hgi-duotone.hgi-iconjar:before {
    content: "䡗"
}

.hgi-duotone.hgi-id-not-verified:after {
    content: "䡘"
}

.hgi-duotone.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-duotone.hgi-id:after {
    content: "䡚"
}

.hgi-duotone.hgi-id-verified:after {
    content: "䡛"
}

.hgi-duotone.hgi-id-verified:before {
    content: "䡜"
}

.hgi-duotone.hgi-id:before {
    content: "䡝"
}

.hgi-duotone.hgi-idea-01:after {
    content: "䡞"
}

.hgi-duotone.hgi-idea-01:before {
    content: "䡟"
}

.hgi-duotone.hgi-idea:after {
    content: "䡠"
}

.hgi-duotone.hgi-idea:before {
    content: "䡡"
}

.hgi-duotone.hgi-identification:after {
    content: "䡢"
}

.hgi-duotone.hgi-identification:before {
    content: "䡣"
}

.hgi-duotone.hgi-identity-card:after {
    content: "䡤"
}

.hgi-duotone.hgi-identity-card:before {
    content: "䡥"
}

.hgi-duotone.hgi-image-01:after {
    content: "䡦"
}

.hgi-duotone.hgi-image-01:before {
    content: "䡧"
}

.hgi-duotone.hgi-image-02:after {
    content: "䡨"
}

.hgi-duotone.hgi-image-02:before {
    content: "䡩"
}

.hgi-duotone.hgi-image-add-01:after {
    content: "䡪"
}

.hgi-duotone.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-duotone.hgi-image-add-02:after {
    content: "䡬"
}

.hgi-duotone.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-duotone.hgi-image-composition-oval:after {
    content: "䡮"
}

.hgi-duotone.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-duotone.hgi-image-composition:after {
    content: "䡰"
}

.hgi-duotone.hgi-image-composition:before {
    content: "䡱"
}

.hgi-duotone.hgi-image-crop:after {
    content: "䡲"
}

.hgi-duotone.hgi-image-crop:before {
    content: "䡳"
}

.hgi-duotone.hgi-image-delete-01:after {
    content: "䡴"
}

.hgi-duotone.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-duotone.hgi-image-delete-02:after {
    content: "䡶"
}

.hgi-duotone.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-duotone.hgi-image-done-01:after {
    content: "䡸"
}

.hgi-duotone.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-duotone.hgi-image-done-02:after {
    content: "䡺"
}

.hgi-duotone.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-duotone.hgi-image-download-02:after {
    content: "䡼"
}

.hgi-duotone.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-duotone.hgi-image-download:after {
    content: "䡾"
}

.hgi-duotone.hgi-image-download:before {
    content: "䡿"
}

.hgi-duotone.hgi-image-not-found-01:after {
    content: "䢀"
}

.hgi-duotone.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-duotone.hgi-image-not-found-02:after {
    content: "䢂"
}

.hgi-duotone.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-duotone.hgi-image-remove-01:after {
    content: "䢄"
}

.hgi-duotone.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-duotone.hgi-image-remove-02:after {
    content: "䢆"
}

.hgi-duotone.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-duotone.hgi-image-upload-01:after {
    content: "䢈"
}

.hgi-duotone.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-duotone.hgi-image-upload:after {
    content: "䢊"
}

.hgi-duotone.hgi-image-upload:before {
    content: "䢋"
}

.hgi-duotone.hgi-imo:after {
    content: "䢌"
}

.hgi-duotone.hgi-imo:before {
    content: "䢍"
}

.hgi-duotone.hgi-important-book:after {
    content: "䢎"
}

.hgi-duotone.hgi-important-book:before {
    content: "䢏"
}

.hgi-duotone.hgi-in-love:after {
    content: "䢐"
}

.hgi-duotone.hgi-in-love:before {
    content: "䢑"
}

.hgi-duotone.hgi-inbox-check:after {
    content: "䢒"
}

.hgi-duotone.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-duotone.hgi-inbox-download:after {
    content: "䢔"
}

.hgi-duotone.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-duotone.hgi-inbox:after {
    content: "䢖"
}

.hgi-duotone.hgi-inbox-unread:after {
    content: "䢗"
}

.hgi-duotone.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-duotone.hgi-inbox-upload:after {
    content: "䢙"
}

.hgi-duotone.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-duotone.hgi-inbox:before {
    content: "䢛"
}

.hgi-duotone.hgi-incognito:after {
    content: "䢜"
}

.hgi-duotone.hgi-incognito:before {
    content: "䢝"
}

.hgi-duotone.hgi-india-gate:after {
    content: "䢞"
}

.hgi-duotone.hgi-india-gate:before {
    content: "䢟"
}

.hgi-duotone.hgi-inequality-01:after {
    content: "䢠"
}

.hgi-duotone.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-duotone.hgi-inequality-02:after {
    content: "䢢"
}

.hgi-duotone.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-duotone.hgi-inequality-circle-01:after {
    content: "䢤"
}

.hgi-duotone.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-duotone.hgi-inequality-circle-02:after {
    content: "䢦"
}

.hgi-duotone.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-duotone.hgi-inequality-square-01:after {
    content: "䢨"
}

.hgi-duotone.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-duotone.hgi-inequality-square-02:after {
    content: "䢪"
}

.hgi-duotone.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-duotone.hgi-infinity-01:after {
    content: "䢬"
}

.hgi-duotone.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-duotone.hgi-infinity-02:after {
    content: "䢮"
}

.hgi-duotone.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-duotone.hgi-infinity-circle:after {
    content: "䢰"
}

.hgi-duotone.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-duotone.hgi-infinity-square:after {
    content: "䢲"
}

.hgi-duotone.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-duotone.hgi-information-circle:after {
    content: "䢴"
}

.hgi-duotone.hgi-information-circle:before {
    content: "䢵"
}

.hgi-duotone.hgi-information-diamond:after {
    content: "䢶"
}

.hgi-duotone.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-duotone.hgi-information-square:after {
    content: "䢸"
}

.hgi-duotone.hgi-information-square:before {
    content: "䢹"
}

.hgi-duotone.hgi-injection:after {
    content: "䢺"
}

.hgi-duotone.hgi-injection:before {
    content: "䢻"
}

.hgi-duotone.hgi-insert-bottom-image:after {
    content: "䢼"
}

.hgi-duotone.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-duotone.hgi-insert-center-image:after {
    content: "䢾"
}

.hgi-duotone.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-duotone.hgi-insert-column-left:after {
    content: "䣀"
}

.hgi-duotone.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-duotone.hgi-insert-column:after {
    content: "䣂"
}

.hgi-duotone.hgi-insert-column:before {
    content: "䣃"
}

.hgi-duotone.hgi-insert-pi:after {
    content: "䣄"
}

.hgi-duotone.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-duotone.hgi-insert-row-down:after {
    content: "䣆"
}

.hgi-duotone.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-duotone.hgi-insert-row:after {
    content: "䣈"
}

.hgi-duotone.hgi-insert-row-up:after {
    content: "䣉"
}

.hgi-duotone.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-duotone.hgi-insert-row:before {
    content: "䣋"
}

.hgi-duotone.hgi-insert-top-image:after {
    content: "䣌"
}

.hgi-duotone.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-duotone.hgi-inspect-code:after {
    content: "䣎"
}

.hgi-duotone.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-duotone.hgi-instagram:after {
    content: "䣐"
}

.hgi-duotone.hgi-instagram:before {
    content: "䣑"
}

.hgi-duotone.hgi-installing-updates-01:after {
    content: "䣒"
}

.hgi-duotone.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-duotone.hgi-installing-updates-02:after {
    content: "䣔"
}

.hgi-duotone.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-duotone.hgi-internet-antenna-01:after {
    content: "䣖"
}

.hgi-duotone.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-duotone.hgi-internet-antenna-02:after {
    content: "䣘"
}

.hgi-duotone.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-duotone.hgi-internet-antenna-03:after {
    content: "䣚"
}

.hgi-duotone.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-duotone.hgi-internet-antenna-04:after {
    content: "䣜"
}

.hgi-duotone.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-duotone.hgi-internet:after {
    content: "䣞"
}

.hgi-duotone.hgi-internet:before {
    content: "䣟"
}

.hgi-duotone.hgi-investigation:after {
    content: "䣠"
}

.hgi-duotone.hgi-investigation:before {
    content: "䣡"
}

.hgi-duotone.hgi-invoice-01:after {
    content: "䣢"
}

.hgi-duotone.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-duotone.hgi-invoice-02:after {
    content: "䣤"
}

.hgi-duotone.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-duotone.hgi-invoice-03:after {
    content: "䣦"
}

.hgi-duotone.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-duotone.hgi-invoice-04:after {
    content: "䣨"
}

.hgi-duotone.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-duotone.hgi-invoice:after {
    content: "䣪"
}

.hgi-duotone.hgi-invoice:before {
    content: "䣫"
}

.hgi-duotone.hgi-ipod:after {
    content: "䣬"
}

.hgi-duotone.hgi-ipod:before {
    content: "䣭"
}

.hgi-duotone.hgi-iris-scan:after {
    content: "䣮"
}

.hgi-duotone.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-duotone.hgi-island:after {
    content: "䣰"
}

.hgi-duotone.hgi-island:before {
    content: "䣱"
}

.hgi-duotone.hgi-jar:after {
    content: "䣲"
}

.hgi-duotone.hgi-jar:before {
    content: "䣳"
}

.hgi-duotone.hgi-java-script:after {
    content: "䣴"
}

.hgi-duotone.hgi-java-script:before {
    content: "䣵"
}

.hgi-duotone.hgi-java:after {
    content: "䣶"
}

.hgi-duotone.hgi-java:before {
    content: "䣷"
}

.hgi-duotone.hgi-job-link:after {
    content: "䣸"
}

.hgi-duotone.hgi-job-link:before {
    content: "䣹"
}

.hgi-duotone.hgi-job-search:after {
    content: "䣺"
}

.hgi-duotone.hgi-job-search:before {
    content: "䣻"
}

.hgi-duotone.hgi-job-share:after {
    content: "䣼"
}

.hgi-duotone.hgi-job-share:before {
    content: "䣽"
}

.hgi-duotone.hgi-jogger-pants:after {
    content: "䣾"
}

.hgi-duotone.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-duotone.hgi-join-bevel:after {
    content: "䤀"
}

.hgi-duotone.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-duotone.hgi-join-round:after {
    content: "䤂"
}

.hgi-duotone.hgi-join-round:before {
    content: "䤃"
}

.hgi-duotone.hgi-join-straight:after {
    content: "䤄"
}

.hgi-duotone.hgi-join-straight:before {
    content: "䤅"
}

.hgi-duotone.hgi-joker:after {
    content: "䤆"
}

.hgi-duotone.hgi-joker:before {
    content: "䤇"
}

.hgi-duotone.hgi-joystick-01:after {
    content: "䤈"
}

.hgi-duotone.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-duotone.hgi-joystick-02:after {
    content: "䤊"
}

.hgi-duotone.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-duotone.hgi-joystick-03:after {
    content: "䤌"
}

.hgi-duotone.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-duotone.hgi-joystick-04:after {
    content: "䤎"
}

.hgi-duotone.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-duotone.hgi-joystick-05:after {
    content: "䤐"
}

.hgi-duotone.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-duotone.hgi-jpg-01:after {
    content: "䤒"
}

.hgi-duotone.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-duotone.hgi-jpg-02:after {
    content: "䤔"
}

.hgi-duotone.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-duotone.hgi-jsx-01:after {
    content: "䤖"
}

.hgi-duotone.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-duotone.hgi-jsx-02:after {
    content: "䤘"
}

.hgi-duotone.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-duotone.hgi-jsx-03:after {
    content: "䤚"
}

.hgi-duotone.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-duotone.hgi-judge:after {
    content: "䤜"
}

.hgi-duotone.hgi-judge:before {
    content: "䤝"
}

.hgi-duotone.hgi-jupiter:after {
    content: "䤞"
}

.hgi-duotone.hgi-jupiter:before {
    content: "䤟"
}

.hgi-duotone.hgi-justice-scale-01:after {
    content: "䤠"
}

.hgi-duotone.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-duotone.hgi-justice-scale-02:after {
    content: "䤢"
}

.hgi-duotone.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-duotone.hgi-kaaba-01:after {
    content: "䤤"
}

.hgi-duotone.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-duotone.hgi-kaaba-02:after {
    content: "䤦"
}

.hgi-duotone.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-duotone.hgi-kayak:after {
    content: "䤨"
}

.hgi-duotone.hgi-kayak:before {
    content: "䤩"
}

.hgi-duotone.hgi-keffiyeh:after {
    content: "䤪"
}

.hgi-duotone.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-duotone.hgi-kettle-01:after {
    content: "䤬"
}

.hgi-duotone.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-duotone.hgi-kettle:after {
    content: "䤮"
}

.hgi-duotone.hgi-kettle:before {
    content: "䤯"
}

.hgi-duotone.hgi-kettlebell:after {
    content: "䤰"
}

.hgi-duotone.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-duotone.hgi-ketupat:after {
    content: "䤲"
}

.hgi-duotone.hgi-ketupat:before {
    content: "䤳"
}

.hgi-duotone.hgi-key-01:after {
    content: "䤴"
}

.hgi-duotone.hgi-key-01:before {
    content: "䤵"
}

.hgi-duotone.hgi-key-02:after {
    content: "䤶"
}

.hgi-duotone.hgi-key-02:before {
    content: "䤷"
}

.hgi-duotone.hgi-key-generator-fob:after {
    content: "䤸"
}

.hgi-duotone.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-duotone.hgi-keyboard:after {
    content: "䤺"
}

.hgi-duotone.hgi-keyboard:before {
    content: "䤻"
}

.hgi-duotone.hgi-keyframe-add:after {
    content: "䤼"
}

.hgi-duotone.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-duotone.hgi-keyframe-align-center:after {
    content: "䤾"
}

.hgi-duotone.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-duotone.hgi-keyframe-align-horizontal:after {
    content: "䥀"
}

.hgi-duotone.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-duotone.hgi-keyframe-align-vertical:after {
    content: "䥂"
}

.hgi-duotone.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-duotone.hgi-keyframe-bottom:after {
    content: "䥄"
}

.hgi-duotone.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-duotone.hgi-keyframe-left:after {
    content: "䥆"
}

.hgi-duotone.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-duotone.hgi-keyframe-remove:after {
    content: "䥈"
}

.hgi-duotone.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-duotone.hgi-keyframe-right:after {
    content: "䥊"
}

.hgi-duotone.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-duotone.hgi-keyframe:after {
    content: "䥌"
}

.hgi-duotone.hgi-keyframe-top:after {
    content: "䥍"
}

.hgi-duotone.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-duotone.hgi-keyframe:before {
    content: "䥏"
}

.hgi-duotone.hgi-keyframes-double-add:after {
    content: "䥐"
}

.hgi-duotone.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-duotone.hgi-keyframes-double-remove:after {
    content: "䥒"
}

.hgi-duotone.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-duotone.hgi-keyframes-double:after {
    content: "䥔"
}

.hgi-duotone.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-duotone.hgi-keyframes-multiple-add:after {
    content: "䥖"
}

.hgi-duotone.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-duotone.hgi-keyframes-multiple-remove:after {
    content: "䥘"
}

.hgi-duotone.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-duotone.hgi-keyframes-multiple:after {
    content: "䥚"
}

.hgi-duotone.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-duotone.hgi-kickstarter-01:after {
    content: "䥜"
}

.hgi-duotone.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-duotone.hgi-kickstarter-02:after {
    content: "䥞"
}

.hgi-duotone.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-duotone.hgi-kid:after {
    content: "䥠"
}

.hgi-duotone.hgi-kid:before {
    content: "䥡"
}

.hgi-duotone.hgi-kidneys:after {
    content: "䥢"
}

.hgi-duotone.hgi-kidneys:before {
    content: "䥣"
}

.hgi-duotone.hgi-kissing:after {
    content: "䥤"
}

.hgi-duotone.hgi-kissing:before {
    content: "䥥"
}

.hgi-duotone.hgi-kitchen-utensils:after {
    content: "䥦"
}

.hgi-duotone.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-duotone.hgi-kite:after {
    content: "䥨"
}

.hgi-duotone.hgi-kite:before {
    content: "䥩"
}

.hgi-duotone.hgi-knife-01:after {
    content: "䥪"
}

.hgi-duotone.hgi-knife-01:before {
    content: "䥫"
}

.hgi-duotone.hgi-knife-02:after {
    content: "䥬"
}

.hgi-duotone.hgi-knife-02:before {
    content: "䥭"
}

.hgi-duotone.hgi-knife-bread:after {
    content: "䥮"
}

.hgi-duotone.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-duotone.hgi-knight-shield:after {
    content: "䥰"
}

.hgi-duotone.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-duotone.hgi-knives:after {
    content: "䥲"
}

.hgi-duotone.hgi-knives:before {
    content: "䥳"
}

.hgi-duotone.hgi-knowledge-01:after {
    content: "䥴"
}

.hgi-duotone.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-duotone.hgi-knowledge-02:after {
    content: "䥶"
}

.hgi-duotone.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-duotone.hgi-kurta-01:after {
    content: "䥸"
}

.hgi-duotone.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-duotone.hgi-kurta:after {
    content: "䥺"
}

.hgi-duotone.hgi-kurta:before {
    content: "䥻"
}

.hgi-duotone.hgi-label-important:after {
    content: "䥼"
}

.hgi-duotone.hgi-label-important:before {
    content: "䥽"
}

.hgi-duotone.hgi-label:after {
    content: "䥾"
}

.hgi-duotone.hgi-label:before {
    content: "䥿"
}

.hgi-duotone.hgi-labor:after {
    content: "䦀"
}

.hgi-duotone.hgi-labor:before {
    content: "䦁"
}

.hgi-duotone.hgi-labs:after {
    content: "䦂"
}

.hgi-duotone.hgi-labs:before {
    content: "䦃"
}

.hgi-duotone.hgi-lake:after {
    content: "䦄"
}

.hgi-duotone.hgi-lake:before {
    content: "䦅"
}

.hgi-duotone.hgi-lamp-01:after {
    content: "䦆"
}

.hgi-duotone.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-duotone.hgi-lamp-02:after {
    content: "䦈"
}

.hgi-duotone.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-duotone.hgi-lamp-03:after {
    content: "䦊"
}

.hgi-duotone.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-duotone.hgi-lamp-04:after {
    content: "䦌"
}

.hgi-duotone.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-duotone.hgi-lamp-05:after {
    content: "䦎"
}

.hgi-duotone.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-duotone.hgi-lamp:after {
    content: "䦐"
}

.hgi-duotone.hgi-lamp:before {
    content: "䦑"
}

.hgi-duotone.hgi-language-circle:after {
    content: "䦒"
}

.hgi-duotone.hgi-language-circle:before {
    content: "䦓"
}

.hgi-duotone.hgi-language-skill:after {
    content: "䦔"
}

.hgi-duotone.hgi-language-skill:before {
    content: "䦕"
}

.hgi-duotone.hgi-language-square:after {
    content: "䦖"
}

.hgi-duotone.hgi-language-square:before {
    content: "䦗"
}

.hgi-duotone.hgi-lantern:after {
    content: "䦘"
}

.hgi-duotone.hgi-lantern:before {
    content: "䦙"
}

.hgi-duotone.hgi-laptop-add:after {
    content: "䦚"
}

.hgi-duotone.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-duotone.hgi-laptop-charging:after {
    content: "䦜"
}

.hgi-duotone.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-duotone.hgi-laptop-check:after {
    content: "䦞"
}

.hgi-duotone.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-duotone.hgi-laptop-cloud:after {
    content: "䦠"
}

.hgi-duotone.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-duotone.hgi-laptop-issue:after {
    content: "䦢"
}

.hgi-duotone.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-duotone.hgi-laptop-performance:after {
    content: "䦤"
}

.hgi-duotone.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-duotone.hgi-laptop-phone-sync:after {
    content: "䦦"
}

.hgi-duotone.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-duotone.hgi-laptop-programming:after {
    content: "䦨"
}

.hgi-duotone.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-duotone.hgi-laptop-remove:after {
    content: "䦪"
}

.hgi-duotone.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-duotone.hgi-laptop:after {
    content: "䦬"
}

.hgi-duotone.hgi-laptop-settings:after {
    content: "䦭"
}

.hgi-duotone.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-duotone.hgi-laptop-video:after {
    content: "䦯"
}

.hgi-duotone.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-duotone.hgi-laptop:before {
    content: "䦱"
}

.hgi-duotone.hgi-lasso-tool-01:after {
    content: "䦲"
}

.hgi-duotone.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-duotone.hgi-lasso-tool-02:after {
    content: "䦴"
}

.hgi-duotone.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-duotone.hgi-last-fm:after {
    content: "䦶"
}

.hgi-duotone.hgi-last-fm:before {
    content: "䦷"
}

.hgi-duotone.hgi-latitude:after {
    content: "䦸"
}

.hgi-duotone.hgi-latitude:before {
    content: "䦹"
}

.hgi-duotone.hgi-laughing:after {
    content: "䦺"
}

.hgi-duotone.hgi-laughing:before {
    content: "䦻"
}

.hgi-duotone.hgi-laurel-wreath-01:after {
    content: "䦼"
}

.hgi-duotone.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-duotone.hgi-laurel-wreath-02:after {
    content: "䦾"
}

.hgi-duotone.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-duotone.hgi-laurel-wreath-first-01:after {
    content: "䧀"
}

.hgi-duotone.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-duotone.hgi-laurel-wreath-first-02:after {
    content: "䧂"
}

.hgi-duotone.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-duotone.hgi-laurel-wreath-left-01:after {
    content: "䧄"
}

.hgi-duotone.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-duotone.hgi-laurel-wreath-left-02:after {
    content: "䧆"
}

.hgi-duotone.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-duotone.hgi-laurel-wreath-left-03:after {
    content: "䧈"
}

.hgi-duotone.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-duotone.hgi-laurel-wreath-right-01:after {
    content: "䧊"
}

.hgi-duotone.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-duotone.hgi-laurel-wreath-right-02:after {
    content: "䧌"
}

.hgi-duotone.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-duotone.hgi-laurel-wreath-right-03:after {
    content: "䧎"
}

.hgi-duotone.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-duotone.hgi-layer-add:after {
    content: "䧐"
}

.hgi-duotone.hgi-layer-add:before {
    content: "䧑"
}

.hgi-duotone.hgi-layer-mask-01:after {
    content: "䧒"
}

.hgi-duotone.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-duotone.hgi-layer-mask-02:after {
    content: "䧔"
}

.hgi-duotone.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-duotone.hgi-layers-01:after {
    content: "䧖"
}

.hgi-duotone.hgi-layers-01:before {
    content: "䧗"
}

.hgi-duotone.hgi-layers-02:after {
    content: "䧘"
}

.hgi-duotone.hgi-layers-02:before {
    content: "䧙"
}

.hgi-duotone.hgi-layers-logo:after {
    content: "䧚"
}

.hgi-duotone.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-duotone.hgi-layout-01:after {
    content: "䧜"
}

.hgi-duotone.hgi-layout-01:before {
    content: "䧝"
}

.hgi-duotone.hgi-layout-02:after {
    content: "䧞"
}

.hgi-duotone.hgi-layout-02:before {
    content: "䧟"
}

.hgi-duotone.hgi-layout-03:after {
    content: "䧠"
}

.hgi-duotone.hgi-layout-03:before {
    content: "䧡"
}

.hgi-duotone.hgi-layout-04:after {
    content: "䧢"
}

.hgi-duotone.hgi-layout-04:before {
    content: "䧣"
}

.hgi-duotone.hgi-layout-05:after {
    content: "䧤"
}

.hgi-duotone.hgi-layout-05:before {
    content: "䧥"
}

.hgi-duotone.hgi-layout-06:after {
    content: "䧦"
}

.hgi-duotone.hgi-layout-06:before {
    content: "䧧"
}

.hgi-duotone.hgi-layout-07:after {
    content: "䧨"
}

.hgi-duotone.hgi-layout-07:before {
    content: "䧩"
}

.hgi-duotone.hgi-layout-2-column:after {
    content: "䧪"
}

.hgi-duotone.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-duotone.hgi-layout-2-row:after {
    content: "䧬"
}

.hgi-duotone.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-duotone.hgi-layout-3-column:after {
    content: "䧮"
}

.hgi-duotone.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-duotone.hgi-layout-3-row:after {
    content: "䧰"
}

.hgi-duotone.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-duotone.hgi-layout-bottom:after {
    content: "䧲"
}

.hgi-duotone.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-duotone.hgi-layout-grid:after {
    content: "䧴"
}

.hgi-duotone.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-duotone.hgi-layout-left:after {
    content: "䧶"
}

.hgi-duotone.hgi-layout-left:before {
    content: "䧷"
}

.hgi-duotone.hgi-layout-right:after {
    content: "䧸"
}

.hgi-duotone.hgi-layout-right:before {
    content: "䧹"
}

.hgi-duotone.hgi-layout-table-01:after {
    content: "䧺"
}

.hgi-duotone.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-duotone.hgi-layout-table-02:after {
    content: "䧼"
}

.hgi-duotone.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-duotone.hgi-layout-top:after {
    content: "䧾"
}

.hgi-duotone.hgi-layout-top:before {
    content: "䧿"
}

.hgi-duotone.hgi-leaf-01:after {
    content: "䨀"
}

.hgi-duotone.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-duotone.hgi-leaf-02:after {
    content: "䨂"
}

.hgi-duotone.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-duotone.hgi-leaf-03:after {
    content: "䨄"
}

.hgi-duotone.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-duotone.hgi-leaf-04:after {
    content: "䨆"
}

.hgi-duotone.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-duotone.hgi-leaving-geo-fence:after {
    content: "䨈"
}

.hgi-duotone.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-duotone.hgi-leetcode:after {
    content: "䨊"
}

.hgi-duotone.hgi-leetcode:before {
    content: "䨋"
}

.hgi-duotone.hgi-left-angle:after {
    content: "䨌"
}

.hgi-duotone.hgi-left-angle:before {
    content: "䨍"
}

.hgi-duotone.hgi-left-to-right-block-quote:after {
    content: "䨎"
}

.hgi-duotone.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-duotone.hgi-left-to-right-list-bullet:after {
    content: "䨐"
}

.hgi-duotone.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-duotone.hgi-left-to-right-list-dash:after {
    content: "䨒"
}

.hgi-duotone.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-duotone.hgi-left-to-right-list-number:after {
    content: "䨔"
}

.hgi-duotone.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-duotone.hgi-left-to-right-list-star-01:after {
    content: "䨖"
}

.hgi-duotone.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-duotone.hgi-left-to-right-list-star:after {
    content: "䨘"
}

.hgi-duotone.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-duotone.hgi-left-to-right-list-triangle:after {
    content: "䨚"
}

.hgi-duotone.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-duotone.hgi-left-triangle:after {
    content: "䨜"
}

.hgi-duotone.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-duotone.hgi-legal-01:after {
    content: "䨞"
}

.hgi-duotone.hgi-legal-01:before {
    content: "䨟"
}

.hgi-duotone.hgi-legal-02:after {
    content: "䨠"
}

.hgi-duotone.hgi-legal-02:before {
    content: "䨡"
}

.hgi-duotone.hgi-legal-document-01:after {
    content: "䨢"
}

.hgi-duotone.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-duotone.hgi-legal-document-02:after {
    content: "䨤"
}

.hgi-duotone.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-duotone.hgi-legal-hammer:after {
    content: "䨦"
}

.hgi-duotone.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-duotone.hgi-less-than-circle:after {
    content: "䨨"
}

.hgi-duotone.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-duotone.hgi-less-than:after {
    content: "䨪"
}

.hgi-duotone.hgi-less-than-square:after {
    content: "䨫"
}

.hgi-duotone.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-duotone.hgi-less-than:before {
    content: "䨭"
}

.hgi-duotone.hgi-letter-spacing:after {
    content: "䨮"
}

.hgi-duotone.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-duotone.hgi-libraries:after {
    content: "䨰"
}

.hgi-duotone.hgi-libraries:before {
    content: "䨱"
}

.hgi-duotone.hgi-library:after {
    content: "䨲"
}

.hgi-duotone.hgi-library:before {
    content: "䨳"
}

.hgi-duotone.hgi-license-draft:after {
    content: "䨴"
}

.hgi-duotone.hgi-license-draft:before {
    content: "䨵"
}

.hgi-duotone.hgi-license-maintenance:after {
    content: "䨶"
}

.hgi-duotone.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-duotone.hgi-license-no:after {
    content: "䨸"
}

.hgi-duotone.hgi-license-no:before {
    content: "䨹"
}

.hgi-duotone.hgi-license-pin:after {
    content: "䨺"
}

.hgi-duotone.hgi-license-pin:before {
    content: "䨻"
}

.hgi-duotone.hgi-license:after {
    content: "䨼"
}

.hgi-duotone.hgi-license-third-party:after {
    content: "䨽"
}

.hgi-duotone.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-duotone.hgi-license:before {
    content: "䨿"
}

.hgi-duotone.hgi-lift-truck:after {
    content: "䩀"
}

.hgi-duotone.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-duotone.hgi-lighthouse:after {
    content: "䩂"
}

.hgi-duotone.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-duotone.hgi-limitation:after {
    content: "䩄"
}

.hgi-duotone.hgi-limitation:before {
    content: "䩅"
}

.hgi-duotone.hgi-line:after {
    content: "䩆"
}

.hgi-duotone.hgi-line:before {
    content: "䩇"
}

.hgi-duotone.hgi-liner:after {
    content: "䩈"
}

.hgi-duotone.hgi-liner:before {
    content: "䩉"
}

.hgi-duotone.hgi-link-01:after {
    content: "䩊"
}

.hgi-duotone.hgi-link-01:before {
    content: "䩋"
}

.hgi-duotone.hgi-link-02:after {
    content: "䩌"
}

.hgi-duotone.hgi-link-02:before {
    content: "䩍"
}

.hgi-duotone.hgi-link-03:after {
    content: "䩎"
}

.hgi-duotone.hgi-link-03:before {
    content: "䩏"
}

.hgi-duotone.hgi-link-04:after {
    content: "䩐"
}

.hgi-duotone.hgi-link-04:before {
    content: "䩑"
}

.hgi-duotone.hgi-link-05:after {
    content: "䩒"
}

.hgi-duotone.hgi-link-05:before {
    content: "䩓"
}

.hgi-duotone.hgi-link-06:after {
    content: "䩔"
}

.hgi-duotone.hgi-link-06:before {
    content: "䩕"
}

.hgi-duotone.hgi-link-backward:after {
    content: "䩖"
}

.hgi-duotone.hgi-link-backward:before {
    content: "䩗"
}

.hgi-duotone.hgi-link-circle-02:after {
    content: "䩘"
}

.hgi-duotone.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-duotone.hgi-link-circle:after {
    content: "䩚"
}

.hgi-duotone.hgi-link-circle:before {
    content: "䩛"
}

.hgi-duotone.hgi-link-forward:after {
    content: "䩜"
}

.hgi-duotone.hgi-link-forward:before {
    content: "䩝"
}

.hgi-duotone.hgi-link-square-01:after {
    content: "䩞"
}

.hgi-duotone.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-duotone.hgi-link-square-02:after {
    content: "䩠"
}

.hgi-duotone.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-duotone.hgi-linkedin-01:after {
    content: "䩢"
}

.hgi-duotone.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-duotone.hgi-linkedin-02:after {
    content: "䩤"
}

.hgi-duotone.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-duotone.hgi-list-setting:after {
    content: "䩦"
}

.hgi-duotone.hgi-list-setting:before {
    content: "䩧"
}

.hgi-duotone.hgi-list-view:after {
    content: "䩨"
}

.hgi-duotone.hgi-list-view:before {
    content: "䩩"
}

.hgi-duotone.hgi-litecoin:after {
    content: "䩪"
}

.hgi-duotone.hgi-litecoin:before {
    content: "䩫"
}

.hgi-duotone.hgi-liver:after {
    content: "䩬"
}

.hgi-duotone.hgi-liver:before {
    content: "䩭"
}

.hgi-duotone.hgi-loading-01:after {
    content: "䩮"
}

.hgi-duotone.hgi-loading-01:before {
    content: "䩯"
}

.hgi-duotone.hgi-loading-02:after {
    content: "䩰"
}

.hgi-duotone.hgi-loading-02:before {
    content: "䩱"
}

.hgi-duotone.hgi-loading-03:after {
    content: "䩲"
}

.hgi-duotone.hgi-loading-03:before {
    content: "䩳"
}

.hgi-duotone.hgi-loading-04:after {
    content: "䩴"
}

.hgi-duotone.hgi-loading-04:before {
    content: "䩵"
}

.hgi-duotone.hgi-location-01:after {
    content: "䩶"
}

.hgi-duotone.hgi-location-01:before {
    content: "䩷"
}

.hgi-duotone.hgi-location-02:after {
    content: "䩸"
}

.hgi-duotone.hgi-location-02:before {
    content: "䩹"
}

.hgi-duotone.hgi-location-03:after {
    content: "䩺"
}

.hgi-duotone.hgi-location-03:before {
    content: "䩻"
}

.hgi-duotone.hgi-location-04:after {
    content: "䩼"
}

.hgi-duotone.hgi-location-04:before {
    content: "䩽"
}

.hgi-duotone.hgi-location-05:after {
    content: "䩾"
}

.hgi-duotone.hgi-location-05:before {
    content: "䩿"
}

.hgi-duotone.hgi-location-06:after {
    content: "䪀"
}

.hgi-duotone.hgi-location-06:before {
    content: "䪁"
}

.hgi-duotone.hgi-location-07:after {
    content: "䪂"
}

.hgi-duotone.hgi-location-07:before {
    content: "䪃"
}

.hgi-duotone.hgi-location-08:after {
    content: "䪄"
}

.hgi-duotone.hgi-location-08:before {
    content: "䪅"
}

.hgi-duotone.hgi-location-09:after {
    content: "䪆"
}

.hgi-duotone.hgi-location-09:before {
    content: "䪇"
}

.hgi-duotone.hgi-location-10:after {
    content: "䪈"
}

.hgi-duotone.hgi-location-10:before {
    content: "䪉"
}

.hgi-duotone.hgi-location-add-01:after {
    content: "䪊"
}

.hgi-duotone.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-duotone.hgi-location-add-02:after {
    content: "䪌"
}

.hgi-duotone.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-duotone.hgi-location-check-01:after {
    content: "䪎"
}

.hgi-duotone.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-duotone.hgi-location-check-02:after {
    content: "䪐"
}

.hgi-duotone.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-duotone.hgi-location-favourite-01:after {
    content: "䪒"
}

.hgi-duotone.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-duotone.hgi-location-favourite-02:after {
    content: "䪔"
}

.hgi-duotone.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-duotone.hgi-location-offline-01:after {
    content: "䪖"
}

.hgi-duotone.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-duotone.hgi-location-offline-02:after {
    content: "䪘"
}

.hgi-duotone.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-duotone.hgi-location-offline-03:after {
    content: "䪚"
}

.hgi-duotone.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-duotone.hgi-location-offline-04:after {
    content: "䪜"
}

.hgi-duotone.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-duotone.hgi-location-remove-01:after {
    content: "䪞"
}

.hgi-duotone.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-duotone.hgi-location-remove-02:after {
    content: "䪠"
}

.hgi-duotone.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-duotone.hgi-location-share-01:after {
    content: "䪢"
}

.hgi-duotone.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-duotone.hgi-location-share-02:after {
    content: "䪤"
}

.hgi-duotone.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-duotone.hgi-location-star-01:after {
    content: "䪦"
}

.hgi-duotone.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-duotone.hgi-location-star-02:after {
    content: "䪨"
}

.hgi-duotone.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-duotone.hgi-location-update-01:after {
    content: "䪪"
}

.hgi-duotone.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-duotone.hgi-location-update-02:after {
    content: "䪬"
}

.hgi-duotone.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-duotone.hgi-location-user-01:after {
    content: "䪮"
}

.hgi-duotone.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-duotone.hgi-location-user-02:after {
    content: "䪰"
}

.hgi-duotone.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-duotone.hgi-location-user-03:after {
    content: "䪲"
}

.hgi-duotone.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-duotone.hgi-location-user-04:after {
    content: "䪴"
}

.hgi-duotone.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-duotone.hgi-lock-computer:after {
    content: "䪶"
}

.hgi-duotone.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-duotone.hgi-lock-key:after {
    content: "䪸"
}

.hgi-duotone.hgi-lock-key:before {
    content: "䪹"
}

.hgi-duotone.hgi-lock-password:after {
    content: "䪺"
}

.hgi-duotone.hgi-lock-password:before {
    content: "䪻"
}

.hgi-duotone.hgi-lock:after {
    content: "䪼"
}

.hgi-duotone.hgi-lock-sync-01:after {
    content: "䪽"
}

.hgi-duotone.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-duotone.hgi-lock-sync-02:after {
    content: "䪿"
}

.hgi-duotone.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-duotone.hgi-lock:before {
    content: "䫁"
}

.hgi-duotone.hgi-locked:after {
    content: "䫂"
}

.hgi-duotone.hgi-locked:before {
    content: "䫃"
}

.hgi-duotone.hgi-locker-01:after {
    content: "䫄"
}

.hgi-duotone.hgi-locker-01:before {
    content: "䫅"
}

.hgi-duotone.hgi-locker:after {
    content: "䫆"
}

.hgi-duotone.hgi-locker:before {
    content: "䫇"
}

.hgi-duotone.hgi-login-01:after {
    content: "䫈"
}

.hgi-duotone.hgi-login-01:before {
    content: "䫉"
}

.hgi-duotone.hgi-login-02:after {
    content: "䫊"
}

.hgi-duotone.hgi-login-02:before {
    content: "䫋"
}

.hgi-duotone.hgi-login-03:after {
    content: "䫌"
}

.hgi-duotone.hgi-login-03:before {
    content: "䫍"
}

.hgi-duotone.hgi-login-circle-01:after {
    content: "䫎"
}

.hgi-duotone.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-duotone.hgi-login-circle-02:after {
    content: "䫐"
}

.hgi-duotone.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-duotone.hgi-login-method:after {
    content: "䫒"
}

.hgi-duotone.hgi-login-method:before {
    content: "䫓"
}

.hgi-duotone.hgi-login-square-01:after {
    content: "䫔"
}

.hgi-duotone.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-duotone.hgi-login-square-02:after {
    content: "䫖"
}

.hgi-duotone.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-duotone.hgi-logout-01:after {
    content: "䫘"
}

.hgi-duotone.hgi-logout-01:before {
    content: "䫙"
}

.hgi-duotone.hgi-logout-02:after {
    content: "䫚"
}

.hgi-duotone.hgi-logout-02:before {
    content: "䫛"
}

.hgi-duotone.hgi-logout-03:after {
    content: "䫜"
}

.hgi-duotone.hgi-logout-03:before {
    content: "䫝"
}

.hgi-duotone.hgi-logout-04:after {
    content: "䫞"
}

.hgi-duotone.hgi-logout-04:before {
    content: "䫟"
}

.hgi-duotone.hgi-logout-05:after {
    content: "䫠"
}

.hgi-duotone.hgi-logout-05:before {
    content: "䫡"
}

.hgi-duotone.hgi-logout-circle-01:after {
    content: "䫢"
}

.hgi-duotone.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-duotone.hgi-logout-circle-02:after {
    content: "䫤"
}

.hgi-duotone.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-duotone.hgi-logout-square-01:after {
    content: "䫦"
}

.hgi-duotone.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-duotone.hgi-logout-square-02:after {
    content: "䫨"
}

.hgi-duotone.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-duotone.hgi-lollipop:after {
    content: "䫪"
}

.hgi-duotone.hgi-lollipop:before {
    content: "䫫"
}

.hgi-duotone.hgi-long-sleeve-shirt:after {
    content: "䫬"
}

.hgi-duotone.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-duotone.hgi-longitude:after {
    content: "䫮"
}

.hgi-duotone.hgi-longitude:before {
    content: "䫯"
}

.hgi-duotone.hgi-look-bottom:after {
    content: "䫰"
}

.hgi-duotone.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-duotone.hgi-look-left:after {
    content: "䫲"
}

.hgi-duotone.hgi-look-left:before {
    content: "䫳"
}

.hgi-duotone.hgi-look-right:after {
    content: "䫴"
}

.hgi-duotone.hgi-look-right:before {
    content: "䫵"
}

.hgi-duotone.hgi-look-top:after {
    content: "䫶"
}

.hgi-duotone.hgi-look-top:before {
    content: "䫷"
}

.hgi-duotone.hgi-loom:after {
    content: "䫸"
}

.hgi-duotone.hgi-loom:before {
    content: "䫹"
}

.hgi-duotone.hgi-lottiefiles:after {
    content: "䫺"
}

.hgi-duotone.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-duotone.hgi-love-korean-finger:after {
    content: "䫼"
}

.hgi-duotone.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-duotone.hgi-loyalty-card:after {
    content: "䫾"
}

.hgi-duotone.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-duotone.hgi-luggage-01:after {
    content: "䬀"
}

.hgi-duotone.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-duotone.hgi-luggage-02:after {
    content: "䬂"
}

.hgi-duotone.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-duotone.hgi-lungs:after {
    content: "䬄"
}

.hgi-duotone.hgi-lungs:before {
    content: "䬅"
}

.hgi-duotone.hgi-machine-robot:after {
    content: "䬆"
}

.hgi-duotone.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-duotone.hgi-magic-wand-01:after {
    content: "䬈"
}

.hgi-duotone.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-duotone.hgi-magic-wand-02:after {
    content: "䬊"
}

.hgi-duotone.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-duotone.hgi-magic-wand-03:after {
    content: "䬌"
}

.hgi-duotone.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-duotone.hgi-magnet-01:after {
    content: "䬎"
}

.hgi-duotone.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-duotone.hgi-magnet-02:after {
    content: "䬐"
}

.hgi-duotone.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-duotone.hgi-magnet:after {
    content: "䬒"
}

.hgi-duotone.hgi-magnet:before {
    content: "䬓"
}

.hgi-duotone.hgi-mail-01:after {
    content: "䬔"
}

.hgi-duotone.hgi-mail-01:before {
    content: "䬕"
}

.hgi-duotone.hgi-mail-02:after {
    content: "䬖"
}

.hgi-duotone.hgi-mail-02:before {
    content: "䬗"
}

.hgi-duotone.hgi-mail-account-01:after {
    content: "䬘"
}

.hgi-duotone.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-duotone.hgi-mail-account-02:after {
    content: "䬚"
}

.hgi-duotone.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-duotone.hgi-mail-add-01:after {
    content: "䬜"
}

.hgi-duotone.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-duotone.hgi-mail-add-02:after {
    content: "䬞"
}

.hgi-duotone.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-duotone.hgi-mail-at-sign-01:after {
    content: "䬠"
}

.hgi-duotone.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-duotone.hgi-mail-at-sign-02:after {
    content: "䬢"
}

.hgi-duotone.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-duotone.hgi-mail-block-01:after {
    content: "䬤"
}

.hgi-duotone.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-duotone.hgi-mail-block-02:after {
    content: "䬦"
}

.hgi-duotone.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-duotone.hgi-mail-download-01:after {
    content: "䬨"
}

.hgi-duotone.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-duotone.hgi-mail-download-02:after {
    content: "䬪"
}

.hgi-duotone.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-duotone.hgi-mail-edit-01:after {
    content: "䬬"
}

.hgi-duotone.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-duotone.hgi-mail-edit-02:after {
    content: "䬮"
}

.hgi-duotone.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-duotone.hgi-mail-lock-01:after {
    content: "䬰"
}

.hgi-duotone.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-duotone.hgi-mail-lock-02:after {
    content: "䬲"
}

.hgi-duotone.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-duotone.hgi-mail-love-01:after {
    content: "䬴"
}

.hgi-duotone.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-duotone.hgi-mail-love-02:after {
    content: "䬶"
}

.hgi-duotone.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-duotone.hgi-mail-minus-01:after {
    content: "䬸"
}

.hgi-duotone.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-duotone.hgi-mail-minus-02:after {
    content: "䬺"
}

.hgi-duotone.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-duotone.hgi-mail-open-01:after {
    content: "䬼"
}

.hgi-duotone.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-duotone.hgi-mail-open-02:after {
    content: "䬾"
}

.hgi-duotone.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-duotone.hgi-mail-open-love:after {
    content: "䭀"
}

.hgi-duotone.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-duotone.hgi-mail-open:after {
    content: "䭂"
}

.hgi-duotone.hgi-mail-open:before {
    content: "䭃"
}

.hgi-duotone.hgi-mail-receive-01:after {
    content: "䭄"
}

.hgi-duotone.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-duotone.hgi-mail-receive-02:after {
    content: "䭆"
}

.hgi-duotone.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-duotone.hgi-mail-remove-01:after {
    content: "䭈"
}

.hgi-duotone.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-duotone.hgi-mail-remove-02:after {
    content: "䭊"
}

.hgi-duotone.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-duotone.hgi-mail-reply-01:after {
    content: "䭌"
}

.hgi-duotone.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-duotone.hgi-mail-reply-02:after {
    content: "䭎"
}

.hgi-duotone.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-duotone.hgi-mail-reply-all-01:after {
    content: "䭐"
}

.hgi-duotone.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-duotone.hgi-mail-reply-all-02:after {
    content: "䭒"
}

.hgi-duotone.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-duotone.hgi-mail-search-01:after {
    content: "䭔"
}

.hgi-duotone.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-duotone.hgi-mail-search-02:after {
    content: "䭖"
}

.hgi-duotone.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-duotone.hgi-mail-secure-01:after {
    content: "䭘"
}

.hgi-duotone.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-duotone.hgi-mail-secure-02:after {
    content: "䭚"
}

.hgi-duotone.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-duotone.hgi-mail-send-01:after {
    content: "䭜"
}

.hgi-duotone.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-duotone.hgi-mail-send-02:after {
    content: "䭞"
}

.hgi-duotone.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-duotone.hgi-mail-setting-01:after {
    content: "䭠"
}

.hgi-duotone.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-duotone.hgi-mail-setting-02:after {
    content: "䭢"
}

.hgi-duotone.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-duotone.hgi-mail-unlock-01:after {
    content: "䭤"
}

.hgi-duotone.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-duotone.hgi-mail-unlock-02:after {
    content: "䭦"
}

.hgi-duotone.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-duotone.hgi-mail-upload-01:after {
    content: "䭨"
}

.hgi-duotone.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-duotone.hgi-mail-upload-02:after {
    content: "䭪"
}

.hgi-duotone.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-duotone.hgi-mail-validation-01:after {
    content: "䭬"
}

.hgi-duotone.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-duotone.hgi-mail-validation-02:after {
    content: "䭮"
}

.hgi-duotone.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-duotone.hgi-mail-voice-01:after {
    content: "䭰"
}

.hgi-duotone.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-duotone.hgi-mail-voice-02:after {
    content: "䭲"
}

.hgi-duotone.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-duotone.hgi-mailbox-01:after {
    content: "䭴"
}

.hgi-duotone.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-duotone.hgi-mailbox:after {
    content: "䭶"
}

.hgi-duotone.hgi-mailbox:before {
    content: "䭷"
}

.hgi-duotone.hgi-manager:after {
    content: "䭸"
}

.hgi-duotone.hgi-manager:before {
    content: "䭹"
}

.hgi-duotone.hgi-map-pin:after {
    content: "䭺"
}

.hgi-duotone.hgi-map-pin:before {
    content: "䭻"
}

.hgi-duotone.hgi-map-pinpoint-01:after {
    content: "䭼"
}

.hgi-duotone.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-duotone.hgi-map-pinpoint-02:after {
    content: "䭾"
}

.hgi-duotone.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-duotone.hgi-maping:after {
    content: "䮀"
}

.hgi-duotone.hgi-maping:before {
    content: "䮁"
}

.hgi-duotone.hgi-maps-circle-01:after {
    content: "䮂"
}

.hgi-duotone.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-duotone.hgi-maps-circle-02:after {
    content: "䮄"
}

.hgi-duotone.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-duotone.hgi-maps-editing:after {
    content: "䮆"
}

.hgi-duotone.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-duotone.hgi-maps-global-01:after {
    content: "䮈"
}

.hgi-duotone.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-duotone.hgi-maps-global-02:after {
    content: "䮊"
}

.hgi-duotone.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-duotone.hgi-maps-location-01:after {
    content: "䮌"
}

.hgi-duotone.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-duotone.hgi-maps-location-02:after {
    content: "䮎"
}

.hgi-duotone.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-duotone.hgi-maps-off:after {
    content: "䮐"
}

.hgi-duotone.hgi-maps-off:before {
    content: "䮑"
}

.hgi-duotone.hgi-maps-refresh:after {
    content: "䮒"
}

.hgi-duotone.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-duotone.hgi-maps-search:after {
    content: "䮔"
}

.hgi-duotone.hgi-maps-search:before {
    content: "䮕"
}

.hgi-duotone.hgi-maps:after {
    content: "䮖"
}

.hgi-duotone.hgi-maps-square-01:after {
    content: "䮗"
}

.hgi-duotone.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-duotone.hgi-maps-square-02:after {
    content: "䮙"
}

.hgi-duotone.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-duotone.hgi-maps:before {
    content: "䮛"
}

.hgi-duotone.hgi-market-analysis:after {
    content: "䮜"
}

.hgi-duotone.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-duotone.hgi-marketing:after {
    content: "䮞"
}

.hgi-duotone.hgi-marketing:before {
    content: "䮟"
}

.hgi-duotone.hgi-mask-love:after {
    content: "䮠"
}

.hgi-duotone.hgi-mask-love:before {
    content: "䮡"
}

.hgi-duotone.hgi-mask:after {
    content: "䮢"
}

.hgi-duotone.hgi-mask:before {
    content: "䮣"
}

.hgi-duotone.hgi-master-card:after {
    content: "䮤"
}

.hgi-duotone.hgi-master-card:before {
    content: "䮥"
}

.hgi-duotone.hgi-matches:after {
    content: "䮦"
}

.hgi-duotone.hgi-matches:before {
    content: "䮧"
}

.hgi-duotone.hgi-math:after {
    content: "䮨"
}

.hgi-duotone.hgi-math:before {
    content: "䮩"
}

.hgi-duotone.hgi-matrix:after {
    content: "䮪"
}

.hgi-duotone.hgi-matrix:before {
    content: "䮫"
}

.hgi-duotone.hgi-maximize-01:after {
    content: "䮬"
}

.hgi-duotone.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-duotone.hgi-maximize-02:after {
    content: "䮮"
}

.hgi-duotone.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-duotone.hgi-maximize-03:after {
    content: "䮰"
}

.hgi-duotone.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-duotone.hgi-maximize-04:after {
    content: "䮲"
}

.hgi-duotone.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-duotone.hgi-maximize-screen:after {
    content: "䮴"
}

.hgi-duotone.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-duotone.hgi-mayan-pyramid:after {
    content: "䮶"
}

.hgi-duotone.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-duotone.hgi-maze:after {
    content: "䮸"
}

.hgi-duotone.hgi-maze:before {
    content: "䮹"
}

.hgi-duotone.hgi-medal-01:after {
    content: "䮺"
}

.hgi-duotone.hgi-medal-01:before {
    content: "䮻"
}

.hgi-duotone.hgi-medal-02:after {
    content: "䮼"
}

.hgi-duotone.hgi-medal-02:before {
    content: "䮽"
}

.hgi-duotone.hgi-medal-03:after {
    content: "䮾"
}

.hgi-duotone.hgi-medal-03:before {
    content: "䮿"
}

.hgi-duotone.hgi-medal-04:after {
    content: "䯀"
}

.hgi-duotone.hgi-medal-04:before {
    content: "䯁"
}

.hgi-duotone.hgi-medal-05:after {
    content: "䯂"
}

.hgi-duotone.hgi-medal-05:before {
    content: "䯃"
}

.hgi-duotone.hgi-medal-06:after {
    content: "䯄"
}

.hgi-duotone.hgi-medal-06:before {
    content: "䯅"
}

.hgi-duotone.hgi-medal-07:after {
    content: "䯆"
}

.hgi-duotone.hgi-medal-07:before {
    content: "䯇"
}

.hgi-duotone.hgi-medal-first-place:after {
    content: "䯈"
}

.hgi-duotone.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-duotone.hgi-medal-second-place:after {
    content: "䯊"
}

.hgi-duotone.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-duotone.hgi-medal-third-place:after {
    content: "䯌"
}

.hgi-duotone.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-duotone.hgi-medical-file:after {
    content: "䯎"
}

.hgi-duotone.hgi-medical-file:before {
    content: "䯏"
}

.hgi-duotone.hgi-medical-mask:after {
    content: "䯐"
}

.hgi-duotone.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-duotone.hgi-medicine-01:after {
    content: "䯒"
}

.hgi-duotone.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-duotone.hgi-medicine-02:after {
    content: "䯔"
}

.hgi-duotone.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-duotone.hgi-medicine-bottle-01:after {
    content: "䯖"
}

.hgi-duotone.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-duotone.hgi-medicine-bottle-02:after {
    content: "䯘"
}

.hgi-duotone.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-duotone.hgi-medicine-syrup:after {
    content: "䯚"
}

.hgi-duotone.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-duotone.hgi-medium:after {
    content: "䯜"
}

.hgi-duotone.hgi-medium-square:after {
    content: "䯝"
}

.hgi-duotone.hgi-medium-square:before {
    content: "䯞"
}

.hgi-duotone.hgi-medium:before {
    content: "䯟"
}

.hgi-duotone.hgi-meeting-room:after {
    content: "䯠"
}

.hgi-duotone.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-duotone.hgi-megaphone-01:after {
    content: "䯢"
}

.hgi-duotone.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-duotone.hgi-megaphone-02:after {
    content: "䯤"
}

.hgi-duotone.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-duotone.hgi-meh:after {
    content: "䯦"
}

.hgi-duotone.hgi-meh:before {
    content: "䯧"
}

.hgi-duotone.hgi-mentor:after {
    content: "䯨"
}

.hgi-duotone.hgi-mentor:before {
    content: "䯩"
}

.hgi-duotone.hgi-mentoring:after {
    content: "䯪"
}

.hgi-duotone.hgi-mentoring:before {
    content: "䯫"
}

.hgi-duotone.hgi-menu-01:after {
    content: "䯬"
}

.hgi-duotone.hgi-menu-01:before {
    content: "䯭"
}

.hgi-duotone.hgi-menu-02:after {
    content: "䯮"
}

.hgi-duotone.hgi-menu-02:before {
    content: "䯯"
}

.hgi-duotone.hgi-menu-03:after {
    content: "䯰"
}

.hgi-duotone.hgi-menu-03:before {
    content: "䯱"
}

.hgi-duotone.hgi-menu-04:after {
    content: "䯲"
}

.hgi-duotone.hgi-menu-04:before {
    content: "䯳"
}

.hgi-duotone.hgi-menu-05:after {
    content: "䯴"
}

.hgi-duotone.hgi-menu-05:before {
    content: "䯵"
}

.hgi-duotone.hgi-menu-06:after {
    content: "䯶"
}

.hgi-duotone.hgi-menu-06:before {
    content: "䯷"
}

.hgi-duotone.hgi-menu-07:after {
    content: "䯸"
}

.hgi-duotone.hgi-menu-07:before {
    content: "䯹"
}

.hgi-duotone.hgi-menu-08:after {
    content: "䯺"
}

.hgi-duotone.hgi-menu-08:before {
    content: "䯻"
}

.hgi-duotone.hgi-menu-09:after {
    content: "䯼"
}

.hgi-duotone.hgi-menu-09:before {
    content: "䯽"
}

.hgi-duotone.hgi-menu-10:after {
    content: "䯾"
}

.hgi-duotone.hgi-menu-10:before {
    content: "䯿"
}

.hgi-duotone.hgi-menu-11:after {
    content: "䰀"
}

.hgi-duotone.hgi-menu-11:before {
    content: "䰁"
}

.hgi-duotone.hgi-menu-circle:after {
    content: "䰂"
}

.hgi-duotone.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-duotone.hgi-menu-restaurant:after {
    content: "䰄"
}

.hgi-duotone.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-duotone.hgi-menu-square:after {
    content: "䰆"
}

.hgi-duotone.hgi-menu-square:before {
    content: "䰇"
}

.hgi-duotone.hgi-message-01:after {
    content: "䰈"
}

.hgi-duotone.hgi-message-01:before {
    content: "䰉"
}

.hgi-duotone.hgi-message-02:after {
    content: "䰊"
}

.hgi-duotone.hgi-message-02:before {
    content: "䰋"
}

.hgi-duotone.hgi-message-add-01:after {
    content: "䰌"
}

.hgi-duotone.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-duotone.hgi-message-add-02:after {
    content: "䰎"
}

.hgi-duotone.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-duotone.hgi-message-blocked:after {
    content: "䰐"
}

.hgi-duotone.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-duotone.hgi-message-cancel-01:after {
    content: "䰒"
}

.hgi-duotone.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-duotone.hgi-message-cancel-02:after {
    content: "䰔"
}

.hgi-duotone.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-duotone.hgi-message-delay-01:after {
    content: "䰖"
}

.hgi-duotone.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-duotone.hgi-message-delay-02:after {
    content: "䰘"
}

.hgi-duotone.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-duotone.hgi-message-done-01:after {
    content: "䰚"
}

.hgi-duotone.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-duotone.hgi-message-done-02:after {
    content: "䰜"
}

.hgi-duotone.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-duotone.hgi-message-download-01:after {
    content: "䰞"
}

.hgi-duotone.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-duotone.hgi-message-download-02:after {
    content: "䰠"
}

.hgi-duotone.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-duotone.hgi-message-edit-01:after {
    content: "䰢"
}

.hgi-duotone.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-duotone.hgi-message-edit-02:after {
    content: "䰤"
}

.hgi-duotone.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-duotone.hgi-message-favourite-01:after {
    content: "䰦"
}

.hgi-duotone.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-duotone.hgi-message-favourite-02:after {
    content: "䰨"
}

.hgi-duotone.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-duotone.hgi-message-incoming-01:after {
    content: "䰪"
}

.hgi-duotone.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-duotone.hgi-message-incoming-02:after {
    content: "䰬"
}

.hgi-duotone.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-duotone.hgi-message-lock-01:after {
    content: "䰮"
}

.hgi-duotone.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-duotone.hgi-message-lock-02:after {
    content: "䰰"
}

.hgi-duotone.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-duotone.hgi-message-multiple-01:after {
    content: "䰲"
}

.hgi-duotone.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-duotone.hgi-message-multiple-02:after {
    content: "䰴"
}

.hgi-duotone.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-duotone.hgi-message-notification-01:after {
    content: "䰶"
}

.hgi-duotone.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-duotone.hgi-message-notification-02:after {
    content: "䰸"
}

.hgi-duotone.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-duotone.hgi-message-outgoing-01:after {
    content: "䰺"
}

.hgi-duotone.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-duotone.hgi-message-outgoing-02:after {
    content: "䰼"
}

.hgi-duotone.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-duotone.hgi-message-preview-01:after {
    content: "䰾"
}

.hgi-duotone.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-duotone.hgi-message-preview-02:after {
    content: "䱀"
}

.hgi-duotone.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-duotone.hgi-message-programming:after {
    content: "䱂"
}

.hgi-duotone.hgi-message-programming:before {
    content: "䱃"
}

.hgi-duotone.hgi-message-question:after {
    content: "䱄"
}

.hgi-duotone.hgi-message-question:before {
    content: "䱅"
}

.hgi-duotone.hgi-message-search-02:after {
    content: "䱈"
}

.hgi-duotone.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-duotone.hgi-message-secure-01:after {
    content: "䱊"
}

.hgi-duotone.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-duotone.hgi-message-secure-02:after {
    content: "䱌"
}

.hgi-duotone.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-duotone.hgi-message-translate:after {
    content: "䱎"
}

.hgi-duotone.hgi-message-translate:before {
    content: "䱏"
}

.hgi-duotone.hgi-message-unlock-01:after {
    content: "䱐"
}

.hgi-duotone.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-duotone.hgi-message-unlock-02:after {
    content: "䱒"
}

.hgi-duotone.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-duotone.hgi-message-upload-01:after {
    content: "䱔"
}

.hgi-duotone.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-duotone.hgi-message-upload-02:after {
    content: "䱖"
}

.hgi-duotone.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-duotone.hgi-message-user-01:after {
    content: "䱘"
}

.hgi-duotone.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-duotone.hgi-message-user-02:after {
    content: "䱚"
}

.hgi-duotone.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-duotone.hgi-messenger:after {
    content: "䱜"
}

.hgi-duotone.hgi-messenger:before {
    content: "䱝"
}

.hgi-duotone.hgi-meta:after {
    content: "䱞"
}

.hgi-duotone.hgi-meta:before {
    content: "䱟"
}

.hgi-duotone.hgi-metro:after {
    content: "䱠"
}

.hgi-duotone.hgi-metro:before {
    content: "䱡"
}

.hgi-duotone.hgi-mic-01:after {
    content: "䱢"
}

.hgi-duotone.hgi-mic-01:before {
    content: "䱣"
}

.hgi-duotone.hgi-mic-02:after {
    content: "䱤"
}

.hgi-duotone.hgi-mic-02:before {
    content: "䱥"
}

.hgi-duotone.hgi-mic-off-01:after {
    content: "䱦"
}

.hgi-duotone.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-duotone.hgi-mic-off-02:after {
    content: "䱨"
}

.hgi-duotone.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-duotone.hgi-microsoft-admin:after {
    content: "䱪"
}

.hgi-duotone.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-duotone.hgi-microsoft:after {
    content: "䱬"
}

.hgi-duotone.hgi-microsoft:before {
    content: "䱭"
}

.hgi-duotone.hgi-microwave:after {
    content: "䱮"
}

.hgi-duotone.hgi-microwave:before {
    content: "䱯"
}

.hgi-duotone.hgi-milk-bottle:after {
    content: "䱰"
}

.hgi-duotone.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-duotone.hgi-milk-carton:after {
    content: "䱲"
}

.hgi-duotone.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-duotone.hgi-milk-coconut:after {
    content: "䱴"
}

.hgi-duotone.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-duotone.hgi-milk-oat:after {
    content: "䱶"
}

.hgi-duotone.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-duotone.hgi-minimize-01:after {
    content: "䱸"
}

.hgi-duotone.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-duotone.hgi-minimize-02:after {
    content: "䱺"
}

.hgi-duotone.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-duotone.hgi-minimize-03:after {
    content: "䱼"
}

.hgi-duotone.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-duotone.hgi-minimize-04:after {
    content: "䱾"
}

.hgi-duotone.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-duotone.hgi-minimize-screen:after {
    content: "䲀"
}

.hgi-duotone.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-duotone.hgi-mining-01:after {
    content: "䲂"
}

.hgi-duotone.hgi-mining-01:before {
    content: "䲃"
}

.hgi-duotone.hgi-mining-02:after {
    content: "䲄"
}

.hgi-duotone.hgi-mining-02:before {
    content: "䲅"
}

.hgi-duotone.hgi-mining-03:after {
    content: "䲆"
}

.hgi-duotone.hgi-mining-03:before {
    content: "䲇"
}

.hgi-duotone.hgi-minus-plus-01:after {
    content: "䲈"
}

.hgi-duotone.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-duotone.hgi-minus-plus-02:after {
    content: "䲊"
}

.hgi-duotone.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-duotone.hgi-minus-plus-circle-01:after {
    content: "䲌"
}

.hgi-duotone.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-duotone.hgi-minus-plus-circle-02:after {
    content: "䲎"
}

.hgi-duotone.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-duotone.hgi-minus-plus-square-01:after {
    content: "䲐"
}

.hgi-duotone.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-duotone.hgi-minus-plus-square-02:after {
    content: "䲒"
}

.hgi-duotone.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-duotone.hgi-minus-sign-circle:after {
    content: "䲔"
}

.hgi-duotone.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-duotone.hgi-minus-sign:after {
    content: "䲖"
}

.hgi-duotone.hgi-minus-sign-square:after {
    content: "䲗"
}

.hgi-duotone.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-duotone.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-duotone.hgi-mirror:after {
    content: "䲚"
}

.hgi-duotone.hgi-mirror:before {
    content: "䲛"
}

.hgi-duotone.hgi-mirroring-screen:after {
    content: "䲜"
}

.hgi-duotone.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-duotone.hgi-mixer:after {
    content: "䲞"
}

.hgi-duotone.hgi-mixer:before {
    content: "䲟"
}

.hgi-duotone.hgi-mobile-navigator-01:after {
    content: "䲠"
}

.hgi-duotone.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-duotone.hgi-mobile-navigator-02:after {
    content: "䲢"
}

.hgi-duotone.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-duotone.hgi-mobile-programming-01:after {
    content: "䲤"
}

.hgi-duotone.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-duotone.hgi-mobile-programming-02:after {
    content: "䲦"
}

.hgi-duotone.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-duotone.hgi-mobile-protection:after {
    content: "䲨"
}

.hgi-duotone.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-duotone.hgi-mobile-security:after {
    content: "䲪"
}

.hgi-duotone.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-duotone.hgi-mochi:after {
    content: "䲬"
}

.hgi-duotone.hgi-mochi:before {
    content: "䲭"
}

.hgi-duotone.hgi-modern-tv-four-k:after {
    content: "䲮"
}

.hgi-duotone.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-duotone.hgi-modern-tv-issue:after {
    content: "䲰"
}

.hgi-duotone.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-duotone.hgi-modern-tv:after {
    content: "䲲"
}

.hgi-duotone.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-duotone.hgi-molecules:after {
    content: "䲴"
}

.hgi-duotone.hgi-molecules:before {
    content: "䲵"
}

.hgi-duotone.hgi-monas:after {
    content: "䲶"
}

.hgi-duotone.hgi-monas:before {
    content: "䲷"
}

.hgi-duotone.hgi-money-01:after {
    content: "䲸"
}

.hgi-duotone.hgi-money-01:before {
    content: "䲹"
}

.hgi-duotone.hgi-money-02:after {
    content: "䲺"
}

.hgi-duotone.hgi-money-02:before {
    content: "䲻"
}

.hgi-duotone.hgi-money-03:after {
    content: "䲼"
}

.hgi-duotone.hgi-money-03:before {
    content: "䲽"
}

.hgi-duotone.hgi-money-04:after {
    content: "䲾"
}

.hgi-duotone.hgi-money-04:before {
    content: "䲿"
}

.hgi-duotone.hgi-money-add-01:after {
    content: "䳀"
}

.hgi-duotone.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-duotone.hgi-money-add-02:after {
    content: "䳂"
}

.hgi-duotone.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-duotone.hgi-money-bag-01:after {
    content: "䳄"
}

.hgi-duotone.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-duotone.hgi-money-bag-02:after {
    content: "䳆"
}

.hgi-duotone.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-duotone.hgi-money-exchange-01:after {
    content: "䳈"
}

.hgi-duotone.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-duotone.hgi-money-exchange-02:after {
    content: "䳊"
}

.hgi-duotone.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-duotone.hgi-money-exchange-03:after {
    content: "䳌"
}

.hgi-duotone.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-duotone.hgi-money-not-found-01:after {
    content: "䳎"
}

.hgi-duotone.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-duotone.hgi-money-not-found-02:after {
    content: "䳐"
}

.hgi-duotone.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-duotone.hgi-money-not-found-03:after {
    content: "䳒"
}

.hgi-duotone.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-duotone.hgi-money-not-found-04:after {
    content: "䳔"
}

.hgi-duotone.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-duotone.hgi-money-receive-01:after {
    content: "䳖"
}

.hgi-duotone.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-duotone.hgi-money-receive-02:after {
    content: "䳘"
}

.hgi-duotone.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-duotone.hgi-money-receive-circle:after {
    content: "䳚"
}

.hgi-duotone.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-duotone.hgi-money-receive-flow-01:after {
    content: "䳜"
}

.hgi-duotone.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-duotone.hgi-money-receive-flow-02:after {
    content: "䳞"
}

.hgi-duotone.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-duotone.hgi-money-receive-square:after {
    content: "䳠"
}

.hgi-duotone.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-duotone.hgi-money-remove-01:after {
    content: "䳢"
}

.hgi-duotone.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-duotone.hgi-money-remove-02:after {
    content: "䳤"
}

.hgi-duotone.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-duotone.hgi-money-safe:after {
    content: "䳦"
}

.hgi-duotone.hgi-money-safe:before {
    content: "䳧"
}

.hgi-duotone.hgi-money-saving-jar:after {
    content: "䳨"
}

.hgi-duotone.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-duotone.hgi-money-security:after {
    content: "䳪"
}

.hgi-duotone.hgi-money-security:before {
    content: "䳫"
}

.hgi-duotone.hgi-money-send-01:after {
    content: "䳬"
}

.hgi-duotone.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-duotone.hgi-money-send-02:after {
    content: "䳮"
}

.hgi-duotone.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-duotone.hgi-money-send-circle:after {
    content: "䳰"
}

.hgi-duotone.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-duotone.hgi-money-send-flow-01:after {
    content: "䳲"
}

.hgi-duotone.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-duotone.hgi-money-send-flow-02:after {
    content: "䳴"
}

.hgi-duotone.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-duotone.hgi-money-send-square:after {
    content: "䳶"
}

.hgi-duotone.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-duotone.hgi-monocle-01:after {
    content: "䳸"
}

.hgi-duotone.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-duotone.hgi-monocle:after {
    content: "䳺"
}

.hgi-duotone.hgi-monocle:before {
    content: "䳻"
}

.hgi-duotone.hgi-monster:after {
    content: "䳼"
}

.hgi-duotone.hgi-monster:before {
    content: "䳽"
}

.hgi-duotone.hgi-moon-01:after {
    content: "䳾"
}

.hgi-duotone.hgi-moon-01:before {
    content: "䳿"
}

.hgi-duotone.hgi-moon-02:after {
    content: "䴀"
}

.hgi-duotone.hgi-moon-02:before {
    content: "䴁"
}

.hgi-duotone.hgi-moon-angled-rain-zap:after {
    content: "䴂"
}

.hgi-duotone.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-duotone.hgi-moon-cloud-angled-rain:after {
    content: "䴄"
}

.hgi-duotone.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-duotone.hgi-moon-cloud-angled-zap:after {
    content: "䴆"
}

.hgi-duotone.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-duotone.hgi-moon-cloud-big-rain:after {
    content: "䴈"
}

.hgi-duotone.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-duotone.hgi-moon-cloud-fast-wind:after {
    content: "䴊"
}

.hgi-duotone.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-duotone.hgi-moon-cloud-hailstone:after {
    content: "䴌"
}

.hgi-duotone.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-duotone.hgi-moon-cloud-little-rain:after {
    content: "䴎"
}

.hgi-duotone.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-duotone.hgi-moon-cloud-little-snow:after {
    content: "䴐"
}

.hgi-duotone.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-duotone.hgi-moon-cloud-mid-rain:after {
    content: "䴒"
}

.hgi-duotone.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-duotone.hgi-moon-cloud-mid-snow:after {
    content: "䴔"
}

.hgi-duotone.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-duotone.hgi-moon-cloud:after {
    content: "䴖"
}

.hgi-duotone.hgi-moon-cloud-slow-wind:after {
    content: "䴗"
}

.hgi-duotone.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-duotone.hgi-moon-cloud-snow:after {
    content: "䴙"
}

.hgi-duotone.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-duotone.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-duotone.hgi-moon-eclipse:after {
    content: "䴜"
}

.hgi-duotone.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-duotone.hgi-moon-fast-wind:after {
    content: "䴞"
}

.hgi-duotone.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-duotone.hgi-moon-landing:after {
    content: "䴠"
}

.hgi-duotone.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-duotone.hgi-moon:after {
    content: "䴢"
}

.hgi-duotone.hgi-moon-slow-wind:after {
    content: "䴣"
}

.hgi-duotone.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-duotone.hgi-moon:before {
    content: "䴥"
}

.hgi-duotone.hgi-moonset:after {
    content: "䴦"
}

.hgi-duotone.hgi-moonset:before {
    content: "䴧"
}

.hgi-duotone.hgi-more-01:after {
    content: "䴨"
}

.hgi-duotone.hgi-more-01:before {
    content: "䴩"
}

.hgi-duotone.hgi-more-02:after {
    content: "䴪"
}

.hgi-duotone.hgi-more-02:before {
    content: "䴫"
}

.hgi-duotone.hgi-more-03:after {
    content: "䴬"
}

.hgi-duotone.hgi-more-03:before {
    content: "䴭"
}

.hgi-duotone.hgi-more-horizontal-circle-01:after {
    content: "䴮"
}

.hgi-duotone.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-duotone.hgi-more-horizontal-circle-02:after {
    content: "䴰"
}

.hgi-duotone.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-duotone.hgi-more-horizontal:after {
    content: "䴲"
}

.hgi-duotone.hgi-more-horizontal-square-01:after {
    content: "䴳"
}

.hgi-duotone.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-duotone.hgi-more-horizontal-square-02:after {
    content: "䴵"
}

.hgi-duotone.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-duotone.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-duotone.hgi-more-or-less-circle:after {
    content: "䴸"
}

.hgi-duotone.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-duotone.hgi-more-or-less:after {
    content: "䴺"
}

.hgi-duotone.hgi-more-or-less-square:after {
    content: "䴻"
}

.hgi-duotone.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-duotone.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-duotone.hgi-more:after {
    content: "䴾"
}

.hgi-duotone.hgi-more-vertical-circle-01:after {
    content: "䴿"
}

.hgi-duotone.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-duotone.hgi-more-vertical-circle-02:after {
    content: "䵁"
}

.hgi-duotone.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-duotone.hgi-more-vertical:after {
    content: "䵃"
}

.hgi-duotone.hgi-more-vertical-square-01:after {
    content: "䵄"
}

.hgi-duotone.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-duotone.hgi-more-vertical-square-02:after {
    content: "䵆"
}

.hgi-duotone.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-duotone.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-duotone.hgi-more:before {
    content: "䵉"
}

.hgi-duotone.hgi-mortar:after {
    content: "䵊"
}

.hgi-duotone.hgi-mortar:before {
    content: "䵋"
}

.hgi-duotone.hgi-mortarboard-01:after {
    content: "䵌"
}

.hgi-duotone.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-duotone.hgi-mortarboard-02:after {
    content: "䵎"
}

.hgi-duotone.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-duotone.hgi-mosque-01:after {
    content: "䵐"
}

.hgi-duotone.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-duotone.hgi-mosque-02:after {
    content: "䵒"
}

.hgi-duotone.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-duotone.hgi-mosque-03:after {
    content: "䵔"
}

.hgi-duotone.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-duotone.hgi-mosque-04:after {
    content: "䵖"
}

.hgi-duotone.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-duotone.hgi-mosque-05:after {
    content: "䵘"
}

.hgi-duotone.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-duotone.hgi-mosque-location:after {
    content: "䵚"
}

.hgi-duotone.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-duotone.hgi-motion-01:after {
    content: "䵜"
}

.hgi-duotone.hgi-motion-01:before {
    content: "䵝"
}

.hgi-duotone.hgi-motion-02:after {
    content: "䵞"
}

.hgi-duotone.hgi-motion-02:before {
    content: "䵟"
}

.hgi-duotone.hgi-motorbike-01:after {
    content: "䵠"
}

.hgi-duotone.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-duotone.hgi-motorbike-02:after {
    content: "䵢"
}

.hgi-duotone.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-duotone.hgi-mountain:after {
    content: "䵤"
}

.hgi-duotone.hgi-mountain:before {
    content: "䵥"
}

.hgi-duotone.hgi-mouse-01:after {
    content: "䵦"
}

.hgi-duotone.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-duotone.hgi-mouse-02:after {
    content: "䵨"
}

.hgi-duotone.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-duotone.hgi-mouse-03:after {
    content: "䵪"
}

.hgi-duotone.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-duotone.hgi-mouse-04:after {
    content: "䵬"
}

.hgi-duotone.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-duotone.hgi-mouse-05:after {
    content: "䵮"
}

.hgi-duotone.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-duotone.hgi-mouse-06:after {
    content: "䵰"
}

.hgi-duotone.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-duotone.hgi-mouse-07:after {
    content: "䵲"
}

.hgi-duotone.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-duotone.hgi-mouse-08:after {
    content: "䵴"
}

.hgi-duotone.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-duotone.hgi-mouse-09:after {
    content: "䵶"
}

.hgi-duotone.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-duotone.hgi-mouse-10:after {
    content: "䵸"
}

.hgi-duotone.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-duotone.hgi-mouse-11:after {
    content: "䵺"
}

.hgi-duotone.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-duotone.hgi-mouse-12:after {
    content: "䵼"
}

.hgi-duotone.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-duotone.hgi-mouse-13:after {
    content: "䵾"
}

.hgi-duotone.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-duotone.hgi-mouse-14:after {
    content: "䶀"
}

.hgi-duotone.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-duotone.hgi-mouse-15:after {
    content: "䶂"
}

.hgi-duotone.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-duotone.hgi-mouse-16:after {
    content: "䶄"
}

.hgi-duotone.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-duotone.hgi-mouse-17:after {
    content: "䶆"
}

.hgi-duotone.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-duotone.hgi-mouse-18:after {
    content: "䶈"
}

.hgi-duotone.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-duotone.hgi-mouse-19:after {
    content: "䶊"
}

.hgi-duotone.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-duotone.hgi-mouse-20:after {
    content: "䶌"
}

.hgi-duotone.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-duotone.hgi-mouse-21:after {
    content: "䶎"
}

.hgi-duotone.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-duotone.hgi-mouse-22:after {
    content: "䶐"
}

.hgi-duotone.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-duotone.hgi-mouse-23:after {
    content: "䶒"
}

.hgi-duotone.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-duotone.hgi-mouse-left-click-01:after {
    content: "䶔"
}

.hgi-duotone.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-duotone.hgi-mouse-left-click-02:after {
    content: "䶖"
}

.hgi-duotone.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-duotone.hgi-mouse-left-click-03:after {
    content: "䶘"
}

.hgi-duotone.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-duotone.hgi-mouse-left-click-04:after {
    content: "䶚"
}

.hgi-duotone.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-duotone.hgi-mouse-left-click-05:after {
    content: "䶜"
}

.hgi-duotone.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-duotone.hgi-mouse-left-click-06:after {
    content: "䶞"
}

.hgi-duotone.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-duotone.hgi-mouse-right-click-01:after {
    content: "䶠"
}

.hgi-duotone.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-duotone.hgi-mouse-right-click-02:after {
    content: "䶢"
}

.hgi-duotone.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-duotone.hgi-mouse-right-click-03:after {
    content: "䶤"
}

.hgi-duotone.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-duotone.hgi-mouse-right-click-04:after {
    content: "䶦"
}

.hgi-duotone.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-duotone.hgi-mouse-right-click-05:after {
    content: "䶨"
}

.hgi-duotone.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-duotone.hgi-mouse-right-click-06:after {
    content: "䶪"
}

.hgi-duotone.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-duotone.hgi-mouse-scroll-01:after {
    content: "䶬"
}

.hgi-duotone.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-duotone.hgi-mouse-scroll-02:after {
    content: "䶮"
}

.hgi-duotone.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-duotone.hgi-move-01:after {
    content: "䶰"
}

.hgi-duotone.hgi-move-01:before {
    content: "䶱"
}

.hgi-duotone.hgi-move-02:after {
    content: "䶲"
}

.hgi-duotone.hgi-move-02:before {
    content: "䶳"
}

.hgi-duotone.hgi-move-bottom:after {
    content: "䶴"
}

.hgi-duotone.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-duotone.hgi-move-left:after {
    content: "䶶"
}

.hgi-duotone.hgi-move-left:before {
    content: "䶷"
}

.hgi-duotone.hgi-move-right:after {
    content: "䶸"
}

.hgi-duotone.hgi-move-right:before {
    content: "䶹"
}

.hgi-duotone.hgi-move:after {
    content: "䶺"
}

.hgi-duotone.hgi-move-to:after {
    content: "䶻"
}

.hgi-duotone.hgi-move-to:before {
    content: "䶼"
}

.hgi-duotone.hgi-move-top:after {
    content: "䶽"
}

.hgi-duotone.hgi-move-top:before {
    content: "䶾"
}

.hgi-duotone.hgi-move:before {
    content: "䶿"
}

.hgi-duotone.hgi-mp-3-01:after {
    content: "䷀"
}

.hgi-duotone.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-duotone.hgi-mp-3-02:after {
    content: "䷂"
}

.hgi-duotone.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-duotone.hgi-mp-4-01:after {
    content: "䷄"
}

.hgi-duotone.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-duotone.hgi-mp-4-02:after {
    content: "䷆"
}

.hgi-duotone.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-duotone.hgi-muhammad:after {
    content: "䷈"
}

.hgi-duotone.hgi-muhammad:before {
    content: "䷉"
}

.hgi-duotone.hgi-multiplication-sign-circle:after {
    content: "䷊"
}

.hgi-duotone.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-duotone.hgi-multiplication-sign:after {
    content: "䷌"
}

.hgi-duotone.hgi-multiplication-sign-square:after {
    content: "䷍"
}

.hgi-duotone.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-duotone.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-duotone.hgi-mushroom-01:after {
    content: "䷐"
}

.hgi-duotone.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-duotone.hgi-mushroom:after {
    content: "䷒"
}

.hgi-duotone.hgi-mushroom:before {
    content: "䷓"
}

.hgi-duotone.hgi-music-note-01:after {
    content: "䷔"
}

.hgi-duotone.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-duotone.hgi-music-note-02:after {
    content: "䷖"
}

.hgi-duotone.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-duotone.hgi-music-note-03:after {
    content: "䷘"
}

.hgi-duotone.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-duotone.hgi-music-note-04:after {
    content: "䷚"
}

.hgi-duotone.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-duotone.hgi-music-note-square-01:after {
    content: "䷜"
}

.hgi-duotone.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-duotone.hgi-music-note-square-02:after {
    content: "䷞"
}

.hgi-duotone.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-duotone.hgi-muslim:after {
    content: "䷠"
}

.hgi-duotone.hgi-muslim:before {
    content: "䷡"
}

.hgi-duotone.hgi-mute:after {
    content: "䷢"
}

.hgi-duotone.hgi-mute:before {
    content: "䷣"
}

.hgi-duotone.hgi-mymind:after {
    content: "䷤"
}

.hgi-duotone.hgi-mymind:before {
    content: "䷥"
}

.hgi-duotone.hgi-n-th-root-circle:after {
    content: "䷦"
}

.hgi-duotone.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-duotone.hgi-n-th-root:after {
    content: "䷨"
}

.hgi-duotone.hgi-n-th-root-square:after {
    content: "䷩"
}

.hgi-duotone.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-duotone.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-duotone.hgi-nano-technology:after {
    content: "䷬"
}

.hgi-duotone.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-duotone.hgi-natural-food:after {
    content: "䷮"
}

.hgi-duotone.hgi-natural-food:before {
    content: "䷯"
}

.hgi-duotone.hgi-navigation-01:after {
    content: "䷰"
}

.hgi-duotone.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-duotone.hgi-navigation-02:after {
    content: "䷲"
}

.hgi-duotone.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-duotone.hgi-navigation-03:after {
    content: "䷴"
}

.hgi-duotone.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-duotone.hgi-navigation-04:after {
    content: "䷶"
}

.hgi-duotone.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-duotone.hgi-navigator-01:after {
    content: "䷸"
}

.hgi-duotone.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-duotone.hgi-navigator-02:after {
    content: "䷺"
}

.hgi-duotone.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-duotone.hgi-necklace:after {
    content: "䷼"
}

.hgi-duotone.hgi-necklace:before {
    content: "䷽"
}

.hgi-duotone.hgi-nerd:after {
    content: "䷾"
}

.hgi-duotone.hgi-nerd:before {
    content: "䷿"
}

.hgi-duotone.hgi-neural-network:after {
    content: "一"
}

.hgi-duotone.hgi-neural-network:before {
    content: "丁"
}

.hgi-duotone.hgi-neutral:after {
    content: "丂"
}

.hgi-duotone.hgi-neutral:before {
    content: "七"
}

.hgi-duotone.hgi-new-job:after {
    content: "丄"
}

.hgi-duotone.hgi-new-job:before {
    content: "丅"
}

.hgi-duotone.hgi-new-office:after {
    content: "丆"
}

.hgi-duotone.hgi-new-office:before {
    content: "万"
}

.hgi-duotone.hgi-new-releases:after {
    content: "丈"
}

.hgi-duotone.hgi-new-releases:before {
    content: "三"
}

.hgi-duotone.hgi-new-twitter-ellipse:after {
    content: "上"
}

.hgi-duotone.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-duotone.hgi-new-twitter-rectangle:after {
    content: "丌"
}

.hgi-duotone.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-duotone.hgi-new-twitter:after {
    content: "与"
}

.hgi-duotone.hgi-new-twitter:before {
    content: "丏"
}

.hgi-duotone.hgi-news-01:after {
    content: "丐"
}

.hgi-duotone.hgi-news-01:before {
    content: "丑"
}

.hgi-duotone.hgi-news:after {
    content: "丒"
}

.hgi-duotone.hgi-news:before {
    content: "专"
}

.hgi-duotone.hgi-next:after {
    content: "且"
}

.hgi-duotone.hgi-next:before {
    content: "丕"
}

.hgi-duotone.hgi-nike:after {
    content: "世"
}

.hgi-duotone.hgi-nike:before {
    content: "丗"
}

.hgi-duotone.hgi-nintendo:after {
    content: "丘"
}

.hgi-duotone.hgi-nintendo-switch:after {
    content: "丙"
}

.hgi-duotone.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-duotone.hgi-nintendo:before {
    content: "丛"
}

.hgi-duotone.hgi-niqab:after {
    content: "东"
}

.hgi-duotone.hgi-niqab:before {
    content: "丝"
}

.hgi-duotone.hgi-no-internet:after {
    content: "丞"
}

.hgi-duotone.hgi-no-internet:before {
    content: "丟"
}

.hgi-duotone.hgi-no-meeting-room:after {
    content: "丠"
}

.hgi-duotone.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-duotone.hgi-node-add:after {
    content: "丢"
}

.hgi-duotone.hgi-node-add:before {
    content: "丣"
}

.hgi-duotone.hgi-node-edit:after {
    content: "两"
}

.hgi-duotone.hgi-node-edit:before {
    content: "严"
}

.hgi-duotone.hgi-node-move-down:after {
    content: "並"
}

.hgi-duotone.hgi-node-move-down:before {
    content: "丧"
}

.hgi-duotone.hgi-node-move-up:after {
    content: "丨"
}

.hgi-duotone.hgi-node-move-up:before {
    content: "丩"
}

.hgi-duotone.hgi-node-remove:after {
    content: "个"
}

.hgi-duotone.hgi-node-remove:before {
    content: "丫"
}

.hgi-duotone.hgi-noodles:after {
    content: "丬"
}

.hgi-duotone.hgi-noodles:before {
    content: "中"
}

.hgi-duotone.hgi-nose:after {
    content: "丮"
}

.hgi-duotone.hgi-nose:before {
    content: "丯"
}

.hgi-duotone.hgi-not-equal-sign-circle:after {
    content: "丰"
}

.hgi-duotone.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-duotone.hgi-not-equal-sign:after {
    content: "串"
}

.hgi-duotone.hgi-not-equal-sign-square:after {
    content: "丳"
}

.hgi-duotone.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-duotone.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-duotone.hgi-note-01:after {
    content: "丶"
}

.hgi-duotone.hgi-note-01:before {
    content: "丷"
}

.hgi-duotone.hgi-note-02:after {
    content: "丸"
}

.hgi-duotone.hgi-note-02:before {
    content: "丹"
}

.hgi-duotone.hgi-note-03:after {
    content: "为"
}

.hgi-duotone.hgi-note-03:before {
    content: "主"
}

.hgi-duotone.hgi-note-04:after {
    content: "丼"
}

.hgi-duotone.hgi-note-04:before {
    content: "丽"
}

.hgi-duotone.hgi-note-05:after {
    content: "举"
}

.hgi-duotone.hgi-note-05:before {
    content: "丿"
}

.hgi-duotone.hgi-note-add:after {
    content: "乀"
}

.hgi-duotone.hgi-note-add:before {
    content: "乁"
}

.hgi-duotone.hgi-note-done:after {
    content: "乂"
}

.hgi-duotone.hgi-note-done:before {
    content: "乃"
}

.hgi-duotone.hgi-note-edit:after {
    content: "乄"
}

.hgi-duotone.hgi-note-edit:before {
    content: "久"
}

.hgi-duotone.hgi-note-remove:after {
    content: "乆"
}

.hgi-duotone.hgi-note-remove:before {
    content: "乇"
}

.hgi-duotone.hgi-note:after {
    content: "么"
}

.hgi-duotone.hgi-note:before {
    content: "义"
}

.hgi-duotone.hgi-notebook-01:after {
    content: "乊"
}

.hgi-duotone.hgi-notebook-01:before {
    content: "之"
}

.hgi-duotone.hgi-notebook-02:after {
    content: "乌"
}

.hgi-duotone.hgi-notebook-02:before {
    content: "乍"
}

.hgi-duotone.hgi-notebook:after {
    content: "乎"
}

.hgi-duotone.hgi-notebook:before {
    content: "乏"
}

.hgi-duotone.hgi-notification-01:after {
    content: "乐"
}

.hgi-duotone.hgi-notification-01:before {
    content: "乑"
}

.hgi-duotone.hgi-notification-02:after {
    content: "乒"
}

.hgi-duotone.hgi-notification-02:before {
    content: "乓"
}

.hgi-duotone.hgi-notification-03:after {
    content: "乔"
}

.hgi-duotone.hgi-notification-03:before {
    content: "乕"
}

.hgi-duotone.hgi-notification-block-01:after {
    content: "乖"
}

.hgi-duotone.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-duotone.hgi-notification-block-02:after {
    content: "乘"
}

.hgi-duotone.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-duotone.hgi-notification-block-03:after {
    content: "乚"
}

.hgi-duotone.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-duotone.hgi-notification-bubble:after {
    content: "乜"
}

.hgi-duotone.hgi-notification-bubble:before {
    content: "九"
}

.hgi-duotone.hgi-notification-circle:after {
    content: "乞"
}

.hgi-duotone.hgi-notification-circle:before {
    content: "也"
}

.hgi-duotone.hgi-notification-off-01:after {
    content: "习"
}

.hgi-duotone.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-duotone.hgi-notification-off-02:after {
    content: "乢"
}

.hgi-duotone.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-duotone.hgi-notification-off-03:after {
    content: "乤"
}

.hgi-duotone.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-duotone.hgi-notification-snooze-01:after {
    content: "书"
}

.hgi-duotone.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-duotone.hgi-notification-snooze-02:after {
    content: "乨"
}

.hgi-duotone.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-duotone.hgi-notification-snooze-03:after {
    content: "乪"
}

.hgi-duotone.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-duotone.hgi-notification-square:after {
    content: "乬"
}

.hgi-duotone.hgi-notification-square:before {
    content: "乭"
}

.hgi-duotone.hgi-notion-01:after {
    content: "乮"
}

.hgi-duotone.hgi-notion-01:before {
    content: "乯"
}

.hgi-duotone.hgi-notion-02:after {
    content: "买"
}

.hgi-duotone.hgi-notion-02:before {
    content: "乱"
}

.hgi-duotone.hgi-npm:after {
    content: "乲"
}

.hgi-duotone.hgi-npm:before {
    content: "乳"
}

.hgi-duotone.hgi-nuclear-power:after {
    content: "乴"
}

.hgi-duotone.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-duotone.hgi-nut:after {
    content: "乶"
}

.hgi-duotone.hgi-nut:before {
    content: "乷"
}

.hgi-duotone.hgi-obtuse:after {
    content: "乸"
}

.hgi-duotone.hgi-obtuse:before {
    content: "乹"
}

.hgi-duotone.hgi-octagon:after {
    content: "乺"
}

.hgi-duotone.hgi-octagon:before {
    content: "乻"
}

.hgi-duotone.hgi-octopus:after {
    content: "乼"
}

.hgi-duotone.hgi-octopus:before {
    content: "乽"
}

.hgi-duotone.hgi-office-365:after {
    content: "乾"
}

.hgi-duotone.hgi-office-365:before {
    content: "乿"
}

.hgi-duotone.hgi-office-chair:after {
    content: "亀"
}

.hgi-duotone.hgi-office-chair:before {
    content: "亁"
}

.hgi-duotone.hgi-office:after {
    content: "亂"
}

.hgi-duotone.hgi-office:before {
    content: "亃"
}

.hgi-duotone.hgi-oil-barrel:after {
    content: "亄"
}

.hgi-duotone.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-duotone.hgi-ok-finger:after {
    content: "了"
}

.hgi-duotone.hgi-ok-finger:before {
    content: "亇"
}

.hgi-duotone.hgi-olympic-torch:after {
    content: "予"
}

.hgi-duotone.hgi-olympic-torch:before {
    content: "争"
}

.hgi-duotone.hgi-online-learning-01:after {
    content: "亊"
}

.hgi-duotone.hgi-online-learning-01:before {
    content: "事"
}

.hgi-duotone.hgi-online-learning-02:after {
    content: "二"
}

.hgi-duotone.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-duotone.hgi-online-learning-03:after {
    content: "于"
}

.hgi-duotone.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-duotone.hgi-online-learning-04:after {
    content: "亐"
}

.hgi-duotone.hgi-online-learning-04:before {
    content: "云"
}

.hgi-duotone.hgi-open-caption:after {
    content: "互"
}

.hgi-duotone.hgi-open-caption:before {
    content: "亓"
}

.hgi-duotone.hgi-option:after {
    content: "五"
}

.hgi-duotone.hgi-option:before {
    content: "井"
}

.hgi-duotone.hgi-orange:after {
    content: "亖"
}

.hgi-duotone.hgi-orange:before {
    content: "亗"
}

.hgi-duotone.hgi-orbit-01:after {
    content: "亘"
}

.hgi-duotone.hgi-orbit-01:before {
    content: "亙"
}

.hgi-duotone.hgi-orbit-02:after {
    content: "亚"
}

.hgi-duotone.hgi-orbit-02:before {
    content: "些"
}

.hgi-duotone.hgi-organic-food:after {
    content: "亜"
}

.hgi-duotone.hgi-organic-food:before {
    content: "亝"
}

.hgi-duotone.hgi-orthogonal-edge:after {
    content: "亞"
}

.hgi-duotone.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-duotone.hgi-oval:after {
    content: "亠"
}

.hgi-duotone.hgi-oval:before {
    content: "亡"
}

.hgi-duotone.hgi-oven:after {
    content: "亢"
}

.hgi-duotone.hgi-oven:before {
    content: "亣"
}

.hgi-duotone.hgi-package-add:after {
    content: "交"
}

.hgi-duotone.hgi-package-add:before {
    content: "亥"
}

.hgi-duotone.hgi-package-delivered:after {
    content: "亦"
}

.hgi-duotone.hgi-package-delivered:before {
    content: "产"
}

.hgi-duotone.hgi-package-moving:after {
    content: "亨"
}

.hgi-duotone.hgi-package-moving:before {
    content: "亩"
}

.hgi-duotone.hgi-package-open:after {
    content: "亪"
}

.hgi-duotone.hgi-package-open:before {
    content: "享"
}

.hgi-duotone.hgi-package-out-of-stock:after {
    content: "京"
}

.hgi-duotone.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-duotone.hgi-package-process:after {
    content: "亮"
}

.hgi-duotone.hgi-package-process:before {
    content: "亯"
}

.hgi-duotone.hgi-package-receive:after {
    content: "亰"
}

.hgi-duotone.hgi-package-receive:before {
    content: "亱"
}

.hgi-duotone.hgi-package-remove:after {
    content: "亲"
}

.hgi-duotone.hgi-package-remove:before {
    content: "亳"
}

.hgi-duotone.hgi-package-search:after {
    content: "亴"
}

.hgi-duotone.hgi-package-search:before {
    content: "亵"
}

.hgi-duotone.hgi-package:after {
    content: "亶"
}

.hgi-duotone.hgi-package-sent:after {
    content: "亷"
}

.hgi-duotone.hgi-package-sent:before {
    content: "亸"
}

.hgi-duotone.hgi-package:before {
    content: "亹"
}

.hgi-duotone.hgi-pacman-01:after {
    content: "人"
}

.hgi-duotone.hgi-pacman-01:before {
    content: "亻"
}

.hgi-duotone.hgi-pacman-02:after {
    content: "亼"
}

.hgi-duotone.hgi-pacman-02:before {
    content: "亽"
}

.hgi-duotone.hgi-paint-board:after {
    content: "亾"
}

.hgi-duotone.hgi-paint-board:before {
    content: "亿"
}

.hgi-duotone.hgi-paint-brush-01:after {
    content: "什"
}

.hgi-duotone.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-duotone.hgi-paint-brush-02:after {
    content: "仂"
}

.hgi-duotone.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-duotone.hgi-paint-brush-03:after {
    content: "仄"
}

.hgi-duotone.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-duotone.hgi-paint-brush-04:after {
    content: "仆"
}

.hgi-duotone.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-duotone.hgi-paint-bucket:after {
    content: "仈"
}

.hgi-duotone.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-duotone.hgi-pan-01:after {
    content: "今"
}

.hgi-duotone.hgi-pan-01:before {
    content: "介"
}

.hgi-duotone.hgi-pan-02:after {
    content: "仌"
}

.hgi-duotone.hgi-pan-02:before {
    content: "仍"
}

.hgi-duotone.hgi-pan-03:after {
    content: "从"
}

.hgi-duotone.hgi-pan-03:before {
    content: "仏"
}

.hgi-duotone.hgi-parabola-01:after {
    content: "仐"
}

.hgi-duotone.hgi-parabola-01:before {
    content: "仑"
}

.hgi-duotone.hgi-parabola-02:after {
    content: "仒"
}

.hgi-duotone.hgi-parabola-02:before {
    content: "仓"
}

.hgi-duotone.hgi-parabola-03:after {
    content: "仔"
}

.hgi-duotone.hgi-parabola-03:before {
    content: "仕"
}

.hgi-duotone.hgi-paragliding:after {
    content: "他"
}

.hgi-duotone.hgi-paragliding:before {
    content: "仗"
}

.hgi-duotone.hgi-paragraph-bullets-point-01:after {
    content: "付"
}

.hgi-duotone.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-duotone.hgi-paragraph-bullets-point-02:after {
    content: "仚"
}

.hgi-duotone.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-duotone.hgi-paragraph:after {
    content: "仜"
}

.hgi-duotone.hgi-paragraph-spacing:after {
    content: "仝"
}

.hgi-duotone.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-duotone.hgi-paragraph:before {
    content: "仟"
}

.hgi-duotone.hgi-parallelogram:after {
    content: "仠"
}

.hgi-duotone.hgi-parallelogram:before {
    content: "仡"
}

.hgi-duotone.hgi-parking-area-circle:after {
    content: "仢"
}

.hgi-duotone.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-duotone.hgi-parking-area-square:after {
    content: "令"
}

.hgi-duotone.hgi-parking-area-square:before {
    content: "以"
}

.hgi-duotone.hgi-passport-01:after {
    content: "仦"
}

.hgi-duotone.hgi-passport-01:before {
    content: "仧"
}

.hgi-duotone.hgi-passport-expired:after {
    content: "仨"
}

.hgi-duotone.hgi-passport-expired:before {
    content: "仩"
}

.hgi-duotone.hgi-passport:after {
    content: "仪"
}

.hgi-duotone.hgi-passport-valid:after {
    content: "仫"
}

.hgi-duotone.hgi-passport-valid:before {
    content: "们"
}

.hgi-duotone.hgi-passport:before {
    content: "仭"
}

.hgi-duotone.hgi-password-validation:after {
    content: "仮"
}

.hgi-duotone.hgi-password-validation:before {
    content: "仯"
}

.hgi-duotone.hgi-path:after {
    content: "仰"
}

.hgi-duotone.hgi-path:before {
    content: "仱"
}

.hgi-duotone.hgi-pathfinder-crop:after {
    content: "仲"
}

.hgi-duotone.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-duotone.hgi-pathfinder-divide:after {
    content: "仴"
}

.hgi-duotone.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-duotone.hgi-pathfinder-exclude:after {
    content: "件"
}

.hgi-duotone.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-duotone.hgi-pathfinder-intersect:after {
    content: "仸"
}

.hgi-duotone.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-duotone.hgi-pathfinder-merge:after {
    content: "仺"
}

.hgi-duotone.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-duotone.hgi-pathfinder-minus-back:after {
    content: "仼"
}

.hgi-duotone.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-duotone.hgi-pathfinder-minus-front:after {
    content: "仾"
}

.hgi-duotone.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-duotone.hgi-pathfinder-outline:after {
    content: "伀"
}

.hgi-duotone.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-duotone.hgi-pathfinder-trim:after {
    content: "伂"
}

.hgi-duotone.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-duotone.hgi-pathfinder-unite:after {
    content: "伄"
}

.hgi-duotone.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-duotone.hgi-patient:after {
    content: "伆"
}

.hgi-duotone.hgi-patient:before {
    content: "伇"
}

.hgi-duotone.hgi-patio:after {
    content: "伈"
}

.hgi-duotone.hgi-patio:before {
    content: "伉"
}

.hgi-duotone.hgi-pause:after {
    content: "伊"
}

.hgi-duotone.hgi-pause:before {
    content: "伋"
}

.hgi-duotone.hgi-pavilon:after {
    content: "伌"
}

.hgi-duotone.hgi-pavilon:before {
    content: "伍"
}

.hgi-duotone.hgi-pay-by-check:after {
    content: "伎"
}

.hgi-duotone.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-duotone.hgi-payment-01:after {
    content: "伐"
}

.hgi-duotone.hgi-payment-01:before {
    content: "休"
}

.hgi-duotone.hgi-payment-02:after {
    content: "伒"
}

.hgi-duotone.hgi-payment-02:before {
    content: "伓"
}

.hgi-duotone.hgi-payment-success-01:after {
    content: "伔"
}

.hgi-duotone.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-duotone.hgi-payment-success-02:after {
    content: "伖"
}

.hgi-duotone.hgi-payment-success-02:before {
    content: "众"
}

.hgi-duotone.hgi-payoneer:after {
    content: "优"
}

.hgi-duotone.hgi-payoneer:before {
    content: "伙"
}

.hgi-duotone.hgi-paypal:after {
    content: "会"
}

.hgi-duotone.hgi-paypal:before {
    content: "伛"
}

.hgi-duotone.hgi-pdf-01:after {
    content: "伜"
}

.hgi-duotone.hgi-pdf-01:before {
    content: "伝"
}

.hgi-duotone.hgi-pdf-02:after {
    content: "伞"
}

.hgi-duotone.hgi-pdf-02:before {
    content: "伟"
}

.hgi-duotone.hgi-peer-to-peer-01:after {
    content: "传"
}

.hgi-duotone.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-duotone.hgi-peer-to-peer-02:after {
    content: "伢"
}

.hgi-duotone.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-duotone.hgi-peer-to-peer-03:after {
    content: "伤"
}

.hgi-duotone.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-duotone.hgi-pen-connect-bluetooth:after {
    content: "伦"
}

.hgi-duotone.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-duotone.hgi-pen-connect-usb:after {
    content: "伨"
}

.hgi-duotone.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-duotone.hgi-pen-connect-wifi:after {
    content: "伪"
}

.hgi-duotone.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-duotone.hgi-pen-tool-01:after {
    content: "伬"
}

.hgi-duotone.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-duotone.hgi-pen-tool-02:after {
    content: "伮"
}

.hgi-duotone.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-duotone.hgi-pen-tool-03:after {
    content: "估"
}

.hgi-duotone.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-duotone.hgi-pen-tool-add:after {
    content: "伲"
}

.hgi-duotone.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-duotone.hgi-pen-tool-minus:after {
    content: "伴"
}

.hgi-duotone.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-duotone.hgi-pencil-edit-01:after {
    content: "伶"
}

.hgi-duotone.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-duotone.hgi-pencil-edit-02:after {
    content: "伸"
}

.hgi-duotone.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-duotone.hgi-pencil:after {
    content: "伺"
}

.hgi-duotone.hgi-pencil:before {
    content: "伻"
}

.hgi-duotone.hgi-pendulum:after {
    content: "似"
}

.hgi-duotone.hgi-pendulum:before {
    content: "伽"
}

.hgi-duotone.hgi-pensive:after {
    content: "伾"
}

.hgi-duotone.hgi-pensive:before {
    content: "伿"
}

.hgi-duotone.hgi-pentagon-01:after {
    content: "佀"
}

.hgi-duotone.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-duotone.hgi-pentagon:after {
    content: "佂"
}

.hgi-duotone.hgi-pentagon:before {
    content: "佃"
}

.hgi-duotone.hgi-percent-circle:after {
    content: "佄"
}

.hgi-duotone.hgi-percent-circle:before {
    content: "佅"
}

.hgi-duotone.hgi-percent:after {
    content: "但"
}

.hgi-duotone.hgi-percent-square:after {
    content: "佇"
}

.hgi-duotone.hgi-percent-square:before {
    content: "佈"
}

.hgi-duotone.hgi-percent:before {
    content: "佉"
}

.hgi-duotone.hgi-perfume:after {
    content: "佊"
}

.hgi-duotone.hgi-perfume:before {
    content: "佋"
}

.hgi-duotone.hgi-periscope:after {
    content: "佌"
}

.hgi-duotone.hgi-periscope:before {
    content: "位"
}

.hgi-duotone.hgi-permanent-job:after {
    content: "低"
}

.hgi-duotone.hgi-permanent-job:before {
    content: "住"
}

.hgi-duotone.hgi-perspective:after {
    content: "佐"
}

.hgi-duotone.hgi-perspective:before {
    content: "佑"
}

.hgi-duotone.hgi-pexels:after {
    content: "佒"
}

.hgi-duotone.hgi-pexels:before {
    content: "体"
}

.hgi-duotone.hgi-phone-off-01:after {
    content: "佔"
}

.hgi-duotone.hgi-phone-off-01:before {
    content: "何"
}

.hgi-duotone.hgi-phone-off-02:after {
    content: "佖"
}

.hgi-duotone.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-duotone.hgi-php:after {
    content: "佘"
}

.hgi-duotone.hgi-php:before {
    content: "余"
}

.hgi-duotone.hgi-physics:after {
    content: "佚"
}

.hgi-duotone.hgi-physics:before {
    content: "佛"
}

.hgi-duotone.hgi-pi-circle:after {
    content: "作"
}

.hgi-duotone.hgi-pi-circle:before {
    content: "佝"
}

.hgi-duotone.hgi-pi:after {
    content: "佞"
}

.hgi-duotone.hgi-pi-square:after {
    content: "佟"
}

.hgi-duotone.hgi-pi-square:before {
    content: "你"
}

.hgi-duotone.hgi-pi:before {
    content: "佡"
}

.hgi-duotone.hgi-picasa:after {
    content: "佢"
}

.hgi-duotone.hgi-picasa:before {
    content: "佣"
}

.hgi-duotone.hgi-pickup-01:after {
    content: "佤"
}

.hgi-duotone.hgi-pickup-01:before {
    content: "佥"
}

.hgi-duotone.hgi-pickup-02:after {
    content: "佦"
}

.hgi-duotone.hgi-pickup-02:before {
    content: "佧"
}

.hgi-duotone.hgi-picture-in-picture-exit:after {
    content: "佨"
}

.hgi-duotone.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-duotone.hgi-picture-in-picture-on:after {
    content: "佪"
}

.hgi-duotone.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-duotone.hgi-pie-chart:after {
    content: "佬"
}

.hgi-duotone.hgi-pie-chart-square:after {
    content: "佭"
}

.hgi-duotone.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-duotone.hgi-pie-chart:before {
    content: "佯"
}

.hgi-duotone.hgi-pie:after {
    content: "佰"
}

.hgi-duotone.hgi-pie:before {
    content: "佱"
}

.hgi-duotone.hgi-piggy-bank:after {
    content: "佲"
}

.hgi-duotone.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-duotone.hgi-pin-code:after {
    content: "佴"
}

.hgi-duotone.hgi-pin-code:before {
    content: "併"
}

.hgi-duotone.hgi-pin-location-01:after {
    content: "佶"
}

.hgi-duotone.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-duotone.hgi-pin-location-02:after {
    content: "佸"
}

.hgi-duotone.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-duotone.hgi-pin-location-03:after {
    content: "佺"
}

.hgi-duotone.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-duotone.hgi-pin-off:after {
    content: "佼"
}

.hgi-duotone.hgi-pin-off:before {
    content: "佽"
}

.hgi-duotone.hgi-pin:after {
    content: "佾"
}

.hgi-duotone.hgi-pin:before {
    content: "使"
}

.hgi-duotone.hgi-pinterest:after {
    content: "侀"
}

.hgi-duotone.hgi-pinterest:before {
    content: "侁"
}

.hgi-duotone.hgi-pipeline:after {
    content: "侂"
}

.hgi-duotone.hgi-pipeline:before {
    content: "侃"
}

.hgi-duotone.hgi-pisa-tower:after {
    content: "侄"
}

.hgi-duotone.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-duotone.hgi-pizza-01:after {
    content: "來"
}

.hgi-duotone.hgi-pizza-01:before {
    content: "侇"
}

.hgi-duotone.hgi-pizza-02:after {
    content: "侈"
}

.hgi-duotone.hgi-pizza-02:before {
    content: "侉"
}

.hgi-duotone.hgi-pizza-cutter:after {
    content: "侊"
}

.hgi-duotone.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-duotone.hgi-plane:after {
    content: "侌"
}

.hgi-duotone.hgi-plane:before {
    content: "侍"
}

.hgi-duotone.hgi-plant-01:after {
    content: "侎"
}

.hgi-duotone.hgi-plant-01:before {
    content: "侏"
}

.hgi-duotone.hgi-plant-02:after {
    content: "侐"
}

.hgi-duotone.hgi-plant-02:before {
    content: "侑"
}

.hgi-duotone.hgi-plant-03:after {
    content: "侒"
}

.hgi-duotone.hgi-plant-03:before {
    content: "侓"
}

.hgi-duotone.hgi-plant-04:after {
    content: "侔"
}

.hgi-duotone.hgi-plant-04:before {
    content: "侕"
}

.hgi-duotone.hgi-plate:after {
    content: "侖"
}

.hgi-duotone.hgi-plate:before {
    content: "侗"
}

.hgi-duotone.hgi-plaxo:after {
    content: "侘"
}

.hgi-duotone.hgi-plaxo:before {
    content: "侙"
}

.hgi-duotone.hgi-play-circle-02:after {
    content: "侚"
}

.hgi-duotone.hgi-play-circle-02:before {
    content: "供"
}

.hgi-duotone.hgi-play-circle:after {
    content: "侜"
}

.hgi-duotone.hgi-play-circle:before {
    content: "依"
}

.hgi-duotone.hgi-play-list-add:after {
    content: "侞"
}

.hgi-duotone.hgi-play-list-add:before {
    content: "侟"
}

.hgi-duotone.hgi-play-list-favourite-01:after {
    content: "侠"
}

.hgi-duotone.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-duotone.hgi-play-list-favourite-02:after {
    content: "侢"
}

.hgi-duotone.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-duotone.hgi-play-list-minus:after {
    content: "侤"
}

.hgi-duotone.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-duotone.hgi-play-list-remove:after {
    content: "侦"
}

.hgi-duotone.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-duotone.hgi-play-list:after {
    content: "侨"
}

.hgi-duotone.hgi-play-list:before {
    content: "侩"
}

.hgi-duotone.hgi-play:after {
    content: "侪"
}

.hgi-duotone.hgi-play-square:after {
    content: "侫"
}

.hgi-duotone.hgi-play-square:before {
    content: "侬"
}

.hgi-duotone.hgi-play-store:after {
    content: "侭"
}

.hgi-duotone.hgi-play-store:before {
    content: "侮"
}

.hgi-duotone.hgi-play:before {
    content: "侯"
}

.hgi-duotone.hgi-playlist-01:after {
    content: "侰"
}

.hgi-duotone.hgi-playlist-01:before {
    content: "侱"
}

.hgi-duotone.hgi-playlist-02:after {
    content: "侲"
}

.hgi-duotone.hgi-playlist-02:before {
    content: "侳"
}

.hgi-duotone.hgi-playlist-03:after {
    content: "侴"
}

.hgi-duotone.hgi-playlist-03:before {
    content: "侵"
}

.hgi-duotone.hgi-plaza:after {
    content: "侶"
}

.hgi-duotone.hgi-plaza:before {
    content: "侷"
}

.hgi-duotone.hgi-plug-01:after {
    content: "侸"
}

.hgi-duotone.hgi-plug-01:before {
    content: "侹"
}

.hgi-duotone.hgi-plug-02:after {
    content: "侺"
}

.hgi-duotone.hgi-plug-02:before {
    content: "侻"
}

.hgi-duotone.hgi-plug-socket:after {
    content: "侼"
}

.hgi-duotone.hgi-plug-socket:before {
    content: "侽"
}

.hgi-duotone.hgi-plus-minus-01:after {
    content: "侾"
}

.hgi-duotone.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-duotone.hgi-plus-minus-02:after {
    content: "俀"
}

.hgi-duotone.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-duotone.hgi-plus-minus-circle-01:after {
    content: "係"
}

.hgi-duotone.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-duotone.hgi-plus-minus-circle-02:after {
    content: "俄"
}

.hgi-duotone.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-duotone.hgi-plus-minus:after {
    content: "俆"
}

.hgi-duotone.hgi-plus-minus-square-01:after {
    content: "俇"
}

.hgi-duotone.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-duotone.hgi-plus-minus-square-02:after {
    content: "俉"
}

.hgi-duotone.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-duotone.hgi-plus-minus:before {
    content: "俋"
}

.hgi-duotone.hgi-plus-sign-circle:after {
    content: "俌"
}

.hgi-duotone.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-duotone.hgi-plus-sign:after {
    content: "俎"
}

.hgi-duotone.hgi-plus-sign-square:after {
    content: "俏"
}

.hgi-duotone.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-duotone.hgi-plus-sign:before {
    content: "俑"
}

.hgi-duotone.hgi-png-01:after {
    content: "俒"
}

.hgi-duotone.hgi-png-01:before {
    content: "俓"
}

.hgi-duotone.hgi-png-02:after {
    content: "俔"
}

.hgi-duotone.hgi-png-02:before {
    content: "俕"
}

.hgi-duotone.hgi-podium:after {
    content: "俖"
}

.hgi-duotone.hgi-podium:before {
    content: "俗"
}

.hgi-duotone.hgi-pointing-left-01:after {
    content: "俘"
}

.hgi-duotone.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-duotone.hgi-pointing-left-02:after {
    content: "俚"
}

.hgi-duotone.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-duotone.hgi-pointing-left-03:after {
    content: "俜"
}

.hgi-duotone.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-duotone.hgi-pointing-left-04:after {
    content: "俞"
}

.hgi-duotone.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-duotone.hgi-pointing-left-05:after {
    content: "俠"
}

.hgi-duotone.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-duotone.hgi-pointing-left-06:after {
    content: "俢"
}

.hgi-duotone.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-duotone.hgi-pointing-left-07:after {
    content: "俤"
}

.hgi-duotone.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-duotone.hgi-pointing-left-08:after {
    content: "俦"
}

.hgi-duotone.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-duotone.hgi-pointing-right-01:after {
    content: "俨"
}

.hgi-duotone.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-duotone.hgi-pointing-right-02:after {
    content: "俪"
}

.hgi-duotone.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-duotone.hgi-pointing-right-03:after {
    content: "俬"
}

.hgi-duotone.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-duotone.hgi-pointing-right-04:after {
    content: "修"
}

.hgi-duotone.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-duotone.hgi-pointing-right-05:after {
    content: "俰"
}

.hgi-duotone.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-duotone.hgi-pointing-right-06:after {
    content: "俲"
}

.hgi-duotone.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-duotone.hgi-pointing-right-07:after {
    content: "俴"
}

.hgi-duotone.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-duotone.hgi-pointing-right-08:after {
    content: "俶"
}

.hgi-duotone.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-duotone.hgi-pokeball:after {
    content: "俸"
}

.hgi-duotone.hgi-pokeball:before {
    content: "俹"
}

.hgi-duotone.hgi-pokemon:after {
    content: "俺"
}

.hgi-duotone.hgi-pokemon:before {
    content: "俻"
}

.hgi-duotone.hgi-police-badge:after {
    content: "俼"
}

.hgi-duotone.hgi-police-badge:before {
    content: "俽"
}

.hgi-duotone.hgi-police-cap:after {
    content: "俾"
}

.hgi-duotone.hgi-police-cap:before {
    content: "俿"
}

.hgi-duotone.hgi-police-car:after {
    content: "倀"
}

.hgi-duotone.hgi-police-car:before {
    content: "倁"
}

.hgi-duotone.hgi-police-station:after {
    content: "倂"
}

.hgi-duotone.hgi-police-station:before {
    content: "倃"
}

.hgi-duotone.hgi-policy:after {
    content: "倄"
}

.hgi-duotone.hgi-policy:before {
    content: "倅"
}

.hgi-duotone.hgi-polygon:after {
    content: "倆"
}

.hgi-duotone.hgi-polygon:before {
    content: "倇"
}

.hgi-duotone.hgi-pool:after {
    content: "倈"
}

.hgi-duotone.hgi-pool-table:after {
    content: "倉"
}

.hgi-duotone.hgi-pool-table:before {
    content: "倊"
}

.hgi-duotone.hgi-pool:before {
    content: "個"
}

.hgi-duotone.hgi-poop:after {
    content: "倌"
}

.hgi-duotone.hgi-poop:before {
    content: "倍"
}

.hgi-duotone.hgi-popcorn:after {
    content: "倎"
}

.hgi-duotone.hgi-popcorn:before {
    content: "倏"
}

.hgi-duotone.hgi-pot-01:after {
    content: "倐"
}

.hgi-duotone.hgi-pot-01:before {
    content: "們"
}

.hgi-duotone.hgi-pot-02:after {
    content: "倒"
}

.hgi-duotone.hgi-pot-02:before {
    content: "倓"
}

.hgi-duotone.hgi-potion:after {
    content: "倔"
}

.hgi-duotone.hgi-potion:before {
    content: "倕"
}

.hgi-duotone.hgi-pound-circle:after {
    content: "倖"
}

.hgi-duotone.hgi-pound-circle:before {
    content: "倗"
}

.hgi-duotone.hgi-pound-receive:after {
    content: "倘"
}

.hgi-duotone.hgi-pound-receive:before {
    content: "候"
}

.hgi-duotone.hgi-pound:after {
    content: "倚"
}

.hgi-duotone.hgi-pound-send:after {
    content: "倛"
}

.hgi-duotone.hgi-pound-send:before {
    content: "倜"
}

.hgi-duotone.hgi-pound-square:after {
    content: "倝"
}

.hgi-duotone.hgi-pound-square:before {
    content: "倞"
}

.hgi-duotone.hgi-pound:before {
    content: "借"
}

.hgi-duotone.hgi-power-service:after {
    content: "倠"
}

.hgi-duotone.hgi-power-service:before {
    content: "倡"
}

.hgi-duotone.hgi-power-socket-01:after {
    content: "倢"
}

.hgi-duotone.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-duotone.hgi-power-socket-02:after {
    content: "値"
}

.hgi-duotone.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-duotone.hgi-ppt-01:after {
    content: "倦"
}

.hgi-duotone.hgi-ppt-01:before {
    content: "倧"
}

.hgi-duotone.hgi-ppt-02:after {
    content: "倨"
}

.hgi-duotone.hgi-ppt-02:before {
    content: "倩"
}

.hgi-duotone.hgi-prawn:after {
    content: "倪"
}

.hgi-duotone.hgi-prawn:before {
    content: "倫"
}

.hgi-duotone.hgi-prayer-rug-01:after {
    content: "倬"
}

.hgi-duotone.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-duotone.hgi-prayer-rug-02:after {
    content: "倮"
}

.hgi-duotone.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-duotone.hgi-preference-horizontal:after {
    content: "倰"
}

.hgi-duotone.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-duotone.hgi-preference-vertical:after {
    content: "倲"
}

.hgi-duotone.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-duotone.hgi-prescription:after {
    content: "倴"
}

.hgi-duotone.hgi-prescription:before {
    content: "倵"
}

.hgi-duotone.hgi-presentation-01:after {
    content: "倶"
}

.hgi-duotone.hgi-presentation-01:before {
    content: "倷"
}

.hgi-duotone.hgi-presentation-02:after {
    content: "倸"
}

.hgi-duotone.hgi-presentation-02:before {
    content: "倹"
}

.hgi-duotone.hgi-presentation-03:after {
    content: "债"
}

.hgi-duotone.hgi-presentation-03:before {
    content: "倻"
}

.hgi-duotone.hgi-presentation-04:after {
    content: "值"
}

.hgi-duotone.hgi-presentation-04:before {
    content: "倽"
}

.hgi-duotone.hgi-presentation-05:after {
    content: "倾"
}

.hgi-duotone.hgi-presentation-05:before {
    content: "倿"
}

.hgi-duotone.hgi-presentation-06:after {
    content: "偀"
}

.hgi-duotone.hgi-presentation-06:before {
    content: "偁"
}

.hgi-duotone.hgi-presentation-07:after {
    content: "偂"
}

.hgi-duotone.hgi-presentation-07:before {
    content: "偃"
}

.hgi-duotone.hgi-presentation-bar-chart-01:after {
    content: "偄"
}

.hgi-duotone.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-duotone.hgi-presentation-bar-chart-02:after {
    content: "偆"
}

.hgi-duotone.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-duotone.hgi-presentation-line-chart-01:after {
    content: "偈"
}

.hgi-duotone.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-duotone.hgi-presentation-line-chart-02:after {
    content: "偊"
}

.hgi-duotone.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-duotone.hgi-presentation-online:after {
    content: "偌"
}

.hgi-duotone.hgi-presentation-online:before {
    content: "偍"
}

.hgi-duotone.hgi-presentation-podium:after {
    content: "偎"
}

.hgi-duotone.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-duotone.hgi-previous:after {
    content: "偐"
}

.hgi-duotone.hgi-previous:before {
    content: "偑"
}

.hgi-duotone.hgi-printer-off:after {
    content: "偒"
}

.hgi-duotone.hgi-printer-off:before {
    content: "偓"
}

.hgi-duotone.hgi-printer:after {
    content: "偔"
}

.hgi-duotone.hgi-printer:before {
    content: "偕"
}

.hgi-duotone.hgi-prism-01:after {
    content: "偖"
}

.hgi-duotone.hgi-prism-01:before {
    content: "偗"
}

.hgi-duotone.hgi-prism:after {
    content: "偘"
}

.hgi-duotone.hgi-prism:before {
    content: "偙"
}

.hgi-duotone.hgi-prison-guard:after {
    content: "做"
}

.hgi-duotone.hgi-prison-guard:before {
    content: "偛"
}

.hgi-duotone.hgi-prison:after {
    content: "停"
}

.hgi-duotone.hgi-prison:before {
    content: "偝"
}

.hgi-duotone.hgi-prisoner:after {
    content: "偞"
}

.hgi-duotone.hgi-prisoner:before {
    content: "偟"
}

.hgi-duotone.hgi-product-loading:after {
    content: "偠"
}

.hgi-duotone.hgi-product-loading:before {
    content: "偡"
}

.hgi-duotone.hgi-profile-02:after {
    content: "偢"
}

.hgi-duotone.hgi-profile-02:before {
    content: "偣"
}

.hgi-duotone.hgi-profile:after {
    content: "偤"
}

.hgi-duotone.hgi-profile:before {
    content: "健"
}

.hgi-duotone.hgi-profit:after {
    content: "偦"
}

.hgi-duotone.hgi-profit:before {
    content: "偧"
}

.hgi-duotone.hgi-programming-flag:after {
    content: "偨"
}

.hgi-duotone.hgi-programming-flag:before {
    content: "偩"
}

.hgi-duotone.hgi-projector-01:after {
    content: "偪"
}

.hgi-duotone.hgi-projector-01:before {
    content: "偫"
}

.hgi-duotone.hgi-projector:after {
    content: "偬"
}

.hgi-duotone.hgi-projector:before {
    content: "偭"
}

.hgi-duotone.hgi-promotion:after {
    content: "偮"
}

.hgi-duotone.hgi-promotion:before {
    content: "偯"
}

.hgi-duotone.hgi-property-add:after {
    content: "偰"
}

.hgi-duotone.hgi-property-add:before {
    content: "偱"
}

.hgi-duotone.hgi-property-delete:after {
    content: "偲"
}

.hgi-duotone.hgi-property-delete:before {
    content: "偳"
}

.hgi-duotone.hgi-property-edit:after {
    content: "側"
}

.hgi-duotone.hgi-property-edit:before {
    content: "偵"
}

.hgi-duotone.hgi-property-new:after {
    content: "偶"
}

.hgi-duotone.hgi-property-new:before {
    content: "偷"
}

.hgi-duotone.hgi-property-search:after {
    content: "偸"
}

.hgi-duotone.hgi-property-search:before {
    content: "偹"
}

.hgi-duotone.hgi-property-view:after {
    content: "偺"
}

.hgi-duotone.hgi-property-view:before {
    content: "偻"
}

.hgi-duotone.hgi-protection-mask:after {
    content: "偼"
}

.hgi-duotone.hgi-protection-mask:before {
    content: "偽"
}

.hgi-duotone.hgi-pulley:after {
    content: "偾"
}

.hgi-duotone.hgi-pulley:before {
    content: "偿"
}

.hgi-duotone.hgi-pulse-01:after {
    content: "傀"
}

.hgi-duotone.hgi-pulse-01:before {
    content: "傁"
}

.hgi-duotone.hgi-pulse-02:after {
    content: "傂"
}

.hgi-duotone.hgi-pulse-02:before {
    content: "傃"
}

.hgi-duotone.hgi-pulse-rectangle-01:after {
    content: "傄"
}

.hgi-duotone.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-duotone.hgi-pulse-rectangle-02:after {
    content: "傆"
}

.hgi-duotone.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-duotone.hgi-pumpkin:after {
    content: "傈"
}

.hgi-duotone.hgi-pumpkin:before {
    content: "傉"
}

.hgi-duotone.hgi-punch:after {
    content: "傊"
}

.hgi-duotone.hgi-punch:before {
    content: "傋"
}

.hgi-duotone.hgi-punching-ball-01:after {
    content: "傌"
}

.hgi-duotone.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-duotone.hgi-punching-ball-02:after {
    content: "傎"
}

.hgi-duotone.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-duotone.hgi-purse-01:after {
    content: "傐"
}

.hgi-duotone.hgi-purse-01:before {
    content: "傑"
}

.hgi-duotone.hgi-purse:after {
    content: "傒"
}

.hgi-duotone.hgi-purse:before {
    content: "傓"
}

.hgi-duotone.hgi-push-up-bar:after {
    content: "傔"
}

.hgi-duotone.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-duotone.hgi-puzzle:after {
    content: "傖"
}

.hgi-duotone.hgi-puzzle:before {
    content: "傗"
}

.hgi-duotone.hgi-pyramid-maslowo:after {
    content: "傘"
}

.hgi-duotone.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-duotone.hgi-pyramid:after {
    content: "傚"
}

.hgi-duotone.hgi-pyramid-structure-01:after {
    content: "傛"
}

.hgi-duotone.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-duotone.hgi-pyramid-structure-02:after {
    content: "傝"
}

.hgi-duotone.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-duotone.hgi-pyramid:before {
    content: "傟"
}

.hgi-duotone.hgi-qq-plot:after {
    content: "傠"
}

.hgi-duotone.hgi-qq-plot:before {
    content: "傡"
}

.hgi-duotone.hgi-qr-code-01:after {
    content: "傢"
}

.hgi-duotone.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-duotone.hgi-qr-code:after {
    content: "傤"
}

.hgi-duotone.hgi-qr-code:before {
    content: "傥"
}

.hgi-duotone.hgi-question:after {
    content: "傦"
}

.hgi-duotone.hgi-question:before {
    content: "傧"
}

.hgi-duotone.hgi-queue-01:after {
    content: "储"
}

.hgi-duotone.hgi-queue-01:before {
    content: "傩"
}

.hgi-duotone.hgi-queue-02:after {
    content: "傪"
}

.hgi-duotone.hgi-queue-02:before {
    content: "傫"
}

.hgi-duotone.hgi-quill-write-01:after {
    content: "催"
}

.hgi-duotone.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-duotone.hgi-quill-write-02:after {
    content: "傮"
}

.hgi-duotone.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-duotone.hgi-quiz-01:after {
    content: "傰"
}

.hgi-duotone.hgi-quiz-01:before {
    content: "傱"
}

.hgi-duotone.hgi-quiz-02:after {
    content: "傲"
}

.hgi-duotone.hgi-quiz-02:before {
    content: "傳"
}

.hgi-duotone.hgi-quiz-03:after {
    content: "傴"
}

.hgi-duotone.hgi-quiz-03:before {
    content: "債"
}

.hgi-duotone.hgi-quiz-04:after {
    content: "傶"
}

.hgi-duotone.hgi-quiz-04:before {
    content: "傷"
}

.hgi-duotone.hgi-quiz-05:after {
    content: "傸"
}

.hgi-duotone.hgi-quiz-05:before {
    content: "傹"
}

.hgi-duotone.hgi-quora:after {
    content: "傺"
}

.hgi-duotone.hgi-quora:before {
    content: "傻"
}

.hgi-duotone.hgi-quote-down-circle:after {
    content: "傼"
}

.hgi-duotone.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-duotone.hgi-quote-down:after {
    content: "傾"
}

.hgi-duotone.hgi-quote-down-square:after {
    content: "傿"
}

.hgi-duotone.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-duotone.hgi-quote-down:before {
    content: "僁"
}

.hgi-duotone.hgi-quote-up-circle:after {
    content: "僂"
}

.hgi-duotone.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-duotone.hgi-quote-up:after {
    content: "僄"
}

.hgi-duotone.hgi-quote-up-square:after {
    content: "僅"
}

.hgi-duotone.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-duotone.hgi-quote-up:before {
    content: "僇"
}

.hgi-duotone.hgi-quotes:after {
    content: "僈"
}

.hgi-duotone.hgi-quotes:before {
    content: "僉"
}

.hgi-duotone.hgi-quran-01:after {
    content: "僊"
}

.hgi-duotone.hgi-quran-01:before {
    content: "僋"
}

.hgi-duotone.hgi-quran-02:after {
    content: "僌"
}

.hgi-duotone.hgi-quran-02:before {
    content: "働"
}

.hgi-duotone.hgi-quran-03:after {
    content: "僎"
}

.hgi-duotone.hgi-quran-03:before {
    content: "像"
}

.hgi-duotone.hgi-racing-flag:after {
    content: "僐"
}

.hgi-duotone.hgi-racing-flag:before {
    content: "僑"
}

.hgi-duotone.hgi-radar-01:after {
    content: "僒"
}

.hgi-duotone.hgi-radar-01:before {
    content: "僓"
}

.hgi-duotone.hgi-radar-02:after {
    content: "僔"
}

.hgi-duotone.hgi-radar-02:before {
    content: "僕"
}

.hgi-duotone.hgi-radial:after {
    content: "僖"
}

.hgi-duotone.hgi-radial:before {
    content: "僗"
}

.hgi-duotone.hgi-radio-01:after {
    content: "僘"
}

.hgi-duotone.hgi-radio-01:before {
    content: "僙"
}

.hgi-duotone.hgi-radio-02:after {
    content: "僚"
}

.hgi-duotone.hgi-radio-02:before {
    content: "僛"
}

.hgi-duotone.hgi-radio:after {
    content: "僜"
}

.hgi-duotone.hgi-radio:before {
    content: "僝"
}

.hgi-duotone.hgi-radioactive-alert:after {
    content: "僞"
}

.hgi-duotone.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-duotone.hgi-radius:after {
    content: "僠"
}

.hgi-duotone.hgi-radius:before {
    content: "僡"
}

.hgi-duotone.hgi-rain-double-drop:after {
    content: "僢"
}

.hgi-duotone.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-duotone.hgi-rain-drop:after {
    content: "僤"
}

.hgi-duotone.hgi-rain-drop:before {
    content: "僥"
}

.hgi-duotone.hgi-rain:after {
    content: "僦"
}

.hgi-duotone.hgi-rain:before {
    content: "僧"
}

.hgi-duotone.hgi-rainbow:after {
    content: "僨"
}

.hgi-duotone.hgi-rainbow:before {
    content: "僩"
}

.hgi-duotone.hgi-ramadhan-01:after {
    content: "僪"
}

.hgi-duotone.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-duotone.hgi-ramadhan-02:after {
    content: "僬"
}

.hgi-duotone.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-duotone.hgi-ramadhan-month:after {
    content: "僮"
}

.hgi-duotone.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-duotone.hgi-ranking:after {
    content: "僰"
}

.hgi-duotone.hgi-ranking:before {
    content: "僱"
}

.hgi-duotone.hgi-raw-01:after {
    content: "僲"
}

.hgi-duotone.hgi-raw-01:before {
    content: "僳"
}

.hgi-duotone.hgi-raw-02:after {
    content: "僴"
}

.hgi-duotone.hgi-raw-02:before {
    content: "僵"
}

.hgi-duotone.hgi-re:after {
    content: "僶"
}

.hgi-duotone.hgi-re:before {
    content: "僷"
}

.hgi-duotone.hgi-react:after {
    content: "僸"
}

.hgi-duotone.hgi-react:before {
    content: "價"
}

.hgi-duotone.hgi-real-estate-01:after {
    content: "僺"
}

.hgi-duotone.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-duotone.hgi-real-estate-02:after {
    content: "僼"
}

.hgi-duotone.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-duotone.hgi-record:after {
    content: "僾"
}

.hgi-duotone.hgi-record:before {
    content: "僿"
}

.hgi-duotone.hgi-recovery-mail:after {
    content: "儀"
}

.hgi-duotone.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-duotone.hgi-rectangular-01:after {
    content: "儂"
}

.hgi-duotone.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-duotone.hgi-rectangular:after {
    content: "億"
}

.hgi-duotone.hgi-rectangular:before {
    content: "儅"
}

.hgi-duotone.hgi-recycle-01:after {
    content: "儆"
}

.hgi-duotone.hgi-recycle-01:before {
    content: "儇"
}

.hgi-duotone.hgi-recycle-02:after {
    content: "儈"
}

.hgi-duotone.hgi-recycle-02:before {
    content: "儉"
}

.hgi-duotone.hgi-recycle-03:after {
    content: "儊"
}

.hgi-duotone.hgi-recycle-03:before {
    content: "儋"
}

.hgi-duotone.hgi-reddit:after {
    content: "儌"
}

.hgi-duotone.hgi-reddit:before {
    content: "儍"
}

.hgi-duotone.hgi-reflex:after {
    content: "儎"
}

.hgi-duotone.hgi-reflex:before {
    content: "儏"
}

.hgi-duotone.hgi-refresh:after {
    content: "儐"
}

.hgi-duotone.hgi-refresh:before {
    content: "儑"
}

.hgi-duotone.hgi-refrigerator:after {
    content: "儒"
}

.hgi-duotone.hgi-refrigerator:before {
    content: "儓"
}

.hgi-duotone.hgi-register:after {
    content: "儔"
}

.hgi-duotone.hgi-register:before {
    content: "儕"
}

.hgi-duotone.hgi-registered:after {
    content: "儖"
}

.hgi-duotone.hgi-registered:before {
    content: "儗"
}

.hgi-duotone.hgi-relieved-01:after {
    content: "儘"
}

.hgi-duotone.hgi-relieved-01:before {
    content: "儙"
}

.hgi-duotone.hgi-relieved-02:after {
    content: "儚"
}

.hgi-duotone.hgi-relieved-02:before {
    content: "儛"
}

.hgi-duotone.hgi-reload:after {
    content: "儜"
}

.hgi-duotone.hgi-reload:before {
    content: "儝"
}

.hgi-duotone.hgi-reminder:after {
    content: "儞"
}

.hgi-duotone.hgi-reminder:before {
    content: "償"
}

.hgi-duotone.hgi-remote-control:after {
    content: "儠"
}

.hgi-duotone.hgi-remote-control:before {
    content: "儡"
}

.hgi-duotone.hgi-remove-01:after {
    content: "儢"
}

.hgi-duotone.hgi-remove-01:before {
    content: "儣"
}

.hgi-duotone.hgi-remove-02:after {
    content: "儤"
}

.hgi-duotone.hgi-remove-02:before {
    content: "儥"
}

.hgi-duotone.hgi-remove-circle-half-dot:after {
    content: "儦"
}

.hgi-duotone.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-duotone.hgi-remove-circle:after {
    content: "儨"
}

.hgi-duotone.hgi-remove-circle:before {
    content: "儩"
}

.hgi-duotone.hgi-remove-pi:after {
    content: "優"
}

.hgi-duotone.hgi-remove-pi:before {
    content: "儫"
}

.hgi-duotone.hgi-remove-square:after {
    content: "儬"
}

.hgi-duotone.hgi-remove-square:before {
    content: "儭"
}

.hgi-duotone.hgi-renewable-energy-01:after {
    content: "儮"
}

.hgi-duotone.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-duotone.hgi-renewable-energy:after {
    content: "儰"
}

.hgi-duotone.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-duotone.hgi-repair:after {
    content: "儲"
}

.hgi-duotone.hgi-repair:before {
    content: "儳"
}

.hgi-duotone.hgi-repeat-off:after {
    content: "儴"
}

.hgi-duotone.hgi-repeat-off:before {
    content: "儵"
}

.hgi-duotone.hgi-repeat-one-01:after {
    content: "儶"
}

.hgi-duotone.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-duotone.hgi-repeat-one-02:after {
    content: "儸"
}

.hgi-duotone.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-duotone.hgi-repeat:after {
    content: "儺"
}

.hgi-duotone.hgi-repeat:before {
    content: "儻"
}

.hgi-duotone.hgi-replay:after {
    content: "儼"
}

.hgi-duotone.hgi-replay:before {
    content: "儽"
}

.hgi-duotone.hgi-repository:after {
    content: "儾"
}

.hgi-duotone.hgi-repository:before {
    content: "儿"
}

.hgi-duotone.hgi-reset-password:after {
    content: "兀"
}

.hgi-duotone.hgi-reset-password:before {
    content: "允"
}

.hgi-duotone.hgi-resize-01:after {
    content: "兂"
}

.hgi-duotone.hgi-resize-01:before {
    content: "元"
}

.hgi-duotone.hgi-resize-02:after {
    content: "兄"
}

.hgi-duotone.hgi-resize-02:before {
    content: "充"
}

.hgi-duotone.hgi-resources-add:after {
    content: "兆"
}

.hgi-duotone.hgi-resources-add:before {
    content: "兇"
}

.hgi-duotone.hgi-resources-remove:after {
    content: "先"
}

.hgi-duotone.hgi-resources-remove:before {
    content: "光"
}

.hgi-duotone.hgi-restaurant-01:after {
    content: "兊"
}

.hgi-duotone.hgi-restaurant-01:before {
    content: "克"
}

.hgi-duotone.hgi-restaurant-02:after {
    content: "兌"
}

.hgi-duotone.hgi-restaurant-02:before {
    content: "免"
}

.hgi-duotone.hgi-restaurant-03:after {
    content: "兎"
}

.hgi-duotone.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-duotone.hgi-restaurant-table:after {
    content: "児"
}

.hgi-duotone.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-duotone.hgi-restore-bin:after {
    content: "兒"
}

.hgi-duotone.hgi-restore-bin:before {
    content: "兓"
}

.hgi-duotone.hgi-return-request:after {
    content: "兔"
}

.hgi-duotone.hgi-return-request:before {
    content: "兕"
}

.hgi-duotone.hgi-reverse-withdrawal-01:after {
    content: "兖"
}

.hgi-duotone.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-duotone.hgi-reverse-withdrawal-02:after {
    content: "兘"
}

.hgi-duotone.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-duotone.hgi-rhombus-01:after {
    content: "党"
}

.hgi-duotone.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-duotone.hgi-rhombus:after {
    content: "兜"
}

.hgi-duotone.hgi-rhombus:before {
    content: "兝"
}

.hgi-duotone.hgi-rice-bowl-01:after {
    content: "兞"
}

.hgi-duotone.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-duotone.hgi-rice-bowl-02:after {
    content: "兠"
}

.hgi-duotone.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-duotone.hgi-right-angle:after {
    content: "兢"
}

.hgi-duotone.hgi-right-angle:before {
    content: "兣"
}

.hgi-duotone.hgi-right-to-left-block-quote:after {
    content: "兤"
}

.hgi-duotone.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-duotone.hgi-right-to-left-list-bullet:after {
    content: "兦"
}

.hgi-duotone.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-duotone.hgi-right-to-left-list-dash:after {
    content: "全"
}

.hgi-duotone.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-duotone.hgi-right-to-left-list-number:after {
    content: "兪"
}

.hgi-duotone.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-duotone.hgi-right-to-left-list-triangle:after {
    content: "公"
}

.hgi-duotone.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-duotone.hgi-right-triangle:after {
    content: "兮"
}

.hgi-duotone.hgi-right-triangle:before {
    content: "兯"
}

.hgi-duotone.hgi-ripple:after {
    content: "兰"
}

.hgi-duotone.hgi-ripple:before {
    content: "共"
}

.hgi-duotone.hgi-riyal-rectangle:after {
    content: "兲"
}

.hgi-duotone.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-duotone.hgi-riyal:after {
    content: "兴"
}

.hgi-duotone.hgi-riyal:before {
    content: "兵"
}

.hgi-duotone.hgi-road-01:after {
    content: "其"
}

.hgi-duotone.hgi-road-01:before {
    content: "具"
}

.hgi-duotone.hgi-road-02:after {
    content: "典"
}

.hgi-duotone.hgi-road-02:before {
    content: "兹"
}

.hgi-duotone.hgi-road-location-01:after {
    content: "兺"
}

.hgi-duotone.hgi-road-location-01:before {
    content: "养"
}

.hgi-duotone.hgi-road-location-02:after {
    content: "兼"
}

.hgi-duotone.hgi-road-location-02:before {
    content: "兽"
}

.hgi-duotone.hgi-road:after {
    content: "兾"
}

.hgi-duotone.hgi-road-wayside:after {
    content: "兿"
}

.hgi-duotone.hgi-road-wayside:before {
    content: "冀"
}

.hgi-duotone.hgi-road:before {
    content: "冁"
}

.hgi-duotone.hgi-robotic:after {
    content: "冂"
}

.hgi-duotone.hgi-robotic:before {
    content: "冃"
}

.hgi-duotone.hgi-rocket-01:after {
    content: "冄"
}

.hgi-duotone.hgi-rocket-01:before {
    content: "内"
}

.hgi-duotone.hgi-rocket-02:after {
    content: "円"
}

.hgi-duotone.hgi-rocket-02:before {
    content: "冇"
}

.hgi-duotone.hgi-rocket:after {
    content: "冈"
}

.hgi-duotone.hgi-rocket:before {
    content: "冉"
}

.hgi-duotone.hgi-rocking-chair:after {
    content: "冊"
}

.hgi-duotone.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-duotone.hgi-roller-skate:after {
    content: "册"
}

.hgi-duotone.hgi-roller-skate:before {
    content: "再"
}

.hgi-duotone.hgi-rolling-pin:after {
    content: "冎"
}

.hgi-duotone.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-duotone.hgi-root-01:after {
    content: "冐"
}

.hgi-duotone.hgi-root-01:before {
    content: "冑"
}

.hgi-duotone.hgi-root-02:after {
    content: "冒"
}

.hgi-duotone.hgi-root-02:before {
    content: "冓"
}

.hgi-duotone.hgi-root-circle:after {
    content: "冔"
}

.hgi-duotone.hgi-root-circle:before {
    content: "冕"
}

.hgi-duotone.hgi-root-first-bracket:after {
    content: "冖"
}

.hgi-duotone.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-duotone.hgi-root-second-bracket:after {
    content: "冘"
}

.hgi-duotone.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-duotone.hgi-root-third-bracket:after {
    content: "冚"
}

.hgi-duotone.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-duotone.hgi-rotate-01:after {
    content: "农"
}

.hgi-duotone.hgi-rotate-01:before {
    content: "冝"
}

.hgi-duotone.hgi-rotate-02:after {
    content: "冞"
}

.hgi-duotone.hgi-rotate-02:before {
    content: "冟"
}

.hgi-duotone.hgi-rotate-360:after {
    content: "冠"
}

.hgi-duotone.hgi-rotate-360:before {
    content: "冡"
}

.hgi-duotone.hgi-rotate-bottom-left:after {
    content: "冢"
}

.hgi-duotone.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-duotone.hgi-rotate-bottom-right:after {
    content: "冤"
}

.hgi-duotone.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-duotone.hgi-rotate-clockwise:after {
    content: "冦"
}

.hgi-duotone.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-duotone.hgi-rotate-crop:after {
    content: "冨"
}

.hgi-duotone.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-duotone.hgi-rotate-left-01:after {
    content: "冪"
}

.hgi-duotone.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-duotone.hgi-rotate-left-02:after {
    content: "冬"
}

.hgi-duotone.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-duotone.hgi-rotate-left-03:after {
    content: "冮"
}

.hgi-duotone.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-duotone.hgi-rotate-left-04:after {
    content: "冰"
}

.hgi-duotone.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-duotone.hgi-rotate-left-05:after {
    content: "冲"
}

.hgi-duotone.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-duotone.hgi-rotate-left-06:after {
    content: "冴"
}

.hgi-duotone.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-duotone.hgi-rotate-right-01:after {
    content: "冶"
}

.hgi-duotone.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-duotone.hgi-rotate-right-02:after {
    content: "冸"
}

.hgi-duotone.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-duotone.hgi-rotate-right-03:after {
    content: "冺"
}

.hgi-duotone.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-duotone.hgi-rotate-right-04:after {
    content: "冼"
}

.hgi-duotone.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-duotone.hgi-rotate-right-05:after {
    content: "冾"
}

.hgi-duotone.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-duotone.hgi-rotate-right-06:after {
    content: "净"
}

.hgi-duotone.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-duotone.hgi-rotate-square:after {
    content: "凂"
}

.hgi-duotone.hgi-rotate-square:before {
    content: "凃"
}

.hgi-duotone.hgi-rotate-top-left:after {
    content: "凄"
}

.hgi-duotone.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-duotone.hgi-rotate-top-right:after {
    content: "准"
}

.hgi-duotone.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-duotone.hgi-route-01:after {
    content: "凈"
}

.hgi-duotone.hgi-route-01:before {
    content: "凉"
}

.hgi-duotone.hgi-route-02:after {
    content: "凊"
}

.hgi-duotone.hgi-route-02:before {
    content: "凋"
}

.hgi-duotone.hgi-route-03:after {
    content: "凌"
}

.hgi-duotone.hgi-route-03:before {
    content: "凍"
}

.hgi-duotone.hgi-route-block:after {
    content: "凎"
}

.hgi-duotone.hgi-route-block:before {
    content: "减"
}

.hgi-duotone.hgi-router-01:after {
    content: "凐"
}

.hgi-duotone.hgi-router-01:before {
    content: "凑"
}

.hgi-duotone.hgi-router-02:after {
    content: "凒"
}

.hgi-duotone.hgi-router-02:before {
    content: "凓"
}

.hgi-duotone.hgi-router:after {
    content: "凔"
}

.hgi-duotone.hgi-router:before {
    content: "凕"
}

.hgi-duotone.hgi-row-delete:after {
    content: "凖"
}

.hgi-duotone.hgi-row-delete:before {
    content: "凗"
}

.hgi-duotone.hgi-row-insert:after {
    content: "凘"
}

.hgi-duotone.hgi-row-insert:before {
    content: "凙"
}

.hgi-duotone.hgi-rss-connected-01:after {
    content: "凚"
}

.hgi-duotone.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-duotone.hgi-rss-connected-02:after {
    content: "凜"
}

.hgi-duotone.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-duotone.hgi-rss-error:after {
    content: "凞"
}

.hgi-duotone.hgi-rss-error:before {
    content: "凟"
}

.hgi-duotone.hgi-rss-locked:after {
    content: "几"
}

.hgi-duotone.hgi-rss-locked:before {
    content: "凡"
}

.hgi-duotone.hgi-rss:after {
    content: "凢"
}

.hgi-duotone.hgi-rss-unlocked:after {
    content: "凣"
}

.hgi-duotone.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-duotone.hgi-rss:before {
    content: "凥"
}

.hgi-duotone.hgi-rub-el-hizb:after {
    content: "処"
}

.hgi-duotone.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-duotone.hgi-ruku:after {
    content: "凨"
}

.hgi-duotone.hgi-ruku:before {
    content: "凩"
}

.hgi-duotone.hgi-ruler:after {
    content: "凪"
}

.hgi-duotone.hgi-ruler:before {
    content: "凫"
}

.hgi-duotone.hgi-running-shoes:after {
    content: "凬"
}

.hgi-duotone.hgi-running-shoes:before {
    content: "凭"
}

.hgi-duotone.hgi-sad-01:after {
    content: "凮"
}

.hgi-duotone.hgi-sad-01:before {
    content: "凯"
}

.hgi-duotone.hgi-sad-02:after {
    content: "凰"
}

.hgi-duotone.hgi-sad-02:before {
    content: "凱"
}

.hgi-duotone.hgi-sad-dizzy:after {
    content: "凲"
}

.hgi-duotone.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-duotone.hgi-safari:after {
    content: "凴"
}

.hgi-duotone.hgi-safari:before {
    content: "凵"
}

.hgi-duotone.hgi-safe-delivery-01:after {
    content: "凶"
}

.hgi-duotone.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-duotone.hgi-safe-delivery-02:after {
    content: "凸"
}

.hgi-duotone.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-duotone.hgi-safe:after {
    content: "出"
}

.hgi-duotone.hgi-safe:before {
    content: "击"
}

.hgi-duotone.hgi-safety-pin-01:after {
    content: "凼"
}

.hgi-duotone.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-duotone.hgi-safety-pin-02:after {
    content: "凾"
}

.hgi-duotone.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-duotone.hgi-sailboat-coastal:after {
    content: "刀"
}

.hgi-duotone.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-duotone.hgi-sailboat-offshore:after {
    content: "刂"
}

.hgi-duotone.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-duotone.hgi-sakura:after {
    content: "刄"
}

.hgi-duotone.hgi-sakura:before {
    content: "刅"
}

.hgi-duotone.hgi-salah:after {
    content: "分"
}

.hgi-duotone.hgi-salah-time:after {
    content: "切"
}

.hgi-duotone.hgi-salah-time:before {
    content: "刈"
}

.hgi-duotone.hgi-salah:before {
    content: "刉"
}

.hgi-duotone.hgi-sale-tag-01:after {
    content: "刊"
}

.hgi-duotone.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-duotone.hgi-sale-tag-02:after {
    content: "刌"
}

.hgi-duotone.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-duotone.hgi-sandals:after {
    content: "刎"
}

.hgi-duotone.hgi-sandals:before {
    content: "刏"
}

.hgi-duotone.hgi-satellite-01:after {
    content: "刐"
}

.hgi-duotone.hgi-satellite-01:before {
    content: "刑"
}

.hgi-duotone.hgi-satellite-02:after {
    content: "划"
}

.hgi-duotone.hgi-satellite-02:before {
    content: "刓"
}

.hgi-duotone.hgi-satellite-03:after {
    content: "刔"
}

.hgi-duotone.hgi-satellite-03:before {
    content: "刕"
}

.hgi-duotone.hgi-satellite:after {
    content: "刖"
}

.hgi-duotone.hgi-satellite:before {
    content: "列"
}

.hgi-duotone.hgi-saturn-01:after {
    content: "刘"
}

.hgi-duotone.hgi-saturn-01:before {
    content: "则"
}

.hgi-duotone.hgi-saturn-02:after {
    content: "刚"
}

.hgi-duotone.hgi-saturn-02:before {
    content: "创"
}

.hgi-duotone.hgi-saturn:after {
    content: "刜"
}

.hgi-duotone.hgi-saturn:before {
    content: "初"
}

.hgi-duotone.hgi-sausage:after {
    content: "刞"
}

.hgi-duotone.hgi-sausage:before {
    content: "刟"
}

.hgi-duotone.hgi-save-energy-01:after {
    content: "删"
}

.hgi-duotone.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-duotone.hgi-save-energy-02:after {
    content: "刢"
}

.hgi-duotone.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-duotone.hgi-save-money-dollar:after {
    content: "判"
}

.hgi-duotone.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-duotone.hgi-save-money-euro:after {
    content: "刦"
}

.hgi-duotone.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-duotone.hgi-save-money-pound:after {
    content: "刨"
}

.hgi-duotone.hgi-save-money-pound:before {
    content: "利"
}

.hgi-duotone.hgi-save-money-yen:after {
    content: "刪"
}

.hgi-duotone.hgi-save-money-yen:before {
    content: "别"
}

.hgi-duotone.hgi-savings:after {
    content: "刬"
}

.hgi-duotone.hgi-savings:before {
    content: "刭"
}

.hgi-duotone.hgi-scheme:after {
    content: "刮"
}

.hgi-duotone.hgi-scheme:before {
    content: "刯"
}

.hgi-duotone.hgi-school-01:after {
    content: "到"
}

.hgi-duotone.hgi-school-01:before {
    content: "刱"
}

.hgi-duotone.hgi-school-bell-01:after {
    content: "刲"
}

.hgi-duotone.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-duotone.hgi-school-bell-02:after {
    content: "刴"
}

.hgi-duotone.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-duotone.hgi-school-bus:after {
    content: "制"
}

.hgi-duotone.hgi-school-bus:before {
    content: "刷"
}

.hgi-duotone.hgi-school-report-card:after {
    content: "券"
}

.hgi-duotone.hgi-school-report-card:before {
    content: "刹"
}

.hgi-duotone.hgi-school:after {
    content: "刺"
}

.hgi-duotone.hgi-school-tie:after {
    content: "刻"
}

.hgi-duotone.hgi-school-tie:before {
    content: "刼"
}

.hgi-duotone.hgi-school:before {
    content: "刽"
}

.hgi-duotone.hgi-scissor-01:after {
    content: "刾"
}

.hgi-duotone.hgi-scissor-01:before {
    content: "刿"
}

.hgi-duotone.hgi-scissor-rectangle:after {
    content: "剀"
}

.hgi-duotone.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-duotone.hgi-scissor:after {
    content: "剂"
}

.hgi-duotone.hgi-scissor:before {
    content: "剃"
}

.hgi-duotone.hgi-scooter-01:after {
    content: "剄"
}

.hgi-duotone.hgi-scooter-01:before {
    content: "剅"
}

.hgi-duotone.hgi-scooter-02:after {
    content: "剆"
}

.hgi-duotone.hgi-scooter-02:before {
    content: "則"
}

.hgi-duotone.hgi-scooter-03:after {
    content: "剈"
}

.hgi-duotone.hgi-scooter-03:before {
    content: "剉"
}

.hgi-duotone.hgi-scooter-04:after {
    content: "削"
}

.hgi-duotone.hgi-scooter-04:before {
    content: "剋"
}

.hgi-duotone.hgi-scooter-electric:after {
    content: "剌"
}

.hgi-duotone.hgi-scooter-electric:before {
    content: "前"
}

.hgi-duotone.hgi-scratch-card:after {
    content: "剎"
}

.hgi-duotone.hgi-scratch-card:before {
    content: "剏"
}

.hgi-duotone.hgi-screen-add-to-home:after {
    content: "剐"
}

.hgi-duotone.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-duotone.hgi-screen-lock-rotation:after {
    content: "剒"
}

.hgi-duotone.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-duotone.hgi-screen-rotation:after {
    content: "剔"
}

.hgi-duotone.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-duotone.hgi-scribd:after {
    content: "剖"
}

.hgi-duotone.hgi-scribd:before {
    content: "剗"
}

.hgi-duotone.hgi-scroll-horizontal:after {
    content: "剘"
}

.hgi-duotone.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-duotone.hgi-scroll:after {
    content: "剚"
}

.hgi-duotone.hgi-scroll-vertical:after {
    content: "剛"
}

.hgi-duotone.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-duotone.hgi-scroll:before {
    content: "剝"
}

.hgi-duotone.hgi-sd-card:after {
    content: "剞"
}

.hgi-duotone.hgi-sd-card:before {
    content: "剟"
}

.hgi-duotone.hgi-seal:after {
    content: "剠"
}

.hgi-duotone.hgi-seal:before {
    content: "剡"
}

.hgi-duotone.hgi-search-01:after {
    content: "剢"
}

.hgi-duotone.hgi-search-01:before {
    content: "剣"
}

.hgi-duotone.hgi-search-02:after {
    content: "剤"
}

.hgi-duotone.hgi-search-02:before {
    content: "剥"
}

.hgi-duotone.hgi-search-add:after {
    content: "剦"
}

.hgi-duotone.hgi-search-add:before {
    content: "剧"
}

.hgi-duotone.hgi-search-area:after {
    content: "剨"
}

.hgi-duotone.hgi-search-area:before {
    content: "剩"
}

.hgi-duotone.hgi-search-circle:after {
    content: "剪"
}

.hgi-duotone.hgi-search-circle:before {
    content: "剫"
}

.hgi-duotone.hgi-search-dollar:after {
    content: "剬"
}

.hgi-duotone.hgi-search-dollar:before {
    content: "剭"
}

.hgi-duotone.hgi-search-focus:after {
    content: "剮"
}

.hgi-duotone.hgi-search-focus:before {
    content: "副"
}

.hgi-duotone.hgi-search-list-01:after {
    content: "剰"
}

.hgi-duotone.hgi-search-list-01:before {
    content: "剱"
}

.hgi-duotone.hgi-search-list-02:after {
    content: "割"
}

.hgi-duotone.hgi-search-list-02:before {
    content: "剳"
}

.hgi-duotone.hgi-search-minus:after {
    content: "剴"
}

.hgi-duotone.hgi-search-minus:before {
    content: "創"
}

.hgi-duotone.hgi-search-remove:after {
    content: "剶"
}

.hgi-duotone.hgi-search-remove:before {
    content: "剷"
}

.hgi-duotone.hgi-search-replace:after {
    content: "剸"
}

.hgi-duotone.hgi-search-replace:before {
    content: "剹"
}

.hgi-duotone.hgi-search-square:after {
    content: "剺"
}

.hgi-duotone.hgi-search-square:before {
    content: "剻"
}

.hgi-duotone.hgi-search-visual:after {
    content: "剼"
}

.hgi-duotone.hgi-search-visual:before {
    content: "剽"
}

.hgi-duotone.hgi-searching:after {
    content: "剾"
}

.hgi-duotone.hgi-searching:before {
    content: "剿"
}

.hgi-duotone.hgi-seat-selector:after {
    content: "劀"
}

.hgi-duotone.hgi-seat-selector:before {
    content: "劁"
}

.hgi-duotone.hgi-second-bracket-circle:after {
    content: "劂"
}

.hgi-duotone.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-duotone.hgi-second-bracket:after {
    content: "劄"
}

.hgi-duotone.hgi-second-bracket-square:after {
    content: "劅"
}

.hgi-duotone.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-duotone.hgi-second-bracket:before {
    content: "劇"
}

.hgi-duotone.hgi-secured-network:after {
    content: "劈"
}

.hgi-duotone.hgi-secured-network:before {
    content: "劉"
}

.hgi-duotone.hgi-security-block:after {
    content: "劊"
}

.hgi-duotone.hgi-security-block:before {
    content: "劋"
}

.hgi-duotone.hgi-security-check:after {
    content: "劌"
}

.hgi-duotone.hgi-security-check:before {
    content: "劍"
}

.hgi-duotone.hgi-security-key-usb:after {
    content: "劎"
}

.hgi-duotone.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-duotone.hgi-security-lock:after {
    content: "劐"
}

.hgi-duotone.hgi-security-lock:before {
    content: "劑"
}

.hgi-duotone.hgi-security-password:after {
    content: "劒"
}

.hgi-duotone.hgi-security-password:before {
    content: "劓"
}

.hgi-duotone.hgi-security:after {
    content: "劔"
}

.hgi-duotone.hgi-security-validation:after {
    content: "劕"
}

.hgi-duotone.hgi-security-validation:before {
    content: "劖"
}

.hgi-duotone.hgi-security-wifi:after {
    content: "劗"
}

.hgi-duotone.hgi-security-wifi:before {
    content: "劘"
}

.hgi-duotone.hgi-security:before {
    content: "劙"
}

.hgi-duotone.hgi-segment:after {
    content: "劚"
}

.hgi-duotone.hgi-segment:before {
    content: "力"
}

.hgi-duotone.hgi-select-01:after {
    content: "劜"
}

.hgi-duotone.hgi-select-01:before {
    content: "劝"
}

.hgi-duotone.hgi-select-02:after {
    content: "办"
}

.hgi-duotone.hgi-select-02:before {
    content: "功"
}

.hgi-duotone.hgi-send-to-mobile:after {
    content: "加"
}

.hgi-duotone.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-duotone.hgi-senseless:after {
    content: "劢"
}

.hgi-duotone.hgi-senseless:before {
    content: "劣"
}

.hgi-duotone.hgi-sent:after {
    content: "劤"
}

.hgi-duotone.hgi-sent:before {
    content: "劥"
}

.hgi-duotone.hgi-seo:after {
    content: "劦"
}

.hgi-duotone.hgi-seo:before {
    content: "劧"
}

.hgi-duotone.hgi-service:after {
    content: "动"
}

.hgi-duotone.hgi-service:before {
    content: "助"
}

.hgi-duotone.hgi-setting-06:after {
    content: "努"
}

.hgi-duotone.hgi-setting-06:before {
    content: "劫"
}

.hgi-duotone.hgi-setting-07:after {
    content: "劬"
}

.hgi-duotone.hgi-setting-07:before {
    content: "劭"
}

.hgi-duotone.hgi-setting-done-01:after {
    content: "劮"
}

.hgi-duotone.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-duotone.hgi-setting-done-02:after {
    content: "劰"
}

.hgi-duotone.hgi-setting-done-02:before {
    content: "励"
}

.hgi-duotone.hgi-setting-done-03:after {
    content: "劲"
}

.hgi-duotone.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-duotone.hgi-setting-done-04:after {
    content: "労"
}

.hgi-duotone.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-duotone.hgi-setting-error-03:after {
    content: "劶"
}

.hgi-duotone.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-duotone.hgi-setting-error-04:after {
    content: "劸"
}

.hgi-duotone.hgi-setting-error-04:before {
    content: "効"
}

.hgi-duotone.hgi-settings-01:after {
    content: "劺"
}

.hgi-duotone.hgi-settings-01:before {
    content: "劻"
}

.hgi-duotone.hgi-settings-02:after {
    content: "劼"
}

.hgi-duotone.hgi-settings-02:before {
    content: "劽"
}

.hgi-duotone.hgi-settings-03:after {
    content: "劾"
}

.hgi-duotone.hgi-settings-03:before {
    content: "势"
}

.hgi-duotone.hgi-settings-04:after {
    content: "勀"
}

.hgi-duotone.hgi-settings-04:before {
    content: "勁"
}

.hgi-duotone.hgi-settings-05:after {
    content: "勂"
}

.hgi-duotone.hgi-settings-05:before {
    content: "勃"
}

.hgi-duotone.hgi-settings-error-01:after {
    content: "勄"
}

.hgi-duotone.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-duotone.hgi-settings-error-02:after {
    content: "勆"
}

.hgi-duotone.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-duotone.hgi-setup-01:after {
    content: "勈"
}

.hgi-duotone.hgi-setup-01:before {
    content: "勉"
}

.hgi-duotone.hgi-setup-02:after {
    content: "勊"
}

.hgi-duotone.hgi-setup-02:before {
    content: "勋"
}

.hgi-duotone.hgi-shaka-01:after {
    content: "勌"
}

.hgi-duotone.hgi-shaka-01:before {
    content: "勍"
}

.hgi-duotone.hgi-shaka-02:after {
    content: "勎"
}

.hgi-duotone.hgi-shaka-02:before {
    content: "勏"
}

.hgi-duotone.hgi-shaka-03:after {
    content: "勐"
}

.hgi-duotone.hgi-shaka-03:before {
    content: "勑"
}

.hgi-duotone.hgi-shaka-04:after {
    content: "勒"
}

.hgi-duotone.hgi-shaka-04:before {
    content: "勓"
}

.hgi-duotone.hgi-shampoo:after {
    content: "勔"
}

.hgi-duotone.hgi-shampoo:before {
    content: "動"
}

.hgi-duotone.hgi-shapes:after {
    content: "勖"
}

.hgi-duotone.hgi-shapes:before {
    content: "勗"
}

.hgi-duotone.hgi-share-01:after {
    content: "勘"
}

.hgi-duotone.hgi-share-01:before {
    content: "務"
}

.hgi-duotone.hgi-share-02:after {
    content: "勚"
}

.hgi-duotone.hgi-share-02:before {
    content: "勛"
}

.hgi-duotone.hgi-share-03:after {
    content: "勜"
}

.hgi-duotone.hgi-share-03:before {
    content: "勝"
}

.hgi-duotone.hgi-share-04:after {
    content: "勞"
}

.hgi-duotone.hgi-share-04:before {
    content: "募"
}

.hgi-duotone.hgi-share-05:after {
    content: "勠"
}

.hgi-duotone.hgi-share-05:before {
    content: "勡"
}

.hgi-duotone.hgi-share-06:after {
    content: "勢"
}

.hgi-duotone.hgi-share-06:before {
    content: "勣"
}

.hgi-duotone.hgi-share-07:after {
    content: "勤"
}

.hgi-duotone.hgi-share-07:before {
    content: "勥"
}

.hgi-duotone.hgi-share-08:after {
    content: "勦"
}

.hgi-duotone.hgi-share-08:before {
    content: "勧"
}

.hgi-duotone.hgi-share-knowledge:after {
    content: "勨"
}

.hgi-duotone.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-duotone.hgi-share-location-01:after {
    content: "勪"
}

.hgi-duotone.hgi-share-location-01:before {
    content: "勫"
}

.hgi-duotone.hgi-share-location-02:after {
    content: "勬"
}

.hgi-duotone.hgi-share-location-02:before {
    content: "勭"
}

.hgi-duotone.hgi-shared-wifi:after {
    content: "勮"
}

.hgi-duotone.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-duotone.hgi-sharing:after {
    content: "勰"
}

.hgi-duotone.hgi-sharing:before {
    content: "勱"
}

.hgi-duotone.hgi-shellfish:after {
    content: "勲"
}

.hgi-duotone.hgi-shellfish:before {
    content: "勳"
}

.hgi-duotone.hgi-sheriff-01:after {
    content: "勴"
}

.hgi-duotone.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-duotone.hgi-sheriff-02:after {
    content: "勶"
}

.hgi-duotone.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-duotone.hgi-shield-01:after {
    content: "勸"
}

.hgi-duotone.hgi-shield-01:before {
    content: "勹"
}

.hgi-duotone.hgi-shield-02:after {
    content: "勺"
}

.hgi-duotone.hgi-shield-02:before {
    content: "勻"
}

.hgi-duotone.hgi-shield-blockchain:after {
    content: "勼"
}

.hgi-duotone.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-duotone.hgi-shield-energy:after {
    content: "勾"
}

.hgi-duotone.hgi-shield-energy:before {
    content: "勿"
}

.hgi-duotone.hgi-shield-key:after {
    content: "匀"
}

.hgi-duotone.hgi-shield-key:before {
    content: "匁"
}

.hgi-duotone.hgi-shield-user:after {
    content: "匂"
}

.hgi-duotone.hgi-shield-user:before {
    content: "匃"
}

.hgi-duotone.hgi-shipment-tracking:after {
    content: "匄"
}

.hgi-duotone.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-duotone.hgi-shipping-center:after {
    content: "匆"
}

.hgi-duotone.hgi-shipping-center:before {
    content: "匇"
}

.hgi-duotone.hgi-shipping-loading:after {
    content: "匈"
}

.hgi-duotone.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-duotone.hgi-shipping-truck-01:after {
    content: "匊"
}

.hgi-duotone.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-duotone.hgi-shipping-truck-02:after {
    content: "匌"
}

.hgi-duotone.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-duotone.hgi-shirt-01:after {
    content: "匎"
}

.hgi-duotone.hgi-shirt-01:before {
    content: "匏"
}

.hgi-duotone.hgi-shocked:after {
    content: "匐"
}

.hgi-duotone.hgi-shocked:before {
    content: "匑"
}

.hgi-duotone.hgi-shop-sign:after {
    content: "匒"
}

.hgi-duotone.hgi-shop-sign:before {
    content: "匓"
}

.hgi-duotone.hgi-shopping-bag-01:after {
    content: "匔"
}

.hgi-duotone.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-duotone.hgi-shopping-bag-02:after {
    content: "化"
}

.hgi-duotone.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-duotone.hgi-shopping-bag-03:after {
    content: "匘"
}

.hgi-duotone.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-duotone.hgi-shopping-bag-add:after {
    content: "匚"
}

.hgi-duotone.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-duotone.hgi-shopping-bag-check:after {
    content: "匜"
}

.hgi-duotone.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-duotone.hgi-shopping-bag-favorite:after {
    content: "匞"
}

.hgi-duotone.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-duotone.hgi-shopping-bag-remove:after {
    content: "匠"
}

.hgi-duotone.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-duotone.hgi-shopping-basket-01:after {
    content: "匢"
}

.hgi-duotone.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-duotone.hgi-shopping-basket-02:after {
    content: "匤"
}

.hgi-duotone.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-duotone.hgi-shopping-basket-03:after {
    content: "匦"
}

.hgi-duotone.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-duotone.hgi-shopping-basket-add-01:after {
    content: "匨"
}

.hgi-duotone.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-duotone.hgi-shopping-basket-add-02:after {
    content: "匪"
}

.hgi-duotone.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-duotone.hgi-shopping-basket-add-03:after {
    content: "匬"
}

.hgi-duotone.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-duotone.hgi-shopping-basket-check-in-01:after {
    content: "匮"
}

.hgi-duotone.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-duotone.hgi-shopping-basket-check-in-02:after {
    content: "匰"
}

.hgi-duotone.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-duotone.hgi-shopping-basket-check-in-03:after {
    content: "匲"
}

.hgi-duotone.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-duotone.hgi-shopping-basket-check-out-01:after {
    content: "匴"
}

.hgi-duotone.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-duotone.hgi-shopping-basket-check-out-02:after {
    content: "匶"
}

.hgi-duotone.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-duotone.hgi-shopping-basket-check-out-03:after {
    content: "匸"
}

.hgi-duotone.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-duotone.hgi-shopping-basket-done-01:after {
    content: "区"
}

.hgi-duotone.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-duotone.hgi-shopping-basket-done-02:after {
    content: "匼"
}

.hgi-duotone.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-duotone.hgi-shopping-basket-done-03:after {
    content: "匾"
}

.hgi-duotone.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-duotone.hgi-shopping-basket-favorite-01:after {
    content: "區"
}

.hgi-duotone.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-duotone.hgi-shopping-basket-favorite-02:after {
    content: "卂"
}

.hgi-duotone.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-duotone.hgi-shopping-basket-favorite-03:after {
    content: "卄"
}

.hgi-duotone.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-duotone.hgi-shopping-basket-remove-01:after {
    content: "卆"
}

.hgi-duotone.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-duotone.hgi-shopping-basket-remove-02:after {
    content: "午"
}

.hgi-duotone.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-duotone.hgi-shopping-basket-remove-03:after {
    content: "半"
}

.hgi-duotone.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-duotone.hgi-shopping-basket-secure-01:after {
    content: "卌"
}

.hgi-duotone.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-duotone.hgi-shopping-basket-secure-02:after {
    content: "华"
}

.hgi-duotone.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-duotone.hgi-shopping-basket-secure-03:after {
    content: "卐"
}

.hgi-duotone.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-duotone.hgi-shopping-cart-01:after {
    content: "卒"
}

.hgi-duotone.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-duotone.hgi-shopping-cart-02:after {
    content: "協"
}

.hgi-duotone.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-duotone.hgi-shopping-cart-add-01:after {
    content: "卖"
}

.hgi-duotone.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-duotone.hgi-shopping-cart-add-02:after {
    content: "単"
}

.hgi-duotone.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-duotone.hgi-shopping-cart-check-01:after {
    content: "博"
}

.hgi-duotone.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-duotone.hgi-shopping-cart-check-02:after {
    content: "卜"
}

.hgi-duotone.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-duotone.hgi-shopping-cart-check-in-01:after {
    content: "卞"
}

.hgi-duotone.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-duotone.hgi-shopping-cart-check-in-02:after {
    content: "占"
}

.hgi-duotone.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-duotone.hgi-shopping-cart-check-out-01:after {
    content: "卢"
}

.hgi-duotone.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-duotone.hgi-shopping-cart-check-out-02:after {
    content: "卤"
}

.hgi-duotone.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-duotone.hgi-shopping-cart-favorite-01:after {
    content: "卦"
}

.hgi-duotone.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-duotone.hgi-shopping-cart-favorite-02:after {
    content: "卨"
}

.hgi-duotone.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-duotone.hgi-shopping-cart-remove-01:after {
    content: "卪"
}

.hgi-duotone.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-duotone.hgi-shopping-cart-remove-02:after {
    content: "卬"
}

.hgi-duotone.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-duotone.hgi-shorts-pants:after {
    content: "卮"
}

.hgi-duotone.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-duotone.hgi-shuffle:after {
    content: "印"
}

.hgi-duotone.hgi-shuffle-square:after {
    content: "危"
}

.hgi-duotone.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-duotone.hgi-shuffle:before {
    content: "即"
}

.hgi-duotone.hgi-shutterstock:after {
    content: "却"
}

.hgi-duotone.hgi-shutterstock:before {
    content: "卵"
}

.hgi-duotone.hgi-sidebar-bottom:after {
    content: "卶"
}

.hgi-duotone.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-duotone.hgi-sidebar-left-01:after {
    content: "卸"
}

.hgi-duotone.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-duotone.hgi-sidebar-left:after {
    content: "卺"
}

.hgi-duotone.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-duotone.hgi-sidebar-right-01:after {
    content: "卼"
}

.hgi-duotone.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-duotone.hgi-sidebar-right:after {
    content: "卾"
}

.hgi-duotone.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-duotone.hgi-sidebar-top:after {
    content: "厀"
}

.hgi-duotone.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-duotone.hgi-sign-language-c:after {
    content: "厂"
}

.hgi-duotone.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-duotone.hgi-signal-full-01:after {
    content: "厄"
}

.hgi-duotone.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-duotone.hgi-signal-full-02:after {
    content: "历"
}

.hgi-duotone.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-duotone.hgi-signal-low-01:after {
    content: "厈"
}

.hgi-duotone.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-duotone.hgi-signal-low-02:after {
    content: "厊"
}

.hgi-duotone.hgi-signal-low-02:before {
    content: "压"
}

.hgi-duotone.hgi-signal-low-medium:after {
    content: "厌"
}

.hgi-duotone.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-duotone.hgi-signal-medium-01:after {
    content: "厎"
}

.hgi-duotone.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-duotone.hgi-signal-medium-02:after {
    content: "厐"
}

.hgi-duotone.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-duotone.hgi-signal-no-01:after {
    content: "厒"
}

.hgi-duotone.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-duotone.hgi-signal-no-02:after {
    content: "厔"
}

.hgi-duotone.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-duotone.hgi-signal:after {
    content: "厖"
}

.hgi-duotone.hgi-signal:before {
    content: "厗"
}

.hgi-duotone.hgi-signature:after {
    content: "厘"
}

.hgi-duotone.hgi-signature:before {
    content: "厙"
}

.hgi-duotone.hgi-silence:after {
    content: "厚"
}

.hgi-duotone.hgi-silence:before {
    content: "厛"
}

.hgi-duotone.hgi-simcard-01:after {
    content: "厜"
}

.hgi-duotone.hgi-simcard-01:before {
    content: "厝"
}

.hgi-duotone.hgi-simcard-02:after {
    content: "厞"
}

.hgi-duotone.hgi-simcard-02:before {
    content: "原"
}

.hgi-duotone.hgi-simcard-dual:after {
    content: "厠"
}

.hgi-duotone.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-duotone.hgi-sin:after {
    content: "厢"
}

.hgi-duotone.hgi-sin:before {
    content: "厣"
}

.hgi-duotone.hgi-sine-01:after {
    content: "厤"
}

.hgi-duotone.hgi-sine-01:before {
    content: "厥"
}

.hgi-duotone.hgi-sine-02:after {
    content: "厦"
}

.hgi-duotone.hgi-sine-02:before {
    content: "厧"
}

.hgi-duotone.hgi-sing-left:after {
    content: "厨"
}

.hgi-duotone.hgi-sing-left:before {
    content: "厩"
}

.hgi-duotone.hgi-sing-right:after {
    content: "厪"
}

.hgi-duotone.hgi-sing-right:before {
    content: "厫"
}

.hgi-duotone.hgi-sink-01:after {
    content: "厬"
}

.hgi-duotone.hgi-sink-01:before {
    content: "厭"
}

.hgi-duotone.hgi-sink-02:after {
    content: "厮"
}

.hgi-duotone.hgi-sink-02:before {
    content: "厯"
}

.hgi-duotone.hgi-siri:after {
    content: "厰"
}

.hgi-duotone.hgi-siri:before {
    content: "厱"
}

.hgi-duotone.hgi-sketch:after {
    content: "厲"
}

.hgi-duotone.hgi-sketch:before {
    content: "厳"
}

.hgi-duotone.hgi-skew:after {
    content: "厴"
}

.hgi-duotone.hgi-skew:before {
    content: "厵"
}

.hgi-duotone.hgi-ski-dice-faces-01:after {
    content: "厶"
}

.hgi-duotone.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-duotone.hgi-skipping-rope:after {
    content: "厸"
}

.hgi-duotone.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-duotone.hgi-skull:after {
    content: "厺"
}

.hgi-duotone.hgi-skull:before {
    content: "去"
}

.hgi-duotone.hgi-skype:after {
    content: "厼"
}

.hgi-duotone.hgi-skype:before {
    content: "厽"
}

.hgi-duotone.hgi-slack:after {
    content: "厾"
}

.hgi-duotone.hgi-slack:before {
    content: "县"
}

.hgi-duotone.hgi-sleeping:after {
    content: "叀"
}

.hgi-duotone.hgi-sleeping:before {
    content: "叁"
}

.hgi-duotone.hgi-sleeveless:after {
    content: "参"
}

.hgi-duotone.hgi-sleeveless:before {
    content: "參"
}

.hgi-duotone.hgi-sliders-horizontal:after {
    content: "叄"
}

.hgi-duotone.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-duotone.hgi-sliders-vertical:after {
    content: "叆"
}

.hgi-duotone.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-duotone.hgi-slideshare:after {
    content: "又"
}

.hgi-duotone.hgi-slideshare:before {
    content: "叉"
}

.hgi-duotone.hgi-slow-winds:after {
    content: "及"
}

.hgi-duotone.hgi-slow-winds:before {
    content: "友"
}

.hgi-duotone.hgi-smart-ac:after {
    content: "双"
}

.hgi-duotone.hgi-smart-ac:before {
    content: "反"
}

.hgi-duotone.hgi-smart-phone-01:after {
    content: "収"
}

.hgi-duotone.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-duotone.hgi-smart-phone-02:after {
    content: "叐"
}

.hgi-duotone.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-duotone.hgi-smart-phone-03:after {
    content: "叒"
}

.hgi-duotone.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-duotone.hgi-smart-phone-04:after {
    content: "叔"
}

.hgi-duotone.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-duotone.hgi-smart-phone-landscape:after {
    content: "取"
}

.hgi-duotone.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-duotone.hgi-smart:after {
    content: "变"
}

.hgi-duotone.hgi-smart-watch-01:after {
    content: "叙"
}

.hgi-duotone.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-duotone.hgi-smart-watch-02:after {
    content: "叛"
}

.hgi-duotone.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-duotone.hgi-smart-watch-03:after {
    content: "叝"
}

.hgi-duotone.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-duotone.hgi-smart-watch-04:after {
    content: "叟"
}

.hgi-duotone.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-duotone.hgi-smart:before {
    content: "叡"
}

.hgi-duotone.hgi-smartphone-lost-wifi:after {
    content: "叢"
}

.hgi-duotone.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-duotone.hgi-smartphone-wifi:after {
    content: "古"
}

.hgi-duotone.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-duotone.hgi-smile-dizzy:after {
    content: "另"
}

.hgi-duotone.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-duotone.hgi-smile:after {
    content: "叨"
}

.hgi-duotone.hgi-smile:before {
    content: "叩"
}

.hgi-duotone.hgi-sms-code:after {
    content: "只"
}

.hgi-duotone.hgi-sms-code:before {
    content: "叫"
}

.hgi-duotone.hgi-snail:after {
    content: "召"
}

.hgi-duotone.hgi-snail:before {
    content: "叭"
}

.hgi-duotone.hgi-snapchat:after {
    content: "叮"
}

.hgi-duotone.hgi-snapchat:before {
    content: "可"
}

.hgi-duotone.hgi-snow:after {
    content: "台"
}

.hgi-duotone.hgi-snow:before {
    content: "叱"
}

.hgi-duotone.hgi-soda-can:after {
    content: "史"
}

.hgi-duotone.hgi-soda-can:before {
    content: "右"
}

.hgi-duotone.hgi-sofa-01:after {
    content: "叴"
}

.hgi-duotone.hgi-sofa-01:before {
    content: "叵"
}

.hgi-duotone.hgi-sofa-02:after {
    content: "叶"
}

.hgi-duotone.hgi-sofa-02:before {
    content: "号"
}

.hgi-duotone.hgi-sofa-03:after {
    content: "司"
}

.hgi-duotone.hgi-sofa-03:before {
    content: "叹"
}

.hgi-duotone.hgi-sofa-single:after {
    content: "叺"
}

.hgi-duotone.hgi-sofa-single:before {
    content: "叻"
}

.hgi-duotone.hgi-soft-drink-01:after {
    content: "叼"
}

.hgi-duotone.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-duotone.hgi-soft-drink-02:after {
    content: "叾"
}

.hgi-duotone.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-duotone.hgi-software-license:after {
    content: "吀"
}

.hgi-duotone.hgi-software-license:before {
    content: "吁"
}

.hgi-duotone.hgi-software:after {
    content: "吂"
}

.hgi-duotone.hgi-software-uninstall:after {
    content: "吃"
}

.hgi-duotone.hgi-software-uninstall:before {
    content: "各"
}

.hgi-duotone.hgi-software:before {
    content: "吅"
}

.hgi-duotone.hgi-soil-moisture-field:after {
    content: "吆"
}

.hgi-duotone.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-duotone.hgi-soil-moisture-global:after {
    content: "合"
}

.hgi-duotone.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-duotone.hgi-soil-temperature-field:after {
    content: "吊"
}

.hgi-duotone.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-duotone.hgi-soil-temperature-global:after {
    content: "同"
}

.hgi-duotone.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-duotone.hgi-solar-energy:after {
    content: "后"
}

.hgi-duotone.hgi-solar-energy:before {
    content: "吏"
}

.hgi-duotone.hgi-solar-panel-01:after {
    content: "吐"
}

.hgi-duotone.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-duotone.hgi-solar-panel-02:after {
    content: "吒"
}

.hgi-duotone.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-duotone.hgi-solar-panel-03:after {
    content: "吔"
}

.hgi-duotone.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-duotone.hgi-solar-panel-04:after {
    content: "吖"
}

.hgi-duotone.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-duotone.hgi-solar-panel-05:after {
    content: "吘"
}

.hgi-duotone.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-duotone.hgi-solar-power:after {
    content: "吚"
}

.hgi-duotone.hgi-solar-power:before {
    content: "君"
}

.hgi-duotone.hgi-solar-system-01:after {
    content: "吜"
}

.hgi-duotone.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-duotone.hgi-solar-system:after {
    content: "吞"
}

.hgi-duotone.hgi-solar-system:before {
    content: "吟"
}

.hgi-duotone.hgi-solid-line-01:after {
    content: "吠"
}

.hgi-duotone.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-duotone.hgi-solid-line-02:after {
    content: "吢"
}

.hgi-duotone.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-duotone.hgi-sort-by-down-01:after {
    content: "吤"
}

.hgi-duotone.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-duotone.hgi-sort-by-down-02:after {
    content: "否"
}

.hgi-duotone.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-duotone.hgi-sort-by-up-01:after {
    content: "吨"
}

.hgi-duotone.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-duotone.hgi-sort-by-up-02:after {
    content: "吪"
}

.hgi-duotone.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-duotone.hgi-sorting-01:after {
    content: "听"
}

.hgi-duotone.hgi-sorting-01:before {
    content: "吭"
}

.hgi-duotone.hgi-sorting-02:after {
    content: "吮"
}

.hgi-duotone.hgi-sorting-02:before {
    content: "启"
}

.hgi-duotone.hgi-sorting-03:after {
    content: "吰"
}

.hgi-duotone.hgi-sorting-03:before {
    content: "吱"
}

.hgi-duotone.hgi-sorting-04:after {
    content: "吲"
}

.hgi-duotone.hgi-sorting-04:before {
    content: "吳"
}

.hgi-duotone.hgi-sorting-05:after {
    content: "吴"
}

.hgi-duotone.hgi-sorting-05:before {
    content: "吵"
}

.hgi-duotone.hgi-sorting-1-9:after {
    content: "吶"
}

.hgi-duotone.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-duotone.hgi-sorting-9-1:after {
    content: "吸"
}

.hgi-duotone.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-duotone.hgi-sorting-a-z-01:after {
    content: "吺"
}

.hgi-duotone.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-duotone.hgi-sorting-a-z-02:after {
    content: "吼"
}

.hgi-duotone.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-duotone.hgi-sorting-down:after {
    content: "吾"
}

.hgi-duotone.hgi-sorting-down:before {
    content: "吿"
}

.hgi-duotone.hgi-sorting-up:after {
    content: "呀"
}

.hgi-duotone.hgi-sorting-up:before {
    content: "呁"
}

.hgi-duotone.hgi-sorting-z-a-01:after {
    content: "呂"
}

.hgi-duotone.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-duotone.hgi-soundcloud:after {
    content: "呄"
}

.hgi-duotone.hgi-soundcloud:before {
    content: "呅"
}

.hgi-duotone.hgi-source-code-circle:after {
    content: "呆"
}

.hgi-duotone.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-duotone.hgi-source-code:after {
    content: "呈"
}

.hgi-duotone.hgi-source-code-square:after {
    content: "呉"
}

.hgi-duotone.hgi-source-code-square:before {
    content: "告"
}

.hgi-duotone.hgi-source-code:before {
    content: "呋"
}

.hgi-duotone.hgi-spaceship:after {
    content: "呌"
}

.hgi-duotone.hgi-spaceship:before {
    content: "呍"
}

.hgi-duotone.hgi-spades:after {
    content: "呎"
}

.hgi-duotone.hgi-spades:before {
    content: "呏"
}

.hgi-duotone.hgi-spaghetti:after {
    content: "呐"
}

.hgi-duotone.hgi-spaghetti:before {
    content: "呑"
}

.hgi-duotone.hgi-spam:after {
    content: "呒"
}

.hgi-duotone.hgi-spam:before {
    content: "呓"
}

.hgi-duotone.hgi-sparkles:after {
    content: "呔"
}

.hgi-duotone.hgi-sparkles:before {
    content: "呕"
}

.hgi-duotone.hgi-spartan-helmet:after {
    content: "呖"
}

.hgi-duotone.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-duotone.hgi-spatula:after {
    content: "员"
}

.hgi-duotone.hgi-spatula:before {
    content: "呙"
}

.hgi-duotone.hgi-speaker-01:after {
    content: "呚"
}

.hgi-duotone.hgi-speaker-01:before {
    content: "呛"
}

.hgi-duotone.hgi-speaker:after {
    content: "呜"
}

.hgi-duotone.hgi-speaker:before {
    content: "呝"
}

.hgi-duotone.hgi-speech-to-text:after {
    content: "呞"
}

.hgi-duotone.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-duotone.hgi-speed-train-01:after {
    content: "呠"
}

.hgi-duotone.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-duotone.hgi-speed-train-02:after {
    content: "呢"
}

.hgi-duotone.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-duotone.hgi-sperm:after {
    content: "呤"
}

.hgi-duotone.hgi-sperm:before {
    content: "呥"
}

.hgi-duotone.hgi-sphere:after {
    content: "呦"
}

.hgi-duotone.hgi-sphere:before {
    content: "呧"
}

.hgi-duotone.hgi-spirals:after {
    content: "周"
}

.hgi-duotone.hgi-spirals:before {
    content: "呩"
}

.hgi-duotone.hgi-spoon-and-fork:after {
    content: "呪"
}

.hgi-duotone.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-duotone.hgi-spoon-and-knife:after {
    content: "呬"
}

.hgi-duotone.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-duotone.hgi-spoon:after {
    content: "呮"
}

.hgi-duotone.hgi-spoon:before {
    content: "呯"
}

.hgi-duotone.hgi-spotify:after {
    content: "呰"
}

.hgi-duotone.hgi-spotify:before {
    content: "呱"
}

.hgi-duotone.hgi-sql:after {
    content: "呲"
}

.hgi-duotone.hgi-sql:before {
    content: "味"
}

.hgi-duotone.hgi-square-01:after {
    content: "呴"
}

.hgi-duotone.hgi-square-01:before {
    content: "呵"
}

.hgi-duotone.hgi-square-arrow-data-transfer-diagonal:after {
    content: "呶"
}

.hgi-duotone.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-duotone.hgi-square-arrow-data-transfer-horizontal:after {
    content: "呸"
}

.hgi-duotone.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-duotone.hgi-square-arrow-data-transfer-vertical:after {
    content: "呺"
}

.hgi-duotone.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-duotone.hgi-square-arrow-diagonal-01:after {
    content: "呼"
}

.hgi-duotone.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-duotone.hgi-square-arrow-diagonal-02:after {
    content: "呾"
}

.hgi-duotone.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-duotone.hgi-square-arrow-down-01:after {
    content: "咀"
}

.hgi-duotone.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-duotone.hgi-square-arrow-down-02:after {
    content: "咂"
}

.hgi-duotone.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-duotone.hgi-square-arrow-down-03:after {
    content: "咄"
}

.hgi-duotone.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-duotone.hgi-square-arrow-down-double:after {
    content: "咆"
}

.hgi-duotone.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-duotone.hgi-square-arrow-down-left:after {
    content: "咈"
}

.hgi-duotone.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-duotone.hgi-square-arrow-down-right:after {
    content: "咊"
}

.hgi-duotone.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-duotone.hgi-square-arrow-expand-01:after {
    content: "和"
}

.hgi-duotone.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-duotone.hgi-square-arrow-expand-02:after {
    content: "咎"
}

.hgi-duotone.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-duotone.hgi-square-arrow-horizontal:after {
    content: "咐"
}

.hgi-duotone.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-duotone.hgi-square-arrow-left-01:after {
    content: "咒"
}

.hgi-duotone.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-duotone.hgi-square-arrow-left-02:after {
    content: "咔"
}

.hgi-duotone.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-duotone.hgi-square-arrow-left-03:after {
    content: "咖"
}

.hgi-duotone.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-duotone.hgi-square-arrow-left-double:after {
    content: "咘"
}

.hgi-duotone.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-duotone.hgi-square-arrow-left-right:after {
    content: "咚"
}

.hgi-duotone.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-duotone.hgi-square-arrow-move-down-left:after {
    content: "咜"
}

.hgi-duotone.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-duotone.hgi-square-arrow-move-down-right:after {
    content: "咞"
}

.hgi-duotone.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-duotone.hgi-square-arrow-move-left-down:after {
    content: "咠"
}

.hgi-duotone.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-duotone.hgi-square-arrow-move-left-up:after {
    content: "咢"
}

.hgi-duotone.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-duotone.hgi-square-arrow-move-right-down:after {
    content: "咤"
}

.hgi-duotone.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-duotone.hgi-square-arrow-move-right-up:after {
    content: "咦"
}

.hgi-duotone.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-duotone.hgi-square-arrow-reload-01:after {
    content: "咨"
}

.hgi-duotone.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-duotone.hgi-square-arrow-reload-02:after {
    content: "咪"
}

.hgi-duotone.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-duotone.hgi-square-arrow-right-01:after {
    content: "咬"
}

.hgi-duotone.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-duotone.hgi-square-arrow-right-02:after {
    content: "咮"
}

.hgi-duotone.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-duotone.hgi-square-arrow-right-03:after {
    content: "咰"
}

.hgi-duotone.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-duotone.hgi-square-arrow-right-double:after {
    content: "咲"
}

.hgi-duotone.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-duotone.hgi-square-arrow-shrink-01:after {
    content: "咴"
}

.hgi-duotone.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-duotone.hgi-square-arrow-shrink-02:after {
    content: "咶"
}

.hgi-duotone.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-duotone.hgi-square-arrow-up-01:after {
    content: "咸"
}

.hgi-duotone.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-duotone.hgi-square-arrow-up-02:after {
    content: "咺"
}

.hgi-duotone.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-duotone.hgi-square-arrow-up-03:after {
    content: "咼"
}

.hgi-duotone.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-duotone.hgi-square-arrow-up-double:after {
    content: "咾"
}

.hgi-duotone.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-duotone.hgi-square-arrow-up-down:after {
    content: "哀"
}

.hgi-duotone.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-duotone.hgi-square-arrow-up-left:after {
    content: "哂"
}

.hgi-duotone.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-duotone.hgi-square-arrow-up-right:after {
    content: "哄"
}

.hgi-duotone.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-duotone.hgi-square-arrow-vertical:after {
    content: "哆"
}

.hgi-duotone.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-duotone.hgi-square-circle:after {
    content: "哈"
}

.hgi-duotone.hgi-square-circle:before {
    content: "哉"
}

.hgi-duotone.hgi-square-lock-01:after {
    content: "哊"
}

.hgi-duotone.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-duotone.hgi-square-lock-02:after {
    content: "哌"
}

.hgi-duotone.hgi-square-lock-02:before {
    content: "响"
}

.hgi-duotone.hgi-square-lock-add-01:after {
    content: "哎"
}

.hgi-duotone.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-duotone.hgi-square-lock-add-02:after {
    content: "哐"
}

.hgi-duotone.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-duotone.hgi-square-lock-check-01:after {
    content: "哒"
}

.hgi-duotone.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-duotone.hgi-square-lock-check-02:after {
    content: "哔"
}

.hgi-duotone.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-duotone.hgi-square-lock-minus-01:after {
    content: "哖"
}

.hgi-duotone.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-duotone.hgi-square-lock-minus-02:after {
    content: "哘"
}

.hgi-duotone.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-duotone.hgi-square-lock-password:after {
    content: "哚"
}

.hgi-duotone.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-duotone.hgi-square-lock-remove-01:after {
    content: "哜"
}

.hgi-duotone.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-duotone.hgi-square-lock-remove-02:after {
    content: "哞"
}

.hgi-duotone.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-duotone.hgi-square-root-square:after {
    content: "哠"
}

.hgi-duotone.hgi-square-root-square:before {
    content: "員"
}

.hgi-duotone.hgi-square:after {
    content: "哢"
}

.hgi-duotone.hgi-square-square:after {
    content: "哣"
}

.hgi-duotone.hgi-square-square:before {
    content: "哤"
}

.hgi-duotone.hgi-square-unlock-01:after {
    content: "哥"
}

.hgi-duotone.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-duotone.hgi-square-unlock-02:after {
    content: "哧"
}

.hgi-duotone.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-duotone.hgi-square:before {
    content: "哩"
}

.hgi-duotone.hgi-stack-star:after {
    content: "哪"
}

.hgi-duotone.hgi-stack-star:before {
    content: "哫"
}

.hgi-duotone.hgi-stake:after {
    content: "哬"
}

.hgi-duotone.hgi-stake:before {
    content: "哭"
}

.hgi-duotone.hgi-stamp-01:after {
    content: "哮"
}

.hgi-duotone.hgi-stamp-01:before {
    content: "哯"
}

.hgi-duotone.hgi-stamp-02:after {
    content: "哰"
}

.hgi-duotone.hgi-stamp-02:before {
    content: "哱"
}

.hgi-duotone.hgi-stamp:after {
    content: "哲"
}

.hgi-duotone.hgi-stamp:before {
    content: "哳"
}

.hgi-duotone.hgi-star-circle:after {
    content: "哴"
}

.hgi-duotone.hgi-star-circle:before {
    content: "哵"
}

.hgi-duotone.hgi-star-face:after {
    content: "哶"
}

.hgi-duotone.hgi-star-face:before {
    content: "哷"
}

.hgi-duotone.hgi-star-half:after {
    content: "哸"
}

.hgi-duotone.hgi-star-half:before {
    content: "哹"
}

.hgi-duotone.hgi-star-off:after {
    content: "哺"
}

.hgi-duotone.hgi-star-off:before {
    content: "哻"
}

.hgi-duotone.hgi-star:after {
    content: "哼"
}

.hgi-duotone.hgi-star-square:after {
    content: "哽"
}

.hgi-duotone.hgi-star-square:before {
    content: "哾"
}

.hgi-duotone.hgi-star:before {
    content: "哿"
}

.hgi-duotone.hgi-stars:after {
    content: "唀"
}

.hgi-duotone.hgi-stars:before {
    content: "唁"
}

.hgi-duotone.hgi-start-up-01:after {
    content: "唂"
}

.hgi-duotone.hgi-start-up-01:before {
    content: "唃"
}

.hgi-duotone.hgi-start-up-02:after {
    content: "唄"
}

.hgi-duotone.hgi-start-up-02:before {
    content: "唅"
}

.hgi-duotone.hgi-stationery:after {
    content: "唆"
}

.hgi-duotone.hgi-stationery:before {
    content: "唇"
}

.hgi-duotone.hgi-steak:after {
    content: "唈"
}

.hgi-duotone.hgi-steak:before {
    content: "唉"
}

.hgi-duotone.hgi-steering:after {
    content: "唊"
}

.hgi-duotone.hgi-steering:before {
    content: "唋"
}

.hgi-duotone.hgi-step-into:after {
    content: "唌"
}

.hgi-duotone.hgi-step-into:before {
    content: "唍"
}

.hgi-duotone.hgi-step-out:after {
    content: "唎"
}

.hgi-duotone.hgi-step-out:before {
    content: "唏"
}

.hgi-duotone.hgi-step-over:after {
    content: "唐"
}

.hgi-duotone.hgi-step-over:before {
    content: "唑"
}

.hgi-duotone.hgi-stethoscope-02:after {
    content: "唒"
}

.hgi-duotone.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-duotone.hgi-stethoscope:after {
    content: "唔"
}

.hgi-duotone.hgi-stethoscope:before {
    content: "唕"
}

.hgi-duotone.hgi-sticky-note-01:after {
    content: "唖"
}

.hgi-duotone.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-duotone.hgi-sticky-note-02:after {
    content: "唘"
}

.hgi-duotone.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-duotone.hgi-stop:after {
    content: "唚"
}

.hgi-duotone.hgi-stop-watch:after {
    content: "唛"
}

.hgi-duotone.hgi-stop-watch:before {
    content: "唜"
}

.hgi-duotone.hgi-stop:before {
    content: "唝"
}

.hgi-duotone.hgi-store-01:after {
    content: "唞"
}

.hgi-duotone.hgi-store-01:before {
    content: "唟"
}

.hgi-duotone.hgi-store-02:after {
    content: "唠"
}

.hgi-duotone.hgi-store-02:before {
    content: "唡"
}

.hgi-duotone.hgi-store-03:after {
    content: "唢"
}

.hgi-duotone.hgi-store-03:before {
    content: "唣"
}

.hgi-duotone.hgi-store-04:after {
    content: "唤"
}

.hgi-duotone.hgi-store-04:before {
    content: "唥"
}

.hgi-duotone.hgi-store-add-01:after {
    content: "唦"
}

.hgi-duotone.hgi-store-add-01:before {
    content: "唧"
}

.hgi-duotone.hgi-store-add-02:after {
    content: "唨"
}

.hgi-duotone.hgi-store-add-02:before {
    content: "唩"
}

.hgi-duotone.hgi-store-location-01:after {
    content: "唪"
}

.hgi-duotone.hgi-store-location-01:before {
    content: "唫"
}

.hgi-duotone.hgi-store-location-02:after {
    content: "唬"
}

.hgi-duotone.hgi-store-location-02:before {
    content: "唭"
}

.hgi-duotone.hgi-store-remove-01:after {
    content: "售"
}

.hgi-duotone.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-duotone.hgi-store-remove-02:after {
    content: "唰"
}

.hgi-duotone.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-duotone.hgi-store-verified-01:after {
    content: "唲"
}

.hgi-duotone.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-duotone.hgi-store-verified-02:after {
    content: "唴"
}

.hgi-duotone.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-duotone.hgi-straight-edge:after {
    content: "唶"
}

.hgi-duotone.hgi-straight-edge:before {
    content: "唷"
}

.hgi-duotone.hgi-strategy:after {
    content: "唸"
}

.hgi-duotone.hgi-strategy:before {
    content: "唹"
}

.hgi-duotone.hgi-stroke-bottom:after {
    content: "唺"
}

.hgi-duotone.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-duotone.hgi-stroke-center:after {
    content: "唼"
}

.hgi-duotone.hgi-stroke-center:before {
    content: "唽"
}

.hgi-duotone.hgi-stroke-inside:after {
    content: "唾"
}

.hgi-duotone.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-duotone.hgi-stroke-left:after {
    content: "啀"
}

.hgi-duotone.hgi-stroke-left:before {
    content: "啁"
}

.hgi-duotone.hgi-stroke-outside:after {
    content: "啂"
}

.hgi-duotone.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-duotone.hgi-stroke-right:after {
    content: "啄"
}

.hgi-duotone.hgi-stroke-right:before {
    content: "啅"
}

.hgi-duotone.hgi-stroke-top:after {
    content: "商"
}

.hgi-duotone.hgi-stroke-top:before {
    content: "啇"
}

.hgi-duotone.hgi-structure-01:after {
    content: "啈"
}

.hgi-duotone.hgi-structure-01:before {
    content: "啉"
}

.hgi-duotone.hgi-structure-02:after {
    content: "啊"
}

.hgi-duotone.hgi-structure-02:before {
    content: "啋"
}

.hgi-duotone.hgi-structure-03:after {
    content: "啌"
}

.hgi-duotone.hgi-structure-03:before {
    content: "啍"
}

.hgi-duotone.hgi-structure-04:after {
    content: "啎"
}

.hgi-duotone.hgi-structure-04:before {
    content: "問"
}

.hgi-duotone.hgi-structure-05:after {
    content: "啐"
}

.hgi-duotone.hgi-structure-05:before {
    content: "啑"
}

.hgi-duotone.hgi-structure-add:after {
    content: "啒"
}

.hgi-duotone.hgi-structure-add:before {
    content: "啓"
}

.hgi-duotone.hgi-structure-check:after {
    content: "啔"
}

.hgi-duotone.hgi-structure-check:before {
    content: "啕"
}

.hgi-duotone.hgi-structure-fail:after {
    content: "啖"
}

.hgi-duotone.hgi-structure-fail:before {
    content: "啗"
}

.hgi-duotone.hgi-structure-folder-circle:after {
    content: "啘"
}

.hgi-duotone.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-duotone.hgi-structure-folder:after {
    content: "啚"
}

.hgi-duotone.hgi-structure-folder:before {
    content: "啛"
}

.hgi-duotone.hgi-student-card:after {
    content: "啜"
}

.hgi-duotone.hgi-student-card:before {
    content: "啝"
}

.hgi-duotone.hgi-student:after {
    content: "啞"
}

.hgi-duotone.hgi-student:before {
    content: "啟"
}

.hgi-duotone.hgi-students:after {
    content: "啠"
}

.hgi-duotone.hgi-students:before {
    content: "啡"
}

.hgi-duotone.hgi-study-desk:after {
    content: "啢"
}

.hgi-duotone.hgi-study-desk:before {
    content: "啣"
}

.hgi-duotone.hgi-study-lamp:after {
    content: "啤"
}

.hgi-duotone.hgi-study-lamp:before {
    content: "啥"
}

.hgi-duotone.hgi-stumbleupon:after {
    content: "啦"
}

.hgi-duotone.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-duotone.hgi-submarine:after {
    content: "啨"
}

.hgi-duotone.hgi-submarine:before {
    content: "啩"
}

.hgi-duotone.hgi-submerge:after {
    content: "啪"
}

.hgi-duotone.hgi-submerge:before {
    content: "啫"
}

.hgi-duotone.hgi-subnode-add:after {
    content: "啬"
}

.hgi-duotone.hgi-subnode-add:before {
    content: "啭"
}

.hgi-duotone.hgi-subnode-delete:after {
    content: "啮"
}

.hgi-duotone.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-duotone.hgi-subpoena:after {
    content: "啰"
}

.hgi-duotone.hgi-subpoena:before {
    content: "啱"
}

.hgi-duotone.hgi-subtitle:after {
    content: "啲"
}

.hgi-duotone.hgi-subtitle:before {
    content: "啳"
}

.hgi-duotone.hgi-suit-01:after {
    content: "啴"
}

.hgi-duotone.hgi-suit-01:before {
    content: "啵"
}

.hgi-duotone.hgi-suit-02:after {
    content: "啶"
}

.hgi-duotone.hgi-suit-02:before {
    content: "啷"
}

.hgi-duotone.hgi-sujood:after {
    content: "啸"
}

.hgi-duotone.hgi-sujood:before {
    content: "啹"
}

.hgi-duotone.hgi-summation-01:after {
    content: "啺"
}

.hgi-duotone.hgi-summation-01:before {
    content: "啻"
}

.hgi-duotone.hgi-summation-02:after {
    content: "啼"
}

.hgi-duotone.hgi-summation-02:before {
    content: "啽"
}

.hgi-duotone.hgi-summation-circle:after {
    content: "啾"
}

.hgi-duotone.hgi-summation-circle:before {
    content: "啿"
}

.hgi-duotone.hgi-summation-square:after {
    content: "喀"
}

.hgi-duotone.hgi-summation-square:before {
    content: "喁"
}

.hgi-duotone.hgi-sun-01:after {
    content: "喂"
}

.hgi-duotone.hgi-sun-01:before {
    content: "喃"
}

.hgi-duotone.hgi-sun-02:after {
    content: "善"
}

.hgi-duotone.hgi-sun-02:before {
    content: "喅"
}

.hgi-duotone.hgi-sun-03:after {
    content: "喆"
}

.hgi-duotone.hgi-sun-03:before {
    content: "喇"
}

.hgi-duotone.hgi-sun-cloud-01:after {
    content: "喈"
}

.hgi-duotone.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-duotone.hgi-sun-cloud-02:after {
    content: "喊"
}

.hgi-duotone.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-01:after {
    content: "喌"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-02:after {
    content: "喎"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-zap-01:after {
    content: "喐"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-zap-02:after {
    content: "喒"
}

.hgi-duotone.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-duotone.hgi-sun-cloud-angled-zap-01:after {
    content: "喔"
}

.hgi-duotone.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-duotone.hgi-sun-cloud-angled-zap-02:after {
    content: "喖"
}

.hgi-duotone.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-duotone.hgi-sun-cloud-big-rain-01:after {
    content: "喘"
}

.hgi-duotone.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-duotone.hgi-sun-cloud-big-rain-02:after {
    content: "喚"
}

.hgi-duotone.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-duotone.hgi-sun-cloud-fast-wind-01:after {
    content: "喜"
}

.hgi-duotone.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-duotone.hgi-sun-cloud-fast-wind-02:after {
    content: "喞"
}

.hgi-duotone.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-duotone.hgi-sun-cloud-hailstone-01:after {
    content: "喠"
}

.hgi-duotone.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-duotone.hgi-sun-cloud-hailstone-02:after {
    content: "喢"
}

.hgi-duotone.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-duotone.hgi-sun-cloud-little-rain-01:after {
    content: "喤"
}

.hgi-duotone.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-duotone.hgi-sun-cloud-little-rain-02:after {
    content: "喦"
}

.hgi-duotone.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-duotone.hgi-sun-cloud-little-snow-01:after {
    content: "喨"
}

.hgi-duotone.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-duotone.hgi-sun-cloud-little-snow-02:after {
    content: "喪"
}

.hgi-duotone.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-duotone.hgi-sun-cloud-mid-rain-01:after {
    content: "喬"
}

.hgi-duotone.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-duotone.hgi-sun-cloud-mid-rain-02:after {
    content: "單"
}

.hgi-duotone.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-duotone.hgi-sun-cloud-mid-snow-01:after {
    content: "喰"
}

.hgi-duotone.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-duotone.hgi-sun-cloud-mid-snow-02:after {
    content: "喲"
}

.hgi-duotone.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-duotone.hgi-sun-cloud-slow-wind-01:after {
    content: "喴"
}

.hgi-duotone.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-duotone.hgi-sun-cloud-slow-wind-02:after {
    content: "営"
}

.hgi-duotone.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-duotone.hgi-sun-cloud-snow-01:after {
    content: "喸"
}

.hgi-duotone.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-duotone.hgi-sun-cloud-snow-02:after {
    content: "喺"
}

.hgi-duotone.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-duotone.hgi-sunglasses:after {
    content: "喼"
}

.hgi-duotone.hgi-sunglasses:before {
    content: "喽"
}

.hgi-duotone.hgi-sunrise:after {
    content: "喾"
}

.hgi-duotone.hgi-sunrise:before {
    content: "喿"
}

.hgi-duotone.hgi-sunset:after {
    content: "嗀"
}

.hgi-duotone.hgi-sunset:before {
    content: "嗁"
}

.hgi-duotone.hgi-super-mario:after {
    content: "嗂"
}

.hgi-duotone.hgi-super-mario-toad:after {
    content: "嗃"
}

.hgi-duotone.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-duotone.hgi-super-mario:before {
    content: "嗅"
}

.hgi-duotone.hgi-surfboard:after {
    content: "嗆"
}

.hgi-duotone.hgi-surfboard:before {
    content: "嗇"
}

.hgi-duotone.hgi-surprise:after {
    content: "嗈"
}

.hgi-duotone.hgi-surprise:before {
    content: "嗉"
}

.hgi-duotone.hgi-sushi-01:after {
    content: "嗊"
}

.hgi-duotone.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-duotone.hgi-sushi-02:after {
    content: "嗌"
}

.hgi-duotone.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-duotone.hgi-sushi-03:after {
    content: "嗎"
}

.hgi-duotone.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-duotone.hgi-suspicious:after {
    content: "嗐"
}

.hgi-duotone.hgi-suspicious:before {
    content: "嗑"
}

.hgi-duotone.hgi-sustainable-energy:after {
    content: "嗒"
}

.hgi-duotone.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-duotone.hgi-svg-01:after {
    content: "嗔"
}

.hgi-duotone.hgi-svg-01:before {
    content: "嗕"
}

.hgi-duotone.hgi-svg-02:after {
    content: "嗖"
}

.hgi-duotone.hgi-svg-02:before {
    content: "嗗"
}

.hgi-duotone.hgi-swarm:after {
    content: "嗘"
}

.hgi-duotone.hgi-swarm:before {
    content: "嗙"
}

.hgi-duotone.hgi-swatch:after {
    content: "嗚"
}

.hgi-duotone.hgi-swatch:before {
    content: "嗛"
}

.hgi-duotone.hgi-swimming-cap:after {
    content: "嗜"
}

.hgi-duotone.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-duotone.hgi-swimming:after {
    content: "嗞"
}

.hgi-duotone.hgi-swimming:before {
    content: "嗟"
}

.hgi-duotone.hgi-swipe-down-01:after {
    content: "嗠"
}

.hgi-duotone.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-duotone.hgi-swipe-down-02:after {
    content: "嗢"
}

.hgi-duotone.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-duotone.hgi-swipe-down-03:after {
    content: "嗤"
}

.hgi-duotone.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-duotone.hgi-swipe-down-04:after {
    content: "嗦"
}

.hgi-duotone.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-duotone.hgi-swipe-down-05:after {
    content: "嗨"
}

.hgi-duotone.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-duotone.hgi-swipe-down-06:after {
    content: "嗪"
}

.hgi-duotone.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-duotone.hgi-swipe-down-07:after {
    content: "嗬"
}

.hgi-duotone.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-duotone.hgi-swipe-down-08:after {
    content: "嗮"
}

.hgi-duotone.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-duotone.hgi-swipe-left-01:after {
    content: "嗰"
}

.hgi-duotone.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-duotone.hgi-swipe-left-02:after {
    content: "嗲"
}

.hgi-duotone.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-duotone.hgi-swipe-left-03:after {
    content: "嗴"
}

.hgi-duotone.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-duotone.hgi-swipe-left-04:after {
    content: "嗶"
}

.hgi-duotone.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-duotone.hgi-swipe-left-05:after {
    content: "嗸"
}

.hgi-duotone.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-duotone.hgi-swipe-left-06:after {
    content: "嗺"
}

.hgi-duotone.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-duotone.hgi-swipe-left-07:after {
    content: "嗼"
}

.hgi-duotone.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-duotone.hgi-swipe-left-08:after {
    content: "嗾"
}

.hgi-duotone.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-duotone.hgi-swipe-left-09:after {
    content: "嘀"
}

.hgi-duotone.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-duotone.hgi-swipe-right-01:after {
    content: "嘂"
}

.hgi-duotone.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-duotone.hgi-swipe-right-02:after {
    content: "嘄"
}

.hgi-duotone.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-duotone.hgi-swipe-right-03:after {
    content: "嘆"
}

.hgi-duotone.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-duotone.hgi-swipe-right-04:after {
    content: "嘈"
}

.hgi-duotone.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-duotone.hgi-swipe-right-05:after {
    content: "嘊"
}

.hgi-duotone.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-duotone.hgi-swipe-right-06:after {
    content: "嘌"
}

.hgi-duotone.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-duotone.hgi-swipe-right-07:after {
    content: "嘎"
}

.hgi-duotone.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-duotone.hgi-swipe-right-08:after {
    content: "嘐"
}

.hgi-duotone.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-duotone.hgi-swipe-right-09:after {
    content: "嘒"
}

.hgi-duotone.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-duotone.hgi-swipe-up-01:after {
    content: "嘔"
}

.hgi-duotone.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-duotone.hgi-swipe-up-02:after {
    content: "嘖"
}

.hgi-duotone.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-duotone.hgi-swipe-up-03:after {
    content: "嘘"
}

.hgi-duotone.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-duotone.hgi-swipe-up-04:after {
    content: "嘚"
}

.hgi-duotone.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-duotone.hgi-swipe-up-05:after {
    content: "嘜"
}

.hgi-duotone.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-duotone.hgi-swipe-up-06:after {
    content: "嘞"
}

.hgi-duotone.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-duotone.hgi-swipe-up-07:after {
    content: "嘠"
}

.hgi-duotone.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-duotone.hgi-swipe-up-08:after {
    content: "嘢"
}

.hgi-duotone.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-duotone.hgi-sword-01:after {
    content: "嘤"
}

.hgi-duotone.hgi-sword-01:before {
    content: "嘥"
}

.hgi-duotone.hgi-sword-02:after {
    content: "嘦"
}

.hgi-duotone.hgi-sword-02:before {
    content: "嘧"
}

.hgi-duotone.hgi-sword-03:after {
    content: "嘨"
}

.hgi-duotone.hgi-sword-03:before {
    content: "嘩"
}

.hgi-duotone.hgi-system-update-01:after {
    content: "嘪"
}

.hgi-duotone.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-duotone.hgi-system-update-02:after {
    content: "嘬"
}

.hgi-duotone.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-duotone.hgi-t-shirt:after {
    content: "嘮"
}

.hgi-duotone.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-duotone.hgi-table-01:after {
    content: "嘰"
}

.hgi-duotone.hgi-table-01:before {
    content: "嘱"
}

.hgi-duotone.hgi-table-02:after {
    content: "嘲"
}

.hgi-duotone.hgi-table-02:before {
    content: "嘳"
}

.hgi-duotone.hgi-table-03:after {
    content: "嘴"
}

.hgi-duotone.hgi-table-03:before {
    content: "嘵"
}

.hgi-duotone.hgi-table-lamp-01:after {
    content: "嘶"
}

.hgi-duotone.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-duotone.hgi-table-lamp-02:after {
    content: "嘸"
}

.hgi-duotone.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-duotone.hgi-table-round:after {
    content: "嘺"
}

.hgi-duotone.hgi-table-round:before {
    content: "嘻"
}

.hgi-duotone.hgi-table:after {
    content: "嘼"
}

.hgi-duotone.hgi-table-tennis-bat:after {
    content: "嘽"
}

.hgi-duotone.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-duotone.hgi-table:before {
    content: "嘿"
}

.hgi-duotone.hgi-tablet-01:after {
    content: "噀"
}

.hgi-duotone.hgi-tablet-01:before {
    content: "噁"
}

.hgi-duotone.hgi-tablet-02:after {
    content: "噂"
}

.hgi-duotone.hgi-tablet-02:before {
    content: "噃"
}

.hgi-duotone.hgi-tablet-connected-bluetooth:after {
    content: "噄"
}

.hgi-duotone.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-duotone.hgi-tablet-connected-usb:after {
    content: "噆"
}

.hgi-duotone.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-duotone.hgi-tablet-connected-wifi:after {
    content: "噈"
}

.hgi-duotone.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-duotone.hgi-tablet-pen:after {
    content: "噊"
}

.hgi-duotone.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-duotone.hgi-taco-01:after {
    content: "噌"
}

.hgi-duotone.hgi-taco-01:before {
    content: "噍"
}

.hgi-duotone.hgi-taco-02:after {
    content: "噎"
}

.hgi-duotone.hgi-taco-02:before {
    content: "噏"
}

.hgi-duotone.hgi-tag-01:after {
    content: "噐"
}

.hgi-duotone.hgi-tag-01:before {
    content: "噑"
}

.hgi-duotone.hgi-tag-02:after {
    content: "噒"
}

.hgi-duotone.hgi-tag-02:before {
    content: "噓"
}

.hgi-duotone.hgi-tags:after {
    content: "噔"
}

.hgi-duotone.hgi-tags:before {
    content: "噕"
}

.hgi-duotone.hgi-taj-mahal:after {
    content: "噖"
}

.hgi-duotone.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-duotone.hgi-tan:after {
    content: "噘"
}

.hgi-duotone.hgi-tan:before {
    content: "噙"
}

.hgi-duotone.hgi-tank-top:after {
    content: "噚"
}

.hgi-duotone.hgi-tank-top:before {
    content: "噛"
}

.hgi-duotone.hgi-tap-01:after {
    content: "噜"
}

.hgi-duotone.hgi-tap-01:before {
    content: "噝"
}

.hgi-duotone.hgi-tap-02:after {
    content: "噞"
}

.hgi-duotone.hgi-tap-02:before {
    content: "噟"
}

.hgi-duotone.hgi-tap-03:after {
    content: "噠"
}

.hgi-duotone.hgi-tap-03:before {
    content: "噡"
}

.hgi-duotone.hgi-tap-04:after {
    content: "噢"
}

.hgi-duotone.hgi-tap-04:before {
    content: "噣"
}

.hgi-duotone.hgi-tap-05:after {
    content: "噤"
}

.hgi-duotone.hgi-tap-05:before {
    content: "噥"
}

.hgi-duotone.hgi-tap-06:after {
    content: "噦"
}

.hgi-duotone.hgi-tap-06:before {
    content: "噧"
}

.hgi-duotone.hgi-tap-07:after {
    content: "器"
}

.hgi-duotone.hgi-tap-07:before {
    content: "噩"
}

.hgi-duotone.hgi-tap-08:after {
    content: "噪"
}

.hgi-duotone.hgi-tap-08:before {
    content: "噫"
}

.hgi-duotone.hgi-tape-measure:after {
    content: "噬"
}

.hgi-duotone.hgi-tape-measure:before {
    content: "噭"
}

.hgi-duotone.hgi-target-01:after {
    content: "噮"
}

.hgi-duotone.hgi-target-01:before {
    content: "噯"
}

.hgi-duotone.hgi-target-02:after {
    content: "噰"
}

.hgi-duotone.hgi-target-02:before {
    content: "噱"
}

.hgi-duotone.hgi-target-03:after {
    content: "噲"
}

.hgi-duotone.hgi-target-03:before {
    content: "噳"
}

.hgi-duotone.hgi-target-dollar:after {
    content: "噴"
}

.hgi-duotone.hgi-target-dollar:before {
    content: "噵"
}

.hgi-duotone.hgi-tasbih:after {
    content: "噶"
}

.hgi-duotone.hgi-tasbih:before {
    content: "噷"
}

.hgi-duotone.hgi-task-01:after {
    content: "噸"
}

.hgi-duotone.hgi-task-01:before {
    content: "噹"
}

.hgi-duotone.hgi-task-02:after {
    content: "噺"
}

.hgi-duotone.hgi-task-02:before {
    content: "噻"
}

.hgi-duotone.hgi-task-add-01:after {
    content: "噼"
}

.hgi-duotone.hgi-task-add-01:before {
    content: "噽"
}

.hgi-duotone.hgi-task-add-02:after {
    content: "噾"
}

.hgi-duotone.hgi-task-add-02:before {
    content: "噿"
}

.hgi-duotone.hgi-task-daily-01:after {
    content: "嚀"
}

.hgi-duotone.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-duotone.hgi-task-daily-02:after {
    content: "嚂"
}

.hgi-duotone.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-duotone.hgi-task-done-01:after {
    content: "嚄"
}

.hgi-duotone.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-duotone.hgi-task-done-02:after {
    content: "嚆"
}

.hgi-duotone.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-duotone.hgi-task-edit-01:after {
    content: "嚈"
}

.hgi-duotone.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-duotone.hgi-task-edit-02:after {
    content: "嚊"
}

.hgi-duotone.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-duotone.hgi-task-remove-01:after {
    content: "嚌"
}

.hgi-duotone.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-duotone.hgi-task-remove-02:after {
    content: "嚎"
}

.hgi-duotone.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-duotone.hgi-taxes:after {
    content: "嚐"
}

.hgi-duotone.hgi-taxes:before {
    content: "嚑"
}

.hgi-duotone.hgi-taxi:after {
    content: "嚒"
}

.hgi-duotone.hgi-taxi:before {
    content: "嚓"
}

.hgi-duotone.hgi-tea-pod:after {
    content: "嚔"
}

.hgi-duotone.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-duotone.hgi-tea:after {
    content: "嚖"
}

.hgi-duotone.hgi-tea:before {
    content: "嚗"
}

.hgi-duotone.hgi-teacher:after {
    content: "嚘"
}

.hgi-duotone.hgi-teacher:before {
    content: "嚙"
}

.hgi-duotone.hgi-teaching:after {
    content: "嚚"
}

.hgi-duotone.hgi-teaching:before {
    content: "嚛"
}

.hgi-duotone.hgi-teamviewer:after {
    content: "嚜"
}

.hgi-duotone.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-duotone.hgi-telegram:after {
    content: "嚞"
}

.hgi-duotone.hgi-telegram:before {
    content: "嚟"
}

.hgi-duotone.hgi-telephone:after {
    content: "嚠"
}

.hgi-duotone.hgi-telephone:before {
    content: "嚡"
}

.hgi-duotone.hgi-telescope-01:after {
    content: "嚢"
}

.hgi-duotone.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-duotone.hgi-telescope-02:after {
    content: "嚤"
}

.hgi-duotone.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-duotone.hgi-television-table:after {
    content: "嚦"
}

.hgi-duotone.hgi-television-table:before {
    content: "嚧"
}

.hgi-duotone.hgi-temperature:after {
    content: "嚨"
}

.hgi-duotone.hgi-temperature:before {
    content: "嚩"
}

.hgi-duotone.hgi-tennis-ball:after {
    content: "嚪"
}

.hgi-duotone.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-duotone.hgi-terrace:after {
    content: "嚬"
}

.hgi-duotone.hgi-terrace:before {
    content: "嚭"
}

.hgi-duotone.hgi-test-tube-01:after {
    content: "嚮"
}

.hgi-duotone.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-duotone.hgi-test-tube-02:after {
    content: "嚰"
}

.hgi-duotone.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-duotone.hgi-test-tube-03:after {
    content: "嚲"
}

.hgi-duotone.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-duotone.hgi-test-tube:after {
    content: "嚴"
}

.hgi-duotone.hgi-test-tube:before {
    content: "嚵"
}

.hgi-duotone.hgi-tetris:after {
    content: "嚶"
}

.hgi-duotone.hgi-tetris:before {
    content: "嚷"
}

.hgi-duotone.hgi-text-align-center:after {
    content: "嚸"
}

.hgi-duotone.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-duotone.hgi-text-align-justify-center:after {
    content: "嚺"
}

.hgi-duotone.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-duotone.hgi-text-align-justify-left:after {
    content: "嚼"
}

.hgi-duotone.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-duotone.hgi-text-align-justify-right:after {
    content: "嚾"
}

.hgi-duotone.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-duotone.hgi-text-align-left-01:after {
    content: "囀"
}

.hgi-duotone.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-duotone.hgi-text-align-left:after {
    content: "囂"
}

.hgi-duotone.hgi-text-align-left:before {
    content: "囃"
}

.hgi-duotone.hgi-text-align-right-01:after {
    content: "囄"
}

.hgi-duotone.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-duotone.hgi-text-align-right:after {
    content: "囆"
}

.hgi-duotone.hgi-text-align-right:before {
    content: "囇"
}

.hgi-duotone.hgi-text-all-caps:after {
    content: "囈"
}

.hgi-duotone.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-duotone.hgi-text-bold:after {
    content: "囊"
}

.hgi-duotone.hgi-text-bold:before {
    content: "囋"
}

.hgi-duotone.hgi-text-centerline-center-top:after {
    content: "囌"
}

.hgi-duotone.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-duotone.hgi-text-centerline-left:after {
    content: "囎"
}

.hgi-duotone.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-duotone.hgi-text-centerline-middle:after {
    content: "囐"
}

.hgi-duotone.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-duotone.hgi-text-centerline-right:after {
    content: "囒"
}

.hgi-duotone.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-duotone.hgi-text-check:after {
    content: "囔"
}

.hgi-duotone.hgi-text-check:before {
    content: "囕"
}

.hgi-duotone.hgi-text-circle:after {
    content: "囖"
}

.hgi-duotone.hgi-text-circle:before {
    content: "囗"
}

.hgi-duotone.hgi-text-clear:after {
    content: "囘"
}

.hgi-duotone.hgi-text-clear:before {
    content: "囙"
}

.hgi-duotone.hgi-text-color:after {
    content: "囚"
}

.hgi-duotone.hgi-text-color:before {
    content: "四"
}

.hgi-duotone.hgi-text-creation:after {
    content: "囜"
}

.hgi-duotone.hgi-text-creation:before {
    content: "囝"
}

.hgi-duotone.hgi-text-firstline-left:after {
    content: "回"
}

.hgi-duotone.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-duotone.hgi-text-firstline-right:after {
    content: "因"
}

.hgi-duotone.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-duotone.hgi-text-font:after {
    content: "团"
}

.hgi-duotone.hgi-text-font:before {
    content: "団"
}

.hgi-duotone.hgi-text-footnote:after {
    content: "囤"
}

.hgi-duotone.hgi-text-footnote:before {
    content: "囥"
}

.hgi-duotone.hgi-text-indent-01:after {
    content: "囦"
}

.hgi-duotone.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-duotone.hgi-text-indent-less:after {
    content: "囨"
}

.hgi-duotone.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-duotone.hgi-text-indent-more:after {
    content: "囪"
}

.hgi-duotone.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-duotone.hgi-text-indent:after {
    content: "囬"
}

.hgi-duotone.hgi-text-indent:before {
    content: "园"
}

.hgi-duotone.hgi-text-italic:after {
    content: "囮"
}

.hgi-duotone.hgi-text-italic-slash:after {
    content: "囯"
}

.hgi-duotone.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-duotone.hgi-text-italic:before {
    content: "囱"
}

.hgi-duotone.hgi-text-kerning:after {
    content: "囲"
}

.hgi-duotone.hgi-text-kerning:before {
    content: "図"
}

.hgi-duotone.hgi-text-number-sign:after {
    content: "围"
}

.hgi-duotone.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-duotone.hgi-text:after {
    content: "囶"
}

.hgi-duotone.hgi-text-selection:after {
    content: "囷"
}

.hgi-duotone.hgi-text-selection:before {
    content: "囸"
}

.hgi-duotone.hgi-text-smallcaps:after {
    content: "囹"
}

.hgi-duotone.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-duotone.hgi-text-square:after {
    content: "囻"
}

.hgi-duotone.hgi-text-square:before {
    content: "囼"
}

.hgi-duotone.hgi-text-strikethrough:after {
    content: "国"
}

.hgi-duotone.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-duotone.hgi-text-subscript:after {
    content: "囿"
}

.hgi-duotone.hgi-text-subscript:before {
    content: "圀"
}

.hgi-duotone.hgi-text-superscript:after {
    content: "圁"
}

.hgi-duotone.hgi-text-superscript:before {
    content: "圂"
}

.hgi-duotone.hgi-text-tracking:after {
    content: "圃"
}

.hgi-duotone.hgi-text-tracking:before {
    content: "圄"
}

.hgi-duotone.hgi-text-underline:after {
    content: "圅"
}

.hgi-duotone.hgi-text-underline:before {
    content: "圆"
}

.hgi-duotone.hgi-text-variable-front:after {
    content: "圇"
}

.hgi-duotone.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-duotone.hgi-text-vertical-alignment:after {
    content: "圉"
}

.hgi-duotone.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-duotone.hgi-text-wrap:after {
    content: "國"
}

.hgi-duotone.hgi-text-wrap:before {
    content: "圌"
}

.hgi-duotone.hgi-text:before {
    content: "圍"
}

.hgi-duotone.hgi-the-prophets-mosque:after {
    content: "圎"
}

.hgi-duotone.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-duotone.hgi-thermometer-cold:after {
    content: "圐"
}

.hgi-duotone.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-duotone.hgi-thermometer:after {
    content: "園"
}

.hgi-duotone.hgi-thermometer-warm:after {
    content: "圓"
}

.hgi-duotone.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-duotone.hgi-thermometer:before {
    content: "圕"
}

.hgi-duotone.hgi-third-bracket-circle:after {
    content: "圖"
}

.hgi-duotone.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-duotone.hgi-third-bracket:after {
    content: "團"
}

.hgi-duotone.hgi-third-bracket-square:after {
    content: "圙"
}

.hgi-duotone.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-duotone.hgi-third-bracket:before {
    content: "圛"
}

.hgi-duotone.hgi-thread:after {
    content: "圜"
}

.hgi-duotone.hgi-thread:before {
    content: "圝"
}

.hgi-duotone.hgi-threads-ellipse:after {
    content: "圞"
}

.hgi-duotone.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-duotone.hgi-threads-rectangle:after {
    content: "圠"
}

.hgi-duotone.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-duotone.hgi-threads:after {
    content: "圢"
}

.hgi-duotone.hgi-threads:before {
    content: "圣"
}

.hgi-duotone.hgi-three-d-move:after {
    content: "圤"
}

.hgi-duotone.hgi-three-d-move:before {
    content: "圥"
}

.hgi-duotone.hgi-three-d-rotate:after {
    content: "圦"
}

.hgi-duotone.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-duotone.hgi-three-d-scale:after {
    content: "在"
}

.hgi-duotone.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-duotone.hgi-three-d-view:after {
    content: "圪"
}

.hgi-duotone.hgi-three-d-view:before {
    content: "圫"
}

.hgi-duotone.hgi-three-finger-01:after {
    content: "圬"
}

.hgi-duotone.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-duotone.hgi-three-finger-02:after {
    content: "圮"
}

.hgi-duotone.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-duotone.hgi-three-finger-03:after {
    content: "地"
}

.hgi-duotone.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-duotone.hgi-three-finger-04:after {
    content: "圲"
}

.hgi-duotone.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-duotone.hgi-three-finger-05:after {
    content: "圴"
}

.hgi-duotone.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-duotone.hgi-thumbs-down-ellipse:after {
    content: "圶"
}

.hgi-duotone.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-duotone.hgi-thumbs-down-rectangle:after {
    content: "圸"
}

.hgi-duotone.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-duotone.hgi-thumbs-down:after {
    content: "场"
}

.hgi-duotone.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-duotone.hgi-thumbs-up-down:after {
    content: "圼"
}

.hgi-duotone.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-duotone.hgi-thumbs-up-ellipse:after {
    content: "圾"
}

.hgi-duotone.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-duotone.hgi-thumbs-up-rectangle:after {
    content: "址"
}

.hgi-duotone.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-duotone.hgi-thumbs-up:after {
    content: "坂"
}

.hgi-duotone.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-duotone.hgi-tic-tac-toe:after {
    content: "坄"
}

.hgi-duotone.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-duotone.hgi-tick-01:after {
    content: "坆"
}

.hgi-duotone.hgi-tick-01:before {
    content: "均"
}

.hgi-duotone.hgi-tick-02:after {
    content: "坈"
}

.hgi-duotone.hgi-tick-02:before {
    content: "坉"
}

.hgi-duotone.hgi-tick-03:after {
    content: "坊"
}

.hgi-duotone.hgi-tick-03:before {
    content: "坋"
}

.hgi-duotone.hgi-tick-04:after {
    content: "坌"
}

.hgi-duotone.hgi-tick-04:before {
    content: "坍"
}

.hgi-duotone.hgi-tick-double-01:after {
    content: "坎"
}

.hgi-duotone.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-duotone.hgi-tick-double-02:after {
    content: "坐"
}

.hgi-duotone.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-duotone.hgi-tick-double-03:after {
    content: "坒"
}

.hgi-duotone.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-duotone.hgi-tick-double-04:after {
    content: "坔"
}

.hgi-duotone.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-duotone.hgi-ticket-01:after {
    content: "坖"
}

.hgi-duotone.hgi-ticket-01:before {
    content: "块"
}

.hgi-duotone.hgi-ticket-02:after {
    content: "坘"
}

.hgi-duotone.hgi-ticket-02:before {
    content: "坙"
}

.hgi-duotone.hgi-ticket-03:after {
    content: "坚"
}

.hgi-duotone.hgi-ticket-03:before {
    content: "坛"
}

.hgi-duotone.hgi-ticket-star:after {
    content: "坜"
}

.hgi-duotone.hgi-ticket-star:before {
    content: "坝"
}

.hgi-duotone.hgi-tie:after {
    content: "坞"
}

.hgi-duotone.hgi-tie:before {
    content: "坟"
}

.hgi-duotone.hgi-tiktok:after {
    content: "坠"
}

.hgi-duotone.hgi-tiktok:before {
    content: "坡"
}

.hgi-duotone.hgi-time-01:after {
    content: "坢"
}

.hgi-duotone.hgi-time-01:before {
    content: "坣"
}

.hgi-duotone.hgi-time-02:after {
    content: "坤"
}

.hgi-duotone.hgi-time-02:before {
    content: "坥"
}

.hgi-duotone.hgi-time-03:after {
    content: "坦"
}

.hgi-duotone.hgi-time-03:before {
    content: "坧"
}

.hgi-duotone.hgi-time-04:after {
    content: "坨"
}

.hgi-duotone.hgi-time-04:before {
    content: "坩"
}

.hgi-duotone.hgi-time-half-pass:after {
    content: "坪"
}

.hgi-duotone.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-duotone.hgi-time-management-circle:after {
    content: "坬"
}

.hgi-duotone.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-duotone.hgi-time-management:after {
    content: "坮"
}

.hgi-duotone.hgi-time-management:before {
    content: "坯"
}

.hgi-duotone.hgi-time-quarter-pass:after {
    content: "坰"
}

.hgi-duotone.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-duotone.hgi-time-quarter:after {
    content: "坲"
}

.hgi-duotone.hgi-time-quarter:before {
    content: "坳"
}

.hgi-duotone.hgi-time-schedule:after {
    content: "坴"
}

.hgi-duotone.hgi-time-schedule:before {
    content: "坵"
}

.hgi-duotone.hgi-time-setting-01:after {
    content: "坶"
}

.hgi-duotone.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-duotone.hgi-time-setting-02:after {
    content: "坸"
}

.hgi-duotone.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-duotone.hgi-time-setting-03:after {
    content: "坺"
}

.hgi-duotone.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-duotone.hgi-timer-01:after {
    content: "坼"
}

.hgi-duotone.hgi-timer-01:before {
    content: "坽"
}

.hgi-duotone.hgi-timer-02:after {
    content: "坾"
}

.hgi-duotone.hgi-timer-02:before {
    content: "坿"
}

.hgi-duotone.hgi-tips:after {
    content: "垀"
}

.hgi-duotone.hgi-tips:before {
    content: "垁"
}

.hgi-duotone.hgi-tired-01:after {
    content: "垂"
}

.hgi-duotone.hgi-tired-01:before {
    content: "垃"
}

.hgi-duotone.hgi-tired-02:after {
    content: "垄"
}

.hgi-duotone.hgi-tired-02:before {
    content: "垅"
}

.hgi-duotone.hgi-tissue-paper:after {
    content: "垆"
}

.hgi-duotone.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-duotone.hgi-toggle-off:after {
    content: "垈"
}

.hgi-duotone.hgi-toggle-off:before {
    content: "垉"
}

.hgi-duotone.hgi-toggle-on:after {
    content: "垊"
}

.hgi-duotone.hgi-toggle-on:before {
    content: "型"
}

.hgi-duotone.hgi-toilet-01:after {
    content: "垌"
}

.hgi-duotone.hgi-toilet-01:before {
    content: "垍"
}

.hgi-duotone.hgi-toilet-02:after {
    content: "垎"
}

.hgi-duotone.hgi-toilet-02:before {
    content: "垏"
}

.hgi-duotone.hgi-tongue-01:after {
    content: "垐"
}

.hgi-duotone.hgi-tongue-01:before {
    content: "垑"
}

.hgi-duotone.hgi-tongue:after {
    content: "垒"
}

.hgi-duotone.hgi-tongue-wink-left:after {
    content: "垓"
}

.hgi-duotone.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-duotone.hgi-tongue-wink-right:after {
    content: "垕"
}

.hgi-duotone.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-duotone.hgi-tongue:before {
    content: "垗"
}

.hgi-duotone.hgi-tools:after {
    content: "垘"
}

.hgi-duotone.hgi-tools:before {
    content: "垙"
}

.hgi-duotone.hgi-tornado-01:after {
    content: "垚"
}

.hgi-duotone.hgi-tornado-01:before {
    content: "垛"
}

.hgi-duotone.hgi-tornado-02:after {
    content: "垜"
}

.hgi-duotone.hgi-tornado-02:before {
    content: "垝"
}

.hgi-duotone.hgi-torri-gate:after {
    content: "垞"
}

.hgi-duotone.hgi-torri-gate:before {
    content: "垟"
}

.hgi-duotone.hgi-touch-01:after {
    content: "垠"
}

.hgi-duotone.hgi-touch-01:before {
    content: "垡"
}

.hgi-duotone.hgi-touch-02:after {
    content: "垢"
}

.hgi-duotone.hgi-touch-02:before {
    content: "垣"
}

.hgi-duotone.hgi-touch-03:after {
    content: "垤"
}

.hgi-duotone.hgi-touch-03:before {
    content: "垥"
}

.hgi-duotone.hgi-touch-04:after {
    content: "垦"
}

.hgi-duotone.hgi-touch-04:before {
    content: "垧"
}

.hgi-duotone.hgi-touch-05:after {
    content: "垨"
}

.hgi-duotone.hgi-touch-05:before {
    content: "垩"
}

.hgi-duotone.hgi-touch-06:after {
    content: "垪"
}

.hgi-duotone.hgi-touch-06:before {
    content: "垫"
}

.hgi-duotone.hgi-touch-07:after {
    content: "垬"
}

.hgi-duotone.hgi-touch-07:before {
    content: "垭"
}

.hgi-duotone.hgi-touch-08:after {
    content: "垮"
}

.hgi-duotone.hgi-touch-08:before {
    content: "垯"
}

.hgi-duotone.hgi-touch-09:after {
    content: "垰"
}

.hgi-duotone.hgi-touch-09:before {
    content: "垱"
}

.hgi-duotone.hgi-touch-10:after {
    content: "垲"
}

.hgi-duotone.hgi-touch-10:before {
    content: "垳"
}

.hgi-duotone.hgi-touch-interaction-01:after {
    content: "垴"
}

.hgi-duotone.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-duotone.hgi-touch-interaction-02:after {
    content: "垶"
}

.hgi-duotone.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-duotone.hgi-touch-interaction-03:after {
    content: "垸"
}

.hgi-duotone.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-duotone.hgi-touch-interaction-04:after {
    content: "垺"
}

.hgi-duotone.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-duotone.hgi-touch-locked-01:after {
    content: "垼"
}

.hgi-duotone.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-duotone.hgi-touch-locked-02:after {
    content: "垾"
}

.hgi-duotone.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-duotone.hgi-touch-locked-03:after {
    content: "埀"
}

.hgi-duotone.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-duotone.hgi-touch-locked-04:after {
    content: "埂"
}

.hgi-duotone.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-duotone.hgi-touchpad-01:after {
    content: "埄"
}

.hgi-duotone.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-duotone.hgi-touchpad-02:after {
    content: "埆"
}

.hgi-duotone.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-duotone.hgi-touchpad-03:after {
    content: "埈"
}

.hgi-duotone.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-duotone.hgi-touchpad-04:after {
    content: "埊"
}

.hgi-duotone.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-duotone.hgi-tow-truck:after {
    content: "埌"
}

.hgi-duotone.hgi-tow-truck:before {
    content: "埍"
}

.hgi-duotone.hgi-towels:after {
    content: "城"
}

.hgi-duotone.hgi-towels:before {
    content: "埏"
}

.hgi-duotone.hgi-toy-train:after {
    content: "埐"
}

.hgi-duotone.hgi-toy-train:before {
    content: "埑"
}

.hgi-duotone.hgi-tractor:after {
    content: "埒"
}

.hgi-duotone.hgi-tractor:before {
    content: "埓"
}

.hgi-duotone.hgi-trade-down:after {
    content: "埔"
}

.hgi-duotone.hgi-trade-down:before {
    content: "埕"
}

.hgi-duotone.hgi-trade-mark:after {
    content: "埖"
}

.hgi-duotone.hgi-trade-mark:before {
    content: "埗"
}

.hgi-duotone.hgi-trade-up:after {
    content: "埘"
}

.hgi-duotone.hgi-trade-up:before {
    content: "埙"
}

.hgi-duotone.hgi-trademark:after {
    content: "埚"
}

.hgi-duotone.hgi-trademark:before {
    content: "埛"
}

.hgi-duotone.hgi-traffic-incident:after {
    content: "埜"
}

.hgi-duotone.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-duotone.hgi-traffic-light:after {
    content: "埞"
}

.hgi-duotone.hgi-traffic-light:before {
    content: "域"
}

.hgi-duotone.hgi-train-01:after {
    content: "埠"
}

.hgi-duotone.hgi-train-01:before {
    content: "埡"
}

.hgi-duotone.hgi-train-02:after {
    content: "埢"
}

.hgi-duotone.hgi-train-02:before {
    content: "埣"
}

.hgi-duotone.hgi-tram:after {
    content: "埤"
}

.hgi-duotone.hgi-tram:before {
    content: "埥"
}

.hgi-duotone.hgi-trampoline:after {
    content: "埦"
}

.hgi-duotone.hgi-trampoline:before {
    content: "埧"
}

.hgi-duotone.hgi-transaction:after {
    content: "埨"
}

.hgi-duotone.hgi-transaction:before {
    content: "埩"
}

.hgi-duotone.hgi-transition-bottom:after {
    content: "埪"
}

.hgi-duotone.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-duotone.hgi-transition-left:after {
    content: "埬"
}

.hgi-duotone.hgi-transition-left:before {
    content: "埭"
}

.hgi-duotone.hgi-transition-right:after {
    content: "埮"
}

.hgi-duotone.hgi-transition-right:before {
    content: "埯"
}

.hgi-duotone.hgi-transition-top:after {
    content: "埰"
}

.hgi-duotone.hgi-transition-top:before {
    content: "埱"
}

.hgi-duotone.hgi-translate:after {
    content: "埲"
}

.hgi-duotone.hgi-translate:before {
    content: "埳"
}

.hgi-duotone.hgi-translation:after {
    content: "埴"
}

.hgi-duotone.hgi-translation:before {
    content: "埵"
}

.hgi-duotone.hgi-transmission:after {
    content: "埶"
}

.hgi-duotone.hgi-transmission:before {
    content: "執"
}

.hgi-duotone.hgi-transparency:after {
    content: "埸"
}

.hgi-duotone.hgi-transparency:before {
    content: "培"
}

.hgi-duotone.hgi-trapezoid-line-horizontal:after {
    content: "基"
}

.hgi-duotone.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-duotone.hgi-trapezoid-line-vertical:after {
    content: "埼"
}

.hgi-duotone.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-duotone.hgi-travel-bag:after {
    content: "埾"
}

.hgi-duotone.hgi-travel-bag:before {
    content: "埿"
}

.hgi-duotone.hgi-treadmill-01:after {
    content: "堀"
}

.hgi-duotone.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-duotone.hgi-treadmill-02:after {
    content: "堂"
}

.hgi-duotone.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-duotone.hgi-treatment:after {
    content: "堄"
}

.hgi-duotone.hgi-treatment:before {
    content: "堅"
}

.hgi-duotone.hgi-tree-01:after {
    content: "堆"
}

.hgi-duotone.hgi-tree-01:before {
    content: "堇"
}

.hgi-duotone.hgi-tree-02:after {
    content: "堈"
}

.hgi-duotone.hgi-tree-02:before {
    content: "堉"
}

.hgi-duotone.hgi-tree-03:after {
    content: "堊"
}

.hgi-duotone.hgi-tree-03:before {
    content: "堋"
}

.hgi-duotone.hgi-tree-04:after {
    content: "堌"
}

.hgi-duotone.hgi-tree-04:before {
    content: "堍"
}

.hgi-duotone.hgi-tree-05:after {
    content: "堎"
}

.hgi-duotone.hgi-tree-05:before {
    content: "堏"
}

.hgi-duotone.hgi-tree-06:after {
    content: "堐"
}

.hgi-duotone.hgi-tree-06:before {
    content: "堑"
}

.hgi-duotone.hgi-tree-07:after {
    content: "堒"
}

.hgi-duotone.hgi-tree-07:before {
    content: "堓"
}

.hgi-duotone.hgi-trello:after {
    content: "堔"
}

.hgi-duotone.hgi-trello:before {
    content: "堕"
}

.hgi-duotone.hgi-triangle-01:after {
    content: "堖"
}

.hgi-duotone.hgi-triangle-01:before {
    content: "堗"
}

.hgi-duotone.hgi-triangle-02:after {
    content: "堘"
}

.hgi-duotone.hgi-triangle-02:before {
    content: "堙"
}

.hgi-duotone.hgi-triangle-03:after {
    content: "堚"
}

.hgi-duotone.hgi-triangle-03:before {
    content: "堛"
}

.hgi-duotone.hgi-triangle:after {
    content: "堜"
}

.hgi-duotone.hgi-triangle:before {
    content: "堝"
}

.hgi-duotone.hgi-trolley-01:after {
    content: "堞"
}

.hgi-duotone.hgi-trolley-01:before {
    content: "堟"
}

.hgi-duotone.hgi-trolley-02:after {
    content: "堠"
}

.hgi-duotone.hgi-trolley-02:before {
    content: "堡"
}

.hgi-duotone.hgi-tropical-storm:after {
    content: "堢"
}

.hgi-duotone.hgi-tropical-storm-tracks-01:after {
    content: "堣"
}

.hgi-duotone.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-duotone.hgi-tropical-storm-tracks-02:after {
    content: "堥"
}

.hgi-duotone.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-duotone.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-duotone.hgi-truck-delivery:after {
    content: "堨"
}

.hgi-duotone.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-duotone.hgi-truck-monster:after {
    content: "堪"
}

.hgi-duotone.hgi-truck-monster:before {
    content: "堫"
}

.hgi-duotone.hgi-truck-return:after {
    content: "堬"
}

.hgi-duotone.hgi-truck-return:before {
    content: "堭"
}

.hgi-duotone.hgi-truck:after {
    content: "堮"
}

.hgi-duotone.hgi-truck:before {
    content: "堯"
}

.hgi-duotone.hgi-trulli:after {
    content: "堰"
}

.hgi-duotone.hgi-trulli:before {
    content: "報"
}

.hgi-duotone.hgi-tsunami:after {
    content: "堲"
}

.hgi-duotone.hgi-tsunami:before {
    content: "堳"
}

.hgi-duotone.hgi-tulip:after {
    content: "場"
}

.hgi-duotone.hgi-tulip:before {
    content: "堵"
}

.hgi-duotone.hgi-tumblr:after {
    content: "堶"
}

.hgi-duotone.hgi-tumblr:before {
    content: "堷"
}

.hgi-duotone.hgi-turtle-neck:after {
    content: "堸"
}

.hgi-duotone.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-duotone.hgi-tv-01:after {
    content: "堺"
}

.hgi-duotone.hgi-tv-01:before {
    content: "堻"
}

.hgi-duotone.hgi-tv-02:after {
    content: "堼"
}

.hgi-duotone.hgi-tv-02:before {
    content: "堽"
}

.hgi-duotone.hgi-tv-fix:after {
    content: "堾"
}

.hgi-duotone.hgi-tv-fix:before {
    content: "堿"
}

.hgi-duotone.hgi-tv-issue:after {
    content: "塀"
}

.hgi-duotone.hgi-tv-issue:before {
    content: "塁"
}

.hgi-duotone.hgi-tv-smart:after {
    content: "塂"
}

.hgi-duotone.hgi-tv-smart:before {
    content: "塃"
}

.hgi-duotone.hgi-twin-tower:after {
    content: "塄"
}

.hgi-duotone.hgi-twin-tower:before {
    content: "塅"
}

.hgi-duotone.hgi-twitch:after {
    content: "塆"
}

.hgi-duotone.hgi-twitch:before {
    content: "塇"
}

.hgi-duotone.hgi-twitter:after {
    content: "塈"
}

.hgi-duotone.hgi-twitter-square:after {
    content: "塉"
}

.hgi-duotone.hgi-twitter-square:before {
    content: "塊"
}

.hgi-duotone.hgi-twitter:before {
    content: "塋"
}

.hgi-duotone.hgi-two-factor-access:after {
    content: "塌"
}

.hgi-duotone.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-duotone.hgi-two-finger-01:after {
    content: "塎"
}

.hgi-duotone.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-duotone.hgi-two-finger-02:after {
    content: "塐"
}

.hgi-duotone.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-duotone.hgi-two-finger-03:after {
    content: "塒"
}

.hgi-duotone.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-duotone.hgi-two-finger-04:after {
    content: "塔"
}

.hgi-duotone.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-duotone.hgi-two-finger-05:after {
    content: "塖"
}

.hgi-duotone.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-duotone.hgi-txt-01:after {
    content: "塘"
}

.hgi-duotone.hgi-txt-01:before {
    content: "塙"
}

.hgi-duotone.hgi-txt-02:after {
    content: "塚"
}

.hgi-duotone.hgi-txt-02:before {
    content: "塛"
}

.hgi-duotone.hgi-type-cursor:after {
    content: "塜"
}

.hgi-duotone.hgi-type-cursor:before {
    content: "塝"
}

.hgi-duotone.hgi-typescript-01:after {
    content: "塞"
}

.hgi-duotone.hgi-typescript-01:before {
    content: "塟"
}

.hgi-duotone.hgi-typescript-02:after {
    content: "塠"
}

.hgi-duotone.hgi-typescript-02:before {
    content: "塡"
}

.hgi-duotone.hgi-typescript-03:after {
    content: "塢"
}

.hgi-duotone.hgi-typescript-03:before {
    content: "塣"
}

.hgi-duotone.hgi-uber:after {
    content: "塤"
}

.hgi-duotone.hgi-uber:before {
    content: "塥"
}

.hgi-duotone.hgi-ufo-01:after {
    content: "塦"
}

.hgi-duotone.hgi-ufo-01:before {
    content: "塧"
}

.hgi-duotone.hgi-ufo:after {
    content: "塨"
}

.hgi-duotone.hgi-ufo:before {
    content: "塩"
}

.hgi-duotone.hgi-umbrella-dollar:after {
    content: "塪"
}

.hgi-duotone.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-duotone.hgi-umbrella:after {
    content: "塬"
}

.hgi-duotone.hgi-umbrella:before {
    content: "塭"
}

.hgi-duotone.hgi-unamused:after {
    content: "塮"
}

.hgi-duotone.hgi-unamused:before {
    content: "塯"
}

.hgi-duotone.hgi-unavailable:after {
    content: "塰"
}

.hgi-duotone.hgi-unavailable:before {
    content: "塱"
}

.hgi-duotone.hgi-underpants-01:after {
    content: "塲"
}

.hgi-duotone.hgi-underpants-01:before {
    content: "塳"
}

.hgi-duotone.hgi-underpants-02:after {
    content: "塴"
}

.hgi-duotone.hgi-underpants-02:before {
    content: "塵"
}

.hgi-duotone.hgi-underpants-03:after {
    content: "塶"
}

.hgi-duotone.hgi-underpants-03:before {
    content: "塷"
}

.hgi-duotone.hgi-unfold-less:after {
    content: "塸"
}

.hgi-duotone.hgi-unfold-less:before {
    content: "塹"
}

.hgi-duotone.hgi-unfold-more:after {
    content: "塺"
}

.hgi-duotone.hgi-unfold-more:before {
    content: "塻"
}

.hgi-duotone.hgi-ungroup-items:after {
    content: "塼"
}

.hgi-duotone.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-duotone.hgi-ungroup-layers:after {
    content: "塾"
}

.hgi-duotone.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-duotone.hgi-unhappy:after {
    content: "墀"
}

.hgi-duotone.hgi-unhappy:before {
    content: "墁"
}

.hgi-duotone.hgi-university:after {
    content: "墂"
}

.hgi-duotone.hgi-university:before {
    content: "境"
}

.hgi-duotone.hgi-unlink-01:after {
    content: "墄"
}

.hgi-duotone.hgi-unlink-01:before {
    content: "墅"
}

.hgi-duotone.hgi-unlink-02:after {
    content: "墆"
}

.hgi-duotone.hgi-unlink-02:before {
    content: "墇"
}

.hgi-duotone.hgi-unlink-03:after {
    content: "墈"
}

.hgi-duotone.hgi-unlink-03:before {
    content: "墉"
}

.hgi-duotone.hgi-unlink-04:after {
    content: "墊"
}

.hgi-duotone.hgi-unlink-04:before {
    content: "墋"
}

.hgi-duotone.hgi-unlink-05:after {
    content: "墌"
}

.hgi-duotone.hgi-unlink-05:before {
    content: "墍"
}

.hgi-duotone.hgi-unlink-06:after {
    content: "墎"
}

.hgi-duotone.hgi-unlink-06:before {
    content: "墏"
}

.hgi-duotone.hgi-unsplash:after {
    content: "墐"
}

.hgi-duotone.hgi-unsplash:before {
    content: "墑"
}

.hgi-duotone.hgi-upload-01:after {
    content: "墒"
}

.hgi-duotone.hgi-upload-01:before {
    content: "墓"
}

.hgi-duotone.hgi-upload-02:after {
    content: "墔"
}

.hgi-duotone.hgi-upload-02:before {
    content: "墕"
}

.hgi-duotone.hgi-upload-03:after {
    content: "墖"
}

.hgi-duotone.hgi-upload-03:before {
    content: "増"
}

.hgi-duotone.hgi-upload-04:after {
    content: "墘"
}

.hgi-duotone.hgi-upload-04:before {
    content: "墙"
}

.hgi-duotone.hgi-upload-05:after {
    content: "墚"
}

.hgi-duotone.hgi-upload-05:before {
    content: "墛"
}

.hgi-duotone.hgi-upload-circle-01:after {
    content: "墜"
}

.hgi-duotone.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-duotone.hgi-upload-circle-02:after {
    content: "增"
}

.hgi-duotone.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-duotone.hgi-upload-square-01:after {
    content: "墠"
}

.hgi-duotone.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-duotone.hgi-upload-square-02:after {
    content: "墢"
}

.hgi-duotone.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-duotone.hgi-upwork:after {
    content: "墤"
}

.hgi-duotone.hgi-upwork:before {
    content: "墥"
}

.hgi-duotone.hgi-usb-bugs:after {
    content: "墦"
}

.hgi-duotone.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-duotone.hgi-usb-connected-01:after {
    content: "墨"
}

.hgi-duotone.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-duotone.hgi-usb-connected-02:after {
    content: "墪"
}

.hgi-duotone.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-duotone.hgi-usb-connected-03:after {
    content: "墬"
}

.hgi-duotone.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-duotone.hgi-usb-error:after {
    content: "墮"
}

.hgi-duotone.hgi-usb-error:before {
    content: "墯"
}

.hgi-duotone.hgi-usb-memory-01:after {
    content: "墰"
}

.hgi-duotone.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-duotone.hgi-usb-memory-02:after {
    content: "墲"
}

.hgi-duotone.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-duotone.hgi-usb-not-connected-01:after {
    content: "墴"
}

.hgi-duotone.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-duotone.hgi-usb-not-connected-02:after {
    content: "墶"
}

.hgi-duotone.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-duotone.hgi-usb:after {
    content: "墸"
}

.hgi-duotone.hgi-usb:before {
    content: "墹"
}

.hgi-duotone.hgi-user-account:after {
    content: "墺"
}

.hgi-duotone.hgi-user-account:before {
    content: "墻"
}

.hgi-duotone.hgi-user-add-01:after {
    content: "墼"
}

.hgi-duotone.hgi-user-add-01:before {
    content: "墽"
}

.hgi-duotone.hgi-user-add-02:after {
    content: "墾"
}

.hgi-duotone.hgi-user-add-02:before {
    content: "墿"
}

.hgi-duotone.hgi-user-arrow-left-right:after {
    content: "壀"
}

.hgi-duotone.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-duotone.hgi-user-block-01:after {
    content: "壂"
}

.hgi-duotone.hgi-user-block-01:before {
    content: "壃"
}

.hgi-duotone.hgi-user-block-02:after {
    content: "壄"
}

.hgi-duotone.hgi-user-block-02:before {
    content: "壅"
}

.hgi-duotone.hgi-user-check-01:after {
    content: "壆"
}

.hgi-duotone.hgi-user-check-01:before {
    content: "壇"
}

.hgi-duotone.hgi-user-check-02:after {
    content: "壈"
}

.hgi-duotone.hgi-user-check-02:before {
    content: "壉"
}

.hgi-duotone.hgi-user-circle-02:after {
    content: "壊"
}

.hgi-duotone.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-duotone.hgi-user-circle:after {
    content: "壌"
}

.hgi-duotone.hgi-user-circle:before {
    content: "壍"
}

.hgi-duotone.hgi-user-edit-01:after {
    content: "壎"
}

.hgi-duotone.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-duotone.hgi-user-full-view:after {
    content: "壐"
}

.hgi-duotone.hgi-user-full-view:before {
    content: "壑"
}

.hgi-duotone.hgi-user-group:after {
    content: "壒"
}

.hgi-duotone.hgi-user-group:before {
    content: "壓"
}

.hgi-duotone.hgi-user-id-verification:after {
    content: "壔"
}

.hgi-duotone.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-duotone.hgi-user-list:after {
    content: "壖"
}

.hgi-duotone.hgi-user-list:before {
    content: "壗"
}

.hgi-duotone.hgi-user-lock-01:after {
    content: "壘"
}

.hgi-duotone.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-duotone.hgi-user-lock-02:after {
    content: "壚"
}

.hgi-duotone.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-duotone.hgi-user-love-01:after {
    content: "壜"
}

.hgi-duotone.hgi-user-love-01:before {
    content: "壝"
}

.hgi-duotone.hgi-user-love-02:after {
    content: "壞"
}

.hgi-duotone.hgi-user-love-02:before {
    content: "壟"
}

.hgi-duotone.hgi-user-minus-01:after {
    content: "壠"
}

.hgi-duotone.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-duotone.hgi-user-minus-02:after {
    content: "壢"
}

.hgi-duotone.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-duotone.hgi-user-multiple-02:after {
    content: "壤"
}

.hgi-duotone.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-duotone.hgi-user-multiple:after {
    content: "壦"
}

.hgi-duotone.hgi-user-multiple:before {
    content: "壧"
}

.hgi-duotone.hgi-user-question-01:after {
    content: "壨"
}

.hgi-duotone.hgi-user-question-01:before {
    content: "壩"
}

.hgi-duotone.hgi-user-question-02:after {
    content: "壪"
}

.hgi-duotone.hgi-user-question-02:before {
    content: "士"
}

.hgi-duotone.hgi-user-remove-01:after {
    content: "壬"
}

.hgi-duotone.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-duotone.hgi-user-remove-02:after {
    content: "壮"
}

.hgi-duotone.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-duotone.hgi-user-roadside:after {
    content: "声"
}

.hgi-duotone.hgi-user-roadside:before {
    content: "壱"
}

.hgi-duotone.hgi-user-search-01:after {
    content: "売"
}

.hgi-duotone.hgi-user-search-01:before {
    content: "壳"
}

.hgi-duotone.hgi-user-search-02:after {
    content: "壴"
}

.hgi-duotone.hgi-user-search-02:before {
    content: "壵"
}

.hgi-duotone.hgi-user:after {
    content: "壶"
}

.hgi-duotone.hgi-user-settings-01:after {
    content: "壷"
}

.hgi-duotone.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-duotone.hgi-user-settings-02:after {
    content: "壹"
}

.hgi-duotone.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-duotone.hgi-user-sharing:after {
    content: "壻"
}

.hgi-duotone.hgi-user-sharing:before {
    content: "壼"
}

.hgi-duotone.hgi-user-shield-01:after {
    content: "壽"
}

.hgi-duotone.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-duotone.hgi-user-shield-02:after {
    content: "壿"
}

.hgi-duotone.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-duotone.hgi-user-square:after {
    content: "夁"
}

.hgi-duotone.hgi-user-square:before {
    content: "夂"
}

.hgi-duotone.hgi-user-star-01:after {
    content: "夃"
}

.hgi-duotone.hgi-user-star-01:before {
    content: "处"
}

.hgi-duotone.hgi-user-star-02:after {
    content: "夅"
}

.hgi-duotone.hgi-user-star-02:before {
    content: "夆"
}

.hgi-duotone.hgi-user-status:after {
    content: "备"
}

.hgi-duotone.hgi-user-status:before {
    content: "夈"
}

.hgi-duotone.hgi-user-story:after {
    content: "変"
}

.hgi-duotone.hgi-user-story:before {
    content: "夊"
}

.hgi-duotone.hgi-user-switch:after {
    content: "夋"
}

.hgi-duotone.hgi-user-switch:before {
    content: "夌"
}

.hgi-duotone.hgi-user-unlock-01:after {
    content: "复"
}

.hgi-duotone.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-duotone.hgi-user-unlock-02:after {
    content: "夏"
}

.hgi-duotone.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-duotone.hgi-user:before {
    content: "夑"
}

.hgi-duotone.hgi-uv-01:after {
    content: "夒"
}

.hgi-duotone.hgi-uv-01:before {
    content: "夓"
}

.hgi-duotone.hgi-uv-02:after {
    content: "夔"
}

.hgi-duotone.hgi-uv-02:before {
    content: "夕"
}

.hgi-duotone.hgi-uv-03:after {
    content: "外"
}

.hgi-duotone.hgi-uv-03:before {
    content: "夗"
}

.hgi-duotone.hgi-vaccine:after {
    content: "夘"
}

.hgi-duotone.hgi-vaccine:before {
    content: "夙"
}

.hgi-duotone.hgi-validation-approval:after {
    content: "多"
}

.hgi-duotone.hgi-validation-approval:before {
    content: "夛"
}

.hgi-duotone.hgi-validation:after {
    content: "夜"
}

.hgi-duotone.hgi-validation:before {
    content: "夝"
}

.hgi-duotone.hgi-van:after {
    content: "夞"
}

.hgi-duotone.hgi-van:before {
    content: "够"
}

.hgi-duotone.hgi-variable:after {
    content: "夠"
}

.hgi-duotone.hgi-variable:before {
    content: "夡"
}

.hgi-duotone.hgi-vegetarian-food:after {
    content: "夢"
}

.hgi-duotone.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-duotone.hgi-vertical-resize:after {
    content: "夤"
}

.hgi-duotone.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-duotone.hgi-vertical-scroll-point:after {
    content: "夦"
}

.hgi-duotone.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-duotone.hgi-vest:after {
    content: "夨"
}

.hgi-duotone.hgi-vest:before {
    content: "天"
}

.hgi-duotone.hgi-victory-finger-01:after {
    content: "太"
}

.hgi-duotone.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-duotone.hgi-victory-finger-02:after {
    content: "夬"
}

.hgi-duotone.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-duotone.hgi-victory-finger-03:after {
    content: "央"
}

.hgi-duotone.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-duotone.hgi-video-01:after {
    content: "夰"
}

.hgi-duotone.hgi-video-01:before {
    content: "失"
}

.hgi-duotone.hgi-video-02:after {
    content: "夲"
}

.hgi-duotone.hgi-video-02:before {
    content: "夳"
}

.hgi-duotone.hgi-video-console:after {
    content: "头"
}

.hgi-duotone.hgi-video-console:before {
    content: "夵"
}

.hgi-duotone.hgi-video-off:after {
    content: "夶"
}

.hgi-duotone.hgi-video-off:before {
    content: "夷"
}

.hgi-duotone.hgi-video-replay:after {
    content: "夸"
}

.hgi-duotone.hgi-video-replay:before {
    content: "夹"
}

.hgi-duotone.hgi-view-off:after {
    content: "夺"
}

.hgi-duotone.hgi-view-off-slash:after {
    content: "夻"
}

.hgi-duotone.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-duotone.hgi-view-off:before {
    content: "夽"
}

.hgi-duotone.hgi-view:after {
    content: "夾"
}

.hgi-duotone.hgi-view:before {
    content: "夿"
}

.hgi-duotone.hgi-vimeo:after {
    content: "奀"
}

.hgi-duotone.hgi-vimeo:before {
    content: "奁"
}

.hgi-duotone.hgi-vine:after {
    content: "奂"
}

.hgi-duotone.hgi-vine-square:after {
    content: "奃"
}

.hgi-duotone.hgi-vine-square:before {
    content: "奄"
}

.hgi-duotone.hgi-vine:before {
    content: "奅"
}

.hgi-duotone.hgi-vintage-clock:after {
    content: "奆"
}

.hgi-duotone.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-duotone.hgi-virtual-reality-vr-01:after {
    content: "奈"
}

.hgi-duotone.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-duotone.hgi-virtual-reality-vr-02:after {
    content: "奊"
}

.hgi-duotone.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-duotone.hgi-vision:after {
    content: "奌"
}

.hgi-duotone.hgi-vision:before {
    content: "奍"
}

.hgi-duotone.hgi-vk:after {
    content: "奎"
}

.hgi-duotone.hgi-vk-square:after {
    content: "奏"
}

.hgi-duotone.hgi-vk-square:before {
    content: "奐"
}

.hgi-duotone.hgi-vk:before {
    content: "契"
}

.hgi-duotone.hgi-voice-id:after {
    content: "奒"
}

.hgi-duotone.hgi-voice-id:before {
    content: "奓"
}

.hgi-duotone.hgi-voice:after {
    content: "奔"
}

.hgi-duotone.hgi-voice:before {
    content: "奕"
}

.hgi-duotone.hgi-volleyball:after {
    content: "奖"
}

.hgi-duotone.hgi-volleyball:before {
    content: "套"
}

.hgi-duotone.hgi-volume-high:after {
    content: "奘"
}

.hgi-duotone.hgi-volume-high:before {
    content: "奙"
}

.hgi-duotone.hgi-volume-low:after {
    content: "奚"
}

.hgi-duotone.hgi-volume-low:before {
    content: "奛"
}

.hgi-duotone.hgi-volume-minus:after {
    content: "奜"
}

.hgi-duotone.hgi-volume-minus:before {
    content: "奝"
}

.hgi-duotone.hgi-volume-mute-01:after {
    content: "奞"
}

.hgi-duotone.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-duotone.hgi-volume-mute-02:after {
    content: "奠"
}

.hgi-duotone.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-duotone.hgi-volume-off:after {
    content: "奢"
}

.hgi-duotone.hgi-volume-off:before {
    content: "奣"
}

.hgi-duotone.hgi-volume-up:after {
    content: "奤"
}

.hgi-duotone.hgi-volume-up:before {
    content: "奥"
}

.hgi-duotone.hgi-vomiting:after {
    content: "奦"
}

.hgi-duotone.hgi-vomiting:before {
    content: "奧"
}

.hgi-duotone.hgi-voucher:after {
    content: "奨"
}

.hgi-duotone.hgi-voucher:before {
    content: "奩"
}

.hgi-duotone.hgi-vr-glasses:after {
    content: "奪"
}

.hgi-duotone.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-duotone.hgi-vr:after {
    content: "奬"
}

.hgi-duotone.hgi-vr:before {
    content: "奭"
}

.hgi-duotone.hgi-vynil-01:after {
    content: "奮"
}

.hgi-duotone.hgi-vynil-01:before {
    content: "奯"
}

.hgi-duotone.hgi-vynil-02:after {
    content: "奰"
}

.hgi-duotone.hgi-vynil-02:before {
    content: "奱"
}

.hgi-duotone.hgi-vynil-03:after {
    content: "奲"
}

.hgi-duotone.hgi-vynil-03:before {
    content: "女"
}

.hgi-duotone.hgi-waiter:after {
    content: "奴"
}

.hgi-duotone.hgi-waiter:before {
    content: "奵"
}

.hgi-duotone.hgi-waiters:after {
    content: "奶"
}

.hgi-duotone.hgi-waiters:before {
    content: "奷"
}

.hgi-duotone.hgi-wall-lamp:after {
    content: "奸"
}

.hgi-duotone.hgi-wall-lamp:before {
    content: "她"
}

.hgi-duotone.hgi-wallet-01:after {
    content: "奺"
}

.hgi-duotone.hgi-wallet-01:before {
    content: "奻"
}

.hgi-duotone.hgi-wallet-02:after {
    content: "奼"
}

.hgi-duotone.hgi-wallet-02:before {
    content: "好"
}

.hgi-duotone.hgi-wallet-03:after {
    content: "奾"
}

.hgi-duotone.hgi-wallet-03:before {
    content: "奿"
}

.hgi-duotone.hgi-wallet-add-01:after {
    content: "妀"
}

.hgi-duotone.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-duotone.hgi-wallet-add-02:after {
    content: "如"
}

.hgi-duotone.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-duotone.hgi-wallet-done-01:after {
    content: "妄"
}

.hgi-duotone.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-duotone.hgi-wallet-done-02:after {
    content: "妆"
}

.hgi-duotone.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-duotone.hgi-wallet-not-found-01:after {
    content: "妈"
}

.hgi-duotone.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-duotone.hgi-wallet-not-found-02:after {
    content: "妊"
}

.hgi-duotone.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-duotone.hgi-wallet-remove-01:after {
    content: "妌"
}

.hgi-duotone.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-duotone.hgi-wallet-remove-02:after {
    content: "妎"
}

.hgi-duotone.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-duotone.hgi-wanted:after {
    content: "妐"
}

.hgi-duotone.hgi-wanted:before {
    content: "妑"
}

.hgi-duotone.hgi-wardrobe-01:after {
    content: "妒"
}

.hgi-duotone.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-duotone.hgi-wardrobe-02:after {
    content: "妔"
}

.hgi-duotone.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-duotone.hgi-wardrobe-03:after {
    content: "妖"
}

.hgi-duotone.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-duotone.hgi-wardrobe-04:after {
    content: "妘"
}

.hgi-duotone.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-duotone.hgi-warehouse:after {
    content: "妚"
}

.hgi-duotone.hgi-warehouse:before {
    content: "妛"
}

.hgi-duotone.hgi-washington-monument:after {
    content: "妜"
}

.hgi-duotone.hgi-washington-monument:before {
    content: "妝"
}

.hgi-duotone.hgi-waste-restore:after {
    content: "妞"
}

.hgi-duotone.hgi-waste-restore:before {
    content: "妟"
}

.hgi-duotone.hgi-waste:after {
    content: "妠"
}

.hgi-duotone.hgi-waste:before {
    content: "妡"
}

.hgi-duotone.hgi-watch-01:after {
    content: "妢"
}

.hgi-duotone.hgi-watch-01:before {
    content: "妣"
}

.hgi-duotone.hgi-watch-02:after {
    content: "妤"
}

.hgi-duotone.hgi-watch-02:before {
    content: "妥"
}

.hgi-duotone.hgi-water-energy:after {
    content: "妦"
}

.hgi-duotone.hgi-water-energy:before {
    content: "妧"
}

.hgi-duotone.hgi-water-polo:after {
    content: "妨"
}

.hgi-duotone.hgi-water-polo:before {
    content: "妩"
}

.hgi-duotone.hgi-water-pump:after {
    content: "妪"
}

.hgi-duotone.hgi-water-pump:before {
    content: "妫"
}

.hgi-duotone.hgi-waterfall-down-01:after {
    content: "妬"
}

.hgi-duotone.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-duotone.hgi-waterfall-down-03:after {
    content: "妮"
}

.hgi-duotone.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-duotone.hgi-waterfall-up-01:after {
    content: "妰"
}

.hgi-duotone.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-duotone.hgi-waterfall-up-02:after {
    content: "妲"
}

.hgi-duotone.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-duotone.hgi-watermelon:after {
    content: "妴"
}

.hgi-duotone.hgi-watermelon:before {
    content: "妵"
}

.hgi-duotone.hgi-wattpad:after {
    content: "妶"
}

.hgi-duotone.hgi-wattpad-square:after {
    content: "妷"
}

.hgi-duotone.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-duotone.hgi-wattpad:before {
    content: "妹"
}

.hgi-duotone.hgi-waving-hand-01:after {
    content: "妺"
}

.hgi-duotone.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-duotone.hgi-waving-hand-02:after {
    content: "妼"
}

.hgi-duotone.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-duotone.hgi-waze:after {
    content: "妾"
}

.hgi-duotone.hgi-waze:before {
    content: "妿"
}

.hgi-duotone.hgi-web-design-01:after {
    content: "姀"
}

.hgi-duotone.hgi-web-design-01:before {
    content: "姁"
}

.hgi-duotone.hgi-web-design-02:after {
    content: "姂"
}

.hgi-duotone.hgi-web-design-02:before {
    content: "姃"
}

.hgi-duotone.hgi-web-programming:after {
    content: "姄"
}

.hgi-duotone.hgi-web-programming:before {
    content: "姅"
}

.hgi-duotone.hgi-web-protection:after {
    content: "姆"
}

.hgi-duotone.hgi-web-protection:before {
    content: "姇"
}

.hgi-duotone.hgi-web-security:after {
    content: "姈"
}

.hgi-duotone.hgi-web-security:before {
    content: "姉"
}

.hgi-duotone.hgi-web-validation:after {
    content: "姊"
}

.hgi-duotone.hgi-web-validation:before {
    content: "始"
}

.hgi-duotone.hgi-webflow:after {
    content: "姌"
}

.hgi-duotone.hgi-webflow:before {
    content: "姍"
}

.hgi-duotone.hgi-wechat:after {
    content: "姎"
}

.hgi-duotone.hgi-wechat:before {
    content: "姏"
}

.hgi-duotone.hgi-weight-scale-01:after {
    content: "姐"
}

.hgi-duotone.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-duotone.hgi-weight-scale:after {
    content: "姒"
}

.hgi-duotone.hgi-weight-scale:before {
    content: "姓"
}

.hgi-duotone.hgi-wellness:after {
    content: "委"
}

.hgi-duotone.hgi-wellness:before {
    content: "姕"
}

.hgi-duotone.hgi-whatsapp-business:after {
    content: "姖"
}

.hgi-duotone.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-duotone.hgi-whatsapp:after {
    content: "姘"
}

.hgi-duotone.hgi-whatsapp:before {
    content: "姙"
}

.hgi-duotone.hgi-wheelchair:after {
    content: "姚"
}

.hgi-duotone.hgi-wheelchair:before {
    content: "姛"
}

.hgi-duotone.hgi-whisk:after {
    content: "姜"
}

.hgi-duotone.hgi-whisk:before {
    content: "姝"
}

.hgi-duotone.hgi-whistle:after {
    content: "姞"
}

.hgi-duotone.hgi-whistle:before {
    content: "姟"
}

.hgi-duotone.hgi-wifi-01:after {
    content: "姠"
}

.hgi-duotone.hgi-wifi-01:before {
    content: "姡"
}

.hgi-duotone.hgi-wifi-02:after {
    content: "姢"
}

.hgi-duotone.hgi-wifi-02:before {
    content: "姣"
}

.hgi-duotone.hgi-wifi-circle:after {
    content: "姤"
}

.hgi-duotone.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-duotone.hgi-wifi-connected-01:after {
    content: "姦"
}

.hgi-duotone.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-duotone.hgi-wifi-connected-02:after {
    content: "姨"
}

.hgi-duotone.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-duotone.hgi-wifi-connected-03:after {
    content: "姪"
}

.hgi-duotone.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-duotone.hgi-wifi-disconnected-01:after {
    content: "姬"
}

.hgi-duotone.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-duotone.hgi-wifi-disconnected-02:after {
    content: "姮"
}

.hgi-duotone.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-duotone.hgi-wifi-disconnected-03:after {
    content: "姰"
}

.hgi-duotone.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-duotone.hgi-wifi-disconnected-04:after {
    content: "姲"
}

.hgi-duotone.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-duotone.hgi-wifi-error-01:after {
    content: "姴"
}

.hgi-duotone.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-duotone.hgi-wifi-error-02:after {
    content: "姶"
}

.hgi-duotone.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-duotone.hgi-wifi-full-signal:after {
    content: "姸"
}

.hgi-duotone.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-duotone.hgi-wifi-location:after {
    content: "姺"
}

.hgi-duotone.hgi-wifi-location:before {
    content: "姻"
}

.hgi-duotone.hgi-wifi-lock:after {
    content: "姼"
}

.hgi-duotone.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-duotone.hgi-wifi-low-signal:after {
    content: "姾"
}

.hgi-duotone.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-duotone.hgi-wifi-medium-signal:after {
    content: "娀"
}

.hgi-duotone.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-duotone.hgi-wifi-no-signal:after {
    content: "娂"
}

.hgi-duotone.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-duotone.hgi-wifi-off-01:after {
    content: "娄"
}

.hgi-duotone.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-duotone.hgi-wifi-off-02:after {
    content: "娆"
}

.hgi-duotone.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-duotone.hgi-wifi-square:after {
    content: "娈"
}

.hgi-duotone.hgi-wifi-square:before {
    content: "娉"
}

.hgi-duotone.hgi-wifi-unlock:after {
    content: "娊"
}

.hgi-duotone.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-duotone.hgi-wikipedia:after {
    content: "娌"
}

.hgi-duotone.hgi-wikipedia:before {
    content: "娍"
}

.hgi-duotone.hgi-wind-power-01:after {
    content: "娎"
}

.hgi-duotone.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-duotone.hgi-wind-power-02:after {
    content: "娐"
}

.hgi-duotone.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-duotone.hgi-wind-power-03:after {
    content: "娒"
}

.hgi-duotone.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-duotone.hgi-wind-power:after {
    content: "娔"
}

.hgi-duotone.hgi-wind-power:before {
    content: "娕"
}

.hgi-duotone.hgi-wind-surf:after {
    content: "娖"
}

.hgi-duotone.hgi-wind-surf:before {
    content: "娗"
}

.hgi-duotone.hgi-wind-turbine:after {
    content: "娘"
}

.hgi-duotone.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-duotone.hgi-wink:after {
    content: "娚"
}

.hgi-duotone.hgi-wink:before {
    content: "娛"
}

.hgi-duotone.hgi-winking:after {
    content: "娜"
}

.hgi-duotone.hgi-winking:before {
    content: "娝"
}

.hgi-duotone.hgi-wireless-cloud-access:after {
    content: "娞"
}

.hgi-duotone.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-duotone.hgi-wireless:after {
    content: "娠"
}

.hgi-duotone.hgi-wireless:before {
    content: "娡"
}

.hgi-duotone.hgi-wise:after {
    content: "娢"
}

.hgi-duotone.hgi-wise:before {
    content: "娣"
}

.hgi-duotone.hgi-wordpress:after {
    content: "娤"
}

.hgi-duotone.hgi-wordpress:before {
    content: "娥"
}

.hgi-duotone.hgi-work-alert:after {
    content: "娦"
}

.hgi-duotone.hgi-work-alert:before {
    content: "娧"
}

.hgi-duotone.hgi-work-history:after {
    content: "娨"
}

.hgi-duotone.hgi-work-history:before {
    content: "娩"
}

.hgi-duotone.hgi-work-update:after {
    content: "娪"
}

.hgi-duotone.hgi-work-update:before {
    content: "娫"
}

.hgi-duotone.hgi-workflow-circle-01:after {
    content: "娬"
}

.hgi-duotone.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-duotone.hgi-workflow-circle-02:after {
    content: "娮"
}

.hgi-duotone.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-duotone.hgi-workflow-circle-03:after {
    content: "娰"
}

.hgi-duotone.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-duotone.hgi-workflow-circle-04:after {
    content: "娲"
}

.hgi-duotone.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-duotone.hgi-workflow-circle-05:after {
    content: "娴"
}

.hgi-duotone.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-duotone.hgi-workflow-circle-06:after {
    content: "娶"
}

.hgi-duotone.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-duotone.hgi-workflow-square-01:after {
    content: "娸"
}

.hgi-duotone.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-duotone.hgi-workflow-square-02:after {
    content: "娺"
}

.hgi-duotone.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-duotone.hgi-workflow-square-03:after {
    content: "娼"
}

.hgi-duotone.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-duotone.hgi-workflow-square-04:after {
    content: "娾"
}

.hgi-duotone.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-duotone.hgi-workflow-square-05:after {
    content: "婀"
}

.hgi-duotone.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-duotone.hgi-workflow-square-06:after {
    content: "婂"
}

.hgi-duotone.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-duotone.hgi-workflow-square-07:after {
    content: "婄"
}

.hgi-duotone.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-duotone.hgi-workflow-square-08:after {
    content: "婆"
}

.hgi-duotone.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-duotone.hgi-workflow-square-09:after {
    content: "婈"
}

.hgi-duotone.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-duotone.hgi-workflow-square-10:after {
    content: "婊"
}

.hgi-duotone.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-duotone.hgi-workout-battle-ropes:after {
    content: "婌"
}

.hgi-duotone.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-duotone.hgi-workout-gymnastics:after {
    content: "婎"
}

.hgi-duotone.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-duotone.hgi-workout-kicking:after {
    content: "婐"
}

.hgi-duotone.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-duotone.hgi-workout-run:after {
    content: "婒"
}

.hgi-duotone.hgi-workout-run:before {
    content: "婓"
}

.hgi-duotone.hgi-workout-sport:after {
    content: "婔"
}

.hgi-duotone.hgi-workout-sport:before {
    content: "婕"
}

.hgi-duotone.hgi-workout-squats:after {
    content: "婖"
}

.hgi-duotone.hgi-workout-squats:before {
    content: "婗"
}

.hgi-duotone.hgi-workout-stretching:after {
    content: "婘"
}

.hgi-duotone.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-duotone.hgi-workout-warm-up:after {
    content: "婚"
}

.hgi-duotone.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-duotone.hgi-worry:after {
    content: "婜"
}

.hgi-duotone.hgi-worry:before {
    content: "婝"
}

.hgi-duotone.hgi-wps-office-rectangle:after {
    content: "婞"
}

.hgi-duotone.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-duotone.hgi-wps-office:after {
    content: "婠"
}

.hgi-duotone.hgi-wps-office:before {
    content: "婡"
}

.hgi-duotone.hgi-wrench-01:after {
    content: "婢"
}

.hgi-duotone.hgi-wrench-01:before {
    content: "婣"
}

.hgi-duotone.hgi-wrench-02:after {
    content: "婤"
}

.hgi-duotone.hgi-wrench-02:before {
    content: "婥"
}

.hgi-duotone.hgi-wudu:after {
    content: "婦"
}

.hgi-duotone.hgi-wudu:before {
    content: "婧"
}

.hgi-duotone.hgi-x-ray:after {
    content: "婨"
}

.hgi-duotone.hgi-x-ray:before {
    content: "婩"
}

.hgi-duotone.hgi-x-variable-circle:after {
    content: "婪"
}

.hgi-duotone.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-duotone.hgi-x-variable:after {
    content: "婬"
}

.hgi-duotone.hgi-x-variable-square:after {
    content: "婭"
}

.hgi-duotone.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-duotone.hgi-x-variable:before {
    content: "婯"
}

.hgi-duotone.hgi-xing:after {
    content: "婰"
}

.hgi-duotone.hgi-xing:before {
    content: "婱"
}

.hgi-duotone.hgi-xls-01:after {
    content: "婲"
}

.hgi-duotone.hgi-xls-01:before {
    content: "婳"
}

.hgi-duotone.hgi-xls-02:after {
    content: "婴"
}

.hgi-duotone.hgi-xls-02:before {
    content: "婵"
}

.hgi-duotone.hgi-xml-01:after {
    content: "婶"
}

.hgi-duotone.hgi-xml-01:before {
    content: "婷"
}

.hgi-duotone.hgi-xml-02:after {
    content: "婸"
}

.hgi-duotone.hgi-xml-02:before {
    content: "婹"
}

.hgi-duotone.hgi-xsl-01:after {
    content: "婺"
}

.hgi-duotone.hgi-xsl-01:before {
    content: "婻"
}

.hgi-duotone.hgi-xsl-02:after {
    content: "婼"
}

.hgi-duotone.hgi-xsl-02:before {
    content: "婽"
}

.hgi-duotone.hgi-yelp:after {
    content: "婾"
}

.hgi-duotone.hgi-yelp:before {
    content: "婿"
}

.hgi-duotone.hgi-yen-circle:after {
    content: "媀"
}

.hgi-duotone.hgi-yen-circle:before {
    content: "媁"
}

.hgi-duotone.hgi-yen-receive:after {
    content: "媂"
}

.hgi-duotone.hgi-yen-receive:before {
    content: "媃"
}

.hgi-duotone.hgi-yen:after {
    content: "媄"
}

.hgi-duotone.hgi-yen-send:after {
    content: "媅"
}

.hgi-duotone.hgi-yen-send:before {
    content: "媆"
}

.hgi-duotone.hgi-yen-square:after {
    content: "媇"
}

.hgi-duotone.hgi-yen-square:before {
    content: "媈"
}

.hgi-duotone.hgi-yen:before {
    content: "媉"
}

.hgi-duotone.hgi-yoga-01:after {
    content: "媊"
}

.hgi-duotone.hgi-yoga-01:before {
    content: "媋"
}

.hgi-duotone.hgi-yoga-02:after {
    content: "媌"
}

.hgi-duotone.hgi-yoga-02:before {
    content: "媍"
}

.hgi-duotone.hgi-yoga-03:after {
    content: "媎"
}

.hgi-duotone.hgi-yoga-03:before {
    content: "媏"
}

.hgi-duotone.hgi-yoga-ball:after {
    content: "媐"
}

.hgi-duotone.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-duotone.hgi-yoga-mat:after {
    content: "媒"
}

.hgi-duotone.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-duotone.hgi-yogurt:after {
    content: "媔"
}

.hgi-duotone.hgi-yogurt:before {
    content: "媕"
}

.hgi-duotone.hgi-youtube:after {
    content: "媖"
}

.hgi-duotone.hgi-youtube:before {
    content: "媗"
}

.hgi-duotone.hgi-yurt:after {
    content: "媘"
}

.hgi-duotone.hgi-yurt:before {
    content: "媙"
}

.hgi-duotone.hgi-zakat:after {
    content: "媚"
}

.hgi-duotone.hgi-zakat:before {
    content: "媛"
}

.hgi-duotone.hgi-zap:after {
    content: "媜"
}

.hgi-duotone.hgi-zap:before {
    content: "媝"
}

.hgi-duotone.hgi-zeppelin:after {
    content: "媞"
}

.hgi-duotone.hgi-zeppelin:before {
    content: "媟"
}

.hgi-duotone.hgi-zip-01:after {
    content: "媠"
}

.hgi-duotone.hgi-zip-01:before {
    content: "媡"
}

.hgi-duotone.hgi-zip-02:after {
    content: "媢"
}

.hgi-duotone.hgi-zip-02:before {
    content: "媣"
}

.hgi-duotone.hgi-zoom-circle:after {
    content: "媤"
}

.hgi-duotone.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-duotone.hgi-zoom-in-area:after {
    content: "媦"
}

.hgi-duotone.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-duotone.hgi-zoom-out-area:after {
    content: "媨"
}

.hgi-duotone.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-duotone.hgi-zoom:after {
    content: "媪"
}

.hgi-duotone.hgi-zoom-square:after {
    content: "媫"
}

.hgi-duotone.hgi-zoom-square:before {
    content: "媬"
}

.hgi-duotone.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-solid-rounded;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-rounded.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-rounded.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-rounded.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-rounded.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-rounded.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-rounded.svg#hgi-solid-rounded) format("svg")
}

.hgi-solid {
    font-family: hgi-solid-rounded!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-solid.hgi-abacus:before {
    content: "㩱"
}

.hgi-solid.hgi-absolute:before {
    content: "㩳"
}

.hgi-solid.hgi-acceleration:before {
    content: "㩵"
}

.hgi-solid.hgi-access:before {
    content: "㩷"
}

.hgi-solid.hgi-accident:before {
    content: "㩹"
}

.hgi-solid.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-solid.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-solid.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-solid.hgi-activity-01:before {
    content: "㪁"
}

.hgi-solid.hgi-activity-02:before {
    content: "㪃"
}

.hgi-solid.hgi-activity-03:before {
    content: "㪅"
}

.hgi-solid.hgi-activity-04:before {
    content: "㪇"
}

.hgi-solid.hgi-acute:before {
    content: "㪉"
}

.hgi-solid.hgi-add-01:before {
    content: "㪋"
}

.hgi-solid.hgi-add-02:before {
    content: "㪍"
}

.hgi-solid.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-solid.hgi-add-circle:before {
    content: "㪑"
}

.hgi-solid.hgi-add-square:before {
    content: "㪓"
}

.hgi-solid.hgi-add-team:before {
    content: "㪕"
}

.hgi-solid.hgi-address-book:before {
    content: "㪗"
}

.hgi-solid.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-solid.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-solid.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-solid.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-solid.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-solid.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-solid.hgi-adventure:before {
    content: "㪥"
}

.hgi-solid.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-solid.hgi-adzan:before {
    content: "㪩"
}

.hgi-solid.hgi-affiliate:before {
    content: "㪫"
}

.hgi-solid.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-solid.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-solid.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-solid.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-solid.hgi-ai-book:before {
    content: "㪵"
}

.hgi-solid.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-solid.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-solid.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-solid.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-solid.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-solid.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-solid.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-solid.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-solid.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-solid.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-solid.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-solid.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-solid.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-solid.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-solid.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-solid.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-solid.hgi-ai-game:before {
    content: "㫗"
}

.hgi-solid.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-solid.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-solid.hgi-ai-image:before {
    content: "㫝"
}

.hgi-solid.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-solid.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-solid.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-solid.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-solid.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-solid.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-solid.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-solid.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-solid.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-solid.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-solid.hgi-ai-network:before {
    content: "㫳"
}

.hgi-solid.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-solid.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-solid.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-solid.hgi-ai-search:before {
    content: "㫻"
}

.hgi-solid.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-solid.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-solid.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-solid.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-solid.hgi-ai-user:before {
    content: "㬅"
}

.hgi-solid.hgi-ai-video:before {
    content: "㬇"
}

.hgi-solid.hgi-ai-view:before {
    content: "㬉"
}

.hgi-solid.hgi-aids:before {
    content: "㬋"
}

.hgi-solid.hgi-airbnb:before {
    content: "㬍"
}

.hgi-solid.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-solid.hgi-airdrop:before {
    content: "㬑"
}

.hgi-solid.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-solid.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-solid.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-solid.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-solid.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-solid.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-solid.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-solid.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-solid.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-solid.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-solid.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-solid.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-solid.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-solid.hgi-airport:before {
    content: "㬭"
}

.hgi-solid.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-solid.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-solid.hgi-album-01:before {
    content: "㬳"
}

.hgi-solid.hgi-album-02:before {
    content: "㬵"
}

.hgi-solid.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-solid.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-solid.hgi-alert-01:before {
    content: "㬻"
}

.hgi-solid.hgi-alert-02:before {
    content: "㬽"
}

.hgi-solid.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-solid.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-solid.hgi-alert-square:before {
    content: "㭃"
}

.hgi-solid.hgi-algorithm:before {
    content: "㭅"
}

.hgi-solid.hgi-alien-01:before {
    content: "㭇"
}

.hgi-solid.hgi-alien-02:before {
    content: "㭉"
}

.hgi-solid.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-solid.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-solid.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-solid.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-solid.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-solid.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-solid.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-solid.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-solid.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-solid.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-solid.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-solid.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-solid.hgi-align-left:before {
    content: "㭣"
}

.hgi-solid.hgi-align-right:before {
    content: "㭥"
}

.hgi-solid.hgi-align-selection:before {
    content: "㭧"
}

.hgi-solid.hgi-align-top:before {
    content: "㭩"
}

.hgi-solid.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-solid.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-solid.hgi-allah:before {
    content: "㭯"
}

.hgi-solid.hgi-alms:before {
    content: "㭱"
}

.hgi-solid.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-solid.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-solid.hgi-alpha:before {
    content: "㭷"
}

.hgi-solid.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-solid.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-solid.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-solid.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-solid.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-solid.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-solid.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-solid.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-solid.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-solid.hgi-amazon:before {
    content: "㮋"
}

.hgi-solid.hgi-ambulance:before {
    content: "㮍"
}

.hgi-solid.hgi-american-football:before {
    content: "㮏"
}

.hgi-solid.hgi-amie:before {
    content: "㮑"
}

.hgi-solid.hgi-ampoule:before {
    content: "㮓"
}

.hgi-solid.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-solid.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-solid.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-solid.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-solid.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-solid.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-solid.hgi-android:before {
    content: "㮡"
}

.hgi-solid.hgi-angel:before {
    content: "㮣"
}

.hgi-solid.hgi-angle-01:before {
    content: "㮥"
}

.hgi-solid.hgi-angle:before {
    content: "㮧"
}

.hgi-solid.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-solid.hgi-angry:before {
    content: "㮫"
}

.hgi-solid.hgi-anonymous:before {
    content: "㮭"
}

.hgi-solid.hgi-api:before {
    content: "㮯"
}

.hgi-solid.hgi-app-store:before {
    content: "㮱"
}

.hgi-solid.hgi-apple-01:before {
    content: "㮳"
}

.hgi-solid.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-solid.hgi-apple-news:before {
    content: "㮷"
}

.hgi-solid.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-solid.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-solid.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-solid.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-solid.hgi-apple:before {
    content: "㯁"
}

.hgi-solid.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-solid.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-solid.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-solid.hgi-apricot:before {
    content: "㯉"
}

.hgi-solid.hgi-apron:before {
    content: "㯋"
}

.hgi-solid.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-solid.hgi-archer:before {
    content: "㯏"
}

.hgi-solid.hgi-archive-01:before {
    content: "㯑"
}

.hgi-solid.hgi-archive-02:before {
    content: "㯓"
}

.hgi-solid.hgi-archive:before {
    content: "㯕"
}

.hgi-solid.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-solid.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-solid.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-solid.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-solid.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-solid.hgi-arrange:before {
    content: "㯡"
}

.hgi-solid.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-solid.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-solid.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-solid.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-solid.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-solid.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-solid.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-solid.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-solid.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-solid.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-solid.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-solid.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-solid.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-solid.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-solid.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-solid.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-solid.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-solid.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-solid.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-solid.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-solid.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-solid.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-solid.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-solid.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-solid.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-solid.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-solid.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-solid.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-solid.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-solid.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-solid.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-solid.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-solid.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-solid.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-solid.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-solid.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-solid.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-solid.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-solid.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-solid.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-solid.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-solid.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-solid.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-solid.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-solid.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-solid.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-solid.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-solid.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-solid.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-solid.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-solid.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-solid.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-solid.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-solid.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-solid.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-solid.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-solid.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-solid.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-solid.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-solid.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-solid.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-solid.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-solid.hgi-artboard:before {
    content: "㱟"
}

.hgi-solid.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-solid.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-solid.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-solid.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-solid.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-solid.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-solid.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-solid.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-solid.hgi-assignments:before {
    content: "㱱"
}

.hgi-solid.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-solid.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-solid.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-solid.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-solid.hgi-at:before {
    content: "㱻"
}

.hgi-solid.hgi-atm-01:before {
    content: "㱽"
}

.hgi-solid.hgi-atm-02:before {
    content: "㱿"
}

.hgi-solid.hgi-atom-01:before {
    content: "㲁"
}

.hgi-solid.hgi-atom-02:before {
    content: "㲃"
}

.hgi-solid.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-solid.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-solid.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-solid.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-solid.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-solid.hgi-attachment:before {
    content: "㲏"
}

.hgi-solid.hgi-auction:before {
    content: "㲑"
}

.hgi-solid.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-solid.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-solid.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-solid.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-solid.hgi-audit-01:before {
    content: "㲛"
}

.hgi-solid.hgi-audit-02:before {
    content: "㲝"
}

.hgi-solid.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-solid.hgi-authorized:before {
    content: "㲡"
}

.hgi-solid.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-solid.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-solid.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-solid.hgi-avalanche:before {
    content: "㲩"
}

.hgi-solid.hgi-avocado:before {
    content: "㲫"
}

.hgi-solid.hgi-award-01:before {
    content: "㲭"
}

.hgi-solid.hgi-award-02:before {
    content: "㲯"
}

.hgi-solid.hgi-award-03:before {
    content: "㲱"
}

.hgi-solid.hgi-award-04:before {
    content: "㲳"
}

.hgi-solid.hgi-award-05:before {
    content: "㲵"
}

.hgi-solid.hgi-baby-01:before {
    content: "㲷"
}

.hgi-solid.hgi-baby-02:before {
    content: "㲹"
}

.hgi-solid.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-solid.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-solid.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-solid.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-solid.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-solid.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-solid.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-solid.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-solid.hgi-backward-01:before {
    content: "㳋"
}

.hgi-solid.hgi-backward-02:before {
    content: "㳍"
}

.hgi-solid.hgi-bacteria:before {
    content: "㳏"
}

.hgi-solid.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-solid.hgi-badminton:before {
    content: "㳓"
}

.hgi-solid.hgi-banana:before {
    content: "㳕"
}

.hgi-solid.hgi-bandage:before {
    content: "㳗"
}

.hgi-solid.hgi-bank:before {
    content: "㳙"
}

.hgi-solid.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-solid.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-solid.hgi-barns:before {
    content: "㳟"
}

.hgi-solid.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-solid.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-solid.hgi-baseball:before {
    content: "㳥"
}

.hgi-solid.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-solid.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-solid.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-solid.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-solid.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-solid.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-solid.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-solid.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-solid.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-solid.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-solid.hgi-battery-full:before {
    content: "㳻"
}

.hgi-solid.hgi-battery-low:before {
    content: "㳽"
}

.hgi-solid.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-solid.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-solid.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-solid.hgi-beach-02:before {
    content: "㴅"
}

.hgi-solid.hgi-beach:before {
    content: "㴇"
}

.hgi-solid.hgi-beater:before {
    content: "㴉"
}

.hgi-solid.hgi-bebo:before {
    content: "㴋"
}

.hgi-solid.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-solid.hgi-bed-double:before {
    content: "㴏"
}

.hgi-solid.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-solid.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-solid.hgi-bed:before {
    content: "㴕"
}

.hgi-solid.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-solid.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-solid.hgi-behance-01:before {
    content: "㴛"
}

.hgi-solid.hgi-behance-02:before {
    content: "㴝"
}

.hgi-solid.hgi-belt:before {
    content: "㴟"
}

.hgi-solid.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-solid.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-solid.hgi-berlin:before {
    content: "㴥"
}

.hgi-solid.hgi-beta:before {
    content: "㴧"
}

.hgi-solid.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-solid.hgi-bicycle:before {
    content: "㴫"
}

.hgi-solid.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-solid.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-solid.hgi-binary-code:before {
    content: "㴱"
}

.hgi-solid.hgi-bing:before {
    content: "㴳"
}

.hgi-solid.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-solid.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-solid.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-solid.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-solid.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-solid.hgi-biscuit:before {
    content: "㴿"
}

.hgi-solid.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-solid.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-solid.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-solid.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-solid.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-solid.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-solid.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-solid.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-solid.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-solid.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-solid.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-solid.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-solid.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-solid.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-solid.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-solid.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-solid.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-solid.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-solid.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-solid.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-solid.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-solid.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-solid.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-solid.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-solid.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-solid.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-solid.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-solid.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-solid.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-solid.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-solid.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-solid.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-solid.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-solid.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-solid.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-solid.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-solid.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-solid.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-solid.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-solid.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-solid.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-solid.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-solid.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-solid.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-solid.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-solid.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-solid.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-solid.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-solid.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-solid.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-solid.hgi-black-hole:before {
    content: "㶥"
}

.hgi-solid.hgi-blend:before {
    content: "㶧"
}

.hgi-solid.hgi-blender:before {
    content: "㶩"
}

.hgi-solid.hgi-block-game:before {
    content: "㶫"
}

.hgi-solid.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-solid.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-solid.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-solid.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-solid.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-solid.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-solid.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-solid.hgi-blocked:before {
    content: "㶻"
}

.hgi-solid.hgi-blogger:before {
    content: "㶽"
}

.hgi-solid.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-solid.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-solid.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-solid.hgi-blood-type:before {
    content: "㷆"
}

.hgi-solid.hgi-blood:before {
    content: "㷇"
}

.hgi-solid.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-solid.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-solid.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-solid.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-solid.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-solid.hgi-blur:before {
    content: "㷓"
}

.hgi-solid.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-solid.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-solid.hgi-board-math:before {
    content: "㷙"
}

.hgi-solid.hgi-boat:before {
    content: "㷛"
}

.hgi-solid.hgi-body-armor:before {
    content: "㷝"
}

.hgi-solid.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-solid.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-solid.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-solid.hgi-body-soap:before {
    content: "㷥"
}

.hgi-solid.hgi-body-weight:before {
    content: "㷧"
}

.hgi-solid.hgi-bomb:before {
    content: "㷩"
}

.hgi-solid.hgi-bone-01:before {
    content: "㷫"
}

.hgi-solid.hgi-bone-02:before {
    content: "㷭"
}

.hgi-solid.hgi-book-01:before {
    content: "㷯"
}

.hgi-solid.hgi-book-02:before {
    content: "㷱"
}

.hgi-solid.hgi-book-03:before {
    content: "㷳"
}

.hgi-solid.hgi-book-04:before {
    content: "㷵"
}

.hgi-solid.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-solid.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-solid.hgi-book-download:before {
    content: "㷻"
}

.hgi-solid.hgi-book-edit:before {
    content: "㷽"
}

.hgi-solid.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-solid.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-solid.hgi-book-upload:before {
    content: "㸃"
}

.hgi-solid.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-solid.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-solid.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-solid.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-solid.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-solid.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-solid.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-solid.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-solid.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-solid.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-solid.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-solid.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-solid.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-solid.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-solid.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-solid.hgi-books-01:before {
    content: "㸣"
}

.hgi-solid.hgi-books-02:before {
    content: "㸥"
}

.hgi-solid.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-solid.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-solid.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-solid.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-solid.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-solid.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-solid.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-solid.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-solid.hgi-border-full:before {
    content: "㸷"
}

.hgi-solid.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-solid.hgi-border-inner:before {
    content: "㸻"
}

.hgi-solid.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-solid.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-solid.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-solid.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-solid.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-solid.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-solid.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-solid.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-solid.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-solid.hgi-borobudur:before {
    content: "㹏"
}

.hgi-solid.hgi-bot:before {
    content: "㹑"
}

.hgi-solid.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-solid.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-solid.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-solid.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-solid.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-solid.hgi-bowling:before {
    content: "㹝"
}

.hgi-solid.hgi-boxer:before {
    content: "㹟"
}

.hgi-solid.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-solid.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-solid.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-solid.hgi-brain-01:before {
    content: "㹧"
}

.hgi-solid.hgi-brain-02:before {
    content: "㹩"
}

.hgi-solid.hgi-brain:before {
    content: "㹫"
}

.hgi-solid.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-solid.hgi-bread-01:before {
    content: "㹯"
}

.hgi-solid.hgi-bread-02:before {
    content: "㹱"
}

.hgi-solid.hgi-bread-03:before {
    content: "㹳"
}

.hgi-solid.hgi-bread-04:before {
    content: "㹵"
}

.hgi-solid.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-solid.hgi-bridge:before {
    content: "㹹"
}

.hgi-solid.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-solid.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-solid.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-solid.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-solid.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-solid.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-solid.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-solid.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-solid.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-solid.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-solid.hgi-broccoli:before {
    content: "㺏"
}

.hgi-solid.hgi-brochure:before {
    content: "㺑"
}

.hgi-solid.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-solid.hgi-browser:before {
    content: "㺕"
}

.hgi-solid.hgi-brush:before {
    content: "㺗"
}

.hgi-solid.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-solid.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-solid.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-solid.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-solid.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-solid.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-solid.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-solid.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-solid.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-solid.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-solid.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-solid.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-solid.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-solid.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-solid.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-solid.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-solid.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-solid.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-solid.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-solid.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-solid.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-solid.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-solid.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-solid.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-solid.hgi-bug-01:before {
    content: "㻉"
}

.hgi-solid.hgi-bug-02:before {
    content: "㻋"
}

.hgi-solid.hgi-building-01:before {
    content: "㻍"
}

.hgi-solid.hgi-building-02:before {
    content: "㻏"
}

.hgi-solid.hgi-building-03:before {
    content: "㻑"
}

.hgi-solid.hgi-building-04:before {
    content: "㻓"
}

.hgi-solid.hgi-building-05:before {
    content: "㻕"
}

.hgi-solid.hgi-building-06:before {
    content: "㻗"
}

.hgi-solid.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-solid.hgi-bulb:before {
    content: "㻛"
}

.hgi-solid.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-solid.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-solid.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-solid.hgi-bus-01:before {
    content: "㻣"
}

.hgi-solid.hgi-bus-02:before {
    content: "㻥"
}

.hgi-solid.hgi-bus-03:before {
    content: "㻧"
}

.hgi-solid.hgi-c-programming:before {
    content: "㻩"
}

.hgi-solid.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-solid.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-solid.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-solid.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-solid.hgi-cable-car:before {
    content: "㻳"
}

.hgi-solid.hgi-cactus:before {
    content: "㻵"
}

.hgi-solid.hgi-caduceus:before {
    content: "㻷"
}

.hgi-solid.hgi-cafe:before {
    content: "㻹"
}

.hgi-solid.hgi-calculate:before {
    content: "㻻"
}

.hgi-solid.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-solid.hgi-calculator:before {
    content: "㻿"
}

.hgi-solid.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-solid.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-solid.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-solid.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-solid.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-solid.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-solid.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-solid.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-solid.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-solid.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-solid.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-solid.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-solid.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-solid.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-solid.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-solid.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-solid.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-solid.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-solid.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-solid.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-solid.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-solid.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-solid.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-solid.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-solid.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-solid.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-solid.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-solid.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-solid.hgi-call-02:before {
    content: "㼹"
}

.hgi-solid.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-solid.hgi-call-add:before {
    content: "㼽"
}

.hgi-solid.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-solid.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-solid.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-solid.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-solid.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-solid.hgi-call-done:before {
    content: "㽉"
}

.hgi-solid.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-solid.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-solid.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-solid.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-solid.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-solid.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-solid.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-solid.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-solid.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-solid.hgi-call-internal:before {
    content: "㽝"
}

.hgi-solid.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-solid.hgi-call-locked:before {
    content: "㽡"
}

.hgi-solid.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-solid.hgi-call-minus:before {
    content: "㽥"
}

.hgi-solid.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-solid.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-solid.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-solid.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-solid.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-solid.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-solid.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-solid.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-solid.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-solid.hgi-call-paused:before {
    content: "㽹"
}

.hgi-solid.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-solid.hgi-call-received:before {
    content: "㽽"
}

.hgi-solid.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-solid.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-solid.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-solid.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-solid.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-solid.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-solid.hgi-call:before {
    content: "㾋"
}

.hgi-solid.hgi-calling-02:before {
    content: "㾍"
}

.hgi-solid.hgi-calling:before {
    content: "㾏"
}

.hgi-solid.hgi-camel:before {
    content: "㾑"
}

.hgi-solid.hgi-camera-01:before {
    content: "㾓"
}

.hgi-solid.hgi-camera-02:before {
    content: "㾕"
}

.hgi-solid.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-solid.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-solid.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-solid.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-solid.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-solid.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-solid.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-solid.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-solid.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-solid.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-solid.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-solid.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-solid.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-solid.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-solid.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-solid.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-solid.hgi-camera-video:before {
    content: "㾷"
}

.hgi-solid.hgi-camper:before {
    content: "㾹"
}

.hgi-solid.hgi-campfire:before {
    content: "㾻"
}

.hgi-solid.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-solid.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-solid.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-solid.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-solid.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-solid.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-solid.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-solid.hgi-canvas:before {
    content: "㿋"
}

.hgi-solid.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-solid.hgi-cap-round:before {
    content: "㿏"
}

.hgi-solid.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-solid.hgi-cap:before {
    content: "㿓"
}

.hgi-solid.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-solid.hgi-capcut:before {
    content: "㿗"
}

.hgi-solid.hgi-car-01:before {
    content: "㿙"
}

.hgi-solid.hgi-car-02:before {
    content: "㿛"
}

.hgi-solid.hgi-car-03:before {
    content: "㿝"
}

.hgi-solid.hgi-car-04:before {
    content: "㿟"
}

.hgi-solid.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-solid.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-solid.hgi-caravan:before {
    content: "㿥"
}

.hgi-solid.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-solid.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-solid.hgi-cardigan:before {
    content: "㿫"
}

.hgi-solid.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-solid.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-solid.hgi-cards-01:before {
    content: "㿱"
}

.hgi-solid.hgi-cards-02:before {
    content: "㿳"
}

.hgi-solid.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-solid.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-solid.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-solid.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-solid.hgi-carrot:before {
    content: "㿽"
}

.hgi-solid.hgi-cash-01:before {
    content: "㿿"
}

.hgi-solid.hgi-cash-02:before {
    content: "䀁"
}

.hgi-solid.hgi-cashback:before {
    content: "䀃"
}

.hgi-solid.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-solid.hgi-cashier:before {
    content: "䀇"
}

.hgi-solid.hgi-castle-01:before {
    content: "䀉"
}

.hgi-solid.hgi-castle-02:before {
    content: "䀋"
}

.hgi-solid.hgi-castle:before {
    content: "䀍"
}

.hgi-solid.hgi-catalogue:before {
    content: "䀏"
}

.hgi-solid.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-solid.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-solid.hgi-cd:before {
    content: "䀕"
}

.hgi-solid.hgi-cells:before {
    content: "䀗"
}

.hgi-solid.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-solid.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-solid.hgi-celsius:before {
    content: "䀝"
}

.hgi-solid.hgi-center-focus:before {
    content: "䀟"
}

.hgi-solid.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-solid.hgi-centralized:before {
    content: "䀣"
}

.hgi-solid.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-solid.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-solid.hgi-chair-01:before {
    content: "䀩"
}

.hgi-solid.hgi-chair-02:before {
    content: "䀫"
}

.hgi-solid.hgi-chair-03:before {
    content: "䀭"
}

.hgi-solid.hgi-chair-04:before {
    content: "䀯"
}

.hgi-solid.hgi-chair-05:before {
    content: "䀱"
}

.hgi-solid.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-solid.hgi-champion:before {
    content: "䀵"
}

.hgi-solid.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-solid.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-solid.hgi-charity:before {
    content: "䀻"
}

.hgi-solid.hgi-chart-average:before {
    content: "䀽"
}

.hgi-solid.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-solid.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-solid.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-solid.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-solid.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-solid.hgi-chart-column:before {
    content: "䁉"
}

.hgi-solid.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-solid.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-solid.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-solid.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-solid.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-solid.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-solid.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-solid.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-solid.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-solid.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-solid.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-solid.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-solid.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-solid.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-solid.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-solid.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-solid.hgi-chart:before {
    content: "䁫"
}

.hgi-solid.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-solid.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-solid.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-solid.hgi-check-list:before {
    content: "䁳"
}

.hgi-solid.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-solid.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-solid.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-solid.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-solid.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-solid.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-solid.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-solid.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-solid.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-solid.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-solid.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-solid.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-solid.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-solid.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-solid.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-solid.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-solid.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-solid.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-solid.hgi-cheese:before {
    content: "䂙"
}

.hgi-solid.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-solid.hgi-chef:before {
    content: "䂝"
}

.hgi-solid.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-solid.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-solid.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-solid.hgi-cherry:before {
    content: "䂥"
}

.hgi-solid.hgi-chess-01:before {
    content: "䂧"
}

.hgi-solid.hgi-chess-02:before {
    content: "䂩"
}

.hgi-solid.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-solid.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-solid.hgi-chimney:before {
    content: "䂯"
}

.hgi-solid.hgi-china-temple:before {
    content: "䂱"
}

.hgi-solid.hgi-chip-02:before {
    content: "䂳"
}

.hgi-solid.hgi-chip:before {
    content: "䂵"
}

.hgi-solid.hgi-chocolate:before {
    content: "䂷"
}

.hgi-solid.hgi-chrome:before {
    content: "䂹"
}

.hgi-solid.hgi-chrysler:before {
    content: "䂻"
}

.hgi-solid.hgi-church:before {
    content: "䂽"
}

.hgi-solid.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-solid.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-solid.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-solid.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-solid.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-solid.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-solid.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-solid.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-solid.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-solid.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-solid.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-solid.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-solid.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-solid.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-solid.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-solid.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-solid.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-solid.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-solid.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-solid.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-solid.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-solid.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-solid.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-solid.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-solid.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-solid.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-solid.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-solid.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-solid.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-solid.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-solid.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-solid.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-solid.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-solid.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-solid.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-solid.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-solid.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-solid.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-solid.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-solid.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-solid.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-solid.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-solid.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-solid.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-solid.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-solid.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-solid.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-solid.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-solid.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-solid.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-solid.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-solid.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-solid.hgi-circle-password:before {
    content: "䄧"
}

.hgi-solid.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-solid.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-solid.hgi-circle:before {
    content: "䄭"
}

.hgi-solid.hgi-city-01:before {
    content: "䄯"
}

.hgi-solid.hgi-city-02:before {
    content: "䄱"
}

.hgi-solid.hgi-city-03:before {
    content: "䄳"
}

.hgi-solid.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-solid.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-solid.hgi-clean:before {
    content: "䄹"
}

.hgi-solid.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-solid.hgi-clinic:before {
    content: "䄽"
}

.hgi-solid.hgi-clip:before {
    content: "䄿"
}

.hgi-solid.hgi-clipboard:before {
    content: "䅁"
}

.hgi-solid.hgi-clock-01:before {
    content: "䅃"
}

.hgi-solid.hgi-clock-02:before {
    content: "䅅"
}

.hgi-solid.hgi-clock-03:before {
    content: "䅇"
}

.hgi-solid.hgi-clock-04:before {
    content: "䅉"
}

.hgi-solid.hgi-clock-05:before {
    content: "䅋"
}

.hgi-solid.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-solid.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-solid.hgi-clothes:before {
    content: "䅑"
}

.hgi-solid.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-solid.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-solid.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-solid.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-solid.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-solid.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-solid.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-solid.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-solid.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-solid.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-solid.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-solid.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-solid.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-solid.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-solid.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-solid.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-solid.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-solid.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-solid.hgi-cloud:before {
    content: "䅷"
}

.hgi-solid.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-solid.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-solid.hgi-co-present:before {
    content: "䅽"
}

.hgi-solid.hgi-code-circle:before {
    content: "䅿"
}

.hgi-solid.hgi-code-folder:before {
    content: "䆁"
}

.hgi-solid.hgi-code-square:before {
    content: "䆄"
}

.hgi-solid.hgi-code:before {
    content: "䆅"
}

.hgi-solid.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-solid.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-solid.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-solid.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-solid.hgi-coins-01:before {
    content: "䆏"
}

.hgi-solid.hgi-coins-02:before {
    content: "䆑"
}

.hgi-solid.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-solid.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-solid.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-solid.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-solid.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-solid.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-solid.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-solid.hgi-color-picker:before {
    content: "䆡"
}

.hgi-solid.hgi-colors:before {
    content: "䆣"
}

.hgi-solid.hgi-colosseum:before {
    content: "䆥"
}

.hgi-solid.hgi-column-delete:before {
    content: "䆧"
}

.hgi-solid.hgi-column-insert:before {
    content: "䆩"
}

.hgi-solid.hgi-comet-01:before {
    content: "䆫"
}

.hgi-solid.hgi-comet-02:before {
    content: "䆭"
}

.hgi-solid.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-solid.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-solid.hgi-command-line:before {
    content: "䆳"
}

.hgi-solid.hgi-command:before {
    content: "䆵"
}

.hgi-solid.hgi-comment-01:before {
    content: "䆷"
}

.hgi-solid.hgi-comment-02:before {
    content: "䆹"
}

.hgi-solid.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-solid.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-solid.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-solid.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-solid.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-solid.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-solid.hgi-compass-01:before {
    content: "䇇"
}

.hgi-solid.hgi-compass:before {
    content: "䇉"
}

.hgi-solid.hgi-complaint:before {
    content: "䇋"
}

.hgi-solid.hgi-computer-add:before {
    content: "䇍"
}

.hgi-solid.hgi-computer-check:before {
    content: "䇏"
}

.hgi-solid.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-solid.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-solid.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-solid.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-solid.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-solid.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-solid.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-solid.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-solid.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-solid.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-solid.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-solid.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-solid.hgi-computer-video:before {
    content: "䇪"
}

.hgi-solid.hgi-computer:before {
    content: "䇫"
}

.hgi-solid.hgi-cone-01:before {
    content: "䇭"
}

.hgi-solid.hgi-cone-02:before {
    content: "䇯"
}

.hgi-solid.hgi-conference:before {
    content: "䇱"
}

.hgi-solid.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-solid.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-solid.hgi-confused:before {
    content: "䇷"
}

.hgi-solid.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-solid.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-solid.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-solid.hgi-connect:before {
    content: "䇿"
}

.hgi-solid.hgi-console:before {
    content: "䈁"
}

.hgi-solid.hgi-constellation:before {
    content: "䈃"
}

.hgi-solid.hgi-contact-01:before {
    content: "䈅"
}

.hgi-solid.hgi-contact-02:before {
    content: "䈇"
}

.hgi-solid.hgi-contact-book:before {
    content: "䈉"
}

.hgi-solid.hgi-contact:before {
    content: "䈋"
}

.hgi-solid.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-solid.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-solid.hgi-container-truck:before {
    content: "䈑"
}

.hgi-solid.hgi-contracts:before {
    content: "䈓"
}

.hgi-solid.hgi-conversation:before {
    content: "䈕"
}

.hgi-solid.hgi-cook-book:before {
    content: "䈗"
}

.hgi-solid.hgi-cookie:before {
    content: "䈙"
}

.hgi-solid.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-solid.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-solid.hgi-copilot:before {
    content: "䈟"
}

.hgi-solid.hgi-copy-01:before {
    content: "䈡"
}

.hgi-solid.hgi-copy-02:before {
    content: "䈣"
}

.hgi-solid.hgi-copy-link:before {
    content: "䈥"
}

.hgi-solid.hgi-copyright:before {
    content: "䈧"
}

.hgi-solid.hgi-corn:before {
    content: "䈩"
}

.hgi-solid.hgi-corporate:before {
    content: "䈫"
}

.hgi-solid.hgi-cos:before {
    content: "䈭"
}

.hgi-solid.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-solid.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-solid.hgi-cottage:before {
    content: "䈳"
}

.hgi-solid.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-solid.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-solid.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-solid.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-solid.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-solid.hgi-course:before {
    content: "䈿"
}

.hgi-solid.hgi-court-house:before {
    content: "䉁"
}

.hgi-solid.hgi-court-law:before {
    content: "䉃"
}

.hgi-solid.hgi-covariate:before {
    content: "䉅"
}

.hgi-solid.hgi-covid-info:before {
    content: "䉇"
}

.hgi-solid.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-solid.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-solid.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-solid.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-solid.hgi-cpu:before {
    content: "䉑"
}

.hgi-solid.hgi-crab:before {
    content: "䉓"
}

.hgi-solid.hgi-crane:before {
    content: "䉕"
}

.hgi-solid.hgi-crazy:before {
    content: "䉗"
}

.hgi-solid.hgi-creative-market:before {
    content: "䉙"
}

.hgi-solid.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-solid.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-solid.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-solid.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-solid.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-solid.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-solid.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-solid.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-solid.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-solid.hgi-credit-card:before {
    content: "䉭"
}

.hgi-solid.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-solid.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-solid.hgi-croissant:before {
    content: "䉳"
}

.hgi-solid.hgi-crop:before {
    content: "䉵"
}

.hgi-solid.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-solid.hgi-crown:before {
    content: "䉹"
}

.hgi-solid.hgi-crying:before {
    content: "䉻"
}

.hgi-solid.hgi-csv-01:before {
    content: "䉽"
}

.hgi-solid.hgi-csv-02:before {
    content: "䉿"
}

.hgi-solid.hgi-cube:before {
    content: "䊁"
}

.hgi-solid.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-solid.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-solid.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-solid.hgi-curling:before {
    content: "䊉"
}

.hgi-solid.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-solid.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-solid.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-solid.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-solid.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-solid.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-solid.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-solid.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-solid.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-solid.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-solid.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-solid.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-solid.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-solid.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-solid.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-solid.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-solid.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-solid.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-solid.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-solid.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-solid.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-solid.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-solid.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-solid.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-solid.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-solid.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-solid.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-solid.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-solid.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-solid.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-solid.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-solid.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-solid.hgi-curtains:before {
    content: "䋋"
}

.hgi-solid.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-solid.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-solid.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-solid.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-solid.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-solid.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-solid.hgi-customer-service:before {
    content: "䋙"
}

.hgi-solid.hgi-customer-support:before {
    content: "䋛"
}

.hgi-solid.hgi-customize:before {
    content: "䋝"
}

.hgi-solid.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-solid.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-solid.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-solid.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-solid.hgi-danger:before {
    content: "䋧"
}

.hgi-solid.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-solid.hgi-dart:before {
    content: "䋫"
}

.hgi-solid.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-solid.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-solid.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-solid.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-solid.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-solid.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-solid.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-solid.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-solid.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-solid.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-solid.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-solid.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-solid.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-solid.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-solid.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-solid.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-solid.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-solid.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-solid.hgi-database-01:before {
    content: "䌑"
}

.hgi-solid.hgi-database-02:before {
    content: "䌓"
}

.hgi-solid.hgi-database-add:before {
    content: "䌕"
}

.hgi-solid.hgi-database-export:before {
    content: "䌗"
}

.hgi-solid.hgi-database-import:before {
    content: "䌙"
}

.hgi-solid.hgi-database-locked:before {
    content: "䌛"
}

.hgi-solid.hgi-database-restore:before {
    content: "䌝"
}

.hgi-solid.hgi-database-setting:before {
    content: "䌠"
}

.hgi-solid.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-solid.hgi-database-sync:before {
    content: "䌤"
}

.hgi-solid.hgi-database:before {
    content: "䌥"
}

.hgi-solid.hgi-dates:before {
    content: "䌧"
}

.hgi-solid.hgi-dead:before {
    content: "䌩"
}

.hgi-solid.hgi-delete-01:before {
    content: "䌫"
}

.hgi-solid.hgi-delete-02:before {
    content: "䌭"
}

.hgi-solid.hgi-delete-03:before {
    content: "䌯"
}

.hgi-solid.hgi-delete-04:before {
    content: "䌱"
}

.hgi-solid.hgi-delete-column:before {
    content: "䌳"
}

.hgi-solid.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-solid.hgi-delete-row:before {
    content: "䌷"
}

.hgi-solid.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-solid.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-solid.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-solid.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-solid.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-solid.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-solid.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-solid.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-solid.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-solid.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-solid.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-solid.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-solid.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-solid.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-solid.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-solid.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-solid.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-solid.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-solid.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-solid.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-solid.hgi-dental-care:before {
    content: "䍡"
}

.hgi-solid.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-solid.hgi-departement:before {
    content: "䍥"
}

.hgi-solid.hgi-desert:before {
    content: "䍧"
}

.hgi-solid.hgi-desk-01:before {
    content: "䍩"
}

.hgi-solid.hgi-desk-02:before {
    content: "䍫"
}

.hgi-solid.hgi-desk:before {
    content: "䍭"
}

.hgi-solid.hgi-developer:before {
    content: "䍯"
}

.hgi-solid.hgi-deviantart:before {
    content: "䍱"
}

.hgi-solid.hgi-device-access:before {
    content: "䍳"
}

.hgi-solid.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-solid.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-solid.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-solid.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-solid.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-solid.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-solid.hgi-diameter:before {
    content: "䎁"
}

.hgi-solid.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-solid.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-solid.hgi-diamond:before {
    content: "䎇"
}

.hgi-solid.hgi-diaper:before {
    content: "䎉"
}

.hgi-solid.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-solid.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-solid.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-solid.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-solid.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-solid.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-solid.hgi-dice:before {
    content: "䎗"
}

.hgi-solid.hgi-digestion:before {
    content: "䎙"
}

.hgi-solid.hgi-digg:before {
    content: "䎛"
}

.hgi-solid.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-solid.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-solid.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-solid.hgi-dining-table:before {
    content: "䎣"
}

.hgi-solid.hgi-diploma:before {
    content: "䎥"
}

.hgi-solid.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-solid.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-solid.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-solid.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-solid.hgi-directions-01:before {
    content: "䎯"
}

.hgi-solid.hgi-directions-02:before {
    content: "䎱"
}

.hgi-solid.hgi-dirham:before {
    content: "䎳"
}

.hgi-solid.hgi-disability-01:before {
    content: "䎵"
}

.hgi-solid.hgi-disability-02:before {
    content: "䎷"
}

.hgi-solid.hgi-discord:before {
    content: "䎹"
}

.hgi-solid.hgi-discount-01:before {
    content: "䎻"
}

.hgi-solid.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-solid.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-solid.hgi-discount:before {
    content: "䏁"
}

.hgi-solid.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-solid.hgi-discover-square:before {
    content: "䏅"
}

.hgi-solid.hgi-dish-01:before {
    content: "䏇"
}

.hgi-solid.hgi-dish-02:before {
    content: "䏉"
}

.hgi-solid.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-solid.hgi-displeased:before {
    content: "䏍"
}

.hgi-solid.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-solid.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-solid.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-solid.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-solid.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-solid.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-solid.hgi-distribution:before {
    content: "䏛"
}

.hgi-solid.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-solid.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-solid.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-solid.hgi-dna-01:before {
    content: "䏣"
}

.hgi-solid.hgi-dna:before {
    content: "䏥"
}

.hgi-solid.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-solid.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-solid.hgi-doc-01:before {
    content: "䏫"
}

.hgi-solid.hgi-doc-02:before {
    content: "䏭"
}

.hgi-solid.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-solid.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-solid.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-solid.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-solid.hgi-document-code:before {
    content: "䏷"
}

.hgi-solid.hgi-document-validation:before {
    content: "䏹"
}

.hgi-solid.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-solid.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-solid.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-solid.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-solid.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-solid.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-solid.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-solid.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-solid.hgi-dome:before {
    content: "䐋"
}

.hgi-solid.hgi-domino:before {
    content: "䐍"
}

.hgi-solid.hgi-door-01:before {
    content: "䐏"
}

.hgi-solid.hgi-door-02:before {
    content: "䐑"
}

.hgi-solid.hgi-door-lock:before {
    content: "䐓"
}

.hgi-solid.hgi-door:before {
    content: "䐕"
}

.hgi-solid.hgi-doughnut:before {
    content: "䐗"
}

.hgi-solid.hgi-download-01:before {
    content: "䐙"
}

.hgi-solid.hgi-download-02:before {
    content: "䐛"
}

.hgi-solid.hgi-download-03:before {
    content: "䐝"
}

.hgi-solid.hgi-download-04:before {
    content: "䐟"
}

.hgi-solid.hgi-download-05:before {
    content: "䐡"
}

.hgi-solid.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-solid.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-solid.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-solid.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-solid.hgi-drag-01:before {
    content: "䐫"
}

.hgi-solid.hgi-drag-02:before {
    content: "䐭"
}

.hgi-solid.hgi-drag-03:before {
    content: "䐯"
}

.hgi-solid.hgi-drag-04:before {
    content: "䐱"
}

.hgi-solid.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-solid.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-solid.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-solid.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-solid.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-solid.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-solid.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-solid.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-solid.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-solid.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-solid.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-solid.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-solid.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-solid.hgi-dress-01:before {
    content: "䑍"
}

.hgi-solid.hgi-dress-02:before {
    content: "䑏"
}

.hgi-solid.hgi-dress-03:before {
    content: "䑑"
}

.hgi-solid.hgi-dress-04:before {
    content: "䑓"
}

.hgi-solid.hgi-dress-05:before {
    content: "䑕"
}

.hgi-solid.hgi-dress-06:before {
    content: "䑗"
}

.hgi-solid.hgi-dress-07:before {
    content: "䑙"
}

.hgi-solid.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-solid.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-solid.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-solid.hgi-dribbble:before {
    content: "䑡"
}

.hgi-solid.hgi-drink:before {
    content: "䑣"
}

.hgi-solid.hgi-drone:before {
    content: "䑥"
}

.hgi-solid.hgi-drooling:before {
    content: "䑧"
}

.hgi-solid.hgi-dropbox:before {
    content: "䑩"
}

.hgi-solid.hgi-droplet:before {
    content: "䑫"
}

.hgi-solid.hgi-dropper:before {
    content: "䑭"
}

.hgi-solid.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-solid.hgi-dua:before {
    content: "䑱"
}

.hgi-solid.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-solid.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-solid.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-solid.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-solid.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-solid.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-solid.hgi-ear:before {
    content: "䑿"
}

.hgi-solid.hgi-earth:before {
    content: "䒁"
}

.hgi-solid.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-solid.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-solid.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-solid.hgi-ease-in:before {
    content: "䒉"
}

.hgi-solid.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-solid.hgi-ease-out:before {
    content: "䒍"
}

.hgi-solid.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-solid.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-solid.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-solid.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-solid.hgi-eco-power:before {
    content: "䒗"
}

.hgi-solid.hgi-edge-style:before {
    content: "䒙"
}

.hgi-solid.hgi-edit-01:before {
    content: "䒛"
}

.hgi-solid.hgi-edit-02:before {
    content: "䒝"
}

.hgi-solid.hgi-edit-off:before {
    content: "䒟"
}

.hgi-solid.hgi-edit-road:before {
    content: "䒡"
}

.hgi-solid.hgi-edit-table:before {
    content: "䒣"
}

.hgi-solid.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-solid.hgi-eggs:before {
    content: "䒧"
}

.hgi-solid.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-solid.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-solid.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-solid.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-solid.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-solid.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-solid.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-solid.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-solid.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-solid.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-solid.hgi-encrypt:before {
    content: "䒽"
}

.hgi-solid.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-solid.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-solid.hgi-energy:before {
    content: "䓃"
}

.hgi-solid.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-solid.hgi-envato:before {
    content: "䓇"
}

.hgi-solid.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-solid.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-solid.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-solid.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-solid.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-solid.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-solid.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-solid.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-solid.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-solid.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-solid.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-solid.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-solid.hgi-eraser:before {
    content: "䓡"
}

.hgi-solid.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-solid.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-solid.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-solid.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-solid.hgi-ethereum:before {
    content: "䓫"
}

.hgi-solid.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-solid.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-solid.hgi-euro-send:before {
    content: "䓲"
}

.hgi-solid.hgi-euro-square:before {
    content: "䓴"
}

.hgi-solid.hgi-euro:before {
    content: "䓵"
}

.hgi-solid.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-solid.hgi-evil:before {
    content: "䓹"
}

.hgi-solid.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-solid.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-solid.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-solid.hgi-expander:before {
    content: "䔁"
}

.hgi-solid.hgi-external-drive:before {
    content: "䔃"
}

.hgi-solid.hgi-eye:before {
    content: "䔅"
}

.hgi-solid.hgi-face-id:before {
    content: "䔇"
}

.hgi-solid.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-solid.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-solid.hgi-factory-01:before {
    content: "䔍"
}

.hgi-solid.hgi-factory-02:before {
    content: "䔏"
}

.hgi-solid.hgi-factory:before {
    content: "䔑"
}

.hgi-solid.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-solid.hgi-falling-star:before {
    content: "䔕"
}

.hgi-solid.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-solid.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-solid.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-solid.hgi-favourite:before {
    content: "䔝"
}

.hgi-solid.hgi-feather:before {
    content: "䔟"
}

.hgi-solid.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-solid.hgi-fencing:before {
    content: "䔣"
}

.hgi-solid.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-solid.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-solid.hgi-figma:before {
    content: "䔩"
}

.hgi-solid.hgi-file-01:before {
    content: "䔫"
}

.hgi-solid.hgi-file-02:before {
    content: "䔭"
}

.hgi-solid.hgi-file-add:before {
    content: "䔯"
}

.hgi-solid.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-solid.hgi-file-audio:before {
    content: "䔳"
}

.hgi-solid.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-solid.hgi-file-block:before {
    content: "䔷"
}

.hgi-solid.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-solid.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-solid.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-solid.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-solid.hgi-file-download:before {
    content: "䕁"
}

.hgi-solid.hgi-file-edit:before {
    content: "䕃"
}

.hgi-solid.hgi-file-euro:before {
    content: "䕅"
}

.hgi-solid.hgi-file-export:before {
    content: "䕇"
}

.hgi-solid.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-solid.hgi-file-import:before {
    content: "䕋"
}

.hgi-solid.hgi-file-link:before {
    content: "䕍"
}

.hgi-solid.hgi-file-locked:before {
    content: "䕏"
}

.hgi-solid.hgi-file-management:before {
    content: "䕑"
}

.hgi-solid.hgi-file-minus:before {
    content: "䕓"
}

.hgi-solid.hgi-file-music:before {
    content: "䕕"
}

.hgi-solid.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-solid.hgi-file-paste:before {
    content: "䕙"
}

.hgi-solid.hgi-file-pin:before {
    content: "䕛"
}

.hgi-solid.hgi-file-pound:before {
    content: "䕝"
}

.hgi-solid.hgi-file-remove:before {
    content: "䕟"
}

.hgi-solid.hgi-file-script:before {
    content: "䕡"
}

.hgi-solid.hgi-file-search:before {
    content: "䕣"
}

.hgi-solid.hgi-file-security:before {
    content: "䕥"
}

.hgi-solid.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-solid.hgi-file-star:before {
    content: "䕩"
}

.hgi-solid.hgi-file-sync:before {
    content: "䕫"
}

.hgi-solid.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-solid.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-solid.hgi-file-upload:before {
    content: "䕱"
}

.hgi-solid.hgi-file-validation:before {
    content: "䕳"
}

.hgi-solid.hgi-file-verified:before {
    content: "䕵"
}

.hgi-solid.hgi-file-video:before {
    content: "䕷"
}

.hgi-solid.hgi-file-view:before {
    content: "䕹"
}

.hgi-solid.hgi-file-yen:before {
    content: "䕻"
}

.hgi-solid.hgi-file-zip:before {
    content: "䕽"
}

.hgi-solid.hgi-files-01:before {
    content: "䕿"
}

.hgi-solid.hgi-files-02:before {
    content: "䖁"
}

.hgi-solid.hgi-film-01:before {
    content: "䖃"
}

.hgi-solid.hgi-film-02:before {
    content: "䖅"
}

.hgi-solid.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-solid.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-solid.hgi-filter-add:before {
    content: "䖋"
}

.hgi-solid.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-solid.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-solid.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-solid.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-solid.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-solid.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-solid.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-solid.hgi-filter:before {
    content: "䖛"
}

.hgi-solid.hgi-finger-access:before {
    content: "䖝"
}

.hgi-solid.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-solid.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-solid.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-solid.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-solid.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-solid.hgi-finger-print:before {
    content: "䖩"
}

.hgi-solid.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-solid.hgi-fins:before {
    content: "䖭"
}

.hgi-solid.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-solid.hgi-fire-security:before {
    content: "䖲"
}

.hgi-solid.hgi-fire:before {
    content: "䖳"
}

.hgi-solid.hgi-firewall:before {
    content: "䖵"
}

.hgi-solid.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-solid.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-solid.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-solid.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-solid.hgi-fish-food:before {
    content: "䖿"
}

.hgi-solid.hgi-fiverr:before {
    content: "䗁"
}

.hgi-solid.hgi-flag-01:before {
    content: "䗃"
}

.hgi-solid.hgi-flag-02:before {
    content: "䗅"
}

.hgi-solid.hgi-flag-03:before {
    content: "䗇"
}

.hgi-solid.hgi-flash-off:before {
    content: "䗉"
}

.hgi-solid.hgi-flash:before {
    content: "䗋"
}

.hgi-solid.hgi-flaticon:before {
    content: "䗍"
}

.hgi-solid.hgi-flickr:before {
    content: "䗏"
}

.hgi-solid.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-solid.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-solid.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-solid.hgi-flip-left:before {
    content: "䗗"
}

.hgi-solid.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-solid.hgi-flip-right:before {
    content: "䗛"
}

.hgi-solid.hgi-flip-top:before {
    content: "䗝"
}

.hgi-solid.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-solid.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-solid.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-solid.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-solid.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-solid.hgi-flow-square:before {
    content: "䗪"
}

.hgi-solid.hgi-flow:before {
    content: "䗫"
}

.hgi-solid.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-solid.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-solid.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-solid.hgi-flower:before {
    content: "䗳"
}

.hgi-solid.hgi-flushed:before {
    content: "䗵"
}

.hgi-solid.hgi-flying-human:before {
    content: "䗷"
}

.hgi-solid.hgi-focus-point:before {
    content: "䗹"
}

.hgi-solid.hgi-folder-01:before {
    content: "䗻"
}

.hgi-solid.hgi-folder-02:before {
    content: "䗽"
}

.hgi-solid.hgi-folder-03:before {
    content: "䗿"
}

.hgi-solid.hgi-folder-add:before {
    content: "䘁"
}

.hgi-solid.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-solid.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-solid.hgi-folder-block:before {
    content: "䘇"
}

.hgi-solid.hgi-folder-check:before {
    content: "䘉"
}

.hgi-solid.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-solid.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-solid.hgi-folder-details:before {
    content: "䘏"
}

.hgi-solid.hgi-folder-download:before {
    content: "䘑"
}

.hgi-solid.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-solid.hgi-folder-export:before {
    content: "䘕"
}

.hgi-solid.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-solid.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-solid.hgi-folder-import:before {
    content: "䘛"
}

.hgi-solid.hgi-folder-library:before {
    content: "䘝"
}

.hgi-solid.hgi-folder-links:before {
    content: "䘟"
}

.hgi-solid.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-solid.hgi-folder-management:before {
    content: "䘣"
}

.hgi-solid.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-solid.hgi-folder-music:before {
    content: "䘧"
}

.hgi-solid.hgi-folder-off:before {
    content: "䘩"
}

.hgi-solid.hgi-folder-open:before {
    content: "䘫"
}

.hgi-solid.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-solid.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-solid.hgi-folder-search:before {
    content: "䘱"
}

.hgi-solid.hgi-folder-security:before {
    content: "䘳"
}

.hgi-solid.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-solid.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-solid.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-solid.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-solid.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-solid.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-solid.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-solid.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-solid.hgi-folder-video:before {
    content: "䙅"
}

.hgi-solid.hgi-folder-view:before {
    content: "䙇"
}

.hgi-solid.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-solid.hgi-folders:before {
    content: "䙋"
}

.hgi-solid.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-solid.hgi-football:before {
    content: "䙏"
}

.hgi-solid.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-solid.hgi-fork:before {
    content: "䙓"
}

.hgi-solid.hgi-forrst:before {
    content: "䙕"
}

.hgi-solid.hgi-fortress:before {
    content: "䙗"
}

.hgi-solid.hgi-forward-01:before {
    content: "䙙"
}

.hgi-solid.hgi-forward-02:before {
    content: "䙛"
}

.hgi-solid.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-solid.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-solid.hgi-four-k:before {
    content: "䙡"
}

.hgi-solid.hgi-foursquare:before {
    content: "䙣"
}

.hgi-solid.hgi-framer:before {
    content: "䙥"
}

.hgi-solid.hgi-frameworks:before {
    content: "䙧"
}

.hgi-solid.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-solid.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-solid.hgi-fridge:before {
    content: "䙭"
}

.hgi-solid.hgi-fry:before {
    content: "䙯"
}

.hgi-solid.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-solid.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-solid.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-solid.hgi-function-circle:before {
    content: "䙷"
}

.hgi-solid.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-solid.hgi-function-square:before {
    content: "䙼"
}

.hgi-solid.hgi-function:before {
    content: "䙽"
}

.hgi-solid.hgi-galaxy:before {
    content: "䙿"
}

.hgi-solid.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-solid.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-solid.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-solid.hgi-game:before {
    content: "䚇"
}

.hgi-solid.hgi-gameboy:before {
    content: "䚉"
}

.hgi-solid.hgi-garage:before {
    content: "䚋"
}

.hgi-solid.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-solid.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-solid.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-solid.hgi-gem:before {
    content: "䚓"
}

.hgi-solid.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-solid.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-solid.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-solid.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-solid.hgi-gif-01:before {
    content: "䚝"
}

.hgi-solid.hgi-gif-02:before {
    content: "䚟"
}

.hgi-solid.hgi-gift-card:before {
    content: "䚡"
}

.hgi-solid.hgi-gift:before {
    content: "䚣"
}

.hgi-solid.hgi-git-branch:before {
    content: "䚥"
}

.hgi-solid.hgi-git-commit:before {
    content: "䚧"
}

.hgi-solid.hgi-git-compare:before {
    content: "䚩"
}

.hgi-solid.hgi-git-fork:before {
    content: "䚫"
}

.hgi-solid.hgi-git-merge:before {
    content: "䚭"
}

.hgi-solid.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-solid.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-solid.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-solid.hgi-gitbook:before {
    content: "䚵"
}

.hgi-solid.hgi-github-01:before {
    content: "䚷"
}

.hgi-solid.hgi-github:before {
    content: "䚹"
}

.hgi-solid.hgi-gitlab:before {
    content: "䚻"
}

.hgi-solid.hgi-give-blood:before {
    content: "䚽"
}

.hgi-solid.hgi-give-pill:before {
    content: "䚿"
}

.hgi-solid.hgi-glasses:before {
    content: "䛁"
}

.hgi-solid.hgi-global-editing:before {
    content: "䛃"
}

.hgi-solid.hgi-global-education:before {
    content: "䛅"
}

.hgi-solid.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-solid.hgi-global-search:before {
    content: "䛉"
}

.hgi-solid.hgi-global:before {
    content: "䛋"
}

.hgi-solid.hgi-globe-02:before {
    content: "䛍"
}

.hgi-solid.hgi-globe:before {
    content: "䛏"
}

.hgi-solid.hgi-glove:before {
    content: "䛑"
}

.hgi-solid.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-solid.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-solid.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-solid.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-solid.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-solid.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-solid.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-solid.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-solid.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-solid.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-solid.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-solid.hgi-gold:before {
    content: "䛩"
}

.hgi-solid.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-solid.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-solid.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-solid.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-solid.hgi-google-doc:before {
    content: "䛳"
}

.hgi-solid.hgi-google-drive:before {
    content: "䛵"
}

.hgi-solid.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-solid.hgi-google-home:before {
    content: "䛹"
}

.hgi-solid.hgi-google-lens:before {
    content: "䛻"
}

.hgi-solid.hgi-google-maps:before {
    content: "䛽"
}

.hgi-solid.hgi-google-photos:before {
    content: "䛿"
}

.hgi-solid.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-solid.hgi-google:before {
    content: "䜃"
}

.hgi-solid.hgi-gps-01:before {
    content: "䜅"
}

.hgi-solid.hgi-gps-02:before {
    content: "䜇"
}

.hgi-solid.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-solid.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-solid.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-solid.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-solid.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-solid.hgi-gpu:before {
    content: "䜓"
}

.hgi-solid.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-solid.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-solid.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-solid.hgi-grapes:before {
    content: "䜛"
}

.hgi-solid.hgi-gravity:before {
    content: "䜝"
}

.hgi-solid.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-solid.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-solid.hgi-greater-than:before {
    content: "䜣"
}

.hgi-solid.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-solid.hgi-green-house:before {
    content: "䜧"
}

.hgi-solid.hgi-grid-off:before {
    content: "䜩"
}

.hgi-solid.hgi-grid-table:before {
    content: "䜬"
}

.hgi-solid.hgi-grid-view:before {
    content: "䜮"
}

.hgi-solid.hgi-grid:before {
    content: "䜯"
}

.hgi-solid.hgi-grimacing:before {
    content: "䜱"
}

.hgi-solid.hgi-grinning:before {
    content: "䜳"
}

.hgi-solid.hgi-grok:before {
    content: "䜵"
}

.hgi-solid.hgi-group-items:before {
    content: "䜷"
}

.hgi-solid.hgi-group-layers:before {
    content: "䜹"
}

.hgi-solid.hgi-guest-house:before {
    content: "䜻"
}

.hgi-solid.hgi-gun:before {
    content: "䜽"
}

.hgi-solid.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-solid.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-solid.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-solid.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-solid.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-solid.hgi-haji:before {
    content: "䝉"
}

.hgi-solid.hgi-halal:before {
    content: "䝋"
}

.hgi-solid.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-solid.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-solid.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-solid.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-solid.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-solid.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-solid.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-solid.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-solid.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-solid.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-solid.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-solid.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-solid.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-solid.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-solid.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-solid.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-solid.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-solid.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-solid.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-solid.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-solid.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-solid.hgi-hanger:before {
    content: "䝷"
}

.hgi-solid.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-solid.hgi-hangout:before {
    content: "䝻"
}

.hgi-solid.hgi-happy:before {
    content: "䝽"
}

.hgi-solid.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-solid.hgi-hdd:before {
    content: "䞁"
}

.hgi-solid.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-solid.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-solid.hgi-heading-01:before {
    content: "䞇"
}

.hgi-solid.hgi-heading-02:before {
    content: "䞉"
}

.hgi-solid.hgi-heading-03:before {
    content: "䞋"
}

.hgi-solid.hgi-heading-04:before {
    content: "䞍"
}

.hgi-solid.hgi-heading-05:before {
    content: "䞏"
}

.hgi-solid.hgi-heading-06:before {
    content: "䞑"
}

.hgi-solid.hgi-heading:before {
    content: "䞓"
}

.hgi-solid.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-solid.hgi-headphones:before {
    content: "䞗"
}

.hgi-solid.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-solid.hgi-headset-off:before {
    content: "䞛"
}

.hgi-solid.hgi-headset:before {
    content: "䞝"
}

.hgi-solid.hgi-healtcare:before {
    content: "䞟"
}

.hgi-solid.hgi-health:before {
    content: "䞡"
}

.hgi-solid.hgi-heart-add:before {
    content: "䞣"
}

.hgi-solid.hgi-heart-check:before {
    content: "䞥"
}

.hgi-solid.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-solid.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-solid.hgi-helicopter:before {
    content: "䞫"
}

.hgi-solid.hgi-help-circle:before {
    content: "䞭"
}

.hgi-solid.hgi-help-square:before {
    content: "䞯"
}

.hgi-solid.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-solid.hgi-hexagon:before {
    content: "䞳"
}

.hgi-solid.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-solid.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-solid.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-solid.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-solid.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-solid.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-solid.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-solid.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-solid.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-solid.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-solid.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-solid.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-solid.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-solid.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-solid.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-solid.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-solid.hgi-hijab:before {
    content: "䟕"
}

.hgi-solid.hgi-hockey:before {
    content: "䟗"
}

.hgi-solid.hgi-hold-01:before {
    content: "䟙"
}

.hgi-solid.hgi-hold-02:before {
    content: "䟛"
}

.hgi-solid.hgi-hold-03:before {
    content: "䟝"
}

.hgi-solid.hgi-hold-04:before {
    content: "䟟"
}

.hgi-solid.hgi-hold-05:before {
    content: "䟡"
}

.hgi-solid.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-solid.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-solid.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-solid.hgi-hologram:before {
    content: "䟩"
}

.hgi-solid.hgi-home-01:before {
    content: "䟫"
}

.hgi-solid.hgi-home-02:before {
    content: "䟭"
}

.hgi-solid.hgi-home-03:before {
    content: "䟯"
}

.hgi-solid.hgi-home-04:before {
    content: "䟱"
}

.hgi-solid.hgi-home-05:before {
    content: "䟳"
}

.hgi-solid.hgi-home-06:before {
    content: "䟵"
}

.hgi-solid.hgi-home-07:before {
    content: "䟷"
}

.hgi-solid.hgi-home-08:before {
    content: "䟹"
}

.hgi-solid.hgi-home-09:before {
    content: "䟻"
}

.hgi-solid.hgi-home-10:before {
    content: "䟽"
}

.hgi-solid.hgi-home-11:before {
    content: "䟿"
}

.hgi-solid.hgi-home-12:before {
    content: "䠁"
}

.hgi-solid.hgi-home-13:before {
    content: "䠃"
}

.hgi-solid.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-solid.hgi-honey-01:before {
    content: "䠇"
}

.hgi-solid.hgi-honey-02:before {
    content: "䠉"
}

.hgi-solid.hgi-honor:before {
    content: "䠋"
}

.hgi-solid.hgi-honour-star:before {
    content: "䠍"
}

.hgi-solid.hgi-hoodie:before {
    content: "䠏"
}

.hgi-solid.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-solid.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-solid.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-solid.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-solid.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-solid.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-solid.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-solid.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-solid.hgi-hot-price:before {
    content: "䠡"
}

.hgi-solid.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-solid.hgi-hotdog:before {
    content: "䠥"
}

.hgi-solid.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-solid.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-solid.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-solid.hgi-hotspot:before {
    content: "䠭"
}

.hgi-solid.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-solid.hgi-hourglass:before {
    content: "䠱"
}

.hgi-solid.hgi-house-01:before {
    content: "䠳"
}

.hgi-solid.hgi-house-02:before {
    content: "䠵"
}

.hgi-solid.hgi-house-03:before {
    content: "䠷"
}

.hgi-solid.hgi-house-04:before {
    content: "䠹"
}

.hgi-solid.hgi-house-05:before {
    content: "䠻"
}

.hgi-solid.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-solid.hgi-html-5:before {
    content: "䠿"
}

.hgi-solid.hgi-humidity:before {
    content: "䡁"
}

.hgi-solid.hgi-hut:before {
    content: "䡃"
}

.hgi-solid.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-solid.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-solid.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-solid.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-solid.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-solid.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-solid.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-solid.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-solid.hgi-ico:before {
    content: "䡕"
}

.hgi-solid.hgi-iconjar:before {
    content: "䡗"
}

.hgi-solid.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-solid.hgi-id-verified:before {
    content: "䡜"
}

.hgi-solid.hgi-id:before {
    content: "䡝"
}

.hgi-solid.hgi-idea-01:before {
    content: "䡟"
}

.hgi-solid.hgi-idea:before {
    content: "䡡"
}

.hgi-solid.hgi-identification:before {
    content: "䡣"
}

.hgi-solid.hgi-identity-card:before {
    content: "䡥"
}

.hgi-solid.hgi-image-01:before {
    content: "䡧"
}

.hgi-solid.hgi-image-02:before {
    content: "䡩"
}

.hgi-solid.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-solid.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-solid.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-solid.hgi-image-composition:before {
    content: "䡱"
}

.hgi-solid.hgi-image-crop:before {
    content: "䡳"
}

.hgi-solid.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-solid.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-solid.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-solid.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-solid.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-solid.hgi-image-download:before {
    content: "䡿"
}

.hgi-solid.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-solid.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-solid.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-solid.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-solid.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-solid.hgi-image-upload:before {
    content: "䢋"
}

.hgi-solid.hgi-imo:before {
    content: "䢍"
}

.hgi-solid.hgi-important-book:before {
    content: "䢏"
}

.hgi-solid.hgi-in-love:before {
    content: "䢑"
}

.hgi-solid.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-solid.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-solid.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-solid.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-solid.hgi-inbox:before {
    content: "䢛"
}

.hgi-solid.hgi-incognito:before {
    content: "䢝"
}

.hgi-solid.hgi-india-gate:before {
    content: "䢟"
}

.hgi-solid.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-solid.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-solid.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-solid.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-solid.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-solid.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-solid.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-solid.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-solid.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-solid.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-solid.hgi-information-circle:before {
    content: "䢵"
}

.hgi-solid.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-solid.hgi-information-square:before {
    content: "䢹"
}

.hgi-solid.hgi-injection:before {
    content: "䢻"
}

.hgi-solid.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-solid.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-solid.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-solid.hgi-insert-column:before {
    content: "䣃"
}

.hgi-solid.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-solid.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-solid.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-solid.hgi-insert-row:before {
    content: "䣋"
}

.hgi-solid.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-solid.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-solid.hgi-instagram:before {
    content: "䣑"
}

.hgi-solid.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-solid.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-solid.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-solid.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-solid.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-solid.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-solid.hgi-internet:before {
    content: "䣟"
}

.hgi-solid.hgi-investigation:before {
    content: "䣡"
}

.hgi-solid.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-solid.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-solid.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-solid.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-solid.hgi-invoice:before {
    content: "䣫"
}

.hgi-solid.hgi-ipod:before {
    content: "䣭"
}

.hgi-solid.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-solid.hgi-island:before {
    content: "䣱"
}

.hgi-solid.hgi-jar:before {
    content: "䣳"
}

.hgi-solid.hgi-java-script:before {
    content: "䣵"
}

.hgi-solid.hgi-java:before {
    content: "䣷"
}

.hgi-solid.hgi-job-link:before {
    content: "䣹"
}

.hgi-solid.hgi-job-search:before {
    content: "䣻"
}

.hgi-solid.hgi-job-share:before {
    content: "䣽"
}

.hgi-solid.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-solid.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-solid.hgi-join-round:before {
    content: "䤃"
}

.hgi-solid.hgi-join-straight:before {
    content: "䤅"
}

.hgi-solid.hgi-joker:before {
    content: "䤇"
}

.hgi-solid.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-solid.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-solid.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-solid.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-solid.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-solid.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-solid.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-solid.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-solid.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-solid.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-solid.hgi-judge:before {
    content: "䤝"
}

.hgi-solid.hgi-jupiter:before {
    content: "䤟"
}

.hgi-solid.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-solid.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-solid.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-solid.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-solid.hgi-kayak:before {
    content: "䤩"
}

.hgi-solid.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-solid.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-solid.hgi-kettle:before {
    content: "䤯"
}

.hgi-solid.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-solid.hgi-ketupat:before {
    content: "䤳"
}

.hgi-solid.hgi-key-01:before {
    content: "䤵"
}

.hgi-solid.hgi-key-02:before {
    content: "䤷"
}

.hgi-solid.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-solid.hgi-keyboard:before {
    content: "䤻"
}

.hgi-solid.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-solid.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-solid.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-solid.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-solid.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-solid.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-solid.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-solid.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-solid.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-solid.hgi-keyframe:before {
    content: "䥏"
}

.hgi-solid.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-solid.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-solid.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-solid.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-solid.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-solid.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-solid.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-solid.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-solid.hgi-kid:before {
    content: "䥡"
}

.hgi-solid.hgi-kidneys:before {
    content: "䥣"
}

.hgi-solid.hgi-kissing:before {
    content: "䥥"
}

.hgi-solid.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-solid.hgi-kite:before {
    content: "䥩"
}

.hgi-solid.hgi-knife-01:before {
    content: "䥫"
}

.hgi-solid.hgi-knife-02:before {
    content: "䥭"
}

.hgi-solid.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-solid.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-solid.hgi-knives:before {
    content: "䥳"
}

.hgi-solid.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-solid.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-solid.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-solid.hgi-kurta:before {
    content: "䥻"
}

.hgi-solid.hgi-label-important:before {
    content: "䥽"
}

.hgi-solid.hgi-label:before {
    content: "䥿"
}

.hgi-solid.hgi-labor:before {
    content: "䦁"
}

.hgi-solid.hgi-labs:before {
    content: "䦃"
}

.hgi-solid.hgi-lake:before {
    content: "䦅"
}

.hgi-solid.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-solid.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-solid.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-solid.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-solid.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-solid.hgi-lamp:before {
    content: "䦑"
}

.hgi-solid.hgi-language-circle:before {
    content: "䦓"
}

.hgi-solid.hgi-language-skill:before {
    content: "䦕"
}

.hgi-solid.hgi-language-square:before {
    content: "䦗"
}

.hgi-solid.hgi-lantern:before {
    content: "䦙"
}

.hgi-solid.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-solid.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-solid.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-solid.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-solid.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-solid.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-solid.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-solid.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-solid.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-solid.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-solid.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-solid.hgi-laptop:before {
    content: "䦱"
}

.hgi-solid.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-solid.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-solid.hgi-last-fm:before {
    content: "䦷"
}

.hgi-solid.hgi-latitude:before {
    content: "䦹"
}

.hgi-solid.hgi-laughing:before {
    content: "䦻"
}

.hgi-solid.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-solid.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-solid.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-solid.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-solid.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-solid.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-solid.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-solid.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-solid.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-solid.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-solid.hgi-layer-add:before {
    content: "䧑"
}

.hgi-solid.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-solid.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-solid.hgi-layers-01:before {
    content: "䧗"
}

.hgi-solid.hgi-layers-02:before {
    content: "䧙"
}

.hgi-solid.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-solid.hgi-layout-01:before {
    content: "䧝"
}

.hgi-solid.hgi-layout-02:before {
    content: "䧟"
}

.hgi-solid.hgi-layout-03:before {
    content: "䧡"
}

.hgi-solid.hgi-layout-04:before {
    content: "䧣"
}

.hgi-solid.hgi-layout-05:before {
    content: "䧥"
}

.hgi-solid.hgi-layout-06:before {
    content: "䧧"
}

.hgi-solid.hgi-layout-07:before {
    content: "䧩"
}

.hgi-solid.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-solid.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-solid.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-solid.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-solid.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-solid.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-solid.hgi-layout-left:before {
    content: "䧷"
}

.hgi-solid.hgi-layout-right:before {
    content: "䧹"
}

.hgi-solid.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-solid.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-solid.hgi-layout-top:before {
    content: "䧿"
}

.hgi-solid.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-solid.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-solid.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-solid.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-solid.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-solid.hgi-leetcode:before {
    content: "䨋"
}

.hgi-solid.hgi-left-angle:before {
    content: "䨍"
}

.hgi-solid.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-solid.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-solid.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-solid.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-solid.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-solid.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-solid.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-solid.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-solid.hgi-legal-01:before {
    content: "䨟"
}

.hgi-solid.hgi-legal-02:before {
    content: "䨡"
}

.hgi-solid.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-solid.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-solid.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-solid.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-solid.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-solid.hgi-less-than:before {
    content: "䨭"
}

.hgi-solid.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-solid.hgi-libraries:before {
    content: "䨱"
}

.hgi-solid.hgi-library:before {
    content: "䨳"
}

.hgi-solid.hgi-license-draft:before {
    content: "䨵"
}

.hgi-solid.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-solid.hgi-license-no:before {
    content: "䨹"
}

.hgi-solid.hgi-license-pin:before {
    content: "䨻"
}

.hgi-solid.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-solid.hgi-license:before {
    content: "䨿"
}

.hgi-solid.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-solid.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-solid.hgi-limitation:before {
    content: "䩅"
}

.hgi-solid.hgi-line:before {
    content: "䩇"
}

.hgi-solid.hgi-liner:before {
    content: "䩉"
}

.hgi-solid.hgi-link-01:before {
    content: "䩋"
}

.hgi-solid.hgi-link-02:before {
    content: "䩍"
}

.hgi-solid.hgi-link-03:before {
    content: "䩏"
}

.hgi-solid.hgi-link-04:before {
    content: "䩑"
}

.hgi-solid.hgi-link-05:before {
    content: "䩓"
}

.hgi-solid.hgi-link-06:before {
    content: "䩕"
}

.hgi-solid.hgi-link-backward:before {
    content: "䩗"
}

.hgi-solid.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-solid.hgi-link-circle:before {
    content: "䩛"
}

.hgi-solid.hgi-link-forward:before {
    content: "䩝"
}

.hgi-solid.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-solid.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-solid.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-solid.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-solid.hgi-list-setting:before {
    content: "䩧"
}

.hgi-solid.hgi-list-view:before {
    content: "䩩"
}

.hgi-solid.hgi-litecoin:before {
    content: "䩫"
}

.hgi-solid.hgi-liver:before {
    content: "䩭"
}

.hgi-solid.hgi-loading-01:before {
    content: "䩯"
}

.hgi-solid.hgi-loading-02:before {
    content: "䩱"
}

.hgi-solid.hgi-loading-03:before {
    content: "䩳"
}

.hgi-solid.hgi-loading-04:before {
    content: "䩵"
}

.hgi-solid.hgi-location-01:before {
    content: "䩷"
}

.hgi-solid.hgi-location-02:before {
    content: "䩹"
}

.hgi-solid.hgi-location-03:before {
    content: "䩻"
}

.hgi-solid.hgi-location-04:before {
    content: "䩽"
}

.hgi-solid.hgi-location-05:before {
    content: "䩿"
}

.hgi-solid.hgi-location-06:before {
    content: "䪁"
}

.hgi-solid.hgi-location-07:before {
    content: "䪃"
}

.hgi-solid.hgi-location-08:before {
    content: "䪅"
}

.hgi-solid.hgi-location-09:before {
    content: "䪇"
}

.hgi-solid.hgi-location-10:before {
    content: "䪉"
}

.hgi-solid.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-solid.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-solid.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-solid.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-solid.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-solid.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-solid.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-solid.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-solid.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-solid.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-solid.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-solid.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-solid.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-solid.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-solid.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-solid.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-solid.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-solid.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-solid.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-solid.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-solid.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-solid.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-solid.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-solid.hgi-lock-key:before {
    content: "䪹"
}

.hgi-solid.hgi-lock-password:before {
    content: "䪻"
}

.hgi-solid.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-solid.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-solid.hgi-lock:before {
    content: "䫁"
}

.hgi-solid.hgi-locked:before {
    content: "䫃"
}

.hgi-solid.hgi-locker-01:before {
    content: "䫅"
}

.hgi-solid.hgi-locker:before {
    content: "䫇"
}

.hgi-solid.hgi-login-01:before {
    content: "䫉"
}

.hgi-solid.hgi-login-02:before {
    content: "䫋"
}

.hgi-solid.hgi-login-03:before {
    content: "䫍"
}

.hgi-solid.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-solid.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-solid.hgi-login-method:before {
    content: "䫓"
}

.hgi-solid.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-solid.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-solid.hgi-logout-01:before {
    content: "䫙"
}

.hgi-solid.hgi-logout-02:before {
    content: "䫛"
}

.hgi-solid.hgi-logout-03:before {
    content: "䫝"
}

.hgi-solid.hgi-logout-04:before {
    content: "䫟"
}

.hgi-solid.hgi-logout-05:before {
    content: "䫡"
}

.hgi-solid.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-solid.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-solid.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-solid.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-solid.hgi-lollipop:before {
    content: "䫫"
}

.hgi-solid.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-solid.hgi-longitude:before {
    content: "䫯"
}

.hgi-solid.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-solid.hgi-look-left:before {
    content: "䫳"
}

.hgi-solid.hgi-look-right:before {
    content: "䫵"
}

.hgi-solid.hgi-look-top:before {
    content: "䫷"
}

.hgi-solid.hgi-loom:before {
    content: "䫹"
}

.hgi-solid.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-solid.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-solid.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-solid.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-solid.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-solid.hgi-lungs:before {
    content: "䬅"
}

.hgi-solid.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-solid.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-solid.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-solid.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-solid.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-solid.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-solid.hgi-magnet:before {
    content: "䬓"
}

.hgi-solid.hgi-mail-01:before {
    content: "䬕"
}

.hgi-solid.hgi-mail-02:before {
    content: "䬗"
}

.hgi-solid.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-solid.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-solid.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-solid.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-solid.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-solid.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-solid.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-solid.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-solid.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-solid.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-solid.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-solid.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-solid.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-solid.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-solid.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-solid.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-solid.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-solid.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-solid.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-solid.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-solid.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-solid.hgi-mail-open:before {
    content: "䭃"
}

.hgi-solid.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-solid.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-solid.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-solid.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-solid.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-solid.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-solid.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-solid.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-solid.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-solid.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-solid.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-solid.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-solid.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-solid.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-solid.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-solid.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-solid.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-solid.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-solid.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-solid.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-solid.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-solid.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-solid.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-solid.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-solid.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-solid.hgi-mailbox:before {
    content: "䭷"
}

.hgi-solid.hgi-manager:before {
    content: "䭹"
}

.hgi-solid.hgi-map-pin:before {
    content: "䭻"
}

.hgi-solid.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-solid.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-solid.hgi-maping:before {
    content: "䮁"
}

.hgi-solid.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-solid.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-solid.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-solid.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-solid.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-solid.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-solid.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-solid.hgi-maps-off:before {
    content: "䮑"
}

.hgi-solid.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-solid.hgi-maps-search:before {
    content: "䮕"
}

.hgi-solid.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-solid.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-solid.hgi-maps:before {
    content: "䮛"
}

.hgi-solid.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-solid.hgi-marketing:before {
    content: "䮟"
}

.hgi-solid.hgi-mask-love:before {
    content: "䮡"
}

.hgi-solid.hgi-mask:before {
    content: "䮣"
}

.hgi-solid.hgi-master-card:before {
    content: "䮥"
}

.hgi-solid.hgi-matches:before {
    content: "䮧"
}

.hgi-solid.hgi-math:before {
    content: "䮩"
}

.hgi-solid.hgi-matrix:before {
    content: "䮫"
}

.hgi-solid.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-solid.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-solid.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-solid.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-solid.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-solid.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-solid.hgi-maze:before {
    content: "䮹"
}

.hgi-solid.hgi-medal-01:before {
    content: "䮻"
}

.hgi-solid.hgi-medal-02:before {
    content: "䮽"
}

.hgi-solid.hgi-medal-03:before {
    content: "䮿"
}

.hgi-solid.hgi-medal-04:before {
    content: "䯁"
}

.hgi-solid.hgi-medal-05:before {
    content: "䯃"
}

.hgi-solid.hgi-medal-06:before {
    content: "䯅"
}

.hgi-solid.hgi-medal-07:before {
    content: "䯇"
}

.hgi-solid.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-solid.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-solid.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-solid.hgi-medical-file:before {
    content: "䯏"
}

.hgi-solid.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-solid.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-solid.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-solid.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-solid.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-solid.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-solid.hgi-medium-square:before {
    content: "䯞"
}

.hgi-solid.hgi-medium:before {
    content: "䯟"
}

.hgi-solid.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-solid.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-solid.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-solid.hgi-meh:before {
    content: "䯧"
}

.hgi-solid.hgi-mentor:before {
    content: "䯩"
}

.hgi-solid.hgi-mentoring:before {
    content: "䯫"
}

.hgi-solid.hgi-menu-01:before {
    content: "䯭"
}

.hgi-solid.hgi-menu-02:before {
    content: "䯯"
}

.hgi-solid.hgi-menu-03:before {
    content: "䯱"
}

.hgi-solid.hgi-menu-04:before {
    content: "䯳"
}

.hgi-solid.hgi-menu-05:before {
    content: "䯵"
}

.hgi-solid.hgi-menu-06:before {
    content: "䯷"
}

.hgi-solid.hgi-menu-07:before {
    content: "䯹"
}

.hgi-solid.hgi-menu-08:before {
    content: "䯻"
}

.hgi-solid.hgi-menu-09:before {
    content: "䯽"
}

.hgi-solid.hgi-menu-10:before {
    content: "䯿"
}

.hgi-solid.hgi-menu-11:before {
    content: "䰁"
}

.hgi-solid.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-solid.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-solid.hgi-menu-square:before {
    content: "䰇"
}

.hgi-solid.hgi-message-01:before {
    content: "䰉"
}

.hgi-solid.hgi-message-02:before {
    content: "䰋"
}

.hgi-solid.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-solid.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-solid.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-solid.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-solid.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-solid.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-solid.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-solid.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-solid.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-solid.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-solid.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-solid.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-solid.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-solid.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-solid.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-solid.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-solid.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-solid.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-solid.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-solid.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-solid.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-solid.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-solid.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-solid.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-solid.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-solid.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-solid.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-solid.hgi-message-programming:before {
    content: "䱃"
}

.hgi-solid.hgi-message-question:before {
    content: "䱅"
}

.hgi-solid.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-solid.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-solid.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-solid.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-solid.hgi-message-translate:before {
    content: "䱏"
}

.hgi-solid.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-solid.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-solid.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-solid.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-solid.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-solid.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-solid.hgi-messenger:before {
    content: "䱝"
}

.hgi-solid.hgi-meta:before {
    content: "䱟"
}

.hgi-solid.hgi-metro:before {
    content: "䱡"
}

.hgi-solid.hgi-mic-01:before {
    content: "䱣"
}

.hgi-solid.hgi-mic-02:before {
    content: "䱥"
}

.hgi-solid.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-solid.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-solid.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-solid.hgi-microsoft:before {
    content: "䱭"
}

.hgi-solid.hgi-microwave:before {
    content: "䱯"
}

.hgi-solid.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-solid.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-solid.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-solid.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-solid.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-solid.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-solid.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-solid.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-solid.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-solid.hgi-mining-01:before {
    content: "䲃"
}

.hgi-solid.hgi-mining-02:before {
    content: "䲅"
}

.hgi-solid.hgi-mining-03:before {
    content: "䲇"
}

.hgi-solid.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-solid.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-solid.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-solid.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-solid.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-solid.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-solid.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-solid.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-solid.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-solid.hgi-mirror:before {
    content: "䲛"
}

.hgi-solid.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-solid.hgi-mixer:before {
    content: "䲟"
}

.hgi-solid.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-solid.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-solid.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-solid.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-solid.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-solid.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-solid.hgi-mochi:before {
    content: "䲭"
}

.hgi-solid.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-solid.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-solid.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-solid.hgi-molecules:before {
    content: "䲵"
}

.hgi-solid.hgi-monas:before {
    content: "䲷"
}

.hgi-solid.hgi-money-01:before {
    content: "䲹"
}

.hgi-solid.hgi-money-02:before {
    content: "䲻"
}

.hgi-solid.hgi-money-03:before {
    content: "䲽"
}

.hgi-solid.hgi-money-04:before {
    content: "䲿"
}

.hgi-solid.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-solid.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-solid.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-solid.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-solid.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-solid.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-solid.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-solid.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-solid.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-solid.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-solid.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-solid.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-solid.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-solid.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-solid.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-solid.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-solid.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-solid.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-solid.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-solid.hgi-money-safe:before {
    content: "䳧"
}

.hgi-solid.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-solid.hgi-money-security:before {
    content: "䳫"
}

.hgi-solid.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-solid.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-solid.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-solid.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-solid.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-solid.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-solid.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-solid.hgi-monocle:before {
    content: "䳻"
}

.hgi-solid.hgi-monster:before {
    content: "䳽"
}

.hgi-solid.hgi-moon-01:before {
    content: "䳿"
}

.hgi-solid.hgi-moon-02:before {
    content: "䴁"
}

.hgi-solid.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-solid.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-solid.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-solid.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-solid.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-solid.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-solid.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-solid.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-solid.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-solid.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-solid.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-solid.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-solid.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-solid.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-solid.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-solid.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-solid.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-solid.hgi-moon:before {
    content: "䴥"
}

.hgi-solid.hgi-moonset:before {
    content: "䴧"
}

.hgi-solid.hgi-more-01:before {
    content: "䴩"
}

.hgi-solid.hgi-more-02:before {
    content: "䴫"
}

.hgi-solid.hgi-more-03:before {
    content: "䴭"
}

.hgi-solid.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-solid.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-solid.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-solid.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-solid.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-solid.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-solid.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-solid.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-solid.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-solid.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-solid.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-solid.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-solid.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-solid.hgi-more:before {
    content: "䵉"
}

.hgi-solid.hgi-mortar:before {
    content: "䵋"
}

.hgi-solid.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-solid.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-solid.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-solid.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-solid.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-solid.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-solid.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-solid.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-solid.hgi-motion-01:before {
    content: "䵝"
}

.hgi-solid.hgi-motion-02:before {
    content: "䵟"
}

.hgi-solid.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-solid.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-solid.hgi-mountain:before {
    content: "䵥"
}

.hgi-solid.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-solid.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-solid.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-solid.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-solid.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-solid.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-solid.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-solid.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-solid.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-solid.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-solid.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-solid.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-solid.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-solid.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-solid.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-solid.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-solid.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-solid.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-solid.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-solid.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-solid.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-solid.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-solid.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-solid.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-solid.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-solid.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-solid.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-solid.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-solid.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-solid.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-solid.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-solid.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-solid.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-solid.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-solid.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-solid.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-solid.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-solid.hgi-move-01:before {
    content: "䶱"
}

.hgi-solid.hgi-move-02:before {
    content: "䶳"
}

.hgi-solid.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-solid.hgi-move-left:before {
    content: "䶷"
}

.hgi-solid.hgi-move-right:before {
    content: "䶹"
}

.hgi-solid.hgi-move-to:before {
    content: "䶼"
}

.hgi-solid.hgi-move-top:before {
    content: "䶾"
}

.hgi-solid.hgi-move:before {
    content: "䶿"
}

.hgi-solid.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-solid.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-solid.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-solid.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-solid.hgi-muhammad:before {
    content: "䷉"
}

.hgi-solid.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-solid.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-solid.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-solid.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-solid.hgi-mushroom:before {
    content: "䷓"
}

.hgi-solid.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-solid.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-solid.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-solid.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-solid.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-solid.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-solid.hgi-muslim:before {
    content: "䷡"
}

.hgi-solid.hgi-mute:before {
    content: "䷣"
}

.hgi-solid.hgi-mymind:before {
    content: "䷥"
}

.hgi-solid.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-solid.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-solid.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-solid.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-solid.hgi-natural-food:before {
    content: "䷯"
}

.hgi-solid.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-solid.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-solid.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-solid.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-solid.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-solid.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-solid.hgi-necklace:before {
    content: "䷽"
}

.hgi-solid.hgi-nerd:before {
    content: "䷿"
}

.hgi-solid.hgi-neural-network:before {
    content: "丁"
}

.hgi-solid.hgi-neutral:before {
    content: "七"
}

.hgi-solid.hgi-new-job:before {
    content: "丅"
}

.hgi-solid.hgi-new-office:before {
    content: "万"
}

.hgi-solid.hgi-new-releases:before {
    content: "三"
}

.hgi-solid.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-solid.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-solid.hgi-new-twitter:before {
    content: "丏"
}

.hgi-solid.hgi-news-01:before {
    content: "丑"
}

.hgi-solid.hgi-news:before {
    content: "专"
}

.hgi-solid.hgi-next:before {
    content: "丕"
}

.hgi-solid.hgi-nike:before {
    content: "丗"
}

.hgi-solid.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-solid.hgi-nintendo:before {
    content: "丛"
}

.hgi-solid.hgi-niqab:before {
    content: "丝"
}

.hgi-solid.hgi-no-internet:before {
    content: "丟"
}

.hgi-solid.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-solid.hgi-node-add:before {
    content: "丣"
}

.hgi-solid.hgi-node-edit:before {
    content: "严"
}

.hgi-solid.hgi-node-move-down:before {
    content: "丧"
}

.hgi-solid.hgi-node-move-up:before {
    content: "丩"
}

.hgi-solid.hgi-node-remove:before {
    content: "丫"
}

.hgi-solid.hgi-noodles:before {
    content: "中"
}

.hgi-solid.hgi-nose:before {
    content: "丯"
}

.hgi-solid.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-solid.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-solid.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-solid.hgi-note-01:before {
    content: "丷"
}

.hgi-solid.hgi-note-02:before {
    content: "丹"
}

.hgi-solid.hgi-note-03:before {
    content: "主"
}

.hgi-solid.hgi-note-04:before {
    content: "丽"
}

.hgi-solid.hgi-note-05:before {
    content: "丿"
}

.hgi-solid.hgi-note-add:before {
    content: "乁"
}

.hgi-solid.hgi-note-done:before {
    content: "乃"
}

.hgi-solid.hgi-note-edit:before {
    content: "久"
}

.hgi-solid.hgi-note-remove:before {
    content: "乇"
}

.hgi-solid.hgi-note:before {
    content: "义"
}

.hgi-solid.hgi-notebook-01:before {
    content: "之"
}

.hgi-solid.hgi-notebook-02:before {
    content: "乍"
}

.hgi-solid.hgi-notebook:before {
    content: "乏"
}

.hgi-solid.hgi-notification-01:before {
    content: "乑"
}

.hgi-solid.hgi-notification-02:before {
    content: "乓"
}

.hgi-solid.hgi-notification-03:before {
    content: "乕"
}

.hgi-solid.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-solid.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-solid.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-solid.hgi-notification-bubble:before {
    content: "九"
}

.hgi-solid.hgi-notification-circle:before {
    content: "也"
}

.hgi-solid.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-solid.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-solid.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-solid.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-solid.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-solid.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-solid.hgi-notification-square:before {
    content: "乭"
}

.hgi-solid.hgi-notion-01:before {
    content: "乯"
}

.hgi-solid.hgi-notion-02:before {
    content: "乱"
}

.hgi-solid.hgi-npm:before {
    content: "乳"
}

.hgi-solid.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-solid.hgi-nut:before {
    content: "乷"
}

.hgi-solid.hgi-obtuse:before {
    content: "乹"
}

.hgi-solid.hgi-octagon:before {
    content: "乻"
}

.hgi-solid.hgi-octopus:before {
    content: "乽"
}

.hgi-solid.hgi-office-365:before {
    content: "乿"
}

.hgi-solid.hgi-office-chair:before {
    content: "亁"
}

.hgi-solid.hgi-office:before {
    content: "亃"
}

.hgi-solid.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-solid.hgi-ok-finger:before {
    content: "亇"
}

.hgi-solid.hgi-olympic-torch:before {
    content: "争"
}

.hgi-solid.hgi-online-learning-01:before {
    content: "事"
}

.hgi-solid.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-solid.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-solid.hgi-online-learning-04:before {
    content: "云"
}

.hgi-solid.hgi-open-caption:before {
    content: "亓"
}

.hgi-solid.hgi-option:before {
    content: "井"
}

.hgi-solid.hgi-orange:before {
    content: "亗"
}

.hgi-solid.hgi-orbit-01:before {
    content: "亙"
}

.hgi-solid.hgi-orbit-02:before {
    content: "些"
}

.hgi-solid.hgi-organic-food:before {
    content: "亝"
}

.hgi-solid.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-solid.hgi-oval:before {
    content: "亡"
}

.hgi-solid.hgi-oven:before {
    content: "亣"
}

.hgi-solid.hgi-package-add:before {
    content: "亥"
}

.hgi-solid.hgi-package-delivered:before {
    content: "产"
}

.hgi-solid.hgi-package-moving:before {
    content: "亩"
}

.hgi-solid.hgi-package-open:before {
    content: "享"
}

.hgi-solid.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-solid.hgi-package-process:before {
    content: "亯"
}

.hgi-solid.hgi-package-receive:before {
    content: "亱"
}

.hgi-solid.hgi-package-remove:before {
    content: "亳"
}

.hgi-solid.hgi-package-search:before {
    content: "亵"
}

.hgi-solid.hgi-package-sent:before {
    content: "亸"
}

.hgi-solid.hgi-package:before {
    content: "亹"
}

.hgi-solid.hgi-pacman-01:before {
    content: "亻"
}

.hgi-solid.hgi-pacman-02:before {
    content: "亽"
}

.hgi-solid.hgi-paint-board:before {
    content: "亿"
}

.hgi-solid.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-solid.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-solid.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-solid.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-solid.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-solid.hgi-pan-01:before {
    content: "介"
}

.hgi-solid.hgi-pan-02:before {
    content: "仍"
}

.hgi-solid.hgi-pan-03:before {
    content: "仏"
}

.hgi-solid.hgi-parabola-01:before {
    content: "仑"
}

.hgi-solid.hgi-parabola-02:before {
    content: "仓"
}

.hgi-solid.hgi-parabola-03:before {
    content: "仕"
}

.hgi-solid.hgi-paragliding:before {
    content: "仗"
}

.hgi-solid.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-solid.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-solid.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-solid.hgi-paragraph:before {
    content: "仟"
}

.hgi-solid.hgi-parallelogram:before {
    content: "仡"
}

.hgi-solid.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-solid.hgi-parking-area-square:before {
    content: "以"
}

.hgi-solid.hgi-passport-01:before {
    content: "仧"
}

.hgi-solid.hgi-passport-expired:before {
    content: "仩"
}

.hgi-solid.hgi-passport-valid:before {
    content: "们"
}

.hgi-solid.hgi-passport:before {
    content: "仭"
}

.hgi-solid.hgi-password-validation:before {
    content: "仯"
}

.hgi-solid.hgi-path:before {
    content: "仱"
}

.hgi-solid.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-solid.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-solid.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-solid.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-solid.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-solid.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-solid.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-solid.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-solid.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-solid.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-solid.hgi-patient:before {
    content: "伇"
}

.hgi-solid.hgi-patio:before {
    content: "伉"
}

.hgi-solid.hgi-pause:before {
    content: "伋"
}

.hgi-solid.hgi-pavilon:before {
    content: "伍"
}

.hgi-solid.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-solid.hgi-payment-01:before {
    content: "休"
}

.hgi-solid.hgi-payment-02:before {
    content: "伓"
}

.hgi-solid.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-solid.hgi-payment-success-02:before {
    content: "众"
}

.hgi-solid.hgi-payoneer:before {
    content: "伙"
}

.hgi-solid.hgi-paypal:before {
    content: "伛"
}

.hgi-solid.hgi-pdf-01:before {
    content: "伝"
}

.hgi-solid.hgi-pdf-02:before {
    content: "伟"
}

.hgi-solid.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-solid.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-solid.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-solid.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-solid.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-solid.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-solid.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-solid.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-solid.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-solid.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-solid.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-solid.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-solid.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-solid.hgi-pencil:before {
    content: "伻"
}

.hgi-solid.hgi-pendulum:before {
    content: "伽"
}

.hgi-solid.hgi-pensive:before {
    content: "伿"
}

.hgi-solid.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-solid.hgi-pentagon:before {
    content: "佃"
}

.hgi-solid.hgi-percent-circle:before {
    content: "佅"
}

.hgi-solid.hgi-percent-square:before {
    content: "佈"
}

.hgi-solid.hgi-percent:before {
    content: "佉"
}

.hgi-solid.hgi-perfume:before {
    content: "佋"
}

.hgi-solid.hgi-periscope:before {
    content: "位"
}

.hgi-solid.hgi-permanent-job:before {
    content: "住"
}

.hgi-solid.hgi-perspective:before {
    content: "佑"
}

.hgi-solid.hgi-pexels:before {
    content: "体"
}

.hgi-solid.hgi-phone-off-01:before {
    content: "何"
}

.hgi-solid.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-solid.hgi-php:before {
    content: "余"
}

.hgi-solid.hgi-physics:before {
    content: "佛"
}

.hgi-solid.hgi-pi-circle:before {
    content: "佝"
}

.hgi-solid.hgi-pi-square:before {
    content: "你"
}

.hgi-solid.hgi-pi:before {
    content: "佡"
}

.hgi-solid.hgi-picasa:before {
    content: "佣"
}

.hgi-solid.hgi-pickup-01:before {
    content: "佥"
}

.hgi-solid.hgi-pickup-02:before {
    content: "佧"
}

.hgi-solid.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-solid.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-solid.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-solid.hgi-pie-chart:before {
    content: "佯"
}

.hgi-solid.hgi-pie:before {
    content: "佱"
}

.hgi-solid.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-solid.hgi-pin-code:before {
    content: "併"
}

.hgi-solid.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-solid.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-solid.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-solid.hgi-pin-off:before {
    content: "佽"
}

.hgi-solid.hgi-pin:before {
    content: "使"
}

.hgi-solid.hgi-pinterest:before {
    content: "侁"
}

.hgi-solid.hgi-pipeline:before {
    content: "侃"
}

.hgi-solid.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-solid.hgi-pizza-01:before {
    content: "侇"
}

.hgi-solid.hgi-pizza-02:before {
    content: "侉"
}

.hgi-solid.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-solid.hgi-plane:before {
    content: "侍"
}

.hgi-solid.hgi-plant-01:before {
    content: "侏"
}

.hgi-solid.hgi-plant-02:before {
    content: "侑"
}

.hgi-solid.hgi-plant-03:before {
    content: "侓"
}

.hgi-solid.hgi-plant-04:before {
    content: "侕"
}

.hgi-solid.hgi-plate:before {
    content: "侗"
}

.hgi-solid.hgi-plaxo:before {
    content: "侙"
}

.hgi-solid.hgi-play-circle-02:before {
    content: "供"
}

.hgi-solid.hgi-play-circle:before {
    content: "依"
}

.hgi-solid.hgi-play-list-add:before {
    content: "侟"
}

.hgi-solid.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-solid.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-solid.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-solid.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-solid.hgi-play-list:before {
    content: "侩"
}

.hgi-solid.hgi-play-square:before {
    content: "侬"
}

.hgi-solid.hgi-play-store:before {
    content: "侮"
}

.hgi-solid.hgi-play:before {
    content: "侯"
}

.hgi-solid.hgi-playlist-01:before {
    content: "侱"
}

.hgi-solid.hgi-playlist-02:before {
    content: "侳"
}

.hgi-solid.hgi-playlist-03:before {
    content: "侵"
}

.hgi-solid.hgi-plaza:before {
    content: "侷"
}

.hgi-solid.hgi-plug-01:before {
    content: "侹"
}

.hgi-solid.hgi-plug-02:before {
    content: "侻"
}

.hgi-solid.hgi-plug-socket:before {
    content: "侽"
}

.hgi-solid.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-solid.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-solid.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-solid.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-solid.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-solid.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-solid.hgi-plus-minus:before {
    content: "俋"
}

.hgi-solid.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-solid.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-solid.hgi-plus-sign:before {
    content: "俑"
}

.hgi-solid.hgi-png-01:before {
    content: "俓"
}

.hgi-solid.hgi-png-02:before {
    content: "俕"
}

.hgi-solid.hgi-podium:before {
    content: "俗"
}

.hgi-solid.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-solid.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-solid.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-solid.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-solid.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-solid.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-solid.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-solid.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-solid.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-solid.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-solid.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-solid.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-solid.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-solid.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-solid.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-solid.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-solid.hgi-pokeball:before {
    content: "俹"
}

.hgi-solid.hgi-pokemon:before {
    content: "俻"
}

.hgi-solid.hgi-police-badge:before {
    content: "俽"
}

.hgi-solid.hgi-police-cap:before {
    content: "俿"
}

.hgi-solid.hgi-police-car:before {
    content: "倁"
}

.hgi-solid.hgi-police-station:before {
    content: "倃"
}

.hgi-solid.hgi-policy:before {
    content: "倅"
}

.hgi-solid.hgi-polygon:before {
    content: "倇"
}

.hgi-solid.hgi-pool-table:before {
    content: "倊"
}

.hgi-solid.hgi-pool:before {
    content: "個"
}

.hgi-solid.hgi-poop:before {
    content: "倍"
}

.hgi-solid.hgi-popcorn:before {
    content: "倏"
}

.hgi-solid.hgi-pot-01:before {
    content: "們"
}

.hgi-solid.hgi-pot-02:before {
    content: "倓"
}

.hgi-solid.hgi-potion:before {
    content: "倕"
}

.hgi-solid.hgi-pound-circle:before {
    content: "倗"
}

.hgi-solid.hgi-pound-receive:before {
    content: "候"
}

.hgi-solid.hgi-pound-send:before {
    content: "倜"
}

.hgi-solid.hgi-pound-square:before {
    content: "倞"
}

.hgi-solid.hgi-pound:before {
    content: "借"
}

.hgi-solid.hgi-power-service:before {
    content: "倡"
}

.hgi-solid.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-solid.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-solid.hgi-ppt-01:before {
    content: "倧"
}

.hgi-solid.hgi-ppt-02:before {
    content: "倩"
}

.hgi-solid.hgi-prawn:before {
    content: "倫"
}

.hgi-solid.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-solid.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-solid.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-solid.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-solid.hgi-prescription:before {
    content: "倵"
}

.hgi-solid.hgi-presentation-01:before {
    content: "倷"
}

.hgi-solid.hgi-presentation-02:before {
    content: "倹"
}

.hgi-solid.hgi-presentation-03:before {
    content: "倻"
}

.hgi-solid.hgi-presentation-04:before {
    content: "倽"
}

.hgi-solid.hgi-presentation-05:before {
    content: "倿"
}

.hgi-solid.hgi-presentation-06:before {
    content: "偁"
}

.hgi-solid.hgi-presentation-07:before {
    content: "偃"
}

.hgi-solid.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-solid.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-solid.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-solid.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-solid.hgi-presentation-online:before {
    content: "偍"
}

.hgi-solid.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-solid.hgi-previous:before {
    content: "偑"
}

.hgi-solid.hgi-printer-off:before {
    content: "偓"
}

.hgi-solid.hgi-printer:before {
    content: "偕"
}

.hgi-solid.hgi-prism-01:before {
    content: "偗"
}

.hgi-solid.hgi-prism:before {
    content: "偙"
}

.hgi-solid.hgi-prison-guard:before {
    content: "偛"
}

.hgi-solid.hgi-prison:before {
    content: "偝"
}

.hgi-solid.hgi-prisoner:before {
    content: "偟"
}

.hgi-solid.hgi-product-loading:before {
    content: "偡"
}

.hgi-solid.hgi-profile-02:before {
    content: "偣"
}

.hgi-solid.hgi-profile:before {
    content: "健"
}

.hgi-solid.hgi-profit:before {
    content: "偧"
}

.hgi-solid.hgi-programming-flag:before {
    content: "偩"
}

.hgi-solid.hgi-projector-01:before {
    content: "偫"
}

.hgi-solid.hgi-projector:before {
    content: "偭"
}

.hgi-solid.hgi-promotion:before {
    content: "偯"
}

.hgi-solid.hgi-property-add:before {
    content: "偱"
}

.hgi-solid.hgi-property-delete:before {
    content: "偳"
}

.hgi-solid.hgi-property-edit:before {
    content: "偵"
}

.hgi-solid.hgi-property-new:before {
    content: "偷"
}

.hgi-solid.hgi-property-search:before {
    content: "偹"
}

.hgi-solid.hgi-property-view:before {
    content: "偻"
}

.hgi-solid.hgi-protection-mask:before {
    content: "偽"
}

.hgi-solid.hgi-pulley:before {
    content: "偿"
}

.hgi-solid.hgi-pulse-01:before {
    content: "傁"
}

.hgi-solid.hgi-pulse-02:before {
    content: "傃"
}

.hgi-solid.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-solid.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-solid.hgi-pumpkin:before {
    content: "傉"
}

.hgi-solid.hgi-punch:before {
    content: "傋"
}

.hgi-solid.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-solid.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-solid.hgi-purse-01:before {
    content: "傑"
}

.hgi-solid.hgi-purse:before {
    content: "傓"
}

.hgi-solid.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-solid.hgi-puzzle:before {
    content: "傗"
}

.hgi-solid.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-solid.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-solid.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-solid.hgi-pyramid:before {
    content: "傟"
}

.hgi-solid.hgi-qq-plot:before {
    content: "傡"
}

.hgi-solid.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-solid.hgi-qr-code:before {
    content: "傥"
}

.hgi-solid.hgi-question:before {
    content: "傧"
}

.hgi-solid.hgi-queue-01:before {
    content: "傩"
}

.hgi-solid.hgi-queue-02:before {
    content: "傫"
}

.hgi-solid.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-solid.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-solid.hgi-quiz-01:before {
    content: "傱"
}

.hgi-solid.hgi-quiz-02:before {
    content: "傳"
}

.hgi-solid.hgi-quiz-03:before {
    content: "債"
}

.hgi-solid.hgi-quiz-04:before {
    content: "傷"
}

.hgi-solid.hgi-quiz-05:before {
    content: "傹"
}

.hgi-solid.hgi-quora:before {
    content: "傻"
}

.hgi-solid.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-solid.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-solid.hgi-quote-down:before {
    content: "僁"
}

.hgi-solid.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-solid.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-solid.hgi-quote-up:before {
    content: "僇"
}

.hgi-solid.hgi-quotes:before {
    content: "僉"
}

.hgi-solid.hgi-quran-01:before {
    content: "僋"
}

.hgi-solid.hgi-quran-02:before {
    content: "働"
}

.hgi-solid.hgi-quran-03:before {
    content: "像"
}

.hgi-solid.hgi-racing-flag:before {
    content: "僑"
}

.hgi-solid.hgi-radar-01:before {
    content: "僓"
}

.hgi-solid.hgi-radar-02:before {
    content: "僕"
}

.hgi-solid.hgi-radial:before {
    content: "僗"
}

.hgi-solid.hgi-radio-01:before {
    content: "僙"
}

.hgi-solid.hgi-radio-02:before {
    content: "僛"
}

.hgi-solid.hgi-radio:before {
    content: "僝"
}

.hgi-solid.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-solid.hgi-radius:before {
    content: "僡"
}

.hgi-solid.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-solid.hgi-rain-drop:before {
    content: "僥"
}

.hgi-solid.hgi-rain:before {
    content: "僧"
}

.hgi-solid.hgi-rainbow:before {
    content: "僩"
}

.hgi-solid.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-solid.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-solid.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-solid.hgi-ranking:before {
    content: "僱"
}

.hgi-solid.hgi-raw-01:before {
    content: "僳"
}

.hgi-solid.hgi-raw-02:before {
    content: "僵"
}

.hgi-solid.hgi-re:before {
    content: "僷"
}

.hgi-solid.hgi-react:before {
    content: "價"
}

.hgi-solid.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-solid.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-solid.hgi-record:before {
    content: "僿"
}

.hgi-solid.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-solid.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-solid.hgi-rectangular:before {
    content: "儅"
}

.hgi-solid.hgi-recycle-01:before {
    content: "儇"
}

.hgi-solid.hgi-recycle-02:before {
    content: "儉"
}

.hgi-solid.hgi-recycle-03:before {
    content: "儋"
}

.hgi-solid.hgi-reddit:before {
    content: "儍"
}

.hgi-solid.hgi-reflex:before {
    content: "儏"
}

.hgi-solid.hgi-refresh:before {
    content: "儑"
}

.hgi-solid.hgi-refrigerator:before {
    content: "儓"
}

.hgi-solid.hgi-register:before {
    content: "儕"
}

.hgi-solid.hgi-registered:before {
    content: "儗"
}

.hgi-solid.hgi-relieved-01:before {
    content: "儙"
}

.hgi-solid.hgi-relieved-02:before {
    content: "儛"
}

.hgi-solid.hgi-reload:before {
    content: "儝"
}

.hgi-solid.hgi-reminder:before {
    content: "償"
}

.hgi-solid.hgi-remote-control:before {
    content: "儡"
}

.hgi-solid.hgi-remove-01:before {
    content: "儣"
}

.hgi-solid.hgi-remove-02:before {
    content: "儥"
}

.hgi-solid.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-solid.hgi-remove-circle:before {
    content: "儩"
}

.hgi-solid.hgi-remove-pi:before {
    content: "儫"
}

.hgi-solid.hgi-remove-square:before {
    content: "儭"
}

.hgi-solid.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-solid.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-solid.hgi-repair:before {
    content: "儳"
}

.hgi-solid.hgi-repeat-off:before {
    content: "儵"
}

.hgi-solid.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-solid.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-solid.hgi-repeat:before {
    content: "儻"
}

.hgi-solid.hgi-replay:before {
    content: "儽"
}

.hgi-solid.hgi-repository:before {
    content: "儿"
}

.hgi-solid.hgi-reset-password:before {
    content: "允"
}

.hgi-solid.hgi-resize-01:before {
    content: "元"
}

.hgi-solid.hgi-resize-02:before {
    content: "充"
}

.hgi-solid.hgi-resources-add:before {
    content: "兇"
}

.hgi-solid.hgi-resources-remove:before {
    content: "光"
}

.hgi-solid.hgi-restaurant-01:before {
    content: "克"
}

.hgi-solid.hgi-restaurant-02:before {
    content: "免"
}

.hgi-solid.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-solid.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-solid.hgi-restore-bin:before {
    content: "兓"
}

.hgi-solid.hgi-return-request:before {
    content: "兕"
}

.hgi-solid.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-solid.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-solid.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-solid.hgi-rhombus:before {
    content: "兝"
}

.hgi-solid.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-solid.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-solid.hgi-right-angle:before {
    content: "兣"
}

.hgi-solid.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-solid.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-solid.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-solid.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-solid.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-solid.hgi-right-triangle:before {
    content: "兯"
}

.hgi-solid.hgi-ripple:before {
    content: "共"
}

.hgi-solid.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-solid.hgi-riyal:before {
    content: "兵"
}

.hgi-solid.hgi-road-01:before {
    content: "具"
}

.hgi-solid.hgi-road-02:before {
    content: "兹"
}

.hgi-solid.hgi-road-location-01:before {
    content: "养"
}

.hgi-solid.hgi-road-location-02:before {
    content: "兽"
}

.hgi-solid.hgi-road-wayside:before {
    content: "冀"
}

.hgi-solid.hgi-road:before {
    content: "冁"
}

.hgi-solid.hgi-robotic:before {
    content: "冃"
}

.hgi-solid.hgi-rocket-01:before {
    content: "内"
}

.hgi-solid.hgi-rocket-02:before {
    content: "冇"
}

.hgi-solid.hgi-rocket:before {
    content: "冉"
}

.hgi-solid.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-solid.hgi-roller-skate:before {
    content: "再"
}

.hgi-solid.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-solid.hgi-root-01:before {
    content: "冑"
}

.hgi-solid.hgi-root-02:before {
    content: "冓"
}

.hgi-solid.hgi-root-circle:before {
    content: "冕"
}

.hgi-solid.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-solid.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-solid.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-solid.hgi-rotate-01:before {
    content: "冝"
}

.hgi-solid.hgi-rotate-02:before {
    content: "冟"
}

.hgi-solid.hgi-rotate-360:before {
    content: "冡"
}

.hgi-solid.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-solid.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-solid.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-solid.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-solid.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-solid.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-solid.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-solid.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-solid.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-solid.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-solid.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-solid.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-solid.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-solid.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-solid.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-solid.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-solid.hgi-rotate-square:before {
    content: "凃"
}

.hgi-solid.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-solid.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-solid.hgi-route-01:before {
    content: "凉"
}

.hgi-solid.hgi-route-02:before {
    content: "凋"
}

.hgi-solid.hgi-route-03:before {
    content: "凍"
}

.hgi-solid.hgi-route-block:before {
    content: "减"
}

.hgi-solid.hgi-router-01:before {
    content: "凑"
}

.hgi-solid.hgi-router-02:before {
    content: "凓"
}

.hgi-solid.hgi-router:before {
    content: "凕"
}

.hgi-solid.hgi-row-delete:before {
    content: "凗"
}

.hgi-solid.hgi-row-insert:before {
    content: "凙"
}

.hgi-solid.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-solid.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-solid.hgi-rss-error:before {
    content: "凟"
}

.hgi-solid.hgi-rss-locked:before {
    content: "凡"
}

.hgi-solid.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-solid.hgi-rss:before {
    content: "凥"
}

.hgi-solid.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-solid.hgi-ruku:before {
    content: "凩"
}

.hgi-solid.hgi-ruler:before {
    content: "凫"
}

.hgi-solid.hgi-running-shoes:before {
    content: "凭"
}

.hgi-solid.hgi-sad-01:before {
    content: "凯"
}

.hgi-solid.hgi-sad-02:before {
    content: "凱"
}

.hgi-solid.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-solid.hgi-safari:before {
    content: "凵"
}

.hgi-solid.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-solid.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-solid.hgi-safe:before {
    content: "击"
}

.hgi-solid.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-solid.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-solid.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-solid.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-solid.hgi-sakura:before {
    content: "刅"
}

.hgi-solid.hgi-salah-time:before {
    content: "刈"
}

.hgi-solid.hgi-salah:before {
    content: "刉"
}

.hgi-solid.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-solid.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-solid.hgi-sandals:before {
    content: "刏"
}

.hgi-solid.hgi-satellite-01:before {
    content: "刑"
}

.hgi-solid.hgi-satellite-02:before {
    content: "刓"
}

.hgi-solid.hgi-satellite-03:before {
    content: "刕"
}

.hgi-solid.hgi-satellite:before {
    content: "列"
}

.hgi-solid.hgi-saturn-01:before {
    content: "则"
}

.hgi-solid.hgi-saturn-02:before {
    content: "创"
}

.hgi-solid.hgi-saturn:before {
    content: "初"
}

.hgi-solid.hgi-sausage:before {
    content: "刟"
}

.hgi-solid.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-solid.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-solid.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-solid.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-solid.hgi-save-money-pound:before {
    content: "利"
}

.hgi-solid.hgi-save-money-yen:before {
    content: "别"
}

.hgi-solid.hgi-savings:before {
    content: "刭"
}

.hgi-solid.hgi-scheme:before {
    content: "刯"
}

.hgi-solid.hgi-school-01:before {
    content: "刱"
}

.hgi-solid.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-solid.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-solid.hgi-school-bus:before {
    content: "刷"
}

.hgi-solid.hgi-school-report-card:before {
    content: "刹"
}

.hgi-solid.hgi-school-tie:before {
    content: "刼"
}

.hgi-solid.hgi-school:before {
    content: "刽"
}

.hgi-solid.hgi-scissor-01:before {
    content: "刿"
}

.hgi-solid.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-solid.hgi-scissor:before {
    content: "剃"
}

.hgi-solid.hgi-scooter-01:before {
    content: "剅"
}

.hgi-solid.hgi-scooter-02:before {
    content: "則"
}

.hgi-solid.hgi-scooter-03:before {
    content: "剉"
}

.hgi-solid.hgi-scooter-04:before {
    content: "剋"
}

.hgi-solid.hgi-scooter-electric:before {
    content: "前"
}

.hgi-solid.hgi-scratch-card:before {
    content: "剏"
}

.hgi-solid.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-solid.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-solid.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-solid.hgi-scribd:before {
    content: "剗"
}

.hgi-solid.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-solid.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-solid.hgi-scroll:before {
    content: "剝"
}

.hgi-solid.hgi-sd-card:before {
    content: "剟"
}

.hgi-solid.hgi-seal:before {
    content: "剡"
}

.hgi-solid.hgi-search-01:before {
    content: "剣"
}

.hgi-solid.hgi-search-02:before {
    content: "剥"
}

.hgi-solid.hgi-search-add:before {
    content: "剧"
}

.hgi-solid.hgi-search-area:before {
    content: "剩"
}

.hgi-solid.hgi-search-circle:before {
    content: "剫"
}

.hgi-solid.hgi-search-dollar:before {
    content: "剭"
}

.hgi-solid.hgi-search-focus:before {
    content: "副"
}

.hgi-solid.hgi-search-list-01:before {
    content: "剱"
}

.hgi-solid.hgi-search-list-02:before {
    content: "剳"
}

.hgi-solid.hgi-search-minus:before {
    content: "創"
}

.hgi-solid.hgi-search-remove:before {
    content: "剷"
}

.hgi-solid.hgi-search-replace:before {
    content: "剹"
}

.hgi-solid.hgi-search-square:before {
    content: "剻"
}

.hgi-solid.hgi-search-visual:before {
    content: "剽"
}

.hgi-solid.hgi-searching:before {
    content: "剿"
}

.hgi-solid.hgi-seat-selector:before {
    content: "劁"
}

.hgi-solid.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-solid.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-solid.hgi-second-bracket:before {
    content: "劇"
}

.hgi-solid.hgi-secured-network:before {
    content: "劉"
}

.hgi-solid.hgi-security-block:before {
    content: "劋"
}

.hgi-solid.hgi-security-check:before {
    content: "劍"
}

.hgi-solid.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-solid.hgi-security-lock:before {
    content: "劑"
}

.hgi-solid.hgi-security-password:before {
    content: "劓"
}

.hgi-solid.hgi-security-validation:before {
    content: "劖"
}

.hgi-solid.hgi-security-wifi:before {
    content: "劘"
}

.hgi-solid.hgi-security:before {
    content: "劙"
}

.hgi-solid.hgi-segment:before {
    content: "力"
}

.hgi-solid.hgi-select-01:before {
    content: "劝"
}

.hgi-solid.hgi-select-02:before {
    content: "功"
}

.hgi-solid.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-solid.hgi-senseless:before {
    content: "劣"
}

.hgi-solid.hgi-sent:before {
    content: "劥"
}

.hgi-solid.hgi-seo:before {
    content: "劧"
}

.hgi-solid.hgi-service:before {
    content: "助"
}

.hgi-solid.hgi-setting-06:before {
    content: "劫"
}

.hgi-solid.hgi-setting-07:before {
    content: "劭"
}

.hgi-solid.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-solid.hgi-setting-done-02:before {
    content: "励"
}

.hgi-solid.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-solid.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-solid.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-solid.hgi-setting-error-04:before {
    content: "効"
}

.hgi-solid.hgi-settings-01:before {
    content: "劻"
}

.hgi-solid.hgi-settings-02:before {
    content: "劽"
}

.hgi-solid.hgi-settings-03:before {
    content: "势"
}

.hgi-solid.hgi-settings-04:before {
    content: "勁"
}

.hgi-solid.hgi-settings-05:before {
    content: "勃"
}

.hgi-solid.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-solid.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-solid.hgi-setup-01:before {
    content: "勉"
}

.hgi-solid.hgi-setup-02:before {
    content: "勋"
}

.hgi-solid.hgi-shaka-01:before {
    content: "勍"
}

.hgi-solid.hgi-shaka-02:before {
    content: "勏"
}

.hgi-solid.hgi-shaka-03:before {
    content: "勑"
}

.hgi-solid.hgi-shaka-04:before {
    content: "勓"
}

.hgi-solid.hgi-shampoo:before {
    content: "動"
}

.hgi-solid.hgi-shapes:before {
    content: "勗"
}

.hgi-solid.hgi-share-01:before {
    content: "務"
}

.hgi-solid.hgi-share-02:before {
    content: "勛"
}

.hgi-solid.hgi-share-03:before {
    content: "勝"
}

.hgi-solid.hgi-share-04:before {
    content: "募"
}

.hgi-solid.hgi-share-05:before {
    content: "勡"
}

.hgi-solid.hgi-share-06:before {
    content: "勣"
}

.hgi-solid.hgi-share-07:before {
    content: "勥"
}

.hgi-solid.hgi-share-08:before {
    content: "勧"
}

.hgi-solid.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-solid.hgi-share-location-01:before {
    content: "勫"
}

.hgi-solid.hgi-share-location-02:before {
    content: "勭"
}

.hgi-solid.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-solid.hgi-sharing:before {
    content: "勱"
}

.hgi-solid.hgi-shellfish:before {
    content: "勳"
}

.hgi-solid.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-solid.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-solid.hgi-shield-01:before {
    content: "勹"
}

.hgi-solid.hgi-shield-02:before {
    content: "勻"
}

.hgi-solid.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-solid.hgi-shield-energy:before {
    content: "勿"
}

.hgi-solid.hgi-shield-key:before {
    content: "匁"
}

.hgi-solid.hgi-shield-user:before {
    content: "匃"
}

.hgi-solid.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-solid.hgi-shipping-center:before {
    content: "匇"
}

.hgi-solid.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-solid.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-solid.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-solid.hgi-shirt-01:before {
    content: "匏"
}

.hgi-solid.hgi-shocked:before {
    content: "匑"
}

.hgi-solid.hgi-shop-sign:before {
    content: "匓"
}

.hgi-solid.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-solid.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-solid.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-solid.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-solid.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-solid.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-solid.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-solid.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-solid.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-solid.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-solid.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-solid.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-solid.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-solid.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-solid.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-solid.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-solid.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-solid.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-solid.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-solid.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-solid.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-solid.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-solid.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-solid.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-solid.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-solid.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-solid.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-solid.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-solid.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-solid.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-solid.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-solid.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-solid.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-solid.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-solid.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-solid.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-solid.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-solid.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-solid.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-solid.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-solid.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-solid.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-solid.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-solid.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-solid.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-solid.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-solid.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-solid.hgi-shuffle:before {
    content: "即"
}

.hgi-solid.hgi-shutterstock:before {
    content: "卵"
}

.hgi-solid.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-solid.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-solid.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-solid.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-solid.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-solid.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-solid.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-solid.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-solid.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-solid.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-solid.hgi-signal-low-02:before {
    content: "压"
}

.hgi-solid.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-solid.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-solid.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-solid.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-solid.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-solid.hgi-signal:before {
    content: "厗"
}

.hgi-solid.hgi-signature:before {
    content: "厙"
}

.hgi-solid.hgi-silence:before {
    content: "厛"
}

.hgi-solid.hgi-simcard-01:before {
    content: "厝"
}

.hgi-solid.hgi-simcard-02:before {
    content: "原"
}

.hgi-solid.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-solid.hgi-sin:before {
    content: "厣"
}

.hgi-solid.hgi-sine-01:before {
    content: "厥"
}

.hgi-solid.hgi-sine-02:before {
    content: "厧"
}

.hgi-solid.hgi-sing-left:before {
    content: "厩"
}

.hgi-solid.hgi-sing-right:before {
    content: "厫"
}

.hgi-solid.hgi-sink-01:before {
    content: "厭"
}

.hgi-solid.hgi-sink-02:before {
    content: "厯"
}

.hgi-solid.hgi-siri:before {
    content: "厱"
}

.hgi-solid.hgi-sketch:before {
    content: "厳"
}

.hgi-solid.hgi-skew:before {
    content: "厵"
}

.hgi-solid.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-solid.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-solid.hgi-skull:before {
    content: "去"
}

.hgi-solid.hgi-skype:before {
    content: "厽"
}

.hgi-solid.hgi-slack:before {
    content: "县"
}

.hgi-solid.hgi-sleeping:before {
    content: "叁"
}

.hgi-solid.hgi-sleeveless:before {
    content: "參"
}

.hgi-solid.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-solid.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-solid.hgi-slideshare:before {
    content: "叉"
}

.hgi-solid.hgi-slow-winds:before {
    content: "友"
}

.hgi-solid.hgi-smart-ac:before {
    content: "反"
}

.hgi-solid.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-solid.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-solid.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-solid.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-solid.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-solid.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-solid.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-solid.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-solid.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-solid.hgi-smart:before {
    content: "叡"
}

.hgi-solid.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-solid.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-solid.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-solid.hgi-smile:before {
    content: "叩"
}

.hgi-solid.hgi-sms-code:before {
    content: "叫"
}

.hgi-solid.hgi-snail:before {
    content: "叭"
}

.hgi-solid.hgi-snapchat:before {
    content: "可"
}

.hgi-solid.hgi-snow:before {
    content: "叱"
}

.hgi-solid.hgi-soda-can:before {
    content: "右"
}

.hgi-solid.hgi-sofa-01:before {
    content: "叵"
}

.hgi-solid.hgi-sofa-02:before {
    content: "号"
}

.hgi-solid.hgi-sofa-03:before {
    content: "叹"
}

.hgi-solid.hgi-sofa-single:before {
    content: "叻"
}

.hgi-solid.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-solid.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-solid.hgi-software-license:before {
    content: "吁"
}

.hgi-solid.hgi-software-uninstall:before {
    content: "各"
}

.hgi-solid.hgi-software:before {
    content: "吅"
}

.hgi-solid.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-solid.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-solid.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-solid.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-solid.hgi-solar-energy:before {
    content: "吏"
}

.hgi-solid.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-solid.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-solid.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-solid.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-solid.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-solid.hgi-solar-power:before {
    content: "君"
}

.hgi-solid.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-solid.hgi-solar-system:before {
    content: "吟"
}

.hgi-solid.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-solid.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-solid.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-solid.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-solid.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-solid.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-solid.hgi-sorting-01:before {
    content: "吭"
}

.hgi-solid.hgi-sorting-02:before {
    content: "启"
}

.hgi-solid.hgi-sorting-03:before {
    content: "吱"
}

.hgi-solid.hgi-sorting-04:before {
    content: "吳"
}

.hgi-solid.hgi-sorting-05:before {
    content: "吵"
}

.hgi-solid.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-solid.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-solid.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-solid.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-solid.hgi-sorting-down:before {
    content: "吿"
}

.hgi-solid.hgi-sorting-up:before {
    content: "呁"
}

.hgi-solid.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-solid.hgi-soundcloud:before {
    content: "呅"
}

.hgi-solid.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-solid.hgi-source-code-square:before {
    content: "告"
}

.hgi-solid.hgi-source-code:before {
    content: "呋"
}

.hgi-solid.hgi-spaceship:before {
    content: "呍"
}

.hgi-solid.hgi-spades:before {
    content: "呏"
}

.hgi-solid.hgi-spaghetti:before {
    content: "呑"
}

.hgi-solid.hgi-spam:before {
    content: "呓"
}

.hgi-solid.hgi-sparkles:before {
    content: "呕"
}

.hgi-solid.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-solid.hgi-spatula:before {
    content: "呙"
}

.hgi-solid.hgi-speaker-01:before {
    content: "呛"
}

.hgi-solid.hgi-speaker:before {
    content: "呝"
}

.hgi-solid.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-solid.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-solid.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-solid.hgi-sperm:before {
    content: "呥"
}

.hgi-solid.hgi-sphere:before {
    content: "呧"
}

.hgi-solid.hgi-spirals:before {
    content: "呩"
}

.hgi-solid.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-solid.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-solid.hgi-spoon:before {
    content: "呯"
}

.hgi-solid.hgi-spotify:before {
    content: "呱"
}

.hgi-solid.hgi-sql:before {
    content: "味"
}

.hgi-solid.hgi-square-01:before {
    content: "呵"
}

.hgi-solid.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-solid.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-solid.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-solid.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-solid.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-solid.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-solid.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-solid.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-solid.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-solid.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-solid.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-solid.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-solid.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-solid.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-solid.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-solid.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-solid.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-solid.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-solid.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-solid.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-solid.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-solid.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-solid.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-solid.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-solid.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-solid.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-solid.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-solid.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-solid.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-solid.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-solid.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-solid.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-solid.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-solid.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-solid.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-solid.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-solid.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-solid.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-solid.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-solid.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-solid.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-solid.hgi-square-circle:before {
    content: "哉"
}

.hgi-solid.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-solid.hgi-square-lock-02:before {
    content: "响"
}

.hgi-solid.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-solid.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-solid.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-solid.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-solid.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-solid.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-solid.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-solid.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-solid.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-solid.hgi-square-root-square:before {
    content: "員"
}

.hgi-solid.hgi-square-square:before {
    content: "哤"
}

.hgi-solid.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-solid.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-solid.hgi-square:before {
    content: "哩"
}

.hgi-solid.hgi-stack-star:before {
    content: "哫"
}

.hgi-solid.hgi-stake:before {
    content: "哭"
}

.hgi-solid.hgi-stamp-01:before {
    content: "哯"
}

.hgi-solid.hgi-stamp-02:before {
    content: "哱"
}

.hgi-solid.hgi-stamp:before {
    content: "哳"
}

.hgi-solid.hgi-star-circle:before {
    content: "哵"
}

.hgi-solid.hgi-star-face:before {
    content: "哷"
}

.hgi-solid.hgi-star-half:before {
    content: "哹"
}

.hgi-solid.hgi-star-off:before {
    content: "哻"
}

.hgi-solid.hgi-star-square:before {
    content: "哾"
}

.hgi-solid.hgi-star:before {
    content: "哿"
}

.hgi-solid.hgi-stars:before {
    content: "唁"
}

.hgi-solid.hgi-start-up-01:before {
    content: "唃"
}

.hgi-solid.hgi-start-up-02:before {
    content: "唅"
}

.hgi-solid.hgi-stationery:before {
    content: "唇"
}

.hgi-solid.hgi-steak:before {
    content: "唉"
}

.hgi-solid.hgi-steering:before {
    content: "唋"
}

.hgi-solid.hgi-step-into:before {
    content: "唍"
}

.hgi-solid.hgi-step-out:before {
    content: "唏"
}

.hgi-solid.hgi-step-over:before {
    content: "唑"
}

.hgi-solid.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-solid.hgi-stethoscope:before {
    content: "唕"
}

.hgi-solid.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-solid.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-solid.hgi-stop-watch:before {
    content: "唜"
}

.hgi-solid.hgi-stop:before {
    content: "唝"
}

.hgi-solid.hgi-store-01:before {
    content: "唟"
}

.hgi-solid.hgi-store-02:before {
    content: "唡"
}

.hgi-solid.hgi-store-03:before {
    content: "唣"
}

.hgi-solid.hgi-store-04:before {
    content: "唥"
}

.hgi-solid.hgi-store-add-01:before {
    content: "唧"
}

.hgi-solid.hgi-store-add-02:before {
    content: "唩"
}

.hgi-solid.hgi-store-location-01:before {
    content: "唫"
}

.hgi-solid.hgi-store-location-02:before {
    content: "唭"
}

.hgi-solid.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-solid.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-solid.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-solid.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-solid.hgi-straight-edge:before {
    content: "唷"
}

.hgi-solid.hgi-strategy:before {
    content: "唹"
}

.hgi-solid.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-solid.hgi-stroke-center:before {
    content: "唽"
}

.hgi-solid.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-solid.hgi-stroke-left:before {
    content: "啁"
}

.hgi-solid.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-solid.hgi-stroke-right:before {
    content: "啅"
}

.hgi-solid.hgi-stroke-top:before {
    content: "啇"
}

.hgi-solid.hgi-structure-01:before {
    content: "啉"
}

.hgi-solid.hgi-structure-02:before {
    content: "啋"
}

.hgi-solid.hgi-structure-03:before {
    content: "啍"
}

.hgi-solid.hgi-structure-04:before {
    content: "問"
}

.hgi-solid.hgi-structure-05:before {
    content: "啑"
}

.hgi-solid.hgi-structure-add:before {
    content: "啓"
}

.hgi-solid.hgi-structure-check:before {
    content: "啕"
}

.hgi-solid.hgi-structure-fail:before {
    content: "啗"
}

.hgi-solid.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-solid.hgi-structure-folder:before {
    content: "啛"
}

.hgi-solid.hgi-student-card:before {
    content: "啝"
}

.hgi-solid.hgi-student:before {
    content: "啟"
}

.hgi-solid.hgi-students:before {
    content: "啡"
}

.hgi-solid.hgi-study-desk:before {
    content: "啣"
}

.hgi-solid.hgi-study-lamp:before {
    content: "啥"
}

.hgi-solid.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-solid.hgi-submarine:before {
    content: "啩"
}

.hgi-solid.hgi-submerge:before {
    content: "啫"
}

.hgi-solid.hgi-subnode-add:before {
    content: "啭"
}

.hgi-solid.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-solid.hgi-subpoena:before {
    content: "啱"
}

.hgi-solid.hgi-subtitle:before {
    content: "啳"
}

.hgi-solid.hgi-suit-01:before {
    content: "啵"
}

.hgi-solid.hgi-suit-02:before {
    content: "啷"
}

.hgi-solid.hgi-sujood:before {
    content: "啹"
}

.hgi-solid.hgi-summation-01:before {
    content: "啻"
}

.hgi-solid.hgi-summation-02:before {
    content: "啽"
}

.hgi-solid.hgi-summation-circle:before {
    content: "啿"
}

.hgi-solid.hgi-summation-square:before {
    content: "喁"
}

.hgi-solid.hgi-sun-01:before {
    content: "喃"
}

.hgi-solid.hgi-sun-02:before {
    content: "喅"
}

.hgi-solid.hgi-sun-03:before {
    content: "喇"
}

.hgi-solid.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-solid.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-solid.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-solid.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-solid.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-solid.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-solid.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-solid.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-solid.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-solid.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-solid.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-solid.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-solid.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-solid.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-solid.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-solid.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-solid.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-solid.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-solid.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-solid.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-solid.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-solid.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-solid.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-solid.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-solid.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-solid.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-solid.hgi-sunglasses:before {
    content: "喽"
}

.hgi-solid.hgi-sunrise:before {
    content: "喿"
}

.hgi-solid.hgi-sunset:before {
    content: "嗁"
}

.hgi-solid.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-solid.hgi-super-mario:before {
    content: "嗅"
}

.hgi-solid.hgi-surfboard:before {
    content: "嗇"
}

.hgi-solid.hgi-surprise:before {
    content: "嗉"
}

.hgi-solid.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-solid.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-solid.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-solid.hgi-suspicious:before {
    content: "嗑"
}

.hgi-solid.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-solid.hgi-svg-01:before {
    content: "嗕"
}

.hgi-solid.hgi-svg-02:before {
    content: "嗗"
}

.hgi-solid.hgi-swarm:before {
    content: "嗙"
}

.hgi-solid.hgi-swatch:before {
    content: "嗛"
}

.hgi-solid.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-solid.hgi-swimming:before {
    content: "嗟"
}

.hgi-solid.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-solid.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-solid.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-solid.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-solid.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-solid.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-solid.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-solid.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-solid.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-solid.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-solid.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-solid.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-solid.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-solid.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-solid.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-solid.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-solid.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-solid.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-solid.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-solid.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-solid.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-solid.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-solid.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-solid.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-solid.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-solid.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-solid.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-solid.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-solid.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-solid.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-solid.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-solid.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-solid.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-solid.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-solid.hgi-sword-01:before {
    content: "嘥"
}

.hgi-solid.hgi-sword-02:before {
    content: "嘧"
}

.hgi-solid.hgi-sword-03:before {
    content: "嘩"
}

.hgi-solid.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-solid.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-solid.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-solid.hgi-table-01:before {
    content: "嘱"
}

.hgi-solid.hgi-table-02:before {
    content: "嘳"
}

.hgi-solid.hgi-table-03:before {
    content: "嘵"
}

.hgi-solid.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-solid.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-solid.hgi-table-round:before {
    content: "嘻"
}

.hgi-solid.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-solid.hgi-table:before {
    content: "嘿"
}

.hgi-solid.hgi-tablet-01:before {
    content: "噁"
}

.hgi-solid.hgi-tablet-02:before {
    content: "噃"
}

.hgi-solid.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-solid.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-solid.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-solid.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-solid.hgi-taco-01:before {
    content: "噍"
}

.hgi-solid.hgi-taco-02:before {
    content: "噏"
}

.hgi-solid.hgi-tag-01:before {
    content: "噑"
}

.hgi-solid.hgi-tag-02:before {
    content: "噓"
}

.hgi-solid.hgi-tags:before {
    content: "噕"
}

.hgi-solid.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-solid.hgi-tan:before {
    content: "噙"
}

.hgi-solid.hgi-tank-top:before {
    content: "噛"
}

.hgi-solid.hgi-tap-01:before {
    content: "噝"
}

.hgi-solid.hgi-tap-02:before {
    content: "噟"
}

.hgi-solid.hgi-tap-03:before {
    content: "噡"
}

.hgi-solid.hgi-tap-04:before {
    content: "噣"
}

.hgi-solid.hgi-tap-05:before {
    content: "噥"
}

.hgi-solid.hgi-tap-06:before {
    content: "噧"
}

.hgi-solid.hgi-tap-07:before {
    content: "噩"
}

.hgi-solid.hgi-tap-08:before {
    content: "噫"
}

.hgi-solid.hgi-tape-measure:before {
    content: "噭"
}

.hgi-solid.hgi-target-01:before {
    content: "噯"
}

.hgi-solid.hgi-target-02:before {
    content: "噱"
}

.hgi-solid.hgi-target-03:before {
    content: "噳"
}

.hgi-solid.hgi-target-dollar:before {
    content: "噵"
}

.hgi-solid.hgi-tasbih:before {
    content: "噷"
}

.hgi-solid.hgi-task-01:before {
    content: "噹"
}

.hgi-solid.hgi-task-02:before {
    content: "噻"
}

.hgi-solid.hgi-task-add-01:before {
    content: "噽"
}

.hgi-solid.hgi-task-add-02:before {
    content: "噿"
}

.hgi-solid.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-solid.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-solid.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-solid.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-solid.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-solid.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-solid.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-solid.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-solid.hgi-taxes:before {
    content: "嚑"
}

.hgi-solid.hgi-taxi:before {
    content: "嚓"
}

.hgi-solid.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-solid.hgi-tea:before {
    content: "嚗"
}

.hgi-solid.hgi-teacher:before {
    content: "嚙"
}

.hgi-solid.hgi-teaching:before {
    content: "嚛"
}

.hgi-solid.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-solid.hgi-telegram:before {
    content: "嚟"
}

.hgi-solid.hgi-telephone:before {
    content: "嚡"
}

.hgi-solid.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-solid.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-solid.hgi-television-table:before {
    content: "嚧"
}

.hgi-solid.hgi-temperature:before {
    content: "嚩"
}

.hgi-solid.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-solid.hgi-terrace:before {
    content: "嚭"
}

.hgi-solid.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-solid.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-solid.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-solid.hgi-test-tube:before {
    content: "嚵"
}

.hgi-solid.hgi-tetris:before {
    content: "嚷"
}

.hgi-solid.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-solid.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-solid.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-solid.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-solid.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-solid.hgi-text-align-left:before {
    content: "囃"
}

.hgi-solid.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-solid.hgi-text-align-right:before {
    content: "囇"
}

.hgi-solid.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-solid.hgi-text-bold:before {
    content: "囋"
}

.hgi-solid.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-solid.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-solid.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-solid.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-solid.hgi-text-check:before {
    content: "囕"
}

.hgi-solid.hgi-text-circle:before {
    content: "囗"
}

.hgi-solid.hgi-text-clear:before {
    content: "囙"
}

.hgi-solid.hgi-text-color:before {
    content: "四"
}

.hgi-solid.hgi-text-creation:before {
    content: "囝"
}

.hgi-solid.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-solid.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-solid.hgi-text-font:before {
    content: "団"
}

.hgi-solid.hgi-text-footnote:before {
    content: "囥"
}

.hgi-solid.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-solid.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-solid.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-solid.hgi-text-indent:before {
    content: "园"
}

.hgi-solid.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-solid.hgi-text-italic:before {
    content: "囱"
}

.hgi-solid.hgi-text-kerning:before {
    content: "図"
}

.hgi-solid.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-solid.hgi-text-selection:before {
    content: "囸"
}

.hgi-solid.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-solid.hgi-text-square:before {
    content: "囼"
}

.hgi-solid.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-solid.hgi-text-subscript:before {
    content: "圀"
}

.hgi-solid.hgi-text-superscript:before {
    content: "圂"
}

.hgi-solid.hgi-text-tracking:before {
    content: "圄"
}

.hgi-solid.hgi-text-underline:before {
    content: "圆"
}

.hgi-solid.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-solid.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-solid.hgi-text-wrap:before {
    content: "圌"
}

.hgi-solid.hgi-text:before {
    content: "圍"
}

.hgi-solid.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-solid.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-solid.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-solid.hgi-thermometer:before {
    content: "圕"
}

.hgi-solid.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-solid.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-solid.hgi-third-bracket:before {
    content: "圛"
}

.hgi-solid.hgi-thread:before {
    content: "圝"
}

.hgi-solid.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-solid.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-solid.hgi-threads:before {
    content: "圣"
}

.hgi-solid.hgi-three-d-move:before {
    content: "圥"
}

.hgi-solid.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-solid.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-solid.hgi-three-d-view:before {
    content: "圫"
}

.hgi-solid.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-solid.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-solid.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-solid.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-solid.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-solid.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-solid.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-solid.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-solid.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-solid.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-solid.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-solid.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-solid.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-solid.hgi-tick-01:before {
    content: "均"
}

.hgi-solid.hgi-tick-02:before {
    content: "坉"
}

.hgi-solid.hgi-tick-03:before {
    content: "坋"
}

.hgi-solid.hgi-tick-04:before {
    content: "坍"
}

.hgi-solid.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-solid.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-solid.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-solid.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-solid.hgi-ticket-01:before {
    content: "块"
}

.hgi-solid.hgi-ticket-02:before {
    content: "坙"
}

.hgi-solid.hgi-ticket-03:before {
    content: "坛"
}

.hgi-solid.hgi-ticket-star:before {
    content: "坝"
}

.hgi-solid.hgi-tie:before {
    content: "坟"
}

.hgi-solid.hgi-tiktok:before {
    content: "坡"
}

.hgi-solid.hgi-time-01:before {
    content: "坣"
}

.hgi-solid.hgi-time-02:before {
    content: "坥"
}

.hgi-solid.hgi-time-03:before {
    content: "坧"
}

.hgi-solid.hgi-time-04:before {
    content: "坩"
}

.hgi-solid.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-solid.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-solid.hgi-time-management:before {
    content: "坯"
}

.hgi-solid.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-solid.hgi-time-quarter:before {
    content: "坳"
}

.hgi-solid.hgi-time-schedule:before {
    content: "坵"
}

.hgi-solid.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-solid.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-solid.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-solid.hgi-timer-01:before {
    content: "坽"
}

.hgi-solid.hgi-timer-02:before {
    content: "坿"
}

.hgi-solid.hgi-tips:before {
    content: "垁"
}

.hgi-solid.hgi-tired-01:before {
    content: "垃"
}

.hgi-solid.hgi-tired-02:before {
    content: "垅"
}

.hgi-solid.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-solid.hgi-toggle-off:before {
    content: "垉"
}

.hgi-solid.hgi-toggle-on:before {
    content: "型"
}

.hgi-solid.hgi-toilet-01:before {
    content: "垍"
}

.hgi-solid.hgi-toilet-02:before {
    content: "垏"
}

.hgi-solid.hgi-tongue-01:before {
    content: "垑"
}

.hgi-solid.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-solid.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-solid.hgi-tongue:before {
    content: "垗"
}

.hgi-solid.hgi-tools:before {
    content: "垙"
}

.hgi-solid.hgi-tornado-01:before {
    content: "垛"
}

.hgi-solid.hgi-tornado-02:before {
    content: "垝"
}

.hgi-solid.hgi-torri-gate:before {
    content: "垟"
}

.hgi-solid.hgi-touch-01:before {
    content: "垡"
}

.hgi-solid.hgi-touch-02:before {
    content: "垣"
}

.hgi-solid.hgi-touch-03:before {
    content: "垥"
}

.hgi-solid.hgi-touch-04:before {
    content: "垧"
}

.hgi-solid.hgi-touch-05:before {
    content: "垩"
}

.hgi-solid.hgi-touch-06:before {
    content: "垫"
}

.hgi-solid.hgi-touch-07:before {
    content: "垭"
}

.hgi-solid.hgi-touch-08:before {
    content: "垯"
}

.hgi-solid.hgi-touch-09:before {
    content: "垱"
}

.hgi-solid.hgi-touch-10:before {
    content: "垳"
}

.hgi-solid.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-solid.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-solid.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-solid.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-solid.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-solid.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-solid.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-solid.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-solid.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-solid.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-solid.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-solid.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-solid.hgi-tow-truck:before {
    content: "埍"
}

.hgi-solid.hgi-towels:before {
    content: "埏"
}

.hgi-solid.hgi-toy-train:before {
    content: "埑"
}

.hgi-solid.hgi-tractor:before {
    content: "埓"
}

.hgi-solid.hgi-trade-down:before {
    content: "埕"
}

.hgi-solid.hgi-trade-mark:before {
    content: "埗"
}

.hgi-solid.hgi-trade-up:before {
    content: "埙"
}

.hgi-solid.hgi-trademark:before {
    content: "埛"
}

.hgi-solid.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-solid.hgi-traffic-light:before {
    content: "域"
}

.hgi-solid.hgi-train-01:before {
    content: "埡"
}

.hgi-solid.hgi-train-02:before {
    content: "埣"
}

.hgi-solid.hgi-tram:before {
    content: "埥"
}

.hgi-solid.hgi-trampoline:before {
    content: "埧"
}

.hgi-solid.hgi-transaction:before {
    content: "埩"
}

.hgi-solid.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-solid.hgi-transition-left:before {
    content: "埭"
}

.hgi-solid.hgi-transition-right:before {
    content: "埯"
}

.hgi-solid.hgi-transition-top:before {
    content: "埱"
}

.hgi-solid.hgi-translate:before {
    content: "埳"
}

.hgi-solid.hgi-translation:before {
    content: "埵"
}

.hgi-solid.hgi-transmission:before {
    content: "執"
}

.hgi-solid.hgi-transparency:before {
    content: "培"
}

.hgi-solid.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-solid.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-solid.hgi-travel-bag:before {
    content: "埿"
}

.hgi-solid.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-solid.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-solid.hgi-treatment:before {
    content: "堅"
}

.hgi-solid.hgi-tree-01:before {
    content: "堇"
}

.hgi-solid.hgi-tree-02:before {
    content: "堉"
}

.hgi-solid.hgi-tree-03:before {
    content: "堋"
}

.hgi-solid.hgi-tree-04:before {
    content: "堍"
}

.hgi-solid.hgi-tree-05:before {
    content: "堏"
}

.hgi-solid.hgi-tree-06:before {
    content: "堑"
}

.hgi-solid.hgi-tree-07:before {
    content: "堓"
}

.hgi-solid.hgi-trello:before {
    content: "堕"
}

.hgi-solid.hgi-triangle-01:before {
    content: "堗"
}

.hgi-solid.hgi-triangle-02:before {
    content: "堙"
}

.hgi-solid.hgi-triangle-03:before {
    content: "堛"
}

.hgi-solid.hgi-triangle:before {
    content: "堝"
}

.hgi-solid.hgi-trolley-01:before {
    content: "堟"
}

.hgi-solid.hgi-trolley-02:before {
    content: "堡"
}

.hgi-solid.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-solid.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-solid.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-solid.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-solid.hgi-truck-monster:before {
    content: "堫"
}

.hgi-solid.hgi-truck-return:before {
    content: "堭"
}

.hgi-solid.hgi-truck:before {
    content: "堯"
}

.hgi-solid.hgi-trulli:before {
    content: "報"
}

.hgi-solid.hgi-tsunami:before {
    content: "堳"
}

.hgi-solid.hgi-tulip:before {
    content: "堵"
}

.hgi-solid.hgi-tumblr:before {
    content: "堷"
}

.hgi-solid.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-solid.hgi-tv-01:before {
    content: "堻"
}

.hgi-solid.hgi-tv-02:before {
    content: "堽"
}

.hgi-solid.hgi-tv-fix:before {
    content: "堿"
}

.hgi-solid.hgi-tv-issue:before {
    content: "塁"
}

.hgi-solid.hgi-tv-smart:before {
    content: "塃"
}

.hgi-solid.hgi-twin-tower:before {
    content: "塅"
}

.hgi-solid.hgi-twitch:before {
    content: "塇"
}

.hgi-solid.hgi-twitter-square:before {
    content: "塊"
}

.hgi-solid.hgi-twitter:before {
    content: "塋"
}

.hgi-solid.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-solid.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-solid.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-solid.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-solid.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-solid.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-solid.hgi-txt-01:before {
    content: "塙"
}

.hgi-solid.hgi-txt-02:before {
    content: "塛"
}

.hgi-solid.hgi-type-cursor:before {
    content: "塝"
}

.hgi-solid.hgi-typescript-01:before {
    content: "塟"
}

.hgi-solid.hgi-typescript-02:before {
    content: "塡"
}

.hgi-solid.hgi-typescript-03:before {
    content: "塣"
}

.hgi-solid.hgi-uber:before {
    content: "塥"
}

.hgi-solid.hgi-ufo-01:before {
    content: "塧"
}

.hgi-solid.hgi-ufo:before {
    content: "塩"
}

.hgi-solid.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-solid.hgi-umbrella:before {
    content: "塭"
}

.hgi-solid.hgi-unamused:before {
    content: "塯"
}

.hgi-solid.hgi-unavailable:before {
    content: "塱"
}

.hgi-solid.hgi-underpants-01:before {
    content: "塳"
}

.hgi-solid.hgi-underpants-02:before {
    content: "塵"
}

.hgi-solid.hgi-underpants-03:before {
    content: "塷"
}

.hgi-solid.hgi-unfold-less:before {
    content: "塹"
}

.hgi-solid.hgi-unfold-more:before {
    content: "塻"
}

.hgi-solid.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-solid.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-solid.hgi-unhappy:before {
    content: "墁"
}

.hgi-solid.hgi-university:before {
    content: "境"
}

.hgi-solid.hgi-unlink-01:before {
    content: "墅"
}

.hgi-solid.hgi-unlink-02:before {
    content: "墇"
}

.hgi-solid.hgi-unlink-03:before {
    content: "墉"
}

.hgi-solid.hgi-unlink-04:before {
    content: "墋"
}

.hgi-solid.hgi-unlink-05:before {
    content: "墍"
}

.hgi-solid.hgi-unlink-06:before {
    content: "墏"
}

.hgi-solid.hgi-unsplash:before {
    content: "墑"
}

.hgi-solid.hgi-upload-01:before {
    content: "墓"
}

.hgi-solid.hgi-upload-02:before {
    content: "墕"
}

.hgi-solid.hgi-upload-03:before {
    content: "増"
}

.hgi-solid.hgi-upload-04:before {
    content: "墙"
}

.hgi-solid.hgi-upload-05:before {
    content: "墛"
}

.hgi-solid.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-solid.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-solid.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-solid.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-solid.hgi-upwork:before {
    content: "墥"
}

.hgi-solid.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-solid.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-solid.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-solid.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-solid.hgi-usb-error:before {
    content: "墯"
}

.hgi-solid.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-solid.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-solid.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-solid.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-solid.hgi-usb:before {
    content: "墹"
}

.hgi-solid.hgi-user-account:before {
    content: "墻"
}

.hgi-solid.hgi-user-add-01:before {
    content: "墽"
}

.hgi-solid.hgi-user-add-02:before {
    content: "墿"
}

.hgi-solid.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-solid.hgi-user-block-01:before {
    content: "壃"
}

.hgi-solid.hgi-user-block-02:before {
    content: "壅"
}

.hgi-solid.hgi-user-check-01:before {
    content: "壇"
}

.hgi-solid.hgi-user-check-02:before {
    content: "壉"
}

.hgi-solid.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-solid.hgi-user-circle:before {
    content: "壍"
}

.hgi-solid.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-solid.hgi-user-full-view:before {
    content: "壑"
}

.hgi-solid.hgi-user-group:before {
    content: "壓"
}

.hgi-solid.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-solid.hgi-user-list:before {
    content: "壗"
}

.hgi-solid.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-solid.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-solid.hgi-user-love-01:before {
    content: "壝"
}

.hgi-solid.hgi-user-love-02:before {
    content: "壟"
}

.hgi-solid.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-solid.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-solid.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-solid.hgi-user-multiple:before {
    content: "壧"
}

.hgi-solid.hgi-user-question-01:before {
    content: "壩"
}

.hgi-solid.hgi-user-question-02:before {
    content: "士"
}

.hgi-solid.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-solid.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-solid.hgi-user-roadside:before {
    content: "壱"
}

.hgi-solid.hgi-user-search-01:before {
    content: "壳"
}

.hgi-solid.hgi-user-search-02:before {
    content: "壵"
}

.hgi-solid.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-solid.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-solid.hgi-user-sharing:before {
    content: "壼"
}

.hgi-solid.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-solid.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-solid.hgi-user-square:before {
    content: "夂"
}

.hgi-solid.hgi-user-star-01:before {
    content: "处"
}

.hgi-solid.hgi-user-star-02:before {
    content: "夆"
}

.hgi-solid.hgi-user-status:before {
    content: "夈"
}

.hgi-solid.hgi-user-story:before {
    content: "夊"
}

.hgi-solid.hgi-user-switch:before {
    content: "夌"
}

.hgi-solid.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-solid.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-solid.hgi-user:before {
    content: "夑"
}

.hgi-solid.hgi-uv-01:before {
    content: "夓"
}

.hgi-solid.hgi-uv-02:before {
    content: "夕"
}

.hgi-solid.hgi-uv-03:before {
    content: "夗"
}

.hgi-solid.hgi-vaccine:before {
    content: "夙"
}

.hgi-solid.hgi-validation-approval:before {
    content: "夛"
}

.hgi-solid.hgi-validation:before {
    content: "夝"
}

.hgi-solid.hgi-van:before {
    content: "够"
}

.hgi-solid.hgi-variable:before {
    content: "夡"
}

.hgi-solid.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-solid.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-solid.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-solid.hgi-vest:before {
    content: "天"
}

.hgi-solid.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-solid.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-solid.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-solid.hgi-video-01:before {
    content: "失"
}

.hgi-solid.hgi-video-02:before {
    content: "夳"
}

.hgi-solid.hgi-video-console:before {
    content: "夵"
}

.hgi-solid.hgi-video-off:before {
    content: "夷"
}

.hgi-solid.hgi-video-replay:before {
    content: "夹"
}

.hgi-solid.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-solid.hgi-view-off:before {
    content: "夽"
}

.hgi-solid.hgi-view:before {
    content: "夿"
}

.hgi-solid.hgi-vimeo:before {
    content: "奁"
}

.hgi-solid.hgi-vine-square:before {
    content: "奄"
}

.hgi-solid.hgi-vine:before {
    content: "奅"
}

.hgi-solid.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-solid.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-solid.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-solid.hgi-vision:before {
    content: "奍"
}

.hgi-solid.hgi-vk-square:before {
    content: "奐"
}

.hgi-solid.hgi-vk:before {
    content: "契"
}

.hgi-solid.hgi-voice-id:before {
    content: "奓"
}

.hgi-solid.hgi-voice:before {
    content: "奕"
}

.hgi-solid.hgi-volleyball:before {
    content: "套"
}

.hgi-solid.hgi-volume-high:before {
    content: "奙"
}

.hgi-solid.hgi-volume-low:before {
    content: "奛"
}

.hgi-solid.hgi-volume-minus:before {
    content: "奝"
}

.hgi-solid.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-solid.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-solid.hgi-volume-off:before {
    content: "奣"
}

.hgi-solid.hgi-volume-up:before {
    content: "奥"
}

.hgi-solid.hgi-vomiting:before {
    content: "奧"
}

.hgi-solid.hgi-voucher:before {
    content: "奩"
}

.hgi-solid.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-solid.hgi-vr:before {
    content: "奭"
}

.hgi-solid.hgi-vynil-01:before {
    content: "奯"
}

.hgi-solid.hgi-vynil-02:before {
    content: "奱"
}

.hgi-solid.hgi-vynil-03:before {
    content: "女"
}

.hgi-solid.hgi-waiter:before {
    content: "奵"
}

.hgi-solid.hgi-waiters:before {
    content: "奷"
}

.hgi-solid.hgi-wall-lamp:before {
    content: "她"
}

.hgi-solid.hgi-wallet-01:before {
    content: "奻"
}

.hgi-solid.hgi-wallet-02:before {
    content: "好"
}

.hgi-solid.hgi-wallet-03:before {
    content: "奿"
}

.hgi-solid.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-solid.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-solid.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-solid.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-solid.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-solid.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-solid.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-solid.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-solid.hgi-wanted:before {
    content: "妑"
}

.hgi-solid.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-solid.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-solid.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-solid.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-solid.hgi-warehouse:before {
    content: "妛"
}

.hgi-solid.hgi-washington-monument:before {
    content: "妝"
}

.hgi-solid.hgi-waste-restore:before {
    content: "妟"
}

.hgi-solid.hgi-waste:before {
    content: "妡"
}

.hgi-solid.hgi-watch-01:before {
    content: "妣"
}

.hgi-solid.hgi-watch-02:before {
    content: "妥"
}

.hgi-solid.hgi-water-energy:before {
    content: "妧"
}

.hgi-solid.hgi-water-polo:before {
    content: "妩"
}

.hgi-solid.hgi-water-pump:before {
    content: "妫"
}

.hgi-solid.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-solid.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-solid.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-solid.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-solid.hgi-watermelon:before {
    content: "妵"
}

.hgi-solid.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-solid.hgi-wattpad:before {
    content: "妹"
}

.hgi-solid.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-solid.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-solid.hgi-waze:before {
    content: "妿"
}

.hgi-solid.hgi-web-design-01:before {
    content: "姁"
}

.hgi-solid.hgi-web-design-02:before {
    content: "姃"
}

.hgi-solid.hgi-web-programming:before {
    content: "姅"
}

.hgi-solid.hgi-web-protection:before {
    content: "姇"
}

.hgi-solid.hgi-web-security:before {
    content: "姉"
}

.hgi-solid.hgi-web-validation:before {
    content: "始"
}

.hgi-solid.hgi-webflow:before {
    content: "姍"
}

.hgi-solid.hgi-wechat:before {
    content: "姏"
}

.hgi-solid.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-solid.hgi-weight-scale:before {
    content: "姓"
}

.hgi-solid.hgi-wellness:before {
    content: "姕"
}

.hgi-solid.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-solid.hgi-whatsapp:before {
    content: "姙"
}

.hgi-solid.hgi-wheelchair:before {
    content: "姛"
}

.hgi-solid.hgi-whisk:before {
    content: "姝"
}

.hgi-solid.hgi-whistle:before {
    content: "姟"
}

.hgi-solid.hgi-wifi-01:before {
    content: "姡"
}

.hgi-solid.hgi-wifi-02:before {
    content: "姣"
}

.hgi-solid.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-solid.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-solid.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-solid.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-solid.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-solid.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-solid.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-solid.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-solid.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-solid.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-solid.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-solid.hgi-wifi-location:before {
    content: "姻"
}

.hgi-solid.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-solid.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-solid.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-solid.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-solid.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-solid.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-solid.hgi-wifi-square:before {
    content: "娉"
}

.hgi-solid.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-solid.hgi-wikipedia:before {
    content: "娍"
}

.hgi-solid.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-solid.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-solid.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-solid.hgi-wind-power:before {
    content: "娕"
}

.hgi-solid.hgi-wind-surf:before {
    content: "娗"
}

.hgi-solid.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-solid.hgi-wink:before {
    content: "娛"
}

.hgi-solid.hgi-winking:before {
    content: "娝"
}

.hgi-solid.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-solid.hgi-wireless:before {
    content: "娡"
}

.hgi-solid.hgi-wise:before {
    content: "娣"
}

.hgi-solid.hgi-wordpress:before {
    content: "娥"
}

.hgi-solid.hgi-work-alert:before {
    content: "娧"
}

.hgi-solid.hgi-work-history:before {
    content: "娩"
}

.hgi-solid.hgi-work-update:before {
    content: "娫"
}

.hgi-solid.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-solid.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-solid.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-solid.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-solid.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-solid.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-solid.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-solid.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-solid.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-solid.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-solid.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-solid.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-solid.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-solid.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-solid.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-solid.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-solid.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-solid.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-solid.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-solid.hgi-workout-run:before {
    content: "婓"
}

.hgi-solid.hgi-workout-sport:before {
    content: "婕"
}

.hgi-solid.hgi-workout-squats:before {
    content: "婗"
}

.hgi-solid.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-solid.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-solid.hgi-worry:before {
    content: "婝"
}

.hgi-solid.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-solid.hgi-wps-office:before {
    content: "婡"
}

.hgi-solid.hgi-wrench-01:before {
    content: "婣"
}

.hgi-solid.hgi-wrench-02:before {
    content: "婥"
}

.hgi-solid.hgi-wudu:before {
    content: "婧"
}

.hgi-solid.hgi-x-ray:before {
    content: "婩"
}

.hgi-solid.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-solid.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-solid.hgi-x-variable:before {
    content: "婯"
}

.hgi-solid.hgi-xing:before {
    content: "婱"
}

.hgi-solid.hgi-xls-01:before {
    content: "婳"
}

.hgi-solid.hgi-xls-02:before {
    content: "婵"
}

.hgi-solid.hgi-xml-01:before {
    content: "婷"
}

.hgi-solid.hgi-xml-02:before {
    content: "婹"
}

.hgi-solid.hgi-xsl-01:before {
    content: "婻"
}

.hgi-solid.hgi-xsl-02:before {
    content: "婽"
}

.hgi-solid.hgi-yelp:before {
    content: "婿"
}

.hgi-solid.hgi-yen-circle:before {
    content: "媁"
}

.hgi-solid.hgi-yen-receive:before {
    content: "媃"
}

.hgi-solid.hgi-yen-send:before {
    content: "媆"
}

.hgi-solid.hgi-yen-square:before {
    content: "媈"
}

.hgi-solid.hgi-yen:before {
    content: "媉"
}

.hgi-solid.hgi-yoga-01:before {
    content: "媋"
}

.hgi-solid.hgi-yoga-02:before {
    content: "媍"
}

.hgi-solid.hgi-yoga-03:before {
    content: "媏"
}

.hgi-solid.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-solid.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-solid.hgi-yogurt:before {
    content: "媕"
}

.hgi-solid.hgi-youtube:before {
    content: "媗"
}

.hgi-solid.hgi-yurt:before {
    content: "媙"
}

.hgi-solid.hgi-zakat:before {
    content: "媛"
}

.hgi-solid.hgi-zap:before {
    content: "媝"
}

.hgi-solid.hgi-zeppelin:before {
    content: "媟"
}

.hgi-solid.hgi-zip-01:before {
    content: "媡"
}

.hgi-solid.hgi-zip-02:before {
    content: "媣"
}

.hgi-solid.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-solid.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-solid.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-solid.hgi-zoom-square:before {
    content: "媬"
}

.hgi-solid.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-solid-sharp;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-sharp.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-sharp.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-sharp.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-sharp.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-sharp.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-sharp.svg#hgi-solid-sharp) format("svg")
}

.hgi-solid.hgi-sharp {
    font-family: hgi-solid-sharp!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-solid.hgi-sharp.hgi-abacus:before {
    content: "㩱"
}

.hgi-solid.hgi-sharp.hgi-absolute:before {
    content: "㩳"
}

.hgi-solid.hgi-sharp.hgi-acceleration:before {
    content: "㩵"
}

.hgi-solid.hgi-sharp.hgi-access:before {
    content: "㩷"
}

.hgi-solid.hgi-sharp.hgi-accident:before {
    content: "㩹"
}

.hgi-solid.hgi-sharp.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-solid.hgi-sharp.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-solid.hgi-sharp.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-solid.hgi-sharp.hgi-activity-01:before {
    content: "㪁"
}

.hgi-solid.hgi-sharp.hgi-activity-02:before {
    content: "㪃"
}

.hgi-solid.hgi-sharp.hgi-activity-03:before {
    content: "㪅"
}

.hgi-solid.hgi-sharp.hgi-activity-04:before {
    content: "㪇"
}

.hgi-solid.hgi-sharp.hgi-acute:before {
    content: "㪉"
}

.hgi-solid.hgi-sharp.hgi-add-01:before {
    content: "㪋"
}

.hgi-solid.hgi-sharp.hgi-add-02:before {
    content: "㪍"
}

.hgi-solid.hgi-sharp.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-solid.hgi-sharp.hgi-add-circle:before {
    content: "㪑"
}

.hgi-solid.hgi-sharp.hgi-add-square:before {
    content: "㪓"
}

.hgi-solid.hgi-sharp.hgi-add-team:before {
    content: "㪕"
}

.hgi-solid.hgi-sharp.hgi-address-book:before {
    content: "㪗"
}

.hgi-solid.hgi-sharp.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-solid.hgi-sharp.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-solid.hgi-sharp.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-solid.hgi-sharp.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-solid.hgi-sharp.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-solid.hgi-sharp.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-solid.hgi-sharp.hgi-adventure:before {
    content: "㪥"
}

.hgi-solid.hgi-sharp.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-solid.hgi-sharp.hgi-adzan:before {
    content: "㪩"
}

.hgi-solid.hgi-sharp.hgi-affiliate:before {
    content: "㪫"
}

.hgi-solid.hgi-sharp.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-solid.hgi-sharp.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-solid.hgi-sharp.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-solid.hgi-sharp.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-solid.hgi-sharp.hgi-ai-book:before {
    content: "㪵"
}

.hgi-solid.hgi-sharp.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-solid.hgi-sharp.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-solid.hgi-sharp.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-solid.hgi-sharp.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-solid.hgi-sharp.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-solid.hgi-sharp.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-solid.hgi-sharp.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-solid.hgi-sharp.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-solid.hgi-sharp.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-solid.hgi-sharp.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-solid.hgi-sharp.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-solid.hgi-sharp.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-solid.hgi-sharp.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-solid.hgi-sharp.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-solid.hgi-sharp.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-solid.hgi-sharp.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-solid.hgi-sharp.hgi-ai-game:before {
    content: "㫗"
}

.hgi-solid.hgi-sharp.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-solid.hgi-sharp.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-solid.hgi-sharp.hgi-ai-image:before {
    content: "㫝"
}

.hgi-solid.hgi-sharp.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-solid.hgi-sharp.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-solid.hgi-sharp.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-solid.hgi-sharp.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-solid.hgi-sharp.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-solid.hgi-sharp.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-solid.hgi-sharp.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-solid.hgi-sharp.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-solid.hgi-sharp.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-solid.hgi-sharp.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-solid.hgi-sharp.hgi-ai-network:before {
    content: "㫳"
}

.hgi-solid.hgi-sharp.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-solid.hgi-sharp.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-solid.hgi-sharp.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-solid.hgi-sharp.hgi-ai-search:before {
    content: "㫻"
}

.hgi-solid.hgi-sharp.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-solid.hgi-sharp.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-solid.hgi-sharp.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-solid.hgi-sharp.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-solid.hgi-sharp.hgi-ai-user:before {
    content: "㬅"
}

.hgi-solid.hgi-sharp.hgi-ai-video:before {
    content: "㬇"
}

.hgi-solid.hgi-sharp.hgi-ai-view:before {
    content: "㬉"
}

.hgi-solid.hgi-sharp.hgi-aids:before {
    content: "㬋"
}

.hgi-solid.hgi-sharp.hgi-airbnb:before {
    content: "㬍"
}

.hgi-solid.hgi-sharp.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-solid.hgi-sharp.hgi-airdrop:before {
    content: "㬑"
}

.hgi-solid.hgi-sharp.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-solid.hgi-sharp.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-solid.hgi-sharp.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-solid.hgi-sharp.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-solid.hgi-sharp.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-solid.hgi-sharp.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-solid.hgi-sharp.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-solid.hgi-sharp.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-solid.hgi-sharp.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-solid.hgi-sharp.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-solid.hgi-sharp.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-solid.hgi-sharp.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-solid.hgi-sharp.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-solid.hgi-sharp.hgi-airport:before {
    content: "㬭"
}

.hgi-solid.hgi-sharp.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-solid.hgi-sharp.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-solid.hgi-sharp.hgi-album-01:before {
    content: "㬳"
}

.hgi-solid.hgi-sharp.hgi-album-02:before {
    content: "㬵"
}

.hgi-solid.hgi-sharp.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-solid.hgi-sharp.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-solid.hgi-sharp.hgi-alert-01:before {
    content: "㬻"
}

.hgi-solid.hgi-sharp.hgi-alert-02:before {
    content: "㬽"
}

.hgi-solid.hgi-sharp.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-solid.hgi-sharp.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-solid.hgi-sharp.hgi-alert-square:before {
    content: "㭃"
}

.hgi-solid.hgi-sharp.hgi-algorithm:before {
    content: "㭅"
}

.hgi-solid.hgi-sharp.hgi-alien-01:before {
    content: "㭇"
}

.hgi-solid.hgi-sharp.hgi-alien-02:before {
    content: "㭉"
}

.hgi-solid.hgi-sharp.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-solid.hgi-sharp.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-solid.hgi-sharp.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-solid.hgi-sharp.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-solid.hgi-sharp.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-solid.hgi-sharp.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-solid.hgi-sharp.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-solid.hgi-sharp.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-solid.hgi-sharp.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-solid.hgi-sharp.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-solid.hgi-sharp.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-solid.hgi-sharp.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-solid.hgi-sharp.hgi-align-left:before {
    content: "㭣"
}

.hgi-solid.hgi-sharp.hgi-align-right:before {
    content: "㭥"
}

.hgi-solid.hgi-sharp.hgi-align-selection:before {
    content: "㭧"
}

.hgi-solid.hgi-sharp.hgi-align-top:before {
    content: "㭩"
}

.hgi-solid.hgi-sharp.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-solid.hgi-sharp.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-solid.hgi-sharp.hgi-allah:before {
    content: "㭯"
}

.hgi-solid.hgi-sharp.hgi-alms:before {
    content: "㭱"
}

.hgi-solid.hgi-sharp.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-solid.hgi-sharp.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-solid.hgi-sharp.hgi-alpha:before {
    content: "㭷"
}

.hgi-solid.hgi-sharp.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-solid.hgi-sharp.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-solid.hgi-sharp.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-solid.hgi-sharp.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-solid.hgi-sharp.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-solid.hgi-sharp.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-solid.hgi-sharp.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-solid.hgi-sharp.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-solid.hgi-sharp.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-solid.hgi-sharp.hgi-amazon:before {
    content: "㮋"
}

.hgi-solid.hgi-sharp.hgi-ambulance:before {
    content: "㮍"
}

.hgi-solid.hgi-sharp.hgi-american-football:before {
    content: "㮏"
}

.hgi-solid.hgi-sharp.hgi-amie:before {
    content: "㮑"
}

.hgi-solid.hgi-sharp.hgi-ampoule:before {
    content: "㮓"
}

.hgi-solid.hgi-sharp.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-solid.hgi-sharp.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-solid.hgi-sharp.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-solid.hgi-sharp.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-solid.hgi-sharp.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-solid.hgi-sharp.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-solid.hgi-sharp.hgi-android:before {
    content: "㮡"
}

.hgi-solid.hgi-sharp.hgi-angel:before {
    content: "㮣"
}

.hgi-solid.hgi-sharp.hgi-angle-01:before {
    content: "㮥"
}

.hgi-solid.hgi-sharp.hgi-angle:before {
    content: "㮧"
}

.hgi-solid.hgi-sharp.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-solid.hgi-sharp.hgi-angry:before {
    content: "㮫"
}

.hgi-solid.hgi-sharp.hgi-anonymous:before {
    content: "㮭"
}

.hgi-solid.hgi-sharp.hgi-api:before {
    content: "㮯"
}

.hgi-solid.hgi-sharp.hgi-app-store:before {
    content: "㮱"
}

.hgi-solid.hgi-sharp.hgi-apple-01:before {
    content: "㮳"
}

.hgi-solid.hgi-sharp.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-solid.hgi-sharp.hgi-apple-news:before {
    content: "㮷"
}

.hgi-solid.hgi-sharp.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-solid.hgi-sharp.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-solid.hgi-sharp.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-solid.hgi-sharp.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-solid.hgi-sharp.hgi-apple:before {
    content: "㯁"
}

.hgi-solid.hgi-sharp.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-solid.hgi-sharp.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-solid.hgi-sharp.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-solid.hgi-sharp.hgi-apricot:before {
    content: "㯉"
}

.hgi-solid.hgi-sharp.hgi-apron:before {
    content: "㯋"
}

.hgi-solid.hgi-sharp.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-solid.hgi-sharp.hgi-archer:before {
    content: "㯏"
}

.hgi-solid.hgi-sharp.hgi-archive-01:before {
    content: "㯑"
}

.hgi-solid.hgi-sharp.hgi-archive-02:before {
    content: "㯓"
}

.hgi-solid.hgi-sharp.hgi-archive:before {
    content: "㯕"
}

.hgi-solid.hgi-sharp.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-solid.hgi-sharp.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-solid.hgi-sharp.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-solid.hgi-sharp.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-solid.hgi-sharp.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-solid.hgi-sharp.hgi-arrange:before {
    content: "㯡"
}

.hgi-solid.hgi-sharp.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-solid.hgi-sharp.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-solid.hgi-sharp.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-solid.hgi-sharp.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-solid.hgi-sharp.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-solid.hgi-sharp.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-solid.hgi-sharp.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-solid.hgi-sharp.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-solid.hgi-sharp.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-solid.hgi-sharp.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-solid.hgi-sharp.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-solid.hgi-sharp.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-solid.hgi-sharp.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-solid.hgi-sharp.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-solid.hgi-sharp.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-solid.hgi-sharp.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-solid.hgi-sharp.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-solid.hgi-sharp.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-solid.hgi-sharp.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-solid.hgi-sharp.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-solid.hgi-sharp.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-solid.hgi-sharp.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-solid.hgi-sharp.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-solid.hgi-sharp.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-solid.hgi-sharp.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-solid.hgi-sharp.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-solid.hgi-sharp.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-solid.hgi-sharp.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-solid.hgi-sharp.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-solid.hgi-sharp.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-solid.hgi-sharp.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-solid.hgi-sharp.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-solid.hgi-sharp.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-solid.hgi-sharp.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-solid.hgi-sharp.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-solid.hgi-sharp.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-solid.hgi-sharp.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-solid.hgi-sharp.hgi-artboard:before {
    content: "㱟"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-solid.hgi-sharp.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-solid.hgi-sharp.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-solid.hgi-sharp.hgi-assignments:before {
    content: "㱱"
}

.hgi-solid.hgi-sharp.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-solid.hgi-sharp.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-solid.hgi-sharp.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-solid.hgi-sharp.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-solid.hgi-sharp.hgi-at:before {
    content: "㱻"
}

.hgi-solid.hgi-sharp.hgi-atm-01:before {
    content: "㱽"
}

.hgi-solid.hgi-sharp.hgi-atm-02:before {
    content: "㱿"
}

.hgi-solid.hgi-sharp.hgi-atom-01:before {
    content: "㲁"
}

.hgi-solid.hgi-sharp.hgi-atom-02:before {
    content: "㲃"
}

.hgi-solid.hgi-sharp.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-solid.hgi-sharp.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-solid.hgi-sharp.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-solid.hgi-sharp.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-solid.hgi-sharp.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-solid.hgi-sharp.hgi-attachment:before {
    content: "㲏"
}

.hgi-solid.hgi-sharp.hgi-auction:before {
    content: "㲑"
}

.hgi-solid.hgi-sharp.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-solid.hgi-sharp.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-solid.hgi-sharp.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-solid.hgi-sharp.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-solid.hgi-sharp.hgi-audit-01:before {
    content: "㲛"
}

.hgi-solid.hgi-sharp.hgi-audit-02:before {
    content: "㲝"
}

.hgi-solid.hgi-sharp.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-solid.hgi-sharp.hgi-authorized:before {
    content: "㲡"
}

.hgi-solid.hgi-sharp.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-solid.hgi-sharp.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-solid.hgi-sharp.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-solid.hgi-sharp.hgi-avalanche:before {
    content: "㲩"
}

.hgi-solid.hgi-sharp.hgi-avocado:before {
    content: "㲫"
}

.hgi-solid.hgi-sharp.hgi-award-01:before {
    content: "㲭"
}

.hgi-solid.hgi-sharp.hgi-award-02:before {
    content: "㲯"
}

.hgi-solid.hgi-sharp.hgi-award-03:before {
    content: "㲱"
}

.hgi-solid.hgi-sharp.hgi-award-04:before {
    content: "㲳"
}

.hgi-solid.hgi-sharp.hgi-award-05:before {
    content: "㲵"
}

.hgi-solid.hgi-sharp.hgi-baby-01:before {
    content: "㲷"
}

.hgi-solid.hgi-sharp.hgi-baby-02:before {
    content: "㲹"
}

.hgi-solid.hgi-sharp.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-solid.hgi-sharp.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-solid.hgi-sharp.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-solid.hgi-sharp.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-solid.hgi-sharp.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-solid.hgi-sharp.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-solid.hgi-sharp.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-solid.hgi-sharp.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-solid.hgi-sharp.hgi-backward-01:before {
    content: "㳋"
}

.hgi-solid.hgi-sharp.hgi-backward-02:before {
    content: "㳍"
}

.hgi-solid.hgi-sharp.hgi-bacteria:before {
    content: "㳏"
}

.hgi-solid.hgi-sharp.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-solid.hgi-sharp.hgi-badminton:before {
    content: "㳓"
}

.hgi-solid.hgi-sharp.hgi-banana:before {
    content: "㳕"
}

.hgi-solid.hgi-sharp.hgi-bandage:before {
    content: "㳗"
}

.hgi-solid.hgi-sharp.hgi-bank:before {
    content: "㳙"
}

.hgi-solid.hgi-sharp.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-solid.hgi-sharp.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-solid.hgi-sharp.hgi-barns:before {
    content: "㳟"
}

.hgi-solid.hgi-sharp.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-solid.hgi-sharp.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-solid.hgi-sharp.hgi-baseball:before {
    content: "㳥"
}

.hgi-solid.hgi-sharp.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-solid.hgi-sharp.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-solid.hgi-sharp.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-solid.hgi-sharp.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-solid.hgi-sharp.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-solid.hgi-sharp.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-solid.hgi-sharp.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-solid.hgi-sharp.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-solid.hgi-sharp.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-solid.hgi-sharp.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-solid.hgi-sharp.hgi-battery-full:before {
    content: "㳻"
}

.hgi-solid.hgi-sharp.hgi-battery-low:before {
    content: "㳽"
}

.hgi-solid.hgi-sharp.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-solid.hgi-sharp.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-solid.hgi-sharp.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-solid.hgi-sharp.hgi-beach-02:before {
    content: "㴅"
}

.hgi-solid.hgi-sharp.hgi-beach:before {
    content: "㴇"
}

.hgi-solid.hgi-sharp.hgi-beater:before {
    content: "㴉"
}

.hgi-solid.hgi-sharp.hgi-bebo:before {
    content: "㴋"
}

.hgi-solid.hgi-sharp.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-solid.hgi-sharp.hgi-bed-double:before {
    content: "㴏"
}

.hgi-solid.hgi-sharp.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-solid.hgi-sharp.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-solid.hgi-sharp.hgi-bed:before {
    content: "㴕"
}

.hgi-solid.hgi-sharp.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-solid.hgi-sharp.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-solid.hgi-sharp.hgi-behance-01:before {
    content: "㴛"
}

.hgi-solid.hgi-sharp.hgi-behance-02:before {
    content: "㴝"
}

.hgi-solid.hgi-sharp.hgi-belt:before {
    content: "㴟"
}

.hgi-solid.hgi-sharp.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-solid.hgi-sharp.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-solid.hgi-sharp.hgi-berlin:before {
    content: "㴥"
}

.hgi-solid.hgi-sharp.hgi-beta:before {
    content: "㴧"
}

.hgi-solid.hgi-sharp.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-solid.hgi-sharp.hgi-bicycle:before {
    content: "㴫"
}

.hgi-solid.hgi-sharp.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-solid.hgi-sharp.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-solid.hgi-sharp.hgi-binary-code:before {
    content: "㴱"
}

.hgi-solid.hgi-sharp.hgi-bing:before {
    content: "㴳"
}

.hgi-solid.hgi-sharp.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-solid.hgi-sharp.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-solid.hgi-sharp.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-solid.hgi-sharp.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-solid.hgi-sharp.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-solid.hgi-sharp.hgi-biscuit:before {
    content: "㴿"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-solid.hgi-sharp.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-solid.hgi-sharp.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-solid.hgi-sharp.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-solid.hgi-sharp.hgi-black-hole:before {
    content: "㶥"
}

.hgi-solid.hgi-sharp.hgi-blend:before {
    content: "㶧"
}

.hgi-solid.hgi-sharp.hgi-blender:before {
    content: "㶩"
}

.hgi-solid.hgi-sharp.hgi-block-game:before {
    content: "㶫"
}

.hgi-solid.hgi-sharp.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-solid.hgi-sharp.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-solid.hgi-sharp.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-solid.hgi-sharp.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-solid.hgi-sharp.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-solid.hgi-sharp.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-solid.hgi-sharp.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-solid.hgi-sharp.hgi-blocked:before {
    content: "㶻"
}

.hgi-solid.hgi-sharp.hgi-blogger:before {
    content: "㶽"
}

.hgi-solid.hgi-sharp.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-solid.hgi-sharp.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-solid.hgi-sharp.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-solid.hgi-sharp.hgi-blood-type:before {
    content: "㷆"
}

.hgi-solid.hgi-sharp.hgi-blood:before {
    content: "㷇"
}

.hgi-solid.hgi-sharp.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-solid.hgi-sharp.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-solid.hgi-sharp.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-solid.hgi-sharp.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-solid.hgi-sharp.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-solid.hgi-sharp.hgi-blur:before {
    content: "㷓"
}

.hgi-solid.hgi-sharp.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-solid.hgi-sharp.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-solid.hgi-sharp.hgi-board-math:before {
    content: "㷙"
}

.hgi-solid.hgi-sharp.hgi-boat:before {
    content: "㷛"
}

.hgi-solid.hgi-sharp.hgi-body-armor:before {
    content: "㷝"
}

.hgi-solid.hgi-sharp.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-solid.hgi-sharp.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-solid.hgi-sharp.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-solid.hgi-sharp.hgi-body-soap:before {
    content: "㷥"
}

.hgi-solid.hgi-sharp.hgi-body-weight:before {
    content: "㷧"
}

.hgi-solid.hgi-sharp.hgi-bomb:before {
    content: "㷩"
}

.hgi-solid.hgi-sharp.hgi-bone-01:before {
    content: "㷫"
}

.hgi-solid.hgi-sharp.hgi-bone-02:before {
    content: "㷭"
}

.hgi-solid.hgi-sharp.hgi-book-01:before {
    content: "㷯"
}

.hgi-solid.hgi-sharp.hgi-book-02:before {
    content: "㷱"
}

.hgi-solid.hgi-sharp.hgi-book-03:before {
    content: "㷳"
}

.hgi-solid.hgi-sharp.hgi-book-04:before {
    content: "㷵"
}

.hgi-solid.hgi-sharp.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-solid.hgi-sharp.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-solid.hgi-sharp.hgi-book-download:before {
    content: "㷻"
}

.hgi-solid.hgi-sharp.hgi-book-edit:before {
    content: "㷽"
}

.hgi-solid.hgi-sharp.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-solid.hgi-sharp.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-solid.hgi-sharp.hgi-book-upload:before {
    content: "㸃"
}

.hgi-solid.hgi-sharp.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-solid.hgi-sharp.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-solid.hgi-sharp.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-solid.hgi-sharp.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-solid.hgi-sharp.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-solid.hgi-sharp.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-solid.hgi-sharp.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-solid.hgi-sharp.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-solid.hgi-sharp.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-solid.hgi-sharp.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-solid.hgi-sharp.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-solid.hgi-sharp.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-solid.hgi-sharp.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-solid.hgi-sharp.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-solid.hgi-sharp.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-solid.hgi-sharp.hgi-books-01:before {
    content: "㸣"
}

.hgi-solid.hgi-sharp.hgi-books-02:before {
    content: "㸥"
}

.hgi-solid.hgi-sharp.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-solid.hgi-sharp.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-solid.hgi-sharp.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-solid.hgi-sharp.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-solid.hgi-sharp.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-solid.hgi-sharp.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-solid.hgi-sharp.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-solid.hgi-sharp.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-solid.hgi-sharp.hgi-border-full:before {
    content: "㸷"
}

.hgi-solid.hgi-sharp.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-solid.hgi-sharp.hgi-border-inner:before {
    content: "㸻"
}

.hgi-solid.hgi-sharp.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-solid.hgi-sharp.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-solid.hgi-sharp.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-solid.hgi-sharp.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-solid.hgi-sharp.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-solid.hgi-sharp.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-solid.hgi-sharp.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-solid.hgi-sharp.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-solid.hgi-sharp.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-solid.hgi-sharp.hgi-borobudur:before {
    content: "㹏"
}

.hgi-solid.hgi-sharp.hgi-bot:before {
    content: "㹑"
}

.hgi-solid.hgi-sharp.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-solid.hgi-sharp.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-solid.hgi-sharp.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-solid.hgi-sharp.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-solid.hgi-sharp.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-solid.hgi-sharp.hgi-bowling:before {
    content: "㹝"
}

.hgi-solid.hgi-sharp.hgi-boxer:before {
    content: "㹟"
}

.hgi-solid.hgi-sharp.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-solid.hgi-sharp.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-solid.hgi-sharp.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-solid.hgi-sharp.hgi-brain-01:before {
    content: "㹧"
}

.hgi-solid.hgi-sharp.hgi-brain-02:before {
    content: "㹩"
}

.hgi-solid.hgi-sharp.hgi-brain:before {
    content: "㹫"
}

.hgi-solid.hgi-sharp.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-solid.hgi-sharp.hgi-bread-01:before {
    content: "㹯"
}

.hgi-solid.hgi-sharp.hgi-bread-02:before {
    content: "㹱"
}

.hgi-solid.hgi-sharp.hgi-bread-03:before {
    content: "㹳"
}

.hgi-solid.hgi-sharp.hgi-bread-04:before {
    content: "㹵"
}

.hgi-solid.hgi-sharp.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-solid.hgi-sharp.hgi-bridge:before {
    content: "㹹"
}

.hgi-solid.hgi-sharp.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-solid.hgi-sharp.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-solid.hgi-sharp.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-solid.hgi-sharp.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-solid.hgi-sharp.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-solid.hgi-sharp.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-solid.hgi-sharp.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-solid.hgi-sharp.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-solid.hgi-sharp.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-solid.hgi-sharp.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-solid.hgi-sharp.hgi-broccoli:before {
    content: "㺏"
}

.hgi-solid.hgi-sharp.hgi-brochure:before {
    content: "㺑"
}

.hgi-solid.hgi-sharp.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-solid.hgi-sharp.hgi-browser:before {
    content: "㺕"
}

.hgi-solid.hgi-sharp.hgi-brush:before {
    content: "㺗"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-solid.hgi-sharp.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-solid.hgi-sharp.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-solid.hgi-sharp.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-solid.hgi-sharp.hgi-bug-01:before {
    content: "㻉"
}

.hgi-solid.hgi-sharp.hgi-bug-02:before {
    content: "㻋"
}

.hgi-solid.hgi-sharp.hgi-building-01:before {
    content: "㻍"
}

.hgi-solid.hgi-sharp.hgi-building-02:before {
    content: "㻏"
}

.hgi-solid.hgi-sharp.hgi-building-03:before {
    content: "㻑"
}

.hgi-solid.hgi-sharp.hgi-building-04:before {
    content: "㻓"
}

.hgi-solid.hgi-sharp.hgi-building-05:before {
    content: "㻕"
}

.hgi-solid.hgi-sharp.hgi-building-06:before {
    content: "㻗"
}

.hgi-solid.hgi-sharp.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-solid.hgi-sharp.hgi-bulb:before {
    content: "㻛"
}

.hgi-solid.hgi-sharp.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-solid.hgi-sharp.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-solid.hgi-sharp.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-solid.hgi-sharp.hgi-bus-01:before {
    content: "㻣"
}

.hgi-solid.hgi-sharp.hgi-bus-02:before {
    content: "㻥"
}

.hgi-solid.hgi-sharp.hgi-bus-03:before {
    content: "㻧"
}

.hgi-solid.hgi-sharp.hgi-c-programming:before {
    content: "㻩"
}

.hgi-solid.hgi-sharp.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-solid.hgi-sharp.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-solid.hgi-sharp.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-solid.hgi-sharp.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-solid.hgi-sharp.hgi-cable-car:before {
    content: "㻳"
}

.hgi-solid.hgi-sharp.hgi-cactus:before {
    content: "㻵"
}

.hgi-solid.hgi-sharp.hgi-caduceus:before {
    content: "㻷"
}

.hgi-solid.hgi-sharp.hgi-cafe:before {
    content: "㻹"
}

.hgi-solid.hgi-sharp.hgi-calculate:before {
    content: "㻻"
}

.hgi-solid.hgi-sharp.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-solid.hgi-sharp.hgi-calculator:before {
    content: "㻿"
}

.hgi-solid.hgi-sharp.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-solid.hgi-sharp.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-solid.hgi-sharp.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-solid.hgi-sharp.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-solid.hgi-sharp.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-solid.hgi-sharp.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-solid.hgi-sharp.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-solid.hgi-sharp.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-solid.hgi-sharp.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-solid.hgi-sharp.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-solid.hgi-sharp.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-solid.hgi-sharp.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-solid.hgi-sharp.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-solid.hgi-sharp.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-solid.hgi-sharp.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-solid.hgi-sharp.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-solid.hgi-sharp.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-solid.hgi-sharp.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-solid.hgi-sharp.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-solid.hgi-sharp.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-solid.hgi-sharp.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-solid.hgi-sharp.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-solid.hgi-sharp.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-solid.hgi-sharp.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-solid.hgi-sharp.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-solid.hgi-sharp.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-solid.hgi-sharp.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-solid.hgi-sharp.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-solid.hgi-sharp.hgi-call-02:before {
    content: "㼹"
}

.hgi-solid.hgi-sharp.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-solid.hgi-sharp.hgi-call-add:before {
    content: "㼽"
}

.hgi-solid.hgi-sharp.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-solid.hgi-sharp.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-solid.hgi-sharp.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-solid.hgi-sharp.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-solid.hgi-sharp.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-solid.hgi-sharp.hgi-call-done:before {
    content: "㽉"
}

.hgi-solid.hgi-sharp.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-solid.hgi-sharp.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-solid.hgi-sharp.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-solid.hgi-sharp.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-solid.hgi-sharp.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-solid.hgi-sharp.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-solid.hgi-sharp.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-solid.hgi-sharp.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-solid.hgi-sharp.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-solid.hgi-sharp.hgi-call-internal:before {
    content: "㽝"
}

.hgi-solid.hgi-sharp.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-solid.hgi-sharp.hgi-call-locked:before {
    content: "㽡"
}

.hgi-solid.hgi-sharp.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-solid.hgi-sharp.hgi-call-minus:before {
    content: "㽥"
}

.hgi-solid.hgi-sharp.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-solid.hgi-sharp.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-solid.hgi-sharp.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-solid.hgi-sharp.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-solid.hgi-sharp.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-solid.hgi-sharp.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-solid.hgi-sharp.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-solid.hgi-sharp.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-solid.hgi-sharp.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-solid.hgi-sharp.hgi-call-paused:before {
    content: "㽹"
}

.hgi-solid.hgi-sharp.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-solid.hgi-sharp.hgi-call-received:before {
    content: "㽽"
}

.hgi-solid.hgi-sharp.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-solid.hgi-sharp.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-solid.hgi-sharp.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-solid.hgi-sharp.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-solid.hgi-sharp.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-solid.hgi-sharp.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-solid.hgi-sharp.hgi-call:before {
    content: "㾋"
}

.hgi-solid.hgi-sharp.hgi-calling-02:before {
    content: "㾍"
}

.hgi-solid.hgi-sharp.hgi-calling:before {
    content: "㾏"
}

.hgi-solid.hgi-sharp.hgi-camel:before {
    content: "㾑"
}

.hgi-solid.hgi-sharp.hgi-camera-01:before {
    content: "㾓"
}

.hgi-solid.hgi-sharp.hgi-camera-02:before {
    content: "㾕"
}

.hgi-solid.hgi-sharp.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-solid.hgi-sharp.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-solid.hgi-sharp.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-solid.hgi-sharp.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-solid.hgi-sharp.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-solid.hgi-sharp.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-solid.hgi-sharp.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-solid.hgi-sharp.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-solid.hgi-sharp.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-solid.hgi-sharp.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-solid.hgi-sharp.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-solid.hgi-sharp.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-solid.hgi-sharp.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-solid.hgi-sharp.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-solid.hgi-sharp.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-solid.hgi-sharp.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-solid.hgi-sharp.hgi-camera-video:before {
    content: "㾷"
}

.hgi-solid.hgi-sharp.hgi-camper:before {
    content: "㾹"
}

.hgi-solid.hgi-sharp.hgi-campfire:before {
    content: "㾻"
}

.hgi-solid.hgi-sharp.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-solid.hgi-sharp.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-solid.hgi-sharp.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-solid.hgi-sharp.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-solid.hgi-sharp.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-solid.hgi-sharp.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-solid.hgi-sharp.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-solid.hgi-sharp.hgi-canvas:before {
    content: "㿋"
}

.hgi-solid.hgi-sharp.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-solid.hgi-sharp.hgi-cap-round:before {
    content: "㿏"
}

.hgi-solid.hgi-sharp.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-solid.hgi-sharp.hgi-cap:before {
    content: "㿓"
}

.hgi-solid.hgi-sharp.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-solid.hgi-sharp.hgi-capcut:before {
    content: "㿗"
}

.hgi-solid.hgi-sharp.hgi-car-01:before {
    content: "㿙"
}

.hgi-solid.hgi-sharp.hgi-car-02:before {
    content: "㿛"
}

.hgi-solid.hgi-sharp.hgi-car-03:before {
    content: "㿝"
}

.hgi-solid.hgi-sharp.hgi-car-04:before {
    content: "㿟"
}

.hgi-solid.hgi-sharp.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-solid.hgi-sharp.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-solid.hgi-sharp.hgi-caravan:before {
    content: "㿥"
}

.hgi-solid.hgi-sharp.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-solid.hgi-sharp.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-solid.hgi-sharp.hgi-cardigan:before {
    content: "㿫"
}

.hgi-solid.hgi-sharp.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-solid.hgi-sharp.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-solid.hgi-sharp.hgi-cards-01:before {
    content: "㿱"
}

.hgi-solid.hgi-sharp.hgi-cards-02:before {
    content: "㿳"
}

.hgi-solid.hgi-sharp.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-solid.hgi-sharp.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-solid.hgi-sharp.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-solid.hgi-sharp.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-solid.hgi-sharp.hgi-carrot:before {
    content: "㿽"
}

.hgi-solid.hgi-sharp.hgi-cash-01:before {
    content: "㿿"
}

.hgi-solid.hgi-sharp.hgi-cash-02:before {
    content: "䀁"
}

.hgi-solid.hgi-sharp.hgi-cashback:before {
    content: "䀃"
}

.hgi-solid.hgi-sharp.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-solid.hgi-sharp.hgi-cashier:before {
    content: "䀇"
}

.hgi-solid.hgi-sharp.hgi-castle-01:before {
    content: "䀉"
}

.hgi-solid.hgi-sharp.hgi-castle-02:before {
    content: "䀋"
}

.hgi-solid.hgi-sharp.hgi-castle:before {
    content: "䀍"
}

.hgi-solid.hgi-sharp.hgi-catalogue:before {
    content: "䀏"
}

.hgi-solid.hgi-sharp.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-solid.hgi-sharp.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-solid.hgi-sharp.hgi-cd:before {
    content: "䀕"
}

.hgi-solid.hgi-sharp.hgi-cells:before {
    content: "䀗"
}

.hgi-solid.hgi-sharp.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-solid.hgi-sharp.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-solid.hgi-sharp.hgi-celsius:before {
    content: "䀝"
}

.hgi-solid.hgi-sharp.hgi-center-focus:before {
    content: "䀟"
}

.hgi-solid.hgi-sharp.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-solid.hgi-sharp.hgi-centralized:before {
    content: "䀣"
}

.hgi-solid.hgi-sharp.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-solid.hgi-sharp.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-solid.hgi-sharp.hgi-chair-01:before {
    content: "䀩"
}

.hgi-solid.hgi-sharp.hgi-chair-02:before {
    content: "䀫"
}

.hgi-solid.hgi-sharp.hgi-chair-03:before {
    content: "䀭"
}

.hgi-solid.hgi-sharp.hgi-chair-04:before {
    content: "䀯"
}

.hgi-solid.hgi-sharp.hgi-chair-05:before {
    content: "䀱"
}

.hgi-solid.hgi-sharp.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-solid.hgi-sharp.hgi-champion:before {
    content: "䀵"
}

.hgi-solid.hgi-sharp.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-solid.hgi-sharp.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-solid.hgi-sharp.hgi-charity:before {
    content: "䀻"
}

.hgi-solid.hgi-sharp.hgi-chart-average:before {
    content: "䀽"
}

.hgi-solid.hgi-sharp.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-solid.hgi-sharp.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-solid.hgi-sharp.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-solid.hgi-sharp.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-solid.hgi-sharp.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-solid.hgi-sharp.hgi-chart-column:before {
    content: "䁉"
}

.hgi-solid.hgi-sharp.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-solid.hgi-sharp.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-solid.hgi-sharp.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-solid.hgi-sharp.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-solid.hgi-sharp.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-solid.hgi-sharp.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-solid.hgi-sharp.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-solid.hgi-sharp.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-solid.hgi-sharp.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-solid.hgi-sharp.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-solid.hgi-sharp.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-solid.hgi-sharp.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-solid.hgi-sharp.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-solid.hgi-sharp.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-solid.hgi-sharp.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-solid.hgi-sharp.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-solid.hgi-sharp.hgi-chart:before {
    content: "䁫"
}

.hgi-solid.hgi-sharp.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-solid.hgi-sharp.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-solid.hgi-sharp.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-solid.hgi-sharp.hgi-check-list:before {
    content: "䁳"
}

.hgi-solid.hgi-sharp.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-solid.hgi-sharp.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-solid.hgi-sharp.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-solid.hgi-sharp.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-solid.hgi-sharp.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-solid.hgi-sharp.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-solid.hgi-sharp.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-solid.hgi-sharp.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-solid.hgi-sharp.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-solid.hgi-sharp.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-solid.hgi-sharp.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-solid.hgi-sharp.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-solid.hgi-sharp.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-solid.hgi-sharp.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-solid.hgi-sharp.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-solid.hgi-sharp.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-solid.hgi-sharp.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-solid.hgi-sharp.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-solid.hgi-sharp.hgi-cheese:before {
    content: "䂙"
}

.hgi-solid.hgi-sharp.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-solid.hgi-sharp.hgi-chef:before {
    content: "䂝"
}

.hgi-solid.hgi-sharp.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-solid.hgi-sharp.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-solid.hgi-sharp.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-solid.hgi-sharp.hgi-cherry:before {
    content: "䂥"
}

.hgi-solid.hgi-sharp.hgi-chess-01:before {
    content: "䂧"
}

.hgi-solid.hgi-sharp.hgi-chess-02:before {
    content: "䂩"
}

.hgi-solid.hgi-sharp.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-solid.hgi-sharp.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-solid.hgi-sharp.hgi-chimney:before {
    content: "䂯"
}

.hgi-solid.hgi-sharp.hgi-china-temple:before {
    content: "䂱"
}

.hgi-solid.hgi-sharp.hgi-chip-02:before {
    content: "䂳"
}

.hgi-solid.hgi-sharp.hgi-chip:before {
    content: "䂵"
}

.hgi-solid.hgi-sharp.hgi-chocolate:before {
    content: "䂷"
}

.hgi-solid.hgi-sharp.hgi-chrome:before {
    content: "䂹"
}

.hgi-solid.hgi-sharp.hgi-chrysler:before {
    content: "䂻"
}

.hgi-solid.hgi-sharp.hgi-church:before {
    content: "䂽"
}

.hgi-solid.hgi-sharp.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-solid.hgi-sharp.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-solid.hgi-sharp.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-solid.hgi-sharp.hgi-circle-password:before {
    content: "䄧"
}

.hgi-solid.hgi-sharp.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-solid.hgi-sharp.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-solid.hgi-sharp.hgi-circle:before {
    content: "䄭"
}

.hgi-solid.hgi-sharp.hgi-city-01:before {
    content: "䄯"
}

.hgi-solid.hgi-sharp.hgi-city-02:before {
    content: "䄱"
}

.hgi-solid.hgi-sharp.hgi-city-03:before {
    content: "䄳"
}

.hgi-solid.hgi-sharp.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-solid.hgi-sharp.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-solid.hgi-sharp.hgi-clean:before {
    content: "䄹"
}

.hgi-solid.hgi-sharp.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-solid.hgi-sharp.hgi-clinic:before {
    content: "䄽"
}

.hgi-solid.hgi-sharp.hgi-clip:before {
    content: "䄿"
}

.hgi-solid.hgi-sharp.hgi-clipboard:before {
    content: "䅁"
}

.hgi-solid.hgi-sharp.hgi-clock-01:before {
    content: "䅃"
}

.hgi-solid.hgi-sharp.hgi-clock-02:before {
    content: "䅅"
}

.hgi-solid.hgi-sharp.hgi-clock-03:before {
    content: "䅇"
}

.hgi-solid.hgi-sharp.hgi-clock-04:before {
    content: "䅉"
}

.hgi-solid.hgi-sharp.hgi-clock-05:before {
    content: "䅋"
}

.hgi-solid.hgi-sharp.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-solid.hgi-sharp.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-solid.hgi-sharp.hgi-clothes:before {
    content: "䅑"
}

.hgi-solid.hgi-sharp.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-solid.hgi-sharp.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-solid.hgi-sharp.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-solid.hgi-sharp.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-solid.hgi-sharp.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-solid.hgi-sharp.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-solid.hgi-sharp.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-solid.hgi-sharp.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-solid.hgi-sharp.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-solid.hgi-sharp.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-solid.hgi-sharp.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-solid.hgi-sharp.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-solid.hgi-sharp.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-solid.hgi-sharp.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-solid.hgi-sharp.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-solid.hgi-sharp.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-solid.hgi-sharp.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-solid.hgi-sharp.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-solid.hgi-sharp.hgi-cloud:before {
    content: "䅷"
}

.hgi-solid.hgi-sharp.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-solid.hgi-sharp.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-solid.hgi-sharp.hgi-co-present:before {
    content: "䅽"
}

.hgi-solid.hgi-sharp.hgi-code-circle:before {
    content: "䅿"
}

.hgi-solid.hgi-sharp.hgi-code-folder:before {
    content: "䆁"
}

.hgi-solid.hgi-sharp.hgi-code-square:before {
    content: "䆄"
}

.hgi-solid.hgi-sharp.hgi-code:before {
    content: "䆅"
}

.hgi-solid.hgi-sharp.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-solid.hgi-sharp.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-solid.hgi-sharp.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-solid.hgi-sharp.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-solid.hgi-sharp.hgi-coins-01:before {
    content: "䆏"
}

.hgi-solid.hgi-sharp.hgi-coins-02:before {
    content: "䆑"
}

.hgi-solid.hgi-sharp.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-solid.hgi-sharp.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-solid.hgi-sharp.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-solid.hgi-sharp.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-solid.hgi-sharp.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-solid.hgi-sharp.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-solid.hgi-sharp.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-solid.hgi-sharp.hgi-color-picker:before {
    content: "䆡"
}

.hgi-solid.hgi-sharp.hgi-colors:before {
    content: "䆣"
}

.hgi-solid.hgi-sharp.hgi-colosseum:before {
    content: "䆥"
}

.hgi-solid.hgi-sharp.hgi-column-delete:before {
    content: "䆧"
}

.hgi-solid.hgi-sharp.hgi-column-insert:before {
    content: "䆩"
}

.hgi-solid.hgi-sharp.hgi-comet-01:before {
    content: "䆫"
}

.hgi-solid.hgi-sharp.hgi-comet-02:before {
    content: "䆭"
}

.hgi-solid.hgi-sharp.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-solid.hgi-sharp.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-solid.hgi-sharp.hgi-command-line:before {
    content: "䆳"
}

.hgi-solid.hgi-sharp.hgi-command:before {
    content: "䆵"
}

.hgi-solid.hgi-sharp.hgi-comment-01:before {
    content: "䆷"
}

.hgi-solid.hgi-sharp.hgi-comment-02:before {
    content: "䆹"
}

.hgi-solid.hgi-sharp.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-solid.hgi-sharp.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-solid.hgi-sharp.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-solid.hgi-sharp.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-solid.hgi-sharp.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-solid.hgi-sharp.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-solid.hgi-sharp.hgi-compass-01:before {
    content: "䇇"
}

.hgi-solid.hgi-sharp.hgi-compass:before {
    content: "䇉"
}

.hgi-solid.hgi-sharp.hgi-complaint:before {
    content: "䇋"
}

.hgi-solid.hgi-sharp.hgi-computer-add:before {
    content: "䇍"
}

.hgi-solid.hgi-sharp.hgi-computer-check:before {
    content: "䇏"
}

.hgi-solid.hgi-sharp.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-solid.hgi-sharp.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-solid.hgi-sharp.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-solid.hgi-sharp.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-solid.hgi-sharp.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-solid.hgi-sharp.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-solid.hgi-sharp.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-solid.hgi-sharp.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-solid.hgi-sharp.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-solid.hgi-sharp.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-solid.hgi-sharp.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-solid.hgi-sharp.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-solid.hgi-sharp.hgi-computer-video:before {
    content: "䇪"
}

.hgi-solid.hgi-sharp.hgi-computer:before {
    content: "䇫"
}

.hgi-solid.hgi-sharp.hgi-cone-01:before {
    content: "䇭"
}

.hgi-solid.hgi-sharp.hgi-cone-02:before {
    content: "䇯"
}

.hgi-solid.hgi-sharp.hgi-conference:before {
    content: "䇱"
}

.hgi-solid.hgi-sharp.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-solid.hgi-sharp.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-solid.hgi-sharp.hgi-confused:before {
    content: "䇷"
}

.hgi-solid.hgi-sharp.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-solid.hgi-sharp.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-solid.hgi-sharp.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-solid.hgi-sharp.hgi-connect:before {
    content: "䇿"
}

.hgi-solid.hgi-sharp.hgi-console:before {
    content: "䈁"
}

.hgi-solid.hgi-sharp.hgi-constellation:before {
    content: "䈃"
}

.hgi-solid.hgi-sharp.hgi-contact-01:before {
    content: "䈅"
}

.hgi-solid.hgi-sharp.hgi-contact-02:before {
    content: "䈇"
}

.hgi-solid.hgi-sharp.hgi-contact-book:before {
    content: "䈉"
}

.hgi-solid.hgi-sharp.hgi-contact:before {
    content: "䈋"
}

.hgi-solid.hgi-sharp.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-solid.hgi-sharp.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-solid.hgi-sharp.hgi-container-truck:before {
    content: "䈑"
}

.hgi-solid.hgi-sharp.hgi-contracts:before {
    content: "䈓"
}

.hgi-solid.hgi-sharp.hgi-conversation:before {
    content: "䈕"
}

.hgi-solid.hgi-sharp.hgi-cook-book:before {
    content: "䈗"
}

.hgi-solid.hgi-sharp.hgi-cookie:before {
    content: "䈙"
}

.hgi-solid.hgi-sharp.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-solid.hgi-sharp.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-solid.hgi-sharp.hgi-copilot:before {
    content: "䈟"
}

.hgi-solid.hgi-sharp.hgi-copy-01:before {
    content: "䈡"
}

.hgi-solid.hgi-sharp.hgi-copy-02:before {
    content: "䈣"
}

.hgi-solid.hgi-sharp.hgi-copy-link:before {
    content: "䈥"
}

.hgi-solid.hgi-sharp.hgi-copyright:before {
    content: "䈧"
}

.hgi-solid.hgi-sharp.hgi-corn:before {
    content: "䈩"
}

.hgi-solid.hgi-sharp.hgi-corporate:before {
    content: "䈫"
}

.hgi-solid.hgi-sharp.hgi-cos:before {
    content: "䈭"
}

.hgi-solid.hgi-sharp.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-solid.hgi-sharp.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-solid.hgi-sharp.hgi-cottage:before {
    content: "䈳"
}

.hgi-solid.hgi-sharp.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-solid.hgi-sharp.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-solid.hgi-sharp.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-solid.hgi-sharp.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-solid.hgi-sharp.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-solid.hgi-sharp.hgi-course:before {
    content: "䈿"
}

.hgi-solid.hgi-sharp.hgi-court-house:before {
    content: "䉁"
}

.hgi-solid.hgi-sharp.hgi-court-law:before {
    content: "䉃"
}

.hgi-solid.hgi-sharp.hgi-covariate:before {
    content: "䉅"
}

.hgi-solid.hgi-sharp.hgi-covid-info:before {
    content: "䉇"
}

.hgi-solid.hgi-sharp.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-solid.hgi-sharp.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-solid.hgi-sharp.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-solid.hgi-sharp.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-solid.hgi-sharp.hgi-cpu:before {
    content: "䉑"
}

.hgi-solid.hgi-sharp.hgi-crab:before {
    content: "䉓"
}

.hgi-solid.hgi-sharp.hgi-crane:before {
    content: "䉕"
}

.hgi-solid.hgi-sharp.hgi-crazy:before {
    content: "䉗"
}

.hgi-solid.hgi-sharp.hgi-creative-market:before {
    content: "䉙"
}

.hgi-solid.hgi-sharp.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-solid.hgi-sharp.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-solid.hgi-sharp.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-solid.hgi-sharp.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-solid.hgi-sharp.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-solid.hgi-sharp.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-solid.hgi-sharp.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-solid.hgi-sharp.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-solid.hgi-sharp.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-solid.hgi-sharp.hgi-credit-card:before {
    content: "䉭"
}

.hgi-solid.hgi-sharp.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-solid.hgi-sharp.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-solid.hgi-sharp.hgi-croissant:before {
    content: "䉳"
}

.hgi-solid.hgi-sharp.hgi-crop:before {
    content: "䉵"
}

.hgi-solid.hgi-sharp.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-solid.hgi-sharp.hgi-crown:before {
    content: "䉹"
}

.hgi-solid.hgi-sharp.hgi-crying:before {
    content: "䉻"
}

.hgi-solid.hgi-sharp.hgi-csv-01:before {
    content: "䉽"
}

.hgi-solid.hgi-sharp.hgi-csv-02:before {
    content: "䉿"
}

.hgi-solid.hgi-sharp.hgi-cube:before {
    content: "䊁"
}

.hgi-solid.hgi-sharp.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-solid.hgi-sharp.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-solid.hgi-sharp.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-solid.hgi-sharp.hgi-curling:before {
    content: "䊉"
}

.hgi-solid.hgi-sharp.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-solid.hgi-sharp.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-solid.hgi-sharp.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-solid.hgi-sharp.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-solid.hgi-sharp.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-solid.hgi-sharp.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-solid.hgi-sharp.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-solid.hgi-sharp.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-solid.hgi-sharp.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-solid.hgi-sharp.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-solid.hgi-sharp.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-solid.hgi-sharp.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-solid.hgi-sharp.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-solid.hgi-sharp.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-solid.hgi-sharp.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-solid.hgi-sharp.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-solid.hgi-sharp.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-solid.hgi-sharp.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-solid.hgi-sharp.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-solid.hgi-sharp.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-solid.hgi-sharp.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-solid.hgi-sharp.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-solid.hgi-sharp.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-solid.hgi-sharp.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-solid.hgi-sharp.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-solid.hgi-sharp.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-solid.hgi-sharp.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-solid.hgi-sharp.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-solid.hgi-sharp.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-solid.hgi-sharp.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-solid.hgi-sharp.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-solid.hgi-sharp.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-solid.hgi-sharp.hgi-curtains:before {
    content: "䋋"
}

.hgi-solid.hgi-sharp.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-solid.hgi-sharp.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-solid.hgi-sharp.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-solid.hgi-sharp.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-solid.hgi-sharp.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-solid.hgi-sharp.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-solid.hgi-sharp.hgi-customer-service:before {
    content: "䋙"
}

.hgi-solid.hgi-sharp.hgi-customer-support:before {
    content: "䋛"
}

.hgi-solid.hgi-sharp.hgi-customize:before {
    content: "䋝"
}

.hgi-solid.hgi-sharp.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-solid.hgi-sharp.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-solid.hgi-sharp.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-solid.hgi-sharp.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-solid.hgi-sharp.hgi-danger:before {
    content: "䋧"
}

.hgi-solid.hgi-sharp.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-solid.hgi-sharp.hgi-dart:before {
    content: "䋫"
}

.hgi-solid.hgi-sharp.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-solid.hgi-sharp.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-solid.hgi-sharp.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-solid.hgi-sharp.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-solid.hgi-sharp.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-solid.hgi-sharp.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-solid.hgi-sharp.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-solid.hgi-sharp.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-solid.hgi-sharp.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-solid.hgi-sharp.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-solid.hgi-sharp.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-solid.hgi-sharp.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-solid.hgi-sharp.hgi-database-01:before {
    content: "䌑"
}

.hgi-solid.hgi-sharp.hgi-database-02:before {
    content: "䌓"
}

.hgi-solid.hgi-sharp.hgi-database-add:before {
    content: "䌕"
}

.hgi-solid.hgi-sharp.hgi-database-export:before {
    content: "䌗"
}

.hgi-solid.hgi-sharp.hgi-database-import:before {
    content: "䌙"
}

.hgi-solid.hgi-sharp.hgi-database-locked:before {
    content: "䌛"
}

.hgi-solid.hgi-sharp.hgi-database-restore:before {
    content: "䌝"
}

.hgi-solid.hgi-sharp.hgi-database-setting:before {
    content: "䌠"
}

.hgi-solid.hgi-sharp.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-solid.hgi-sharp.hgi-database-sync:before {
    content: "䌤"
}

.hgi-solid.hgi-sharp.hgi-database:before {
    content: "䌥"
}

.hgi-solid.hgi-sharp.hgi-dates:before {
    content: "䌧"
}

.hgi-solid.hgi-sharp.hgi-dead:before {
    content: "䌩"
}

.hgi-solid.hgi-sharp.hgi-delete-01:before {
    content: "䌫"
}

.hgi-solid.hgi-sharp.hgi-delete-02:before {
    content: "䌭"
}

.hgi-solid.hgi-sharp.hgi-delete-03:before {
    content: "䌯"
}

.hgi-solid.hgi-sharp.hgi-delete-04:before {
    content: "䌱"
}

.hgi-solid.hgi-sharp.hgi-delete-column:before {
    content: "䌳"
}

.hgi-solid.hgi-sharp.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-solid.hgi-sharp.hgi-delete-row:before {
    content: "䌷"
}

.hgi-solid.hgi-sharp.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-solid.hgi-sharp.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-solid.hgi-sharp.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-solid.hgi-sharp.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-solid.hgi-sharp.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-solid.hgi-sharp.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-solid.hgi-sharp.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-solid.hgi-sharp.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-solid.hgi-sharp.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-solid.hgi-sharp.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-solid.hgi-sharp.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-solid.hgi-sharp.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-solid.hgi-sharp.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-solid.hgi-sharp.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-solid.hgi-sharp.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-solid.hgi-sharp.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-solid.hgi-sharp.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-solid.hgi-sharp.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-solid.hgi-sharp.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-solid.hgi-sharp.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-solid.hgi-sharp.hgi-dental-care:before {
    content: "䍡"
}

.hgi-solid.hgi-sharp.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-solid.hgi-sharp.hgi-departement:before {
    content: "䍥"
}

.hgi-solid.hgi-sharp.hgi-desert:before {
    content: "䍧"
}

.hgi-solid.hgi-sharp.hgi-desk-01:before {
    content: "䍩"
}

.hgi-solid.hgi-sharp.hgi-desk-02:before {
    content: "䍫"
}

.hgi-solid.hgi-sharp.hgi-desk:before {
    content: "䍭"
}

.hgi-solid.hgi-sharp.hgi-developer:before {
    content: "䍯"
}

.hgi-solid.hgi-sharp.hgi-deviantart:before {
    content: "䍱"
}

.hgi-solid.hgi-sharp.hgi-device-access:before {
    content: "䍳"
}

.hgi-solid.hgi-sharp.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-solid.hgi-sharp.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-solid.hgi-sharp.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-solid.hgi-sharp.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-solid.hgi-sharp.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-solid.hgi-sharp.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-solid.hgi-sharp.hgi-diameter:before {
    content: "䎁"
}

.hgi-solid.hgi-sharp.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-solid.hgi-sharp.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-solid.hgi-sharp.hgi-diamond:before {
    content: "䎇"
}

.hgi-solid.hgi-sharp.hgi-diaper:before {
    content: "䎉"
}

.hgi-solid.hgi-sharp.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-solid.hgi-sharp.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-solid.hgi-sharp.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-solid.hgi-sharp.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-solid.hgi-sharp.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-solid.hgi-sharp.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-solid.hgi-sharp.hgi-dice:before {
    content: "䎗"
}

.hgi-solid.hgi-sharp.hgi-digestion:before {
    content: "䎙"
}

.hgi-solid.hgi-sharp.hgi-digg:before {
    content: "䎛"
}

.hgi-solid.hgi-sharp.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-solid.hgi-sharp.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-solid.hgi-sharp.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-solid.hgi-sharp.hgi-dining-table:before {
    content: "䎣"
}

.hgi-solid.hgi-sharp.hgi-diploma:before {
    content: "䎥"
}

.hgi-solid.hgi-sharp.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-solid.hgi-sharp.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-solid.hgi-sharp.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-solid.hgi-sharp.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-solid.hgi-sharp.hgi-directions-01:before {
    content: "䎯"
}

.hgi-solid.hgi-sharp.hgi-directions-02:before {
    content: "䎱"
}

.hgi-solid.hgi-sharp.hgi-dirham:before {
    content: "䎳"
}

.hgi-solid.hgi-sharp.hgi-disability-01:before {
    content: "䎵"
}

.hgi-solid.hgi-sharp.hgi-disability-02:before {
    content: "䎷"
}

.hgi-solid.hgi-sharp.hgi-discord:before {
    content: "䎹"
}

.hgi-solid.hgi-sharp.hgi-discount-01:before {
    content: "䎻"
}

.hgi-solid.hgi-sharp.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-solid.hgi-sharp.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-solid.hgi-sharp.hgi-discount:before {
    content: "䏁"
}

.hgi-solid.hgi-sharp.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-solid.hgi-sharp.hgi-discover-square:before {
    content: "䏅"
}

.hgi-solid.hgi-sharp.hgi-dish-01:before {
    content: "䏇"
}

.hgi-solid.hgi-sharp.hgi-dish-02:before {
    content: "䏉"
}

.hgi-solid.hgi-sharp.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-solid.hgi-sharp.hgi-displeased:before {
    content: "䏍"
}

.hgi-solid.hgi-sharp.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-solid.hgi-sharp.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-solid.hgi-sharp.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-solid.hgi-sharp.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-solid.hgi-sharp.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-solid.hgi-sharp.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-solid.hgi-sharp.hgi-distribution:before {
    content: "䏛"
}

.hgi-solid.hgi-sharp.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-solid.hgi-sharp.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-solid.hgi-sharp.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-solid.hgi-sharp.hgi-dna-01:before {
    content: "䏣"
}

.hgi-solid.hgi-sharp.hgi-dna:before {
    content: "䏥"
}

.hgi-solid.hgi-sharp.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-solid.hgi-sharp.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-solid.hgi-sharp.hgi-doc-01:before {
    content: "䏫"
}

.hgi-solid.hgi-sharp.hgi-doc-02:before {
    content: "䏭"
}

.hgi-solid.hgi-sharp.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-solid.hgi-sharp.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-solid.hgi-sharp.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-solid.hgi-sharp.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-solid.hgi-sharp.hgi-document-code:before {
    content: "䏷"
}

.hgi-solid.hgi-sharp.hgi-document-validation:before {
    content: "䏹"
}

.hgi-solid.hgi-sharp.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-solid.hgi-sharp.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-solid.hgi-sharp.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-solid.hgi-sharp.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-solid.hgi-sharp.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-solid.hgi-sharp.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-solid.hgi-sharp.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-solid.hgi-sharp.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-solid.hgi-sharp.hgi-dome:before {
    content: "䐋"
}

.hgi-solid.hgi-sharp.hgi-domino:before {
    content: "䐍"
}

.hgi-solid.hgi-sharp.hgi-door-01:before {
    content: "䐏"
}

.hgi-solid.hgi-sharp.hgi-door-02:before {
    content: "䐑"
}

.hgi-solid.hgi-sharp.hgi-door-lock:before {
    content: "䐓"
}

.hgi-solid.hgi-sharp.hgi-door:before {
    content: "䐕"
}

.hgi-solid.hgi-sharp.hgi-doughnut:before {
    content: "䐗"
}

.hgi-solid.hgi-sharp.hgi-download-01:before {
    content: "䐙"
}

.hgi-solid.hgi-sharp.hgi-download-02:before {
    content: "䐛"
}

.hgi-solid.hgi-sharp.hgi-download-03:before {
    content: "䐝"
}

.hgi-solid.hgi-sharp.hgi-download-04:before {
    content: "䐟"
}

.hgi-solid.hgi-sharp.hgi-download-05:before {
    content: "䐡"
}

.hgi-solid.hgi-sharp.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-solid.hgi-sharp.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-solid.hgi-sharp.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-solid.hgi-sharp.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-solid.hgi-sharp.hgi-drag-01:before {
    content: "䐫"
}

.hgi-solid.hgi-sharp.hgi-drag-02:before {
    content: "䐭"
}

.hgi-solid.hgi-sharp.hgi-drag-03:before {
    content: "䐯"
}

.hgi-solid.hgi-sharp.hgi-drag-04:before {
    content: "䐱"
}

.hgi-solid.hgi-sharp.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-solid.hgi-sharp.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-solid.hgi-sharp.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-solid.hgi-sharp.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-solid.hgi-sharp.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-solid.hgi-sharp.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-solid.hgi-sharp.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-solid.hgi-sharp.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-solid.hgi-sharp.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-solid.hgi-sharp.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-solid.hgi-sharp.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-solid.hgi-sharp.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-solid.hgi-sharp.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-solid.hgi-sharp.hgi-dress-01:before {
    content: "䑍"
}

.hgi-solid.hgi-sharp.hgi-dress-02:before {
    content: "䑏"
}

.hgi-solid.hgi-sharp.hgi-dress-03:before {
    content: "䑑"
}

.hgi-solid.hgi-sharp.hgi-dress-04:before {
    content: "䑓"
}

.hgi-solid.hgi-sharp.hgi-dress-05:before {
    content: "䑕"
}

.hgi-solid.hgi-sharp.hgi-dress-06:before {
    content: "䑗"
}

.hgi-solid.hgi-sharp.hgi-dress-07:before {
    content: "䑙"
}

.hgi-solid.hgi-sharp.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-solid.hgi-sharp.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-solid.hgi-sharp.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-solid.hgi-sharp.hgi-dribbble:before {
    content: "䑡"
}

.hgi-solid.hgi-sharp.hgi-drink:before {
    content: "䑣"
}

.hgi-solid.hgi-sharp.hgi-drone:before {
    content: "䑥"
}

.hgi-solid.hgi-sharp.hgi-drooling:before {
    content: "䑧"
}

.hgi-solid.hgi-sharp.hgi-dropbox:before {
    content: "䑩"
}

.hgi-solid.hgi-sharp.hgi-droplet:before {
    content: "䑫"
}

.hgi-solid.hgi-sharp.hgi-dropper:before {
    content: "䑭"
}

.hgi-solid.hgi-sharp.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-solid.hgi-sharp.hgi-dua:before {
    content: "䑱"
}

.hgi-solid.hgi-sharp.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-solid.hgi-sharp.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-solid.hgi-sharp.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-solid.hgi-sharp.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-solid.hgi-sharp.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-solid.hgi-sharp.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-solid.hgi-sharp.hgi-ear:before {
    content: "䑿"
}

.hgi-solid.hgi-sharp.hgi-earth:before {
    content: "䒁"
}

.hgi-solid.hgi-sharp.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-solid.hgi-sharp.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-solid.hgi-sharp.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-solid.hgi-sharp.hgi-ease-in:before {
    content: "䒉"
}

.hgi-solid.hgi-sharp.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-solid.hgi-sharp.hgi-ease-out:before {
    content: "䒍"
}

.hgi-solid.hgi-sharp.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-solid.hgi-sharp.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-solid.hgi-sharp.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-solid.hgi-sharp.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-solid.hgi-sharp.hgi-eco-power:before {
    content: "䒗"
}

.hgi-solid.hgi-sharp.hgi-edge-style:before {
    content: "䒙"
}

.hgi-solid.hgi-sharp.hgi-edit-01:before {
    content: "䒛"
}

.hgi-solid.hgi-sharp.hgi-edit-02:before {
    content: "䒝"
}

.hgi-solid.hgi-sharp.hgi-edit-off:before {
    content: "䒟"
}

.hgi-solid.hgi-sharp.hgi-edit-road:before {
    content: "䒡"
}

.hgi-solid.hgi-sharp.hgi-edit-table:before {
    content: "䒣"
}

.hgi-solid.hgi-sharp.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-solid.hgi-sharp.hgi-eggs:before {
    content: "䒧"
}

.hgi-solid.hgi-sharp.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-solid.hgi-sharp.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-solid.hgi-sharp.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-solid.hgi-sharp.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-solid.hgi-sharp.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-solid.hgi-sharp.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-solid.hgi-sharp.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-solid.hgi-sharp.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-solid.hgi-sharp.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-solid.hgi-sharp.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-solid.hgi-sharp.hgi-encrypt:before {
    content: "䒽"
}

.hgi-solid.hgi-sharp.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-solid.hgi-sharp.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-solid.hgi-sharp.hgi-energy:before {
    content: "䓃"
}

.hgi-solid.hgi-sharp.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-solid.hgi-sharp.hgi-envato:before {
    content: "䓇"
}

.hgi-solid.hgi-sharp.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-solid.hgi-sharp.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-solid.hgi-sharp.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-solid.hgi-sharp.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-solid.hgi-sharp.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-solid.hgi-sharp.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-solid.hgi-sharp.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-solid.hgi-sharp.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-solid.hgi-sharp.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-solid.hgi-sharp.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-solid.hgi-sharp.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-solid.hgi-sharp.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-solid.hgi-sharp.hgi-eraser:before {
    content: "䓡"
}

.hgi-solid.hgi-sharp.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-solid.hgi-sharp.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-solid.hgi-sharp.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-solid.hgi-sharp.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-solid.hgi-sharp.hgi-ethereum:before {
    content: "䓫"
}

.hgi-solid.hgi-sharp.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-solid.hgi-sharp.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-solid.hgi-sharp.hgi-euro-send:before {
    content: "䓲"
}

.hgi-solid.hgi-sharp.hgi-euro-square:before {
    content: "䓴"
}

.hgi-solid.hgi-sharp.hgi-euro:before {
    content: "䓵"
}

.hgi-solid.hgi-sharp.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-solid.hgi-sharp.hgi-evil:before {
    content: "䓹"
}

.hgi-solid.hgi-sharp.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-solid.hgi-sharp.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-solid.hgi-sharp.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-solid.hgi-sharp.hgi-expander:before {
    content: "䔁"
}

.hgi-solid.hgi-sharp.hgi-external-drive:before {
    content: "䔃"
}

.hgi-solid.hgi-sharp.hgi-eye:before {
    content: "䔅"
}

.hgi-solid.hgi-sharp.hgi-face-id:before {
    content: "䔇"
}

.hgi-solid.hgi-sharp.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-solid.hgi-sharp.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-solid.hgi-sharp.hgi-factory-01:before {
    content: "䔍"
}

.hgi-solid.hgi-sharp.hgi-factory-02:before {
    content: "䔏"
}

.hgi-solid.hgi-sharp.hgi-factory:before {
    content: "䔑"
}

.hgi-solid.hgi-sharp.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-solid.hgi-sharp.hgi-falling-star:before {
    content: "䔕"
}

.hgi-solid.hgi-sharp.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-solid.hgi-sharp.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-solid.hgi-sharp.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-solid.hgi-sharp.hgi-favourite:before {
    content: "䔝"
}

.hgi-solid.hgi-sharp.hgi-feather:before {
    content: "䔟"
}

.hgi-solid.hgi-sharp.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-solid.hgi-sharp.hgi-fencing:before {
    content: "䔣"
}

.hgi-solid.hgi-sharp.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-solid.hgi-sharp.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-solid.hgi-sharp.hgi-figma:before {
    content: "䔩"
}

.hgi-solid.hgi-sharp.hgi-file-01:before {
    content: "䔫"
}

.hgi-solid.hgi-sharp.hgi-file-02:before {
    content: "䔭"
}

.hgi-solid.hgi-sharp.hgi-file-add:before {
    content: "䔯"
}

.hgi-solid.hgi-sharp.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-solid.hgi-sharp.hgi-file-audio:before {
    content: "䔳"
}

.hgi-solid.hgi-sharp.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-solid.hgi-sharp.hgi-file-block:before {
    content: "䔷"
}

.hgi-solid.hgi-sharp.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-solid.hgi-sharp.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-solid.hgi-sharp.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-solid.hgi-sharp.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-solid.hgi-sharp.hgi-file-download:before {
    content: "䕁"
}

.hgi-solid.hgi-sharp.hgi-file-edit:before {
    content: "䕃"
}

.hgi-solid.hgi-sharp.hgi-file-euro:before {
    content: "䕅"
}

.hgi-solid.hgi-sharp.hgi-file-export:before {
    content: "䕇"
}

.hgi-solid.hgi-sharp.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-solid.hgi-sharp.hgi-file-import:before {
    content: "䕋"
}

.hgi-solid.hgi-sharp.hgi-file-link:before {
    content: "䕍"
}

.hgi-solid.hgi-sharp.hgi-file-locked:before {
    content: "䕏"
}

.hgi-solid.hgi-sharp.hgi-file-management:before {
    content: "䕑"
}

.hgi-solid.hgi-sharp.hgi-file-minus:before {
    content: "䕓"
}

.hgi-solid.hgi-sharp.hgi-file-music:before {
    content: "䕕"
}

.hgi-solid.hgi-sharp.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-solid.hgi-sharp.hgi-file-paste:before {
    content: "䕙"
}

.hgi-solid.hgi-sharp.hgi-file-pin:before {
    content: "䕛"
}

.hgi-solid.hgi-sharp.hgi-file-pound:before {
    content: "䕝"
}

.hgi-solid.hgi-sharp.hgi-file-remove:before {
    content: "䕟"
}

.hgi-solid.hgi-sharp.hgi-file-script:before {
    content: "䕡"
}

.hgi-solid.hgi-sharp.hgi-file-search:before {
    content: "䕣"
}

.hgi-solid.hgi-sharp.hgi-file-security:before {
    content: "䕥"
}

.hgi-solid.hgi-sharp.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-solid.hgi-sharp.hgi-file-star:before {
    content: "䕩"
}

.hgi-solid.hgi-sharp.hgi-file-sync:before {
    content: "䕫"
}

.hgi-solid.hgi-sharp.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-solid.hgi-sharp.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-solid.hgi-sharp.hgi-file-upload:before {
    content: "䕱"
}

.hgi-solid.hgi-sharp.hgi-file-validation:before {
    content: "䕳"
}

.hgi-solid.hgi-sharp.hgi-file-verified:before {
    content: "䕵"
}

.hgi-solid.hgi-sharp.hgi-file-video:before {
    content: "䕷"
}

.hgi-solid.hgi-sharp.hgi-file-view:before {
    content: "䕹"
}

.hgi-solid.hgi-sharp.hgi-file-yen:before {
    content: "䕻"
}

.hgi-solid.hgi-sharp.hgi-file-zip:before {
    content: "䕽"
}

.hgi-solid.hgi-sharp.hgi-files-01:before {
    content: "䕿"
}

.hgi-solid.hgi-sharp.hgi-files-02:before {
    content: "䖁"
}

.hgi-solid.hgi-sharp.hgi-film-01:before {
    content: "䖃"
}

.hgi-solid.hgi-sharp.hgi-film-02:before {
    content: "䖅"
}

.hgi-solid.hgi-sharp.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-solid.hgi-sharp.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-solid.hgi-sharp.hgi-filter-add:before {
    content: "䖋"
}

.hgi-solid.hgi-sharp.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-solid.hgi-sharp.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-solid.hgi-sharp.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-solid.hgi-sharp.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-solid.hgi-sharp.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-solid.hgi-sharp.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-solid.hgi-sharp.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-solid.hgi-sharp.hgi-filter:before {
    content: "䖛"
}

.hgi-solid.hgi-sharp.hgi-finger-access:before {
    content: "䖝"
}

.hgi-solid.hgi-sharp.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-solid.hgi-sharp.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-solid.hgi-sharp.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-solid.hgi-sharp.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-solid.hgi-sharp.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-solid.hgi-sharp.hgi-finger-print:before {
    content: "䖩"
}

.hgi-solid.hgi-sharp.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-solid.hgi-sharp.hgi-fins:before {
    content: "䖭"
}

.hgi-solid.hgi-sharp.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-solid.hgi-sharp.hgi-fire-security:before {
    content: "䖲"
}

.hgi-solid.hgi-sharp.hgi-fire:before {
    content: "䖳"
}

.hgi-solid.hgi-sharp.hgi-firewall:before {
    content: "䖵"
}

.hgi-solid.hgi-sharp.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-solid.hgi-sharp.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-solid.hgi-sharp.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-solid.hgi-sharp.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-solid.hgi-sharp.hgi-fish-food:before {
    content: "䖿"
}

.hgi-solid.hgi-sharp.hgi-fiverr:before {
    content: "䗁"
}

.hgi-solid.hgi-sharp.hgi-flag-01:before {
    content: "䗃"
}

.hgi-solid.hgi-sharp.hgi-flag-02:before {
    content: "䗅"
}

.hgi-solid.hgi-sharp.hgi-flag-03:before {
    content: "䗇"
}

.hgi-solid.hgi-sharp.hgi-flash-off:before {
    content: "䗉"
}

.hgi-solid.hgi-sharp.hgi-flash:before {
    content: "䗋"
}

.hgi-solid.hgi-sharp.hgi-flaticon:before {
    content: "䗍"
}

.hgi-solid.hgi-sharp.hgi-flickr:before {
    content: "䗏"
}

.hgi-solid.hgi-sharp.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-solid.hgi-sharp.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-solid.hgi-sharp.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-solid.hgi-sharp.hgi-flip-left:before {
    content: "䗗"
}

.hgi-solid.hgi-sharp.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-solid.hgi-sharp.hgi-flip-right:before {
    content: "䗛"
}

.hgi-solid.hgi-sharp.hgi-flip-top:before {
    content: "䗝"
}

.hgi-solid.hgi-sharp.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-solid.hgi-sharp.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-solid.hgi-sharp.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-solid.hgi-sharp.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-solid.hgi-sharp.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-solid.hgi-sharp.hgi-flow-square:before {
    content: "䗪"
}

.hgi-solid.hgi-sharp.hgi-flow:before {
    content: "䗫"
}

.hgi-solid.hgi-sharp.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-solid.hgi-sharp.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-solid.hgi-sharp.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-solid.hgi-sharp.hgi-flower:before {
    content: "䗳"
}

.hgi-solid.hgi-sharp.hgi-flushed:before {
    content: "䗵"
}

.hgi-solid.hgi-sharp.hgi-flying-human:before {
    content: "䗷"
}

.hgi-solid.hgi-sharp.hgi-focus-point:before {
    content: "䗹"
}

.hgi-solid.hgi-sharp.hgi-folder-01:before {
    content: "䗻"
}

.hgi-solid.hgi-sharp.hgi-folder-02:before {
    content: "䗽"
}

.hgi-solid.hgi-sharp.hgi-folder-03:before {
    content: "䗿"
}

.hgi-solid.hgi-sharp.hgi-folder-add:before {
    content: "䘁"
}

.hgi-solid.hgi-sharp.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-solid.hgi-sharp.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-solid.hgi-sharp.hgi-folder-block:before {
    content: "䘇"
}

.hgi-solid.hgi-sharp.hgi-folder-check:before {
    content: "䘉"
}

.hgi-solid.hgi-sharp.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-solid.hgi-sharp.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-solid.hgi-sharp.hgi-folder-details:before {
    content: "䘏"
}

.hgi-solid.hgi-sharp.hgi-folder-download:before {
    content: "䘑"
}

.hgi-solid.hgi-sharp.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-solid.hgi-sharp.hgi-folder-export:before {
    content: "䘕"
}

.hgi-solid.hgi-sharp.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-solid.hgi-sharp.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-solid.hgi-sharp.hgi-folder-import:before {
    content: "䘛"
}

.hgi-solid.hgi-sharp.hgi-folder-library:before {
    content: "䘝"
}

.hgi-solid.hgi-sharp.hgi-folder-links:before {
    content: "䘟"
}

.hgi-solid.hgi-sharp.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-solid.hgi-sharp.hgi-folder-management:before {
    content: "䘣"
}

.hgi-solid.hgi-sharp.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-solid.hgi-sharp.hgi-folder-music:before {
    content: "䘧"
}

.hgi-solid.hgi-sharp.hgi-folder-off:before {
    content: "䘩"
}

.hgi-solid.hgi-sharp.hgi-folder-open:before {
    content: "䘫"
}

.hgi-solid.hgi-sharp.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-solid.hgi-sharp.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-solid.hgi-sharp.hgi-folder-search:before {
    content: "䘱"
}

.hgi-solid.hgi-sharp.hgi-folder-security:before {
    content: "䘳"
}

.hgi-solid.hgi-sharp.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-solid.hgi-sharp.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-solid.hgi-sharp.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-solid.hgi-sharp.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-solid.hgi-sharp.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-solid.hgi-sharp.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-solid.hgi-sharp.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-solid.hgi-sharp.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-solid.hgi-sharp.hgi-folder-video:before {
    content: "䙅"
}

.hgi-solid.hgi-sharp.hgi-folder-view:before {
    content: "䙇"
}

.hgi-solid.hgi-sharp.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-solid.hgi-sharp.hgi-folders:before {
    content: "䙋"
}

.hgi-solid.hgi-sharp.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-solid.hgi-sharp.hgi-football:before {
    content: "䙏"
}

.hgi-solid.hgi-sharp.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-solid.hgi-sharp.hgi-fork:before {
    content: "䙓"
}

.hgi-solid.hgi-sharp.hgi-forrst:before {
    content: "䙕"
}

.hgi-solid.hgi-sharp.hgi-fortress:before {
    content: "䙗"
}

.hgi-solid.hgi-sharp.hgi-forward-01:before {
    content: "䙙"
}

.hgi-solid.hgi-sharp.hgi-forward-02:before {
    content: "䙛"
}

.hgi-solid.hgi-sharp.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-solid.hgi-sharp.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-solid.hgi-sharp.hgi-four-k:before {
    content: "䙡"
}

.hgi-solid.hgi-sharp.hgi-foursquare:before {
    content: "䙣"
}

.hgi-solid.hgi-sharp.hgi-framer:before {
    content: "䙥"
}

.hgi-solid.hgi-sharp.hgi-frameworks:before {
    content: "䙧"
}

.hgi-solid.hgi-sharp.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-solid.hgi-sharp.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-solid.hgi-sharp.hgi-fridge:before {
    content: "䙭"
}

.hgi-solid.hgi-sharp.hgi-fry:before {
    content: "䙯"
}

.hgi-solid.hgi-sharp.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-solid.hgi-sharp.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-solid.hgi-sharp.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-solid.hgi-sharp.hgi-function-circle:before {
    content: "䙷"
}

.hgi-solid.hgi-sharp.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-solid.hgi-sharp.hgi-function-square:before {
    content: "䙼"
}

.hgi-solid.hgi-sharp.hgi-function:before {
    content: "䙽"
}

.hgi-solid.hgi-sharp.hgi-galaxy:before {
    content: "䙿"
}

.hgi-solid.hgi-sharp.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-solid.hgi-sharp.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-solid.hgi-sharp.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-solid.hgi-sharp.hgi-game:before {
    content: "䚇"
}

.hgi-solid.hgi-sharp.hgi-gameboy:before {
    content: "䚉"
}

.hgi-solid.hgi-sharp.hgi-garage:before {
    content: "䚋"
}

.hgi-solid.hgi-sharp.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-solid.hgi-sharp.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-solid.hgi-sharp.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-solid.hgi-sharp.hgi-gem:before {
    content: "䚓"
}

.hgi-solid.hgi-sharp.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-solid.hgi-sharp.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-solid.hgi-sharp.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-solid.hgi-sharp.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-solid.hgi-sharp.hgi-gif-01:before {
    content: "䚝"
}

.hgi-solid.hgi-sharp.hgi-gif-02:before {
    content: "䚟"
}

.hgi-solid.hgi-sharp.hgi-gift-card:before {
    content: "䚡"
}

.hgi-solid.hgi-sharp.hgi-gift:before {
    content: "䚣"
}

.hgi-solid.hgi-sharp.hgi-git-branch:before {
    content: "䚥"
}

.hgi-solid.hgi-sharp.hgi-git-commit:before {
    content: "䚧"
}

.hgi-solid.hgi-sharp.hgi-git-compare:before {
    content: "䚩"
}

.hgi-solid.hgi-sharp.hgi-git-fork:before {
    content: "䚫"
}

.hgi-solid.hgi-sharp.hgi-git-merge:before {
    content: "䚭"
}

.hgi-solid.hgi-sharp.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-solid.hgi-sharp.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-solid.hgi-sharp.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-solid.hgi-sharp.hgi-gitbook:before {
    content: "䚵"
}

.hgi-solid.hgi-sharp.hgi-github-01:before {
    content: "䚷"
}

.hgi-solid.hgi-sharp.hgi-github:before {
    content: "䚹"
}

.hgi-solid.hgi-sharp.hgi-gitlab:before {
    content: "䚻"
}

.hgi-solid.hgi-sharp.hgi-give-blood:before {
    content: "䚽"
}

.hgi-solid.hgi-sharp.hgi-give-pill:before {
    content: "䚿"
}

.hgi-solid.hgi-sharp.hgi-glasses:before {
    content: "䛁"
}

.hgi-solid.hgi-sharp.hgi-global-editing:before {
    content: "䛃"
}

.hgi-solid.hgi-sharp.hgi-global-education:before {
    content: "䛅"
}

.hgi-solid.hgi-sharp.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-solid.hgi-sharp.hgi-global-search:before {
    content: "䛉"
}

.hgi-solid.hgi-sharp.hgi-global:before {
    content: "䛋"
}

.hgi-solid.hgi-sharp.hgi-globe-02:before {
    content: "䛍"
}

.hgi-solid.hgi-sharp.hgi-globe:before {
    content: "䛏"
}

.hgi-solid.hgi-sharp.hgi-glove:before {
    content: "䛑"
}

.hgi-solid.hgi-sharp.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-solid.hgi-sharp.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-solid.hgi-sharp.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-solid.hgi-sharp.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-solid.hgi-sharp.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-solid.hgi-sharp.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-solid.hgi-sharp.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-solid.hgi-sharp.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-solid.hgi-sharp.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-solid.hgi-sharp.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-solid.hgi-sharp.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-solid.hgi-sharp.hgi-gold:before {
    content: "䛩"
}

.hgi-solid.hgi-sharp.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-solid.hgi-sharp.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-solid.hgi-sharp.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-solid.hgi-sharp.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-solid.hgi-sharp.hgi-google-doc:before {
    content: "䛳"
}

.hgi-solid.hgi-sharp.hgi-google-drive:before {
    content: "䛵"
}

.hgi-solid.hgi-sharp.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-solid.hgi-sharp.hgi-google-home:before {
    content: "䛹"
}

.hgi-solid.hgi-sharp.hgi-google-lens:before {
    content: "䛻"
}

.hgi-solid.hgi-sharp.hgi-google-maps:before {
    content: "䛽"
}

.hgi-solid.hgi-sharp.hgi-google-photos:before {
    content: "䛿"
}

.hgi-solid.hgi-sharp.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-solid.hgi-sharp.hgi-google:before {
    content: "䜃"
}

.hgi-solid.hgi-sharp.hgi-gps-01:before {
    content: "䜅"
}

.hgi-solid.hgi-sharp.hgi-gps-02:before {
    content: "䜇"
}

.hgi-solid.hgi-sharp.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-solid.hgi-sharp.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-solid.hgi-sharp.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-solid.hgi-sharp.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-solid.hgi-sharp.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-solid.hgi-sharp.hgi-gpu:before {
    content: "䜓"
}

.hgi-solid.hgi-sharp.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-solid.hgi-sharp.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-solid.hgi-sharp.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-solid.hgi-sharp.hgi-grapes:before {
    content: "䜛"
}

.hgi-solid.hgi-sharp.hgi-gravity:before {
    content: "䜝"
}

.hgi-solid.hgi-sharp.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-solid.hgi-sharp.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-solid.hgi-sharp.hgi-greater-than:before {
    content: "䜣"
}

.hgi-solid.hgi-sharp.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-solid.hgi-sharp.hgi-green-house:before {
    content: "䜧"
}

.hgi-solid.hgi-sharp.hgi-grid-off:before {
    content: "䜩"
}

.hgi-solid.hgi-sharp.hgi-grid-table:before {
    content: "䜬"
}

.hgi-solid.hgi-sharp.hgi-grid-view:before {
    content: "䜮"
}

.hgi-solid.hgi-sharp.hgi-grid:before {
    content: "䜯"
}

.hgi-solid.hgi-sharp.hgi-grimacing:before {
    content: "䜱"
}

.hgi-solid.hgi-sharp.hgi-grinning:before {
    content: "䜳"
}

.hgi-solid.hgi-sharp.hgi-grok:before {
    content: "䜵"
}

.hgi-solid.hgi-sharp.hgi-group-items:before {
    content: "䜷"
}

.hgi-solid.hgi-sharp.hgi-group-layers:before {
    content: "䜹"
}

.hgi-solid.hgi-sharp.hgi-guest-house:before {
    content: "䜻"
}

.hgi-solid.hgi-sharp.hgi-gun:before {
    content: "䜽"
}

.hgi-solid.hgi-sharp.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-solid.hgi-sharp.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-solid.hgi-sharp.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-solid.hgi-sharp.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-solid.hgi-sharp.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-solid.hgi-sharp.hgi-haji:before {
    content: "䝉"
}

.hgi-solid.hgi-sharp.hgi-halal:before {
    content: "䝋"
}

.hgi-solid.hgi-sharp.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-solid.hgi-sharp.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-solid.hgi-sharp.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-solid.hgi-sharp.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-solid.hgi-sharp.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-solid.hgi-sharp.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-solid.hgi-sharp.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-solid.hgi-sharp.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-solid.hgi-sharp.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-solid.hgi-sharp.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-solid.hgi-sharp.hgi-hanger:before {
    content: "䝷"
}

.hgi-solid.hgi-sharp.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-solid.hgi-sharp.hgi-hangout:before {
    content: "䝻"
}

.hgi-solid.hgi-sharp.hgi-happy:before {
    content: "䝽"
}

.hgi-solid.hgi-sharp.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-solid.hgi-sharp.hgi-hdd:before {
    content: "䞁"
}

.hgi-solid.hgi-sharp.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-solid.hgi-sharp.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-solid.hgi-sharp.hgi-heading-01:before {
    content: "䞇"
}

.hgi-solid.hgi-sharp.hgi-heading-02:before {
    content: "䞉"
}

.hgi-solid.hgi-sharp.hgi-heading-03:before {
    content: "䞋"
}

.hgi-solid.hgi-sharp.hgi-heading-04:before {
    content: "䞍"
}

.hgi-solid.hgi-sharp.hgi-heading-05:before {
    content: "䞏"
}

.hgi-solid.hgi-sharp.hgi-heading-06:before {
    content: "䞑"
}

.hgi-solid.hgi-sharp.hgi-heading:before {
    content: "䞓"
}

.hgi-solid.hgi-sharp.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-solid.hgi-sharp.hgi-headphones:before {
    content: "䞗"
}

.hgi-solid.hgi-sharp.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-solid.hgi-sharp.hgi-headset-off:before {
    content: "䞛"
}

.hgi-solid.hgi-sharp.hgi-headset:before {
    content: "䞝"
}

.hgi-solid.hgi-sharp.hgi-healtcare:before {
    content: "䞟"
}

.hgi-solid.hgi-sharp.hgi-health:before {
    content: "䞡"
}

.hgi-solid.hgi-sharp.hgi-heart-add:before {
    content: "䞣"
}

.hgi-solid.hgi-sharp.hgi-heart-check:before {
    content: "䞥"
}

.hgi-solid.hgi-sharp.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-solid.hgi-sharp.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-solid.hgi-sharp.hgi-helicopter:before {
    content: "䞫"
}

.hgi-solid.hgi-sharp.hgi-help-circle:before {
    content: "䞭"
}

.hgi-solid.hgi-sharp.hgi-help-square:before {
    content: "䞯"
}

.hgi-solid.hgi-sharp.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-solid.hgi-sharp.hgi-hexagon:before {
    content: "䞳"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-solid.hgi-sharp.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-solid.hgi-sharp.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-solid.hgi-sharp.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-solid.hgi-sharp.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-solid.hgi-sharp.hgi-hijab:before {
    content: "䟕"
}

.hgi-solid.hgi-sharp.hgi-hockey:before {
    content: "䟗"
}

.hgi-solid.hgi-sharp.hgi-hold-01:before {
    content: "䟙"
}

.hgi-solid.hgi-sharp.hgi-hold-02:before {
    content: "䟛"
}

.hgi-solid.hgi-sharp.hgi-hold-03:before {
    content: "䟝"
}

.hgi-solid.hgi-sharp.hgi-hold-04:before {
    content: "䟟"
}

.hgi-solid.hgi-sharp.hgi-hold-05:before {
    content: "䟡"
}

.hgi-solid.hgi-sharp.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-solid.hgi-sharp.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-solid.hgi-sharp.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-solid.hgi-sharp.hgi-hologram:before {
    content: "䟩"
}

.hgi-solid.hgi-sharp.hgi-home-01:before {
    content: "䟫"
}

.hgi-solid.hgi-sharp.hgi-home-02:before {
    content: "䟭"
}

.hgi-solid.hgi-sharp.hgi-home-03:before {
    content: "䟯"
}

.hgi-solid.hgi-sharp.hgi-home-04:before {
    content: "䟱"
}

.hgi-solid.hgi-sharp.hgi-home-05:before {
    content: "䟳"
}

.hgi-solid.hgi-sharp.hgi-home-06:before {
    content: "䟵"
}

.hgi-solid.hgi-sharp.hgi-home-07:before {
    content: "䟷"
}

.hgi-solid.hgi-sharp.hgi-home-08:before {
    content: "䟹"
}

.hgi-solid.hgi-sharp.hgi-home-09:before {
    content: "䟻"
}

.hgi-solid.hgi-sharp.hgi-home-10:before {
    content: "䟽"
}

.hgi-solid.hgi-sharp.hgi-home-11:before {
    content: "䟿"
}

.hgi-solid.hgi-sharp.hgi-home-12:before {
    content: "䠁"
}

.hgi-solid.hgi-sharp.hgi-home-13:before {
    content: "䠃"
}

.hgi-solid.hgi-sharp.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-solid.hgi-sharp.hgi-honey-01:before {
    content: "䠇"
}

.hgi-solid.hgi-sharp.hgi-honey-02:before {
    content: "䠉"
}

.hgi-solid.hgi-sharp.hgi-honor:before {
    content: "䠋"
}

.hgi-solid.hgi-sharp.hgi-honour-star:before {
    content: "䠍"
}

.hgi-solid.hgi-sharp.hgi-hoodie:before {
    content: "䠏"
}

.hgi-solid.hgi-sharp.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-solid.hgi-sharp.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-solid.hgi-sharp.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-solid.hgi-sharp.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-solid.hgi-sharp.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-solid.hgi-sharp.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-solid.hgi-sharp.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-solid.hgi-sharp.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-solid.hgi-sharp.hgi-hot-price:before {
    content: "䠡"
}

.hgi-solid.hgi-sharp.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-solid.hgi-sharp.hgi-hotdog:before {
    content: "䠥"
}

.hgi-solid.hgi-sharp.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-solid.hgi-sharp.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-solid.hgi-sharp.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-solid.hgi-sharp.hgi-hotspot:before {
    content: "䠭"
}

.hgi-solid.hgi-sharp.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-solid.hgi-sharp.hgi-hourglass:before {
    content: "䠱"
}

.hgi-solid.hgi-sharp.hgi-house-01:before {
    content: "䠳"
}

.hgi-solid.hgi-sharp.hgi-house-02:before {
    content: "䠵"
}

.hgi-solid.hgi-sharp.hgi-house-03:before {
    content: "䠷"
}

.hgi-solid.hgi-sharp.hgi-house-04:before {
    content: "䠹"
}

.hgi-solid.hgi-sharp.hgi-house-05:before {
    content: "䠻"
}

.hgi-solid.hgi-sharp.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-solid.hgi-sharp.hgi-html-5:before {
    content: "䠿"
}

.hgi-solid.hgi-sharp.hgi-humidity:before {
    content: "䡁"
}

.hgi-solid.hgi-sharp.hgi-hut:before {
    content: "䡃"
}

.hgi-solid.hgi-sharp.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-solid.hgi-sharp.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-solid.hgi-sharp.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-solid.hgi-sharp.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-solid.hgi-sharp.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-solid.hgi-sharp.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-solid.hgi-sharp.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-solid.hgi-sharp.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-solid.hgi-sharp.hgi-ico:before {
    content: "䡕"
}

.hgi-solid.hgi-sharp.hgi-iconjar:before {
    content: "䡗"
}

.hgi-solid.hgi-sharp.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-solid.hgi-sharp.hgi-id-verified:before {
    content: "䡜"
}

.hgi-solid.hgi-sharp.hgi-id:before {
    content: "䡝"
}

.hgi-solid.hgi-sharp.hgi-idea-01:before {
    content: "䡟"
}

.hgi-solid.hgi-sharp.hgi-idea:before {
    content: "䡡"
}

.hgi-solid.hgi-sharp.hgi-identification:before {
    content: "䡣"
}

.hgi-solid.hgi-sharp.hgi-identity-card:before {
    content: "䡥"
}

.hgi-solid.hgi-sharp.hgi-image-01:before {
    content: "䡧"
}

.hgi-solid.hgi-sharp.hgi-image-02:before {
    content: "䡩"
}

.hgi-solid.hgi-sharp.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-solid.hgi-sharp.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-solid.hgi-sharp.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-solid.hgi-sharp.hgi-image-composition:before {
    content: "䡱"
}

.hgi-solid.hgi-sharp.hgi-image-crop:before {
    content: "䡳"
}

.hgi-solid.hgi-sharp.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-solid.hgi-sharp.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-solid.hgi-sharp.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-solid.hgi-sharp.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-solid.hgi-sharp.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-solid.hgi-sharp.hgi-image-download:before {
    content: "䡿"
}

.hgi-solid.hgi-sharp.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-solid.hgi-sharp.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-solid.hgi-sharp.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-solid.hgi-sharp.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-solid.hgi-sharp.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-solid.hgi-sharp.hgi-image-upload:before {
    content: "䢋"
}

.hgi-solid.hgi-sharp.hgi-imo:before {
    content: "䢍"
}

.hgi-solid.hgi-sharp.hgi-important-book:before {
    content: "䢏"
}

.hgi-solid.hgi-sharp.hgi-in-love:before {
    content: "䢑"
}

.hgi-solid.hgi-sharp.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-solid.hgi-sharp.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-solid.hgi-sharp.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-solid.hgi-sharp.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-solid.hgi-sharp.hgi-inbox:before {
    content: "䢛"
}

.hgi-solid.hgi-sharp.hgi-incognito:before {
    content: "䢝"
}

.hgi-solid.hgi-sharp.hgi-india-gate:before {
    content: "䢟"
}

.hgi-solid.hgi-sharp.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-solid.hgi-sharp.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-solid.hgi-sharp.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-solid.hgi-sharp.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-solid.hgi-sharp.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-solid.hgi-sharp.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-solid.hgi-sharp.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-solid.hgi-sharp.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-solid.hgi-sharp.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-solid.hgi-sharp.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-solid.hgi-sharp.hgi-information-circle:before {
    content: "䢵"
}

.hgi-solid.hgi-sharp.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-solid.hgi-sharp.hgi-information-square:before {
    content: "䢹"
}

.hgi-solid.hgi-sharp.hgi-injection:before {
    content: "䢻"
}

.hgi-solid.hgi-sharp.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-solid.hgi-sharp.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-solid.hgi-sharp.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-solid.hgi-sharp.hgi-insert-column:before {
    content: "䣃"
}

.hgi-solid.hgi-sharp.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-solid.hgi-sharp.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-solid.hgi-sharp.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-solid.hgi-sharp.hgi-insert-row:before {
    content: "䣋"
}

.hgi-solid.hgi-sharp.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-solid.hgi-sharp.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-solid.hgi-sharp.hgi-instagram:before {
    content: "䣑"
}

.hgi-solid.hgi-sharp.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-solid.hgi-sharp.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-solid.hgi-sharp.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-solid.hgi-sharp.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-solid.hgi-sharp.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-solid.hgi-sharp.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-solid.hgi-sharp.hgi-internet:before {
    content: "䣟"
}

.hgi-solid.hgi-sharp.hgi-investigation:before {
    content: "䣡"
}

.hgi-solid.hgi-sharp.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-solid.hgi-sharp.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-solid.hgi-sharp.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-solid.hgi-sharp.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-solid.hgi-sharp.hgi-invoice:before {
    content: "䣫"
}

.hgi-solid.hgi-sharp.hgi-ipod:before {
    content: "䣭"
}

.hgi-solid.hgi-sharp.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-solid.hgi-sharp.hgi-island:before {
    content: "䣱"
}

.hgi-solid.hgi-sharp.hgi-jar:before {
    content: "䣳"
}

.hgi-solid.hgi-sharp.hgi-java-script:before {
    content: "䣵"
}

.hgi-solid.hgi-sharp.hgi-java:before {
    content: "䣷"
}

.hgi-solid.hgi-sharp.hgi-job-link:before {
    content: "䣹"
}

.hgi-solid.hgi-sharp.hgi-job-search:before {
    content: "䣻"
}

.hgi-solid.hgi-sharp.hgi-job-share:before {
    content: "䣽"
}

.hgi-solid.hgi-sharp.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-solid.hgi-sharp.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-solid.hgi-sharp.hgi-join-round:before {
    content: "䤃"
}

.hgi-solid.hgi-sharp.hgi-join-straight:before {
    content: "䤅"
}

.hgi-solid.hgi-sharp.hgi-joker:before {
    content: "䤇"
}

.hgi-solid.hgi-sharp.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-solid.hgi-sharp.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-solid.hgi-sharp.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-solid.hgi-sharp.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-solid.hgi-sharp.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-solid.hgi-sharp.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-solid.hgi-sharp.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-solid.hgi-sharp.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-solid.hgi-sharp.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-solid.hgi-sharp.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-solid.hgi-sharp.hgi-judge:before {
    content: "䤝"
}

.hgi-solid.hgi-sharp.hgi-jupiter:before {
    content: "䤟"
}

.hgi-solid.hgi-sharp.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-solid.hgi-sharp.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-solid.hgi-sharp.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-solid.hgi-sharp.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-solid.hgi-sharp.hgi-kayak:before {
    content: "䤩"
}

.hgi-solid.hgi-sharp.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-solid.hgi-sharp.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-solid.hgi-sharp.hgi-kettle:before {
    content: "䤯"
}

.hgi-solid.hgi-sharp.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-solid.hgi-sharp.hgi-ketupat:before {
    content: "䤳"
}

.hgi-solid.hgi-sharp.hgi-key-01:before {
    content: "䤵"
}

.hgi-solid.hgi-sharp.hgi-key-02:before {
    content: "䤷"
}

.hgi-solid.hgi-sharp.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-solid.hgi-sharp.hgi-keyboard:before {
    content: "䤻"
}

.hgi-solid.hgi-sharp.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-solid.hgi-sharp.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-solid.hgi-sharp.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-solid.hgi-sharp.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-solid.hgi-sharp.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-solid.hgi-sharp.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-solid.hgi-sharp.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-solid.hgi-sharp.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-solid.hgi-sharp.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-solid.hgi-sharp.hgi-keyframe:before {
    content: "䥏"
}

.hgi-solid.hgi-sharp.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-solid.hgi-sharp.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-solid.hgi-sharp.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-solid.hgi-sharp.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-solid.hgi-sharp.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-solid.hgi-sharp.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-solid.hgi-sharp.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-solid.hgi-sharp.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-solid.hgi-sharp.hgi-kid:before {
    content: "䥡"
}

.hgi-solid.hgi-sharp.hgi-kidneys:before {
    content: "䥣"
}

.hgi-solid.hgi-sharp.hgi-kissing:before {
    content: "䥥"
}

.hgi-solid.hgi-sharp.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-solid.hgi-sharp.hgi-kite:before {
    content: "䥩"
}

.hgi-solid.hgi-sharp.hgi-knife-01:before {
    content: "䥫"
}

.hgi-solid.hgi-sharp.hgi-knife-02:before {
    content: "䥭"
}

.hgi-solid.hgi-sharp.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-solid.hgi-sharp.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-solid.hgi-sharp.hgi-knives:before {
    content: "䥳"
}

.hgi-solid.hgi-sharp.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-solid.hgi-sharp.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-solid.hgi-sharp.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-solid.hgi-sharp.hgi-kurta:before {
    content: "䥻"
}

.hgi-solid.hgi-sharp.hgi-label-important:before {
    content: "䥽"
}

.hgi-solid.hgi-sharp.hgi-label:before {
    content: "䥿"
}

.hgi-solid.hgi-sharp.hgi-labor:before {
    content: "䦁"
}

.hgi-solid.hgi-sharp.hgi-labs:before {
    content: "䦃"
}

.hgi-solid.hgi-sharp.hgi-lake:before {
    content: "䦅"
}

.hgi-solid.hgi-sharp.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-solid.hgi-sharp.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-solid.hgi-sharp.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-solid.hgi-sharp.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-solid.hgi-sharp.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-solid.hgi-sharp.hgi-lamp:before {
    content: "䦑"
}

.hgi-solid.hgi-sharp.hgi-language-circle:before {
    content: "䦓"
}

.hgi-solid.hgi-sharp.hgi-language-skill:before {
    content: "䦕"
}

.hgi-solid.hgi-sharp.hgi-language-square:before {
    content: "䦗"
}

.hgi-solid.hgi-sharp.hgi-lantern:before {
    content: "䦙"
}

.hgi-solid.hgi-sharp.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-solid.hgi-sharp.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-solid.hgi-sharp.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-solid.hgi-sharp.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-solid.hgi-sharp.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-solid.hgi-sharp.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-solid.hgi-sharp.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-solid.hgi-sharp.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-solid.hgi-sharp.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-solid.hgi-sharp.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-solid.hgi-sharp.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-solid.hgi-sharp.hgi-laptop:before {
    content: "䦱"
}

.hgi-solid.hgi-sharp.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-solid.hgi-sharp.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-solid.hgi-sharp.hgi-last-fm:before {
    content: "䦷"
}

.hgi-solid.hgi-sharp.hgi-latitude:before {
    content: "䦹"
}

.hgi-solid.hgi-sharp.hgi-laughing:before {
    content: "䦻"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-solid.hgi-sharp.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-solid.hgi-sharp.hgi-layer-add:before {
    content: "䧑"
}

.hgi-solid.hgi-sharp.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-solid.hgi-sharp.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-solid.hgi-sharp.hgi-layers-01:before {
    content: "䧗"
}

.hgi-solid.hgi-sharp.hgi-layers-02:before {
    content: "䧙"
}

.hgi-solid.hgi-sharp.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-solid.hgi-sharp.hgi-layout-01:before {
    content: "䧝"
}

.hgi-solid.hgi-sharp.hgi-layout-02:before {
    content: "䧟"
}

.hgi-solid.hgi-sharp.hgi-layout-03:before {
    content: "䧡"
}

.hgi-solid.hgi-sharp.hgi-layout-04:before {
    content: "䧣"
}

.hgi-solid.hgi-sharp.hgi-layout-05:before {
    content: "䧥"
}

.hgi-solid.hgi-sharp.hgi-layout-06:before {
    content: "䧧"
}

.hgi-solid.hgi-sharp.hgi-layout-07:before {
    content: "䧩"
}

.hgi-solid.hgi-sharp.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-solid.hgi-sharp.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-solid.hgi-sharp.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-solid.hgi-sharp.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-solid.hgi-sharp.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-solid.hgi-sharp.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-solid.hgi-sharp.hgi-layout-left:before {
    content: "䧷"
}

.hgi-solid.hgi-sharp.hgi-layout-right:before {
    content: "䧹"
}

.hgi-solid.hgi-sharp.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-solid.hgi-sharp.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-solid.hgi-sharp.hgi-layout-top:before {
    content: "䧿"
}

.hgi-solid.hgi-sharp.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-solid.hgi-sharp.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-solid.hgi-sharp.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-solid.hgi-sharp.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-solid.hgi-sharp.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-solid.hgi-sharp.hgi-leetcode:before {
    content: "䨋"
}

.hgi-solid.hgi-sharp.hgi-left-angle:before {
    content: "䨍"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-solid.hgi-sharp.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-solid.hgi-sharp.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-solid.hgi-sharp.hgi-legal-01:before {
    content: "䨟"
}

.hgi-solid.hgi-sharp.hgi-legal-02:before {
    content: "䨡"
}

.hgi-solid.hgi-sharp.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-solid.hgi-sharp.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-solid.hgi-sharp.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-solid.hgi-sharp.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-solid.hgi-sharp.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-solid.hgi-sharp.hgi-less-than:before {
    content: "䨭"
}

.hgi-solid.hgi-sharp.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-solid.hgi-sharp.hgi-libraries:before {
    content: "䨱"
}

.hgi-solid.hgi-sharp.hgi-library:before {
    content: "䨳"
}

.hgi-solid.hgi-sharp.hgi-license-draft:before {
    content: "䨵"
}

.hgi-solid.hgi-sharp.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-solid.hgi-sharp.hgi-license-no:before {
    content: "䨹"
}

.hgi-solid.hgi-sharp.hgi-license-pin:before {
    content: "䨻"
}

.hgi-solid.hgi-sharp.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-solid.hgi-sharp.hgi-license:before {
    content: "䨿"
}

.hgi-solid.hgi-sharp.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-solid.hgi-sharp.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-solid.hgi-sharp.hgi-limitation:before {
    content: "䩅"
}

.hgi-solid.hgi-sharp.hgi-line:before {
    content: "䩇"
}

.hgi-solid.hgi-sharp.hgi-liner:before {
    content: "䩉"
}

.hgi-solid.hgi-sharp.hgi-link-01:before {
    content: "䩋"
}

.hgi-solid.hgi-sharp.hgi-link-02:before {
    content: "䩍"
}

.hgi-solid.hgi-sharp.hgi-link-03:before {
    content: "䩏"
}

.hgi-solid.hgi-sharp.hgi-link-04:before {
    content: "䩑"
}

.hgi-solid.hgi-sharp.hgi-link-05:before {
    content: "䩓"
}

.hgi-solid.hgi-sharp.hgi-link-06:before {
    content: "䩕"
}

.hgi-solid.hgi-sharp.hgi-link-backward:before {
    content: "䩗"
}

.hgi-solid.hgi-sharp.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-solid.hgi-sharp.hgi-link-circle:before {
    content: "䩛"
}

.hgi-solid.hgi-sharp.hgi-link-forward:before {
    content: "䩝"
}

.hgi-solid.hgi-sharp.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-solid.hgi-sharp.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-solid.hgi-sharp.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-solid.hgi-sharp.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-solid.hgi-sharp.hgi-list-setting:before {
    content: "䩧"
}

.hgi-solid.hgi-sharp.hgi-list-view:before {
    content: "䩩"
}

.hgi-solid.hgi-sharp.hgi-litecoin:before {
    content: "䩫"
}

.hgi-solid.hgi-sharp.hgi-liver:before {
    content: "䩭"
}

.hgi-solid.hgi-sharp.hgi-loading-01:before {
    content: "䩯"
}

.hgi-solid.hgi-sharp.hgi-loading-02:before {
    content: "䩱"
}

.hgi-solid.hgi-sharp.hgi-loading-03:before {
    content: "䩳"
}

.hgi-solid.hgi-sharp.hgi-loading-04:before {
    content: "䩵"
}

.hgi-solid.hgi-sharp.hgi-location-01:before {
    content: "䩷"
}

.hgi-solid.hgi-sharp.hgi-location-02:before {
    content: "䩹"
}

.hgi-solid.hgi-sharp.hgi-location-03:before {
    content: "䩻"
}

.hgi-solid.hgi-sharp.hgi-location-04:before {
    content: "䩽"
}

.hgi-solid.hgi-sharp.hgi-location-05:before {
    content: "䩿"
}

.hgi-solid.hgi-sharp.hgi-location-06:before {
    content: "䪁"
}

.hgi-solid.hgi-sharp.hgi-location-07:before {
    content: "䪃"
}

.hgi-solid.hgi-sharp.hgi-location-08:before {
    content: "䪅"
}

.hgi-solid.hgi-sharp.hgi-location-09:before {
    content: "䪇"
}

.hgi-solid.hgi-sharp.hgi-location-10:before {
    content: "䪉"
}

.hgi-solid.hgi-sharp.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-solid.hgi-sharp.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-solid.hgi-sharp.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-solid.hgi-sharp.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-solid.hgi-sharp.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-solid.hgi-sharp.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-solid.hgi-sharp.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-solid.hgi-sharp.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-solid.hgi-sharp.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-solid.hgi-sharp.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-solid.hgi-sharp.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-solid.hgi-sharp.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-solid.hgi-sharp.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-solid.hgi-sharp.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-solid.hgi-sharp.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-solid.hgi-sharp.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-solid.hgi-sharp.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-solid.hgi-sharp.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-solid.hgi-sharp.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-solid.hgi-sharp.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-solid.hgi-sharp.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-solid.hgi-sharp.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-solid.hgi-sharp.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-solid.hgi-sharp.hgi-lock-key:before {
    content: "䪹"
}

.hgi-solid.hgi-sharp.hgi-lock-password:before {
    content: "䪻"
}

.hgi-solid.hgi-sharp.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-solid.hgi-sharp.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-solid.hgi-sharp.hgi-lock:before {
    content: "䫁"
}

.hgi-solid.hgi-sharp.hgi-locked:before {
    content: "䫃"
}

.hgi-solid.hgi-sharp.hgi-locker-01:before {
    content: "䫅"
}

.hgi-solid.hgi-sharp.hgi-locker:before {
    content: "䫇"
}

.hgi-solid.hgi-sharp.hgi-login-01:before {
    content: "䫉"
}

.hgi-solid.hgi-sharp.hgi-login-02:before {
    content: "䫋"
}

.hgi-solid.hgi-sharp.hgi-login-03:before {
    content: "䫍"
}

.hgi-solid.hgi-sharp.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-solid.hgi-sharp.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-solid.hgi-sharp.hgi-login-method:before {
    content: "䫓"
}

.hgi-solid.hgi-sharp.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-solid.hgi-sharp.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-solid.hgi-sharp.hgi-logout-01:before {
    content: "䫙"
}

.hgi-solid.hgi-sharp.hgi-logout-02:before {
    content: "䫛"
}

.hgi-solid.hgi-sharp.hgi-logout-03:before {
    content: "䫝"
}

.hgi-solid.hgi-sharp.hgi-logout-04:before {
    content: "䫟"
}

.hgi-solid.hgi-sharp.hgi-logout-05:before {
    content: "䫡"
}

.hgi-solid.hgi-sharp.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-solid.hgi-sharp.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-solid.hgi-sharp.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-solid.hgi-sharp.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-solid.hgi-sharp.hgi-lollipop:before {
    content: "䫫"
}

.hgi-solid.hgi-sharp.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-solid.hgi-sharp.hgi-longitude:before {
    content: "䫯"
}

.hgi-solid.hgi-sharp.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-solid.hgi-sharp.hgi-look-left:before {
    content: "䫳"
}

.hgi-solid.hgi-sharp.hgi-look-right:before {
    content: "䫵"
}

.hgi-solid.hgi-sharp.hgi-look-top:before {
    content: "䫷"
}

.hgi-solid.hgi-sharp.hgi-loom:before {
    content: "䫹"
}

.hgi-solid.hgi-sharp.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-solid.hgi-sharp.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-solid.hgi-sharp.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-solid.hgi-sharp.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-solid.hgi-sharp.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-solid.hgi-sharp.hgi-lungs:before {
    content: "䬅"
}

.hgi-solid.hgi-sharp.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-solid.hgi-sharp.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-solid.hgi-sharp.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-solid.hgi-sharp.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-solid.hgi-sharp.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-solid.hgi-sharp.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-solid.hgi-sharp.hgi-magnet:before {
    content: "䬓"
}

.hgi-solid.hgi-sharp.hgi-mail-01:before {
    content: "䬕"
}

.hgi-solid.hgi-sharp.hgi-mail-02:before {
    content: "䬗"
}

.hgi-solid.hgi-sharp.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-solid.hgi-sharp.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-solid.hgi-sharp.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-solid.hgi-sharp.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-solid.hgi-sharp.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-solid.hgi-sharp.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-solid.hgi-sharp.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-solid.hgi-sharp.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-solid.hgi-sharp.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-solid.hgi-sharp.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-solid.hgi-sharp.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-solid.hgi-sharp.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-solid.hgi-sharp.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-solid.hgi-sharp.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-solid.hgi-sharp.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-solid.hgi-sharp.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-solid.hgi-sharp.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-solid.hgi-sharp.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-solid.hgi-sharp.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-solid.hgi-sharp.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-solid.hgi-sharp.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-solid.hgi-sharp.hgi-mail-open:before {
    content: "䭃"
}

.hgi-solid.hgi-sharp.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-solid.hgi-sharp.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-solid.hgi-sharp.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-solid.hgi-sharp.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-solid.hgi-sharp.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-solid.hgi-sharp.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-solid.hgi-sharp.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-solid.hgi-sharp.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-solid.hgi-sharp.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-solid.hgi-sharp.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-solid.hgi-sharp.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-solid.hgi-sharp.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-solid.hgi-sharp.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-solid.hgi-sharp.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-solid.hgi-sharp.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-solid.hgi-sharp.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-solid.hgi-sharp.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-solid.hgi-sharp.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-solid.hgi-sharp.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-solid.hgi-sharp.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-solid.hgi-sharp.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-solid.hgi-sharp.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-solid.hgi-sharp.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-solid.hgi-sharp.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-solid.hgi-sharp.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-solid.hgi-sharp.hgi-mailbox:before {
    content: "䭷"
}

.hgi-solid.hgi-sharp.hgi-manager:before {
    content: "䭹"
}

.hgi-solid.hgi-sharp.hgi-map-pin:before {
    content: "䭻"
}

.hgi-solid.hgi-sharp.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-solid.hgi-sharp.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-solid.hgi-sharp.hgi-maping:before {
    content: "䮁"
}

.hgi-solid.hgi-sharp.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-solid.hgi-sharp.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-solid.hgi-sharp.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-solid.hgi-sharp.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-solid.hgi-sharp.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-solid.hgi-sharp.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-solid.hgi-sharp.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-solid.hgi-sharp.hgi-maps-off:before {
    content: "䮑"
}

.hgi-solid.hgi-sharp.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-solid.hgi-sharp.hgi-maps-search:before {
    content: "䮕"
}

.hgi-solid.hgi-sharp.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-solid.hgi-sharp.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-solid.hgi-sharp.hgi-maps:before {
    content: "䮛"
}

.hgi-solid.hgi-sharp.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-solid.hgi-sharp.hgi-marketing:before {
    content: "䮟"
}

.hgi-solid.hgi-sharp.hgi-mask-love:before {
    content: "䮡"
}

.hgi-solid.hgi-sharp.hgi-mask:before {
    content: "䮣"
}

.hgi-solid.hgi-sharp.hgi-master-card:before {
    content: "䮥"
}

.hgi-solid.hgi-sharp.hgi-matches:before {
    content: "䮧"
}

.hgi-solid.hgi-sharp.hgi-math:before {
    content: "䮩"
}

.hgi-solid.hgi-sharp.hgi-matrix:before {
    content: "䮫"
}

.hgi-solid.hgi-sharp.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-solid.hgi-sharp.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-solid.hgi-sharp.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-solid.hgi-sharp.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-solid.hgi-sharp.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-solid.hgi-sharp.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-solid.hgi-sharp.hgi-maze:before {
    content: "䮹"
}

.hgi-solid.hgi-sharp.hgi-medal-01:before {
    content: "䮻"
}

.hgi-solid.hgi-sharp.hgi-medal-02:before {
    content: "䮽"
}

.hgi-solid.hgi-sharp.hgi-medal-03:before {
    content: "䮿"
}

.hgi-solid.hgi-sharp.hgi-medal-04:before {
    content: "䯁"
}

.hgi-solid.hgi-sharp.hgi-medal-05:before {
    content: "䯃"
}

.hgi-solid.hgi-sharp.hgi-medal-06:before {
    content: "䯅"
}

.hgi-solid.hgi-sharp.hgi-medal-07:before {
    content: "䯇"
}

.hgi-solid.hgi-sharp.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-solid.hgi-sharp.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-solid.hgi-sharp.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-solid.hgi-sharp.hgi-medical-file:before {
    content: "䯏"
}

.hgi-solid.hgi-sharp.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-solid.hgi-sharp.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-solid.hgi-sharp.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-solid.hgi-sharp.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-solid.hgi-sharp.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-solid.hgi-sharp.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-solid.hgi-sharp.hgi-medium-square:before {
    content: "䯞"
}

.hgi-solid.hgi-sharp.hgi-medium:before {
    content: "䯟"
}

.hgi-solid.hgi-sharp.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-solid.hgi-sharp.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-solid.hgi-sharp.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-solid.hgi-sharp.hgi-meh:before {
    content: "䯧"
}

.hgi-solid.hgi-sharp.hgi-mentor:before {
    content: "䯩"
}

.hgi-solid.hgi-sharp.hgi-mentoring:before {
    content: "䯫"
}

.hgi-solid.hgi-sharp.hgi-menu-01:before {
    content: "䯭"
}

.hgi-solid.hgi-sharp.hgi-menu-02:before {
    content: "䯯"
}

.hgi-solid.hgi-sharp.hgi-menu-03:before {
    content: "䯱"
}

.hgi-solid.hgi-sharp.hgi-menu-04:before {
    content: "䯳"
}

.hgi-solid.hgi-sharp.hgi-menu-05:before {
    content: "䯵"
}

.hgi-solid.hgi-sharp.hgi-menu-06:before {
    content: "䯷"
}

.hgi-solid.hgi-sharp.hgi-menu-07:before {
    content: "䯹"
}

.hgi-solid.hgi-sharp.hgi-menu-08:before {
    content: "䯻"
}

.hgi-solid.hgi-sharp.hgi-menu-09:before {
    content: "䯽"
}

.hgi-solid.hgi-sharp.hgi-menu-10:before {
    content: "䯿"
}

.hgi-solid.hgi-sharp.hgi-menu-11:before {
    content: "䰁"
}

.hgi-solid.hgi-sharp.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-solid.hgi-sharp.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-solid.hgi-sharp.hgi-menu-square:before {
    content: "䰇"
}

.hgi-solid.hgi-sharp.hgi-message-01:before {
    content: "䰉"
}

.hgi-solid.hgi-sharp.hgi-message-02:before {
    content: "䰋"
}

.hgi-solid.hgi-sharp.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-solid.hgi-sharp.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-solid.hgi-sharp.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-solid.hgi-sharp.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-solid.hgi-sharp.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-solid.hgi-sharp.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-solid.hgi-sharp.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-solid.hgi-sharp.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-solid.hgi-sharp.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-solid.hgi-sharp.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-solid.hgi-sharp.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-solid.hgi-sharp.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-solid.hgi-sharp.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-solid.hgi-sharp.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-solid.hgi-sharp.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-solid.hgi-sharp.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-solid.hgi-sharp.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-solid.hgi-sharp.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-solid.hgi-sharp.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-solid.hgi-sharp.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-solid.hgi-sharp.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-solid.hgi-sharp.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-solid.hgi-sharp.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-solid.hgi-sharp.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-solid.hgi-sharp.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-solid.hgi-sharp.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-solid.hgi-sharp.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-solid.hgi-sharp.hgi-message-programming:before {
    content: "䱃"
}

.hgi-solid.hgi-sharp.hgi-message-question:before {
    content: "䱅"
}

.hgi-solid.hgi-sharp.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-solid.hgi-sharp.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-solid.hgi-sharp.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-solid.hgi-sharp.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-solid.hgi-sharp.hgi-message-translate:before {
    content: "䱏"
}

.hgi-solid.hgi-sharp.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-solid.hgi-sharp.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-solid.hgi-sharp.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-solid.hgi-sharp.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-solid.hgi-sharp.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-solid.hgi-sharp.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-solid.hgi-sharp.hgi-messenger:before {
    content: "䱝"
}

.hgi-solid.hgi-sharp.hgi-meta:before {
    content: "䱟"
}

.hgi-solid.hgi-sharp.hgi-metro:before {
    content: "䱡"
}

.hgi-solid.hgi-sharp.hgi-mic-01:before {
    content: "䱣"
}

.hgi-solid.hgi-sharp.hgi-mic-02:before {
    content: "䱥"
}

.hgi-solid.hgi-sharp.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-solid.hgi-sharp.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-solid.hgi-sharp.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-solid.hgi-sharp.hgi-microsoft:before {
    content: "䱭"
}

.hgi-solid.hgi-sharp.hgi-microwave:before {
    content: "䱯"
}

.hgi-solid.hgi-sharp.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-solid.hgi-sharp.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-solid.hgi-sharp.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-solid.hgi-sharp.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-solid.hgi-sharp.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-solid.hgi-sharp.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-solid.hgi-sharp.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-solid.hgi-sharp.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-solid.hgi-sharp.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-solid.hgi-sharp.hgi-mining-01:before {
    content: "䲃"
}

.hgi-solid.hgi-sharp.hgi-mining-02:before {
    content: "䲅"
}

.hgi-solid.hgi-sharp.hgi-mining-03:before {
    content: "䲇"
}

.hgi-solid.hgi-sharp.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-solid.hgi-sharp.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-solid.hgi-sharp.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-solid.hgi-sharp.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-solid.hgi-sharp.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-solid.hgi-sharp.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-solid.hgi-sharp.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-solid.hgi-sharp.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-solid.hgi-sharp.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-solid.hgi-sharp.hgi-mirror:before {
    content: "䲛"
}

.hgi-solid.hgi-sharp.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-solid.hgi-sharp.hgi-mixer:before {
    content: "䲟"
}

.hgi-solid.hgi-sharp.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-solid.hgi-sharp.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-solid.hgi-sharp.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-solid.hgi-sharp.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-solid.hgi-sharp.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-solid.hgi-sharp.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-solid.hgi-sharp.hgi-mochi:before {
    content: "䲭"
}

.hgi-solid.hgi-sharp.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-solid.hgi-sharp.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-solid.hgi-sharp.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-solid.hgi-sharp.hgi-molecules:before {
    content: "䲵"
}

.hgi-solid.hgi-sharp.hgi-monas:before {
    content: "䲷"
}

.hgi-solid.hgi-sharp.hgi-money-01:before {
    content: "䲹"
}

.hgi-solid.hgi-sharp.hgi-money-02:before {
    content: "䲻"
}

.hgi-solid.hgi-sharp.hgi-money-03:before {
    content: "䲽"
}

.hgi-solid.hgi-sharp.hgi-money-04:before {
    content: "䲿"
}

.hgi-solid.hgi-sharp.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-solid.hgi-sharp.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-solid.hgi-sharp.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-solid.hgi-sharp.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-solid.hgi-sharp.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-solid.hgi-sharp.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-solid.hgi-sharp.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-solid.hgi-sharp.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-solid.hgi-sharp.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-solid.hgi-sharp.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-solid.hgi-sharp.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-solid.hgi-sharp.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-solid.hgi-sharp.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-solid.hgi-sharp.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-solid.hgi-sharp.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-solid.hgi-sharp.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-solid.hgi-sharp.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-solid.hgi-sharp.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-solid.hgi-sharp.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-solid.hgi-sharp.hgi-money-safe:before {
    content: "䳧"
}

.hgi-solid.hgi-sharp.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-solid.hgi-sharp.hgi-money-security:before {
    content: "䳫"
}

.hgi-solid.hgi-sharp.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-solid.hgi-sharp.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-solid.hgi-sharp.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-solid.hgi-sharp.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-solid.hgi-sharp.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-solid.hgi-sharp.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-solid.hgi-sharp.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-solid.hgi-sharp.hgi-monocle:before {
    content: "䳻"
}

.hgi-solid.hgi-sharp.hgi-monster:before {
    content: "䳽"
}

.hgi-solid.hgi-sharp.hgi-moon-01:before {
    content: "䳿"
}

.hgi-solid.hgi-sharp.hgi-moon-02:before {
    content: "䴁"
}

.hgi-solid.hgi-sharp.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-solid.hgi-sharp.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-solid.hgi-sharp.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-solid.hgi-sharp.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-solid.hgi-sharp.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-solid.hgi-sharp.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-solid.hgi-sharp.hgi-moon:before {
    content: "䴥"
}

.hgi-solid.hgi-sharp.hgi-moonset:before {
    content: "䴧"
}

.hgi-solid.hgi-sharp.hgi-more-01:before {
    content: "䴩"
}

.hgi-solid.hgi-sharp.hgi-more-02:before {
    content: "䴫"
}

.hgi-solid.hgi-sharp.hgi-more-03:before {
    content: "䴭"
}

.hgi-solid.hgi-sharp.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-solid.hgi-sharp.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-solid.hgi-sharp.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-solid.hgi-sharp.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-solid.hgi-sharp.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-solid.hgi-sharp.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-solid.hgi-sharp.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-solid.hgi-sharp.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-solid.hgi-sharp.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-solid.hgi-sharp.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-solid.hgi-sharp.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-solid.hgi-sharp.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-solid.hgi-sharp.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-solid.hgi-sharp.hgi-more:before {
    content: "䵉"
}

.hgi-solid.hgi-sharp.hgi-mortar:before {
    content: "䵋"
}

.hgi-solid.hgi-sharp.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-solid.hgi-sharp.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-solid.hgi-sharp.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-solid.hgi-sharp.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-solid.hgi-sharp.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-solid.hgi-sharp.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-solid.hgi-sharp.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-solid.hgi-sharp.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-solid.hgi-sharp.hgi-motion-01:before {
    content: "䵝"
}

.hgi-solid.hgi-sharp.hgi-motion-02:before {
    content: "䵟"
}

.hgi-solid.hgi-sharp.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-solid.hgi-sharp.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-solid.hgi-sharp.hgi-mountain:before {
    content: "䵥"
}

.hgi-solid.hgi-sharp.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-solid.hgi-sharp.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-solid.hgi-sharp.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-solid.hgi-sharp.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-solid.hgi-sharp.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-solid.hgi-sharp.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-solid.hgi-sharp.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-solid.hgi-sharp.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-solid.hgi-sharp.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-solid.hgi-sharp.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-solid.hgi-sharp.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-solid.hgi-sharp.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-solid.hgi-sharp.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-solid.hgi-sharp.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-solid.hgi-sharp.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-solid.hgi-sharp.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-solid.hgi-sharp.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-solid.hgi-sharp.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-solid.hgi-sharp.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-solid.hgi-sharp.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-solid.hgi-sharp.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-solid.hgi-sharp.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-solid.hgi-sharp.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-solid.hgi-sharp.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-solid.hgi-sharp.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-solid.hgi-sharp.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-solid.hgi-sharp.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-solid.hgi-sharp.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-solid.hgi-sharp.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-solid.hgi-sharp.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-solid.hgi-sharp.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-solid.hgi-sharp.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-solid.hgi-sharp.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-solid.hgi-sharp.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-solid.hgi-sharp.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-solid.hgi-sharp.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-solid.hgi-sharp.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-solid.hgi-sharp.hgi-move-01:before {
    content: "䶱"
}

.hgi-solid.hgi-sharp.hgi-move-02:before {
    content: "䶳"
}

.hgi-solid.hgi-sharp.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-solid.hgi-sharp.hgi-move-left:before {
    content: "䶷"
}

.hgi-solid.hgi-sharp.hgi-move-right:before {
    content: "䶹"
}

.hgi-solid.hgi-sharp.hgi-move-to:before {
    content: "䶼"
}

.hgi-solid.hgi-sharp.hgi-move-top:before {
    content: "䶾"
}

.hgi-solid.hgi-sharp.hgi-move:before {
    content: "䶿"
}

.hgi-solid.hgi-sharp.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-solid.hgi-sharp.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-solid.hgi-sharp.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-solid.hgi-sharp.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-solid.hgi-sharp.hgi-muhammad:before {
    content: "䷉"
}

.hgi-solid.hgi-sharp.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-solid.hgi-sharp.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-solid.hgi-sharp.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-solid.hgi-sharp.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-solid.hgi-sharp.hgi-mushroom:before {
    content: "䷓"
}

.hgi-solid.hgi-sharp.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-solid.hgi-sharp.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-solid.hgi-sharp.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-solid.hgi-sharp.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-solid.hgi-sharp.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-solid.hgi-sharp.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-solid.hgi-sharp.hgi-muslim:before {
    content: "䷡"
}

.hgi-solid.hgi-sharp.hgi-mute:before {
    content: "䷣"
}

.hgi-solid.hgi-sharp.hgi-mymind:before {
    content: "䷥"
}

.hgi-solid.hgi-sharp.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-solid.hgi-sharp.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-solid.hgi-sharp.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-solid.hgi-sharp.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-solid.hgi-sharp.hgi-natural-food:before {
    content: "䷯"
}

.hgi-solid.hgi-sharp.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-solid.hgi-sharp.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-solid.hgi-sharp.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-solid.hgi-sharp.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-solid.hgi-sharp.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-solid.hgi-sharp.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-solid.hgi-sharp.hgi-necklace:before {
    content: "䷽"
}

.hgi-solid.hgi-sharp.hgi-nerd:before {
    content: "䷿"
}

.hgi-solid.hgi-sharp.hgi-neural-network:before {
    content: "丁"
}

.hgi-solid.hgi-sharp.hgi-neutral:before {
    content: "七"
}

.hgi-solid.hgi-sharp.hgi-new-job:before {
    content: "丅"
}

.hgi-solid.hgi-sharp.hgi-new-office:before {
    content: "万"
}

.hgi-solid.hgi-sharp.hgi-new-releases:before {
    content: "三"
}

.hgi-solid.hgi-sharp.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-solid.hgi-sharp.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-solid.hgi-sharp.hgi-new-twitter:before {
    content: "丏"
}

.hgi-solid.hgi-sharp.hgi-news-01:before {
    content: "丑"
}

.hgi-solid.hgi-sharp.hgi-news:before {
    content: "专"
}

.hgi-solid.hgi-sharp.hgi-next:before {
    content: "丕"
}

.hgi-solid.hgi-sharp.hgi-nike:before {
    content: "丗"
}

.hgi-solid.hgi-sharp.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-solid.hgi-sharp.hgi-nintendo:before {
    content: "丛"
}

.hgi-solid.hgi-sharp.hgi-niqab:before {
    content: "丝"
}

.hgi-solid.hgi-sharp.hgi-no-internet:before {
    content: "丟"
}

.hgi-solid.hgi-sharp.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-solid.hgi-sharp.hgi-node-add:before {
    content: "丣"
}

.hgi-solid.hgi-sharp.hgi-node-edit:before {
    content: "严"
}

.hgi-solid.hgi-sharp.hgi-node-move-down:before {
    content: "丧"
}

.hgi-solid.hgi-sharp.hgi-node-move-up:before {
    content: "丩"
}

.hgi-solid.hgi-sharp.hgi-node-remove:before {
    content: "丫"
}

.hgi-solid.hgi-sharp.hgi-noodles:before {
    content: "中"
}

.hgi-solid.hgi-sharp.hgi-nose:before {
    content: "丯"
}

.hgi-solid.hgi-sharp.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-solid.hgi-sharp.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-solid.hgi-sharp.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-solid.hgi-sharp.hgi-note-01:before {
    content: "丷"
}

.hgi-solid.hgi-sharp.hgi-note-02:before {
    content: "丹"
}

.hgi-solid.hgi-sharp.hgi-note-03:before {
    content: "主"
}

.hgi-solid.hgi-sharp.hgi-note-04:before {
    content: "丽"
}

.hgi-solid.hgi-sharp.hgi-note-05:before {
    content: "丿"
}

.hgi-solid.hgi-sharp.hgi-note-add:before {
    content: "乁"
}

.hgi-solid.hgi-sharp.hgi-note-done:before {
    content: "乃"
}

.hgi-solid.hgi-sharp.hgi-note-edit:before {
    content: "久"
}

.hgi-solid.hgi-sharp.hgi-note-remove:before {
    content: "乇"
}

.hgi-solid.hgi-sharp.hgi-note:before {
    content: "义"
}

.hgi-solid.hgi-sharp.hgi-notebook-01:before {
    content: "之"
}

.hgi-solid.hgi-sharp.hgi-notebook-02:before {
    content: "乍"
}

.hgi-solid.hgi-sharp.hgi-notebook:before {
    content: "乏"
}

.hgi-solid.hgi-sharp.hgi-notification-01:before {
    content: "乑"
}

.hgi-solid.hgi-sharp.hgi-notification-02:before {
    content: "乓"
}

.hgi-solid.hgi-sharp.hgi-notification-03:before {
    content: "乕"
}

.hgi-solid.hgi-sharp.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-solid.hgi-sharp.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-solid.hgi-sharp.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-solid.hgi-sharp.hgi-notification-bubble:before {
    content: "九"
}

.hgi-solid.hgi-sharp.hgi-notification-circle:before {
    content: "也"
}

.hgi-solid.hgi-sharp.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-solid.hgi-sharp.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-solid.hgi-sharp.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-solid.hgi-sharp.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-solid.hgi-sharp.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-solid.hgi-sharp.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-solid.hgi-sharp.hgi-notification-square:before {
    content: "乭"
}

.hgi-solid.hgi-sharp.hgi-notion-01:before {
    content: "乯"
}

.hgi-solid.hgi-sharp.hgi-notion-02:before {
    content: "乱"
}

.hgi-solid.hgi-sharp.hgi-npm:before {
    content: "乳"
}

.hgi-solid.hgi-sharp.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-solid.hgi-sharp.hgi-nut:before {
    content: "乷"
}

.hgi-solid.hgi-sharp.hgi-obtuse:before {
    content: "乹"
}

.hgi-solid.hgi-sharp.hgi-octagon:before {
    content: "乻"
}

.hgi-solid.hgi-sharp.hgi-octopus:before {
    content: "乽"
}

.hgi-solid.hgi-sharp.hgi-office-365:before {
    content: "乿"
}

.hgi-solid.hgi-sharp.hgi-office-chair:before {
    content: "亁"
}

.hgi-solid.hgi-sharp.hgi-office:before {
    content: "亃"
}

.hgi-solid.hgi-sharp.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-solid.hgi-sharp.hgi-ok-finger:before {
    content: "亇"
}

.hgi-solid.hgi-sharp.hgi-olympic-torch:before {
    content: "争"
}

.hgi-solid.hgi-sharp.hgi-online-learning-01:before {
    content: "事"
}

.hgi-solid.hgi-sharp.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-solid.hgi-sharp.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-solid.hgi-sharp.hgi-online-learning-04:before {
    content: "云"
}

.hgi-solid.hgi-sharp.hgi-open-caption:before {
    content: "亓"
}

.hgi-solid.hgi-sharp.hgi-option:before {
    content: "井"
}

.hgi-solid.hgi-sharp.hgi-orange:before {
    content: "亗"
}

.hgi-solid.hgi-sharp.hgi-orbit-01:before {
    content: "亙"
}

.hgi-solid.hgi-sharp.hgi-orbit-02:before {
    content: "些"
}

.hgi-solid.hgi-sharp.hgi-organic-food:before {
    content: "亝"
}

.hgi-solid.hgi-sharp.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-solid.hgi-sharp.hgi-oval:before {
    content: "亡"
}

.hgi-solid.hgi-sharp.hgi-oven:before {
    content: "亣"
}

.hgi-solid.hgi-sharp.hgi-package-add:before {
    content: "亥"
}

.hgi-solid.hgi-sharp.hgi-package-delivered:before {
    content: "产"
}

.hgi-solid.hgi-sharp.hgi-package-moving:before {
    content: "亩"
}

.hgi-solid.hgi-sharp.hgi-package-open:before {
    content: "享"
}

.hgi-solid.hgi-sharp.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-solid.hgi-sharp.hgi-package-process:before {
    content: "亯"
}

.hgi-solid.hgi-sharp.hgi-package-receive:before {
    content: "亱"
}

.hgi-solid.hgi-sharp.hgi-package-remove:before {
    content: "亳"
}

.hgi-solid.hgi-sharp.hgi-package-search:before {
    content: "亵"
}

.hgi-solid.hgi-sharp.hgi-package-sent:before {
    content: "亸"
}

.hgi-solid.hgi-sharp.hgi-package:before {
    content: "亹"
}

.hgi-solid.hgi-sharp.hgi-pacman-01:before {
    content: "亻"
}

.hgi-solid.hgi-sharp.hgi-pacman-02:before {
    content: "亽"
}

.hgi-solid.hgi-sharp.hgi-paint-board:before {
    content: "亿"
}

.hgi-solid.hgi-sharp.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-solid.hgi-sharp.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-solid.hgi-sharp.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-solid.hgi-sharp.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-solid.hgi-sharp.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-solid.hgi-sharp.hgi-pan-01:before {
    content: "介"
}

.hgi-solid.hgi-sharp.hgi-pan-02:before {
    content: "仍"
}

.hgi-solid.hgi-sharp.hgi-pan-03:before {
    content: "仏"
}

.hgi-solid.hgi-sharp.hgi-parabola-01:before {
    content: "仑"
}

.hgi-solid.hgi-sharp.hgi-parabola-02:before {
    content: "仓"
}

.hgi-solid.hgi-sharp.hgi-parabola-03:before {
    content: "仕"
}

.hgi-solid.hgi-sharp.hgi-paragliding:before {
    content: "仗"
}

.hgi-solid.hgi-sharp.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-solid.hgi-sharp.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-solid.hgi-sharp.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-solid.hgi-sharp.hgi-paragraph:before {
    content: "仟"
}

.hgi-solid.hgi-sharp.hgi-parallelogram:before {
    content: "仡"
}

.hgi-solid.hgi-sharp.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-solid.hgi-sharp.hgi-parking-area-square:before {
    content: "以"
}

.hgi-solid.hgi-sharp.hgi-passport-01:before {
    content: "仧"
}

.hgi-solid.hgi-sharp.hgi-passport-expired:before {
    content: "仩"
}

.hgi-solid.hgi-sharp.hgi-passport-valid:before {
    content: "们"
}

.hgi-solid.hgi-sharp.hgi-passport:before {
    content: "仭"
}

.hgi-solid.hgi-sharp.hgi-password-validation:before {
    content: "仯"
}

.hgi-solid.hgi-sharp.hgi-path:before {
    content: "仱"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-solid.hgi-sharp.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-solid.hgi-sharp.hgi-patient:before {
    content: "伇"
}

.hgi-solid.hgi-sharp.hgi-patio:before {
    content: "伉"
}

.hgi-solid.hgi-sharp.hgi-pause:before {
    content: "伋"
}

.hgi-solid.hgi-sharp.hgi-pavilon:before {
    content: "伍"
}

.hgi-solid.hgi-sharp.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-solid.hgi-sharp.hgi-payment-01:before {
    content: "休"
}

.hgi-solid.hgi-sharp.hgi-payment-02:before {
    content: "伓"
}

.hgi-solid.hgi-sharp.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-solid.hgi-sharp.hgi-payment-success-02:before {
    content: "众"
}

.hgi-solid.hgi-sharp.hgi-payoneer:before {
    content: "伙"
}

.hgi-solid.hgi-sharp.hgi-paypal:before {
    content: "伛"
}

.hgi-solid.hgi-sharp.hgi-pdf-01:before {
    content: "伝"
}

.hgi-solid.hgi-sharp.hgi-pdf-02:before {
    content: "伟"
}

.hgi-solid.hgi-sharp.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-solid.hgi-sharp.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-solid.hgi-sharp.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-solid.hgi-sharp.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-solid.hgi-sharp.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-solid.hgi-sharp.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-solid.hgi-sharp.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-solid.hgi-sharp.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-solid.hgi-sharp.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-solid.hgi-sharp.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-solid.hgi-sharp.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-solid.hgi-sharp.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-solid.hgi-sharp.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-solid.hgi-sharp.hgi-pencil:before {
    content: "伻"
}

.hgi-solid.hgi-sharp.hgi-pendulum:before {
    content: "伽"
}

.hgi-solid.hgi-sharp.hgi-pensive:before {
    content: "伿"
}

.hgi-solid.hgi-sharp.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-solid.hgi-sharp.hgi-pentagon:before {
    content: "佃"
}

.hgi-solid.hgi-sharp.hgi-percent-circle:before {
    content: "佅"
}

.hgi-solid.hgi-sharp.hgi-percent-square:before {
    content: "佈"
}

.hgi-solid.hgi-sharp.hgi-percent:before {
    content: "佉"
}

.hgi-solid.hgi-sharp.hgi-perfume:before {
    content: "佋"
}

.hgi-solid.hgi-sharp.hgi-periscope:before {
    content: "位"
}

.hgi-solid.hgi-sharp.hgi-permanent-job:before {
    content: "住"
}

.hgi-solid.hgi-sharp.hgi-perspective:before {
    content: "佑"
}

.hgi-solid.hgi-sharp.hgi-pexels:before {
    content: "体"
}

.hgi-solid.hgi-sharp.hgi-phone-off-01:before {
    content: "何"
}

.hgi-solid.hgi-sharp.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-solid.hgi-sharp.hgi-php:before {
    content: "余"
}

.hgi-solid.hgi-sharp.hgi-physics:before {
    content: "佛"
}

.hgi-solid.hgi-sharp.hgi-pi-circle:before {
    content: "佝"
}

.hgi-solid.hgi-sharp.hgi-pi-square:before {
    content: "你"
}

.hgi-solid.hgi-sharp.hgi-pi:before {
    content: "佡"
}

.hgi-solid.hgi-sharp.hgi-picasa:before {
    content: "佣"
}

.hgi-solid.hgi-sharp.hgi-pickup-01:before {
    content: "佥"
}

.hgi-solid.hgi-sharp.hgi-pickup-02:before {
    content: "佧"
}

.hgi-solid.hgi-sharp.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-solid.hgi-sharp.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-solid.hgi-sharp.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-solid.hgi-sharp.hgi-pie-chart:before {
    content: "佯"
}

.hgi-solid.hgi-sharp.hgi-pie:before {
    content: "佱"
}

.hgi-solid.hgi-sharp.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-solid.hgi-sharp.hgi-pin-code:before {
    content: "併"
}

.hgi-solid.hgi-sharp.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-solid.hgi-sharp.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-solid.hgi-sharp.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-solid.hgi-sharp.hgi-pin-off:before {
    content: "佽"
}

.hgi-solid.hgi-sharp.hgi-pin:before {
    content: "使"
}

.hgi-solid.hgi-sharp.hgi-pinterest:before {
    content: "侁"
}

.hgi-solid.hgi-sharp.hgi-pipeline:before {
    content: "侃"
}

.hgi-solid.hgi-sharp.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-solid.hgi-sharp.hgi-pizza-01:before {
    content: "侇"
}

.hgi-solid.hgi-sharp.hgi-pizza-02:before {
    content: "侉"
}

.hgi-solid.hgi-sharp.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-solid.hgi-sharp.hgi-plane:before {
    content: "侍"
}

.hgi-solid.hgi-sharp.hgi-plant-01:before {
    content: "侏"
}

.hgi-solid.hgi-sharp.hgi-plant-02:before {
    content: "侑"
}

.hgi-solid.hgi-sharp.hgi-plant-03:before {
    content: "侓"
}

.hgi-solid.hgi-sharp.hgi-plant-04:before {
    content: "侕"
}

.hgi-solid.hgi-sharp.hgi-plate:before {
    content: "侗"
}

.hgi-solid.hgi-sharp.hgi-plaxo:before {
    content: "侙"
}

.hgi-solid.hgi-sharp.hgi-play-circle-02:before {
    content: "供"
}

.hgi-solid.hgi-sharp.hgi-play-circle:before {
    content: "依"
}

.hgi-solid.hgi-sharp.hgi-play-list-add:before {
    content: "侟"
}

.hgi-solid.hgi-sharp.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-solid.hgi-sharp.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-solid.hgi-sharp.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-solid.hgi-sharp.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-solid.hgi-sharp.hgi-play-list:before {
    content: "侩"
}

.hgi-solid.hgi-sharp.hgi-play-square:before {
    content: "侬"
}

.hgi-solid.hgi-sharp.hgi-play-store:before {
    content: "侮"
}

.hgi-solid.hgi-sharp.hgi-play:before {
    content: "侯"
}

.hgi-solid.hgi-sharp.hgi-playlist-01:before {
    content: "侱"
}

.hgi-solid.hgi-sharp.hgi-playlist-02:before {
    content: "侳"
}

.hgi-solid.hgi-sharp.hgi-playlist-03:before {
    content: "侵"
}

.hgi-solid.hgi-sharp.hgi-plaza:before {
    content: "侷"
}

.hgi-solid.hgi-sharp.hgi-plug-01:before {
    content: "侹"
}

.hgi-solid.hgi-sharp.hgi-plug-02:before {
    content: "侻"
}

.hgi-solid.hgi-sharp.hgi-plug-socket:before {
    content: "侽"
}

.hgi-solid.hgi-sharp.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-solid.hgi-sharp.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-solid.hgi-sharp.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-solid.hgi-sharp.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-solid.hgi-sharp.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-solid.hgi-sharp.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-solid.hgi-sharp.hgi-plus-minus:before {
    content: "俋"
}

.hgi-solid.hgi-sharp.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-solid.hgi-sharp.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-solid.hgi-sharp.hgi-plus-sign:before {
    content: "俑"
}

.hgi-solid.hgi-sharp.hgi-png-01:before {
    content: "俓"
}

.hgi-solid.hgi-sharp.hgi-png-02:before {
    content: "俕"
}

.hgi-solid.hgi-sharp.hgi-podium:before {
    content: "俗"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-solid.hgi-sharp.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-solid.hgi-sharp.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-solid.hgi-sharp.hgi-pokeball:before {
    content: "俹"
}

.hgi-solid.hgi-sharp.hgi-pokemon:before {
    content: "俻"
}

.hgi-solid.hgi-sharp.hgi-police-badge:before {
    content: "俽"
}

.hgi-solid.hgi-sharp.hgi-police-cap:before {
    content: "俿"
}

.hgi-solid.hgi-sharp.hgi-police-car:before {
    content: "倁"
}

.hgi-solid.hgi-sharp.hgi-police-station:before {
    content: "倃"
}

.hgi-solid.hgi-sharp.hgi-policy:before {
    content: "倅"
}

.hgi-solid.hgi-sharp.hgi-polygon:before {
    content: "倇"
}

.hgi-solid.hgi-sharp.hgi-pool-table:before {
    content: "倊"
}

.hgi-solid.hgi-sharp.hgi-pool:before {
    content: "個"
}

.hgi-solid.hgi-sharp.hgi-poop:before {
    content: "倍"
}

.hgi-solid.hgi-sharp.hgi-popcorn:before {
    content: "倏"
}

.hgi-solid.hgi-sharp.hgi-pot-01:before {
    content: "們"
}

.hgi-solid.hgi-sharp.hgi-pot-02:before {
    content: "倓"
}

.hgi-solid.hgi-sharp.hgi-potion:before {
    content: "倕"
}

.hgi-solid.hgi-sharp.hgi-pound-circle:before {
    content: "倗"
}

.hgi-solid.hgi-sharp.hgi-pound-receive:before {
    content: "候"
}

.hgi-solid.hgi-sharp.hgi-pound-send:before {
    content: "倜"
}

.hgi-solid.hgi-sharp.hgi-pound-square:before {
    content: "倞"
}

.hgi-solid.hgi-sharp.hgi-pound:before {
    content: "借"
}

.hgi-solid.hgi-sharp.hgi-power-service:before {
    content: "倡"
}

.hgi-solid.hgi-sharp.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-solid.hgi-sharp.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-solid.hgi-sharp.hgi-ppt-01:before {
    content: "倧"
}

.hgi-solid.hgi-sharp.hgi-ppt-02:before {
    content: "倩"
}

.hgi-solid.hgi-sharp.hgi-prawn:before {
    content: "倫"
}

.hgi-solid.hgi-sharp.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-solid.hgi-sharp.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-solid.hgi-sharp.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-solid.hgi-sharp.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-solid.hgi-sharp.hgi-prescription:before {
    content: "倵"
}

.hgi-solid.hgi-sharp.hgi-presentation-01:before {
    content: "倷"
}

.hgi-solid.hgi-sharp.hgi-presentation-02:before {
    content: "倹"
}

.hgi-solid.hgi-sharp.hgi-presentation-03:before {
    content: "倻"
}

.hgi-solid.hgi-sharp.hgi-presentation-04:before {
    content: "倽"
}

.hgi-solid.hgi-sharp.hgi-presentation-05:before {
    content: "倿"
}

.hgi-solid.hgi-sharp.hgi-presentation-06:before {
    content: "偁"
}

.hgi-solid.hgi-sharp.hgi-presentation-07:before {
    content: "偃"
}

.hgi-solid.hgi-sharp.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-solid.hgi-sharp.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-solid.hgi-sharp.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-solid.hgi-sharp.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-solid.hgi-sharp.hgi-presentation-online:before {
    content: "偍"
}

.hgi-solid.hgi-sharp.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-solid.hgi-sharp.hgi-previous:before {
    content: "偑"
}

.hgi-solid.hgi-sharp.hgi-printer-off:before {
    content: "偓"
}

.hgi-solid.hgi-sharp.hgi-printer:before {
    content: "偕"
}

.hgi-solid.hgi-sharp.hgi-prism-01:before {
    content: "偗"
}

.hgi-solid.hgi-sharp.hgi-prism:before {
    content: "偙"
}

.hgi-solid.hgi-sharp.hgi-prison-guard:before {
    content: "偛"
}

.hgi-solid.hgi-sharp.hgi-prison:before {
    content: "偝"
}

.hgi-solid.hgi-sharp.hgi-prisoner:before {
    content: "偟"
}

.hgi-solid.hgi-sharp.hgi-product-loading:before {
    content: "偡"
}

.hgi-solid.hgi-sharp.hgi-profile-02:before {
    content: "偣"
}

.hgi-solid.hgi-sharp.hgi-profile:before {
    content: "健"
}

.hgi-solid.hgi-sharp.hgi-profit:before {
    content: "偧"
}

.hgi-solid.hgi-sharp.hgi-programming-flag:before {
    content: "偩"
}

.hgi-solid.hgi-sharp.hgi-projector-01:before {
    content: "偫"
}

.hgi-solid.hgi-sharp.hgi-projector:before {
    content: "偭"
}

.hgi-solid.hgi-sharp.hgi-promotion:before {
    content: "偯"
}

.hgi-solid.hgi-sharp.hgi-property-add:before {
    content: "偱"
}

.hgi-solid.hgi-sharp.hgi-property-delete:before {
    content: "偳"
}

.hgi-solid.hgi-sharp.hgi-property-edit:before {
    content: "偵"
}

.hgi-solid.hgi-sharp.hgi-property-new:before {
    content: "偷"
}

.hgi-solid.hgi-sharp.hgi-property-search:before {
    content: "偹"
}

.hgi-solid.hgi-sharp.hgi-property-view:before {
    content: "偻"
}

.hgi-solid.hgi-sharp.hgi-protection-mask:before {
    content: "偽"
}

.hgi-solid.hgi-sharp.hgi-pulley:before {
    content: "偿"
}

.hgi-solid.hgi-sharp.hgi-pulse-01:before {
    content: "傁"
}

.hgi-solid.hgi-sharp.hgi-pulse-02:before {
    content: "傃"
}

.hgi-solid.hgi-sharp.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-solid.hgi-sharp.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-solid.hgi-sharp.hgi-pumpkin:before {
    content: "傉"
}

.hgi-solid.hgi-sharp.hgi-punch:before {
    content: "傋"
}

.hgi-solid.hgi-sharp.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-solid.hgi-sharp.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-solid.hgi-sharp.hgi-purse-01:before {
    content: "傑"
}

.hgi-solid.hgi-sharp.hgi-purse:before {
    content: "傓"
}

.hgi-solid.hgi-sharp.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-solid.hgi-sharp.hgi-puzzle:before {
    content: "傗"
}

.hgi-solid.hgi-sharp.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-solid.hgi-sharp.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-solid.hgi-sharp.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-solid.hgi-sharp.hgi-pyramid:before {
    content: "傟"
}

.hgi-solid.hgi-sharp.hgi-qq-plot:before {
    content: "傡"
}

.hgi-solid.hgi-sharp.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-solid.hgi-sharp.hgi-qr-code:before {
    content: "傥"
}

.hgi-solid.hgi-sharp.hgi-question:before {
    content: "傧"
}

.hgi-solid.hgi-sharp.hgi-queue-01:before {
    content: "傩"
}

.hgi-solid.hgi-sharp.hgi-queue-02:before {
    content: "傫"
}

.hgi-solid.hgi-sharp.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-solid.hgi-sharp.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-solid.hgi-sharp.hgi-quiz-01:before {
    content: "傱"
}

.hgi-solid.hgi-sharp.hgi-quiz-02:before {
    content: "傳"
}

.hgi-solid.hgi-sharp.hgi-quiz-03:before {
    content: "債"
}

.hgi-solid.hgi-sharp.hgi-quiz-04:before {
    content: "傷"
}

.hgi-solid.hgi-sharp.hgi-quiz-05:before {
    content: "傹"
}

.hgi-solid.hgi-sharp.hgi-quora:before {
    content: "傻"
}

.hgi-solid.hgi-sharp.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-solid.hgi-sharp.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-solid.hgi-sharp.hgi-quote-down:before {
    content: "僁"
}

.hgi-solid.hgi-sharp.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-solid.hgi-sharp.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-solid.hgi-sharp.hgi-quote-up:before {
    content: "僇"
}

.hgi-solid.hgi-sharp.hgi-quotes:before {
    content: "僉"
}

.hgi-solid.hgi-sharp.hgi-quran-01:before {
    content: "僋"
}

.hgi-solid.hgi-sharp.hgi-quran-02:before {
    content: "働"
}

.hgi-solid.hgi-sharp.hgi-quran-03:before {
    content: "像"
}

.hgi-solid.hgi-sharp.hgi-racing-flag:before {
    content: "僑"
}

.hgi-solid.hgi-sharp.hgi-radar-01:before {
    content: "僓"
}

.hgi-solid.hgi-sharp.hgi-radar-02:before {
    content: "僕"
}

.hgi-solid.hgi-sharp.hgi-radial:before {
    content: "僗"
}

.hgi-solid.hgi-sharp.hgi-radio-01:before {
    content: "僙"
}

.hgi-solid.hgi-sharp.hgi-radio-02:before {
    content: "僛"
}

.hgi-solid.hgi-sharp.hgi-radio:before {
    content: "僝"
}

.hgi-solid.hgi-sharp.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-solid.hgi-sharp.hgi-radius:before {
    content: "僡"
}

.hgi-solid.hgi-sharp.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-solid.hgi-sharp.hgi-rain-drop:before {
    content: "僥"
}

.hgi-solid.hgi-sharp.hgi-rain:before {
    content: "僧"
}

.hgi-solid.hgi-sharp.hgi-rainbow:before {
    content: "僩"
}

.hgi-solid.hgi-sharp.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-solid.hgi-sharp.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-solid.hgi-sharp.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-solid.hgi-sharp.hgi-ranking:before {
    content: "僱"
}

.hgi-solid.hgi-sharp.hgi-raw-01:before {
    content: "僳"
}

.hgi-solid.hgi-sharp.hgi-raw-02:before {
    content: "僵"
}

.hgi-solid.hgi-sharp.hgi-re:before {
    content: "僷"
}

.hgi-solid.hgi-sharp.hgi-react:before {
    content: "價"
}

.hgi-solid.hgi-sharp.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-solid.hgi-sharp.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-solid.hgi-sharp.hgi-record:before {
    content: "僿"
}

.hgi-solid.hgi-sharp.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-solid.hgi-sharp.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-solid.hgi-sharp.hgi-rectangular:before {
    content: "儅"
}

.hgi-solid.hgi-sharp.hgi-recycle-01:before {
    content: "儇"
}

.hgi-solid.hgi-sharp.hgi-recycle-02:before {
    content: "儉"
}

.hgi-solid.hgi-sharp.hgi-recycle-03:before {
    content: "儋"
}

.hgi-solid.hgi-sharp.hgi-reddit:before {
    content: "儍"
}

.hgi-solid.hgi-sharp.hgi-reflex:before {
    content: "儏"
}

.hgi-solid.hgi-sharp.hgi-refresh:before {
    content: "儑"
}

.hgi-solid.hgi-sharp.hgi-refrigerator:before {
    content: "儓"
}

.hgi-solid.hgi-sharp.hgi-register:before {
    content: "儕"
}

.hgi-solid.hgi-sharp.hgi-registered:before {
    content: "儗"
}

.hgi-solid.hgi-sharp.hgi-relieved-01:before {
    content: "儙"
}

.hgi-solid.hgi-sharp.hgi-relieved-02:before {
    content: "儛"
}

.hgi-solid.hgi-sharp.hgi-reload:before {
    content: "儝"
}

.hgi-solid.hgi-sharp.hgi-reminder:before {
    content: "償"
}

.hgi-solid.hgi-sharp.hgi-remote-control:before {
    content: "儡"
}

.hgi-solid.hgi-sharp.hgi-remove-01:before {
    content: "儣"
}

.hgi-solid.hgi-sharp.hgi-remove-02:before {
    content: "儥"
}

.hgi-solid.hgi-sharp.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-solid.hgi-sharp.hgi-remove-circle:before {
    content: "儩"
}

.hgi-solid.hgi-sharp.hgi-remove-pi:before {
    content: "儫"
}

.hgi-solid.hgi-sharp.hgi-remove-square:before {
    content: "儭"
}

.hgi-solid.hgi-sharp.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-solid.hgi-sharp.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-solid.hgi-sharp.hgi-repair:before {
    content: "儳"
}

.hgi-solid.hgi-sharp.hgi-repeat-off:before {
    content: "儵"
}

.hgi-solid.hgi-sharp.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-solid.hgi-sharp.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-solid.hgi-sharp.hgi-repeat:before {
    content: "儻"
}

.hgi-solid.hgi-sharp.hgi-replay:before {
    content: "儽"
}

.hgi-solid.hgi-sharp.hgi-repository:before {
    content: "儿"
}

.hgi-solid.hgi-sharp.hgi-reset-password:before {
    content: "允"
}

.hgi-solid.hgi-sharp.hgi-resize-01:before {
    content: "元"
}

.hgi-solid.hgi-sharp.hgi-resize-02:before {
    content: "充"
}

.hgi-solid.hgi-sharp.hgi-resources-add:before {
    content: "兇"
}

.hgi-solid.hgi-sharp.hgi-resources-remove:before {
    content: "光"
}

.hgi-solid.hgi-sharp.hgi-restaurant-01:before {
    content: "克"
}

.hgi-solid.hgi-sharp.hgi-restaurant-02:before {
    content: "免"
}

.hgi-solid.hgi-sharp.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-solid.hgi-sharp.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-solid.hgi-sharp.hgi-restore-bin:before {
    content: "兓"
}

.hgi-solid.hgi-sharp.hgi-return-request:before {
    content: "兕"
}

.hgi-solid.hgi-sharp.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-solid.hgi-sharp.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-solid.hgi-sharp.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-solid.hgi-sharp.hgi-rhombus:before {
    content: "兝"
}

.hgi-solid.hgi-sharp.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-solid.hgi-sharp.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-solid.hgi-sharp.hgi-right-angle:before {
    content: "兣"
}

.hgi-solid.hgi-sharp.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-solid.hgi-sharp.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-solid.hgi-sharp.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-solid.hgi-sharp.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-solid.hgi-sharp.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-solid.hgi-sharp.hgi-right-triangle:before {
    content: "兯"
}

.hgi-solid.hgi-sharp.hgi-ripple:before {
    content: "共"
}

.hgi-solid.hgi-sharp.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-solid.hgi-sharp.hgi-riyal:before {
    content: "兵"
}

.hgi-solid.hgi-sharp.hgi-road-01:before {
    content: "具"
}

.hgi-solid.hgi-sharp.hgi-road-02:before {
    content: "兹"
}

.hgi-solid.hgi-sharp.hgi-road-location-01:before {
    content: "养"
}

.hgi-solid.hgi-sharp.hgi-road-location-02:before {
    content: "兽"
}

.hgi-solid.hgi-sharp.hgi-road-wayside:before {
    content: "冀"
}

.hgi-solid.hgi-sharp.hgi-road:before {
    content: "冁"
}

.hgi-solid.hgi-sharp.hgi-robotic:before {
    content: "冃"
}

.hgi-solid.hgi-sharp.hgi-rocket-01:before {
    content: "内"
}

.hgi-solid.hgi-sharp.hgi-rocket-02:before {
    content: "冇"
}

.hgi-solid.hgi-sharp.hgi-rocket:before {
    content: "冉"
}

.hgi-solid.hgi-sharp.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-solid.hgi-sharp.hgi-roller-skate:before {
    content: "再"
}

.hgi-solid.hgi-sharp.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-solid.hgi-sharp.hgi-root-01:before {
    content: "冑"
}

.hgi-solid.hgi-sharp.hgi-root-02:before {
    content: "冓"
}

.hgi-solid.hgi-sharp.hgi-root-circle:before {
    content: "冕"
}

.hgi-solid.hgi-sharp.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-solid.hgi-sharp.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-solid.hgi-sharp.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-solid.hgi-sharp.hgi-rotate-01:before {
    content: "冝"
}

.hgi-solid.hgi-sharp.hgi-rotate-02:before {
    content: "冟"
}

.hgi-solid.hgi-sharp.hgi-rotate-360:before {
    content: "冡"
}

.hgi-solid.hgi-sharp.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-solid.hgi-sharp.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-solid.hgi-sharp.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-solid.hgi-sharp.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-solid.hgi-sharp.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-solid.hgi-sharp.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-solid.hgi-sharp.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-solid.hgi-sharp.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-solid.hgi-sharp.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-solid.hgi-sharp.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-solid.hgi-sharp.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-solid.hgi-sharp.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-solid.hgi-sharp.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-solid.hgi-sharp.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-solid.hgi-sharp.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-solid.hgi-sharp.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-solid.hgi-sharp.hgi-rotate-square:before {
    content: "凃"
}

.hgi-solid.hgi-sharp.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-solid.hgi-sharp.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-solid.hgi-sharp.hgi-route-01:before {
    content: "凉"
}

.hgi-solid.hgi-sharp.hgi-route-02:before {
    content: "凋"
}

.hgi-solid.hgi-sharp.hgi-route-03:before {
    content: "凍"
}

.hgi-solid.hgi-sharp.hgi-route-block:before {
    content: "减"
}

.hgi-solid.hgi-sharp.hgi-router-01:before {
    content: "凑"
}

.hgi-solid.hgi-sharp.hgi-router-02:before {
    content: "凓"
}

.hgi-solid.hgi-sharp.hgi-router:before {
    content: "凕"
}

.hgi-solid.hgi-sharp.hgi-row-delete:before {
    content: "凗"
}

.hgi-solid.hgi-sharp.hgi-row-insert:before {
    content: "凙"
}

.hgi-solid.hgi-sharp.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-solid.hgi-sharp.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-solid.hgi-sharp.hgi-rss-error:before {
    content: "凟"
}

.hgi-solid.hgi-sharp.hgi-rss-locked:before {
    content: "凡"
}

.hgi-solid.hgi-sharp.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-solid.hgi-sharp.hgi-rss:before {
    content: "凥"
}

.hgi-solid.hgi-sharp.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-solid.hgi-sharp.hgi-ruku:before {
    content: "凩"
}

.hgi-solid.hgi-sharp.hgi-ruler:before {
    content: "凫"
}

.hgi-solid.hgi-sharp.hgi-running-shoes:before {
    content: "凭"
}

.hgi-solid.hgi-sharp.hgi-sad-01:before {
    content: "凯"
}

.hgi-solid.hgi-sharp.hgi-sad-02:before {
    content: "凱"
}

.hgi-solid.hgi-sharp.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-solid.hgi-sharp.hgi-safari:before {
    content: "凵"
}

.hgi-solid.hgi-sharp.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-solid.hgi-sharp.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-solid.hgi-sharp.hgi-safe:before {
    content: "击"
}

.hgi-solid.hgi-sharp.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-solid.hgi-sharp.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-solid.hgi-sharp.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-solid.hgi-sharp.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-solid.hgi-sharp.hgi-sakura:before {
    content: "刅"
}

.hgi-solid.hgi-sharp.hgi-salah-time:before {
    content: "刈"
}

.hgi-solid.hgi-sharp.hgi-salah:before {
    content: "刉"
}

.hgi-solid.hgi-sharp.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-solid.hgi-sharp.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-solid.hgi-sharp.hgi-sandals:before {
    content: "刏"
}

.hgi-solid.hgi-sharp.hgi-satellite-01:before {
    content: "刑"
}

.hgi-solid.hgi-sharp.hgi-satellite-02:before {
    content: "刓"
}

.hgi-solid.hgi-sharp.hgi-satellite-03:before {
    content: "刕"
}

.hgi-solid.hgi-sharp.hgi-satellite:before {
    content: "列"
}

.hgi-solid.hgi-sharp.hgi-saturn-01:before {
    content: "则"
}

.hgi-solid.hgi-sharp.hgi-saturn-02:before {
    content: "创"
}

.hgi-solid.hgi-sharp.hgi-saturn:before {
    content: "初"
}

.hgi-solid.hgi-sharp.hgi-sausage:before {
    content: "刟"
}

.hgi-solid.hgi-sharp.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-solid.hgi-sharp.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-solid.hgi-sharp.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-solid.hgi-sharp.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-solid.hgi-sharp.hgi-save-money-pound:before {
    content: "利"
}

.hgi-solid.hgi-sharp.hgi-save-money-yen:before {
    content: "别"
}

.hgi-solid.hgi-sharp.hgi-savings:before {
    content: "刭"
}

.hgi-solid.hgi-sharp.hgi-scheme:before {
    content: "刯"
}

.hgi-solid.hgi-sharp.hgi-school-01:before {
    content: "刱"
}

.hgi-solid.hgi-sharp.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-solid.hgi-sharp.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-solid.hgi-sharp.hgi-school-bus:before {
    content: "刷"
}

.hgi-solid.hgi-sharp.hgi-school-report-card:before {
    content: "刹"
}

.hgi-solid.hgi-sharp.hgi-school-tie:before {
    content: "刼"
}

.hgi-solid.hgi-sharp.hgi-school:before {
    content: "刽"
}

.hgi-solid.hgi-sharp.hgi-scissor-01:before {
    content: "刿"
}

.hgi-solid.hgi-sharp.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-solid.hgi-sharp.hgi-scissor:before {
    content: "剃"
}

.hgi-solid.hgi-sharp.hgi-scooter-01:before {
    content: "剅"
}

.hgi-solid.hgi-sharp.hgi-scooter-02:before {
    content: "則"
}

.hgi-solid.hgi-sharp.hgi-scooter-03:before {
    content: "剉"
}

.hgi-solid.hgi-sharp.hgi-scooter-04:before {
    content: "剋"
}

.hgi-solid.hgi-sharp.hgi-scooter-electric:before {
    content: "前"
}

.hgi-solid.hgi-sharp.hgi-scratch-card:before {
    content: "剏"
}

.hgi-solid.hgi-sharp.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-solid.hgi-sharp.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-solid.hgi-sharp.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-solid.hgi-sharp.hgi-scribd:before {
    content: "剗"
}

.hgi-solid.hgi-sharp.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-solid.hgi-sharp.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-solid.hgi-sharp.hgi-scroll:before {
    content: "剝"
}

.hgi-solid.hgi-sharp.hgi-sd-card:before {
    content: "剟"
}

.hgi-solid.hgi-sharp.hgi-seal:before {
    content: "剡"
}

.hgi-solid.hgi-sharp.hgi-search-01:before {
    content: "剣"
}

.hgi-solid.hgi-sharp.hgi-search-02:before {
    content: "剥"
}

.hgi-solid.hgi-sharp.hgi-search-add:before {
    content: "剧"
}

.hgi-solid.hgi-sharp.hgi-search-area:before {
    content: "剩"
}

.hgi-solid.hgi-sharp.hgi-search-circle:before {
    content: "剫"
}

.hgi-solid.hgi-sharp.hgi-search-dollar:before {
    content: "剭"
}

.hgi-solid.hgi-sharp.hgi-search-focus:before {
    content: "副"
}

.hgi-solid.hgi-sharp.hgi-search-list-01:before {
    content: "剱"
}

.hgi-solid.hgi-sharp.hgi-search-list-02:before {
    content: "剳"
}

.hgi-solid.hgi-sharp.hgi-search-minus:before {
    content: "創"
}

.hgi-solid.hgi-sharp.hgi-search-remove:before {
    content: "剷"
}

.hgi-solid.hgi-sharp.hgi-search-replace:before {
    content: "剹"
}

.hgi-solid.hgi-sharp.hgi-search-square:before {
    content: "剻"
}

.hgi-solid.hgi-sharp.hgi-search-visual:before {
    content: "剽"
}

.hgi-solid.hgi-sharp.hgi-searching:before {
    content: "剿"
}

.hgi-solid.hgi-sharp.hgi-seat-selector:before {
    content: "劁"
}

.hgi-solid.hgi-sharp.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-solid.hgi-sharp.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-solid.hgi-sharp.hgi-second-bracket:before {
    content: "劇"
}

.hgi-solid.hgi-sharp.hgi-secured-network:before {
    content: "劉"
}

.hgi-solid.hgi-sharp.hgi-security-block:before {
    content: "劋"
}

.hgi-solid.hgi-sharp.hgi-security-check:before {
    content: "劍"
}

.hgi-solid.hgi-sharp.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-solid.hgi-sharp.hgi-security-lock:before {
    content: "劑"
}

.hgi-solid.hgi-sharp.hgi-security-password:before {
    content: "劓"
}

.hgi-solid.hgi-sharp.hgi-security-validation:before {
    content: "劖"
}

.hgi-solid.hgi-sharp.hgi-security-wifi:before {
    content: "劘"
}

.hgi-solid.hgi-sharp.hgi-security:before {
    content: "劙"
}

.hgi-solid.hgi-sharp.hgi-segment:before {
    content: "力"
}

.hgi-solid.hgi-sharp.hgi-select-01:before {
    content: "劝"
}

.hgi-solid.hgi-sharp.hgi-select-02:before {
    content: "功"
}

.hgi-solid.hgi-sharp.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-solid.hgi-sharp.hgi-senseless:before {
    content: "劣"
}

.hgi-solid.hgi-sharp.hgi-sent:before {
    content: "劥"
}

.hgi-solid.hgi-sharp.hgi-seo:before {
    content: "劧"
}

.hgi-solid.hgi-sharp.hgi-service:before {
    content: "助"
}

.hgi-solid.hgi-sharp.hgi-setting-06:before {
    content: "劫"
}

.hgi-solid.hgi-sharp.hgi-setting-07:before {
    content: "劭"
}

.hgi-solid.hgi-sharp.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-solid.hgi-sharp.hgi-setting-done-02:before {
    content: "励"
}

.hgi-solid.hgi-sharp.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-solid.hgi-sharp.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-solid.hgi-sharp.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-solid.hgi-sharp.hgi-setting-error-04:before {
    content: "効"
}

.hgi-solid.hgi-sharp.hgi-settings-01:before {
    content: "劻"
}

.hgi-solid.hgi-sharp.hgi-settings-02:before {
    content: "劽"
}

.hgi-solid.hgi-sharp.hgi-settings-03:before {
    content: "势"
}

.hgi-solid.hgi-sharp.hgi-settings-04:before {
    content: "勁"
}

.hgi-solid.hgi-sharp.hgi-settings-05:before {
    content: "勃"
}

.hgi-solid.hgi-sharp.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-solid.hgi-sharp.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-solid.hgi-sharp.hgi-setup-01:before {
    content: "勉"
}

.hgi-solid.hgi-sharp.hgi-setup-02:before {
    content: "勋"
}

.hgi-solid.hgi-sharp.hgi-shaka-01:before {
    content: "勍"
}

.hgi-solid.hgi-sharp.hgi-shaka-02:before {
    content: "勏"
}

.hgi-solid.hgi-sharp.hgi-shaka-03:before {
    content: "勑"
}

.hgi-solid.hgi-sharp.hgi-shaka-04:before {
    content: "勓"
}

.hgi-solid.hgi-sharp.hgi-shampoo:before {
    content: "動"
}

.hgi-solid.hgi-sharp.hgi-shapes:before {
    content: "勗"
}

.hgi-solid.hgi-sharp.hgi-share-01:before {
    content: "務"
}

.hgi-solid.hgi-sharp.hgi-share-02:before {
    content: "勛"
}

.hgi-solid.hgi-sharp.hgi-share-03:before {
    content: "勝"
}

.hgi-solid.hgi-sharp.hgi-share-04:before {
    content: "募"
}

.hgi-solid.hgi-sharp.hgi-share-05:before {
    content: "勡"
}

.hgi-solid.hgi-sharp.hgi-share-06:before {
    content: "勣"
}

.hgi-solid.hgi-sharp.hgi-share-07:before {
    content: "勥"
}

.hgi-solid.hgi-sharp.hgi-share-08:before {
    content: "勧"
}

.hgi-solid.hgi-sharp.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-solid.hgi-sharp.hgi-share-location-01:before {
    content: "勫"
}

.hgi-solid.hgi-sharp.hgi-share-location-02:before {
    content: "勭"
}

.hgi-solid.hgi-sharp.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-solid.hgi-sharp.hgi-sharing:before {
    content: "勱"
}

.hgi-solid.hgi-sharp.hgi-shellfish:before {
    content: "勳"
}

.hgi-solid.hgi-sharp.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-solid.hgi-sharp.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-solid.hgi-sharp.hgi-shield-01:before {
    content: "勹"
}

.hgi-solid.hgi-sharp.hgi-shield-02:before {
    content: "勻"
}

.hgi-solid.hgi-sharp.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-solid.hgi-sharp.hgi-shield-energy:before {
    content: "勿"
}

.hgi-solid.hgi-sharp.hgi-shield-key:before {
    content: "匁"
}

.hgi-solid.hgi-sharp.hgi-shield-user:before {
    content: "匃"
}

.hgi-solid.hgi-sharp.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-solid.hgi-sharp.hgi-shipping-center:before {
    content: "匇"
}

.hgi-solid.hgi-sharp.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-solid.hgi-sharp.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-solid.hgi-sharp.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-solid.hgi-sharp.hgi-shirt-01:before {
    content: "匏"
}

.hgi-solid.hgi-sharp.hgi-shocked:before {
    content: "匑"
}

.hgi-solid.hgi-sharp.hgi-shop-sign:before {
    content: "匓"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-solid.hgi-sharp.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-solid.hgi-sharp.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-solid.hgi-sharp.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-solid.hgi-sharp.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-solid.hgi-sharp.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-solid.hgi-sharp.hgi-shuffle:before {
    content: "即"
}

.hgi-solid.hgi-sharp.hgi-shutterstock:before {
    content: "卵"
}

.hgi-solid.hgi-sharp.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-solid.hgi-sharp.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-solid.hgi-sharp.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-solid.hgi-sharp.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-solid.hgi-sharp.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-solid.hgi-sharp.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-solid.hgi-sharp.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-solid.hgi-sharp.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-solid.hgi-sharp.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-solid.hgi-sharp.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-solid.hgi-sharp.hgi-signal-low-02:before {
    content: "压"
}

.hgi-solid.hgi-sharp.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-solid.hgi-sharp.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-solid.hgi-sharp.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-solid.hgi-sharp.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-solid.hgi-sharp.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-solid.hgi-sharp.hgi-signal:before {
    content: "厗"
}

.hgi-solid.hgi-sharp.hgi-signature:before {
    content: "厙"
}

.hgi-solid.hgi-sharp.hgi-silence:before {
    content: "厛"
}

.hgi-solid.hgi-sharp.hgi-simcard-01:before {
    content: "厝"
}

.hgi-solid.hgi-sharp.hgi-simcard-02:before {
    content: "原"
}

.hgi-solid.hgi-sharp.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-solid.hgi-sharp.hgi-sin:before {
    content: "厣"
}

.hgi-solid.hgi-sharp.hgi-sine-01:before {
    content: "厥"
}

.hgi-solid.hgi-sharp.hgi-sine-02:before {
    content: "厧"
}

.hgi-solid.hgi-sharp.hgi-sing-left:before {
    content: "厩"
}

.hgi-solid.hgi-sharp.hgi-sing-right:before {
    content: "厫"
}

.hgi-solid.hgi-sharp.hgi-sink-01:before {
    content: "厭"
}

.hgi-solid.hgi-sharp.hgi-sink-02:before {
    content: "厯"
}

.hgi-solid.hgi-sharp.hgi-siri:before {
    content: "厱"
}

.hgi-solid.hgi-sharp.hgi-sketch:before {
    content: "厳"
}

.hgi-solid.hgi-sharp.hgi-skew:before {
    content: "厵"
}

.hgi-solid.hgi-sharp.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-solid.hgi-sharp.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-solid.hgi-sharp.hgi-skull:before {
    content: "去"
}

.hgi-solid.hgi-sharp.hgi-skype:before {
    content: "厽"
}

.hgi-solid.hgi-sharp.hgi-slack:before {
    content: "县"
}

.hgi-solid.hgi-sharp.hgi-sleeping:before {
    content: "叁"
}

.hgi-solid.hgi-sharp.hgi-sleeveless:before {
    content: "參"
}

.hgi-solid.hgi-sharp.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-solid.hgi-sharp.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-solid.hgi-sharp.hgi-slideshare:before {
    content: "叉"
}

.hgi-solid.hgi-sharp.hgi-slow-winds:before {
    content: "友"
}

.hgi-solid.hgi-sharp.hgi-smart-ac:before {
    content: "反"
}

.hgi-solid.hgi-sharp.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-solid.hgi-sharp.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-solid.hgi-sharp.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-solid.hgi-sharp.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-solid.hgi-sharp.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-solid.hgi-sharp.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-solid.hgi-sharp.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-solid.hgi-sharp.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-solid.hgi-sharp.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-solid.hgi-sharp.hgi-smart:before {
    content: "叡"
}

.hgi-solid.hgi-sharp.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-solid.hgi-sharp.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-solid.hgi-sharp.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-solid.hgi-sharp.hgi-smile:before {
    content: "叩"
}

.hgi-solid.hgi-sharp.hgi-sms-code:before {
    content: "叫"
}

.hgi-solid.hgi-sharp.hgi-snail:before {
    content: "叭"
}

.hgi-solid.hgi-sharp.hgi-snapchat:before {
    content: "可"
}

.hgi-solid.hgi-sharp.hgi-snow:before {
    content: "叱"
}

.hgi-solid.hgi-sharp.hgi-soda-can:before {
    content: "右"
}

.hgi-solid.hgi-sharp.hgi-sofa-01:before {
    content: "叵"
}

.hgi-solid.hgi-sharp.hgi-sofa-02:before {
    content: "号"
}

.hgi-solid.hgi-sharp.hgi-sofa-03:before {
    content: "叹"
}

.hgi-solid.hgi-sharp.hgi-sofa-single:before {
    content: "叻"
}

.hgi-solid.hgi-sharp.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-solid.hgi-sharp.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-solid.hgi-sharp.hgi-software-license:before {
    content: "吁"
}

.hgi-solid.hgi-sharp.hgi-software-uninstall:before {
    content: "各"
}

.hgi-solid.hgi-sharp.hgi-software:before {
    content: "吅"
}

.hgi-solid.hgi-sharp.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-solid.hgi-sharp.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-solid.hgi-sharp.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-solid.hgi-sharp.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-solid.hgi-sharp.hgi-solar-energy:before {
    content: "吏"
}

.hgi-solid.hgi-sharp.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-solid.hgi-sharp.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-solid.hgi-sharp.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-solid.hgi-sharp.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-solid.hgi-sharp.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-solid.hgi-sharp.hgi-solar-power:before {
    content: "君"
}

.hgi-solid.hgi-sharp.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-solid.hgi-sharp.hgi-solar-system:before {
    content: "吟"
}

.hgi-solid.hgi-sharp.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-solid.hgi-sharp.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-solid.hgi-sharp.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-solid.hgi-sharp.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-solid.hgi-sharp.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-solid.hgi-sharp.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-solid.hgi-sharp.hgi-sorting-01:before {
    content: "吭"
}

.hgi-solid.hgi-sharp.hgi-sorting-02:before {
    content: "启"
}

.hgi-solid.hgi-sharp.hgi-sorting-03:before {
    content: "吱"
}

.hgi-solid.hgi-sharp.hgi-sorting-04:before {
    content: "吳"
}

.hgi-solid.hgi-sharp.hgi-sorting-05:before {
    content: "吵"
}

.hgi-solid.hgi-sharp.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-solid.hgi-sharp.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-solid.hgi-sharp.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-solid.hgi-sharp.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-solid.hgi-sharp.hgi-sorting-down:before {
    content: "吿"
}

.hgi-solid.hgi-sharp.hgi-sorting-up:before {
    content: "呁"
}

.hgi-solid.hgi-sharp.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-solid.hgi-sharp.hgi-soundcloud:before {
    content: "呅"
}

.hgi-solid.hgi-sharp.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-solid.hgi-sharp.hgi-source-code-square:before {
    content: "告"
}

.hgi-solid.hgi-sharp.hgi-source-code:before {
    content: "呋"
}

.hgi-solid.hgi-sharp.hgi-spaceship:before {
    content: "呍"
}

.hgi-solid.hgi-sharp.hgi-spades:before {
    content: "呏"
}

.hgi-solid.hgi-sharp.hgi-spaghetti:before {
    content: "呑"
}

.hgi-solid.hgi-sharp.hgi-spam:before {
    content: "呓"
}

.hgi-solid.hgi-sharp.hgi-sparkles:before {
    content: "呕"
}

.hgi-solid.hgi-sharp.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-solid.hgi-sharp.hgi-spatula:before {
    content: "呙"
}

.hgi-solid.hgi-sharp.hgi-speaker-01:before {
    content: "呛"
}

.hgi-solid.hgi-sharp.hgi-speaker:before {
    content: "呝"
}

.hgi-solid.hgi-sharp.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-solid.hgi-sharp.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-solid.hgi-sharp.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-solid.hgi-sharp.hgi-sperm:before {
    content: "呥"
}

.hgi-solid.hgi-sharp.hgi-sphere:before {
    content: "呧"
}

.hgi-solid.hgi-sharp.hgi-spirals:before {
    content: "呩"
}

.hgi-solid.hgi-sharp.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-solid.hgi-sharp.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-solid.hgi-sharp.hgi-spoon:before {
    content: "呯"
}

.hgi-solid.hgi-sharp.hgi-spotify:before {
    content: "呱"
}

.hgi-solid.hgi-sharp.hgi-sql:before {
    content: "味"
}

.hgi-solid.hgi-sharp.hgi-square-01:before {
    content: "呵"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-solid.hgi-sharp.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-solid.hgi-sharp.hgi-square-circle:before {
    content: "哉"
}

.hgi-solid.hgi-sharp.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-solid.hgi-sharp.hgi-square-lock-02:before {
    content: "响"
}

.hgi-solid.hgi-sharp.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-solid.hgi-sharp.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-solid.hgi-sharp.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-solid.hgi-sharp.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-solid.hgi-sharp.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-solid.hgi-sharp.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-solid.hgi-sharp.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-solid.hgi-sharp.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-solid.hgi-sharp.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-solid.hgi-sharp.hgi-square-root-square:before {
    content: "員"
}

.hgi-solid.hgi-sharp.hgi-square-square:before {
    content: "哤"
}

.hgi-solid.hgi-sharp.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-solid.hgi-sharp.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-solid.hgi-sharp.hgi-square:before {
    content: "哩"
}

.hgi-solid.hgi-sharp.hgi-stack-star:before {
    content: "哫"
}

.hgi-solid.hgi-sharp.hgi-stake:before {
    content: "哭"
}

.hgi-solid.hgi-sharp.hgi-stamp-01:before {
    content: "哯"
}

.hgi-solid.hgi-sharp.hgi-stamp-02:before {
    content: "哱"
}

.hgi-solid.hgi-sharp.hgi-stamp:before {
    content: "哳"
}

.hgi-solid.hgi-sharp.hgi-star-circle:before {
    content: "哵"
}

.hgi-solid.hgi-sharp.hgi-star-face:before {
    content: "哷"
}

.hgi-solid.hgi-sharp.hgi-star-half:before {
    content: "哹"
}

.hgi-solid.hgi-sharp.hgi-star-off:before {
    content: "哻"
}

.hgi-solid.hgi-sharp.hgi-star-square:before {
    content: "哾"
}

.hgi-solid.hgi-sharp.hgi-star:before {
    content: "哿"
}

.hgi-solid.hgi-sharp.hgi-stars:before {
    content: "唁"
}

.hgi-solid.hgi-sharp.hgi-start-up-01:before {
    content: "唃"
}

.hgi-solid.hgi-sharp.hgi-start-up-02:before {
    content: "唅"
}

.hgi-solid.hgi-sharp.hgi-stationery:before {
    content: "唇"
}

.hgi-solid.hgi-sharp.hgi-steak:before {
    content: "唉"
}

.hgi-solid.hgi-sharp.hgi-steering:before {
    content: "唋"
}

.hgi-solid.hgi-sharp.hgi-step-into:before {
    content: "唍"
}

.hgi-solid.hgi-sharp.hgi-step-out:before {
    content: "唏"
}

.hgi-solid.hgi-sharp.hgi-step-over:before {
    content: "唑"
}

.hgi-solid.hgi-sharp.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-solid.hgi-sharp.hgi-stethoscope:before {
    content: "唕"
}

.hgi-solid.hgi-sharp.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-solid.hgi-sharp.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-solid.hgi-sharp.hgi-stop-watch:before {
    content: "唜"
}

.hgi-solid.hgi-sharp.hgi-stop:before {
    content: "唝"
}

.hgi-solid.hgi-sharp.hgi-store-01:before {
    content: "唟"
}

.hgi-solid.hgi-sharp.hgi-store-02:before {
    content: "唡"
}

.hgi-solid.hgi-sharp.hgi-store-03:before {
    content: "唣"
}

.hgi-solid.hgi-sharp.hgi-store-04:before {
    content: "唥"
}

.hgi-solid.hgi-sharp.hgi-store-add-01:before {
    content: "唧"
}

.hgi-solid.hgi-sharp.hgi-store-add-02:before {
    content: "唩"
}

.hgi-solid.hgi-sharp.hgi-store-location-01:before {
    content: "唫"
}

.hgi-solid.hgi-sharp.hgi-store-location-02:before {
    content: "唭"
}

.hgi-solid.hgi-sharp.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-solid.hgi-sharp.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-solid.hgi-sharp.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-solid.hgi-sharp.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-solid.hgi-sharp.hgi-straight-edge:before {
    content: "唷"
}

.hgi-solid.hgi-sharp.hgi-strategy:before {
    content: "唹"
}

.hgi-solid.hgi-sharp.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-solid.hgi-sharp.hgi-stroke-center:before {
    content: "唽"
}

.hgi-solid.hgi-sharp.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-solid.hgi-sharp.hgi-stroke-left:before {
    content: "啁"
}

.hgi-solid.hgi-sharp.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-solid.hgi-sharp.hgi-stroke-right:before {
    content: "啅"
}

.hgi-solid.hgi-sharp.hgi-stroke-top:before {
    content: "啇"
}

.hgi-solid.hgi-sharp.hgi-structure-01:before {
    content: "啉"
}

.hgi-solid.hgi-sharp.hgi-structure-02:before {
    content: "啋"
}

.hgi-solid.hgi-sharp.hgi-structure-03:before {
    content: "啍"
}

.hgi-solid.hgi-sharp.hgi-structure-04:before {
    content: "問"
}

.hgi-solid.hgi-sharp.hgi-structure-05:before {
    content: "啑"
}

.hgi-solid.hgi-sharp.hgi-structure-add:before {
    content: "啓"
}

.hgi-solid.hgi-sharp.hgi-structure-check:before {
    content: "啕"
}

.hgi-solid.hgi-sharp.hgi-structure-fail:before {
    content: "啗"
}

.hgi-solid.hgi-sharp.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-solid.hgi-sharp.hgi-structure-folder:before {
    content: "啛"
}

.hgi-solid.hgi-sharp.hgi-student-card:before {
    content: "啝"
}

.hgi-solid.hgi-sharp.hgi-student:before {
    content: "啟"
}

.hgi-solid.hgi-sharp.hgi-students:before {
    content: "啡"
}

.hgi-solid.hgi-sharp.hgi-study-desk:before {
    content: "啣"
}

.hgi-solid.hgi-sharp.hgi-study-lamp:before {
    content: "啥"
}

.hgi-solid.hgi-sharp.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-solid.hgi-sharp.hgi-submarine:before {
    content: "啩"
}

.hgi-solid.hgi-sharp.hgi-submerge:before {
    content: "啫"
}

.hgi-solid.hgi-sharp.hgi-subnode-add:before {
    content: "啭"
}

.hgi-solid.hgi-sharp.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-solid.hgi-sharp.hgi-subpoena:before {
    content: "啱"
}

.hgi-solid.hgi-sharp.hgi-subtitle:before {
    content: "啳"
}

.hgi-solid.hgi-sharp.hgi-suit-01:before {
    content: "啵"
}

.hgi-solid.hgi-sharp.hgi-suit-02:before {
    content: "啷"
}

.hgi-solid.hgi-sharp.hgi-sujood:before {
    content: "啹"
}

.hgi-solid.hgi-sharp.hgi-summation-01:before {
    content: "啻"
}

.hgi-solid.hgi-sharp.hgi-summation-02:before {
    content: "啽"
}

.hgi-solid.hgi-sharp.hgi-summation-circle:before {
    content: "啿"
}

.hgi-solid.hgi-sharp.hgi-summation-square:before {
    content: "喁"
}

.hgi-solid.hgi-sharp.hgi-sun-01:before {
    content: "喃"
}

.hgi-solid.hgi-sharp.hgi-sun-02:before {
    content: "喅"
}

.hgi-solid.hgi-sharp.hgi-sun-03:before {
    content: "喇"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-solid.hgi-sharp.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-solid.hgi-sharp.hgi-sunglasses:before {
    content: "喽"
}

.hgi-solid.hgi-sharp.hgi-sunrise:before {
    content: "喿"
}

.hgi-solid.hgi-sharp.hgi-sunset:before {
    content: "嗁"
}

.hgi-solid.hgi-sharp.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-solid.hgi-sharp.hgi-super-mario:before {
    content: "嗅"
}

.hgi-solid.hgi-sharp.hgi-surfboard:before {
    content: "嗇"
}

.hgi-solid.hgi-sharp.hgi-surprise:before {
    content: "嗉"
}

.hgi-solid.hgi-sharp.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-solid.hgi-sharp.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-solid.hgi-sharp.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-solid.hgi-sharp.hgi-suspicious:before {
    content: "嗑"
}

.hgi-solid.hgi-sharp.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-solid.hgi-sharp.hgi-svg-01:before {
    content: "嗕"
}

.hgi-solid.hgi-sharp.hgi-svg-02:before {
    content: "嗗"
}

.hgi-solid.hgi-sharp.hgi-swarm:before {
    content: "嗙"
}

.hgi-solid.hgi-sharp.hgi-swatch:before {
    content: "嗛"
}

.hgi-solid.hgi-sharp.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-solid.hgi-sharp.hgi-swimming:before {
    content: "嗟"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-solid.hgi-sharp.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-solid.hgi-sharp.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-solid.hgi-sharp.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-solid.hgi-sharp.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-solid.hgi-sharp.hgi-sword-01:before {
    content: "嘥"
}

.hgi-solid.hgi-sharp.hgi-sword-02:before {
    content: "嘧"
}

.hgi-solid.hgi-sharp.hgi-sword-03:before {
    content: "嘩"
}

.hgi-solid.hgi-sharp.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-solid.hgi-sharp.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-solid.hgi-sharp.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-solid.hgi-sharp.hgi-table-01:before {
    content: "嘱"
}

.hgi-solid.hgi-sharp.hgi-table-02:before {
    content: "嘳"
}

.hgi-solid.hgi-sharp.hgi-table-03:before {
    content: "嘵"
}

.hgi-solid.hgi-sharp.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-solid.hgi-sharp.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-solid.hgi-sharp.hgi-table-round:before {
    content: "嘻"
}

.hgi-solid.hgi-sharp.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-solid.hgi-sharp.hgi-table:before {
    content: "嘿"
}

.hgi-solid.hgi-sharp.hgi-tablet-01:before {
    content: "噁"
}

.hgi-solid.hgi-sharp.hgi-tablet-02:before {
    content: "噃"
}

.hgi-solid.hgi-sharp.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-solid.hgi-sharp.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-solid.hgi-sharp.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-solid.hgi-sharp.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-solid.hgi-sharp.hgi-taco-01:before {
    content: "噍"
}

.hgi-solid.hgi-sharp.hgi-taco-02:before {
    content: "噏"
}

.hgi-solid.hgi-sharp.hgi-tag-01:before {
    content: "噑"
}

.hgi-solid.hgi-sharp.hgi-tag-02:before {
    content: "噓"
}

.hgi-solid.hgi-sharp.hgi-tags:before {
    content: "噕"
}

.hgi-solid.hgi-sharp.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-solid.hgi-sharp.hgi-tan:before {
    content: "噙"
}

.hgi-solid.hgi-sharp.hgi-tank-top:before {
    content: "噛"
}

.hgi-solid.hgi-sharp.hgi-tap-01:before {
    content: "噝"
}

.hgi-solid.hgi-sharp.hgi-tap-02:before {
    content: "噟"
}

.hgi-solid.hgi-sharp.hgi-tap-03:before {
    content: "噡"
}

.hgi-solid.hgi-sharp.hgi-tap-04:before {
    content: "噣"
}

.hgi-solid.hgi-sharp.hgi-tap-05:before {
    content: "噥"
}

.hgi-solid.hgi-sharp.hgi-tap-06:before {
    content: "噧"
}

.hgi-solid.hgi-sharp.hgi-tap-07:before {
    content: "噩"
}

.hgi-solid.hgi-sharp.hgi-tap-08:before {
    content: "噫"
}

.hgi-solid.hgi-sharp.hgi-tape-measure:before {
    content: "噭"
}

.hgi-solid.hgi-sharp.hgi-target-01:before {
    content: "噯"
}

.hgi-solid.hgi-sharp.hgi-target-02:before {
    content: "噱"
}

.hgi-solid.hgi-sharp.hgi-target-03:before {
    content: "噳"
}

.hgi-solid.hgi-sharp.hgi-target-dollar:before {
    content: "噵"
}

.hgi-solid.hgi-sharp.hgi-tasbih:before {
    content: "噷"
}

.hgi-solid.hgi-sharp.hgi-task-01:before {
    content: "噹"
}

.hgi-solid.hgi-sharp.hgi-task-02:before {
    content: "噻"
}

.hgi-solid.hgi-sharp.hgi-task-add-01:before {
    content: "噽"
}

.hgi-solid.hgi-sharp.hgi-task-add-02:before {
    content: "噿"
}

.hgi-solid.hgi-sharp.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-solid.hgi-sharp.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-solid.hgi-sharp.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-solid.hgi-sharp.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-solid.hgi-sharp.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-solid.hgi-sharp.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-solid.hgi-sharp.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-solid.hgi-sharp.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-solid.hgi-sharp.hgi-taxes:before {
    content: "嚑"
}

.hgi-solid.hgi-sharp.hgi-taxi:before {
    content: "嚓"
}

.hgi-solid.hgi-sharp.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-solid.hgi-sharp.hgi-tea:before {
    content: "嚗"
}

.hgi-solid.hgi-sharp.hgi-teacher:before {
    content: "嚙"
}

.hgi-solid.hgi-sharp.hgi-teaching:before {
    content: "嚛"
}

.hgi-solid.hgi-sharp.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-solid.hgi-sharp.hgi-telegram:before {
    content: "嚟"
}

.hgi-solid.hgi-sharp.hgi-telephone:before {
    content: "嚡"
}

.hgi-solid.hgi-sharp.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-solid.hgi-sharp.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-solid.hgi-sharp.hgi-television-table:before {
    content: "嚧"
}

.hgi-solid.hgi-sharp.hgi-temperature:before {
    content: "嚩"
}

.hgi-solid.hgi-sharp.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-solid.hgi-sharp.hgi-terrace:before {
    content: "嚭"
}

.hgi-solid.hgi-sharp.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-solid.hgi-sharp.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-solid.hgi-sharp.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-solid.hgi-sharp.hgi-test-tube:before {
    content: "嚵"
}

.hgi-solid.hgi-sharp.hgi-tetris:before {
    content: "嚷"
}

.hgi-solid.hgi-sharp.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-solid.hgi-sharp.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-solid.hgi-sharp.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-solid.hgi-sharp.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-solid.hgi-sharp.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-solid.hgi-sharp.hgi-text-align-left:before {
    content: "囃"
}

.hgi-solid.hgi-sharp.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-solid.hgi-sharp.hgi-text-align-right:before {
    content: "囇"
}

.hgi-solid.hgi-sharp.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-solid.hgi-sharp.hgi-text-bold:before {
    content: "囋"
}

.hgi-solid.hgi-sharp.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-solid.hgi-sharp.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-solid.hgi-sharp.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-solid.hgi-sharp.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-solid.hgi-sharp.hgi-text-check:before {
    content: "囕"
}

.hgi-solid.hgi-sharp.hgi-text-circle:before {
    content: "囗"
}

.hgi-solid.hgi-sharp.hgi-text-clear:before {
    content: "囙"
}

.hgi-solid.hgi-sharp.hgi-text-color:before {
    content: "四"
}

.hgi-solid.hgi-sharp.hgi-text-creation:before {
    content: "囝"
}

.hgi-solid.hgi-sharp.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-solid.hgi-sharp.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-solid.hgi-sharp.hgi-text-font:before {
    content: "団"
}

.hgi-solid.hgi-sharp.hgi-text-footnote:before {
    content: "囥"
}

.hgi-solid.hgi-sharp.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-solid.hgi-sharp.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-solid.hgi-sharp.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-solid.hgi-sharp.hgi-text-indent:before {
    content: "园"
}

.hgi-solid.hgi-sharp.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-solid.hgi-sharp.hgi-text-italic:before {
    content: "囱"
}

.hgi-solid.hgi-sharp.hgi-text-kerning:before {
    content: "図"
}

.hgi-solid.hgi-sharp.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-solid.hgi-sharp.hgi-text-selection:before {
    content: "囸"
}

.hgi-solid.hgi-sharp.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-solid.hgi-sharp.hgi-text-square:before {
    content: "囼"
}

.hgi-solid.hgi-sharp.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-solid.hgi-sharp.hgi-text-subscript:before {
    content: "圀"
}

.hgi-solid.hgi-sharp.hgi-text-superscript:before {
    content: "圂"
}

.hgi-solid.hgi-sharp.hgi-text-tracking:before {
    content: "圄"
}

.hgi-solid.hgi-sharp.hgi-text-underline:before {
    content: "圆"
}

.hgi-solid.hgi-sharp.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-solid.hgi-sharp.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-solid.hgi-sharp.hgi-text-wrap:before {
    content: "圌"
}

.hgi-solid.hgi-sharp.hgi-text:before {
    content: "圍"
}

.hgi-solid.hgi-sharp.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-solid.hgi-sharp.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-solid.hgi-sharp.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-solid.hgi-sharp.hgi-thermometer:before {
    content: "圕"
}

.hgi-solid.hgi-sharp.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-solid.hgi-sharp.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-solid.hgi-sharp.hgi-third-bracket:before {
    content: "圛"
}

.hgi-solid.hgi-sharp.hgi-thread:before {
    content: "圝"
}

.hgi-solid.hgi-sharp.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-solid.hgi-sharp.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-solid.hgi-sharp.hgi-threads:before {
    content: "圣"
}

.hgi-solid.hgi-sharp.hgi-three-d-move:before {
    content: "圥"
}

.hgi-solid.hgi-sharp.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-solid.hgi-sharp.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-solid.hgi-sharp.hgi-three-d-view:before {
    content: "圫"
}

.hgi-solid.hgi-sharp.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-solid.hgi-sharp.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-solid.hgi-sharp.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-solid.hgi-sharp.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-solid.hgi-sharp.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-solid.hgi-sharp.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-solid.hgi-sharp.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-solid.hgi-sharp.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-solid.hgi-sharp.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-solid.hgi-sharp.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-solid.hgi-sharp.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-solid.hgi-sharp.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-solid.hgi-sharp.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-solid.hgi-sharp.hgi-tick-01:before {
    content: "均"
}

.hgi-solid.hgi-sharp.hgi-tick-02:before {
    content: "坉"
}

.hgi-solid.hgi-sharp.hgi-tick-03:before {
    content: "坋"
}

.hgi-solid.hgi-sharp.hgi-tick-04:before {
    content: "坍"
}

.hgi-solid.hgi-sharp.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-solid.hgi-sharp.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-solid.hgi-sharp.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-solid.hgi-sharp.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-solid.hgi-sharp.hgi-ticket-01:before {
    content: "块"
}

.hgi-solid.hgi-sharp.hgi-ticket-02:before {
    content: "坙"
}

.hgi-solid.hgi-sharp.hgi-ticket-03:before {
    content: "坛"
}

.hgi-solid.hgi-sharp.hgi-ticket-star:before {
    content: "坝"
}

.hgi-solid.hgi-sharp.hgi-tie:before {
    content: "坟"
}

.hgi-solid.hgi-sharp.hgi-tiktok:before {
    content: "坡"
}

.hgi-solid.hgi-sharp.hgi-time-01:before {
    content: "坣"
}

.hgi-solid.hgi-sharp.hgi-time-02:before {
    content: "坥"
}

.hgi-solid.hgi-sharp.hgi-time-03:before {
    content: "坧"
}

.hgi-solid.hgi-sharp.hgi-time-04:before {
    content: "坩"
}

.hgi-solid.hgi-sharp.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-solid.hgi-sharp.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-solid.hgi-sharp.hgi-time-management:before {
    content: "坯"
}

.hgi-solid.hgi-sharp.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-solid.hgi-sharp.hgi-time-quarter:before {
    content: "坳"
}

.hgi-solid.hgi-sharp.hgi-time-schedule:before {
    content: "坵"
}

.hgi-solid.hgi-sharp.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-solid.hgi-sharp.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-solid.hgi-sharp.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-solid.hgi-sharp.hgi-timer-01:before {
    content: "坽"
}

.hgi-solid.hgi-sharp.hgi-timer-02:before {
    content: "坿"
}

.hgi-solid.hgi-sharp.hgi-tips:before {
    content: "垁"
}

.hgi-solid.hgi-sharp.hgi-tired-01:before {
    content: "垃"
}

.hgi-solid.hgi-sharp.hgi-tired-02:before {
    content: "垅"
}

.hgi-solid.hgi-sharp.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-solid.hgi-sharp.hgi-toggle-off:before {
    content: "垉"
}

.hgi-solid.hgi-sharp.hgi-toggle-on:before {
    content: "型"
}

.hgi-solid.hgi-sharp.hgi-toilet-01:before {
    content: "垍"
}

.hgi-solid.hgi-sharp.hgi-toilet-02:before {
    content: "垏"
}

.hgi-solid.hgi-sharp.hgi-tongue-01:before {
    content: "垑"
}

.hgi-solid.hgi-sharp.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-solid.hgi-sharp.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-solid.hgi-sharp.hgi-tongue:before {
    content: "垗"
}

.hgi-solid.hgi-sharp.hgi-tools:before {
    content: "垙"
}

.hgi-solid.hgi-sharp.hgi-tornado-01:before {
    content: "垛"
}

.hgi-solid.hgi-sharp.hgi-tornado-02:before {
    content: "垝"
}

.hgi-solid.hgi-sharp.hgi-torri-gate:before {
    content: "垟"
}

.hgi-solid.hgi-sharp.hgi-touch-01:before {
    content: "垡"
}

.hgi-solid.hgi-sharp.hgi-touch-02:before {
    content: "垣"
}

.hgi-solid.hgi-sharp.hgi-touch-03:before {
    content: "垥"
}

.hgi-solid.hgi-sharp.hgi-touch-04:before {
    content: "垧"
}

.hgi-solid.hgi-sharp.hgi-touch-05:before {
    content: "垩"
}

.hgi-solid.hgi-sharp.hgi-touch-06:before {
    content: "垫"
}

.hgi-solid.hgi-sharp.hgi-touch-07:before {
    content: "垭"
}

.hgi-solid.hgi-sharp.hgi-touch-08:before {
    content: "垯"
}

.hgi-solid.hgi-sharp.hgi-touch-09:before {
    content: "垱"
}

.hgi-solid.hgi-sharp.hgi-touch-10:before {
    content: "垳"
}

.hgi-solid.hgi-sharp.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-solid.hgi-sharp.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-solid.hgi-sharp.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-solid.hgi-sharp.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-solid.hgi-sharp.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-solid.hgi-sharp.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-solid.hgi-sharp.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-solid.hgi-sharp.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-solid.hgi-sharp.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-solid.hgi-sharp.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-solid.hgi-sharp.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-solid.hgi-sharp.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-solid.hgi-sharp.hgi-tow-truck:before {
    content: "埍"
}

.hgi-solid.hgi-sharp.hgi-towels:before {
    content: "埏"
}

.hgi-solid.hgi-sharp.hgi-toy-train:before {
    content: "埑"
}

.hgi-solid.hgi-sharp.hgi-tractor:before {
    content: "埓"
}

.hgi-solid.hgi-sharp.hgi-trade-down:before {
    content: "埕"
}

.hgi-solid.hgi-sharp.hgi-trade-mark:before {
    content: "埗"
}

.hgi-solid.hgi-sharp.hgi-trade-up:before {
    content: "埙"
}

.hgi-solid.hgi-sharp.hgi-trademark:before {
    content: "埛"
}

.hgi-solid.hgi-sharp.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-solid.hgi-sharp.hgi-traffic-light:before {
    content: "域"
}

.hgi-solid.hgi-sharp.hgi-train-01:before {
    content: "埡"
}

.hgi-solid.hgi-sharp.hgi-train-02:before {
    content: "埣"
}

.hgi-solid.hgi-sharp.hgi-tram:before {
    content: "埥"
}

.hgi-solid.hgi-sharp.hgi-trampoline:before {
    content: "埧"
}

.hgi-solid.hgi-sharp.hgi-transaction:before {
    content: "埩"
}

.hgi-solid.hgi-sharp.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-solid.hgi-sharp.hgi-transition-left:before {
    content: "埭"
}

.hgi-solid.hgi-sharp.hgi-transition-right:before {
    content: "埯"
}

.hgi-solid.hgi-sharp.hgi-transition-top:before {
    content: "埱"
}

.hgi-solid.hgi-sharp.hgi-translate:before {
    content: "埳"
}

.hgi-solid.hgi-sharp.hgi-translation:before {
    content: "埵"
}

.hgi-solid.hgi-sharp.hgi-transmission:before {
    content: "執"
}

.hgi-solid.hgi-sharp.hgi-transparency:before {
    content: "培"
}

.hgi-solid.hgi-sharp.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-solid.hgi-sharp.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-solid.hgi-sharp.hgi-travel-bag:before {
    content: "埿"
}

.hgi-solid.hgi-sharp.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-solid.hgi-sharp.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-solid.hgi-sharp.hgi-treatment:before {
    content: "堅"
}

.hgi-solid.hgi-sharp.hgi-tree-01:before {
    content: "堇"
}

.hgi-solid.hgi-sharp.hgi-tree-02:before {
    content: "堉"
}

.hgi-solid.hgi-sharp.hgi-tree-03:before {
    content: "堋"
}

.hgi-solid.hgi-sharp.hgi-tree-04:before {
    content: "堍"
}

.hgi-solid.hgi-sharp.hgi-tree-05:before {
    content: "堏"
}

.hgi-solid.hgi-sharp.hgi-tree-06:before {
    content: "堑"
}

.hgi-solid.hgi-sharp.hgi-tree-07:before {
    content: "堓"
}

.hgi-solid.hgi-sharp.hgi-trello:before {
    content: "堕"
}

.hgi-solid.hgi-sharp.hgi-triangle-01:before {
    content: "堗"
}

.hgi-solid.hgi-sharp.hgi-triangle-02:before {
    content: "堙"
}

.hgi-solid.hgi-sharp.hgi-triangle-03:before {
    content: "堛"
}

.hgi-solid.hgi-sharp.hgi-triangle:before {
    content: "堝"
}

.hgi-solid.hgi-sharp.hgi-trolley-01:before {
    content: "堟"
}

.hgi-solid.hgi-sharp.hgi-trolley-02:before {
    content: "堡"
}

.hgi-solid.hgi-sharp.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-solid.hgi-sharp.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-solid.hgi-sharp.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-solid.hgi-sharp.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-solid.hgi-sharp.hgi-truck-monster:before {
    content: "堫"
}

.hgi-solid.hgi-sharp.hgi-truck-return:before {
    content: "堭"
}

.hgi-solid.hgi-sharp.hgi-truck:before {
    content: "堯"
}

.hgi-solid.hgi-sharp.hgi-trulli:before {
    content: "報"
}

.hgi-solid.hgi-sharp.hgi-tsunami:before {
    content: "堳"
}

.hgi-solid.hgi-sharp.hgi-tulip:before {
    content: "堵"
}

.hgi-solid.hgi-sharp.hgi-tumblr:before {
    content: "堷"
}

.hgi-solid.hgi-sharp.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-solid.hgi-sharp.hgi-tv-01:before {
    content: "堻"
}

.hgi-solid.hgi-sharp.hgi-tv-02:before {
    content: "堽"
}

.hgi-solid.hgi-sharp.hgi-tv-fix:before {
    content: "堿"
}

.hgi-solid.hgi-sharp.hgi-tv-issue:before {
    content: "塁"
}

.hgi-solid.hgi-sharp.hgi-tv-smart:before {
    content: "塃"
}

.hgi-solid.hgi-sharp.hgi-twin-tower:before {
    content: "塅"
}

.hgi-solid.hgi-sharp.hgi-twitch:before {
    content: "塇"
}

.hgi-solid.hgi-sharp.hgi-twitter-square:before {
    content: "塊"
}

.hgi-solid.hgi-sharp.hgi-twitter:before {
    content: "塋"
}

.hgi-solid.hgi-sharp.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-solid.hgi-sharp.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-solid.hgi-sharp.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-solid.hgi-sharp.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-solid.hgi-sharp.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-solid.hgi-sharp.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-solid.hgi-sharp.hgi-txt-01:before {
    content: "塙"
}

.hgi-solid.hgi-sharp.hgi-txt-02:before {
    content: "塛"
}

.hgi-solid.hgi-sharp.hgi-type-cursor:before {
    content: "塝"
}

.hgi-solid.hgi-sharp.hgi-typescript-01:before {
    content: "塟"
}

.hgi-solid.hgi-sharp.hgi-typescript-02:before {
    content: "塡"
}

.hgi-solid.hgi-sharp.hgi-typescript-03:before {
    content: "塣"
}

.hgi-solid.hgi-sharp.hgi-uber:before {
    content: "塥"
}

.hgi-solid.hgi-sharp.hgi-ufo-01:before {
    content: "塧"
}

.hgi-solid.hgi-sharp.hgi-ufo:before {
    content: "塩"
}

.hgi-solid.hgi-sharp.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-solid.hgi-sharp.hgi-umbrella:before {
    content: "塭"
}

.hgi-solid.hgi-sharp.hgi-unamused:before {
    content: "塯"
}

.hgi-solid.hgi-sharp.hgi-unavailable:before {
    content: "塱"
}

.hgi-solid.hgi-sharp.hgi-underpants-01:before {
    content: "塳"
}

.hgi-solid.hgi-sharp.hgi-underpants-02:before {
    content: "塵"
}

.hgi-solid.hgi-sharp.hgi-underpants-03:before {
    content: "塷"
}

.hgi-solid.hgi-sharp.hgi-unfold-less:before {
    content: "塹"
}

.hgi-solid.hgi-sharp.hgi-unfold-more:before {
    content: "塻"
}

.hgi-solid.hgi-sharp.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-solid.hgi-sharp.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-solid.hgi-sharp.hgi-unhappy:before {
    content: "墁"
}

.hgi-solid.hgi-sharp.hgi-university:before {
    content: "境"
}

.hgi-solid.hgi-sharp.hgi-unlink-01:before {
    content: "墅"
}

.hgi-solid.hgi-sharp.hgi-unlink-02:before {
    content: "墇"
}

.hgi-solid.hgi-sharp.hgi-unlink-03:before {
    content: "墉"
}

.hgi-solid.hgi-sharp.hgi-unlink-04:before {
    content: "墋"
}

.hgi-solid.hgi-sharp.hgi-unlink-05:before {
    content: "墍"
}

.hgi-solid.hgi-sharp.hgi-unlink-06:before {
    content: "墏"
}

.hgi-solid.hgi-sharp.hgi-unsplash:before {
    content: "墑"
}

.hgi-solid.hgi-sharp.hgi-upload-01:before {
    content: "墓"
}

.hgi-solid.hgi-sharp.hgi-upload-02:before {
    content: "墕"
}

.hgi-solid.hgi-sharp.hgi-upload-03:before {
    content: "増"
}

.hgi-solid.hgi-sharp.hgi-upload-04:before {
    content: "墙"
}

.hgi-solid.hgi-sharp.hgi-upload-05:before {
    content: "墛"
}

.hgi-solid.hgi-sharp.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-solid.hgi-sharp.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-solid.hgi-sharp.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-solid.hgi-sharp.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-solid.hgi-sharp.hgi-upwork:before {
    content: "墥"
}

.hgi-solid.hgi-sharp.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-solid.hgi-sharp.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-solid.hgi-sharp.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-solid.hgi-sharp.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-solid.hgi-sharp.hgi-usb-error:before {
    content: "墯"
}

.hgi-solid.hgi-sharp.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-solid.hgi-sharp.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-solid.hgi-sharp.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-solid.hgi-sharp.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-solid.hgi-sharp.hgi-usb:before {
    content: "墹"
}

.hgi-solid.hgi-sharp.hgi-user-account:before {
    content: "墻"
}

.hgi-solid.hgi-sharp.hgi-user-add-01:before {
    content: "墽"
}

.hgi-solid.hgi-sharp.hgi-user-add-02:before {
    content: "墿"
}

.hgi-solid.hgi-sharp.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-solid.hgi-sharp.hgi-user-block-01:before {
    content: "壃"
}

.hgi-solid.hgi-sharp.hgi-user-block-02:before {
    content: "壅"
}

.hgi-solid.hgi-sharp.hgi-user-check-01:before {
    content: "壇"
}

.hgi-solid.hgi-sharp.hgi-user-check-02:before {
    content: "壉"
}

.hgi-solid.hgi-sharp.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-solid.hgi-sharp.hgi-user-circle:before {
    content: "壍"
}

.hgi-solid.hgi-sharp.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-solid.hgi-sharp.hgi-user-full-view:before {
    content: "壑"
}

.hgi-solid.hgi-sharp.hgi-user-group:before {
    content: "壓"
}

.hgi-solid.hgi-sharp.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-solid.hgi-sharp.hgi-user-list:before {
    content: "壗"
}

.hgi-solid.hgi-sharp.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-solid.hgi-sharp.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-solid.hgi-sharp.hgi-user-love-01:before {
    content: "壝"
}

.hgi-solid.hgi-sharp.hgi-user-love-02:before {
    content: "壟"
}

.hgi-solid.hgi-sharp.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-solid.hgi-sharp.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-solid.hgi-sharp.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-solid.hgi-sharp.hgi-user-multiple:before {
    content: "壧"
}

.hgi-solid.hgi-sharp.hgi-user-question-01:before {
    content: "壩"
}

.hgi-solid.hgi-sharp.hgi-user-question-02:before {
    content: "士"
}

.hgi-solid.hgi-sharp.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-solid.hgi-sharp.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-solid.hgi-sharp.hgi-user-roadside:before {
    content: "壱"
}

.hgi-solid.hgi-sharp.hgi-user-search-01:before {
    content: "壳"
}

.hgi-solid.hgi-sharp.hgi-user-search-02:before {
    content: "壵"
}

.hgi-solid.hgi-sharp.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-solid.hgi-sharp.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-solid.hgi-sharp.hgi-user-sharing:before {
    content: "壼"
}

.hgi-solid.hgi-sharp.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-solid.hgi-sharp.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-solid.hgi-sharp.hgi-user-square:before {
    content: "夂"
}

.hgi-solid.hgi-sharp.hgi-user-star-01:before {
    content: "处"
}

.hgi-solid.hgi-sharp.hgi-user-star-02:before {
    content: "夆"
}

.hgi-solid.hgi-sharp.hgi-user-status:before {
    content: "夈"
}

.hgi-solid.hgi-sharp.hgi-user-story:before {
    content: "夊"
}

.hgi-solid.hgi-sharp.hgi-user-switch:before {
    content: "夌"
}

.hgi-solid.hgi-sharp.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-solid.hgi-sharp.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-solid.hgi-sharp.hgi-user:before {
    content: "夑"
}

.hgi-solid.hgi-sharp.hgi-uv-01:before {
    content: "夓"
}

.hgi-solid.hgi-sharp.hgi-uv-02:before {
    content: "夕"
}

.hgi-solid.hgi-sharp.hgi-uv-03:before {
    content: "夗"
}

.hgi-solid.hgi-sharp.hgi-vaccine:before {
    content: "夙"
}

.hgi-solid.hgi-sharp.hgi-validation-approval:before {
    content: "夛"
}

.hgi-solid.hgi-sharp.hgi-validation:before {
    content: "夝"
}

.hgi-solid.hgi-sharp.hgi-van:before {
    content: "够"
}

.hgi-solid.hgi-sharp.hgi-variable:before {
    content: "夡"
}

.hgi-solid.hgi-sharp.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-solid.hgi-sharp.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-solid.hgi-sharp.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-solid.hgi-sharp.hgi-vest:before {
    content: "天"
}

.hgi-solid.hgi-sharp.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-solid.hgi-sharp.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-solid.hgi-sharp.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-solid.hgi-sharp.hgi-video-01:before {
    content: "失"
}

.hgi-solid.hgi-sharp.hgi-video-02:before {
    content: "夳"
}

.hgi-solid.hgi-sharp.hgi-video-console:before {
    content: "夵"
}

.hgi-solid.hgi-sharp.hgi-video-off:before {
    content: "夷"
}

.hgi-solid.hgi-sharp.hgi-video-replay:before {
    content: "夹"
}

.hgi-solid.hgi-sharp.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-solid.hgi-sharp.hgi-view-off:before {
    content: "夽"
}

.hgi-solid.hgi-sharp.hgi-view:before {
    content: "夿"
}

.hgi-solid.hgi-sharp.hgi-vimeo:before {
    content: "奁"
}

.hgi-solid.hgi-sharp.hgi-vine-square:before {
    content: "奄"
}

.hgi-solid.hgi-sharp.hgi-vine:before {
    content: "奅"
}

.hgi-solid.hgi-sharp.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-solid.hgi-sharp.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-solid.hgi-sharp.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-solid.hgi-sharp.hgi-vision:before {
    content: "奍"
}

.hgi-solid.hgi-sharp.hgi-vk-square:before {
    content: "奐"
}

.hgi-solid.hgi-sharp.hgi-vk:before {
    content: "契"
}

.hgi-solid.hgi-sharp.hgi-voice-id:before {
    content: "奓"
}

.hgi-solid.hgi-sharp.hgi-voice:before {
    content: "奕"
}

.hgi-solid.hgi-sharp.hgi-volleyball:before {
    content: "套"
}

.hgi-solid.hgi-sharp.hgi-volume-high:before {
    content: "奙"
}

.hgi-solid.hgi-sharp.hgi-volume-low:before {
    content: "奛"
}

.hgi-solid.hgi-sharp.hgi-volume-minus:before {
    content: "奝"
}

.hgi-solid.hgi-sharp.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-solid.hgi-sharp.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-solid.hgi-sharp.hgi-volume-off:before {
    content: "奣"
}

.hgi-solid.hgi-sharp.hgi-volume-up:before {
    content: "奥"
}

.hgi-solid.hgi-sharp.hgi-vomiting:before {
    content: "奧"
}

.hgi-solid.hgi-sharp.hgi-voucher:before {
    content: "奩"
}

.hgi-solid.hgi-sharp.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-solid.hgi-sharp.hgi-vr:before {
    content: "奭"
}

.hgi-solid.hgi-sharp.hgi-vynil-01:before {
    content: "奯"
}

.hgi-solid.hgi-sharp.hgi-vynil-02:before {
    content: "奱"
}

.hgi-solid.hgi-sharp.hgi-vynil-03:before {
    content: "女"
}

.hgi-solid.hgi-sharp.hgi-waiter:before {
    content: "奵"
}

.hgi-solid.hgi-sharp.hgi-waiters:before {
    content: "奷"
}

.hgi-solid.hgi-sharp.hgi-wall-lamp:before {
    content: "她"
}

.hgi-solid.hgi-sharp.hgi-wallet-01:before {
    content: "奻"
}

.hgi-solid.hgi-sharp.hgi-wallet-02:before {
    content: "好"
}

.hgi-solid.hgi-sharp.hgi-wallet-03:before {
    content: "奿"
}

.hgi-solid.hgi-sharp.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-solid.hgi-sharp.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-solid.hgi-sharp.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-solid.hgi-sharp.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-solid.hgi-sharp.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-solid.hgi-sharp.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-solid.hgi-sharp.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-solid.hgi-sharp.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-solid.hgi-sharp.hgi-wanted:before {
    content: "妑"
}

.hgi-solid.hgi-sharp.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-solid.hgi-sharp.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-solid.hgi-sharp.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-solid.hgi-sharp.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-solid.hgi-sharp.hgi-warehouse:before {
    content: "妛"
}

.hgi-solid.hgi-sharp.hgi-washington-monument:before {
    content: "妝"
}

.hgi-solid.hgi-sharp.hgi-waste-restore:before {
    content: "妟"
}

.hgi-solid.hgi-sharp.hgi-waste:before {
    content: "妡"
}

.hgi-solid.hgi-sharp.hgi-watch-01:before {
    content: "妣"
}

.hgi-solid.hgi-sharp.hgi-watch-02:before {
    content: "妥"
}

.hgi-solid.hgi-sharp.hgi-water-energy:before {
    content: "妧"
}

.hgi-solid.hgi-sharp.hgi-water-polo:before {
    content: "妩"
}

.hgi-solid.hgi-sharp.hgi-water-pump:before {
    content: "妫"
}

.hgi-solid.hgi-sharp.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-solid.hgi-sharp.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-solid.hgi-sharp.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-solid.hgi-sharp.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-solid.hgi-sharp.hgi-watermelon:before {
    content: "妵"
}

.hgi-solid.hgi-sharp.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-solid.hgi-sharp.hgi-wattpad:before {
    content: "妹"
}

.hgi-solid.hgi-sharp.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-solid.hgi-sharp.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-solid.hgi-sharp.hgi-waze:before {
    content: "妿"
}

.hgi-solid.hgi-sharp.hgi-web-design-01:before {
    content: "姁"
}

.hgi-solid.hgi-sharp.hgi-web-design-02:before {
    content: "姃"
}

.hgi-solid.hgi-sharp.hgi-web-programming:before {
    content: "姅"
}

.hgi-solid.hgi-sharp.hgi-web-protection:before {
    content: "姇"
}

.hgi-solid.hgi-sharp.hgi-web-security:before {
    content: "姉"
}

.hgi-solid.hgi-sharp.hgi-web-validation:before {
    content: "始"
}

.hgi-solid.hgi-sharp.hgi-webflow:before {
    content: "姍"
}

.hgi-solid.hgi-sharp.hgi-wechat:before {
    content: "姏"
}

.hgi-solid.hgi-sharp.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-solid.hgi-sharp.hgi-weight-scale:before {
    content: "姓"
}

.hgi-solid.hgi-sharp.hgi-wellness:before {
    content: "姕"
}

.hgi-solid.hgi-sharp.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-solid.hgi-sharp.hgi-whatsapp:before {
    content: "姙"
}

.hgi-solid.hgi-sharp.hgi-wheelchair:before {
    content: "姛"
}

.hgi-solid.hgi-sharp.hgi-whisk:before {
    content: "姝"
}

.hgi-solid.hgi-sharp.hgi-whistle:before {
    content: "姟"
}

.hgi-solid.hgi-sharp.hgi-wifi-01:before {
    content: "姡"
}

.hgi-solid.hgi-sharp.hgi-wifi-02:before {
    content: "姣"
}

.hgi-solid.hgi-sharp.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-solid.hgi-sharp.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-solid.hgi-sharp.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-solid.hgi-sharp.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-solid.hgi-sharp.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-solid.hgi-sharp.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-solid.hgi-sharp.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-solid.hgi-sharp.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-solid.hgi-sharp.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-solid.hgi-sharp.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-solid.hgi-sharp.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-solid.hgi-sharp.hgi-wifi-location:before {
    content: "姻"
}

.hgi-solid.hgi-sharp.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-solid.hgi-sharp.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-solid.hgi-sharp.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-solid.hgi-sharp.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-solid.hgi-sharp.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-solid.hgi-sharp.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-solid.hgi-sharp.hgi-wifi-square:before {
    content: "娉"
}

.hgi-solid.hgi-sharp.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-solid.hgi-sharp.hgi-wikipedia:before {
    content: "娍"
}

.hgi-solid.hgi-sharp.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-solid.hgi-sharp.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-solid.hgi-sharp.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-solid.hgi-sharp.hgi-wind-power:before {
    content: "娕"
}

.hgi-solid.hgi-sharp.hgi-wind-surf:before {
    content: "娗"
}

.hgi-solid.hgi-sharp.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-solid.hgi-sharp.hgi-wink:before {
    content: "娛"
}

.hgi-solid.hgi-sharp.hgi-winking:before {
    content: "娝"
}

.hgi-solid.hgi-sharp.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-solid.hgi-sharp.hgi-wireless:before {
    content: "娡"
}

.hgi-solid.hgi-sharp.hgi-wise:before {
    content: "娣"
}

.hgi-solid.hgi-sharp.hgi-wordpress:before {
    content: "娥"
}

.hgi-solid.hgi-sharp.hgi-work-alert:before {
    content: "娧"
}

.hgi-solid.hgi-sharp.hgi-work-history:before {
    content: "娩"
}

.hgi-solid.hgi-sharp.hgi-work-update:before {
    content: "娫"
}

.hgi-solid.hgi-sharp.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-solid.hgi-sharp.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-solid.hgi-sharp.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-solid.hgi-sharp.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-solid.hgi-sharp.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-solid.hgi-sharp.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-solid.hgi-sharp.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-solid.hgi-sharp.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-solid.hgi-sharp.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-solid.hgi-sharp.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-solid.hgi-sharp.hgi-workout-run:before {
    content: "婓"
}

.hgi-solid.hgi-sharp.hgi-workout-sport:before {
    content: "婕"
}

.hgi-solid.hgi-sharp.hgi-workout-squats:before {
    content: "婗"
}

.hgi-solid.hgi-sharp.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-solid.hgi-sharp.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-solid.hgi-sharp.hgi-worry:before {
    content: "婝"
}

.hgi-solid.hgi-sharp.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-solid.hgi-sharp.hgi-wps-office:before {
    content: "婡"
}

.hgi-solid.hgi-sharp.hgi-wrench-01:before {
    content: "婣"
}

.hgi-solid.hgi-sharp.hgi-wrench-02:before {
    content: "婥"
}

.hgi-solid.hgi-sharp.hgi-wudu:before {
    content: "婧"
}

.hgi-solid.hgi-sharp.hgi-x-ray:before {
    content: "婩"
}

.hgi-solid.hgi-sharp.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-solid.hgi-sharp.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-solid.hgi-sharp.hgi-x-variable:before {
    content: "婯"
}

.hgi-solid.hgi-sharp.hgi-xing:before {
    content: "婱"
}

.hgi-solid.hgi-sharp.hgi-xls-01:before {
    content: "婳"
}

.hgi-solid.hgi-sharp.hgi-xls-02:before {
    content: "婵"
}

.hgi-solid.hgi-sharp.hgi-xml-01:before {
    content: "婷"
}

.hgi-solid.hgi-sharp.hgi-xml-02:before {
    content: "婹"
}

.hgi-solid.hgi-sharp.hgi-xsl-01:before {
    content: "婻"
}

.hgi-solid.hgi-sharp.hgi-xsl-02:before {
    content: "婽"
}

.hgi-solid.hgi-sharp.hgi-yelp:before {
    content: "婿"
}

.hgi-solid.hgi-sharp.hgi-yen-circle:before {
    content: "媁"
}

.hgi-solid.hgi-sharp.hgi-yen-receive:before {
    content: "媃"
}

.hgi-solid.hgi-sharp.hgi-yen-send:before {
    content: "媆"
}

.hgi-solid.hgi-sharp.hgi-yen-square:before {
    content: "媈"
}

.hgi-solid.hgi-sharp.hgi-yen:before {
    content: "媉"
}

.hgi-solid.hgi-sharp.hgi-yoga-01:before {
    content: "媋"
}

.hgi-solid.hgi-sharp.hgi-yoga-02:before {
    content: "媍"
}

.hgi-solid.hgi-sharp.hgi-yoga-03:before {
    content: "媏"
}

.hgi-solid.hgi-sharp.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-solid.hgi-sharp.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-solid.hgi-sharp.hgi-yogurt:before {
    content: "媕"
}

.hgi-solid.hgi-sharp.hgi-youtube:before {
    content: "媗"
}

.hgi-solid.hgi-sharp.hgi-yurt:before {
    content: "媙"
}

.hgi-solid.hgi-sharp.hgi-zakat:before {
    content: "媛"
}

.hgi-solid.hgi-sharp.hgi-zap:before {
    content: "媝"
}

.hgi-solid.hgi-sharp.hgi-zeppelin:before {
    content: "媟"
}

.hgi-solid.hgi-sharp.hgi-zip-01:before {
    content: "媡"
}

.hgi-solid.hgi-sharp.hgi-zip-02:before {
    content: "媣"
}

.hgi-solid.hgi-sharp.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-solid.hgi-sharp.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-solid.hgi-sharp.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-solid.hgi-sharp.hgi-zoom-square:before {
    content: "媬"
}

.hgi-solid.hgi-sharp.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-solid-standard;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-standard.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-standard.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-standard.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-standard.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-standard.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-solid-standard.svg#hgi-solid-standard) format("svg")
}

.hgi-solid.hgi-standard {
    font-family: hgi-solid-standard!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-solid.hgi-standard.hgi-abacus:before {
    content: "㩱"
}

.hgi-solid.hgi-standard.hgi-absolute:before {
    content: "㩳"
}

.hgi-solid.hgi-standard.hgi-acceleration:before {
    content: "㩵"
}

.hgi-solid.hgi-standard.hgi-access:before {
    content: "㩷"
}

.hgi-solid.hgi-standard.hgi-accident:before {
    content: "㩹"
}

.hgi-solid.hgi-standard.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-solid.hgi-standard.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-solid.hgi-standard.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-solid.hgi-standard.hgi-activity-01:before {
    content: "㪁"
}

.hgi-solid.hgi-standard.hgi-activity-02:before {
    content: "㪃"
}

.hgi-solid.hgi-standard.hgi-activity-03:before {
    content: "㪅"
}

.hgi-solid.hgi-standard.hgi-activity-04:before {
    content: "㪇"
}

.hgi-solid.hgi-standard.hgi-acute:before {
    content: "㪉"
}

.hgi-solid.hgi-standard.hgi-add-01:before {
    content: "㪋"
}

.hgi-solid.hgi-standard.hgi-add-02:before {
    content: "㪍"
}

.hgi-solid.hgi-standard.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-solid.hgi-standard.hgi-add-circle:before {
    content: "㪑"
}

.hgi-solid.hgi-standard.hgi-add-square:before {
    content: "㪓"
}

.hgi-solid.hgi-standard.hgi-add-team:before {
    content: "㪕"
}

.hgi-solid.hgi-standard.hgi-address-book:before {
    content: "㪗"
}

.hgi-solid.hgi-standard.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-solid.hgi-standard.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-solid.hgi-standard.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-solid.hgi-standard.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-solid.hgi-standard.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-solid.hgi-standard.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-solid.hgi-standard.hgi-adventure:before {
    content: "㪥"
}

.hgi-solid.hgi-standard.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-solid.hgi-standard.hgi-adzan:before {
    content: "㪩"
}

.hgi-solid.hgi-standard.hgi-affiliate:before {
    content: "㪫"
}

.hgi-solid.hgi-standard.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-solid.hgi-standard.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-solid.hgi-standard.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-solid.hgi-standard.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-solid.hgi-standard.hgi-ai-book:before {
    content: "㪵"
}

.hgi-solid.hgi-standard.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-solid.hgi-standard.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-solid.hgi-standard.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-solid.hgi-standard.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-solid.hgi-standard.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-solid.hgi-standard.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-solid.hgi-standard.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-solid.hgi-standard.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-solid.hgi-standard.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-solid.hgi-standard.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-solid.hgi-standard.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-solid.hgi-standard.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-solid.hgi-standard.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-solid.hgi-standard.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-solid.hgi-standard.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-solid.hgi-standard.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-solid.hgi-standard.hgi-ai-game:before {
    content: "㫗"
}

.hgi-solid.hgi-standard.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-solid.hgi-standard.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-solid.hgi-standard.hgi-ai-image:before {
    content: "㫝"
}

.hgi-solid.hgi-standard.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-solid.hgi-standard.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-solid.hgi-standard.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-solid.hgi-standard.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-solid.hgi-standard.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-solid.hgi-standard.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-solid.hgi-standard.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-solid.hgi-standard.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-solid.hgi-standard.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-solid.hgi-standard.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-solid.hgi-standard.hgi-ai-network:before {
    content: "㫳"
}

.hgi-solid.hgi-standard.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-solid.hgi-standard.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-solid.hgi-standard.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-solid.hgi-standard.hgi-ai-search:before {
    content: "㫻"
}

.hgi-solid.hgi-standard.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-solid.hgi-standard.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-solid.hgi-standard.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-solid.hgi-standard.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-solid.hgi-standard.hgi-ai-user:before {
    content: "㬅"
}

.hgi-solid.hgi-standard.hgi-ai-video:before {
    content: "㬇"
}

.hgi-solid.hgi-standard.hgi-ai-view:before {
    content: "㬉"
}

.hgi-solid.hgi-standard.hgi-aids:before {
    content: "㬋"
}

.hgi-solid.hgi-standard.hgi-airbnb:before {
    content: "㬍"
}

.hgi-solid.hgi-standard.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-solid.hgi-standard.hgi-airdrop:before {
    content: "㬑"
}

.hgi-solid.hgi-standard.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-solid.hgi-standard.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-solid.hgi-standard.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-solid.hgi-standard.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-solid.hgi-standard.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-solid.hgi-standard.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-solid.hgi-standard.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-solid.hgi-standard.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-solid.hgi-standard.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-solid.hgi-standard.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-solid.hgi-standard.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-solid.hgi-standard.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-solid.hgi-standard.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-solid.hgi-standard.hgi-airport:before {
    content: "㬭"
}

.hgi-solid.hgi-standard.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-solid.hgi-standard.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-solid.hgi-standard.hgi-album-01:before {
    content: "㬳"
}

.hgi-solid.hgi-standard.hgi-album-02:before {
    content: "㬵"
}

.hgi-solid.hgi-standard.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-solid.hgi-standard.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-solid.hgi-standard.hgi-alert-01:before {
    content: "㬻"
}

.hgi-solid.hgi-standard.hgi-alert-02:before {
    content: "㬽"
}

.hgi-solid.hgi-standard.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-solid.hgi-standard.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-solid.hgi-standard.hgi-alert-square:before {
    content: "㭃"
}

.hgi-solid.hgi-standard.hgi-algorithm:before {
    content: "㭅"
}

.hgi-solid.hgi-standard.hgi-alien-01:before {
    content: "㭇"
}

.hgi-solid.hgi-standard.hgi-alien-02:before {
    content: "㭉"
}

.hgi-solid.hgi-standard.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-solid.hgi-standard.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-solid.hgi-standard.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-solid.hgi-standard.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-solid.hgi-standard.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-solid.hgi-standard.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-solid.hgi-standard.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-solid.hgi-standard.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-solid.hgi-standard.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-solid.hgi-standard.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-solid.hgi-standard.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-solid.hgi-standard.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-solid.hgi-standard.hgi-align-left:before {
    content: "㭣"
}

.hgi-solid.hgi-standard.hgi-align-right:before {
    content: "㭥"
}

.hgi-solid.hgi-standard.hgi-align-selection:before {
    content: "㭧"
}

.hgi-solid.hgi-standard.hgi-align-top:before {
    content: "㭩"
}

.hgi-solid.hgi-standard.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-solid.hgi-standard.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-solid.hgi-standard.hgi-allah:before {
    content: "㭯"
}

.hgi-solid.hgi-standard.hgi-alms:before {
    content: "㭱"
}

.hgi-solid.hgi-standard.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-solid.hgi-standard.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-solid.hgi-standard.hgi-alpha:before {
    content: "㭷"
}

.hgi-solid.hgi-standard.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-solid.hgi-standard.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-solid.hgi-standard.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-solid.hgi-standard.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-solid.hgi-standard.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-solid.hgi-standard.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-solid.hgi-standard.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-solid.hgi-standard.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-solid.hgi-standard.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-solid.hgi-standard.hgi-amazon:before {
    content: "㮋"
}

.hgi-solid.hgi-standard.hgi-ambulance:before {
    content: "㮍"
}

.hgi-solid.hgi-standard.hgi-american-football:before {
    content: "㮏"
}

.hgi-solid.hgi-standard.hgi-amie:before {
    content: "㮑"
}

.hgi-solid.hgi-standard.hgi-ampoule:before {
    content: "㮓"
}

.hgi-solid.hgi-standard.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-solid.hgi-standard.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-solid.hgi-standard.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-solid.hgi-standard.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-solid.hgi-standard.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-solid.hgi-standard.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-solid.hgi-standard.hgi-android:before {
    content: "㮡"
}

.hgi-solid.hgi-standard.hgi-angel:before {
    content: "㮣"
}

.hgi-solid.hgi-standard.hgi-angle-01:before {
    content: "㮥"
}

.hgi-solid.hgi-standard.hgi-angle:before {
    content: "㮧"
}

.hgi-solid.hgi-standard.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-solid.hgi-standard.hgi-angry:before {
    content: "㮫"
}

.hgi-solid.hgi-standard.hgi-anonymous:before {
    content: "㮭"
}

.hgi-solid.hgi-standard.hgi-api:before {
    content: "㮯"
}

.hgi-solid.hgi-standard.hgi-app-store:before {
    content: "㮱"
}

.hgi-solid.hgi-standard.hgi-apple-01:before {
    content: "㮳"
}

.hgi-solid.hgi-standard.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-solid.hgi-standard.hgi-apple-news:before {
    content: "㮷"
}

.hgi-solid.hgi-standard.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-solid.hgi-standard.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-solid.hgi-standard.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-solid.hgi-standard.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-solid.hgi-standard.hgi-apple:before {
    content: "㯁"
}

.hgi-solid.hgi-standard.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-solid.hgi-standard.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-solid.hgi-standard.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-solid.hgi-standard.hgi-apricot:before {
    content: "㯉"
}

.hgi-solid.hgi-standard.hgi-apron:before {
    content: "㯋"
}

.hgi-solid.hgi-standard.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-solid.hgi-standard.hgi-archer:before {
    content: "㯏"
}

.hgi-solid.hgi-standard.hgi-archive-01:before {
    content: "㯑"
}

.hgi-solid.hgi-standard.hgi-archive-02:before {
    content: "㯓"
}

.hgi-solid.hgi-standard.hgi-archive:before {
    content: "㯕"
}

.hgi-solid.hgi-standard.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-solid.hgi-standard.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-solid.hgi-standard.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-solid.hgi-standard.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-solid.hgi-standard.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-solid.hgi-standard.hgi-arrange:before {
    content: "㯡"
}

.hgi-solid.hgi-standard.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-solid.hgi-standard.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-solid.hgi-standard.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-solid.hgi-standard.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-solid.hgi-standard.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-solid.hgi-standard.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-solid.hgi-standard.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-solid.hgi-standard.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-solid.hgi-standard.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-solid.hgi-standard.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-solid.hgi-standard.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-solid.hgi-standard.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-solid.hgi-standard.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-solid.hgi-standard.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-solid.hgi-standard.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-solid.hgi-standard.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-solid.hgi-standard.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-solid.hgi-standard.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-solid.hgi-standard.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-solid.hgi-standard.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-solid.hgi-standard.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-solid.hgi-standard.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-solid.hgi-standard.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-solid.hgi-standard.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-solid.hgi-standard.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-solid.hgi-standard.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-solid.hgi-standard.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-solid.hgi-standard.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-solid.hgi-standard.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-solid.hgi-standard.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-solid.hgi-standard.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-solid.hgi-standard.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-solid.hgi-standard.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-solid.hgi-standard.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-solid.hgi-standard.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-solid.hgi-standard.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-solid.hgi-standard.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-solid.hgi-standard.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-solid.hgi-standard.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-solid.hgi-standard.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-solid.hgi-standard.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-solid.hgi-standard.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-solid.hgi-standard.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-solid.hgi-standard.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-solid.hgi-standard.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-solid.hgi-standard.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-solid.hgi-standard.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-solid.hgi-standard.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-solid.hgi-standard.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-solid.hgi-standard.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-solid.hgi-standard.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-solid.hgi-standard.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-solid.hgi-standard.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-solid.hgi-standard.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-solid.hgi-standard.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-solid.hgi-standard.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-solid.hgi-standard.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-solid.hgi-standard.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-solid.hgi-standard.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-solid.hgi-standard.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-solid.hgi-standard.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-solid.hgi-standard.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-solid.hgi-standard.hgi-artboard:before {
    content: "㱟"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-solid.hgi-standard.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-solid.hgi-standard.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-solid.hgi-standard.hgi-assignments:before {
    content: "㱱"
}

.hgi-solid.hgi-standard.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-solid.hgi-standard.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-solid.hgi-standard.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-solid.hgi-standard.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-solid.hgi-standard.hgi-at:before {
    content: "㱻"
}

.hgi-solid.hgi-standard.hgi-atm-01:before {
    content: "㱽"
}

.hgi-solid.hgi-standard.hgi-atm-02:before {
    content: "㱿"
}

.hgi-solid.hgi-standard.hgi-atom-01:before {
    content: "㲁"
}

.hgi-solid.hgi-standard.hgi-atom-02:before {
    content: "㲃"
}

.hgi-solid.hgi-standard.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-solid.hgi-standard.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-solid.hgi-standard.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-solid.hgi-standard.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-solid.hgi-standard.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-solid.hgi-standard.hgi-attachment:before {
    content: "㲏"
}

.hgi-solid.hgi-standard.hgi-auction:before {
    content: "㲑"
}

.hgi-solid.hgi-standard.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-solid.hgi-standard.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-solid.hgi-standard.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-solid.hgi-standard.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-solid.hgi-standard.hgi-audit-01:before {
    content: "㲛"
}

.hgi-solid.hgi-standard.hgi-audit-02:before {
    content: "㲝"
}

.hgi-solid.hgi-standard.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-solid.hgi-standard.hgi-authorized:before {
    content: "㲡"
}

.hgi-solid.hgi-standard.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-solid.hgi-standard.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-solid.hgi-standard.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-solid.hgi-standard.hgi-avalanche:before {
    content: "㲩"
}

.hgi-solid.hgi-standard.hgi-avocado:before {
    content: "㲫"
}

.hgi-solid.hgi-standard.hgi-award-01:before {
    content: "㲭"
}

.hgi-solid.hgi-standard.hgi-award-02:before {
    content: "㲯"
}

.hgi-solid.hgi-standard.hgi-award-03:before {
    content: "㲱"
}

.hgi-solid.hgi-standard.hgi-award-04:before {
    content: "㲳"
}

.hgi-solid.hgi-standard.hgi-award-05:before {
    content: "㲵"
}

.hgi-solid.hgi-standard.hgi-baby-01:before {
    content: "㲷"
}

.hgi-solid.hgi-standard.hgi-baby-02:before {
    content: "㲹"
}

.hgi-solid.hgi-standard.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-solid.hgi-standard.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-solid.hgi-standard.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-solid.hgi-standard.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-solid.hgi-standard.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-solid.hgi-standard.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-solid.hgi-standard.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-solid.hgi-standard.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-solid.hgi-standard.hgi-backward-01:before {
    content: "㳋"
}

.hgi-solid.hgi-standard.hgi-backward-02:before {
    content: "㳍"
}

.hgi-solid.hgi-standard.hgi-bacteria:before {
    content: "㳏"
}

.hgi-solid.hgi-standard.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-solid.hgi-standard.hgi-badminton:before {
    content: "㳓"
}

.hgi-solid.hgi-standard.hgi-banana:before {
    content: "㳕"
}

.hgi-solid.hgi-standard.hgi-bandage:before {
    content: "㳗"
}

.hgi-solid.hgi-standard.hgi-bank:before {
    content: "㳙"
}

.hgi-solid.hgi-standard.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-solid.hgi-standard.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-solid.hgi-standard.hgi-barns:before {
    content: "㳟"
}

.hgi-solid.hgi-standard.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-solid.hgi-standard.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-solid.hgi-standard.hgi-baseball:before {
    content: "㳥"
}

.hgi-solid.hgi-standard.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-solid.hgi-standard.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-solid.hgi-standard.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-solid.hgi-standard.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-solid.hgi-standard.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-solid.hgi-standard.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-solid.hgi-standard.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-solid.hgi-standard.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-solid.hgi-standard.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-solid.hgi-standard.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-solid.hgi-standard.hgi-battery-full:before {
    content: "㳻"
}

.hgi-solid.hgi-standard.hgi-battery-low:before {
    content: "㳽"
}

.hgi-solid.hgi-standard.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-solid.hgi-standard.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-solid.hgi-standard.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-solid.hgi-standard.hgi-beach-02:before {
    content: "㴅"
}

.hgi-solid.hgi-standard.hgi-beach:before {
    content: "㴇"
}

.hgi-solid.hgi-standard.hgi-beater:before {
    content: "㴉"
}

.hgi-solid.hgi-standard.hgi-bebo:before {
    content: "㴋"
}

.hgi-solid.hgi-standard.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-solid.hgi-standard.hgi-bed-double:before {
    content: "㴏"
}

.hgi-solid.hgi-standard.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-solid.hgi-standard.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-solid.hgi-standard.hgi-bed:before {
    content: "㴕"
}

.hgi-solid.hgi-standard.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-solid.hgi-standard.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-solid.hgi-standard.hgi-behance-01:before {
    content: "㴛"
}

.hgi-solid.hgi-standard.hgi-behance-02:before {
    content: "㴝"
}

.hgi-solid.hgi-standard.hgi-belt:before {
    content: "㴟"
}

.hgi-solid.hgi-standard.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-solid.hgi-standard.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-solid.hgi-standard.hgi-berlin:before {
    content: "㴥"
}

.hgi-solid.hgi-standard.hgi-beta:before {
    content: "㴧"
}

.hgi-solid.hgi-standard.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-solid.hgi-standard.hgi-bicycle:before {
    content: "㴫"
}

.hgi-solid.hgi-standard.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-solid.hgi-standard.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-solid.hgi-standard.hgi-binary-code:before {
    content: "㴱"
}

.hgi-solid.hgi-standard.hgi-bing:before {
    content: "㴳"
}

.hgi-solid.hgi-standard.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-solid.hgi-standard.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-solid.hgi-standard.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-solid.hgi-standard.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-solid.hgi-standard.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-solid.hgi-standard.hgi-biscuit:before {
    content: "㴿"
}

.hgi-solid.hgi-standard.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-solid.hgi-standard.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-solid.hgi-standard.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-solid.hgi-standard.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-solid.hgi-standard.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-solid.hgi-standard.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-solid.hgi-standard.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-solid.hgi-standard.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-solid.hgi-standard.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-solid.hgi-standard.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-solid.hgi-standard.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-solid.hgi-standard.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-solid.hgi-standard.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-solid.hgi-standard.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-solid.hgi-standard.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-solid.hgi-standard.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-solid.hgi-standard.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-solid.hgi-standard.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-solid.hgi-standard.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-solid.hgi-standard.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-solid.hgi-standard.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-solid.hgi-standard.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-solid.hgi-standard.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-solid.hgi-standard.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-solid.hgi-standard.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-solid.hgi-standard.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-solid.hgi-standard.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-solid.hgi-standard.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-solid.hgi-standard.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-solid.hgi-standard.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-solid.hgi-standard.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-solid.hgi-standard.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-solid.hgi-standard.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-solid.hgi-standard.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-solid.hgi-standard.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-solid.hgi-standard.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-solid.hgi-standard.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-solid.hgi-standard.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-solid.hgi-standard.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-solid.hgi-standard.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-solid.hgi-standard.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-solid.hgi-standard.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-solid.hgi-standard.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-solid.hgi-standard.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-solid.hgi-standard.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-solid.hgi-standard.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-solid.hgi-standard.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-solid.hgi-standard.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-solid.hgi-standard.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-solid.hgi-standard.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-solid.hgi-standard.hgi-black-hole:before {
    content: "㶥"
}

.hgi-solid.hgi-standard.hgi-blend:before {
    content: "㶧"
}

.hgi-solid.hgi-standard.hgi-blender:before {
    content: "㶩"
}

.hgi-solid.hgi-standard.hgi-block-game:before {
    content: "㶫"
}

.hgi-solid.hgi-standard.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-solid.hgi-standard.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-solid.hgi-standard.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-solid.hgi-standard.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-solid.hgi-standard.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-solid.hgi-standard.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-solid.hgi-standard.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-solid.hgi-standard.hgi-blocked:before {
    content: "㶻"
}

.hgi-solid.hgi-standard.hgi-blogger:before {
    content: "㶽"
}

.hgi-solid.hgi-standard.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-solid.hgi-standard.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-solid.hgi-standard.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-solid.hgi-standard.hgi-blood-type:before {
    content: "㷆"
}

.hgi-solid.hgi-standard.hgi-blood:before {
    content: "㷇"
}

.hgi-solid.hgi-standard.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-solid.hgi-standard.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-solid.hgi-standard.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-solid.hgi-standard.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-solid.hgi-standard.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-solid.hgi-standard.hgi-blur:before {
    content: "㷓"
}

.hgi-solid.hgi-standard.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-solid.hgi-standard.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-solid.hgi-standard.hgi-board-math:before {
    content: "㷙"
}

.hgi-solid.hgi-standard.hgi-boat:before {
    content: "㷛"
}

.hgi-solid.hgi-standard.hgi-body-armor:before {
    content: "㷝"
}

.hgi-solid.hgi-standard.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-solid.hgi-standard.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-solid.hgi-standard.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-solid.hgi-standard.hgi-body-soap:before {
    content: "㷥"
}

.hgi-solid.hgi-standard.hgi-body-weight:before {
    content: "㷧"
}

.hgi-solid.hgi-standard.hgi-bomb:before {
    content: "㷩"
}

.hgi-solid.hgi-standard.hgi-bone-01:before {
    content: "㷫"
}

.hgi-solid.hgi-standard.hgi-bone-02:before {
    content: "㷭"
}

.hgi-solid.hgi-standard.hgi-book-01:before {
    content: "㷯"
}

.hgi-solid.hgi-standard.hgi-book-02:before {
    content: "㷱"
}

.hgi-solid.hgi-standard.hgi-book-03:before {
    content: "㷳"
}

.hgi-solid.hgi-standard.hgi-book-04:before {
    content: "㷵"
}

.hgi-solid.hgi-standard.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-solid.hgi-standard.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-solid.hgi-standard.hgi-book-download:before {
    content: "㷻"
}

.hgi-solid.hgi-standard.hgi-book-edit:before {
    content: "㷽"
}

.hgi-solid.hgi-standard.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-solid.hgi-standard.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-solid.hgi-standard.hgi-book-upload:before {
    content: "㸃"
}

.hgi-solid.hgi-standard.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-solid.hgi-standard.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-solid.hgi-standard.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-solid.hgi-standard.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-solid.hgi-standard.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-solid.hgi-standard.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-solid.hgi-standard.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-solid.hgi-standard.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-solid.hgi-standard.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-solid.hgi-standard.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-solid.hgi-standard.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-solid.hgi-standard.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-solid.hgi-standard.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-solid.hgi-standard.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-solid.hgi-standard.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-solid.hgi-standard.hgi-books-01:before {
    content: "㸣"
}

.hgi-solid.hgi-standard.hgi-books-02:before {
    content: "㸥"
}

.hgi-solid.hgi-standard.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-solid.hgi-standard.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-solid.hgi-standard.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-solid.hgi-standard.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-solid.hgi-standard.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-solid.hgi-standard.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-solid.hgi-standard.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-solid.hgi-standard.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-solid.hgi-standard.hgi-border-full:before {
    content: "㸷"
}

.hgi-solid.hgi-standard.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-solid.hgi-standard.hgi-border-inner:before {
    content: "㸻"
}

.hgi-solid.hgi-standard.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-solid.hgi-standard.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-solid.hgi-standard.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-solid.hgi-standard.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-solid.hgi-standard.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-solid.hgi-standard.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-solid.hgi-standard.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-solid.hgi-standard.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-solid.hgi-standard.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-solid.hgi-standard.hgi-borobudur:before {
    content: "㹏"
}

.hgi-solid.hgi-standard.hgi-bot:before {
    content: "㹑"
}

.hgi-solid.hgi-standard.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-solid.hgi-standard.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-solid.hgi-standard.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-solid.hgi-standard.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-solid.hgi-standard.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-solid.hgi-standard.hgi-bowling:before {
    content: "㹝"
}

.hgi-solid.hgi-standard.hgi-boxer:before {
    content: "㹟"
}

.hgi-solid.hgi-standard.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-solid.hgi-standard.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-solid.hgi-standard.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-solid.hgi-standard.hgi-brain-01:before {
    content: "㹧"
}

.hgi-solid.hgi-standard.hgi-brain-02:before {
    content: "㹩"
}

.hgi-solid.hgi-standard.hgi-brain:before {
    content: "㹫"
}

.hgi-solid.hgi-standard.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-solid.hgi-standard.hgi-bread-01:before {
    content: "㹯"
}

.hgi-solid.hgi-standard.hgi-bread-02:before {
    content: "㹱"
}

.hgi-solid.hgi-standard.hgi-bread-03:before {
    content: "㹳"
}

.hgi-solid.hgi-standard.hgi-bread-04:before {
    content: "㹵"
}

.hgi-solid.hgi-standard.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-solid.hgi-standard.hgi-bridge:before {
    content: "㹹"
}

.hgi-solid.hgi-standard.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-solid.hgi-standard.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-solid.hgi-standard.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-solid.hgi-standard.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-solid.hgi-standard.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-solid.hgi-standard.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-solid.hgi-standard.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-solid.hgi-standard.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-solid.hgi-standard.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-solid.hgi-standard.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-solid.hgi-standard.hgi-broccoli:before {
    content: "㺏"
}

.hgi-solid.hgi-standard.hgi-brochure:before {
    content: "㺑"
}

.hgi-solid.hgi-standard.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-solid.hgi-standard.hgi-browser:before {
    content: "㺕"
}

.hgi-solid.hgi-standard.hgi-brush:before {
    content: "㺗"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-solid.hgi-standard.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-solid.hgi-standard.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-solid.hgi-standard.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-solid.hgi-standard.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-solid.hgi-standard.hgi-bug-01:before {
    content: "㻉"
}

.hgi-solid.hgi-standard.hgi-bug-02:before {
    content: "㻋"
}

.hgi-solid.hgi-standard.hgi-building-01:before {
    content: "㻍"
}

.hgi-solid.hgi-standard.hgi-building-02:before {
    content: "㻏"
}

.hgi-solid.hgi-standard.hgi-building-03:before {
    content: "㻑"
}

.hgi-solid.hgi-standard.hgi-building-04:before {
    content: "㻓"
}

.hgi-solid.hgi-standard.hgi-building-05:before {
    content: "㻕"
}

.hgi-solid.hgi-standard.hgi-building-06:before {
    content: "㻗"
}

.hgi-solid.hgi-standard.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-solid.hgi-standard.hgi-bulb:before {
    content: "㻛"
}

.hgi-solid.hgi-standard.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-solid.hgi-standard.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-solid.hgi-standard.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-solid.hgi-standard.hgi-bus-01:before {
    content: "㻣"
}

.hgi-solid.hgi-standard.hgi-bus-02:before {
    content: "㻥"
}

.hgi-solid.hgi-standard.hgi-bus-03:before {
    content: "㻧"
}

.hgi-solid.hgi-standard.hgi-c-programming:before {
    content: "㻩"
}

.hgi-solid.hgi-standard.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-solid.hgi-standard.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-solid.hgi-standard.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-solid.hgi-standard.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-solid.hgi-standard.hgi-cable-car:before {
    content: "㻳"
}

.hgi-solid.hgi-standard.hgi-cactus:before {
    content: "㻵"
}

.hgi-solid.hgi-standard.hgi-caduceus:before {
    content: "㻷"
}

.hgi-solid.hgi-standard.hgi-cafe:before {
    content: "㻹"
}

.hgi-solid.hgi-standard.hgi-calculate:before {
    content: "㻻"
}

.hgi-solid.hgi-standard.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-solid.hgi-standard.hgi-calculator:before {
    content: "㻿"
}

.hgi-solid.hgi-standard.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-solid.hgi-standard.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-solid.hgi-standard.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-solid.hgi-standard.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-solid.hgi-standard.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-solid.hgi-standard.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-solid.hgi-standard.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-solid.hgi-standard.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-solid.hgi-standard.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-solid.hgi-standard.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-solid.hgi-standard.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-solid.hgi-standard.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-solid.hgi-standard.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-solid.hgi-standard.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-solid.hgi-standard.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-solid.hgi-standard.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-solid.hgi-standard.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-solid.hgi-standard.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-solid.hgi-standard.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-solid.hgi-standard.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-solid.hgi-standard.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-solid.hgi-standard.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-solid.hgi-standard.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-solid.hgi-standard.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-solid.hgi-standard.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-solid.hgi-standard.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-solid.hgi-standard.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-solid.hgi-standard.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-solid.hgi-standard.hgi-call-02:before {
    content: "㼹"
}

.hgi-solid.hgi-standard.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-solid.hgi-standard.hgi-call-add:before {
    content: "㼽"
}

.hgi-solid.hgi-standard.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-solid.hgi-standard.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-solid.hgi-standard.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-solid.hgi-standard.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-solid.hgi-standard.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-solid.hgi-standard.hgi-call-done:before {
    content: "㽉"
}

.hgi-solid.hgi-standard.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-solid.hgi-standard.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-solid.hgi-standard.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-solid.hgi-standard.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-solid.hgi-standard.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-solid.hgi-standard.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-solid.hgi-standard.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-solid.hgi-standard.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-solid.hgi-standard.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-solid.hgi-standard.hgi-call-internal:before {
    content: "㽝"
}

.hgi-solid.hgi-standard.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-solid.hgi-standard.hgi-call-locked:before {
    content: "㽡"
}

.hgi-solid.hgi-standard.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-solid.hgi-standard.hgi-call-minus:before {
    content: "㽥"
}

.hgi-solid.hgi-standard.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-solid.hgi-standard.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-solid.hgi-standard.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-solid.hgi-standard.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-solid.hgi-standard.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-solid.hgi-standard.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-solid.hgi-standard.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-solid.hgi-standard.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-solid.hgi-standard.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-solid.hgi-standard.hgi-call-paused:before {
    content: "㽹"
}

.hgi-solid.hgi-standard.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-solid.hgi-standard.hgi-call-received:before {
    content: "㽽"
}

.hgi-solid.hgi-standard.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-solid.hgi-standard.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-solid.hgi-standard.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-solid.hgi-standard.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-solid.hgi-standard.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-solid.hgi-standard.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-solid.hgi-standard.hgi-call:before {
    content: "㾋"
}

.hgi-solid.hgi-standard.hgi-calling-02:before {
    content: "㾍"
}

.hgi-solid.hgi-standard.hgi-calling:before {
    content: "㾏"
}

.hgi-solid.hgi-standard.hgi-camel:before {
    content: "㾑"
}

.hgi-solid.hgi-standard.hgi-camera-01:before {
    content: "㾓"
}

.hgi-solid.hgi-standard.hgi-camera-02:before {
    content: "㾕"
}

.hgi-solid.hgi-standard.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-solid.hgi-standard.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-solid.hgi-standard.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-solid.hgi-standard.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-solid.hgi-standard.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-solid.hgi-standard.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-solid.hgi-standard.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-solid.hgi-standard.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-solid.hgi-standard.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-solid.hgi-standard.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-solid.hgi-standard.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-solid.hgi-standard.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-solid.hgi-standard.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-solid.hgi-standard.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-solid.hgi-standard.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-solid.hgi-standard.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-solid.hgi-standard.hgi-camera-video:before {
    content: "㾷"
}

.hgi-solid.hgi-standard.hgi-camper:before {
    content: "㾹"
}

.hgi-solid.hgi-standard.hgi-campfire:before {
    content: "㾻"
}

.hgi-solid.hgi-standard.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-solid.hgi-standard.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-solid.hgi-standard.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-solid.hgi-standard.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-solid.hgi-standard.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-solid.hgi-standard.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-solid.hgi-standard.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-solid.hgi-standard.hgi-canvas:before {
    content: "㿋"
}

.hgi-solid.hgi-standard.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-solid.hgi-standard.hgi-cap-round:before {
    content: "㿏"
}

.hgi-solid.hgi-standard.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-solid.hgi-standard.hgi-cap:before {
    content: "㿓"
}

.hgi-solid.hgi-standard.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-solid.hgi-standard.hgi-capcut:before {
    content: "㿗"
}

.hgi-solid.hgi-standard.hgi-car-01:before {
    content: "㿙"
}

.hgi-solid.hgi-standard.hgi-car-02:before {
    content: "㿛"
}

.hgi-solid.hgi-standard.hgi-car-03:before {
    content: "㿝"
}

.hgi-solid.hgi-standard.hgi-car-04:before {
    content: "㿟"
}

.hgi-solid.hgi-standard.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-solid.hgi-standard.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-solid.hgi-standard.hgi-caravan:before {
    content: "㿥"
}

.hgi-solid.hgi-standard.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-solid.hgi-standard.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-solid.hgi-standard.hgi-cardigan:before {
    content: "㿫"
}

.hgi-solid.hgi-standard.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-solid.hgi-standard.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-solid.hgi-standard.hgi-cards-01:before {
    content: "㿱"
}

.hgi-solid.hgi-standard.hgi-cards-02:before {
    content: "㿳"
}

.hgi-solid.hgi-standard.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-solid.hgi-standard.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-solid.hgi-standard.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-solid.hgi-standard.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-solid.hgi-standard.hgi-carrot:before {
    content: "㿽"
}

.hgi-solid.hgi-standard.hgi-cash-01:before {
    content: "㿿"
}

.hgi-solid.hgi-standard.hgi-cash-02:before {
    content: "䀁"
}

.hgi-solid.hgi-standard.hgi-cashback:before {
    content: "䀃"
}

.hgi-solid.hgi-standard.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-solid.hgi-standard.hgi-cashier:before {
    content: "䀇"
}

.hgi-solid.hgi-standard.hgi-castle-01:before {
    content: "䀉"
}

.hgi-solid.hgi-standard.hgi-castle-02:before {
    content: "䀋"
}

.hgi-solid.hgi-standard.hgi-castle:before {
    content: "䀍"
}

.hgi-solid.hgi-standard.hgi-catalogue:before {
    content: "䀏"
}

.hgi-solid.hgi-standard.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-solid.hgi-standard.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-solid.hgi-standard.hgi-cd:before {
    content: "䀕"
}

.hgi-solid.hgi-standard.hgi-cells:before {
    content: "䀗"
}

.hgi-solid.hgi-standard.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-solid.hgi-standard.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-solid.hgi-standard.hgi-celsius:before {
    content: "䀝"
}

.hgi-solid.hgi-standard.hgi-center-focus:before {
    content: "䀟"
}

.hgi-solid.hgi-standard.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-solid.hgi-standard.hgi-centralized:before {
    content: "䀣"
}

.hgi-solid.hgi-standard.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-solid.hgi-standard.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-solid.hgi-standard.hgi-chair-01:before {
    content: "䀩"
}

.hgi-solid.hgi-standard.hgi-chair-02:before {
    content: "䀫"
}

.hgi-solid.hgi-standard.hgi-chair-03:before {
    content: "䀭"
}

.hgi-solid.hgi-standard.hgi-chair-04:before {
    content: "䀯"
}

.hgi-solid.hgi-standard.hgi-chair-05:before {
    content: "䀱"
}

.hgi-solid.hgi-standard.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-solid.hgi-standard.hgi-champion:before {
    content: "䀵"
}

.hgi-solid.hgi-standard.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-solid.hgi-standard.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-solid.hgi-standard.hgi-charity:before {
    content: "䀻"
}

.hgi-solid.hgi-standard.hgi-chart-average:before {
    content: "䀽"
}

.hgi-solid.hgi-standard.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-solid.hgi-standard.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-solid.hgi-standard.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-solid.hgi-standard.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-solid.hgi-standard.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-solid.hgi-standard.hgi-chart-column:before {
    content: "䁉"
}

.hgi-solid.hgi-standard.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-solid.hgi-standard.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-solid.hgi-standard.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-solid.hgi-standard.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-solid.hgi-standard.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-solid.hgi-standard.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-solid.hgi-standard.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-solid.hgi-standard.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-solid.hgi-standard.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-solid.hgi-standard.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-solid.hgi-standard.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-solid.hgi-standard.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-solid.hgi-standard.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-solid.hgi-standard.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-solid.hgi-standard.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-solid.hgi-standard.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-solid.hgi-standard.hgi-chart:before {
    content: "䁫"
}

.hgi-solid.hgi-standard.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-solid.hgi-standard.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-solid.hgi-standard.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-solid.hgi-standard.hgi-check-list:before {
    content: "䁳"
}

.hgi-solid.hgi-standard.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-solid.hgi-standard.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-solid.hgi-standard.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-solid.hgi-standard.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-solid.hgi-standard.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-solid.hgi-standard.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-solid.hgi-standard.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-solid.hgi-standard.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-solid.hgi-standard.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-solid.hgi-standard.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-solid.hgi-standard.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-solid.hgi-standard.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-solid.hgi-standard.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-solid.hgi-standard.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-solid.hgi-standard.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-solid.hgi-standard.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-solid.hgi-standard.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-solid.hgi-standard.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-solid.hgi-standard.hgi-cheese:before {
    content: "䂙"
}

.hgi-solid.hgi-standard.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-solid.hgi-standard.hgi-chef:before {
    content: "䂝"
}

.hgi-solid.hgi-standard.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-solid.hgi-standard.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-solid.hgi-standard.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-solid.hgi-standard.hgi-cherry:before {
    content: "䂥"
}

.hgi-solid.hgi-standard.hgi-chess-01:before {
    content: "䂧"
}

.hgi-solid.hgi-standard.hgi-chess-02:before {
    content: "䂩"
}

.hgi-solid.hgi-standard.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-solid.hgi-standard.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-solid.hgi-standard.hgi-chimney:before {
    content: "䂯"
}

.hgi-solid.hgi-standard.hgi-china-temple:before {
    content: "䂱"
}

.hgi-solid.hgi-standard.hgi-chip-02:before {
    content: "䂳"
}

.hgi-solid.hgi-standard.hgi-chip:before {
    content: "䂵"
}

.hgi-solid.hgi-standard.hgi-chocolate:before {
    content: "䂷"
}

.hgi-solid.hgi-standard.hgi-chrome:before {
    content: "䂹"
}

.hgi-solid.hgi-standard.hgi-chrysler:before {
    content: "䂻"
}

.hgi-solid.hgi-standard.hgi-church:before {
    content: "䂽"
}

.hgi-solid.hgi-standard.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-solid.hgi-standard.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-solid.hgi-standard.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-solid.hgi-standard.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-solid.hgi-standard.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-solid.hgi-standard.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-solid.hgi-standard.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-solid.hgi-standard.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-solid.hgi-standard.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-solid.hgi-standard.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-solid.hgi-standard.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-solid.hgi-standard.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-solid.hgi-standard.hgi-circle-password:before {
    content: "䄧"
}

.hgi-solid.hgi-standard.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-solid.hgi-standard.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-solid.hgi-standard.hgi-circle:before {
    content: "䄭"
}

.hgi-solid.hgi-standard.hgi-city-01:before {
    content: "䄯"
}

.hgi-solid.hgi-standard.hgi-city-02:before {
    content: "䄱"
}

.hgi-solid.hgi-standard.hgi-city-03:before {
    content: "䄳"
}

.hgi-solid.hgi-standard.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-solid.hgi-standard.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-solid.hgi-standard.hgi-clean:before {
    content: "䄹"
}

.hgi-solid.hgi-standard.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-solid.hgi-standard.hgi-clinic:before {
    content: "䄽"
}

.hgi-solid.hgi-standard.hgi-clip:before {
    content: "䄿"
}

.hgi-solid.hgi-standard.hgi-clipboard:before {
    content: "䅁"
}

.hgi-solid.hgi-standard.hgi-clock-01:before {
    content: "䅃"
}

.hgi-solid.hgi-standard.hgi-clock-02:before {
    content: "䅅"
}

.hgi-solid.hgi-standard.hgi-clock-03:before {
    content: "䅇"
}

.hgi-solid.hgi-standard.hgi-clock-04:before {
    content: "䅉"
}

.hgi-solid.hgi-standard.hgi-clock-05:before {
    content: "䅋"
}

.hgi-solid.hgi-standard.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-solid.hgi-standard.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-solid.hgi-standard.hgi-clothes:before {
    content: "䅑"
}

.hgi-solid.hgi-standard.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-solid.hgi-standard.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-solid.hgi-standard.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-solid.hgi-standard.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-solid.hgi-standard.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-solid.hgi-standard.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-solid.hgi-standard.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-solid.hgi-standard.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-solid.hgi-standard.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-solid.hgi-standard.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-solid.hgi-standard.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-solid.hgi-standard.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-solid.hgi-standard.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-solid.hgi-standard.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-solid.hgi-standard.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-solid.hgi-standard.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-solid.hgi-standard.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-solid.hgi-standard.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-solid.hgi-standard.hgi-cloud:before {
    content: "䅷"
}

.hgi-solid.hgi-standard.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-solid.hgi-standard.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-solid.hgi-standard.hgi-co-present:before {
    content: "䅽"
}

.hgi-solid.hgi-standard.hgi-code-circle:before {
    content: "䅿"
}

.hgi-solid.hgi-standard.hgi-code-folder:before {
    content: "䆁"
}

.hgi-solid.hgi-standard.hgi-code-square:before {
    content: "䆄"
}

.hgi-solid.hgi-standard.hgi-code:before {
    content: "䆅"
}

.hgi-solid.hgi-standard.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-solid.hgi-standard.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-solid.hgi-standard.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-solid.hgi-standard.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-solid.hgi-standard.hgi-coins-01:before {
    content: "䆏"
}

.hgi-solid.hgi-standard.hgi-coins-02:before {
    content: "䆑"
}

.hgi-solid.hgi-standard.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-solid.hgi-standard.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-solid.hgi-standard.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-solid.hgi-standard.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-solid.hgi-standard.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-solid.hgi-standard.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-solid.hgi-standard.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-solid.hgi-standard.hgi-color-picker:before {
    content: "䆡"
}

.hgi-solid.hgi-standard.hgi-colors:before {
    content: "䆣"
}

.hgi-solid.hgi-standard.hgi-colosseum:before {
    content: "䆥"
}

.hgi-solid.hgi-standard.hgi-column-delete:before {
    content: "䆧"
}

.hgi-solid.hgi-standard.hgi-column-insert:before {
    content: "䆩"
}

.hgi-solid.hgi-standard.hgi-comet-01:before {
    content: "䆫"
}

.hgi-solid.hgi-standard.hgi-comet-02:before {
    content: "䆭"
}

.hgi-solid.hgi-standard.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-solid.hgi-standard.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-solid.hgi-standard.hgi-command-line:before {
    content: "䆳"
}

.hgi-solid.hgi-standard.hgi-command:before {
    content: "䆵"
}

.hgi-solid.hgi-standard.hgi-comment-01:before {
    content: "䆷"
}

.hgi-solid.hgi-standard.hgi-comment-02:before {
    content: "䆹"
}

.hgi-solid.hgi-standard.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-solid.hgi-standard.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-solid.hgi-standard.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-solid.hgi-standard.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-solid.hgi-standard.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-solid.hgi-standard.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-solid.hgi-standard.hgi-compass-01:before {
    content: "䇇"
}

.hgi-solid.hgi-standard.hgi-compass:before {
    content: "䇉"
}

.hgi-solid.hgi-standard.hgi-complaint:before {
    content: "䇋"
}

.hgi-solid.hgi-standard.hgi-computer-add:before {
    content: "䇍"
}

.hgi-solid.hgi-standard.hgi-computer-check:before {
    content: "䇏"
}

.hgi-solid.hgi-standard.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-solid.hgi-standard.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-solid.hgi-standard.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-solid.hgi-standard.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-solid.hgi-standard.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-solid.hgi-standard.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-solid.hgi-standard.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-solid.hgi-standard.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-solid.hgi-standard.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-solid.hgi-standard.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-solid.hgi-standard.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-solid.hgi-standard.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-solid.hgi-standard.hgi-computer-video:before {
    content: "䇪"
}

.hgi-solid.hgi-standard.hgi-computer:before {
    content: "䇫"
}

.hgi-solid.hgi-standard.hgi-cone-01:before {
    content: "䇭"
}

.hgi-solid.hgi-standard.hgi-cone-02:before {
    content: "䇯"
}

.hgi-solid.hgi-standard.hgi-conference:before {
    content: "䇱"
}

.hgi-solid.hgi-standard.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-solid.hgi-standard.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-solid.hgi-standard.hgi-confused:before {
    content: "䇷"
}

.hgi-solid.hgi-standard.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-solid.hgi-standard.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-solid.hgi-standard.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-solid.hgi-standard.hgi-connect:before {
    content: "䇿"
}

.hgi-solid.hgi-standard.hgi-console:before {
    content: "䈁"
}

.hgi-solid.hgi-standard.hgi-constellation:before {
    content: "䈃"
}

.hgi-solid.hgi-standard.hgi-contact-01:before {
    content: "䈅"
}

.hgi-solid.hgi-standard.hgi-contact-02:before {
    content: "䈇"
}

.hgi-solid.hgi-standard.hgi-contact-book:before {
    content: "䈉"
}

.hgi-solid.hgi-standard.hgi-contact:before {
    content: "䈋"
}

.hgi-solid.hgi-standard.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-solid.hgi-standard.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-solid.hgi-standard.hgi-container-truck:before {
    content: "䈑"
}

.hgi-solid.hgi-standard.hgi-contracts:before {
    content: "䈓"
}

.hgi-solid.hgi-standard.hgi-conversation:before {
    content: "䈕"
}

.hgi-solid.hgi-standard.hgi-cook-book:before {
    content: "䈗"
}

.hgi-solid.hgi-standard.hgi-cookie:before {
    content: "䈙"
}

.hgi-solid.hgi-standard.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-solid.hgi-standard.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-solid.hgi-standard.hgi-copilot:before {
    content: "䈟"
}

.hgi-solid.hgi-standard.hgi-copy-01:before {
    content: "䈡"
}

.hgi-solid.hgi-standard.hgi-copy-02:before {
    content: "䈣"
}

.hgi-solid.hgi-standard.hgi-copy-link:before {
    content: "䈥"
}

.hgi-solid.hgi-standard.hgi-copyright:before {
    content: "䈧"
}

.hgi-solid.hgi-standard.hgi-corn:before {
    content: "䈩"
}

.hgi-solid.hgi-standard.hgi-corporate:before {
    content: "䈫"
}

.hgi-solid.hgi-standard.hgi-cos:before {
    content: "䈭"
}

.hgi-solid.hgi-standard.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-solid.hgi-standard.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-solid.hgi-standard.hgi-cottage:before {
    content: "䈳"
}

.hgi-solid.hgi-standard.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-solid.hgi-standard.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-solid.hgi-standard.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-solid.hgi-standard.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-solid.hgi-standard.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-solid.hgi-standard.hgi-course:before {
    content: "䈿"
}

.hgi-solid.hgi-standard.hgi-court-house:before {
    content: "䉁"
}

.hgi-solid.hgi-standard.hgi-court-law:before {
    content: "䉃"
}

.hgi-solid.hgi-standard.hgi-covariate:before {
    content: "䉅"
}

.hgi-solid.hgi-standard.hgi-covid-info:before {
    content: "䉇"
}

.hgi-solid.hgi-standard.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-solid.hgi-standard.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-solid.hgi-standard.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-solid.hgi-standard.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-solid.hgi-standard.hgi-cpu:before {
    content: "䉑"
}

.hgi-solid.hgi-standard.hgi-crab:before {
    content: "䉓"
}

.hgi-solid.hgi-standard.hgi-crane:before {
    content: "䉕"
}

.hgi-solid.hgi-standard.hgi-crazy:before {
    content: "䉗"
}

.hgi-solid.hgi-standard.hgi-creative-market:before {
    content: "䉙"
}

.hgi-solid.hgi-standard.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-solid.hgi-standard.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-solid.hgi-standard.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-solid.hgi-standard.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-solid.hgi-standard.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-solid.hgi-standard.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-solid.hgi-standard.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-solid.hgi-standard.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-solid.hgi-standard.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-solid.hgi-standard.hgi-credit-card:before {
    content: "䉭"
}

.hgi-solid.hgi-standard.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-solid.hgi-standard.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-solid.hgi-standard.hgi-croissant:before {
    content: "䉳"
}

.hgi-solid.hgi-standard.hgi-crop:before {
    content: "䉵"
}

.hgi-solid.hgi-standard.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-solid.hgi-standard.hgi-crown:before {
    content: "䉹"
}

.hgi-solid.hgi-standard.hgi-crying:before {
    content: "䉻"
}

.hgi-solid.hgi-standard.hgi-csv-01:before {
    content: "䉽"
}

.hgi-solid.hgi-standard.hgi-csv-02:before {
    content: "䉿"
}

.hgi-solid.hgi-standard.hgi-cube:before {
    content: "䊁"
}

.hgi-solid.hgi-standard.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-solid.hgi-standard.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-solid.hgi-standard.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-solid.hgi-standard.hgi-curling:before {
    content: "䊉"
}

.hgi-solid.hgi-standard.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-solid.hgi-standard.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-solid.hgi-standard.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-solid.hgi-standard.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-solid.hgi-standard.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-solid.hgi-standard.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-solid.hgi-standard.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-solid.hgi-standard.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-solid.hgi-standard.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-solid.hgi-standard.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-solid.hgi-standard.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-solid.hgi-standard.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-solid.hgi-standard.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-solid.hgi-standard.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-solid.hgi-standard.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-solid.hgi-standard.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-solid.hgi-standard.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-solid.hgi-standard.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-solid.hgi-standard.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-solid.hgi-standard.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-solid.hgi-standard.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-solid.hgi-standard.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-solid.hgi-standard.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-solid.hgi-standard.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-solid.hgi-standard.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-solid.hgi-standard.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-solid.hgi-standard.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-solid.hgi-standard.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-solid.hgi-standard.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-solid.hgi-standard.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-solid.hgi-standard.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-solid.hgi-standard.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-solid.hgi-standard.hgi-curtains:before {
    content: "䋋"
}

.hgi-solid.hgi-standard.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-solid.hgi-standard.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-solid.hgi-standard.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-solid.hgi-standard.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-solid.hgi-standard.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-solid.hgi-standard.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-solid.hgi-standard.hgi-customer-service:before {
    content: "䋙"
}

.hgi-solid.hgi-standard.hgi-customer-support:before {
    content: "䋛"
}

.hgi-solid.hgi-standard.hgi-customize:before {
    content: "䋝"
}

.hgi-solid.hgi-standard.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-solid.hgi-standard.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-solid.hgi-standard.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-solid.hgi-standard.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-solid.hgi-standard.hgi-danger:before {
    content: "䋧"
}

.hgi-solid.hgi-standard.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-solid.hgi-standard.hgi-dart:before {
    content: "䋫"
}

.hgi-solid.hgi-standard.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-solid.hgi-standard.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-solid.hgi-standard.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-solid.hgi-standard.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-solid.hgi-standard.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-solid.hgi-standard.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-solid.hgi-standard.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-solid.hgi-standard.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-solid.hgi-standard.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-solid.hgi-standard.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-solid.hgi-standard.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-solid.hgi-standard.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-solid.hgi-standard.hgi-database-01:before {
    content: "䌑"
}

.hgi-solid.hgi-standard.hgi-database-02:before {
    content: "䌓"
}

.hgi-solid.hgi-standard.hgi-database-add:before {
    content: "䌕"
}

.hgi-solid.hgi-standard.hgi-database-export:before {
    content: "䌗"
}

.hgi-solid.hgi-standard.hgi-database-import:before {
    content: "䌙"
}

.hgi-solid.hgi-standard.hgi-database-locked:before {
    content: "䌛"
}

.hgi-solid.hgi-standard.hgi-database-restore:before {
    content: "䌝"
}

.hgi-solid.hgi-standard.hgi-database-setting:before {
    content: "䌠"
}

.hgi-solid.hgi-standard.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-solid.hgi-standard.hgi-database-sync:before {
    content: "䌤"
}

.hgi-solid.hgi-standard.hgi-database:before {
    content: "䌥"
}

.hgi-solid.hgi-standard.hgi-dates:before {
    content: "䌧"
}

.hgi-solid.hgi-standard.hgi-dead:before {
    content: "䌩"
}

.hgi-solid.hgi-standard.hgi-delete-01:before {
    content: "䌫"
}

.hgi-solid.hgi-standard.hgi-delete-02:before {
    content: "䌭"
}

.hgi-solid.hgi-standard.hgi-delete-03:before {
    content: "䌯"
}

.hgi-solid.hgi-standard.hgi-delete-04:before {
    content: "䌱"
}

.hgi-solid.hgi-standard.hgi-delete-column:before {
    content: "䌳"
}

.hgi-solid.hgi-standard.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-solid.hgi-standard.hgi-delete-row:before {
    content: "䌷"
}

.hgi-solid.hgi-standard.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-solid.hgi-standard.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-solid.hgi-standard.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-solid.hgi-standard.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-solid.hgi-standard.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-solid.hgi-standard.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-solid.hgi-standard.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-solid.hgi-standard.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-solid.hgi-standard.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-solid.hgi-standard.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-solid.hgi-standard.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-solid.hgi-standard.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-solid.hgi-standard.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-solid.hgi-standard.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-solid.hgi-standard.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-solid.hgi-standard.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-solid.hgi-standard.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-solid.hgi-standard.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-solid.hgi-standard.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-solid.hgi-standard.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-solid.hgi-standard.hgi-dental-care:before {
    content: "䍡"
}

.hgi-solid.hgi-standard.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-solid.hgi-standard.hgi-departement:before {
    content: "䍥"
}

.hgi-solid.hgi-standard.hgi-desert:before {
    content: "䍧"
}

.hgi-solid.hgi-standard.hgi-desk-01:before {
    content: "䍩"
}

.hgi-solid.hgi-standard.hgi-desk-02:before {
    content: "䍫"
}

.hgi-solid.hgi-standard.hgi-desk:before {
    content: "䍭"
}

.hgi-solid.hgi-standard.hgi-developer:before {
    content: "䍯"
}

.hgi-solid.hgi-standard.hgi-deviantart:before {
    content: "䍱"
}

.hgi-solid.hgi-standard.hgi-device-access:before {
    content: "䍳"
}

.hgi-solid.hgi-standard.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-solid.hgi-standard.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-solid.hgi-standard.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-solid.hgi-standard.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-solid.hgi-standard.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-solid.hgi-standard.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-solid.hgi-standard.hgi-diameter:before {
    content: "䎁"
}

.hgi-solid.hgi-standard.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-solid.hgi-standard.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-solid.hgi-standard.hgi-diamond:before {
    content: "䎇"
}

.hgi-solid.hgi-standard.hgi-diaper:before {
    content: "䎉"
}

.hgi-solid.hgi-standard.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-solid.hgi-standard.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-solid.hgi-standard.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-solid.hgi-standard.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-solid.hgi-standard.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-solid.hgi-standard.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-solid.hgi-standard.hgi-dice:before {
    content: "䎗"
}

.hgi-solid.hgi-standard.hgi-digestion:before {
    content: "䎙"
}

.hgi-solid.hgi-standard.hgi-digg:before {
    content: "䎛"
}

.hgi-solid.hgi-standard.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-solid.hgi-standard.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-solid.hgi-standard.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-solid.hgi-standard.hgi-dining-table:before {
    content: "䎣"
}

.hgi-solid.hgi-standard.hgi-diploma:before {
    content: "䎥"
}

.hgi-solid.hgi-standard.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-solid.hgi-standard.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-solid.hgi-standard.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-solid.hgi-standard.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-solid.hgi-standard.hgi-directions-01:before {
    content: "䎯"
}

.hgi-solid.hgi-standard.hgi-directions-02:before {
    content: "䎱"
}

.hgi-solid.hgi-standard.hgi-dirham:before {
    content: "䎳"
}

.hgi-solid.hgi-standard.hgi-disability-01:before {
    content: "䎵"
}

.hgi-solid.hgi-standard.hgi-disability-02:before {
    content: "䎷"
}

.hgi-solid.hgi-standard.hgi-discord:before {
    content: "䎹"
}

.hgi-solid.hgi-standard.hgi-discount-01:before {
    content: "䎻"
}

.hgi-solid.hgi-standard.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-solid.hgi-standard.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-solid.hgi-standard.hgi-discount:before {
    content: "䏁"
}

.hgi-solid.hgi-standard.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-solid.hgi-standard.hgi-discover-square:before {
    content: "䏅"
}

.hgi-solid.hgi-standard.hgi-dish-01:before {
    content: "䏇"
}

.hgi-solid.hgi-standard.hgi-dish-02:before {
    content: "䏉"
}

.hgi-solid.hgi-standard.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-solid.hgi-standard.hgi-displeased:before {
    content: "䏍"
}

.hgi-solid.hgi-standard.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-solid.hgi-standard.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-solid.hgi-standard.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-solid.hgi-standard.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-solid.hgi-standard.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-solid.hgi-standard.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-solid.hgi-standard.hgi-distribution:before {
    content: "䏛"
}

.hgi-solid.hgi-standard.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-solid.hgi-standard.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-solid.hgi-standard.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-solid.hgi-standard.hgi-dna-01:before {
    content: "䏣"
}

.hgi-solid.hgi-standard.hgi-dna:before {
    content: "䏥"
}

.hgi-solid.hgi-standard.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-solid.hgi-standard.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-solid.hgi-standard.hgi-doc-01:before {
    content: "䏫"
}

.hgi-solid.hgi-standard.hgi-doc-02:before {
    content: "䏭"
}

.hgi-solid.hgi-standard.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-solid.hgi-standard.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-solid.hgi-standard.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-solid.hgi-standard.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-solid.hgi-standard.hgi-document-code:before {
    content: "䏷"
}

.hgi-solid.hgi-standard.hgi-document-validation:before {
    content: "䏹"
}

.hgi-solid.hgi-standard.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-solid.hgi-standard.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-solid.hgi-standard.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-solid.hgi-standard.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-solid.hgi-standard.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-solid.hgi-standard.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-solid.hgi-standard.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-solid.hgi-standard.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-solid.hgi-standard.hgi-dome:before {
    content: "䐋"
}

.hgi-solid.hgi-standard.hgi-domino:before {
    content: "䐍"
}

.hgi-solid.hgi-standard.hgi-door-01:before {
    content: "䐏"
}

.hgi-solid.hgi-standard.hgi-door-02:before {
    content: "䐑"
}

.hgi-solid.hgi-standard.hgi-door-lock:before {
    content: "䐓"
}

.hgi-solid.hgi-standard.hgi-door:before {
    content: "䐕"
}

.hgi-solid.hgi-standard.hgi-doughnut:before {
    content: "䐗"
}

.hgi-solid.hgi-standard.hgi-download-01:before {
    content: "䐙"
}

.hgi-solid.hgi-standard.hgi-download-02:before {
    content: "䐛"
}

.hgi-solid.hgi-standard.hgi-download-03:before {
    content: "䐝"
}

.hgi-solid.hgi-standard.hgi-download-04:before {
    content: "䐟"
}

.hgi-solid.hgi-standard.hgi-download-05:before {
    content: "䐡"
}

.hgi-solid.hgi-standard.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-solid.hgi-standard.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-solid.hgi-standard.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-solid.hgi-standard.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-solid.hgi-standard.hgi-drag-01:before {
    content: "䐫"
}

.hgi-solid.hgi-standard.hgi-drag-02:before {
    content: "䐭"
}

.hgi-solid.hgi-standard.hgi-drag-03:before {
    content: "䐯"
}

.hgi-solid.hgi-standard.hgi-drag-04:before {
    content: "䐱"
}

.hgi-solid.hgi-standard.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-solid.hgi-standard.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-solid.hgi-standard.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-solid.hgi-standard.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-solid.hgi-standard.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-solid.hgi-standard.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-solid.hgi-standard.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-solid.hgi-standard.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-solid.hgi-standard.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-solid.hgi-standard.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-solid.hgi-standard.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-solid.hgi-standard.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-solid.hgi-standard.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-solid.hgi-standard.hgi-dress-01:before {
    content: "䑍"
}

.hgi-solid.hgi-standard.hgi-dress-02:before {
    content: "䑏"
}

.hgi-solid.hgi-standard.hgi-dress-03:before {
    content: "䑑"
}

.hgi-solid.hgi-standard.hgi-dress-04:before {
    content: "䑓"
}

.hgi-solid.hgi-standard.hgi-dress-05:before {
    content: "䑕"
}

.hgi-solid.hgi-standard.hgi-dress-06:before {
    content: "䑗"
}

.hgi-solid.hgi-standard.hgi-dress-07:before {
    content: "䑙"
}

.hgi-solid.hgi-standard.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-solid.hgi-standard.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-solid.hgi-standard.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-solid.hgi-standard.hgi-dribbble:before {
    content: "䑡"
}

.hgi-solid.hgi-standard.hgi-drink:before {
    content: "䑣"
}

.hgi-solid.hgi-standard.hgi-drone:before {
    content: "䑥"
}

.hgi-solid.hgi-standard.hgi-drooling:before {
    content: "䑧"
}

.hgi-solid.hgi-standard.hgi-dropbox:before {
    content: "䑩"
}

.hgi-solid.hgi-standard.hgi-droplet:before {
    content: "䑫"
}

.hgi-solid.hgi-standard.hgi-dropper:before {
    content: "䑭"
}

.hgi-solid.hgi-standard.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-solid.hgi-standard.hgi-dua:before {
    content: "䑱"
}

.hgi-solid.hgi-standard.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-solid.hgi-standard.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-solid.hgi-standard.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-solid.hgi-standard.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-solid.hgi-standard.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-solid.hgi-standard.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-solid.hgi-standard.hgi-ear:before {
    content: "䑿"
}

.hgi-solid.hgi-standard.hgi-earth:before {
    content: "䒁"
}

.hgi-solid.hgi-standard.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-solid.hgi-standard.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-solid.hgi-standard.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-solid.hgi-standard.hgi-ease-in:before {
    content: "䒉"
}

.hgi-solid.hgi-standard.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-solid.hgi-standard.hgi-ease-out:before {
    content: "䒍"
}

.hgi-solid.hgi-standard.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-solid.hgi-standard.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-solid.hgi-standard.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-solid.hgi-standard.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-solid.hgi-standard.hgi-eco-power:before {
    content: "䒗"
}

.hgi-solid.hgi-standard.hgi-edge-style:before {
    content: "䒙"
}

.hgi-solid.hgi-standard.hgi-edit-01:before {
    content: "䒛"
}

.hgi-solid.hgi-standard.hgi-edit-02:before {
    content: "䒝"
}

.hgi-solid.hgi-standard.hgi-edit-off:before {
    content: "䒟"
}

.hgi-solid.hgi-standard.hgi-edit-road:before {
    content: "䒡"
}

.hgi-solid.hgi-standard.hgi-edit-table:before {
    content: "䒣"
}

.hgi-solid.hgi-standard.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-solid.hgi-standard.hgi-eggs:before {
    content: "䒧"
}

.hgi-solid.hgi-standard.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-solid.hgi-standard.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-solid.hgi-standard.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-solid.hgi-standard.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-solid.hgi-standard.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-solid.hgi-standard.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-solid.hgi-standard.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-solid.hgi-standard.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-solid.hgi-standard.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-solid.hgi-standard.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-solid.hgi-standard.hgi-encrypt:before {
    content: "䒽"
}

.hgi-solid.hgi-standard.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-solid.hgi-standard.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-solid.hgi-standard.hgi-energy:before {
    content: "䓃"
}

.hgi-solid.hgi-standard.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-solid.hgi-standard.hgi-envato:before {
    content: "䓇"
}

.hgi-solid.hgi-standard.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-solid.hgi-standard.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-solid.hgi-standard.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-solid.hgi-standard.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-solid.hgi-standard.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-solid.hgi-standard.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-solid.hgi-standard.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-solid.hgi-standard.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-solid.hgi-standard.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-solid.hgi-standard.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-solid.hgi-standard.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-solid.hgi-standard.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-solid.hgi-standard.hgi-eraser:before {
    content: "䓡"
}

.hgi-solid.hgi-standard.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-solid.hgi-standard.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-solid.hgi-standard.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-solid.hgi-standard.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-solid.hgi-standard.hgi-ethereum:before {
    content: "䓫"
}

.hgi-solid.hgi-standard.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-solid.hgi-standard.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-solid.hgi-standard.hgi-euro-send:before {
    content: "䓲"
}

.hgi-solid.hgi-standard.hgi-euro-square:before {
    content: "䓴"
}

.hgi-solid.hgi-standard.hgi-euro:before {
    content: "䓵"
}

.hgi-solid.hgi-standard.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-solid.hgi-standard.hgi-evil:before {
    content: "䓹"
}

.hgi-solid.hgi-standard.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-solid.hgi-standard.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-solid.hgi-standard.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-solid.hgi-standard.hgi-expander:before {
    content: "䔁"
}

.hgi-solid.hgi-standard.hgi-external-drive:before {
    content: "䔃"
}

.hgi-solid.hgi-standard.hgi-eye:before {
    content: "䔅"
}

.hgi-solid.hgi-standard.hgi-face-id:before {
    content: "䔇"
}

.hgi-solid.hgi-standard.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-solid.hgi-standard.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-solid.hgi-standard.hgi-factory-01:before {
    content: "䔍"
}

.hgi-solid.hgi-standard.hgi-factory-02:before {
    content: "䔏"
}

.hgi-solid.hgi-standard.hgi-factory:before {
    content: "䔑"
}

.hgi-solid.hgi-standard.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-solid.hgi-standard.hgi-falling-star:before {
    content: "䔕"
}

.hgi-solid.hgi-standard.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-solid.hgi-standard.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-solid.hgi-standard.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-solid.hgi-standard.hgi-favourite:before {
    content: "䔝"
}

.hgi-solid.hgi-standard.hgi-feather:before {
    content: "䔟"
}

.hgi-solid.hgi-standard.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-solid.hgi-standard.hgi-fencing:before {
    content: "䔣"
}

.hgi-solid.hgi-standard.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-solid.hgi-standard.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-solid.hgi-standard.hgi-figma:before {
    content: "䔩"
}

.hgi-solid.hgi-standard.hgi-file-01:before {
    content: "䔫"
}

.hgi-solid.hgi-standard.hgi-file-02:before {
    content: "䔭"
}

.hgi-solid.hgi-standard.hgi-file-add:before {
    content: "䔯"
}

.hgi-solid.hgi-standard.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-solid.hgi-standard.hgi-file-audio:before {
    content: "䔳"
}

.hgi-solid.hgi-standard.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-solid.hgi-standard.hgi-file-block:before {
    content: "䔷"
}

.hgi-solid.hgi-standard.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-solid.hgi-standard.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-solid.hgi-standard.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-solid.hgi-standard.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-solid.hgi-standard.hgi-file-download:before {
    content: "䕁"
}

.hgi-solid.hgi-standard.hgi-file-edit:before {
    content: "䕃"
}

.hgi-solid.hgi-standard.hgi-file-euro:before {
    content: "䕅"
}

.hgi-solid.hgi-standard.hgi-file-export:before {
    content: "䕇"
}

.hgi-solid.hgi-standard.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-solid.hgi-standard.hgi-file-import:before {
    content: "䕋"
}

.hgi-solid.hgi-standard.hgi-file-link:before {
    content: "䕍"
}

.hgi-solid.hgi-standard.hgi-file-locked:before {
    content: "䕏"
}

.hgi-solid.hgi-standard.hgi-file-management:before {
    content: "䕑"
}

.hgi-solid.hgi-standard.hgi-file-minus:before {
    content: "䕓"
}

.hgi-solid.hgi-standard.hgi-file-music:before {
    content: "䕕"
}

.hgi-solid.hgi-standard.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-solid.hgi-standard.hgi-file-paste:before {
    content: "䕙"
}

.hgi-solid.hgi-standard.hgi-file-pin:before {
    content: "䕛"
}

.hgi-solid.hgi-standard.hgi-file-pound:before {
    content: "䕝"
}

.hgi-solid.hgi-standard.hgi-file-remove:before {
    content: "䕟"
}

.hgi-solid.hgi-standard.hgi-file-script:before {
    content: "䕡"
}

.hgi-solid.hgi-standard.hgi-file-search:before {
    content: "䕣"
}

.hgi-solid.hgi-standard.hgi-file-security:before {
    content: "䕥"
}

.hgi-solid.hgi-standard.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-solid.hgi-standard.hgi-file-star:before {
    content: "䕩"
}

.hgi-solid.hgi-standard.hgi-file-sync:before {
    content: "䕫"
}

.hgi-solid.hgi-standard.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-solid.hgi-standard.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-solid.hgi-standard.hgi-file-upload:before {
    content: "䕱"
}

.hgi-solid.hgi-standard.hgi-file-validation:before {
    content: "䕳"
}

.hgi-solid.hgi-standard.hgi-file-verified:before {
    content: "䕵"
}

.hgi-solid.hgi-standard.hgi-file-video:before {
    content: "䕷"
}

.hgi-solid.hgi-standard.hgi-file-view:before {
    content: "䕹"
}

.hgi-solid.hgi-standard.hgi-file-yen:before {
    content: "䕻"
}

.hgi-solid.hgi-standard.hgi-file-zip:before {
    content: "䕽"
}

.hgi-solid.hgi-standard.hgi-files-01:before {
    content: "䕿"
}

.hgi-solid.hgi-standard.hgi-files-02:before {
    content: "䖁"
}

.hgi-solid.hgi-standard.hgi-film-01:before {
    content: "䖃"
}

.hgi-solid.hgi-standard.hgi-film-02:before {
    content: "䖅"
}

.hgi-solid.hgi-standard.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-solid.hgi-standard.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-solid.hgi-standard.hgi-filter-add:before {
    content: "䖋"
}

.hgi-solid.hgi-standard.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-solid.hgi-standard.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-solid.hgi-standard.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-solid.hgi-standard.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-solid.hgi-standard.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-solid.hgi-standard.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-solid.hgi-standard.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-solid.hgi-standard.hgi-filter:before {
    content: "䖛"
}

.hgi-solid.hgi-standard.hgi-finger-access:before {
    content: "䖝"
}

.hgi-solid.hgi-standard.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-solid.hgi-standard.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-solid.hgi-standard.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-solid.hgi-standard.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-solid.hgi-standard.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-solid.hgi-standard.hgi-finger-print:before {
    content: "䖩"
}

.hgi-solid.hgi-standard.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-solid.hgi-standard.hgi-fins:before {
    content: "䖭"
}

.hgi-solid.hgi-standard.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-solid.hgi-standard.hgi-fire-security:before {
    content: "䖲"
}

.hgi-solid.hgi-standard.hgi-fire:before {
    content: "䖳"
}

.hgi-solid.hgi-standard.hgi-firewall:before {
    content: "䖵"
}

.hgi-solid.hgi-standard.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-solid.hgi-standard.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-solid.hgi-standard.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-solid.hgi-standard.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-solid.hgi-standard.hgi-fish-food:before {
    content: "䖿"
}

.hgi-solid.hgi-standard.hgi-fiverr:before {
    content: "䗁"
}

.hgi-solid.hgi-standard.hgi-flag-01:before {
    content: "䗃"
}

.hgi-solid.hgi-standard.hgi-flag-02:before {
    content: "䗅"
}

.hgi-solid.hgi-standard.hgi-flag-03:before {
    content: "䗇"
}

.hgi-solid.hgi-standard.hgi-flash-off:before {
    content: "䗉"
}

.hgi-solid.hgi-standard.hgi-flash:before {
    content: "䗋"
}

.hgi-solid.hgi-standard.hgi-flaticon:before {
    content: "䗍"
}

.hgi-solid.hgi-standard.hgi-flickr:before {
    content: "䗏"
}

.hgi-solid.hgi-standard.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-solid.hgi-standard.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-solid.hgi-standard.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-solid.hgi-standard.hgi-flip-left:before {
    content: "䗗"
}

.hgi-solid.hgi-standard.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-solid.hgi-standard.hgi-flip-right:before {
    content: "䗛"
}

.hgi-solid.hgi-standard.hgi-flip-top:before {
    content: "䗝"
}

.hgi-solid.hgi-standard.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-solid.hgi-standard.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-solid.hgi-standard.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-solid.hgi-standard.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-solid.hgi-standard.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-solid.hgi-standard.hgi-flow-square:before {
    content: "䗪"
}

.hgi-solid.hgi-standard.hgi-flow:before {
    content: "䗫"
}

.hgi-solid.hgi-standard.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-solid.hgi-standard.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-solid.hgi-standard.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-solid.hgi-standard.hgi-flower:before {
    content: "䗳"
}

.hgi-solid.hgi-standard.hgi-flushed:before {
    content: "䗵"
}

.hgi-solid.hgi-standard.hgi-flying-human:before {
    content: "䗷"
}

.hgi-solid.hgi-standard.hgi-focus-point:before {
    content: "䗹"
}

.hgi-solid.hgi-standard.hgi-folder-01:before {
    content: "䗻"
}

.hgi-solid.hgi-standard.hgi-folder-02:before {
    content: "䗽"
}

.hgi-solid.hgi-standard.hgi-folder-03:before {
    content: "䗿"
}

.hgi-solid.hgi-standard.hgi-folder-add:before {
    content: "䘁"
}

.hgi-solid.hgi-standard.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-solid.hgi-standard.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-solid.hgi-standard.hgi-folder-block:before {
    content: "䘇"
}

.hgi-solid.hgi-standard.hgi-folder-check:before {
    content: "䘉"
}

.hgi-solid.hgi-standard.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-solid.hgi-standard.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-solid.hgi-standard.hgi-folder-details:before {
    content: "䘏"
}

.hgi-solid.hgi-standard.hgi-folder-download:before {
    content: "䘑"
}

.hgi-solid.hgi-standard.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-solid.hgi-standard.hgi-folder-export:before {
    content: "䘕"
}

.hgi-solid.hgi-standard.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-solid.hgi-standard.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-solid.hgi-standard.hgi-folder-import:before {
    content: "䘛"
}

.hgi-solid.hgi-standard.hgi-folder-library:before {
    content: "䘝"
}

.hgi-solid.hgi-standard.hgi-folder-links:before {
    content: "䘟"
}

.hgi-solid.hgi-standard.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-solid.hgi-standard.hgi-folder-management:before {
    content: "䘣"
}

.hgi-solid.hgi-standard.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-solid.hgi-standard.hgi-folder-music:before {
    content: "䘧"
}

.hgi-solid.hgi-standard.hgi-folder-off:before {
    content: "䘩"
}

.hgi-solid.hgi-standard.hgi-folder-open:before {
    content: "䘫"
}

.hgi-solid.hgi-standard.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-solid.hgi-standard.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-solid.hgi-standard.hgi-folder-search:before {
    content: "䘱"
}

.hgi-solid.hgi-standard.hgi-folder-security:before {
    content: "䘳"
}

.hgi-solid.hgi-standard.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-solid.hgi-standard.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-solid.hgi-standard.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-solid.hgi-standard.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-solid.hgi-standard.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-solid.hgi-standard.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-solid.hgi-standard.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-solid.hgi-standard.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-solid.hgi-standard.hgi-folder-video:before {
    content: "䙅"
}

.hgi-solid.hgi-standard.hgi-folder-view:before {
    content: "䙇"
}

.hgi-solid.hgi-standard.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-solid.hgi-standard.hgi-folders:before {
    content: "䙋"
}

.hgi-solid.hgi-standard.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-solid.hgi-standard.hgi-football:before {
    content: "䙏"
}

.hgi-solid.hgi-standard.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-solid.hgi-standard.hgi-fork:before {
    content: "䙓"
}

.hgi-solid.hgi-standard.hgi-forrst:before {
    content: "䙕"
}

.hgi-solid.hgi-standard.hgi-fortress:before {
    content: "䙗"
}

.hgi-solid.hgi-standard.hgi-forward-01:before {
    content: "䙙"
}

.hgi-solid.hgi-standard.hgi-forward-02:before {
    content: "䙛"
}

.hgi-solid.hgi-standard.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-solid.hgi-standard.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-solid.hgi-standard.hgi-four-k:before {
    content: "䙡"
}

.hgi-solid.hgi-standard.hgi-foursquare:before {
    content: "䙣"
}

.hgi-solid.hgi-standard.hgi-framer:before {
    content: "䙥"
}

.hgi-solid.hgi-standard.hgi-frameworks:before {
    content: "䙧"
}

.hgi-solid.hgi-standard.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-solid.hgi-standard.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-solid.hgi-standard.hgi-fridge:before {
    content: "䙭"
}

.hgi-solid.hgi-standard.hgi-fry:before {
    content: "䙯"
}

.hgi-solid.hgi-standard.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-solid.hgi-standard.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-solid.hgi-standard.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-solid.hgi-standard.hgi-function-circle:before {
    content: "䙷"
}

.hgi-solid.hgi-standard.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-solid.hgi-standard.hgi-function-square:before {
    content: "䙼"
}

.hgi-solid.hgi-standard.hgi-function:before {
    content: "䙽"
}

.hgi-solid.hgi-standard.hgi-galaxy:before {
    content: "䙿"
}

.hgi-solid.hgi-standard.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-solid.hgi-standard.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-solid.hgi-standard.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-solid.hgi-standard.hgi-game:before {
    content: "䚇"
}

.hgi-solid.hgi-standard.hgi-gameboy:before {
    content: "䚉"
}

.hgi-solid.hgi-standard.hgi-garage:before {
    content: "䚋"
}

.hgi-solid.hgi-standard.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-solid.hgi-standard.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-solid.hgi-standard.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-solid.hgi-standard.hgi-gem:before {
    content: "䚓"
}

.hgi-solid.hgi-standard.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-solid.hgi-standard.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-solid.hgi-standard.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-solid.hgi-standard.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-solid.hgi-standard.hgi-gif-01:before {
    content: "䚝"
}

.hgi-solid.hgi-standard.hgi-gif-02:before {
    content: "䚟"
}

.hgi-solid.hgi-standard.hgi-gift-card:before {
    content: "䚡"
}

.hgi-solid.hgi-standard.hgi-gift:before {
    content: "䚣"
}

.hgi-solid.hgi-standard.hgi-git-branch:before {
    content: "䚥"
}

.hgi-solid.hgi-standard.hgi-git-commit:before {
    content: "䚧"
}

.hgi-solid.hgi-standard.hgi-git-compare:before {
    content: "䚩"
}

.hgi-solid.hgi-standard.hgi-git-fork:before {
    content: "䚫"
}

.hgi-solid.hgi-standard.hgi-git-merge:before {
    content: "䚭"
}

.hgi-solid.hgi-standard.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-solid.hgi-standard.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-solid.hgi-standard.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-solid.hgi-standard.hgi-gitbook:before {
    content: "䚵"
}

.hgi-solid.hgi-standard.hgi-github-01:before {
    content: "䚷"
}

.hgi-solid.hgi-standard.hgi-github:before {
    content: "䚹"
}

.hgi-solid.hgi-standard.hgi-gitlab:before {
    content: "䚻"
}

.hgi-solid.hgi-standard.hgi-give-blood:before {
    content: "䚽"
}

.hgi-solid.hgi-standard.hgi-give-pill:before {
    content: "䚿"
}

.hgi-solid.hgi-standard.hgi-glasses:before {
    content: "䛁"
}

.hgi-solid.hgi-standard.hgi-global-editing:before {
    content: "䛃"
}

.hgi-solid.hgi-standard.hgi-global-education:before {
    content: "䛅"
}

.hgi-solid.hgi-standard.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-solid.hgi-standard.hgi-global-search:before {
    content: "䛉"
}

.hgi-solid.hgi-standard.hgi-global:before {
    content: "䛋"
}

.hgi-solid.hgi-standard.hgi-globe-02:before {
    content: "䛍"
}

.hgi-solid.hgi-standard.hgi-globe:before {
    content: "䛏"
}

.hgi-solid.hgi-standard.hgi-glove:before {
    content: "䛑"
}

.hgi-solid.hgi-standard.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-solid.hgi-standard.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-solid.hgi-standard.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-solid.hgi-standard.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-solid.hgi-standard.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-solid.hgi-standard.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-solid.hgi-standard.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-solid.hgi-standard.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-solid.hgi-standard.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-solid.hgi-standard.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-solid.hgi-standard.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-solid.hgi-standard.hgi-gold:before {
    content: "䛩"
}

.hgi-solid.hgi-standard.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-solid.hgi-standard.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-solid.hgi-standard.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-solid.hgi-standard.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-solid.hgi-standard.hgi-google-doc:before {
    content: "䛳"
}

.hgi-solid.hgi-standard.hgi-google-drive:before {
    content: "䛵"
}

.hgi-solid.hgi-standard.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-solid.hgi-standard.hgi-google-home:before {
    content: "䛹"
}

.hgi-solid.hgi-standard.hgi-google-lens:before {
    content: "䛻"
}

.hgi-solid.hgi-standard.hgi-google-maps:before {
    content: "䛽"
}

.hgi-solid.hgi-standard.hgi-google-photos:before {
    content: "䛿"
}

.hgi-solid.hgi-standard.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-solid.hgi-standard.hgi-google:before {
    content: "䜃"
}

.hgi-solid.hgi-standard.hgi-gps-01:before {
    content: "䜅"
}

.hgi-solid.hgi-standard.hgi-gps-02:before {
    content: "䜇"
}

.hgi-solid.hgi-standard.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-solid.hgi-standard.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-solid.hgi-standard.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-solid.hgi-standard.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-solid.hgi-standard.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-solid.hgi-standard.hgi-gpu:before {
    content: "䜓"
}

.hgi-solid.hgi-standard.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-solid.hgi-standard.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-solid.hgi-standard.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-solid.hgi-standard.hgi-grapes:before {
    content: "䜛"
}

.hgi-solid.hgi-standard.hgi-gravity:before {
    content: "䜝"
}

.hgi-solid.hgi-standard.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-solid.hgi-standard.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-solid.hgi-standard.hgi-greater-than:before {
    content: "䜣"
}

.hgi-solid.hgi-standard.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-solid.hgi-standard.hgi-green-house:before {
    content: "䜧"
}

.hgi-solid.hgi-standard.hgi-grid-off:before {
    content: "䜩"
}

.hgi-solid.hgi-standard.hgi-grid-table:before {
    content: "䜬"
}

.hgi-solid.hgi-standard.hgi-grid-view:before {
    content: "䜮"
}

.hgi-solid.hgi-standard.hgi-grid:before {
    content: "䜯"
}

.hgi-solid.hgi-standard.hgi-grimacing:before {
    content: "䜱"
}

.hgi-solid.hgi-standard.hgi-grinning:before {
    content: "䜳"
}

.hgi-solid.hgi-standard.hgi-grok:before {
    content: "䜵"
}

.hgi-solid.hgi-standard.hgi-group-items:before {
    content: "䜷"
}

.hgi-solid.hgi-standard.hgi-group-layers:before {
    content: "䜹"
}

.hgi-solid.hgi-standard.hgi-guest-house:before {
    content: "䜻"
}

.hgi-solid.hgi-standard.hgi-gun:before {
    content: "䜽"
}

.hgi-solid.hgi-standard.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-solid.hgi-standard.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-solid.hgi-standard.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-solid.hgi-standard.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-solid.hgi-standard.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-solid.hgi-standard.hgi-haji:before {
    content: "䝉"
}

.hgi-solid.hgi-standard.hgi-halal:before {
    content: "䝋"
}

.hgi-solid.hgi-standard.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-solid.hgi-standard.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-solid.hgi-standard.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-solid.hgi-standard.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-solid.hgi-standard.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-solid.hgi-standard.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-solid.hgi-standard.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-solid.hgi-standard.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-solid.hgi-standard.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-solid.hgi-standard.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-solid.hgi-standard.hgi-hanger:before {
    content: "䝷"
}

.hgi-solid.hgi-standard.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-solid.hgi-standard.hgi-hangout:before {
    content: "䝻"
}

.hgi-solid.hgi-standard.hgi-happy:before {
    content: "䝽"
}

.hgi-solid.hgi-standard.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-solid.hgi-standard.hgi-hdd:before {
    content: "䞁"
}

.hgi-solid.hgi-standard.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-solid.hgi-standard.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-solid.hgi-standard.hgi-heading-01:before {
    content: "䞇"
}

.hgi-solid.hgi-standard.hgi-heading-02:before {
    content: "䞉"
}

.hgi-solid.hgi-standard.hgi-heading-03:before {
    content: "䞋"
}

.hgi-solid.hgi-standard.hgi-heading-04:before {
    content: "䞍"
}

.hgi-solid.hgi-standard.hgi-heading-05:before {
    content: "䞏"
}

.hgi-solid.hgi-standard.hgi-heading-06:before {
    content: "䞑"
}

.hgi-solid.hgi-standard.hgi-heading:before {
    content: "䞓"
}

.hgi-solid.hgi-standard.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-solid.hgi-standard.hgi-headphones:before {
    content: "䞗"
}

.hgi-solid.hgi-standard.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-solid.hgi-standard.hgi-headset-off:before {
    content: "䞛"
}

.hgi-solid.hgi-standard.hgi-headset:before {
    content: "䞝"
}

.hgi-solid.hgi-standard.hgi-healtcare:before {
    content: "䞟"
}

.hgi-solid.hgi-standard.hgi-health:before {
    content: "䞡"
}

.hgi-solid.hgi-standard.hgi-heart-add:before {
    content: "䞣"
}

.hgi-solid.hgi-standard.hgi-heart-check:before {
    content: "䞥"
}

.hgi-solid.hgi-standard.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-solid.hgi-standard.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-solid.hgi-standard.hgi-helicopter:before {
    content: "䞫"
}

.hgi-solid.hgi-standard.hgi-help-circle:before {
    content: "䞭"
}

.hgi-solid.hgi-standard.hgi-help-square:before {
    content: "䞯"
}

.hgi-solid.hgi-standard.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-solid.hgi-standard.hgi-hexagon:before {
    content: "䞳"
}

.hgi-solid.hgi-standard.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-solid.hgi-standard.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-solid.hgi-standard.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-solid.hgi-standard.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-solid.hgi-standard.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-solid.hgi-standard.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-solid.hgi-standard.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-solid.hgi-standard.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-solid.hgi-standard.hgi-hijab:before {
    content: "䟕"
}

.hgi-solid.hgi-standard.hgi-hockey:before {
    content: "䟗"
}

.hgi-solid.hgi-standard.hgi-hold-01:before {
    content: "䟙"
}

.hgi-solid.hgi-standard.hgi-hold-02:before {
    content: "䟛"
}

.hgi-solid.hgi-standard.hgi-hold-03:before {
    content: "䟝"
}

.hgi-solid.hgi-standard.hgi-hold-04:before {
    content: "䟟"
}

.hgi-solid.hgi-standard.hgi-hold-05:before {
    content: "䟡"
}

.hgi-solid.hgi-standard.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-solid.hgi-standard.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-solid.hgi-standard.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-solid.hgi-standard.hgi-hologram:before {
    content: "䟩"
}

.hgi-solid.hgi-standard.hgi-home-01:before {
    content: "䟫"
}

.hgi-solid.hgi-standard.hgi-home-02:before {
    content: "䟭"
}

.hgi-solid.hgi-standard.hgi-home-03:before {
    content: "䟯"
}

.hgi-solid.hgi-standard.hgi-home-04:before {
    content: "䟱"
}

.hgi-solid.hgi-standard.hgi-home-05:before {
    content: "䟳"
}

.hgi-solid.hgi-standard.hgi-home-06:before {
    content: "䟵"
}

.hgi-solid.hgi-standard.hgi-home-07:before {
    content: "䟷"
}

.hgi-solid.hgi-standard.hgi-home-08:before {
    content: "䟹"
}

.hgi-solid.hgi-standard.hgi-home-09:before {
    content: "䟻"
}

.hgi-solid.hgi-standard.hgi-home-10:before {
    content: "䟽"
}

.hgi-solid.hgi-standard.hgi-home-11:before {
    content: "䟿"
}

.hgi-solid.hgi-standard.hgi-home-12:before {
    content: "䠁"
}

.hgi-solid.hgi-standard.hgi-home-13:before {
    content: "䠃"
}

.hgi-solid.hgi-standard.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-solid.hgi-standard.hgi-honey-01:before {
    content: "䠇"
}

.hgi-solid.hgi-standard.hgi-honey-02:before {
    content: "䠉"
}

.hgi-solid.hgi-standard.hgi-honor:before {
    content: "䠋"
}

.hgi-solid.hgi-standard.hgi-honour-star:before {
    content: "䠍"
}

.hgi-solid.hgi-standard.hgi-hoodie:before {
    content: "䠏"
}

.hgi-solid.hgi-standard.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-solid.hgi-standard.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-solid.hgi-standard.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-solid.hgi-standard.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-solid.hgi-standard.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-solid.hgi-standard.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-solid.hgi-standard.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-solid.hgi-standard.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-solid.hgi-standard.hgi-hot-price:before {
    content: "䠡"
}

.hgi-solid.hgi-standard.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-solid.hgi-standard.hgi-hotdog:before {
    content: "䠥"
}

.hgi-solid.hgi-standard.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-solid.hgi-standard.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-solid.hgi-standard.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-solid.hgi-standard.hgi-hotspot:before {
    content: "䠭"
}

.hgi-solid.hgi-standard.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-solid.hgi-standard.hgi-hourglass:before {
    content: "䠱"
}

.hgi-solid.hgi-standard.hgi-house-01:before {
    content: "䠳"
}

.hgi-solid.hgi-standard.hgi-house-02:before {
    content: "䠵"
}

.hgi-solid.hgi-standard.hgi-house-03:before {
    content: "䠷"
}

.hgi-solid.hgi-standard.hgi-house-04:before {
    content: "䠹"
}

.hgi-solid.hgi-standard.hgi-house-05:before {
    content: "䠻"
}

.hgi-solid.hgi-standard.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-solid.hgi-standard.hgi-html-5:before {
    content: "䠿"
}

.hgi-solid.hgi-standard.hgi-humidity:before {
    content: "䡁"
}

.hgi-solid.hgi-standard.hgi-hut:before {
    content: "䡃"
}

.hgi-solid.hgi-standard.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-solid.hgi-standard.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-solid.hgi-standard.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-solid.hgi-standard.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-solid.hgi-standard.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-solid.hgi-standard.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-solid.hgi-standard.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-solid.hgi-standard.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-solid.hgi-standard.hgi-ico:before {
    content: "䡕"
}

.hgi-solid.hgi-standard.hgi-iconjar:before {
    content: "䡗"
}

.hgi-solid.hgi-standard.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-solid.hgi-standard.hgi-id-verified:before {
    content: "䡜"
}

.hgi-solid.hgi-standard.hgi-id:before {
    content: "䡝"
}

.hgi-solid.hgi-standard.hgi-idea-01:before {
    content: "䡟"
}

.hgi-solid.hgi-standard.hgi-idea:before {
    content: "䡡"
}

.hgi-solid.hgi-standard.hgi-identification:before {
    content: "䡣"
}

.hgi-solid.hgi-standard.hgi-identity-card:before {
    content: "䡥"
}

.hgi-solid.hgi-standard.hgi-image-01:before {
    content: "䡧"
}

.hgi-solid.hgi-standard.hgi-image-02:before {
    content: "䡩"
}

.hgi-solid.hgi-standard.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-solid.hgi-standard.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-solid.hgi-standard.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-solid.hgi-standard.hgi-image-composition:before {
    content: "䡱"
}

.hgi-solid.hgi-standard.hgi-image-crop:before {
    content: "䡳"
}

.hgi-solid.hgi-standard.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-solid.hgi-standard.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-solid.hgi-standard.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-solid.hgi-standard.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-solid.hgi-standard.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-solid.hgi-standard.hgi-image-download:before {
    content: "䡿"
}

.hgi-solid.hgi-standard.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-solid.hgi-standard.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-solid.hgi-standard.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-solid.hgi-standard.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-solid.hgi-standard.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-solid.hgi-standard.hgi-image-upload:before {
    content: "䢋"
}

.hgi-solid.hgi-standard.hgi-imo:before {
    content: "䢍"
}

.hgi-solid.hgi-standard.hgi-important-book:before {
    content: "䢏"
}

.hgi-solid.hgi-standard.hgi-in-love:before {
    content: "䢑"
}

.hgi-solid.hgi-standard.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-solid.hgi-standard.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-solid.hgi-standard.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-solid.hgi-standard.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-solid.hgi-standard.hgi-inbox:before {
    content: "䢛"
}

.hgi-solid.hgi-standard.hgi-incognito:before {
    content: "䢝"
}

.hgi-solid.hgi-standard.hgi-india-gate:before {
    content: "䢟"
}

.hgi-solid.hgi-standard.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-solid.hgi-standard.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-solid.hgi-standard.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-solid.hgi-standard.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-solid.hgi-standard.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-solid.hgi-standard.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-solid.hgi-standard.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-solid.hgi-standard.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-solid.hgi-standard.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-solid.hgi-standard.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-solid.hgi-standard.hgi-information-circle:before {
    content: "䢵"
}

.hgi-solid.hgi-standard.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-solid.hgi-standard.hgi-information-square:before {
    content: "䢹"
}

.hgi-solid.hgi-standard.hgi-injection:before {
    content: "䢻"
}

.hgi-solid.hgi-standard.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-solid.hgi-standard.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-solid.hgi-standard.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-solid.hgi-standard.hgi-insert-column:before {
    content: "䣃"
}

.hgi-solid.hgi-standard.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-solid.hgi-standard.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-solid.hgi-standard.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-solid.hgi-standard.hgi-insert-row:before {
    content: "䣋"
}

.hgi-solid.hgi-standard.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-solid.hgi-standard.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-solid.hgi-standard.hgi-instagram:before {
    content: "䣑"
}

.hgi-solid.hgi-standard.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-solid.hgi-standard.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-solid.hgi-standard.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-solid.hgi-standard.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-solid.hgi-standard.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-solid.hgi-standard.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-solid.hgi-standard.hgi-internet:before {
    content: "䣟"
}

.hgi-solid.hgi-standard.hgi-investigation:before {
    content: "䣡"
}

.hgi-solid.hgi-standard.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-solid.hgi-standard.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-solid.hgi-standard.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-solid.hgi-standard.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-solid.hgi-standard.hgi-invoice:before {
    content: "䣫"
}

.hgi-solid.hgi-standard.hgi-ipod:before {
    content: "䣭"
}

.hgi-solid.hgi-standard.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-solid.hgi-standard.hgi-island:before {
    content: "䣱"
}

.hgi-solid.hgi-standard.hgi-jar:before {
    content: "䣳"
}

.hgi-solid.hgi-standard.hgi-java-script:before {
    content: "䣵"
}

.hgi-solid.hgi-standard.hgi-java:before {
    content: "䣷"
}

.hgi-solid.hgi-standard.hgi-job-link:before {
    content: "䣹"
}

.hgi-solid.hgi-standard.hgi-job-search:before {
    content: "䣻"
}

.hgi-solid.hgi-standard.hgi-job-share:before {
    content: "䣽"
}

.hgi-solid.hgi-standard.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-solid.hgi-standard.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-solid.hgi-standard.hgi-join-round:before {
    content: "䤃"
}

.hgi-solid.hgi-standard.hgi-join-straight:before {
    content: "䤅"
}

.hgi-solid.hgi-standard.hgi-joker:before {
    content: "䤇"
}

.hgi-solid.hgi-standard.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-solid.hgi-standard.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-solid.hgi-standard.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-solid.hgi-standard.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-solid.hgi-standard.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-solid.hgi-standard.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-solid.hgi-standard.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-solid.hgi-standard.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-solid.hgi-standard.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-solid.hgi-standard.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-solid.hgi-standard.hgi-judge:before {
    content: "䤝"
}

.hgi-solid.hgi-standard.hgi-jupiter:before {
    content: "䤟"
}

.hgi-solid.hgi-standard.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-solid.hgi-standard.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-solid.hgi-standard.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-solid.hgi-standard.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-solid.hgi-standard.hgi-kayak:before {
    content: "䤩"
}

.hgi-solid.hgi-standard.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-solid.hgi-standard.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-solid.hgi-standard.hgi-kettle:before {
    content: "䤯"
}

.hgi-solid.hgi-standard.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-solid.hgi-standard.hgi-ketupat:before {
    content: "䤳"
}

.hgi-solid.hgi-standard.hgi-key-01:before {
    content: "䤵"
}

.hgi-solid.hgi-standard.hgi-key-02:before {
    content: "䤷"
}

.hgi-solid.hgi-standard.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-solid.hgi-standard.hgi-keyboard:before {
    content: "䤻"
}

.hgi-solid.hgi-standard.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-solid.hgi-standard.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-solid.hgi-standard.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-solid.hgi-standard.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-solid.hgi-standard.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-solid.hgi-standard.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-solid.hgi-standard.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-solid.hgi-standard.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-solid.hgi-standard.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-solid.hgi-standard.hgi-keyframe:before {
    content: "䥏"
}

.hgi-solid.hgi-standard.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-solid.hgi-standard.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-solid.hgi-standard.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-solid.hgi-standard.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-solid.hgi-standard.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-solid.hgi-standard.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-solid.hgi-standard.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-solid.hgi-standard.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-solid.hgi-standard.hgi-kid:before {
    content: "䥡"
}

.hgi-solid.hgi-standard.hgi-kidneys:before {
    content: "䥣"
}

.hgi-solid.hgi-standard.hgi-kissing:before {
    content: "䥥"
}

.hgi-solid.hgi-standard.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-solid.hgi-standard.hgi-kite:before {
    content: "䥩"
}

.hgi-solid.hgi-standard.hgi-knife-01:before {
    content: "䥫"
}

.hgi-solid.hgi-standard.hgi-knife-02:before {
    content: "䥭"
}

.hgi-solid.hgi-standard.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-solid.hgi-standard.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-solid.hgi-standard.hgi-knives:before {
    content: "䥳"
}

.hgi-solid.hgi-standard.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-solid.hgi-standard.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-solid.hgi-standard.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-solid.hgi-standard.hgi-kurta:before {
    content: "䥻"
}

.hgi-solid.hgi-standard.hgi-label-important:before {
    content: "䥽"
}

.hgi-solid.hgi-standard.hgi-label:before {
    content: "䥿"
}

.hgi-solid.hgi-standard.hgi-labor:before {
    content: "䦁"
}

.hgi-solid.hgi-standard.hgi-labs:before {
    content: "䦃"
}

.hgi-solid.hgi-standard.hgi-lake:before {
    content: "䦅"
}

.hgi-solid.hgi-standard.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-solid.hgi-standard.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-solid.hgi-standard.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-solid.hgi-standard.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-solid.hgi-standard.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-solid.hgi-standard.hgi-lamp:before {
    content: "䦑"
}

.hgi-solid.hgi-standard.hgi-language-circle:before {
    content: "䦓"
}

.hgi-solid.hgi-standard.hgi-language-skill:before {
    content: "䦕"
}

.hgi-solid.hgi-standard.hgi-language-square:before {
    content: "䦗"
}

.hgi-solid.hgi-standard.hgi-lantern:before {
    content: "䦙"
}

.hgi-solid.hgi-standard.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-solid.hgi-standard.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-solid.hgi-standard.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-solid.hgi-standard.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-solid.hgi-standard.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-solid.hgi-standard.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-solid.hgi-standard.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-solid.hgi-standard.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-solid.hgi-standard.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-solid.hgi-standard.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-solid.hgi-standard.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-solid.hgi-standard.hgi-laptop:before {
    content: "䦱"
}

.hgi-solid.hgi-standard.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-solid.hgi-standard.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-solid.hgi-standard.hgi-last-fm:before {
    content: "䦷"
}

.hgi-solid.hgi-standard.hgi-latitude:before {
    content: "䦹"
}

.hgi-solid.hgi-standard.hgi-laughing:before {
    content: "䦻"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-solid.hgi-standard.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-solid.hgi-standard.hgi-layer-add:before {
    content: "䧑"
}

.hgi-solid.hgi-standard.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-solid.hgi-standard.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-solid.hgi-standard.hgi-layers-01:before {
    content: "䧗"
}

.hgi-solid.hgi-standard.hgi-layers-02:before {
    content: "䧙"
}

.hgi-solid.hgi-standard.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-solid.hgi-standard.hgi-layout-01:before {
    content: "䧝"
}

.hgi-solid.hgi-standard.hgi-layout-02:before {
    content: "䧟"
}

.hgi-solid.hgi-standard.hgi-layout-03:before {
    content: "䧡"
}

.hgi-solid.hgi-standard.hgi-layout-04:before {
    content: "䧣"
}

.hgi-solid.hgi-standard.hgi-layout-05:before {
    content: "䧥"
}

.hgi-solid.hgi-standard.hgi-layout-06:before {
    content: "䧧"
}

.hgi-solid.hgi-standard.hgi-layout-07:before {
    content: "䧩"
}

.hgi-solid.hgi-standard.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-solid.hgi-standard.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-solid.hgi-standard.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-solid.hgi-standard.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-solid.hgi-standard.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-solid.hgi-standard.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-solid.hgi-standard.hgi-layout-left:before {
    content: "䧷"
}

.hgi-solid.hgi-standard.hgi-layout-right:before {
    content: "䧹"
}

.hgi-solid.hgi-standard.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-solid.hgi-standard.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-solid.hgi-standard.hgi-layout-top:before {
    content: "䧿"
}

.hgi-solid.hgi-standard.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-solid.hgi-standard.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-solid.hgi-standard.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-solid.hgi-standard.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-solid.hgi-standard.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-solid.hgi-standard.hgi-leetcode:before {
    content: "䨋"
}

.hgi-solid.hgi-standard.hgi-left-angle:before {
    content: "䨍"
}

.hgi-solid.hgi-standard.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-solid.hgi-standard.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-solid.hgi-standard.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-solid.hgi-standard.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-solid.hgi-standard.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-solid.hgi-standard.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-solid.hgi-standard.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-solid.hgi-standard.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-solid.hgi-standard.hgi-legal-01:before {
    content: "䨟"
}

.hgi-solid.hgi-standard.hgi-legal-02:before {
    content: "䨡"
}

.hgi-solid.hgi-standard.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-solid.hgi-standard.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-solid.hgi-standard.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-solid.hgi-standard.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-solid.hgi-standard.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-solid.hgi-standard.hgi-less-than:before {
    content: "䨭"
}

.hgi-solid.hgi-standard.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-solid.hgi-standard.hgi-libraries:before {
    content: "䨱"
}

.hgi-solid.hgi-standard.hgi-library:before {
    content: "䨳"
}

.hgi-solid.hgi-standard.hgi-license-draft:before {
    content: "䨵"
}

.hgi-solid.hgi-standard.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-solid.hgi-standard.hgi-license-no:before {
    content: "䨹"
}

.hgi-solid.hgi-standard.hgi-license-pin:before {
    content: "䨻"
}

.hgi-solid.hgi-standard.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-solid.hgi-standard.hgi-license:before {
    content: "䨿"
}

.hgi-solid.hgi-standard.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-solid.hgi-standard.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-solid.hgi-standard.hgi-limitation:before {
    content: "䩅"
}

.hgi-solid.hgi-standard.hgi-line:before {
    content: "䩇"
}

.hgi-solid.hgi-standard.hgi-liner:before {
    content: "䩉"
}

.hgi-solid.hgi-standard.hgi-link-01:before {
    content: "䩋"
}

.hgi-solid.hgi-standard.hgi-link-02:before {
    content: "䩍"
}

.hgi-solid.hgi-standard.hgi-link-03:before {
    content: "䩏"
}

.hgi-solid.hgi-standard.hgi-link-04:before {
    content: "䩑"
}

.hgi-solid.hgi-standard.hgi-link-05:before {
    content: "䩓"
}

.hgi-solid.hgi-standard.hgi-link-06:before {
    content: "䩕"
}

.hgi-solid.hgi-standard.hgi-link-backward:before {
    content: "䩗"
}

.hgi-solid.hgi-standard.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-solid.hgi-standard.hgi-link-circle:before {
    content: "䩛"
}

.hgi-solid.hgi-standard.hgi-link-forward:before {
    content: "䩝"
}

.hgi-solid.hgi-standard.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-solid.hgi-standard.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-solid.hgi-standard.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-solid.hgi-standard.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-solid.hgi-standard.hgi-list-setting:before {
    content: "䩧"
}

.hgi-solid.hgi-standard.hgi-list-view:before {
    content: "䩩"
}

.hgi-solid.hgi-standard.hgi-litecoin:before {
    content: "䩫"
}

.hgi-solid.hgi-standard.hgi-liver:before {
    content: "䩭"
}

.hgi-solid.hgi-standard.hgi-loading-01:before {
    content: "䩯"
}

.hgi-solid.hgi-standard.hgi-loading-02:before {
    content: "䩱"
}

.hgi-solid.hgi-standard.hgi-loading-03:before {
    content: "䩳"
}

.hgi-solid.hgi-standard.hgi-loading-04:before {
    content: "䩵"
}

.hgi-solid.hgi-standard.hgi-location-01:before {
    content: "䩷"
}

.hgi-solid.hgi-standard.hgi-location-02:before {
    content: "䩹"
}

.hgi-solid.hgi-standard.hgi-location-03:before {
    content: "䩻"
}

.hgi-solid.hgi-standard.hgi-location-04:before {
    content: "䩽"
}

.hgi-solid.hgi-standard.hgi-location-05:before {
    content: "䩿"
}

.hgi-solid.hgi-standard.hgi-location-06:before {
    content: "䪁"
}

.hgi-solid.hgi-standard.hgi-location-07:before {
    content: "䪃"
}

.hgi-solid.hgi-standard.hgi-location-08:before {
    content: "䪅"
}

.hgi-solid.hgi-standard.hgi-location-09:before {
    content: "䪇"
}

.hgi-solid.hgi-standard.hgi-location-10:before {
    content: "䪉"
}

.hgi-solid.hgi-standard.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-solid.hgi-standard.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-solid.hgi-standard.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-solid.hgi-standard.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-solid.hgi-standard.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-solid.hgi-standard.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-solid.hgi-standard.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-solid.hgi-standard.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-solid.hgi-standard.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-solid.hgi-standard.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-solid.hgi-standard.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-solid.hgi-standard.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-solid.hgi-standard.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-solid.hgi-standard.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-solid.hgi-standard.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-solid.hgi-standard.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-solid.hgi-standard.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-solid.hgi-standard.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-solid.hgi-standard.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-solid.hgi-standard.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-solid.hgi-standard.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-solid.hgi-standard.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-solid.hgi-standard.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-solid.hgi-standard.hgi-lock-key:before {
    content: "䪹"
}

.hgi-solid.hgi-standard.hgi-lock-password:before {
    content: "䪻"
}

.hgi-solid.hgi-standard.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-solid.hgi-standard.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-solid.hgi-standard.hgi-lock:before {
    content: "䫁"
}

.hgi-solid.hgi-standard.hgi-locked:before {
    content: "䫃"
}

.hgi-solid.hgi-standard.hgi-locker-01:before {
    content: "䫅"
}

.hgi-solid.hgi-standard.hgi-locker:before {
    content: "䫇"
}

.hgi-solid.hgi-standard.hgi-login-01:before {
    content: "䫉"
}

.hgi-solid.hgi-standard.hgi-login-02:before {
    content: "䫋"
}

.hgi-solid.hgi-standard.hgi-login-03:before {
    content: "䫍"
}

.hgi-solid.hgi-standard.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-solid.hgi-standard.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-solid.hgi-standard.hgi-login-method:before {
    content: "䫓"
}

.hgi-solid.hgi-standard.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-solid.hgi-standard.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-solid.hgi-standard.hgi-logout-01:before {
    content: "䫙"
}

.hgi-solid.hgi-standard.hgi-logout-02:before {
    content: "䫛"
}

.hgi-solid.hgi-standard.hgi-logout-03:before {
    content: "䫝"
}

.hgi-solid.hgi-standard.hgi-logout-04:before {
    content: "䫟"
}

.hgi-solid.hgi-standard.hgi-logout-05:before {
    content: "䫡"
}

.hgi-solid.hgi-standard.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-solid.hgi-standard.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-solid.hgi-standard.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-solid.hgi-standard.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-solid.hgi-standard.hgi-lollipop:before {
    content: "䫫"
}

.hgi-solid.hgi-standard.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-solid.hgi-standard.hgi-longitude:before {
    content: "䫯"
}

.hgi-solid.hgi-standard.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-solid.hgi-standard.hgi-look-left:before {
    content: "䫳"
}

.hgi-solid.hgi-standard.hgi-look-right:before {
    content: "䫵"
}

.hgi-solid.hgi-standard.hgi-look-top:before {
    content: "䫷"
}

.hgi-solid.hgi-standard.hgi-loom:before {
    content: "䫹"
}

.hgi-solid.hgi-standard.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-solid.hgi-standard.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-solid.hgi-standard.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-solid.hgi-standard.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-solid.hgi-standard.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-solid.hgi-standard.hgi-lungs:before {
    content: "䬅"
}

.hgi-solid.hgi-standard.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-solid.hgi-standard.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-solid.hgi-standard.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-solid.hgi-standard.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-solid.hgi-standard.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-solid.hgi-standard.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-solid.hgi-standard.hgi-magnet:before {
    content: "䬓"
}

.hgi-solid.hgi-standard.hgi-mail-01:before {
    content: "䬕"
}

.hgi-solid.hgi-standard.hgi-mail-02:before {
    content: "䬗"
}

.hgi-solid.hgi-standard.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-solid.hgi-standard.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-solid.hgi-standard.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-solid.hgi-standard.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-solid.hgi-standard.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-solid.hgi-standard.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-solid.hgi-standard.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-solid.hgi-standard.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-solid.hgi-standard.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-solid.hgi-standard.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-solid.hgi-standard.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-solid.hgi-standard.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-solid.hgi-standard.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-solid.hgi-standard.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-solid.hgi-standard.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-solid.hgi-standard.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-solid.hgi-standard.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-solid.hgi-standard.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-solid.hgi-standard.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-solid.hgi-standard.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-solid.hgi-standard.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-solid.hgi-standard.hgi-mail-open:before {
    content: "䭃"
}

.hgi-solid.hgi-standard.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-solid.hgi-standard.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-solid.hgi-standard.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-solid.hgi-standard.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-solid.hgi-standard.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-solid.hgi-standard.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-solid.hgi-standard.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-solid.hgi-standard.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-solid.hgi-standard.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-solid.hgi-standard.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-solid.hgi-standard.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-solid.hgi-standard.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-solid.hgi-standard.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-solid.hgi-standard.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-solid.hgi-standard.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-solid.hgi-standard.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-solid.hgi-standard.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-solid.hgi-standard.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-solid.hgi-standard.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-solid.hgi-standard.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-solid.hgi-standard.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-solid.hgi-standard.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-solid.hgi-standard.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-solid.hgi-standard.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-solid.hgi-standard.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-solid.hgi-standard.hgi-mailbox:before {
    content: "䭷"
}

.hgi-solid.hgi-standard.hgi-manager:before {
    content: "䭹"
}

.hgi-solid.hgi-standard.hgi-map-pin:before {
    content: "䭻"
}

.hgi-solid.hgi-standard.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-solid.hgi-standard.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-solid.hgi-standard.hgi-maping:before {
    content: "䮁"
}

.hgi-solid.hgi-standard.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-solid.hgi-standard.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-solid.hgi-standard.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-solid.hgi-standard.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-solid.hgi-standard.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-solid.hgi-standard.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-solid.hgi-standard.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-solid.hgi-standard.hgi-maps-off:before {
    content: "䮑"
}

.hgi-solid.hgi-standard.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-solid.hgi-standard.hgi-maps-search:before {
    content: "䮕"
}

.hgi-solid.hgi-standard.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-solid.hgi-standard.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-solid.hgi-standard.hgi-maps:before {
    content: "䮛"
}

.hgi-solid.hgi-standard.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-solid.hgi-standard.hgi-marketing:before {
    content: "䮟"
}

.hgi-solid.hgi-standard.hgi-mask-love:before {
    content: "䮡"
}

.hgi-solid.hgi-standard.hgi-mask:before {
    content: "䮣"
}

.hgi-solid.hgi-standard.hgi-master-card:before {
    content: "䮥"
}

.hgi-solid.hgi-standard.hgi-matches:before {
    content: "䮧"
}

.hgi-solid.hgi-standard.hgi-math:before {
    content: "䮩"
}

.hgi-solid.hgi-standard.hgi-matrix:before {
    content: "䮫"
}

.hgi-solid.hgi-standard.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-solid.hgi-standard.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-solid.hgi-standard.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-solid.hgi-standard.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-solid.hgi-standard.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-solid.hgi-standard.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-solid.hgi-standard.hgi-maze:before {
    content: "䮹"
}

.hgi-solid.hgi-standard.hgi-medal-01:before {
    content: "䮻"
}

.hgi-solid.hgi-standard.hgi-medal-02:before {
    content: "䮽"
}

.hgi-solid.hgi-standard.hgi-medal-03:before {
    content: "䮿"
}

.hgi-solid.hgi-standard.hgi-medal-04:before {
    content: "䯁"
}

.hgi-solid.hgi-standard.hgi-medal-05:before {
    content: "䯃"
}

.hgi-solid.hgi-standard.hgi-medal-06:before {
    content: "䯅"
}

.hgi-solid.hgi-standard.hgi-medal-07:before {
    content: "䯇"
}

.hgi-solid.hgi-standard.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-solid.hgi-standard.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-solid.hgi-standard.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-solid.hgi-standard.hgi-medical-file:before {
    content: "䯏"
}

.hgi-solid.hgi-standard.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-solid.hgi-standard.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-solid.hgi-standard.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-solid.hgi-standard.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-solid.hgi-standard.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-solid.hgi-standard.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-solid.hgi-standard.hgi-medium-square:before {
    content: "䯞"
}

.hgi-solid.hgi-standard.hgi-medium:before {
    content: "䯟"
}

.hgi-solid.hgi-standard.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-solid.hgi-standard.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-solid.hgi-standard.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-solid.hgi-standard.hgi-meh:before {
    content: "䯧"
}

.hgi-solid.hgi-standard.hgi-mentor:before {
    content: "䯩"
}

.hgi-solid.hgi-standard.hgi-mentoring:before {
    content: "䯫"
}

.hgi-solid.hgi-standard.hgi-menu-01:before {
    content: "䯭"
}

.hgi-solid.hgi-standard.hgi-menu-02:before {
    content: "䯯"
}

.hgi-solid.hgi-standard.hgi-menu-03:before {
    content: "䯱"
}

.hgi-solid.hgi-standard.hgi-menu-04:before {
    content: "䯳"
}

.hgi-solid.hgi-standard.hgi-menu-05:before {
    content: "䯵"
}

.hgi-solid.hgi-standard.hgi-menu-06:before {
    content: "䯷"
}

.hgi-solid.hgi-standard.hgi-menu-07:before {
    content: "䯹"
}

.hgi-solid.hgi-standard.hgi-menu-08:before {
    content: "䯻"
}

.hgi-solid.hgi-standard.hgi-menu-09:before {
    content: "䯽"
}

.hgi-solid.hgi-standard.hgi-menu-10:before {
    content: "䯿"
}

.hgi-solid.hgi-standard.hgi-menu-11:before {
    content: "䰁"
}

.hgi-solid.hgi-standard.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-solid.hgi-standard.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-solid.hgi-standard.hgi-menu-square:before {
    content: "䰇"
}

.hgi-solid.hgi-standard.hgi-message-01:before {
    content: "䰉"
}

.hgi-solid.hgi-standard.hgi-message-02:before {
    content: "䰋"
}

.hgi-solid.hgi-standard.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-solid.hgi-standard.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-solid.hgi-standard.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-solid.hgi-standard.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-solid.hgi-standard.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-solid.hgi-standard.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-solid.hgi-standard.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-solid.hgi-standard.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-solid.hgi-standard.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-solid.hgi-standard.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-solid.hgi-standard.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-solid.hgi-standard.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-solid.hgi-standard.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-solid.hgi-standard.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-solid.hgi-standard.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-solid.hgi-standard.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-solid.hgi-standard.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-solid.hgi-standard.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-solid.hgi-standard.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-solid.hgi-standard.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-solid.hgi-standard.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-solid.hgi-standard.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-solid.hgi-standard.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-solid.hgi-standard.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-solid.hgi-standard.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-solid.hgi-standard.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-solid.hgi-standard.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-solid.hgi-standard.hgi-message-programming:before {
    content: "䱃"
}

.hgi-solid.hgi-standard.hgi-message-question:before {
    content: "䱅"
}

.hgi-solid.hgi-standard.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-solid.hgi-standard.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-solid.hgi-standard.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-solid.hgi-standard.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-solid.hgi-standard.hgi-message-translate:before {
    content: "䱏"
}

.hgi-solid.hgi-standard.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-solid.hgi-standard.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-solid.hgi-standard.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-solid.hgi-standard.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-solid.hgi-standard.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-solid.hgi-standard.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-solid.hgi-standard.hgi-messenger:before {
    content: "䱝"
}

.hgi-solid.hgi-standard.hgi-meta:before {
    content: "䱟"
}

.hgi-solid.hgi-standard.hgi-metro:before {
    content: "䱡"
}

.hgi-solid.hgi-standard.hgi-mic-01:before {
    content: "䱣"
}

.hgi-solid.hgi-standard.hgi-mic-02:before {
    content: "䱥"
}

.hgi-solid.hgi-standard.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-solid.hgi-standard.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-solid.hgi-standard.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-solid.hgi-standard.hgi-microsoft:before {
    content: "䱭"
}

.hgi-solid.hgi-standard.hgi-microwave:before {
    content: "䱯"
}

.hgi-solid.hgi-standard.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-solid.hgi-standard.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-solid.hgi-standard.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-solid.hgi-standard.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-solid.hgi-standard.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-solid.hgi-standard.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-solid.hgi-standard.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-solid.hgi-standard.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-solid.hgi-standard.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-solid.hgi-standard.hgi-mining-01:before {
    content: "䲃"
}

.hgi-solid.hgi-standard.hgi-mining-02:before {
    content: "䲅"
}

.hgi-solid.hgi-standard.hgi-mining-03:before {
    content: "䲇"
}

.hgi-solid.hgi-standard.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-solid.hgi-standard.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-solid.hgi-standard.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-solid.hgi-standard.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-solid.hgi-standard.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-solid.hgi-standard.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-solid.hgi-standard.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-solid.hgi-standard.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-solid.hgi-standard.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-solid.hgi-standard.hgi-mirror:before {
    content: "䲛"
}

.hgi-solid.hgi-standard.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-solid.hgi-standard.hgi-mixer:before {
    content: "䲟"
}

.hgi-solid.hgi-standard.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-solid.hgi-standard.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-solid.hgi-standard.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-solid.hgi-standard.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-solid.hgi-standard.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-solid.hgi-standard.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-solid.hgi-standard.hgi-mochi:before {
    content: "䲭"
}

.hgi-solid.hgi-standard.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-solid.hgi-standard.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-solid.hgi-standard.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-solid.hgi-standard.hgi-molecules:before {
    content: "䲵"
}

.hgi-solid.hgi-standard.hgi-monas:before {
    content: "䲷"
}

.hgi-solid.hgi-standard.hgi-money-01:before {
    content: "䲹"
}

.hgi-solid.hgi-standard.hgi-money-02:before {
    content: "䲻"
}

.hgi-solid.hgi-standard.hgi-money-03:before {
    content: "䲽"
}

.hgi-solid.hgi-standard.hgi-money-04:before {
    content: "䲿"
}

.hgi-solid.hgi-standard.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-solid.hgi-standard.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-solid.hgi-standard.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-solid.hgi-standard.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-solid.hgi-standard.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-solid.hgi-standard.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-solid.hgi-standard.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-solid.hgi-standard.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-solid.hgi-standard.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-solid.hgi-standard.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-solid.hgi-standard.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-solid.hgi-standard.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-solid.hgi-standard.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-solid.hgi-standard.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-solid.hgi-standard.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-solid.hgi-standard.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-solid.hgi-standard.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-solid.hgi-standard.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-solid.hgi-standard.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-solid.hgi-standard.hgi-money-safe:before {
    content: "䳧"
}

.hgi-solid.hgi-standard.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-solid.hgi-standard.hgi-money-security:before {
    content: "䳫"
}

.hgi-solid.hgi-standard.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-solid.hgi-standard.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-solid.hgi-standard.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-solid.hgi-standard.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-solid.hgi-standard.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-solid.hgi-standard.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-solid.hgi-standard.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-solid.hgi-standard.hgi-monocle:before {
    content: "䳻"
}

.hgi-solid.hgi-standard.hgi-monster:before {
    content: "䳽"
}

.hgi-solid.hgi-standard.hgi-moon-01:before {
    content: "䳿"
}

.hgi-solid.hgi-standard.hgi-moon-02:before {
    content: "䴁"
}

.hgi-solid.hgi-standard.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-solid.hgi-standard.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-solid.hgi-standard.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-solid.hgi-standard.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-solid.hgi-standard.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-solid.hgi-standard.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-solid.hgi-standard.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-solid.hgi-standard.hgi-moon:before {
    content: "䴥"
}

.hgi-solid.hgi-standard.hgi-moonset:before {
    content: "䴧"
}

.hgi-solid.hgi-standard.hgi-more-01:before {
    content: "䴩"
}

.hgi-solid.hgi-standard.hgi-more-02:before {
    content: "䴫"
}

.hgi-solid.hgi-standard.hgi-more-03:before {
    content: "䴭"
}

.hgi-solid.hgi-standard.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-solid.hgi-standard.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-solid.hgi-standard.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-solid.hgi-standard.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-solid.hgi-standard.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-solid.hgi-standard.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-solid.hgi-standard.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-solid.hgi-standard.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-solid.hgi-standard.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-solid.hgi-standard.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-solid.hgi-standard.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-solid.hgi-standard.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-solid.hgi-standard.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-solid.hgi-standard.hgi-more:before {
    content: "䵉"
}

.hgi-solid.hgi-standard.hgi-mortar:before {
    content: "䵋"
}

.hgi-solid.hgi-standard.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-solid.hgi-standard.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-solid.hgi-standard.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-solid.hgi-standard.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-solid.hgi-standard.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-solid.hgi-standard.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-solid.hgi-standard.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-solid.hgi-standard.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-solid.hgi-standard.hgi-motion-01:before {
    content: "䵝"
}

.hgi-solid.hgi-standard.hgi-motion-02:before {
    content: "䵟"
}

.hgi-solid.hgi-standard.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-solid.hgi-standard.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-solid.hgi-standard.hgi-mountain:before {
    content: "䵥"
}

.hgi-solid.hgi-standard.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-solid.hgi-standard.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-solid.hgi-standard.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-solid.hgi-standard.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-solid.hgi-standard.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-solid.hgi-standard.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-solid.hgi-standard.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-solid.hgi-standard.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-solid.hgi-standard.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-solid.hgi-standard.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-solid.hgi-standard.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-solid.hgi-standard.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-solid.hgi-standard.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-solid.hgi-standard.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-solid.hgi-standard.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-solid.hgi-standard.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-solid.hgi-standard.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-solid.hgi-standard.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-solid.hgi-standard.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-solid.hgi-standard.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-solid.hgi-standard.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-solid.hgi-standard.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-solid.hgi-standard.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-solid.hgi-standard.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-solid.hgi-standard.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-solid.hgi-standard.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-solid.hgi-standard.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-solid.hgi-standard.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-solid.hgi-standard.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-solid.hgi-standard.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-solid.hgi-standard.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-solid.hgi-standard.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-solid.hgi-standard.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-solid.hgi-standard.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-solid.hgi-standard.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-solid.hgi-standard.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-solid.hgi-standard.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-solid.hgi-standard.hgi-move-01:before {
    content: "䶱"
}

.hgi-solid.hgi-standard.hgi-move-02:before {
    content: "䶳"
}

.hgi-solid.hgi-standard.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-solid.hgi-standard.hgi-move-left:before {
    content: "䶷"
}

.hgi-solid.hgi-standard.hgi-move-right:before {
    content: "䶹"
}

.hgi-solid.hgi-standard.hgi-move-to:before {
    content: "䶼"
}

.hgi-solid.hgi-standard.hgi-move-top:before {
    content: "䶾"
}

.hgi-solid.hgi-standard.hgi-move:before {
    content: "䶿"
}

.hgi-solid.hgi-standard.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-solid.hgi-standard.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-solid.hgi-standard.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-solid.hgi-standard.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-solid.hgi-standard.hgi-muhammad:before {
    content: "䷉"
}

.hgi-solid.hgi-standard.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-solid.hgi-standard.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-solid.hgi-standard.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-solid.hgi-standard.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-solid.hgi-standard.hgi-mushroom:before {
    content: "䷓"
}

.hgi-solid.hgi-standard.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-solid.hgi-standard.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-solid.hgi-standard.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-solid.hgi-standard.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-solid.hgi-standard.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-solid.hgi-standard.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-solid.hgi-standard.hgi-muslim:before {
    content: "䷡"
}

.hgi-solid.hgi-standard.hgi-mute:before {
    content: "䷣"
}

.hgi-solid.hgi-standard.hgi-mymind:before {
    content: "䷥"
}

.hgi-solid.hgi-standard.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-solid.hgi-standard.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-solid.hgi-standard.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-solid.hgi-standard.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-solid.hgi-standard.hgi-natural-food:before {
    content: "䷯"
}

.hgi-solid.hgi-standard.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-solid.hgi-standard.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-solid.hgi-standard.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-solid.hgi-standard.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-solid.hgi-standard.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-solid.hgi-standard.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-solid.hgi-standard.hgi-necklace:before {
    content: "䷽"
}

.hgi-solid.hgi-standard.hgi-nerd:before {
    content: "䷿"
}

.hgi-solid.hgi-standard.hgi-neural-network:before {
    content: "丁"
}

.hgi-solid.hgi-standard.hgi-neutral:before {
    content: "七"
}

.hgi-solid.hgi-standard.hgi-new-job:before {
    content: "丅"
}

.hgi-solid.hgi-standard.hgi-new-office:before {
    content: "万"
}

.hgi-solid.hgi-standard.hgi-new-releases:before {
    content: "三"
}

.hgi-solid.hgi-standard.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-solid.hgi-standard.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-solid.hgi-standard.hgi-new-twitter:before {
    content: "丏"
}

.hgi-solid.hgi-standard.hgi-news-01:before {
    content: "丑"
}

.hgi-solid.hgi-standard.hgi-news:before {
    content: "专"
}

.hgi-solid.hgi-standard.hgi-next:before {
    content: "丕"
}

.hgi-solid.hgi-standard.hgi-nike:before {
    content: "丗"
}

.hgi-solid.hgi-standard.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-solid.hgi-standard.hgi-nintendo:before {
    content: "丛"
}

.hgi-solid.hgi-standard.hgi-niqab:before {
    content: "丝"
}

.hgi-solid.hgi-standard.hgi-no-internet:before {
    content: "丟"
}

.hgi-solid.hgi-standard.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-solid.hgi-standard.hgi-node-add:before {
    content: "丣"
}

.hgi-solid.hgi-standard.hgi-node-edit:before {
    content: "严"
}

.hgi-solid.hgi-standard.hgi-node-move-down:before {
    content: "丧"
}

.hgi-solid.hgi-standard.hgi-node-move-up:before {
    content: "丩"
}

.hgi-solid.hgi-standard.hgi-node-remove:before {
    content: "丫"
}

.hgi-solid.hgi-standard.hgi-noodles:before {
    content: "中"
}

.hgi-solid.hgi-standard.hgi-nose:before {
    content: "丯"
}

.hgi-solid.hgi-standard.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-solid.hgi-standard.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-solid.hgi-standard.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-solid.hgi-standard.hgi-note-01:before {
    content: "丷"
}

.hgi-solid.hgi-standard.hgi-note-02:before {
    content: "丹"
}

.hgi-solid.hgi-standard.hgi-note-03:before {
    content: "主"
}

.hgi-solid.hgi-standard.hgi-note-04:before {
    content: "丽"
}

.hgi-solid.hgi-standard.hgi-note-05:before {
    content: "丿"
}

.hgi-solid.hgi-standard.hgi-note-add:before {
    content: "乁"
}

.hgi-solid.hgi-standard.hgi-note-done:before {
    content: "乃"
}

.hgi-solid.hgi-standard.hgi-note-edit:before {
    content: "久"
}

.hgi-solid.hgi-standard.hgi-note-remove:before {
    content: "乇"
}

.hgi-solid.hgi-standard.hgi-note:before {
    content: "义"
}

.hgi-solid.hgi-standard.hgi-notebook-01:before {
    content: "之"
}

.hgi-solid.hgi-standard.hgi-notebook-02:before {
    content: "乍"
}

.hgi-solid.hgi-standard.hgi-notebook:before {
    content: "乏"
}

.hgi-solid.hgi-standard.hgi-notification-01:before {
    content: "乑"
}

.hgi-solid.hgi-standard.hgi-notification-02:before {
    content: "乓"
}

.hgi-solid.hgi-standard.hgi-notification-03:before {
    content: "乕"
}

.hgi-solid.hgi-standard.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-solid.hgi-standard.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-solid.hgi-standard.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-solid.hgi-standard.hgi-notification-bubble:before {
    content: "九"
}

.hgi-solid.hgi-standard.hgi-notification-circle:before {
    content: "也"
}

.hgi-solid.hgi-standard.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-solid.hgi-standard.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-solid.hgi-standard.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-solid.hgi-standard.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-solid.hgi-standard.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-solid.hgi-standard.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-solid.hgi-standard.hgi-notification-square:before {
    content: "乭"
}

.hgi-solid.hgi-standard.hgi-notion-01:before {
    content: "乯"
}

.hgi-solid.hgi-standard.hgi-notion-02:before {
    content: "乱"
}

.hgi-solid.hgi-standard.hgi-npm:before {
    content: "乳"
}

.hgi-solid.hgi-standard.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-solid.hgi-standard.hgi-nut:before {
    content: "乷"
}

.hgi-solid.hgi-standard.hgi-obtuse:before {
    content: "乹"
}

.hgi-solid.hgi-standard.hgi-octagon:before {
    content: "乻"
}

.hgi-solid.hgi-standard.hgi-octopus:before {
    content: "乽"
}

.hgi-solid.hgi-standard.hgi-office-365:before {
    content: "乿"
}

.hgi-solid.hgi-standard.hgi-office-chair:before {
    content: "亁"
}

.hgi-solid.hgi-standard.hgi-office:before {
    content: "亃"
}

.hgi-solid.hgi-standard.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-solid.hgi-standard.hgi-ok-finger:before {
    content: "亇"
}

.hgi-solid.hgi-standard.hgi-olympic-torch:before {
    content: "争"
}

.hgi-solid.hgi-standard.hgi-online-learning-01:before {
    content: "事"
}

.hgi-solid.hgi-standard.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-solid.hgi-standard.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-solid.hgi-standard.hgi-online-learning-04:before {
    content: "云"
}

.hgi-solid.hgi-standard.hgi-open-caption:before {
    content: "亓"
}

.hgi-solid.hgi-standard.hgi-option:before {
    content: "井"
}

.hgi-solid.hgi-standard.hgi-orange:before {
    content: "亗"
}

.hgi-solid.hgi-standard.hgi-orbit-01:before {
    content: "亙"
}

.hgi-solid.hgi-standard.hgi-orbit-02:before {
    content: "些"
}

.hgi-solid.hgi-standard.hgi-organic-food:before {
    content: "亝"
}

.hgi-solid.hgi-standard.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-solid.hgi-standard.hgi-oval:before {
    content: "亡"
}

.hgi-solid.hgi-standard.hgi-oven:before {
    content: "亣"
}

.hgi-solid.hgi-standard.hgi-package-add:before {
    content: "亥"
}

.hgi-solid.hgi-standard.hgi-package-delivered:before {
    content: "产"
}

.hgi-solid.hgi-standard.hgi-package-moving:before {
    content: "亩"
}

.hgi-solid.hgi-standard.hgi-package-open:before {
    content: "享"
}

.hgi-solid.hgi-standard.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-solid.hgi-standard.hgi-package-process:before {
    content: "亯"
}

.hgi-solid.hgi-standard.hgi-package-receive:before {
    content: "亱"
}

.hgi-solid.hgi-standard.hgi-package-remove:before {
    content: "亳"
}

.hgi-solid.hgi-standard.hgi-package-search:before {
    content: "亵"
}

.hgi-solid.hgi-standard.hgi-package-sent:before {
    content: "亸"
}

.hgi-solid.hgi-standard.hgi-package:before {
    content: "亹"
}

.hgi-solid.hgi-standard.hgi-pacman-01:before {
    content: "亻"
}

.hgi-solid.hgi-standard.hgi-pacman-02:before {
    content: "亽"
}

.hgi-solid.hgi-standard.hgi-paint-board:before {
    content: "亿"
}

.hgi-solid.hgi-standard.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-solid.hgi-standard.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-solid.hgi-standard.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-solid.hgi-standard.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-solid.hgi-standard.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-solid.hgi-standard.hgi-pan-01:before {
    content: "介"
}

.hgi-solid.hgi-standard.hgi-pan-02:before {
    content: "仍"
}

.hgi-solid.hgi-standard.hgi-pan-03:before {
    content: "仏"
}

.hgi-solid.hgi-standard.hgi-parabola-01:before {
    content: "仑"
}

.hgi-solid.hgi-standard.hgi-parabola-02:before {
    content: "仓"
}

.hgi-solid.hgi-standard.hgi-parabola-03:before {
    content: "仕"
}

.hgi-solid.hgi-standard.hgi-paragliding:before {
    content: "仗"
}

.hgi-solid.hgi-standard.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-solid.hgi-standard.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-solid.hgi-standard.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-solid.hgi-standard.hgi-paragraph:before {
    content: "仟"
}

.hgi-solid.hgi-standard.hgi-parallelogram:before {
    content: "仡"
}

.hgi-solid.hgi-standard.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-solid.hgi-standard.hgi-parking-area-square:before {
    content: "以"
}

.hgi-solid.hgi-standard.hgi-passport-01:before {
    content: "仧"
}

.hgi-solid.hgi-standard.hgi-passport-expired:before {
    content: "仩"
}

.hgi-solid.hgi-standard.hgi-passport-valid:before {
    content: "们"
}

.hgi-solid.hgi-standard.hgi-passport:before {
    content: "仭"
}

.hgi-solid.hgi-standard.hgi-password-validation:before {
    content: "仯"
}

.hgi-solid.hgi-standard.hgi-path:before {
    content: "仱"
}

.hgi-solid.hgi-standard.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-solid.hgi-standard.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-solid.hgi-standard.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-solid.hgi-standard.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-solid.hgi-standard.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-solid.hgi-standard.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-solid.hgi-standard.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-solid.hgi-standard.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-solid.hgi-standard.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-solid.hgi-standard.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-solid.hgi-standard.hgi-patient:before {
    content: "伇"
}

.hgi-solid.hgi-standard.hgi-patio:before {
    content: "伉"
}

.hgi-solid.hgi-standard.hgi-pause:before {
    content: "伋"
}

.hgi-solid.hgi-standard.hgi-pavilon:before {
    content: "伍"
}

.hgi-solid.hgi-standard.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-solid.hgi-standard.hgi-payment-01:before {
    content: "休"
}

.hgi-solid.hgi-standard.hgi-payment-02:before {
    content: "伓"
}

.hgi-solid.hgi-standard.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-solid.hgi-standard.hgi-payment-success-02:before {
    content: "众"
}

.hgi-solid.hgi-standard.hgi-payoneer:before {
    content: "伙"
}

.hgi-solid.hgi-standard.hgi-paypal:before {
    content: "伛"
}

.hgi-solid.hgi-standard.hgi-pdf-01:before {
    content: "伝"
}

.hgi-solid.hgi-standard.hgi-pdf-02:before {
    content: "伟"
}

.hgi-solid.hgi-standard.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-solid.hgi-standard.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-solid.hgi-standard.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-solid.hgi-standard.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-solid.hgi-standard.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-solid.hgi-standard.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-solid.hgi-standard.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-solid.hgi-standard.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-solid.hgi-standard.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-solid.hgi-standard.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-solid.hgi-standard.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-solid.hgi-standard.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-solid.hgi-standard.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-solid.hgi-standard.hgi-pencil:before {
    content: "伻"
}

.hgi-solid.hgi-standard.hgi-pendulum:before {
    content: "伽"
}

.hgi-solid.hgi-standard.hgi-pensive:before {
    content: "伿"
}

.hgi-solid.hgi-standard.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-solid.hgi-standard.hgi-pentagon:before {
    content: "佃"
}

.hgi-solid.hgi-standard.hgi-percent-circle:before {
    content: "佅"
}

.hgi-solid.hgi-standard.hgi-percent-square:before {
    content: "佈"
}

.hgi-solid.hgi-standard.hgi-percent:before {
    content: "佉"
}

.hgi-solid.hgi-standard.hgi-perfume:before {
    content: "佋"
}

.hgi-solid.hgi-standard.hgi-periscope:before {
    content: "位"
}

.hgi-solid.hgi-standard.hgi-permanent-job:before {
    content: "住"
}

.hgi-solid.hgi-standard.hgi-perspective:before {
    content: "佑"
}

.hgi-solid.hgi-standard.hgi-pexels:before {
    content: "体"
}

.hgi-solid.hgi-standard.hgi-phone-off-01:before {
    content: "何"
}

.hgi-solid.hgi-standard.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-solid.hgi-standard.hgi-php:before {
    content: "余"
}

.hgi-solid.hgi-standard.hgi-physics:before {
    content: "佛"
}

.hgi-solid.hgi-standard.hgi-pi-circle:before {
    content: "佝"
}

.hgi-solid.hgi-standard.hgi-pi-square:before {
    content: "你"
}

.hgi-solid.hgi-standard.hgi-pi:before {
    content: "佡"
}

.hgi-solid.hgi-standard.hgi-picasa:before {
    content: "佣"
}

.hgi-solid.hgi-standard.hgi-pickup-01:before {
    content: "佥"
}

.hgi-solid.hgi-standard.hgi-pickup-02:before {
    content: "佧"
}

.hgi-solid.hgi-standard.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-solid.hgi-standard.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-solid.hgi-standard.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-solid.hgi-standard.hgi-pie-chart:before {
    content: "佯"
}

.hgi-solid.hgi-standard.hgi-pie:before {
    content: "佱"
}

.hgi-solid.hgi-standard.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-solid.hgi-standard.hgi-pin-code:before {
    content: "併"
}

.hgi-solid.hgi-standard.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-solid.hgi-standard.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-solid.hgi-standard.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-solid.hgi-standard.hgi-pin-off:before {
    content: "佽"
}

.hgi-solid.hgi-standard.hgi-pin:before {
    content: "使"
}

.hgi-solid.hgi-standard.hgi-pinterest:before {
    content: "侁"
}

.hgi-solid.hgi-standard.hgi-pipeline:before {
    content: "侃"
}

.hgi-solid.hgi-standard.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-solid.hgi-standard.hgi-pizza-01:before {
    content: "侇"
}

.hgi-solid.hgi-standard.hgi-pizza-02:before {
    content: "侉"
}

.hgi-solid.hgi-standard.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-solid.hgi-standard.hgi-plane:before {
    content: "侍"
}

.hgi-solid.hgi-standard.hgi-plant-01:before {
    content: "侏"
}

.hgi-solid.hgi-standard.hgi-plant-02:before {
    content: "侑"
}

.hgi-solid.hgi-standard.hgi-plant-03:before {
    content: "侓"
}

.hgi-solid.hgi-standard.hgi-plant-04:before {
    content: "侕"
}

.hgi-solid.hgi-standard.hgi-plate:before {
    content: "侗"
}

.hgi-solid.hgi-standard.hgi-plaxo:before {
    content: "侙"
}

.hgi-solid.hgi-standard.hgi-play-circle-02:before {
    content: "供"
}

.hgi-solid.hgi-standard.hgi-play-circle:before {
    content: "依"
}

.hgi-solid.hgi-standard.hgi-play-list-add:before {
    content: "侟"
}

.hgi-solid.hgi-standard.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-solid.hgi-standard.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-solid.hgi-standard.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-solid.hgi-standard.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-solid.hgi-standard.hgi-play-list:before {
    content: "侩"
}

.hgi-solid.hgi-standard.hgi-play-square:before {
    content: "侬"
}

.hgi-solid.hgi-standard.hgi-play-store:before {
    content: "侮"
}

.hgi-solid.hgi-standard.hgi-play:before {
    content: "侯"
}

.hgi-solid.hgi-standard.hgi-playlist-01:before {
    content: "侱"
}

.hgi-solid.hgi-standard.hgi-playlist-02:before {
    content: "侳"
}

.hgi-solid.hgi-standard.hgi-playlist-03:before {
    content: "侵"
}

.hgi-solid.hgi-standard.hgi-plaza:before {
    content: "侷"
}

.hgi-solid.hgi-standard.hgi-plug-01:before {
    content: "侹"
}

.hgi-solid.hgi-standard.hgi-plug-02:before {
    content: "侻"
}

.hgi-solid.hgi-standard.hgi-plug-socket:before {
    content: "侽"
}

.hgi-solid.hgi-standard.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-solid.hgi-standard.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-solid.hgi-standard.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-solid.hgi-standard.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-solid.hgi-standard.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-solid.hgi-standard.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-solid.hgi-standard.hgi-plus-minus:before {
    content: "俋"
}

.hgi-solid.hgi-standard.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-solid.hgi-standard.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-solid.hgi-standard.hgi-plus-sign:before {
    content: "俑"
}

.hgi-solid.hgi-standard.hgi-png-01:before {
    content: "俓"
}

.hgi-solid.hgi-standard.hgi-png-02:before {
    content: "俕"
}

.hgi-solid.hgi-standard.hgi-podium:before {
    content: "俗"
}

.hgi-solid.hgi-standard.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-solid.hgi-standard.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-solid.hgi-standard.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-solid.hgi-standard.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-solid.hgi-standard.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-solid.hgi-standard.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-solid.hgi-standard.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-solid.hgi-standard.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-solid.hgi-standard.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-solid.hgi-standard.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-solid.hgi-standard.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-solid.hgi-standard.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-solid.hgi-standard.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-solid.hgi-standard.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-solid.hgi-standard.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-solid.hgi-standard.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-solid.hgi-standard.hgi-pokeball:before {
    content: "俹"
}

.hgi-solid.hgi-standard.hgi-pokemon:before {
    content: "俻"
}

.hgi-solid.hgi-standard.hgi-police-badge:before {
    content: "俽"
}

.hgi-solid.hgi-standard.hgi-police-cap:before {
    content: "俿"
}

.hgi-solid.hgi-standard.hgi-police-car:before {
    content: "倁"
}

.hgi-solid.hgi-standard.hgi-police-station:before {
    content: "倃"
}

.hgi-solid.hgi-standard.hgi-policy:before {
    content: "倅"
}

.hgi-solid.hgi-standard.hgi-polygon:before {
    content: "倇"
}

.hgi-solid.hgi-standard.hgi-pool-table:before {
    content: "倊"
}

.hgi-solid.hgi-standard.hgi-pool:before {
    content: "個"
}

.hgi-solid.hgi-standard.hgi-poop:before {
    content: "倍"
}

.hgi-solid.hgi-standard.hgi-popcorn:before {
    content: "倏"
}

.hgi-solid.hgi-standard.hgi-pot-01:before {
    content: "們"
}

.hgi-solid.hgi-standard.hgi-pot-02:before {
    content: "倓"
}

.hgi-solid.hgi-standard.hgi-potion:before {
    content: "倕"
}

.hgi-solid.hgi-standard.hgi-pound-circle:before {
    content: "倗"
}

.hgi-solid.hgi-standard.hgi-pound-receive:before {
    content: "候"
}

.hgi-solid.hgi-standard.hgi-pound-send:before {
    content: "倜"
}

.hgi-solid.hgi-standard.hgi-pound-square:before {
    content: "倞"
}

.hgi-solid.hgi-standard.hgi-pound:before {
    content: "借"
}

.hgi-solid.hgi-standard.hgi-power-service:before {
    content: "倡"
}

.hgi-solid.hgi-standard.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-solid.hgi-standard.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-solid.hgi-standard.hgi-ppt-01:before {
    content: "倧"
}

.hgi-solid.hgi-standard.hgi-ppt-02:before {
    content: "倩"
}

.hgi-solid.hgi-standard.hgi-prawn:before {
    content: "倫"
}

.hgi-solid.hgi-standard.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-solid.hgi-standard.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-solid.hgi-standard.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-solid.hgi-standard.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-solid.hgi-standard.hgi-prescription:before {
    content: "倵"
}

.hgi-solid.hgi-standard.hgi-presentation-01:before {
    content: "倷"
}

.hgi-solid.hgi-standard.hgi-presentation-02:before {
    content: "倹"
}

.hgi-solid.hgi-standard.hgi-presentation-03:before {
    content: "倻"
}

.hgi-solid.hgi-standard.hgi-presentation-04:before {
    content: "倽"
}

.hgi-solid.hgi-standard.hgi-presentation-05:before {
    content: "倿"
}

.hgi-solid.hgi-standard.hgi-presentation-06:before {
    content: "偁"
}

.hgi-solid.hgi-standard.hgi-presentation-07:before {
    content: "偃"
}

.hgi-solid.hgi-standard.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-solid.hgi-standard.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-solid.hgi-standard.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-solid.hgi-standard.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-solid.hgi-standard.hgi-presentation-online:before {
    content: "偍"
}

.hgi-solid.hgi-standard.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-solid.hgi-standard.hgi-previous:before {
    content: "偑"
}

.hgi-solid.hgi-standard.hgi-printer-off:before {
    content: "偓"
}

.hgi-solid.hgi-standard.hgi-printer:before {
    content: "偕"
}

.hgi-solid.hgi-standard.hgi-prism-01:before {
    content: "偗"
}

.hgi-solid.hgi-standard.hgi-prism:before {
    content: "偙"
}

.hgi-solid.hgi-standard.hgi-prison-guard:before {
    content: "偛"
}

.hgi-solid.hgi-standard.hgi-prison:before {
    content: "偝"
}

.hgi-solid.hgi-standard.hgi-prisoner:before {
    content: "偟"
}

.hgi-solid.hgi-standard.hgi-product-loading:before {
    content: "偡"
}

.hgi-solid.hgi-standard.hgi-profile-02:before {
    content: "偣"
}

.hgi-solid.hgi-standard.hgi-profile:before {
    content: "健"
}

.hgi-solid.hgi-standard.hgi-profit:before {
    content: "偧"
}

.hgi-solid.hgi-standard.hgi-programming-flag:before {
    content: "偩"
}

.hgi-solid.hgi-standard.hgi-projector-01:before {
    content: "偫"
}

.hgi-solid.hgi-standard.hgi-projector:before {
    content: "偭"
}

.hgi-solid.hgi-standard.hgi-promotion:before {
    content: "偯"
}

.hgi-solid.hgi-standard.hgi-property-add:before {
    content: "偱"
}

.hgi-solid.hgi-standard.hgi-property-delete:before {
    content: "偳"
}

.hgi-solid.hgi-standard.hgi-property-edit:before {
    content: "偵"
}

.hgi-solid.hgi-standard.hgi-property-new:before {
    content: "偷"
}

.hgi-solid.hgi-standard.hgi-property-search:before {
    content: "偹"
}

.hgi-solid.hgi-standard.hgi-property-view:before {
    content: "偻"
}

.hgi-solid.hgi-standard.hgi-protection-mask:before {
    content: "偽"
}

.hgi-solid.hgi-standard.hgi-pulley:before {
    content: "偿"
}

.hgi-solid.hgi-standard.hgi-pulse-01:before {
    content: "傁"
}

.hgi-solid.hgi-standard.hgi-pulse-02:before {
    content: "傃"
}

.hgi-solid.hgi-standard.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-solid.hgi-standard.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-solid.hgi-standard.hgi-pumpkin:before {
    content: "傉"
}

.hgi-solid.hgi-standard.hgi-punch:before {
    content: "傋"
}

.hgi-solid.hgi-standard.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-solid.hgi-standard.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-solid.hgi-standard.hgi-purse-01:before {
    content: "傑"
}

.hgi-solid.hgi-standard.hgi-purse:before {
    content: "傓"
}

.hgi-solid.hgi-standard.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-solid.hgi-standard.hgi-puzzle:before {
    content: "傗"
}

.hgi-solid.hgi-standard.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-solid.hgi-standard.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-solid.hgi-standard.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-solid.hgi-standard.hgi-pyramid:before {
    content: "傟"
}

.hgi-solid.hgi-standard.hgi-qq-plot:before {
    content: "傡"
}

.hgi-solid.hgi-standard.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-solid.hgi-standard.hgi-qr-code:before {
    content: "傥"
}

.hgi-solid.hgi-standard.hgi-question:before {
    content: "傧"
}

.hgi-solid.hgi-standard.hgi-queue-01:before {
    content: "傩"
}

.hgi-solid.hgi-standard.hgi-queue-02:before {
    content: "傫"
}

.hgi-solid.hgi-standard.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-solid.hgi-standard.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-solid.hgi-standard.hgi-quiz-01:before {
    content: "傱"
}

.hgi-solid.hgi-standard.hgi-quiz-02:before {
    content: "傳"
}

.hgi-solid.hgi-standard.hgi-quiz-03:before {
    content: "債"
}

.hgi-solid.hgi-standard.hgi-quiz-04:before {
    content: "傷"
}

.hgi-solid.hgi-standard.hgi-quiz-05:before {
    content: "傹"
}

.hgi-solid.hgi-standard.hgi-quora:before {
    content: "傻"
}

.hgi-solid.hgi-standard.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-solid.hgi-standard.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-solid.hgi-standard.hgi-quote-down:before {
    content: "僁"
}

.hgi-solid.hgi-standard.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-solid.hgi-standard.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-solid.hgi-standard.hgi-quote-up:before {
    content: "僇"
}

.hgi-solid.hgi-standard.hgi-quotes:before {
    content: "僉"
}

.hgi-solid.hgi-standard.hgi-quran-01:before {
    content: "僋"
}

.hgi-solid.hgi-standard.hgi-quran-02:before {
    content: "働"
}

.hgi-solid.hgi-standard.hgi-quran-03:before {
    content: "像"
}

.hgi-solid.hgi-standard.hgi-racing-flag:before {
    content: "僑"
}

.hgi-solid.hgi-standard.hgi-radar-01:before {
    content: "僓"
}

.hgi-solid.hgi-standard.hgi-radar-02:before {
    content: "僕"
}

.hgi-solid.hgi-standard.hgi-radial:before {
    content: "僗"
}

.hgi-solid.hgi-standard.hgi-radio-01:before {
    content: "僙"
}

.hgi-solid.hgi-standard.hgi-radio-02:before {
    content: "僛"
}

.hgi-solid.hgi-standard.hgi-radio:before {
    content: "僝"
}

.hgi-solid.hgi-standard.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-solid.hgi-standard.hgi-radius:before {
    content: "僡"
}

.hgi-solid.hgi-standard.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-solid.hgi-standard.hgi-rain-drop:before {
    content: "僥"
}

.hgi-solid.hgi-standard.hgi-rain:before {
    content: "僧"
}

.hgi-solid.hgi-standard.hgi-rainbow:before {
    content: "僩"
}

.hgi-solid.hgi-standard.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-solid.hgi-standard.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-solid.hgi-standard.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-solid.hgi-standard.hgi-ranking:before {
    content: "僱"
}

.hgi-solid.hgi-standard.hgi-raw-01:before {
    content: "僳"
}

.hgi-solid.hgi-standard.hgi-raw-02:before {
    content: "僵"
}

.hgi-solid.hgi-standard.hgi-re:before {
    content: "僷"
}

.hgi-solid.hgi-standard.hgi-react:before {
    content: "價"
}

.hgi-solid.hgi-standard.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-solid.hgi-standard.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-solid.hgi-standard.hgi-record:before {
    content: "僿"
}

.hgi-solid.hgi-standard.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-solid.hgi-standard.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-solid.hgi-standard.hgi-rectangular:before {
    content: "儅"
}

.hgi-solid.hgi-standard.hgi-recycle-01:before {
    content: "儇"
}

.hgi-solid.hgi-standard.hgi-recycle-02:before {
    content: "儉"
}

.hgi-solid.hgi-standard.hgi-recycle-03:before {
    content: "儋"
}

.hgi-solid.hgi-standard.hgi-reddit:before {
    content: "儍"
}

.hgi-solid.hgi-standard.hgi-reflex:before {
    content: "儏"
}

.hgi-solid.hgi-standard.hgi-refresh:before {
    content: "儑"
}

.hgi-solid.hgi-standard.hgi-refrigerator:before {
    content: "儓"
}

.hgi-solid.hgi-standard.hgi-register:before {
    content: "儕"
}

.hgi-solid.hgi-standard.hgi-registered:before {
    content: "儗"
}

.hgi-solid.hgi-standard.hgi-relieved-01:before {
    content: "儙"
}

.hgi-solid.hgi-standard.hgi-relieved-02:before {
    content: "儛"
}

.hgi-solid.hgi-standard.hgi-reload:before {
    content: "儝"
}

.hgi-solid.hgi-standard.hgi-reminder:before {
    content: "償"
}

.hgi-solid.hgi-standard.hgi-remote-control:before {
    content: "儡"
}

.hgi-solid.hgi-standard.hgi-remove-01:before {
    content: "儣"
}

.hgi-solid.hgi-standard.hgi-remove-02:before {
    content: "儥"
}

.hgi-solid.hgi-standard.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-solid.hgi-standard.hgi-remove-circle:before {
    content: "儩"
}

.hgi-solid.hgi-standard.hgi-remove-pi:before {
    content: "儫"
}

.hgi-solid.hgi-standard.hgi-remove-square:before {
    content: "儭"
}

.hgi-solid.hgi-standard.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-solid.hgi-standard.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-solid.hgi-standard.hgi-repair:before {
    content: "儳"
}

.hgi-solid.hgi-standard.hgi-repeat-off:before {
    content: "儵"
}

.hgi-solid.hgi-standard.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-solid.hgi-standard.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-solid.hgi-standard.hgi-repeat:before {
    content: "儻"
}

.hgi-solid.hgi-standard.hgi-replay:before {
    content: "儽"
}

.hgi-solid.hgi-standard.hgi-repository:before {
    content: "儿"
}

.hgi-solid.hgi-standard.hgi-reset-password:before {
    content: "允"
}

.hgi-solid.hgi-standard.hgi-resize-01:before {
    content: "元"
}

.hgi-solid.hgi-standard.hgi-resize-02:before {
    content: "充"
}

.hgi-solid.hgi-standard.hgi-resources-add:before {
    content: "兇"
}

.hgi-solid.hgi-standard.hgi-resources-remove:before {
    content: "光"
}

.hgi-solid.hgi-standard.hgi-restaurant-01:before {
    content: "克"
}

.hgi-solid.hgi-standard.hgi-restaurant-02:before {
    content: "免"
}

.hgi-solid.hgi-standard.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-solid.hgi-standard.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-solid.hgi-standard.hgi-restore-bin:before {
    content: "兓"
}

.hgi-solid.hgi-standard.hgi-return-request:before {
    content: "兕"
}

.hgi-solid.hgi-standard.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-solid.hgi-standard.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-solid.hgi-standard.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-solid.hgi-standard.hgi-rhombus:before {
    content: "兝"
}

.hgi-solid.hgi-standard.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-solid.hgi-standard.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-solid.hgi-standard.hgi-right-angle:before {
    content: "兣"
}

.hgi-solid.hgi-standard.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-solid.hgi-standard.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-solid.hgi-standard.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-solid.hgi-standard.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-solid.hgi-standard.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-solid.hgi-standard.hgi-right-triangle:before {
    content: "兯"
}

.hgi-solid.hgi-standard.hgi-ripple:before {
    content: "共"
}

.hgi-solid.hgi-standard.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-solid.hgi-standard.hgi-riyal:before {
    content: "兵"
}

.hgi-solid.hgi-standard.hgi-road-01:before {
    content: "具"
}

.hgi-solid.hgi-standard.hgi-road-02:before {
    content: "兹"
}

.hgi-solid.hgi-standard.hgi-road-location-01:before {
    content: "养"
}

.hgi-solid.hgi-standard.hgi-road-location-02:before {
    content: "兽"
}

.hgi-solid.hgi-standard.hgi-road-wayside:before {
    content: "冀"
}

.hgi-solid.hgi-standard.hgi-road:before {
    content: "冁"
}

.hgi-solid.hgi-standard.hgi-robotic:before {
    content: "冃"
}

.hgi-solid.hgi-standard.hgi-rocket-01:before {
    content: "内"
}

.hgi-solid.hgi-standard.hgi-rocket-02:before {
    content: "冇"
}

.hgi-solid.hgi-standard.hgi-rocket:before {
    content: "冉"
}

.hgi-solid.hgi-standard.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-solid.hgi-standard.hgi-roller-skate:before {
    content: "再"
}

.hgi-solid.hgi-standard.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-solid.hgi-standard.hgi-root-01:before {
    content: "冑"
}

.hgi-solid.hgi-standard.hgi-root-02:before {
    content: "冓"
}

.hgi-solid.hgi-standard.hgi-root-circle:before {
    content: "冕"
}

.hgi-solid.hgi-standard.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-solid.hgi-standard.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-solid.hgi-standard.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-solid.hgi-standard.hgi-rotate-01:before {
    content: "冝"
}

.hgi-solid.hgi-standard.hgi-rotate-02:before {
    content: "冟"
}

.hgi-solid.hgi-standard.hgi-rotate-360:before {
    content: "冡"
}

.hgi-solid.hgi-standard.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-solid.hgi-standard.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-solid.hgi-standard.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-solid.hgi-standard.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-solid.hgi-standard.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-solid.hgi-standard.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-solid.hgi-standard.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-solid.hgi-standard.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-solid.hgi-standard.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-solid.hgi-standard.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-solid.hgi-standard.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-solid.hgi-standard.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-solid.hgi-standard.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-solid.hgi-standard.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-solid.hgi-standard.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-solid.hgi-standard.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-solid.hgi-standard.hgi-rotate-square:before {
    content: "凃"
}

.hgi-solid.hgi-standard.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-solid.hgi-standard.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-solid.hgi-standard.hgi-route-01:before {
    content: "凉"
}

.hgi-solid.hgi-standard.hgi-route-02:before {
    content: "凋"
}

.hgi-solid.hgi-standard.hgi-route-03:before {
    content: "凍"
}

.hgi-solid.hgi-standard.hgi-route-block:before {
    content: "减"
}

.hgi-solid.hgi-standard.hgi-router-01:before {
    content: "凑"
}

.hgi-solid.hgi-standard.hgi-router-02:before {
    content: "凓"
}

.hgi-solid.hgi-standard.hgi-router:before {
    content: "凕"
}

.hgi-solid.hgi-standard.hgi-row-delete:before {
    content: "凗"
}

.hgi-solid.hgi-standard.hgi-row-insert:before {
    content: "凙"
}

.hgi-solid.hgi-standard.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-solid.hgi-standard.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-solid.hgi-standard.hgi-rss-error:before {
    content: "凟"
}

.hgi-solid.hgi-standard.hgi-rss-locked:before {
    content: "凡"
}

.hgi-solid.hgi-standard.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-solid.hgi-standard.hgi-rss:before {
    content: "凥"
}

.hgi-solid.hgi-standard.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-solid.hgi-standard.hgi-ruku:before {
    content: "凩"
}

.hgi-solid.hgi-standard.hgi-ruler:before {
    content: "凫"
}

.hgi-solid.hgi-standard.hgi-running-shoes:before {
    content: "凭"
}

.hgi-solid.hgi-standard.hgi-sad-01:before {
    content: "凯"
}

.hgi-solid.hgi-standard.hgi-sad-02:before {
    content: "凱"
}

.hgi-solid.hgi-standard.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-solid.hgi-standard.hgi-safari:before {
    content: "凵"
}

.hgi-solid.hgi-standard.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-solid.hgi-standard.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-solid.hgi-standard.hgi-safe:before {
    content: "击"
}

.hgi-solid.hgi-standard.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-solid.hgi-standard.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-solid.hgi-standard.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-solid.hgi-standard.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-solid.hgi-standard.hgi-sakura:before {
    content: "刅"
}

.hgi-solid.hgi-standard.hgi-salah-time:before {
    content: "刈"
}

.hgi-solid.hgi-standard.hgi-salah:before {
    content: "刉"
}

.hgi-solid.hgi-standard.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-solid.hgi-standard.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-solid.hgi-standard.hgi-sandals:before {
    content: "刏"
}

.hgi-solid.hgi-standard.hgi-satellite-01:before {
    content: "刑"
}

.hgi-solid.hgi-standard.hgi-satellite-02:before {
    content: "刓"
}

.hgi-solid.hgi-standard.hgi-satellite-03:before {
    content: "刕"
}

.hgi-solid.hgi-standard.hgi-satellite:before {
    content: "列"
}

.hgi-solid.hgi-standard.hgi-saturn-01:before {
    content: "则"
}

.hgi-solid.hgi-standard.hgi-saturn-02:before {
    content: "创"
}

.hgi-solid.hgi-standard.hgi-saturn:before {
    content: "初"
}

.hgi-solid.hgi-standard.hgi-sausage:before {
    content: "刟"
}

.hgi-solid.hgi-standard.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-solid.hgi-standard.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-solid.hgi-standard.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-solid.hgi-standard.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-solid.hgi-standard.hgi-save-money-pound:before {
    content: "利"
}

.hgi-solid.hgi-standard.hgi-save-money-yen:before {
    content: "别"
}

.hgi-solid.hgi-standard.hgi-savings:before {
    content: "刭"
}

.hgi-solid.hgi-standard.hgi-scheme:before {
    content: "刯"
}

.hgi-solid.hgi-standard.hgi-school-01:before {
    content: "刱"
}

.hgi-solid.hgi-standard.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-solid.hgi-standard.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-solid.hgi-standard.hgi-school-bus:before {
    content: "刷"
}

.hgi-solid.hgi-standard.hgi-school-report-card:before {
    content: "刹"
}

.hgi-solid.hgi-standard.hgi-school-tie:before {
    content: "刼"
}

.hgi-solid.hgi-standard.hgi-school:before {
    content: "刽"
}

.hgi-solid.hgi-standard.hgi-scissor-01:before {
    content: "刿"
}

.hgi-solid.hgi-standard.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-solid.hgi-standard.hgi-scissor:before {
    content: "剃"
}

.hgi-solid.hgi-standard.hgi-scooter-01:before {
    content: "剅"
}

.hgi-solid.hgi-standard.hgi-scooter-02:before {
    content: "則"
}

.hgi-solid.hgi-standard.hgi-scooter-03:before {
    content: "剉"
}

.hgi-solid.hgi-standard.hgi-scooter-04:before {
    content: "剋"
}

.hgi-solid.hgi-standard.hgi-scooter-electric:before {
    content: "前"
}

.hgi-solid.hgi-standard.hgi-scratch-card:before {
    content: "剏"
}

.hgi-solid.hgi-standard.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-solid.hgi-standard.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-solid.hgi-standard.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-solid.hgi-standard.hgi-scribd:before {
    content: "剗"
}

.hgi-solid.hgi-standard.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-solid.hgi-standard.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-solid.hgi-standard.hgi-scroll:before {
    content: "剝"
}

.hgi-solid.hgi-standard.hgi-sd-card:before {
    content: "剟"
}

.hgi-solid.hgi-standard.hgi-seal:before {
    content: "剡"
}

.hgi-solid.hgi-standard.hgi-search-01:before {
    content: "剣"
}

.hgi-solid.hgi-standard.hgi-search-02:before {
    content: "剥"
}

.hgi-solid.hgi-standard.hgi-search-add:before {
    content: "剧"
}

.hgi-solid.hgi-standard.hgi-search-area:before {
    content: "剩"
}

.hgi-solid.hgi-standard.hgi-search-circle:before {
    content: "剫"
}

.hgi-solid.hgi-standard.hgi-search-dollar:before {
    content: "剭"
}

.hgi-solid.hgi-standard.hgi-search-focus:before {
    content: "副"
}

.hgi-solid.hgi-standard.hgi-search-list-01:before {
    content: "剱"
}

.hgi-solid.hgi-standard.hgi-search-list-02:before {
    content: "剳"
}

.hgi-solid.hgi-standard.hgi-search-minus:before {
    content: "創"
}

.hgi-solid.hgi-standard.hgi-search-remove:before {
    content: "剷"
}

.hgi-solid.hgi-standard.hgi-search-replace:before {
    content: "剹"
}

.hgi-solid.hgi-standard.hgi-search-square:before {
    content: "剻"
}

.hgi-solid.hgi-standard.hgi-search-visual:before {
    content: "剽"
}

.hgi-solid.hgi-standard.hgi-searching:before {
    content: "剿"
}

.hgi-solid.hgi-standard.hgi-seat-selector:before {
    content: "劁"
}

.hgi-solid.hgi-standard.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-solid.hgi-standard.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-solid.hgi-standard.hgi-second-bracket:before {
    content: "劇"
}

.hgi-solid.hgi-standard.hgi-secured-network:before {
    content: "劉"
}

.hgi-solid.hgi-standard.hgi-security-block:before {
    content: "劋"
}

.hgi-solid.hgi-standard.hgi-security-check:before {
    content: "劍"
}

.hgi-solid.hgi-standard.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-solid.hgi-standard.hgi-security-lock:before {
    content: "劑"
}

.hgi-solid.hgi-standard.hgi-security-password:before {
    content: "劓"
}

.hgi-solid.hgi-standard.hgi-security-validation:before {
    content: "劖"
}

.hgi-solid.hgi-standard.hgi-security-wifi:before {
    content: "劘"
}

.hgi-solid.hgi-standard.hgi-security:before {
    content: "劙"
}

.hgi-solid.hgi-standard.hgi-segment:before {
    content: "力"
}

.hgi-solid.hgi-standard.hgi-select-01:before {
    content: "劝"
}

.hgi-solid.hgi-standard.hgi-select-02:before {
    content: "功"
}

.hgi-solid.hgi-standard.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-solid.hgi-standard.hgi-senseless:before {
    content: "劣"
}

.hgi-solid.hgi-standard.hgi-sent:before {
    content: "劥"
}

.hgi-solid.hgi-standard.hgi-seo:before {
    content: "劧"
}

.hgi-solid.hgi-standard.hgi-service:before {
    content: "助"
}

.hgi-solid.hgi-standard.hgi-setting-06:before {
    content: "劫"
}

.hgi-solid.hgi-standard.hgi-setting-07:before {
    content: "劭"
}

.hgi-solid.hgi-standard.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-solid.hgi-standard.hgi-setting-done-02:before {
    content: "励"
}

.hgi-solid.hgi-standard.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-solid.hgi-standard.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-solid.hgi-standard.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-solid.hgi-standard.hgi-setting-error-04:before {
    content: "効"
}

.hgi-solid.hgi-standard.hgi-settings-01:before {
    content: "劻"
}

.hgi-solid.hgi-standard.hgi-settings-02:before {
    content: "劽"
}

.hgi-solid.hgi-standard.hgi-settings-03:before {
    content: "势"
}

.hgi-solid.hgi-standard.hgi-settings-04:before {
    content: "勁"
}

.hgi-solid.hgi-standard.hgi-settings-05:before {
    content: "勃"
}

.hgi-solid.hgi-standard.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-solid.hgi-standard.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-solid.hgi-standard.hgi-setup-01:before {
    content: "勉"
}

.hgi-solid.hgi-standard.hgi-setup-02:before {
    content: "勋"
}

.hgi-solid.hgi-standard.hgi-shaka-01:before {
    content: "勍"
}

.hgi-solid.hgi-standard.hgi-shaka-02:before {
    content: "勏"
}

.hgi-solid.hgi-standard.hgi-shaka-03:before {
    content: "勑"
}

.hgi-solid.hgi-standard.hgi-shaka-04:before {
    content: "勓"
}

.hgi-solid.hgi-standard.hgi-shampoo:before {
    content: "動"
}

.hgi-solid.hgi-standard.hgi-shapes:before {
    content: "勗"
}

.hgi-solid.hgi-standard.hgi-share-01:before {
    content: "務"
}

.hgi-solid.hgi-standard.hgi-share-02:before {
    content: "勛"
}

.hgi-solid.hgi-standard.hgi-share-03:before {
    content: "勝"
}

.hgi-solid.hgi-standard.hgi-share-04:before {
    content: "募"
}

.hgi-solid.hgi-standard.hgi-share-05:before {
    content: "勡"
}

.hgi-solid.hgi-standard.hgi-share-06:before {
    content: "勣"
}

.hgi-solid.hgi-standard.hgi-share-07:before {
    content: "勥"
}

.hgi-solid.hgi-standard.hgi-share-08:before {
    content: "勧"
}

.hgi-solid.hgi-standard.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-solid.hgi-standard.hgi-share-location-01:before {
    content: "勫"
}

.hgi-solid.hgi-standard.hgi-share-location-02:before {
    content: "勭"
}

.hgi-solid.hgi-standard.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-solid.hgi-standard.hgi-sharing:before {
    content: "勱"
}

.hgi-solid.hgi-standard.hgi-shellfish:before {
    content: "勳"
}

.hgi-solid.hgi-standard.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-solid.hgi-standard.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-solid.hgi-standard.hgi-shield-01:before {
    content: "勹"
}

.hgi-solid.hgi-standard.hgi-shield-02:before {
    content: "勻"
}

.hgi-solid.hgi-standard.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-solid.hgi-standard.hgi-shield-energy:before {
    content: "勿"
}

.hgi-solid.hgi-standard.hgi-shield-key:before {
    content: "匁"
}

.hgi-solid.hgi-standard.hgi-shield-user:before {
    content: "匃"
}

.hgi-solid.hgi-standard.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-solid.hgi-standard.hgi-shipping-center:before {
    content: "匇"
}

.hgi-solid.hgi-standard.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-solid.hgi-standard.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-solid.hgi-standard.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-solid.hgi-standard.hgi-shirt-01:before {
    content: "匏"
}

.hgi-solid.hgi-standard.hgi-shocked:before {
    content: "匑"
}

.hgi-solid.hgi-standard.hgi-shop-sign:before {
    content: "匓"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-solid.hgi-standard.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-solid.hgi-standard.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-solid.hgi-standard.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-solid.hgi-standard.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-solid.hgi-standard.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-solid.hgi-standard.hgi-shuffle:before {
    content: "即"
}

.hgi-solid.hgi-standard.hgi-shutterstock:before {
    content: "卵"
}

.hgi-solid.hgi-standard.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-solid.hgi-standard.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-solid.hgi-standard.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-solid.hgi-standard.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-solid.hgi-standard.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-solid.hgi-standard.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-solid.hgi-standard.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-solid.hgi-standard.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-solid.hgi-standard.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-solid.hgi-standard.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-solid.hgi-standard.hgi-signal-low-02:before {
    content: "压"
}

.hgi-solid.hgi-standard.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-solid.hgi-standard.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-solid.hgi-standard.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-solid.hgi-standard.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-solid.hgi-standard.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-solid.hgi-standard.hgi-signal:before {
    content: "厗"
}

.hgi-solid.hgi-standard.hgi-signature:before {
    content: "厙"
}

.hgi-solid.hgi-standard.hgi-silence:before {
    content: "厛"
}

.hgi-solid.hgi-standard.hgi-simcard-01:before {
    content: "厝"
}

.hgi-solid.hgi-standard.hgi-simcard-02:before {
    content: "原"
}

.hgi-solid.hgi-standard.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-solid.hgi-standard.hgi-sin:before {
    content: "厣"
}

.hgi-solid.hgi-standard.hgi-sine-01:before {
    content: "厥"
}

.hgi-solid.hgi-standard.hgi-sine-02:before {
    content: "厧"
}

.hgi-solid.hgi-standard.hgi-sing-left:before {
    content: "厩"
}

.hgi-solid.hgi-standard.hgi-sing-right:before {
    content: "厫"
}

.hgi-solid.hgi-standard.hgi-sink-01:before {
    content: "厭"
}

.hgi-solid.hgi-standard.hgi-sink-02:before {
    content: "厯"
}

.hgi-solid.hgi-standard.hgi-siri:before {
    content: "厱"
}

.hgi-solid.hgi-standard.hgi-sketch:before {
    content: "厳"
}

.hgi-solid.hgi-standard.hgi-skew:before {
    content: "厵"
}

.hgi-solid.hgi-standard.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-solid.hgi-standard.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-solid.hgi-standard.hgi-skull:before {
    content: "去"
}

.hgi-solid.hgi-standard.hgi-skype:before {
    content: "厽"
}

.hgi-solid.hgi-standard.hgi-slack:before {
    content: "县"
}

.hgi-solid.hgi-standard.hgi-sleeping:before {
    content: "叁"
}

.hgi-solid.hgi-standard.hgi-sleeveless:before {
    content: "參"
}

.hgi-solid.hgi-standard.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-solid.hgi-standard.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-solid.hgi-standard.hgi-slideshare:before {
    content: "叉"
}

.hgi-solid.hgi-standard.hgi-slow-winds:before {
    content: "友"
}

.hgi-solid.hgi-standard.hgi-smart-ac:before {
    content: "反"
}

.hgi-solid.hgi-standard.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-solid.hgi-standard.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-solid.hgi-standard.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-solid.hgi-standard.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-solid.hgi-standard.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-solid.hgi-standard.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-solid.hgi-standard.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-solid.hgi-standard.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-solid.hgi-standard.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-solid.hgi-standard.hgi-smart:before {
    content: "叡"
}

.hgi-solid.hgi-standard.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-solid.hgi-standard.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-solid.hgi-standard.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-solid.hgi-standard.hgi-smile:before {
    content: "叩"
}

.hgi-solid.hgi-standard.hgi-sms-code:before {
    content: "叫"
}

.hgi-solid.hgi-standard.hgi-snail:before {
    content: "叭"
}

.hgi-solid.hgi-standard.hgi-snapchat:before {
    content: "可"
}

.hgi-solid.hgi-standard.hgi-snow:before {
    content: "叱"
}

.hgi-solid.hgi-standard.hgi-soda-can:before {
    content: "右"
}

.hgi-solid.hgi-standard.hgi-sofa-01:before {
    content: "叵"
}

.hgi-solid.hgi-standard.hgi-sofa-02:before {
    content: "号"
}

.hgi-solid.hgi-standard.hgi-sofa-03:before {
    content: "叹"
}

.hgi-solid.hgi-standard.hgi-sofa-single:before {
    content: "叻"
}

.hgi-solid.hgi-standard.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-solid.hgi-standard.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-solid.hgi-standard.hgi-software-license:before {
    content: "吁"
}

.hgi-solid.hgi-standard.hgi-software-uninstall:before {
    content: "各"
}

.hgi-solid.hgi-standard.hgi-software:before {
    content: "吅"
}

.hgi-solid.hgi-standard.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-solid.hgi-standard.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-solid.hgi-standard.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-solid.hgi-standard.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-solid.hgi-standard.hgi-solar-energy:before {
    content: "吏"
}

.hgi-solid.hgi-standard.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-solid.hgi-standard.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-solid.hgi-standard.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-solid.hgi-standard.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-solid.hgi-standard.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-solid.hgi-standard.hgi-solar-power:before {
    content: "君"
}

.hgi-solid.hgi-standard.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-solid.hgi-standard.hgi-solar-system:before {
    content: "吟"
}

.hgi-solid.hgi-standard.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-solid.hgi-standard.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-solid.hgi-standard.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-solid.hgi-standard.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-solid.hgi-standard.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-solid.hgi-standard.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-solid.hgi-standard.hgi-sorting-01:before {
    content: "吭"
}

.hgi-solid.hgi-standard.hgi-sorting-02:before {
    content: "启"
}

.hgi-solid.hgi-standard.hgi-sorting-03:before {
    content: "吱"
}

.hgi-solid.hgi-standard.hgi-sorting-04:before {
    content: "吳"
}

.hgi-solid.hgi-standard.hgi-sorting-05:before {
    content: "吵"
}

.hgi-solid.hgi-standard.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-solid.hgi-standard.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-solid.hgi-standard.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-solid.hgi-standard.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-solid.hgi-standard.hgi-sorting-down:before {
    content: "吿"
}

.hgi-solid.hgi-standard.hgi-sorting-up:before {
    content: "呁"
}

.hgi-solid.hgi-standard.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-solid.hgi-standard.hgi-soundcloud:before {
    content: "呅"
}

.hgi-solid.hgi-standard.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-solid.hgi-standard.hgi-source-code-square:before {
    content: "告"
}

.hgi-solid.hgi-standard.hgi-source-code:before {
    content: "呋"
}

.hgi-solid.hgi-standard.hgi-spaceship:before {
    content: "呍"
}

.hgi-solid.hgi-standard.hgi-spades:before {
    content: "呏"
}

.hgi-solid.hgi-standard.hgi-spaghetti:before {
    content: "呑"
}

.hgi-solid.hgi-standard.hgi-spam:before {
    content: "呓"
}

.hgi-solid.hgi-standard.hgi-sparkles:before {
    content: "呕"
}

.hgi-solid.hgi-standard.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-solid.hgi-standard.hgi-spatula:before {
    content: "呙"
}

.hgi-solid.hgi-standard.hgi-speaker-01:before {
    content: "呛"
}

.hgi-solid.hgi-standard.hgi-speaker:before {
    content: "呝"
}

.hgi-solid.hgi-standard.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-solid.hgi-standard.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-solid.hgi-standard.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-solid.hgi-standard.hgi-sperm:before {
    content: "呥"
}

.hgi-solid.hgi-standard.hgi-sphere:before {
    content: "呧"
}

.hgi-solid.hgi-standard.hgi-spirals:before {
    content: "呩"
}

.hgi-solid.hgi-standard.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-solid.hgi-standard.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-solid.hgi-standard.hgi-spoon:before {
    content: "呯"
}

.hgi-solid.hgi-standard.hgi-spotify:before {
    content: "呱"
}

.hgi-solid.hgi-standard.hgi-sql:before {
    content: "味"
}

.hgi-solid.hgi-standard.hgi-square-01:before {
    content: "呵"
}

.hgi-solid.hgi-standard.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-solid.hgi-standard.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-solid.hgi-standard.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-solid.hgi-standard.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-solid.hgi-standard.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-solid.hgi-standard.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-solid.hgi-standard.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-solid.hgi-standard.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-solid.hgi-standard.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-solid.hgi-standard.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-solid.hgi-standard.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-solid.hgi-standard.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-solid.hgi-standard.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-solid.hgi-standard.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-solid.hgi-standard.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-solid.hgi-standard.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-solid.hgi-standard.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-solid.hgi-standard.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-solid.hgi-standard.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-solid.hgi-standard.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-solid.hgi-standard.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-solid.hgi-standard.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-solid.hgi-standard.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-solid.hgi-standard.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-solid.hgi-standard.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-solid.hgi-standard.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-solid.hgi-standard.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-solid.hgi-standard.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-solid.hgi-standard.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-solid.hgi-standard.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-solid.hgi-standard.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-solid.hgi-standard.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-solid.hgi-standard.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-solid.hgi-standard.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-solid.hgi-standard.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-solid.hgi-standard.hgi-square-circle:before {
    content: "哉"
}

.hgi-solid.hgi-standard.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-solid.hgi-standard.hgi-square-lock-02:before {
    content: "响"
}

.hgi-solid.hgi-standard.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-solid.hgi-standard.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-solid.hgi-standard.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-solid.hgi-standard.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-solid.hgi-standard.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-solid.hgi-standard.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-solid.hgi-standard.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-solid.hgi-standard.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-solid.hgi-standard.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-solid.hgi-standard.hgi-square-root-square:before {
    content: "員"
}

.hgi-solid.hgi-standard.hgi-square-square:before {
    content: "哤"
}

.hgi-solid.hgi-standard.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-solid.hgi-standard.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-solid.hgi-standard.hgi-square:before {
    content: "哩"
}

.hgi-solid.hgi-standard.hgi-stack-star:before {
    content: "哫"
}

.hgi-solid.hgi-standard.hgi-stake:before {
    content: "哭"
}

.hgi-solid.hgi-standard.hgi-stamp-01:before {
    content: "哯"
}

.hgi-solid.hgi-standard.hgi-stamp-02:before {
    content: "哱"
}

.hgi-solid.hgi-standard.hgi-stamp:before {
    content: "哳"
}

.hgi-solid.hgi-standard.hgi-star-circle:before {
    content: "哵"
}

.hgi-solid.hgi-standard.hgi-star-face:before {
    content: "哷"
}

.hgi-solid.hgi-standard.hgi-star-half:before {
    content: "哹"
}

.hgi-solid.hgi-standard.hgi-star-off:before {
    content: "哻"
}

.hgi-solid.hgi-standard.hgi-star-square:before {
    content: "哾"
}

.hgi-solid.hgi-standard.hgi-star:before {
    content: "哿"
}

.hgi-solid.hgi-standard.hgi-stars:before {
    content: "唁"
}

.hgi-solid.hgi-standard.hgi-start-up-01:before {
    content: "唃"
}

.hgi-solid.hgi-standard.hgi-start-up-02:before {
    content: "唅"
}

.hgi-solid.hgi-standard.hgi-stationery:before {
    content: "唇"
}

.hgi-solid.hgi-standard.hgi-steak:before {
    content: "唉"
}

.hgi-solid.hgi-standard.hgi-steering:before {
    content: "唋"
}

.hgi-solid.hgi-standard.hgi-step-into:before {
    content: "唍"
}

.hgi-solid.hgi-standard.hgi-step-out:before {
    content: "唏"
}

.hgi-solid.hgi-standard.hgi-step-over:before {
    content: "唑"
}

.hgi-solid.hgi-standard.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-solid.hgi-standard.hgi-stethoscope:before {
    content: "唕"
}

.hgi-solid.hgi-standard.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-solid.hgi-standard.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-solid.hgi-standard.hgi-stop-watch:before {
    content: "唜"
}

.hgi-solid.hgi-standard.hgi-stop:before {
    content: "唝"
}

.hgi-solid.hgi-standard.hgi-store-01:before {
    content: "唟"
}

.hgi-solid.hgi-standard.hgi-store-02:before {
    content: "唡"
}

.hgi-solid.hgi-standard.hgi-store-03:before {
    content: "唣"
}

.hgi-solid.hgi-standard.hgi-store-04:before {
    content: "唥"
}

.hgi-solid.hgi-standard.hgi-store-add-01:before {
    content: "唧"
}

.hgi-solid.hgi-standard.hgi-store-add-02:before {
    content: "唩"
}

.hgi-solid.hgi-standard.hgi-store-location-01:before {
    content: "唫"
}

.hgi-solid.hgi-standard.hgi-store-location-02:before {
    content: "唭"
}

.hgi-solid.hgi-standard.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-solid.hgi-standard.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-solid.hgi-standard.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-solid.hgi-standard.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-solid.hgi-standard.hgi-straight-edge:before {
    content: "唷"
}

.hgi-solid.hgi-standard.hgi-strategy:before {
    content: "唹"
}

.hgi-solid.hgi-standard.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-solid.hgi-standard.hgi-stroke-center:before {
    content: "唽"
}

.hgi-solid.hgi-standard.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-solid.hgi-standard.hgi-stroke-left:before {
    content: "啁"
}

.hgi-solid.hgi-standard.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-solid.hgi-standard.hgi-stroke-right:before {
    content: "啅"
}

.hgi-solid.hgi-standard.hgi-stroke-top:before {
    content: "啇"
}

.hgi-solid.hgi-standard.hgi-structure-01:before {
    content: "啉"
}

.hgi-solid.hgi-standard.hgi-structure-02:before {
    content: "啋"
}

.hgi-solid.hgi-standard.hgi-structure-03:before {
    content: "啍"
}

.hgi-solid.hgi-standard.hgi-structure-04:before {
    content: "問"
}

.hgi-solid.hgi-standard.hgi-structure-05:before {
    content: "啑"
}

.hgi-solid.hgi-standard.hgi-structure-add:before {
    content: "啓"
}

.hgi-solid.hgi-standard.hgi-structure-check:before {
    content: "啕"
}

.hgi-solid.hgi-standard.hgi-structure-fail:before {
    content: "啗"
}

.hgi-solid.hgi-standard.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-solid.hgi-standard.hgi-structure-folder:before {
    content: "啛"
}

.hgi-solid.hgi-standard.hgi-student-card:before {
    content: "啝"
}

.hgi-solid.hgi-standard.hgi-student:before {
    content: "啟"
}

.hgi-solid.hgi-standard.hgi-students:before {
    content: "啡"
}

.hgi-solid.hgi-standard.hgi-study-desk:before {
    content: "啣"
}

.hgi-solid.hgi-standard.hgi-study-lamp:before {
    content: "啥"
}

.hgi-solid.hgi-standard.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-solid.hgi-standard.hgi-submarine:before {
    content: "啩"
}

.hgi-solid.hgi-standard.hgi-submerge:before {
    content: "啫"
}

.hgi-solid.hgi-standard.hgi-subnode-add:before {
    content: "啭"
}

.hgi-solid.hgi-standard.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-solid.hgi-standard.hgi-subpoena:before {
    content: "啱"
}

.hgi-solid.hgi-standard.hgi-subtitle:before {
    content: "啳"
}

.hgi-solid.hgi-standard.hgi-suit-01:before {
    content: "啵"
}

.hgi-solid.hgi-standard.hgi-suit-02:before {
    content: "啷"
}

.hgi-solid.hgi-standard.hgi-sujood:before {
    content: "啹"
}

.hgi-solid.hgi-standard.hgi-summation-01:before {
    content: "啻"
}

.hgi-solid.hgi-standard.hgi-summation-02:before {
    content: "啽"
}

.hgi-solid.hgi-standard.hgi-summation-circle:before {
    content: "啿"
}

.hgi-solid.hgi-standard.hgi-summation-square:before {
    content: "喁"
}

.hgi-solid.hgi-standard.hgi-sun-01:before {
    content: "喃"
}

.hgi-solid.hgi-standard.hgi-sun-02:before {
    content: "喅"
}

.hgi-solid.hgi-standard.hgi-sun-03:before {
    content: "喇"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-solid.hgi-standard.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-solid.hgi-standard.hgi-sunglasses:before {
    content: "喽"
}

.hgi-solid.hgi-standard.hgi-sunrise:before {
    content: "喿"
}

.hgi-solid.hgi-standard.hgi-sunset:before {
    content: "嗁"
}

.hgi-solid.hgi-standard.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-solid.hgi-standard.hgi-super-mario:before {
    content: "嗅"
}

.hgi-solid.hgi-standard.hgi-surfboard:before {
    content: "嗇"
}

.hgi-solid.hgi-standard.hgi-surprise:before {
    content: "嗉"
}

.hgi-solid.hgi-standard.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-solid.hgi-standard.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-solid.hgi-standard.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-solid.hgi-standard.hgi-suspicious:before {
    content: "嗑"
}

.hgi-solid.hgi-standard.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-solid.hgi-standard.hgi-svg-01:before {
    content: "嗕"
}

.hgi-solid.hgi-standard.hgi-svg-02:before {
    content: "嗗"
}

.hgi-solid.hgi-standard.hgi-swarm:before {
    content: "嗙"
}

.hgi-solid.hgi-standard.hgi-swatch:before {
    content: "嗛"
}

.hgi-solid.hgi-standard.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-solid.hgi-standard.hgi-swimming:before {
    content: "嗟"
}

.hgi-solid.hgi-standard.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-solid.hgi-standard.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-solid.hgi-standard.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-solid.hgi-standard.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-solid.hgi-standard.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-solid.hgi-standard.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-solid.hgi-standard.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-solid.hgi-standard.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-solid.hgi-standard.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-solid.hgi-standard.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-solid.hgi-standard.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-solid.hgi-standard.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-solid.hgi-standard.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-solid.hgi-standard.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-solid.hgi-standard.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-solid.hgi-standard.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-solid.hgi-standard.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-solid.hgi-standard.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-solid.hgi-standard.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-solid.hgi-standard.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-solid.hgi-standard.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-solid.hgi-standard.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-solid.hgi-standard.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-solid.hgi-standard.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-solid.hgi-standard.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-solid.hgi-standard.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-solid.hgi-standard.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-solid.hgi-standard.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-solid.hgi-standard.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-solid.hgi-standard.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-solid.hgi-standard.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-solid.hgi-standard.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-solid.hgi-standard.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-solid.hgi-standard.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-solid.hgi-standard.hgi-sword-01:before {
    content: "嘥"
}

.hgi-solid.hgi-standard.hgi-sword-02:before {
    content: "嘧"
}

.hgi-solid.hgi-standard.hgi-sword-03:before {
    content: "嘩"
}

.hgi-solid.hgi-standard.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-solid.hgi-standard.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-solid.hgi-standard.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-solid.hgi-standard.hgi-table-01:before {
    content: "嘱"
}

.hgi-solid.hgi-standard.hgi-table-02:before {
    content: "嘳"
}

.hgi-solid.hgi-standard.hgi-table-03:before {
    content: "嘵"
}

.hgi-solid.hgi-standard.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-solid.hgi-standard.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-solid.hgi-standard.hgi-table-round:before {
    content: "嘻"
}

.hgi-solid.hgi-standard.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-solid.hgi-standard.hgi-table:before {
    content: "嘿"
}

.hgi-solid.hgi-standard.hgi-tablet-01:before {
    content: "噁"
}

.hgi-solid.hgi-standard.hgi-tablet-02:before {
    content: "噃"
}

.hgi-solid.hgi-standard.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-solid.hgi-standard.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-solid.hgi-standard.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-solid.hgi-standard.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-solid.hgi-standard.hgi-taco-01:before {
    content: "噍"
}

.hgi-solid.hgi-standard.hgi-taco-02:before {
    content: "噏"
}

.hgi-solid.hgi-standard.hgi-tag-01:before {
    content: "噑"
}

.hgi-solid.hgi-standard.hgi-tag-02:before {
    content: "噓"
}

.hgi-solid.hgi-standard.hgi-tags:before {
    content: "噕"
}

.hgi-solid.hgi-standard.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-solid.hgi-standard.hgi-tan:before {
    content: "噙"
}

.hgi-solid.hgi-standard.hgi-tank-top:before {
    content: "噛"
}

.hgi-solid.hgi-standard.hgi-tap-01:before {
    content: "噝"
}

.hgi-solid.hgi-standard.hgi-tap-02:before {
    content: "噟"
}

.hgi-solid.hgi-standard.hgi-tap-03:before {
    content: "噡"
}

.hgi-solid.hgi-standard.hgi-tap-04:before {
    content: "噣"
}

.hgi-solid.hgi-standard.hgi-tap-05:before {
    content: "噥"
}

.hgi-solid.hgi-standard.hgi-tap-06:before {
    content: "噧"
}

.hgi-solid.hgi-standard.hgi-tap-07:before {
    content: "噩"
}

.hgi-solid.hgi-standard.hgi-tap-08:before {
    content: "噫"
}

.hgi-solid.hgi-standard.hgi-tape-measure:before {
    content: "噭"
}

.hgi-solid.hgi-standard.hgi-target-01:before {
    content: "噯"
}

.hgi-solid.hgi-standard.hgi-target-02:before {
    content: "噱"
}

.hgi-solid.hgi-standard.hgi-target-03:before {
    content: "噳"
}

.hgi-solid.hgi-standard.hgi-target-dollar:before {
    content: "噵"
}

.hgi-solid.hgi-standard.hgi-tasbih:before {
    content: "噷"
}

.hgi-solid.hgi-standard.hgi-task-01:before {
    content: "噹"
}

.hgi-solid.hgi-standard.hgi-task-02:before {
    content: "噻"
}

.hgi-solid.hgi-standard.hgi-task-add-01:before {
    content: "噽"
}

.hgi-solid.hgi-standard.hgi-task-add-02:before {
    content: "噿"
}

.hgi-solid.hgi-standard.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-solid.hgi-standard.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-solid.hgi-standard.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-solid.hgi-standard.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-solid.hgi-standard.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-solid.hgi-standard.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-solid.hgi-standard.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-solid.hgi-standard.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-solid.hgi-standard.hgi-taxes:before {
    content: "嚑"
}

.hgi-solid.hgi-standard.hgi-taxi:before {
    content: "嚓"
}

.hgi-solid.hgi-standard.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-solid.hgi-standard.hgi-tea:before {
    content: "嚗"
}

.hgi-solid.hgi-standard.hgi-teacher:before {
    content: "嚙"
}

.hgi-solid.hgi-standard.hgi-teaching:before {
    content: "嚛"
}

.hgi-solid.hgi-standard.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-solid.hgi-standard.hgi-telegram:before {
    content: "嚟"
}

.hgi-solid.hgi-standard.hgi-telephone:before {
    content: "嚡"
}

.hgi-solid.hgi-standard.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-solid.hgi-standard.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-solid.hgi-standard.hgi-television-table:before {
    content: "嚧"
}

.hgi-solid.hgi-standard.hgi-temperature:before {
    content: "嚩"
}

.hgi-solid.hgi-standard.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-solid.hgi-standard.hgi-terrace:before {
    content: "嚭"
}

.hgi-solid.hgi-standard.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-solid.hgi-standard.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-solid.hgi-standard.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-solid.hgi-standard.hgi-test-tube:before {
    content: "嚵"
}

.hgi-solid.hgi-standard.hgi-tetris:before {
    content: "嚷"
}

.hgi-solid.hgi-standard.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-solid.hgi-standard.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-solid.hgi-standard.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-solid.hgi-standard.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-solid.hgi-standard.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-solid.hgi-standard.hgi-text-align-left:before {
    content: "囃"
}

.hgi-solid.hgi-standard.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-solid.hgi-standard.hgi-text-align-right:before {
    content: "囇"
}

.hgi-solid.hgi-standard.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-solid.hgi-standard.hgi-text-bold:before {
    content: "囋"
}

.hgi-solid.hgi-standard.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-solid.hgi-standard.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-solid.hgi-standard.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-solid.hgi-standard.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-solid.hgi-standard.hgi-text-check:before {
    content: "囕"
}

.hgi-solid.hgi-standard.hgi-text-circle:before {
    content: "囗"
}

.hgi-solid.hgi-standard.hgi-text-clear:before {
    content: "囙"
}

.hgi-solid.hgi-standard.hgi-text-color:before {
    content: "四"
}

.hgi-solid.hgi-standard.hgi-text-creation:before {
    content: "囝"
}

.hgi-solid.hgi-standard.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-solid.hgi-standard.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-solid.hgi-standard.hgi-text-font:before {
    content: "団"
}

.hgi-solid.hgi-standard.hgi-text-footnote:before {
    content: "囥"
}

.hgi-solid.hgi-standard.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-solid.hgi-standard.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-solid.hgi-standard.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-solid.hgi-standard.hgi-text-indent:before {
    content: "园"
}

.hgi-solid.hgi-standard.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-solid.hgi-standard.hgi-text-italic:before {
    content: "囱"
}

.hgi-solid.hgi-standard.hgi-text-kerning:before {
    content: "図"
}

.hgi-solid.hgi-standard.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-solid.hgi-standard.hgi-text-selection:before {
    content: "囸"
}

.hgi-solid.hgi-standard.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-solid.hgi-standard.hgi-text-square:before {
    content: "囼"
}

.hgi-solid.hgi-standard.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-solid.hgi-standard.hgi-text-subscript:before {
    content: "圀"
}

.hgi-solid.hgi-standard.hgi-text-superscript:before {
    content: "圂"
}

.hgi-solid.hgi-standard.hgi-text-tracking:before {
    content: "圄"
}

.hgi-solid.hgi-standard.hgi-text-underline:before {
    content: "圆"
}

.hgi-solid.hgi-standard.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-solid.hgi-standard.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-solid.hgi-standard.hgi-text-wrap:before {
    content: "圌"
}

.hgi-solid.hgi-standard.hgi-text:before {
    content: "圍"
}

.hgi-solid.hgi-standard.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-solid.hgi-standard.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-solid.hgi-standard.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-solid.hgi-standard.hgi-thermometer:before {
    content: "圕"
}

.hgi-solid.hgi-standard.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-solid.hgi-standard.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-solid.hgi-standard.hgi-third-bracket:before {
    content: "圛"
}

.hgi-solid.hgi-standard.hgi-thread:before {
    content: "圝"
}

.hgi-solid.hgi-standard.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-solid.hgi-standard.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-solid.hgi-standard.hgi-threads:before {
    content: "圣"
}

.hgi-solid.hgi-standard.hgi-three-d-move:before {
    content: "圥"
}

.hgi-solid.hgi-standard.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-solid.hgi-standard.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-solid.hgi-standard.hgi-three-d-view:before {
    content: "圫"
}

.hgi-solid.hgi-standard.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-solid.hgi-standard.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-solid.hgi-standard.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-solid.hgi-standard.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-solid.hgi-standard.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-solid.hgi-standard.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-solid.hgi-standard.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-solid.hgi-standard.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-solid.hgi-standard.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-solid.hgi-standard.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-solid.hgi-standard.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-solid.hgi-standard.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-solid.hgi-standard.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-solid.hgi-standard.hgi-tick-01:before {
    content: "均"
}

.hgi-solid.hgi-standard.hgi-tick-02:before {
    content: "坉"
}

.hgi-solid.hgi-standard.hgi-tick-03:before {
    content: "坋"
}

.hgi-solid.hgi-standard.hgi-tick-04:before {
    content: "坍"
}

.hgi-solid.hgi-standard.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-solid.hgi-standard.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-solid.hgi-standard.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-solid.hgi-standard.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-solid.hgi-standard.hgi-ticket-01:before {
    content: "块"
}

.hgi-solid.hgi-standard.hgi-ticket-02:before {
    content: "坙"
}

.hgi-solid.hgi-standard.hgi-ticket-03:before {
    content: "坛"
}

.hgi-solid.hgi-standard.hgi-ticket-star:before {
    content: "坝"
}

.hgi-solid.hgi-standard.hgi-tie:before {
    content: "坟"
}

.hgi-solid.hgi-standard.hgi-tiktok:before {
    content: "坡"
}

.hgi-solid.hgi-standard.hgi-time-01:before {
    content: "坣"
}

.hgi-solid.hgi-standard.hgi-time-02:before {
    content: "坥"
}

.hgi-solid.hgi-standard.hgi-time-03:before {
    content: "坧"
}

.hgi-solid.hgi-standard.hgi-time-04:before {
    content: "坩"
}

.hgi-solid.hgi-standard.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-solid.hgi-standard.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-solid.hgi-standard.hgi-time-management:before {
    content: "坯"
}

.hgi-solid.hgi-standard.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-solid.hgi-standard.hgi-time-quarter:before {
    content: "坳"
}

.hgi-solid.hgi-standard.hgi-time-schedule:before {
    content: "坵"
}

.hgi-solid.hgi-standard.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-solid.hgi-standard.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-solid.hgi-standard.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-solid.hgi-standard.hgi-timer-01:before {
    content: "坽"
}

.hgi-solid.hgi-standard.hgi-timer-02:before {
    content: "坿"
}

.hgi-solid.hgi-standard.hgi-tips:before {
    content: "垁"
}

.hgi-solid.hgi-standard.hgi-tired-01:before {
    content: "垃"
}

.hgi-solid.hgi-standard.hgi-tired-02:before {
    content: "垅"
}

.hgi-solid.hgi-standard.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-solid.hgi-standard.hgi-toggle-off:before {
    content: "垉"
}

.hgi-solid.hgi-standard.hgi-toggle-on:before {
    content: "型"
}

.hgi-solid.hgi-standard.hgi-toilet-01:before {
    content: "垍"
}

.hgi-solid.hgi-standard.hgi-toilet-02:before {
    content: "垏"
}

.hgi-solid.hgi-standard.hgi-tongue-01:before {
    content: "垑"
}

.hgi-solid.hgi-standard.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-solid.hgi-standard.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-solid.hgi-standard.hgi-tongue:before {
    content: "垗"
}

.hgi-solid.hgi-standard.hgi-tools:before {
    content: "垙"
}

.hgi-solid.hgi-standard.hgi-tornado-01:before {
    content: "垛"
}

.hgi-solid.hgi-standard.hgi-tornado-02:before {
    content: "垝"
}

.hgi-solid.hgi-standard.hgi-torri-gate:before {
    content: "垟"
}

.hgi-solid.hgi-standard.hgi-touch-01:before {
    content: "垡"
}

.hgi-solid.hgi-standard.hgi-touch-02:before {
    content: "垣"
}

.hgi-solid.hgi-standard.hgi-touch-03:before {
    content: "垥"
}

.hgi-solid.hgi-standard.hgi-touch-04:before {
    content: "垧"
}

.hgi-solid.hgi-standard.hgi-touch-05:before {
    content: "垩"
}

.hgi-solid.hgi-standard.hgi-touch-06:before {
    content: "垫"
}

.hgi-solid.hgi-standard.hgi-touch-07:before {
    content: "垭"
}

.hgi-solid.hgi-standard.hgi-touch-08:before {
    content: "垯"
}

.hgi-solid.hgi-standard.hgi-touch-09:before {
    content: "垱"
}

.hgi-solid.hgi-standard.hgi-touch-10:before {
    content: "垳"
}

.hgi-solid.hgi-standard.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-solid.hgi-standard.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-solid.hgi-standard.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-solid.hgi-standard.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-solid.hgi-standard.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-solid.hgi-standard.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-solid.hgi-standard.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-solid.hgi-standard.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-solid.hgi-standard.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-solid.hgi-standard.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-solid.hgi-standard.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-solid.hgi-standard.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-solid.hgi-standard.hgi-tow-truck:before {
    content: "埍"
}

.hgi-solid.hgi-standard.hgi-towels:before {
    content: "埏"
}

.hgi-solid.hgi-standard.hgi-toy-train:before {
    content: "埑"
}

.hgi-solid.hgi-standard.hgi-tractor:before {
    content: "埓"
}

.hgi-solid.hgi-standard.hgi-trade-down:before {
    content: "埕"
}

.hgi-solid.hgi-standard.hgi-trade-mark:before {
    content: "埗"
}

.hgi-solid.hgi-standard.hgi-trade-up:before {
    content: "埙"
}

.hgi-solid.hgi-standard.hgi-trademark:before {
    content: "埛"
}

.hgi-solid.hgi-standard.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-solid.hgi-standard.hgi-traffic-light:before {
    content: "域"
}

.hgi-solid.hgi-standard.hgi-train-01:before {
    content: "埡"
}

.hgi-solid.hgi-standard.hgi-train-02:before {
    content: "埣"
}

.hgi-solid.hgi-standard.hgi-tram:before {
    content: "埥"
}

.hgi-solid.hgi-standard.hgi-trampoline:before {
    content: "埧"
}

.hgi-solid.hgi-standard.hgi-transaction:before {
    content: "埩"
}

.hgi-solid.hgi-standard.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-solid.hgi-standard.hgi-transition-left:before {
    content: "埭"
}

.hgi-solid.hgi-standard.hgi-transition-right:before {
    content: "埯"
}

.hgi-solid.hgi-standard.hgi-transition-top:before {
    content: "埱"
}

.hgi-solid.hgi-standard.hgi-translate:before {
    content: "埳"
}

.hgi-solid.hgi-standard.hgi-translation:before {
    content: "埵"
}

.hgi-solid.hgi-standard.hgi-transmission:before {
    content: "執"
}

.hgi-solid.hgi-standard.hgi-transparency:before {
    content: "培"
}

.hgi-solid.hgi-standard.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-solid.hgi-standard.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-solid.hgi-standard.hgi-travel-bag:before {
    content: "埿"
}

.hgi-solid.hgi-standard.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-solid.hgi-standard.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-solid.hgi-standard.hgi-treatment:before {
    content: "堅"
}

.hgi-solid.hgi-standard.hgi-tree-01:before {
    content: "堇"
}

.hgi-solid.hgi-standard.hgi-tree-02:before {
    content: "堉"
}

.hgi-solid.hgi-standard.hgi-tree-03:before {
    content: "堋"
}

.hgi-solid.hgi-standard.hgi-tree-04:before {
    content: "堍"
}

.hgi-solid.hgi-standard.hgi-tree-05:before {
    content: "堏"
}

.hgi-solid.hgi-standard.hgi-tree-06:before {
    content: "堑"
}

.hgi-solid.hgi-standard.hgi-tree-07:before {
    content: "堓"
}

.hgi-solid.hgi-standard.hgi-trello:before {
    content: "堕"
}

.hgi-solid.hgi-standard.hgi-triangle-01:before {
    content: "堗"
}

.hgi-solid.hgi-standard.hgi-triangle-02:before {
    content: "堙"
}

.hgi-solid.hgi-standard.hgi-triangle-03:before {
    content: "堛"
}

.hgi-solid.hgi-standard.hgi-triangle:before {
    content: "堝"
}

.hgi-solid.hgi-standard.hgi-trolley-01:before {
    content: "堟"
}

.hgi-solid.hgi-standard.hgi-trolley-02:before {
    content: "堡"
}

.hgi-solid.hgi-standard.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-solid.hgi-standard.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-solid.hgi-standard.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-solid.hgi-standard.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-solid.hgi-standard.hgi-truck-monster:before {
    content: "堫"
}

.hgi-solid.hgi-standard.hgi-truck-return:before {
    content: "堭"
}

.hgi-solid.hgi-standard.hgi-truck:before {
    content: "堯"
}

.hgi-solid.hgi-standard.hgi-trulli:before {
    content: "報"
}

.hgi-solid.hgi-standard.hgi-tsunami:before {
    content: "堳"
}

.hgi-solid.hgi-standard.hgi-tulip:before {
    content: "堵"
}

.hgi-solid.hgi-standard.hgi-tumblr:before {
    content: "堷"
}

.hgi-solid.hgi-standard.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-solid.hgi-standard.hgi-tv-01:before {
    content: "堻"
}

.hgi-solid.hgi-standard.hgi-tv-02:before {
    content: "堽"
}

.hgi-solid.hgi-standard.hgi-tv-fix:before {
    content: "堿"
}

.hgi-solid.hgi-standard.hgi-tv-issue:before {
    content: "塁"
}

.hgi-solid.hgi-standard.hgi-tv-smart:before {
    content: "塃"
}

.hgi-solid.hgi-standard.hgi-twin-tower:before {
    content: "塅"
}

.hgi-solid.hgi-standard.hgi-twitch:before {
    content: "塇"
}

.hgi-solid.hgi-standard.hgi-twitter-square:before {
    content: "塊"
}

.hgi-solid.hgi-standard.hgi-twitter:before {
    content: "塋"
}

.hgi-solid.hgi-standard.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-solid.hgi-standard.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-solid.hgi-standard.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-solid.hgi-standard.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-solid.hgi-standard.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-solid.hgi-standard.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-solid.hgi-standard.hgi-txt-01:before {
    content: "塙"
}

.hgi-solid.hgi-standard.hgi-txt-02:before {
    content: "塛"
}

.hgi-solid.hgi-standard.hgi-type-cursor:before {
    content: "塝"
}

.hgi-solid.hgi-standard.hgi-typescript-01:before {
    content: "塟"
}

.hgi-solid.hgi-standard.hgi-typescript-02:before {
    content: "塡"
}

.hgi-solid.hgi-standard.hgi-typescript-03:before {
    content: "塣"
}

.hgi-solid.hgi-standard.hgi-uber:before {
    content: "塥"
}

.hgi-solid.hgi-standard.hgi-ufo-01:before {
    content: "塧"
}

.hgi-solid.hgi-standard.hgi-ufo:before {
    content: "塩"
}

.hgi-solid.hgi-standard.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-solid.hgi-standard.hgi-umbrella:before {
    content: "塭"
}

.hgi-solid.hgi-standard.hgi-unamused:before {
    content: "塯"
}

.hgi-solid.hgi-standard.hgi-unavailable:before {
    content: "塱"
}

.hgi-solid.hgi-standard.hgi-underpants-01:before {
    content: "塳"
}

.hgi-solid.hgi-standard.hgi-underpants-02:before {
    content: "塵"
}

.hgi-solid.hgi-standard.hgi-underpants-03:before {
    content: "塷"
}

.hgi-solid.hgi-standard.hgi-unfold-less:before {
    content: "塹"
}

.hgi-solid.hgi-standard.hgi-unfold-more:before {
    content: "塻"
}

.hgi-solid.hgi-standard.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-solid.hgi-standard.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-solid.hgi-standard.hgi-unhappy:before {
    content: "墁"
}

.hgi-solid.hgi-standard.hgi-university:before {
    content: "境"
}

.hgi-solid.hgi-standard.hgi-unlink-01:before {
    content: "墅"
}

.hgi-solid.hgi-standard.hgi-unlink-02:before {
    content: "墇"
}

.hgi-solid.hgi-standard.hgi-unlink-03:before {
    content: "墉"
}

.hgi-solid.hgi-standard.hgi-unlink-04:before {
    content: "墋"
}

.hgi-solid.hgi-standard.hgi-unlink-05:before {
    content: "墍"
}

.hgi-solid.hgi-standard.hgi-unlink-06:before {
    content: "墏"
}

.hgi-solid.hgi-standard.hgi-unsplash:before {
    content: "墑"
}

.hgi-solid.hgi-standard.hgi-upload-01:before {
    content: "墓"
}

.hgi-solid.hgi-standard.hgi-upload-02:before {
    content: "墕"
}

.hgi-solid.hgi-standard.hgi-upload-03:before {
    content: "増"
}

.hgi-solid.hgi-standard.hgi-upload-04:before {
    content: "墙"
}

.hgi-solid.hgi-standard.hgi-upload-05:before {
    content: "墛"
}

.hgi-solid.hgi-standard.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-solid.hgi-standard.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-solid.hgi-standard.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-solid.hgi-standard.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-solid.hgi-standard.hgi-upwork:before {
    content: "墥"
}

.hgi-solid.hgi-standard.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-solid.hgi-standard.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-solid.hgi-standard.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-solid.hgi-standard.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-solid.hgi-standard.hgi-usb-error:before {
    content: "墯"
}

.hgi-solid.hgi-standard.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-solid.hgi-standard.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-solid.hgi-standard.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-solid.hgi-standard.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-solid.hgi-standard.hgi-usb:before {
    content: "墹"
}

.hgi-solid.hgi-standard.hgi-user-account:before {
    content: "墻"
}

.hgi-solid.hgi-standard.hgi-user-add-01:before {
    content: "墽"
}

.hgi-solid.hgi-standard.hgi-user-add-02:before {
    content: "墿"
}

.hgi-solid.hgi-standard.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-solid.hgi-standard.hgi-user-block-01:before {
    content: "壃"
}

.hgi-solid.hgi-standard.hgi-user-block-02:before {
    content: "壅"
}

.hgi-solid.hgi-standard.hgi-user-check-01:before {
    content: "壇"
}

.hgi-solid.hgi-standard.hgi-user-check-02:before {
    content: "壉"
}

.hgi-solid.hgi-standard.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-solid.hgi-standard.hgi-user-circle:before {
    content: "壍"
}

.hgi-solid.hgi-standard.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-solid.hgi-standard.hgi-user-full-view:before {
    content: "壑"
}

.hgi-solid.hgi-standard.hgi-user-group:before {
    content: "壓"
}

.hgi-solid.hgi-standard.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-solid.hgi-standard.hgi-user-list:before {
    content: "壗"
}

.hgi-solid.hgi-standard.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-solid.hgi-standard.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-solid.hgi-standard.hgi-user-love-01:before {
    content: "壝"
}

.hgi-solid.hgi-standard.hgi-user-love-02:before {
    content: "壟"
}

.hgi-solid.hgi-standard.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-solid.hgi-standard.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-solid.hgi-standard.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-solid.hgi-standard.hgi-user-multiple:before {
    content: "壧"
}

.hgi-solid.hgi-standard.hgi-user-question-01:before {
    content: "壩"
}

.hgi-solid.hgi-standard.hgi-user-question-02:before {
    content: "士"
}

.hgi-solid.hgi-standard.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-solid.hgi-standard.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-solid.hgi-standard.hgi-user-roadside:before {
    content: "壱"
}

.hgi-solid.hgi-standard.hgi-user-search-01:before {
    content: "壳"
}

.hgi-solid.hgi-standard.hgi-user-search-02:before {
    content: "壵"
}

.hgi-solid.hgi-standard.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-solid.hgi-standard.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-solid.hgi-standard.hgi-user-sharing:before {
    content: "壼"
}

.hgi-solid.hgi-standard.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-solid.hgi-standard.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-solid.hgi-standard.hgi-user-square:before {
    content: "夂"
}

.hgi-solid.hgi-standard.hgi-user-star-01:before {
    content: "处"
}

.hgi-solid.hgi-standard.hgi-user-star-02:before {
    content: "夆"
}

.hgi-solid.hgi-standard.hgi-user-status:before {
    content: "夈"
}

.hgi-solid.hgi-standard.hgi-user-story:before {
    content: "夊"
}

.hgi-solid.hgi-standard.hgi-user-switch:before {
    content: "夌"
}

.hgi-solid.hgi-standard.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-solid.hgi-standard.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-solid.hgi-standard.hgi-user:before {
    content: "夑"
}

.hgi-solid.hgi-standard.hgi-uv-01:before {
    content: "夓"
}

.hgi-solid.hgi-standard.hgi-uv-02:before {
    content: "夕"
}

.hgi-solid.hgi-standard.hgi-uv-03:before {
    content: "夗"
}

.hgi-solid.hgi-standard.hgi-vaccine:before {
    content: "夙"
}

.hgi-solid.hgi-standard.hgi-validation-approval:before {
    content: "夛"
}

.hgi-solid.hgi-standard.hgi-validation:before {
    content: "夝"
}

.hgi-solid.hgi-standard.hgi-van:before {
    content: "够"
}

.hgi-solid.hgi-standard.hgi-variable:before {
    content: "夡"
}

.hgi-solid.hgi-standard.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-solid.hgi-standard.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-solid.hgi-standard.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-solid.hgi-standard.hgi-vest:before {
    content: "天"
}

.hgi-solid.hgi-standard.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-solid.hgi-standard.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-solid.hgi-standard.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-solid.hgi-standard.hgi-video-01:before {
    content: "失"
}

.hgi-solid.hgi-standard.hgi-video-02:before {
    content: "夳"
}

.hgi-solid.hgi-standard.hgi-video-console:before {
    content: "夵"
}

.hgi-solid.hgi-standard.hgi-video-off:before {
    content: "夷"
}

.hgi-solid.hgi-standard.hgi-video-replay:before {
    content: "夹"
}

.hgi-solid.hgi-standard.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-solid.hgi-standard.hgi-view-off:before {
    content: "夽"
}

.hgi-solid.hgi-standard.hgi-view:before {
    content: "夿"
}

.hgi-solid.hgi-standard.hgi-vimeo:before {
    content: "奁"
}

.hgi-solid.hgi-standard.hgi-vine-square:before {
    content: "奄"
}

.hgi-solid.hgi-standard.hgi-vine:before {
    content: "奅"
}

.hgi-solid.hgi-standard.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-solid.hgi-standard.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-solid.hgi-standard.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-solid.hgi-standard.hgi-vision:before {
    content: "奍"
}

.hgi-solid.hgi-standard.hgi-vk-square:before {
    content: "奐"
}

.hgi-solid.hgi-standard.hgi-vk:before {
    content: "契"
}

.hgi-solid.hgi-standard.hgi-voice-id:before {
    content: "奓"
}

.hgi-solid.hgi-standard.hgi-voice:before {
    content: "奕"
}

.hgi-solid.hgi-standard.hgi-volleyball:before {
    content: "套"
}

.hgi-solid.hgi-standard.hgi-volume-high:before {
    content: "奙"
}

.hgi-solid.hgi-standard.hgi-volume-low:before {
    content: "奛"
}

.hgi-solid.hgi-standard.hgi-volume-minus:before {
    content: "奝"
}

.hgi-solid.hgi-standard.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-solid.hgi-standard.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-solid.hgi-standard.hgi-volume-off:before {
    content: "奣"
}

.hgi-solid.hgi-standard.hgi-volume-up:before {
    content: "奥"
}

.hgi-solid.hgi-standard.hgi-vomiting:before {
    content: "奧"
}

.hgi-solid.hgi-standard.hgi-voucher:before {
    content: "奩"
}

.hgi-solid.hgi-standard.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-solid.hgi-standard.hgi-vr:before {
    content: "奭"
}

.hgi-solid.hgi-standard.hgi-vynil-01:before {
    content: "奯"
}

.hgi-solid.hgi-standard.hgi-vynil-02:before {
    content: "奱"
}

.hgi-solid.hgi-standard.hgi-vynil-03:before {
    content: "女"
}

.hgi-solid.hgi-standard.hgi-waiter:before {
    content: "奵"
}

.hgi-solid.hgi-standard.hgi-waiters:before {
    content: "奷"
}

.hgi-solid.hgi-standard.hgi-wall-lamp:before {
    content: "她"
}

.hgi-solid.hgi-standard.hgi-wallet-01:before {
    content: "奻"
}

.hgi-solid.hgi-standard.hgi-wallet-02:before {
    content: "好"
}

.hgi-solid.hgi-standard.hgi-wallet-03:before {
    content: "奿"
}

.hgi-solid.hgi-standard.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-solid.hgi-standard.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-solid.hgi-standard.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-solid.hgi-standard.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-solid.hgi-standard.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-solid.hgi-standard.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-solid.hgi-standard.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-solid.hgi-standard.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-solid.hgi-standard.hgi-wanted:before {
    content: "妑"
}

.hgi-solid.hgi-standard.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-solid.hgi-standard.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-solid.hgi-standard.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-solid.hgi-standard.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-solid.hgi-standard.hgi-warehouse:before {
    content: "妛"
}

.hgi-solid.hgi-standard.hgi-washington-monument:before {
    content: "妝"
}

.hgi-solid.hgi-standard.hgi-waste-restore:before {
    content: "妟"
}

.hgi-solid.hgi-standard.hgi-waste:before {
    content: "妡"
}

.hgi-solid.hgi-standard.hgi-watch-01:before {
    content: "妣"
}

.hgi-solid.hgi-standard.hgi-watch-02:before {
    content: "妥"
}

.hgi-solid.hgi-standard.hgi-water-energy:before {
    content: "妧"
}

.hgi-solid.hgi-standard.hgi-water-polo:before {
    content: "妩"
}

.hgi-solid.hgi-standard.hgi-water-pump:before {
    content: "妫"
}

.hgi-solid.hgi-standard.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-solid.hgi-standard.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-solid.hgi-standard.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-solid.hgi-standard.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-solid.hgi-standard.hgi-watermelon:before {
    content: "妵"
}

.hgi-solid.hgi-standard.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-solid.hgi-standard.hgi-wattpad:before {
    content: "妹"
}

.hgi-solid.hgi-standard.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-solid.hgi-standard.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-solid.hgi-standard.hgi-waze:before {
    content: "妿"
}

.hgi-solid.hgi-standard.hgi-web-design-01:before {
    content: "姁"
}

.hgi-solid.hgi-standard.hgi-web-design-02:before {
    content: "姃"
}

.hgi-solid.hgi-standard.hgi-web-programming:before {
    content: "姅"
}

.hgi-solid.hgi-standard.hgi-web-protection:before {
    content: "姇"
}

.hgi-solid.hgi-standard.hgi-web-security:before {
    content: "姉"
}

.hgi-solid.hgi-standard.hgi-web-validation:before {
    content: "始"
}

.hgi-solid.hgi-standard.hgi-webflow:before {
    content: "姍"
}

.hgi-solid.hgi-standard.hgi-wechat:before {
    content: "姏"
}

.hgi-solid.hgi-standard.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-solid.hgi-standard.hgi-weight-scale:before {
    content: "姓"
}

.hgi-solid.hgi-standard.hgi-wellness:before {
    content: "姕"
}

.hgi-solid.hgi-standard.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-solid.hgi-standard.hgi-whatsapp:before {
    content: "姙"
}

.hgi-solid.hgi-standard.hgi-wheelchair:before {
    content: "姛"
}

.hgi-solid.hgi-standard.hgi-whisk:before {
    content: "姝"
}

.hgi-solid.hgi-standard.hgi-whistle:before {
    content: "姟"
}

.hgi-solid.hgi-standard.hgi-wifi-01:before {
    content: "姡"
}

.hgi-solid.hgi-standard.hgi-wifi-02:before {
    content: "姣"
}

.hgi-solid.hgi-standard.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-solid.hgi-standard.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-solid.hgi-standard.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-solid.hgi-standard.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-solid.hgi-standard.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-solid.hgi-standard.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-solid.hgi-standard.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-solid.hgi-standard.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-solid.hgi-standard.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-solid.hgi-standard.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-solid.hgi-standard.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-solid.hgi-standard.hgi-wifi-location:before {
    content: "姻"
}

.hgi-solid.hgi-standard.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-solid.hgi-standard.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-solid.hgi-standard.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-solid.hgi-standard.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-solid.hgi-standard.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-solid.hgi-standard.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-solid.hgi-standard.hgi-wifi-square:before {
    content: "娉"
}

.hgi-solid.hgi-standard.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-solid.hgi-standard.hgi-wikipedia:before {
    content: "娍"
}

.hgi-solid.hgi-standard.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-solid.hgi-standard.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-solid.hgi-standard.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-solid.hgi-standard.hgi-wind-power:before {
    content: "娕"
}

.hgi-solid.hgi-standard.hgi-wind-surf:before {
    content: "娗"
}

.hgi-solid.hgi-standard.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-solid.hgi-standard.hgi-wink:before {
    content: "娛"
}

.hgi-solid.hgi-standard.hgi-winking:before {
    content: "娝"
}

.hgi-solid.hgi-standard.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-solid.hgi-standard.hgi-wireless:before {
    content: "娡"
}

.hgi-solid.hgi-standard.hgi-wise:before {
    content: "娣"
}

.hgi-solid.hgi-standard.hgi-wordpress:before {
    content: "娥"
}

.hgi-solid.hgi-standard.hgi-work-alert:before {
    content: "娧"
}

.hgi-solid.hgi-standard.hgi-work-history:before {
    content: "娩"
}

.hgi-solid.hgi-standard.hgi-work-update:before {
    content: "娫"
}

.hgi-solid.hgi-standard.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-solid.hgi-standard.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-solid.hgi-standard.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-solid.hgi-standard.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-solid.hgi-standard.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-solid.hgi-standard.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-solid.hgi-standard.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-solid.hgi-standard.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-solid.hgi-standard.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-solid.hgi-standard.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-solid.hgi-standard.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-solid.hgi-standard.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-solid.hgi-standard.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-solid.hgi-standard.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-solid.hgi-standard.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-solid.hgi-standard.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-solid.hgi-standard.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-solid.hgi-standard.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-solid.hgi-standard.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-solid.hgi-standard.hgi-workout-run:before {
    content: "婓"
}

.hgi-solid.hgi-standard.hgi-workout-sport:before {
    content: "婕"
}

.hgi-solid.hgi-standard.hgi-workout-squats:before {
    content: "婗"
}

.hgi-solid.hgi-standard.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-solid.hgi-standard.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-solid.hgi-standard.hgi-worry:before {
    content: "婝"
}

.hgi-solid.hgi-standard.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-solid.hgi-standard.hgi-wps-office:before {
    content: "婡"
}

.hgi-solid.hgi-standard.hgi-wrench-01:before {
    content: "婣"
}

.hgi-solid.hgi-standard.hgi-wrench-02:before {
    content: "婥"
}

.hgi-solid.hgi-standard.hgi-wudu:before {
    content: "婧"
}

.hgi-solid.hgi-standard.hgi-x-ray:before {
    content: "婩"
}

.hgi-solid.hgi-standard.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-solid.hgi-standard.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-solid.hgi-standard.hgi-x-variable:before {
    content: "婯"
}

.hgi-solid.hgi-standard.hgi-xing:before {
    content: "婱"
}

.hgi-solid.hgi-standard.hgi-xls-01:before {
    content: "婳"
}

.hgi-solid.hgi-standard.hgi-xls-02:before {
    content: "婵"
}

.hgi-solid.hgi-standard.hgi-xml-01:before {
    content: "婷"
}

.hgi-solid.hgi-standard.hgi-xml-02:before {
    content: "婹"
}

.hgi-solid.hgi-standard.hgi-xsl-01:before {
    content: "婻"
}

.hgi-solid.hgi-standard.hgi-xsl-02:before {
    content: "婽"
}

.hgi-solid.hgi-standard.hgi-yelp:before {
    content: "婿"
}

.hgi-solid.hgi-standard.hgi-yen-circle:before {
    content: "媁"
}

.hgi-solid.hgi-standard.hgi-yen-receive:before {
    content: "媃"
}

.hgi-solid.hgi-standard.hgi-yen-send:before {
    content: "媆"
}

.hgi-solid.hgi-standard.hgi-yen-square:before {
    content: "媈"
}

.hgi-solid.hgi-standard.hgi-yen:before {
    content: "媉"
}

.hgi-solid.hgi-standard.hgi-yoga-01:before {
    content: "媋"
}

.hgi-solid.hgi-standard.hgi-yoga-02:before {
    content: "媍"
}

.hgi-solid.hgi-standard.hgi-yoga-03:before {
    content: "媏"
}

.hgi-solid.hgi-standard.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-solid.hgi-standard.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-solid.hgi-standard.hgi-yogurt:before {
    content: "媕"
}

.hgi-solid.hgi-standard.hgi-youtube:before {
    content: "媗"
}

.hgi-solid.hgi-standard.hgi-yurt:before {
    content: "媙"
}

.hgi-solid.hgi-standard.hgi-zakat:before {
    content: "媛"
}

.hgi-solid.hgi-standard.hgi-zap:before {
    content: "媝"
}

.hgi-solid.hgi-standard.hgi-zeppelin:before {
    content: "媟"
}

.hgi-solid.hgi-standard.hgi-zip-01:before {
    content: "媡"
}

.hgi-solid.hgi-standard.hgi-zip-02:before {
    content: "媣"
}

.hgi-solid.hgi-standard.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-solid.hgi-standard.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-solid.hgi-standard.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-solid.hgi-standard.hgi-zoom-square:before {
    content: "媬"
}

.hgi-solid.hgi-standard.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-stroke-rounded;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-rounded.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-rounded.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-rounded.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-rounded.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-rounded.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-rounded.svg#hgi-stroke-rounded) format("svg")
}

.hgi-stroke {
    font-family: hgi-stroke-rounded!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-stroke.hgi-abacus:before {
    content: "㩱"
}

.hgi-stroke.hgi-absolute:before {
    content: "㩳"
}

.hgi-stroke.hgi-acceleration:before {
    content: "㩵"
}

.hgi-stroke.hgi-access:before {
    content: "㩷"
}

.hgi-stroke.hgi-accident:before {
    content: "㩹"
}

.hgi-stroke.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-stroke.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-stroke.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-stroke.hgi-activity-01:before {
    content: "㪁"
}

.hgi-stroke.hgi-activity-02:before {
    content: "㪃"
}

.hgi-stroke.hgi-activity-03:before {
    content: "㪅"
}

.hgi-stroke.hgi-activity-04:before {
    content: "㪇"
}

.hgi-stroke.hgi-acute:before {
    content: "㪉"
}

.hgi-stroke.hgi-add-01:before {
    content: "㪋"
}

.hgi-stroke.hgi-add-02:before {
    content: "㪍"
}

.hgi-stroke.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-stroke.hgi-add-circle:before {
    content: "㪑"
}

.hgi-stroke.hgi-add-square:before {
    content: "㪓"
}

.hgi-stroke.hgi-add-team:before {
    content: "㪕"
}

.hgi-stroke.hgi-address-book:before {
    content: "㪗"
}

.hgi-stroke.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-stroke.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-stroke.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-stroke.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-stroke.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-stroke.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-stroke.hgi-adventure:before {
    content: "㪥"
}

.hgi-stroke.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-stroke.hgi-adzan:before {
    content: "㪩"
}

.hgi-stroke.hgi-affiliate:before {
    content: "㪫"
}

.hgi-stroke.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-stroke.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-stroke.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-stroke.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-stroke.hgi-ai-book:before {
    content: "㪵"
}

.hgi-stroke.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-stroke.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-stroke.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-stroke.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-stroke.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-stroke.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-stroke.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-stroke.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-stroke.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-stroke.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-stroke.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-stroke.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-stroke.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-stroke.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-stroke.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-stroke.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-stroke.hgi-ai-game:before {
    content: "㫗"
}

.hgi-stroke.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-stroke.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-stroke.hgi-ai-image:before {
    content: "㫝"
}

.hgi-stroke.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-stroke.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-stroke.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-stroke.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-stroke.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-stroke.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-stroke.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-stroke.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-stroke.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-stroke.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-stroke.hgi-ai-network:before {
    content: "㫳"
}

.hgi-stroke.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-stroke.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-stroke.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-stroke.hgi-ai-search:before {
    content: "㫻"
}

.hgi-stroke.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-stroke.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-stroke.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-stroke.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-stroke.hgi-ai-user:before {
    content: "㬅"
}

.hgi-stroke.hgi-ai-video:before {
    content: "㬇"
}

.hgi-stroke.hgi-ai-view:before {
    content: "㬉"
}

.hgi-stroke.hgi-aids:before {
    content: "㬋"
}

.hgi-stroke.hgi-airbnb:before {
    content: "㬍"
}

.hgi-stroke.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-stroke.hgi-airdrop:before {
    content: "㬑"
}

.hgi-stroke.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-stroke.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-stroke.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-stroke.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-stroke.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-stroke.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-stroke.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-stroke.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-stroke.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-stroke.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-stroke.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-stroke.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-stroke.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-stroke.hgi-airport:before {
    content: "㬭"
}

.hgi-stroke.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-stroke.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-stroke.hgi-album-01:before {
    content: "㬳"
}

.hgi-stroke.hgi-album-02:before {
    content: "㬵"
}

.hgi-stroke.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-stroke.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-stroke.hgi-alert-01:before {
    content: "㬻"
}

.hgi-stroke.hgi-alert-02:before {
    content: "㬽"
}

.hgi-stroke.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-stroke.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-stroke.hgi-alert-square:before {
    content: "㭃"
}

.hgi-stroke.hgi-algorithm:before {
    content: "㭅"
}

.hgi-stroke.hgi-alien-01:before {
    content: "㭇"
}

.hgi-stroke.hgi-alien-02:before {
    content: "㭉"
}

.hgi-stroke.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-stroke.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-stroke.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-stroke.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-stroke.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-stroke.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-stroke.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-stroke.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-stroke.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-stroke.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-stroke.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-stroke.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-stroke.hgi-align-left:before {
    content: "㭣"
}

.hgi-stroke.hgi-align-right:before {
    content: "㭥"
}

.hgi-stroke.hgi-align-selection:before {
    content: "㭧"
}

.hgi-stroke.hgi-align-top:before {
    content: "㭩"
}

.hgi-stroke.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-stroke.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-stroke.hgi-allah:before {
    content: "㭯"
}

.hgi-stroke.hgi-alms:before {
    content: "㭱"
}

.hgi-stroke.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-stroke.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-stroke.hgi-alpha:before {
    content: "㭷"
}

.hgi-stroke.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-stroke.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-stroke.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-stroke.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-stroke.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-stroke.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-stroke.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-stroke.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-stroke.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-stroke.hgi-amazon:before {
    content: "㮋"
}

.hgi-stroke.hgi-ambulance:before {
    content: "㮍"
}

.hgi-stroke.hgi-american-football:before {
    content: "㮏"
}

.hgi-stroke.hgi-amie:before {
    content: "㮑"
}

.hgi-stroke.hgi-ampoule:before {
    content: "㮓"
}

.hgi-stroke.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-stroke.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-stroke.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-stroke.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-stroke.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-stroke.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-stroke.hgi-android:before {
    content: "㮡"
}

.hgi-stroke.hgi-angel:before {
    content: "㮣"
}

.hgi-stroke.hgi-angle-01:before {
    content: "㮥"
}

.hgi-stroke.hgi-angle:before {
    content: "㮧"
}

.hgi-stroke.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-stroke.hgi-angry:before {
    content: "㮫"
}

.hgi-stroke.hgi-anonymous:before {
    content: "㮭"
}

.hgi-stroke.hgi-api:before {
    content: "㮯"
}

.hgi-stroke.hgi-app-store:before {
    content: "㮱"
}

.hgi-stroke.hgi-apple-01:before {
    content: "㮳"
}

.hgi-stroke.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-stroke.hgi-apple-news:before {
    content: "㮷"
}

.hgi-stroke.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-stroke.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-stroke.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-stroke.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-stroke.hgi-apple:before {
    content: "㯁"
}

.hgi-stroke.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-stroke.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-stroke.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-stroke.hgi-apricot:before {
    content: "㯉"
}

.hgi-stroke.hgi-apron:before {
    content: "㯋"
}

.hgi-stroke.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-stroke.hgi-archer:before {
    content: "㯏"
}

.hgi-stroke.hgi-archive-01:before {
    content: "㯑"
}

.hgi-stroke.hgi-archive-02:before {
    content: "㯓"
}

.hgi-stroke.hgi-archive:before {
    content: "㯕"
}

.hgi-stroke.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-stroke.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-stroke.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-stroke.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-stroke.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-stroke.hgi-arrange:before {
    content: "㯡"
}

.hgi-stroke.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-stroke.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-stroke.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-stroke.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-stroke.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-stroke.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-stroke.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-stroke.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-stroke.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-stroke.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-stroke.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-stroke.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-stroke.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-stroke.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-stroke.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-stroke.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-stroke.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-stroke.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-stroke.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-stroke.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-stroke.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-stroke.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-stroke.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-stroke.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-stroke.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-stroke.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-stroke.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-stroke.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-stroke.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-stroke.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-stroke.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-stroke.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-stroke.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-stroke.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-stroke.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-stroke.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-stroke.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-stroke.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-stroke.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-stroke.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-stroke.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-stroke.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-stroke.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-stroke.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-stroke.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-stroke.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-stroke.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-stroke.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-stroke.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-stroke.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-stroke.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-stroke.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-stroke.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-stroke.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-stroke.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-stroke.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-stroke.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-stroke.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-stroke.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-stroke.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-stroke.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-stroke.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-stroke.hgi-artboard:before {
    content: "㱟"
}

.hgi-stroke.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-stroke.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-stroke.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-stroke.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-stroke.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-stroke.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-stroke.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-stroke.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-stroke.hgi-assignments:before {
    content: "㱱"
}

.hgi-stroke.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-stroke.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-stroke.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-stroke.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-stroke.hgi-at:before {
    content: "㱻"
}

.hgi-stroke.hgi-atm-01:before {
    content: "㱽"
}

.hgi-stroke.hgi-atm-02:before {
    content: "㱿"
}

.hgi-stroke.hgi-atom-01:before {
    content: "㲁"
}

.hgi-stroke.hgi-atom-02:before {
    content: "㲃"
}

.hgi-stroke.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-stroke.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-stroke.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-stroke.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-stroke.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-stroke.hgi-attachment:before {
    content: "㲏"
}

.hgi-stroke.hgi-auction:before {
    content: "㲑"
}

.hgi-stroke.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-stroke.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-stroke.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-stroke.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-stroke.hgi-audit-01:before {
    content: "㲛"
}

.hgi-stroke.hgi-audit-02:before {
    content: "㲝"
}

.hgi-stroke.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-stroke.hgi-authorized:before {
    content: "㲡"
}

.hgi-stroke.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-stroke.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-stroke.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-stroke.hgi-avalanche:before {
    content: "㲩"
}

.hgi-stroke.hgi-avocado:before {
    content: "㲫"
}

.hgi-stroke.hgi-award-01:before {
    content: "㲭"
}

.hgi-stroke.hgi-award-02:before {
    content: "㲯"
}

.hgi-stroke.hgi-award-03:before {
    content: "㲱"
}

.hgi-stroke.hgi-award-04:before {
    content: "㲳"
}

.hgi-stroke.hgi-award-05:before {
    content: "㲵"
}

.hgi-stroke.hgi-baby-01:before {
    content: "㲷"
}

.hgi-stroke.hgi-baby-02:before {
    content: "㲹"
}

.hgi-stroke.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-stroke.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-stroke.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-stroke.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-stroke.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-stroke.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-stroke.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-stroke.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-stroke.hgi-backward-01:before {
    content: "㳋"
}

.hgi-stroke.hgi-backward-02:before {
    content: "㳍"
}

.hgi-stroke.hgi-bacteria:before {
    content: "㳏"
}

.hgi-stroke.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-stroke.hgi-badminton:before {
    content: "㳓"
}

.hgi-stroke.hgi-banana:before {
    content: "㳕"
}

.hgi-stroke.hgi-bandage:before {
    content: "㳗"
}

.hgi-stroke.hgi-bank:before {
    content: "㳙"
}

.hgi-stroke.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-stroke.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-stroke.hgi-barns:before {
    content: "㳟"
}

.hgi-stroke.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-stroke.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-stroke.hgi-baseball:before {
    content: "㳥"
}

.hgi-stroke.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-stroke.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-stroke.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-stroke.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-stroke.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-stroke.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-stroke.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-stroke.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-stroke.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-stroke.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-stroke.hgi-battery-full:before {
    content: "㳻"
}

.hgi-stroke.hgi-battery-low:before {
    content: "㳽"
}

.hgi-stroke.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-stroke.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-stroke.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-stroke.hgi-beach-02:before {
    content: "㴅"
}

.hgi-stroke.hgi-beach:before {
    content: "㴇"
}

.hgi-stroke.hgi-beater:before {
    content: "㴉"
}

.hgi-stroke.hgi-bebo:before {
    content: "㴋"
}

.hgi-stroke.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-stroke.hgi-bed-double:before {
    content: "㴏"
}

.hgi-stroke.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-stroke.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-stroke.hgi-bed:before {
    content: "㴕"
}

.hgi-stroke.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-stroke.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-stroke.hgi-behance-01:before {
    content: "㴛"
}

.hgi-stroke.hgi-behance-02:before {
    content: "㴝"
}

.hgi-stroke.hgi-belt:before {
    content: "㴟"
}

.hgi-stroke.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-stroke.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-stroke.hgi-berlin:before {
    content: "㴥"
}

.hgi-stroke.hgi-beta:before {
    content: "㴧"
}

.hgi-stroke.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-stroke.hgi-bicycle:before {
    content: "㴫"
}

.hgi-stroke.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-stroke.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-stroke.hgi-binary-code:before {
    content: "㴱"
}

.hgi-stroke.hgi-bing:before {
    content: "㴳"
}

.hgi-stroke.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-stroke.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-stroke.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-stroke.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-stroke.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-stroke.hgi-biscuit:before {
    content: "㴿"
}

.hgi-stroke.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-stroke.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-stroke.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-stroke.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-stroke.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-stroke.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-stroke.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-stroke.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-stroke.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-stroke.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-stroke.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-stroke.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-stroke.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-stroke.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-stroke.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-stroke.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-stroke.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-stroke.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-stroke.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-stroke.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-stroke.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-stroke.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-stroke.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-stroke.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-stroke.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-stroke.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-stroke.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-stroke.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-stroke.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-stroke.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-stroke.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-stroke.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-stroke.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-stroke.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-stroke.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-stroke.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-stroke.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-stroke.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-stroke.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-stroke.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-stroke.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-stroke.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-stroke.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-stroke.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-stroke.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-stroke.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-stroke.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-stroke.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-stroke.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-stroke.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-stroke.hgi-black-hole:before {
    content: "㶥"
}

.hgi-stroke.hgi-blend:before {
    content: "㶧"
}

.hgi-stroke.hgi-blender:before {
    content: "㶩"
}

.hgi-stroke.hgi-block-game:before {
    content: "㶫"
}

.hgi-stroke.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-stroke.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-stroke.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-stroke.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-stroke.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-stroke.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-stroke.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-stroke.hgi-blocked:before {
    content: "㶻"
}

.hgi-stroke.hgi-blogger:before {
    content: "㶽"
}

.hgi-stroke.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-stroke.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-stroke.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-stroke.hgi-blood-type:before {
    content: "㷆"
}

.hgi-stroke.hgi-blood:before {
    content: "㷇"
}

.hgi-stroke.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-stroke.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-stroke.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-stroke.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-stroke.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-stroke.hgi-blur:before {
    content: "㷓"
}

.hgi-stroke.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-stroke.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-stroke.hgi-board-math:before {
    content: "㷙"
}

.hgi-stroke.hgi-boat:before {
    content: "㷛"
}

.hgi-stroke.hgi-body-armor:before {
    content: "㷝"
}

.hgi-stroke.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-stroke.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-stroke.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-stroke.hgi-body-soap:before {
    content: "㷥"
}

.hgi-stroke.hgi-body-weight:before {
    content: "㷧"
}

.hgi-stroke.hgi-bomb:before {
    content: "㷩"
}

.hgi-stroke.hgi-bone-01:before {
    content: "㷫"
}

.hgi-stroke.hgi-bone-02:before {
    content: "㷭"
}

.hgi-stroke.hgi-book-01:before {
    content: "㷯"
}

.hgi-stroke.hgi-book-02:before {
    content: "㷱"
}

.hgi-stroke.hgi-book-03:before {
    content: "㷳"
}

.hgi-stroke.hgi-book-04:before {
    content: "㷵"
}

.hgi-stroke.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-stroke.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-stroke.hgi-book-download:before {
    content: "㷻"
}

.hgi-stroke.hgi-book-edit:before {
    content: "㷽"
}

.hgi-stroke.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-stroke.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-stroke.hgi-book-upload:before {
    content: "㸃"
}

.hgi-stroke.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-stroke.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-stroke.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-stroke.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-stroke.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-stroke.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-stroke.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-stroke.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-stroke.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-stroke.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-stroke.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-stroke.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-stroke.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-stroke.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-stroke.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-stroke.hgi-books-01:before {
    content: "㸣"
}

.hgi-stroke.hgi-books-02:before {
    content: "㸥"
}

.hgi-stroke.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-stroke.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-stroke.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-stroke.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-stroke.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-stroke.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-stroke.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-stroke.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-stroke.hgi-border-full:before {
    content: "㸷"
}

.hgi-stroke.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-stroke.hgi-border-inner:before {
    content: "㸻"
}

.hgi-stroke.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-stroke.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-stroke.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-stroke.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-stroke.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-stroke.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-stroke.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-stroke.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-stroke.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-stroke.hgi-borobudur:before {
    content: "㹏"
}

.hgi-stroke.hgi-bot:before {
    content: "㹑"
}

.hgi-stroke.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-stroke.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-stroke.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-stroke.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-stroke.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-stroke.hgi-bowling:before {
    content: "㹝"
}

.hgi-stroke.hgi-boxer:before {
    content: "㹟"
}

.hgi-stroke.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-stroke.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-stroke.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-stroke.hgi-brain-01:before {
    content: "㹧"
}

.hgi-stroke.hgi-brain-02:before {
    content: "㹩"
}

.hgi-stroke.hgi-brain:before {
    content: "㹫"
}

.hgi-stroke.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-stroke.hgi-bread-01:before {
    content: "㹯"
}

.hgi-stroke.hgi-bread-02:before {
    content: "㹱"
}

.hgi-stroke.hgi-bread-03:before {
    content: "㹳"
}

.hgi-stroke.hgi-bread-04:before {
    content: "㹵"
}

.hgi-stroke.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-stroke.hgi-bridge:before {
    content: "㹹"
}

.hgi-stroke.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-stroke.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-stroke.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-stroke.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-stroke.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-stroke.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-stroke.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-stroke.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-stroke.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-stroke.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-stroke.hgi-broccoli:before {
    content: "㺏"
}

.hgi-stroke.hgi-brochure:before {
    content: "㺑"
}

.hgi-stroke.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-stroke.hgi-browser:before {
    content: "㺕"
}

.hgi-stroke.hgi-brush:before {
    content: "㺗"
}

.hgi-stroke.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-stroke.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-stroke.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-stroke.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-stroke.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-stroke.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-stroke.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-stroke.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-stroke.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-stroke.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-stroke.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-stroke.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-stroke.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-stroke.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-stroke.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-stroke.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-stroke.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-stroke.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-stroke.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-stroke.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-stroke.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-stroke.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-stroke.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-stroke.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-stroke.hgi-bug-01:before {
    content: "㻉"
}

.hgi-stroke.hgi-bug-02:before {
    content: "㻋"
}

.hgi-stroke.hgi-building-01:before {
    content: "㻍"
}

.hgi-stroke.hgi-building-02:before {
    content: "㻏"
}

.hgi-stroke.hgi-building-03:before {
    content: "㻑"
}

.hgi-stroke.hgi-building-04:before {
    content: "㻓"
}

.hgi-stroke.hgi-building-05:before {
    content: "㻕"
}

.hgi-stroke.hgi-building-06:before {
    content: "㻗"
}

.hgi-stroke.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-stroke.hgi-bulb:before {
    content: "㻛"
}

.hgi-stroke.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-stroke.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-stroke.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-stroke.hgi-bus-01:before {
    content: "㻣"
}

.hgi-stroke.hgi-bus-02:before {
    content: "㻥"
}

.hgi-stroke.hgi-bus-03:before {
    content: "㻧"
}

.hgi-stroke.hgi-c-programming:before {
    content: "㻩"
}

.hgi-stroke.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-stroke.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-stroke.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-stroke.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-stroke.hgi-cable-car:before {
    content: "㻳"
}

.hgi-stroke.hgi-cactus:before {
    content: "㻵"
}

.hgi-stroke.hgi-caduceus:before {
    content: "㻷"
}

.hgi-stroke.hgi-cafe:before {
    content: "㻹"
}

.hgi-stroke.hgi-calculate:before {
    content: "㻻"
}

.hgi-stroke.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-stroke.hgi-calculator:before {
    content: "㻿"
}

.hgi-stroke.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-stroke.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-stroke.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-stroke.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-stroke.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-stroke.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-stroke.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-stroke.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-stroke.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-stroke.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-stroke.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-stroke.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-stroke.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-stroke.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-stroke.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-stroke.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-stroke.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-stroke.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-stroke.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-stroke.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-stroke.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-stroke.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-stroke.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-stroke.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-stroke.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-stroke.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-stroke.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-stroke.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-stroke.hgi-call-02:before {
    content: "㼹"
}

.hgi-stroke.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-stroke.hgi-call-add:before {
    content: "㼽"
}

.hgi-stroke.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-stroke.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-stroke.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-stroke.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-stroke.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-stroke.hgi-call-done:before {
    content: "㽉"
}

.hgi-stroke.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-stroke.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-stroke.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-stroke.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-stroke.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-stroke.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-stroke.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-stroke.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-stroke.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-stroke.hgi-call-internal:before {
    content: "㽝"
}

.hgi-stroke.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-stroke.hgi-call-locked:before {
    content: "㽡"
}

.hgi-stroke.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-stroke.hgi-call-minus:before {
    content: "㽥"
}

.hgi-stroke.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-stroke.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-stroke.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-stroke.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-stroke.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-stroke.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-stroke.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-stroke.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-stroke.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-stroke.hgi-call-paused:before {
    content: "㽹"
}

.hgi-stroke.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-stroke.hgi-call-received:before {
    content: "㽽"
}

.hgi-stroke.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-stroke.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-stroke.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-stroke.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-stroke.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-stroke.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-stroke.hgi-call:before {
    content: "㾋"
}

.hgi-stroke.hgi-calling-02:before {
    content: "㾍"
}

.hgi-stroke.hgi-calling:before {
    content: "㾏"
}

.hgi-stroke.hgi-camel:before {
    content: "㾑"
}

.hgi-stroke.hgi-camera-01:before {
    content: "㾓"
}

.hgi-stroke.hgi-camera-02:before {
    content: "㾕"
}

.hgi-stroke.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-stroke.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-stroke.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-stroke.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-stroke.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-stroke.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-stroke.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-stroke.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-stroke.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-stroke.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-stroke.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-stroke.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-stroke.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-stroke.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-stroke.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-stroke.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-stroke.hgi-camera-video:before {
    content: "㾷"
}

.hgi-stroke.hgi-camper:before {
    content: "㾹"
}

.hgi-stroke.hgi-campfire:before {
    content: "㾻"
}

.hgi-stroke.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-stroke.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-stroke.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-stroke.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-stroke.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-stroke.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-stroke.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-stroke.hgi-canvas:before {
    content: "㿋"
}

.hgi-stroke.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-stroke.hgi-cap-round:before {
    content: "㿏"
}

.hgi-stroke.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-stroke.hgi-cap:before {
    content: "㿓"
}

.hgi-stroke.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-stroke.hgi-capcut:before {
    content: "㿗"
}

.hgi-stroke.hgi-car-01:before {
    content: "㿙"
}

.hgi-stroke.hgi-car-02:before {
    content: "㿛"
}

.hgi-stroke.hgi-car-03:before {
    content: "㿝"
}

.hgi-stroke.hgi-car-04:before {
    content: "㿟"
}

.hgi-stroke.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-stroke.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-stroke.hgi-caravan:before {
    content: "㿥"
}

.hgi-stroke.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-stroke.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-stroke.hgi-cardigan:before {
    content: "㿫"
}

.hgi-stroke.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-stroke.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-stroke.hgi-cards-01:before {
    content: "㿱"
}

.hgi-stroke.hgi-cards-02:before {
    content: "㿳"
}

.hgi-stroke.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-stroke.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-stroke.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-stroke.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-stroke.hgi-carrot:before {
    content: "㿽"
}

.hgi-stroke.hgi-cash-01:before {
    content: "㿿"
}

.hgi-stroke.hgi-cash-02:before {
    content: "䀁"
}

.hgi-stroke.hgi-cashback:before {
    content: "䀃"
}

.hgi-stroke.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-stroke.hgi-cashier:before {
    content: "䀇"
}

.hgi-stroke.hgi-castle-01:before {
    content: "䀉"
}

.hgi-stroke.hgi-castle-02:before {
    content: "䀋"
}

.hgi-stroke.hgi-castle:before {
    content: "䀍"
}

.hgi-stroke.hgi-catalogue:before {
    content: "䀏"
}

.hgi-stroke.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-stroke.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-stroke.hgi-cd:before {
    content: "䀕"
}

.hgi-stroke.hgi-cells:before {
    content: "䀗"
}

.hgi-stroke.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-stroke.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-stroke.hgi-celsius:before {
    content: "䀝"
}

.hgi-stroke.hgi-center-focus:before {
    content: "䀟"
}

.hgi-stroke.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-stroke.hgi-centralized:before {
    content: "䀣"
}

.hgi-stroke.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-stroke.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-stroke.hgi-chair-01:before {
    content: "䀩"
}

.hgi-stroke.hgi-chair-02:before {
    content: "䀫"
}

.hgi-stroke.hgi-chair-03:before {
    content: "䀭"
}

.hgi-stroke.hgi-chair-04:before {
    content: "䀯"
}

.hgi-stroke.hgi-chair-05:before {
    content: "䀱"
}

.hgi-stroke.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-stroke.hgi-champion:before {
    content: "䀵"
}

.hgi-stroke.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-stroke.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-stroke.hgi-charity:before {
    content: "䀻"
}

.hgi-stroke.hgi-chart-average:before {
    content: "䀽"
}

.hgi-stroke.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-stroke.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-stroke.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-stroke.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-stroke.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-stroke.hgi-chart-column:before {
    content: "䁉"
}

.hgi-stroke.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-stroke.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-stroke.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-stroke.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-stroke.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-stroke.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-stroke.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-stroke.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-stroke.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-stroke.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-stroke.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-stroke.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-stroke.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-stroke.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-stroke.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-stroke.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-stroke.hgi-chart:before {
    content: "䁫"
}

.hgi-stroke.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-stroke.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-stroke.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-stroke.hgi-check-list:before {
    content: "䁳"
}

.hgi-stroke.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-stroke.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-stroke.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-stroke.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-stroke.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-stroke.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-stroke.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-stroke.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-stroke.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-stroke.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-stroke.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-stroke.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-stroke.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-stroke.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-stroke.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-stroke.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-stroke.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-stroke.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-stroke.hgi-cheese:before {
    content: "䂙"
}

.hgi-stroke.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-stroke.hgi-chef:before {
    content: "䂝"
}

.hgi-stroke.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-stroke.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-stroke.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-stroke.hgi-cherry:before {
    content: "䂥"
}

.hgi-stroke.hgi-chess-01:before {
    content: "䂧"
}

.hgi-stroke.hgi-chess-02:before {
    content: "䂩"
}

.hgi-stroke.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-stroke.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-stroke.hgi-chimney:before {
    content: "䂯"
}

.hgi-stroke.hgi-china-temple:before {
    content: "䂱"
}

.hgi-stroke.hgi-chip-02:before {
    content: "䂳"
}

.hgi-stroke.hgi-chip:before {
    content: "䂵"
}

.hgi-stroke.hgi-chocolate:before {
    content: "䂷"
}

.hgi-stroke.hgi-chrome:before {
    content: "䂹"
}

.hgi-stroke.hgi-chrysler:before {
    content: "䂻"
}

.hgi-stroke.hgi-church:before {
    content: "䂽"
}

.hgi-stroke.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-stroke.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-stroke.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-stroke.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-stroke.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-stroke.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-stroke.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-stroke.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-stroke.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-stroke.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-stroke.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-stroke.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-stroke.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-stroke.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-stroke.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-stroke.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-stroke.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-stroke.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-stroke.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-stroke.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-stroke.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-stroke.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-stroke.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-stroke.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-stroke.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-stroke.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-stroke.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-stroke.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-stroke.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-stroke.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-stroke.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-stroke.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-stroke.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-stroke.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-stroke.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-stroke.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-stroke.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-stroke.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-stroke.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-stroke.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-stroke.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-stroke.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-stroke.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-stroke.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-stroke.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-stroke.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-stroke.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-stroke.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-stroke.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-stroke.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-stroke.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-stroke.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-stroke.hgi-circle-password:before {
    content: "䄧"
}

.hgi-stroke.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-stroke.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-stroke.hgi-circle:before {
    content: "䄭"
}

.hgi-stroke.hgi-city-01:before {
    content: "䄯"
}

.hgi-stroke.hgi-city-02:before {
    content: "䄱"
}

.hgi-stroke.hgi-city-03:before {
    content: "䄳"
}

.hgi-stroke.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-stroke.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-stroke.hgi-clean:before {
    content: "䄹"
}

.hgi-stroke.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-stroke.hgi-clinic:before {
    content: "䄽"
}

.hgi-stroke.hgi-clip:before {
    content: "䄿"
}

.hgi-stroke.hgi-clipboard:before {
    content: "䅁"
}

.hgi-stroke.hgi-clock-01:before {
    content: "䅃"
}

.hgi-stroke.hgi-clock-02:before {
    content: "䅅"
}

.hgi-stroke.hgi-clock-03:before {
    content: "䅇"
}

.hgi-stroke.hgi-clock-04:before {
    content: "䅉"
}

.hgi-stroke.hgi-clock-05:before {
    content: "䅋"
}

.hgi-stroke.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-stroke.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-stroke.hgi-clothes:before {
    content: "䅑"
}

.hgi-stroke.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-stroke.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-stroke.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-stroke.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-stroke.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-stroke.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-stroke.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-stroke.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-stroke.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-stroke.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-stroke.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-stroke.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-stroke.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-stroke.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-stroke.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-stroke.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-stroke.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-stroke.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-stroke.hgi-cloud:before {
    content: "䅷"
}

.hgi-stroke.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-stroke.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-stroke.hgi-co-present:before {
    content: "䅽"
}

.hgi-stroke.hgi-code-circle:before {
    content: "䅿"
}

.hgi-stroke.hgi-code-folder:before {
    content: "䆁"
}

.hgi-stroke.hgi-code-square:before {
    content: "䆄"
}

.hgi-stroke.hgi-code:before {
    content: "䆅"
}

.hgi-stroke.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-stroke.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-stroke.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-stroke.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-stroke.hgi-coins-01:before {
    content: "䆏"
}

.hgi-stroke.hgi-coins-02:before {
    content: "䆑"
}

.hgi-stroke.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-stroke.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-stroke.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-stroke.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-stroke.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-stroke.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-stroke.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-stroke.hgi-color-picker:before {
    content: "䆡"
}

.hgi-stroke.hgi-colors:before {
    content: "䆣"
}

.hgi-stroke.hgi-colosseum:before {
    content: "䆥"
}

.hgi-stroke.hgi-column-delete:before {
    content: "䆧"
}

.hgi-stroke.hgi-column-insert:before {
    content: "䆩"
}

.hgi-stroke.hgi-comet-01:before {
    content: "䆫"
}

.hgi-stroke.hgi-comet-02:before {
    content: "䆭"
}

.hgi-stroke.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-stroke.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-stroke.hgi-command-line:before {
    content: "䆳"
}

.hgi-stroke.hgi-command:before {
    content: "䆵"
}

.hgi-stroke.hgi-comment-01:before {
    content: "䆷"
}

.hgi-stroke.hgi-comment-02:before {
    content: "䆹"
}

.hgi-stroke.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-stroke.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-stroke.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-stroke.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-stroke.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-stroke.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-stroke.hgi-compass-01:before {
    content: "䇇"
}

.hgi-stroke.hgi-compass:before {
    content: "䇉"
}

.hgi-stroke.hgi-complaint:before {
    content: "䇋"
}

.hgi-stroke.hgi-computer-add:before {
    content: "䇍"
}

.hgi-stroke.hgi-computer-check:before {
    content: "䇏"
}

.hgi-stroke.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-stroke.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-stroke.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-stroke.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-stroke.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-stroke.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-stroke.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-stroke.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-stroke.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-stroke.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-stroke.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-stroke.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-stroke.hgi-computer-video:before {
    content: "䇪"
}

.hgi-stroke.hgi-computer:before {
    content: "䇫"
}

.hgi-stroke.hgi-cone-01:before {
    content: "䇭"
}

.hgi-stroke.hgi-cone-02:before {
    content: "䇯"
}

.hgi-stroke.hgi-conference:before {
    content: "䇱"
}

.hgi-stroke.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-stroke.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-stroke.hgi-confused:before {
    content: "䇷"
}

.hgi-stroke.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-stroke.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-stroke.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-stroke.hgi-connect:before {
    content: "䇿"
}

.hgi-stroke.hgi-console:before {
    content: "䈁"
}

.hgi-stroke.hgi-constellation:before {
    content: "䈃"
}

.hgi-stroke.hgi-contact-01:before {
    content: "䈅"
}

.hgi-stroke.hgi-contact-02:before {
    content: "䈇"
}

.hgi-stroke.hgi-contact-book:before {
    content: "䈉"
}

.hgi-stroke.hgi-contact:before {
    content: "䈋"
}

.hgi-stroke.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-stroke.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-stroke.hgi-container-truck:before {
    content: "䈑"
}

.hgi-stroke.hgi-contracts:before {
    content: "䈓"
}

.hgi-stroke.hgi-conversation:before {
    content: "䈕"
}

.hgi-stroke.hgi-cook-book:before {
    content: "䈗"
}

.hgi-stroke.hgi-cookie:before {
    content: "䈙"
}

.hgi-stroke.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-stroke.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-stroke.hgi-copilot:before {
    content: "䈟"
}

.hgi-stroke.hgi-copy-01:before {
    content: "䈡"
}

.hgi-stroke.hgi-copy-02:before {
    content: "䈣"
}

.hgi-stroke.hgi-copy-link:before {
    content: "䈥"
}

.hgi-stroke.hgi-copyright:before {
    content: "䈧"
}

.hgi-stroke.hgi-corn:before {
    content: "䈩"
}

.hgi-stroke.hgi-corporate:before {
    content: "䈫"
}

.hgi-stroke.hgi-cos:before {
    content: "䈭"
}

.hgi-stroke.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-stroke.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-stroke.hgi-cottage:before {
    content: "䈳"
}

.hgi-stroke.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-stroke.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-stroke.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-stroke.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-stroke.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-stroke.hgi-course:before {
    content: "䈿"
}

.hgi-stroke.hgi-court-house:before {
    content: "䉁"
}

.hgi-stroke.hgi-court-law:before {
    content: "䉃"
}

.hgi-stroke.hgi-covariate:before {
    content: "䉅"
}

.hgi-stroke.hgi-covid-info:before {
    content: "䉇"
}

.hgi-stroke.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-stroke.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-stroke.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-stroke.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-stroke.hgi-cpu:before {
    content: "䉑"
}

.hgi-stroke.hgi-crab:before {
    content: "䉓"
}

.hgi-stroke.hgi-crane:before {
    content: "䉕"
}

.hgi-stroke.hgi-crazy:before {
    content: "䉗"
}

.hgi-stroke.hgi-creative-market:before {
    content: "䉙"
}

.hgi-stroke.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-stroke.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-stroke.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-stroke.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-stroke.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-stroke.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-stroke.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-stroke.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-stroke.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-stroke.hgi-credit-card:before {
    content: "䉭"
}

.hgi-stroke.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-stroke.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-stroke.hgi-croissant:before {
    content: "䉳"
}

.hgi-stroke.hgi-crop:before {
    content: "䉵"
}

.hgi-stroke.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-stroke.hgi-crown:before {
    content: "䉹"
}

.hgi-stroke.hgi-crying:before {
    content: "䉻"
}

.hgi-stroke.hgi-csv-01:before {
    content: "䉽"
}

.hgi-stroke.hgi-csv-02:before {
    content: "䉿"
}

.hgi-stroke.hgi-cube:before {
    content: "䊁"
}

.hgi-stroke.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-stroke.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-stroke.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-stroke.hgi-curling:before {
    content: "䊉"
}

.hgi-stroke.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-stroke.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-stroke.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-stroke.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-stroke.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-stroke.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-stroke.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-stroke.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-stroke.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-stroke.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-stroke.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-stroke.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-stroke.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-stroke.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-stroke.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-stroke.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-stroke.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-stroke.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-stroke.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-stroke.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-stroke.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-stroke.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-stroke.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-stroke.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-stroke.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-stroke.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-stroke.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-stroke.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-stroke.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-stroke.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-stroke.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-stroke.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-stroke.hgi-curtains:before {
    content: "䋋"
}

.hgi-stroke.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-stroke.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-stroke.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-stroke.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-stroke.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-stroke.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-stroke.hgi-customer-service:before {
    content: "䋙"
}

.hgi-stroke.hgi-customer-support:before {
    content: "䋛"
}

.hgi-stroke.hgi-customize:before {
    content: "䋝"
}

.hgi-stroke.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-stroke.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-stroke.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-stroke.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-stroke.hgi-danger:before {
    content: "䋧"
}

.hgi-stroke.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-stroke.hgi-dart:before {
    content: "䋫"
}

.hgi-stroke.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-stroke.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-stroke.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-stroke.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-stroke.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-stroke.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-stroke.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-stroke.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-stroke.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-stroke.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-stroke.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-stroke.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-stroke.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-stroke.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-stroke.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-stroke.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-stroke.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-stroke.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-stroke.hgi-database-01:before {
    content: "䌑"
}

.hgi-stroke.hgi-database-02:before {
    content: "䌓"
}

.hgi-stroke.hgi-database-add:before {
    content: "䌕"
}

.hgi-stroke.hgi-database-export:before {
    content: "䌗"
}

.hgi-stroke.hgi-database-import:before {
    content: "䌙"
}

.hgi-stroke.hgi-database-locked:before {
    content: "䌛"
}

.hgi-stroke.hgi-database-restore:before {
    content: "䌝"
}

.hgi-stroke.hgi-database-setting:before {
    content: "䌠"
}

.hgi-stroke.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-stroke.hgi-database-sync:before {
    content: "䌤"
}

.hgi-stroke.hgi-database:before {
    content: "䌥"
}

.hgi-stroke.hgi-dates:before {
    content: "䌧"
}

.hgi-stroke.hgi-dead:before {
    content: "䌩"
}

.hgi-stroke.hgi-delete-01:before {
    content: "䌫"
}

.hgi-stroke.hgi-delete-02:before {
    content: "䌭"
}

.hgi-stroke.hgi-delete-03:before {
    content: "䌯"
}

.hgi-stroke.hgi-delete-04:before {
    content: "䌱"
}

.hgi-stroke.hgi-delete-column:before {
    content: "䌳"
}

.hgi-stroke.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-stroke.hgi-delete-row:before {
    content: "䌷"
}

.hgi-stroke.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-stroke.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-stroke.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-stroke.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-stroke.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-stroke.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-stroke.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-stroke.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-stroke.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-stroke.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-stroke.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-stroke.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-stroke.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-stroke.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-stroke.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-stroke.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-stroke.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-stroke.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-stroke.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-stroke.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-stroke.hgi-dental-care:before {
    content: "䍡"
}

.hgi-stroke.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-stroke.hgi-departement:before {
    content: "䍥"
}

.hgi-stroke.hgi-desert:before {
    content: "䍧"
}

.hgi-stroke.hgi-desk-01:before {
    content: "䍩"
}

.hgi-stroke.hgi-desk-02:before {
    content: "䍫"
}

.hgi-stroke.hgi-desk:before {
    content: "䍭"
}

.hgi-stroke.hgi-developer:before {
    content: "䍯"
}

.hgi-stroke.hgi-deviantart:before {
    content: "䍱"
}

.hgi-stroke.hgi-device-access:before {
    content: "䍳"
}

.hgi-stroke.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-stroke.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-stroke.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-stroke.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-stroke.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-stroke.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-stroke.hgi-diameter:before {
    content: "䎁"
}

.hgi-stroke.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-stroke.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-stroke.hgi-diamond:before {
    content: "䎇"
}

.hgi-stroke.hgi-diaper:before {
    content: "䎉"
}

.hgi-stroke.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-stroke.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-stroke.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-stroke.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-stroke.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-stroke.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-stroke.hgi-dice:before {
    content: "䎗"
}

.hgi-stroke.hgi-digestion:before {
    content: "䎙"
}

.hgi-stroke.hgi-digg:before {
    content: "䎛"
}

.hgi-stroke.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-stroke.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-stroke.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-stroke.hgi-dining-table:before {
    content: "䎣"
}

.hgi-stroke.hgi-diploma:before {
    content: "䎥"
}

.hgi-stroke.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-stroke.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-stroke.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-stroke.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-stroke.hgi-directions-01:before {
    content: "䎯"
}

.hgi-stroke.hgi-directions-02:before {
    content: "䎱"
}

.hgi-stroke.hgi-dirham:before {
    content: "䎳"
}

.hgi-stroke.hgi-disability-01:before {
    content: "䎵"
}

.hgi-stroke.hgi-disability-02:before {
    content: "䎷"
}

.hgi-stroke.hgi-discord:before {
    content: "䎹"
}

.hgi-stroke.hgi-discount-01:before {
    content: "䎻"
}

.hgi-stroke.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-stroke.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-stroke.hgi-discount:before {
    content: "䏁"
}

.hgi-stroke.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-stroke.hgi-discover-square:before {
    content: "䏅"
}

.hgi-stroke.hgi-dish-01:before {
    content: "䏇"
}

.hgi-stroke.hgi-dish-02:before {
    content: "䏉"
}

.hgi-stroke.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-stroke.hgi-displeased:before {
    content: "䏍"
}

.hgi-stroke.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-stroke.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-stroke.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-stroke.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-stroke.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-stroke.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-stroke.hgi-distribution:before {
    content: "䏛"
}

.hgi-stroke.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-stroke.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-stroke.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-stroke.hgi-dna-01:before {
    content: "䏣"
}

.hgi-stroke.hgi-dna:before {
    content: "䏥"
}

.hgi-stroke.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-stroke.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-stroke.hgi-doc-01:before {
    content: "䏫"
}

.hgi-stroke.hgi-doc-02:before {
    content: "䏭"
}

.hgi-stroke.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-stroke.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-stroke.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-stroke.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-stroke.hgi-document-code:before {
    content: "䏷"
}

.hgi-stroke.hgi-document-validation:before {
    content: "䏹"
}

.hgi-stroke.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-stroke.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-stroke.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-stroke.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-stroke.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-stroke.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-stroke.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-stroke.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-stroke.hgi-dome:before {
    content: "䐋"
}

.hgi-stroke.hgi-domino:before {
    content: "䐍"
}

.hgi-stroke.hgi-door-01:before {
    content: "䐏"
}

.hgi-stroke.hgi-door-02:before {
    content: "䐑"
}

.hgi-stroke.hgi-door-lock:before {
    content: "䐓"
}

.hgi-stroke.hgi-door:before {
    content: "䐕"
}

.hgi-stroke.hgi-doughnut:before {
    content: "䐗"
}

.hgi-stroke.hgi-download-01:before {
    content: "䐙"
}

.hgi-stroke.hgi-download-02:before {
    content: "䐛"
}

.hgi-stroke.hgi-download-03:before {
    content: "䐝"
}

.hgi-stroke.hgi-download-04:before {
    content: "䐟"
}

.hgi-stroke.hgi-download-05:before {
    content: "䐡"
}

.hgi-stroke.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-stroke.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-stroke.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-stroke.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-stroke.hgi-drag-01:before {
    content: "䐫"
}

.hgi-stroke.hgi-drag-02:before {
    content: "䐭"
}

.hgi-stroke.hgi-drag-03:before {
    content: "䐯"
}

.hgi-stroke.hgi-drag-04:before {
    content: "䐱"
}

.hgi-stroke.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-stroke.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-stroke.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-stroke.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-stroke.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-stroke.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-stroke.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-stroke.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-stroke.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-stroke.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-stroke.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-stroke.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-stroke.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-stroke.hgi-dress-01:before {
    content: "䑍"
}

.hgi-stroke.hgi-dress-02:before {
    content: "䑏"
}

.hgi-stroke.hgi-dress-03:before {
    content: "䑑"
}

.hgi-stroke.hgi-dress-04:before {
    content: "䑓"
}

.hgi-stroke.hgi-dress-05:before {
    content: "䑕"
}

.hgi-stroke.hgi-dress-06:before {
    content: "䑗"
}

.hgi-stroke.hgi-dress-07:before {
    content: "䑙"
}

.hgi-stroke.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-stroke.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-stroke.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-stroke.hgi-dribbble:before {
    content: "䑡"
}

.hgi-stroke.hgi-drink:before {
    content: "䑣"
}

.hgi-stroke.hgi-drone:before {
    content: "䑥"
}

.hgi-stroke.hgi-drooling:before {
    content: "䑧"
}

.hgi-stroke.hgi-dropbox:before {
    content: "䑩"
}

.hgi-stroke.hgi-droplet:before {
    content: "䑫"
}

.hgi-stroke.hgi-dropper:before {
    content: "䑭"
}

.hgi-stroke.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-stroke.hgi-dua:before {
    content: "䑱"
}

.hgi-stroke.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-stroke.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-stroke.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-stroke.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-stroke.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-stroke.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-stroke.hgi-ear:before {
    content: "䑿"
}

.hgi-stroke.hgi-earth:before {
    content: "䒁"
}

.hgi-stroke.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-stroke.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-stroke.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-stroke.hgi-ease-in:before {
    content: "䒉"
}

.hgi-stroke.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-stroke.hgi-ease-out:before {
    content: "䒍"
}

.hgi-stroke.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-stroke.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-stroke.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-stroke.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-stroke.hgi-eco-power:before {
    content: "䒗"
}

.hgi-stroke.hgi-edge-style:before {
    content: "䒙"
}

.hgi-stroke.hgi-edit-01:before {
    content: "䒛"
}

.hgi-stroke.hgi-edit-02:before {
    content: "䒝"
}

.hgi-stroke.hgi-edit-off:before {
    content: "䒟"
}

.hgi-stroke.hgi-edit-road:before {
    content: "䒡"
}

.hgi-stroke.hgi-edit-table:before {
    content: "䒣"
}

.hgi-stroke.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-stroke.hgi-eggs:before {
    content: "䒧"
}

.hgi-stroke.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-stroke.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-stroke.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-stroke.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-stroke.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-stroke.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-stroke.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-stroke.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-stroke.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-stroke.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-stroke.hgi-encrypt:before {
    content: "䒽"
}

.hgi-stroke.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-stroke.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-stroke.hgi-energy:before {
    content: "䓃"
}

.hgi-stroke.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-stroke.hgi-envato:before {
    content: "䓇"
}

.hgi-stroke.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-stroke.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-stroke.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-stroke.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-stroke.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-stroke.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-stroke.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-stroke.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-stroke.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-stroke.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-stroke.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-stroke.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-stroke.hgi-eraser:before {
    content: "䓡"
}

.hgi-stroke.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-stroke.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-stroke.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-stroke.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-stroke.hgi-ethereum:before {
    content: "䓫"
}

.hgi-stroke.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-stroke.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-stroke.hgi-euro-send:before {
    content: "䓲"
}

.hgi-stroke.hgi-euro-square:before {
    content: "䓴"
}

.hgi-stroke.hgi-euro:before {
    content: "䓵"
}

.hgi-stroke.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-stroke.hgi-evil:before {
    content: "䓹"
}

.hgi-stroke.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-stroke.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-stroke.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-stroke.hgi-expander:before {
    content: "䔁"
}

.hgi-stroke.hgi-external-drive:before {
    content: "䔃"
}

.hgi-stroke.hgi-eye:before {
    content: "䔅"
}

.hgi-stroke.hgi-face-id:before {
    content: "䔇"
}

.hgi-stroke.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-stroke.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-stroke.hgi-factory-01:before {
    content: "䔍"
}

.hgi-stroke.hgi-factory-02:before {
    content: "䔏"
}

.hgi-stroke.hgi-factory:before {
    content: "䔑"
}

.hgi-stroke.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-stroke.hgi-falling-star:before {
    content: "䔕"
}

.hgi-stroke.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-stroke.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-stroke.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-stroke.hgi-favourite:before {
    content: "䔝"
}

.hgi-stroke.hgi-feather:before {
    content: "䔟"
}

.hgi-stroke.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-stroke.hgi-fencing:before {
    content: "䔣"
}

.hgi-stroke.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-stroke.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-stroke.hgi-figma:before {
    content: "䔩"
}

.hgi-stroke.hgi-file-01:before {
    content: "䔫"
}

.hgi-stroke.hgi-file-02:before {
    content: "䔭"
}

.hgi-stroke.hgi-file-add:before {
    content: "䔯"
}

.hgi-stroke.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-stroke.hgi-file-audio:before {
    content: "䔳"
}

.hgi-stroke.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-stroke.hgi-file-block:before {
    content: "䔷"
}

.hgi-stroke.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-stroke.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-stroke.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-stroke.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-stroke.hgi-file-download:before {
    content: "䕁"
}

.hgi-stroke.hgi-file-edit:before {
    content: "䕃"
}

.hgi-stroke.hgi-file-euro:before {
    content: "䕅"
}

.hgi-stroke.hgi-file-export:before {
    content: "䕇"
}

.hgi-stroke.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-stroke.hgi-file-import:before {
    content: "䕋"
}

.hgi-stroke.hgi-file-link:before {
    content: "䕍"
}

.hgi-stroke.hgi-file-locked:before {
    content: "䕏"
}

.hgi-stroke.hgi-file-management:before {
    content: "䕑"
}

.hgi-stroke.hgi-file-minus:before {
    content: "䕓"
}

.hgi-stroke.hgi-file-music:before {
    content: "䕕"
}

.hgi-stroke.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-stroke.hgi-file-paste:before {
    content: "䕙"
}

.hgi-stroke.hgi-file-pin:before {
    content: "䕛"
}

.hgi-stroke.hgi-file-pound:before {
    content: "䕝"
}

.hgi-stroke.hgi-file-remove:before {
    content: "䕟"
}

.hgi-stroke.hgi-file-script:before {
    content: "䕡"
}

.hgi-stroke.hgi-file-search:before {
    content: "䕣"
}

.hgi-stroke.hgi-file-security:before {
    content: "䕥"
}

.hgi-stroke.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-stroke.hgi-file-star:before {
    content: "䕩"
}

.hgi-stroke.hgi-file-sync:before {
    content: "䕫"
}

.hgi-stroke.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-stroke.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-stroke.hgi-file-upload:before {
    content: "䕱"
}

.hgi-stroke.hgi-file-validation:before {
    content: "䕳"
}

.hgi-stroke.hgi-file-verified:before {
    content: "䕵"
}

.hgi-stroke.hgi-file-video:before {
    content: "䕷"
}

.hgi-stroke.hgi-file-view:before {
    content: "䕹"
}

.hgi-stroke.hgi-file-yen:before {
    content: "䕻"
}

.hgi-stroke.hgi-file-zip:before {
    content: "䕽"
}

.hgi-stroke.hgi-files-01:before {
    content: "䕿"
}

.hgi-stroke.hgi-files-02:before {
    content: "䖁"
}

.hgi-stroke.hgi-film-01:before {
    content: "䖃"
}

.hgi-stroke.hgi-film-02:before {
    content: "䖅"
}

.hgi-stroke.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-stroke.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-stroke.hgi-filter-add:before {
    content: "䖋"
}

.hgi-stroke.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-stroke.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-stroke.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-stroke.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-stroke.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-stroke.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-stroke.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-stroke.hgi-filter:before {
    content: "䖛"
}

.hgi-stroke.hgi-finger-access:before {
    content: "䖝"
}

.hgi-stroke.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-stroke.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-stroke.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-stroke.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-stroke.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-stroke.hgi-finger-print:before {
    content: "䖩"
}

.hgi-stroke.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-stroke.hgi-fins:before {
    content: "䖭"
}

.hgi-stroke.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-stroke.hgi-fire-security:before {
    content: "䖲"
}

.hgi-stroke.hgi-fire:before {
    content: "䖳"
}

.hgi-stroke.hgi-firewall:before {
    content: "䖵"
}

.hgi-stroke.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-stroke.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-stroke.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-stroke.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-stroke.hgi-fish-food:before {
    content: "䖿"
}

.hgi-stroke.hgi-fiverr:before {
    content: "䗁"
}

.hgi-stroke.hgi-flag-01:before {
    content: "䗃"
}

.hgi-stroke.hgi-flag-02:before {
    content: "䗅"
}

.hgi-stroke.hgi-flag-03:before {
    content: "䗇"
}

.hgi-stroke.hgi-flash-off:before {
    content: "䗉"
}

.hgi-stroke.hgi-flash:before {
    content: "䗋"
}

.hgi-stroke.hgi-flaticon:before {
    content: "䗍"
}

.hgi-stroke.hgi-flickr:before {
    content: "䗏"
}

.hgi-stroke.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-stroke.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-stroke.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-stroke.hgi-flip-left:before {
    content: "䗗"
}

.hgi-stroke.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-stroke.hgi-flip-right:before {
    content: "䗛"
}

.hgi-stroke.hgi-flip-top:before {
    content: "䗝"
}

.hgi-stroke.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-stroke.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-stroke.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-stroke.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-stroke.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-stroke.hgi-flow-square:before {
    content: "䗪"
}

.hgi-stroke.hgi-flow:before {
    content: "䗫"
}

.hgi-stroke.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-stroke.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-stroke.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-stroke.hgi-flower:before {
    content: "䗳"
}

.hgi-stroke.hgi-flushed:before {
    content: "䗵"
}

.hgi-stroke.hgi-flying-human:before {
    content: "䗷"
}

.hgi-stroke.hgi-focus-point:before {
    content: "䗹"
}

.hgi-stroke.hgi-folder-01:before {
    content: "䗻"
}

.hgi-stroke.hgi-folder-02:before {
    content: "䗽"
}

.hgi-stroke.hgi-folder-03:before {
    content: "䗿"
}

.hgi-stroke.hgi-folder-add:before {
    content: "䘁"
}

.hgi-stroke.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-stroke.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-stroke.hgi-folder-block:before {
    content: "䘇"
}

.hgi-stroke.hgi-folder-check:before {
    content: "䘉"
}

.hgi-stroke.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-stroke.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-stroke.hgi-folder-details:before {
    content: "䘏"
}

.hgi-stroke.hgi-folder-download:before {
    content: "䘑"
}

.hgi-stroke.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-stroke.hgi-folder-export:before {
    content: "䘕"
}

.hgi-stroke.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-stroke.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-stroke.hgi-folder-import:before {
    content: "䘛"
}

.hgi-stroke.hgi-folder-library:before {
    content: "䘝"
}

.hgi-stroke.hgi-folder-links:before {
    content: "䘟"
}

.hgi-stroke.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-stroke.hgi-folder-management:before {
    content: "䘣"
}

.hgi-stroke.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-stroke.hgi-folder-music:before {
    content: "䘧"
}

.hgi-stroke.hgi-folder-off:before {
    content: "䘩"
}

.hgi-stroke.hgi-folder-open:before {
    content: "䘫"
}

.hgi-stroke.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-stroke.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-stroke.hgi-folder-search:before {
    content: "䘱"
}

.hgi-stroke.hgi-folder-security:before {
    content: "䘳"
}

.hgi-stroke.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-stroke.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-stroke.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-stroke.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-stroke.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-stroke.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-stroke.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-stroke.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-stroke.hgi-folder-video:before {
    content: "䙅"
}

.hgi-stroke.hgi-folder-view:before {
    content: "䙇"
}

.hgi-stroke.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-stroke.hgi-folders:before {
    content: "䙋"
}

.hgi-stroke.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-stroke.hgi-football:before {
    content: "䙏"
}

.hgi-stroke.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-stroke.hgi-fork:before {
    content: "䙓"
}

.hgi-stroke.hgi-forrst:before {
    content: "䙕"
}

.hgi-stroke.hgi-fortress:before {
    content: "䙗"
}

.hgi-stroke.hgi-forward-01:before {
    content: "䙙"
}

.hgi-stroke.hgi-forward-02:before {
    content: "䙛"
}

.hgi-stroke.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-stroke.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-stroke.hgi-four-k:before {
    content: "䙡"
}

.hgi-stroke.hgi-foursquare:before {
    content: "䙣"
}

.hgi-stroke.hgi-framer:before {
    content: "䙥"
}

.hgi-stroke.hgi-frameworks:before {
    content: "䙧"
}

.hgi-stroke.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-stroke.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-stroke.hgi-fridge:before {
    content: "䙭"
}

.hgi-stroke.hgi-fry:before {
    content: "䙯"
}

.hgi-stroke.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-stroke.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-stroke.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-stroke.hgi-function-circle:before {
    content: "䙷"
}

.hgi-stroke.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-stroke.hgi-function-square:before {
    content: "䙼"
}

.hgi-stroke.hgi-function:before {
    content: "䙽"
}

.hgi-stroke.hgi-galaxy:before {
    content: "䙿"
}

.hgi-stroke.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-stroke.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-stroke.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-stroke.hgi-game:before {
    content: "䚇"
}

.hgi-stroke.hgi-gameboy:before {
    content: "䚉"
}

.hgi-stroke.hgi-garage:before {
    content: "䚋"
}

.hgi-stroke.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-stroke.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-stroke.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-stroke.hgi-gem:before {
    content: "䚓"
}

.hgi-stroke.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-stroke.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-stroke.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-stroke.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-stroke.hgi-gif-01:before {
    content: "䚝"
}

.hgi-stroke.hgi-gif-02:before {
    content: "䚟"
}

.hgi-stroke.hgi-gift-card:before {
    content: "䚡"
}

.hgi-stroke.hgi-gift:before {
    content: "䚣"
}

.hgi-stroke.hgi-git-branch:before {
    content: "䚥"
}

.hgi-stroke.hgi-git-commit:before {
    content: "䚧"
}

.hgi-stroke.hgi-git-compare:before {
    content: "䚩"
}

.hgi-stroke.hgi-git-fork:before {
    content: "䚫"
}

.hgi-stroke.hgi-git-merge:before {
    content: "䚭"
}

.hgi-stroke.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-stroke.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-stroke.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-stroke.hgi-gitbook:before {
    content: "䚵"
}

.hgi-stroke.hgi-github-01:before {
    content: "䚷"
}

.hgi-stroke.hgi-github:before {
    content: "䚹"
}

.hgi-stroke.hgi-gitlab:before {
    content: "䚻"
}

.hgi-stroke.hgi-give-blood:before {
    content: "䚽"
}

.hgi-stroke.hgi-give-pill:before {
    content: "䚿"
}

.hgi-stroke.hgi-glasses:before {
    content: "䛁"
}

.hgi-stroke.hgi-global-editing:before {
    content: "䛃"
}

.hgi-stroke.hgi-global-education:before {
    content: "䛅"
}

.hgi-stroke.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-stroke.hgi-global-search:before {
    content: "䛉"
}

.hgi-stroke.hgi-global:before {
    content: "䛋"
}

.hgi-stroke.hgi-globe-02:before {
    content: "䛍"
}

.hgi-stroke.hgi-globe:before {
    content: "䛏"
}

.hgi-stroke.hgi-glove:before {
    content: "䛑"
}

.hgi-stroke.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-stroke.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-stroke.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-stroke.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-stroke.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-stroke.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-stroke.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-stroke.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-stroke.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-stroke.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-stroke.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-stroke.hgi-gold:before {
    content: "䛩"
}

.hgi-stroke.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-stroke.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-stroke.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-stroke.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-stroke.hgi-google-doc:before {
    content: "䛳"
}

.hgi-stroke.hgi-google-drive:before {
    content: "䛵"
}

.hgi-stroke.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-stroke.hgi-google-home:before {
    content: "䛹"
}

.hgi-stroke.hgi-google-lens:before {
    content: "䛻"
}

.hgi-stroke.hgi-google-maps:before {
    content: "䛽"
}

.hgi-stroke.hgi-google-photos:before {
    content: "䛿"
}

.hgi-stroke.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-stroke.hgi-google:before {
    content: "䜃"
}

.hgi-stroke.hgi-gps-01:before {
    content: "䜅"
}

.hgi-stroke.hgi-gps-02:before {
    content: "䜇"
}

.hgi-stroke.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-stroke.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-stroke.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-stroke.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-stroke.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-stroke.hgi-gpu:before {
    content: "䜓"
}

.hgi-stroke.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-stroke.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-stroke.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-stroke.hgi-grapes:before {
    content: "䜛"
}

.hgi-stroke.hgi-gravity:before {
    content: "䜝"
}

.hgi-stroke.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-stroke.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-stroke.hgi-greater-than:before {
    content: "䜣"
}

.hgi-stroke.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-stroke.hgi-green-house:before {
    content: "䜧"
}

.hgi-stroke.hgi-grid-off:before {
    content: "䜩"
}

.hgi-stroke.hgi-grid-table:before {
    content: "䜬"
}

.hgi-stroke.hgi-grid-view:before {
    content: "䜮"
}

.hgi-stroke.hgi-grid:before {
    content: "䜯"
}

.hgi-stroke.hgi-grimacing:before {
    content: "䜱"
}

.hgi-stroke.hgi-grinning:before {
    content: "䜳"
}

.hgi-stroke.hgi-grok:before {
    content: "䜵"
}

.hgi-stroke.hgi-group-items:before {
    content: "䜷"
}

.hgi-stroke.hgi-group-layers:before {
    content: "䜹"
}

.hgi-stroke.hgi-guest-house:before {
    content: "䜻"
}

.hgi-stroke.hgi-gun:before {
    content: "䜽"
}

.hgi-stroke.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-stroke.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-stroke.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-stroke.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-stroke.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-stroke.hgi-haji:before {
    content: "䝉"
}

.hgi-stroke.hgi-halal:before {
    content: "䝋"
}

.hgi-stroke.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-stroke.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-stroke.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-stroke.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-stroke.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-stroke.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-stroke.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-stroke.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-stroke.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-stroke.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-stroke.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-stroke.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-stroke.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-stroke.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-stroke.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-stroke.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-stroke.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-stroke.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-stroke.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-stroke.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-stroke.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-stroke.hgi-hanger:before {
    content: "䝷"
}

.hgi-stroke.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-stroke.hgi-hangout:before {
    content: "䝻"
}

.hgi-stroke.hgi-happy:before {
    content: "䝽"
}

.hgi-stroke.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-stroke.hgi-hdd:before {
    content: "䞁"
}

.hgi-stroke.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-stroke.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-stroke.hgi-heading-01:before {
    content: "䞇"
}

.hgi-stroke.hgi-heading-02:before {
    content: "䞉"
}

.hgi-stroke.hgi-heading-03:before {
    content: "䞋"
}

.hgi-stroke.hgi-heading-04:before {
    content: "䞍"
}

.hgi-stroke.hgi-heading-05:before {
    content: "䞏"
}

.hgi-stroke.hgi-heading-06:before {
    content: "䞑"
}

.hgi-stroke.hgi-heading:before {
    content: "䞓"
}

.hgi-stroke.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-stroke.hgi-headphones:before {
    content: "䞗"
}

.hgi-stroke.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-stroke.hgi-headset-off:before {
    content: "䞛"
}

.hgi-stroke.hgi-headset:before {
    content: "䞝"
}

.hgi-stroke.hgi-healtcare:before {
    content: "䞟"
}

.hgi-stroke.hgi-health:before {
    content: "䞡"
}

.hgi-stroke.hgi-heart-add:before {
    content: "䞣"
}

.hgi-stroke.hgi-heart-check:before {
    content: "䞥"
}

.hgi-stroke.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-stroke.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-stroke.hgi-helicopter:before {
    content: "䞫"
}

.hgi-stroke.hgi-help-circle:before {
    content: "䞭"
}

.hgi-stroke.hgi-help-square:before {
    content: "䞯"
}

.hgi-stroke.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-stroke.hgi-hexagon:before {
    content: "䞳"
}

.hgi-stroke.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-stroke.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-stroke.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-stroke.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-stroke.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-stroke.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-stroke.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-stroke.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-stroke.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-stroke.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-stroke.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-stroke.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-stroke.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-stroke.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-stroke.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-stroke.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-stroke.hgi-hijab:before {
    content: "䟕"
}

.hgi-stroke.hgi-hockey:before {
    content: "䟗"
}

.hgi-stroke.hgi-hold-01:before {
    content: "䟙"
}

.hgi-stroke.hgi-hold-02:before {
    content: "䟛"
}

.hgi-stroke.hgi-hold-03:before {
    content: "䟝"
}

.hgi-stroke.hgi-hold-04:before {
    content: "䟟"
}

.hgi-stroke.hgi-hold-05:before {
    content: "䟡"
}

.hgi-stroke.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-stroke.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-stroke.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-stroke.hgi-hologram:before {
    content: "䟩"
}

.hgi-stroke.hgi-home-01:before {
    content: "䟫"
}

.hgi-stroke.hgi-home-02:before {
    content: "䟭"
}

.hgi-stroke.hgi-home-03:before {
    content: "䟯"
}

.hgi-stroke.hgi-home-04:before {
    content: "䟱"
}

.hgi-stroke.hgi-home-05:before {
    content: "䟳"
}

.hgi-stroke.hgi-home-06:before {
    content: "䟵"
}

.hgi-stroke.hgi-home-07:before {
    content: "䟷"
}

.hgi-stroke.hgi-home-08:before {
    content: "䟹"
}

.hgi-stroke.hgi-home-09:before {
    content: "䟻"
}

.hgi-stroke.hgi-home-10:before {
    content: "䟽"
}

.hgi-stroke.hgi-home-11:before {
    content: "䟿"
}

.hgi-stroke.hgi-home-12:before {
    content: "䠁"
}

.hgi-stroke.hgi-home-13:before {
    content: "䠃"
}

.hgi-stroke.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-stroke.hgi-honey-01:before {
    content: "䠇"
}

.hgi-stroke.hgi-honey-02:before {
    content: "䠉"
}

.hgi-stroke.hgi-honor:before {
    content: "䠋"
}

.hgi-stroke.hgi-honour-star:before {
    content: "䠍"
}

.hgi-stroke.hgi-hoodie:before {
    content: "䠏"
}

.hgi-stroke.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-stroke.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-stroke.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-stroke.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-stroke.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-stroke.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-stroke.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-stroke.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-stroke.hgi-hot-price:before {
    content: "䠡"
}

.hgi-stroke.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-stroke.hgi-hotdog:before {
    content: "䠥"
}

.hgi-stroke.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-stroke.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-stroke.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-stroke.hgi-hotspot:before {
    content: "䠭"
}

.hgi-stroke.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-stroke.hgi-hourglass:before {
    content: "䠱"
}

.hgi-stroke.hgi-house-01:before {
    content: "䠳"
}

.hgi-stroke.hgi-house-02:before {
    content: "䠵"
}

.hgi-stroke.hgi-house-03:before {
    content: "䠷"
}

.hgi-stroke.hgi-house-04:before {
    content: "䠹"
}

.hgi-stroke.hgi-house-05:before {
    content: "䠻"
}

.hgi-stroke.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-stroke.hgi-html-5:before {
    content: "䠿"
}

.hgi-stroke.hgi-humidity:before {
    content: "䡁"
}

.hgi-stroke.hgi-hut:before {
    content: "䡃"
}

.hgi-stroke.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-stroke.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-stroke.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-stroke.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-stroke.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-stroke.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-stroke.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-stroke.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-stroke.hgi-ico:before {
    content: "䡕"
}

.hgi-stroke.hgi-iconjar:before {
    content: "䡗"
}

.hgi-stroke.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-stroke.hgi-id-verified:before {
    content: "䡜"
}

.hgi-stroke.hgi-id:before {
    content: "䡝"
}

.hgi-stroke.hgi-idea-01:before {
    content: "䡟"
}

.hgi-stroke.hgi-idea:before {
    content: "䡡"
}

.hgi-stroke.hgi-identification:before {
    content: "䡣"
}

.hgi-stroke.hgi-identity-card:before {
    content: "䡥"
}

.hgi-stroke.hgi-image-01:before {
    content: "䡧"
}

.hgi-stroke.hgi-image-02:before {
    content: "䡩"
}

.hgi-stroke.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-stroke.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-stroke.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-stroke.hgi-image-composition:before {
    content: "䡱"
}

.hgi-stroke.hgi-image-crop:before {
    content: "䡳"
}

.hgi-stroke.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-stroke.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-stroke.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-stroke.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-stroke.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-stroke.hgi-image-download:before {
    content: "䡿"
}

.hgi-stroke.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-stroke.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-stroke.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-stroke.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-stroke.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-stroke.hgi-image-upload:before {
    content: "䢋"
}

.hgi-stroke.hgi-imo:before {
    content: "䢍"
}

.hgi-stroke.hgi-important-book:before {
    content: "䢏"
}

.hgi-stroke.hgi-in-love:before {
    content: "䢑"
}

.hgi-stroke.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-stroke.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-stroke.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-stroke.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-stroke.hgi-inbox:before {
    content: "䢛"
}

.hgi-stroke.hgi-incognito:before {
    content: "䢝"
}

.hgi-stroke.hgi-india-gate:before {
    content: "䢟"
}

.hgi-stroke.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-stroke.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-stroke.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-stroke.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-stroke.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-stroke.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-stroke.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-stroke.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-stroke.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-stroke.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-stroke.hgi-information-circle:before {
    content: "䢵"
}

.hgi-stroke.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-stroke.hgi-information-square:before {
    content: "䢹"
}

.hgi-stroke.hgi-injection:before {
    content: "䢻"
}

.hgi-stroke.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-stroke.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-stroke.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-stroke.hgi-insert-column:before {
    content: "䣃"
}

.hgi-stroke.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-stroke.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-stroke.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-stroke.hgi-insert-row:before {
    content: "䣋"
}

.hgi-stroke.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-stroke.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-stroke.hgi-instagram:before {
    content: "䣑"
}

.hgi-stroke.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-stroke.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-stroke.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-stroke.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-stroke.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-stroke.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-stroke.hgi-internet:before {
    content: "䣟"
}

.hgi-stroke.hgi-investigation:before {
    content: "䣡"
}

.hgi-stroke.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-stroke.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-stroke.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-stroke.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-stroke.hgi-invoice:before {
    content: "䣫"
}

.hgi-stroke.hgi-ipod:before {
    content: "䣭"
}

.hgi-stroke.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-stroke.hgi-island:before {
    content: "䣱"
}

.hgi-stroke.hgi-jar:before {
    content: "䣳"
}

.hgi-stroke.hgi-java-script:before {
    content: "䣵"
}

.hgi-stroke.hgi-java:before {
    content: "䣷"
}

.hgi-stroke.hgi-job-link:before {
    content: "䣹"
}

.hgi-stroke.hgi-job-search:before {
    content: "䣻"
}

.hgi-stroke.hgi-job-share:before {
    content: "䣽"
}

.hgi-stroke.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-stroke.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-stroke.hgi-join-round:before {
    content: "䤃"
}

.hgi-stroke.hgi-join-straight:before {
    content: "䤅"
}

.hgi-stroke.hgi-joker:before {
    content: "䤇"
}

.hgi-stroke.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-stroke.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-stroke.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-stroke.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-stroke.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-stroke.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-stroke.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-stroke.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-stroke.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-stroke.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-stroke.hgi-judge:before {
    content: "䤝"
}

.hgi-stroke.hgi-jupiter:before {
    content: "䤟"
}

.hgi-stroke.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-stroke.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-stroke.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-stroke.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-stroke.hgi-kayak:before {
    content: "䤩"
}

.hgi-stroke.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-stroke.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-stroke.hgi-kettle:before {
    content: "䤯"
}

.hgi-stroke.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-stroke.hgi-ketupat:before {
    content: "䤳"
}

.hgi-stroke.hgi-key-01:before {
    content: "䤵"
}

.hgi-stroke.hgi-key-02:before {
    content: "䤷"
}

.hgi-stroke.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-stroke.hgi-keyboard:before {
    content: "䤻"
}

.hgi-stroke.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-stroke.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-stroke.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-stroke.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-stroke.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-stroke.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-stroke.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-stroke.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-stroke.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-stroke.hgi-keyframe:before {
    content: "䥏"
}

.hgi-stroke.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-stroke.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-stroke.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-stroke.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-stroke.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-stroke.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-stroke.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-stroke.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-stroke.hgi-kid:before {
    content: "䥡"
}

.hgi-stroke.hgi-kidneys:before {
    content: "䥣"
}

.hgi-stroke.hgi-kissing:before {
    content: "䥥"
}

.hgi-stroke.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-stroke.hgi-kite:before {
    content: "䥩"
}

.hgi-stroke.hgi-knife-01:before {
    content: "䥫"
}

.hgi-stroke.hgi-knife-02:before {
    content: "䥭"
}

.hgi-stroke.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-stroke.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-stroke.hgi-knives:before {
    content: "䥳"
}

.hgi-stroke.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-stroke.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-stroke.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-stroke.hgi-kurta:before {
    content: "䥻"
}

.hgi-stroke.hgi-label-important:before {
    content: "䥽"
}

.hgi-stroke.hgi-label:before {
    content: "䥿"
}

.hgi-stroke.hgi-labor:before {
    content: "䦁"
}

.hgi-stroke.hgi-labs:before {
    content: "䦃"
}

.hgi-stroke.hgi-lake:before {
    content: "䦅"
}

.hgi-stroke.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-stroke.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-stroke.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-stroke.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-stroke.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-stroke.hgi-lamp:before {
    content: "䦑"
}

.hgi-stroke.hgi-language-circle:before {
    content: "䦓"
}

.hgi-stroke.hgi-language-skill:before {
    content: "䦕"
}

.hgi-stroke.hgi-language-square:before {
    content: "䦗"
}

.hgi-stroke.hgi-lantern:before {
    content: "䦙"
}

.hgi-stroke.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-stroke.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-stroke.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-stroke.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-stroke.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-stroke.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-stroke.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-stroke.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-stroke.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-stroke.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-stroke.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-stroke.hgi-laptop:before {
    content: "䦱"
}

.hgi-stroke.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-stroke.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-stroke.hgi-last-fm:before {
    content: "䦷"
}

.hgi-stroke.hgi-latitude:before {
    content: "䦹"
}

.hgi-stroke.hgi-laughing:before {
    content: "䦻"
}

.hgi-stroke.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-stroke.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-stroke.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-stroke.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-stroke.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-stroke.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-stroke.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-stroke.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-stroke.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-stroke.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-stroke.hgi-layer-add:before {
    content: "䧑"
}

.hgi-stroke.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-stroke.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-stroke.hgi-layers-01:before {
    content: "䧗"
}

.hgi-stroke.hgi-layers-02:before {
    content: "䧙"
}

.hgi-stroke.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-stroke.hgi-layout-01:before {
    content: "䧝"
}

.hgi-stroke.hgi-layout-02:before {
    content: "䧟"
}

.hgi-stroke.hgi-layout-03:before {
    content: "䧡"
}

.hgi-stroke.hgi-layout-04:before {
    content: "䧣"
}

.hgi-stroke.hgi-layout-05:before {
    content: "䧥"
}

.hgi-stroke.hgi-layout-06:before {
    content: "䧧"
}

.hgi-stroke.hgi-layout-07:before {
    content: "䧩"
}

.hgi-stroke.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-stroke.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-stroke.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-stroke.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-stroke.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-stroke.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-stroke.hgi-layout-left:before {
    content: "䧷"
}

.hgi-stroke.hgi-layout-right:before {
    content: "䧹"
}

.hgi-stroke.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-stroke.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-stroke.hgi-layout-top:before {
    content: "䧿"
}

.hgi-stroke.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-stroke.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-stroke.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-stroke.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-stroke.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-stroke.hgi-leetcode:before {
    content: "䨋"
}

.hgi-stroke.hgi-left-angle:before {
    content: "䨍"
}

.hgi-stroke.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-stroke.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-stroke.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-stroke.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-stroke.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-stroke.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-stroke.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-stroke.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-stroke.hgi-legal-01:before {
    content: "䨟"
}

.hgi-stroke.hgi-legal-02:before {
    content: "䨡"
}

.hgi-stroke.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-stroke.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-stroke.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-stroke.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-stroke.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-stroke.hgi-less-than:before {
    content: "䨭"
}

.hgi-stroke.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-stroke.hgi-libraries:before {
    content: "䨱"
}

.hgi-stroke.hgi-library:before {
    content: "䨳"
}

.hgi-stroke.hgi-license-draft:before {
    content: "䨵"
}

.hgi-stroke.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-stroke.hgi-license-no:before {
    content: "䨹"
}

.hgi-stroke.hgi-license-pin:before {
    content: "䨻"
}

.hgi-stroke.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-stroke.hgi-license:before {
    content: "䨿"
}

.hgi-stroke.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-stroke.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-stroke.hgi-limitation:before {
    content: "䩅"
}

.hgi-stroke.hgi-line:before {
    content: "䩇"
}

.hgi-stroke.hgi-liner:before {
    content: "䩉"
}

.hgi-stroke.hgi-link-01:before {
    content: "䩋"
}

.hgi-stroke.hgi-link-02:before {
    content: "䩍"
}

.hgi-stroke.hgi-link-03:before {
    content: "䩏"
}

.hgi-stroke.hgi-link-04:before {
    content: "䩑"
}

.hgi-stroke.hgi-link-05:before {
    content: "䩓"
}

.hgi-stroke.hgi-link-06:before {
    content: "䩕"
}

.hgi-stroke.hgi-link-backward:before {
    content: "䩗"
}

.hgi-stroke.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-stroke.hgi-link-circle:before {
    content: "䩛"
}

.hgi-stroke.hgi-link-forward:before {
    content: "䩝"
}

.hgi-stroke.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-stroke.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-stroke.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-stroke.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-stroke.hgi-list-setting:before {
    content: "䩧"
}

.hgi-stroke.hgi-list-view:before {
    content: "䩩"
}

.hgi-stroke.hgi-litecoin:before {
    content: "䩫"
}

.hgi-stroke.hgi-liver:before {
    content: "䩭"
}

.hgi-stroke.hgi-loading-01:before {
    content: "䩯"
}

.hgi-stroke.hgi-loading-02:before {
    content: "䩱"
}

.hgi-stroke.hgi-loading-03:before {
    content: "䩳"
}

.hgi-stroke.hgi-loading-04:before {
    content: "䩵"
}

.hgi-stroke.hgi-location-01:before {
    content: "䩷"
}

.hgi-stroke.hgi-location-02:before {
    content: "䩹"
}

.hgi-stroke.hgi-location-03:before {
    content: "䩻"
}

.hgi-stroke.hgi-location-04:before {
    content: "䩽"
}

.hgi-stroke.hgi-location-05:before {
    content: "䩿"
}

.hgi-stroke.hgi-location-06:before {
    content: "䪁"
}

.hgi-stroke.hgi-location-07:before {
    content: "䪃"
}

.hgi-stroke.hgi-location-08:before {
    content: "䪅"
}

.hgi-stroke.hgi-location-09:before {
    content: "䪇"
}

.hgi-stroke.hgi-location-10:before {
    content: "䪉"
}

.hgi-stroke.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-stroke.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-stroke.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-stroke.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-stroke.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-stroke.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-stroke.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-stroke.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-stroke.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-stroke.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-stroke.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-stroke.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-stroke.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-stroke.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-stroke.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-stroke.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-stroke.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-stroke.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-stroke.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-stroke.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-stroke.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-stroke.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-stroke.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-stroke.hgi-lock-key:before {
    content: "䪹"
}

.hgi-stroke.hgi-lock-password:before {
    content: "䪻"
}

.hgi-stroke.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-stroke.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-stroke.hgi-lock:before {
    content: "䫁"
}

.hgi-stroke.hgi-locked:before {
    content: "䫃"
}

.hgi-stroke.hgi-locker-01:before {
    content: "䫅"
}

.hgi-stroke.hgi-locker:before {
    content: "䫇"
}

.hgi-stroke.hgi-login-01:before {
    content: "䫉"
}

.hgi-stroke.hgi-login-02:before {
    content: "䫋"
}

.hgi-stroke.hgi-login-03:before {
    content: "䫍"
}

.hgi-stroke.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-stroke.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-stroke.hgi-login-method:before {
    content: "䫓"
}

.hgi-stroke.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-stroke.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-stroke.hgi-logout-01:before {
    content: "䫙"
}

.hgi-stroke.hgi-logout-02:before {
    content: "䫛"
}

.hgi-stroke.hgi-logout-03:before {
    content: "䫝"
}

.hgi-stroke.hgi-logout-04:before {
    content: "䫟"
}

.hgi-stroke.hgi-logout-05:before {
    content: "䫡"
}

.hgi-stroke.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-stroke.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-stroke.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-stroke.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-stroke.hgi-lollipop:before {
    content: "䫫"
}

.hgi-stroke.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-stroke.hgi-longitude:before {
    content: "䫯"
}

.hgi-stroke.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-stroke.hgi-look-left:before {
    content: "䫳"
}

.hgi-stroke.hgi-look-right:before {
    content: "䫵"
}

.hgi-stroke.hgi-look-top:before {
    content: "䫷"
}

.hgi-stroke.hgi-loom:before {
    content: "䫹"
}

.hgi-stroke.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-stroke.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-stroke.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-stroke.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-stroke.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-stroke.hgi-lungs:before {
    content: "䬅"
}

.hgi-stroke.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-stroke.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-stroke.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-stroke.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-stroke.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-stroke.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-stroke.hgi-magnet:before {
    content: "䬓"
}

.hgi-stroke.hgi-mail-01:before {
    content: "䬕"
}

.hgi-stroke.hgi-mail-02:before {
    content: "䬗"
}

.hgi-stroke.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-stroke.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-stroke.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-stroke.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-stroke.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-stroke.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-stroke.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-stroke.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-stroke.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-stroke.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-stroke.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-stroke.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-stroke.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-stroke.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-stroke.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-stroke.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-stroke.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-stroke.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-stroke.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-stroke.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-stroke.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-stroke.hgi-mail-open:before {
    content: "䭃"
}

.hgi-stroke.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-stroke.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-stroke.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-stroke.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-stroke.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-stroke.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-stroke.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-stroke.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-stroke.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-stroke.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-stroke.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-stroke.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-stroke.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-stroke.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-stroke.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-stroke.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-stroke.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-stroke.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-stroke.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-stroke.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-stroke.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-stroke.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-stroke.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-stroke.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-stroke.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-stroke.hgi-mailbox:before {
    content: "䭷"
}

.hgi-stroke.hgi-manager:before {
    content: "䭹"
}

.hgi-stroke.hgi-map-pin:before {
    content: "䭻"
}

.hgi-stroke.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-stroke.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-stroke.hgi-maping:before {
    content: "䮁"
}

.hgi-stroke.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-stroke.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-stroke.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-stroke.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-stroke.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-stroke.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-stroke.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-stroke.hgi-maps-off:before {
    content: "䮑"
}

.hgi-stroke.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-stroke.hgi-maps-search:before {
    content: "䮕"
}

.hgi-stroke.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-stroke.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-stroke.hgi-maps:before {
    content: "䮛"
}

.hgi-stroke.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-stroke.hgi-marketing:before {
    content: "䮟"
}

.hgi-stroke.hgi-mask-love:before {
    content: "䮡"
}

.hgi-stroke.hgi-mask:before {
    content: "䮣"
}

.hgi-stroke.hgi-master-card:before {
    content: "䮥"
}

.hgi-stroke.hgi-matches:before {
    content: "䮧"
}

.hgi-stroke.hgi-math:before {
    content: "䮩"
}

.hgi-stroke.hgi-matrix:before {
    content: "䮫"
}

.hgi-stroke.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-stroke.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-stroke.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-stroke.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-stroke.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-stroke.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-stroke.hgi-maze:before {
    content: "䮹"
}

.hgi-stroke.hgi-medal-01:before {
    content: "䮻"
}

.hgi-stroke.hgi-medal-02:before {
    content: "䮽"
}

.hgi-stroke.hgi-medal-03:before {
    content: "䮿"
}

.hgi-stroke.hgi-medal-04:before {
    content: "䯁"
}

.hgi-stroke.hgi-medal-05:before {
    content: "䯃"
}

.hgi-stroke.hgi-medal-06:before {
    content: "䯅"
}

.hgi-stroke.hgi-medal-07:before {
    content: "䯇"
}

.hgi-stroke.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-stroke.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-stroke.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-stroke.hgi-medical-file:before {
    content: "䯏"
}

.hgi-stroke.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-stroke.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-stroke.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-stroke.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-stroke.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-stroke.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-stroke.hgi-medium-square:before {
    content: "䯞"
}

.hgi-stroke.hgi-medium:before {
    content: "䯟"
}

.hgi-stroke.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-stroke.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-stroke.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-stroke.hgi-meh:before {
    content: "䯧"
}

.hgi-stroke.hgi-mentor:before {
    content: "䯩"
}

.hgi-stroke.hgi-mentoring:before {
    content: "䯫"
}

.hgi-stroke.hgi-menu-01:before {
    content: "䯭"
}

.hgi-stroke.hgi-menu-02:before {
    content: "䯯"
}

.hgi-stroke.hgi-menu-03:before {
    content: "䯱"
}

.hgi-stroke.hgi-menu-04:before {
    content: "䯳"
}

.hgi-stroke.hgi-menu-05:before {
    content: "䯵"
}

.hgi-stroke.hgi-menu-06:before {
    content: "䯷"
}

.hgi-stroke.hgi-menu-07:before {
    content: "䯹"
}

.hgi-stroke.hgi-menu-08:before {
    content: "䯻"
}

.hgi-stroke.hgi-menu-09:before {
    content: "䯽"
}

.hgi-stroke.hgi-menu-10:before {
    content: "䯿"
}

.hgi-stroke.hgi-menu-11:before {
    content: "䰁"
}

.hgi-stroke.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-stroke.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-stroke.hgi-menu-square:before {
    content: "䰇"
}

.hgi-stroke.hgi-message-01:before {
    content: "䰉"
}

.hgi-stroke.hgi-message-02:before {
    content: "䰋"
}

.hgi-stroke.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-stroke.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-stroke.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-stroke.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-stroke.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-stroke.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-stroke.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-stroke.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-stroke.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-stroke.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-stroke.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-stroke.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-stroke.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-stroke.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-stroke.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-stroke.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-stroke.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-stroke.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-stroke.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-stroke.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-stroke.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-stroke.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-stroke.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-stroke.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-stroke.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-stroke.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-stroke.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-stroke.hgi-message-programming:before {
    content: "䱃"
}

.hgi-stroke.hgi-message-question:before {
    content: "䱅"
}

.hgi-stroke.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-stroke.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-stroke.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-stroke.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-stroke.hgi-message-translate:before {
    content: "䱏"
}

.hgi-stroke.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-stroke.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-stroke.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-stroke.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-stroke.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-stroke.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-stroke.hgi-messenger:before {
    content: "䱝"
}

.hgi-stroke.hgi-meta:before {
    content: "䱟"
}

.hgi-stroke.hgi-metro:before {
    content: "䱡"
}

.hgi-stroke.hgi-mic-01:before {
    content: "䱣"
}

.hgi-stroke.hgi-mic-02:before {
    content: "䱥"
}

.hgi-stroke.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-stroke.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-stroke.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-stroke.hgi-microsoft:before {
    content: "䱭"
}

.hgi-stroke.hgi-microwave:before {
    content: "䱯"
}

.hgi-stroke.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-stroke.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-stroke.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-stroke.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-stroke.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-stroke.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-stroke.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-stroke.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-stroke.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-stroke.hgi-mining-01:before {
    content: "䲃"
}

.hgi-stroke.hgi-mining-02:before {
    content: "䲅"
}

.hgi-stroke.hgi-mining-03:before {
    content: "䲇"
}

.hgi-stroke.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-stroke.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-stroke.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-stroke.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-stroke.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-stroke.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-stroke.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-stroke.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-stroke.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-stroke.hgi-mirror:before {
    content: "䲛"
}

.hgi-stroke.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-stroke.hgi-mixer:before {
    content: "䲟"
}

.hgi-stroke.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-stroke.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-stroke.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-stroke.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-stroke.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-stroke.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-stroke.hgi-mochi:before {
    content: "䲭"
}

.hgi-stroke.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-stroke.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-stroke.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-stroke.hgi-molecules:before {
    content: "䲵"
}

.hgi-stroke.hgi-monas:before {
    content: "䲷"
}

.hgi-stroke.hgi-money-01:before {
    content: "䲹"
}

.hgi-stroke.hgi-money-02:before {
    content: "䲻"
}

.hgi-stroke.hgi-money-03:before {
    content: "䲽"
}

.hgi-stroke.hgi-money-04:before {
    content: "䲿"
}

.hgi-stroke.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-stroke.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-stroke.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-stroke.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-stroke.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-stroke.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-stroke.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-stroke.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-stroke.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-stroke.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-stroke.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-stroke.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-stroke.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-stroke.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-stroke.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-stroke.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-stroke.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-stroke.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-stroke.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-stroke.hgi-money-safe:before {
    content: "䳧"
}

.hgi-stroke.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-stroke.hgi-money-security:before {
    content: "䳫"
}

.hgi-stroke.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-stroke.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-stroke.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-stroke.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-stroke.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-stroke.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-stroke.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-stroke.hgi-monocle:before {
    content: "䳻"
}

.hgi-stroke.hgi-monster:before {
    content: "䳽"
}

.hgi-stroke.hgi-moon-01:before {
    content: "䳿"
}

.hgi-stroke.hgi-moon-02:before {
    content: "䴁"
}

.hgi-stroke.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-stroke.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-stroke.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-stroke.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-stroke.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-stroke.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-stroke.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-stroke.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-stroke.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-stroke.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-stroke.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-stroke.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-stroke.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-stroke.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-stroke.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-stroke.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-stroke.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-stroke.hgi-moon:before {
    content: "䴥"
}

.hgi-stroke.hgi-moonset:before {
    content: "䴧"
}

.hgi-stroke.hgi-more-01:before {
    content: "䴩"
}

.hgi-stroke.hgi-more-02:before {
    content: "䴫"
}

.hgi-stroke.hgi-more-03:before {
    content: "䴭"
}

.hgi-stroke.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-stroke.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-stroke.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-stroke.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-stroke.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-stroke.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-stroke.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-stroke.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-stroke.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-stroke.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-stroke.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-stroke.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-stroke.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-stroke.hgi-more:before {
    content: "䵉"
}

.hgi-stroke.hgi-mortar:before {
    content: "䵋"
}

.hgi-stroke.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-stroke.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-stroke.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-stroke.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-stroke.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-stroke.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-stroke.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-stroke.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-stroke.hgi-motion-01:before {
    content: "䵝"
}

.hgi-stroke.hgi-motion-02:before {
    content: "䵟"
}

.hgi-stroke.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-stroke.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-stroke.hgi-mountain:before {
    content: "䵥"
}

.hgi-stroke.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-stroke.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-stroke.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-stroke.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-stroke.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-stroke.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-stroke.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-stroke.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-stroke.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-stroke.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-stroke.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-stroke.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-stroke.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-stroke.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-stroke.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-stroke.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-stroke.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-stroke.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-stroke.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-stroke.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-stroke.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-stroke.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-stroke.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-stroke.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-stroke.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-stroke.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-stroke.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-stroke.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-stroke.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-stroke.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-stroke.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-stroke.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-stroke.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-stroke.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-stroke.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-stroke.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-stroke.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-stroke.hgi-move-01:before {
    content: "䶱"
}

.hgi-stroke.hgi-move-02:before {
    content: "䶳"
}

.hgi-stroke.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-stroke.hgi-move-left:before {
    content: "䶷"
}

.hgi-stroke.hgi-move-right:before {
    content: "䶹"
}

.hgi-stroke.hgi-move-to:before {
    content: "䶼"
}

.hgi-stroke.hgi-move-top:before {
    content: "䶾"
}

.hgi-stroke.hgi-move:before {
    content: "䶿"
}

.hgi-stroke.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-stroke.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-stroke.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-stroke.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-stroke.hgi-muhammad:before {
    content: "䷉"
}

.hgi-stroke.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-stroke.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-stroke.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-stroke.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-stroke.hgi-mushroom:before {
    content: "䷓"
}

.hgi-stroke.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-stroke.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-stroke.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-stroke.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-stroke.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-stroke.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-stroke.hgi-muslim:before {
    content: "䷡"
}

.hgi-stroke.hgi-mute:before {
    content: "䷣"
}

.hgi-stroke.hgi-mymind:before {
    content: "䷥"
}

.hgi-stroke.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-stroke.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-stroke.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-stroke.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-stroke.hgi-natural-food:before {
    content: "䷯"
}

.hgi-stroke.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-stroke.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-stroke.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-stroke.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-stroke.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-stroke.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-stroke.hgi-necklace:before {
    content: "䷽"
}

.hgi-stroke.hgi-nerd:before {
    content: "䷿"
}

.hgi-stroke.hgi-neural-network:before {
    content: "丁"
}

.hgi-stroke.hgi-neutral:before {
    content: "七"
}

.hgi-stroke.hgi-new-job:before {
    content: "丅"
}

.hgi-stroke.hgi-new-office:before {
    content: "万"
}

.hgi-stroke.hgi-new-releases:before {
    content: "三"
}

.hgi-stroke.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-stroke.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-stroke.hgi-new-twitter:before {
    content: "丏"
}

.hgi-stroke.hgi-news-01:before {
    content: "丑"
}

.hgi-stroke.hgi-news:before {
    content: "专"
}

.hgi-stroke.hgi-next:before {
    content: "丕"
}

.hgi-stroke.hgi-nike:before {
    content: "丗"
}

.hgi-stroke.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-stroke.hgi-nintendo:before {
    content: "丛"
}

.hgi-stroke.hgi-niqab:before {
    content: "丝"
}

.hgi-stroke.hgi-no-internet:before {
    content: "丟"
}

.hgi-stroke.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-stroke.hgi-node-add:before {
    content: "丣"
}

.hgi-stroke.hgi-node-edit:before {
    content: "严"
}

.hgi-stroke.hgi-node-move-down:before {
    content: "丧"
}

.hgi-stroke.hgi-node-move-up:before {
    content: "丩"
}

.hgi-stroke.hgi-node-remove:before {
    content: "丫"
}

.hgi-stroke.hgi-noodles:before {
    content: "中"
}

.hgi-stroke.hgi-nose:before {
    content: "丯"
}

.hgi-stroke.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-stroke.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-stroke.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-stroke.hgi-note-01:before {
    content: "丷"
}

.hgi-stroke.hgi-note-02:before {
    content: "丹"
}

.hgi-stroke.hgi-note-03:before {
    content: "主"
}

.hgi-stroke.hgi-note-04:before {
    content: "丽"
}

.hgi-stroke.hgi-note-05:before {
    content: "丿"
}

.hgi-stroke.hgi-note-add:before {
    content: "乁"
}

.hgi-stroke.hgi-note-done:before {
    content: "乃"
}

.hgi-stroke.hgi-note-edit:before {
    content: "久"
}

.hgi-stroke.hgi-note-remove:before {
    content: "乇"
}

.hgi-stroke.hgi-note:before {
    content: "义"
}

.hgi-stroke.hgi-notebook-01:before {
    content: "之"
}

.hgi-stroke.hgi-notebook-02:before {
    content: "乍"
}

.hgi-stroke.hgi-notebook:before {
    content: "乏"
}

.hgi-stroke.hgi-notification-01:before {
    content: "乑"
}

.hgi-stroke.hgi-notification-02:before {
    content: "乓"
}

.hgi-stroke.hgi-notification-03:before {
    content: "乕"
}

.hgi-stroke.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-stroke.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-stroke.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-stroke.hgi-notification-bubble:before {
    content: "九"
}

.hgi-stroke.hgi-notification-circle:before {
    content: "也"
}

.hgi-stroke.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-stroke.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-stroke.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-stroke.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-stroke.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-stroke.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-stroke.hgi-notification-square:before {
    content: "乭"
}

.hgi-stroke.hgi-notion-01:before {
    content: "乯"
}

.hgi-stroke.hgi-notion-02:before {
    content: "乱"
}

.hgi-stroke.hgi-npm:before {
    content: "乳"
}

.hgi-stroke.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-stroke.hgi-nut:before {
    content: "乷"
}

.hgi-stroke.hgi-obtuse:before {
    content: "乹"
}

.hgi-stroke.hgi-octagon:before {
    content: "乻"
}

.hgi-stroke.hgi-octopus:before {
    content: "乽"
}

.hgi-stroke.hgi-office-365:before {
    content: "乿"
}

.hgi-stroke.hgi-office-chair:before {
    content: "亁"
}

.hgi-stroke.hgi-office:before {
    content: "亃"
}

.hgi-stroke.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-stroke.hgi-ok-finger:before {
    content: "亇"
}

.hgi-stroke.hgi-olympic-torch:before {
    content: "争"
}

.hgi-stroke.hgi-online-learning-01:before {
    content: "事"
}

.hgi-stroke.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-stroke.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-stroke.hgi-online-learning-04:before {
    content: "云"
}

.hgi-stroke.hgi-open-caption:before {
    content: "亓"
}

.hgi-stroke.hgi-option:before {
    content: "井"
}

.hgi-stroke.hgi-orange:before {
    content: "亗"
}

.hgi-stroke.hgi-orbit-01:before {
    content: "亙"
}

.hgi-stroke.hgi-orbit-02:before {
    content: "些"
}

.hgi-stroke.hgi-organic-food:before {
    content: "亝"
}

.hgi-stroke.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-stroke.hgi-oval:before {
    content: "亡"
}

.hgi-stroke.hgi-oven:before {
    content: "亣"
}

.hgi-stroke.hgi-package-add:before {
    content: "亥"
}

.hgi-stroke.hgi-package-delivered:before {
    content: "产"
}

.hgi-stroke.hgi-package-moving:before {
    content: "亩"
}

.hgi-stroke.hgi-package-open:before {
    content: "享"
}

.hgi-stroke.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-stroke.hgi-package-process:before {
    content: "亯"
}

.hgi-stroke.hgi-package-receive:before {
    content: "亱"
}

.hgi-stroke.hgi-package-remove:before {
    content: "亳"
}

.hgi-stroke.hgi-package-search:before {
    content: "亵"
}

.hgi-stroke.hgi-package-sent:before {
    content: "亸"
}

.hgi-stroke.hgi-package:before {
    content: "亹"
}

.hgi-stroke.hgi-pacman-01:before {
    content: "亻"
}

.hgi-stroke.hgi-pacman-02:before {
    content: "亽"
}

.hgi-stroke.hgi-paint-board:before {
    content: "亿"
}

.hgi-stroke.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-stroke.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-stroke.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-stroke.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-stroke.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-stroke.hgi-pan-01:before {
    content: "介"
}

.hgi-stroke.hgi-pan-02:before {
    content: "仍"
}

.hgi-stroke.hgi-pan-03:before {
    content: "仏"
}

.hgi-stroke.hgi-parabola-01:before {
    content: "仑"
}

.hgi-stroke.hgi-parabola-02:before {
    content: "仓"
}

.hgi-stroke.hgi-parabola-03:before {
    content: "仕"
}

.hgi-stroke.hgi-paragliding:before {
    content: "仗"
}

.hgi-stroke.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-stroke.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-stroke.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-stroke.hgi-paragraph:before {
    content: "仟"
}

.hgi-stroke.hgi-parallelogram:before {
    content: "仡"
}

.hgi-stroke.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-stroke.hgi-parking-area-square:before {
    content: "以"
}

.hgi-stroke.hgi-passport-01:before {
    content: "仧"
}

.hgi-stroke.hgi-passport-expired:before {
    content: "仩"
}

.hgi-stroke.hgi-passport-valid:before {
    content: "们"
}

.hgi-stroke.hgi-passport:before {
    content: "仭"
}

.hgi-stroke.hgi-password-validation:before {
    content: "仯"
}

.hgi-stroke.hgi-path:before {
    content: "仱"
}

.hgi-stroke.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-stroke.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-stroke.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-stroke.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-stroke.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-stroke.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-stroke.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-stroke.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-stroke.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-stroke.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-stroke.hgi-patient:before {
    content: "伇"
}

.hgi-stroke.hgi-patio:before {
    content: "伉"
}

.hgi-stroke.hgi-pause:before {
    content: "伋"
}

.hgi-stroke.hgi-pavilon:before {
    content: "伍"
}

.hgi-stroke.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-stroke.hgi-payment-01:before {
    content: "休"
}

.hgi-stroke.hgi-payment-02:before {
    content: "伓"
}

.hgi-stroke.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-stroke.hgi-payment-success-02:before {
    content: "众"
}

.hgi-stroke.hgi-payoneer:before {
    content: "伙"
}

.hgi-stroke.hgi-paypal:before {
    content: "伛"
}

.hgi-stroke.hgi-pdf-01:before {
    content: "伝"
}

.hgi-stroke.hgi-pdf-02:before {
    content: "伟"
}

.hgi-stroke.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-stroke.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-stroke.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-stroke.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-stroke.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-stroke.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-stroke.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-stroke.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-stroke.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-stroke.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-stroke.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-stroke.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-stroke.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-stroke.hgi-pencil:before {
    content: "伻"
}

.hgi-stroke.hgi-pendulum:before {
    content: "伽"
}

.hgi-stroke.hgi-pensive:before {
    content: "伿"
}

.hgi-stroke.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-stroke.hgi-pentagon:before {
    content: "佃"
}

.hgi-stroke.hgi-percent-circle:before {
    content: "佅"
}

.hgi-stroke.hgi-percent-square:before {
    content: "佈"
}

.hgi-stroke.hgi-percent:before {
    content: "佉"
}

.hgi-stroke.hgi-perfume:before {
    content: "佋"
}

.hgi-stroke.hgi-periscope:before {
    content: "位"
}

.hgi-stroke.hgi-permanent-job:before {
    content: "住"
}

.hgi-stroke.hgi-perspective:before {
    content: "佑"
}

.hgi-stroke.hgi-pexels:before {
    content: "体"
}

.hgi-stroke.hgi-phone-off-01:before {
    content: "何"
}

.hgi-stroke.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-stroke.hgi-php:before {
    content: "余"
}

.hgi-stroke.hgi-physics:before {
    content: "佛"
}

.hgi-stroke.hgi-pi-circle:before {
    content: "佝"
}

.hgi-stroke.hgi-pi-square:before {
    content: "你"
}

.hgi-stroke.hgi-pi:before {
    content: "佡"
}

.hgi-stroke.hgi-picasa:before {
    content: "佣"
}

.hgi-stroke.hgi-pickup-01:before {
    content: "佥"
}

.hgi-stroke.hgi-pickup-02:before {
    content: "佧"
}

.hgi-stroke.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-stroke.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-stroke.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-stroke.hgi-pie-chart:before {
    content: "佯"
}

.hgi-stroke.hgi-pie:before {
    content: "佱"
}

.hgi-stroke.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-stroke.hgi-pin-code:before {
    content: "併"
}

.hgi-stroke.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-stroke.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-stroke.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-stroke.hgi-pin-off:before {
    content: "佽"
}

.hgi-stroke.hgi-pin:before {
    content: "使"
}

.hgi-stroke.hgi-pinterest:before {
    content: "侁"
}

.hgi-stroke.hgi-pipeline:before {
    content: "侃"
}

.hgi-stroke.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-stroke.hgi-pizza-01:before {
    content: "侇"
}

.hgi-stroke.hgi-pizza-02:before {
    content: "侉"
}

.hgi-stroke.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-stroke.hgi-plane:before {
    content: "侍"
}

.hgi-stroke.hgi-plant-01:before {
    content: "侏"
}

.hgi-stroke.hgi-plant-02:before {
    content: "侑"
}

.hgi-stroke.hgi-plant-03:before {
    content: "侓"
}

.hgi-stroke.hgi-plant-04:before {
    content: "侕"
}

.hgi-stroke.hgi-plate:before {
    content: "侗"
}

.hgi-stroke.hgi-plaxo:before {
    content: "侙"
}

.hgi-stroke.hgi-play-circle-02:before {
    content: "供"
}

.hgi-stroke.hgi-play-circle:before {
    content: "依"
}

.hgi-stroke.hgi-play-list-add:before {
    content: "侟"
}

.hgi-stroke.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-stroke.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-stroke.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-stroke.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-stroke.hgi-play-list:before {
    content: "侩"
}

.hgi-stroke.hgi-play-square:before {
    content: "侬"
}

.hgi-stroke.hgi-play-store:before {
    content: "侮"
}

.hgi-stroke.hgi-play:before {
    content: "侯"
}

.hgi-stroke.hgi-playlist-01:before {
    content: "侱"
}

.hgi-stroke.hgi-playlist-02:before {
    content: "侳"
}

.hgi-stroke.hgi-playlist-03:before {
    content: "侵"
}

.hgi-stroke.hgi-plaza:before {
    content: "侷"
}

.hgi-stroke.hgi-plug-01:before {
    content: "侹"
}

.hgi-stroke.hgi-plug-02:before {
    content: "侻"
}

.hgi-stroke.hgi-plug-socket:before {
    content: "侽"
}

.hgi-stroke.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-stroke.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-stroke.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-stroke.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-stroke.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-stroke.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-stroke.hgi-plus-minus:before {
    content: "俋"
}

.hgi-stroke.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-stroke.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-stroke.hgi-plus-sign:before {
    content: "俑"
}

.hgi-stroke.hgi-png-01:before {
    content: "俓"
}

.hgi-stroke.hgi-png-02:before {
    content: "俕"
}

.hgi-stroke.hgi-podium:before {
    content: "俗"
}

.hgi-stroke.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-stroke.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-stroke.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-stroke.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-stroke.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-stroke.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-stroke.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-stroke.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-stroke.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-stroke.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-stroke.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-stroke.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-stroke.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-stroke.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-stroke.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-stroke.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-stroke.hgi-pokeball:before {
    content: "俹"
}

.hgi-stroke.hgi-pokemon:before {
    content: "俻"
}

.hgi-stroke.hgi-police-badge:before {
    content: "俽"
}

.hgi-stroke.hgi-police-cap:before {
    content: "俿"
}

.hgi-stroke.hgi-police-car:before {
    content: "倁"
}

.hgi-stroke.hgi-police-station:before {
    content: "倃"
}

.hgi-stroke.hgi-policy:before {
    content: "倅"
}

.hgi-stroke.hgi-polygon:before {
    content: "倇"
}

.hgi-stroke.hgi-pool-table:before {
    content: "倊"
}

.hgi-stroke.hgi-pool:before {
    content: "個"
}

.hgi-stroke.hgi-poop:before {
    content: "倍"
}

.hgi-stroke.hgi-popcorn:before {
    content: "倏"
}

.hgi-stroke.hgi-pot-01:before {
    content: "們"
}

.hgi-stroke.hgi-pot-02:before {
    content: "倓"
}

.hgi-stroke.hgi-potion:before {
    content: "倕"
}

.hgi-stroke.hgi-pound-circle:before {
    content: "倗"
}

.hgi-stroke.hgi-pound-receive:before {
    content: "候"
}

.hgi-stroke.hgi-pound-send:before {
    content: "倜"
}

.hgi-stroke.hgi-pound-square:before {
    content: "倞"
}

.hgi-stroke.hgi-pound:before {
    content: "借"
}

.hgi-stroke.hgi-power-service:before {
    content: "倡"
}

.hgi-stroke.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-stroke.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-stroke.hgi-ppt-01:before {
    content: "倧"
}

.hgi-stroke.hgi-ppt-02:before {
    content: "倩"
}

.hgi-stroke.hgi-prawn:before {
    content: "倫"
}

.hgi-stroke.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-stroke.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-stroke.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-stroke.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-stroke.hgi-prescription:before {
    content: "倵"
}

.hgi-stroke.hgi-presentation-01:before {
    content: "倷"
}

.hgi-stroke.hgi-presentation-02:before {
    content: "倹"
}

.hgi-stroke.hgi-presentation-03:before {
    content: "倻"
}

.hgi-stroke.hgi-presentation-04:before {
    content: "倽"
}

.hgi-stroke.hgi-presentation-05:before {
    content: "倿"
}

.hgi-stroke.hgi-presentation-06:before {
    content: "偁"
}

.hgi-stroke.hgi-presentation-07:before {
    content: "偃"
}

.hgi-stroke.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-stroke.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-stroke.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-stroke.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-stroke.hgi-presentation-online:before {
    content: "偍"
}

.hgi-stroke.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-stroke.hgi-previous:before {
    content: "偑"
}

.hgi-stroke.hgi-printer-off:before {
    content: "偓"
}

.hgi-stroke.hgi-printer:before {
    content: "偕"
}

.hgi-stroke.hgi-prism-01:before {
    content: "偗"
}

.hgi-stroke.hgi-prism:before {
    content: "偙"
}

.hgi-stroke.hgi-prison-guard:before {
    content: "偛"
}

.hgi-stroke.hgi-prison:before {
    content: "偝"
}

.hgi-stroke.hgi-prisoner:before {
    content: "偟"
}

.hgi-stroke.hgi-product-loading:before {
    content: "偡"
}

.hgi-stroke.hgi-profile-02:before {
    content: "偣"
}

.hgi-stroke.hgi-profile:before {
    content: "健"
}

.hgi-stroke.hgi-profit:before {
    content: "偧"
}

.hgi-stroke.hgi-programming-flag:before {
    content: "偩"
}

.hgi-stroke.hgi-projector-01:before {
    content: "偫"
}

.hgi-stroke.hgi-projector:before {
    content: "偭"
}

.hgi-stroke.hgi-promotion:before {
    content: "偯"
}

.hgi-stroke.hgi-property-add:before {
    content: "偱"
}

.hgi-stroke.hgi-property-delete:before {
    content: "偳"
}

.hgi-stroke.hgi-property-edit:before {
    content: "偵"
}

.hgi-stroke.hgi-property-new:before {
    content: "偷"
}

.hgi-stroke.hgi-property-search:before {
    content: "偹"
}

.hgi-stroke.hgi-property-view:before {
    content: "偻"
}

.hgi-stroke.hgi-protection-mask:before {
    content: "偽"
}

.hgi-stroke.hgi-pulley:before {
    content: "偿"
}

.hgi-stroke.hgi-pulse-01:before {
    content: "傁"
}

.hgi-stroke.hgi-pulse-02:before {
    content: "傃"
}

.hgi-stroke.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-stroke.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-stroke.hgi-pumpkin:before {
    content: "傉"
}

.hgi-stroke.hgi-punch:before {
    content: "傋"
}

.hgi-stroke.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-stroke.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-stroke.hgi-purse-01:before {
    content: "傑"
}

.hgi-stroke.hgi-purse:before {
    content: "傓"
}

.hgi-stroke.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-stroke.hgi-puzzle:before {
    content: "傗"
}

.hgi-stroke.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-stroke.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-stroke.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-stroke.hgi-pyramid:before {
    content: "傟"
}

.hgi-stroke.hgi-qq-plot:before {
    content: "傡"
}

.hgi-stroke.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-stroke.hgi-qr-code:before {
    content: "傥"
}

.hgi-stroke.hgi-question:before {
    content: "傧"
}

.hgi-stroke.hgi-queue-01:before {
    content: "傩"
}

.hgi-stroke.hgi-queue-02:before {
    content: "傫"
}

.hgi-stroke.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-stroke.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-stroke.hgi-quiz-01:before {
    content: "傱"
}

.hgi-stroke.hgi-quiz-02:before {
    content: "傳"
}

.hgi-stroke.hgi-quiz-03:before {
    content: "債"
}

.hgi-stroke.hgi-quiz-04:before {
    content: "傷"
}

.hgi-stroke.hgi-quiz-05:before {
    content: "傹"
}

.hgi-stroke.hgi-quora:before {
    content: "傻"
}

.hgi-stroke.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-stroke.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-stroke.hgi-quote-down:before {
    content: "僁"
}

.hgi-stroke.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-stroke.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-stroke.hgi-quote-up:before {
    content: "僇"
}

.hgi-stroke.hgi-quotes:before {
    content: "僉"
}

.hgi-stroke.hgi-quran-01:before {
    content: "僋"
}

.hgi-stroke.hgi-quran-02:before {
    content: "働"
}

.hgi-stroke.hgi-quran-03:before {
    content: "像"
}

.hgi-stroke.hgi-racing-flag:before {
    content: "僑"
}

.hgi-stroke.hgi-radar-01:before {
    content: "僓"
}

.hgi-stroke.hgi-radar-02:before {
    content: "僕"
}

.hgi-stroke.hgi-radial:before {
    content: "僗"
}

.hgi-stroke.hgi-radio-01:before {
    content: "僙"
}

.hgi-stroke.hgi-radio-02:before {
    content: "僛"
}

.hgi-stroke.hgi-radio:before {
    content: "僝"
}

.hgi-stroke.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-stroke.hgi-radius:before {
    content: "僡"
}

.hgi-stroke.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-stroke.hgi-rain-drop:before {
    content: "僥"
}

.hgi-stroke.hgi-rain:before {
    content: "僧"
}

.hgi-stroke.hgi-rainbow:before {
    content: "僩"
}

.hgi-stroke.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-stroke.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-stroke.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-stroke.hgi-ranking:before {
    content: "僱"
}

.hgi-stroke.hgi-raw-01:before {
    content: "僳"
}

.hgi-stroke.hgi-raw-02:before {
    content: "僵"
}

.hgi-stroke.hgi-re:before {
    content: "僷"
}

.hgi-stroke.hgi-react:before {
    content: "價"
}

.hgi-stroke.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-stroke.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-stroke.hgi-record:before {
    content: "僿"
}

.hgi-stroke.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-stroke.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-stroke.hgi-rectangular:before {
    content: "儅"
}

.hgi-stroke.hgi-recycle-01:before {
    content: "儇"
}

.hgi-stroke.hgi-recycle-02:before {
    content: "儉"
}

.hgi-stroke.hgi-recycle-03:before {
    content: "儋"
}

.hgi-stroke.hgi-reddit:before {
    content: "儍"
}

.hgi-stroke.hgi-reflex:before {
    content: "儏"
}

.hgi-stroke.hgi-refresh:before {
    content: "儑"
}

.hgi-stroke.hgi-refrigerator:before {
    content: "儓"
}

.hgi-stroke.hgi-register:before {
    content: "儕"
}

.hgi-stroke.hgi-registered:before {
    content: "儗"
}

.hgi-stroke.hgi-relieved-01:before {
    content: "儙"
}

.hgi-stroke.hgi-relieved-02:before {
    content: "儛"
}

.hgi-stroke.hgi-reload:before {
    content: "儝"
}

.hgi-stroke.hgi-reminder:before {
    content: "償"
}

.hgi-stroke.hgi-remote-control:before {
    content: "儡"
}

.hgi-stroke.hgi-remove-01:before {
    content: "儣"
}

.hgi-stroke.hgi-remove-02:before {
    content: "儥"
}

.hgi-stroke.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-stroke.hgi-remove-circle:before {
    content: "儩"
}

.hgi-stroke.hgi-remove-pi:before {
    content: "儫"
}

.hgi-stroke.hgi-remove-square:before {
    content: "儭"
}

.hgi-stroke.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-stroke.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-stroke.hgi-repair:before {
    content: "儳"
}

.hgi-stroke.hgi-repeat-off:before {
    content: "儵"
}

.hgi-stroke.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-stroke.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-stroke.hgi-repeat:before {
    content: "儻"
}

.hgi-stroke.hgi-replay:before {
    content: "儽"
}

.hgi-stroke.hgi-repository:before {
    content: "儿"
}

.hgi-stroke.hgi-reset-password:before {
    content: "允"
}

.hgi-stroke.hgi-resize-01:before {
    content: "元"
}

.hgi-stroke.hgi-resize-02:before {
    content: "充"
}

.hgi-stroke.hgi-resources-add:before {
    content: "兇"
}

.hgi-stroke.hgi-resources-remove:before {
    content: "光"
}

.hgi-stroke.hgi-restaurant-01:before {
    content: "克"
}

.hgi-stroke.hgi-restaurant-02:before {
    content: "免"
}

.hgi-stroke.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-stroke.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-stroke.hgi-restore-bin:before {
    content: "兓"
}

.hgi-stroke.hgi-return-request:before {
    content: "兕"
}

.hgi-stroke.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-stroke.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-stroke.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-stroke.hgi-rhombus:before {
    content: "兝"
}

.hgi-stroke.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-stroke.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-stroke.hgi-right-angle:before {
    content: "兣"
}

.hgi-stroke.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-stroke.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-stroke.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-stroke.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-stroke.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-stroke.hgi-right-triangle:before {
    content: "兯"
}

.hgi-stroke.hgi-ripple:before {
    content: "共"
}

.hgi-stroke.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-stroke.hgi-riyal:before {
    content: "兵"
}

.hgi-stroke.hgi-road-01:before {
    content: "具"
}

.hgi-stroke.hgi-road-02:before {
    content: "兹"
}

.hgi-stroke.hgi-road-location-01:before {
    content: "养"
}

.hgi-stroke.hgi-road-location-02:before {
    content: "兽"
}

.hgi-stroke.hgi-road-wayside:before {
    content: "冀"
}

.hgi-stroke.hgi-road:before {
    content: "冁"
}

.hgi-stroke.hgi-robotic:before {
    content: "冃"
}

.hgi-stroke.hgi-rocket-01:before {
    content: "内"
}

.hgi-stroke.hgi-rocket-02:before {
    content: "冇"
}

.hgi-stroke.hgi-rocket:before {
    content: "冉"
}

.hgi-stroke.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-stroke.hgi-roller-skate:before {
    content: "再"
}

.hgi-stroke.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-stroke.hgi-root-01:before {
    content: "冑"
}

.hgi-stroke.hgi-root-02:before {
    content: "冓"
}

.hgi-stroke.hgi-root-circle:before {
    content: "冕"
}

.hgi-stroke.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-stroke.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-stroke.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-stroke.hgi-rotate-01:before {
    content: "冝"
}

.hgi-stroke.hgi-rotate-02:before {
    content: "冟"
}

.hgi-stroke.hgi-rotate-360:before {
    content: "冡"
}

.hgi-stroke.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-stroke.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-stroke.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-stroke.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-stroke.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-stroke.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-stroke.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-stroke.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-stroke.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-stroke.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-stroke.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-stroke.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-stroke.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-stroke.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-stroke.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-stroke.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-stroke.hgi-rotate-square:before {
    content: "凃"
}

.hgi-stroke.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-stroke.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-stroke.hgi-route-01:before {
    content: "凉"
}

.hgi-stroke.hgi-route-02:before {
    content: "凋"
}

.hgi-stroke.hgi-route-03:before {
    content: "凍"
}

.hgi-stroke.hgi-route-block:before {
    content: "减"
}

.hgi-stroke.hgi-router-01:before {
    content: "凑"
}

.hgi-stroke.hgi-router-02:before {
    content: "凓"
}

.hgi-stroke.hgi-router:before {
    content: "凕"
}

.hgi-stroke.hgi-row-delete:before {
    content: "凗"
}

.hgi-stroke.hgi-row-insert:before {
    content: "凙"
}

.hgi-stroke.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-stroke.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-stroke.hgi-rss-error:before {
    content: "凟"
}

.hgi-stroke.hgi-rss-locked:before {
    content: "凡"
}

.hgi-stroke.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-stroke.hgi-rss:before {
    content: "凥"
}

.hgi-stroke.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-stroke.hgi-ruku:before {
    content: "凩"
}

.hgi-stroke.hgi-ruler:before {
    content: "凫"
}

.hgi-stroke.hgi-running-shoes:before {
    content: "凭"
}

.hgi-stroke.hgi-sad-01:before {
    content: "凯"
}

.hgi-stroke.hgi-sad-02:before {
    content: "凱"
}

.hgi-stroke.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-stroke.hgi-safari:before {
    content: "凵"
}

.hgi-stroke.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-stroke.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-stroke.hgi-safe:before {
    content: "击"
}

.hgi-stroke.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-stroke.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-stroke.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-stroke.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-stroke.hgi-sakura:before {
    content: "刅"
}

.hgi-stroke.hgi-salah-time:before {
    content: "刈"
}

.hgi-stroke.hgi-salah:before {
    content: "刉"
}

.hgi-stroke.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-stroke.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-stroke.hgi-sandals:before {
    content: "刏"
}

.hgi-stroke.hgi-satellite-01:before {
    content: "刑"
}

.hgi-stroke.hgi-satellite-02:before {
    content: "刓"
}

.hgi-stroke.hgi-satellite-03:before {
    content: "刕"
}

.hgi-stroke.hgi-satellite:before {
    content: "列"
}

.hgi-stroke.hgi-saturn-01:before {
    content: "则"
}

.hgi-stroke.hgi-saturn-02:before {
    content: "创"
}

.hgi-stroke.hgi-saturn:before {
    content: "初"
}

.hgi-stroke.hgi-sausage:before {
    content: "刟"
}

.hgi-stroke.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-stroke.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-stroke.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-stroke.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-stroke.hgi-save-money-pound:before {
    content: "利"
}

.hgi-stroke.hgi-save-money-yen:before {
    content: "别"
}

.hgi-stroke.hgi-savings:before {
    content: "刭"
}

.hgi-stroke.hgi-scheme:before {
    content: "刯"
}

.hgi-stroke.hgi-school-01:before {
    content: "刱"
}

.hgi-stroke.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-stroke.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-stroke.hgi-school-bus:before {
    content: "刷"
}

.hgi-stroke.hgi-school-report-card:before {
    content: "刹"
}

.hgi-stroke.hgi-school-tie:before {
    content: "刼"
}

.hgi-stroke.hgi-school:before {
    content: "刽"
}

.hgi-stroke.hgi-scissor-01:before {
    content: "刿"
}

.hgi-stroke.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-stroke.hgi-scissor:before {
    content: "剃"
}

.hgi-stroke.hgi-scooter-01:before {
    content: "剅"
}

.hgi-stroke.hgi-scooter-02:before {
    content: "則"
}

.hgi-stroke.hgi-scooter-03:before {
    content: "剉"
}

.hgi-stroke.hgi-scooter-04:before {
    content: "剋"
}

.hgi-stroke.hgi-scooter-electric:before {
    content: "前"
}

.hgi-stroke.hgi-scratch-card:before {
    content: "剏"
}

.hgi-stroke.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-stroke.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-stroke.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-stroke.hgi-scribd:before {
    content: "剗"
}

.hgi-stroke.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-stroke.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-stroke.hgi-scroll:before {
    content: "剝"
}

.hgi-stroke.hgi-sd-card:before {
    content: "剟"
}

.hgi-stroke.hgi-seal:before {
    content: "剡"
}

.hgi-stroke.hgi-search-01:before {
    content: "剣"
}

.hgi-stroke.hgi-search-02:before {
    content: "剥"
}

.hgi-stroke.hgi-search-add:before {
    content: "剧"
}

.hgi-stroke.hgi-search-area:before {
    content: "剩"
}

.hgi-stroke.hgi-search-circle:before {
    content: "剫"
}

.hgi-stroke.hgi-search-dollar:before {
    content: "剭"
}

.hgi-stroke.hgi-search-focus:before {
    content: "副"
}

.hgi-stroke.hgi-search-list-01:before {
    content: "剱"
}

.hgi-stroke.hgi-search-list-02:before {
    content: "剳"
}

.hgi-stroke.hgi-search-minus:before {
    content: "創"
}

.hgi-stroke.hgi-search-remove:before {
    content: "剷"
}

.hgi-stroke.hgi-search-replace:before {
    content: "剹"
}

.hgi-stroke.hgi-search-square:before {
    content: "剻"
}

.hgi-stroke.hgi-search-visual:before {
    content: "剽"
}

.hgi-stroke.hgi-searching:before {
    content: "剿"
}

.hgi-stroke.hgi-seat-selector:before {
    content: "劁"
}

.hgi-stroke.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-stroke.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-stroke.hgi-second-bracket:before {
    content: "劇"
}

.hgi-stroke.hgi-secured-network:before {
    content: "劉"
}

.hgi-stroke.hgi-security-block:before {
    content: "劋"
}

.hgi-stroke.hgi-security-check:before {
    content: "劍"
}

.hgi-stroke.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-stroke.hgi-security-lock:before {
    content: "劑"
}

.hgi-stroke.hgi-security-password:before {
    content: "劓"
}

.hgi-stroke.hgi-security-validation:before {
    content: "劖"
}

.hgi-stroke.hgi-security-wifi:before {
    content: "劘"
}

.hgi-stroke.hgi-security:before {
    content: "劙"
}

.hgi-stroke.hgi-segment:before {
    content: "力"
}

.hgi-stroke.hgi-select-01:before {
    content: "劝"
}

.hgi-stroke.hgi-select-02:before {
    content: "功"
}

.hgi-stroke.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-stroke.hgi-senseless:before {
    content: "劣"
}

.hgi-stroke.hgi-sent:before {
    content: "劥"
}

.hgi-stroke.hgi-seo:before {
    content: "劧"
}

.hgi-stroke.hgi-service:before {
    content: "助"
}

.hgi-stroke.hgi-setting-06:before {
    content: "劫"
}

.hgi-stroke.hgi-setting-07:before {
    content: "劭"
}

.hgi-stroke.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-stroke.hgi-setting-done-02:before {
    content: "励"
}

.hgi-stroke.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-stroke.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-stroke.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-stroke.hgi-setting-error-04:before {
    content: "効"
}

.hgi-stroke.hgi-settings-01:before {
    content: "劻"
}

.hgi-stroke.hgi-settings-02:before {
    content: "劽"
}

.hgi-stroke.hgi-settings-03:before {
    content: "势"
}

.hgi-stroke.hgi-settings-04:before {
    content: "勁"
}

.hgi-stroke.hgi-settings-05:before {
    content: "勃"
}

.hgi-stroke.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-stroke.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-stroke.hgi-setup-01:before {
    content: "勉"
}

.hgi-stroke.hgi-setup-02:before {
    content: "勋"
}

.hgi-stroke.hgi-shaka-01:before {
    content: "勍"
}

.hgi-stroke.hgi-shaka-02:before {
    content: "勏"
}

.hgi-stroke.hgi-shaka-03:before {
    content: "勑"
}

.hgi-stroke.hgi-shaka-04:before {
    content: "勓"
}

.hgi-stroke.hgi-shampoo:before {
    content: "動"
}

.hgi-stroke.hgi-shapes:before {
    content: "勗"
}

.hgi-stroke.hgi-share-01:before {
    content: "務"
}

.hgi-stroke.hgi-share-02:before {
    content: "勛"
}

.hgi-stroke.hgi-share-03:before {
    content: "勝"
}

.hgi-stroke.hgi-share-04:before {
    content: "募"
}

.hgi-stroke.hgi-share-05:before {
    content: "勡"
}

.hgi-stroke.hgi-share-06:before {
    content: "勣"
}

.hgi-stroke.hgi-share-07:before {
    content: "勥"
}

.hgi-stroke.hgi-share-08:before {
    content: "勧"
}

.hgi-stroke.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-stroke.hgi-share-location-01:before {
    content: "勫"
}

.hgi-stroke.hgi-share-location-02:before {
    content: "勭"
}

.hgi-stroke.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-stroke.hgi-sharing:before {
    content: "勱"
}

.hgi-stroke.hgi-shellfish:before {
    content: "勳"
}

.hgi-stroke.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-stroke.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-stroke.hgi-shield-01:before {
    content: "勹"
}

.hgi-stroke.hgi-shield-02:before {
    content: "勻"
}

.hgi-stroke.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-stroke.hgi-shield-energy:before {
    content: "勿"
}

.hgi-stroke.hgi-shield-key:before {
    content: "匁"
}

.hgi-stroke.hgi-shield-user:before {
    content: "匃"
}

.hgi-stroke.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-stroke.hgi-shipping-center:before {
    content: "匇"
}

.hgi-stroke.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-stroke.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-stroke.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-stroke.hgi-shirt-01:before {
    content: "匏"
}

.hgi-stroke.hgi-shocked:before {
    content: "匑"
}

.hgi-stroke.hgi-shop-sign:before {
    content: "匓"
}

.hgi-stroke.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-stroke.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-stroke.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-stroke.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-stroke.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-stroke.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-stroke.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-stroke.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-stroke.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-stroke.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-stroke.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-stroke.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-stroke.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-stroke.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-stroke.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-stroke.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-stroke.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-stroke.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-stroke.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-stroke.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-stroke.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-stroke.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-stroke.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-stroke.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-stroke.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-stroke.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-stroke.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-stroke.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-stroke.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-stroke.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-stroke.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-stroke.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-stroke.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-stroke.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-stroke.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-stroke.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-stroke.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-stroke.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-stroke.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-stroke.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-stroke.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-stroke.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-stroke.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-stroke.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-stroke.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-stroke.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-stroke.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-stroke.hgi-shuffle:before {
    content: "即"
}

.hgi-stroke.hgi-shutterstock:before {
    content: "卵"
}

.hgi-stroke.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-stroke.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-stroke.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-stroke.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-stroke.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-stroke.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-stroke.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-stroke.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-stroke.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-stroke.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-stroke.hgi-signal-low-02:before {
    content: "压"
}

.hgi-stroke.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-stroke.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-stroke.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-stroke.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-stroke.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-stroke.hgi-signal:before {
    content: "厗"
}

.hgi-stroke.hgi-signature:before {
    content: "厙"
}

.hgi-stroke.hgi-silence:before {
    content: "厛"
}

.hgi-stroke.hgi-simcard-01:before {
    content: "厝"
}

.hgi-stroke.hgi-simcard-02:before {
    content: "原"
}

.hgi-stroke.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-stroke.hgi-sin:before {
    content: "厣"
}

.hgi-stroke.hgi-sine-01:before {
    content: "厥"
}

.hgi-stroke.hgi-sine-02:before {
    content: "厧"
}

.hgi-stroke.hgi-sing-left:before {
    content: "厩"
}

.hgi-stroke.hgi-sing-right:before {
    content: "厫"
}

.hgi-stroke.hgi-sink-01:before {
    content: "厭"
}

.hgi-stroke.hgi-sink-02:before {
    content: "厯"
}

.hgi-stroke.hgi-siri:before {
    content: "厱"
}

.hgi-stroke.hgi-sketch:before {
    content: "厳"
}

.hgi-stroke.hgi-skew:before {
    content: "厵"
}

.hgi-stroke.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-stroke.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-stroke.hgi-skull:before {
    content: "去"
}

.hgi-stroke.hgi-skype:before {
    content: "厽"
}

.hgi-stroke.hgi-slack:before {
    content: "县"
}

.hgi-stroke.hgi-sleeping:before {
    content: "叁"
}

.hgi-stroke.hgi-sleeveless:before {
    content: "參"
}

.hgi-stroke.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-stroke.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-stroke.hgi-slideshare:before {
    content: "叉"
}

.hgi-stroke.hgi-slow-winds:before {
    content: "友"
}

.hgi-stroke.hgi-smart-ac:before {
    content: "反"
}

.hgi-stroke.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-stroke.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-stroke.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-stroke.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-stroke.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-stroke.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-stroke.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-stroke.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-stroke.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-stroke.hgi-smart:before {
    content: "叡"
}

.hgi-stroke.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-stroke.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-stroke.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-stroke.hgi-smile:before {
    content: "叩"
}

.hgi-stroke.hgi-sms-code:before {
    content: "叫"
}

.hgi-stroke.hgi-snail:before {
    content: "叭"
}

.hgi-stroke.hgi-snapchat:before {
    content: "可"
}

.hgi-stroke.hgi-snow:before {
    content: "叱"
}

.hgi-stroke.hgi-soda-can:before {
    content: "右"
}

.hgi-stroke.hgi-sofa-01:before {
    content: "叵"
}

.hgi-stroke.hgi-sofa-02:before {
    content: "号"
}

.hgi-stroke.hgi-sofa-03:before {
    content: "叹"
}

.hgi-stroke.hgi-sofa-single:before {
    content: "叻"
}

.hgi-stroke.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-stroke.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-stroke.hgi-software-license:before {
    content: "吁"
}

.hgi-stroke.hgi-software-uninstall:before {
    content: "各"
}

.hgi-stroke.hgi-software:before {
    content: "吅"
}

.hgi-stroke.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-stroke.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-stroke.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-stroke.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-stroke.hgi-solar-energy:before {
    content: "吏"
}

.hgi-stroke.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-stroke.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-stroke.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-stroke.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-stroke.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-stroke.hgi-solar-power:before {
    content: "君"
}

.hgi-stroke.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-stroke.hgi-solar-system:before {
    content: "吟"
}

.hgi-stroke.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-stroke.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-stroke.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-stroke.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-stroke.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-stroke.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-stroke.hgi-sorting-01:before {
    content: "吭"
}

.hgi-stroke.hgi-sorting-02:before {
    content: "启"
}

.hgi-stroke.hgi-sorting-03:before {
    content: "吱"
}

.hgi-stroke.hgi-sorting-04:before {
    content: "吳"
}

.hgi-stroke.hgi-sorting-05:before {
    content: "吵"
}

.hgi-stroke.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-stroke.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-stroke.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-stroke.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-stroke.hgi-sorting-down:before {
    content: "吿"
}

.hgi-stroke.hgi-sorting-up:before {
    content: "呁"
}

.hgi-stroke.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-stroke.hgi-soundcloud:before {
    content: "呅"
}

.hgi-stroke.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-stroke.hgi-source-code-square:before {
    content: "告"
}

.hgi-stroke.hgi-source-code:before {
    content: "呋"
}

.hgi-stroke.hgi-spaceship:before {
    content: "呍"
}

.hgi-stroke.hgi-spades:before {
    content: "呏"
}

.hgi-stroke.hgi-spaghetti:before {
    content: "呑"
}

.hgi-stroke.hgi-spam:before {
    content: "呓"
}

.hgi-stroke.hgi-sparkles:before {
    content: "呕"
}

.hgi-stroke.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-stroke.hgi-spatula:before {
    content: "呙"
}

.hgi-stroke.hgi-speaker-01:before {
    content: "呛"
}

.hgi-stroke.hgi-speaker:before {
    content: "呝"
}

.hgi-stroke.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-stroke.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-stroke.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-stroke.hgi-sperm:before {
    content: "呥"
}

.hgi-stroke.hgi-sphere:before {
    content: "呧"
}

.hgi-stroke.hgi-spirals:before {
    content: "呩"
}

.hgi-stroke.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-stroke.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-stroke.hgi-spoon:before {
    content: "呯"
}

.hgi-stroke.hgi-spotify:before {
    content: "呱"
}

.hgi-stroke.hgi-sql:before {
    content: "味"
}

.hgi-stroke.hgi-square-01:before {
    content: "呵"
}

.hgi-stroke.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-stroke.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-stroke.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-stroke.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-stroke.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-stroke.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-stroke.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-stroke.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-stroke.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-stroke.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-stroke.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-stroke.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-stroke.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-stroke.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-stroke.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-stroke.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-stroke.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-stroke.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-stroke.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-stroke.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-stroke.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-stroke.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-stroke.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-stroke.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-stroke.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-stroke.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-stroke.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-stroke.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-stroke.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-stroke.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-stroke.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-stroke.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-stroke.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-stroke.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-stroke.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-stroke.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-stroke.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-stroke.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-stroke.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-stroke.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-stroke.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-stroke.hgi-square-circle:before {
    content: "哉"
}

.hgi-stroke.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-stroke.hgi-square-lock-02:before {
    content: "响"
}

.hgi-stroke.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-stroke.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-stroke.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-stroke.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-stroke.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-stroke.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-stroke.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-stroke.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-stroke.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-stroke.hgi-square-root-square:before {
    content: "員"
}

.hgi-stroke.hgi-square-square:before {
    content: "哤"
}

.hgi-stroke.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-stroke.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-stroke.hgi-square:before {
    content: "哩"
}

.hgi-stroke.hgi-stack-star:before {
    content: "哫"
}

.hgi-stroke.hgi-stake:before {
    content: "哭"
}

.hgi-stroke.hgi-stamp-01:before {
    content: "哯"
}

.hgi-stroke.hgi-stamp-02:before {
    content: "哱"
}

.hgi-stroke.hgi-stamp:before {
    content: "哳"
}

.hgi-stroke.hgi-star-circle:before {
    content: "哵"
}

.hgi-stroke.hgi-star-face:before {
    content: "哷"
}

.hgi-stroke.hgi-star-half:before {
    content: "哹"
}

.hgi-stroke.hgi-star-off:before {
    content: "哻"
}

.hgi-stroke.hgi-star-square:before {
    content: "哾"
}

.hgi-stroke.hgi-star:before {
    content: "哿"
}

.hgi-stroke.hgi-stars:before {
    content: "唁"
}

.hgi-stroke.hgi-start-up-01:before {
    content: "唃"
}

.hgi-stroke.hgi-start-up-02:before {
    content: "唅"
}

.hgi-stroke.hgi-stationery:before {
    content: "唇"
}

.hgi-stroke.hgi-steak:before {
    content: "唉"
}

.hgi-stroke.hgi-steering:before {
    content: "唋"
}

.hgi-stroke.hgi-step-into:before {
    content: "唍"
}

.hgi-stroke.hgi-step-out:before {
    content: "唏"
}

.hgi-stroke.hgi-step-over:before {
    content: "唑"
}

.hgi-stroke.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-stroke.hgi-stethoscope:before {
    content: "唕"
}

.hgi-stroke.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-stroke.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-stroke.hgi-stop-watch:before {
    content: "唜"
}

.hgi-stroke.hgi-stop:before {
    content: "唝"
}

.hgi-stroke.hgi-store-01:before {
    content: "唟"
}

.hgi-stroke.hgi-store-02:before {
    content: "唡"
}

.hgi-stroke.hgi-store-03:before {
    content: "唣"
}

.hgi-stroke.hgi-store-04:before {
    content: "唥"
}

.hgi-stroke.hgi-store-add-01:before {
    content: "唧"
}

.hgi-stroke.hgi-store-add-02:before {
    content: "唩"
}

.hgi-stroke.hgi-store-location-01:before {
    content: "唫"
}

.hgi-stroke.hgi-store-location-02:before {
    content: "唭"
}

.hgi-stroke.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-stroke.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-stroke.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-stroke.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-stroke.hgi-straight-edge:before {
    content: "唷"
}

.hgi-stroke.hgi-strategy:before {
    content: "唹"
}

.hgi-stroke.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-stroke.hgi-stroke-center:before {
    content: "唽"
}

.hgi-stroke.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-stroke.hgi-stroke-left:before {
    content: "啁"
}

.hgi-stroke.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-stroke.hgi-stroke-right:before {
    content: "啅"
}

.hgi-stroke.hgi-stroke-top:before {
    content: "啇"
}

.hgi-stroke.hgi-structure-01:before {
    content: "啉"
}

.hgi-stroke.hgi-structure-02:before {
    content: "啋"
}

.hgi-stroke.hgi-structure-03:before {
    content: "啍"
}

.hgi-stroke.hgi-structure-04:before {
    content: "問"
}

.hgi-stroke.hgi-structure-05:before {
    content: "啑"
}

.hgi-stroke.hgi-structure-add:before {
    content: "啓"
}

.hgi-stroke.hgi-structure-check:before {
    content: "啕"
}

.hgi-stroke.hgi-structure-fail:before {
    content: "啗"
}

.hgi-stroke.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-stroke.hgi-structure-folder:before {
    content: "啛"
}

.hgi-stroke.hgi-student-card:before {
    content: "啝"
}

.hgi-stroke.hgi-student:before {
    content: "啟"
}

.hgi-stroke.hgi-students:before {
    content: "啡"
}

.hgi-stroke.hgi-study-desk:before {
    content: "啣"
}

.hgi-stroke.hgi-study-lamp:before {
    content: "啥"
}

.hgi-stroke.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-stroke.hgi-submarine:before {
    content: "啩"
}

.hgi-stroke.hgi-submerge:before {
    content: "啫"
}

.hgi-stroke.hgi-subnode-add:before {
    content: "啭"
}

.hgi-stroke.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-stroke.hgi-subpoena:before {
    content: "啱"
}

.hgi-stroke.hgi-subtitle:before {
    content: "啳"
}

.hgi-stroke.hgi-suit-01:before {
    content: "啵"
}

.hgi-stroke.hgi-suit-02:before {
    content: "啷"
}

.hgi-stroke.hgi-sujood:before {
    content: "啹"
}

.hgi-stroke.hgi-summation-01:before {
    content: "啻"
}

.hgi-stroke.hgi-summation-02:before {
    content: "啽"
}

.hgi-stroke.hgi-summation-circle:before {
    content: "啿"
}

.hgi-stroke.hgi-summation-square:before {
    content: "喁"
}

.hgi-stroke.hgi-sun-01:before {
    content: "喃"
}

.hgi-stroke.hgi-sun-02:before {
    content: "喅"
}

.hgi-stroke.hgi-sun-03:before {
    content: "喇"
}

.hgi-stroke.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-stroke.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-stroke.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-stroke.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-stroke.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-stroke.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-stroke.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-stroke.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-stroke.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-stroke.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-stroke.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-stroke.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-stroke.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-stroke.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-stroke.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-stroke.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-stroke.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-stroke.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-stroke.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-stroke.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-stroke.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-stroke.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-stroke.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-stroke.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-stroke.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-stroke.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-stroke.hgi-sunglasses:before {
    content: "喽"
}

.hgi-stroke.hgi-sunrise:before {
    content: "喿"
}

.hgi-stroke.hgi-sunset:before {
    content: "嗁"
}

.hgi-stroke.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-stroke.hgi-super-mario:before {
    content: "嗅"
}

.hgi-stroke.hgi-surfboard:before {
    content: "嗇"
}

.hgi-stroke.hgi-surprise:before {
    content: "嗉"
}

.hgi-stroke.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-stroke.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-stroke.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-stroke.hgi-suspicious:before {
    content: "嗑"
}

.hgi-stroke.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-stroke.hgi-svg-01:before {
    content: "嗕"
}

.hgi-stroke.hgi-svg-02:before {
    content: "嗗"
}

.hgi-stroke.hgi-swarm:before {
    content: "嗙"
}

.hgi-stroke.hgi-swatch:before {
    content: "嗛"
}

.hgi-stroke.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-stroke.hgi-swimming:before {
    content: "嗟"
}

.hgi-stroke.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-stroke.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-stroke.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-stroke.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-stroke.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-stroke.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-stroke.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-stroke.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-stroke.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-stroke.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-stroke.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-stroke.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-stroke.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-stroke.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-stroke.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-stroke.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-stroke.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-stroke.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-stroke.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-stroke.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-stroke.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-stroke.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-stroke.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-stroke.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-stroke.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-stroke.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-stroke.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-stroke.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-stroke.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-stroke.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-stroke.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-stroke.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-stroke.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-stroke.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-stroke.hgi-sword-01:before {
    content: "嘥"
}

.hgi-stroke.hgi-sword-02:before {
    content: "嘧"
}

.hgi-stroke.hgi-sword-03:before {
    content: "嘩"
}

.hgi-stroke.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-stroke.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-stroke.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-stroke.hgi-table-01:before {
    content: "嘱"
}

.hgi-stroke.hgi-table-02:before {
    content: "嘳"
}

.hgi-stroke.hgi-table-03:before {
    content: "嘵"
}

.hgi-stroke.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-stroke.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-stroke.hgi-table-round:before {
    content: "嘻"
}

.hgi-stroke.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-stroke.hgi-table:before {
    content: "嘿"
}

.hgi-stroke.hgi-tablet-01:before {
    content: "噁"
}

.hgi-stroke.hgi-tablet-02:before {
    content: "噃"
}

.hgi-stroke.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-stroke.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-stroke.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-stroke.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-stroke.hgi-taco-01:before {
    content: "噍"
}

.hgi-stroke.hgi-taco-02:before {
    content: "噏"
}

.hgi-stroke.hgi-tag-01:before {
    content: "噑"
}

.hgi-stroke.hgi-tag-02:before {
    content: "噓"
}

.hgi-stroke.hgi-tags:before {
    content: "噕"
}

.hgi-stroke.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-stroke.hgi-tan:before {
    content: "噙"
}

.hgi-stroke.hgi-tank-top:before {
    content: "噛"
}

.hgi-stroke.hgi-tap-01:before {
    content: "噝"
}

.hgi-stroke.hgi-tap-02:before {
    content: "噟"
}

.hgi-stroke.hgi-tap-03:before {
    content: "噡"
}

.hgi-stroke.hgi-tap-04:before {
    content: "噣"
}

.hgi-stroke.hgi-tap-05:before {
    content: "噥"
}

.hgi-stroke.hgi-tap-06:before {
    content: "噧"
}

.hgi-stroke.hgi-tap-07:before {
    content: "噩"
}

.hgi-stroke.hgi-tap-08:before {
    content: "噫"
}

.hgi-stroke.hgi-tape-measure:before {
    content: "噭"
}

.hgi-stroke.hgi-target-01:before {
    content: "噯"
}

.hgi-stroke.hgi-target-02:before {
    content: "噱"
}

.hgi-stroke.hgi-target-03:before {
    content: "噳"
}

.hgi-stroke.hgi-target-dollar:before {
    content: "噵"
}

.hgi-stroke.hgi-tasbih:before {
    content: "噷"
}

.hgi-stroke.hgi-task-01:before {
    content: "噹"
}

.hgi-stroke.hgi-task-02:before {
    content: "噻"
}

.hgi-stroke.hgi-task-add-01:before {
    content: "噽"
}

.hgi-stroke.hgi-task-add-02:before {
    content: "噿"
}

.hgi-stroke.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-stroke.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-stroke.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-stroke.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-stroke.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-stroke.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-stroke.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-stroke.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-stroke.hgi-taxes:before {
    content: "嚑"
}

.hgi-stroke.hgi-taxi:before {
    content: "嚓"
}

.hgi-stroke.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-stroke.hgi-tea:before {
    content: "嚗"
}

.hgi-stroke.hgi-teacher:before {
    content: "嚙"
}

.hgi-stroke.hgi-teaching:before {
    content: "嚛"
}

.hgi-stroke.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-stroke.hgi-telegram:before {
    content: "嚟"
}

.hgi-stroke.hgi-telephone:before {
    content: "嚡"
}

.hgi-stroke.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-stroke.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-stroke.hgi-television-table:before {
    content: "嚧"
}

.hgi-stroke.hgi-temperature:before {
    content: "嚩"
}

.hgi-stroke.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-stroke.hgi-terrace:before {
    content: "嚭"
}

.hgi-stroke.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-stroke.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-stroke.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-stroke.hgi-test-tube:before {
    content: "嚵"
}

.hgi-stroke.hgi-tetris:before {
    content: "嚷"
}

.hgi-stroke.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-stroke.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-stroke.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-stroke.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-stroke.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-stroke.hgi-text-align-left:before {
    content: "囃"
}

.hgi-stroke.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-stroke.hgi-text-align-right:before {
    content: "囇"
}

.hgi-stroke.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-stroke.hgi-text-bold:before {
    content: "囋"
}

.hgi-stroke.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-stroke.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-stroke.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-stroke.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-stroke.hgi-text-check:before {
    content: "囕"
}

.hgi-stroke.hgi-text-circle:before {
    content: "囗"
}

.hgi-stroke.hgi-text-clear:before {
    content: "囙"
}

.hgi-stroke.hgi-text-color:before {
    content: "四"
}

.hgi-stroke.hgi-text-creation:before {
    content: "囝"
}

.hgi-stroke.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-stroke.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-stroke.hgi-text-font:before {
    content: "団"
}

.hgi-stroke.hgi-text-footnote:before {
    content: "囥"
}

.hgi-stroke.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-stroke.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-stroke.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-stroke.hgi-text-indent:before {
    content: "园"
}

.hgi-stroke.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-stroke.hgi-text-italic:before {
    content: "囱"
}

.hgi-stroke.hgi-text-kerning:before {
    content: "図"
}

.hgi-stroke.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-stroke.hgi-text-selection:before {
    content: "囸"
}

.hgi-stroke.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-stroke.hgi-text-square:before {
    content: "囼"
}

.hgi-stroke.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-stroke.hgi-text-subscript:before {
    content: "圀"
}

.hgi-stroke.hgi-text-superscript:before {
    content: "圂"
}

.hgi-stroke.hgi-text-tracking:before {
    content: "圄"
}

.hgi-stroke.hgi-text-underline:before {
    content: "圆"
}

.hgi-stroke.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-stroke.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-stroke.hgi-text-wrap:before {
    content: "圌"
}

.hgi-stroke.hgi-text:before {
    content: "圍"
}

.hgi-stroke.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-stroke.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-stroke.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-stroke.hgi-thermometer:before {
    content: "圕"
}

.hgi-stroke.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-stroke.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-stroke.hgi-third-bracket:before {
    content: "圛"
}

.hgi-stroke.hgi-thread:before {
    content: "圝"
}

.hgi-stroke.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-stroke.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-stroke.hgi-threads:before {
    content: "圣"
}

.hgi-stroke.hgi-three-d-move:before {
    content: "圥"
}

.hgi-stroke.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-stroke.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-stroke.hgi-three-d-view:before {
    content: "圫"
}

.hgi-stroke.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-stroke.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-stroke.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-stroke.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-stroke.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-stroke.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-stroke.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-stroke.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-stroke.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-stroke.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-stroke.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-stroke.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-stroke.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-stroke.hgi-tick-01:before {
    content: "均"
}

.hgi-stroke.hgi-tick-02:before {
    content: "坉"
}

.hgi-stroke.hgi-tick-03:before {
    content: "坋"
}

.hgi-stroke.hgi-tick-04:before {
    content: "坍"
}

.hgi-stroke.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-stroke.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-stroke.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-stroke.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-stroke.hgi-ticket-01:before {
    content: "块"
}

.hgi-stroke.hgi-ticket-02:before {
    content: "坙"
}

.hgi-stroke.hgi-ticket-03:before {
    content: "坛"
}

.hgi-stroke.hgi-ticket-star:before {
    content: "坝"
}

.hgi-stroke.hgi-tie:before {
    content: "坟"
}

.hgi-stroke.hgi-tiktok:before {
    content: "坡"
}

.hgi-stroke.hgi-time-01:before {
    content: "坣"
}

.hgi-stroke.hgi-time-02:before {
    content: "坥"
}

.hgi-stroke.hgi-time-03:before {
    content: "坧"
}

.hgi-stroke.hgi-time-04:before {
    content: "坩"
}

.hgi-stroke.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-stroke.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-stroke.hgi-time-management:before {
    content: "坯"
}

.hgi-stroke.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-stroke.hgi-time-quarter:before {
    content: "坳"
}

.hgi-stroke.hgi-time-schedule:before {
    content: "坵"
}

.hgi-stroke.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-stroke.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-stroke.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-stroke.hgi-timer-01:before {
    content: "坽"
}

.hgi-stroke.hgi-timer-02:before {
    content: "坿"
}

.hgi-stroke.hgi-tips:before {
    content: "垁"
}

.hgi-stroke.hgi-tired-01:before {
    content: "垃"
}

.hgi-stroke.hgi-tired-02:before {
    content: "垅"
}

.hgi-stroke.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-stroke.hgi-toggle-off:before {
    content: "垉"
}

.hgi-stroke.hgi-toggle-on:before {
    content: "型"
}

.hgi-stroke.hgi-toilet-01:before {
    content: "垍"
}

.hgi-stroke.hgi-toilet-02:before {
    content: "垏"
}

.hgi-stroke.hgi-tongue-01:before {
    content: "垑"
}

.hgi-stroke.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-stroke.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-stroke.hgi-tongue:before {
    content: "垗"
}

.hgi-stroke.hgi-tools:before {
    content: "垙"
}

.hgi-stroke.hgi-tornado-01:before {
    content: "垛"
}

.hgi-stroke.hgi-tornado-02:before {
    content: "垝"
}

.hgi-stroke.hgi-torri-gate:before {
    content: "垟"
}

.hgi-stroke.hgi-touch-01:before {
    content: "垡"
}

.hgi-stroke.hgi-touch-02:before {
    content: "垣"
}

.hgi-stroke.hgi-touch-03:before {
    content: "垥"
}

.hgi-stroke.hgi-touch-04:before {
    content: "垧"
}

.hgi-stroke.hgi-touch-05:before {
    content: "垩"
}

.hgi-stroke.hgi-touch-06:before {
    content: "垫"
}

.hgi-stroke.hgi-touch-07:before {
    content: "垭"
}

.hgi-stroke.hgi-touch-08:before {
    content: "垯"
}

.hgi-stroke.hgi-touch-09:before {
    content: "垱"
}

.hgi-stroke.hgi-touch-10:before {
    content: "垳"
}

.hgi-stroke.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-stroke.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-stroke.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-stroke.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-stroke.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-stroke.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-stroke.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-stroke.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-stroke.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-stroke.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-stroke.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-stroke.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-stroke.hgi-tow-truck:before {
    content: "埍"
}

.hgi-stroke.hgi-towels:before {
    content: "埏"
}

.hgi-stroke.hgi-toy-train:before {
    content: "埑"
}

.hgi-stroke.hgi-tractor:before {
    content: "埓"
}

.hgi-stroke.hgi-trade-down:before {
    content: "埕"
}

.hgi-stroke.hgi-trade-mark:before {
    content: "埗"
}

.hgi-stroke.hgi-trade-up:before {
    content: "埙"
}

.hgi-stroke.hgi-trademark:before {
    content: "埛"
}

.hgi-stroke.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-stroke.hgi-traffic-light:before {
    content: "域"
}

.hgi-stroke.hgi-train-01:before {
    content: "埡"
}

.hgi-stroke.hgi-train-02:before {
    content: "埣"
}

.hgi-stroke.hgi-tram:before {
    content: "埥"
}

.hgi-stroke.hgi-trampoline:before {
    content: "埧"
}

.hgi-stroke.hgi-transaction:before {
    content: "埩"
}

.hgi-stroke.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-stroke.hgi-transition-left:before {
    content: "埭"
}

.hgi-stroke.hgi-transition-right:before {
    content: "埯"
}

.hgi-stroke.hgi-transition-top:before {
    content: "埱"
}

.hgi-stroke.hgi-translate:before {
    content: "埳"
}

.hgi-stroke.hgi-translation:before {
    content: "埵"
}

.hgi-stroke.hgi-transmission:before {
    content: "執"
}

.hgi-stroke.hgi-transparency:before {
    content: "培"
}

.hgi-stroke.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-stroke.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-stroke.hgi-travel-bag:before {
    content: "埿"
}

.hgi-stroke.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-stroke.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-stroke.hgi-treatment:before {
    content: "堅"
}

.hgi-stroke.hgi-tree-01:before {
    content: "堇"
}

.hgi-stroke.hgi-tree-02:before {
    content: "堉"
}

.hgi-stroke.hgi-tree-03:before {
    content: "堋"
}

.hgi-stroke.hgi-tree-04:before {
    content: "堍"
}

.hgi-stroke.hgi-tree-05:before {
    content: "堏"
}

.hgi-stroke.hgi-tree-06:before {
    content: "堑"
}

.hgi-stroke.hgi-tree-07:before {
    content: "堓"
}

.hgi-stroke.hgi-trello:before {
    content: "堕"
}

.hgi-stroke.hgi-triangle-01:before {
    content: "堗"
}

.hgi-stroke.hgi-triangle-02:before {
    content: "堙"
}

.hgi-stroke.hgi-triangle-03:before {
    content: "堛"
}

.hgi-stroke.hgi-triangle:before {
    content: "堝"
}

.hgi-stroke.hgi-trolley-01:before {
    content: "堟"
}

.hgi-stroke.hgi-trolley-02:before {
    content: "堡"
}

.hgi-stroke.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-stroke.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-stroke.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-stroke.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-stroke.hgi-truck-monster:before {
    content: "堫"
}

.hgi-stroke.hgi-truck-return:before {
    content: "堭"
}

.hgi-stroke.hgi-truck:before {
    content: "堯"
}

.hgi-stroke.hgi-trulli:before {
    content: "報"
}

.hgi-stroke.hgi-tsunami:before {
    content: "堳"
}

.hgi-stroke.hgi-tulip:before {
    content: "堵"
}

.hgi-stroke.hgi-tumblr:before {
    content: "堷"
}

.hgi-stroke.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-stroke.hgi-tv-01:before {
    content: "堻"
}

.hgi-stroke.hgi-tv-02:before {
    content: "堽"
}

.hgi-stroke.hgi-tv-fix:before {
    content: "堿"
}

.hgi-stroke.hgi-tv-issue:before {
    content: "塁"
}

.hgi-stroke.hgi-tv-smart:before {
    content: "塃"
}

.hgi-stroke.hgi-twin-tower:before {
    content: "塅"
}

.hgi-stroke.hgi-twitch:before {
    content: "塇"
}

.hgi-stroke.hgi-twitter-square:before {
    content: "塊"
}

.hgi-stroke.hgi-twitter:before {
    content: "塋"
}

.hgi-stroke.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-stroke.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-stroke.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-stroke.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-stroke.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-stroke.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-stroke.hgi-txt-01:before {
    content: "塙"
}

.hgi-stroke.hgi-txt-02:before {
    content: "塛"
}

.hgi-stroke.hgi-type-cursor:before {
    content: "塝"
}

.hgi-stroke.hgi-typescript-01:before {
    content: "塟"
}

.hgi-stroke.hgi-typescript-02:before {
    content: "塡"
}

.hgi-stroke.hgi-typescript-03:before {
    content: "塣"
}

.hgi-stroke.hgi-uber:before {
    content: "塥"
}

.hgi-stroke.hgi-ufo-01:before {
    content: "塧"
}

.hgi-stroke.hgi-ufo:before {
    content: "塩"
}

.hgi-stroke.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-stroke.hgi-umbrella:before {
    content: "塭"
}

.hgi-stroke.hgi-unamused:before {
    content: "塯"
}

.hgi-stroke.hgi-unavailable:before {
    content: "塱"
}

.hgi-stroke.hgi-underpants-01:before {
    content: "塳"
}

.hgi-stroke.hgi-underpants-02:before {
    content: "塵"
}

.hgi-stroke.hgi-underpants-03:before {
    content: "塷"
}

.hgi-stroke.hgi-unfold-less:before {
    content: "塹"
}

.hgi-stroke.hgi-unfold-more:before {
    content: "塻"
}

.hgi-stroke.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-stroke.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-stroke.hgi-unhappy:before {
    content: "墁"
}

.hgi-stroke.hgi-university:before {
    content: "境"
}

.hgi-stroke.hgi-unlink-01:before {
    content: "墅"
}

.hgi-stroke.hgi-unlink-02:before {
    content: "墇"
}

.hgi-stroke.hgi-unlink-03:before {
    content: "墉"
}

.hgi-stroke.hgi-unlink-04:before {
    content: "墋"
}

.hgi-stroke.hgi-unlink-05:before {
    content: "墍"
}

.hgi-stroke.hgi-unlink-06:before {
    content: "墏"
}

.hgi-stroke.hgi-unsplash:before {
    content: "墑"
}

.hgi-stroke.hgi-upload-01:before {
    content: "墓"
}

.hgi-stroke.hgi-upload-02:before {
    content: "墕"
}

.hgi-stroke.hgi-upload-03:before {
    content: "増"
}

.hgi-stroke.hgi-upload-04:before {
    content: "墙"
}

.hgi-stroke.hgi-upload-05:before {
    content: "墛"
}

.hgi-stroke.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-stroke.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-stroke.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-stroke.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-stroke.hgi-upwork:before {
    content: "墥"
}

.hgi-stroke.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-stroke.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-stroke.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-stroke.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-stroke.hgi-usb-error:before {
    content: "墯"
}

.hgi-stroke.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-stroke.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-stroke.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-stroke.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-stroke.hgi-usb:before {
    content: "墹"
}

.hgi-stroke.hgi-user-account:before {
    content: "墻"
}

.hgi-stroke.hgi-user-add-01:before {
    content: "墽"
}

.hgi-stroke.hgi-user-add-02:before {
    content: "墿"
}

.hgi-stroke.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-stroke.hgi-user-block-01:before {
    content: "壃"
}

.hgi-stroke.hgi-user-block-02:before {
    content: "壅"
}

.hgi-stroke.hgi-user-check-01:before {
    content: "壇"
}

.hgi-stroke.hgi-user-check-02:before {
    content: "壉"
}

.hgi-stroke.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-stroke.hgi-user-circle:before {
    content: "壍"
}

.hgi-stroke.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-stroke.hgi-user-full-view:before {
    content: "壑"
}

.hgi-stroke.hgi-user-group:before {
    content: "壓";
}

.hgi-stroke.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-stroke.hgi-user-list:before {
    content: "壗"
}

.hgi-stroke.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-stroke.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-stroke.hgi-user-love-01:before {
    content: "壝"
}

.hgi-stroke.hgi-user-love-02:before {
    content: "壟"
}

.hgi-stroke.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-stroke.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-stroke.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-stroke.hgi-user-multiple:before {
    content: "壧"
}

.hgi-stroke.hgi-user-question-01:before {
    content: "壩"
}

.hgi-stroke.hgi-user-question-02:before {
    content: "士"
}

.hgi-stroke.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-stroke.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-stroke.hgi-user-roadside:before {
    content: "壱"
}

.hgi-stroke.hgi-user-search-01:before {
    content: "壳"
}

.hgi-stroke.hgi-user-search-02:before {
    content: "壵"
}

.hgi-stroke.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-stroke.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-stroke.hgi-user-sharing:before {
    content: "壼"
}

.hgi-stroke.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-stroke.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-stroke.hgi-user-square:before {
    content: "夂"
}

.hgi-stroke.hgi-user-star-01:before {
    content: "处"
}

.hgi-stroke.hgi-user-star-02:before {
    content: "夆"
}

.hgi-stroke.hgi-user-status:before {
    content: "夈"
}

.hgi-stroke.hgi-user-story:before {
    content: "夊"
}

.hgi-stroke.hgi-user-switch:before {
    content: "夌"
}

.hgi-stroke.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-stroke.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-stroke.hgi-user:before {
    content: "夑"
}

.hgi-stroke.hgi-uv-01:before {
    content: "夓"
}

.hgi-stroke.hgi-uv-02:before {
    content: "夕"
}

.hgi-stroke.hgi-uv-03:before {
    content: "夗"
}

.hgi-stroke.hgi-vaccine:before {
    content: "夙"
}

.hgi-stroke.hgi-validation-approval:before {
    content: "夛"
}

.hgi-stroke.hgi-validation:before {
    content: "夝"
}

.hgi-stroke.hgi-van:before {
    content: "够"
}

.hgi-stroke.hgi-variable:before {
    content: "夡"
}

.hgi-stroke.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-stroke.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-stroke.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-stroke.hgi-vest:before {
    content: "天"
}

.hgi-stroke.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-stroke.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-stroke.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-stroke.hgi-video-01:before {
    content: "失"
}

.hgi-stroke.hgi-video-02:before {
    content: "夳"
}

.hgi-stroke.hgi-video-console:before {
    content: "夵"
}

.hgi-stroke.hgi-video-off:before {
    content: "夷"
}

.hgi-stroke.hgi-video-replay:before {
    content: "夹"
}

.hgi-stroke.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-stroke.hgi-view-off:before {
    content: "夽"
}

.hgi-stroke.hgi-view:before {
    content: "夿"
}

.hgi-stroke.hgi-vimeo:before {
    content: "奁"
}

.hgi-stroke.hgi-vine-square:before {
    content: "奄"
}

.hgi-stroke.hgi-vine:before {
    content: "奅"
}

.hgi-stroke.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-stroke.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-stroke.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-stroke.hgi-vision:before {
    content: "奍"
}

.hgi-stroke.hgi-vk-square:before {
    content: "奐"
}

.hgi-stroke.hgi-vk:before {
    content: "契"
}

.hgi-stroke.hgi-voice-id:before {
    content: "奓"
}

.hgi-stroke.hgi-voice:before {
    content: "奕"
}

.hgi-stroke.hgi-volleyball:before {
    content: "套"
}

.hgi-stroke.hgi-volume-high:before {
    content: "奙"
}

.hgi-stroke.hgi-volume-low:before {
    content: "奛"
}

.hgi-stroke.hgi-volume-minus:before {
    content: "奝"
}

.hgi-stroke.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-stroke.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-stroke.hgi-volume-off:before {
    content: "奣"
}

.hgi-stroke.hgi-volume-up:before {
    content: "奥"
}

.hgi-stroke.hgi-vomiting:before {
    content: "奧"
}

.hgi-stroke.hgi-voucher:before {
    content: "奩"
}

.hgi-stroke.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-stroke.hgi-vr:before {
    content: "奭"
}

.hgi-stroke.hgi-vynil-01:before {
    content: "奯"
}

.hgi-stroke.hgi-vynil-02:before {
    content: "奱"
}

.hgi-stroke.hgi-vynil-03:before {
    content: "女"
}

.hgi-stroke.hgi-waiter:before {
    content: "奵"
}

.hgi-stroke.hgi-waiters:before {
    content: "奷"
}

.hgi-stroke.hgi-wall-lamp:before {
    content: "她"
}

.hgi-stroke.hgi-wallet-01:before {
    content: "奻"
}

.hgi-stroke.hgi-wallet-02:before {
    content: "好"
}

.hgi-stroke.hgi-wallet-03:before {
    content: "奿"
}

.hgi-stroke.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-stroke.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-stroke.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-stroke.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-stroke.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-stroke.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-stroke.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-stroke.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-stroke.hgi-wanted:before {
    content: "妑"
}

.hgi-stroke.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-stroke.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-stroke.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-stroke.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-stroke.hgi-warehouse:before {
    content: "妛"
}

.hgi-stroke.hgi-washington-monument:before {
    content: "妝"
}

.hgi-stroke.hgi-waste-restore:before {
    content: "妟"
}

.hgi-stroke.hgi-waste:before {
    content: "妡"
}

.hgi-stroke.hgi-watch-01:before {
    content: "妣"
}

.hgi-stroke.hgi-watch-02:before {
    content: "妥"
}

.hgi-stroke.hgi-water-energy:before {
    content: "妧"
}

.hgi-stroke.hgi-water-polo:before {
    content: "妩"
}

.hgi-stroke.hgi-water-pump:before {
    content: "妫"
}

.hgi-stroke.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-stroke.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-stroke.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-stroke.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-stroke.hgi-watermelon:before {
    content: "妵"
}

.hgi-stroke.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-stroke.hgi-wattpad:before {
    content: "妹"
}

.hgi-stroke.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-stroke.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-stroke.hgi-waze:before {
    content: "妿"
}

.hgi-stroke.hgi-web-design-01:before {
    content: "姁"
}

.hgi-stroke.hgi-web-design-02:before {
    content: "姃"
}

.hgi-stroke.hgi-web-programming:before {
    content: "姅"
}

.hgi-stroke.hgi-web-protection:before {
    content: "姇"
}

.hgi-stroke.hgi-web-security:before {
    content: "姉"
}

.hgi-stroke.hgi-web-validation:before {
    content: "始"
}

.hgi-stroke.hgi-webflow:before {
    content: "姍"
}

.hgi-stroke.hgi-wechat:before {
    content: "姏"
}

.hgi-stroke.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-stroke.hgi-weight-scale:before {
    content: "姓"
}

.hgi-stroke.hgi-wellness:before {
    content: "姕"
}

.hgi-stroke.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-stroke.hgi-whatsapp:before {
    content: "姙"
}

.hgi-stroke.hgi-wheelchair:before {
    content: "姛"
}

.hgi-stroke.hgi-whisk:before {
    content: "姝"
}

.hgi-stroke.hgi-whistle:before {
    content: "姟"
}

.hgi-stroke.hgi-wifi-01:before {
    content: "姡"
}

.hgi-stroke.hgi-wifi-02:before {
    content: "姣"
}

.hgi-stroke.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-stroke.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-stroke.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-stroke.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-stroke.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-stroke.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-stroke.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-stroke.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-stroke.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-stroke.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-stroke.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-stroke.hgi-wifi-location:before {
    content: "姻"
}

.hgi-stroke.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-stroke.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-stroke.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-stroke.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-stroke.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-stroke.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-stroke.hgi-wifi-square:before {
    content: "娉"
}

.hgi-stroke.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-stroke.hgi-wikipedia:before {
    content: "娍"
}

.hgi-stroke.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-stroke.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-stroke.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-stroke.hgi-wind-power:before {
    content: "娕"
}

.hgi-stroke.hgi-wind-surf:before {
    content: "娗"
}

.hgi-stroke.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-stroke.hgi-wink:before {
    content: "娛"
}

.hgi-stroke.hgi-winking:before {
    content: "娝"
}

.hgi-stroke.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-stroke.hgi-wireless:before {
    content: "娡"
}

.hgi-stroke.hgi-wise:before {
    content: "娣"
}

.hgi-stroke.hgi-wordpress:before {
    content: "娥"
}

.hgi-stroke.hgi-work-alert:before {
    content: "娧"
}

.hgi-stroke.hgi-work-history:before {
    content: "娩"
}

.hgi-stroke.hgi-work-update:before {
    content: "娫"
}

.hgi-stroke.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-stroke.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-stroke.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-stroke.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-stroke.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-stroke.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-stroke.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-stroke.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-stroke.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-stroke.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-stroke.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-stroke.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-stroke.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-stroke.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-stroke.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-stroke.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-stroke.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-stroke.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-stroke.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-stroke.hgi-workout-run:before {
    content: "婓"
}

.hgi-stroke.hgi-workout-sport:before {
    content: "婕"
}

.hgi-stroke.hgi-workout-squats:before {
    content: "婗"
}

.hgi-stroke.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-stroke.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-stroke.hgi-worry:before {
    content: "婝"
}

.hgi-stroke.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-stroke.hgi-wps-office:before {
    content: "婡"
}

.hgi-stroke.hgi-wrench-01:before {
    content: "婣"
}

.hgi-stroke.hgi-wrench-02:before {
    content: "婥"
}

.hgi-stroke.hgi-wudu:before {
    content: "婧"
}

.hgi-stroke.hgi-x-ray:before {
    content: "婩"
}

.hgi-stroke.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-stroke.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-stroke.hgi-x-variable:before {
    content: "婯"
}

.hgi-stroke.hgi-xing:before {
    content: "婱"
}

.hgi-stroke.hgi-xls-01:before {
    content: "婳"
}

.hgi-stroke.hgi-xls-02:before {
    content: "婵"
}

.hgi-stroke.hgi-xml-01:before {
    content: "婷"
}

.hgi-stroke.hgi-xml-02:before {
    content: "婹"
}

.hgi-stroke.hgi-xsl-01:before {
    content: "婻"
}

.hgi-stroke.hgi-xsl-02:before {
    content: "婽"
}

.hgi-stroke.hgi-yelp:before {
    content: "婿"
}

.hgi-stroke.hgi-yen-circle:before {
    content: "媁"
}

.hgi-stroke.hgi-yen-receive:before {
    content: "媃"
}

.hgi-stroke.hgi-yen-send:before {
    content: "媆"
}

.hgi-stroke.hgi-yen-square:before {
    content: "媈"
}

.hgi-stroke.hgi-yen:before {
    content: "媉"
}

.hgi-stroke.hgi-yoga-01:before {
    content: "媋"
}

.hgi-stroke.hgi-yoga-02:before {
    content: "媍"
}

.hgi-stroke.hgi-yoga-03:before {
    content: "媏"
}

.hgi-stroke.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-stroke.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-stroke.hgi-yogurt:before {
    content: "媕"
}

.hgi-stroke.hgi-youtube:before {
    content: "媗"
}

.hgi-stroke.hgi-yurt:before {
    content: "媙"
}

.hgi-stroke.hgi-zakat:before {
    content: "媛"
}

.hgi-stroke.hgi-zap:before {
    content: "媝"
}

.hgi-stroke.hgi-zeppelin:before {
    content: "媟"
}

.hgi-stroke.hgi-zip-01:before {
    content: "媡"
}

.hgi-stroke.hgi-zip-02:before {
    content: "媣"
}

.hgi-stroke.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-stroke.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-stroke.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-stroke.hgi-zoom-square:before {
    content: "媬"
}

.hgi-stroke.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-stroke-sharp;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-sharp.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-sharp.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-sharp.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-sharp.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-sharp.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-sharp.svg#hgi-stroke-sharp) format("svg")
}

.hgi-stroke.hgi-sharp {
    font-family: hgi-stroke-sharp!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-stroke.hgi-sharp.hgi-abacus:before {
    content: "㩱"
}

.hgi-stroke.hgi-sharp.hgi-absolute:before {
    content: "㩳"
}

.hgi-stroke.hgi-sharp.hgi-acceleration:before {
    content: "㩵"
}

.hgi-stroke.hgi-sharp.hgi-access:before {
    content: "㩷"
}

.hgi-stroke.hgi-sharp.hgi-accident:before {
    content: "㩹"
}

.hgi-stroke.hgi-sharp.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-stroke.hgi-sharp.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-stroke.hgi-sharp.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-stroke.hgi-sharp.hgi-activity-01:before {
    content: "㪁"
}

.hgi-stroke.hgi-sharp.hgi-activity-02:before {
    content: "㪃"
}

.hgi-stroke.hgi-sharp.hgi-activity-03:before {
    content: "㪅"
}

.hgi-stroke.hgi-sharp.hgi-activity-04:before {
    content: "㪇"
}

.hgi-stroke.hgi-sharp.hgi-acute:before {
    content: "㪉"
}

.hgi-stroke.hgi-sharp.hgi-add-01:before {
    content: "㪋"
}

.hgi-stroke.hgi-sharp.hgi-add-02:before {
    content: "㪍"
}

.hgi-stroke.hgi-sharp.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-stroke.hgi-sharp.hgi-add-circle:before {
    content: "㪑"
}

.hgi-stroke.hgi-sharp.hgi-add-square:before {
    content: "㪓"
}

.hgi-stroke.hgi-sharp.hgi-add-team:before {
    content: "㪕"
}

.hgi-stroke.hgi-sharp.hgi-address-book:before {
    content: "㪗"
}

.hgi-stroke.hgi-sharp.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-stroke.hgi-sharp.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-stroke.hgi-sharp.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-stroke.hgi-sharp.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-stroke.hgi-sharp.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-stroke.hgi-sharp.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-stroke.hgi-sharp.hgi-adventure:before {
    content: "㪥"
}

.hgi-stroke.hgi-sharp.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-stroke.hgi-sharp.hgi-adzan:before {
    content: "㪩"
}

.hgi-stroke.hgi-sharp.hgi-affiliate:before {
    content: "㪫"
}

.hgi-stroke.hgi-sharp.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-stroke.hgi-sharp.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-stroke.hgi-sharp.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-stroke.hgi-sharp.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-stroke.hgi-sharp.hgi-ai-book:before {
    content: "㪵"
}

.hgi-stroke.hgi-sharp.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-stroke.hgi-sharp.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-stroke.hgi-sharp.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-stroke.hgi-sharp.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-stroke.hgi-sharp.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-stroke.hgi-sharp.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-stroke.hgi-sharp.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-stroke.hgi-sharp.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-stroke.hgi-sharp.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-stroke.hgi-sharp.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-stroke.hgi-sharp.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-stroke.hgi-sharp.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-stroke.hgi-sharp.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-stroke.hgi-sharp.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-stroke.hgi-sharp.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-stroke.hgi-sharp.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-stroke.hgi-sharp.hgi-ai-game:before {
    content: "㫗"
}

.hgi-stroke.hgi-sharp.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-stroke.hgi-sharp.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-stroke.hgi-sharp.hgi-ai-image:before {
    content: "㫝"
}

.hgi-stroke.hgi-sharp.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-stroke.hgi-sharp.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-stroke.hgi-sharp.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-stroke.hgi-sharp.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-stroke.hgi-sharp.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-stroke.hgi-sharp.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-stroke.hgi-sharp.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-stroke.hgi-sharp.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-stroke.hgi-sharp.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-stroke.hgi-sharp.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-stroke.hgi-sharp.hgi-ai-network:before {
    content: "㫳"
}

.hgi-stroke.hgi-sharp.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-stroke.hgi-sharp.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-stroke.hgi-sharp.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-stroke.hgi-sharp.hgi-ai-search:before {
    content: "㫻"
}

.hgi-stroke.hgi-sharp.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-stroke.hgi-sharp.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-stroke.hgi-sharp.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-stroke.hgi-sharp.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-stroke.hgi-sharp.hgi-ai-user:before {
    content: "㬅"
}

.hgi-stroke.hgi-sharp.hgi-ai-video:before {
    content: "㬇"
}

.hgi-stroke.hgi-sharp.hgi-ai-view:before {
    content: "㬉"
}

.hgi-stroke.hgi-sharp.hgi-aids:before {
    content: "㬋"
}

.hgi-stroke.hgi-sharp.hgi-airbnb:before {
    content: "㬍"
}

.hgi-stroke.hgi-sharp.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-stroke.hgi-sharp.hgi-airdrop:before {
    content: "㬑"
}

.hgi-stroke.hgi-sharp.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-stroke.hgi-sharp.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-stroke.hgi-sharp.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-stroke.hgi-sharp.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-stroke.hgi-sharp.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-stroke.hgi-sharp.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-stroke.hgi-sharp.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-stroke.hgi-sharp.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-stroke.hgi-sharp.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-stroke.hgi-sharp.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-stroke.hgi-sharp.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-stroke.hgi-sharp.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-stroke.hgi-sharp.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-stroke.hgi-sharp.hgi-airport:before {
    content: "㬭"
}

.hgi-stroke.hgi-sharp.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-stroke.hgi-sharp.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-stroke.hgi-sharp.hgi-album-01:before {
    content: "㬳"
}

.hgi-stroke.hgi-sharp.hgi-album-02:before {
    content: "㬵"
}

.hgi-stroke.hgi-sharp.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-stroke.hgi-sharp.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-stroke.hgi-sharp.hgi-alert-01:before {
    content: "㬻"
}

.hgi-stroke.hgi-sharp.hgi-alert-02:before {
    content: "㬽"
}

.hgi-stroke.hgi-sharp.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-stroke.hgi-sharp.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-stroke.hgi-sharp.hgi-alert-square:before {
    content: "㭃"
}

.hgi-stroke.hgi-sharp.hgi-algorithm:before {
    content: "㭅"
}

.hgi-stroke.hgi-sharp.hgi-alien-01:before {
    content: "㭇"
}

.hgi-stroke.hgi-sharp.hgi-alien-02:before {
    content: "㭉"
}

.hgi-stroke.hgi-sharp.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-stroke.hgi-sharp.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-stroke.hgi-sharp.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-stroke.hgi-sharp.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-stroke.hgi-sharp.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-stroke.hgi-sharp.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-stroke.hgi-sharp.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-stroke.hgi-sharp.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-stroke.hgi-sharp.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-stroke.hgi-sharp.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-stroke.hgi-sharp.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-stroke.hgi-sharp.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-stroke.hgi-sharp.hgi-align-left:before {
    content: "㭣"
}

.hgi-stroke.hgi-sharp.hgi-align-right:before {
    content: "㭥"
}

.hgi-stroke.hgi-sharp.hgi-align-selection:before {
    content: "㭧"
}

.hgi-stroke.hgi-sharp.hgi-align-top:before {
    content: "㭩"
}

.hgi-stroke.hgi-sharp.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-stroke.hgi-sharp.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-stroke.hgi-sharp.hgi-allah:before {
    content: "㭯"
}

.hgi-stroke.hgi-sharp.hgi-alms:before {
    content: "㭱"
}

.hgi-stroke.hgi-sharp.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-stroke.hgi-sharp.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-stroke.hgi-sharp.hgi-alpha:before {
    content: "㭷"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-stroke.hgi-sharp.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-stroke.hgi-sharp.hgi-amazon:before {
    content: "㮋"
}

.hgi-stroke.hgi-sharp.hgi-ambulance:before {
    content: "㮍"
}

.hgi-stroke.hgi-sharp.hgi-american-football:before {
    content: "㮏"
}

.hgi-stroke.hgi-sharp.hgi-amie:before {
    content: "㮑"
}

.hgi-stroke.hgi-sharp.hgi-ampoule:before {
    content: "㮓"
}

.hgi-stroke.hgi-sharp.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-stroke.hgi-sharp.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-stroke.hgi-sharp.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-stroke.hgi-sharp.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-stroke.hgi-sharp.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-stroke.hgi-sharp.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-stroke.hgi-sharp.hgi-android:before {
    content: "㮡"
}

.hgi-stroke.hgi-sharp.hgi-angel:before {
    content: "㮣"
}

.hgi-stroke.hgi-sharp.hgi-angle-01:before {
    content: "㮥"
}

.hgi-stroke.hgi-sharp.hgi-angle:before {
    content: "㮧"
}

.hgi-stroke.hgi-sharp.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-stroke.hgi-sharp.hgi-angry:before {
    content: "㮫"
}

.hgi-stroke.hgi-sharp.hgi-anonymous:before {
    content: "㮭"
}

.hgi-stroke.hgi-sharp.hgi-api:before {
    content: "㮯"
}

.hgi-stroke.hgi-sharp.hgi-app-store:before {
    content: "㮱"
}

.hgi-stroke.hgi-sharp.hgi-apple-01:before {
    content: "㮳"
}

.hgi-stroke.hgi-sharp.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-stroke.hgi-sharp.hgi-apple-news:before {
    content: "㮷"
}

.hgi-stroke.hgi-sharp.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-stroke.hgi-sharp.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-stroke.hgi-sharp.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-stroke.hgi-sharp.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-stroke.hgi-sharp.hgi-apple:before {
    content: "㯁"
}

.hgi-stroke.hgi-sharp.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-stroke.hgi-sharp.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-stroke.hgi-sharp.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-stroke.hgi-sharp.hgi-apricot:before {
    content: "㯉"
}

.hgi-stroke.hgi-sharp.hgi-apron:before {
    content: "㯋"
}

.hgi-stroke.hgi-sharp.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-stroke.hgi-sharp.hgi-archer:before {
    content: "㯏"
}

.hgi-stroke.hgi-sharp.hgi-archive-01:before {
    content: "㯑"
}

.hgi-stroke.hgi-sharp.hgi-archive-02:before {
    content: "㯓"
}

.hgi-stroke.hgi-sharp.hgi-archive:before {
    content: "㯕"
}

.hgi-stroke.hgi-sharp.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-stroke.hgi-sharp.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-stroke.hgi-sharp.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-stroke.hgi-sharp.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-stroke.hgi-sharp.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-stroke.hgi-sharp.hgi-arrange:before {
    content: "㯡"
}

.hgi-stroke.hgi-sharp.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-stroke.hgi-sharp.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-stroke.hgi-sharp.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-stroke.hgi-sharp.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-stroke.hgi-sharp.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-stroke.hgi-sharp.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-stroke.hgi-sharp.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-stroke.hgi-sharp.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-stroke.hgi-sharp.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-stroke.hgi-sharp.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-stroke.hgi-sharp.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-stroke.hgi-sharp.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-stroke.hgi-sharp.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-stroke.hgi-sharp.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-stroke.hgi-sharp.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-stroke.hgi-sharp.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-stroke.hgi-sharp.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-stroke.hgi-sharp.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-stroke.hgi-sharp.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-stroke.hgi-sharp.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-stroke.hgi-sharp.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-stroke.hgi-sharp.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-stroke.hgi-sharp.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-stroke.hgi-sharp.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-stroke.hgi-sharp.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-stroke.hgi-sharp.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-stroke.hgi-sharp.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-stroke.hgi-sharp.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-stroke.hgi-sharp.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-stroke.hgi-sharp.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-stroke.hgi-sharp.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-stroke.hgi-sharp.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-stroke.hgi-sharp.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-stroke.hgi-sharp.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-stroke.hgi-sharp.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-stroke.hgi-sharp.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-stroke.hgi-sharp.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-stroke.hgi-sharp.hgi-artboard:before {
    content: "㱟"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-stroke.hgi-sharp.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-stroke.hgi-sharp.hgi-assignments:before {
    content: "㱱"
}

.hgi-stroke.hgi-sharp.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-stroke.hgi-sharp.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-stroke.hgi-sharp.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-stroke.hgi-sharp.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-stroke.hgi-sharp.hgi-at:before {
    content: "㱻"
}

.hgi-stroke.hgi-sharp.hgi-atm-01:before {
    content: "㱽"
}

.hgi-stroke.hgi-sharp.hgi-atm-02:before {
    content: "㱿"
}

.hgi-stroke.hgi-sharp.hgi-atom-01:before {
    content: "㲁"
}

.hgi-stroke.hgi-sharp.hgi-atom-02:before {
    content: "㲃"
}

.hgi-stroke.hgi-sharp.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-stroke.hgi-sharp.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-stroke.hgi-sharp.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-stroke.hgi-sharp.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-stroke.hgi-sharp.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-stroke.hgi-sharp.hgi-attachment:before {
    content: "㲏"
}

.hgi-stroke.hgi-sharp.hgi-auction:before {
    content: "㲑"
}

.hgi-stroke.hgi-sharp.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-stroke.hgi-sharp.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-stroke.hgi-sharp.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-stroke.hgi-sharp.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-stroke.hgi-sharp.hgi-audit-01:before {
    content: "㲛"
}

.hgi-stroke.hgi-sharp.hgi-audit-02:before {
    content: "㲝"
}

.hgi-stroke.hgi-sharp.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-stroke.hgi-sharp.hgi-authorized:before {
    content: "㲡"
}

.hgi-stroke.hgi-sharp.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-stroke.hgi-sharp.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-stroke.hgi-sharp.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-stroke.hgi-sharp.hgi-avalanche:before {
    content: "㲩"
}

.hgi-stroke.hgi-sharp.hgi-avocado:before {
    content: "㲫"
}

.hgi-stroke.hgi-sharp.hgi-award-01:before {
    content: "㲭"
}

.hgi-stroke.hgi-sharp.hgi-award-02:before {
    content: "㲯"
}

.hgi-stroke.hgi-sharp.hgi-award-03:before {
    content: "㲱"
}

.hgi-stroke.hgi-sharp.hgi-award-04:before {
    content: "㲳"
}

.hgi-stroke.hgi-sharp.hgi-award-05:before {
    content: "㲵"
}

.hgi-stroke.hgi-sharp.hgi-baby-01:before {
    content: "㲷"
}

.hgi-stroke.hgi-sharp.hgi-baby-02:before {
    content: "㲹"
}

.hgi-stroke.hgi-sharp.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-stroke.hgi-sharp.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-stroke.hgi-sharp.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-stroke.hgi-sharp.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-stroke.hgi-sharp.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-stroke.hgi-sharp.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-stroke.hgi-sharp.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-stroke.hgi-sharp.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-stroke.hgi-sharp.hgi-backward-01:before {
    content: "㳋"
}

.hgi-stroke.hgi-sharp.hgi-backward-02:before {
    content: "㳍"
}

.hgi-stroke.hgi-sharp.hgi-bacteria:before {
    content: "㳏"
}

.hgi-stroke.hgi-sharp.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-stroke.hgi-sharp.hgi-badminton:before {
    content: "㳓"
}

.hgi-stroke.hgi-sharp.hgi-banana:before {
    content: "㳕"
}

.hgi-stroke.hgi-sharp.hgi-bandage:before {
    content: "㳗"
}

.hgi-stroke.hgi-sharp.hgi-bank:before {
    content: "㳙"
}

.hgi-stroke.hgi-sharp.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-stroke.hgi-sharp.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-stroke.hgi-sharp.hgi-barns:before {
    content: "㳟"
}

.hgi-stroke.hgi-sharp.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-stroke.hgi-sharp.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-stroke.hgi-sharp.hgi-baseball:before {
    content: "㳥"
}

.hgi-stroke.hgi-sharp.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-stroke.hgi-sharp.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-stroke.hgi-sharp.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-stroke.hgi-sharp.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-stroke.hgi-sharp.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-stroke.hgi-sharp.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-stroke.hgi-sharp.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-stroke.hgi-sharp.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-stroke.hgi-sharp.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-stroke.hgi-sharp.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-stroke.hgi-sharp.hgi-battery-full:before {
    content: "㳻"
}

.hgi-stroke.hgi-sharp.hgi-battery-low:before {
    content: "㳽"
}

.hgi-stroke.hgi-sharp.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-stroke.hgi-sharp.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-stroke.hgi-sharp.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-stroke.hgi-sharp.hgi-beach-02:before {
    content: "㴅"
}

.hgi-stroke.hgi-sharp.hgi-beach:before {
    content: "㴇"
}

.hgi-stroke.hgi-sharp.hgi-beater:before {
    content: "㴉"
}

.hgi-stroke.hgi-sharp.hgi-bebo:before {
    content: "㴋"
}

.hgi-stroke.hgi-sharp.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-stroke.hgi-sharp.hgi-bed-double:before {
    content: "㴏"
}

.hgi-stroke.hgi-sharp.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-stroke.hgi-sharp.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-stroke.hgi-sharp.hgi-bed:before {
    content: "㴕"
}

.hgi-stroke.hgi-sharp.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-stroke.hgi-sharp.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-stroke.hgi-sharp.hgi-behance-01:before {
    content: "㴛"
}

.hgi-stroke.hgi-sharp.hgi-behance-02:before {
    content: "㴝"
}

.hgi-stroke.hgi-sharp.hgi-belt:before {
    content: "㴟"
}

.hgi-stroke.hgi-sharp.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-stroke.hgi-sharp.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-stroke.hgi-sharp.hgi-berlin:before {
    content: "㴥"
}

.hgi-stroke.hgi-sharp.hgi-beta:before {
    content: "㴧"
}

.hgi-stroke.hgi-sharp.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-stroke.hgi-sharp.hgi-bicycle:before {
    content: "㴫"
}

.hgi-stroke.hgi-sharp.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-stroke.hgi-sharp.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-stroke.hgi-sharp.hgi-binary-code:before {
    content: "㴱"
}

.hgi-stroke.hgi-sharp.hgi-bing:before {
    content: "㴳"
}

.hgi-stroke.hgi-sharp.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-stroke.hgi-sharp.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-stroke.hgi-sharp.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-stroke.hgi-sharp.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-stroke.hgi-sharp.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-stroke.hgi-sharp.hgi-biscuit:before {
    content: "㴿"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-stroke.hgi-sharp.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-stroke.hgi-sharp.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-stroke.hgi-sharp.hgi-black-hole:before {
    content: "㶥"
}

.hgi-stroke.hgi-sharp.hgi-blend:before {
    content: "㶧"
}

.hgi-stroke.hgi-sharp.hgi-blender:before {
    content: "㶩"
}

.hgi-stroke.hgi-sharp.hgi-block-game:before {
    content: "㶫"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-stroke.hgi-sharp.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-stroke.hgi-sharp.hgi-blocked:before {
    content: "㶻"
}

.hgi-stroke.hgi-sharp.hgi-blogger:before {
    content: "㶽"
}

.hgi-stroke.hgi-sharp.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-stroke.hgi-sharp.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-stroke.hgi-sharp.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-stroke.hgi-sharp.hgi-blood-type:before {
    content: "㷆"
}

.hgi-stroke.hgi-sharp.hgi-blood:before {
    content: "㷇"
}

.hgi-stroke.hgi-sharp.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-stroke.hgi-sharp.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-stroke.hgi-sharp.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-stroke.hgi-sharp.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-stroke.hgi-sharp.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-stroke.hgi-sharp.hgi-blur:before {
    content: "㷓"
}

.hgi-stroke.hgi-sharp.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-stroke.hgi-sharp.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-stroke.hgi-sharp.hgi-board-math:before {
    content: "㷙"
}

.hgi-stroke.hgi-sharp.hgi-boat:before {
    content: "㷛"
}

.hgi-stroke.hgi-sharp.hgi-body-armor:before {
    content: "㷝"
}

.hgi-stroke.hgi-sharp.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-stroke.hgi-sharp.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-stroke.hgi-sharp.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-stroke.hgi-sharp.hgi-body-soap:before {
    content: "㷥"
}

.hgi-stroke.hgi-sharp.hgi-body-weight:before {
    content: "㷧"
}

.hgi-stroke.hgi-sharp.hgi-bomb:before {
    content: "㷩"
}

.hgi-stroke.hgi-sharp.hgi-bone-01:before {
    content: "㷫"
}

.hgi-stroke.hgi-sharp.hgi-bone-02:before {
    content: "㷭"
}

.hgi-stroke.hgi-sharp.hgi-book-01:before {
    content: "㷯"
}

.hgi-stroke.hgi-sharp.hgi-book-02:before {
    content: "㷱"
}

.hgi-stroke.hgi-sharp.hgi-book-03:before {
    content: "㷳"
}

.hgi-stroke.hgi-sharp.hgi-book-04:before {
    content: "㷵"
}

.hgi-stroke.hgi-sharp.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-stroke.hgi-sharp.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-stroke.hgi-sharp.hgi-book-download:before {
    content: "㷻"
}

.hgi-stroke.hgi-sharp.hgi-book-edit:before {
    content: "㷽"
}

.hgi-stroke.hgi-sharp.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-stroke.hgi-sharp.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-stroke.hgi-sharp.hgi-book-upload:before {
    content: "㸃"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-stroke.hgi-sharp.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-stroke.hgi-sharp.hgi-books-01:before {
    content: "㸣"
}

.hgi-stroke.hgi-sharp.hgi-books-02:before {
    content: "㸥"
}

.hgi-stroke.hgi-sharp.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-stroke.hgi-sharp.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-stroke.hgi-sharp.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-stroke.hgi-sharp.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-stroke.hgi-sharp.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-stroke.hgi-sharp.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-stroke.hgi-sharp.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-stroke.hgi-sharp.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-stroke.hgi-sharp.hgi-border-full:before {
    content: "㸷"
}

.hgi-stroke.hgi-sharp.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-stroke.hgi-sharp.hgi-border-inner:before {
    content: "㸻"
}

.hgi-stroke.hgi-sharp.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-stroke.hgi-sharp.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-stroke.hgi-sharp.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-stroke.hgi-sharp.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-stroke.hgi-sharp.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-stroke.hgi-sharp.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-stroke.hgi-sharp.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-stroke.hgi-sharp.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-stroke.hgi-sharp.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-stroke.hgi-sharp.hgi-borobudur:before {
    content: "㹏"
}

.hgi-stroke.hgi-sharp.hgi-bot:before {
    content: "㹑"
}

.hgi-stroke.hgi-sharp.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-stroke.hgi-sharp.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-stroke.hgi-sharp.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-stroke.hgi-sharp.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-stroke.hgi-sharp.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-stroke.hgi-sharp.hgi-bowling:before {
    content: "㹝"
}

.hgi-stroke.hgi-sharp.hgi-boxer:before {
    content: "㹟"
}

.hgi-stroke.hgi-sharp.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-stroke.hgi-sharp.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-stroke.hgi-sharp.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-stroke.hgi-sharp.hgi-brain-01:before {
    content: "㹧"
}

.hgi-stroke.hgi-sharp.hgi-brain-02:before {
    content: "㹩"
}

.hgi-stroke.hgi-sharp.hgi-brain:before {
    content: "㹫"
}

.hgi-stroke.hgi-sharp.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-stroke.hgi-sharp.hgi-bread-01:before {
    content: "㹯"
}

.hgi-stroke.hgi-sharp.hgi-bread-02:before {
    content: "㹱"
}

.hgi-stroke.hgi-sharp.hgi-bread-03:before {
    content: "㹳"
}

.hgi-stroke.hgi-sharp.hgi-bread-04:before {
    content: "㹵"
}

.hgi-stroke.hgi-sharp.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-stroke.hgi-sharp.hgi-bridge:before {
    content: "㹹"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-stroke.hgi-sharp.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-stroke.hgi-sharp.hgi-broccoli:before {
    content: "㺏"
}

.hgi-stroke.hgi-sharp.hgi-brochure:before {
    content: "㺑"
}

.hgi-stroke.hgi-sharp.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-stroke.hgi-sharp.hgi-browser:before {
    content: "㺕"
}

.hgi-stroke.hgi-sharp.hgi-brush:before {
    content: "㺗"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-stroke.hgi-sharp.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-stroke.hgi-sharp.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-stroke.hgi-sharp.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-stroke.hgi-sharp.hgi-bug-01:before {
    content: "㻉"
}

.hgi-stroke.hgi-sharp.hgi-bug-02:before {
    content: "㻋"
}

.hgi-stroke.hgi-sharp.hgi-building-01:before {
    content: "㻍"
}

.hgi-stroke.hgi-sharp.hgi-building-02:before {
    content: "㻏"
}

.hgi-stroke.hgi-sharp.hgi-building-03:before {
    content: "㻑"
}

.hgi-stroke.hgi-sharp.hgi-building-04:before {
    content: "㻓"
}

.hgi-stroke.hgi-sharp.hgi-building-05:before {
    content: "㻕"
}

.hgi-stroke.hgi-sharp.hgi-building-06:before {
    content: "㻗"
}

.hgi-stroke.hgi-sharp.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-stroke.hgi-sharp.hgi-bulb:before {
    content: "㻛"
}

.hgi-stroke.hgi-sharp.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-stroke.hgi-sharp.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-stroke.hgi-sharp.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-stroke.hgi-sharp.hgi-bus-01:before {
    content: "㻣"
}

.hgi-stroke.hgi-sharp.hgi-bus-02:before {
    content: "㻥"
}

.hgi-stroke.hgi-sharp.hgi-bus-03:before {
    content: "㻧"
}

.hgi-stroke.hgi-sharp.hgi-c-programming:before {
    content: "㻩"
}

.hgi-stroke.hgi-sharp.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-stroke.hgi-sharp.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-stroke.hgi-sharp.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-stroke.hgi-sharp.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-stroke.hgi-sharp.hgi-cable-car:before {
    content: "㻳"
}

.hgi-stroke.hgi-sharp.hgi-cactus:before {
    content: "㻵"
}

.hgi-stroke.hgi-sharp.hgi-caduceus:before {
    content: "㻷"
}

.hgi-stroke.hgi-sharp.hgi-cafe:before {
    content: "㻹"
}

.hgi-stroke.hgi-sharp.hgi-calculate:before {
    content: "㻻"
}

.hgi-stroke.hgi-sharp.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-stroke.hgi-sharp.hgi-calculator:before {
    content: "㻿"
}

.hgi-stroke.hgi-sharp.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-stroke.hgi-sharp.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-stroke.hgi-sharp.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-stroke.hgi-sharp.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-stroke.hgi-sharp.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-stroke.hgi-sharp.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-stroke.hgi-sharp.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-stroke.hgi-sharp.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-stroke.hgi-sharp.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-stroke.hgi-sharp.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-stroke.hgi-sharp.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-stroke.hgi-sharp.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-stroke.hgi-sharp.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-stroke.hgi-sharp.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-stroke.hgi-sharp.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-stroke.hgi-sharp.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-stroke.hgi-sharp.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-stroke.hgi-sharp.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-stroke.hgi-sharp.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-stroke.hgi-sharp.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-stroke.hgi-sharp.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-stroke.hgi-sharp.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-stroke.hgi-sharp.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-stroke.hgi-sharp.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-stroke.hgi-sharp.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-stroke.hgi-sharp.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-stroke.hgi-sharp.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-stroke.hgi-sharp.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-stroke.hgi-sharp.hgi-call-02:before {
    content: "㼹"
}

.hgi-stroke.hgi-sharp.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-stroke.hgi-sharp.hgi-call-add:before {
    content: "㼽"
}

.hgi-stroke.hgi-sharp.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-stroke.hgi-sharp.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-stroke.hgi-sharp.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-stroke.hgi-sharp.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-stroke.hgi-sharp.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-stroke.hgi-sharp.hgi-call-done:before {
    content: "㽉"
}

.hgi-stroke.hgi-sharp.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-stroke.hgi-sharp.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-stroke.hgi-sharp.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-stroke.hgi-sharp.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-stroke.hgi-sharp.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-stroke.hgi-sharp.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-stroke.hgi-sharp.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-stroke.hgi-sharp.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-stroke.hgi-sharp.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-stroke.hgi-sharp.hgi-call-internal:before {
    content: "㽝"
}

.hgi-stroke.hgi-sharp.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-stroke.hgi-sharp.hgi-call-locked:before {
    content: "㽡"
}

.hgi-stroke.hgi-sharp.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-stroke.hgi-sharp.hgi-call-minus:before {
    content: "㽥"
}

.hgi-stroke.hgi-sharp.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-stroke.hgi-sharp.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-stroke.hgi-sharp.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-stroke.hgi-sharp.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-stroke.hgi-sharp.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-stroke.hgi-sharp.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-stroke.hgi-sharp.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-stroke.hgi-sharp.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-stroke.hgi-sharp.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-stroke.hgi-sharp.hgi-call-paused:before {
    content: "㽹"
}

.hgi-stroke.hgi-sharp.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-stroke.hgi-sharp.hgi-call-received:before {
    content: "㽽"
}

.hgi-stroke.hgi-sharp.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-stroke.hgi-sharp.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-stroke.hgi-sharp.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-stroke.hgi-sharp.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-stroke.hgi-sharp.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-stroke.hgi-sharp.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-stroke.hgi-sharp.hgi-call:before {
    content: "㾋"
}

.hgi-stroke.hgi-sharp.hgi-calling-02:before {
    content: "㾍"
}

.hgi-stroke.hgi-sharp.hgi-calling:before {
    content: "㾏"
}

.hgi-stroke.hgi-sharp.hgi-camel:before {
    content: "㾑"
}

.hgi-stroke.hgi-sharp.hgi-camera-01:before {
    content: "㾓"
}

.hgi-stroke.hgi-sharp.hgi-camera-02:before {
    content: "㾕"
}

.hgi-stroke.hgi-sharp.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-stroke.hgi-sharp.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-stroke.hgi-sharp.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-stroke.hgi-sharp.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-stroke.hgi-sharp.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-stroke.hgi-sharp.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-stroke.hgi-sharp.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-stroke.hgi-sharp.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-stroke.hgi-sharp.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-stroke.hgi-sharp.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-stroke.hgi-sharp.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-stroke.hgi-sharp.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-stroke.hgi-sharp.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-stroke.hgi-sharp.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-stroke.hgi-sharp.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-stroke.hgi-sharp.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-stroke.hgi-sharp.hgi-camera-video:before {
    content: "㾷"
}

.hgi-stroke.hgi-sharp.hgi-camper:before {
    content: "㾹"
}

.hgi-stroke.hgi-sharp.hgi-campfire:before {
    content: "㾻"
}

.hgi-stroke.hgi-sharp.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-stroke.hgi-sharp.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-stroke.hgi-sharp.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-stroke.hgi-sharp.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-stroke.hgi-sharp.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-stroke.hgi-sharp.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-stroke.hgi-sharp.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-stroke.hgi-sharp.hgi-canvas:before {
    content: "㿋"
}

.hgi-stroke.hgi-sharp.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-stroke.hgi-sharp.hgi-cap-round:before {
    content: "㿏"
}

.hgi-stroke.hgi-sharp.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-stroke.hgi-sharp.hgi-cap:before {
    content: "㿓"
}

.hgi-stroke.hgi-sharp.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-stroke.hgi-sharp.hgi-capcut:before {
    content: "㿗"
}

.hgi-stroke.hgi-sharp.hgi-car-01:before {
    content: "㿙"
}

.hgi-stroke.hgi-sharp.hgi-car-02:before {
    content: "㿛"
}

.hgi-stroke.hgi-sharp.hgi-car-03:before {
    content: "㿝"
}

.hgi-stroke.hgi-sharp.hgi-car-04:before {
    content: "㿟"
}

.hgi-stroke.hgi-sharp.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-stroke.hgi-sharp.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-stroke.hgi-sharp.hgi-caravan:before {
    content: "㿥"
}

.hgi-stroke.hgi-sharp.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-stroke.hgi-sharp.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-stroke.hgi-sharp.hgi-cardigan:before {
    content: "㿫"
}

.hgi-stroke.hgi-sharp.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-stroke.hgi-sharp.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-stroke.hgi-sharp.hgi-cards-01:before {
    content: "㿱"
}

.hgi-stroke.hgi-sharp.hgi-cards-02:before {
    content: "㿳"
}

.hgi-stroke.hgi-sharp.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-stroke.hgi-sharp.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-stroke.hgi-sharp.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-stroke.hgi-sharp.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-stroke.hgi-sharp.hgi-carrot:before {
    content: "㿽"
}

.hgi-stroke.hgi-sharp.hgi-cash-01:before {
    content: "㿿"
}

.hgi-stroke.hgi-sharp.hgi-cash-02:before {
    content: "䀁"
}

.hgi-stroke.hgi-sharp.hgi-cashback:before {
    content: "䀃"
}

.hgi-stroke.hgi-sharp.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-stroke.hgi-sharp.hgi-cashier:before {
    content: "䀇"
}

.hgi-stroke.hgi-sharp.hgi-castle-01:before {
    content: "䀉"
}

.hgi-stroke.hgi-sharp.hgi-castle-02:before {
    content: "䀋"
}

.hgi-stroke.hgi-sharp.hgi-castle:before {
    content: "䀍"
}

.hgi-stroke.hgi-sharp.hgi-catalogue:before {
    content: "䀏"
}

.hgi-stroke.hgi-sharp.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-stroke.hgi-sharp.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-stroke.hgi-sharp.hgi-cd:before {
    content: "䀕"
}

.hgi-stroke.hgi-sharp.hgi-cells:before {
    content: "䀗"
}

.hgi-stroke.hgi-sharp.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-stroke.hgi-sharp.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-stroke.hgi-sharp.hgi-celsius:before {
    content: "䀝"
}

.hgi-stroke.hgi-sharp.hgi-center-focus:before {
    content: "䀟"
}

.hgi-stroke.hgi-sharp.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-stroke.hgi-sharp.hgi-centralized:before {
    content: "䀣"
}

.hgi-stroke.hgi-sharp.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-stroke.hgi-sharp.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-stroke.hgi-sharp.hgi-chair-01:before {
    content: "䀩"
}

.hgi-stroke.hgi-sharp.hgi-chair-02:before {
    content: "䀫"
}

.hgi-stroke.hgi-sharp.hgi-chair-03:before {
    content: "䀭"
}

.hgi-stroke.hgi-sharp.hgi-chair-04:before {
    content: "䀯"
}

.hgi-stroke.hgi-sharp.hgi-chair-05:before {
    content: "䀱"
}

.hgi-stroke.hgi-sharp.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-stroke.hgi-sharp.hgi-champion:before {
    content: "䀵"
}

.hgi-stroke.hgi-sharp.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-stroke.hgi-sharp.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-stroke.hgi-sharp.hgi-charity:before {
    content: "䀻"
}

.hgi-stroke.hgi-sharp.hgi-chart-average:before {
    content: "䀽"
}

.hgi-stroke.hgi-sharp.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-stroke.hgi-sharp.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-stroke.hgi-sharp.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-stroke.hgi-sharp.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-stroke.hgi-sharp.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-stroke.hgi-sharp.hgi-chart-column:before {
    content: "䁉"
}

.hgi-stroke.hgi-sharp.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-stroke.hgi-sharp.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-stroke.hgi-sharp.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-stroke.hgi-sharp.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-stroke.hgi-sharp.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-stroke.hgi-sharp.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-stroke.hgi-sharp.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-stroke.hgi-sharp.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-stroke.hgi-sharp.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-stroke.hgi-sharp.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-stroke.hgi-sharp.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-stroke.hgi-sharp.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-stroke.hgi-sharp.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-stroke.hgi-sharp.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-stroke.hgi-sharp.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-stroke.hgi-sharp.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-stroke.hgi-sharp.hgi-chart:before {
    content: "䁫"
}

.hgi-stroke.hgi-sharp.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-stroke.hgi-sharp.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-stroke.hgi-sharp.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-stroke.hgi-sharp.hgi-check-list:before {
    content: "䁳"
}

.hgi-stroke.hgi-sharp.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-stroke.hgi-sharp.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-stroke.hgi-sharp.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-stroke.hgi-sharp.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-stroke.hgi-sharp.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-stroke.hgi-sharp.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-stroke.hgi-sharp.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-stroke.hgi-sharp.hgi-cheese:before {
    content: "䂙"
}

.hgi-stroke.hgi-sharp.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-stroke.hgi-sharp.hgi-chef:before {
    content: "䂝"
}

.hgi-stroke.hgi-sharp.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-stroke.hgi-sharp.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-stroke.hgi-sharp.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-stroke.hgi-sharp.hgi-cherry:before {
    content: "䂥"
}

.hgi-stroke.hgi-sharp.hgi-chess-01:before {
    content: "䂧"
}

.hgi-stroke.hgi-sharp.hgi-chess-02:before {
    content: "䂩"
}

.hgi-stroke.hgi-sharp.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-stroke.hgi-sharp.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-stroke.hgi-sharp.hgi-chimney:before {
    content: "䂯"
}

.hgi-stroke.hgi-sharp.hgi-china-temple:before {
    content: "䂱"
}

.hgi-stroke.hgi-sharp.hgi-chip-02:before {
    content: "䂳"
}

.hgi-stroke.hgi-sharp.hgi-chip:before {
    content: "䂵"
}

.hgi-stroke.hgi-sharp.hgi-chocolate:before {
    content: "䂷"
}

.hgi-stroke.hgi-sharp.hgi-chrome:before {
    content: "䂹"
}

.hgi-stroke.hgi-sharp.hgi-chrysler:before {
    content: "䂻"
}

.hgi-stroke.hgi-sharp.hgi-church:before {
    content: "䂽"
}

.hgi-stroke.hgi-sharp.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-stroke.hgi-sharp.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-stroke.hgi-sharp.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-stroke.hgi-sharp.hgi-circle-password:before {
    content: "䄧"
}

.hgi-stroke.hgi-sharp.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-stroke.hgi-sharp.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-stroke.hgi-sharp.hgi-circle:before {
    content: "䄭"
}

.hgi-stroke.hgi-sharp.hgi-city-01:before {
    content: "䄯"
}

.hgi-stroke.hgi-sharp.hgi-city-02:before {
    content: "䄱"
}

.hgi-stroke.hgi-sharp.hgi-city-03:before {
    content: "䄳"
}

.hgi-stroke.hgi-sharp.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-stroke.hgi-sharp.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-stroke.hgi-sharp.hgi-clean:before {
    content: "䄹"
}

.hgi-stroke.hgi-sharp.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-stroke.hgi-sharp.hgi-clinic:before {
    content: "䄽"
}

.hgi-stroke.hgi-sharp.hgi-clip:before {
    content: "䄿"
}

.hgi-stroke.hgi-sharp.hgi-clipboard:before {
    content: "䅁"
}

.hgi-stroke.hgi-sharp.hgi-clock-01:before {
    content: "䅃"
}

.hgi-stroke.hgi-sharp.hgi-clock-02:before {
    content: "䅅"
}

.hgi-stroke.hgi-sharp.hgi-clock-03:before {
    content: "䅇"
}

.hgi-stroke.hgi-sharp.hgi-clock-04:before {
    content: "䅉"
}

.hgi-stroke.hgi-sharp.hgi-clock-05:before {
    content: "䅋"
}

.hgi-stroke.hgi-sharp.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-stroke.hgi-sharp.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-stroke.hgi-sharp.hgi-clothes:before {
    content: "䅑"
}

.hgi-stroke.hgi-sharp.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-stroke.hgi-sharp.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-stroke.hgi-sharp.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-stroke.hgi-sharp.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-stroke.hgi-sharp.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-stroke.hgi-sharp.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-stroke.hgi-sharp.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-stroke.hgi-sharp.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-stroke.hgi-sharp.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-stroke.hgi-sharp.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-stroke.hgi-sharp.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-stroke.hgi-sharp.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-stroke.hgi-sharp.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-stroke.hgi-sharp.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-stroke.hgi-sharp.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-stroke.hgi-sharp.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-stroke.hgi-sharp.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-stroke.hgi-sharp.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-stroke.hgi-sharp.hgi-cloud:before {
    content: "䅷"
}

.hgi-stroke.hgi-sharp.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-stroke.hgi-sharp.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-stroke.hgi-sharp.hgi-co-present:before {
    content: "䅽"
}

.hgi-stroke.hgi-sharp.hgi-code-circle:before {
    content: "䅿"
}

.hgi-stroke.hgi-sharp.hgi-code-folder:before {
    content: "䆁"
}

.hgi-stroke.hgi-sharp.hgi-code-square:before {
    content: "䆄"
}

.hgi-stroke.hgi-sharp.hgi-code:before {
    content: "䆅"
}

.hgi-stroke.hgi-sharp.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-stroke.hgi-sharp.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-stroke.hgi-sharp.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-stroke.hgi-sharp.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-stroke.hgi-sharp.hgi-coins-01:before {
    content: "䆏"
}

.hgi-stroke.hgi-sharp.hgi-coins-02:before {
    content: "䆑"
}

.hgi-stroke.hgi-sharp.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-stroke.hgi-sharp.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-stroke.hgi-sharp.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-stroke.hgi-sharp.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-stroke.hgi-sharp.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-stroke.hgi-sharp.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-stroke.hgi-sharp.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-stroke.hgi-sharp.hgi-color-picker:before {
    content: "䆡"
}

.hgi-stroke.hgi-sharp.hgi-colors:before {
    content: "䆣"
}

.hgi-stroke.hgi-sharp.hgi-colosseum:before {
    content: "䆥"
}

.hgi-stroke.hgi-sharp.hgi-column-delete:before {
    content: "䆧"
}

.hgi-stroke.hgi-sharp.hgi-column-insert:before {
    content: "䆩"
}

.hgi-stroke.hgi-sharp.hgi-comet-01:before {
    content: "䆫"
}

.hgi-stroke.hgi-sharp.hgi-comet-02:before {
    content: "䆭"
}

.hgi-stroke.hgi-sharp.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-stroke.hgi-sharp.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-stroke.hgi-sharp.hgi-command-line:before {
    content: "䆳"
}

.hgi-stroke.hgi-sharp.hgi-command:before {
    content: "䆵"
}

.hgi-stroke.hgi-sharp.hgi-comment-01:before {
    content: "䆷"
}

.hgi-stroke.hgi-sharp.hgi-comment-02:before {
    content: "䆹"
}

.hgi-stroke.hgi-sharp.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-stroke.hgi-sharp.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-stroke.hgi-sharp.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-stroke.hgi-sharp.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-stroke.hgi-sharp.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-stroke.hgi-sharp.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-stroke.hgi-sharp.hgi-compass-01:before {
    content: "䇇"
}

.hgi-stroke.hgi-sharp.hgi-compass:before {
    content: "䇉"
}

.hgi-stroke.hgi-sharp.hgi-complaint:before {
    content: "䇋"
}

.hgi-stroke.hgi-sharp.hgi-computer-add:before {
    content: "䇍"
}

.hgi-stroke.hgi-sharp.hgi-computer-check:before {
    content: "䇏"
}

.hgi-stroke.hgi-sharp.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-stroke.hgi-sharp.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-stroke.hgi-sharp.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-stroke.hgi-sharp.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-stroke.hgi-sharp.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-stroke.hgi-sharp.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-stroke.hgi-sharp.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-stroke.hgi-sharp.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-stroke.hgi-sharp.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-stroke.hgi-sharp.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-stroke.hgi-sharp.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-stroke.hgi-sharp.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-stroke.hgi-sharp.hgi-computer-video:before {
    content: "䇪"
}

.hgi-stroke.hgi-sharp.hgi-computer:before {
    content: "䇫"
}

.hgi-stroke.hgi-sharp.hgi-cone-01:before {
    content: "䇭"
}

.hgi-stroke.hgi-sharp.hgi-cone-02:before {
    content: "䇯"
}

.hgi-stroke.hgi-sharp.hgi-conference:before {
    content: "䇱"
}

.hgi-stroke.hgi-sharp.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-stroke.hgi-sharp.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-stroke.hgi-sharp.hgi-confused:before {
    content: "䇷"
}

.hgi-stroke.hgi-sharp.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-stroke.hgi-sharp.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-stroke.hgi-sharp.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-stroke.hgi-sharp.hgi-connect:before {
    content: "䇿"
}

.hgi-stroke.hgi-sharp.hgi-console:before {
    content: "䈁"
}

.hgi-stroke.hgi-sharp.hgi-constellation:before {
    content: "䈃"
}

.hgi-stroke.hgi-sharp.hgi-contact-01:before {
    content: "䈅"
}

.hgi-stroke.hgi-sharp.hgi-contact-02:before {
    content: "䈇"
}

.hgi-stroke.hgi-sharp.hgi-contact-book:before {
    content: "䈉"
}

.hgi-stroke.hgi-sharp.hgi-contact:before {
    content: "䈋"
}

.hgi-stroke.hgi-sharp.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-stroke.hgi-sharp.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-stroke.hgi-sharp.hgi-container-truck:before {
    content: "䈑"
}

.hgi-stroke.hgi-sharp.hgi-contracts:before {
    content: "䈓"
}

.hgi-stroke.hgi-sharp.hgi-conversation:before {
    content: "䈕"
}

.hgi-stroke.hgi-sharp.hgi-cook-book:before {
    content: "䈗"
}

.hgi-stroke.hgi-sharp.hgi-cookie:before {
    content: "䈙"
}

.hgi-stroke.hgi-sharp.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-stroke.hgi-sharp.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-stroke.hgi-sharp.hgi-copilot:before {
    content: "䈟"
}

.hgi-stroke.hgi-sharp.hgi-copy-01:before {
    content: "䈡"
}

.hgi-stroke.hgi-sharp.hgi-copy-02:before {
    content: "䈣"
}

.hgi-stroke.hgi-sharp.hgi-copy-link:before {
    content: "䈥"
}

.hgi-stroke.hgi-sharp.hgi-copyright:before {
    content: "䈧"
}

.hgi-stroke.hgi-sharp.hgi-corn:before {
    content: "䈩"
}

.hgi-stroke.hgi-sharp.hgi-corporate:before {
    content: "䈫"
}

.hgi-stroke.hgi-sharp.hgi-cos:before {
    content: "䈭"
}

.hgi-stroke.hgi-sharp.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-stroke.hgi-sharp.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-stroke.hgi-sharp.hgi-cottage:before {
    content: "䈳"
}

.hgi-stroke.hgi-sharp.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-stroke.hgi-sharp.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-stroke.hgi-sharp.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-stroke.hgi-sharp.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-stroke.hgi-sharp.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-stroke.hgi-sharp.hgi-course:before {
    content: "䈿"
}

.hgi-stroke.hgi-sharp.hgi-court-house:before {
    content: "䉁"
}

.hgi-stroke.hgi-sharp.hgi-court-law:before {
    content: "䉃"
}

.hgi-stroke.hgi-sharp.hgi-covariate:before {
    content: "䉅"
}

.hgi-stroke.hgi-sharp.hgi-covid-info:before {
    content: "䉇"
}

.hgi-stroke.hgi-sharp.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-stroke.hgi-sharp.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-stroke.hgi-sharp.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-stroke.hgi-sharp.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-stroke.hgi-sharp.hgi-cpu:before {
    content: "䉑"
}

.hgi-stroke.hgi-sharp.hgi-crab:before {
    content: "䉓"
}

.hgi-stroke.hgi-sharp.hgi-crane:before {
    content: "䉕"
}

.hgi-stroke.hgi-sharp.hgi-crazy:before {
    content: "䉗"
}

.hgi-stroke.hgi-sharp.hgi-creative-market:before {
    content: "䉙"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-stroke.hgi-sharp.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-stroke.hgi-sharp.hgi-credit-card:before {
    content: "䉭"
}

.hgi-stroke.hgi-sharp.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-stroke.hgi-sharp.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-stroke.hgi-sharp.hgi-croissant:before {
    content: "䉳"
}

.hgi-stroke.hgi-sharp.hgi-crop:before {
    content: "䉵"
}

.hgi-stroke.hgi-sharp.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-stroke.hgi-sharp.hgi-crown:before {
    content: "䉹"
}

.hgi-stroke.hgi-sharp.hgi-crying:before {
    content: "䉻"
}

.hgi-stroke.hgi-sharp.hgi-csv-01:before {
    content: "䉽"
}

.hgi-stroke.hgi-sharp.hgi-csv-02:before {
    content: "䉿"
}

.hgi-stroke.hgi-sharp.hgi-cube:before {
    content: "䊁"
}

.hgi-stroke.hgi-sharp.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-stroke.hgi-sharp.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-stroke.hgi-sharp.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-stroke.hgi-sharp.hgi-curling:before {
    content: "䊉"
}

.hgi-stroke.hgi-sharp.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-stroke.hgi-sharp.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-stroke.hgi-sharp.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-stroke.hgi-sharp.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-stroke.hgi-sharp.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-stroke.hgi-sharp.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-stroke.hgi-sharp.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-stroke.hgi-sharp.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-stroke.hgi-sharp.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-stroke.hgi-sharp.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-stroke.hgi-sharp.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-stroke.hgi-sharp.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-stroke.hgi-sharp.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-stroke.hgi-sharp.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-stroke.hgi-sharp.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-stroke.hgi-sharp.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-stroke.hgi-sharp.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-stroke.hgi-sharp.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-stroke.hgi-sharp.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-stroke.hgi-sharp.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-stroke.hgi-sharp.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-stroke.hgi-sharp.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-stroke.hgi-sharp.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-stroke.hgi-sharp.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-stroke.hgi-sharp.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-stroke.hgi-sharp.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-stroke.hgi-sharp.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-stroke.hgi-sharp.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-stroke.hgi-sharp.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-stroke.hgi-sharp.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-stroke.hgi-sharp.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-stroke.hgi-sharp.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-stroke.hgi-sharp.hgi-curtains:before {
    content: "䋋"
}

.hgi-stroke.hgi-sharp.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-stroke.hgi-sharp.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-stroke.hgi-sharp.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-stroke.hgi-sharp.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-stroke.hgi-sharp.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-stroke.hgi-sharp.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-stroke.hgi-sharp.hgi-customer-service:before {
    content: "䋙"
}

.hgi-stroke.hgi-sharp.hgi-customer-support:before {
    content: "䋛"
}

.hgi-stroke.hgi-sharp.hgi-customize:before {
    content: "䋝"
}

.hgi-stroke.hgi-sharp.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-stroke.hgi-sharp.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-stroke.hgi-sharp.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-stroke.hgi-sharp.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-stroke.hgi-sharp.hgi-danger:before {
    content: "䋧"
}

.hgi-stroke.hgi-sharp.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-stroke.hgi-sharp.hgi-dart:before {
    content: "䋫"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-stroke.hgi-sharp.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-stroke.hgi-sharp.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-stroke.hgi-sharp.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-stroke.hgi-sharp.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-stroke.hgi-sharp.hgi-database-01:before {
    content: "䌑"
}

.hgi-stroke.hgi-sharp.hgi-database-02:before {
    content: "䌓"
}

.hgi-stroke.hgi-sharp.hgi-database-add:before {
    content: "䌕"
}

.hgi-stroke.hgi-sharp.hgi-database-export:before {
    content: "䌗"
}

.hgi-stroke.hgi-sharp.hgi-database-import:before {
    content: "䌙"
}

.hgi-stroke.hgi-sharp.hgi-database-locked:before {
    content: "䌛"
}

.hgi-stroke.hgi-sharp.hgi-database-restore:before {
    content: "䌝"
}

.hgi-stroke.hgi-sharp.hgi-database-setting:before {
    content: "䌠"
}

.hgi-stroke.hgi-sharp.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-stroke.hgi-sharp.hgi-database-sync:before {
    content: "䌤"
}

.hgi-stroke.hgi-sharp.hgi-database:before {
    content: "䌥"
}

.hgi-stroke.hgi-sharp.hgi-dates:before {
    content: "䌧"
}

.hgi-stroke.hgi-sharp.hgi-dead:before {
    content: "䌩"
}

.hgi-stroke.hgi-sharp.hgi-delete-01:before {
    content: "䌫"
}

.hgi-stroke.hgi-sharp.hgi-delete-02:before {
    content: "䌭"
}

.hgi-stroke.hgi-sharp.hgi-delete-03:before {
    content: "䌯"
}

.hgi-stroke.hgi-sharp.hgi-delete-04:before {
    content: "䌱"
}

.hgi-stroke.hgi-sharp.hgi-delete-column:before {
    content: "䌳"
}

.hgi-stroke.hgi-sharp.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-stroke.hgi-sharp.hgi-delete-row:before {
    content: "䌷"
}

.hgi-stroke.hgi-sharp.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-stroke.hgi-sharp.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-stroke.hgi-sharp.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-stroke.hgi-sharp.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-stroke.hgi-sharp.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-stroke.hgi-sharp.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-stroke.hgi-sharp.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-stroke.hgi-sharp.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-stroke.hgi-sharp.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-stroke.hgi-sharp.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-stroke.hgi-sharp.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-stroke.hgi-sharp.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-stroke.hgi-sharp.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-stroke.hgi-sharp.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-stroke.hgi-sharp.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-stroke.hgi-sharp.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-stroke.hgi-sharp.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-stroke.hgi-sharp.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-stroke.hgi-sharp.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-stroke.hgi-sharp.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-stroke.hgi-sharp.hgi-dental-care:before {
    content: "䍡"
}

.hgi-stroke.hgi-sharp.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-stroke.hgi-sharp.hgi-departement:before {
    content: "䍥"
}

.hgi-stroke.hgi-sharp.hgi-desert:before {
    content: "䍧"
}

.hgi-stroke.hgi-sharp.hgi-desk-01:before {
    content: "䍩"
}

.hgi-stroke.hgi-sharp.hgi-desk-02:before {
    content: "䍫"
}

.hgi-stroke.hgi-sharp.hgi-desk:before {
    content: "䍭"
}

.hgi-stroke.hgi-sharp.hgi-developer:before {
    content: "䍯"
}

.hgi-stroke.hgi-sharp.hgi-deviantart:before {
    content: "䍱"
}

.hgi-stroke.hgi-sharp.hgi-device-access:before {
    content: "䍳"
}

.hgi-stroke.hgi-sharp.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-stroke.hgi-sharp.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-stroke.hgi-sharp.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-stroke.hgi-sharp.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-stroke.hgi-sharp.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-stroke.hgi-sharp.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-stroke.hgi-sharp.hgi-diameter:before {
    content: "䎁"
}

.hgi-stroke.hgi-sharp.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-stroke.hgi-sharp.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-stroke.hgi-sharp.hgi-diamond:before {
    content: "䎇"
}

.hgi-stroke.hgi-sharp.hgi-diaper:before {
    content: "䎉"
}

.hgi-stroke.hgi-sharp.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-stroke.hgi-sharp.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-stroke.hgi-sharp.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-stroke.hgi-sharp.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-stroke.hgi-sharp.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-stroke.hgi-sharp.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-stroke.hgi-sharp.hgi-dice:before {
    content: "䎗"
}

.hgi-stroke.hgi-sharp.hgi-digestion:before {
    content: "䎙"
}

.hgi-stroke.hgi-sharp.hgi-digg:before {
    content: "䎛"
}

.hgi-stroke.hgi-sharp.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-stroke.hgi-sharp.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-stroke.hgi-sharp.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-stroke.hgi-sharp.hgi-dining-table:before {
    content: "䎣"
}

.hgi-stroke.hgi-sharp.hgi-diploma:before {
    content: "䎥"
}

.hgi-stroke.hgi-sharp.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-stroke.hgi-sharp.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-stroke.hgi-sharp.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-stroke.hgi-sharp.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-stroke.hgi-sharp.hgi-directions-01:before {
    content: "䎯"
}

.hgi-stroke.hgi-sharp.hgi-directions-02:before {
    content: "䎱"
}

.hgi-stroke.hgi-sharp.hgi-dirham:before {
    content: "䎳"
}

.hgi-stroke.hgi-sharp.hgi-disability-01:before {
    content: "䎵"
}

.hgi-stroke.hgi-sharp.hgi-disability-02:before {
    content: "䎷"
}

.hgi-stroke.hgi-sharp.hgi-discord:before {
    content: "䎹"
}

.hgi-stroke.hgi-sharp.hgi-discount-01:before {
    content: "䎻"
}

.hgi-stroke.hgi-sharp.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-stroke.hgi-sharp.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-stroke.hgi-sharp.hgi-discount:before {
    content: "䏁"
}

.hgi-stroke.hgi-sharp.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-stroke.hgi-sharp.hgi-discover-square:before {
    content: "䏅"
}

.hgi-stroke.hgi-sharp.hgi-dish-01:before {
    content: "䏇"
}

.hgi-stroke.hgi-sharp.hgi-dish-02:before {
    content: "䏉"
}

.hgi-stroke.hgi-sharp.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-stroke.hgi-sharp.hgi-displeased:before {
    content: "䏍"
}

.hgi-stroke.hgi-sharp.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-stroke.hgi-sharp.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-stroke.hgi-sharp.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-stroke.hgi-sharp.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-stroke.hgi-sharp.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-stroke.hgi-sharp.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-stroke.hgi-sharp.hgi-distribution:before {
    content: "䏛"
}

.hgi-stroke.hgi-sharp.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-stroke.hgi-sharp.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-stroke.hgi-sharp.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-stroke.hgi-sharp.hgi-dna-01:before {
    content: "䏣"
}

.hgi-stroke.hgi-sharp.hgi-dna:before {
    content: "䏥"
}

.hgi-stroke.hgi-sharp.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-stroke.hgi-sharp.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-stroke.hgi-sharp.hgi-doc-01:before {
    content: "䏫"
}

.hgi-stroke.hgi-sharp.hgi-doc-02:before {
    content: "䏭"
}

.hgi-stroke.hgi-sharp.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-stroke.hgi-sharp.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-stroke.hgi-sharp.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-stroke.hgi-sharp.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-stroke.hgi-sharp.hgi-document-code:before {
    content: "䏷"
}

.hgi-stroke.hgi-sharp.hgi-document-validation:before {
    content: "䏹"
}

.hgi-stroke.hgi-sharp.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-stroke.hgi-sharp.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-stroke.hgi-sharp.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-stroke.hgi-sharp.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-stroke.hgi-sharp.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-stroke.hgi-sharp.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-stroke.hgi-sharp.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-stroke.hgi-sharp.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-stroke.hgi-sharp.hgi-dome:before {
    content: "䐋"
}

.hgi-stroke.hgi-sharp.hgi-domino:before {
    content: "䐍"
}

.hgi-stroke.hgi-sharp.hgi-door-01:before {
    content: "䐏"
}

.hgi-stroke.hgi-sharp.hgi-door-02:before {
    content: "䐑"
}

.hgi-stroke.hgi-sharp.hgi-door-lock:before {
    content: "䐓"
}

.hgi-stroke.hgi-sharp.hgi-door:before {
    content: "䐕"
}

.hgi-stroke.hgi-sharp.hgi-doughnut:before {
    content: "䐗"
}

.hgi-stroke.hgi-sharp.hgi-download-01:before {
    content: "䐙"
}

.hgi-stroke.hgi-sharp.hgi-download-02:before {
    content: "䐛"
}

.hgi-stroke.hgi-sharp.hgi-download-03:before {
    content: "䐝"
}

.hgi-stroke.hgi-sharp.hgi-download-04:before {
    content: "䐟"
}

.hgi-stroke.hgi-sharp.hgi-download-05:before {
    content: "䐡"
}

.hgi-stroke.hgi-sharp.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-stroke.hgi-sharp.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-stroke.hgi-sharp.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-stroke.hgi-sharp.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-stroke.hgi-sharp.hgi-drag-01:before {
    content: "䐫"
}

.hgi-stroke.hgi-sharp.hgi-drag-02:before {
    content: "䐭"
}

.hgi-stroke.hgi-sharp.hgi-drag-03:before {
    content: "䐯"
}

.hgi-stroke.hgi-sharp.hgi-drag-04:before {
    content: "䐱"
}

.hgi-stroke.hgi-sharp.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-stroke.hgi-sharp.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-stroke.hgi-sharp.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-stroke.hgi-sharp.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-stroke.hgi-sharp.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-stroke.hgi-sharp.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-stroke.hgi-sharp.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-stroke.hgi-sharp.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-stroke.hgi-sharp.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-stroke.hgi-sharp.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-stroke.hgi-sharp.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-stroke.hgi-sharp.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-stroke.hgi-sharp.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-stroke.hgi-sharp.hgi-dress-01:before {
    content: "䑍"
}

.hgi-stroke.hgi-sharp.hgi-dress-02:before {
    content: "䑏"
}

.hgi-stroke.hgi-sharp.hgi-dress-03:before {
    content: "䑑"
}

.hgi-stroke.hgi-sharp.hgi-dress-04:before {
    content: "䑓"
}

.hgi-stroke.hgi-sharp.hgi-dress-05:before {
    content: "䑕"
}

.hgi-stroke.hgi-sharp.hgi-dress-06:before {
    content: "䑗"
}

.hgi-stroke.hgi-sharp.hgi-dress-07:before {
    content: "䑙"
}

.hgi-stroke.hgi-sharp.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-stroke.hgi-sharp.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-stroke.hgi-sharp.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-stroke.hgi-sharp.hgi-dribbble:before {
    content: "䑡"
}

.hgi-stroke.hgi-sharp.hgi-drink:before {
    content: "䑣"
}

.hgi-stroke.hgi-sharp.hgi-drone:before {
    content: "䑥"
}

.hgi-stroke.hgi-sharp.hgi-drooling:before {
    content: "䑧"
}

.hgi-stroke.hgi-sharp.hgi-dropbox:before {
    content: "䑩"
}

.hgi-stroke.hgi-sharp.hgi-droplet:before {
    content: "䑫"
}

.hgi-stroke.hgi-sharp.hgi-dropper:before {
    content: "䑭"
}

.hgi-stroke.hgi-sharp.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-stroke.hgi-sharp.hgi-dua:before {
    content: "䑱"
}

.hgi-stroke.hgi-sharp.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-stroke.hgi-sharp.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-stroke.hgi-sharp.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-stroke.hgi-sharp.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-stroke.hgi-sharp.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-stroke.hgi-sharp.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-stroke.hgi-sharp.hgi-ear:before {
    content: "䑿"
}

.hgi-stroke.hgi-sharp.hgi-earth:before {
    content: "䒁"
}

.hgi-stroke.hgi-sharp.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-stroke.hgi-sharp.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-stroke.hgi-sharp.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-stroke.hgi-sharp.hgi-ease-in:before {
    content: "䒉"
}

.hgi-stroke.hgi-sharp.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-stroke.hgi-sharp.hgi-ease-out:before {
    content: "䒍"
}

.hgi-stroke.hgi-sharp.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-stroke.hgi-sharp.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-stroke.hgi-sharp.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-stroke.hgi-sharp.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-stroke.hgi-sharp.hgi-eco-power:before {
    content: "䒗"
}

.hgi-stroke.hgi-sharp.hgi-edge-style:before {
    content: "䒙"
}

.hgi-stroke.hgi-sharp.hgi-edit-01:before {
    content: "䒛"
}

.hgi-stroke.hgi-sharp.hgi-edit-02:before {
    content: "䒝"
}

.hgi-stroke.hgi-sharp.hgi-edit-off:before {
    content: "䒟"
}

.hgi-stroke.hgi-sharp.hgi-edit-road:before {
    content: "䒡"
}

.hgi-stroke.hgi-sharp.hgi-edit-table:before {
    content: "䒣"
}

.hgi-stroke.hgi-sharp.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-stroke.hgi-sharp.hgi-eggs:before {
    content: "䒧"
}

.hgi-stroke.hgi-sharp.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-stroke.hgi-sharp.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-stroke.hgi-sharp.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-stroke.hgi-sharp.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-stroke.hgi-sharp.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-stroke.hgi-sharp.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-stroke.hgi-sharp.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-stroke.hgi-sharp.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-stroke.hgi-sharp.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-stroke.hgi-sharp.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-stroke.hgi-sharp.hgi-encrypt:before {
    content: "䒽"
}

.hgi-stroke.hgi-sharp.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-stroke.hgi-sharp.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-stroke.hgi-sharp.hgi-energy:before {
    content: "䓃"
}

.hgi-stroke.hgi-sharp.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-stroke.hgi-sharp.hgi-envato:before {
    content: "䓇"
}

.hgi-stroke.hgi-sharp.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-stroke.hgi-sharp.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-stroke.hgi-sharp.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-stroke.hgi-sharp.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-stroke.hgi-sharp.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-stroke.hgi-sharp.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-stroke.hgi-sharp.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-stroke.hgi-sharp.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-stroke.hgi-sharp.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-stroke.hgi-sharp.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-stroke.hgi-sharp.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-stroke.hgi-sharp.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-stroke.hgi-sharp.hgi-eraser:before {
    content: "䓡"
}

.hgi-stroke.hgi-sharp.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-stroke.hgi-sharp.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-stroke.hgi-sharp.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-stroke.hgi-sharp.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-stroke.hgi-sharp.hgi-ethereum:before {
    content: "䓫"
}

.hgi-stroke.hgi-sharp.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-stroke.hgi-sharp.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-stroke.hgi-sharp.hgi-euro-send:before {
    content: "䓲"
}

.hgi-stroke.hgi-sharp.hgi-euro-square:before {
    content: "䓴"
}

.hgi-stroke.hgi-sharp.hgi-euro:before {
    content: "䓵"
}

.hgi-stroke.hgi-sharp.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-stroke.hgi-sharp.hgi-evil:before {
    content: "䓹"
}

.hgi-stroke.hgi-sharp.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-stroke.hgi-sharp.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-stroke.hgi-sharp.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-stroke.hgi-sharp.hgi-expander:before {
    content: "䔁"
}

.hgi-stroke.hgi-sharp.hgi-external-drive:before {
    content: "䔃"
}

.hgi-stroke.hgi-sharp.hgi-eye:before {
    content: "䔅"
}

.hgi-stroke.hgi-sharp.hgi-face-id:before {
    content: "䔇"
}

.hgi-stroke.hgi-sharp.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-stroke.hgi-sharp.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-stroke.hgi-sharp.hgi-factory-01:before {
    content: "䔍"
}

.hgi-stroke.hgi-sharp.hgi-factory-02:before {
    content: "䔏"
}

.hgi-stroke.hgi-sharp.hgi-factory:before {
    content: "䔑"
}

.hgi-stroke.hgi-sharp.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-stroke.hgi-sharp.hgi-falling-star:before {
    content: "䔕"
}

.hgi-stroke.hgi-sharp.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-stroke.hgi-sharp.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-stroke.hgi-sharp.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-stroke.hgi-sharp.hgi-favourite:before {
    content: "䔝"
}

.hgi-stroke.hgi-sharp.hgi-feather:before {
    content: "䔟"
}

.hgi-stroke.hgi-sharp.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-stroke.hgi-sharp.hgi-fencing:before {
    content: "䔣"
}

.hgi-stroke.hgi-sharp.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-stroke.hgi-sharp.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-stroke.hgi-sharp.hgi-figma:before {
    content: "䔩"
}

.hgi-stroke.hgi-sharp.hgi-file-01:before {
    content: "䔫"
}

.hgi-stroke.hgi-sharp.hgi-file-02:before {
    content: "䔭"
}

.hgi-stroke.hgi-sharp.hgi-file-add:before {
    content: "䔯"
}

.hgi-stroke.hgi-sharp.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-stroke.hgi-sharp.hgi-file-audio:before {
    content: "䔳"
}

.hgi-stroke.hgi-sharp.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-stroke.hgi-sharp.hgi-file-block:before {
    content: "䔷"
}

.hgi-stroke.hgi-sharp.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-stroke.hgi-sharp.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-stroke.hgi-sharp.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-stroke.hgi-sharp.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-stroke.hgi-sharp.hgi-file-download:before {
    content: "䕁"
}

.hgi-stroke.hgi-sharp.hgi-file-edit:before {
    content: "䕃"
}

.hgi-stroke.hgi-sharp.hgi-file-euro:before {
    content: "䕅"
}

.hgi-stroke.hgi-sharp.hgi-file-export:before {
    content: "䕇"
}

.hgi-stroke.hgi-sharp.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-stroke.hgi-sharp.hgi-file-import:before {
    content: "䕋"
}

.hgi-stroke.hgi-sharp.hgi-file-link:before {
    content: "䕍"
}

.hgi-stroke.hgi-sharp.hgi-file-locked:before {
    content: "䕏"
}

.hgi-stroke.hgi-sharp.hgi-file-management:before {
    content: "䕑"
}

.hgi-stroke.hgi-sharp.hgi-file-minus:before {
    content: "䕓"
}

.hgi-stroke.hgi-sharp.hgi-file-music:before {
    content: "䕕"
}

.hgi-stroke.hgi-sharp.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-stroke.hgi-sharp.hgi-file-paste:before {
    content: "䕙"
}

.hgi-stroke.hgi-sharp.hgi-file-pin:before {
    content: "䕛"
}

.hgi-stroke.hgi-sharp.hgi-file-pound:before {
    content: "䕝"
}

.hgi-stroke.hgi-sharp.hgi-file-remove:before {
    content: "䕟"
}

.hgi-stroke.hgi-sharp.hgi-file-script:before {
    content: "䕡"
}

.hgi-stroke.hgi-sharp.hgi-file-search:before {
    content: "䕣"
}

.hgi-stroke.hgi-sharp.hgi-file-security:before {
    content: "䕥"
}

.hgi-stroke.hgi-sharp.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-stroke.hgi-sharp.hgi-file-star:before {
    content: "䕩"
}

.hgi-stroke.hgi-sharp.hgi-file-sync:before {
    content: "䕫"
}

.hgi-stroke.hgi-sharp.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-stroke.hgi-sharp.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-stroke.hgi-sharp.hgi-file-upload:before {
    content: "䕱"
}

.hgi-stroke.hgi-sharp.hgi-file-validation:before {
    content: "䕳"
}

.hgi-stroke.hgi-sharp.hgi-file-verified:before {
    content: "䕵"
}

.hgi-stroke.hgi-sharp.hgi-file-video:before {
    content: "䕷"
}

.hgi-stroke.hgi-sharp.hgi-file-view:before {
    content: "䕹"
}

.hgi-stroke.hgi-sharp.hgi-file-yen:before {
    content: "䕻"
}

.hgi-stroke.hgi-sharp.hgi-file-zip:before {
    content: "䕽"
}

.hgi-stroke.hgi-sharp.hgi-files-01:before {
    content: "䕿"
}

.hgi-stroke.hgi-sharp.hgi-files-02:before {
    content: "䖁"
}

.hgi-stroke.hgi-sharp.hgi-film-01:before {
    content: "䖃"
}

.hgi-stroke.hgi-sharp.hgi-film-02:before {
    content: "䖅"
}

.hgi-stroke.hgi-sharp.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-stroke.hgi-sharp.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-stroke.hgi-sharp.hgi-filter-add:before {
    content: "䖋"
}

.hgi-stroke.hgi-sharp.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-stroke.hgi-sharp.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-stroke.hgi-sharp.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-stroke.hgi-sharp.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-stroke.hgi-sharp.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-stroke.hgi-sharp.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-stroke.hgi-sharp.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-stroke.hgi-sharp.hgi-filter:before {
    content: "䖛"
}

.hgi-stroke.hgi-sharp.hgi-finger-access:before {
    content: "䖝"
}

.hgi-stroke.hgi-sharp.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-stroke.hgi-sharp.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-stroke.hgi-sharp.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-stroke.hgi-sharp.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-stroke.hgi-sharp.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-stroke.hgi-sharp.hgi-finger-print:before {
    content: "䖩"
}

.hgi-stroke.hgi-sharp.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-stroke.hgi-sharp.hgi-fins:before {
    content: "䖭"
}

.hgi-stroke.hgi-sharp.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-stroke.hgi-sharp.hgi-fire-security:before {
    content: "䖲"
}

.hgi-stroke.hgi-sharp.hgi-fire:before {
    content: "䖳"
}

.hgi-stroke.hgi-sharp.hgi-firewall:before {
    content: "䖵"
}

.hgi-stroke.hgi-sharp.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-stroke.hgi-sharp.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-stroke.hgi-sharp.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-stroke.hgi-sharp.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-stroke.hgi-sharp.hgi-fish-food:before {
    content: "䖿"
}

.hgi-stroke.hgi-sharp.hgi-fiverr:before {
    content: "䗁"
}

.hgi-stroke.hgi-sharp.hgi-flag-01:before {
    content: "䗃"
}

.hgi-stroke.hgi-sharp.hgi-flag-02:before {
    content: "䗅"
}

.hgi-stroke.hgi-sharp.hgi-flag-03:before {
    content: "䗇"
}

.hgi-stroke.hgi-sharp.hgi-flash-off:before {
    content: "䗉"
}

.hgi-stroke.hgi-sharp.hgi-flash:before {
    content: "䗋"
}

.hgi-stroke.hgi-sharp.hgi-flaticon:before {
    content: "䗍"
}

.hgi-stroke.hgi-sharp.hgi-flickr:before {
    content: "䗏"
}

.hgi-stroke.hgi-sharp.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-stroke.hgi-sharp.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-stroke.hgi-sharp.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-stroke.hgi-sharp.hgi-flip-left:before {
    content: "䗗"
}

.hgi-stroke.hgi-sharp.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-stroke.hgi-sharp.hgi-flip-right:before {
    content: "䗛"
}

.hgi-stroke.hgi-sharp.hgi-flip-top:before {
    content: "䗝"
}

.hgi-stroke.hgi-sharp.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-stroke.hgi-sharp.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-stroke.hgi-sharp.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-stroke.hgi-sharp.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-stroke.hgi-sharp.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-stroke.hgi-sharp.hgi-flow-square:before {
    content: "䗪"
}

.hgi-stroke.hgi-sharp.hgi-flow:before {
    content: "䗫"
}

.hgi-stroke.hgi-sharp.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-stroke.hgi-sharp.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-stroke.hgi-sharp.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-stroke.hgi-sharp.hgi-flower:before {
    content: "䗳"
}

.hgi-stroke.hgi-sharp.hgi-flushed:before {
    content: "䗵"
}

.hgi-stroke.hgi-sharp.hgi-flying-human:before {
    content: "䗷"
}

.hgi-stroke.hgi-sharp.hgi-focus-point:before {
    content: "䗹"
}

.hgi-stroke.hgi-sharp.hgi-folder-01:before {
    content: "䗻"
}

.hgi-stroke.hgi-sharp.hgi-folder-02:before {
    content: "䗽"
}

.hgi-stroke.hgi-sharp.hgi-folder-03:before {
    content: "䗿"
}

.hgi-stroke.hgi-sharp.hgi-folder-add:before {
    content: "䘁"
}

.hgi-stroke.hgi-sharp.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-stroke.hgi-sharp.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-stroke.hgi-sharp.hgi-folder-block:before {
    content: "䘇"
}

.hgi-stroke.hgi-sharp.hgi-folder-check:before {
    content: "䘉"
}

.hgi-stroke.hgi-sharp.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-stroke.hgi-sharp.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-stroke.hgi-sharp.hgi-folder-details:before {
    content: "䘏"
}

.hgi-stroke.hgi-sharp.hgi-folder-download:before {
    content: "䘑"
}

.hgi-stroke.hgi-sharp.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-stroke.hgi-sharp.hgi-folder-export:before {
    content: "䘕"
}

.hgi-stroke.hgi-sharp.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-stroke.hgi-sharp.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-stroke.hgi-sharp.hgi-folder-import:before {
    content: "䘛"
}

.hgi-stroke.hgi-sharp.hgi-folder-library:before {
    content: "䘝"
}

.hgi-stroke.hgi-sharp.hgi-folder-links:before {
    content: "䘟"
}

.hgi-stroke.hgi-sharp.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-stroke.hgi-sharp.hgi-folder-management:before {
    content: "䘣"
}

.hgi-stroke.hgi-sharp.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-stroke.hgi-sharp.hgi-folder-music:before {
    content: "䘧"
}

.hgi-stroke.hgi-sharp.hgi-folder-off:before {
    content: "䘩"
}

.hgi-stroke.hgi-sharp.hgi-folder-open:before {
    content: "䘫"
}

.hgi-stroke.hgi-sharp.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-stroke.hgi-sharp.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-stroke.hgi-sharp.hgi-folder-search:before {
    content: "䘱"
}

.hgi-stroke.hgi-sharp.hgi-folder-security:before {
    content: "䘳"
}

.hgi-stroke.hgi-sharp.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-stroke.hgi-sharp.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-stroke.hgi-sharp.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-stroke.hgi-sharp.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-stroke.hgi-sharp.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-stroke.hgi-sharp.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-stroke.hgi-sharp.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-stroke.hgi-sharp.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-stroke.hgi-sharp.hgi-folder-video:before {
    content: "䙅"
}

.hgi-stroke.hgi-sharp.hgi-folder-view:before {
    content: "䙇"
}

.hgi-stroke.hgi-sharp.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-stroke.hgi-sharp.hgi-folders:before {
    content: "䙋"
}

.hgi-stroke.hgi-sharp.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-stroke.hgi-sharp.hgi-football:before {
    content: "䙏"
}

.hgi-stroke.hgi-sharp.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-stroke.hgi-sharp.hgi-fork:before {
    content: "䙓"
}

.hgi-stroke.hgi-sharp.hgi-forrst:before {
    content: "䙕"
}

.hgi-stroke.hgi-sharp.hgi-fortress:before {
    content: "䙗"
}

.hgi-stroke.hgi-sharp.hgi-forward-01:before {
    content: "䙙"
}

.hgi-stroke.hgi-sharp.hgi-forward-02:before {
    content: "䙛"
}

.hgi-stroke.hgi-sharp.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-stroke.hgi-sharp.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-stroke.hgi-sharp.hgi-four-k:before {
    content: "䙡"
}

.hgi-stroke.hgi-sharp.hgi-foursquare:before {
    content: "䙣"
}

.hgi-stroke.hgi-sharp.hgi-framer:before {
    content: "䙥"
}

.hgi-stroke.hgi-sharp.hgi-frameworks:before {
    content: "䙧"
}

.hgi-stroke.hgi-sharp.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-stroke.hgi-sharp.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-stroke.hgi-sharp.hgi-fridge:before {
    content: "䙭"
}

.hgi-stroke.hgi-sharp.hgi-fry:before {
    content: "䙯"
}

.hgi-stroke.hgi-sharp.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-stroke.hgi-sharp.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-stroke.hgi-sharp.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-stroke.hgi-sharp.hgi-function-circle:before {
    content: "䙷"
}

.hgi-stroke.hgi-sharp.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-stroke.hgi-sharp.hgi-function-square:before {
    content: "䙼"
}

.hgi-stroke.hgi-sharp.hgi-function:before {
    content: "䙽"
}

.hgi-stroke.hgi-sharp.hgi-galaxy:before {
    content: "䙿"
}

.hgi-stroke.hgi-sharp.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-stroke.hgi-sharp.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-stroke.hgi-sharp.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-stroke.hgi-sharp.hgi-game:before {
    content: "䚇"
}

.hgi-stroke.hgi-sharp.hgi-gameboy:before {
    content: "䚉"
}

.hgi-stroke.hgi-sharp.hgi-garage:before {
    content: "䚋"
}

.hgi-stroke.hgi-sharp.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-stroke.hgi-sharp.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-stroke.hgi-sharp.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-stroke.hgi-sharp.hgi-gem:before {
    content: "䚓"
}

.hgi-stroke.hgi-sharp.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-stroke.hgi-sharp.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-stroke.hgi-sharp.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-stroke.hgi-sharp.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-stroke.hgi-sharp.hgi-gif-01:before {
    content: "䚝"
}

.hgi-stroke.hgi-sharp.hgi-gif-02:before {
    content: "䚟"
}

.hgi-stroke.hgi-sharp.hgi-gift-card:before {
    content: "䚡"
}

.hgi-stroke.hgi-sharp.hgi-gift:before {
    content: "䚣"
}

.hgi-stroke.hgi-sharp.hgi-git-branch:before {
    content: "䚥"
}

.hgi-stroke.hgi-sharp.hgi-git-commit:before {
    content: "䚧"
}

.hgi-stroke.hgi-sharp.hgi-git-compare:before {
    content: "䚩"
}

.hgi-stroke.hgi-sharp.hgi-git-fork:before {
    content: "䚫"
}

.hgi-stroke.hgi-sharp.hgi-git-merge:before {
    content: "䚭"
}

.hgi-stroke.hgi-sharp.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-stroke.hgi-sharp.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-stroke.hgi-sharp.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-stroke.hgi-sharp.hgi-gitbook:before {
    content: "䚵"
}

.hgi-stroke.hgi-sharp.hgi-github-01:before {
    content: "䚷"
}

.hgi-stroke.hgi-sharp.hgi-github:before {
    content: "䚹"
}

.hgi-stroke.hgi-sharp.hgi-gitlab:before {
    content: "䚻"
}

.hgi-stroke.hgi-sharp.hgi-give-blood:before {
    content: "䚽"
}

.hgi-stroke.hgi-sharp.hgi-give-pill:before {
    content: "䚿"
}

.hgi-stroke.hgi-sharp.hgi-glasses:before {
    content: "䛁"
}

.hgi-stroke.hgi-sharp.hgi-global-editing:before {
    content: "䛃"
}

.hgi-stroke.hgi-sharp.hgi-global-education:before {
    content: "䛅"
}

.hgi-stroke.hgi-sharp.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-stroke.hgi-sharp.hgi-global-search:before {
    content: "䛉"
}

.hgi-stroke.hgi-sharp.hgi-global:before {
    content: "䛋"
}

.hgi-stroke.hgi-sharp.hgi-globe-02:before {
    content: "䛍"
}

.hgi-stroke.hgi-sharp.hgi-globe:before {
    content: "䛏"
}

.hgi-stroke.hgi-sharp.hgi-glove:before {
    content: "䛑"
}

.hgi-stroke.hgi-sharp.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-stroke.hgi-sharp.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-stroke.hgi-sharp.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-stroke.hgi-sharp.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-stroke.hgi-sharp.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-stroke.hgi-sharp.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-stroke.hgi-sharp.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-stroke.hgi-sharp.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-stroke.hgi-sharp.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-stroke.hgi-sharp.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-stroke.hgi-sharp.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-stroke.hgi-sharp.hgi-gold:before {
    content: "䛩"
}

.hgi-stroke.hgi-sharp.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-stroke.hgi-sharp.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-stroke.hgi-sharp.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-stroke.hgi-sharp.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-stroke.hgi-sharp.hgi-google-doc:before {
    content: "䛳"
}

.hgi-stroke.hgi-sharp.hgi-google-drive:before {
    content: "䛵"
}

.hgi-stroke.hgi-sharp.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-stroke.hgi-sharp.hgi-google-home:before {
    content: "䛹"
}

.hgi-stroke.hgi-sharp.hgi-google-lens:before {
    content: "䛻"
}

.hgi-stroke.hgi-sharp.hgi-google-maps:before {
    content: "䛽"
}

.hgi-stroke.hgi-sharp.hgi-google-photos:before {
    content: "䛿"
}

.hgi-stroke.hgi-sharp.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-stroke.hgi-sharp.hgi-google:before {
    content: "䜃"
}

.hgi-stroke.hgi-sharp.hgi-gps-01:before {
    content: "䜅"
}

.hgi-stroke.hgi-sharp.hgi-gps-02:before {
    content: "䜇"
}

.hgi-stroke.hgi-sharp.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-stroke.hgi-sharp.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-stroke.hgi-sharp.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-stroke.hgi-sharp.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-stroke.hgi-sharp.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-stroke.hgi-sharp.hgi-gpu:before {
    content: "䜓"
}

.hgi-stroke.hgi-sharp.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-stroke.hgi-sharp.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-stroke.hgi-sharp.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-stroke.hgi-sharp.hgi-grapes:before {
    content: "䜛"
}

.hgi-stroke.hgi-sharp.hgi-gravity:before {
    content: "䜝"
}

.hgi-stroke.hgi-sharp.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-stroke.hgi-sharp.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-stroke.hgi-sharp.hgi-greater-than:before {
    content: "䜣"
}

.hgi-stroke.hgi-sharp.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-stroke.hgi-sharp.hgi-green-house:before {
    content: "䜧"
}

.hgi-stroke.hgi-sharp.hgi-grid-off:before {
    content: "䜩"
}

.hgi-stroke.hgi-sharp.hgi-grid-table:before {
    content: "䜬"
}

.hgi-stroke.hgi-sharp.hgi-grid-view:before {
    content: "䜮"
}

.hgi-stroke.hgi-sharp.hgi-grid:before {
    content: "䜯"
}

.hgi-stroke.hgi-sharp.hgi-grimacing:before {
    content: "䜱"
}

.hgi-stroke.hgi-sharp.hgi-grinning:before {
    content: "䜳"
}

.hgi-stroke.hgi-sharp.hgi-grok:before {
    content: "䜵"
}

.hgi-stroke.hgi-sharp.hgi-group-items:before {
    content: "䜷"
}

.hgi-stroke.hgi-sharp.hgi-group-layers:before {
    content: "䜹"
}

.hgi-stroke.hgi-sharp.hgi-guest-house:before {
    content: "䜻"
}

.hgi-stroke.hgi-sharp.hgi-gun:before {
    content: "䜽"
}

.hgi-stroke.hgi-sharp.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-stroke.hgi-sharp.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-stroke.hgi-sharp.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-stroke.hgi-sharp.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-stroke.hgi-sharp.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-stroke.hgi-sharp.hgi-haji:before {
    content: "䝉"
}

.hgi-stroke.hgi-sharp.hgi-halal:before {
    content: "䝋"
}

.hgi-stroke.hgi-sharp.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-stroke.hgi-sharp.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-stroke.hgi-sharp.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-stroke.hgi-sharp.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-stroke.hgi-sharp.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-stroke.hgi-sharp.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-stroke.hgi-sharp.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-stroke.hgi-sharp.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-stroke.hgi-sharp.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-stroke.hgi-sharp.hgi-hanger:before {
    content: "䝷"
}

.hgi-stroke.hgi-sharp.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-stroke.hgi-sharp.hgi-hangout:before {
    content: "䝻"
}

.hgi-stroke.hgi-sharp.hgi-happy:before {
    content: "䝽"
}

.hgi-stroke.hgi-sharp.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-stroke.hgi-sharp.hgi-hdd:before {
    content: "䞁"
}

.hgi-stroke.hgi-sharp.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-stroke.hgi-sharp.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-stroke.hgi-sharp.hgi-heading-01:before {
    content: "䞇"
}

.hgi-stroke.hgi-sharp.hgi-heading-02:before {
    content: "䞉"
}

.hgi-stroke.hgi-sharp.hgi-heading-03:before {
    content: "䞋"
}

.hgi-stroke.hgi-sharp.hgi-heading-04:before {
    content: "䞍"
}

.hgi-stroke.hgi-sharp.hgi-heading-05:before {
    content: "䞏"
}

.hgi-stroke.hgi-sharp.hgi-heading-06:before {
    content: "䞑"
}

.hgi-stroke.hgi-sharp.hgi-heading:before {
    content: "䞓"
}

.hgi-stroke.hgi-sharp.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-stroke.hgi-sharp.hgi-headphones:before {
    content: "䞗"
}

.hgi-stroke.hgi-sharp.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-stroke.hgi-sharp.hgi-headset-off:before {
    content: "䞛"
}

.hgi-stroke.hgi-sharp.hgi-headset:before {
    content: "䞝"
}

.hgi-stroke.hgi-sharp.hgi-healtcare:before {
    content: "䞟"
}

.hgi-stroke.hgi-sharp.hgi-health:before {
    content: "䞡"
}

.hgi-stroke.hgi-sharp.hgi-heart-add:before {
    content: "䞣"
}

.hgi-stroke.hgi-sharp.hgi-heart-check:before {
    content: "䞥"
}

.hgi-stroke.hgi-sharp.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-stroke.hgi-sharp.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-stroke.hgi-sharp.hgi-helicopter:before {
    content: "䞫"
}

.hgi-stroke.hgi-sharp.hgi-help-circle:before {
    content: "䞭"
}

.hgi-stroke.hgi-sharp.hgi-help-square:before {
    content: "䞯"
}

.hgi-stroke.hgi-sharp.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-stroke.hgi-sharp.hgi-hexagon:before {
    content: "䞳"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-stroke.hgi-sharp.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-stroke.hgi-sharp.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-stroke.hgi-sharp.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-stroke.hgi-sharp.hgi-hijab:before {
    content: "䟕"
}

.hgi-stroke.hgi-sharp.hgi-hockey:before {
    content: "䟗"
}

.hgi-stroke.hgi-sharp.hgi-hold-01:before {
    content: "䟙"
}

.hgi-stroke.hgi-sharp.hgi-hold-02:before {
    content: "䟛"
}

.hgi-stroke.hgi-sharp.hgi-hold-03:before {
    content: "䟝"
}

.hgi-stroke.hgi-sharp.hgi-hold-04:before {
    content: "䟟"
}

.hgi-stroke.hgi-sharp.hgi-hold-05:before {
    content: "䟡"
}

.hgi-stroke.hgi-sharp.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-stroke.hgi-sharp.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-stroke.hgi-sharp.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-stroke.hgi-sharp.hgi-hologram:before {
    content: "䟩"
}

.hgi-stroke.hgi-sharp.hgi-home-01:before {
    content: "䟫"
}

.hgi-stroke.hgi-sharp.hgi-home-02:before {
    content: "䟭"
}

.hgi-stroke.hgi-sharp.hgi-home-03:before {
    content: "䟯"
}

.hgi-stroke.hgi-sharp.hgi-home-04:before {
    content: "䟱"
}

.hgi-stroke.hgi-sharp.hgi-home-05:before {
    content: "䟳"
}

.hgi-stroke.hgi-sharp.hgi-home-06:before {
    content: "䟵"
}

.hgi-stroke.hgi-sharp.hgi-home-07:before {
    content: "䟷"
}

.hgi-stroke.hgi-sharp.hgi-home-08:before {
    content: "䟹"
}

.hgi-stroke.hgi-sharp.hgi-home-09:before {
    content: "䟻"
}

.hgi-stroke.hgi-sharp.hgi-home-10:before {
    content: "䟽"
}

.hgi-stroke.hgi-sharp.hgi-home-11:before {
    content: "䟿"
}

.hgi-stroke.hgi-sharp.hgi-home-12:before {
    content: "䠁"
}

.hgi-stroke.hgi-sharp.hgi-home-13:before {
    content: "䠃"
}

.hgi-stroke.hgi-sharp.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-stroke.hgi-sharp.hgi-honey-01:before {
    content: "䠇"
}

.hgi-stroke.hgi-sharp.hgi-honey-02:before {
    content: "䠉"
}

.hgi-stroke.hgi-sharp.hgi-honor:before {
    content: "䠋"
}

.hgi-stroke.hgi-sharp.hgi-honour-star:before {
    content: "䠍"
}

.hgi-stroke.hgi-sharp.hgi-hoodie:before {
    content: "䠏"
}

.hgi-stroke.hgi-sharp.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-stroke.hgi-sharp.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-stroke.hgi-sharp.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-stroke.hgi-sharp.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-stroke.hgi-sharp.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-stroke.hgi-sharp.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-stroke.hgi-sharp.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-stroke.hgi-sharp.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-stroke.hgi-sharp.hgi-hot-price:before {
    content: "䠡"
}

.hgi-stroke.hgi-sharp.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-stroke.hgi-sharp.hgi-hotdog:before {
    content: "䠥"
}

.hgi-stroke.hgi-sharp.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-stroke.hgi-sharp.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-stroke.hgi-sharp.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-stroke.hgi-sharp.hgi-hotspot:before {
    content: "䠭"
}

.hgi-stroke.hgi-sharp.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-stroke.hgi-sharp.hgi-hourglass:before {
    content: "䠱"
}

.hgi-stroke.hgi-sharp.hgi-house-01:before {
    content: "䠳"
}

.hgi-stroke.hgi-sharp.hgi-house-02:before {
    content: "䠵"
}

.hgi-stroke.hgi-sharp.hgi-house-03:before {
    content: "䠷"
}

.hgi-stroke.hgi-sharp.hgi-house-04:before {
    content: "䠹"
}

.hgi-stroke.hgi-sharp.hgi-house-05:before {
    content: "䠻"
}

.hgi-stroke.hgi-sharp.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-stroke.hgi-sharp.hgi-html-5:before {
    content: "䠿"
}

.hgi-stroke.hgi-sharp.hgi-humidity:before {
    content: "䡁"
}

.hgi-stroke.hgi-sharp.hgi-hut:before {
    content: "䡃"
}

.hgi-stroke.hgi-sharp.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-stroke.hgi-sharp.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-stroke.hgi-sharp.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-stroke.hgi-sharp.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-stroke.hgi-sharp.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-stroke.hgi-sharp.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-stroke.hgi-sharp.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-stroke.hgi-sharp.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-stroke.hgi-sharp.hgi-ico:before {
    content: "䡕"
}

.hgi-stroke.hgi-sharp.hgi-iconjar:before {
    content: "䡗"
}

.hgi-stroke.hgi-sharp.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-stroke.hgi-sharp.hgi-id-verified:before {
    content: "䡜"
}

.hgi-stroke.hgi-sharp.hgi-id:before {
    content: "䡝"
}

.hgi-stroke.hgi-sharp.hgi-idea-01:before {
    content: "䡟"
}

.hgi-stroke.hgi-sharp.hgi-idea:before {
    content: "䡡"
}

.hgi-stroke.hgi-sharp.hgi-identification:before {
    content: "䡣"
}

.hgi-stroke.hgi-sharp.hgi-identity-card:before {
    content: "䡥"
}

.hgi-stroke.hgi-sharp.hgi-image-01:before {
    content: "䡧"
}

.hgi-stroke.hgi-sharp.hgi-image-02:before {
    content: "䡩"
}

.hgi-stroke.hgi-sharp.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-stroke.hgi-sharp.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-stroke.hgi-sharp.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-stroke.hgi-sharp.hgi-image-composition:before {
    content: "䡱"
}

.hgi-stroke.hgi-sharp.hgi-image-crop:before {
    content: "䡳"
}

.hgi-stroke.hgi-sharp.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-stroke.hgi-sharp.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-stroke.hgi-sharp.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-stroke.hgi-sharp.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-stroke.hgi-sharp.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-stroke.hgi-sharp.hgi-image-download:before {
    content: "䡿"
}

.hgi-stroke.hgi-sharp.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-stroke.hgi-sharp.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-stroke.hgi-sharp.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-stroke.hgi-sharp.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-stroke.hgi-sharp.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-stroke.hgi-sharp.hgi-image-upload:before {
    content: "䢋"
}

.hgi-stroke.hgi-sharp.hgi-imo:before {
    content: "䢍"
}

.hgi-stroke.hgi-sharp.hgi-important-book:before {
    content: "䢏"
}

.hgi-stroke.hgi-sharp.hgi-in-love:before {
    content: "䢑"
}

.hgi-stroke.hgi-sharp.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-stroke.hgi-sharp.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-stroke.hgi-sharp.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-stroke.hgi-sharp.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-stroke.hgi-sharp.hgi-inbox:before {
    content: "䢛"
}

.hgi-stroke.hgi-sharp.hgi-incognito:before {
    content: "䢝"
}

.hgi-stroke.hgi-sharp.hgi-india-gate:before {
    content: "䢟"
}

.hgi-stroke.hgi-sharp.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-stroke.hgi-sharp.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-stroke.hgi-sharp.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-stroke.hgi-sharp.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-stroke.hgi-sharp.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-stroke.hgi-sharp.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-stroke.hgi-sharp.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-stroke.hgi-sharp.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-stroke.hgi-sharp.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-stroke.hgi-sharp.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-stroke.hgi-sharp.hgi-information-circle:before {
    content: "䢵"
}

.hgi-stroke.hgi-sharp.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-stroke.hgi-sharp.hgi-information-square:before {
    content: "䢹"
}

.hgi-stroke.hgi-sharp.hgi-injection:before {
    content: "䢻"
}

.hgi-stroke.hgi-sharp.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-stroke.hgi-sharp.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-stroke.hgi-sharp.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-stroke.hgi-sharp.hgi-insert-column:before {
    content: "䣃"
}

.hgi-stroke.hgi-sharp.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-stroke.hgi-sharp.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-stroke.hgi-sharp.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-stroke.hgi-sharp.hgi-insert-row:before {
    content: "䣋"
}

.hgi-stroke.hgi-sharp.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-stroke.hgi-sharp.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-stroke.hgi-sharp.hgi-instagram:before {
    content: "䣑"
}

.hgi-stroke.hgi-sharp.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-stroke.hgi-sharp.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-stroke.hgi-sharp.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-stroke.hgi-sharp.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-stroke.hgi-sharp.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-stroke.hgi-sharp.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-stroke.hgi-sharp.hgi-internet:before {
    content: "䣟"
}

.hgi-stroke.hgi-sharp.hgi-investigation:before {
    content: "䣡"
}

.hgi-stroke.hgi-sharp.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-stroke.hgi-sharp.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-stroke.hgi-sharp.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-stroke.hgi-sharp.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-stroke.hgi-sharp.hgi-invoice:before {
    content: "䣫"
}

.hgi-stroke.hgi-sharp.hgi-ipod:before {
    content: "䣭"
}

.hgi-stroke.hgi-sharp.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-stroke.hgi-sharp.hgi-island:before {
    content: "䣱"
}

.hgi-stroke.hgi-sharp.hgi-jar:before {
    content: "䣳"
}

.hgi-stroke.hgi-sharp.hgi-java-script:before {
    content: "䣵"
}

.hgi-stroke.hgi-sharp.hgi-java:before {
    content: "䣷"
}

.hgi-stroke.hgi-sharp.hgi-job-link:before {
    content: "䣹"
}

.hgi-stroke.hgi-sharp.hgi-job-search:before {
    content: "䣻"
}

.hgi-stroke.hgi-sharp.hgi-job-share:before {
    content: "䣽"
}

.hgi-stroke.hgi-sharp.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-stroke.hgi-sharp.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-stroke.hgi-sharp.hgi-join-round:before {
    content: "䤃"
}

.hgi-stroke.hgi-sharp.hgi-join-straight:before {
    content: "䤅"
}

.hgi-stroke.hgi-sharp.hgi-joker:before {
    content: "䤇"
}

.hgi-stroke.hgi-sharp.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-stroke.hgi-sharp.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-stroke.hgi-sharp.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-stroke.hgi-sharp.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-stroke.hgi-sharp.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-stroke.hgi-sharp.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-stroke.hgi-sharp.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-stroke.hgi-sharp.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-stroke.hgi-sharp.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-stroke.hgi-sharp.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-stroke.hgi-sharp.hgi-judge:before {
    content: "䤝"
}

.hgi-stroke.hgi-sharp.hgi-jupiter:before {
    content: "䤟"
}

.hgi-stroke.hgi-sharp.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-stroke.hgi-sharp.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-stroke.hgi-sharp.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-stroke.hgi-sharp.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-stroke.hgi-sharp.hgi-kayak:before {
    content: "䤩"
}

.hgi-stroke.hgi-sharp.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-stroke.hgi-sharp.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-stroke.hgi-sharp.hgi-kettle:before {
    content: "䤯"
}

.hgi-stroke.hgi-sharp.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-stroke.hgi-sharp.hgi-ketupat:before {
    content: "䤳"
}

.hgi-stroke.hgi-sharp.hgi-key-01:before {
    content: "䤵"
}

.hgi-stroke.hgi-sharp.hgi-key-02:before {
    content: "䤷"
}

.hgi-stroke.hgi-sharp.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-stroke.hgi-sharp.hgi-keyboard:before {
    content: "䤻"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-stroke.hgi-sharp.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-stroke.hgi-sharp.hgi-keyframe:before {
    content: "䥏"
}

.hgi-stroke.hgi-sharp.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-stroke.hgi-sharp.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-stroke.hgi-sharp.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-stroke.hgi-sharp.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-stroke.hgi-sharp.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-stroke.hgi-sharp.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-stroke.hgi-sharp.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-stroke.hgi-sharp.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-stroke.hgi-sharp.hgi-kid:before {
    content: "䥡"
}

.hgi-stroke.hgi-sharp.hgi-kidneys:before {
    content: "䥣"
}

.hgi-stroke.hgi-sharp.hgi-kissing:before {
    content: "䥥"
}

.hgi-stroke.hgi-sharp.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-stroke.hgi-sharp.hgi-kite:before {
    content: "䥩"
}

.hgi-stroke.hgi-sharp.hgi-knife-01:before {
    content: "䥫"
}

.hgi-stroke.hgi-sharp.hgi-knife-02:before {
    content: "䥭"
}

.hgi-stroke.hgi-sharp.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-stroke.hgi-sharp.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-stroke.hgi-sharp.hgi-knives:before {
    content: "䥳"
}

.hgi-stroke.hgi-sharp.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-stroke.hgi-sharp.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-stroke.hgi-sharp.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-stroke.hgi-sharp.hgi-kurta:before {
    content: "䥻"
}

.hgi-stroke.hgi-sharp.hgi-label-important:before {
    content: "䥽"
}

.hgi-stroke.hgi-sharp.hgi-label:before {
    content: "䥿"
}

.hgi-stroke.hgi-sharp.hgi-labor:before {
    content: "䦁"
}

.hgi-stroke.hgi-sharp.hgi-labs:before {
    content: "䦃"
}

.hgi-stroke.hgi-sharp.hgi-lake:before {
    content: "䦅"
}

.hgi-stroke.hgi-sharp.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-stroke.hgi-sharp.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-stroke.hgi-sharp.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-stroke.hgi-sharp.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-stroke.hgi-sharp.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-stroke.hgi-sharp.hgi-lamp:before {
    content: "䦑"
}

.hgi-stroke.hgi-sharp.hgi-language-circle:before {
    content: "䦓"
}

.hgi-stroke.hgi-sharp.hgi-language-skill:before {
    content: "䦕"
}

.hgi-stroke.hgi-sharp.hgi-language-square:before {
    content: "䦗"
}

.hgi-stroke.hgi-sharp.hgi-lantern:before {
    content: "䦙"
}

.hgi-stroke.hgi-sharp.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-stroke.hgi-sharp.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-stroke.hgi-sharp.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-stroke.hgi-sharp.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-stroke.hgi-sharp.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-stroke.hgi-sharp.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-stroke.hgi-sharp.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-stroke.hgi-sharp.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-stroke.hgi-sharp.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-stroke.hgi-sharp.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-stroke.hgi-sharp.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-stroke.hgi-sharp.hgi-laptop:before {
    content: "䦱"
}

.hgi-stroke.hgi-sharp.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-stroke.hgi-sharp.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-stroke.hgi-sharp.hgi-last-fm:before {
    content: "䦷"
}

.hgi-stroke.hgi-sharp.hgi-latitude:before {
    content: "䦹"
}

.hgi-stroke.hgi-sharp.hgi-laughing:before {
    content: "䦻"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-stroke.hgi-sharp.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-stroke.hgi-sharp.hgi-layer-add:before {
    content: "䧑"
}

.hgi-stroke.hgi-sharp.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-stroke.hgi-sharp.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-stroke.hgi-sharp.hgi-layers-01:before {
    content: "䧗"
}

.hgi-stroke.hgi-sharp.hgi-layers-02:before {
    content: "䧙"
}

.hgi-stroke.hgi-sharp.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-stroke.hgi-sharp.hgi-layout-01:before {
    content: "䧝"
}

.hgi-stroke.hgi-sharp.hgi-layout-02:before {
    content: "䧟"
}

.hgi-stroke.hgi-sharp.hgi-layout-03:before {
    content: "䧡"
}

.hgi-stroke.hgi-sharp.hgi-layout-04:before {
    content: "䧣"
}

.hgi-stroke.hgi-sharp.hgi-layout-05:before {
    content: "䧥"
}

.hgi-stroke.hgi-sharp.hgi-layout-06:before {
    content: "䧧"
}

.hgi-stroke.hgi-sharp.hgi-layout-07:before {
    content: "䧩"
}

.hgi-stroke.hgi-sharp.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-stroke.hgi-sharp.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-stroke.hgi-sharp.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-stroke.hgi-sharp.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-stroke.hgi-sharp.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-stroke.hgi-sharp.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-stroke.hgi-sharp.hgi-layout-left:before {
    content: "䧷"
}

.hgi-stroke.hgi-sharp.hgi-layout-right:before {
    content: "䧹"
}

.hgi-stroke.hgi-sharp.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-stroke.hgi-sharp.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-stroke.hgi-sharp.hgi-layout-top:before {
    content: "䧿"
}

.hgi-stroke.hgi-sharp.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-stroke.hgi-sharp.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-stroke.hgi-sharp.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-stroke.hgi-sharp.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-stroke.hgi-sharp.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-stroke.hgi-sharp.hgi-leetcode:before {
    content: "䨋"
}

.hgi-stroke.hgi-sharp.hgi-left-angle:before {
    content: "䨍"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-stroke.hgi-sharp.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-stroke.hgi-sharp.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-stroke.hgi-sharp.hgi-legal-01:before {
    content: "䨟"
}

.hgi-stroke.hgi-sharp.hgi-legal-02:before {
    content: "䨡"
}

.hgi-stroke.hgi-sharp.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-stroke.hgi-sharp.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-stroke.hgi-sharp.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-stroke.hgi-sharp.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-stroke.hgi-sharp.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-stroke.hgi-sharp.hgi-less-than:before {
    content: "䨭"
}

.hgi-stroke.hgi-sharp.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-stroke.hgi-sharp.hgi-libraries:before {
    content: "䨱"
}

.hgi-stroke.hgi-sharp.hgi-library:before {
    content: "䨳"
}

.hgi-stroke.hgi-sharp.hgi-license-draft:before {
    content: "䨵"
}

.hgi-stroke.hgi-sharp.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-stroke.hgi-sharp.hgi-license-no:before {
    content: "䨹"
}

.hgi-stroke.hgi-sharp.hgi-license-pin:before {
    content: "䨻"
}

.hgi-stroke.hgi-sharp.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-stroke.hgi-sharp.hgi-license:before {
    content: "䨿"
}

.hgi-stroke.hgi-sharp.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-stroke.hgi-sharp.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-stroke.hgi-sharp.hgi-limitation:before {
    content: "䩅"
}

.hgi-stroke.hgi-sharp.hgi-line:before {
    content: "䩇"
}

.hgi-stroke.hgi-sharp.hgi-liner:before {
    content: "䩉"
}

.hgi-stroke.hgi-sharp.hgi-link-01:before {
    content: "䩋"
}

.hgi-stroke.hgi-sharp.hgi-link-02:before {
    content: "䩍"
}

.hgi-stroke.hgi-sharp.hgi-link-03:before {
    content: "䩏"
}

.hgi-stroke.hgi-sharp.hgi-link-04:before {
    content: "䩑"
}

.hgi-stroke.hgi-sharp.hgi-link-05:before {
    content: "䩓"
}

.hgi-stroke.hgi-sharp.hgi-link-06:before {
    content: "䩕"
}

.hgi-stroke.hgi-sharp.hgi-link-backward:before {
    content: "䩗"
}

.hgi-stroke.hgi-sharp.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-stroke.hgi-sharp.hgi-link-circle:before {
    content: "䩛"
}

.hgi-stroke.hgi-sharp.hgi-link-forward:before {
    content: "䩝"
}

.hgi-stroke.hgi-sharp.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-stroke.hgi-sharp.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-stroke.hgi-sharp.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-stroke.hgi-sharp.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-stroke.hgi-sharp.hgi-list-setting:before {
    content: "䩧"
}

.hgi-stroke.hgi-sharp.hgi-list-view:before {
    content: "䩩"
}

.hgi-stroke.hgi-sharp.hgi-litecoin:before {
    content: "䩫"
}

.hgi-stroke.hgi-sharp.hgi-liver:before {
    content: "䩭"
}

.hgi-stroke.hgi-sharp.hgi-loading-01:before {
    content: "䩯"
}

.hgi-stroke.hgi-sharp.hgi-loading-02:before {
    content: "䩱"
}

.hgi-stroke.hgi-sharp.hgi-loading-03:before {
    content: "䩳"
}

.hgi-stroke.hgi-sharp.hgi-loading-04:before {
    content: "䩵"
}

.hgi-stroke.hgi-sharp.hgi-location-01:before {
    content: "䩷"
}

.hgi-stroke.hgi-sharp.hgi-location-02:before {
    content: "䩹"
}

.hgi-stroke.hgi-sharp.hgi-location-03:before {
    content: "䩻"
}

.hgi-stroke.hgi-sharp.hgi-location-04:before {
    content: "䩽"
}

.hgi-stroke.hgi-sharp.hgi-location-05:before {
    content: "䩿"
}

.hgi-stroke.hgi-sharp.hgi-location-06:before {
    content: "䪁"
}

.hgi-stroke.hgi-sharp.hgi-location-07:before {
    content: "䪃"
}

.hgi-stroke.hgi-sharp.hgi-location-08:before {
    content: "䪅"
}

.hgi-stroke.hgi-sharp.hgi-location-09:before {
    content: "䪇"
}

.hgi-stroke.hgi-sharp.hgi-location-10:before {
    content: "䪉"
}

.hgi-stroke.hgi-sharp.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-stroke.hgi-sharp.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-stroke.hgi-sharp.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-stroke.hgi-sharp.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-stroke.hgi-sharp.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-stroke.hgi-sharp.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-stroke.hgi-sharp.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-stroke.hgi-sharp.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-stroke.hgi-sharp.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-stroke.hgi-sharp.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-stroke.hgi-sharp.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-stroke.hgi-sharp.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-stroke.hgi-sharp.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-stroke.hgi-sharp.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-stroke.hgi-sharp.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-stroke.hgi-sharp.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-stroke.hgi-sharp.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-stroke.hgi-sharp.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-stroke.hgi-sharp.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-stroke.hgi-sharp.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-stroke.hgi-sharp.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-stroke.hgi-sharp.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-stroke.hgi-sharp.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-stroke.hgi-sharp.hgi-lock-key:before {
    content: "䪹"
}

.hgi-stroke.hgi-sharp.hgi-lock-password:before {
    content: "䪻"
}

.hgi-stroke.hgi-sharp.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-stroke.hgi-sharp.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-stroke.hgi-sharp.hgi-lock:before {
    content: "䫁"
}

.hgi-stroke.hgi-sharp.hgi-locked:before {
    content: "䫃"
}

.hgi-stroke.hgi-sharp.hgi-locker-01:before {
    content: "䫅"
}

.hgi-stroke.hgi-sharp.hgi-locker:before {
    content: "䫇"
}

.hgi-stroke.hgi-sharp.hgi-login-01:before {
    content: "䫉"
}

.hgi-stroke.hgi-sharp.hgi-login-02:before {
    content: "䫋"
}

.hgi-stroke.hgi-sharp.hgi-login-03:before {
    content: "䫍"
}

.hgi-stroke.hgi-sharp.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-stroke.hgi-sharp.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-stroke.hgi-sharp.hgi-login-method:before {
    content: "䫓"
}

.hgi-stroke.hgi-sharp.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-stroke.hgi-sharp.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-stroke.hgi-sharp.hgi-logout-01:before {
    content: "䫙"
}

.hgi-stroke.hgi-sharp.hgi-logout-02:before {
    content: "䫛"
}

.hgi-stroke.hgi-sharp.hgi-logout-03:before {
    content: "䫝"
}

.hgi-stroke.hgi-sharp.hgi-logout-04:before {
    content: "䫟"
}

.hgi-stroke.hgi-sharp.hgi-logout-05:before {
    content: "䫡"
}

.hgi-stroke.hgi-sharp.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-stroke.hgi-sharp.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-stroke.hgi-sharp.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-stroke.hgi-sharp.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-stroke.hgi-sharp.hgi-lollipop:before {
    content: "䫫"
}

.hgi-stroke.hgi-sharp.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-stroke.hgi-sharp.hgi-longitude:before {
    content: "䫯"
}

.hgi-stroke.hgi-sharp.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-stroke.hgi-sharp.hgi-look-left:before {
    content: "䫳"
}

.hgi-stroke.hgi-sharp.hgi-look-right:before {
    content: "䫵"
}

.hgi-stroke.hgi-sharp.hgi-look-top:before {
    content: "䫷"
}

.hgi-stroke.hgi-sharp.hgi-loom:before {
    content: "䫹"
}

.hgi-stroke.hgi-sharp.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-stroke.hgi-sharp.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-stroke.hgi-sharp.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-stroke.hgi-sharp.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-stroke.hgi-sharp.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-stroke.hgi-sharp.hgi-lungs:before {
    content: "䬅"
}

.hgi-stroke.hgi-sharp.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-stroke.hgi-sharp.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-stroke.hgi-sharp.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-stroke.hgi-sharp.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-stroke.hgi-sharp.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-stroke.hgi-sharp.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-stroke.hgi-sharp.hgi-magnet:before {
    content: "䬓"
}

.hgi-stroke.hgi-sharp.hgi-mail-01:before {
    content: "䬕"
}

.hgi-stroke.hgi-sharp.hgi-mail-02:before {
    content: "䬗"
}

.hgi-stroke.hgi-sharp.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-stroke.hgi-sharp.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-stroke.hgi-sharp.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-stroke.hgi-sharp.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-stroke.hgi-sharp.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-stroke.hgi-sharp.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-stroke.hgi-sharp.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-stroke.hgi-sharp.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-stroke.hgi-sharp.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-stroke.hgi-sharp.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-stroke.hgi-sharp.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-stroke.hgi-sharp.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-stroke.hgi-sharp.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-stroke.hgi-sharp.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-stroke.hgi-sharp.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-stroke.hgi-sharp.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-stroke.hgi-sharp.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-stroke.hgi-sharp.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-stroke.hgi-sharp.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-stroke.hgi-sharp.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-stroke.hgi-sharp.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-stroke.hgi-sharp.hgi-mail-open:before {
    content: "䭃"
}

.hgi-stroke.hgi-sharp.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-stroke.hgi-sharp.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-stroke.hgi-sharp.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-stroke.hgi-sharp.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-stroke.hgi-sharp.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-stroke.hgi-sharp.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-stroke.hgi-sharp.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-stroke.hgi-sharp.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-stroke.hgi-sharp.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-stroke.hgi-sharp.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-stroke.hgi-sharp.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-stroke.hgi-sharp.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-stroke.hgi-sharp.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-stroke.hgi-sharp.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-stroke.hgi-sharp.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-stroke.hgi-sharp.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-stroke.hgi-sharp.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-stroke.hgi-sharp.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-stroke.hgi-sharp.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-stroke.hgi-sharp.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-stroke.hgi-sharp.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-stroke.hgi-sharp.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-stroke.hgi-sharp.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-stroke.hgi-sharp.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-stroke.hgi-sharp.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-stroke.hgi-sharp.hgi-mailbox:before {
    content: "䭷"
}

.hgi-stroke.hgi-sharp.hgi-manager:before {
    content: "䭹"
}

.hgi-stroke.hgi-sharp.hgi-map-pin:before {
    content: "䭻"
}

.hgi-stroke.hgi-sharp.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-stroke.hgi-sharp.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-stroke.hgi-sharp.hgi-maping:before {
    content: "䮁"
}

.hgi-stroke.hgi-sharp.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-stroke.hgi-sharp.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-stroke.hgi-sharp.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-stroke.hgi-sharp.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-stroke.hgi-sharp.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-stroke.hgi-sharp.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-stroke.hgi-sharp.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-stroke.hgi-sharp.hgi-maps-off:before {
    content: "䮑"
}

.hgi-stroke.hgi-sharp.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-stroke.hgi-sharp.hgi-maps-search:before {
    content: "䮕"
}

.hgi-stroke.hgi-sharp.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-stroke.hgi-sharp.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-stroke.hgi-sharp.hgi-maps:before {
    content: "䮛"
}

.hgi-stroke.hgi-sharp.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-stroke.hgi-sharp.hgi-marketing:before {
    content: "䮟"
}

.hgi-stroke.hgi-sharp.hgi-mask-love:before {
    content: "䮡"
}

.hgi-stroke.hgi-sharp.hgi-mask:before {
    content: "䮣"
}

.hgi-stroke.hgi-sharp.hgi-master-card:before {
    content: "䮥"
}

.hgi-stroke.hgi-sharp.hgi-matches:before {
    content: "䮧"
}

.hgi-stroke.hgi-sharp.hgi-math:before {
    content: "䮩"
}

.hgi-stroke.hgi-sharp.hgi-matrix:before {
    content: "䮫"
}

.hgi-stroke.hgi-sharp.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-stroke.hgi-sharp.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-stroke.hgi-sharp.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-stroke.hgi-sharp.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-stroke.hgi-sharp.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-stroke.hgi-sharp.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-stroke.hgi-sharp.hgi-maze:before {
    content: "䮹"
}

.hgi-stroke.hgi-sharp.hgi-medal-01:before {
    content: "䮻"
}

.hgi-stroke.hgi-sharp.hgi-medal-02:before {
    content: "䮽"
}

.hgi-stroke.hgi-sharp.hgi-medal-03:before {
    content: "䮿"
}

.hgi-stroke.hgi-sharp.hgi-medal-04:before {
    content: "䯁"
}

.hgi-stroke.hgi-sharp.hgi-medal-05:before {
    content: "䯃"
}

.hgi-stroke.hgi-sharp.hgi-medal-06:before {
    content: "䯅"
}

.hgi-stroke.hgi-sharp.hgi-medal-07:before {
    content: "䯇"
}

.hgi-stroke.hgi-sharp.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-stroke.hgi-sharp.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-stroke.hgi-sharp.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-stroke.hgi-sharp.hgi-medical-file:before {
    content: "䯏"
}

.hgi-stroke.hgi-sharp.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-stroke.hgi-sharp.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-stroke.hgi-sharp.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-stroke.hgi-sharp.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-stroke.hgi-sharp.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-stroke.hgi-sharp.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-stroke.hgi-sharp.hgi-medium-square:before {
    content: "䯞"
}

.hgi-stroke.hgi-sharp.hgi-medium:before {
    content: "䯟"
}

.hgi-stroke.hgi-sharp.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-stroke.hgi-sharp.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-stroke.hgi-sharp.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-stroke.hgi-sharp.hgi-meh:before {
    content: "䯧"
}

.hgi-stroke.hgi-sharp.hgi-mentor:before {
    content: "䯩"
}

.hgi-stroke.hgi-sharp.hgi-mentoring:before {
    content: "䯫"
}

.hgi-stroke.hgi-sharp.hgi-menu-01:before {
    content: "䯭"
}

.hgi-stroke.hgi-sharp.hgi-menu-02:before {
    content: "䯯"
}

.hgi-stroke.hgi-sharp.hgi-menu-03:before {
    content: "䯱"
}

.hgi-stroke.hgi-sharp.hgi-menu-04:before {
    content: "䯳"
}

.hgi-stroke.hgi-sharp.hgi-menu-05:before {
    content: "䯵"
}

.hgi-stroke.hgi-sharp.hgi-menu-06:before {
    content: "䯷"
}

.hgi-stroke.hgi-sharp.hgi-menu-07:before {
    content: "䯹"
}

.hgi-stroke.hgi-sharp.hgi-menu-08:before {
    content: "䯻"
}

.hgi-stroke.hgi-sharp.hgi-menu-09:before {
    content: "䯽"
}

.hgi-stroke.hgi-sharp.hgi-menu-10:before {
    content: "䯿"
}

.hgi-stroke.hgi-sharp.hgi-menu-11:before {
    content: "䰁"
}

.hgi-stroke.hgi-sharp.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-stroke.hgi-sharp.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-stroke.hgi-sharp.hgi-menu-square:before {
    content: "䰇"
}

.hgi-stroke.hgi-sharp.hgi-message-01:before {
    content: "䰉"
}

.hgi-stroke.hgi-sharp.hgi-message-02:before {
    content: "䰋"
}

.hgi-stroke.hgi-sharp.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-stroke.hgi-sharp.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-stroke.hgi-sharp.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-stroke.hgi-sharp.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-stroke.hgi-sharp.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-stroke.hgi-sharp.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-stroke.hgi-sharp.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-stroke.hgi-sharp.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-stroke.hgi-sharp.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-stroke.hgi-sharp.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-stroke.hgi-sharp.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-stroke.hgi-sharp.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-stroke.hgi-sharp.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-stroke.hgi-sharp.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-stroke.hgi-sharp.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-stroke.hgi-sharp.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-stroke.hgi-sharp.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-stroke.hgi-sharp.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-stroke.hgi-sharp.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-stroke.hgi-sharp.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-stroke.hgi-sharp.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-stroke.hgi-sharp.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-stroke.hgi-sharp.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-stroke.hgi-sharp.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-stroke.hgi-sharp.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-stroke.hgi-sharp.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-stroke.hgi-sharp.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-stroke.hgi-sharp.hgi-message-programming:before {
    content: "䱃"
}

.hgi-stroke.hgi-sharp.hgi-message-question:before {
    content: "䱅"
}

.hgi-stroke.hgi-sharp.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-stroke.hgi-sharp.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-stroke.hgi-sharp.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-stroke.hgi-sharp.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-stroke.hgi-sharp.hgi-message-translate:before {
    content: "䱏"
}

.hgi-stroke.hgi-sharp.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-stroke.hgi-sharp.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-stroke.hgi-sharp.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-stroke.hgi-sharp.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-stroke.hgi-sharp.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-stroke.hgi-sharp.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-stroke.hgi-sharp.hgi-messenger:before {
    content: "䱝"
}

.hgi-stroke.hgi-sharp.hgi-meta:before {
    content: "䱟"
}

.hgi-stroke.hgi-sharp.hgi-metro:before {
    content: "䱡"
}

.hgi-stroke.hgi-sharp.hgi-mic-01:before {
    content: "䱣"
}

.hgi-stroke.hgi-sharp.hgi-mic-02:before {
    content: "䱥"
}

.hgi-stroke.hgi-sharp.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-stroke.hgi-sharp.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-stroke.hgi-sharp.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-stroke.hgi-sharp.hgi-microsoft:before {
    content: "䱭"
}

.hgi-stroke.hgi-sharp.hgi-microwave:before {
    content: "䱯"
}

.hgi-stroke.hgi-sharp.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-stroke.hgi-sharp.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-stroke.hgi-sharp.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-stroke.hgi-sharp.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-stroke.hgi-sharp.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-stroke.hgi-sharp.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-stroke.hgi-sharp.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-stroke.hgi-sharp.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-stroke.hgi-sharp.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-stroke.hgi-sharp.hgi-mining-01:before {
    content: "䲃"
}

.hgi-stroke.hgi-sharp.hgi-mining-02:before {
    content: "䲅"
}

.hgi-stroke.hgi-sharp.hgi-mining-03:before {
    content: "䲇"
}

.hgi-stroke.hgi-sharp.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-stroke.hgi-sharp.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-stroke.hgi-sharp.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-stroke.hgi-sharp.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-stroke.hgi-sharp.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-stroke.hgi-sharp.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-stroke.hgi-sharp.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-stroke.hgi-sharp.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-stroke.hgi-sharp.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-stroke.hgi-sharp.hgi-mirror:before {
    content: "䲛"
}

.hgi-stroke.hgi-sharp.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-stroke.hgi-sharp.hgi-mixer:before {
    content: "䲟"
}

.hgi-stroke.hgi-sharp.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-stroke.hgi-sharp.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-stroke.hgi-sharp.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-stroke.hgi-sharp.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-stroke.hgi-sharp.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-stroke.hgi-sharp.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-stroke.hgi-sharp.hgi-mochi:before {
    content: "䲭"
}

.hgi-stroke.hgi-sharp.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-stroke.hgi-sharp.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-stroke.hgi-sharp.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-stroke.hgi-sharp.hgi-molecules:before {
    content: "䲵"
}

.hgi-stroke.hgi-sharp.hgi-monas:before {
    content: "䲷"
}

.hgi-stroke.hgi-sharp.hgi-money-01:before {
    content: "䲹"
}

.hgi-stroke.hgi-sharp.hgi-money-02:before {
    content: "䲻"
}

.hgi-stroke.hgi-sharp.hgi-money-03:before {
    content: "䲽"
}

.hgi-stroke.hgi-sharp.hgi-money-04:before {
    content: "䲿"
}

.hgi-stroke.hgi-sharp.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-stroke.hgi-sharp.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-stroke.hgi-sharp.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-stroke.hgi-sharp.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-stroke.hgi-sharp.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-stroke.hgi-sharp.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-stroke.hgi-sharp.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-stroke.hgi-sharp.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-stroke.hgi-sharp.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-stroke.hgi-sharp.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-stroke.hgi-sharp.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-stroke.hgi-sharp.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-stroke.hgi-sharp.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-stroke.hgi-sharp.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-stroke.hgi-sharp.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-stroke.hgi-sharp.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-stroke.hgi-sharp.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-stroke.hgi-sharp.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-stroke.hgi-sharp.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-stroke.hgi-sharp.hgi-money-safe:before {
    content: "䳧"
}

.hgi-stroke.hgi-sharp.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-stroke.hgi-sharp.hgi-money-security:before {
    content: "䳫"
}

.hgi-stroke.hgi-sharp.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-stroke.hgi-sharp.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-stroke.hgi-sharp.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-stroke.hgi-sharp.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-stroke.hgi-sharp.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-stroke.hgi-sharp.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-stroke.hgi-sharp.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-stroke.hgi-sharp.hgi-monocle:before {
    content: "䳻"
}

.hgi-stroke.hgi-sharp.hgi-monster:before {
    content: "䳽"
}

.hgi-stroke.hgi-sharp.hgi-moon-01:before {
    content: "䳿"
}

.hgi-stroke.hgi-sharp.hgi-moon-02:before {
    content: "䴁"
}

.hgi-stroke.hgi-sharp.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-stroke.hgi-sharp.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-stroke.hgi-sharp.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-stroke.hgi-sharp.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-stroke.hgi-sharp.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-stroke.hgi-sharp.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-stroke.hgi-sharp.hgi-moon:before {
    content: "䴥"
}

.hgi-stroke.hgi-sharp.hgi-moonset:before {
    content: "䴧"
}

.hgi-stroke.hgi-sharp.hgi-more-01:before {
    content: "䴩"
}

.hgi-stroke.hgi-sharp.hgi-more-02:before {
    content: "䴫"
}

.hgi-stroke.hgi-sharp.hgi-more-03:before {
    content: "䴭"
}

.hgi-stroke.hgi-sharp.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-stroke.hgi-sharp.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-stroke.hgi-sharp.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-stroke.hgi-sharp.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-stroke.hgi-sharp.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-stroke.hgi-sharp.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-stroke.hgi-sharp.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-stroke.hgi-sharp.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-stroke.hgi-sharp.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-stroke.hgi-sharp.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-stroke.hgi-sharp.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-stroke.hgi-sharp.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-stroke.hgi-sharp.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-stroke.hgi-sharp.hgi-more:before {
    content: "䵉"
}

.hgi-stroke.hgi-sharp.hgi-mortar:before {
    content: "䵋"
}

.hgi-stroke.hgi-sharp.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-stroke.hgi-sharp.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-stroke.hgi-sharp.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-stroke.hgi-sharp.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-stroke.hgi-sharp.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-stroke.hgi-sharp.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-stroke.hgi-sharp.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-stroke.hgi-sharp.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-stroke.hgi-sharp.hgi-motion-01:before {
    content: "䵝"
}

.hgi-stroke.hgi-sharp.hgi-motion-02:before {
    content: "䵟"
}

.hgi-stroke.hgi-sharp.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-stroke.hgi-sharp.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-stroke.hgi-sharp.hgi-mountain:before {
    content: "䵥"
}

.hgi-stroke.hgi-sharp.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-stroke.hgi-sharp.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-stroke.hgi-sharp.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-stroke.hgi-sharp.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-stroke.hgi-sharp.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-stroke.hgi-sharp.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-stroke.hgi-sharp.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-stroke.hgi-sharp.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-stroke.hgi-sharp.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-stroke.hgi-sharp.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-stroke.hgi-sharp.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-stroke.hgi-sharp.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-stroke.hgi-sharp.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-stroke.hgi-sharp.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-stroke.hgi-sharp.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-stroke.hgi-sharp.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-stroke.hgi-sharp.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-stroke.hgi-sharp.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-stroke.hgi-sharp.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-stroke.hgi-sharp.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-stroke.hgi-sharp.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-stroke.hgi-sharp.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-stroke.hgi-sharp.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-stroke.hgi-sharp.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-stroke.hgi-sharp.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-stroke.hgi-sharp.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-stroke.hgi-sharp.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-stroke.hgi-sharp.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-stroke.hgi-sharp.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-stroke.hgi-sharp.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-stroke.hgi-sharp.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-stroke.hgi-sharp.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-stroke.hgi-sharp.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-stroke.hgi-sharp.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-stroke.hgi-sharp.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-stroke.hgi-sharp.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-stroke.hgi-sharp.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-stroke.hgi-sharp.hgi-move-01:before {
    content: "䶱"
}

.hgi-stroke.hgi-sharp.hgi-move-02:before {
    content: "䶳"
}

.hgi-stroke.hgi-sharp.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-stroke.hgi-sharp.hgi-move-left:before {
    content: "䶷"
}

.hgi-stroke.hgi-sharp.hgi-move-right:before {
    content: "䶹"
}

.hgi-stroke.hgi-sharp.hgi-move-to:before {
    content: "䶼"
}

.hgi-stroke.hgi-sharp.hgi-move-top:before {
    content: "䶾"
}

.hgi-stroke.hgi-sharp.hgi-move:before {
    content: "䶿"
}

.hgi-stroke.hgi-sharp.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-stroke.hgi-sharp.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-stroke.hgi-sharp.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-stroke.hgi-sharp.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-stroke.hgi-sharp.hgi-muhammad:before {
    content: "䷉"
}

.hgi-stroke.hgi-sharp.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-stroke.hgi-sharp.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-stroke.hgi-sharp.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-stroke.hgi-sharp.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-stroke.hgi-sharp.hgi-mushroom:before {
    content: "䷓"
}

.hgi-stroke.hgi-sharp.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-stroke.hgi-sharp.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-stroke.hgi-sharp.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-stroke.hgi-sharp.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-stroke.hgi-sharp.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-stroke.hgi-sharp.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-stroke.hgi-sharp.hgi-muslim:before {
    content: "䷡"
}

.hgi-stroke.hgi-sharp.hgi-mute:before {
    content: "䷣"
}

.hgi-stroke.hgi-sharp.hgi-mymind:before {
    content: "䷥"
}

.hgi-stroke.hgi-sharp.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-stroke.hgi-sharp.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-stroke.hgi-sharp.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-stroke.hgi-sharp.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-stroke.hgi-sharp.hgi-natural-food:before {
    content: "䷯"
}

.hgi-stroke.hgi-sharp.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-stroke.hgi-sharp.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-stroke.hgi-sharp.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-stroke.hgi-sharp.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-stroke.hgi-sharp.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-stroke.hgi-sharp.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-stroke.hgi-sharp.hgi-necklace:before {
    content: "䷽"
}

.hgi-stroke.hgi-sharp.hgi-nerd:before {
    content: "䷿"
}

.hgi-stroke.hgi-sharp.hgi-neural-network:before {
    content: "丁"
}

.hgi-stroke.hgi-sharp.hgi-neutral:before {
    content: "七"
}

.hgi-stroke.hgi-sharp.hgi-new-job:before {
    content: "丅"
}

.hgi-stroke.hgi-sharp.hgi-new-office:before {
    content: "万"
}

.hgi-stroke.hgi-sharp.hgi-new-releases:before {
    content: "三"
}

.hgi-stroke.hgi-sharp.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-stroke.hgi-sharp.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-stroke.hgi-sharp.hgi-new-twitter:before {
    content: "丏"
}

.hgi-stroke.hgi-sharp.hgi-news-01:before {
    content: "丑"
}

.hgi-stroke.hgi-sharp.hgi-news:before {
    content: "专"
}

.hgi-stroke.hgi-sharp.hgi-next:before {
    content: "丕"
}

.hgi-stroke.hgi-sharp.hgi-nike:before {
    content: "丗"
}

.hgi-stroke.hgi-sharp.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-stroke.hgi-sharp.hgi-nintendo:before {
    content: "丛"
}

.hgi-stroke.hgi-sharp.hgi-niqab:before {
    content: "丝"
}

.hgi-stroke.hgi-sharp.hgi-no-internet:before {
    content: "丟"
}

.hgi-stroke.hgi-sharp.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-stroke.hgi-sharp.hgi-node-add:before {
    content: "丣"
}

.hgi-stroke.hgi-sharp.hgi-node-edit:before {
    content: "严"
}

.hgi-stroke.hgi-sharp.hgi-node-move-down:before {
    content: "丧"
}

.hgi-stroke.hgi-sharp.hgi-node-move-up:before {
    content: "丩"
}

.hgi-stroke.hgi-sharp.hgi-node-remove:before {
    content: "丫"
}

.hgi-stroke.hgi-sharp.hgi-noodles:before {
    content: "中"
}

.hgi-stroke.hgi-sharp.hgi-nose:before {
    content: "丯"
}

.hgi-stroke.hgi-sharp.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-stroke.hgi-sharp.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-stroke.hgi-sharp.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-stroke.hgi-sharp.hgi-note-01:before {
    content: "丷"
}

.hgi-stroke.hgi-sharp.hgi-note-02:before {
    content: "丹"
}

.hgi-stroke.hgi-sharp.hgi-note-03:before {
    content: "主"
}

.hgi-stroke.hgi-sharp.hgi-note-04:before {
    content: "丽"
}

.hgi-stroke.hgi-sharp.hgi-note-05:before {
    content: "丿"
}

.hgi-stroke.hgi-sharp.hgi-note-add:before {
    content: "乁"
}

.hgi-stroke.hgi-sharp.hgi-note-done:before {
    content: "乃"
}

.hgi-stroke.hgi-sharp.hgi-note-edit:before {
    content: "久"
}

.hgi-stroke.hgi-sharp.hgi-note-remove:before {
    content: "乇"
}

.hgi-stroke.hgi-sharp.hgi-note:before {
    content: "义"
}

.hgi-stroke.hgi-sharp.hgi-notebook-01:before {
    content: "之"
}

.hgi-stroke.hgi-sharp.hgi-notebook-02:before {
    content: "乍"
}

.hgi-stroke.hgi-sharp.hgi-notebook:before {
    content: "乏"
}

.hgi-stroke.hgi-sharp.hgi-notification-01:before {
    content: "乑"
}

.hgi-stroke.hgi-sharp.hgi-notification-02:before {
    content: "乓"
}

.hgi-stroke.hgi-sharp.hgi-notification-03:before {
    content: "乕"
}

.hgi-stroke.hgi-sharp.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-stroke.hgi-sharp.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-stroke.hgi-sharp.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-stroke.hgi-sharp.hgi-notification-bubble:before {
    content: "九"
}

.hgi-stroke.hgi-sharp.hgi-notification-circle:before {
    content: "也"
}

.hgi-stroke.hgi-sharp.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-stroke.hgi-sharp.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-stroke.hgi-sharp.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-stroke.hgi-sharp.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-stroke.hgi-sharp.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-stroke.hgi-sharp.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-stroke.hgi-sharp.hgi-notification-square:before {
    content: "乭"
}

.hgi-stroke.hgi-sharp.hgi-notion-01:before {
    content: "乯"
}

.hgi-stroke.hgi-sharp.hgi-notion-02:before {
    content: "乱"
}

.hgi-stroke.hgi-sharp.hgi-npm:before {
    content: "乳"
}

.hgi-stroke.hgi-sharp.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-stroke.hgi-sharp.hgi-nut:before {
    content: "乷"
}

.hgi-stroke.hgi-sharp.hgi-obtuse:before {
    content: "乹"
}

.hgi-stroke.hgi-sharp.hgi-octagon:before {
    content: "乻"
}

.hgi-stroke.hgi-sharp.hgi-octopus:before {
    content: "乽"
}

.hgi-stroke.hgi-sharp.hgi-office-365:before {
    content: "乿"
}

.hgi-stroke.hgi-sharp.hgi-office-chair:before {
    content: "亁"
}

.hgi-stroke.hgi-sharp.hgi-office:before {
    content: "亃"
}

.hgi-stroke.hgi-sharp.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-stroke.hgi-sharp.hgi-ok-finger:before {
    content: "亇"
}

.hgi-stroke.hgi-sharp.hgi-olympic-torch:before {
    content: "争"
}

.hgi-stroke.hgi-sharp.hgi-online-learning-01:before {
    content: "事"
}

.hgi-stroke.hgi-sharp.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-stroke.hgi-sharp.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-stroke.hgi-sharp.hgi-online-learning-04:before {
    content: "云"
}

.hgi-stroke.hgi-sharp.hgi-open-caption:before {
    content: "亓"
}

.hgi-stroke.hgi-sharp.hgi-option:before {
    content: "井"
}

.hgi-stroke.hgi-sharp.hgi-orange:before {
    content: "亗"
}

.hgi-stroke.hgi-sharp.hgi-orbit-01:before {
    content: "亙"
}

.hgi-stroke.hgi-sharp.hgi-orbit-02:before {
    content: "些"
}

.hgi-stroke.hgi-sharp.hgi-organic-food:before {
    content: "亝"
}

.hgi-stroke.hgi-sharp.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-stroke.hgi-sharp.hgi-oval:before {
    content: "亡"
}

.hgi-stroke.hgi-sharp.hgi-oven:before {
    content: "亣"
}

.hgi-stroke.hgi-sharp.hgi-package-add:before {
    content: "亥"
}

.hgi-stroke.hgi-sharp.hgi-package-delivered:before {
    content: "产"
}

.hgi-stroke.hgi-sharp.hgi-package-moving:before {
    content: "亩"
}

.hgi-stroke.hgi-sharp.hgi-package-open:before {
    content: "享"
}

.hgi-stroke.hgi-sharp.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-stroke.hgi-sharp.hgi-package-process:before {
    content: "亯"
}

.hgi-stroke.hgi-sharp.hgi-package-receive:before {
    content: "亱"
}

.hgi-stroke.hgi-sharp.hgi-package-remove:before {
    content: "亳"
}

.hgi-stroke.hgi-sharp.hgi-package-search:before {
    content: "亵"
}

.hgi-stroke.hgi-sharp.hgi-package-sent:before {
    content: "亸"
}

.hgi-stroke.hgi-sharp.hgi-package:before {
    content: "亹"
}

.hgi-stroke.hgi-sharp.hgi-pacman-01:before {
    content: "亻"
}

.hgi-stroke.hgi-sharp.hgi-pacman-02:before {
    content: "亽"
}

.hgi-stroke.hgi-sharp.hgi-paint-board:before {
    content: "亿"
}

.hgi-stroke.hgi-sharp.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-stroke.hgi-sharp.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-stroke.hgi-sharp.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-stroke.hgi-sharp.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-stroke.hgi-sharp.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-stroke.hgi-sharp.hgi-pan-01:before {
    content: "介"
}

.hgi-stroke.hgi-sharp.hgi-pan-02:before {
    content: "仍"
}

.hgi-stroke.hgi-sharp.hgi-pan-03:before {
    content: "仏"
}

.hgi-stroke.hgi-sharp.hgi-parabola-01:before {
    content: "仑"
}

.hgi-stroke.hgi-sharp.hgi-parabola-02:before {
    content: "仓"
}

.hgi-stroke.hgi-sharp.hgi-parabola-03:before {
    content: "仕"
}

.hgi-stroke.hgi-sharp.hgi-paragliding:before {
    content: "仗"
}

.hgi-stroke.hgi-sharp.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-stroke.hgi-sharp.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-stroke.hgi-sharp.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-stroke.hgi-sharp.hgi-paragraph:before {
    content: "仟"
}

.hgi-stroke.hgi-sharp.hgi-parallelogram:before {
    content: "仡"
}

.hgi-stroke.hgi-sharp.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-stroke.hgi-sharp.hgi-parking-area-square:before {
    content: "以"
}

.hgi-stroke.hgi-sharp.hgi-passport-01:before {
    content: "仧"
}

.hgi-stroke.hgi-sharp.hgi-passport-expired:before {
    content: "仩"
}

.hgi-stroke.hgi-sharp.hgi-passport-valid:before {
    content: "们"
}

.hgi-stroke.hgi-sharp.hgi-passport:before {
    content: "仭"
}

.hgi-stroke.hgi-sharp.hgi-password-validation:before {
    content: "仯"
}

.hgi-stroke.hgi-sharp.hgi-path:before {
    content: "仱"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-stroke.hgi-sharp.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-stroke.hgi-sharp.hgi-patient:before {
    content: "伇"
}

.hgi-stroke.hgi-sharp.hgi-patio:before {
    content: "伉"
}

.hgi-stroke.hgi-sharp.hgi-pause:before {
    content: "伋"
}

.hgi-stroke.hgi-sharp.hgi-pavilon:before {
    content: "伍"
}

.hgi-stroke.hgi-sharp.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-stroke.hgi-sharp.hgi-payment-01:before {
    content: "休"
}

.hgi-stroke.hgi-sharp.hgi-payment-02:before {
    content: "伓"
}

.hgi-stroke.hgi-sharp.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-stroke.hgi-sharp.hgi-payment-success-02:before {
    content: "众"
}

.hgi-stroke.hgi-sharp.hgi-payoneer:before {
    content: "伙"
}

.hgi-stroke.hgi-sharp.hgi-paypal:before {
    content: "伛"
}

.hgi-stroke.hgi-sharp.hgi-pdf-01:before {
    content: "伝"
}

.hgi-stroke.hgi-sharp.hgi-pdf-02:before {
    content: "伟"
}

.hgi-stroke.hgi-sharp.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-stroke.hgi-sharp.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-stroke.hgi-sharp.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-stroke.hgi-sharp.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-stroke.hgi-sharp.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-stroke.hgi-sharp.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-stroke.hgi-sharp.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-stroke.hgi-sharp.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-stroke.hgi-sharp.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-stroke.hgi-sharp.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-stroke.hgi-sharp.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-stroke.hgi-sharp.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-stroke.hgi-sharp.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-stroke.hgi-sharp.hgi-pencil:before {
    content: "伻"
}

.hgi-stroke.hgi-sharp.hgi-pendulum:before {
    content: "伽"
}

.hgi-stroke.hgi-sharp.hgi-pensive:before {
    content: "伿"
}

.hgi-stroke.hgi-sharp.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-stroke.hgi-sharp.hgi-pentagon:before {
    content: "佃"
}

.hgi-stroke.hgi-sharp.hgi-percent-circle:before {
    content: "佅"
}

.hgi-stroke.hgi-sharp.hgi-percent-square:before {
    content: "佈"
}

.hgi-stroke.hgi-sharp.hgi-percent:before {
    content: "佉"
}

.hgi-stroke.hgi-sharp.hgi-perfume:before {
    content: "佋"
}

.hgi-stroke.hgi-sharp.hgi-periscope:before {
    content: "位"
}

.hgi-stroke.hgi-sharp.hgi-permanent-job:before {
    content: "住"
}

.hgi-stroke.hgi-sharp.hgi-perspective:before {
    content: "佑"
}

.hgi-stroke.hgi-sharp.hgi-pexels:before {
    content: "体"
}

.hgi-stroke.hgi-sharp.hgi-phone-off-01:before {
    content: "何"
}

.hgi-stroke.hgi-sharp.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-stroke.hgi-sharp.hgi-php:before {
    content: "余"
}

.hgi-stroke.hgi-sharp.hgi-physics:before {
    content: "佛"
}

.hgi-stroke.hgi-sharp.hgi-pi-circle:before {
    content: "佝"
}

.hgi-stroke.hgi-sharp.hgi-pi-square:before {
    content: "你"
}

.hgi-stroke.hgi-sharp.hgi-pi:before {
    content: "佡"
}

.hgi-stroke.hgi-sharp.hgi-picasa:before {
    content: "佣"
}

.hgi-stroke.hgi-sharp.hgi-pickup-01:before {
    content: "佥"
}

.hgi-stroke.hgi-sharp.hgi-pickup-02:before {
    content: "佧"
}

.hgi-stroke.hgi-sharp.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-stroke.hgi-sharp.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-stroke.hgi-sharp.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-stroke.hgi-sharp.hgi-pie-chart:before {
    content: "佯"
}

.hgi-stroke.hgi-sharp.hgi-pie:before {
    content: "佱"
}

.hgi-stroke.hgi-sharp.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-stroke.hgi-sharp.hgi-pin-code:before {
    content: "併"
}

.hgi-stroke.hgi-sharp.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-stroke.hgi-sharp.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-stroke.hgi-sharp.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-stroke.hgi-sharp.hgi-pin-off:before {
    content: "佽"
}

.hgi-stroke.hgi-sharp.hgi-pin:before {
    content: "使"
}

.hgi-stroke.hgi-sharp.hgi-pinterest:before {
    content: "侁"
}

.hgi-stroke.hgi-sharp.hgi-pipeline:before {
    content: "侃"
}

.hgi-stroke.hgi-sharp.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-stroke.hgi-sharp.hgi-pizza-01:before {
    content: "侇"
}

.hgi-stroke.hgi-sharp.hgi-pizza-02:before {
    content: "侉"
}

.hgi-stroke.hgi-sharp.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-stroke.hgi-sharp.hgi-plane:before {
    content: "侍"
}

.hgi-stroke.hgi-sharp.hgi-plant-01:before {
    content: "侏"
}

.hgi-stroke.hgi-sharp.hgi-plant-02:before {
    content: "侑"
}

.hgi-stroke.hgi-sharp.hgi-plant-03:before {
    content: "侓"
}

.hgi-stroke.hgi-sharp.hgi-plant-04:before {
    content: "侕"
}

.hgi-stroke.hgi-sharp.hgi-plate:before {
    content: "侗"
}

.hgi-stroke.hgi-sharp.hgi-plaxo:before {
    content: "侙"
}

.hgi-stroke.hgi-sharp.hgi-play-circle-02:before {
    content: "供"
}

.hgi-stroke.hgi-sharp.hgi-play-circle:before {
    content: "依"
}

.hgi-stroke.hgi-sharp.hgi-play-list-add:before {
    content: "侟"
}

.hgi-stroke.hgi-sharp.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-stroke.hgi-sharp.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-stroke.hgi-sharp.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-stroke.hgi-sharp.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-stroke.hgi-sharp.hgi-play-list:before {
    content: "侩"
}

.hgi-stroke.hgi-sharp.hgi-play-square:before {
    content: "侬"
}

.hgi-stroke.hgi-sharp.hgi-play-store:before {
    content: "侮"
}

.hgi-stroke.hgi-sharp.hgi-play:before {
    content: "侯"
}

.hgi-stroke.hgi-sharp.hgi-playlist-01:before {
    content: "侱"
}

.hgi-stroke.hgi-sharp.hgi-playlist-02:before {
    content: "侳"
}

.hgi-stroke.hgi-sharp.hgi-playlist-03:before {
    content: "侵"
}

.hgi-stroke.hgi-sharp.hgi-plaza:before {
    content: "侷"
}

.hgi-stroke.hgi-sharp.hgi-plug-01:before {
    content: "侹"
}

.hgi-stroke.hgi-sharp.hgi-plug-02:before {
    content: "侻"
}

.hgi-stroke.hgi-sharp.hgi-plug-socket:before {
    content: "侽"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-stroke.hgi-sharp.hgi-plus-minus:before {
    content: "俋"
}

.hgi-stroke.hgi-sharp.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-stroke.hgi-sharp.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-stroke.hgi-sharp.hgi-plus-sign:before {
    content: "俑"
}

.hgi-stroke.hgi-sharp.hgi-png-01:before {
    content: "俓"
}

.hgi-stroke.hgi-sharp.hgi-png-02:before {
    content: "俕"
}

.hgi-stroke.hgi-sharp.hgi-podium:before {
    content: "俗"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-stroke.hgi-sharp.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-stroke.hgi-sharp.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-stroke.hgi-sharp.hgi-pokeball:before {
    content: "俹"
}

.hgi-stroke.hgi-sharp.hgi-pokemon:before {
    content: "俻"
}

.hgi-stroke.hgi-sharp.hgi-police-badge:before {
    content: "俽"
}

.hgi-stroke.hgi-sharp.hgi-police-cap:before {
    content: "俿"
}

.hgi-stroke.hgi-sharp.hgi-police-car:before {
    content: "倁"
}

.hgi-stroke.hgi-sharp.hgi-police-station:before {
    content: "倃"
}

.hgi-stroke.hgi-sharp.hgi-policy:before {
    content: "倅"
}

.hgi-stroke.hgi-sharp.hgi-polygon:before {
    content: "倇"
}

.hgi-stroke.hgi-sharp.hgi-pool-table:before {
    content: "倊"
}

.hgi-stroke.hgi-sharp.hgi-pool:before {
    content: "個"
}

.hgi-stroke.hgi-sharp.hgi-poop:before {
    content: "倍"
}

.hgi-stroke.hgi-sharp.hgi-popcorn:before {
    content: "倏"
}

.hgi-stroke.hgi-sharp.hgi-pot-01:before {
    content: "們"
}

.hgi-stroke.hgi-sharp.hgi-pot-02:before {
    content: "倓"
}

.hgi-stroke.hgi-sharp.hgi-potion:before {
    content: "倕"
}

.hgi-stroke.hgi-sharp.hgi-pound-circle:before {
    content: "倗"
}

.hgi-stroke.hgi-sharp.hgi-pound-receive:before {
    content: "候"
}

.hgi-stroke.hgi-sharp.hgi-pound-send:before {
    content: "倜"
}

.hgi-stroke.hgi-sharp.hgi-pound-square:before {
    content: "倞"
}

.hgi-stroke.hgi-sharp.hgi-pound:before {
    content: "借"
}

.hgi-stroke.hgi-sharp.hgi-power-service:before {
    content: "倡"
}

.hgi-stroke.hgi-sharp.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-stroke.hgi-sharp.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-stroke.hgi-sharp.hgi-ppt-01:before {
    content: "倧"
}

.hgi-stroke.hgi-sharp.hgi-ppt-02:before {
    content: "倩"
}

.hgi-stroke.hgi-sharp.hgi-prawn:before {
    content: "倫"
}

.hgi-stroke.hgi-sharp.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-stroke.hgi-sharp.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-stroke.hgi-sharp.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-stroke.hgi-sharp.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-stroke.hgi-sharp.hgi-prescription:before {
    content: "倵"
}

.hgi-stroke.hgi-sharp.hgi-presentation-01:before {
    content: "倷"
}

.hgi-stroke.hgi-sharp.hgi-presentation-02:before {
    content: "倹"
}

.hgi-stroke.hgi-sharp.hgi-presentation-03:before {
    content: "倻"
}

.hgi-stroke.hgi-sharp.hgi-presentation-04:before {
    content: "倽"
}

.hgi-stroke.hgi-sharp.hgi-presentation-05:before {
    content: "倿"
}

.hgi-stroke.hgi-sharp.hgi-presentation-06:before {
    content: "偁"
}

.hgi-stroke.hgi-sharp.hgi-presentation-07:before {
    content: "偃"
}

.hgi-stroke.hgi-sharp.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-stroke.hgi-sharp.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-stroke.hgi-sharp.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-stroke.hgi-sharp.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-stroke.hgi-sharp.hgi-presentation-online:before {
    content: "偍"
}

.hgi-stroke.hgi-sharp.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-stroke.hgi-sharp.hgi-previous:before {
    content: "偑"
}

.hgi-stroke.hgi-sharp.hgi-printer-off:before {
    content: "偓"
}

.hgi-stroke.hgi-sharp.hgi-printer:before {
    content: "偕"
}

.hgi-stroke.hgi-sharp.hgi-prism-01:before {
    content: "偗"
}

.hgi-stroke.hgi-sharp.hgi-prism:before {
    content: "偙"
}

.hgi-stroke.hgi-sharp.hgi-prison-guard:before {
    content: "偛"
}

.hgi-stroke.hgi-sharp.hgi-prison:before {
    content: "偝"
}

.hgi-stroke.hgi-sharp.hgi-prisoner:before {
    content: "偟"
}

.hgi-stroke.hgi-sharp.hgi-product-loading:before {
    content: "偡"
}

.hgi-stroke.hgi-sharp.hgi-profile-02:before {
    content: "偣"
}

.hgi-stroke.hgi-sharp.hgi-profile:before {
    content: "健"
}

.hgi-stroke.hgi-sharp.hgi-profit:before {
    content: "偧"
}

.hgi-stroke.hgi-sharp.hgi-programming-flag:before {
    content: "偩"
}

.hgi-stroke.hgi-sharp.hgi-projector-01:before {
    content: "偫"
}

.hgi-stroke.hgi-sharp.hgi-projector:before {
    content: "偭"
}

.hgi-stroke.hgi-sharp.hgi-promotion:before {
    content: "偯"
}

.hgi-stroke.hgi-sharp.hgi-property-add:before {
    content: "偱"
}

.hgi-stroke.hgi-sharp.hgi-property-delete:before {
    content: "偳"
}

.hgi-stroke.hgi-sharp.hgi-property-edit:before {
    content: "偵"
}

.hgi-stroke.hgi-sharp.hgi-property-new:before {
    content: "偷"
}

.hgi-stroke.hgi-sharp.hgi-property-search:before {
    content: "偹"
}

.hgi-stroke.hgi-sharp.hgi-property-view:before {
    content: "偻"
}

.hgi-stroke.hgi-sharp.hgi-protection-mask:before {
    content: "偽"
}

.hgi-stroke.hgi-sharp.hgi-pulley:before {
    content: "偿"
}

.hgi-stroke.hgi-sharp.hgi-pulse-01:before {
    content: "傁"
}

.hgi-stroke.hgi-sharp.hgi-pulse-02:before {
    content: "傃"
}

.hgi-stroke.hgi-sharp.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-stroke.hgi-sharp.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-stroke.hgi-sharp.hgi-pumpkin:before {
    content: "傉"
}

.hgi-stroke.hgi-sharp.hgi-punch:before {
    content: "傋"
}

.hgi-stroke.hgi-sharp.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-stroke.hgi-sharp.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-stroke.hgi-sharp.hgi-purse-01:before {
    content: "傑"
}

.hgi-stroke.hgi-sharp.hgi-purse:before {
    content: "傓"
}

.hgi-stroke.hgi-sharp.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-stroke.hgi-sharp.hgi-puzzle:before {
    content: "傗"
}

.hgi-stroke.hgi-sharp.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-stroke.hgi-sharp.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-stroke.hgi-sharp.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-stroke.hgi-sharp.hgi-pyramid:before {
    content: "傟"
}

.hgi-stroke.hgi-sharp.hgi-qq-plot:before {
    content: "傡"
}

.hgi-stroke.hgi-sharp.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-stroke.hgi-sharp.hgi-qr-code:before {
    content: "傥"
}

.hgi-stroke.hgi-sharp.hgi-question:before {
    content: "傧"
}

.hgi-stroke.hgi-sharp.hgi-queue-01:before {
    content: "傩"
}

.hgi-stroke.hgi-sharp.hgi-queue-02:before {
    content: "傫"
}

.hgi-stroke.hgi-sharp.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-stroke.hgi-sharp.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-stroke.hgi-sharp.hgi-quiz-01:before {
    content: "傱"
}

.hgi-stroke.hgi-sharp.hgi-quiz-02:before {
    content: "傳"
}

.hgi-stroke.hgi-sharp.hgi-quiz-03:before {
    content: "債"
}

.hgi-stroke.hgi-sharp.hgi-quiz-04:before {
    content: "傷"
}

.hgi-stroke.hgi-sharp.hgi-quiz-05:before {
    content: "傹"
}

.hgi-stroke.hgi-sharp.hgi-quora:before {
    content: "傻"
}

.hgi-stroke.hgi-sharp.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-stroke.hgi-sharp.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-stroke.hgi-sharp.hgi-quote-down:before {
    content: "僁"
}

.hgi-stroke.hgi-sharp.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-stroke.hgi-sharp.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-stroke.hgi-sharp.hgi-quote-up:before {
    content: "僇"
}

.hgi-stroke.hgi-sharp.hgi-quotes:before {
    content: "僉"
}

.hgi-stroke.hgi-sharp.hgi-quran-01:before {
    content: "僋"
}

.hgi-stroke.hgi-sharp.hgi-quran-02:before {
    content: "働"
}

.hgi-stroke.hgi-sharp.hgi-quran-03:before {
    content: "像"
}

.hgi-stroke.hgi-sharp.hgi-racing-flag:before {
    content: "僑"
}

.hgi-stroke.hgi-sharp.hgi-radar-01:before {
    content: "僓"
}

.hgi-stroke.hgi-sharp.hgi-radar-02:before {
    content: "僕"
}

.hgi-stroke.hgi-sharp.hgi-radial:before {
    content: "僗"
}

.hgi-stroke.hgi-sharp.hgi-radio-01:before {
    content: "僙"
}

.hgi-stroke.hgi-sharp.hgi-radio-02:before {
    content: "僛"
}

.hgi-stroke.hgi-sharp.hgi-radio:before {
    content: "僝"
}

.hgi-stroke.hgi-sharp.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-stroke.hgi-sharp.hgi-radius:before {
    content: "僡"
}

.hgi-stroke.hgi-sharp.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-stroke.hgi-sharp.hgi-rain-drop:before {
    content: "僥"
}

.hgi-stroke.hgi-sharp.hgi-rain:before {
    content: "僧"
}

.hgi-stroke.hgi-sharp.hgi-rainbow:before {
    content: "僩"
}

.hgi-stroke.hgi-sharp.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-stroke.hgi-sharp.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-stroke.hgi-sharp.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-stroke.hgi-sharp.hgi-ranking:before {
    content: "僱"
}

.hgi-stroke.hgi-sharp.hgi-raw-01:before {
    content: "僳"
}

.hgi-stroke.hgi-sharp.hgi-raw-02:before {
    content: "僵"
}

.hgi-stroke.hgi-sharp.hgi-re:before {
    content: "僷"
}

.hgi-stroke.hgi-sharp.hgi-react:before {
    content: "價"
}

.hgi-stroke.hgi-sharp.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-stroke.hgi-sharp.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-stroke.hgi-sharp.hgi-record:before {
    content: "僿"
}

.hgi-stroke.hgi-sharp.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-stroke.hgi-sharp.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-stroke.hgi-sharp.hgi-rectangular:before {
    content: "儅"
}

.hgi-stroke.hgi-sharp.hgi-recycle-01:before {
    content: "儇"
}

.hgi-stroke.hgi-sharp.hgi-recycle-02:before {
    content: "儉"
}

.hgi-stroke.hgi-sharp.hgi-recycle-03:before {
    content: "儋"
}

.hgi-stroke.hgi-sharp.hgi-reddit:before {
    content: "儍"
}

.hgi-stroke.hgi-sharp.hgi-reflex:before {
    content: "儏"
}

.hgi-stroke.hgi-sharp.hgi-refresh:before {
    content: "儑"
}

.hgi-stroke.hgi-sharp.hgi-refrigerator:before {
    content: "儓"
}

.hgi-stroke.hgi-sharp.hgi-register:before {
    content: "儕"
}

.hgi-stroke.hgi-sharp.hgi-registered:before {
    content: "儗"
}

.hgi-stroke.hgi-sharp.hgi-relieved-01:before {
    content: "儙"
}

.hgi-stroke.hgi-sharp.hgi-relieved-02:before {
    content: "儛"
}

.hgi-stroke.hgi-sharp.hgi-reload:before {
    content: "儝"
}

.hgi-stroke.hgi-sharp.hgi-reminder:before {
    content: "償"
}

.hgi-stroke.hgi-sharp.hgi-remote-control:before {
    content: "儡"
}

.hgi-stroke.hgi-sharp.hgi-remove-01:before {
    content: "儣"
}

.hgi-stroke.hgi-sharp.hgi-remove-02:before {
    content: "儥"
}

.hgi-stroke.hgi-sharp.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-stroke.hgi-sharp.hgi-remove-circle:before {
    content: "儩"
}

.hgi-stroke.hgi-sharp.hgi-remove-pi:before {
    content: "儫"
}

.hgi-stroke.hgi-sharp.hgi-remove-square:before {
    content: "儭"
}

.hgi-stroke.hgi-sharp.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-stroke.hgi-sharp.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-stroke.hgi-sharp.hgi-repair:before {
    content: "儳"
}

.hgi-stroke.hgi-sharp.hgi-repeat-off:before {
    content: "儵"
}

.hgi-stroke.hgi-sharp.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-stroke.hgi-sharp.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-stroke.hgi-sharp.hgi-repeat:before {
    content: "儻"
}

.hgi-stroke.hgi-sharp.hgi-replay:before {
    content: "儽"
}

.hgi-stroke.hgi-sharp.hgi-repository:before {
    content: "儿"
}

.hgi-stroke.hgi-sharp.hgi-reset-password:before {
    content: "允"
}

.hgi-stroke.hgi-sharp.hgi-resize-01:before {
    content: "元"
}

.hgi-stroke.hgi-sharp.hgi-resize-02:before {
    content: "充"
}

.hgi-stroke.hgi-sharp.hgi-resources-add:before {
    content: "兇"
}

.hgi-stroke.hgi-sharp.hgi-resources-remove:before {
    content: "光"
}

.hgi-stroke.hgi-sharp.hgi-restaurant-01:before {
    content: "克"
}

.hgi-stroke.hgi-sharp.hgi-restaurant-02:before {
    content: "免"
}

.hgi-stroke.hgi-sharp.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-stroke.hgi-sharp.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-stroke.hgi-sharp.hgi-restore-bin:before {
    content: "兓"
}

.hgi-stroke.hgi-sharp.hgi-return-request:before {
    content: "兕"
}

.hgi-stroke.hgi-sharp.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-stroke.hgi-sharp.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-stroke.hgi-sharp.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-stroke.hgi-sharp.hgi-rhombus:before {
    content: "兝"
}

.hgi-stroke.hgi-sharp.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-stroke.hgi-sharp.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-stroke.hgi-sharp.hgi-right-angle:before {
    content: "兣"
}

.hgi-stroke.hgi-sharp.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-stroke.hgi-sharp.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-stroke.hgi-sharp.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-stroke.hgi-sharp.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-stroke.hgi-sharp.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-stroke.hgi-sharp.hgi-right-triangle:before {
    content: "兯"
}

.hgi-stroke.hgi-sharp.hgi-ripple:before {
    content: "共"
}

.hgi-stroke.hgi-sharp.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-stroke.hgi-sharp.hgi-riyal:before {
    content: "兵"
}

.hgi-stroke.hgi-sharp.hgi-road-01:before {
    content: "具"
}

.hgi-stroke.hgi-sharp.hgi-road-02:before {
    content: "兹"
}

.hgi-stroke.hgi-sharp.hgi-road-location-01:before {
    content: "养"
}

.hgi-stroke.hgi-sharp.hgi-road-location-02:before {
    content: "兽"
}

.hgi-stroke.hgi-sharp.hgi-road-wayside:before {
    content: "冀"
}

.hgi-stroke.hgi-sharp.hgi-road:before {
    content: "冁"
}

.hgi-stroke.hgi-sharp.hgi-robotic:before {
    content: "冃"
}

.hgi-stroke.hgi-sharp.hgi-rocket-01:before {
    content: "内"
}

.hgi-stroke.hgi-sharp.hgi-rocket-02:before {
    content: "冇"
}

.hgi-stroke.hgi-sharp.hgi-rocket:before {
    content: "冉"
}

.hgi-stroke.hgi-sharp.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-stroke.hgi-sharp.hgi-roller-skate:before {
    content: "再"
}

.hgi-stroke.hgi-sharp.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-stroke.hgi-sharp.hgi-root-01:before {
    content: "冑"
}

.hgi-stroke.hgi-sharp.hgi-root-02:before {
    content: "冓"
}

.hgi-stroke.hgi-sharp.hgi-root-circle:before {
    content: "冕"
}

.hgi-stroke.hgi-sharp.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-stroke.hgi-sharp.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-stroke.hgi-sharp.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-stroke.hgi-sharp.hgi-rotate-01:before {
    content: "冝"
}

.hgi-stroke.hgi-sharp.hgi-rotate-02:before {
    content: "冟"
}

.hgi-stroke.hgi-sharp.hgi-rotate-360:before {
    content: "冡"
}

.hgi-stroke.hgi-sharp.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-stroke.hgi-sharp.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-stroke.hgi-sharp.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-stroke.hgi-sharp.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-stroke.hgi-sharp.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-stroke.hgi-sharp.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-stroke.hgi-sharp.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-stroke.hgi-sharp.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-stroke.hgi-sharp.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-stroke.hgi-sharp.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-stroke.hgi-sharp.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-stroke.hgi-sharp.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-stroke.hgi-sharp.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-stroke.hgi-sharp.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-stroke.hgi-sharp.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-stroke.hgi-sharp.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-stroke.hgi-sharp.hgi-rotate-square:before {
    content: "凃"
}

.hgi-stroke.hgi-sharp.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-stroke.hgi-sharp.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-stroke.hgi-sharp.hgi-route-01:before {
    content: "凉"
}

.hgi-stroke.hgi-sharp.hgi-route-02:before {
    content: "凋"
}

.hgi-stroke.hgi-sharp.hgi-route-03:before {
    content: "凍"
}

.hgi-stroke.hgi-sharp.hgi-route-block:before {
    content: "减"
}

.hgi-stroke.hgi-sharp.hgi-router-01:before {
    content: "凑"
}

.hgi-stroke.hgi-sharp.hgi-router-02:before {
    content: "凓"
}

.hgi-stroke.hgi-sharp.hgi-router:before {
    content: "凕"
}

.hgi-stroke.hgi-sharp.hgi-row-delete:before {
    content: "凗"
}

.hgi-stroke.hgi-sharp.hgi-row-insert:before {
    content: "凙"
}

.hgi-stroke.hgi-sharp.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-stroke.hgi-sharp.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-stroke.hgi-sharp.hgi-rss-error:before {
    content: "凟"
}

.hgi-stroke.hgi-sharp.hgi-rss-locked:before {
    content: "凡"
}

.hgi-stroke.hgi-sharp.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-stroke.hgi-sharp.hgi-rss:before {
    content: "凥"
}

.hgi-stroke.hgi-sharp.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-stroke.hgi-sharp.hgi-ruku:before {
    content: "凩"
}

.hgi-stroke.hgi-sharp.hgi-ruler:before {
    content: "凫"
}

.hgi-stroke.hgi-sharp.hgi-running-shoes:before {
    content: "凭"
}

.hgi-stroke.hgi-sharp.hgi-sad-01:before {
    content: "凯"
}

.hgi-stroke.hgi-sharp.hgi-sad-02:before {
    content: "凱"
}

.hgi-stroke.hgi-sharp.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-stroke.hgi-sharp.hgi-safari:before {
    content: "凵"
}

.hgi-stroke.hgi-sharp.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-stroke.hgi-sharp.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-stroke.hgi-sharp.hgi-safe:before {
    content: "击"
}

.hgi-stroke.hgi-sharp.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-stroke.hgi-sharp.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-stroke.hgi-sharp.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-stroke.hgi-sharp.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-stroke.hgi-sharp.hgi-sakura:before {
    content: "刅"
}

.hgi-stroke.hgi-sharp.hgi-salah-time:before {
    content: "刈"
}

.hgi-stroke.hgi-sharp.hgi-salah:before {
    content: "刉"
}

.hgi-stroke.hgi-sharp.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-stroke.hgi-sharp.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-stroke.hgi-sharp.hgi-sandals:before {
    content: "刏"
}

.hgi-stroke.hgi-sharp.hgi-satellite-01:before {
    content: "刑"
}

.hgi-stroke.hgi-sharp.hgi-satellite-02:before {
    content: "刓"
}

.hgi-stroke.hgi-sharp.hgi-satellite-03:before {
    content: "刕"
}

.hgi-stroke.hgi-sharp.hgi-satellite:before {
    content: "列"
}

.hgi-stroke.hgi-sharp.hgi-saturn-01:before {
    content: "则"
}

.hgi-stroke.hgi-sharp.hgi-saturn-02:before {
    content: "创"
}

.hgi-stroke.hgi-sharp.hgi-saturn:before {
    content: "初"
}

.hgi-stroke.hgi-sharp.hgi-sausage:before {
    content: "刟"
}

.hgi-stroke.hgi-sharp.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-stroke.hgi-sharp.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-stroke.hgi-sharp.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-stroke.hgi-sharp.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-stroke.hgi-sharp.hgi-save-money-pound:before {
    content: "利"
}

.hgi-stroke.hgi-sharp.hgi-save-money-yen:before {
    content: "别"
}

.hgi-stroke.hgi-sharp.hgi-savings:before {
    content: "刭"
}

.hgi-stroke.hgi-sharp.hgi-scheme:before {
    content: "刯"
}

.hgi-stroke.hgi-sharp.hgi-school-01:before {
    content: "刱"
}

.hgi-stroke.hgi-sharp.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-stroke.hgi-sharp.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-stroke.hgi-sharp.hgi-school-bus:before {
    content: "刷"
}

.hgi-stroke.hgi-sharp.hgi-school-report-card:before {
    content: "刹"
}

.hgi-stroke.hgi-sharp.hgi-school-tie:before {
    content: "刼"
}

.hgi-stroke.hgi-sharp.hgi-school:before {
    content: "刽"
}

.hgi-stroke.hgi-sharp.hgi-scissor-01:before {
    content: "刿"
}

.hgi-stroke.hgi-sharp.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-stroke.hgi-sharp.hgi-scissor:before {
    content: "剃"
}

.hgi-stroke.hgi-sharp.hgi-scooter-01:before {
    content: "剅"
}

.hgi-stroke.hgi-sharp.hgi-scooter-02:before {
    content: "則"
}

.hgi-stroke.hgi-sharp.hgi-scooter-03:before {
    content: "剉"
}

.hgi-stroke.hgi-sharp.hgi-scooter-04:before {
    content: "剋"
}

.hgi-stroke.hgi-sharp.hgi-scooter-electric:before {
    content: "前"
}

.hgi-stroke.hgi-sharp.hgi-scratch-card:before {
    content: "剏"
}

.hgi-stroke.hgi-sharp.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-stroke.hgi-sharp.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-stroke.hgi-sharp.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-stroke.hgi-sharp.hgi-scribd:before {
    content: "剗"
}

.hgi-stroke.hgi-sharp.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-stroke.hgi-sharp.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-stroke.hgi-sharp.hgi-scroll:before {
    content: "剝"
}

.hgi-stroke.hgi-sharp.hgi-sd-card:before {
    content: "剟"
}

.hgi-stroke.hgi-sharp.hgi-seal:before {
    content: "剡"
}

.hgi-stroke.hgi-sharp.hgi-search-01:before {
    content: "剣"
}

.hgi-stroke.hgi-sharp.hgi-search-02:before {
    content: "剥"
}

.hgi-stroke.hgi-sharp.hgi-search-add:before {
    content: "剧"
}

.hgi-stroke.hgi-sharp.hgi-search-area:before {
    content: "剩"
}

.hgi-stroke.hgi-sharp.hgi-search-circle:before {
    content: "剫"
}

.hgi-stroke.hgi-sharp.hgi-search-dollar:before {
    content: "剭"
}

.hgi-stroke.hgi-sharp.hgi-search-focus:before {
    content: "副"
}

.hgi-stroke.hgi-sharp.hgi-search-list-01:before {
    content: "剱"
}

.hgi-stroke.hgi-sharp.hgi-search-list-02:before {
    content: "剳"
}

.hgi-stroke.hgi-sharp.hgi-search-minus:before {
    content: "創"
}

.hgi-stroke.hgi-sharp.hgi-search-remove:before {
    content: "剷"
}

.hgi-stroke.hgi-sharp.hgi-search-replace:before {
    content: "剹"
}

.hgi-stroke.hgi-sharp.hgi-search-square:before {
    content: "剻"
}

.hgi-stroke.hgi-sharp.hgi-search-visual:before {
    content: "剽"
}

.hgi-stroke.hgi-sharp.hgi-searching:before {
    content: "剿"
}

.hgi-stroke.hgi-sharp.hgi-seat-selector:before {
    content: "劁"
}

.hgi-stroke.hgi-sharp.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-stroke.hgi-sharp.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-stroke.hgi-sharp.hgi-second-bracket:before {
    content: "劇"
}

.hgi-stroke.hgi-sharp.hgi-secured-network:before {
    content: "劉"
}

.hgi-stroke.hgi-sharp.hgi-security-block:before {
    content: "劋"
}

.hgi-stroke.hgi-sharp.hgi-security-check:before {
    content: "劍"
}

.hgi-stroke.hgi-sharp.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-stroke.hgi-sharp.hgi-security-lock:before {
    content: "劑"
}

.hgi-stroke.hgi-sharp.hgi-security-password:before {
    content: "劓"
}

.hgi-stroke.hgi-sharp.hgi-security-validation:before {
    content: "劖"
}

.hgi-stroke.hgi-sharp.hgi-security-wifi:before {
    content: "劘"
}

.hgi-stroke.hgi-sharp.hgi-security:before {
    content: "劙"
}

.hgi-stroke.hgi-sharp.hgi-segment:before {
    content: "力"
}

.hgi-stroke.hgi-sharp.hgi-select-01:before {
    content: "劝"
}

.hgi-stroke.hgi-sharp.hgi-select-02:before {
    content: "功"
}

.hgi-stroke.hgi-sharp.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-stroke.hgi-sharp.hgi-senseless:before {
    content: "劣"
}

.hgi-stroke.hgi-sharp.hgi-sent:before {
    content: "劥"
}

.hgi-stroke.hgi-sharp.hgi-seo:before {
    content: "劧"
}

.hgi-stroke.hgi-sharp.hgi-service:before {
    content: "助"
}

.hgi-stroke.hgi-sharp.hgi-setting-06:before {
    content: "劫"
}

.hgi-stroke.hgi-sharp.hgi-setting-07:before {
    content: "劭"
}

.hgi-stroke.hgi-sharp.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-stroke.hgi-sharp.hgi-setting-done-02:before {
    content: "励"
}

.hgi-stroke.hgi-sharp.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-stroke.hgi-sharp.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-stroke.hgi-sharp.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-stroke.hgi-sharp.hgi-setting-error-04:before {
    content: "効"
}

.hgi-stroke.hgi-sharp.hgi-settings-01:before {
    content: "劻"
}

.hgi-stroke.hgi-sharp.hgi-settings-02:before {
    content: "劽"
}

.hgi-stroke.hgi-sharp.hgi-settings-03:before {
    content: "势"
}

.hgi-stroke.hgi-sharp.hgi-settings-04:before {
    content: "勁"
}

.hgi-stroke.hgi-sharp.hgi-settings-05:before {
    content: "勃"
}

.hgi-stroke.hgi-sharp.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-stroke.hgi-sharp.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-stroke.hgi-sharp.hgi-setup-01:before {
    content: "勉"
}

.hgi-stroke.hgi-sharp.hgi-setup-02:before {
    content: "勋"
}

.hgi-stroke.hgi-sharp.hgi-shaka-01:before {
    content: "勍"
}

.hgi-stroke.hgi-sharp.hgi-shaka-02:before {
    content: "勏"
}

.hgi-stroke.hgi-sharp.hgi-shaka-03:before {
    content: "勑"
}

.hgi-stroke.hgi-sharp.hgi-shaka-04:before {
    content: "勓"
}

.hgi-stroke.hgi-sharp.hgi-shampoo:before {
    content: "動"
}

.hgi-stroke.hgi-sharp.hgi-shapes:before {
    content: "勗"
}

.hgi-stroke.hgi-sharp.hgi-share-01:before {
    content: "務"
}

.hgi-stroke.hgi-sharp.hgi-share-02:before {
    content: "勛"
}

.hgi-stroke.hgi-sharp.hgi-share-03:before {
    content: "勝"
}

.hgi-stroke.hgi-sharp.hgi-share-04:before {
    content: "募"
}

.hgi-stroke.hgi-sharp.hgi-share-05:before {
    content: "勡"
}

.hgi-stroke.hgi-sharp.hgi-share-06:before {
    content: "勣"
}

.hgi-stroke.hgi-sharp.hgi-share-07:before {
    content: "勥"
}

.hgi-stroke.hgi-sharp.hgi-share-08:before {
    content: "勧"
}

.hgi-stroke.hgi-sharp.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-stroke.hgi-sharp.hgi-share-location-01:before {
    content: "勫"
}

.hgi-stroke.hgi-sharp.hgi-share-location-02:before {
    content: "勭"
}

.hgi-stroke.hgi-sharp.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-stroke.hgi-sharp.hgi-sharing:before {
    content: "勱"
}

.hgi-stroke.hgi-sharp.hgi-shellfish:before {
    content: "勳"
}

.hgi-stroke.hgi-sharp.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-stroke.hgi-sharp.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-stroke.hgi-sharp.hgi-shield-01:before {
    content: "勹"
}

.hgi-stroke.hgi-sharp.hgi-shield-02:before {
    content: "勻"
}

.hgi-stroke.hgi-sharp.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-stroke.hgi-sharp.hgi-shield-energy:before {
    content: "勿"
}

.hgi-stroke.hgi-sharp.hgi-shield-key:before {
    content: "匁"
}

.hgi-stroke.hgi-sharp.hgi-shield-user:before {
    content: "匃"
}

.hgi-stroke.hgi-sharp.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-stroke.hgi-sharp.hgi-shipping-center:before {
    content: "匇"
}

.hgi-stroke.hgi-sharp.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-stroke.hgi-sharp.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-stroke.hgi-sharp.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-stroke.hgi-sharp.hgi-shirt-01:before {
    content: "匏"
}

.hgi-stroke.hgi-sharp.hgi-shocked:before {
    content: "匑"
}

.hgi-stroke.hgi-sharp.hgi-shop-sign:before {
    content: "匓"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-stroke.hgi-sharp.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-stroke.hgi-sharp.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-stroke.hgi-sharp.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-stroke.hgi-sharp.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-stroke.hgi-sharp.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-stroke.hgi-sharp.hgi-shuffle:before {
    content: "即"
}

.hgi-stroke.hgi-sharp.hgi-shutterstock:before {
    content: "卵"
}

.hgi-stroke.hgi-sharp.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-stroke.hgi-sharp.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-stroke.hgi-sharp.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-stroke.hgi-sharp.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-stroke.hgi-sharp.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-stroke.hgi-sharp.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-stroke.hgi-sharp.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-stroke.hgi-sharp.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-stroke.hgi-sharp.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-stroke.hgi-sharp.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-stroke.hgi-sharp.hgi-signal-low-02:before {
    content: "压"
}

.hgi-stroke.hgi-sharp.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-stroke.hgi-sharp.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-stroke.hgi-sharp.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-stroke.hgi-sharp.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-stroke.hgi-sharp.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-stroke.hgi-sharp.hgi-signal:before {
    content: "厗"
}

.hgi-stroke.hgi-sharp.hgi-signature:before {
    content: "厙"
}

.hgi-stroke.hgi-sharp.hgi-silence:before {
    content: "厛"
}

.hgi-stroke.hgi-sharp.hgi-simcard-01:before {
    content: "厝"
}

.hgi-stroke.hgi-sharp.hgi-simcard-02:before {
    content: "原"
}

.hgi-stroke.hgi-sharp.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-stroke.hgi-sharp.hgi-sin:before {
    content: "厣"
}

.hgi-stroke.hgi-sharp.hgi-sine-01:before {
    content: "厥"
}

.hgi-stroke.hgi-sharp.hgi-sine-02:before {
    content: "厧"
}

.hgi-stroke.hgi-sharp.hgi-sing-left:before {
    content: "厩"
}

.hgi-stroke.hgi-sharp.hgi-sing-right:before {
    content: "厫"
}

.hgi-stroke.hgi-sharp.hgi-sink-01:before {
    content: "厭"
}

.hgi-stroke.hgi-sharp.hgi-sink-02:before {
    content: "厯"
}

.hgi-stroke.hgi-sharp.hgi-siri:before {
    content: "厱"
}

.hgi-stroke.hgi-sharp.hgi-sketch:before {
    content: "厳"
}

.hgi-stroke.hgi-sharp.hgi-skew:before {
    content: "厵"
}

.hgi-stroke.hgi-sharp.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-stroke.hgi-sharp.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-stroke.hgi-sharp.hgi-skull:before {
    content: "去"
}

.hgi-stroke.hgi-sharp.hgi-skype:before {
    content: "厽"
}

.hgi-stroke.hgi-sharp.hgi-slack:before {
    content: "县"
}

.hgi-stroke.hgi-sharp.hgi-sleeping:before {
    content: "叁"
}

.hgi-stroke.hgi-sharp.hgi-sleeveless:before {
    content: "參"
}

.hgi-stroke.hgi-sharp.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-stroke.hgi-sharp.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-stroke.hgi-sharp.hgi-slideshare:before {
    content: "叉"
}

.hgi-stroke.hgi-sharp.hgi-slow-winds:before {
    content: "友"
}

.hgi-stroke.hgi-sharp.hgi-smart-ac:before {
    content: "反"
}

.hgi-stroke.hgi-sharp.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-stroke.hgi-sharp.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-stroke.hgi-sharp.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-stroke.hgi-sharp.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-stroke.hgi-sharp.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-stroke.hgi-sharp.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-stroke.hgi-sharp.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-stroke.hgi-sharp.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-stroke.hgi-sharp.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-stroke.hgi-sharp.hgi-smart:before {
    content: "叡"
}

.hgi-stroke.hgi-sharp.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-stroke.hgi-sharp.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-stroke.hgi-sharp.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-stroke.hgi-sharp.hgi-smile:before {
    content: "叩"
}

.hgi-stroke.hgi-sharp.hgi-sms-code:before {
    content: "叫"
}

.hgi-stroke.hgi-sharp.hgi-snail:before {
    content: "叭"
}

.hgi-stroke.hgi-sharp.hgi-snapchat:before {
    content: "可"
}

.hgi-stroke.hgi-sharp.hgi-snow:before {
    content: "叱"
}

.hgi-stroke.hgi-sharp.hgi-soda-can:before {
    content: "右"
}

.hgi-stroke.hgi-sharp.hgi-sofa-01:before {
    content: "叵"
}

.hgi-stroke.hgi-sharp.hgi-sofa-02:before {
    content: "号"
}

.hgi-stroke.hgi-sharp.hgi-sofa-03:before {
    content: "叹"
}

.hgi-stroke.hgi-sharp.hgi-sofa-single:before {
    content: "叻"
}

.hgi-stroke.hgi-sharp.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-stroke.hgi-sharp.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-stroke.hgi-sharp.hgi-software-license:before {
    content: "吁"
}

.hgi-stroke.hgi-sharp.hgi-software-uninstall:before {
    content: "各"
}

.hgi-stroke.hgi-sharp.hgi-software:before {
    content: "吅"
}

.hgi-stroke.hgi-sharp.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-stroke.hgi-sharp.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-stroke.hgi-sharp.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-stroke.hgi-sharp.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-stroke.hgi-sharp.hgi-solar-energy:before {
    content: "吏"
}

.hgi-stroke.hgi-sharp.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-stroke.hgi-sharp.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-stroke.hgi-sharp.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-stroke.hgi-sharp.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-stroke.hgi-sharp.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-stroke.hgi-sharp.hgi-solar-power:before {
    content: "君"
}

.hgi-stroke.hgi-sharp.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-stroke.hgi-sharp.hgi-solar-system:before {
    content: "吟"
}

.hgi-stroke.hgi-sharp.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-stroke.hgi-sharp.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-stroke.hgi-sharp.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-stroke.hgi-sharp.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-stroke.hgi-sharp.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-stroke.hgi-sharp.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-stroke.hgi-sharp.hgi-sorting-01:before {
    content: "吭"
}

.hgi-stroke.hgi-sharp.hgi-sorting-02:before {
    content: "启"
}

.hgi-stroke.hgi-sharp.hgi-sorting-03:before {
    content: "吱"
}

.hgi-stroke.hgi-sharp.hgi-sorting-04:before {
    content: "吳"
}

.hgi-stroke.hgi-sharp.hgi-sorting-05:before {
    content: "吵"
}

.hgi-stroke.hgi-sharp.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-stroke.hgi-sharp.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-stroke.hgi-sharp.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-stroke.hgi-sharp.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-stroke.hgi-sharp.hgi-sorting-down:before {
    content: "吿"
}

.hgi-stroke.hgi-sharp.hgi-sorting-up:before {
    content: "呁"
}

.hgi-stroke.hgi-sharp.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-stroke.hgi-sharp.hgi-soundcloud:before {
    content: "呅"
}

.hgi-stroke.hgi-sharp.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-stroke.hgi-sharp.hgi-source-code-square:before {
    content: "告"
}

.hgi-stroke.hgi-sharp.hgi-source-code:before {
    content: "呋"
}

.hgi-stroke.hgi-sharp.hgi-spaceship:before {
    content: "呍"
}

.hgi-stroke.hgi-sharp.hgi-spades:before {
    content: "呏"
}

.hgi-stroke.hgi-sharp.hgi-spaghetti:before {
    content: "呑"
}

.hgi-stroke.hgi-sharp.hgi-spam:before {
    content: "呓"
}

.hgi-stroke.hgi-sharp.hgi-sparkles:before {
    content: "呕"
}

.hgi-stroke.hgi-sharp.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-stroke.hgi-sharp.hgi-spatula:before {
    content: "呙"
}

.hgi-stroke.hgi-sharp.hgi-speaker-01:before {
    content: "呛"
}

.hgi-stroke.hgi-sharp.hgi-speaker:before {
    content: "呝"
}

.hgi-stroke.hgi-sharp.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-stroke.hgi-sharp.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-stroke.hgi-sharp.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-stroke.hgi-sharp.hgi-sperm:before {
    content: "呥"
}

.hgi-stroke.hgi-sharp.hgi-sphere:before {
    content: "呧"
}

.hgi-stroke.hgi-sharp.hgi-spirals:before {
    content: "呩"
}

.hgi-stroke.hgi-sharp.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-stroke.hgi-sharp.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-stroke.hgi-sharp.hgi-spoon:before {
    content: "呯"
}

.hgi-stroke.hgi-sharp.hgi-spotify:before {
    content: "呱"
}

.hgi-stroke.hgi-sharp.hgi-sql:before {
    content: "味"
}

.hgi-stroke.hgi-sharp.hgi-square-01:before {
    content: "呵"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-stroke.hgi-sharp.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-stroke.hgi-sharp.hgi-square-circle:before {
    content: "哉"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-02:before {
    content: "响"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-stroke.hgi-sharp.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-stroke.hgi-sharp.hgi-square-root-square:before {
    content: "員"
}

.hgi-stroke.hgi-sharp.hgi-square-square:before {
    content: "哤"
}

.hgi-stroke.hgi-sharp.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-stroke.hgi-sharp.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-stroke.hgi-sharp.hgi-square:before {
    content: "哩"
}

.hgi-stroke.hgi-sharp.hgi-stack-star:before {
    content: "哫"
}

.hgi-stroke.hgi-sharp.hgi-stake:before {
    content: "哭"
}

.hgi-stroke.hgi-sharp.hgi-stamp-01:before {
    content: "哯"
}

.hgi-stroke.hgi-sharp.hgi-stamp-02:before {
    content: "哱"
}

.hgi-stroke.hgi-sharp.hgi-stamp:before {
    content: "哳"
}

.hgi-stroke.hgi-sharp.hgi-star-circle:before {
    content: "哵"
}

.hgi-stroke.hgi-sharp.hgi-star-face:before {
    content: "哷"
}

.hgi-stroke.hgi-sharp.hgi-star-half:before {
    content: "哹"
}

.hgi-stroke.hgi-sharp.hgi-star-off:before {
    content: "哻"
}

.hgi-stroke.hgi-sharp.hgi-star-square:before {
    content: "哾"
}

.hgi-stroke.hgi-sharp.hgi-star:before {
    content: "哿"
}

.hgi-stroke.hgi-sharp.hgi-stars:before {
    content: "唁"
}

.hgi-stroke.hgi-sharp.hgi-start-up-01:before {
    content: "唃"
}

.hgi-stroke.hgi-sharp.hgi-start-up-02:before {
    content: "唅"
}

.hgi-stroke.hgi-sharp.hgi-stationery:before {
    content: "唇"
}

.hgi-stroke.hgi-sharp.hgi-steak:before {
    content: "唉"
}

.hgi-stroke.hgi-sharp.hgi-steering:before {
    content: "唋"
}

.hgi-stroke.hgi-sharp.hgi-step-into:before {
    content: "唍"
}

.hgi-stroke.hgi-sharp.hgi-step-out:before {
    content: "唏"
}

.hgi-stroke.hgi-sharp.hgi-step-over:before {
    content: "唑"
}

.hgi-stroke.hgi-sharp.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-stroke.hgi-sharp.hgi-stethoscope:before {
    content: "唕"
}

.hgi-stroke.hgi-sharp.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-stroke.hgi-sharp.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-stroke.hgi-sharp.hgi-stop-watch:before {
    content: "唜"
}

.hgi-stroke.hgi-sharp.hgi-stop:before {
    content: "唝"
}

.hgi-stroke.hgi-sharp.hgi-store-01:before {
    content: "唟"
}

.hgi-stroke.hgi-sharp.hgi-store-02:before {
    content: "唡"
}

.hgi-stroke.hgi-sharp.hgi-store-03:before {
    content: "唣"
}

.hgi-stroke.hgi-sharp.hgi-store-04:before {
    content: "唥"
}

.hgi-stroke.hgi-sharp.hgi-store-add-01:before {
    content: "唧"
}

.hgi-stroke.hgi-sharp.hgi-store-add-02:before {
    content: "唩"
}

.hgi-stroke.hgi-sharp.hgi-store-location-01:before {
    content: "唫"
}

.hgi-stroke.hgi-sharp.hgi-store-location-02:before {
    content: "唭"
}

.hgi-stroke.hgi-sharp.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-stroke.hgi-sharp.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-stroke.hgi-sharp.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-stroke.hgi-sharp.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-stroke.hgi-sharp.hgi-straight-edge:before {
    content: "唷"
}

.hgi-stroke.hgi-sharp.hgi-strategy:before {
    content: "唹"
}

.hgi-stroke.hgi-sharp.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-stroke.hgi-sharp.hgi-stroke-center:before {
    content: "唽"
}

.hgi-stroke.hgi-sharp.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-stroke.hgi-sharp.hgi-stroke-left:before {
    content: "啁"
}

.hgi-stroke.hgi-sharp.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-stroke.hgi-sharp.hgi-stroke-right:before {
    content: "啅"
}

.hgi-stroke.hgi-sharp.hgi-stroke-top:before {
    content: "啇"
}

.hgi-stroke.hgi-sharp.hgi-structure-01:before {
    content: "啉"
}

.hgi-stroke.hgi-sharp.hgi-structure-02:before {
    content: "啋"
}

.hgi-stroke.hgi-sharp.hgi-structure-03:before {
    content: "啍"
}

.hgi-stroke.hgi-sharp.hgi-structure-04:before {
    content: "問"
}

.hgi-stroke.hgi-sharp.hgi-structure-05:before {
    content: "啑"
}

.hgi-stroke.hgi-sharp.hgi-structure-add:before {
    content: "啓"
}

.hgi-stroke.hgi-sharp.hgi-structure-check:before {
    content: "啕"
}

.hgi-stroke.hgi-sharp.hgi-structure-fail:before {
    content: "啗"
}

.hgi-stroke.hgi-sharp.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-stroke.hgi-sharp.hgi-structure-folder:before {
    content: "啛"
}

.hgi-stroke.hgi-sharp.hgi-student-card:before {
    content: "啝"
}

.hgi-stroke.hgi-sharp.hgi-student:before {
    content: "啟"
}

.hgi-stroke.hgi-sharp.hgi-students:before {
    content: "啡"
}

.hgi-stroke.hgi-sharp.hgi-study-desk:before {
    content: "啣"
}

.hgi-stroke.hgi-sharp.hgi-study-lamp:before {
    content: "啥"
}

.hgi-stroke.hgi-sharp.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-stroke.hgi-sharp.hgi-submarine:before {
    content: "啩"
}

.hgi-stroke.hgi-sharp.hgi-submerge:before {
    content: "啫"
}

.hgi-stroke.hgi-sharp.hgi-subnode-add:before {
    content: "啭"
}

.hgi-stroke.hgi-sharp.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-stroke.hgi-sharp.hgi-subpoena:before {
    content: "啱"
}

.hgi-stroke.hgi-sharp.hgi-subtitle:before {
    content: "啳"
}

.hgi-stroke.hgi-sharp.hgi-suit-01:before {
    content: "啵"
}

.hgi-stroke.hgi-sharp.hgi-suit-02:before {
    content: "啷"
}

.hgi-stroke.hgi-sharp.hgi-sujood:before {
    content: "啹"
}

.hgi-stroke.hgi-sharp.hgi-summation-01:before {
    content: "啻"
}

.hgi-stroke.hgi-sharp.hgi-summation-02:before {
    content: "啽"
}

.hgi-stroke.hgi-sharp.hgi-summation-circle:before {
    content: "啿"
}

.hgi-stroke.hgi-sharp.hgi-summation-square:before {
    content: "喁"
}

.hgi-stroke.hgi-sharp.hgi-sun-01:before {
    content: "喃"
}

.hgi-stroke.hgi-sharp.hgi-sun-02:before {
    content: "喅"
}

.hgi-stroke.hgi-sharp.hgi-sun-03:before {
    content: "喇"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-stroke.hgi-sharp.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-stroke.hgi-sharp.hgi-sunglasses:before {
    content: "喽"
}

.hgi-stroke.hgi-sharp.hgi-sunrise:before {
    content: "喿"
}

.hgi-stroke.hgi-sharp.hgi-sunset:before {
    content: "嗁"
}

.hgi-stroke.hgi-sharp.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-stroke.hgi-sharp.hgi-super-mario:before {
    content: "嗅"
}

.hgi-stroke.hgi-sharp.hgi-surfboard:before {
    content: "嗇"
}

.hgi-stroke.hgi-sharp.hgi-surprise:before {
    content: "嗉"
}

.hgi-stroke.hgi-sharp.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-stroke.hgi-sharp.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-stroke.hgi-sharp.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-stroke.hgi-sharp.hgi-suspicious:before {
    content: "嗑"
}

.hgi-stroke.hgi-sharp.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-stroke.hgi-sharp.hgi-svg-01:before {
    content: "嗕"
}

.hgi-stroke.hgi-sharp.hgi-svg-02:before {
    content: "嗗"
}

.hgi-stroke.hgi-sharp.hgi-swarm:before {
    content: "嗙"
}

.hgi-stroke.hgi-sharp.hgi-swatch:before {
    content: "嗛"
}

.hgi-stroke.hgi-sharp.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-stroke.hgi-sharp.hgi-swimming:before {
    content: "嗟"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-stroke.hgi-sharp.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-stroke.hgi-sharp.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-stroke.hgi-sharp.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-stroke.hgi-sharp.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-stroke.hgi-sharp.hgi-sword-01:before {
    content: "嘥"
}

.hgi-stroke.hgi-sharp.hgi-sword-02:before {
    content: "嘧"
}

.hgi-stroke.hgi-sharp.hgi-sword-03:before {
    content: "嘩"
}

.hgi-stroke.hgi-sharp.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-stroke.hgi-sharp.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-stroke.hgi-sharp.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-stroke.hgi-sharp.hgi-table-01:before {
    content: "嘱"
}

.hgi-stroke.hgi-sharp.hgi-table-02:before {
    content: "嘳"
}

.hgi-stroke.hgi-sharp.hgi-table-03:before {
    content: "嘵"
}

.hgi-stroke.hgi-sharp.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-stroke.hgi-sharp.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-stroke.hgi-sharp.hgi-table-round:before {
    content: "嘻"
}

.hgi-stroke.hgi-sharp.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-stroke.hgi-sharp.hgi-table:before {
    content: "嘿"
}

.hgi-stroke.hgi-sharp.hgi-tablet-01:before {
    content: "噁"
}

.hgi-stroke.hgi-sharp.hgi-tablet-02:before {
    content: "噃"
}

.hgi-stroke.hgi-sharp.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-stroke.hgi-sharp.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-stroke.hgi-sharp.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-stroke.hgi-sharp.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-stroke.hgi-sharp.hgi-taco-01:before {
    content: "噍"
}

.hgi-stroke.hgi-sharp.hgi-taco-02:before {
    content: "噏"
}

.hgi-stroke.hgi-sharp.hgi-tag-01:before {
    content: "噑"
}

.hgi-stroke.hgi-sharp.hgi-tag-02:before {
    content: "噓"
}

.hgi-stroke.hgi-sharp.hgi-tags:before {
    content: "噕"
}

.hgi-stroke.hgi-sharp.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-stroke.hgi-sharp.hgi-tan:before {
    content: "噙"
}

.hgi-stroke.hgi-sharp.hgi-tank-top:before {
    content: "噛"
}

.hgi-stroke.hgi-sharp.hgi-tap-01:before {
    content: "噝"
}

.hgi-stroke.hgi-sharp.hgi-tap-02:before {
    content: "噟"
}

.hgi-stroke.hgi-sharp.hgi-tap-03:before {
    content: "噡"
}

.hgi-stroke.hgi-sharp.hgi-tap-04:before {
    content: "噣"
}

.hgi-stroke.hgi-sharp.hgi-tap-05:before {
    content: "噥"
}

.hgi-stroke.hgi-sharp.hgi-tap-06:before {
    content: "噧"
}

.hgi-stroke.hgi-sharp.hgi-tap-07:before {
    content: "噩"
}

.hgi-stroke.hgi-sharp.hgi-tap-08:before {
    content: "噫"
}

.hgi-stroke.hgi-sharp.hgi-tape-measure:before {
    content: "噭"
}

.hgi-stroke.hgi-sharp.hgi-target-01:before {
    content: "噯"
}

.hgi-stroke.hgi-sharp.hgi-target-02:before {
    content: "噱"
}

.hgi-stroke.hgi-sharp.hgi-target-03:before {
    content: "噳"
}

.hgi-stroke.hgi-sharp.hgi-target-dollar:before {
    content: "噵"
}

.hgi-stroke.hgi-sharp.hgi-tasbih:before {
    content: "噷"
}

.hgi-stroke.hgi-sharp.hgi-task-01:before {
    content: "噹"
}

.hgi-stroke.hgi-sharp.hgi-task-02:before {
    content: "噻"
}

.hgi-stroke.hgi-sharp.hgi-task-add-01:before {
    content: "噽"
}

.hgi-stroke.hgi-sharp.hgi-task-add-02:before {
    content: "噿"
}

.hgi-stroke.hgi-sharp.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-stroke.hgi-sharp.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-stroke.hgi-sharp.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-stroke.hgi-sharp.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-stroke.hgi-sharp.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-stroke.hgi-sharp.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-stroke.hgi-sharp.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-stroke.hgi-sharp.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-stroke.hgi-sharp.hgi-taxes:before {
    content: "嚑"
}

.hgi-stroke.hgi-sharp.hgi-taxi:before {
    content: "嚓"
}

.hgi-stroke.hgi-sharp.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-stroke.hgi-sharp.hgi-tea:before {
    content: "嚗"
}

.hgi-stroke.hgi-sharp.hgi-teacher:before {
    content: "嚙"
}

.hgi-stroke.hgi-sharp.hgi-teaching:before {
    content: "嚛"
}

.hgi-stroke.hgi-sharp.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-stroke.hgi-sharp.hgi-telegram:before {
    content: "嚟"
}

.hgi-stroke.hgi-sharp.hgi-telephone:before {
    content: "嚡"
}

.hgi-stroke.hgi-sharp.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-stroke.hgi-sharp.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-stroke.hgi-sharp.hgi-television-table:before {
    content: "嚧"
}

.hgi-stroke.hgi-sharp.hgi-temperature:before {
    content: "嚩"
}

.hgi-stroke.hgi-sharp.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-stroke.hgi-sharp.hgi-terrace:before {
    content: "嚭"
}

.hgi-stroke.hgi-sharp.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-stroke.hgi-sharp.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-stroke.hgi-sharp.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-stroke.hgi-sharp.hgi-test-tube:before {
    content: "嚵"
}

.hgi-stroke.hgi-sharp.hgi-tetris:before {
    content: "嚷"
}

.hgi-stroke.hgi-sharp.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-stroke.hgi-sharp.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-stroke.hgi-sharp.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-stroke.hgi-sharp.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-stroke.hgi-sharp.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-stroke.hgi-sharp.hgi-text-align-left:before {
    content: "囃"
}

.hgi-stroke.hgi-sharp.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-stroke.hgi-sharp.hgi-text-align-right:before {
    content: "囇"
}

.hgi-stroke.hgi-sharp.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-stroke.hgi-sharp.hgi-text-bold:before {
    content: "囋"
}

.hgi-stroke.hgi-sharp.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-stroke.hgi-sharp.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-stroke.hgi-sharp.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-stroke.hgi-sharp.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-stroke.hgi-sharp.hgi-text-check:before {
    content: "囕"
}

.hgi-stroke.hgi-sharp.hgi-text-circle:before {
    content: "囗"
}

.hgi-stroke.hgi-sharp.hgi-text-clear:before {
    content: "囙"
}

.hgi-stroke.hgi-sharp.hgi-text-color:before {
    content: "四"
}

.hgi-stroke.hgi-sharp.hgi-text-creation:before {
    content: "囝"
}

.hgi-stroke.hgi-sharp.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-stroke.hgi-sharp.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-stroke.hgi-sharp.hgi-text-font:before {
    content: "団"
}

.hgi-stroke.hgi-sharp.hgi-text-footnote:before {
    content: "囥"
}

.hgi-stroke.hgi-sharp.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-stroke.hgi-sharp.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-stroke.hgi-sharp.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-stroke.hgi-sharp.hgi-text-indent:before {
    content: "园"
}

.hgi-stroke.hgi-sharp.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-stroke.hgi-sharp.hgi-text-italic:before {
    content: "囱"
}

.hgi-stroke.hgi-sharp.hgi-text-kerning:before {
    content: "図"
}

.hgi-stroke.hgi-sharp.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-stroke.hgi-sharp.hgi-text-selection:before {
    content: "囸"
}

.hgi-stroke.hgi-sharp.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-stroke.hgi-sharp.hgi-text-square:before {
    content: "囼"
}

.hgi-stroke.hgi-sharp.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-stroke.hgi-sharp.hgi-text-subscript:before {
    content: "圀"
}

.hgi-stroke.hgi-sharp.hgi-text-superscript:before {
    content: "圂"
}

.hgi-stroke.hgi-sharp.hgi-text-tracking:before {
    content: "圄"
}

.hgi-stroke.hgi-sharp.hgi-text-underline:before {
    content: "圆"
}

.hgi-stroke.hgi-sharp.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-stroke.hgi-sharp.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-stroke.hgi-sharp.hgi-text-wrap:before {
    content: "圌"
}

.hgi-stroke.hgi-sharp.hgi-text:before {
    content: "圍"
}

.hgi-stroke.hgi-sharp.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-stroke.hgi-sharp.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-stroke.hgi-sharp.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-stroke.hgi-sharp.hgi-thermometer:before {
    content: "圕"
}

.hgi-stroke.hgi-sharp.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-stroke.hgi-sharp.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-stroke.hgi-sharp.hgi-third-bracket:before {
    content: "圛"
}

.hgi-stroke.hgi-sharp.hgi-thread:before {
    content: "圝"
}

.hgi-stroke.hgi-sharp.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-stroke.hgi-sharp.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-stroke.hgi-sharp.hgi-threads:before {
    content: "圣"
}

.hgi-stroke.hgi-sharp.hgi-three-d-move:before {
    content: "圥"
}

.hgi-stroke.hgi-sharp.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-stroke.hgi-sharp.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-stroke.hgi-sharp.hgi-three-d-view:before {
    content: "圫"
}

.hgi-stroke.hgi-sharp.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-stroke.hgi-sharp.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-stroke.hgi-sharp.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-stroke.hgi-sharp.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-stroke.hgi-sharp.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-stroke.hgi-sharp.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-stroke.hgi-sharp.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-stroke.hgi-sharp.hgi-tick-01:before {
    content: "均"
}

.hgi-stroke.hgi-sharp.hgi-tick-02:before {
    content: "坉"
}

.hgi-stroke.hgi-sharp.hgi-tick-03:before {
    content: "坋"
}

.hgi-stroke.hgi-sharp.hgi-tick-04:before {
    content: "坍"
}

.hgi-stroke.hgi-sharp.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-stroke.hgi-sharp.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-stroke.hgi-sharp.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-stroke.hgi-sharp.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-stroke.hgi-sharp.hgi-ticket-01:before {
    content: "块"
}

.hgi-stroke.hgi-sharp.hgi-ticket-02:before {
    content: "坙"
}

.hgi-stroke.hgi-sharp.hgi-ticket-03:before {
    content: "坛"
}

.hgi-stroke.hgi-sharp.hgi-ticket-star:before {
    content: "坝"
}

.hgi-stroke.hgi-sharp.hgi-tie:before {
    content: "坟"
}

.hgi-stroke.hgi-sharp.hgi-tiktok:before {
    content: "坡"
}

.hgi-stroke.hgi-sharp.hgi-time-01:before {
    content: "坣"
}

.hgi-stroke.hgi-sharp.hgi-time-02:before {
    content: "坥"
}

.hgi-stroke.hgi-sharp.hgi-time-03:before {
    content: "坧"
}

.hgi-stroke.hgi-sharp.hgi-time-04:before {
    content: "坩"
}

.hgi-stroke.hgi-sharp.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-stroke.hgi-sharp.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-stroke.hgi-sharp.hgi-time-management:before {
    content: "坯"
}

.hgi-stroke.hgi-sharp.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-stroke.hgi-sharp.hgi-time-quarter:before {
    content: "坳"
}

.hgi-stroke.hgi-sharp.hgi-time-schedule:before {
    content: "坵"
}

.hgi-stroke.hgi-sharp.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-stroke.hgi-sharp.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-stroke.hgi-sharp.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-stroke.hgi-sharp.hgi-timer-01:before {
    content: "坽"
}

.hgi-stroke.hgi-sharp.hgi-timer-02:before {
    content: "坿"
}

.hgi-stroke.hgi-sharp.hgi-tips:before {
    content: "垁"
}

.hgi-stroke.hgi-sharp.hgi-tired-01:before {
    content: "垃"
}

.hgi-stroke.hgi-sharp.hgi-tired-02:before {
    content: "垅"
}

.hgi-stroke.hgi-sharp.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-stroke.hgi-sharp.hgi-toggle-off:before {
    content: "垉"
}

.hgi-stroke.hgi-sharp.hgi-toggle-on:before {
    content: "型"
}

.hgi-stroke.hgi-sharp.hgi-toilet-01:before {
    content: "垍"
}

.hgi-stroke.hgi-sharp.hgi-toilet-02:before {
    content: "垏"
}

.hgi-stroke.hgi-sharp.hgi-tongue-01:before {
    content: "垑"
}

.hgi-stroke.hgi-sharp.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-stroke.hgi-sharp.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-stroke.hgi-sharp.hgi-tongue:before {
    content: "垗"
}

.hgi-stroke.hgi-sharp.hgi-tools:before {
    content: "垙"
}

.hgi-stroke.hgi-sharp.hgi-tornado-01:before {
    content: "垛"
}

.hgi-stroke.hgi-sharp.hgi-tornado-02:before {
    content: "垝"
}

.hgi-stroke.hgi-sharp.hgi-torri-gate:before {
    content: "垟"
}

.hgi-stroke.hgi-sharp.hgi-touch-01:before {
    content: "垡"
}

.hgi-stroke.hgi-sharp.hgi-touch-02:before {
    content: "垣"
}

.hgi-stroke.hgi-sharp.hgi-touch-03:before {
    content: "垥"
}

.hgi-stroke.hgi-sharp.hgi-touch-04:before {
    content: "垧"
}

.hgi-stroke.hgi-sharp.hgi-touch-05:before {
    content: "垩"
}

.hgi-stroke.hgi-sharp.hgi-touch-06:before {
    content: "垫"
}

.hgi-stroke.hgi-sharp.hgi-touch-07:before {
    content: "垭"
}

.hgi-stroke.hgi-sharp.hgi-touch-08:before {
    content: "垯"
}

.hgi-stroke.hgi-sharp.hgi-touch-09:before {
    content: "垱"
}

.hgi-stroke.hgi-sharp.hgi-touch-10:before {
    content: "垳"
}

.hgi-stroke.hgi-sharp.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-stroke.hgi-sharp.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-stroke.hgi-sharp.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-stroke.hgi-sharp.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-stroke.hgi-sharp.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-stroke.hgi-sharp.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-stroke.hgi-sharp.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-stroke.hgi-sharp.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-stroke.hgi-sharp.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-stroke.hgi-sharp.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-stroke.hgi-sharp.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-stroke.hgi-sharp.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-stroke.hgi-sharp.hgi-tow-truck:before {
    content: "埍"
}

.hgi-stroke.hgi-sharp.hgi-towels:before {
    content: "埏"
}

.hgi-stroke.hgi-sharp.hgi-toy-train:before {
    content: "埑"
}

.hgi-stroke.hgi-sharp.hgi-tractor:before {
    content: "埓"
}

.hgi-stroke.hgi-sharp.hgi-trade-down:before {
    content: "埕"
}

.hgi-stroke.hgi-sharp.hgi-trade-mark:before {
    content: "埗"
}

.hgi-stroke.hgi-sharp.hgi-trade-up:before {
    content: "埙"
}

.hgi-stroke.hgi-sharp.hgi-trademark:before {
    content: "埛"
}

.hgi-stroke.hgi-sharp.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-stroke.hgi-sharp.hgi-traffic-light:before {
    content: "域"
}

.hgi-stroke.hgi-sharp.hgi-train-01:before {
    content: "埡"
}

.hgi-stroke.hgi-sharp.hgi-train-02:before {
    content: "埣"
}

.hgi-stroke.hgi-sharp.hgi-tram:before {
    content: "埥"
}

.hgi-stroke.hgi-sharp.hgi-trampoline:before {
    content: "埧"
}

.hgi-stroke.hgi-sharp.hgi-transaction:before {
    content: "埩"
}

.hgi-stroke.hgi-sharp.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-stroke.hgi-sharp.hgi-transition-left:before {
    content: "埭"
}

.hgi-stroke.hgi-sharp.hgi-transition-right:before {
    content: "埯"
}

.hgi-stroke.hgi-sharp.hgi-transition-top:before {
    content: "埱"
}

.hgi-stroke.hgi-sharp.hgi-translate:before {
    content: "埳"
}

.hgi-stroke.hgi-sharp.hgi-translation:before {
    content: "埵"
}

.hgi-stroke.hgi-sharp.hgi-transmission:before {
    content: "執"
}

.hgi-stroke.hgi-sharp.hgi-transparency:before {
    content: "培"
}

.hgi-stroke.hgi-sharp.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-stroke.hgi-sharp.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-stroke.hgi-sharp.hgi-travel-bag:before {
    content: "埿"
}

.hgi-stroke.hgi-sharp.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-stroke.hgi-sharp.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-stroke.hgi-sharp.hgi-treatment:before {
    content: "堅"
}

.hgi-stroke.hgi-sharp.hgi-tree-01:before {
    content: "堇"
}

.hgi-stroke.hgi-sharp.hgi-tree-02:before {
    content: "堉"
}

.hgi-stroke.hgi-sharp.hgi-tree-03:before {
    content: "堋"
}

.hgi-stroke.hgi-sharp.hgi-tree-04:before {
    content: "堍"
}

.hgi-stroke.hgi-sharp.hgi-tree-05:before {
    content: "堏"
}

.hgi-stroke.hgi-sharp.hgi-tree-06:before {
    content: "堑"
}

.hgi-stroke.hgi-sharp.hgi-tree-07:before {
    content: "堓"
}

.hgi-stroke.hgi-sharp.hgi-trello:before {
    content: "堕"
}

.hgi-stroke.hgi-sharp.hgi-triangle-01:before {
    content: "堗"
}

.hgi-stroke.hgi-sharp.hgi-triangle-02:before {
    content: "堙"
}

.hgi-stroke.hgi-sharp.hgi-triangle-03:before {
    content: "堛"
}

.hgi-stroke.hgi-sharp.hgi-triangle:before {
    content: "堝"
}

.hgi-stroke.hgi-sharp.hgi-trolley-01:before {
    content: "堟"
}

.hgi-stroke.hgi-sharp.hgi-trolley-02:before {
    content: "堡"
}

.hgi-stroke.hgi-sharp.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-stroke.hgi-sharp.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-stroke.hgi-sharp.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-stroke.hgi-sharp.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-stroke.hgi-sharp.hgi-truck-monster:before {
    content: "堫"
}

.hgi-stroke.hgi-sharp.hgi-truck-return:before {
    content: "堭"
}

.hgi-stroke.hgi-sharp.hgi-truck:before {
    content: "堯"
}

.hgi-stroke.hgi-sharp.hgi-trulli:before {
    content: "報"
}

.hgi-stroke.hgi-sharp.hgi-tsunami:before {
    content: "堳"
}

.hgi-stroke.hgi-sharp.hgi-tulip:before {
    content: "堵"
}

.hgi-stroke.hgi-sharp.hgi-tumblr:before {
    content: "堷"
}

.hgi-stroke.hgi-sharp.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-stroke.hgi-sharp.hgi-tv-01:before {
    content: "堻"
}

.hgi-stroke.hgi-sharp.hgi-tv-02:before {
    content: "堽"
}

.hgi-stroke.hgi-sharp.hgi-tv-fix:before {
    content: "堿"
}

.hgi-stroke.hgi-sharp.hgi-tv-issue:before {
    content: "塁"
}

.hgi-stroke.hgi-sharp.hgi-tv-smart:before {
    content: "塃"
}

.hgi-stroke.hgi-sharp.hgi-twin-tower:before {
    content: "塅"
}

.hgi-stroke.hgi-sharp.hgi-twitch:before {
    content: "塇"
}

.hgi-stroke.hgi-sharp.hgi-twitter-square:before {
    content: "塊"
}

.hgi-stroke.hgi-sharp.hgi-twitter:before {
    content: "塋"
}

.hgi-stroke.hgi-sharp.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-stroke.hgi-sharp.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-stroke.hgi-sharp.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-stroke.hgi-sharp.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-stroke.hgi-sharp.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-stroke.hgi-sharp.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-stroke.hgi-sharp.hgi-txt-01:before {
    content: "塙"
}

.hgi-stroke.hgi-sharp.hgi-txt-02:before {
    content: "塛"
}

.hgi-stroke.hgi-sharp.hgi-type-cursor:before {
    content: "塝"
}

.hgi-stroke.hgi-sharp.hgi-typescript-01:before {
    content: "塟"
}

.hgi-stroke.hgi-sharp.hgi-typescript-02:before {
    content: "塡"
}

.hgi-stroke.hgi-sharp.hgi-typescript-03:before {
    content: "塣"
}

.hgi-stroke.hgi-sharp.hgi-uber:before {
    content: "塥"
}

.hgi-stroke.hgi-sharp.hgi-ufo-01:before {
    content: "塧"
}

.hgi-stroke.hgi-sharp.hgi-ufo:before {
    content: "塩"
}

.hgi-stroke.hgi-sharp.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-stroke.hgi-sharp.hgi-umbrella:before {
    content: "塭"
}

.hgi-stroke.hgi-sharp.hgi-unamused:before {
    content: "塯"
}

.hgi-stroke.hgi-sharp.hgi-unavailable:before {
    content: "塱"
}

.hgi-stroke.hgi-sharp.hgi-underpants-01:before {
    content: "塳"
}

.hgi-stroke.hgi-sharp.hgi-underpants-02:before {
    content: "塵"
}

.hgi-stroke.hgi-sharp.hgi-underpants-03:before {
    content: "塷"
}

.hgi-stroke.hgi-sharp.hgi-unfold-less:before {
    content: "塹"
}

.hgi-stroke.hgi-sharp.hgi-unfold-more:before {
    content: "塻"
}

.hgi-stroke.hgi-sharp.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-stroke.hgi-sharp.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-stroke.hgi-sharp.hgi-unhappy:before {
    content: "墁"
}

.hgi-stroke.hgi-sharp.hgi-university:before {
    content: "境"
}

.hgi-stroke.hgi-sharp.hgi-unlink-01:before {
    content: "墅"
}

.hgi-stroke.hgi-sharp.hgi-unlink-02:before {
    content: "墇"
}

.hgi-stroke.hgi-sharp.hgi-unlink-03:before {
    content: "墉"
}

.hgi-stroke.hgi-sharp.hgi-unlink-04:before {
    content: "墋"
}

.hgi-stroke.hgi-sharp.hgi-unlink-05:before {
    content: "墍"
}

.hgi-stroke.hgi-sharp.hgi-unlink-06:before {
    content: "墏"
}

.hgi-stroke.hgi-sharp.hgi-unsplash:before {
    content: "墑"
}

.hgi-stroke.hgi-sharp.hgi-upload-01:before {
    content: "墓"
}

.hgi-stroke.hgi-sharp.hgi-upload-02:before {
    content: "墕"
}

.hgi-stroke.hgi-sharp.hgi-upload-03:before {
    content: "増"
}

.hgi-stroke.hgi-sharp.hgi-upload-04:before {
    content: "墙"
}

.hgi-stroke.hgi-sharp.hgi-upload-05:before {
    content: "墛"
}

.hgi-stroke.hgi-sharp.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-stroke.hgi-sharp.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-stroke.hgi-sharp.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-stroke.hgi-sharp.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-stroke.hgi-sharp.hgi-upwork:before {
    content: "墥"
}

.hgi-stroke.hgi-sharp.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-stroke.hgi-sharp.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-stroke.hgi-sharp.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-stroke.hgi-sharp.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-stroke.hgi-sharp.hgi-usb-error:before {
    content: "墯"
}

.hgi-stroke.hgi-sharp.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-stroke.hgi-sharp.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-stroke.hgi-sharp.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-stroke.hgi-sharp.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-stroke.hgi-sharp.hgi-usb:before {
    content: "墹"
}

.hgi-stroke.hgi-sharp.hgi-user-account:before {
    content: "墻"
}

.hgi-stroke.hgi-sharp.hgi-user-add-01:before {
    content: "墽"
}

.hgi-stroke.hgi-sharp.hgi-user-add-02:before {
    content: "墿"
}

.hgi-stroke.hgi-sharp.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-stroke.hgi-sharp.hgi-user-block-01:before {
    content: "壃"
}

.hgi-stroke.hgi-sharp.hgi-user-block-02:before {
    content: "壅"
}

.hgi-stroke.hgi-sharp.hgi-user-check-01:before {
    content: "壇"
}

.hgi-stroke.hgi-sharp.hgi-user-check-02:before {
    content: "壉"
}

.hgi-stroke.hgi-sharp.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-stroke.hgi-sharp.hgi-user-circle:before {
    content: "壍"
}

.hgi-stroke.hgi-sharp.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-stroke.hgi-sharp.hgi-user-full-view:before {
    content: "壑"
}

.hgi-stroke.hgi-sharp.hgi-user-group:before {
    content: "壓"
}

.hgi-stroke.hgi-sharp.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-stroke.hgi-sharp.hgi-user-list:before {
    content: "壗"
}

.hgi-stroke.hgi-sharp.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-stroke.hgi-sharp.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-stroke.hgi-sharp.hgi-user-love-01:before {
    content: "壝"
}

.hgi-stroke.hgi-sharp.hgi-user-love-02:before {
    content: "壟"
}

.hgi-stroke.hgi-sharp.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-stroke.hgi-sharp.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-stroke.hgi-sharp.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-stroke.hgi-sharp.hgi-user-multiple:before {
    content: "壧"
}

.hgi-stroke.hgi-sharp.hgi-user-question-01:before {
    content: "壩"
}

.hgi-stroke.hgi-sharp.hgi-user-question-02:before {
    content: "士"
}

.hgi-stroke.hgi-sharp.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-stroke.hgi-sharp.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-stroke.hgi-sharp.hgi-user-roadside:before {
    content: "壱"
}

.hgi-stroke.hgi-sharp.hgi-user-search-01:before {
    content: "壳"
}

.hgi-stroke.hgi-sharp.hgi-user-search-02:before {
    content: "壵"
}

.hgi-stroke.hgi-sharp.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-stroke.hgi-sharp.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-stroke.hgi-sharp.hgi-user-sharing:before {
    content: "壼"
}

.hgi-stroke.hgi-sharp.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-stroke.hgi-sharp.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-stroke.hgi-sharp.hgi-user-square:before {
    content: "夂"
}

.hgi-stroke.hgi-sharp.hgi-user-star-01:before {
    content: "处"
}

.hgi-stroke.hgi-sharp.hgi-user-star-02:before {
    content: "夆"
}

.hgi-stroke.hgi-sharp.hgi-user-status:before {
    content: "夈"
}

.hgi-stroke.hgi-sharp.hgi-user-story:before {
    content: "夊"
}

.hgi-stroke.hgi-sharp.hgi-user-switch:before {
    content: "夌"
}

.hgi-stroke.hgi-sharp.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-stroke.hgi-sharp.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-stroke.hgi-sharp.hgi-user:before {
    content: "夑"
}

.hgi-stroke.hgi-sharp.hgi-uv-01:before {
    content: "夓"
}

.hgi-stroke.hgi-sharp.hgi-uv-02:before {
    content: "夕"
}

.hgi-stroke.hgi-sharp.hgi-uv-03:before {
    content: "夗"
}

.hgi-stroke.hgi-sharp.hgi-vaccine:before {
    content: "夙"
}

.hgi-stroke.hgi-sharp.hgi-validation-approval:before {
    content: "夛"
}

.hgi-stroke.hgi-sharp.hgi-validation:before {
    content: "夝"
}

.hgi-stroke.hgi-sharp.hgi-van:before {
    content: "够"
}

.hgi-stroke.hgi-sharp.hgi-variable:before {
    content: "夡"
}

.hgi-stroke.hgi-sharp.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-stroke.hgi-sharp.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-stroke.hgi-sharp.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-stroke.hgi-sharp.hgi-vest:before {
    content: "天"
}

.hgi-stroke.hgi-sharp.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-stroke.hgi-sharp.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-stroke.hgi-sharp.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-stroke.hgi-sharp.hgi-video-01:before {
    content: "失"
}

.hgi-stroke.hgi-sharp.hgi-video-02:before {
    content: "夳"
}

.hgi-stroke.hgi-sharp.hgi-video-console:before {
    content: "夵"
}

.hgi-stroke.hgi-sharp.hgi-video-off:before {
    content: "夷"
}

.hgi-stroke.hgi-sharp.hgi-video-replay:before {
    content: "夹"
}

.hgi-stroke.hgi-sharp.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-stroke.hgi-sharp.hgi-view-off:before {
    content: "夽"
}

.hgi-stroke.hgi-sharp.hgi-view:before {
    content: "夿"
}

.hgi-stroke.hgi-sharp.hgi-vimeo:before {
    content: "奁"
}

.hgi-stroke.hgi-sharp.hgi-vine-square:before {
    content: "奄"
}

.hgi-stroke.hgi-sharp.hgi-vine:before {
    content: "奅"
}

.hgi-stroke.hgi-sharp.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-stroke.hgi-sharp.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-stroke.hgi-sharp.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-stroke.hgi-sharp.hgi-vision:before {
    content: "奍"
}

.hgi-stroke.hgi-sharp.hgi-vk-square:before {
    content: "奐"
}

.hgi-stroke.hgi-sharp.hgi-vk:before {
    content: "契"
}

.hgi-stroke.hgi-sharp.hgi-voice-id:before {
    content: "奓"
}

.hgi-stroke.hgi-sharp.hgi-voice:before {
    content: "奕"
}

.hgi-stroke.hgi-sharp.hgi-volleyball:before {
    content: "套"
}

.hgi-stroke.hgi-sharp.hgi-volume-high:before {
    content: "奙"
}

.hgi-stroke.hgi-sharp.hgi-volume-low:before {
    content: "奛"
}

.hgi-stroke.hgi-sharp.hgi-volume-minus:before {
    content: "奝"
}

.hgi-stroke.hgi-sharp.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-stroke.hgi-sharp.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-stroke.hgi-sharp.hgi-volume-off:before {
    content: "奣"
}

.hgi-stroke.hgi-sharp.hgi-volume-up:before {
    content: "奥"
}

.hgi-stroke.hgi-sharp.hgi-vomiting:before {
    content: "奧"
}

.hgi-stroke.hgi-sharp.hgi-voucher:before {
    content: "奩"
}

.hgi-stroke.hgi-sharp.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-stroke.hgi-sharp.hgi-vr:before {
    content: "奭"
}

.hgi-stroke.hgi-sharp.hgi-vynil-01:before {
    content: "奯"
}

.hgi-stroke.hgi-sharp.hgi-vynil-02:before {
    content: "奱"
}

.hgi-stroke.hgi-sharp.hgi-vynil-03:before {
    content: "女"
}

.hgi-stroke.hgi-sharp.hgi-waiter:before {
    content: "奵"
}

.hgi-stroke.hgi-sharp.hgi-waiters:before {
    content: "奷"
}

.hgi-stroke.hgi-sharp.hgi-wall-lamp:before {
    content: "她"
}

.hgi-stroke.hgi-sharp.hgi-wallet-01:before {
    content: "奻"
}

.hgi-stroke.hgi-sharp.hgi-wallet-02:before {
    content: "好"
}

.hgi-stroke.hgi-sharp.hgi-wallet-03:before {
    content: "奿"
}

.hgi-stroke.hgi-sharp.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-stroke.hgi-sharp.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-stroke.hgi-sharp.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-stroke.hgi-sharp.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-stroke.hgi-sharp.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-stroke.hgi-sharp.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-stroke.hgi-sharp.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-stroke.hgi-sharp.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-stroke.hgi-sharp.hgi-wanted:before {
    content: "妑"
}

.hgi-stroke.hgi-sharp.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-stroke.hgi-sharp.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-stroke.hgi-sharp.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-stroke.hgi-sharp.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-stroke.hgi-sharp.hgi-warehouse:before {
    content: "妛"
}

.hgi-stroke.hgi-sharp.hgi-washington-monument:before {
    content: "妝"
}

.hgi-stroke.hgi-sharp.hgi-waste-restore:before {
    content: "妟"
}

.hgi-stroke.hgi-sharp.hgi-waste:before {
    content: "妡"
}

.hgi-stroke.hgi-sharp.hgi-watch-01:before {
    content: "妣"
}

.hgi-stroke.hgi-sharp.hgi-watch-02:before {
    content: "妥"
}

.hgi-stroke.hgi-sharp.hgi-water-energy:before {
    content: "妧"
}

.hgi-stroke.hgi-sharp.hgi-water-polo:before {
    content: "妩"
}

.hgi-stroke.hgi-sharp.hgi-water-pump:before {
    content: "妫"
}

.hgi-stroke.hgi-sharp.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-stroke.hgi-sharp.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-stroke.hgi-sharp.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-stroke.hgi-sharp.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-stroke.hgi-sharp.hgi-watermelon:before {
    content: "妵"
}

.hgi-stroke.hgi-sharp.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-stroke.hgi-sharp.hgi-wattpad:before {
    content: "妹"
}

.hgi-stroke.hgi-sharp.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-stroke.hgi-sharp.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-stroke.hgi-sharp.hgi-waze:before {
    content: "妿"
}

.hgi-stroke.hgi-sharp.hgi-web-design-01:before {
    content: "姁"
}

.hgi-stroke.hgi-sharp.hgi-web-design-02:before {
    content: "姃"
}

.hgi-stroke.hgi-sharp.hgi-web-programming:before {
    content: "姅"
}

.hgi-stroke.hgi-sharp.hgi-web-protection:before {
    content: "姇"
}

.hgi-stroke.hgi-sharp.hgi-web-security:before {
    content: "姉"
}

.hgi-stroke.hgi-sharp.hgi-web-validation:before {
    content: "始"
}

.hgi-stroke.hgi-sharp.hgi-webflow:before {
    content: "姍"
}

.hgi-stroke.hgi-sharp.hgi-wechat:before {
    content: "姏"
}

.hgi-stroke.hgi-sharp.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-stroke.hgi-sharp.hgi-weight-scale:before {
    content: "姓"
}

.hgi-stroke.hgi-sharp.hgi-wellness:before {
    content: "姕"
}

.hgi-stroke.hgi-sharp.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-stroke.hgi-sharp.hgi-whatsapp:before {
    content: "姙"
}

.hgi-stroke.hgi-sharp.hgi-wheelchair:before {
    content: "姛"
}

.hgi-stroke.hgi-sharp.hgi-whisk:before {
    content: "姝"
}

.hgi-stroke.hgi-sharp.hgi-whistle:before {
    content: "姟"
}

.hgi-stroke.hgi-sharp.hgi-wifi-01:before {
    content: "姡"
}

.hgi-stroke.hgi-sharp.hgi-wifi-02:before {
    content: "姣"
}

.hgi-stroke.hgi-sharp.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-stroke.hgi-sharp.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-stroke.hgi-sharp.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-stroke.hgi-sharp.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-stroke.hgi-sharp.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-stroke.hgi-sharp.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-stroke.hgi-sharp.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-stroke.hgi-sharp.hgi-wifi-location:before {
    content: "姻"
}

.hgi-stroke.hgi-sharp.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-stroke.hgi-sharp.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-stroke.hgi-sharp.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-stroke.hgi-sharp.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-stroke.hgi-sharp.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-stroke.hgi-sharp.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-stroke.hgi-sharp.hgi-wifi-square:before {
    content: "娉"
}

.hgi-stroke.hgi-sharp.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-stroke.hgi-sharp.hgi-wikipedia:before {
    content: "娍"
}

.hgi-stroke.hgi-sharp.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-stroke.hgi-sharp.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-stroke.hgi-sharp.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-stroke.hgi-sharp.hgi-wind-power:before {
    content: "娕"
}

.hgi-stroke.hgi-sharp.hgi-wind-surf:before {
    content: "娗"
}

.hgi-stroke.hgi-sharp.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-stroke.hgi-sharp.hgi-wink:before {
    content: "娛"
}

.hgi-stroke.hgi-sharp.hgi-winking:before {
    content: "娝"
}

.hgi-stroke.hgi-sharp.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-stroke.hgi-sharp.hgi-wireless:before {
    content: "娡"
}

.hgi-stroke.hgi-sharp.hgi-wise:before {
    content: "娣"
}

.hgi-stroke.hgi-sharp.hgi-wordpress:before {
    content: "娥"
}

.hgi-stroke.hgi-sharp.hgi-work-alert:before {
    content: "娧"
}

.hgi-stroke.hgi-sharp.hgi-work-history:before {
    content: "娩"
}

.hgi-stroke.hgi-sharp.hgi-work-update:before {
    content: "娫"
}

.hgi-stroke.hgi-sharp.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-stroke.hgi-sharp.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-stroke.hgi-sharp.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-stroke.hgi-sharp.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-stroke.hgi-sharp.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-stroke.hgi-sharp.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-stroke.hgi-sharp.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-stroke.hgi-sharp.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-stroke.hgi-sharp.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-stroke.hgi-sharp.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-stroke.hgi-sharp.hgi-workout-run:before {
    content: "婓"
}

.hgi-stroke.hgi-sharp.hgi-workout-sport:before {
    content: "婕"
}

.hgi-stroke.hgi-sharp.hgi-workout-squats:before {
    content: "婗"
}

.hgi-stroke.hgi-sharp.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-stroke.hgi-sharp.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-stroke.hgi-sharp.hgi-worry:before {
    content: "婝"
}

.hgi-stroke.hgi-sharp.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-stroke.hgi-sharp.hgi-wps-office:before {
    content: "婡"
}

.hgi-stroke.hgi-sharp.hgi-wrench-01:before {
    content: "婣"
}

.hgi-stroke.hgi-sharp.hgi-wrench-02:before {
    content: "婥"
}

.hgi-stroke.hgi-sharp.hgi-wudu:before {
    content: "婧"
}

.hgi-stroke.hgi-sharp.hgi-x-ray:before {
    content: "婩"
}

.hgi-stroke.hgi-sharp.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-stroke.hgi-sharp.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-stroke.hgi-sharp.hgi-x-variable:before {
    content: "婯"
}

.hgi-stroke.hgi-sharp.hgi-xing:before {
    content: "婱"
}

.hgi-stroke.hgi-sharp.hgi-xls-01:before {
    content: "婳"
}

.hgi-stroke.hgi-sharp.hgi-xls-02:before {
    content: "婵"
}

.hgi-stroke.hgi-sharp.hgi-xml-01:before {
    content: "婷"
}

.hgi-stroke.hgi-sharp.hgi-xml-02:before {
    content: "婹"
}

.hgi-stroke.hgi-sharp.hgi-xsl-01:before {
    content: "婻"
}

.hgi-stroke.hgi-sharp.hgi-xsl-02:before {
    content: "婽"
}

.hgi-stroke.hgi-sharp.hgi-yelp:before {
    content: "婿"
}

.hgi-stroke.hgi-sharp.hgi-yen-circle:before {
    content: "媁"
}

.hgi-stroke.hgi-sharp.hgi-yen-receive:before {
    content: "媃"
}

.hgi-stroke.hgi-sharp.hgi-yen-send:before {
    content: "媆"
}

.hgi-stroke.hgi-sharp.hgi-yen-square:before {
    content: "媈"
}

.hgi-stroke.hgi-sharp.hgi-yen:before {
    content: "媉"
}

.hgi-stroke.hgi-sharp.hgi-yoga-01:before {
    content: "媋"
}

.hgi-stroke.hgi-sharp.hgi-yoga-02:before {
    content: "媍"
}

.hgi-stroke.hgi-sharp.hgi-yoga-03:before {
    content: "媏"
}

.hgi-stroke.hgi-sharp.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-stroke.hgi-sharp.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-stroke.hgi-sharp.hgi-yogurt:before {
    content: "媕"
}

.hgi-stroke.hgi-sharp.hgi-youtube:before {
    content: "媗"
}

.hgi-stroke.hgi-sharp.hgi-yurt:before {
    content: "媙"
}

.hgi-stroke.hgi-sharp.hgi-zakat:before {
    content: "媛"
}

.hgi-stroke.hgi-sharp.hgi-zap:before {
    content: "媝"
}

.hgi-stroke.hgi-sharp.hgi-zeppelin:before {
    content: "媟"
}

.hgi-stroke.hgi-sharp.hgi-zip-01:before {
    content: "媡"
}

.hgi-stroke.hgi-sharp.hgi-zip-02:before {
    content: "媣"
}

.hgi-stroke.hgi-sharp.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-stroke.hgi-sharp.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-stroke.hgi-sharp.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-stroke.hgi-sharp.hgi-zoom-square:before {
    content: "媬"
}

.hgi-stroke.hgi-sharp.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-stroke-standard;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-standard.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-standard.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-standard.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-standard.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-standard.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-stroke-standard.svg#hgi-stroke-standard) format("svg")
}

.hgi-stroke.hgi-standard {
    font-family: hgi-stroke-standard!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-stroke.hgi-standard.hgi-abacus:before {
    content: "㩱"
}

.hgi-stroke.hgi-standard.hgi-absolute:before {
    content: "㩳"
}

.hgi-stroke.hgi-standard.hgi-acceleration:before {
    content: "㩵"
}

.hgi-stroke.hgi-standard.hgi-access:before {
    content: "㩷"
}

.hgi-stroke.hgi-standard.hgi-accident:before {
    content: "㩹"
}

.hgi-stroke.hgi-standard.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-stroke.hgi-standard.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-stroke.hgi-standard.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-stroke.hgi-standard.hgi-activity-01:before {
    content: "㪁"
}

.hgi-stroke.hgi-standard.hgi-activity-02:before {
    content: "㪃"
}

.hgi-stroke.hgi-standard.hgi-activity-03:before {
    content: "㪅"
}

.hgi-stroke.hgi-standard.hgi-activity-04:before {
    content: "㪇"
}

.hgi-stroke.hgi-standard.hgi-acute:before {
    content: "㪉"
}

.hgi-stroke.hgi-standard.hgi-add-01:before {
    content: "㪋"
}

.hgi-stroke.hgi-standard.hgi-add-02:before {
    content: "㪍"
}

.hgi-stroke.hgi-standard.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-stroke.hgi-standard.hgi-add-circle:before {
    content: "㪑"
}

.hgi-stroke.hgi-standard.hgi-add-square:before {
    content: "㪓"
}

.hgi-stroke.hgi-standard.hgi-add-team:before {
    content: "㪕"
}

.hgi-stroke.hgi-standard.hgi-address-book:before {
    content: "㪗"
}

.hgi-stroke.hgi-standard.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-stroke.hgi-standard.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-stroke.hgi-standard.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-stroke.hgi-standard.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-stroke.hgi-standard.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-stroke.hgi-standard.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-stroke.hgi-standard.hgi-adventure:before {
    content: "㪥"
}

.hgi-stroke.hgi-standard.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-stroke.hgi-standard.hgi-adzan:before {
    content: "㪩"
}

.hgi-stroke.hgi-standard.hgi-affiliate:before {
    content: "㪫"
}

.hgi-stroke.hgi-standard.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-stroke.hgi-standard.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-stroke.hgi-standard.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-stroke.hgi-standard.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-stroke.hgi-standard.hgi-ai-book:before {
    content: "㪵"
}

.hgi-stroke.hgi-standard.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-stroke.hgi-standard.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-stroke.hgi-standard.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-stroke.hgi-standard.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-stroke.hgi-standard.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-stroke.hgi-standard.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-stroke.hgi-standard.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-stroke.hgi-standard.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-stroke.hgi-standard.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-stroke.hgi-standard.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-stroke.hgi-standard.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-stroke.hgi-standard.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-stroke.hgi-standard.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-stroke.hgi-standard.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-stroke.hgi-standard.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-stroke.hgi-standard.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-stroke.hgi-standard.hgi-ai-game:before {
    content: "㫗"
}

.hgi-stroke.hgi-standard.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-stroke.hgi-standard.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-stroke.hgi-standard.hgi-ai-image:before {
    content: "㫝"
}

.hgi-stroke.hgi-standard.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-stroke.hgi-standard.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-stroke.hgi-standard.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-stroke.hgi-standard.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-stroke.hgi-standard.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-stroke.hgi-standard.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-stroke.hgi-standard.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-stroke.hgi-standard.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-stroke.hgi-standard.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-stroke.hgi-standard.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-stroke.hgi-standard.hgi-ai-network:before {
    content: "㫳"
}

.hgi-stroke.hgi-standard.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-stroke.hgi-standard.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-stroke.hgi-standard.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-stroke.hgi-standard.hgi-ai-search:before {
    content: "㫻"
}

.hgi-stroke.hgi-standard.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-stroke.hgi-standard.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-stroke.hgi-standard.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-stroke.hgi-standard.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-stroke.hgi-standard.hgi-ai-user:before {
    content: "㬅"
}

.hgi-stroke.hgi-standard.hgi-ai-video:before {
    content: "㬇"
}

.hgi-stroke.hgi-standard.hgi-ai-view:before {
    content: "㬉"
}

.hgi-stroke.hgi-standard.hgi-aids:before {
    content: "㬋"
}

.hgi-stroke.hgi-standard.hgi-airbnb:before {
    content: "㬍"
}

.hgi-stroke.hgi-standard.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-stroke.hgi-standard.hgi-airdrop:before {
    content: "㬑"
}

.hgi-stroke.hgi-standard.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-stroke.hgi-standard.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-stroke.hgi-standard.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-stroke.hgi-standard.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-stroke.hgi-standard.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-stroke.hgi-standard.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-stroke.hgi-standard.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-stroke.hgi-standard.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-stroke.hgi-standard.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-stroke.hgi-standard.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-stroke.hgi-standard.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-stroke.hgi-standard.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-stroke.hgi-standard.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-stroke.hgi-standard.hgi-airport:before {
    content: "㬭"
}

.hgi-stroke.hgi-standard.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-stroke.hgi-standard.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-stroke.hgi-standard.hgi-album-01:before {
    content: "㬳"
}

.hgi-stroke.hgi-standard.hgi-album-02:before {
    content: "㬵"
}

.hgi-stroke.hgi-standard.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-stroke.hgi-standard.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-stroke.hgi-standard.hgi-alert-01:before {
    content: "㬻"
}

.hgi-stroke.hgi-standard.hgi-alert-02:before {
    content: "㬽"
}

.hgi-stroke.hgi-standard.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-stroke.hgi-standard.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-stroke.hgi-standard.hgi-alert-square:before {
    content: "㭃"
}

.hgi-stroke.hgi-standard.hgi-algorithm:before {
    content: "㭅"
}

.hgi-stroke.hgi-standard.hgi-alien-01:before {
    content: "㭇"
}

.hgi-stroke.hgi-standard.hgi-alien-02:before {
    content: "㭉"
}

.hgi-stroke.hgi-standard.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-stroke.hgi-standard.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-stroke.hgi-standard.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-stroke.hgi-standard.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-stroke.hgi-standard.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-stroke.hgi-standard.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-stroke.hgi-standard.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-stroke.hgi-standard.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-stroke.hgi-standard.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-stroke.hgi-standard.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-stroke.hgi-standard.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-stroke.hgi-standard.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-stroke.hgi-standard.hgi-align-left:before {
    content: "㭣"
}

.hgi-stroke.hgi-standard.hgi-align-right:before {
    content: "㭥"
}

.hgi-stroke.hgi-standard.hgi-align-selection:before {
    content: "㭧"
}

.hgi-stroke.hgi-standard.hgi-align-top:before {
    content: "㭩"
}

.hgi-stroke.hgi-standard.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-stroke.hgi-standard.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-stroke.hgi-standard.hgi-allah:before {
    content: "㭯"
}

.hgi-stroke.hgi-standard.hgi-alms:before {
    content: "㭱"
}

.hgi-stroke.hgi-standard.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-stroke.hgi-standard.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-stroke.hgi-standard.hgi-alpha:before {
    content: "㭷"
}

.hgi-stroke.hgi-standard.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-stroke.hgi-standard.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-stroke.hgi-standard.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-stroke.hgi-standard.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-stroke.hgi-standard.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-stroke.hgi-standard.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-stroke.hgi-standard.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-stroke.hgi-standard.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-stroke.hgi-standard.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-stroke.hgi-standard.hgi-amazon:before {
    content: "㮋"
}

.hgi-stroke.hgi-standard.hgi-ambulance:before {
    content: "㮍"
}

.hgi-stroke.hgi-standard.hgi-american-football:before {
    content: "㮏"
}

.hgi-stroke.hgi-standard.hgi-amie:before {
    content: "㮑"
}

.hgi-stroke.hgi-standard.hgi-ampoule:before {
    content: "㮓"
}

.hgi-stroke.hgi-standard.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-stroke.hgi-standard.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-stroke.hgi-standard.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-stroke.hgi-standard.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-stroke.hgi-standard.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-stroke.hgi-standard.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-stroke.hgi-standard.hgi-android:before {
    content: "㮡"
}

.hgi-stroke.hgi-standard.hgi-angel:before {
    content: "㮣"
}

.hgi-stroke.hgi-standard.hgi-angle-01:before {
    content: "㮥"
}

.hgi-stroke.hgi-standard.hgi-angle:before {
    content: "㮧"
}

.hgi-stroke.hgi-standard.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-stroke.hgi-standard.hgi-angry:before {
    content: "㮫"
}

.hgi-stroke.hgi-standard.hgi-anonymous:before {
    content: "㮭"
}

.hgi-stroke.hgi-standard.hgi-api:before {
    content: "㮯"
}

.hgi-stroke.hgi-standard.hgi-app-store:before {
    content: "㮱"
}

.hgi-stroke.hgi-standard.hgi-apple-01:before {
    content: "㮳"
}

.hgi-stroke.hgi-standard.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-stroke.hgi-standard.hgi-apple-news:before {
    content: "㮷"
}

.hgi-stroke.hgi-standard.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-stroke.hgi-standard.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-stroke.hgi-standard.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-stroke.hgi-standard.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-stroke.hgi-standard.hgi-apple:before {
    content: "㯁"
}

.hgi-stroke.hgi-standard.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-stroke.hgi-standard.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-stroke.hgi-standard.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-stroke.hgi-standard.hgi-apricot:before {
    content: "㯉"
}

.hgi-stroke.hgi-standard.hgi-apron:before {
    content: "㯋"
}

.hgi-stroke.hgi-standard.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-stroke.hgi-standard.hgi-archer:before {
    content: "㯏"
}

.hgi-stroke.hgi-standard.hgi-archive-01:before {
    content: "㯑"
}

.hgi-stroke.hgi-standard.hgi-archive-02:before {
    content: "㯓"
}

.hgi-stroke.hgi-standard.hgi-archive:before {
    content: "㯕"
}

.hgi-stroke.hgi-standard.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-stroke.hgi-standard.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-stroke.hgi-standard.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-stroke.hgi-standard.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-stroke.hgi-standard.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-stroke.hgi-standard.hgi-arrange:before {
    content: "㯡"
}

.hgi-stroke.hgi-standard.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-stroke.hgi-standard.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-stroke.hgi-standard.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-stroke.hgi-standard.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-stroke.hgi-standard.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-stroke.hgi-standard.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-stroke.hgi-standard.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-stroke.hgi-standard.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-stroke.hgi-standard.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-stroke.hgi-standard.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-stroke.hgi-standard.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-stroke.hgi-standard.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-stroke.hgi-standard.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-stroke.hgi-standard.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-stroke.hgi-standard.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-stroke.hgi-standard.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-stroke.hgi-standard.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-stroke.hgi-standard.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-stroke.hgi-standard.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-stroke.hgi-standard.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-stroke.hgi-standard.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-stroke.hgi-standard.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-stroke.hgi-standard.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-stroke.hgi-standard.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-stroke.hgi-standard.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-stroke.hgi-standard.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-stroke.hgi-standard.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-stroke.hgi-standard.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-stroke.hgi-standard.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-stroke.hgi-standard.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-stroke.hgi-standard.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-stroke.hgi-standard.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-stroke.hgi-standard.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-stroke.hgi-standard.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-stroke.hgi-standard.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-stroke.hgi-standard.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-stroke.hgi-standard.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-stroke.hgi-standard.hgi-artboard:before {
    content: "㱟"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-stroke.hgi-standard.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-stroke.hgi-standard.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-stroke.hgi-standard.hgi-assignments:before {
    content: "㱱"
}

.hgi-stroke.hgi-standard.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-stroke.hgi-standard.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-stroke.hgi-standard.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-stroke.hgi-standard.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-stroke.hgi-standard.hgi-at:before {
    content: "㱻"
}

.hgi-stroke.hgi-standard.hgi-atm-01:before {
    content: "㱽"
}

.hgi-stroke.hgi-standard.hgi-atm-02:before {
    content: "㱿"
}

.hgi-stroke.hgi-standard.hgi-atom-01:before {
    content: "㲁"
}

.hgi-stroke.hgi-standard.hgi-atom-02:before {
    content: "㲃"
}

.hgi-stroke.hgi-standard.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-stroke.hgi-standard.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-stroke.hgi-standard.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-stroke.hgi-standard.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-stroke.hgi-standard.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-stroke.hgi-standard.hgi-attachment:before {
    content: "㲏"
}

.hgi-stroke.hgi-standard.hgi-auction:before {
    content: "㲑"
}

.hgi-stroke.hgi-standard.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-stroke.hgi-standard.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-stroke.hgi-standard.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-stroke.hgi-standard.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-stroke.hgi-standard.hgi-audit-01:before {
    content: "㲛"
}

.hgi-stroke.hgi-standard.hgi-audit-02:before {
    content: "㲝"
}

.hgi-stroke.hgi-standard.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-stroke.hgi-standard.hgi-authorized:before {
    content: "㲡"
}

.hgi-stroke.hgi-standard.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-stroke.hgi-standard.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-stroke.hgi-standard.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-stroke.hgi-standard.hgi-avalanche:before {
    content: "㲩"
}

.hgi-stroke.hgi-standard.hgi-avocado:before {
    content: "㲫"
}

.hgi-stroke.hgi-standard.hgi-award-01:before {
    content: "㲭"
}

.hgi-stroke.hgi-standard.hgi-award-02:before {
    content: "㲯"
}

.hgi-stroke.hgi-standard.hgi-award-03:before {
    content: "㲱"
}

.hgi-stroke.hgi-standard.hgi-award-04:before {
    content: "㲳"
}

.hgi-stroke.hgi-standard.hgi-award-05:before {
    content: "㲵"
}

.hgi-stroke.hgi-standard.hgi-baby-01:before {
    content: "㲷"
}

.hgi-stroke.hgi-standard.hgi-baby-02:before {
    content: "㲹"
}

.hgi-stroke.hgi-standard.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-stroke.hgi-standard.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-stroke.hgi-standard.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-stroke.hgi-standard.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-stroke.hgi-standard.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-stroke.hgi-standard.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-stroke.hgi-standard.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-stroke.hgi-standard.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-stroke.hgi-standard.hgi-backward-01:before {
    content: "㳋"
}

.hgi-stroke.hgi-standard.hgi-backward-02:before {
    content: "㳍"
}

.hgi-stroke.hgi-standard.hgi-bacteria:before {
    content: "㳏"
}

.hgi-stroke.hgi-standard.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-stroke.hgi-standard.hgi-badminton:before {
    content: "㳓"
}

.hgi-stroke.hgi-standard.hgi-banana:before {
    content: "㳕"
}

.hgi-stroke.hgi-standard.hgi-bandage:before {
    content: "㳗"
}

.hgi-stroke.hgi-standard.hgi-bank:before {
    content: "㳙"
}

.hgi-stroke.hgi-standard.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-stroke.hgi-standard.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-stroke.hgi-standard.hgi-barns:before {
    content: "㳟"
}

.hgi-stroke.hgi-standard.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-stroke.hgi-standard.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-stroke.hgi-standard.hgi-baseball:before {
    content: "㳥"
}

.hgi-stroke.hgi-standard.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-stroke.hgi-standard.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-stroke.hgi-standard.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-stroke.hgi-standard.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-stroke.hgi-standard.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-stroke.hgi-standard.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-stroke.hgi-standard.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-stroke.hgi-standard.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-stroke.hgi-standard.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-stroke.hgi-standard.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-stroke.hgi-standard.hgi-battery-full:before {
    content: "㳻"
}

.hgi-stroke.hgi-standard.hgi-battery-low:before {
    content: "㳽"
}

.hgi-stroke.hgi-standard.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-stroke.hgi-standard.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-stroke.hgi-standard.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-stroke.hgi-standard.hgi-beach-02:before {
    content: "㴅"
}

.hgi-stroke.hgi-standard.hgi-beach:before {
    content: "㴇"
}

.hgi-stroke.hgi-standard.hgi-beater:before {
    content: "㴉"
}

.hgi-stroke.hgi-standard.hgi-bebo:before {
    content: "㴋"
}

.hgi-stroke.hgi-standard.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-stroke.hgi-standard.hgi-bed-double:before {
    content: "㴏"
}

.hgi-stroke.hgi-standard.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-stroke.hgi-standard.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-stroke.hgi-standard.hgi-bed:before {
    content: "㴕"
}

.hgi-stroke.hgi-standard.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-stroke.hgi-standard.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-stroke.hgi-standard.hgi-behance-01:before {
    content: "㴛"
}

.hgi-stroke.hgi-standard.hgi-behance-02:before {
    content: "㴝"
}

.hgi-stroke.hgi-standard.hgi-belt:before {
    content: "㴟"
}

.hgi-stroke.hgi-standard.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-stroke.hgi-standard.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-stroke.hgi-standard.hgi-berlin:before {
    content: "㴥"
}

.hgi-stroke.hgi-standard.hgi-beta:before {
    content: "㴧"
}

.hgi-stroke.hgi-standard.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-stroke.hgi-standard.hgi-bicycle:before {
    content: "㴫"
}

.hgi-stroke.hgi-standard.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-stroke.hgi-standard.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-stroke.hgi-standard.hgi-binary-code:before {
    content: "㴱"
}

.hgi-stroke.hgi-standard.hgi-bing:before {
    content: "㴳"
}

.hgi-stroke.hgi-standard.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-stroke.hgi-standard.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-stroke.hgi-standard.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-stroke.hgi-standard.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-stroke.hgi-standard.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-stroke.hgi-standard.hgi-biscuit:before {
    content: "㴿"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-stroke.hgi-standard.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-stroke.hgi-standard.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-stroke.hgi-standard.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-stroke.hgi-standard.hgi-black-hole:before {
    content: "㶥"
}

.hgi-stroke.hgi-standard.hgi-blend:before {
    content: "㶧"
}

.hgi-stroke.hgi-standard.hgi-blender:before {
    content: "㶩"
}

.hgi-stroke.hgi-standard.hgi-block-game:before {
    content: "㶫"
}

.hgi-stroke.hgi-standard.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-stroke.hgi-standard.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-stroke.hgi-standard.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-stroke.hgi-standard.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-stroke.hgi-standard.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-stroke.hgi-standard.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-stroke.hgi-standard.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-stroke.hgi-standard.hgi-blocked:before {
    content: "㶻"
}

.hgi-stroke.hgi-standard.hgi-blogger:before {
    content: "㶽"
}

.hgi-stroke.hgi-standard.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-stroke.hgi-standard.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-stroke.hgi-standard.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-stroke.hgi-standard.hgi-blood-type:before {
    content: "㷆"
}

.hgi-stroke.hgi-standard.hgi-blood:before {
    content: "㷇"
}

.hgi-stroke.hgi-standard.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-stroke.hgi-standard.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-stroke.hgi-standard.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-stroke.hgi-standard.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-stroke.hgi-standard.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-stroke.hgi-standard.hgi-blur:before {
    content: "㷓"
}

.hgi-stroke.hgi-standard.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-stroke.hgi-standard.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-stroke.hgi-standard.hgi-board-math:before {
    content: "㷙"
}

.hgi-stroke.hgi-standard.hgi-boat:before {
    content: "㷛"
}

.hgi-stroke.hgi-standard.hgi-body-armor:before {
    content: "㷝"
}

.hgi-stroke.hgi-standard.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-stroke.hgi-standard.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-stroke.hgi-standard.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-stroke.hgi-standard.hgi-body-soap:before {
    content: "㷥"
}

.hgi-stroke.hgi-standard.hgi-body-weight:before {
    content: "㷧"
}

.hgi-stroke.hgi-standard.hgi-bomb:before {
    content: "㷩"
}

.hgi-stroke.hgi-standard.hgi-bone-01:before {
    content: "㷫"
}

.hgi-stroke.hgi-standard.hgi-bone-02:before {
    content: "㷭"
}

.hgi-stroke.hgi-standard.hgi-book-01:before {
    content: "㷯"
}

.hgi-stroke.hgi-standard.hgi-book-02:before {
    content: "㷱"
}

.hgi-stroke.hgi-standard.hgi-book-03:before {
    content: "㷳"
}

.hgi-stroke.hgi-standard.hgi-book-04:before {
    content: "㷵"
}

.hgi-stroke.hgi-standard.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-stroke.hgi-standard.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-stroke.hgi-standard.hgi-book-download:before {
    content: "㷻"
}

.hgi-stroke.hgi-standard.hgi-book-edit:before {
    content: "㷽"
}

.hgi-stroke.hgi-standard.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-stroke.hgi-standard.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-stroke.hgi-standard.hgi-book-upload:before {
    content: "㸃"
}

.hgi-stroke.hgi-standard.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-stroke.hgi-standard.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-stroke.hgi-standard.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-stroke.hgi-standard.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-stroke.hgi-standard.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-stroke.hgi-standard.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-stroke.hgi-standard.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-stroke.hgi-standard.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-stroke.hgi-standard.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-stroke.hgi-standard.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-stroke.hgi-standard.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-stroke.hgi-standard.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-stroke.hgi-standard.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-stroke.hgi-standard.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-stroke.hgi-standard.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-stroke.hgi-standard.hgi-books-01:before {
    content: "㸣"
}

.hgi-stroke.hgi-standard.hgi-books-02:before {
    content: "㸥"
}

.hgi-stroke.hgi-standard.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-stroke.hgi-standard.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-stroke.hgi-standard.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-stroke.hgi-standard.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-stroke.hgi-standard.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-stroke.hgi-standard.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-stroke.hgi-standard.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-stroke.hgi-standard.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-stroke.hgi-standard.hgi-border-full:before {
    content: "㸷"
}

.hgi-stroke.hgi-standard.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-stroke.hgi-standard.hgi-border-inner:before {
    content: "㸻"
}

.hgi-stroke.hgi-standard.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-stroke.hgi-standard.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-stroke.hgi-standard.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-stroke.hgi-standard.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-stroke.hgi-standard.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-stroke.hgi-standard.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-stroke.hgi-standard.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-stroke.hgi-standard.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-stroke.hgi-standard.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-stroke.hgi-standard.hgi-borobudur:before {
    content: "㹏"
}

.hgi-stroke.hgi-standard.hgi-bot:before {
    content: "㹑"
}

.hgi-stroke.hgi-standard.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-stroke.hgi-standard.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-stroke.hgi-standard.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-stroke.hgi-standard.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-stroke.hgi-standard.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-stroke.hgi-standard.hgi-bowling:before {
    content: "㹝"
}

.hgi-stroke.hgi-standard.hgi-boxer:before {
    content: "㹟"
}

.hgi-stroke.hgi-standard.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-stroke.hgi-standard.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-stroke.hgi-standard.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-stroke.hgi-standard.hgi-brain-01:before {
    content: "㹧"
}

.hgi-stroke.hgi-standard.hgi-brain-02:before {
    content: "㹩"
}

.hgi-stroke.hgi-standard.hgi-brain:before {
    content: "㹫"
}

.hgi-stroke.hgi-standard.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-stroke.hgi-standard.hgi-bread-01:before {
    content: "㹯"
}

.hgi-stroke.hgi-standard.hgi-bread-02:before {
    content: "㹱"
}

.hgi-stroke.hgi-standard.hgi-bread-03:before {
    content: "㹳"
}

.hgi-stroke.hgi-standard.hgi-bread-04:before {
    content: "㹵"
}

.hgi-stroke.hgi-standard.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-stroke.hgi-standard.hgi-bridge:before {
    content: "㹹"
}

.hgi-stroke.hgi-standard.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-stroke.hgi-standard.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-stroke.hgi-standard.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-stroke.hgi-standard.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-stroke.hgi-standard.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-stroke.hgi-standard.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-stroke.hgi-standard.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-stroke.hgi-standard.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-stroke.hgi-standard.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-stroke.hgi-standard.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-stroke.hgi-standard.hgi-broccoli:before {
    content: "㺏"
}

.hgi-stroke.hgi-standard.hgi-brochure:before {
    content: "㺑"
}

.hgi-stroke.hgi-standard.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-stroke.hgi-standard.hgi-browser:before {
    content: "㺕"
}

.hgi-stroke.hgi-standard.hgi-brush:before {
    content: "㺗"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-stroke.hgi-standard.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-stroke.hgi-standard.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-stroke.hgi-standard.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-stroke.hgi-standard.hgi-bug-01:before {
    content: "㻉"
}

.hgi-stroke.hgi-standard.hgi-bug-02:before {
    content: "㻋"
}

.hgi-stroke.hgi-standard.hgi-building-01:before {
    content: "㻍"
}

.hgi-stroke.hgi-standard.hgi-building-02:before {
    content: "㻏"
}

.hgi-stroke.hgi-standard.hgi-building-03:before {
    content: "㻑"
}

.hgi-stroke.hgi-standard.hgi-building-04:before {
    content: "㻓"
}

.hgi-stroke.hgi-standard.hgi-building-05:before {
    content: "㻕"
}

.hgi-stroke.hgi-standard.hgi-building-06:before {
    content: "㻗"
}

.hgi-stroke.hgi-standard.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-stroke.hgi-standard.hgi-bulb:before {
    content: "㻛"
}

.hgi-stroke.hgi-standard.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-stroke.hgi-standard.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-stroke.hgi-standard.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-stroke.hgi-standard.hgi-bus-01:before {
    content: "㻣"
}

.hgi-stroke.hgi-standard.hgi-bus-02:before {
    content: "㻥"
}

.hgi-stroke.hgi-standard.hgi-bus-03:before {
    content: "㻧"
}

.hgi-stroke.hgi-standard.hgi-c-programming:before {
    content: "㻩"
}

.hgi-stroke.hgi-standard.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-stroke.hgi-standard.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-stroke.hgi-standard.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-stroke.hgi-standard.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-stroke.hgi-standard.hgi-cable-car:before {
    content: "㻳"
}

.hgi-stroke.hgi-standard.hgi-cactus:before {
    content: "㻵"
}

.hgi-stroke.hgi-standard.hgi-caduceus:before {
    content: "㻷"
}

.hgi-stroke.hgi-standard.hgi-cafe:before {
    content: "㻹"
}

.hgi-stroke.hgi-standard.hgi-calculate:before {
    content: "㻻"
}

.hgi-stroke.hgi-standard.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-stroke.hgi-standard.hgi-calculator:before {
    content: "㻿"
}

.hgi-stroke.hgi-standard.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-stroke.hgi-standard.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-stroke.hgi-standard.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-stroke.hgi-standard.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-stroke.hgi-standard.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-stroke.hgi-standard.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-stroke.hgi-standard.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-stroke.hgi-standard.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-stroke.hgi-standard.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-stroke.hgi-standard.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-stroke.hgi-standard.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-stroke.hgi-standard.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-stroke.hgi-standard.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-stroke.hgi-standard.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-stroke.hgi-standard.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-stroke.hgi-standard.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-stroke.hgi-standard.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-stroke.hgi-standard.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-stroke.hgi-standard.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-stroke.hgi-standard.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-stroke.hgi-standard.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-stroke.hgi-standard.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-stroke.hgi-standard.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-stroke.hgi-standard.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-stroke.hgi-standard.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-stroke.hgi-standard.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-stroke.hgi-standard.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-stroke.hgi-standard.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-stroke.hgi-standard.hgi-call-02:before {
    content: "㼹"
}

.hgi-stroke.hgi-standard.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-stroke.hgi-standard.hgi-call-add:before {
    content: "㼽"
}

.hgi-stroke.hgi-standard.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-stroke.hgi-standard.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-stroke.hgi-standard.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-stroke.hgi-standard.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-stroke.hgi-standard.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-stroke.hgi-standard.hgi-call-done:before {
    content: "㽉"
}

.hgi-stroke.hgi-standard.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-stroke.hgi-standard.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-stroke.hgi-standard.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-stroke.hgi-standard.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-stroke.hgi-standard.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-stroke.hgi-standard.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-stroke.hgi-standard.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-stroke.hgi-standard.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-stroke.hgi-standard.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-stroke.hgi-standard.hgi-call-internal:before {
    content: "㽝"
}

.hgi-stroke.hgi-standard.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-stroke.hgi-standard.hgi-call-locked:before {
    content: "㽡"
}

.hgi-stroke.hgi-standard.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-stroke.hgi-standard.hgi-call-minus:before {
    content: "㽥"
}

.hgi-stroke.hgi-standard.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-stroke.hgi-standard.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-stroke.hgi-standard.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-stroke.hgi-standard.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-stroke.hgi-standard.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-stroke.hgi-standard.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-stroke.hgi-standard.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-stroke.hgi-standard.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-stroke.hgi-standard.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-stroke.hgi-standard.hgi-call-paused:before {
    content: "㽹"
}

.hgi-stroke.hgi-standard.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-stroke.hgi-standard.hgi-call-received:before {
    content: "㽽"
}

.hgi-stroke.hgi-standard.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-stroke.hgi-standard.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-stroke.hgi-standard.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-stroke.hgi-standard.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-stroke.hgi-standard.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-stroke.hgi-standard.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-stroke.hgi-standard.hgi-call:before {
    content: "㾋"
}

.hgi-stroke.hgi-standard.hgi-calling-02:before {
    content: "㾍"
}

.hgi-stroke.hgi-standard.hgi-calling:before {
    content: "㾏"
}

.hgi-stroke.hgi-standard.hgi-camel:before {
    content: "㾑"
}

.hgi-stroke.hgi-standard.hgi-camera-01:before {
    content: "㾓"
}

.hgi-stroke.hgi-standard.hgi-camera-02:before {
    content: "㾕"
}

.hgi-stroke.hgi-standard.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-stroke.hgi-standard.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-stroke.hgi-standard.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-stroke.hgi-standard.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-stroke.hgi-standard.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-stroke.hgi-standard.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-stroke.hgi-standard.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-stroke.hgi-standard.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-stroke.hgi-standard.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-stroke.hgi-standard.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-stroke.hgi-standard.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-stroke.hgi-standard.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-stroke.hgi-standard.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-stroke.hgi-standard.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-stroke.hgi-standard.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-stroke.hgi-standard.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-stroke.hgi-standard.hgi-camera-video:before {
    content: "㾷"
}

.hgi-stroke.hgi-standard.hgi-camper:before {
    content: "㾹"
}

.hgi-stroke.hgi-standard.hgi-campfire:before {
    content: "㾻"
}

.hgi-stroke.hgi-standard.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-stroke.hgi-standard.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-stroke.hgi-standard.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-stroke.hgi-standard.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-stroke.hgi-standard.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-stroke.hgi-standard.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-stroke.hgi-standard.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-stroke.hgi-standard.hgi-canvas:before {
    content: "㿋"
}

.hgi-stroke.hgi-standard.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-stroke.hgi-standard.hgi-cap-round:before {
    content: "㿏"
}

.hgi-stroke.hgi-standard.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-stroke.hgi-standard.hgi-cap:before {
    content: "㿓"
}

.hgi-stroke.hgi-standard.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-stroke.hgi-standard.hgi-capcut:before {
    content: "㿗"
}

.hgi-stroke.hgi-standard.hgi-car-01:before {
    content: "㿙"
}

.hgi-stroke.hgi-standard.hgi-car-02:before {
    content: "㿛"
}

.hgi-stroke.hgi-standard.hgi-car-03:before {
    content: "㿝"
}

.hgi-stroke.hgi-standard.hgi-car-04:before {
    content: "㿟"
}

.hgi-stroke.hgi-standard.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-stroke.hgi-standard.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-stroke.hgi-standard.hgi-caravan:before {
    content: "㿥"
}

.hgi-stroke.hgi-standard.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-stroke.hgi-standard.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-stroke.hgi-standard.hgi-cardigan:before {
    content: "㿫"
}

.hgi-stroke.hgi-standard.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-stroke.hgi-standard.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-stroke.hgi-standard.hgi-cards-01:before {
    content: "㿱"
}

.hgi-stroke.hgi-standard.hgi-cards-02:before {
    content: "㿳"
}

.hgi-stroke.hgi-standard.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-stroke.hgi-standard.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-stroke.hgi-standard.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-stroke.hgi-standard.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-stroke.hgi-standard.hgi-carrot:before {
    content: "㿽"
}

.hgi-stroke.hgi-standard.hgi-cash-01:before {
    content: "㿿"
}

.hgi-stroke.hgi-standard.hgi-cash-02:before {
    content: "䀁"
}

.hgi-stroke.hgi-standard.hgi-cashback:before {
    content: "䀃"
}

.hgi-stroke.hgi-standard.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-stroke.hgi-standard.hgi-cashier:before {
    content: "䀇"
}

.hgi-stroke.hgi-standard.hgi-castle-01:before {
    content: "䀉"
}

.hgi-stroke.hgi-standard.hgi-castle-02:before {
    content: "䀋"
}

.hgi-stroke.hgi-standard.hgi-castle:before {
    content: "䀍"
}

.hgi-stroke.hgi-standard.hgi-catalogue:before {
    content: "䀏"
}

.hgi-stroke.hgi-standard.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-stroke.hgi-standard.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-stroke.hgi-standard.hgi-cd:before {
    content: "䀕"
}

.hgi-stroke.hgi-standard.hgi-cells:before {
    content: "䀗"
}

.hgi-stroke.hgi-standard.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-stroke.hgi-standard.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-stroke.hgi-standard.hgi-celsius:before {
    content: "䀝"
}

.hgi-stroke.hgi-standard.hgi-center-focus:before {
    content: "䀟"
}

.hgi-stroke.hgi-standard.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-stroke.hgi-standard.hgi-centralized:before {
    content: "䀣"
}

.hgi-stroke.hgi-standard.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-stroke.hgi-standard.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-stroke.hgi-standard.hgi-chair-01:before {
    content: "䀩"
}

.hgi-stroke.hgi-standard.hgi-chair-02:before {
    content: "䀫"
}

.hgi-stroke.hgi-standard.hgi-chair-03:before {
    content: "䀭"
}

.hgi-stroke.hgi-standard.hgi-chair-04:before {
    content: "䀯"
}

.hgi-stroke.hgi-standard.hgi-chair-05:before {
    content: "䀱"
}

.hgi-stroke.hgi-standard.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-stroke.hgi-standard.hgi-champion:before {
    content: "䀵"
}

.hgi-stroke.hgi-standard.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-stroke.hgi-standard.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-stroke.hgi-standard.hgi-charity:before {
    content: "䀻"
}

.hgi-stroke.hgi-standard.hgi-chart-average:before {
    content: "䀽"
}

.hgi-stroke.hgi-standard.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-stroke.hgi-standard.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-stroke.hgi-standard.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-stroke.hgi-standard.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-stroke.hgi-standard.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-stroke.hgi-standard.hgi-chart-column:before {
    content: "䁉"
}

.hgi-stroke.hgi-standard.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-stroke.hgi-standard.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-stroke.hgi-standard.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-stroke.hgi-standard.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-stroke.hgi-standard.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-stroke.hgi-standard.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-stroke.hgi-standard.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-stroke.hgi-standard.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-stroke.hgi-standard.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-stroke.hgi-standard.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-stroke.hgi-standard.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-stroke.hgi-standard.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-stroke.hgi-standard.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-stroke.hgi-standard.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-stroke.hgi-standard.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-stroke.hgi-standard.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-stroke.hgi-standard.hgi-chart:before {
    content: "䁫"
}

.hgi-stroke.hgi-standard.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-stroke.hgi-standard.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-stroke.hgi-standard.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-stroke.hgi-standard.hgi-check-list:before {
    content: "䁳"
}

.hgi-stroke.hgi-standard.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-stroke.hgi-standard.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-stroke.hgi-standard.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-stroke.hgi-standard.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-stroke.hgi-standard.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-stroke.hgi-standard.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-stroke.hgi-standard.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-stroke.hgi-standard.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-stroke.hgi-standard.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-stroke.hgi-standard.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-stroke.hgi-standard.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-stroke.hgi-standard.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-stroke.hgi-standard.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-stroke.hgi-standard.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-stroke.hgi-standard.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-stroke.hgi-standard.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-stroke.hgi-standard.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-stroke.hgi-standard.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-stroke.hgi-standard.hgi-cheese:before {
    content: "䂙"
}

.hgi-stroke.hgi-standard.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-stroke.hgi-standard.hgi-chef:before {
    content: "䂝"
}

.hgi-stroke.hgi-standard.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-stroke.hgi-standard.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-stroke.hgi-standard.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-stroke.hgi-standard.hgi-cherry:before {
    content: "䂥"
}

.hgi-stroke.hgi-standard.hgi-chess-01:before {
    content: "䂧"
}

.hgi-stroke.hgi-standard.hgi-chess-02:before {
    content: "䂩"
}

.hgi-stroke.hgi-standard.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-stroke.hgi-standard.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-stroke.hgi-standard.hgi-chimney:before {
    content: "䂯"
}

.hgi-stroke.hgi-standard.hgi-china-temple:before {
    content: "䂱"
}

.hgi-stroke.hgi-standard.hgi-chip-02:before {
    content: "䂳"
}

.hgi-stroke.hgi-standard.hgi-chip:before {
    content: "䂵"
}

.hgi-stroke.hgi-standard.hgi-chocolate:before {
    content: "䂷"
}

.hgi-stroke.hgi-standard.hgi-chrome:before {
    content: "䂹"
}

.hgi-stroke.hgi-standard.hgi-chrysler:before {
    content: "䂻"
}

.hgi-stroke.hgi-standard.hgi-church:before {
    content: "䂽"
}

.hgi-stroke.hgi-standard.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-stroke.hgi-standard.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-stroke.hgi-standard.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-stroke.hgi-standard.hgi-circle-password:before {
    content: "䄧"
}

.hgi-stroke.hgi-standard.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-stroke.hgi-standard.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-stroke.hgi-standard.hgi-circle:before {
    content: "䄭"
}

.hgi-stroke.hgi-standard.hgi-city-01:before {
    content: "䄯"
}

.hgi-stroke.hgi-standard.hgi-city-02:before {
    content: "䄱"
}

.hgi-stroke.hgi-standard.hgi-city-03:before {
    content: "䄳"
}

.hgi-stroke.hgi-standard.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-stroke.hgi-standard.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-stroke.hgi-standard.hgi-clean:before {
    content: "䄹"
}

.hgi-stroke.hgi-standard.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-stroke.hgi-standard.hgi-clinic:before {
    content: "䄽"
}

.hgi-stroke.hgi-standard.hgi-clip:before {
    content: "䄿"
}

.hgi-stroke.hgi-standard.hgi-clipboard:before {
    content: "䅁"
}

.hgi-stroke.hgi-standard.hgi-clock-01:before {
    content: "䅃"
}

.hgi-stroke.hgi-standard.hgi-clock-02:before {
    content: "䅅"
}

.hgi-stroke.hgi-standard.hgi-clock-03:before {
    content: "䅇"
}

.hgi-stroke.hgi-standard.hgi-clock-04:before {
    content: "䅉"
}

.hgi-stroke.hgi-standard.hgi-clock-05:before {
    content: "䅋"
}

.hgi-stroke.hgi-standard.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-stroke.hgi-standard.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-stroke.hgi-standard.hgi-clothes:before {
    content: "䅑"
}

.hgi-stroke.hgi-standard.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-stroke.hgi-standard.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-stroke.hgi-standard.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-stroke.hgi-standard.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-stroke.hgi-standard.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-stroke.hgi-standard.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-stroke.hgi-standard.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-stroke.hgi-standard.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-stroke.hgi-standard.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-stroke.hgi-standard.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-stroke.hgi-standard.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-stroke.hgi-standard.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-stroke.hgi-standard.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-stroke.hgi-standard.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-stroke.hgi-standard.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-stroke.hgi-standard.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-stroke.hgi-standard.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-stroke.hgi-standard.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-stroke.hgi-standard.hgi-cloud:before {
    content: "䅷"
}

.hgi-stroke.hgi-standard.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-stroke.hgi-standard.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-stroke.hgi-standard.hgi-co-present:before {
    content: "䅽"
}

.hgi-stroke.hgi-standard.hgi-code-circle:before {
    content: "䅿"
}

.hgi-stroke.hgi-standard.hgi-code-folder:before {
    content: "䆁"
}

.hgi-stroke.hgi-standard.hgi-code-square:before {
    content: "䆄"
}

.hgi-stroke.hgi-standard.hgi-code:before {
    content: "䆅"
}

.hgi-stroke.hgi-standard.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-stroke.hgi-standard.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-stroke.hgi-standard.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-stroke.hgi-standard.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-stroke.hgi-standard.hgi-coins-01:before {
    content: "䆏"
}

.hgi-stroke.hgi-standard.hgi-coins-02:before {
    content: "䆑"
}

.hgi-stroke.hgi-standard.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-stroke.hgi-standard.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-stroke.hgi-standard.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-stroke.hgi-standard.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-stroke.hgi-standard.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-stroke.hgi-standard.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-stroke.hgi-standard.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-stroke.hgi-standard.hgi-color-picker:before {
    content: "䆡"
}

.hgi-stroke.hgi-standard.hgi-colors:before {
    content: "䆣"
}

.hgi-stroke.hgi-standard.hgi-colosseum:before {
    content: "䆥"
}

.hgi-stroke.hgi-standard.hgi-column-delete:before {
    content: "䆧"
}

.hgi-stroke.hgi-standard.hgi-column-insert:before {
    content: "䆩"
}

.hgi-stroke.hgi-standard.hgi-comet-01:before {
    content: "䆫"
}

.hgi-stroke.hgi-standard.hgi-comet-02:before {
    content: "䆭"
}

.hgi-stroke.hgi-standard.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-stroke.hgi-standard.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-stroke.hgi-standard.hgi-command-line:before {
    content: "䆳"
}

.hgi-stroke.hgi-standard.hgi-command:before {
    content: "䆵"
}

.hgi-stroke.hgi-standard.hgi-comment-01:before {
    content: "䆷"
}

.hgi-stroke.hgi-standard.hgi-comment-02:before {
    content: "䆹"
}

.hgi-stroke.hgi-standard.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-stroke.hgi-standard.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-stroke.hgi-standard.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-stroke.hgi-standard.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-stroke.hgi-standard.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-stroke.hgi-standard.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-stroke.hgi-standard.hgi-compass-01:before {
    content: "䇇"
}

.hgi-stroke.hgi-standard.hgi-compass:before {
    content: "䇉"
}

.hgi-stroke.hgi-standard.hgi-complaint:before {
    content: "䇋"
}

.hgi-stroke.hgi-standard.hgi-computer-add:before {
    content: "䇍"
}

.hgi-stroke.hgi-standard.hgi-computer-check:before {
    content: "䇏"
}

.hgi-stroke.hgi-standard.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-stroke.hgi-standard.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-stroke.hgi-standard.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-stroke.hgi-standard.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-stroke.hgi-standard.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-stroke.hgi-standard.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-stroke.hgi-standard.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-stroke.hgi-standard.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-stroke.hgi-standard.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-stroke.hgi-standard.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-stroke.hgi-standard.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-stroke.hgi-standard.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-stroke.hgi-standard.hgi-computer-video:before {
    content: "䇪"
}

.hgi-stroke.hgi-standard.hgi-computer:before {
    content: "䇫"
}

.hgi-stroke.hgi-standard.hgi-cone-01:before {
    content: "䇭"
}

.hgi-stroke.hgi-standard.hgi-cone-02:before {
    content: "䇯"
}

.hgi-stroke.hgi-standard.hgi-conference:before {
    content: "䇱"
}

.hgi-stroke.hgi-standard.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-stroke.hgi-standard.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-stroke.hgi-standard.hgi-confused:before {
    content: "䇷"
}

.hgi-stroke.hgi-standard.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-stroke.hgi-standard.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-stroke.hgi-standard.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-stroke.hgi-standard.hgi-connect:before {
    content: "䇿"
}

.hgi-stroke.hgi-standard.hgi-console:before {
    content: "䈁"
}

.hgi-stroke.hgi-standard.hgi-constellation:before {
    content: "䈃"
}

.hgi-stroke.hgi-standard.hgi-contact-01:before {
    content: "䈅"
}

.hgi-stroke.hgi-standard.hgi-contact-02:before {
    content: "䈇"
}

.hgi-stroke.hgi-standard.hgi-contact-book:before {
    content: "䈉"
}

.hgi-stroke.hgi-standard.hgi-contact:before {
    content: "䈋"
}

.hgi-stroke.hgi-standard.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-stroke.hgi-standard.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-stroke.hgi-standard.hgi-container-truck:before {
    content: "䈑"
}

.hgi-stroke.hgi-standard.hgi-contracts:before {
    content: "䈓"
}

.hgi-stroke.hgi-standard.hgi-conversation:before {
    content: "䈕"
}

.hgi-stroke.hgi-standard.hgi-cook-book:before {
    content: "䈗"
}

.hgi-stroke.hgi-standard.hgi-cookie:before {
    content: "䈙"
}

.hgi-stroke.hgi-standard.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-stroke.hgi-standard.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-stroke.hgi-standard.hgi-copilot:before {
    content: "䈟"
}

.hgi-stroke.hgi-standard.hgi-copy-01:before {
    content: "䈡"
}

.hgi-stroke.hgi-standard.hgi-copy-02:before {
    content: "䈣"
}

.hgi-stroke.hgi-standard.hgi-copy-link:before {
    content: "䈥"
}

.hgi-stroke.hgi-standard.hgi-copyright:before {
    content: "䈧"
}

.hgi-stroke.hgi-standard.hgi-corn:before {
    content: "䈩"
}

.hgi-stroke.hgi-standard.hgi-corporate:before {
    content: "䈫"
}

.hgi-stroke.hgi-standard.hgi-cos:before {
    content: "䈭"
}

.hgi-stroke.hgi-standard.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-stroke.hgi-standard.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-stroke.hgi-standard.hgi-cottage:before {
    content: "䈳"
}

.hgi-stroke.hgi-standard.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-stroke.hgi-standard.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-stroke.hgi-standard.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-stroke.hgi-standard.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-stroke.hgi-standard.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-stroke.hgi-standard.hgi-course:before {
    content: "䈿"
}

.hgi-stroke.hgi-standard.hgi-court-house:before {
    content: "䉁"
}

.hgi-stroke.hgi-standard.hgi-court-law:before {
    content: "䉃"
}

.hgi-stroke.hgi-standard.hgi-covariate:before {
    content: "䉅"
}

.hgi-stroke.hgi-standard.hgi-covid-info:before {
    content: "䉇"
}

.hgi-stroke.hgi-standard.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-stroke.hgi-standard.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-stroke.hgi-standard.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-stroke.hgi-standard.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-stroke.hgi-standard.hgi-cpu:before {
    content: "䉑"
}

.hgi-stroke.hgi-standard.hgi-crab:before {
    content: "䉓"
}

.hgi-stroke.hgi-standard.hgi-crane:before {
    content: "䉕"
}

.hgi-stroke.hgi-standard.hgi-crazy:before {
    content: "䉗"
}

.hgi-stroke.hgi-standard.hgi-creative-market:before {
    content: "䉙"
}

.hgi-stroke.hgi-standard.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-stroke.hgi-standard.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-stroke.hgi-standard.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-stroke.hgi-standard.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-stroke.hgi-standard.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-stroke.hgi-standard.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-stroke.hgi-standard.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-stroke.hgi-standard.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-stroke.hgi-standard.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-stroke.hgi-standard.hgi-credit-card:before {
    content: "䉭"
}

.hgi-stroke.hgi-standard.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-stroke.hgi-standard.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-stroke.hgi-standard.hgi-croissant:before {
    content: "䉳"
}

.hgi-stroke.hgi-standard.hgi-crop:before {
    content: "䉵"
}

.hgi-stroke.hgi-standard.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-stroke.hgi-standard.hgi-crown:before {
    content: "䉹"
}

.hgi-stroke.hgi-standard.hgi-crying:before {
    content: "䉻"
}

.hgi-stroke.hgi-standard.hgi-csv-01:before {
    content: "䉽"
}

.hgi-stroke.hgi-standard.hgi-csv-02:before {
    content: "䉿"
}

.hgi-stroke.hgi-standard.hgi-cube:before {
    content: "䊁"
}

.hgi-stroke.hgi-standard.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-stroke.hgi-standard.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-stroke.hgi-standard.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-stroke.hgi-standard.hgi-curling:before {
    content: "䊉"
}

.hgi-stroke.hgi-standard.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-stroke.hgi-standard.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-stroke.hgi-standard.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-stroke.hgi-standard.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-stroke.hgi-standard.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-stroke.hgi-standard.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-stroke.hgi-standard.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-stroke.hgi-standard.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-stroke.hgi-standard.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-stroke.hgi-standard.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-stroke.hgi-standard.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-stroke.hgi-standard.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-stroke.hgi-standard.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-stroke.hgi-standard.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-stroke.hgi-standard.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-stroke.hgi-standard.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-stroke.hgi-standard.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-stroke.hgi-standard.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-stroke.hgi-standard.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-stroke.hgi-standard.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-stroke.hgi-standard.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-stroke.hgi-standard.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-stroke.hgi-standard.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-stroke.hgi-standard.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-stroke.hgi-standard.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-stroke.hgi-standard.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-stroke.hgi-standard.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-stroke.hgi-standard.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-stroke.hgi-standard.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-stroke.hgi-standard.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-stroke.hgi-standard.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-stroke.hgi-standard.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-stroke.hgi-standard.hgi-curtains:before {
    content: "䋋"
}

.hgi-stroke.hgi-standard.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-stroke.hgi-standard.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-stroke.hgi-standard.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-stroke.hgi-standard.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-stroke.hgi-standard.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-stroke.hgi-standard.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-stroke.hgi-standard.hgi-customer-service:before {
    content: "䋙"
}

.hgi-stroke.hgi-standard.hgi-customer-support:before {
    content: "䋛"
}

.hgi-stroke.hgi-standard.hgi-customize:before {
    content: "䋝"
}

.hgi-stroke.hgi-standard.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-stroke.hgi-standard.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-stroke.hgi-standard.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-stroke.hgi-standard.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-stroke.hgi-standard.hgi-danger:before {
    content: "䋧"
}

.hgi-stroke.hgi-standard.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-stroke.hgi-standard.hgi-dart:before {
    content: "䋫"
}

.hgi-stroke.hgi-standard.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-stroke.hgi-standard.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-stroke.hgi-standard.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-stroke.hgi-standard.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-stroke.hgi-standard.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-stroke.hgi-standard.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-stroke.hgi-standard.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-stroke.hgi-standard.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-stroke.hgi-standard.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-stroke.hgi-standard.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-stroke.hgi-standard.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-stroke.hgi-standard.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-stroke.hgi-standard.hgi-database-01:before {
    content: "䌑"
}

.hgi-stroke.hgi-standard.hgi-database-02:before {
    content: "䌓"
}

.hgi-stroke.hgi-standard.hgi-database-add:before {
    content: "䌕"
}

.hgi-stroke.hgi-standard.hgi-database-export:before {
    content: "䌗"
}

.hgi-stroke.hgi-standard.hgi-database-import:before {
    content: "䌙"
}

.hgi-stroke.hgi-standard.hgi-database-locked:before {
    content: "䌛"
}

.hgi-stroke.hgi-standard.hgi-database-restore:before {
    content: "䌝"
}

.hgi-stroke.hgi-standard.hgi-database-setting:before {
    content: "䌠"
}

.hgi-stroke.hgi-standard.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-stroke.hgi-standard.hgi-database-sync:before {
    content: "䌤"
}

.hgi-stroke.hgi-standard.hgi-database:before {
    content: "䌥"
}

.hgi-stroke.hgi-standard.hgi-dates:before {
    content: "䌧"
}

.hgi-stroke.hgi-standard.hgi-dead:before {
    content: "䌩"
}

.hgi-stroke.hgi-standard.hgi-delete-01:before {
    content: "䌫"
}

.hgi-stroke.hgi-standard.hgi-delete-02:before {
    content: "䌭"
}

.hgi-stroke.hgi-standard.hgi-delete-03:before {
    content: "䌯"
}

.hgi-stroke.hgi-standard.hgi-delete-04:before {
    content: "䌱"
}

.hgi-stroke.hgi-standard.hgi-delete-column:before {
    content: "䌳"
}

.hgi-stroke.hgi-standard.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-stroke.hgi-standard.hgi-delete-row:before {
    content: "䌷"
}

.hgi-stroke.hgi-standard.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-stroke.hgi-standard.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-stroke.hgi-standard.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-stroke.hgi-standard.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-stroke.hgi-standard.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-stroke.hgi-standard.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-stroke.hgi-standard.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-stroke.hgi-standard.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-stroke.hgi-standard.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-stroke.hgi-standard.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-stroke.hgi-standard.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-stroke.hgi-standard.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-stroke.hgi-standard.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-stroke.hgi-standard.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-stroke.hgi-standard.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-stroke.hgi-standard.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-stroke.hgi-standard.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-stroke.hgi-standard.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-stroke.hgi-standard.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-stroke.hgi-standard.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-stroke.hgi-standard.hgi-dental-care:before {
    content: "䍡"
}

.hgi-stroke.hgi-standard.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-stroke.hgi-standard.hgi-departement:before {
    content: "䍥"
}

.hgi-stroke.hgi-standard.hgi-desert:before {
    content: "䍧"
}

.hgi-stroke.hgi-standard.hgi-desk-01:before {
    content: "䍩"
}

.hgi-stroke.hgi-standard.hgi-desk-02:before {
    content: "䍫"
}

.hgi-stroke.hgi-standard.hgi-desk:before {
    content: "䍭"
}

.hgi-stroke.hgi-standard.hgi-developer:before {
    content: "䍯"
}

.hgi-stroke.hgi-standard.hgi-deviantart:before {
    content: "䍱"
}

.hgi-stroke.hgi-standard.hgi-device-access:before {
    content: "䍳"
}

.hgi-stroke.hgi-standard.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-stroke.hgi-standard.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-stroke.hgi-standard.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-stroke.hgi-standard.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-stroke.hgi-standard.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-stroke.hgi-standard.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-stroke.hgi-standard.hgi-diameter:before {
    content: "䎁"
}

.hgi-stroke.hgi-standard.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-stroke.hgi-standard.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-stroke.hgi-standard.hgi-diamond:before {
    content: "䎇"
}

.hgi-stroke.hgi-standard.hgi-diaper:before {
    content: "䎉"
}

.hgi-stroke.hgi-standard.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-stroke.hgi-standard.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-stroke.hgi-standard.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-stroke.hgi-standard.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-stroke.hgi-standard.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-stroke.hgi-standard.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-stroke.hgi-standard.hgi-dice:before {
    content: "䎗"
}

.hgi-stroke.hgi-standard.hgi-digestion:before {
    content: "䎙"
}

.hgi-stroke.hgi-standard.hgi-digg:before {
    content: "䎛"
}

.hgi-stroke.hgi-standard.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-stroke.hgi-standard.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-stroke.hgi-standard.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-stroke.hgi-standard.hgi-dining-table:before {
    content: "䎣"
}

.hgi-stroke.hgi-standard.hgi-diploma:before {
    content: "䎥"
}

.hgi-stroke.hgi-standard.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-stroke.hgi-standard.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-stroke.hgi-standard.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-stroke.hgi-standard.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-stroke.hgi-standard.hgi-directions-01:before {
    content: "䎯"
}

.hgi-stroke.hgi-standard.hgi-directions-02:before {
    content: "䎱"
}

.hgi-stroke.hgi-standard.hgi-dirham:before {
    content: "䎳"
}

.hgi-stroke.hgi-standard.hgi-disability-01:before {
    content: "䎵"
}

.hgi-stroke.hgi-standard.hgi-disability-02:before {
    content: "䎷"
}

.hgi-stroke.hgi-standard.hgi-discord:before {
    content: "䎹"
}

.hgi-stroke.hgi-standard.hgi-discount-01:before {
    content: "䎻"
}

.hgi-stroke.hgi-standard.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-stroke.hgi-standard.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-stroke.hgi-standard.hgi-discount:before {
    content: "䏁"
}

.hgi-stroke.hgi-standard.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-stroke.hgi-standard.hgi-discover-square:before {
    content: "䏅"
}

.hgi-stroke.hgi-standard.hgi-dish-01:before {
    content: "䏇"
}

.hgi-stroke.hgi-standard.hgi-dish-02:before {
    content: "䏉"
}

.hgi-stroke.hgi-standard.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-stroke.hgi-standard.hgi-displeased:before {
    content: "䏍"
}

.hgi-stroke.hgi-standard.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-stroke.hgi-standard.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-stroke.hgi-standard.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-stroke.hgi-standard.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-stroke.hgi-standard.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-stroke.hgi-standard.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-stroke.hgi-standard.hgi-distribution:before {
    content: "䏛"
}

.hgi-stroke.hgi-standard.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-stroke.hgi-standard.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-stroke.hgi-standard.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-stroke.hgi-standard.hgi-dna-01:before {
    content: "䏣"
}

.hgi-stroke.hgi-standard.hgi-dna:before {
    content: "䏥"
}

.hgi-stroke.hgi-standard.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-stroke.hgi-standard.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-stroke.hgi-standard.hgi-doc-01:before {
    content: "䏫"
}

.hgi-stroke.hgi-standard.hgi-doc-02:before {
    content: "䏭"
}

.hgi-stroke.hgi-standard.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-stroke.hgi-standard.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-stroke.hgi-standard.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-stroke.hgi-standard.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-stroke.hgi-standard.hgi-document-code:before {
    content: "䏷"
}

.hgi-stroke.hgi-standard.hgi-document-validation:before {
    content: "䏹"
}

.hgi-stroke.hgi-standard.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-stroke.hgi-standard.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-stroke.hgi-standard.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-stroke.hgi-standard.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-stroke.hgi-standard.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-stroke.hgi-standard.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-stroke.hgi-standard.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-stroke.hgi-standard.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-stroke.hgi-standard.hgi-dome:before {
    content: "䐋"
}

.hgi-stroke.hgi-standard.hgi-domino:before {
    content: "䐍"
}

.hgi-stroke.hgi-standard.hgi-door-01:before {
    content: "䐏"
}

.hgi-stroke.hgi-standard.hgi-door-02:before {
    content: "䐑"
}

.hgi-stroke.hgi-standard.hgi-door-lock:before {
    content: "䐓"
}

.hgi-stroke.hgi-standard.hgi-door:before {
    content: "䐕"
}

.hgi-stroke.hgi-standard.hgi-doughnut:before {
    content: "䐗"
}

.hgi-stroke.hgi-standard.hgi-download-01:before {
    content: "䐙"
}

.hgi-stroke.hgi-standard.hgi-download-02:before {
    content: "䐛"
}

.hgi-stroke.hgi-standard.hgi-download-03:before {
    content: "䐝"
}

.hgi-stroke.hgi-standard.hgi-download-04:before {
    content: "䐟"
}

.hgi-stroke.hgi-standard.hgi-download-05:before {
    content: "䐡"
}

.hgi-stroke.hgi-standard.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-stroke.hgi-standard.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-stroke.hgi-standard.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-stroke.hgi-standard.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-stroke.hgi-standard.hgi-drag-01:before {
    content: "䐫"
}

.hgi-stroke.hgi-standard.hgi-drag-02:before {
    content: "䐭"
}

.hgi-stroke.hgi-standard.hgi-drag-03:before {
    content: "䐯"
}

.hgi-stroke.hgi-standard.hgi-drag-04:before {
    content: "䐱"
}

.hgi-stroke.hgi-standard.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-stroke.hgi-standard.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-stroke.hgi-standard.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-stroke.hgi-standard.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-stroke.hgi-standard.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-stroke.hgi-standard.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-stroke.hgi-standard.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-stroke.hgi-standard.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-stroke.hgi-standard.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-stroke.hgi-standard.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-stroke.hgi-standard.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-stroke.hgi-standard.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-stroke.hgi-standard.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-stroke.hgi-standard.hgi-dress-01:before {
    content: "䑍"
}

.hgi-stroke.hgi-standard.hgi-dress-02:before {
    content: "䑏"
}

.hgi-stroke.hgi-standard.hgi-dress-03:before {
    content: "䑑"
}

.hgi-stroke.hgi-standard.hgi-dress-04:before {
    content: "䑓"
}

.hgi-stroke.hgi-standard.hgi-dress-05:before {
    content: "䑕"
}

.hgi-stroke.hgi-standard.hgi-dress-06:before {
    content: "䑗"
}

.hgi-stroke.hgi-standard.hgi-dress-07:before {
    content: "䑙"
}

.hgi-stroke.hgi-standard.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-stroke.hgi-standard.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-stroke.hgi-standard.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-stroke.hgi-standard.hgi-dribbble:before {
    content: "䑡"
}

.hgi-stroke.hgi-standard.hgi-drink:before {
    content: "䑣"
}

.hgi-stroke.hgi-standard.hgi-drone:before {
    content: "䑥"
}

.hgi-stroke.hgi-standard.hgi-drooling:before {
    content: "䑧"
}

.hgi-stroke.hgi-standard.hgi-dropbox:before {
    content: "䑩"
}

.hgi-stroke.hgi-standard.hgi-droplet:before {
    content: "䑫"
}

.hgi-stroke.hgi-standard.hgi-dropper:before {
    content: "䑭"
}

.hgi-stroke.hgi-standard.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-stroke.hgi-standard.hgi-dua:before {
    content: "䑱"
}

.hgi-stroke.hgi-standard.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-stroke.hgi-standard.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-stroke.hgi-standard.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-stroke.hgi-standard.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-stroke.hgi-standard.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-stroke.hgi-standard.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-stroke.hgi-standard.hgi-ear:before {
    content: "䑿"
}

.hgi-stroke.hgi-standard.hgi-earth:before {
    content: "䒁"
}

.hgi-stroke.hgi-standard.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-stroke.hgi-standard.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-stroke.hgi-standard.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-stroke.hgi-standard.hgi-ease-in:before {
    content: "䒉"
}

.hgi-stroke.hgi-standard.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-stroke.hgi-standard.hgi-ease-out:before {
    content: "䒍"
}

.hgi-stroke.hgi-standard.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-stroke.hgi-standard.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-stroke.hgi-standard.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-stroke.hgi-standard.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-stroke.hgi-standard.hgi-eco-power:before {
    content: "䒗"
}

.hgi-stroke.hgi-standard.hgi-edge-style:before {
    content: "䒙"
}

.hgi-stroke.hgi-standard.hgi-edit-01:before {
    content: "䒛"
}

.hgi-stroke.hgi-standard.hgi-edit-02:before {
    content: "䒝"
}

.hgi-stroke.hgi-standard.hgi-edit-off:before {
    content: "䒟"
}

.hgi-stroke.hgi-standard.hgi-edit-road:before {
    content: "䒡"
}

.hgi-stroke.hgi-standard.hgi-edit-table:before {
    content: "䒣"
}

.hgi-stroke.hgi-standard.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-stroke.hgi-standard.hgi-eggs:before {
    content: "䒧"
}

.hgi-stroke.hgi-standard.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-stroke.hgi-standard.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-stroke.hgi-standard.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-stroke.hgi-standard.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-stroke.hgi-standard.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-stroke.hgi-standard.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-stroke.hgi-standard.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-stroke.hgi-standard.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-stroke.hgi-standard.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-stroke.hgi-standard.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-stroke.hgi-standard.hgi-encrypt:before {
    content: "䒽"
}

.hgi-stroke.hgi-standard.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-stroke.hgi-standard.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-stroke.hgi-standard.hgi-energy:before {
    content: "䓃"
}

.hgi-stroke.hgi-standard.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-stroke.hgi-standard.hgi-envato:before {
    content: "䓇"
}

.hgi-stroke.hgi-standard.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-stroke.hgi-standard.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-stroke.hgi-standard.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-stroke.hgi-standard.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-stroke.hgi-standard.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-stroke.hgi-standard.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-stroke.hgi-standard.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-stroke.hgi-standard.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-stroke.hgi-standard.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-stroke.hgi-standard.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-stroke.hgi-standard.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-stroke.hgi-standard.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-stroke.hgi-standard.hgi-eraser:before {
    content: "䓡"
}

.hgi-stroke.hgi-standard.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-stroke.hgi-standard.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-stroke.hgi-standard.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-stroke.hgi-standard.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-stroke.hgi-standard.hgi-ethereum:before {
    content: "䓫"
}

.hgi-stroke.hgi-standard.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-stroke.hgi-standard.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-stroke.hgi-standard.hgi-euro-send:before {
    content: "䓲"
}

.hgi-stroke.hgi-standard.hgi-euro-square:before {
    content: "䓴"
}

.hgi-stroke.hgi-standard.hgi-euro:before {
    content: "䓵"
}

.hgi-stroke.hgi-standard.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-stroke.hgi-standard.hgi-evil:before {
    content: "䓹"
}

.hgi-stroke.hgi-standard.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-stroke.hgi-standard.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-stroke.hgi-standard.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-stroke.hgi-standard.hgi-expander:before {
    content: "䔁"
}

.hgi-stroke.hgi-standard.hgi-external-drive:before {
    content: "䔃"
}

.hgi-stroke.hgi-standard.hgi-eye:before {
    content: "䔅"
}

.hgi-stroke.hgi-standard.hgi-face-id:before {
    content: "䔇"
}

.hgi-stroke.hgi-standard.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-stroke.hgi-standard.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-stroke.hgi-standard.hgi-factory-01:before {
    content: "䔍"
}

.hgi-stroke.hgi-standard.hgi-factory-02:before {
    content: "䔏"
}

.hgi-stroke.hgi-standard.hgi-factory:before {
    content: "䔑"
}

.hgi-stroke.hgi-standard.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-stroke.hgi-standard.hgi-falling-star:before {
    content: "䔕"
}

.hgi-stroke.hgi-standard.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-stroke.hgi-standard.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-stroke.hgi-standard.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-stroke.hgi-standard.hgi-favourite:before {
    content: "䔝"
}

.hgi-stroke.hgi-standard.hgi-feather:before {
    content: "䔟"
}

.hgi-stroke.hgi-standard.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-stroke.hgi-standard.hgi-fencing:before {
    content: "䔣"
}

.hgi-stroke.hgi-standard.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-stroke.hgi-standard.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-stroke.hgi-standard.hgi-figma:before {
    content: "䔩"
}

.hgi-stroke.hgi-standard.hgi-file-01:before {
    content: "䔫"
}

.hgi-stroke.hgi-standard.hgi-file-02:before {
    content: "䔭"
}

.hgi-stroke.hgi-standard.hgi-file-add:before {
    content: "䔯"
}

.hgi-stroke.hgi-standard.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-stroke.hgi-standard.hgi-file-audio:before {
    content: "䔳"
}

.hgi-stroke.hgi-standard.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-stroke.hgi-standard.hgi-file-block:before {
    content: "䔷"
}

.hgi-stroke.hgi-standard.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-stroke.hgi-standard.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-stroke.hgi-standard.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-stroke.hgi-standard.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-stroke.hgi-standard.hgi-file-download:before {
    content: "䕁"
}

.hgi-stroke.hgi-standard.hgi-file-edit:before {
    content: "䕃"
}

.hgi-stroke.hgi-standard.hgi-file-euro:before {
    content: "䕅"
}

.hgi-stroke.hgi-standard.hgi-file-export:before {
    content: "䕇"
}

.hgi-stroke.hgi-standard.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-stroke.hgi-standard.hgi-file-import:before {
    content: "䕋"
}

.hgi-stroke.hgi-standard.hgi-file-link:before {
    content: "䕍"
}

.hgi-stroke.hgi-standard.hgi-file-locked:before {
    content: "䕏"
}

.hgi-stroke.hgi-standard.hgi-file-management:before {
    content: "䕑"
}

.hgi-stroke.hgi-standard.hgi-file-minus:before {
    content: "䕓"
}

.hgi-stroke.hgi-standard.hgi-file-music:before {
    content: "䕕"
}

.hgi-stroke.hgi-standard.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-stroke.hgi-standard.hgi-file-paste:before {
    content: "䕙"
}

.hgi-stroke.hgi-standard.hgi-file-pin:before {
    content: "䕛"
}

.hgi-stroke.hgi-standard.hgi-file-pound:before {
    content: "䕝"
}

.hgi-stroke.hgi-standard.hgi-file-remove:before {
    content: "䕟"
}

.hgi-stroke.hgi-standard.hgi-file-script:before {
    content: "䕡"
}

.hgi-stroke.hgi-standard.hgi-file-search:before {
    content: "䕣"
}

.hgi-stroke.hgi-standard.hgi-file-security:before {
    content: "䕥"
}

.hgi-stroke.hgi-standard.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-stroke.hgi-standard.hgi-file-star:before {
    content: "䕩"
}

.hgi-stroke.hgi-standard.hgi-file-sync:before {
    content: "䕫"
}

.hgi-stroke.hgi-standard.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-stroke.hgi-standard.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-stroke.hgi-standard.hgi-file-upload:before {
    content: "䕱"
}

.hgi-stroke.hgi-standard.hgi-file-validation:before {
    content: "䕳"
}

.hgi-stroke.hgi-standard.hgi-file-verified:before {
    content: "䕵"
}

.hgi-stroke.hgi-standard.hgi-file-video:before {
    content: "䕷"
}

.hgi-stroke.hgi-standard.hgi-file-view:before {
    content: "䕹"
}

.hgi-stroke.hgi-standard.hgi-file-yen:before {
    content: "䕻"
}

.hgi-stroke.hgi-standard.hgi-file-zip:before {
    content: "䕽"
}

.hgi-stroke.hgi-standard.hgi-files-01:before {
    content: "䕿"
}

.hgi-stroke.hgi-standard.hgi-files-02:before {
    content: "䖁"
}

.hgi-stroke.hgi-standard.hgi-film-01:before {
    content: "䖃"
}

.hgi-stroke.hgi-standard.hgi-film-02:before {
    content: "䖅"
}

.hgi-stroke.hgi-standard.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-stroke.hgi-standard.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-stroke.hgi-standard.hgi-filter-add:before {
    content: "䖋"
}

.hgi-stroke.hgi-standard.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-stroke.hgi-standard.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-stroke.hgi-standard.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-stroke.hgi-standard.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-stroke.hgi-standard.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-stroke.hgi-standard.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-stroke.hgi-standard.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-stroke.hgi-standard.hgi-filter:before {
    content: "䖛"
}

.hgi-stroke.hgi-standard.hgi-finger-access:before {
    content: "䖝"
}

.hgi-stroke.hgi-standard.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-stroke.hgi-standard.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-stroke.hgi-standard.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-stroke.hgi-standard.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-stroke.hgi-standard.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-stroke.hgi-standard.hgi-finger-print:before {
    content: "䖩"
}

.hgi-stroke.hgi-standard.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-stroke.hgi-standard.hgi-fins:before {
    content: "䖭"
}

.hgi-stroke.hgi-standard.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-stroke.hgi-standard.hgi-fire-security:before {
    content: "䖲"
}

.hgi-stroke.hgi-standard.hgi-fire:before {
    content: "䖳"
}

.hgi-stroke.hgi-standard.hgi-firewall:before {
    content: "䖵"
}

.hgi-stroke.hgi-standard.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-stroke.hgi-standard.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-stroke.hgi-standard.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-stroke.hgi-standard.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-stroke.hgi-standard.hgi-fish-food:before {
    content: "䖿"
}

.hgi-stroke.hgi-standard.hgi-fiverr:before {
    content: "䗁"
}

.hgi-stroke.hgi-standard.hgi-flag-01:before {
    content: "䗃"
}

.hgi-stroke.hgi-standard.hgi-flag-02:before {
    content: "䗅"
}

.hgi-stroke.hgi-standard.hgi-flag-03:before {
    content: "䗇"
}

.hgi-stroke.hgi-standard.hgi-flash-off:before {
    content: "䗉"
}

.hgi-stroke.hgi-standard.hgi-flash:before {
    content: "䗋"
}

.hgi-stroke.hgi-standard.hgi-flaticon:before {
    content: "䗍"
}

.hgi-stroke.hgi-standard.hgi-flickr:before {
    content: "䗏"
}

.hgi-stroke.hgi-standard.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-stroke.hgi-standard.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-stroke.hgi-standard.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-stroke.hgi-standard.hgi-flip-left:before {
    content: "䗗"
}

.hgi-stroke.hgi-standard.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-stroke.hgi-standard.hgi-flip-right:before {
    content: "䗛"
}

.hgi-stroke.hgi-standard.hgi-flip-top:before {
    content: "䗝"
}

.hgi-stroke.hgi-standard.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-stroke.hgi-standard.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-stroke.hgi-standard.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-stroke.hgi-standard.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-stroke.hgi-standard.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-stroke.hgi-standard.hgi-flow-square:before {
    content: "䗪"
}

.hgi-stroke.hgi-standard.hgi-flow:before {
    content: "䗫"
}

.hgi-stroke.hgi-standard.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-stroke.hgi-standard.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-stroke.hgi-standard.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-stroke.hgi-standard.hgi-flower:before {
    content: "䗳"
}

.hgi-stroke.hgi-standard.hgi-flushed:before {
    content: "䗵"
}

.hgi-stroke.hgi-standard.hgi-flying-human:before {
    content: "䗷"
}

.hgi-stroke.hgi-standard.hgi-focus-point:before {
    content: "䗹"
}

.hgi-stroke.hgi-standard.hgi-folder-01:before {
    content: "䗻"
}

.hgi-stroke.hgi-standard.hgi-folder-02:before {
    content: "䗽"
}

.hgi-stroke.hgi-standard.hgi-folder-03:before {
    content: "䗿"
}

.hgi-stroke.hgi-standard.hgi-folder-add:before {
    content: "䘁"
}

.hgi-stroke.hgi-standard.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-stroke.hgi-standard.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-stroke.hgi-standard.hgi-folder-block:before {
    content: "䘇"
}

.hgi-stroke.hgi-standard.hgi-folder-check:before {
    content: "䘉"
}

.hgi-stroke.hgi-standard.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-stroke.hgi-standard.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-stroke.hgi-standard.hgi-folder-details:before {
    content: "䘏"
}

.hgi-stroke.hgi-standard.hgi-folder-download:before {
    content: "䘑"
}

.hgi-stroke.hgi-standard.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-stroke.hgi-standard.hgi-folder-export:before {
    content: "䘕"
}

.hgi-stroke.hgi-standard.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-stroke.hgi-standard.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-stroke.hgi-standard.hgi-folder-import:before {
    content: "䘛"
}

.hgi-stroke.hgi-standard.hgi-folder-library:before {
    content: "䘝"
}

.hgi-stroke.hgi-standard.hgi-folder-links:before {
    content: "䘟"
}

.hgi-stroke.hgi-standard.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-stroke.hgi-standard.hgi-folder-management:before {
    content: "䘣"
}

.hgi-stroke.hgi-standard.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-stroke.hgi-standard.hgi-folder-music:before {
    content: "䘧"
}

.hgi-stroke.hgi-standard.hgi-folder-off:before {
    content: "䘩"
}

.hgi-stroke.hgi-standard.hgi-folder-open:before {
    content: "䘫"
}

.hgi-stroke.hgi-standard.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-stroke.hgi-standard.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-stroke.hgi-standard.hgi-folder-search:before {
    content: "䘱"
}

.hgi-stroke.hgi-standard.hgi-folder-security:before {
    content: "䘳"
}

.hgi-stroke.hgi-standard.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-stroke.hgi-standard.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-stroke.hgi-standard.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-stroke.hgi-standard.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-stroke.hgi-standard.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-stroke.hgi-standard.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-stroke.hgi-standard.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-stroke.hgi-standard.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-stroke.hgi-standard.hgi-folder-video:before {
    content: "䙅"
}

.hgi-stroke.hgi-standard.hgi-folder-view:before {
    content: "䙇"
}

.hgi-stroke.hgi-standard.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-stroke.hgi-standard.hgi-folders:before {
    content: "䙋"
}

.hgi-stroke.hgi-standard.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-stroke.hgi-standard.hgi-football:before {
    content: "䙏"
}

.hgi-stroke.hgi-standard.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-stroke.hgi-standard.hgi-fork:before {
    content: "䙓"
}

.hgi-stroke.hgi-standard.hgi-forrst:before {
    content: "䙕"
}

.hgi-stroke.hgi-standard.hgi-fortress:before {
    content: "䙗"
}

.hgi-stroke.hgi-standard.hgi-forward-01:before {
    content: "䙙"
}

.hgi-stroke.hgi-standard.hgi-forward-02:before {
    content: "䙛"
}

.hgi-stroke.hgi-standard.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-stroke.hgi-standard.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-stroke.hgi-standard.hgi-four-k:before {
    content: "䙡"
}

.hgi-stroke.hgi-standard.hgi-foursquare:before {
    content: "䙣"
}

.hgi-stroke.hgi-standard.hgi-framer:before {
    content: "䙥"
}

.hgi-stroke.hgi-standard.hgi-frameworks:before {
    content: "䙧"
}

.hgi-stroke.hgi-standard.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-stroke.hgi-standard.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-stroke.hgi-standard.hgi-fridge:before {
    content: "䙭"
}

.hgi-stroke.hgi-standard.hgi-fry:before {
    content: "䙯"
}

.hgi-stroke.hgi-standard.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-stroke.hgi-standard.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-stroke.hgi-standard.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-stroke.hgi-standard.hgi-function-circle:before {
    content: "䙷"
}

.hgi-stroke.hgi-standard.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-stroke.hgi-standard.hgi-function-square:before {
    content: "䙼"
}

.hgi-stroke.hgi-standard.hgi-function:before {
    content: "䙽"
}

.hgi-stroke.hgi-standard.hgi-galaxy:before {
    content: "䙿"
}

.hgi-stroke.hgi-standard.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-stroke.hgi-standard.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-stroke.hgi-standard.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-stroke.hgi-standard.hgi-game:before {
    content: "䚇"
}

.hgi-stroke.hgi-standard.hgi-gameboy:before {
    content: "䚉"
}

.hgi-stroke.hgi-standard.hgi-garage:before {
    content: "䚋"
}

.hgi-stroke.hgi-standard.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-stroke.hgi-standard.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-stroke.hgi-standard.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-stroke.hgi-standard.hgi-gem:before {
    content: "䚓"
}

.hgi-stroke.hgi-standard.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-stroke.hgi-standard.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-stroke.hgi-standard.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-stroke.hgi-standard.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-stroke.hgi-standard.hgi-gif-01:before {
    content: "䚝"
}

.hgi-stroke.hgi-standard.hgi-gif-02:before {
    content: "䚟"
}

.hgi-stroke.hgi-standard.hgi-gift-card:before {
    content: "䚡"
}

.hgi-stroke.hgi-standard.hgi-gift:before {
    content: "䚣"
}

.hgi-stroke.hgi-standard.hgi-git-branch:before {
    content: "䚥"
}

.hgi-stroke.hgi-standard.hgi-git-commit:before {
    content: "䚧"
}

.hgi-stroke.hgi-standard.hgi-git-compare:before {
    content: "䚩"
}

.hgi-stroke.hgi-standard.hgi-git-fork:before {
    content: "䚫"
}

.hgi-stroke.hgi-standard.hgi-git-merge:before {
    content: "䚭"
}

.hgi-stroke.hgi-standard.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-stroke.hgi-standard.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-stroke.hgi-standard.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-stroke.hgi-standard.hgi-gitbook:before {
    content: "䚵"
}

.hgi-stroke.hgi-standard.hgi-github-01:before {
    content: "䚷"
}

.hgi-stroke.hgi-standard.hgi-github:before {
    content: "䚹"
}

.hgi-stroke.hgi-standard.hgi-gitlab:before {
    content: "䚻"
}

.hgi-stroke.hgi-standard.hgi-give-blood:before {
    content: "䚽"
}

.hgi-stroke.hgi-standard.hgi-give-pill:before {
    content: "䚿"
}

.hgi-stroke.hgi-standard.hgi-glasses:before {
    content: "䛁"
}

.hgi-stroke.hgi-standard.hgi-global-editing:before {
    content: "䛃"
}

.hgi-stroke.hgi-standard.hgi-global-education:before {
    content: "䛅"
}

.hgi-stroke.hgi-standard.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-stroke.hgi-standard.hgi-global-search:before {
    content: "䛉"
}

.hgi-stroke.hgi-standard.hgi-global:before {
    content: "䛋"
}

.hgi-stroke.hgi-standard.hgi-globe-02:before {
    content: "䛍"
}

.hgi-stroke.hgi-standard.hgi-globe:before {
    content: "䛏"
}

.hgi-stroke.hgi-standard.hgi-glove:before {
    content: "䛑"
}

.hgi-stroke.hgi-standard.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-stroke.hgi-standard.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-stroke.hgi-standard.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-stroke.hgi-standard.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-stroke.hgi-standard.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-stroke.hgi-standard.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-stroke.hgi-standard.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-stroke.hgi-standard.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-stroke.hgi-standard.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-stroke.hgi-standard.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-stroke.hgi-standard.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-stroke.hgi-standard.hgi-gold:before {
    content: "䛩"
}

.hgi-stroke.hgi-standard.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-stroke.hgi-standard.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-stroke.hgi-standard.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-stroke.hgi-standard.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-stroke.hgi-standard.hgi-google-doc:before {
    content: "䛳"
}

.hgi-stroke.hgi-standard.hgi-google-drive:before {
    content: "䛵"
}

.hgi-stroke.hgi-standard.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-stroke.hgi-standard.hgi-google-home:before {
    content: "䛹"
}

.hgi-stroke.hgi-standard.hgi-google-lens:before {
    content: "䛻"
}

.hgi-stroke.hgi-standard.hgi-google-maps:before {
    content: "䛽"
}

.hgi-stroke.hgi-standard.hgi-google-photos:before {
    content: "䛿"
}

.hgi-stroke.hgi-standard.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-stroke.hgi-standard.hgi-google:before {
    content: "䜃"
}

.hgi-stroke.hgi-standard.hgi-gps-01:before {
    content: "䜅"
}

.hgi-stroke.hgi-standard.hgi-gps-02:before {
    content: "䜇"
}

.hgi-stroke.hgi-standard.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-stroke.hgi-standard.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-stroke.hgi-standard.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-stroke.hgi-standard.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-stroke.hgi-standard.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-stroke.hgi-standard.hgi-gpu:before {
    content: "䜓"
}

.hgi-stroke.hgi-standard.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-stroke.hgi-standard.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-stroke.hgi-standard.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-stroke.hgi-standard.hgi-grapes:before {
    content: "䜛"
}

.hgi-stroke.hgi-standard.hgi-gravity:before {
    content: "䜝"
}

.hgi-stroke.hgi-standard.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-stroke.hgi-standard.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-stroke.hgi-standard.hgi-greater-than:before {
    content: "䜣"
}

.hgi-stroke.hgi-standard.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-stroke.hgi-standard.hgi-green-house:before {
    content: "䜧"
}

.hgi-stroke.hgi-standard.hgi-grid-off:before {
    content: "䜩"
}

.hgi-stroke.hgi-standard.hgi-grid-table:before {
    content: "䜬"
}

.hgi-stroke.hgi-standard.hgi-grid-view:before {
    content: "䜮"
}

.hgi-stroke.hgi-standard.hgi-grid:before {
    content: "䜯"
}

.hgi-stroke.hgi-standard.hgi-grimacing:before {
    content: "䜱"
}

.hgi-stroke.hgi-standard.hgi-grinning:before {
    content: "䜳"
}

.hgi-stroke.hgi-standard.hgi-grok:before {
    content: "䜵"
}

.hgi-stroke.hgi-standard.hgi-group-items:before {
    content: "䜷"
}

.hgi-stroke.hgi-standard.hgi-group-layers:before {
    content: "䜹"
}

.hgi-stroke.hgi-standard.hgi-guest-house:before {
    content: "䜻"
}

.hgi-stroke.hgi-standard.hgi-gun:before {
    content: "䜽"
}

.hgi-stroke.hgi-standard.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-stroke.hgi-standard.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-stroke.hgi-standard.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-stroke.hgi-standard.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-stroke.hgi-standard.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-stroke.hgi-standard.hgi-haji:before {
    content: "䝉"
}

.hgi-stroke.hgi-standard.hgi-halal:before {
    content: "䝋"
}

.hgi-stroke.hgi-standard.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-stroke.hgi-standard.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-stroke.hgi-standard.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-stroke.hgi-standard.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-stroke.hgi-standard.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-stroke.hgi-standard.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-stroke.hgi-standard.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-stroke.hgi-standard.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-stroke.hgi-standard.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-stroke.hgi-standard.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-stroke.hgi-standard.hgi-hanger:before {
    content: "䝷"
}

.hgi-stroke.hgi-standard.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-stroke.hgi-standard.hgi-hangout:before {
    content: "䝻"
}

.hgi-stroke.hgi-standard.hgi-happy:before {
    content: "䝽"
}

.hgi-stroke.hgi-standard.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-stroke.hgi-standard.hgi-hdd:before {
    content: "䞁"
}

.hgi-stroke.hgi-standard.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-stroke.hgi-standard.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-stroke.hgi-standard.hgi-heading-01:before {
    content: "䞇"
}

.hgi-stroke.hgi-standard.hgi-heading-02:before {
    content: "䞉"
}

.hgi-stroke.hgi-standard.hgi-heading-03:before {
    content: "䞋"
}

.hgi-stroke.hgi-standard.hgi-heading-04:before {
    content: "䞍"
}

.hgi-stroke.hgi-standard.hgi-heading-05:before {
    content: "䞏"
}

.hgi-stroke.hgi-standard.hgi-heading-06:before {
    content: "䞑"
}

.hgi-stroke.hgi-standard.hgi-heading:before {
    content: "䞓"
}

.hgi-stroke.hgi-standard.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-stroke.hgi-standard.hgi-headphones:before {
    content: "䞗"
}

.hgi-stroke.hgi-standard.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-stroke.hgi-standard.hgi-headset-off:before {
    content: "䞛"
}

.hgi-stroke.hgi-standard.hgi-headset:before {
    content: "䞝"
}

.hgi-stroke.hgi-standard.hgi-healtcare:before {
    content: "䞟"
}

.hgi-stroke.hgi-standard.hgi-health:before {
    content: "䞡"
}

.hgi-stroke.hgi-standard.hgi-heart-add:before {
    content: "䞣"
}

.hgi-stroke.hgi-standard.hgi-heart-check:before {
    content: "䞥"
}

.hgi-stroke.hgi-standard.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-stroke.hgi-standard.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-stroke.hgi-standard.hgi-helicopter:before {
    content: "䞫"
}

.hgi-stroke.hgi-standard.hgi-help-circle:before {
    content: "䞭"
}

.hgi-stroke.hgi-standard.hgi-help-square:before {
    content: "䞯"
}

.hgi-stroke.hgi-standard.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-stroke.hgi-standard.hgi-hexagon:before {
    content: "䞳"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-stroke.hgi-standard.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-stroke.hgi-standard.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-stroke.hgi-standard.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-stroke.hgi-standard.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-stroke.hgi-standard.hgi-hijab:before {
    content: "䟕"
}

.hgi-stroke.hgi-standard.hgi-hockey:before {
    content: "䟗"
}

.hgi-stroke.hgi-standard.hgi-hold-01:before {
    content: "䟙"
}

.hgi-stroke.hgi-standard.hgi-hold-02:before {
    content: "䟛"
}

.hgi-stroke.hgi-standard.hgi-hold-03:before {
    content: "䟝"
}

.hgi-stroke.hgi-standard.hgi-hold-04:before {
    content: "䟟"
}

.hgi-stroke.hgi-standard.hgi-hold-05:before {
    content: "䟡"
}

.hgi-stroke.hgi-standard.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-stroke.hgi-standard.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-stroke.hgi-standard.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-stroke.hgi-standard.hgi-hologram:before {
    content: "䟩"
}

.hgi-stroke.hgi-standard.hgi-home-01:before {
    content: "䟫"
}

.hgi-stroke.hgi-standard.hgi-home-02:before {
    content: "䟭"
}

.hgi-stroke.hgi-standard.hgi-home-03:before {
    content: "䟯"
}

.hgi-stroke.hgi-standard.hgi-home-04:before {
    content: "䟱"
}

.hgi-stroke.hgi-standard.hgi-home-05:before {
    content: "䟳"
}

.hgi-stroke.hgi-standard.hgi-home-06:before {
    content: "䟵"
}

.hgi-stroke.hgi-standard.hgi-home-07:before {
    content: "䟷"
}

.hgi-stroke.hgi-standard.hgi-home-08:before {
    content: "䟹"
}

.hgi-stroke.hgi-standard.hgi-home-09:before {
    content: "䟻"
}

.hgi-stroke.hgi-standard.hgi-home-10:before {
    content: "䟽"
}

.hgi-stroke.hgi-standard.hgi-home-11:before {
    content: "䟿"
}

.hgi-stroke.hgi-standard.hgi-home-12:before {
    content: "䠁"
}

.hgi-stroke.hgi-standard.hgi-home-13:before {
    content: "䠃"
}

.hgi-stroke.hgi-standard.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-stroke.hgi-standard.hgi-honey-01:before {
    content: "䠇"
}

.hgi-stroke.hgi-standard.hgi-honey-02:before {
    content: "䠉"
}

.hgi-stroke.hgi-standard.hgi-honor:before {
    content: "䠋"
}

.hgi-stroke.hgi-standard.hgi-honour-star:before {
    content: "䠍"
}

.hgi-stroke.hgi-standard.hgi-hoodie:before {
    content: "䠏"
}

.hgi-stroke.hgi-standard.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-stroke.hgi-standard.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-stroke.hgi-standard.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-stroke.hgi-standard.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-stroke.hgi-standard.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-stroke.hgi-standard.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-stroke.hgi-standard.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-stroke.hgi-standard.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-stroke.hgi-standard.hgi-hot-price:before {
    content: "䠡"
}

.hgi-stroke.hgi-standard.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-stroke.hgi-standard.hgi-hotdog:before {
    content: "䠥"
}

.hgi-stroke.hgi-standard.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-stroke.hgi-standard.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-stroke.hgi-standard.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-stroke.hgi-standard.hgi-hotspot:before {
    content: "䠭"
}

.hgi-stroke.hgi-standard.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-stroke.hgi-standard.hgi-hourglass:before {
    content: "䠱"
}

.hgi-stroke.hgi-standard.hgi-house-01:before {
    content: "䠳"
}

.hgi-stroke.hgi-standard.hgi-house-02:before {
    content: "䠵"
}

.hgi-stroke.hgi-standard.hgi-house-03:before {
    content: "䠷"
}

.hgi-stroke.hgi-standard.hgi-house-04:before {
    content: "䠹"
}

.hgi-stroke.hgi-standard.hgi-house-05:before {
    content: "䠻"
}

.hgi-stroke.hgi-standard.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-stroke.hgi-standard.hgi-html-5:before {
    content: "䠿"
}

.hgi-stroke.hgi-standard.hgi-humidity:before {
    content: "䡁"
}

.hgi-stroke.hgi-standard.hgi-hut:before {
    content: "䡃"
}

.hgi-stroke.hgi-standard.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-stroke.hgi-standard.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-stroke.hgi-standard.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-stroke.hgi-standard.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-stroke.hgi-standard.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-stroke.hgi-standard.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-stroke.hgi-standard.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-stroke.hgi-standard.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-stroke.hgi-standard.hgi-ico:before {
    content: "䡕"
}

.hgi-stroke.hgi-standard.hgi-iconjar:before {
    content: "䡗"
}

.hgi-stroke.hgi-standard.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-stroke.hgi-standard.hgi-id-verified:before {
    content: "䡜"
}

.hgi-stroke.hgi-standard.hgi-id:before {
    content: "䡝"
}

.hgi-stroke.hgi-standard.hgi-idea-01:before {
    content: "䡟"
}

.hgi-stroke.hgi-standard.hgi-idea:before {
    content: "䡡"
}

.hgi-stroke.hgi-standard.hgi-identification:before {
    content: "䡣"
}

.hgi-stroke.hgi-standard.hgi-identity-card:before {
    content: "䡥"
}

.hgi-stroke.hgi-standard.hgi-image-01:before {
    content: "䡧"
}

.hgi-stroke.hgi-standard.hgi-image-02:before {
    content: "䡩"
}

.hgi-stroke.hgi-standard.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-stroke.hgi-standard.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-stroke.hgi-standard.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-stroke.hgi-standard.hgi-image-composition:before {
    content: "䡱"
}

.hgi-stroke.hgi-standard.hgi-image-crop:before {
    content: "䡳"
}

.hgi-stroke.hgi-standard.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-stroke.hgi-standard.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-stroke.hgi-standard.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-stroke.hgi-standard.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-stroke.hgi-standard.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-stroke.hgi-standard.hgi-image-download:before {
    content: "䡿"
}

.hgi-stroke.hgi-standard.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-stroke.hgi-standard.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-stroke.hgi-standard.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-stroke.hgi-standard.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-stroke.hgi-standard.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-stroke.hgi-standard.hgi-image-upload:before {
    content: "䢋"
}

.hgi-stroke.hgi-standard.hgi-imo:before {
    content: "䢍"
}

.hgi-stroke.hgi-standard.hgi-important-book:before {
    content: "䢏"
}

.hgi-stroke.hgi-standard.hgi-in-love:before {
    content: "䢑"
}

.hgi-stroke.hgi-standard.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-stroke.hgi-standard.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-stroke.hgi-standard.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-stroke.hgi-standard.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-stroke.hgi-standard.hgi-inbox:before {
    content: "䢛"
}

.hgi-stroke.hgi-standard.hgi-incognito:before {
    content: "䢝"
}

.hgi-stroke.hgi-standard.hgi-india-gate:before {
    content: "䢟"
}

.hgi-stroke.hgi-standard.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-stroke.hgi-standard.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-stroke.hgi-standard.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-stroke.hgi-standard.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-stroke.hgi-standard.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-stroke.hgi-standard.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-stroke.hgi-standard.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-stroke.hgi-standard.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-stroke.hgi-standard.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-stroke.hgi-standard.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-stroke.hgi-standard.hgi-information-circle:before {
    content: "䢵"
}

.hgi-stroke.hgi-standard.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-stroke.hgi-standard.hgi-information-square:before {
    content: "䢹"
}

.hgi-stroke.hgi-standard.hgi-injection:before {
    content: "䢻"
}

.hgi-stroke.hgi-standard.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-stroke.hgi-standard.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-stroke.hgi-standard.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-stroke.hgi-standard.hgi-insert-column:before {
    content: "䣃"
}

.hgi-stroke.hgi-standard.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-stroke.hgi-standard.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-stroke.hgi-standard.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-stroke.hgi-standard.hgi-insert-row:before {
    content: "䣋"
}

.hgi-stroke.hgi-standard.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-stroke.hgi-standard.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-stroke.hgi-standard.hgi-instagram:before {
    content: "䣑"
}

.hgi-stroke.hgi-standard.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-stroke.hgi-standard.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-stroke.hgi-standard.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-stroke.hgi-standard.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-stroke.hgi-standard.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-stroke.hgi-standard.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-stroke.hgi-standard.hgi-internet:before {
    content: "䣟"
}

.hgi-stroke.hgi-standard.hgi-investigation:before {
    content: "䣡"
}

.hgi-stroke.hgi-standard.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-stroke.hgi-standard.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-stroke.hgi-standard.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-stroke.hgi-standard.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-stroke.hgi-standard.hgi-invoice:before {
    content: "䣫"
}

.hgi-stroke.hgi-standard.hgi-ipod:before {
    content: "䣭"
}

.hgi-stroke.hgi-standard.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-stroke.hgi-standard.hgi-island:before {
    content: "䣱"
}

.hgi-stroke.hgi-standard.hgi-jar:before {
    content: "䣳"
}

.hgi-stroke.hgi-standard.hgi-java-script:before {
    content: "䣵"
}

.hgi-stroke.hgi-standard.hgi-java:before {
    content: "䣷"
}

.hgi-stroke.hgi-standard.hgi-job-link:before {
    content: "䣹"
}

.hgi-stroke.hgi-standard.hgi-job-search:before {
    content: "䣻"
}

.hgi-stroke.hgi-standard.hgi-job-share:before {
    content: "䣽"
}

.hgi-stroke.hgi-standard.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-stroke.hgi-standard.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-stroke.hgi-standard.hgi-join-round:before {
    content: "䤃"
}

.hgi-stroke.hgi-standard.hgi-join-straight:before {
    content: "䤅"
}

.hgi-stroke.hgi-standard.hgi-joker:before {
    content: "䤇"
}

.hgi-stroke.hgi-standard.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-stroke.hgi-standard.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-stroke.hgi-standard.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-stroke.hgi-standard.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-stroke.hgi-standard.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-stroke.hgi-standard.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-stroke.hgi-standard.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-stroke.hgi-standard.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-stroke.hgi-standard.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-stroke.hgi-standard.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-stroke.hgi-standard.hgi-judge:before {
    content: "䤝"
}

.hgi-stroke.hgi-standard.hgi-jupiter:before {
    content: "䤟"
}

.hgi-stroke.hgi-standard.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-stroke.hgi-standard.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-stroke.hgi-standard.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-stroke.hgi-standard.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-stroke.hgi-standard.hgi-kayak:before {
    content: "䤩"
}

.hgi-stroke.hgi-standard.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-stroke.hgi-standard.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-stroke.hgi-standard.hgi-kettle:before {
    content: "䤯"
}

.hgi-stroke.hgi-standard.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-stroke.hgi-standard.hgi-ketupat:before {
    content: "䤳"
}

.hgi-stroke.hgi-standard.hgi-key-01:before {
    content: "䤵"
}

.hgi-stroke.hgi-standard.hgi-key-02:before {
    content: "䤷"
}

.hgi-stroke.hgi-standard.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-stroke.hgi-standard.hgi-keyboard:before {
    content: "䤻"
}

.hgi-stroke.hgi-standard.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-stroke.hgi-standard.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-stroke.hgi-standard.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-stroke.hgi-standard.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-stroke.hgi-standard.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-stroke.hgi-standard.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-stroke.hgi-standard.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-stroke.hgi-standard.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-stroke.hgi-standard.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-stroke.hgi-standard.hgi-keyframe:before {
    content: "䥏"
}

.hgi-stroke.hgi-standard.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-stroke.hgi-standard.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-stroke.hgi-standard.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-stroke.hgi-standard.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-stroke.hgi-standard.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-stroke.hgi-standard.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-stroke.hgi-standard.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-stroke.hgi-standard.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-stroke.hgi-standard.hgi-kid:before {
    content: "䥡"
}

.hgi-stroke.hgi-standard.hgi-kidneys:before {
    content: "䥣"
}

.hgi-stroke.hgi-standard.hgi-kissing:before {
    content: "䥥"
}

.hgi-stroke.hgi-standard.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-stroke.hgi-standard.hgi-kite:before {
    content: "䥩"
}

.hgi-stroke.hgi-standard.hgi-knife-01:before {
    content: "䥫"
}

.hgi-stroke.hgi-standard.hgi-knife-02:before {
    content: "䥭"
}

.hgi-stroke.hgi-standard.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-stroke.hgi-standard.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-stroke.hgi-standard.hgi-knives:before {
    content: "䥳"
}

.hgi-stroke.hgi-standard.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-stroke.hgi-standard.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-stroke.hgi-standard.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-stroke.hgi-standard.hgi-kurta:before {
    content: "䥻"
}

.hgi-stroke.hgi-standard.hgi-label-important:before {
    content: "䥽"
}

.hgi-stroke.hgi-standard.hgi-label:before {
    content: "䥿"
}

.hgi-stroke.hgi-standard.hgi-labor:before {
    content: "䦁"
}

.hgi-stroke.hgi-standard.hgi-labs:before {
    content: "䦃"
}

.hgi-stroke.hgi-standard.hgi-lake:before {
    content: "䦅"
}

.hgi-stroke.hgi-standard.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-stroke.hgi-standard.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-stroke.hgi-standard.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-stroke.hgi-standard.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-stroke.hgi-standard.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-stroke.hgi-standard.hgi-lamp:before {
    content: "䦑"
}

.hgi-stroke.hgi-standard.hgi-language-circle:before {
    content: "䦓"
}

.hgi-stroke.hgi-standard.hgi-language-skill:before {
    content: "䦕"
}

.hgi-stroke.hgi-standard.hgi-language-square:before {
    content: "䦗"
}

.hgi-stroke.hgi-standard.hgi-lantern:before {
    content: "䦙"
}

.hgi-stroke.hgi-standard.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-stroke.hgi-standard.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-stroke.hgi-standard.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-stroke.hgi-standard.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-stroke.hgi-standard.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-stroke.hgi-standard.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-stroke.hgi-standard.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-stroke.hgi-standard.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-stroke.hgi-standard.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-stroke.hgi-standard.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-stroke.hgi-standard.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-stroke.hgi-standard.hgi-laptop:before {
    content: "䦱"
}

.hgi-stroke.hgi-standard.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-stroke.hgi-standard.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-stroke.hgi-standard.hgi-last-fm:before {
    content: "䦷"
}

.hgi-stroke.hgi-standard.hgi-latitude:before {
    content: "䦹"
}

.hgi-stroke.hgi-standard.hgi-laughing:before {
    content: "䦻"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-stroke.hgi-standard.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-stroke.hgi-standard.hgi-layer-add:before {
    content: "䧑"
}

.hgi-stroke.hgi-standard.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-stroke.hgi-standard.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-stroke.hgi-standard.hgi-layers-01:before {
    content: "䧗"
}

.hgi-stroke.hgi-standard.hgi-layers-02:before {
    content: "䧙"
}

.hgi-stroke.hgi-standard.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-stroke.hgi-standard.hgi-layout-01:before {
    content: "䧝"
}

.hgi-stroke.hgi-standard.hgi-layout-02:before {
    content: "䧟"
}

.hgi-stroke.hgi-standard.hgi-layout-03:before {
    content: "䧡"
}

.hgi-stroke.hgi-standard.hgi-layout-04:before {
    content: "䧣"
}

.hgi-stroke.hgi-standard.hgi-layout-05:before {
    content: "䧥"
}

.hgi-stroke.hgi-standard.hgi-layout-06:before {
    content: "䧧"
}

.hgi-stroke.hgi-standard.hgi-layout-07:before {
    content: "䧩"
}

.hgi-stroke.hgi-standard.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-stroke.hgi-standard.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-stroke.hgi-standard.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-stroke.hgi-standard.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-stroke.hgi-standard.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-stroke.hgi-standard.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-stroke.hgi-standard.hgi-layout-left:before {
    content: "䧷"
}

.hgi-stroke.hgi-standard.hgi-layout-right:before {
    content: "䧹"
}

.hgi-stroke.hgi-standard.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-stroke.hgi-standard.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-stroke.hgi-standard.hgi-layout-top:before {
    content: "䧿"
}

.hgi-stroke.hgi-standard.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-stroke.hgi-standard.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-stroke.hgi-standard.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-stroke.hgi-standard.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-stroke.hgi-standard.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-stroke.hgi-standard.hgi-leetcode:before {
    content: "䨋"
}

.hgi-stroke.hgi-standard.hgi-left-angle:before {
    content: "䨍"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-stroke.hgi-standard.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-stroke.hgi-standard.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-stroke.hgi-standard.hgi-legal-01:before {
    content: "䨟"
}

.hgi-stroke.hgi-standard.hgi-legal-02:before {
    content: "䨡"
}

.hgi-stroke.hgi-standard.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-stroke.hgi-standard.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-stroke.hgi-standard.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-stroke.hgi-standard.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-stroke.hgi-standard.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-stroke.hgi-standard.hgi-less-than:before {
    content: "䨭"
}

.hgi-stroke.hgi-standard.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-stroke.hgi-standard.hgi-libraries:before {
    content: "䨱"
}

.hgi-stroke.hgi-standard.hgi-library:before {
    content: "䨳"
}

.hgi-stroke.hgi-standard.hgi-license-draft:before {
    content: "䨵"
}

.hgi-stroke.hgi-standard.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-stroke.hgi-standard.hgi-license-no:before {
    content: "䨹"
}

.hgi-stroke.hgi-standard.hgi-license-pin:before {
    content: "䨻"
}

.hgi-stroke.hgi-standard.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-stroke.hgi-standard.hgi-license:before {
    content: "䨿"
}

.hgi-stroke.hgi-standard.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-stroke.hgi-standard.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-stroke.hgi-standard.hgi-limitation:before {
    content: "䩅"
}

.hgi-stroke.hgi-standard.hgi-line:before {
    content: "䩇"
}

.hgi-stroke.hgi-standard.hgi-liner:before {
    content: "䩉"
}

.hgi-stroke.hgi-standard.hgi-link-01:before {
    content: "䩋"
}

.hgi-stroke.hgi-standard.hgi-link-02:before {
    content: "䩍"
}

.hgi-stroke.hgi-standard.hgi-link-03:before {
    content: "䩏"
}

.hgi-stroke.hgi-standard.hgi-link-04:before {
    content: "䩑"
}

.hgi-stroke.hgi-standard.hgi-link-05:before {
    content: "䩓"
}

.hgi-stroke.hgi-standard.hgi-link-06:before {
    content: "䩕"
}

.hgi-stroke.hgi-standard.hgi-link-backward:before {
    content: "䩗"
}

.hgi-stroke.hgi-standard.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-stroke.hgi-standard.hgi-link-circle:before {
    content: "䩛"
}

.hgi-stroke.hgi-standard.hgi-link-forward:before {
    content: "䩝"
}

.hgi-stroke.hgi-standard.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-stroke.hgi-standard.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-stroke.hgi-standard.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-stroke.hgi-standard.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-stroke.hgi-standard.hgi-list-setting:before {
    content: "䩧"
}

.hgi-stroke.hgi-standard.hgi-list-view:before {
    content: "䩩"
}

.hgi-stroke.hgi-standard.hgi-litecoin:before {
    content: "䩫"
}

.hgi-stroke.hgi-standard.hgi-liver:before {
    content: "䩭"
}

.hgi-stroke.hgi-standard.hgi-loading-01:before {
    content: "䩯"
}

.hgi-stroke.hgi-standard.hgi-loading-02:before {
    content: "䩱"
}

.hgi-stroke.hgi-standard.hgi-loading-03:before {
    content: "䩳"
}

.hgi-stroke.hgi-standard.hgi-loading-04:before {
    content: "䩵"
}

.hgi-stroke.hgi-standard.hgi-location-01:before {
    content: "䩷"
}

.hgi-stroke.hgi-standard.hgi-location-02:before {
    content: "䩹"
}

.hgi-stroke.hgi-standard.hgi-location-03:before {
    content: "䩻"
}

.hgi-stroke.hgi-standard.hgi-location-04:before {
    content: "䩽"
}

.hgi-stroke.hgi-standard.hgi-location-05:before {
    content: "䩿"
}

.hgi-stroke.hgi-standard.hgi-location-06:before {
    content: "䪁"
}

.hgi-stroke.hgi-standard.hgi-location-07:before {
    content: "䪃"
}

.hgi-stroke.hgi-standard.hgi-location-08:before {
    content: "䪅"
}

.hgi-stroke.hgi-standard.hgi-location-09:before {
    content: "䪇"
}

.hgi-stroke.hgi-standard.hgi-location-10:before {
    content: "䪉"
}

.hgi-stroke.hgi-standard.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-stroke.hgi-standard.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-stroke.hgi-standard.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-stroke.hgi-standard.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-stroke.hgi-standard.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-stroke.hgi-standard.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-stroke.hgi-standard.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-stroke.hgi-standard.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-stroke.hgi-standard.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-stroke.hgi-standard.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-stroke.hgi-standard.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-stroke.hgi-standard.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-stroke.hgi-standard.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-stroke.hgi-standard.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-stroke.hgi-standard.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-stroke.hgi-standard.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-stroke.hgi-standard.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-stroke.hgi-standard.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-stroke.hgi-standard.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-stroke.hgi-standard.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-stroke.hgi-standard.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-stroke.hgi-standard.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-stroke.hgi-standard.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-stroke.hgi-standard.hgi-lock-key:before {
    content: "䪹"
}

.hgi-stroke.hgi-standard.hgi-lock-password:before {
    content: "䪻"
}

.hgi-stroke.hgi-standard.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-stroke.hgi-standard.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-stroke.hgi-standard.hgi-lock:before {
    content: "䫁"
}

.hgi-stroke.hgi-standard.hgi-locked:before {
    content: "䫃"
}

.hgi-stroke.hgi-standard.hgi-locker-01:before {
    content: "䫅"
}

.hgi-stroke.hgi-standard.hgi-locker:before {
    content: "䫇"
}

.hgi-stroke.hgi-standard.hgi-login-01:before {
    content: "䫉"
}

.hgi-stroke.hgi-standard.hgi-login-02:before {
    content: "䫋"
}

.hgi-stroke.hgi-standard.hgi-login-03:before {
    content: "䫍"
}

.hgi-stroke.hgi-standard.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-stroke.hgi-standard.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-stroke.hgi-standard.hgi-login-method:before {
    content: "䫓"
}

.hgi-stroke.hgi-standard.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-stroke.hgi-standard.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-stroke.hgi-standard.hgi-logout-01:before {
    content: "䫙"
}

.hgi-stroke.hgi-standard.hgi-logout-02:before {
    content: "䫛"
}

.hgi-stroke.hgi-standard.hgi-logout-03:before {
    content: "䫝"
}

.hgi-stroke.hgi-standard.hgi-logout-04:before {
    content: "䫟"
}

.hgi-stroke.hgi-standard.hgi-logout-05:before {
    content: "䫡"
}

.hgi-stroke.hgi-standard.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-stroke.hgi-standard.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-stroke.hgi-standard.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-stroke.hgi-standard.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-stroke.hgi-standard.hgi-lollipop:before {
    content: "䫫"
}

.hgi-stroke.hgi-standard.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-stroke.hgi-standard.hgi-longitude:before {
    content: "䫯"
}

.hgi-stroke.hgi-standard.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-stroke.hgi-standard.hgi-look-left:before {
    content: "䫳"
}

.hgi-stroke.hgi-standard.hgi-look-right:before {
    content: "䫵"
}

.hgi-stroke.hgi-standard.hgi-look-top:before {
    content: "䫷"
}

.hgi-stroke.hgi-standard.hgi-loom:before {
    content: "䫹"
}

.hgi-stroke.hgi-standard.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-stroke.hgi-standard.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-stroke.hgi-standard.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-stroke.hgi-standard.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-stroke.hgi-standard.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-stroke.hgi-standard.hgi-lungs:before {
    content: "䬅"
}

.hgi-stroke.hgi-standard.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-stroke.hgi-standard.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-stroke.hgi-standard.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-stroke.hgi-standard.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-stroke.hgi-standard.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-stroke.hgi-standard.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-stroke.hgi-standard.hgi-magnet:before {
    content: "䬓"
}

.hgi-stroke.hgi-standard.hgi-mail-01:before {
    content: "䬕"
}

.hgi-stroke.hgi-standard.hgi-mail-02:before {
    content: "䬗"
}

.hgi-stroke.hgi-standard.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-stroke.hgi-standard.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-stroke.hgi-standard.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-stroke.hgi-standard.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-stroke.hgi-standard.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-stroke.hgi-standard.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-stroke.hgi-standard.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-stroke.hgi-standard.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-stroke.hgi-standard.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-stroke.hgi-standard.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-stroke.hgi-standard.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-stroke.hgi-standard.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-stroke.hgi-standard.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-stroke.hgi-standard.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-stroke.hgi-standard.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-stroke.hgi-standard.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-stroke.hgi-standard.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-stroke.hgi-standard.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-stroke.hgi-standard.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-stroke.hgi-standard.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-stroke.hgi-standard.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-stroke.hgi-standard.hgi-mail-open:before {
    content: "䭃"
}

.hgi-stroke.hgi-standard.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-stroke.hgi-standard.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-stroke.hgi-standard.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-stroke.hgi-standard.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-stroke.hgi-standard.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-stroke.hgi-standard.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-stroke.hgi-standard.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-stroke.hgi-standard.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-stroke.hgi-standard.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-stroke.hgi-standard.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-stroke.hgi-standard.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-stroke.hgi-standard.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-stroke.hgi-standard.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-stroke.hgi-standard.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-stroke.hgi-standard.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-stroke.hgi-standard.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-stroke.hgi-standard.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-stroke.hgi-standard.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-stroke.hgi-standard.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-stroke.hgi-standard.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-stroke.hgi-standard.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-stroke.hgi-standard.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-stroke.hgi-standard.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-stroke.hgi-standard.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-stroke.hgi-standard.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-stroke.hgi-standard.hgi-mailbox:before {
    content: "䭷"
}

.hgi-stroke.hgi-standard.hgi-manager:before {
    content: "䭹"
}

.hgi-stroke.hgi-standard.hgi-map-pin:before {
    content: "䭻"
}

.hgi-stroke.hgi-standard.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-stroke.hgi-standard.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-stroke.hgi-standard.hgi-maping:before {
    content: "䮁"
}

.hgi-stroke.hgi-standard.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-stroke.hgi-standard.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-stroke.hgi-standard.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-stroke.hgi-standard.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-stroke.hgi-standard.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-stroke.hgi-standard.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-stroke.hgi-standard.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-stroke.hgi-standard.hgi-maps-off:before {
    content: "䮑"
}

.hgi-stroke.hgi-standard.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-stroke.hgi-standard.hgi-maps-search:before {
    content: "䮕"
}

.hgi-stroke.hgi-standard.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-stroke.hgi-standard.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-stroke.hgi-standard.hgi-maps:before {
    content: "䮛"
}

.hgi-stroke.hgi-standard.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-stroke.hgi-standard.hgi-marketing:before {
    content: "䮟"
}

.hgi-stroke.hgi-standard.hgi-mask-love:before {
    content: "䮡"
}

.hgi-stroke.hgi-standard.hgi-mask:before {
    content: "䮣"
}

.hgi-stroke.hgi-standard.hgi-master-card:before {
    content: "䮥"
}

.hgi-stroke.hgi-standard.hgi-matches:before {
    content: "䮧"
}

.hgi-stroke.hgi-standard.hgi-math:before {
    content: "䮩"
}

.hgi-stroke.hgi-standard.hgi-matrix:before {
    content: "䮫"
}

.hgi-stroke.hgi-standard.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-stroke.hgi-standard.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-stroke.hgi-standard.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-stroke.hgi-standard.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-stroke.hgi-standard.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-stroke.hgi-standard.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-stroke.hgi-standard.hgi-maze:before {
    content: "䮹"
}

.hgi-stroke.hgi-standard.hgi-medal-01:before {
    content: "䮻"
}

.hgi-stroke.hgi-standard.hgi-medal-02:before {
    content: "䮽"
}

.hgi-stroke.hgi-standard.hgi-medal-03:before {
    content: "䮿"
}

.hgi-stroke.hgi-standard.hgi-medal-04:before {
    content: "䯁"
}

.hgi-stroke.hgi-standard.hgi-medal-05:before {
    content: "䯃"
}

.hgi-stroke.hgi-standard.hgi-medal-06:before {
    content: "䯅"
}

.hgi-stroke.hgi-standard.hgi-medal-07:before {
    content: "䯇"
}

.hgi-stroke.hgi-standard.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-stroke.hgi-standard.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-stroke.hgi-standard.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-stroke.hgi-standard.hgi-medical-file:before {
    content: "䯏"
}

.hgi-stroke.hgi-standard.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-stroke.hgi-standard.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-stroke.hgi-standard.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-stroke.hgi-standard.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-stroke.hgi-standard.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-stroke.hgi-standard.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-stroke.hgi-standard.hgi-medium-square:before {
    content: "䯞"
}

.hgi-stroke.hgi-standard.hgi-medium:before {
    content: "䯟"
}

.hgi-stroke.hgi-standard.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-stroke.hgi-standard.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-stroke.hgi-standard.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-stroke.hgi-standard.hgi-meh:before {
    content: "䯧"
}

.hgi-stroke.hgi-standard.hgi-mentor:before {
    content: "䯩"
}

.hgi-stroke.hgi-standard.hgi-mentoring:before {
    content: "䯫"
}

.hgi-stroke.hgi-standard.hgi-menu-01:before {
    content: "䯭"
}

.hgi-stroke.hgi-standard.hgi-menu-02:before {
    content: "䯯"
}

.hgi-stroke.hgi-standard.hgi-menu-03:before {
    content: "䯱"
}

.hgi-stroke.hgi-standard.hgi-menu-04:before {
    content: "䯳"
}

.hgi-stroke.hgi-standard.hgi-menu-05:before {
    content: "䯵"
}

.hgi-stroke.hgi-standard.hgi-menu-06:before {
    content: "䯷"
}

.hgi-stroke.hgi-standard.hgi-menu-07:before {
    content: "䯹"
}

.hgi-stroke.hgi-standard.hgi-menu-08:before {
    content: "䯻"
}

.hgi-stroke.hgi-standard.hgi-menu-09:before {
    content: "䯽"
}

.hgi-stroke.hgi-standard.hgi-menu-10:before {
    content: "䯿"
}

.hgi-stroke.hgi-standard.hgi-menu-11:before {
    content: "䰁"
}

.hgi-stroke.hgi-standard.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-stroke.hgi-standard.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-stroke.hgi-standard.hgi-menu-square:before {
    content: "䰇"
}

.hgi-stroke.hgi-standard.hgi-message-01:before {
    content: "䰉"
}

.hgi-stroke.hgi-standard.hgi-message-02:before {
    content: "䰋"
}

.hgi-stroke.hgi-standard.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-stroke.hgi-standard.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-stroke.hgi-standard.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-stroke.hgi-standard.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-stroke.hgi-standard.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-stroke.hgi-standard.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-stroke.hgi-standard.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-stroke.hgi-standard.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-stroke.hgi-standard.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-stroke.hgi-standard.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-stroke.hgi-standard.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-stroke.hgi-standard.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-stroke.hgi-standard.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-stroke.hgi-standard.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-stroke.hgi-standard.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-stroke.hgi-standard.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-stroke.hgi-standard.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-stroke.hgi-standard.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-stroke.hgi-standard.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-stroke.hgi-standard.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-stroke.hgi-standard.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-stroke.hgi-standard.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-stroke.hgi-standard.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-stroke.hgi-standard.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-stroke.hgi-standard.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-stroke.hgi-standard.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-stroke.hgi-standard.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-stroke.hgi-standard.hgi-message-programming:before {
    content: "䱃"
}

.hgi-stroke.hgi-standard.hgi-message-question:before {
    content: "䱅"
}

.hgi-stroke.hgi-standard.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-stroke.hgi-standard.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-stroke.hgi-standard.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-stroke.hgi-standard.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-stroke.hgi-standard.hgi-message-translate:before {
    content: "䱏"
}

.hgi-stroke.hgi-standard.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-stroke.hgi-standard.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-stroke.hgi-standard.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-stroke.hgi-standard.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-stroke.hgi-standard.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-stroke.hgi-standard.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-stroke.hgi-standard.hgi-messenger:before {
    content: "䱝"
}

.hgi-stroke.hgi-standard.hgi-meta:before {
    content: "䱟"
}

.hgi-stroke.hgi-standard.hgi-metro:before {
    content: "䱡"
}

.hgi-stroke.hgi-standard.hgi-mic-01:before {
    content: "䱣"
}

.hgi-stroke.hgi-standard.hgi-mic-02:before {
    content: "䱥"
}

.hgi-stroke.hgi-standard.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-stroke.hgi-standard.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-stroke.hgi-standard.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-stroke.hgi-standard.hgi-microsoft:before {
    content: "䱭"
}

.hgi-stroke.hgi-standard.hgi-microwave:before {
    content: "䱯"
}

.hgi-stroke.hgi-standard.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-stroke.hgi-standard.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-stroke.hgi-standard.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-stroke.hgi-standard.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-stroke.hgi-standard.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-stroke.hgi-standard.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-stroke.hgi-standard.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-stroke.hgi-standard.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-stroke.hgi-standard.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-stroke.hgi-standard.hgi-mining-01:before {
    content: "䲃"
}

.hgi-stroke.hgi-standard.hgi-mining-02:before {
    content: "䲅"
}

.hgi-stroke.hgi-standard.hgi-mining-03:before {
    content: "䲇"
}

.hgi-stroke.hgi-standard.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-stroke.hgi-standard.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-stroke.hgi-standard.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-stroke.hgi-standard.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-stroke.hgi-standard.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-stroke.hgi-standard.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-stroke.hgi-standard.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-stroke.hgi-standard.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-stroke.hgi-standard.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-stroke.hgi-standard.hgi-mirror:before {
    content: "䲛"
}

.hgi-stroke.hgi-standard.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-stroke.hgi-standard.hgi-mixer:before {
    content: "䲟"
}

.hgi-stroke.hgi-standard.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-stroke.hgi-standard.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-stroke.hgi-standard.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-stroke.hgi-standard.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-stroke.hgi-standard.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-stroke.hgi-standard.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-stroke.hgi-standard.hgi-mochi:before {
    content: "䲭"
}

.hgi-stroke.hgi-standard.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-stroke.hgi-standard.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-stroke.hgi-standard.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-stroke.hgi-standard.hgi-molecules:before {
    content: "䲵"
}

.hgi-stroke.hgi-standard.hgi-monas:before {
    content: "䲷"
}

.hgi-stroke.hgi-standard.hgi-money-01:before {
    content: "䲹"
}

.hgi-stroke.hgi-standard.hgi-money-02:before {
    content: "䲻"
}

.hgi-stroke.hgi-standard.hgi-money-03:before {
    content: "䲽"
}

.hgi-stroke.hgi-standard.hgi-money-04:before {
    content: "䲿"
}

.hgi-stroke.hgi-standard.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-stroke.hgi-standard.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-stroke.hgi-standard.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-stroke.hgi-standard.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-stroke.hgi-standard.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-stroke.hgi-standard.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-stroke.hgi-standard.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-stroke.hgi-standard.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-stroke.hgi-standard.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-stroke.hgi-standard.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-stroke.hgi-standard.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-stroke.hgi-standard.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-stroke.hgi-standard.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-stroke.hgi-standard.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-stroke.hgi-standard.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-stroke.hgi-standard.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-stroke.hgi-standard.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-stroke.hgi-standard.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-stroke.hgi-standard.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-stroke.hgi-standard.hgi-money-safe:before {
    content: "䳧"
}

.hgi-stroke.hgi-standard.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-stroke.hgi-standard.hgi-money-security:before {
    content: "䳫"
}

.hgi-stroke.hgi-standard.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-stroke.hgi-standard.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-stroke.hgi-standard.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-stroke.hgi-standard.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-stroke.hgi-standard.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-stroke.hgi-standard.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-stroke.hgi-standard.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-stroke.hgi-standard.hgi-monocle:before {
    content: "䳻"
}

.hgi-stroke.hgi-standard.hgi-monster:before {
    content: "䳽"
}

.hgi-stroke.hgi-standard.hgi-moon-01:before {
    content: "䳿"
}

.hgi-stroke.hgi-standard.hgi-moon-02:before {
    content: "䴁"
}

.hgi-stroke.hgi-standard.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-stroke.hgi-standard.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-stroke.hgi-standard.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-stroke.hgi-standard.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-stroke.hgi-standard.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-stroke.hgi-standard.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-stroke.hgi-standard.hgi-moon:before {
    content: "䴥"
}

.hgi-stroke.hgi-standard.hgi-moonset:before {
    content: "䴧"
}

.hgi-stroke.hgi-standard.hgi-more-01:before {
    content: "䴩"
}

.hgi-stroke.hgi-standard.hgi-more-02:before {
    content: "䴫"
}

.hgi-stroke.hgi-standard.hgi-more-03:before {
    content: "䴭"
}

.hgi-stroke.hgi-standard.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-stroke.hgi-standard.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-stroke.hgi-standard.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-stroke.hgi-standard.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-stroke.hgi-standard.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-stroke.hgi-standard.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-stroke.hgi-standard.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-stroke.hgi-standard.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-stroke.hgi-standard.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-stroke.hgi-standard.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-stroke.hgi-standard.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-stroke.hgi-standard.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-stroke.hgi-standard.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-stroke.hgi-standard.hgi-more:before {
    content: "䵉"
}

.hgi-stroke.hgi-standard.hgi-mortar:before {
    content: "䵋"
}

.hgi-stroke.hgi-standard.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-stroke.hgi-standard.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-stroke.hgi-standard.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-stroke.hgi-standard.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-stroke.hgi-standard.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-stroke.hgi-standard.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-stroke.hgi-standard.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-stroke.hgi-standard.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-stroke.hgi-standard.hgi-motion-01:before {
    content: "䵝"
}

.hgi-stroke.hgi-standard.hgi-motion-02:before {
    content: "䵟"
}

.hgi-stroke.hgi-standard.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-stroke.hgi-standard.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-stroke.hgi-standard.hgi-mountain:before {
    content: "䵥"
}

.hgi-stroke.hgi-standard.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-stroke.hgi-standard.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-stroke.hgi-standard.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-stroke.hgi-standard.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-stroke.hgi-standard.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-stroke.hgi-standard.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-stroke.hgi-standard.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-stroke.hgi-standard.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-stroke.hgi-standard.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-stroke.hgi-standard.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-stroke.hgi-standard.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-stroke.hgi-standard.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-stroke.hgi-standard.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-stroke.hgi-standard.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-stroke.hgi-standard.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-stroke.hgi-standard.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-stroke.hgi-standard.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-stroke.hgi-standard.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-stroke.hgi-standard.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-stroke.hgi-standard.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-stroke.hgi-standard.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-stroke.hgi-standard.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-stroke.hgi-standard.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-stroke.hgi-standard.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-stroke.hgi-standard.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-stroke.hgi-standard.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-stroke.hgi-standard.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-stroke.hgi-standard.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-stroke.hgi-standard.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-stroke.hgi-standard.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-stroke.hgi-standard.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-stroke.hgi-standard.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-stroke.hgi-standard.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-stroke.hgi-standard.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-stroke.hgi-standard.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-stroke.hgi-standard.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-stroke.hgi-standard.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-stroke.hgi-standard.hgi-move-01:before {
    content: "䶱"
}

.hgi-stroke.hgi-standard.hgi-move-02:before {
    content: "䶳"
}

.hgi-stroke.hgi-standard.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-stroke.hgi-standard.hgi-move-left:before {
    content: "䶷"
}

.hgi-stroke.hgi-standard.hgi-move-right:before {
    content: "䶹"
}

.hgi-stroke.hgi-standard.hgi-move-to:before {
    content: "䶼"
}

.hgi-stroke.hgi-standard.hgi-move-top:before {
    content: "䶾"
}

.hgi-stroke.hgi-standard.hgi-move:before {
    content: "䶿"
}

.hgi-stroke.hgi-standard.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-stroke.hgi-standard.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-stroke.hgi-standard.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-stroke.hgi-standard.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-stroke.hgi-standard.hgi-muhammad:before {
    content: "䷉"
}

.hgi-stroke.hgi-standard.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-stroke.hgi-standard.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-stroke.hgi-standard.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-stroke.hgi-standard.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-stroke.hgi-standard.hgi-mushroom:before {
    content: "䷓"
}

.hgi-stroke.hgi-standard.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-stroke.hgi-standard.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-stroke.hgi-standard.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-stroke.hgi-standard.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-stroke.hgi-standard.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-stroke.hgi-standard.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-stroke.hgi-standard.hgi-muslim:before {
    content: "䷡"
}

.hgi-stroke.hgi-standard.hgi-mute:before {
    content: "䷣"
}

.hgi-stroke.hgi-standard.hgi-mymind:before {
    content: "䷥"
}

.hgi-stroke.hgi-standard.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-stroke.hgi-standard.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-stroke.hgi-standard.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-stroke.hgi-standard.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-stroke.hgi-standard.hgi-natural-food:before {
    content: "䷯"
}

.hgi-stroke.hgi-standard.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-stroke.hgi-standard.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-stroke.hgi-standard.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-stroke.hgi-standard.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-stroke.hgi-standard.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-stroke.hgi-standard.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-stroke.hgi-standard.hgi-necklace:before {
    content: "䷽"
}

.hgi-stroke.hgi-standard.hgi-nerd:before {
    content: "䷿"
}

.hgi-stroke.hgi-standard.hgi-neural-network:before {
    content: "丁"
}

.hgi-stroke.hgi-standard.hgi-neutral:before {
    content: "七"
}

.hgi-stroke.hgi-standard.hgi-new-job:before {
    content: "丅"
}

.hgi-stroke.hgi-standard.hgi-new-office:before {
    content: "万"
}

.hgi-stroke.hgi-standard.hgi-new-releases:before {
    content: "三"
}

.hgi-stroke.hgi-standard.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-stroke.hgi-standard.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-stroke.hgi-standard.hgi-new-twitter:before {
    content: "丏"
}

.hgi-stroke.hgi-standard.hgi-news-01:before {
    content: "丑"
}

.hgi-stroke.hgi-standard.hgi-news:before {
    content: "专"
}

.hgi-stroke.hgi-standard.hgi-next:before {
    content: "丕"
}

.hgi-stroke.hgi-standard.hgi-nike:before {
    content: "丗"
}

.hgi-stroke.hgi-standard.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-stroke.hgi-standard.hgi-nintendo:before {
    content: "丛"
}

.hgi-stroke.hgi-standard.hgi-niqab:before {
    content: "丝"
}

.hgi-stroke.hgi-standard.hgi-no-internet:before {
    content: "丟"
}

.hgi-stroke.hgi-standard.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-stroke.hgi-standard.hgi-node-add:before {
    content: "丣"
}

.hgi-stroke.hgi-standard.hgi-node-edit:before {
    content: "严"
}

.hgi-stroke.hgi-standard.hgi-node-move-down:before {
    content: "丧"
}

.hgi-stroke.hgi-standard.hgi-node-move-up:before {
    content: "丩"
}

.hgi-stroke.hgi-standard.hgi-node-remove:before {
    content: "丫"
}

.hgi-stroke.hgi-standard.hgi-noodles:before {
    content: "中"
}

.hgi-stroke.hgi-standard.hgi-nose:before {
    content: "丯"
}

.hgi-stroke.hgi-standard.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-stroke.hgi-standard.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-stroke.hgi-standard.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-stroke.hgi-standard.hgi-note-01:before {
    content: "丷"
}

.hgi-stroke.hgi-standard.hgi-note-02:before {
    content: "丹"
}

.hgi-stroke.hgi-standard.hgi-note-03:before {
    content: "主"
}

.hgi-stroke.hgi-standard.hgi-note-04:before {
    content: "丽"
}

.hgi-stroke.hgi-standard.hgi-note-05:before {
    content: "丿"
}

.hgi-stroke.hgi-standard.hgi-note-add:before {
    content: "乁"
}

.hgi-stroke.hgi-standard.hgi-note-done:before {
    content: "乃"
}

.hgi-stroke.hgi-standard.hgi-note-edit:before {
    content: "久"
}

.hgi-stroke.hgi-standard.hgi-note-remove:before {
    content: "乇"
}

.hgi-stroke.hgi-standard.hgi-note:before {
    content: "义"
}

.hgi-stroke.hgi-standard.hgi-notebook-01:before {
    content: "之"
}

.hgi-stroke.hgi-standard.hgi-notebook-02:before {
    content: "乍"
}

.hgi-stroke.hgi-standard.hgi-notebook:before {
    content: "乏"
}

.hgi-stroke.hgi-standard.hgi-notification-01:before {
    content: "乑"
}

.hgi-stroke.hgi-standard.hgi-notification-02:before {
    content: "乓"
}

.hgi-stroke.hgi-standard.hgi-notification-03:before {
    content: "乕"
}

.hgi-stroke.hgi-standard.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-stroke.hgi-standard.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-stroke.hgi-standard.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-stroke.hgi-standard.hgi-notification-bubble:before {
    content: "九"
}

.hgi-stroke.hgi-standard.hgi-notification-circle:before {
    content: "也"
}

.hgi-stroke.hgi-standard.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-stroke.hgi-standard.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-stroke.hgi-standard.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-stroke.hgi-standard.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-stroke.hgi-standard.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-stroke.hgi-standard.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-stroke.hgi-standard.hgi-notification-square:before {
    content: "乭"
}

.hgi-stroke.hgi-standard.hgi-notion-01:before {
    content: "乯"
}

.hgi-stroke.hgi-standard.hgi-notion-02:before {
    content: "乱"
}

.hgi-stroke.hgi-standard.hgi-npm:before {
    content: "乳"
}

.hgi-stroke.hgi-standard.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-stroke.hgi-standard.hgi-nut:before {
    content: "乷"
}

.hgi-stroke.hgi-standard.hgi-obtuse:before {
    content: "乹"
}

.hgi-stroke.hgi-standard.hgi-octagon:before {
    content: "乻"
}

.hgi-stroke.hgi-standard.hgi-octopus:before {
    content: "乽"
}

.hgi-stroke.hgi-standard.hgi-office-365:before {
    content: "乿"
}

.hgi-stroke.hgi-standard.hgi-office-chair:before {
    content: "亁"
}

.hgi-stroke.hgi-standard.hgi-office:before {
    content: "亃"
}

.hgi-stroke.hgi-standard.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-stroke.hgi-standard.hgi-ok-finger:before {
    content: "亇"
}

.hgi-stroke.hgi-standard.hgi-olympic-torch:before {
    content: "争"
}

.hgi-stroke.hgi-standard.hgi-online-learning-01:before {
    content: "事"
}

.hgi-stroke.hgi-standard.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-stroke.hgi-standard.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-stroke.hgi-standard.hgi-online-learning-04:before {
    content: "云"
}

.hgi-stroke.hgi-standard.hgi-open-caption:before {
    content: "亓"
}

.hgi-stroke.hgi-standard.hgi-option:before {
    content: "井"
}

.hgi-stroke.hgi-standard.hgi-orange:before {
    content: "亗"
}

.hgi-stroke.hgi-standard.hgi-orbit-01:before {
    content: "亙"
}

.hgi-stroke.hgi-standard.hgi-orbit-02:before {
    content: "些"
}

.hgi-stroke.hgi-standard.hgi-organic-food:before {
    content: "亝"
}

.hgi-stroke.hgi-standard.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-stroke.hgi-standard.hgi-oval:before {
    content: "亡"
}

.hgi-stroke.hgi-standard.hgi-oven:before {
    content: "亣"
}

.hgi-stroke.hgi-standard.hgi-package-add:before {
    content: "亥"
}

.hgi-stroke.hgi-standard.hgi-package-delivered:before {
    content: "产"
}

.hgi-stroke.hgi-standard.hgi-package-moving:before {
    content: "亩"
}

.hgi-stroke.hgi-standard.hgi-package-open:before {
    content: "享"
}

.hgi-stroke.hgi-standard.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-stroke.hgi-standard.hgi-package-process:before {
    content: "亯"
}

.hgi-stroke.hgi-standard.hgi-package-receive:before {
    content: "亱"
}

.hgi-stroke.hgi-standard.hgi-package-remove:before {
    content: "亳"
}

.hgi-stroke.hgi-standard.hgi-package-search:before {
    content: "亵"
}

.hgi-stroke.hgi-standard.hgi-package-sent:before {
    content: "亸"
}

.hgi-stroke.hgi-standard.hgi-package:before {
    content: "亹"
}

.hgi-stroke.hgi-standard.hgi-pacman-01:before {
    content: "亻"
}

.hgi-stroke.hgi-standard.hgi-pacman-02:before {
    content: "亽"
}

.hgi-stroke.hgi-standard.hgi-paint-board:before {
    content: "亿"
}

.hgi-stroke.hgi-standard.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-stroke.hgi-standard.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-stroke.hgi-standard.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-stroke.hgi-standard.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-stroke.hgi-standard.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-stroke.hgi-standard.hgi-pan-01:before {
    content: "介"
}

.hgi-stroke.hgi-standard.hgi-pan-02:before {
    content: "仍"
}

.hgi-stroke.hgi-standard.hgi-pan-03:before {
    content: "仏"
}

.hgi-stroke.hgi-standard.hgi-parabola-01:before {
    content: "仑"
}

.hgi-stroke.hgi-standard.hgi-parabola-02:before {
    content: "仓"
}

.hgi-stroke.hgi-standard.hgi-parabola-03:before {
    content: "仕"
}

.hgi-stroke.hgi-standard.hgi-paragliding:before {
    content: "仗"
}

.hgi-stroke.hgi-standard.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-stroke.hgi-standard.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-stroke.hgi-standard.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-stroke.hgi-standard.hgi-paragraph:before {
    content: "仟"
}

.hgi-stroke.hgi-standard.hgi-parallelogram:before {
    content: "仡"
}

.hgi-stroke.hgi-standard.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-stroke.hgi-standard.hgi-parking-area-square:before {
    content: "以"
}

.hgi-stroke.hgi-standard.hgi-passport-01:before {
    content: "仧"
}

.hgi-stroke.hgi-standard.hgi-passport-expired:before {
    content: "仩"
}

.hgi-stroke.hgi-standard.hgi-passport-valid:before {
    content: "们"
}

.hgi-stroke.hgi-standard.hgi-passport:before {
    content: "仭"
}

.hgi-stroke.hgi-standard.hgi-password-validation:before {
    content: "仯"
}

.hgi-stroke.hgi-standard.hgi-path:before {
    content: "仱"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-stroke.hgi-standard.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-stroke.hgi-standard.hgi-patient:before {
    content: "伇"
}

.hgi-stroke.hgi-standard.hgi-patio:before {
    content: "伉"
}

.hgi-stroke.hgi-standard.hgi-pause:before {
    content: "伋"
}

.hgi-stroke.hgi-standard.hgi-pavilon:before {
    content: "伍"
}

.hgi-stroke.hgi-standard.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-stroke.hgi-standard.hgi-payment-01:before {
    content: "休"
}

.hgi-stroke.hgi-standard.hgi-payment-02:before {
    content: "伓"
}

.hgi-stroke.hgi-standard.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-stroke.hgi-standard.hgi-payment-success-02:before {
    content: "众"
}

.hgi-stroke.hgi-standard.hgi-payoneer:before {
    content: "伙"
}

.hgi-stroke.hgi-standard.hgi-paypal:before {
    content: "伛"
}

.hgi-stroke.hgi-standard.hgi-pdf-01:before {
    content: "伝"
}

.hgi-stroke.hgi-standard.hgi-pdf-02:before {
    content: "伟"
}

.hgi-stroke.hgi-standard.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-stroke.hgi-standard.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-stroke.hgi-standard.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-stroke.hgi-standard.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-stroke.hgi-standard.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-stroke.hgi-standard.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-stroke.hgi-standard.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-stroke.hgi-standard.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-stroke.hgi-standard.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-stroke.hgi-standard.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-stroke.hgi-standard.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-stroke.hgi-standard.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-stroke.hgi-standard.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-stroke.hgi-standard.hgi-pencil:before {
    content: "伻"
}

.hgi-stroke.hgi-standard.hgi-pendulum:before {
    content: "伽"
}

.hgi-stroke.hgi-standard.hgi-pensive:before {
    content: "伿"
}

.hgi-stroke.hgi-standard.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-stroke.hgi-standard.hgi-pentagon:before {
    content: "佃"
}

.hgi-stroke.hgi-standard.hgi-percent-circle:before {
    content: "佅"
}

.hgi-stroke.hgi-standard.hgi-percent-square:before {
    content: "佈"
}

.hgi-stroke.hgi-standard.hgi-percent:before {
    content: "佉"
}

.hgi-stroke.hgi-standard.hgi-perfume:before {
    content: "佋"
}

.hgi-stroke.hgi-standard.hgi-periscope:before {
    content: "位"
}

.hgi-stroke.hgi-standard.hgi-permanent-job:before {
    content: "住"
}

.hgi-stroke.hgi-standard.hgi-perspective:before {
    content: "佑"
}

.hgi-stroke.hgi-standard.hgi-pexels:before {
    content: "体"
}

.hgi-stroke.hgi-standard.hgi-phone-off-01:before {
    content: "何"
}

.hgi-stroke.hgi-standard.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-stroke.hgi-standard.hgi-php:before {
    content: "余"
}

.hgi-stroke.hgi-standard.hgi-physics:before {
    content: "佛"
}

.hgi-stroke.hgi-standard.hgi-pi-circle:before {
    content: "佝"
}

.hgi-stroke.hgi-standard.hgi-pi-square:before {
    content: "你"
}

.hgi-stroke.hgi-standard.hgi-pi:before {
    content: "佡"
}

.hgi-stroke.hgi-standard.hgi-picasa:before {
    content: "佣"
}

.hgi-stroke.hgi-standard.hgi-pickup-01:before {
    content: "佥"
}

.hgi-stroke.hgi-standard.hgi-pickup-02:before {
    content: "佧"
}

.hgi-stroke.hgi-standard.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-stroke.hgi-standard.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-stroke.hgi-standard.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-stroke.hgi-standard.hgi-pie-chart:before {
    content: "佯"
}

.hgi-stroke.hgi-standard.hgi-pie:before {
    content: "佱"
}

.hgi-stroke.hgi-standard.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-stroke.hgi-standard.hgi-pin-code:before {
    content: "併"
}

.hgi-stroke.hgi-standard.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-stroke.hgi-standard.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-stroke.hgi-standard.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-stroke.hgi-standard.hgi-pin-off:before {
    content: "佽"
}

.hgi-stroke.hgi-standard.hgi-pin:before {
    content: "使"
}

.hgi-stroke.hgi-standard.hgi-pinterest:before {
    content: "侁"
}

.hgi-stroke.hgi-standard.hgi-pipeline:before {
    content: "侃"
}

.hgi-stroke.hgi-standard.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-stroke.hgi-standard.hgi-pizza-01:before {
    content: "侇"
}

.hgi-stroke.hgi-standard.hgi-pizza-02:before {
    content: "侉"
}

.hgi-stroke.hgi-standard.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-stroke.hgi-standard.hgi-plane:before {
    content: "侍"
}

.hgi-stroke.hgi-standard.hgi-plant-01:before {
    content: "侏"
}

.hgi-stroke.hgi-standard.hgi-plant-02:before {
    content: "侑"
}

.hgi-stroke.hgi-standard.hgi-plant-03:before {
    content: "侓"
}

.hgi-stroke.hgi-standard.hgi-plant-04:before {
    content: "侕"
}

.hgi-stroke.hgi-standard.hgi-plate:before {
    content: "侗"
}

.hgi-stroke.hgi-standard.hgi-plaxo:before {
    content: "侙"
}

.hgi-stroke.hgi-standard.hgi-play-circle-02:before {
    content: "供"
}

.hgi-stroke.hgi-standard.hgi-play-circle:before {
    content: "依"
}

.hgi-stroke.hgi-standard.hgi-play-list-add:before {
    content: "侟"
}

.hgi-stroke.hgi-standard.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-stroke.hgi-standard.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-stroke.hgi-standard.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-stroke.hgi-standard.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-stroke.hgi-standard.hgi-play-list:before {
    content: "侩"
}

.hgi-stroke.hgi-standard.hgi-play-square:before {
    content: "侬"
}

.hgi-stroke.hgi-standard.hgi-play-store:before {
    content: "侮"
}

.hgi-stroke.hgi-standard.hgi-play:before {
    content: "侯"
}

.hgi-stroke.hgi-standard.hgi-playlist-01:before {
    content: "侱"
}

.hgi-stroke.hgi-standard.hgi-playlist-02:before {
    content: "侳"
}

.hgi-stroke.hgi-standard.hgi-playlist-03:before {
    content: "侵"
}

.hgi-stroke.hgi-standard.hgi-plaza:before {
    content: "侷"
}

.hgi-stroke.hgi-standard.hgi-plug-01:before {
    content: "侹"
}

.hgi-stroke.hgi-standard.hgi-plug-02:before {
    content: "侻"
}

.hgi-stroke.hgi-standard.hgi-plug-socket:before {
    content: "侽"
}

.hgi-stroke.hgi-standard.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-stroke.hgi-standard.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-stroke.hgi-standard.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-stroke.hgi-standard.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-stroke.hgi-standard.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-stroke.hgi-standard.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-stroke.hgi-standard.hgi-plus-minus:before {
    content: "俋"
}

.hgi-stroke.hgi-standard.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-stroke.hgi-standard.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-stroke.hgi-standard.hgi-plus-sign:before {
    content: "俑"
}

.hgi-stroke.hgi-standard.hgi-png-01:before {
    content: "俓"
}

.hgi-stroke.hgi-standard.hgi-png-02:before {
    content: "俕"
}

.hgi-stroke.hgi-standard.hgi-podium:before {
    content: "俗"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-stroke.hgi-standard.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-stroke.hgi-standard.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-stroke.hgi-standard.hgi-pokeball:before {
    content: "俹"
}

.hgi-stroke.hgi-standard.hgi-pokemon:before {
    content: "俻"
}

.hgi-stroke.hgi-standard.hgi-police-badge:before {
    content: "俽"
}

.hgi-stroke.hgi-standard.hgi-police-cap:before {
    content: "俿"
}

.hgi-stroke.hgi-standard.hgi-police-car:before {
    content: "倁"
}

.hgi-stroke.hgi-standard.hgi-police-station:before {
    content: "倃"
}

.hgi-stroke.hgi-standard.hgi-policy:before {
    content: "倅"
}

.hgi-stroke.hgi-standard.hgi-polygon:before {
    content: "倇"
}

.hgi-stroke.hgi-standard.hgi-pool-table:before {
    content: "倊"
}

.hgi-stroke.hgi-standard.hgi-pool:before {
    content: "個"
}

.hgi-stroke.hgi-standard.hgi-poop:before {
    content: "倍"
}

.hgi-stroke.hgi-standard.hgi-popcorn:before {
    content: "倏"
}

.hgi-stroke.hgi-standard.hgi-pot-01:before {
    content: "們"
}

.hgi-stroke.hgi-standard.hgi-pot-02:before {
    content: "倓"
}

.hgi-stroke.hgi-standard.hgi-potion:before {
    content: "倕"
}

.hgi-stroke.hgi-standard.hgi-pound-circle:before {
    content: "倗"
}

.hgi-stroke.hgi-standard.hgi-pound-receive:before {
    content: "候"
}

.hgi-stroke.hgi-standard.hgi-pound-send:before {
    content: "倜"
}

.hgi-stroke.hgi-standard.hgi-pound-square:before {
    content: "倞"
}

.hgi-stroke.hgi-standard.hgi-pound:before {
    content: "借"
}

.hgi-stroke.hgi-standard.hgi-power-service:before {
    content: "倡"
}

.hgi-stroke.hgi-standard.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-stroke.hgi-standard.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-stroke.hgi-standard.hgi-ppt-01:before {
    content: "倧"
}

.hgi-stroke.hgi-standard.hgi-ppt-02:before {
    content: "倩"
}

.hgi-stroke.hgi-standard.hgi-prawn:before {
    content: "倫"
}

.hgi-stroke.hgi-standard.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-stroke.hgi-standard.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-stroke.hgi-standard.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-stroke.hgi-standard.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-stroke.hgi-standard.hgi-prescription:before {
    content: "倵"
}

.hgi-stroke.hgi-standard.hgi-presentation-01:before {
    content: "倷"
}

.hgi-stroke.hgi-standard.hgi-presentation-02:before {
    content: "倹"
}

.hgi-stroke.hgi-standard.hgi-presentation-03:before {
    content: "倻"
}

.hgi-stroke.hgi-standard.hgi-presentation-04:before {
    content: "倽"
}

.hgi-stroke.hgi-standard.hgi-presentation-05:before {
    content: "倿"
}

.hgi-stroke.hgi-standard.hgi-presentation-06:before {
    content: "偁"
}

.hgi-stroke.hgi-standard.hgi-presentation-07:before {
    content: "偃"
}

.hgi-stroke.hgi-standard.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-stroke.hgi-standard.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-stroke.hgi-standard.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-stroke.hgi-standard.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-stroke.hgi-standard.hgi-presentation-online:before {
    content: "偍"
}

.hgi-stroke.hgi-standard.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-stroke.hgi-standard.hgi-previous:before {
    content: "偑"
}

.hgi-stroke.hgi-standard.hgi-printer-off:before {
    content: "偓"
}

.hgi-stroke.hgi-standard.hgi-printer:before {
    content: "偕"
}

.hgi-stroke.hgi-standard.hgi-prism-01:before {
    content: "偗"
}

.hgi-stroke.hgi-standard.hgi-prism:before {
    content: "偙"
}

.hgi-stroke.hgi-standard.hgi-prison-guard:before {
    content: "偛"
}

.hgi-stroke.hgi-standard.hgi-prison:before {
    content: "偝"
}

.hgi-stroke.hgi-standard.hgi-prisoner:before {
    content: "偟"
}

.hgi-stroke.hgi-standard.hgi-product-loading:before {
    content: "偡"
}

.hgi-stroke.hgi-standard.hgi-profile-02:before {
    content: "偣"
}

.hgi-stroke.hgi-standard.hgi-profile:before {
    content: "健"
}

.hgi-stroke.hgi-standard.hgi-profit:before {
    content: "偧"
}

.hgi-stroke.hgi-standard.hgi-programming-flag:before {
    content: "偩"
}

.hgi-stroke.hgi-standard.hgi-projector-01:before {
    content: "偫"
}

.hgi-stroke.hgi-standard.hgi-projector:before {
    content: "偭"
}

.hgi-stroke.hgi-standard.hgi-promotion:before {
    content: "偯"
}

.hgi-stroke.hgi-standard.hgi-property-add:before {
    content: "偱"
}

.hgi-stroke.hgi-standard.hgi-property-delete:before {
    content: "偳"
}

.hgi-stroke.hgi-standard.hgi-property-edit:before {
    content: "偵"
}

.hgi-stroke.hgi-standard.hgi-property-new:before {
    content: "偷"
}

.hgi-stroke.hgi-standard.hgi-property-search:before {
    content: "偹"
}

.hgi-stroke.hgi-standard.hgi-property-view:before {
    content: "偻"
}

.hgi-stroke.hgi-standard.hgi-protection-mask:before {
    content: "偽"
}

.hgi-stroke.hgi-standard.hgi-pulley:before {
    content: "偿"
}

.hgi-stroke.hgi-standard.hgi-pulse-01:before {
    content: "傁"
}

.hgi-stroke.hgi-standard.hgi-pulse-02:before {
    content: "傃"
}

.hgi-stroke.hgi-standard.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-stroke.hgi-standard.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-stroke.hgi-standard.hgi-pumpkin:before {
    content: "傉"
}

.hgi-stroke.hgi-standard.hgi-punch:before {
    content: "傋"
}

.hgi-stroke.hgi-standard.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-stroke.hgi-standard.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-stroke.hgi-standard.hgi-purse-01:before {
    content: "傑"
}

.hgi-stroke.hgi-standard.hgi-purse:before {
    content: "傓"
}

.hgi-stroke.hgi-standard.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-stroke.hgi-standard.hgi-puzzle:before {
    content: "傗"
}

.hgi-stroke.hgi-standard.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-stroke.hgi-standard.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-stroke.hgi-standard.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-stroke.hgi-standard.hgi-pyramid:before {
    content: "傟"
}

.hgi-stroke.hgi-standard.hgi-qq-plot:before {
    content: "傡"
}

.hgi-stroke.hgi-standard.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-stroke.hgi-standard.hgi-qr-code:before {
    content: "傥"
}

.hgi-stroke.hgi-standard.hgi-question:before {
    content: "傧"
}

.hgi-stroke.hgi-standard.hgi-queue-01:before {
    content: "傩"
}

.hgi-stroke.hgi-standard.hgi-queue-02:before {
    content: "傫"
}

.hgi-stroke.hgi-standard.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-stroke.hgi-standard.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-stroke.hgi-standard.hgi-quiz-01:before {
    content: "傱"
}

.hgi-stroke.hgi-standard.hgi-quiz-02:before {
    content: "傳"
}

.hgi-stroke.hgi-standard.hgi-quiz-03:before {
    content: "債"
}

.hgi-stroke.hgi-standard.hgi-quiz-04:before {
    content: "傷"
}

.hgi-stroke.hgi-standard.hgi-quiz-05:before {
    content: "傹"
}

.hgi-stroke.hgi-standard.hgi-quora:before {
    content: "傻"
}

.hgi-stroke.hgi-standard.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-stroke.hgi-standard.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-stroke.hgi-standard.hgi-quote-down:before {
    content: "僁"
}

.hgi-stroke.hgi-standard.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-stroke.hgi-standard.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-stroke.hgi-standard.hgi-quote-up:before {
    content: "僇"
}

.hgi-stroke.hgi-standard.hgi-quotes:before {
    content: "僉"
}

.hgi-stroke.hgi-standard.hgi-quran-01:before {
    content: "僋"
}

.hgi-stroke.hgi-standard.hgi-quran-02:before {
    content: "働"
}

.hgi-stroke.hgi-standard.hgi-quran-03:before {
    content: "像"
}

.hgi-stroke.hgi-standard.hgi-racing-flag:before {
    content: "僑"
}

.hgi-stroke.hgi-standard.hgi-radar-01:before {
    content: "僓"
}

.hgi-stroke.hgi-standard.hgi-radar-02:before {
    content: "僕"
}

.hgi-stroke.hgi-standard.hgi-radial:before {
    content: "僗"
}

.hgi-stroke.hgi-standard.hgi-radio-01:before {
    content: "僙"
}

.hgi-stroke.hgi-standard.hgi-radio-02:before {
    content: "僛"
}

.hgi-stroke.hgi-standard.hgi-radio:before {
    content: "僝"
}

.hgi-stroke.hgi-standard.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-stroke.hgi-standard.hgi-radius:before {
    content: "僡"
}

.hgi-stroke.hgi-standard.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-stroke.hgi-standard.hgi-rain-drop:before {
    content: "僥"
}

.hgi-stroke.hgi-standard.hgi-rain:before {
    content: "僧"
}

.hgi-stroke.hgi-standard.hgi-rainbow:before {
    content: "僩"
}

.hgi-stroke.hgi-standard.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-stroke.hgi-standard.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-stroke.hgi-standard.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-stroke.hgi-standard.hgi-ranking:before {
    content: "僱"
}

.hgi-stroke.hgi-standard.hgi-raw-01:before {
    content: "僳"
}

.hgi-stroke.hgi-standard.hgi-raw-02:before {
    content: "僵"
}

.hgi-stroke.hgi-standard.hgi-re:before {
    content: "僷"
}

.hgi-stroke.hgi-standard.hgi-react:before {
    content: "價"
}

.hgi-stroke.hgi-standard.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-stroke.hgi-standard.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-stroke.hgi-standard.hgi-record:before {
    content: "僿"
}

.hgi-stroke.hgi-standard.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-stroke.hgi-standard.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-stroke.hgi-standard.hgi-rectangular:before {
    content: "儅"
}

.hgi-stroke.hgi-standard.hgi-recycle-01:before {
    content: "儇"
}

.hgi-stroke.hgi-standard.hgi-recycle-02:before {
    content: "儉"
}

.hgi-stroke.hgi-standard.hgi-recycle-03:before {
    content: "儋"
}

.hgi-stroke.hgi-standard.hgi-reddit:before {
    content: "儍"
}

.hgi-stroke.hgi-standard.hgi-reflex:before {
    content: "儏"
}

.hgi-stroke.hgi-standard.hgi-refresh:before {
    content: "儑"
}

.hgi-stroke.hgi-standard.hgi-refrigerator:before {
    content: "儓"
}

.hgi-stroke.hgi-standard.hgi-register:before {
    content: "儕"
}

.hgi-stroke.hgi-standard.hgi-registered:before {
    content: "儗"
}

.hgi-stroke.hgi-standard.hgi-relieved-01:before {
    content: "儙"
}

.hgi-stroke.hgi-standard.hgi-relieved-02:before {
    content: "儛"
}

.hgi-stroke.hgi-standard.hgi-reload:before {
    content: "儝"
}

.hgi-stroke.hgi-standard.hgi-reminder:before {
    content: "償"
}

.hgi-stroke.hgi-standard.hgi-remote-control:before {
    content: "儡"
}

.hgi-stroke.hgi-standard.hgi-remove-01:before {
    content: "儣"
}

.hgi-stroke.hgi-standard.hgi-remove-02:before {
    content: "儥"
}

.hgi-stroke.hgi-standard.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-stroke.hgi-standard.hgi-remove-circle:before {
    content: "儩"
}

.hgi-stroke.hgi-standard.hgi-remove-pi:before {
    content: "儫"
}

.hgi-stroke.hgi-standard.hgi-remove-square:before {
    content: "儭"
}

.hgi-stroke.hgi-standard.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-stroke.hgi-standard.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-stroke.hgi-standard.hgi-repair:before {
    content: "儳"
}

.hgi-stroke.hgi-standard.hgi-repeat-off:before {
    content: "儵"
}

.hgi-stroke.hgi-standard.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-stroke.hgi-standard.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-stroke.hgi-standard.hgi-repeat:before {
    content: "儻"
}

.hgi-stroke.hgi-standard.hgi-replay:before {
    content: "儽"
}

.hgi-stroke.hgi-standard.hgi-repository:before {
    content: "儿"
}

.hgi-stroke.hgi-standard.hgi-reset-password:before {
    content: "允"
}

.hgi-stroke.hgi-standard.hgi-resize-01:before {
    content: "元"
}

.hgi-stroke.hgi-standard.hgi-resize-02:before {
    content: "充"
}

.hgi-stroke.hgi-standard.hgi-resources-add:before {
    content: "兇"
}

.hgi-stroke.hgi-standard.hgi-resources-remove:before {
    content: "光"
}

.hgi-stroke.hgi-standard.hgi-restaurant-01:before {
    content: "克"
}

.hgi-stroke.hgi-standard.hgi-restaurant-02:before {
    content: "免"
}

.hgi-stroke.hgi-standard.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-stroke.hgi-standard.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-stroke.hgi-standard.hgi-restore-bin:before {
    content: "兓"
}

.hgi-stroke.hgi-standard.hgi-return-request:before {
    content: "兕"
}

.hgi-stroke.hgi-standard.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-stroke.hgi-standard.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-stroke.hgi-standard.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-stroke.hgi-standard.hgi-rhombus:before {
    content: "兝"
}

.hgi-stroke.hgi-standard.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-stroke.hgi-standard.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-stroke.hgi-standard.hgi-right-angle:before {
    content: "兣"
}

.hgi-stroke.hgi-standard.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-stroke.hgi-standard.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-stroke.hgi-standard.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-stroke.hgi-standard.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-stroke.hgi-standard.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-stroke.hgi-standard.hgi-right-triangle:before {
    content: "兯"
}

.hgi-stroke.hgi-standard.hgi-ripple:before {
    content: "共"
}

.hgi-stroke.hgi-standard.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-stroke.hgi-standard.hgi-riyal:before {
    content: "兵"
}

.hgi-stroke.hgi-standard.hgi-road-01:before {
    content: "具"
}

.hgi-stroke.hgi-standard.hgi-road-02:before {
    content: "兹"
}

.hgi-stroke.hgi-standard.hgi-road-location-01:before {
    content: "养"
}

.hgi-stroke.hgi-standard.hgi-road-location-02:before {
    content: "兽"
}

.hgi-stroke.hgi-standard.hgi-road-wayside:before {
    content: "冀"
}

.hgi-stroke.hgi-standard.hgi-road:before {
    content: "冁"
}

.hgi-stroke.hgi-standard.hgi-robotic:before {
    content: "冃"
}

.hgi-stroke.hgi-standard.hgi-rocket-01:before {
    content: "内"
}

.hgi-stroke.hgi-standard.hgi-rocket-02:before {
    content: "冇"
}

.hgi-stroke.hgi-standard.hgi-rocket:before {
    content: "冉"
}

.hgi-stroke.hgi-standard.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-stroke.hgi-standard.hgi-roller-skate:before {
    content: "再"
}

.hgi-stroke.hgi-standard.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-stroke.hgi-standard.hgi-root-01:before {
    content: "冑"
}

.hgi-stroke.hgi-standard.hgi-root-02:before {
    content: "冓"
}

.hgi-stroke.hgi-standard.hgi-root-circle:before {
    content: "冕"
}

.hgi-stroke.hgi-standard.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-stroke.hgi-standard.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-stroke.hgi-standard.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-stroke.hgi-standard.hgi-rotate-01:before {
    content: "冝"
}

.hgi-stroke.hgi-standard.hgi-rotate-02:before {
    content: "冟"
}

.hgi-stroke.hgi-standard.hgi-rotate-360:before {
    content: "冡"
}

.hgi-stroke.hgi-standard.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-stroke.hgi-standard.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-stroke.hgi-standard.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-stroke.hgi-standard.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-stroke.hgi-standard.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-stroke.hgi-standard.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-stroke.hgi-standard.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-stroke.hgi-standard.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-stroke.hgi-standard.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-stroke.hgi-standard.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-stroke.hgi-standard.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-stroke.hgi-standard.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-stroke.hgi-standard.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-stroke.hgi-standard.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-stroke.hgi-standard.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-stroke.hgi-standard.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-stroke.hgi-standard.hgi-rotate-square:before {
    content: "凃"
}

.hgi-stroke.hgi-standard.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-stroke.hgi-standard.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-stroke.hgi-standard.hgi-route-01:before {
    content: "凉"
}

.hgi-stroke.hgi-standard.hgi-route-02:before {
    content: "凋"
}

.hgi-stroke.hgi-standard.hgi-route-03:before {
    content: "凍"
}

.hgi-stroke.hgi-standard.hgi-route-block:before {
    content: "减"
}

.hgi-stroke.hgi-standard.hgi-router-01:before {
    content: "凑"
}

.hgi-stroke.hgi-standard.hgi-router-02:before {
    content: "凓"
}

.hgi-stroke.hgi-standard.hgi-router:before {
    content: "凕"
}

.hgi-stroke.hgi-standard.hgi-row-delete:before {
    content: "凗"
}

.hgi-stroke.hgi-standard.hgi-row-insert:before {
    content: "凙"
}

.hgi-stroke.hgi-standard.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-stroke.hgi-standard.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-stroke.hgi-standard.hgi-rss-error:before {
    content: "凟"
}

.hgi-stroke.hgi-standard.hgi-rss-locked:before {
    content: "凡"
}

.hgi-stroke.hgi-standard.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-stroke.hgi-standard.hgi-rss:before {
    content: "凥"
}

.hgi-stroke.hgi-standard.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-stroke.hgi-standard.hgi-ruku:before {
    content: "凩"
}

.hgi-stroke.hgi-standard.hgi-ruler:before {
    content: "凫"
}

.hgi-stroke.hgi-standard.hgi-running-shoes:before {
    content: "凭"
}

.hgi-stroke.hgi-standard.hgi-sad-01:before {
    content: "凯"
}

.hgi-stroke.hgi-standard.hgi-sad-02:before {
    content: "凱"
}

.hgi-stroke.hgi-standard.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-stroke.hgi-standard.hgi-safari:before {
    content: "凵"
}

.hgi-stroke.hgi-standard.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-stroke.hgi-standard.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-stroke.hgi-standard.hgi-safe:before {
    content: "击"
}

.hgi-stroke.hgi-standard.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-stroke.hgi-standard.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-stroke.hgi-standard.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-stroke.hgi-standard.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-stroke.hgi-standard.hgi-sakura:before {
    content: "刅"
}

.hgi-stroke.hgi-standard.hgi-salah-time:before {
    content: "刈"
}

.hgi-stroke.hgi-standard.hgi-salah:before {
    content: "刉"
}

.hgi-stroke.hgi-standard.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-stroke.hgi-standard.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-stroke.hgi-standard.hgi-sandals:before {
    content: "刏"
}

.hgi-stroke.hgi-standard.hgi-satellite-01:before {
    content: "刑"
}

.hgi-stroke.hgi-standard.hgi-satellite-02:before {
    content: "刓"
}

.hgi-stroke.hgi-standard.hgi-satellite-03:before {
    content: "刕"
}

.hgi-stroke.hgi-standard.hgi-satellite:before {
    content: "列"
}

.hgi-stroke.hgi-standard.hgi-saturn-01:before {
    content: "则"
}

.hgi-stroke.hgi-standard.hgi-saturn-02:before {
    content: "创"
}

.hgi-stroke.hgi-standard.hgi-saturn:before {
    content: "初"
}

.hgi-stroke.hgi-standard.hgi-sausage:before {
    content: "刟"
}

.hgi-stroke.hgi-standard.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-stroke.hgi-standard.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-stroke.hgi-standard.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-stroke.hgi-standard.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-stroke.hgi-standard.hgi-save-money-pound:before {
    content: "利"
}

.hgi-stroke.hgi-standard.hgi-save-money-yen:before {
    content: "别"
}

.hgi-stroke.hgi-standard.hgi-savings:before {
    content: "刭"
}

.hgi-stroke.hgi-standard.hgi-scheme:before {
    content: "刯"
}

.hgi-stroke.hgi-standard.hgi-school-01:before {
    content: "刱"
}

.hgi-stroke.hgi-standard.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-stroke.hgi-standard.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-stroke.hgi-standard.hgi-school-bus:before {
    content: "刷"
}

.hgi-stroke.hgi-standard.hgi-school-report-card:before {
    content: "刹"
}

.hgi-stroke.hgi-standard.hgi-school-tie:before {
    content: "刼"
}

.hgi-stroke.hgi-standard.hgi-school:before {
    content: "刽"
}

.hgi-stroke.hgi-standard.hgi-scissor-01:before {
    content: "刿"
}

.hgi-stroke.hgi-standard.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-stroke.hgi-standard.hgi-scissor:before {
    content: "剃"
}

.hgi-stroke.hgi-standard.hgi-scooter-01:before {
    content: "剅"
}

.hgi-stroke.hgi-standard.hgi-scooter-02:before {
    content: "則"
}

.hgi-stroke.hgi-standard.hgi-scooter-03:before {
    content: "剉"
}

.hgi-stroke.hgi-standard.hgi-scooter-04:before {
    content: "剋"
}

.hgi-stroke.hgi-standard.hgi-scooter-electric:before {
    content: "前"
}

.hgi-stroke.hgi-standard.hgi-scratch-card:before {
    content: "剏"
}

.hgi-stroke.hgi-standard.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-stroke.hgi-standard.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-stroke.hgi-standard.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-stroke.hgi-standard.hgi-scribd:before {
    content: "剗"
}

.hgi-stroke.hgi-standard.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-stroke.hgi-standard.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-stroke.hgi-standard.hgi-scroll:before {
    content: "剝"
}

.hgi-stroke.hgi-standard.hgi-sd-card:before {
    content: "剟"
}

.hgi-stroke.hgi-standard.hgi-seal:before {
    content: "剡"
}

.hgi-stroke.hgi-standard.hgi-search-01:before {
    content: "剣"
}

.hgi-stroke.hgi-standard.hgi-search-02:before {
    content: "剥"
}

.hgi-stroke.hgi-standard.hgi-search-add:before {
    content: "剧"
}

.hgi-stroke.hgi-standard.hgi-search-area:before {
    content: "剩"
}

.hgi-stroke.hgi-standard.hgi-search-circle:before {
    content: "剫"
}

.hgi-stroke.hgi-standard.hgi-search-dollar:before {
    content: "剭"
}

.hgi-stroke.hgi-standard.hgi-search-focus:before {
    content: "副"
}

.hgi-stroke.hgi-standard.hgi-search-list-01:before {
    content: "剱"
}

.hgi-stroke.hgi-standard.hgi-search-list-02:before {
    content: "剳"
}

.hgi-stroke.hgi-standard.hgi-search-minus:before {
    content: "創"
}

.hgi-stroke.hgi-standard.hgi-search-remove:before {
    content: "剷"
}

.hgi-stroke.hgi-standard.hgi-search-replace:before {
    content: "剹"
}

.hgi-stroke.hgi-standard.hgi-search-square:before {
    content: "剻"
}

.hgi-stroke.hgi-standard.hgi-search-visual:before {
    content: "剽"
}

.hgi-stroke.hgi-standard.hgi-searching:before {
    content: "剿"
}

.hgi-stroke.hgi-standard.hgi-seat-selector:before {
    content: "劁"
}

.hgi-stroke.hgi-standard.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-stroke.hgi-standard.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-stroke.hgi-standard.hgi-second-bracket:before {
    content: "劇"
}

.hgi-stroke.hgi-standard.hgi-secured-network:before {
    content: "劉"
}

.hgi-stroke.hgi-standard.hgi-security-block:before {
    content: "劋"
}

.hgi-stroke.hgi-standard.hgi-security-check:before {
    content: "劍"
}

.hgi-stroke.hgi-standard.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-stroke.hgi-standard.hgi-security-lock:before {
    content: "劑"
}

.hgi-stroke.hgi-standard.hgi-security-password:before {
    content: "劓"
}

.hgi-stroke.hgi-standard.hgi-security-validation:before {
    content: "劖"
}

.hgi-stroke.hgi-standard.hgi-security-wifi:before {
    content: "劘"
}

.hgi-stroke.hgi-standard.hgi-security:before {
    content: "劙"
}

.hgi-stroke.hgi-standard.hgi-segment:before {
    content: "力"
}

.hgi-stroke.hgi-standard.hgi-select-01:before {
    content: "劝"
}

.hgi-stroke.hgi-standard.hgi-select-02:before {
    content: "功"
}

.hgi-stroke.hgi-standard.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-stroke.hgi-standard.hgi-senseless:before {
    content: "劣"
}

.hgi-stroke.hgi-standard.hgi-sent:before {
    content: "劥"
}

.hgi-stroke.hgi-standard.hgi-seo:before {
    content: "劧"
}

.hgi-stroke.hgi-standard.hgi-service:before {
    content: "助"
}

.hgi-stroke.hgi-standard.hgi-setting-06:before {
    content: "劫"
}

.hgi-stroke.hgi-standard.hgi-setting-07:before {
    content: "劭"
}

.hgi-stroke.hgi-standard.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-stroke.hgi-standard.hgi-setting-done-02:before {
    content: "励"
}

.hgi-stroke.hgi-standard.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-stroke.hgi-standard.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-stroke.hgi-standard.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-stroke.hgi-standard.hgi-setting-error-04:before {
    content: "効"
}

.hgi-stroke.hgi-standard.hgi-settings-01:before {
    content: "劻"
}

.hgi-stroke.hgi-standard.hgi-settings-02:before {
    content: "劽"
}

.hgi-stroke.hgi-standard.hgi-settings-03:before {
    content: "势"
}

.hgi-stroke.hgi-standard.hgi-settings-04:before {
    content: "勁"
}

.hgi-stroke.hgi-standard.hgi-settings-05:before {
    content: "勃"
}

.hgi-stroke.hgi-standard.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-stroke.hgi-standard.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-stroke.hgi-standard.hgi-setup-01:before {
    content: "勉"
}

.hgi-stroke.hgi-standard.hgi-setup-02:before {
    content: "勋"
}

.hgi-stroke.hgi-standard.hgi-shaka-01:before {
    content: "勍"
}

.hgi-stroke.hgi-standard.hgi-shaka-02:before {
    content: "勏"
}

.hgi-stroke.hgi-standard.hgi-shaka-03:before {
    content: "勑"
}

.hgi-stroke.hgi-standard.hgi-shaka-04:before {
    content: "勓"
}

.hgi-stroke.hgi-standard.hgi-shampoo:before {
    content: "動"
}

.hgi-stroke.hgi-standard.hgi-shapes:before {
    content: "勗"
}

.hgi-stroke.hgi-standard.hgi-share-01:before {
    content: "務"
}

.hgi-stroke.hgi-standard.hgi-share-02:before {
    content: "勛"
}

.hgi-stroke.hgi-standard.hgi-share-03:before {
    content: "勝"
}

.hgi-stroke.hgi-standard.hgi-share-04:before {
    content: "募"
}

.hgi-stroke.hgi-standard.hgi-share-05:before {
    content: "勡"
}

.hgi-stroke.hgi-standard.hgi-share-06:before {
    content: "勣"
}

.hgi-stroke.hgi-standard.hgi-share-07:before {
    content: "勥"
}

.hgi-stroke.hgi-standard.hgi-share-08:before {
    content: "勧"
}

.hgi-stroke.hgi-standard.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-stroke.hgi-standard.hgi-share-location-01:before {
    content: "勫"
}

.hgi-stroke.hgi-standard.hgi-share-location-02:before {
    content: "勭"
}

.hgi-stroke.hgi-standard.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-stroke.hgi-standard.hgi-sharing:before {
    content: "勱"
}

.hgi-stroke.hgi-standard.hgi-shellfish:before {
    content: "勳"
}

.hgi-stroke.hgi-standard.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-stroke.hgi-standard.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-stroke.hgi-standard.hgi-shield-01:before {
    content: "勹"
}

.hgi-stroke.hgi-standard.hgi-shield-02:before {
    content: "勻"
}

.hgi-stroke.hgi-standard.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-stroke.hgi-standard.hgi-shield-energy:before {
    content: "勿"
}

.hgi-stroke.hgi-standard.hgi-shield-key:before {
    content: "匁"
}

.hgi-stroke.hgi-standard.hgi-shield-user:before {
    content: "匃"
}

.hgi-stroke.hgi-standard.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-stroke.hgi-standard.hgi-shipping-center:before {
    content: "匇"
}

.hgi-stroke.hgi-standard.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-stroke.hgi-standard.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-stroke.hgi-standard.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-stroke.hgi-standard.hgi-shirt-01:before {
    content: "匏"
}

.hgi-stroke.hgi-standard.hgi-shocked:before {
    content: "匑"
}

.hgi-stroke.hgi-standard.hgi-shop-sign:before {
    content: "匓"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-stroke.hgi-standard.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-stroke.hgi-standard.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-stroke.hgi-standard.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-stroke.hgi-standard.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-stroke.hgi-standard.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-stroke.hgi-standard.hgi-shuffle:before {
    content: "即"
}

.hgi-stroke.hgi-standard.hgi-shutterstock:before {
    content: "卵"
}

.hgi-stroke.hgi-standard.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-stroke.hgi-standard.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-stroke.hgi-standard.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-stroke.hgi-standard.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-stroke.hgi-standard.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-stroke.hgi-standard.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-stroke.hgi-standard.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-stroke.hgi-standard.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-stroke.hgi-standard.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-stroke.hgi-standard.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-stroke.hgi-standard.hgi-signal-low-02:before {
    content: "压"
}

.hgi-stroke.hgi-standard.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-stroke.hgi-standard.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-stroke.hgi-standard.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-stroke.hgi-standard.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-stroke.hgi-standard.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-stroke.hgi-standard.hgi-signal:before {
    content: "厗"
}

.hgi-stroke.hgi-standard.hgi-signature:before {
    content: "厙"
}

.hgi-stroke.hgi-standard.hgi-silence:before {
    content: "厛"
}

.hgi-stroke.hgi-standard.hgi-simcard-01:before {
    content: "厝"
}

.hgi-stroke.hgi-standard.hgi-simcard-02:before {
    content: "原"
}

.hgi-stroke.hgi-standard.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-stroke.hgi-standard.hgi-sin:before {
    content: "厣"
}

.hgi-stroke.hgi-standard.hgi-sine-01:before {
    content: "厥"
}

.hgi-stroke.hgi-standard.hgi-sine-02:before {
    content: "厧"
}

.hgi-stroke.hgi-standard.hgi-sing-left:before {
    content: "厩"
}

.hgi-stroke.hgi-standard.hgi-sing-right:before {
    content: "厫"
}

.hgi-stroke.hgi-standard.hgi-sink-01:before {
    content: "厭"
}

.hgi-stroke.hgi-standard.hgi-sink-02:before {
    content: "厯"
}

.hgi-stroke.hgi-standard.hgi-siri:before {
    content: "厱"
}

.hgi-stroke.hgi-standard.hgi-sketch:before {
    content: "厳"
}

.hgi-stroke.hgi-standard.hgi-skew:before {
    content: "厵"
}

.hgi-stroke.hgi-standard.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-stroke.hgi-standard.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-stroke.hgi-standard.hgi-skull:before {
    content: "去"
}

.hgi-stroke.hgi-standard.hgi-skype:before {
    content: "厽"
}

.hgi-stroke.hgi-standard.hgi-slack:before {
    content: "县"
}

.hgi-stroke.hgi-standard.hgi-sleeping:before {
    content: "叁"
}

.hgi-stroke.hgi-standard.hgi-sleeveless:before {
    content: "參"
}

.hgi-stroke.hgi-standard.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-stroke.hgi-standard.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-stroke.hgi-standard.hgi-slideshare:before {
    content: "叉"
}

.hgi-stroke.hgi-standard.hgi-slow-winds:before {
    content: "友"
}

.hgi-stroke.hgi-standard.hgi-smart-ac:before {
    content: "反"
}

.hgi-stroke.hgi-standard.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-stroke.hgi-standard.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-stroke.hgi-standard.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-stroke.hgi-standard.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-stroke.hgi-standard.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-stroke.hgi-standard.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-stroke.hgi-standard.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-stroke.hgi-standard.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-stroke.hgi-standard.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-stroke.hgi-standard.hgi-smart:before {
    content: "叡"
}

.hgi-stroke.hgi-standard.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-stroke.hgi-standard.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-stroke.hgi-standard.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-stroke.hgi-standard.hgi-smile:before {
    content: "叩"
}

.hgi-stroke.hgi-standard.hgi-sms-code:before {
    content: "叫"
}

.hgi-stroke.hgi-standard.hgi-snail:before {
    content: "叭"
}

.hgi-stroke.hgi-standard.hgi-snapchat:before {
    content: "可"
}

.hgi-stroke.hgi-standard.hgi-snow:before {
    content: "叱"
}

.hgi-stroke.hgi-standard.hgi-soda-can:before {
    content: "右"
}

.hgi-stroke.hgi-standard.hgi-sofa-01:before {
    content: "叵"
}

.hgi-stroke.hgi-standard.hgi-sofa-02:before {
    content: "号"
}

.hgi-stroke.hgi-standard.hgi-sofa-03:before {
    content: "叹"
}

.hgi-stroke.hgi-standard.hgi-sofa-single:before {
    content: "叻"
}

.hgi-stroke.hgi-standard.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-stroke.hgi-standard.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-stroke.hgi-standard.hgi-software-license:before {
    content: "吁"
}

.hgi-stroke.hgi-standard.hgi-software-uninstall:before {
    content: "各"
}

.hgi-stroke.hgi-standard.hgi-software:before {
    content: "吅"
}

.hgi-stroke.hgi-standard.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-stroke.hgi-standard.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-stroke.hgi-standard.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-stroke.hgi-standard.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-stroke.hgi-standard.hgi-solar-energy:before {
    content: "吏"
}

.hgi-stroke.hgi-standard.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-stroke.hgi-standard.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-stroke.hgi-standard.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-stroke.hgi-standard.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-stroke.hgi-standard.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-stroke.hgi-standard.hgi-solar-power:before {
    content: "君"
}

.hgi-stroke.hgi-standard.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-stroke.hgi-standard.hgi-solar-system:before {
    content: "吟"
}

.hgi-stroke.hgi-standard.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-stroke.hgi-standard.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-stroke.hgi-standard.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-stroke.hgi-standard.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-stroke.hgi-standard.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-stroke.hgi-standard.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-stroke.hgi-standard.hgi-sorting-01:before {
    content: "吭"
}

.hgi-stroke.hgi-standard.hgi-sorting-02:before {
    content: "启"
}

.hgi-stroke.hgi-standard.hgi-sorting-03:before {
    content: "吱"
}

.hgi-stroke.hgi-standard.hgi-sorting-04:before {
    content: "吳"
}

.hgi-stroke.hgi-standard.hgi-sorting-05:before {
    content: "吵"
}

.hgi-stroke.hgi-standard.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-stroke.hgi-standard.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-stroke.hgi-standard.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-stroke.hgi-standard.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-stroke.hgi-standard.hgi-sorting-down:before {
    content: "吿"
}

.hgi-stroke.hgi-standard.hgi-sorting-up:before {
    content: "呁"
}

.hgi-stroke.hgi-standard.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-stroke.hgi-standard.hgi-soundcloud:before {
    content: "呅"
}

.hgi-stroke.hgi-standard.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-stroke.hgi-standard.hgi-source-code-square:before {
    content: "告"
}

.hgi-stroke.hgi-standard.hgi-source-code:before {
    content: "呋"
}

.hgi-stroke.hgi-standard.hgi-spaceship:before {
    content: "呍"
}

.hgi-stroke.hgi-standard.hgi-spades:before {
    content: "呏"
}

.hgi-stroke.hgi-standard.hgi-spaghetti:before {
    content: "呑"
}

.hgi-stroke.hgi-standard.hgi-spam:before {
    content: "呓"
}

.hgi-stroke.hgi-standard.hgi-sparkles:before {
    content: "呕"
}

.hgi-stroke.hgi-standard.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-stroke.hgi-standard.hgi-spatula:before {
    content: "呙"
}

.hgi-stroke.hgi-standard.hgi-speaker-01:before {
    content: "呛"
}

.hgi-stroke.hgi-standard.hgi-speaker:before {
    content: "呝"
}

.hgi-stroke.hgi-standard.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-stroke.hgi-standard.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-stroke.hgi-standard.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-stroke.hgi-standard.hgi-sperm:before {
    content: "呥"
}

.hgi-stroke.hgi-standard.hgi-sphere:before {
    content: "呧"
}

.hgi-stroke.hgi-standard.hgi-spirals:before {
    content: "呩"
}

.hgi-stroke.hgi-standard.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-stroke.hgi-standard.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-stroke.hgi-standard.hgi-spoon:before {
    content: "呯"
}

.hgi-stroke.hgi-standard.hgi-spotify:before {
    content: "呱"
}

.hgi-stroke.hgi-standard.hgi-sql:before {
    content: "味"
}

.hgi-stroke.hgi-standard.hgi-square-01:before {
    content: "呵"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-stroke.hgi-standard.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-stroke.hgi-standard.hgi-square-circle:before {
    content: "哉"
}

.hgi-stroke.hgi-standard.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-stroke.hgi-standard.hgi-square-lock-02:before {
    content: "响"
}

.hgi-stroke.hgi-standard.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-stroke.hgi-standard.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-stroke.hgi-standard.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-stroke.hgi-standard.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-stroke.hgi-standard.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-stroke.hgi-standard.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-stroke.hgi-standard.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-stroke.hgi-standard.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-stroke.hgi-standard.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-stroke.hgi-standard.hgi-square-root-square:before {
    content: "員"
}

.hgi-stroke.hgi-standard.hgi-square-square:before {
    content: "哤"
}

.hgi-stroke.hgi-standard.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-stroke.hgi-standard.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-stroke.hgi-standard.hgi-square:before {
    content: "哩"
}

.hgi-stroke.hgi-standard.hgi-stack-star:before {
    content: "哫"
}

.hgi-stroke.hgi-standard.hgi-stake:before {
    content: "哭"
}

.hgi-stroke.hgi-standard.hgi-stamp-01:before {
    content: "哯"
}

.hgi-stroke.hgi-standard.hgi-stamp-02:before {
    content: "哱"
}

.hgi-stroke.hgi-standard.hgi-stamp:before {
    content: "哳"
}

.hgi-stroke.hgi-standard.hgi-star-circle:before {
    content: "哵"
}

.hgi-stroke.hgi-standard.hgi-star-face:before {
    content: "哷"
}

.hgi-stroke.hgi-standard.hgi-star-half:before {
    content: "哹"
}

.hgi-stroke.hgi-standard.hgi-star-off:before {
    content: "哻"
}

.hgi-stroke.hgi-standard.hgi-star-square:before {
    content: "哾"
}

.hgi-stroke.hgi-standard.hgi-star:before {
    content: "哿"
}

.hgi-stroke.hgi-standard.hgi-stars:before {
    content: "唁"
}

.hgi-stroke.hgi-standard.hgi-start-up-01:before {
    content: "唃"
}

.hgi-stroke.hgi-standard.hgi-start-up-02:before {
    content: "唅"
}

.hgi-stroke.hgi-standard.hgi-stationery:before {
    content: "唇"
}

.hgi-stroke.hgi-standard.hgi-steak:before {
    content: "唉"
}

.hgi-stroke.hgi-standard.hgi-steering:before {
    content: "唋"
}

.hgi-stroke.hgi-standard.hgi-step-into:before {
    content: "唍"
}

.hgi-stroke.hgi-standard.hgi-step-out:before {
    content: "唏"
}

.hgi-stroke.hgi-standard.hgi-step-over:before {
    content: "唑"
}

.hgi-stroke.hgi-standard.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-stroke.hgi-standard.hgi-stethoscope:before {
    content: "唕"
}

.hgi-stroke.hgi-standard.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-stroke.hgi-standard.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-stroke.hgi-standard.hgi-stop-watch:before {
    content: "唜"
}

.hgi-stroke.hgi-standard.hgi-stop:before {
    content: "唝"
}

.hgi-stroke.hgi-standard.hgi-store-01:before {
    content: "唟"
}

.hgi-stroke.hgi-standard.hgi-store-02:before {
    content: "唡"
}

.hgi-stroke.hgi-standard.hgi-store-03:before {
    content: "唣"
}

.hgi-stroke.hgi-standard.hgi-store-04:before {
    content: "唥"
}

.hgi-stroke.hgi-standard.hgi-store-add-01:before {
    content: "唧"
}

.hgi-stroke.hgi-standard.hgi-store-add-02:before {
    content: "唩"
}

.hgi-stroke.hgi-standard.hgi-store-location-01:before {
    content: "唫"
}

.hgi-stroke.hgi-standard.hgi-store-location-02:before {
    content: "唭"
}

.hgi-stroke.hgi-standard.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-stroke.hgi-standard.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-stroke.hgi-standard.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-stroke.hgi-standard.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-stroke.hgi-standard.hgi-straight-edge:before {
    content: "唷"
}

.hgi-stroke.hgi-standard.hgi-strategy:before {
    content: "唹"
}

.hgi-stroke.hgi-standard.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-stroke.hgi-standard.hgi-stroke-center:before {
    content: "唽"
}

.hgi-stroke.hgi-standard.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-stroke.hgi-standard.hgi-stroke-left:before {
    content: "啁"
}

.hgi-stroke.hgi-standard.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-stroke.hgi-standard.hgi-stroke-right:before {
    content: "啅"
}

.hgi-stroke.hgi-standard.hgi-stroke-top:before {
    content: "啇"
}

.hgi-stroke.hgi-standard.hgi-structure-01:before {
    content: "啉"
}

.hgi-stroke.hgi-standard.hgi-structure-02:before {
    content: "啋"
}

.hgi-stroke.hgi-standard.hgi-structure-03:before {
    content: "啍"
}

.hgi-stroke.hgi-standard.hgi-structure-04:before {
    content: "問"
}

.hgi-stroke.hgi-standard.hgi-structure-05:before {
    content: "啑"
}

.hgi-stroke.hgi-standard.hgi-structure-add:before {
    content: "啓"
}

.hgi-stroke.hgi-standard.hgi-structure-check:before {
    content: "啕"
}

.hgi-stroke.hgi-standard.hgi-structure-fail:before {
    content: "啗"
}

.hgi-stroke.hgi-standard.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-stroke.hgi-standard.hgi-structure-folder:before {
    content: "啛"
}

.hgi-stroke.hgi-standard.hgi-student-card:before {
    content: "啝"
}

.hgi-stroke.hgi-standard.hgi-student:before {
    content: "啟"
}

.hgi-stroke.hgi-standard.hgi-students:before {
    content: "啡"
}

.hgi-stroke.hgi-standard.hgi-study-desk:before {
    content: "啣"
}

.hgi-stroke.hgi-standard.hgi-study-lamp:before {
    content: "啥"
}

.hgi-stroke.hgi-standard.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-stroke.hgi-standard.hgi-submarine:before {
    content: "啩"
}

.hgi-stroke.hgi-standard.hgi-submerge:before {
    content: "啫"
}

.hgi-stroke.hgi-standard.hgi-subnode-add:before {
    content: "啭"
}

.hgi-stroke.hgi-standard.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-stroke.hgi-standard.hgi-subpoena:before {
    content: "啱"
}

.hgi-stroke.hgi-standard.hgi-subtitle:before {
    content: "啳"
}

.hgi-stroke.hgi-standard.hgi-suit-01:before {
    content: "啵"
}

.hgi-stroke.hgi-standard.hgi-suit-02:before {
    content: "啷"
}

.hgi-stroke.hgi-standard.hgi-sujood:before {
    content: "啹"
}

.hgi-stroke.hgi-standard.hgi-summation-01:before {
    content: "啻"
}

.hgi-stroke.hgi-standard.hgi-summation-02:before {
    content: "啽"
}

.hgi-stroke.hgi-standard.hgi-summation-circle:before {
    content: "啿"
}

.hgi-stroke.hgi-standard.hgi-summation-square:before {
    content: "喁"
}

.hgi-stroke.hgi-standard.hgi-sun-01:before {
    content: "喃"
}

.hgi-stroke.hgi-standard.hgi-sun-02:before {
    content: "喅"
}

.hgi-stroke.hgi-standard.hgi-sun-03:before {
    content: "喇"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-stroke.hgi-standard.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-stroke.hgi-standard.hgi-sunglasses:before {
    content: "喽"
}

.hgi-stroke.hgi-standard.hgi-sunrise:before {
    content: "喿"
}

.hgi-stroke.hgi-standard.hgi-sunset:before {
    content: "嗁"
}

.hgi-stroke.hgi-standard.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-stroke.hgi-standard.hgi-super-mario:before {
    content: "嗅"
}

.hgi-stroke.hgi-standard.hgi-surfboard:before {
    content: "嗇"
}

.hgi-stroke.hgi-standard.hgi-surprise:before {
    content: "嗉"
}

.hgi-stroke.hgi-standard.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-stroke.hgi-standard.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-stroke.hgi-standard.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-stroke.hgi-standard.hgi-suspicious:before {
    content: "嗑"
}

.hgi-stroke.hgi-standard.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-stroke.hgi-standard.hgi-svg-01:before {
    content: "嗕"
}

.hgi-stroke.hgi-standard.hgi-svg-02:before {
    content: "嗗"
}

.hgi-stroke.hgi-standard.hgi-swarm:before {
    content: "嗙"
}

.hgi-stroke.hgi-standard.hgi-swatch:before {
    content: "嗛"
}

.hgi-stroke.hgi-standard.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-stroke.hgi-standard.hgi-swimming:before {
    content: "嗟"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-stroke.hgi-standard.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-stroke.hgi-standard.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-stroke.hgi-standard.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-stroke.hgi-standard.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-stroke.hgi-standard.hgi-sword-01:before {
    content: "嘥"
}

.hgi-stroke.hgi-standard.hgi-sword-02:before {
    content: "嘧"
}

.hgi-stroke.hgi-standard.hgi-sword-03:before {
    content: "嘩"
}

.hgi-stroke.hgi-standard.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-stroke.hgi-standard.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-stroke.hgi-standard.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-stroke.hgi-standard.hgi-table-01:before {
    content: "嘱"
}

.hgi-stroke.hgi-standard.hgi-table-02:before {
    content: "嘳"
}

.hgi-stroke.hgi-standard.hgi-table-03:before {
    content: "嘵"
}

.hgi-stroke.hgi-standard.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-stroke.hgi-standard.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-stroke.hgi-standard.hgi-table-round:before {
    content: "嘻"
}

.hgi-stroke.hgi-standard.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-stroke.hgi-standard.hgi-table:before {
    content: "嘿"
}

.hgi-stroke.hgi-standard.hgi-tablet-01:before {
    content: "噁"
}

.hgi-stroke.hgi-standard.hgi-tablet-02:before {
    content: "噃"
}

.hgi-stroke.hgi-standard.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-stroke.hgi-standard.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-stroke.hgi-standard.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-stroke.hgi-standard.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-stroke.hgi-standard.hgi-taco-01:before {
    content: "噍"
}

.hgi-stroke.hgi-standard.hgi-taco-02:before {
    content: "噏"
}

.hgi-stroke.hgi-standard.hgi-tag-01:before {
    content: "噑"
}

.hgi-stroke.hgi-standard.hgi-tag-02:before {
    content: "噓"
}

.hgi-stroke.hgi-standard.hgi-tags:before {
    content: "噕"
}

.hgi-stroke.hgi-standard.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-stroke.hgi-standard.hgi-tan:before {
    content: "噙"
}

.hgi-stroke.hgi-standard.hgi-tank-top:before {
    content: "噛"
}

.hgi-stroke.hgi-standard.hgi-tap-01:before {
    content: "噝"
}

.hgi-stroke.hgi-standard.hgi-tap-02:before {
    content: "噟"
}

.hgi-stroke.hgi-standard.hgi-tap-03:before {
    content: "噡"
}

.hgi-stroke.hgi-standard.hgi-tap-04:before {
    content: "噣"
}

.hgi-stroke.hgi-standard.hgi-tap-05:before {
    content: "噥"
}

.hgi-stroke.hgi-standard.hgi-tap-06:before {
    content: "噧"
}

.hgi-stroke.hgi-standard.hgi-tap-07:before {
    content: "噩"
}

.hgi-stroke.hgi-standard.hgi-tap-08:before {
    content: "噫"
}

.hgi-stroke.hgi-standard.hgi-tape-measure:before {
    content: "噭"
}

.hgi-stroke.hgi-standard.hgi-target-01:before {
    content: "噯"
}

.hgi-stroke.hgi-standard.hgi-target-02:before {
    content: "噱"
}

.hgi-stroke.hgi-standard.hgi-target-03:before {
    content: "噳"
}

.hgi-stroke.hgi-standard.hgi-target-dollar:before {
    content: "噵"
}

.hgi-stroke.hgi-standard.hgi-tasbih:before {
    content: "噷"
}

.hgi-stroke.hgi-standard.hgi-task-01:before {
    content: "噹"
}

.hgi-stroke.hgi-standard.hgi-task-02:before {
    content: "噻"
}

.hgi-stroke.hgi-standard.hgi-task-add-01:before {
    content: "噽"
}

.hgi-stroke.hgi-standard.hgi-task-add-02:before {
    content: "噿"
}

.hgi-stroke.hgi-standard.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-stroke.hgi-standard.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-stroke.hgi-standard.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-stroke.hgi-standard.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-stroke.hgi-standard.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-stroke.hgi-standard.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-stroke.hgi-standard.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-stroke.hgi-standard.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-stroke.hgi-standard.hgi-taxes:before {
    content: "嚑"
}

.hgi-stroke.hgi-standard.hgi-taxi:before {
    content: "嚓"
}

.hgi-stroke.hgi-standard.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-stroke.hgi-standard.hgi-tea:before {
    content: "嚗"
}

.hgi-stroke.hgi-standard.hgi-teacher:before {
    content: "嚙"
}

.hgi-stroke.hgi-standard.hgi-teaching:before {
    content: "嚛"
}

.hgi-stroke.hgi-standard.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-stroke.hgi-standard.hgi-telegram:before {
    content: "嚟"
}

.hgi-stroke.hgi-standard.hgi-telephone:before {
    content: "嚡"
}

.hgi-stroke.hgi-standard.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-stroke.hgi-standard.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-stroke.hgi-standard.hgi-television-table:before {
    content: "嚧"
}

.hgi-stroke.hgi-standard.hgi-temperature:before {
    content: "嚩"
}

.hgi-stroke.hgi-standard.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-stroke.hgi-standard.hgi-terrace:before {
    content: "嚭"
}

.hgi-stroke.hgi-standard.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-stroke.hgi-standard.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-stroke.hgi-standard.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-stroke.hgi-standard.hgi-test-tube:before {
    content: "嚵"
}

.hgi-stroke.hgi-standard.hgi-tetris:before {
    content: "嚷"
}

.hgi-stroke.hgi-standard.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-stroke.hgi-standard.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-stroke.hgi-standard.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-stroke.hgi-standard.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-stroke.hgi-standard.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-stroke.hgi-standard.hgi-text-align-left:before {
    content: "囃"
}

.hgi-stroke.hgi-standard.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-stroke.hgi-standard.hgi-text-align-right:before {
    content: "囇"
}

.hgi-stroke.hgi-standard.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-stroke.hgi-standard.hgi-text-bold:before {
    content: "囋"
}

.hgi-stroke.hgi-standard.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-stroke.hgi-standard.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-stroke.hgi-standard.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-stroke.hgi-standard.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-stroke.hgi-standard.hgi-text-check:before {
    content: "囕"
}

.hgi-stroke.hgi-standard.hgi-text-circle:before {
    content: "囗"
}

.hgi-stroke.hgi-standard.hgi-text-clear:before {
    content: "囙"
}

.hgi-stroke.hgi-standard.hgi-text-color:before {
    content: "四"
}

.hgi-stroke.hgi-standard.hgi-text-creation:before {
    content: "囝"
}

.hgi-stroke.hgi-standard.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-stroke.hgi-standard.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-stroke.hgi-standard.hgi-text-font:before {
    content: "団"
}

.hgi-stroke.hgi-standard.hgi-text-footnote:before {
    content: "囥"
}

.hgi-stroke.hgi-standard.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-stroke.hgi-standard.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-stroke.hgi-standard.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-stroke.hgi-standard.hgi-text-indent:before {
    content: "园"
}

.hgi-stroke.hgi-standard.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-stroke.hgi-standard.hgi-text-italic:before {
    content: "囱"
}

.hgi-stroke.hgi-standard.hgi-text-kerning:before {
    content: "図"
}

.hgi-stroke.hgi-standard.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-stroke.hgi-standard.hgi-text-selection:before {
    content: "囸"
}

.hgi-stroke.hgi-standard.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-stroke.hgi-standard.hgi-text-square:before {
    content: "囼"
}

.hgi-stroke.hgi-standard.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-stroke.hgi-standard.hgi-text-subscript:before {
    content: "圀"
}

.hgi-stroke.hgi-standard.hgi-text-superscript:before {
    content: "圂"
}

.hgi-stroke.hgi-standard.hgi-text-tracking:before {
    content: "圄"
}

.hgi-stroke.hgi-standard.hgi-text-underline:before {
    content: "圆"
}

.hgi-stroke.hgi-standard.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-stroke.hgi-standard.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-stroke.hgi-standard.hgi-text-wrap:before {
    content: "圌"
}

.hgi-stroke.hgi-standard.hgi-text:before {
    content: "圍"
}

.hgi-stroke.hgi-standard.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-stroke.hgi-standard.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-stroke.hgi-standard.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-stroke.hgi-standard.hgi-thermometer:before {
    content: "圕"
}

.hgi-stroke.hgi-standard.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-stroke.hgi-standard.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-stroke.hgi-standard.hgi-third-bracket:before {
    content: "圛"
}

.hgi-stroke.hgi-standard.hgi-thread:before {
    content: "圝"
}

.hgi-stroke.hgi-standard.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-stroke.hgi-standard.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-stroke.hgi-standard.hgi-threads:before {
    content: "圣"
}

.hgi-stroke.hgi-standard.hgi-three-d-move:before {
    content: "圥"
}

.hgi-stroke.hgi-standard.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-stroke.hgi-standard.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-stroke.hgi-standard.hgi-three-d-view:before {
    content: "圫"
}

.hgi-stroke.hgi-standard.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-stroke.hgi-standard.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-stroke.hgi-standard.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-stroke.hgi-standard.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-stroke.hgi-standard.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-stroke.hgi-standard.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-stroke.hgi-standard.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-stroke.hgi-standard.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-stroke.hgi-standard.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-stroke.hgi-standard.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-stroke.hgi-standard.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-stroke.hgi-standard.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-stroke.hgi-standard.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-stroke.hgi-standard.hgi-tick-01:before {
    content: "均"
}

.hgi-stroke.hgi-standard.hgi-tick-02:before {
    content: "坉"
}

.hgi-stroke.hgi-standard.hgi-tick-03:before {
    content: "坋"
}

.hgi-stroke.hgi-standard.hgi-tick-04:before {
    content: "坍"
}

.hgi-stroke.hgi-standard.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-stroke.hgi-standard.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-stroke.hgi-standard.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-stroke.hgi-standard.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-stroke.hgi-standard.hgi-ticket-01:before {
    content: "块"
}

.hgi-stroke.hgi-standard.hgi-ticket-02:before {
    content: "坙"
}

.hgi-stroke.hgi-standard.hgi-ticket-03:before {
    content: "坛"
}

.hgi-stroke.hgi-standard.hgi-ticket-star:before {
    content: "坝"
}

.hgi-stroke.hgi-standard.hgi-tie:before {
    content: "坟"
}

.hgi-stroke.hgi-standard.hgi-tiktok:before {
    content: "坡"
}

.hgi-stroke.hgi-standard.hgi-time-01:before {
    content: "坣"
}

.hgi-stroke.hgi-standard.hgi-time-02:before {
    content: "坥"
}

.hgi-stroke.hgi-standard.hgi-time-03:before {
    content: "坧"
}

.hgi-stroke.hgi-standard.hgi-time-04:before {
    content: "坩"
}

.hgi-stroke.hgi-standard.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-stroke.hgi-standard.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-stroke.hgi-standard.hgi-time-management:before {
    content: "坯"
}

.hgi-stroke.hgi-standard.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-stroke.hgi-standard.hgi-time-quarter:before {
    content: "坳"
}

.hgi-stroke.hgi-standard.hgi-time-schedule:before {
    content: "坵"
}

.hgi-stroke.hgi-standard.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-stroke.hgi-standard.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-stroke.hgi-standard.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-stroke.hgi-standard.hgi-timer-01:before {
    content: "坽"
}

.hgi-stroke.hgi-standard.hgi-timer-02:before {
    content: "坿"
}

.hgi-stroke.hgi-standard.hgi-tips:before {
    content: "垁"
}

.hgi-stroke.hgi-standard.hgi-tired-01:before {
    content: "垃"
}

.hgi-stroke.hgi-standard.hgi-tired-02:before {
    content: "垅"
}

.hgi-stroke.hgi-standard.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-stroke.hgi-standard.hgi-toggle-off:before {
    content: "垉"
}

.hgi-stroke.hgi-standard.hgi-toggle-on:before {
    content: "型"
}

.hgi-stroke.hgi-standard.hgi-toilet-01:before {
    content: "垍"
}

.hgi-stroke.hgi-standard.hgi-toilet-02:before {
    content: "垏"
}

.hgi-stroke.hgi-standard.hgi-tongue-01:before {
    content: "垑"
}

.hgi-stroke.hgi-standard.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-stroke.hgi-standard.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-stroke.hgi-standard.hgi-tongue:before {
    content: "垗"
}

.hgi-stroke.hgi-standard.hgi-tools:before {
    content: "垙"
}

.hgi-stroke.hgi-standard.hgi-tornado-01:before {
    content: "垛"
}

.hgi-stroke.hgi-standard.hgi-tornado-02:before {
    content: "垝"
}

.hgi-stroke.hgi-standard.hgi-torri-gate:before {
    content: "垟"
}

.hgi-stroke.hgi-standard.hgi-touch-01:before {
    content: "垡"
}

.hgi-stroke.hgi-standard.hgi-touch-02:before {
    content: "垣"
}

.hgi-stroke.hgi-standard.hgi-touch-03:before {
    content: "垥"
}

.hgi-stroke.hgi-standard.hgi-touch-04:before {
    content: "垧"
}

.hgi-stroke.hgi-standard.hgi-touch-05:before {
    content: "垩"
}

.hgi-stroke.hgi-standard.hgi-touch-06:before {
    content: "垫"
}

.hgi-stroke.hgi-standard.hgi-touch-07:before {
    content: "垭"
}

.hgi-stroke.hgi-standard.hgi-touch-08:before {
    content: "垯"
}

.hgi-stroke.hgi-standard.hgi-touch-09:before {
    content: "垱"
}

.hgi-stroke.hgi-standard.hgi-touch-10:before {
    content: "垳"
}

.hgi-stroke.hgi-standard.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-stroke.hgi-standard.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-stroke.hgi-standard.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-stroke.hgi-standard.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-stroke.hgi-standard.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-stroke.hgi-standard.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-stroke.hgi-standard.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-stroke.hgi-standard.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-stroke.hgi-standard.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-stroke.hgi-standard.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-stroke.hgi-standard.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-stroke.hgi-standard.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-stroke.hgi-standard.hgi-tow-truck:before {
    content: "埍"
}

.hgi-stroke.hgi-standard.hgi-towels:before {
    content: "埏"
}

.hgi-stroke.hgi-standard.hgi-toy-train:before {
    content: "埑"
}

.hgi-stroke.hgi-standard.hgi-tractor:before {
    content: "埓"
}

.hgi-stroke.hgi-standard.hgi-trade-down:before {
    content: "埕"
}

.hgi-stroke.hgi-standard.hgi-trade-mark:before {
    content: "埗"
}

.hgi-stroke.hgi-standard.hgi-trade-up:before {
    content: "埙"
}

.hgi-stroke.hgi-standard.hgi-trademark:before {
    content: "埛"
}

.hgi-stroke.hgi-standard.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-stroke.hgi-standard.hgi-traffic-light:before {
    content: "域"
}

.hgi-stroke.hgi-standard.hgi-train-01:before {
    content: "埡"
}

.hgi-stroke.hgi-standard.hgi-train-02:before {
    content: "埣"
}

.hgi-stroke.hgi-standard.hgi-tram:before {
    content: "埥"
}

.hgi-stroke.hgi-standard.hgi-trampoline:before {
    content: "埧"
}

.hgi-stroke.hgi-standard.hgi-transaction:before {
    content: "埩"
}

.hgi-stroke.hgi-standard.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-stroke.hgi-standard.hgi-transition-left:before {
    content: "埭"
}

.hgi-stroke.hgi-standard.hgi-transition-right:before {
    content: "埯"
}

.hgi-stroke.hgi-standard.hgi-transition-top:before {
    content: "埱"
}

.hgi-stroke.hgi-standard.hgi-translate:before {
    content: "埳"
}

.hgi-stroke.hgi-standard.hgi-translation:before {
    content: "埵"
}

.hgi-stroke.hgi-standard.hgi-transmission:before {
    content: "執"
}

.hgi-stroke.hgi-standard.hgi-transparency:before {
    content: "培"
}

.hgi-stroke.hgi-standard.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-stroke.hgi-standard.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-stroke.hgi-standard.hgi-travel-bag:before {
    content: "埿"
}

.hgi-stroke.hgi-standard.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-stroke.hgi-standard.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-stroke.hgi-standard.hgi-treatment:before {
    content: "堅"
}

.hgi-stroke.hgi-standard.hgi-tree-01:before {
    content: "堇"
}

.hgi-stroke.hgi-standard.hgi-tree-02:before {
    content: "堉"
}

.hgi-stroke.hgi-standard.hgi-tree-03:before {
    content: "堋"
}

.hgi-stroke.hgi-standard.hgi-tree-04:before {
    content: "堍"
}

.hgi-stroke.hgi-standard.hgi-tree-05:before {
    content: "堏"
}

.hgi-stroke.hgi-standard.hgi-tree-06:before {
    content: "堑"
}

.hgi-stroke.hgi-standard.hgi-tree-07:before {
    content: "堓"
}

.hgi-stroke.hgi-standard.hgi-trello:before {
    content: "堕"
}

.hgi-stroke.hgi-standard.hgi-triangle-01:before {
    content: "堗"
}

.hgi-stroke.hgi-standard.hgi-triangle-02:before {
    content: "堙"
}

.hgi-stroke.hgi-standard.hgi-triangle-03:before {
    content: "堛"
}

.hgi-stroke.hgi-standard.hgi-triangle:before {
    content: "堝"
}

.hgi-stroke.hgi-standard.hgi-trolley-01:before {
    content: "堟"
}

.hgi-stroke.hgi-standard.hgi-trolley-02:before {
    content: "堡"
}

.hgi-stroke.hgi-standard.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-stroke.hgi-standard.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-stroke.hgi-standard.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-stroke.hgi-standard.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-stroke.hgi-standard.hgi-truck-monster:before {
    content: "堫"
}

.hgi-stroke.hgi-standard.hgi-truck-return:before {
    content: "堭"
}

.hgi-stroke.hgi-standard.hgi-truck:before {
    content: "堯"
}

.hgi-stroke.hgi-standard.hgi-trulli:before {
    content: "報"
}

.hgi-stroke.hgi-standard.hgi-tsunami:before {
    content: "堳"
}

.hgi-stroke.hgi-standard.hgi-tulip:before {
    content: "堵"
}

.hgi-stroke.hgi-standard.hgi-tumblr:before {
    content: "堷"
}

.hgi-stroke.hgi-standard.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-stroke.hgi-standard.hgi-tv-01:before {
    content: "堻"
}

.hgi-stroke.hgi-standard.hgi-tv-02:before {
    content: "堽"
}

.hgi-stroke.hgi-standard.hgi-tv-fix:before {
    content: "堿"
}

.hgi-stroke.hgi-standard.hgi-tv-issue:before {
    content: "塁"
}

.hgi-stroke.hgi-standard.hgi-tv-smart:before {
    content: "塃"
}

.hgi-stroke.hgi-standard.hgi-twin-tower:before {
    content: "塅"
}

.hgi-stroke.hgi-standard.hgi-twitch:before {
    content: "塇"
}

.hgi-stroke.hgi-standard.hgi-twitter-square:before {
    content: "塊"
}

.hgi-stroke.hgi-standard.hgi-twitter:before {
    content: "塋"
}

.hgi-stroke.hgi-standard.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-stroke.hgi-standard.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-stroke.hgi-standard.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-stroke.hgi-standard.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-stroke.hgi-standard.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-stroke.hgi-standard.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-stroke.hgi-standard.hgi-txt-01:before {
    content: "塙"
}

.hgi-stroke.hgi-standard.hgi-txt-02:before {
    content: "塛"
}

.hgi-stroke.hgi-standard.hgi-type-cursor:before {
    content: "塝"
}

.hgi-stroke.hgi-standard.hgi-typescript-01:before {
    content: "塟"
}

.hgi-stroke.hgi-standard.hgi-typescript-02:before {
    content: "塡"
}

.hgi-stroke.hgi-standard.hgi-typescript-03:before {
    content: "塣"
}

.hgi-stroke.hgi-standard.hgi-uber:before {
    content: "塥"
}

.hgi-stroke.hgi-standard.hgi-ufo-01:before {
    content: "塧"
}

.hgi-stroke.hgi-standard.hgi-ufo:before {
    content: "塩"
}

.hgi-stroke.hgi-standard.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-stroke.hgi-standard.hgi-umbrella:before {
    content: "塭"
}

.hgi-stroke.hgi-standard.hgi-unamused:before {
    content: "塯"
}

.hgi-stroke.hgi-standard.hgi-unavailable:before {
    content: "塱"
}

.hgi-stroke.hgi-standard.hgi-underpants-01:before {
    content: "塳"
}

.hgi-stroke.hgi-standard.hgi-underpants-02:before {
    content: "塵"
}

.hgi-stroke.hgi-standard.hgi-underpants-03:before {
    content: "塷"
}

.hgi-stroke.hgi-standard.hgi-unfold-less:before {
    content: "塹"
}

.hgi-stroke.hgi-standard.hgi-unfold-more:before {
    content: "塻"
}

.hgi-stroke.hgi-standard.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-stroke.hgi-standard.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-stroke.hgi-standard.hgi-unhappy:before {
    content: "墁"
}

.hgi-stroke.hgi-standard.hgi-university:before {
    content: "境"
}

.hgi-stroke.hgi-standard.hgi-unlink-01:before {
    content: "墅"
}

.hgi-stroke.hgi-standard.hgi-unlink-02:before {
    content: "墇"
}

.hgi-stroke.hgi-standard.hgi-unlink-03:before {
    content: "墉"
}

.hgi-stroke.hgi-standard.hgi-unlink-04:before {
    content: "墋"
}

.hgi-stroke.hgi-standard.hgi-unlink-05:before {
    content: "墍"
}

.hgi-stroke.hgi-standard.hgi-unlink-06:before {
    content: "墏"
}

.hgi-stroke.hgi-standard.hgi-unsplash:before {
    content: "墑"
}

.hgi-stroke.hgi-standard.hgi-upload-01:before {
    content: "墓"
}

.hgi-stroke.hgi-standard.hgi-upload-02:before {
    content: "墕"
}

.hgi-stroke.hgi-standard.hgi-upload-03:before {
    content: "増"
}

.hgi-stroke.hgi-standard.hgi-upload-04:before {
    content: "墙"
}

.hgi-stroke.hgi-standard.hgi-upload-05:before {
    content: "墛"
}

.hgi-stroke.hgi-standard.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-stroke.hgi-standard.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-stroke.hgi-standard.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-stroke.hgi-standard.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-stroke.hgi-standard.hgi-upwork:before {
    content: "墥"
}

.hgi-stroke.hgi-standard.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-stroke.hgi-standard.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-stroke.hgi-standard.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-stroke.hgi-standard.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-stroke.hgi-standard.hgi-usb-error:before {
    content: "墯"
}

.hgi-stroke.hgi-standard.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-stroke.hgi-standard.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-stroke.hgi-standard.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-stroke.hgi-standard.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-stroke.hgi-standard.hgi-usb:before {
    content: "墹"
}

.hgi-stroke.hgi-standard.hgi-user-account:before {
    content: "墻"
}

.hgi-stroke.hgi-standard.hgi-user-add-01:before {
    content: "墽"
}

.hgi-stroke.hgi-standard.hgi-user-add-02:before {
    content: "墿"
}

.hgi-stroke.hgi-standard.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-stroke.hgi-standard.hgi-user-block-01:before {
    content: "壃"
}

.hgi-stroke.hgi-standard.hgi-user-block-02:before {
    content: "壅"
}

.hgi-stroke.hgi-standard.hgi-user-check-01:before {
    content: "壇"
}

.hgi-stroke.hgi-standard.hgi-user-check-02:before {
    content: "壉"
}

.hgi-stroke.hgi-standard.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-stroke.hgi-standard.hgi-user-circle:before {
    content: "壍"
}

.hgi-stroke.hgi-standard.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-stroke.hgi-standard.hgi-user-full-view:before {
    content: "壑"
}

.hgi-stroke.hgi-standard.hgi-user-group:before {
    content: "壓"
}

.hgi-stroke.hgi-standard.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-stroke.hgi-standard.hgi-user-list:before {
    content: "壗"
}

.hgi-stroke.hgi-standard.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-stroke.hgi-standard.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-stroke.hgi-standard.hgi-user-love-01:before {
    content: "壝"
}

.hgi-stroke.hgi-standard.hgi-user-love-02:before {
    content: "壟"
}

.hgi-stroke.hgi-standard.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-stroke.hgi-standard.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-stroke.hgi-standard.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-stroke.hgi-standard.hgi-user-multiple:before {
    content: "壧"
}

.hgi-stroke.hgi-standard.hgi-user-question-01:before {
    content: "壩"
}

.hgi-stroke.hgi-standard.hgi-user-question-02:before {
    content: "士"
}

.hgi-stroke.hgi-standard.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-stroke.hgi-standard.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-stroke.hgi-standard.hgi-user-roadside:before {
    content: "壱"
}

.hgi-stroke.hgi-standard.hgi-user-search-01:before {
    content: "壳"
}

.hgi-stroke.hgi-standard.hgi-user-search-02:before {
    content: "壵"
}

.hgi-stroke.hgi-standard.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-stroke.hgi-standard.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-stroke.hgi-standard.hgi-user-sharing:before {
    content: "壼"
}

.hgi-stroke.hgi-standard.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-stroke.hgi-standard.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-stroke.hgi-standard.hgi-user-square:before {
    content: "夂"
}

.hgi-stroke.hgi-standard.hgi-user-star-01:before {
    content: "处"
}

.hgi-stroke.hgi-standard.hgi-user-star-02:before {
    content: "夆"
}

.hgi-stroke.hgi-standard.hgi-user-status:before {
    content: "夈"
}

.hgi-stroke.hgi-standard.hgi-user-story:before {
    content: "夊"
}

.hgi-stroke.hgi-standard.hgi-user-switch:before {
    content: "夌"
}

.hgi-stroke.hgi-standard.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-stroke.hgi-standard.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-stroke.hgi-standard.hgi-user:before {
    content: "夑"
}

.hgi-stroke.hgi-standard.hgi-uv-01:before {
    content: "夓"
}

.hgi-stroke.hgi-standard.hgi-uv-02:before {
    content: "夕"
}

.hgi-stroke.hgi-standard.hgi-uv-03:before {
    content: "夗"
}

.hgi-stroke.hgi-standard.hgi-vaccine:before {
    content: "夙"
}

.hgi-stroke.hgi-standard.hgi-validation-approval:before {
    content: "夛"
}

.hgi-stroke.hgi-standard.hgi-validation:before {
    content: "夝"
}

.hgi-stroke.hgi-standard.hgi-van:before {
    content: "够"
}

.hgi-stroke.hgi-standard.hgi-variable:before {
    content: "夡"
}

.hgi-stroke.hgi-standard.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-stroke.hgi-standard.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-stroke.hgi-standard.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-stroke.hgi-standard.hgi-vest:before {
    content: "天"
}

.hgi-stroke.hgi-standard.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-stroke.hgi-standard.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-stroke.hgi-standard.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-stroke.hgi-standard.hgi-video-01:before {
    content: "失"
}

.hgi-stroke.hgi-standard.hgi-video-02:before {
    content: "夳"
}

.hgi-stroke.hgi-standard.hgi-video-console:before {
    content: "夵"
}

.hgi-stroke.hgi-standard.hgi-video-off:before {
    content: "夷"
}

.hgi-stroke.hgi-standard.hgi-video-replay:before {
    content: "夹"
}

.hgi-stroke.hgi-standard.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-stroke.hgi-standard.hgi-view-off:before {
    content: "夽"
}

.hgi-stroke.hgi-standard.hgi-view:before {
    content: "夿"
}

.hgi-stroke.hgi-standard.hgi-vimeo:before {
    content: "奁"
}

.hgi-stroke.hgi-standard.hgi-vine-square:before {
    content: "奄"
}

.hgi-stroke.hgi-standard.hgi-vine:before {
    content: "奅"
}

.hgi-stroke.hgi-standard.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-stroke.hgi-standard.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-stroke.hgi-standard.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-stroke.hgi-standard.hgi-vision:before {
    content: "奍"
}

.hgi-stroke.hgi-standard.hgi-vk-square:before {
    content: "奐"
}

.hgi-stroke.hgi-standard.hgi-vk:before {
    content: "契"
}

.hgi-stroke.hgi-standard.hgi-voice-id:before {
    content: "奓"
}

.hgi-stroke.hgi-standard.hgi-voice:before {
    content: "奕"
}

.hgi-stroke.hgi-standard.hgi-volleyball:before {
    content: "套"
}

.hgi-stroke.hgi-standard.hgi-volume-high:before {
    content: "奙"
}

.hgi-stroke.hgi-standard.hgi-volume-low:before {
    content: "奛"
}

.hgi-stroke.hgi-standard.hgi-volume-minus:before {
    content: "奝"
}

.hgi-stroke.hgi-standard.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-stroke.hgi-standard.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-stroke.hgi-standard.hgi-volume-off:before {
    content: "奣"
}

.hgi-stroke.hgi-standard.hgi-volume-up:before {
    content: "奥"
}

.hgi-stroke.hgi-standard.hgi-vomiting:before {
    content: "奧"
}

.hgi-stroke.hgi-standard.hgi-voucher:before {
    content: "奩"
}

.hgi-stroke.hgi-standard.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-stroke.hgi-standard.hgi-vr:before {
    content: "奭"
}

.hgi-stroke.hgi-standard.hgi-vynil-01:before {
    content: "奯"
}

.hgi-stroke.hgi-standard.hgi-vynil-02:before {
    content: "奱"
}

.hgi-stroke.hgi-standard.hgi-vynil-03:before {
    content: "女"
}

.hgi-stroke.hgi-standard.hgi-waiter:before {
    content: "奵"
}

.hgi-stroke.hgi-standard.hgi-waiters:before {
    content: "奷"
}

.hgi-stroke.hgi-standard.hgi-wall-lamp:before {
    content: "她"
}

.hgi-stroke.hgi-standard.hgi-wallet-01:before {
    content: "奻"
}

.hgi-stroke.hgi-standard.hgi-wallet-02:before {
    content: "好"
}

.hgi-stroke.hgi-standard.hgi-wallet-03:before {
    content: "奿"
}

.hgi-stroke.hgi-standard.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-stroke.hgi-standard.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-stroke.hgi-standard.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-stroke.hgi-standard.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-stroke.hgi-standard.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-stroke.hgi-standard.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-stroke.hgi-standard.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-stroke.hgi-standard.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-stroke.hgi-standard.hgi-wanted:before {
    content: "妑"
}

.hgi-stroke.hgi-standard.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-stroke.hgi-standard.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-stroke.hgi-standard.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-stroke.hgi-standard.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-stroke.hgi-standard.hgi-warehouse:before {
    content: "妛"
}

.hgi-stroke.hgi-standard.hgi-washington-monument:before {
    content: "妝"
}

.hgi-stroke.hgi-standard.hgi-waste-restore:before {
    content: "妟"
}

.hgi-stroke.hgi-standard.hgi-waste:before {
    content: "妡"
}

.hgi-stroke.hgi-standard.hgi-watch-01:before {
    content: "妣"
}

.hgi-stroke.hgi-standard.hgi-watch-02:before {
    content: "妥"
}

.hgi-stroke.hgi-standard.hgi-water-energy:before {
    content: "妧"
}

.hgi-stroke.hgi-standard.hgi-water-polo:before {
    content: "妩"
}

.hgi-stroke.hgi-standard.hgi-water-pump:before {
    content: "妫"
}

.hgi-stroke.hgi-standard.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-stroke.hgi-standard.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-stroke.hgi-standard.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-stroke.hgi-standard.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-stroke.hgi-standard.hgi-watermelon:before {
    content: "妵"
}

.hgi-stroke.hgi-standard.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-stroke.hgi-standard.hgi-wattpad:before {
    content: "妹"
}

.hgi-stroke.hgi-standard.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-stroke.hgi-standard.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-stroke.hgi-standard.hgi-waze:before {
    content: "妿"
}

.hgi-stroke.hgi-standard.hgi-web-design-01:before {
    content: "姁"
}

.hgi-stroke.hgi-standard.hgi-web-design-02:before {
    content: "姃"
}

.hgi-stroke.hgi-standard.hgi-web-programming:before {
    content: "姅"
}

.hgi-stroke.hgi-standard.hgi-web-protection:before {
    content: "姇"
}

.hgi-stroke.hgi-standard.hgi-web-security:before {
    content: "姉"
}

.hgi-stroke.hgi-standard.hgi-web-validation:before {
    content: "始"
}

.hgi-stroke.hgi-standard.hgi-webflow:before {
    content: "姍"
}

.hgi-stroke.hgi-standard.hgi-wechat:before {
    content: "姏"
}

.hgi-stroke.hgi-standard.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-stroke.hgi-standard.hgi-weight-scale:before {
    content: "姓"
}

.hgi-stroke.hgi-standard.hgi-wellness:before {
    content: "姕"
}

.hgi-stroke.hgi-standard.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-stroke.hgi-standard.hgi-whatsapp:before {
    content: "姙"
}

.hgi-stroke.hgi-standard.hgi-wheelchair:before {
    content: "姛"
}

.hgi-stroke.hgi-standard.hgi-whisk:before {
    content: "姝"
}

.hgi-stroke.hgi-standard.hgi-whistle:before {
    content: "姟"
}

.hgi-stroke.hgi-standard.hgi-wifi-01:before {
    content: "姡"
}

.hgi-stroke.hgi-standard.hgi-wifi-02:before {
    content: "姣"
}

.hgi-stroke.hgi-standard.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-stroke.hgi-standard.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-stroke.hgi-standard.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-stroke.hgi-standard.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-stroke.hgi-standard.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-stroke.hgi-standard.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-stroke.hgi-standard.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-stroke.hgi-standard.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-stroke.hgi-standard.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-stroke.hgi-standard.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-stroke.hgi-standard.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-stroke.hgi-standard.hgi-wifi-location:before {
    content: "姻"
}

.hgi-stroke.hgi-standard.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-stroke.hgi-standard.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-stroke.hgi-standard.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-stroke.hgi-standard.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-stroke.hgi-standard.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-stroke.hgi-standard.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-stroke.hgi-standard.hgi-wifi-square:before {
    content: "娉"
}

.hgi-stroke.hgi-standard.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-stroke.hgi-standard.hgi-wikipedia:before {
    content: "娍"
}

.hgi-stroke.hgi-standard.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-stroke.hgi-standard.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-stroke.hgi-standard.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-stroke.hgi-standard.hgi-wind-power:before {
    content: "娕"
}

.hgi-stroke.hgi-standard.hgi-wind-surf:before {
    content: "娗"
}

.hgi-stroke.hgi-standard.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-stroke.hgi-standard.hgi-wink:before {
    content: "娛"
}

.hgi-stroke.hgi-standard.hgi-winking:before {
    content: "娝"
}

.hgi-stroke.hgi-standard.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-stroke.hgi-standard.hgi-wireless:before {
    content: "娡"
}

.hgi-stroke.hgi-standard.hgi-wise:before {
    content: "娣"
}

.hgi-stroke.hgi-standard.hgi-wordpress:before {
    content: "娥"
}

.hgi-stroke.hgi-standard.hgi-work-alert:before {
    content: "娧"
}

.hgi-stroke.hgi-standard.hgi-work-history:before {
    content: "娩"
}

.hgi-stroke.hgi-standard.hgi-work-update:before {
    content: "娫"
}

.hgi-stroke.hgi-standard.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-stroke.hgi-standard.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-stroke.hgi-standard.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-stroke.hgi-standard.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-stroke.hgi-standard.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-stroke.hgi-standard.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-stroke.hgi-standard.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-stroke.hgi-standard.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-stroke.hgi-standard.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-stroke.hgi-standard.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-stroke.hgi-standard.hgi-workout-run:before {
    content: "婓"
}

.hgi-stroke.hgi-standard.hgi-workout-sport:before {
    content: "婕"
}

.hgi-stroke.hgi-standard.hgi-workout-squats:before {
    content: "婗"
}

.hgi-stroke.hgi-standard.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-stroke.hgi-standard.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-stroke.hgi-standard.hgi-worry:before {
    content: "婝"
}

.hgi-stroke.hgi-standard.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-stroke.hgi-standard.hgi-wps-office:before {
    content: "婡"
}

.hgi-stroke.hgi-standard.hgi-wrench-01:before {
    content: "婣"
}

.hgi-stroke.hgi-standard.hgi-wrench-02:before {
    content: "婥"
}

.hgi-stroke.hgi-standard.hgi-wudu:before {
    content: "婧"
}

.hgi-stroke.hgi-standard.hgi-x-ray:before {
    content: "婩"
}

.hgi-stroke.hgi-standard.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-stroke.hgi-standard.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-stroke.hgi-standard.hgi-x-variable:before {
    content: "婯"
}

.hgi-stroke.hgi-standard.hgi-xing:before {
    content: "婱"
}

.hgi-stroke.hgi-standard.hgi-xls-01:before {
    content: "婳"
}

.hgi-stroke.hgi-standard.hgi-xls-02:before {
    content: "婵"
}

.hgi-stroke.hgi-standard.hgi-xml-01:before {
    content: "婷"
}

.hgi-stroke.hgi-standard.hgi-xml-02:before {
    content: "婹"
}

.hgi-stroke.hgi-standard.hgi-xsl-01:before {
    content: "婻"
}

.hgi-stroke.hgi-standard.hgi-xsl-02:before {
    content: "婽"
}

.hgi-stroke.hgi-standard.hgi-yelp:before {
    content: "婿"
}

.hgi-stroke.hgi-standard.hgi-yen-circle:before {
    content: "媁"
}

.hgi-stroke.hgi-standard.hgi-yen-receive:before {
    content: "媃"
}

.hgi-stroke.hgi-standard.hgi-yen-send:before {
    content: "媆"
}

.hgi-stroke.hgi-standard.hgi-yen-square:before {
    content: "媈"
}

.hgi-stroke.hgi-standard.hgi-yen:before {
    content: "媉"
}

.hgi-stroke.hgi-standard.hgi-yoga-01:before {
    content: "媋"
}

.hgi-stroke.hgi-standard.hgi-yoga-02:before {
    content: "媍"
}

.hgi-stroke.hgi-standard.hgi-yoga-03:before {
    content: "媏"
}

.hgi-stroke.hgi-standard.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-stroke.hgi-standard.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-stroke.hgi-standard.hgi-yogurt:before {
    content: "媕"
}

.hgi-stroke.hgi-standard.hgi-youtube:before {
    content: "媗"
}

.hgi-stroke.hgi-standard.hgi-yurt:before {
    content: "媙"
}

.hgi-stroke.hgi-standard.hgi-zakat:before {
    content: "媛"
}

.hgi-stroke.hgi-standard.hgi-zap:before {
    content: "媝"
}

.hgi-stroke.hgi-standard.hgi-zeppelin:before {
    content: "媟"
}

.hgi-stroke.hgi-standard.hgi-zip-01:before {
    content: "媡"
}

.hgi-stroke.hgi-standard.hgi-zip-02:before {
    content: "媣"
}

.hgi-stroke.hgi-standard.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-stroke.hgi-standard.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-stroke.hgi-standard.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-stroke.hgi-standard.hgi-zoom-square:before {
    content: "媬"
}

.hgi-stroke.hgi-standard.hgi-zoom:before {
    content: "媭"
}

@font-face {
    font-family: hgi-twotone-rounded;
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-twotone-rounded.eot);
    src: url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-twotone-rounded.eot#iefix) format("embedded-opentype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-twotone-rounded.woff2) format("woff2"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-twotone-rounded.woff) format("woff"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-twotone-rounded.ttf) format("truetype"),url(https://assets-nu-mauve.vercel.app/fonts/icon-fonts/hgi-twotone-rounded.svg#hgi-twotone-rounded) format("svg")
}

.hgi-twotone {
    font-family: hgi-twotone-rounded!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.hgi-twotone:before {
    position: absolute;
    left: 0
}

.hgi-twotone:after {
    opacity: .4
}

.hgi-twotone.hgi-abacus:after {
    content: "㩰"
}

.hgi-twotone.hgi-abacus:before {
    content: "㩱"
}

.hgi-twotone.hgi-absolute:after {
    content: "㩲"
}

.hgi-twotone.hgi-absolute:before {
    content: "㩳"
}

.hgi-twotone.hgi-acceleration:after {
    content: "㩴"
}

.hgi-twotone.hgi-acceleration:before {
    content: "㩵"
}

.hgi-twotone.hgi-access:after {
    content: "㩶"
}

.hgi-twotone.hgi-access:before {
    content: "㩷"
}

.hgi-twotone.hgi-accident:after {
    content: "㩸"
}

.hgi-twotone.hgi-accident:before {
    content: "㩹"
}

.hgi-twotone.hgi-account-setting-01:after {
    content: "㩺"
}

.hgi-twotone.hgi-account-setting-01:before {
    content: "㩻"
}

.hgi-twotone.hgi-account-setting-02:after {
    content: "㩼"
}

.hgi-twotone.hgi-account-setting-02:before {
    content: "㩽"
}

.hgi-twotone.hgi-account-setting-03:after {
    content: "㩾"
}

.hgi-twotone.hgi-account-setting-03:before {
    content: "㩿"
}

.hgi-twotone.hgi-activity-01:after {
    content: "㪀"
}

.hgi-twotone.hgi-activity-01:before {
    content: "㪁"
}

.hgi-twotone.hgi-activity-02:after {
    content: "㪂"
}

.hgi-twotone.hgi-activity-02:before {
    content: "㪃"
}

.hgi-twotone.hgi-activity-03:after {
    content: "㪄"
}

.hgi-twotone.hgi-activity-03:before {
    content: "㪅"
}

.hgi-twotone.hgi-activity-04:after {
    content: "㪆"
}

.hgi-twotone.hgi-activity-04:before {
    content: "㪇"
}

.hgi-twotone.hgi-acute:after {
    content: "㪈"
}

.hgi-twotone.hgi-acute:before {
    content: "㪉"
}

.hgi-twotone.hgi-add-01:after {
    content: "㪊"
}

.hgi-twotone.hgi-add-01:before {
    content: "㪋"
}

.hgi-twotone.hgi-add-02:after {
    content: "㪌"
}

.hgi-twotone.hgi-add-02:before {
    content: "㪍"
}

.hgi-twotone.hgi-add-circle-half-dot:after {
    content: "㪎"
}

.hgi-twotone.hgi-add-circle-half-dot:before {
    content: "㪏"
}

.hgi-twotone.hgi-add-circle:after {
    content: "㪐"
}

.hgi-twotone.hgi-add-circle:before {
    content: "㪑"
}

.hgi-twotone.hgi-add-square:after {
    content: "㪒"
}

.hgi-twotone.hgi-add-square:before {
    content: "㪓"
}

.hgi-twotone.hgi-add-team:after {
    content: "㪔"
}

.hgi-twotone.hgi-add-team:before {
    content: "㪕"
}

.hgi-twotone.hgi-address-book:after {
    content: "㪖"
}

.hgi-twotone.hgi-address-book:before {
    content: "㪗"
}

.hgi-twotone.hgi-adobe-after-effect:after {
    content: "㪘"
}

.hgi-twotone.hgi-adobe-after-effect:before {
    content: "㪙"
}

.hgi-twotone.hgi-adobe-illustrator:after {
    content: "㪚"
}

.hgi-twotone.hgi-adobe-illustrator:before {
    content: "㪛"
}

.hgi-twotone.hgi-adobe-indesign:after {
    content: "㪜"
}

.hgi-twotone.hgi-adobe-indesign:before {
    content: "㪝"
}

.hgi-twotone.hgi-adobe-photoshop:after {
    content: "㪞"
}

.hgi-twotone.hgi-adobe-photoshop:before {
    content: "㪟"
}

.hgi-twotone.hgi-adobe-premier:after {
    content: "㪠"
}

.hgi-twotone.hgi-adobe-premier:before {
    content: "㪡"
}

.hgi-twotone.hgi-adobe-xd:after {
    content: "㪢"
}

.hgi-twotone.hgi-adobe-xd:before {
    content: "㪣"
}

.hgi-twotone.hgi-adventure:after {
    content: "㪤"
}

.hgi-twotone.hgi-adventure:before {
    content: "㪥"
}

.hgi-twotone.hgi-advertisiment:after {
    content: "㪦"
}

.hgi-twotone.hgi-advertisiment:before {
    content: "㪧"
}

.hgi-twotone.hgi-adzan:after {
    content: "㪨"
}

.hgi-twotone.hgi-adzan:before {
    content: "㪩"
}

.hgi-twotone.hgi-affiliate:after {
    content: "㪪"
}

.hgi-twotone.hgi-affiliate:before {
    content: "㪫"
}

.hgi-twotone.hgi-agreement-01:after {
    content: "㪬"
}

.hgi-twotone.hgi-agreement-01:before {
    content: "㪭"
}

.hgi-twotone.hgi-agreement-02:after {
    content: "㪮"
}

.hgi-twotone.hgi-agreement-02:before {
    content: "㪯"
}

.hgi-twotone.hgi-agreement-03:after {
    content: "㪰"
}

.hgi-twotone.hgi-agreement-03:before {
    content: "㪱"
}

.hgi-twotone.hgi-ai-beautify:after {
    content: "㪲"
}

.hgi-twotone.hgi-ai-beautify:before {
    content: "㪳"
}

.hgi-twotone.hgi-ai-book:after {
    content: "㪴"
}

.hgi-twotone.hgi-ai-book:before {
    content: "㪵"
}

.hgi-twotone.hgi-ai-brain-01:after {
    content: "㪶"
}

.hgi-twotone.hgi-ai-brain-01:before {
    content: "㪷"
}

.hgi-twotone.hgi-ai-brain-02:after {
    content: "㪸"
}

.hgi-twotone.hgi-ai-brain-02:before {
    content: "㪹"
}

.hgi-twotone.hgi-ai-brain-03:after {
    content: "㪺"
}

.hgi-twotone.hgi-ai-brain-03:before {
    content: "㪻"
}

.hgi-twotone.hgi-ai-brain-04:after {
    content: "㪼"
}

.hgi-twotone.hgi-ai-brain-04:before {
    content: "㪽"
}

.hgi-twotone.hgi-ai-brain-05:after {
    content: "㪾"
}

.hgi-twotone.hgi-ai-brain-05:before {
    content: "㪿"
}

.hgi-twotone.hgi-ai-browser:after {
    content: "㫀"
}

.hgi-twotone.hgi-ai-browser:before {
    content: "㫁"
}

.hgi-twotone.hgi-ai-chat-01:after {
    content: "㫂"
}

.hgi-twotone.hgi-ai-chat-01:before {
    content: "㫃"
}

.hgi-twotone.hgi-ai-chat-02:after {
    content: "㫄"
}

.hgi-twotone.hgi-ai-chat-02:before {
    content: "㫅"
}

.hgi-twotone.hgi-ai-cloud-01:after {
    content: "㫆"
}

.hgi-twotone.hgi-ai-cloud-01:before {
    content: "㫇"
}

.hgi-twotone.hgi-ai-cloud-02:after {
    content: "㫈"
}

.hgi-twotone.hgi-ai-cloud-02:before {
    content: "㫉"
}

.hgi-twotone.hgi-ai-cloud:after {
    content: "㫊"
}

.hgi-twotone.hgi-ai-cloud:before {
    content: "㫋"
}

.hgi-twotone.hgi-ai-computer:after {
    content: "㫌"
}

.hgi-twotone.hgi-ai-computer:before {
    content: "㫍"
}

.hgi-twotone.hgi-ai-dna:after {
    content: "㫎"
}

.hgi-twotone.hgi-ai-dna:before {
    content: "㫏"
}

.hgi-twotone.hgi-ai-eraser:after {
    content: "㫐"
}

.hgi-twotone.hgi-ai-eraser:before {
    content: "㫑"
}

.hgi-twotone.hgi-ai-folder-01:after {
    content: "㫒"
}

.hgi-twotone.hgi-ai-folder-01:before {
    content: "㫓"
}

.hgi-twotone.hgi-ai-folder-02:after {
    content: "㫔"
}

.hgi-twotone.hgi-ai-folder-02:before {
    content: "㫕"
}

.hgi-twotone.hgi-ai-game:after {
    content: "㫖"
}

.hgi-twotone.hgi-ai-game:before {
    content: "㫗"
}

.hgi-twotone.hgi-ai-generative:after {
    content: "㫘"
}

.hgi-twotone.hgi-ai-generative:before {
    content: "㫙"
}

.hgi-twotone.hgi-ai-idea:after {
    content: "㫚"
}

.hgi-twotone.hgi-ai-idea:before {
    content: "㫛"
}

.hgi-twotone.hgi-ai-image:after {
    content: "㫜"
}

.hgi-twotone.hgi-ai-image:before {
    content: "㫝"
}

.hgi-twotone.hgi-ai-innovation-01:after {
    content: "㫞"
}

.hgi-twotone.hgi-ai-innovation-01:before {
    content: "㫟"
}

.hgi-twotone.hgi-ai-innovation-02:after {
    content: "㫠"
}

.hgi-twotone.hgi-ai-innovation-02:before {
    content: "㫡"
}

.hgi-twotone.hgi-ai-innovation-03:after {
    content: "㫢"
}

.hgi-twotone.hgi-ai-innovation-03:before {
    content: "㫣"
}

.hgi-twotone.hgi-ai-laptop:after {
    content: "㫤"
}

.hgi-twotone.hgi-ai-laptop:before {
    content: "㫥"
}

.hgi-twotone.hgi-ai-learning:after {
    content: "㫦"
}

.hgi-twotone.hgi-ai-learning:before {
    content: "㫧"
}

.hgi-twotone.hgi-ai-lock:after {
    content: "㫨"
}

.hgi-twotone.hgi-ai-lock:before {
    content: "㫩"
}

.hgi-twotone.hgi-ai-magic:after {
    content: "㫪"
}

.hgi-twotone.hgi-ai-magic:before {
    content: "㫫"
}

.hgi-twotone.hgi-ai-mail-01:after {
    content: "㫬"
}

.hgi-twotone.hgi-ai-mail-01:before {
    content: "㫭"
}

.hgi-twotone.hgi-ai-mail-02:after {
    content: "㫮"
}

.hgi-twotone.hgi-ai-mail-02:before {
    content: "㫯"
}

.hgi-twotone.hgi-ai-mail:after {
    content: "㫰"
}

.hgi-twotone.hgi-ai-mail:before {
    content: "㫱"
}

.hgi-twotone.hgi-ai-network:after {
    content: "㫲"
}

.hgi-twotone.hgi-ai-network:before {
    content: "㫳"
}

.hgi-twotone.hgi-ai-phone-01:after {
    content: "㫴"
}

.hgi-twotone.hgi-ai-phone-01:before {
    content: "㫵"
}

.hgi-twotone.hgi-ai-phone-02:after {
    content: "㫶"
}

.hgi-twotone.hgi-ai-phone-02:before {
    content: "㫷"
}

.hgi-twotone.hgi-ai-programming:after {
    content: "㫸"
}

.hgi-twotone.hgi-ai-programming:before {
    content: "㫹"
}

.hgi-twotone.hgi-ai-search:after {
    content: "㫺"
}

.hgi-twotone.hgi-ai-search:before {
    content: "㫻"
}

.hgi-twotone.hgi-ai-security-01:after {
    content: "㫼"
}

.hgi-twotone.hgi-ai-security-01:before {
    content: "㫽"
}

.hgi-twotone.hgi-ai-security-02:after {
    content: "㫾"
}

.hgi-twotone.hgi-ai-security-02:before {
    content: "㫿"
}

.hgi-twotone.hgi-ai-setting:after {
    content: "㬀"
}

.hgi-twotone.hgi-ai-setting:before {
    content: "㬁"
}

.hgi-twotone.hgi-ai-smartwatch:after {
    content: "㬂"
}

.hgi-twotone.hgi-ai-smartwatch:before {
    content: "㬃"
}

.hgi-twotone.hgi-ai-user:after {
    content: "㬄"
}

.hgi-twotone.hgi-ai-user:before {
    content: "㬅"
}

.hgi-twotone.hgi-ai-video:after {
    content: "㬆"
}

.hgi-twotone.hgi-ai-video:before {
    content: "㬇"
}

.hgi-twotone.hgi-ai-view:after {
    content: "㬈"
}

.hgi-twotone.hgi-ai-view:before {
    content: "㬉"
}

.hgi-twotone.hgi-aids:after {
    content: "㬊"
}

.hgi-twotone.hgi-aids:before {
    content: "㬋"
}

.hgi-twotone.hgi-airbnb:after {
    content: "㬌"
}

.hgi-twotone.hgi-airbnb:before {
    content: "㬍"
}

.hgi-twotone.hgi-aircraft-game:after {
    content: "㬎"
}

.hgi-twotone.hgi-aircraft-game:before {
    content: "㬏"
}

.hgi-twotone.hgi-airdrop:after {
    content: "㬐"
}

.hgi-twotone.hgi-airdrop:before {
    content: "㬑"
}

.hgi-twotone.hgi-airplane-01:after {
    content: "㬒"
}

.hgi-twotone.hgi-airplane-01:before {
    content: "㬓"
}

.hgi-twotone.hgi-airplane-02:after {
    content: "㬔"
}

.hgi-twotone.hgi-airplane-02:before {
    content: "㬕"
}

.hgi-twotone.hgi-airplane-landing-01:after {
    content: "㬖"
}

.hgi-twotone.hgi-airplane-landing-01:before {
    content: "㬗"
}

.hgi-twotone.hgi-airplane-landing-02:after {
    content: "㬘"
}

.hgi-twotone.hgi-airplane-landing-02:before {
    content: "㬙"
}

.hgi-twotone.hgi-airplane-mode-off:after {
    content: "㬚"
}

.hgi-twotone.hgi-airplane-mode-off:before {
    content: "㬛"
}

.hgi-twotone.hgi-airplane-mode:after {
    content: "㬜"
}

.hgi-twotone.hgi-airplane-mode:before {
    content: "㬝"
}

.hgi-twotone.hgi-airplane-seat:after {
    content: "㬞"
}

.hgi-twotone.hgi-airplane-seat:before {
    content: "㬟"
}

.hgi-twotone.hgi-airplane-take-off-01:after {
    content: "㬠"
}

.hgi-twotone.hgi-airplane-take-off-01:before {
    content: "㬡"
}

.hgi-twotone.hgi-airplane-take-off-02:after {
    content: "㬢"
}

.hgi-twotone.hgi-airplane-take-off-02:before {
    content: "㬣"
}

.hgi-twotone.hgi-airplay-line:after {
    content: "㬤"
}

.hgi-twotone.hgi-airplay-line:before {
    content: "㬥"
}

.hgi-twotone.hgi-airpod-01:after {
    content: "㬦"
}

.hgi-twotone.hgi-airpod-01:before {
    content: "㬧"
}

.hgi-twotone.hgi-airpod-02:after {
    content: "㬨"
}

.hgi-twotone.hgi-airpod-02:before {
    content: "㬩"
}

.hgi-twotone.hgi-airpod-03:after {
    content: "㬪"
}

.hgi-twotone.hgi-airpod-03:before {
    content: "㬫"
}

.hgi-twotone.hgi-airport:after {
    content: "㬬"
}

.hgi-twotone.hgi-airport:before {
    content: "㬭"
}

.hgi-twotone.hgi-al-aqsa-mosque:after {
    content: "㬮"
}

.hgi-twotone.hgi-al-aqsa-mosque:before {
    content: "㬯"
}

.hgi-twotone.hgi-alarm-clock:after {
    content: "㬰"
}

.hgi-twotone.hgi-alarm-clock:before {
    content: "㬱"
}

.hgi-twotone.hgi-album-01:after {
    content: "㬲"
}

.hgi-twotone.hgi-album-01:before {
    content: "㬳"
}

.hgi-twotone.hgi-album-02:after {
    content: "㬴"
}

.hgi-twotone.hgi-album-02:before {
    content: "㬵"
}

.hgi-twotone.hgi-album-not-found-01:after {
    content: "㬶"
}

.hgi-twotone.hgi-album-not-found-01:before {
    content: "㬷"
}

.hgi-twotone.hgi-album-not-found-02:after {
    content: "㬸"
}

.hgi-twotone.hgi-album-not-found-02:before {
    content: "㬹"
}

.hgi-twotone.hgi-alert-01:after {
    content: "㬺"
}

.hgi-twotone.hgi-alert-01:before {
    content: "㬻"
}

.hgi-twotone.hgi-alert-02:after {
    content: "㬼"
}

.hgi-twotone.hgi-alert-02:before {
    content: "㬽"
}

.hgi-twotone.hgi-alert-circle:after {
    content: "㬾"
}

.hgi-twotone.hgi-alert-circle:before {
    content: "㬿"
}

.hgi-twotone.hgi-alert-diamond:after {
    content: "㭀"
}

.hgi-twotone.hgi-alert-diamond:before {
    content: "㭁"
}

.hgi-twotone.hgi-alert-square:after {
    content: "㭂"
}

.hgi-twotone.hgi-alert-square:before {
    content: "㭃"
}

.hgi-twotone.hgi-algorithm:after {
    content: "㭄"
}

.hgi-twotone.hgi-algorithm:before {
    content: "㭅"
}

.hgi-twotone.hgi-alien-01:after {
    content: "㭆"
}

.hgi-twotone.hgi-alien-01:before {
    content: "㭇"
}

.hgi-twotone.hgi-alien-02:after {
    content: "㭈"
}

.hgi-twotone.hgi-alien-02:before {
    content: "㭉"
}

.hgi-twotone.hgi-align-bottom:after {
    content: "㭊"
}

.hgi-twotone.hgi-align-bottom:before {
    content: "㭋"
}

.hgi-twotone.hgi-align-box-bottom-center:after {
    content: "㭌"
}

.hgi-twotone.hgi-align-box-bottom-center:before {
    content: "㭍"
}

.hgi-twotone.hgi-align-box-bottom-left:after {
    content: "㭎"
}

.hgi-twotone.hgi-align-box-bottom-left:before {
    content: "㭏"
}

.hgi-twotone.hgi-align-box-bottom-right:after {
    content: "㭐"
}

.hgi-twotone.hgi-align-box-bottom-right:before {
    content: "㭑"
}

.hgi-twotone.hgi-align-box-middle-center:after {
    content: "㭒"
}

.hgi-twotone.hgi-align-box-middle-center:before {
    content: "㭓"
}

.hgi-twotone.hgi-align-box-middle-left:after {
    content: "㭔"
}

.hgi-twotone.hgi-align-box-middle-left:before {
    content: "㭕"
}

.hgi-twotone.hgi-align-box-middle-right:after {
    content: "㭖"
}

.hgi-twotone.hgi-align-box-middle-right:before {
    content: "㭗"
}

.hgi-twotone.hgi-align-box-top-center:after {
    content: "㭘"
}

.hgi-twotone.hgi-align-box-top-center:before {
    content: "㭙"
}

.hgi-twotone.hgi-align-box-top-left:after {
    content: "㭚"
}

.hgi-twotone.hgi-align-box-top-left:before {
    content: "㭛"
}

.hgi-twotone.hgi-align-box-top-right:after {
    content: "㭜"
}

.hgi-twotone.hgi-align-box-top-right:before {
    content: "㭝"
}

.hgi-twotone.hgi-align-horizontal-center:after {
    content: "㭞"
}

.hgi-twotone.hgi-align-horizontal-center:before {
    content: "㭟"
}

.hgi-twotone.hgi-align-key-object:after {
    content: "㭠"
}

.hgi-twotone.hgi-align-key-object:before {
    content: "㭡"
}

.hgi-twotone.hgi-align-left:after {
    content: "㭢"
}

.hgi-twotone.hgi-align-left:before {
    content: "㭣"
}

.hgi-twotone.hgi-align-right:after {
    content: "㭤"
}

.hgi-twotone.hgi-align-right:before {
    content: "㭥"
}

.hgi-twotone.hgi-align-selection:after {
    content: "㭦"
}

.hgi-twotone.hgi-align-selection:before {
    content: "㭧"
}

.hgi-twotone.hgi-align-top:after {
    content: "㭨"
}

.hgi-twotone.hgi-align-top:before {
    content: "㭩"
}

.hgi-twotone.hgi-align-vertical-center:after {
    content: "㭪"
}

.hgi-twotone.hgi-align-vertical-center:before {
    content: "㭫"
}

.hgi-twotone.hgi-all-bookmark:after {
    content: "㭬"
}

.hgi-twotone.hgi-all-bookmark:before {
    content: "㭭"
}

.hgi-twotone.hgi-allah:after {
    content: "㭮"
}

.hgi-twotone.hgi-allah:before {
    content: "㭯"
}

.hgi-twotone.hgi-alms:after {
    content: "㭰"
}

.hgi-twotone.hgi-alms:before {
    content: "㭱"
}

.hgi-twotone.hgi-alpha-circle:after {
    content: "㭲"
}

.hgi-twotone.hgi-alpha-circle:before {
    content: "㭳"
}

.hgi-twotone.hgi-alpha:after {
    content: "㭴"
}

.hgi-twotone.hgi-alpha-square:after {
    content: "㭵"
}

.hgi-twotone.hgi-alpha-square:before {
    content: "㭶"
}

.hgi-twotone.hgi-alpha:before {
    content: "㭷"
}

.hgi-twotone.hgi-alphabet-arabic:after {
    content: "㭸"
}

.hgi-twotone.hgi-alphabet-arabic:before {
    content: "㭹"
}

.hgi-twotone.hgi-alphabet-bangla:after {
    content: "㭺"
}

.hgi-twotone.hgi-alphabet-bangla:before {
    content: "㭻"
}

.hgi-twotone.hgi-alphabet-chinese:after {
    content: "㭼"
}

.hgi-twotone.hgi-alphabet-chinese:before {
    content: "㭽"
}

.hgi-twotone.hgi-alphabet-greek:after {
    content: "㭾"
}

.hgi-twotone.hgi-alphabet-greek:before {
    content: "㭿"
}

.hgi-twotone.hgi-alphabet-hebrew:after {
    content: "㮀"
}

.hgi-twotone.hgi-alphabet-hebrew:before {
    content: "㮁"
}

.hgi-twotone.hgi-alphabet-hindi:after {
    content: "㮂"
}

.hgi-twotone.hgi-alphabet-hindi:before {
    content: "㮃"
}

.hgi-twotone.hgi-alphabet-japanese:after {
    content: "㮄"
}

.hgi-twotone.hgi-alphabet-japanese:before {
    content: "㮅"
}

.hgi-twotone.hgi-alphabet-korean:after {
    content: "㮆"
}

.hgi-twotone.hgi-alphabet-korean:before {
    content: "㮇"
}

.hgi-twotone.hgi-alphabet-thai:after {
    content: "㮈"
}

.hgi-twotone.hgi-alphabet-thai:before {
    content: "㮉"
}

.hgi-twotone.hgi-amazon:after {
    content: "㮊"
}

.hgi-twotone.hgi-amazon:before {
    content: "㮋"
}

.hgi-twotone.hgi-ambulance:after {
    content: "㮌"
}

.hgi-twotone.hgi-ambulance:before {
    content: "㮍"
}

.hgi-twotone.hgi-american-football:after {
    content: "㮎"
}

.hgi-twotone.hgi-american-football:before {
    content: "㮏"
}

.hgi-twotone.hgi-amie:after {
    content: "㮐"
}

.hgi-twotone.hgi-amie:before {
    content: "㮑"
}

.hgi-twotone.hgi-ampoule:after {
    content: "㮒"
}

.hgi-twotone.hgi-ampoule:before {
    content: "㮓"
}

.hgi-twotone.hgi-analysis-text-link:after {
    content: "㮔"
}

.hgi-twotone.hgi-analysis-text-link:before {
    content: "㮕"
}

.hgi-twotone.hgi-analytics-01:after {
    content: "㮖"
}

.hgi-twotone.hgi-analytics-01:before {
    content: "㮗"
}

.hgi-twotone.hgi-analytics-02:after {
    content: "㮘"
}

.hgi-twotone.hgi-analytics-02:before {
    content: "㮙"
}

.hgi-twotone.hgi-analytics-down:after {
    content: "㮚"
}

.hgi-twotone.hgi-analytics-down:before {
    content: "㮛"
}

.hgi-twotone.hgi-analytics-up:after {
    content: "㮜"
}

.hgi-twotone.hgi-analytics-up:before {
    content: "㮝"
}

.hgi-twotone.hgi-anchor-point:after {
    content: "㮞"
}

.hgi-twotone.hgi-anchor-point:before {
    content: "㮟"
}

.hgi-twotone.hgi-android:after {
    content: "㮠"
}

.hgi-twotone.hgi-android:before {
    content: "㮡"
}

.hgi-twotone.hgi-angel:after {
    content: "㮢"
}

.hgi-twotone.hgi-angel:before {
    content: "㮣"
}

.hgi-twotone.hgi-angle-01:after {
    content: "㮤"
}

.hgi-twotone.hgi-angle-01:before {
    content: "㮥"
}

.hgi-twotone.hgi-angle:after {
    content: "㮦"
}

.hgi-twotone.hgi-angle:before {
    content: "㮧"
}

.hgi-twotone.hgi-angry-bird:after {
    content: "㮨"
}

.hgi-twotone.hgi-angry-bird:before {
    content: "㮩"
}

.hgi-twotone.hgi-angry:after {
    content: "㮪"
}

.hgi-twotone.hgi-angry:before {
    content: "㮫"
}

.hgi-twotone.hgi-anonymous:after {
    content: "㮬"
}

.hgi-twotone.hgi-anonymous:before {
    content: "㮭"
}

.hgi-twotone.hgi-api:after {
    content: "㮮"
}

.hgi-twotone.hgi-api:before {
    content: "㮯"
}

.hgi-twotone.hgi-app-store:after {
    content: "㮰"
}

.hgi-twotone.hgi-app-store:before {
    content: "㮱"
}

.hgi-twotone.hgi-apple-01:after {
    content: "㮲"
}

.hgi-twotone.hgi-apple-01:before {
    content: "㮳"
}

.hgi-twotone.hgi-apple-finder:after {
    content: "㮴"
}

.hgi-twotone.hgi-apple-finder:before {
    content: "㮵"
}

.hgi-twotone.hgi-apple-news:after {
    content: "㮶"
}

.hgi-twotone.hgi-apple-news:before {
    content: "㮷"
}

.hgi-twotone.hgi-apple-pie:after {
    content: "㮸"
}

.hgi-twotone.hgi-apple-pie:before {
    content: "㮹"
}

.hgi-twotone.hgi-apple-reminder:after {
    content: "㮺"
}

.hgi-twotone.hgi-apple-reminder:before {
    content: "㮻"
}

.hgi-twotone.hgi-apple:after {
    content: "㮼"
}

.hgi-twotone.hgi-apple-stocks:after {
    content: "㮽"
}

.hgi-twotone.hgi-apple-stocks:before {
    content: "㮾"
}

.hgi-twotone.hgi-apple-vision-pro:after {
    content: "㮿"
}

.hgi-twotone.hgi-apple-vision-pro:before {
    content: "㯀"
}

.hgi-twotone.hgi-apple:before {
    content: "㯁"
}

.hgi-twotone.hgi-approximately-equal-circle:after {
    content: "㯂"
}

.hgi-twotone.hgi-approximately-equal-circle:before {
    content: "㯃"
}

.hgi-twotone.hgi-approximately-equal:after {
    content: "㯄"
}

.hgi-twotone.hgi-approximately-equal-square:after {
    content: "㯅"
}

.hgi-twotone.hgi-approximately-equal-square:before {
    content: "㯆"
}

.hgi-twotone.hgi-approximately-equal:before {
    content: "㯇"
}

.hgi-twotone.hgi-apricot:after {
    content: "㯈"
}

.hgi-twotone.hgi-apricot:before {
    content: "㯉"
}

.hgi-twotone.hgi-apron:after {
    content: "㯊"
}

.hgi-twotone.hgi-apron:before {
    content: "㯋"
}

.hgi-twotone.hgi-arc-browser:after {
    content: "㯌"
}

.hgi-twotone.hgi-arc-browser:before {
    content: "㯍"
}

.hgi-twotone.hgi-archer:after {
    content: "㯎"
}

.hgi-twotone.hgi-archer:before {
    content: "㯏"
}

.hgi-twotone.hgi-archive-01:after {
    content: "㯐"
}

.hgi-twotone.hgi-archive-01:before {
    content: "㯑"
}

.hgi-twotone.hgi-archive-02:after {
    content: "㯒"
}

.hgi-twotone.hgi-archive-02:before {
    content: "㯓"
}

.hgi-twotone.hgi-archive:after {
    content: "㯔"
}

.hgi-twotone.hgi-archive:before {
    content: "㯕"
}

.hgi-twotone.hgi-armored-boot:after {
    content: "㯖"
}

.hgi-twotone.hgi-armored-boot:before {
    content: "㯗"
}

.hgi-twotone.hgi-arrange-by-letters-a-z:after {
    content: "㯘"
}

.hgi-twotone.hgi-arrange-by-letters-a-z:before {
    content: "㯙"
}

.hgi-twotone.hgi-arrange-by-letters-z-a:after {
    content: "㯚"
}

.hgi-twotone.hgi-arrange-by-letters-z-a:before {
    content: "㯛"
}

.hgi-twotone.hgi-arrange-by-numbers-1-9:after {
    content: "㯜"
}

.hgi-twotone.hgi-arrange-by-numbers-1-9:before {
    content: "㯝"
}

.hgi-twotone.hgi-arrange-by-numbers-9-1:after {
    content: "㯞"
}

.hgi-twotone.hgi-arrange-by-numbers-9-1:before {
    content: "㯟"
}

.hgi-twotone.hgi-arrange:after {
    content: "㯠"
}

.hgi-twotone.hgi-arrange:before {
    content: "㯡"
}

.hgi-twotone.hgi-arrow-all-direction:after {
    content: "㯢"
}

.hgi-twotone.hgi-arrow-all-direction:before {
    content: "㯣"
}

.hgi-twotone.hgi-arrow-data-transfer-diagonal:after {
    content: "㯤"
}

.hgi-twotone.hgi-arrow-data-transfer-diagonal:before {
    content: "㯥"
}

.hgi-twotone.hgi-arrow-data-transfer-horizontal:after {
    content: "㯦"
}

.hgi-twotone.hgi-arrow-data-transfer-horizontal:before {
    content: "㯧"
}

.hgi-twotone.hgi-arrow-data-transfer-vertical:after {
    content: "㯨"
}

.hgi-twotone.hgi-arrow-data-transfer-vertical:before {
    content: "㯩"
}

.hgi-twotone.hgi-arrow-diagonal:after {
    content: "㯪"
}

.hgi-twotone.hgi-arrow-diagonal:before {
    content: "㯫"
}

.hgi-twotone.hgi-arrow-down-01:after {
    content: "㯬"
}

.hgi-twotone.hgi-arrow-down-01:before {
    content: "㯭"
}

.hgi-twotone.hgi-arrow-down-02:after {
    content: "㯮"
}

.hgi-twotone.hgi-arrow-down-02:before {
    content: "㯯"
}

.hgi-twotone.hgi-arrow-down-03:after {
    content: "㯰"
}

.hgi-twotone.hgi-arrow-down-03:before {
    content: "㯱"
}

.hgi-twotone.hgi-arrow-down-04:after {
    content: "㯲"
}

.hgi-twotone.hgi-arrow-down-04:before {
    content: "㯳"
}

.hgi-twotone.hgi-arrow-down-05:after {
    content: "㯴"
}

.hgi-twotone.hgi-arrow-down-05:before {
    content: "㯵"
}

.hgi-twotone.hgi-arrow-down-double:after {
    content: "㯶"
}

.hgi-twotone.hgi-arrow-down-double:before {
    content: "㯷"
}

.hgi-twotone.hgi-arrow-down-left-01:after {
    content: "㯸"
}

.hgi-twotone.hgi-arrow-down-left-01:before {
    content: "㯹"
}

.hgi-twotone.hgi-arrow-down-left-02:after {
    content: "㯺"
}

.hgi-twotone.hgi-arrow-down-left-02:before {
    content: "㯻"
}

.hgi-twotone.hgi-arrow-down-right-01:after {
    content: "㯼"
}

.hgi-twotone.hgi-arrow-down-right-01:before {
    content: "㯽"
}

.hgi-twotone.hgi-arrow-down-right-02:after {
    content: "㯾"
}

.hgi-twotone.hgi-arrow-down-right-02:before {
    content: "㯿"
}

.hgi-twotone.hgi-arrow-expand-01:after {
    content: "㰀"
}

.hgi-twotone.hgi-arrow-expand-01:before {
    content: "㰁"
}

.hgi-twotone.hgi-arrow-expand-02:after {
    content: "㰂"
}

.hgi-twotone.hgi-arrow-expand-02:before {
    content: "㰃"
}

.hgi-twotone.hgi-arrow-expand-diagonal-01:after {
    content: "㰄"
}

.hgi-twotone.hgi-arrow-expand-diagonal-01:before {
    content: "㰅"
}

.hgi-twotone.hgi-arrow-expand-diagonal-02:after {
    content: "㰆"
}

.hgi-twotone.hgi-arrow-expand-diagonal-02:before {
    content: "㰇"
}

.hgi-twotone.hgi-arrow-expand:after {
    content: "㰈"
}

.hgi-twotone.hgi-arrow-expand:before {
    content: "㰉"
}

.hgi-twotone.hgi-arrow-horizontal:after {
    content: "㰊"
}

.hgi-twotone.hgi-arrow-horizontal:before {
    content: "㰋"
}

.hgi-twotone.hgi-arrow-left-01:after {
    content: "㰌"
}

.hgi-twotone.hgi-arrow-left-01:before {
    content: "㰍"
}

.hgi-twotone.hgi-arrow-left-02:after {
    content: "㰎"
}

.hgi-twotone.hgi-arrow-left-02:before {
    content: "㰏"
}

.hgi-twotone.hgi-arrow-left-03:after {
    content: "㰐"
}

.hgi-twotone.hgi-arrow-left-03:before {
    content: "㰑"
}

.hgi-twotone.hgi-arrow-left-04:after {
    content: "㰒"
}

.hgi-twotone.hgi-arrow-left-04:before {
    content: "㰓"
}

.hgi-twotone.hgi-arrow-left-05:after {
    content: "㰔"
}

.hgi-twotone.hgi-arrow-left-05:before {
    content: "㰕"
}

.hgi-twotone.hgi-arrow-left-double:after {
    content: "㰖"
}

.hgi-twotone.hgi-arrow-left-double:before {
    content: "㰗"
}

.hgi-twotone.hgi-arrow-left-right:after {
    content: "㰘"
}

.hgi-twotone.hgi-arrow-left-right:before {
    content: "㰙"
}

.hgi-twotone.hgi-arrow-move-down-left:after {
    content: "㰚"
}

.hgi-twotone.hgi-arrow-move-down-left:before {
    content: "㰛"
}

.hgi-twotone.hgi-arrow-move-down-right:after {
    content: "㰜"
}

.hgi-twotone.hgi-arrow-move-down-right:before {
    content: "㰝"
}

.hgi-twotone.hgi-arrow-move-left-down:after {
    content: "㰞"
}

.hgi-twotone.hgi-arrow-move-left-down:before {
    content: "㰟"
}

.hgi-twotone.hgi-arrow-move-right-down:after {
    content: "㰠"
}

.hgi-twotone.hgi-arrow-move-right-down:before {
    content: "㰡"
}

.hgi-twotone.hgi-arrow-move-up-left:after {
    content: "㰢"
}

.hgi-twotone.hgi-arrow-move-up-left:before {
    content: "㰣"
}

.hgi-twotone.hgi-arrow-move-up-right:after {
    content: "㰤"
}

.hgi-twotone.hgi-arrow-move-up-right:before {
    content: "㰥"
}

.hgi-twotone.hgi-arrow-reload-horizontal:after {
    content: "㰦"
}

.hgi-twotone.hgi-arrow-reload-horizontal:before {
    content: "㰧"
}

.hgi-twotone.hgi-arrow-reload-vertical:after {
    content: "㰨"
}

.hgi-twotone.hgi-arrow-reload-vertical:before {
    content: "㰩"
}

.hgi-twotone.hgi-arrow-right-01:after {
    content: "㰪"
}

.hgi-twotone.hgi-arrow-right-01:before {
    content: "㰫"
}

.hgi-twotone.hgi-arrow-right-02:after {
    content: "㰬"
}

.hgi-twotone.hgi-arrow-right-02:before {
    content: "㰭"
}

.hgi-twotone.hgi-arrow-right-03:after {
    content: "㰮"
}

.hgi-twotone.hgi-arrow-right-03:before {
    content: "㰯"
}

.hgi-twotone.hgi-arrow-right-04:after {
    content: "㰰"
}

.hgi-twotone.hgi-arrow-right-04:before {
    content: "㰱"
}

.hgi-twotone.hgi-arrow-right-05:after {
    content: "㰲"
}

.hgi-twotone.hgi-arrow-right-05:before {
    content: "㰳"
}

.hgi-twotone.hgi-arrow-right-double:after {
    content: "㰴"
}

.hgi-twotone.hgi-arrow-right-double:before {
    content: "㰵"
}

.hgi-twotone.hgi-arrow-shrink-01:after {
    content: "㰶"
}

.hgi-twotone.hgi-arrow-shrink-01:before {
    content: "㰷"
}

.hgi-twotone.hgi-arrow-shrink-02:after {
    content: "㰸"
}

.hgi-twotone.hgi-arrow-shrink-02:before {
    content: "㰹"
}

.hgi-twotone.hgi-arrow-shrink:after {
    content: "㰺"
}

.hgi-twotone.hgi-arrow-shrink:before {
    content: "㰻"
}

.hgi-twotone.hgi-arrow-turn-backward:after {
    content: "㰼"
}

.hgi-twotone.hgi-arrow-turn-backward:before {
    content: "㰽"
}

.hgi-twotone.hgi-arrow-turn-down:after {
    content: "㰾"
}

.hgi-twotone.hgi-arrow-turn-down:before {
    content: "㰿"
}

.hgi-twotone.hgi-arrow-turn-forward:after {
    content: "㱀"
}

.hgi-twotone.hgi-arrow-turn-forward:before {
    content: "㱁"
}

.hgi-twotone.hgi-arrow-turn-up:after {
    content: "㱂"
}

.hgi-twotone.hgi-arrow-turn-up:before {
    content: "㱃"
}

.hgi-twotone.hgi-arrow-up-01:after {
    content: "㱄"
}

.hgi-twotone.hgi-arrow-up-01:before {
    content: "㱅"
}

.hgi-twotone.hgi-arrow-up-02:after {
    content: "㱆"
}

.hgi-twotone.hgi-arrow-up-02:before {
    content: "㱇"
}

.hgi-twotone.hgi-arrow-up-03:after {
    content: "㱈"
}

.hgi-twotone.hgi-arrow-up-03:before {
    content: "㱉"
}

.hgi-twotone.hgi-arrow-up-04:after {
    content: "㱊"
}

.hgi-twotone.hgi-arrow-up-04:before {
    content: "㱋"
}

.hgi-twotone.hgi-arrow-up-05:after {
    content: "㱌"
}

.hgi-twotone.hgi-arrow-up-05:before {
    content: "㱍"
}

.hgi-twotone.hgi-arrow-up-double:after {
    content: "㱎"
}

.hgi-twotone.hgi-arrow-up-double:before {
    content: "㱏"
}

.hgi-twotone.hgi-arrow-up-down:after {
    content: "㱐"
}

.hgi-twotone.hgi-arrow-up-down:before {
    content: "㱑"
}

.hgi-twotone.hgi-arrow-up-left-01:after {
    content: "㱒"
}

.hgi-twotone.hgi-arrow-up-left-01:before {
    content: "㱓"
}

.hgi-twotone.hgi-arrow-up-left-02:after {
    content: "㱔"
}

.hgi-twotone.hgi-arrow-up-left-02:before {
    content: "㱕"
}

.hgi-twotone.hgi-arrow-up-right-01:after {
    content: "㱖"
}

.hgi-twotone.hgi-arrow-up-right-01:before {
    content: "㱗"
}

.hgi-twotone.hgi-arrow-up-right-02:after {
    content: "㱘"
}

.hgi-twotone.hgi-arrow-up-right-02:before {
    content: "㱙"
}

.hgi-twotone.hgi-arrow-vertical:after {
    content: "㱚"
}

.hgi-twotone.hgi-arrow-vertical:before {
    content: "㱛"
}

.hgi-twotone.hgi-artboard:after {
    content: "㱜"
}

.hgi-twotone.hgi-artboard-tool:after {
    content: "㱝"
}

.hgi-twotone.hgi-artboard-tool:before {
    content: "㱞"
}

.hgi-twotone.hgi-artboard:before {
    content: "㱟"
}

.hgi-twotone.hgi-artificial-intelligence-01:after {
    content: "㱠"
}

.hgi-twotone.hgi-artificial-intelligence-01:before {
    content: "㱡"
}

.hgi-twotone.hgi-artificial-intelligence-02:after {
    content: "㱢"
}

.hgi-twotone.hgi-artificial-intelligence-02:before {
    content: "㱣"
}

.hgi-twotone.hgi-artificial-intelligence-03:after {
    content: "㱤"
}

.hgi-twotone.hgi-artificial-intelligence-03:before {
    content: "㱥"
}

.hgi-twotone.hgi-artificial-intelligence-04:after {
    content: "㱦"
}

.hgi-twotone.hgi-artificial-intelligence-04:before {
    content: "㱧"
}

.hgi-twotone.hgi-artificial-intelligence-05:after {
    content: "㱨"
}

.hgi-twotone.hgi-artificial-intelligence-05:before {
    content: "㱩"
}

.hgi-twotone.hgi-artificial-intelligence-06:after {
    content: "㱪"
}

.hgi-twotone.hgi-artificial-intelligence-06:before {
    content: "㱫"
}

.hgi-twotone.hgi-artificial-intelligence-07:after {
    content: "㱬"
}

.hgi-twotone.hgi-artificial-intelligence-07:before {
    content: "㱭"
}

.hgi-twotone.hgi-aspect-ratio:after {
    content: "㱮"
}

.hgi-twotone.hgi-aspect-ratio:before {
    content: "㱯"
}

.hgi-twotone.hgi-assignments:after {
    content: "㱰"
}

.hgi-twotone.hgi-assignments:before {
    content: "㱱"
}

.hgi-twotone.hgi-asteroid-01:after {
    content: "㱲"
}

.hgi-twotone.hgi-asteroid-01:before {
    content: "㱳"
}

.hgi-twotone.hgi-asteroid-02:after {
    content: "㱴"
}

.hgi-twotone.hgi-asteroid-02:before {
    content: "㱵"
}

.hgi-twotone.hgi-astronaut-01:after {
    content: "㱶"
}

.hgi-twotone.hgi-astronaut-01:before {
    content: "㱷"
}

.hgi-twotone.hgi-astronaut-02:after {
    content: "㱸"
}

.hgi-twotone.hgi-astronaut-02:before {
    content: "㱹"
}

.hgi-twotone.hgi-at:after {
    content: "㱺"
}

.hgi-twotone.hgi-at:before {
    content: "㱻"
}

.hgi-twotone.hgi-atm-01:after {
    content: "㱼"
}

.hgi-twotone.hgi-atm-01:before {
    content: "㱽"
}

.hgi-twotone.hgi-atm-02:after {
    content: "㱾"
}

.hgi-twotone.hgi-atm-02:before {
    content: "㱿"
}

.hgi-twotone.hgi-atom-01:after {
    content: "㲀"
}

.hgi-twotone.hgi-atom-01:before {
    content: "㲁"
}

.hgi-twotone.hgi-atom-02:after {
    content: "㲂"
}

.hgi-twotone.hgi-atom-02:before {
    content: "㲃"
}

.hgi-twotone.hgi-atomic-power:after {
    content: "㲄"
}

.hgi-twotone.hgi-atomic-power:before {
    content: "㲅"
}

.hgi-twotone.hgi-attachment-01:after {
    content: "㲆"
}

.hgi-twotone.hgi-attachment-01:before {
    content: "㲇"
}

.hgi-twotone.hgi-attachment-02:after {
    content: "㲈"
}

.hgi-twotone.hgi-attachment-02:before {
    content: "㲉"
}

.hgi-twotone.hgi-attachment-circle:after {
    content: "㲊"
}

.hgi-twotone.hgi-attachment-circle:before {
    content: "㲋"
}

.hgi-twotone.hgi-attachment:after {
    content: "㲌"
}

.hgi-twotone.hgi-attachment-square:after {
    content: "㲍"
}

.hgi-twotone.hgi-attachment-square:before {
    content: "㲎"
}

.hgi-twotone.hgi-attachment:before {
    content: "㲏"
}

.hgi-twotone.hgi-auction:after {
    content: "㲐"
}

.hgi-twotone.hgi-auction:before {
    content: "㲑"
}

.hgi-twotone.hgi-audio-book-01:after {
    content: "㲒"
}

.hgi-twotone.hgi-audio-book-01:before {
    content: "㲓"
}

.hgi-twotone.hgi-audio-book-02:after {
    content: "㲔"
}

.hgi-twotone.hgi-audio-book-02:before {
    content: "㲕"
}

.hgi-twotone.hgi-audio-book-03:after {
    content: "㲖"
}

.hgi-twotone.hgi-audio-book-03:before {
    content: "㲗"
}

.hgi-twotone.hgi-audio-book-04:after {
    content: "㲘"
}

.hgi-twotone.hgi-audio-book-04:before {
    content: "㲙"
}

.hgi-twotone.hgi-audit-01:after {
    content: "㲚"
}

.hgi-twotone.hgi-audit-01:before {
    content: "㲛"
}

.hgi-twotone.hgi-audit-02:after {
    content: "㲜"
}

.hgi-twotone.hgi-audit-02:before {
    content: "㲝"
}

.hgi-twotone.hgi-augmented-reality-ar:after {
    content: "㲞"
}

.hgi-twotone.hgi-augmented-reality-ar:before {
    content: "㲟"
}

.hgi-twotone.hgi-authorized:after {
    content: "㲠"
}

.hgi-twotone.hgi-authorized:before {
    content: "㲡"
}

.hgi-twotone.hgi-auto-conversations:after {
    content: "㲢"
}

.hgi-twotone.hgi-auto-conversations:before {
    content: "㲣"
}

.hgi-twotone.hgi-automotive-battery-01:after {
    content: "㲤"
}

.hgi-twotone.hgi-automotive-battery-01:before {
    content: "㲥"
}

.hgi-twotone.hgi-automotive-battery-02:after {
    content: "㲦"
}

.hgi-twotone.hgi-automotive-battery-02:before {
    content: "㲧"
}

.hgi-twotone.hgi-avalanche:after {
    content: "㲨"
}

.hgi-twotone.hgi-avalanche:before {
    content: "㲩"
}

.hgi-twotone.hgi-avocado:after {
    content: "㲪"
}

.hgi-twotone.hgi-avocado:before {
    content: "㲫"
}

.hgi-twotone.hgi-award-01:after {
    content: "㲬"
}

.hgi-twotone.hgi-award-01:before {
    content: "㲭"
}

.hgi-twotone.hgi-award-02:after {
    content: "㲮"
}

.hgi-twotone.hgi-award-02:before {
    content: "㲯"
}

.hgi-twotone.hgi-award-03:after {
    content: "㲰"
}

.hgi-twotone.hgi-award-03:before {
    content: "㲱"
}

.hgi-twotone.hgi-award-04:after {
    content: "㲲"
}

.hgi-twotone.hgi-award-04:before {
    content: "㲳"
}

.hgi-twotone.hgi-award-05:after {
    content: "㲴"
}

.hgi-twotone.hgi-award-05:before {
    content: "㲵"
}

.hgi-twotone.hgi-baby-01:after {
    content: "㲶"
}

.hgi-twotone.hgi-baby-01:before {
    content: "㲷"
}

.hgi-twotone.hgi-baby-02:after {
    content: "㲸"
}

.hgi-twotone.hgi-baby-02:before {
    content: "㲹"
}

.hgi-twotone.hgi-baby-bed-01:after {
    content: "㲺"
}

.hgi-twotone.hgi-baby-bed-01:before {
    content: "㲻"
}

.hgi-twotone.hgi-baby-bed-02:after {
    content: "㲼"
}

.hgi-twotone.hgi-baby-bed-02:before {
    content: "㲽"
}

.hgi-twotone.hgi-baby-bottle:after {
    content: "㲾"
}

.hgi-twotone.hgi-baby-bottle:before {
    content: "㲿"
}

.hgi-twotone.hgi-baby-boy-dress:after {
    content: "㳀"
}

.hgi-twotone.hgi-baby-boy-dress:before {
    content: "㳁"
}

.hgi-twotone.hgi-baby-girl-dress:after {
    content: "㳂"
}

.hgi-twotone.hgi-baby-girl-dress:before {
    content: "㳃"
}

.hgi-twotone.hgi-backpack-01:after {
    content: "㳄"
}

.hgi-twotone.hgi-backpack-01:before {
    content: "㳅"
}

.hgi-twotone.hgi-backpack-02:after {
    content: "㳆"
}

.hgi-twotone.hgi-backpack-02:before {
    content: "㳇"
}

.hgi-twotone.hgi-backpack-03:after {
    content: "㳈"
}

.hgi-twotone.hgi-backpack-03:before {
    content: "㳉"
}

.hgi-twotone.hgi-backward-01:after {
    content: "㳊"
}

.hgi-twotone.hgi-backward-01:before {
    content: "㳋"
}

.hgi-twotone.hgi-backward-02:after {
    content: "㳌"
}

.hgi-twotone.hgi-backward-02:before {
    content: "㳍"
}

.hgi-twotone.hgi-bacteria:after {
    content: "㳎"
}

.hgi-twotone.hgi-bacteria:before {
    content: "㳏"
}

.hgi-twotone.hgi-badminton:after {
    content: "㳐"
}

.hgi-twotone.hgi-badminton-shuttle:after {
    content: "㳑"
}

.hgi-twotone.hgi-badminton-shuttle:before {
    content: "㳒"
}

.hgi-twotone.hgi-badminton:before {
    content: "㳓"
}

.hgi-twotone.hgi-banana:after {
    content: "㳔"
}

.hgi-twotone.hgi-banana:before {
    content: "㳕"
}

.hgi-twotone.hgi-bandage:after {
    content: "㳖"
}

.hgi-twotone.hgi-bandage:before {
    content: "㳗"
}

.hgi-twotone.hgi-bank:after {
    content: "㳘"
}

.hgi-twotone.hgi-bank:before {
    content: "㳙"
}

.hgi-twotone.hgi-bar-code-01:after {
    content: "㳚"
}

.hgi-twotone.hgi-bar-code-01:before {
    content: "㳛"
}

.hgi-twotone.hgi-bar-code-02:after {
    content: "㳜"
}

.hgi-twotone.hgi-bar-code-02:before {
    content: "㳝"
}

.hgi-twotone.hgi-barns:after {
    content: "㳞"
}

.hgi-twotone.hgi-barns:before {
    content: "㳟"
}

.hgi-twotone.hgi-baseball-bat:after {
    content: "㳠"
}

.hgi-twotone.hgi-baseball-bat:before {
    content: "㳡"
}

.hgi-twotone.hgi-baseball-helmet:after {
    content: "㳢"
}

.hgi-twotone.hgi-baseball-helmet:before {
    content: "㳣"
}

.hgi-twotone.hgi-baseball:after {
    content: "㳤"
}

.hgi-twotone.hgi-baseball:before {
    content: "㳥"
}

.hgi-twotone.hgi-basketball-01:after {
    content: "㳦"
}

.hgi-twotone.hgi-basketball-01:before {
    content: "㳧"
}

.hgi-twotone.hgi-basketball-02:after {
    content: "㳨"
}

.hgi-twotone.hgi-basketball-02:before {
    content: "㳩"
}

.hgi-twotone.hgi-basketball-hoop:after {
    content: "㳪"
}

.hgi-twotone.hgi-basketball-hoop:before {
    content: "㳫"
}

.hgi-twotone.hgi-bathtub-01:after {
    content: "㳬"
}

.hgi-twotone.hgi-bathtub-01:before {
    content: "㳭"
}

.hgi-twotone.hgi-bathtub-02:after {
    content: "㳮"
}

.hgi-twotone.hgi-bathtub-02:before {
    content: "㳯"
}

.hgi-twotone.hgi-batteries-energy:after {
    content: "㳰"
}

.hgi-twotone.hgi-batteries-energy:before {
    content: "㳱"
}

.hgi-twotone.hgi-battery-charging-01:after {
    content: "㳲"
}

.hgi-twotone.hgi-battery-charging-01:before {
    content: "㳳"
}

.hgi-twotone.hgi-battery-charging-02:after {
    content: "㳴"
}

.hgi-twotone.hgi-battery-charging-02:before {
    content: "㳵"
}

.hgi-twotone.hgi-battery-eco-charging:after {
    content: "㳶"
}

.hgi-twotone.hgi-battery-eco-charging:before {
    content: "㳷"
}

.hgi-twotone.hgi-battery-empty:after {
    content: "㳸"
}

.hgi-twotone.hgi-battery-empty:before {
    content: "㳹"
}

.hgi-twotone.hgi-battery-full:after {
    content: "㳺"
}

.hgi-twotone.hgi-battery-full:before {
    content: "㳻"
}

.hgi-twotone.hgi-battery-low:after {
    content: "㳼"
}

.hgi-twotone.hgi-battery-low:before {
    content: "㳽"
}

.hgi-twotone.hgi-battery-medium-01:after {
    content: "㳾"
}

.hgi-twotone.hgi-battery-medium-01:before {
    content: "㳿"
}

.hgi-twotone.hgi-battery-medium-02:after {
    content: "㴀"
}

.hgi-twotone.hgi-battery-medium-02:before {
    content: "㴁"
}

.hgi-twotone.hgi-bbq-grill:after {
    content: "㴂"
}

.hgi-twotone.hgi-bbq-grill:before {
    content: "㴃"
}

.hgi-twotone.hgi-beach-02:after {
    content: "㴄"
}

.hgi-twotone.hgi-beach-02:before {
    content: "㴅"
}

.hgi-twotone.hgi-beach:after {
    content: "㴆"
}

.hgi-twotone.hgi-beach:before {
    content: "㴇"
}

.hgi-twotone.hgi-beater:after {
    content: "㴈"
}

.hgi-twotone.hgi-beater:before {
    content: "㴉"
}

.hgi-twotone.hgi-bebo:after {
    content: "㴊"
}

.hgi-twotone.hgi-bebo:before {
    content: "㴋"
}

.hgi-twotone.hgi-bed-bunk:after {
    content: "㴌"
}

.hgi-twotone.hgi-bed-bunk:before {
    content: "㴍"
}

.hgi-twotone.hgi-bed-double:after {
    content: "㴎"
}

.hgi-twotone.hgi-bed-double:before {
    content: "㴏"
}

.hgi-twotone.hgi-bed:after {
    content: "㴐"
}

.hgi-twotone.hgi-bed-single-01:after {
    content: "㴑"
}

.hgi-twotone.hgi-bed-single-01:before {
    content: "㴒"
}

.hgi-twotone.hgi-bed-single-02:after {
    content: "㴓"
}

.hgi-twotone.hgi-bed-single-02:before {
    content: "㴔"
}

.hgi-twotone.hgi-bed:before {
    content: "㴕"
}

.hgi-twotone.hgi-bedug-01:after {
    content: "㴖"
}

.hgi-twotone.hgi-bedug-01:before {
    content: "㴗"
}

.hgi-twotone.hgi-bedug-02:after {
    content: "㴘"
}

.hgi-twotone.hgi-bedug-02:before {
    content: "㴙"
}

.hgi-twotone.hgi-behance-01:after {
    content: "㴚"
}

.hgi-twotone.hgi-behance-01:before {
    content: "㴛"
}

.hgi-twotone.hgi-behance-02:after {
    content: "㴜"
}

.hgi-twotone.hgi-behance-02:before {
    content: "㴝"
}

.hgi-twotone.hgi-belt:after {
    content: "㴞"
}

.hgi-twotone.hgi-belt:before {
    content: "㴟"
}

.hgi-twotone.hgi-bend-tool:after {
    content: "㴠"
}

.hgi-twotone.hgi-bend-tool:before {
    content: "㴡"
}

.hgi-twotone.hgi-berlin:after {
    content: "㴢"
}

.hgi-twotone.hgi-berlin-tower:after {
    content: "㴣"
}

.hgi-twotone.hgi-berlin-tower:before {
    content: "㴤"
}

.hgi-twotone.hgi-berlin:before {
    content: "㴥"
}

.hgi-twotone.hgi-beta:after {
    content: "㴦"
}

.hgi-twotone.hgi-beta:before {
    content: "㴧"
}

.hgi-twotone.hgi-bicycle-01:after {
    content: "㴨"
}

.hgi-twotone.hgi-bicycle-01:before {
    content: "㴩"
}

.hgi-twotone.hgi-bicycle:after {
    content: "㴪"
}

.hgi-twotone.hgi-bicycle:before {
    content: "㴫"
}

.hgi-twotone.hgi-billiard-01:after {
    content: "㴬"
}

.hgi-twotone.hgi-billiard-01:before {
    content: "㴭"
}

.hgi-twotone.hgi-billiard-02:after {
    content: "㴮"
}

.hgi-twotone.hgi-billiard-02:before {
    content: "㴯"
}

.hgi-twotone.hgi-binary-code:after {
    content: "㴰"
}

.hgi-twotone.hgi-binary-code:before {
    content: "㴱"
}

.hgi-twotone.hgi-bing:after {
    content: "㴲"
}

.hgi-twotone.hgi-bing:before {
    content: "㴳"
}

.hgi-twotone.hgi-bio-energy:after {
    content: "㴴"
}

.hgi-twotone.hgi-bio-energy:before {
    content: "㴵"
}

.hgi-twotone.hgi-biomass-energy:after {
    content: "㴶"
}

.hgi-twotone.hgi-biomass-energy:before {
    content: "㴷"
}

.hgi-twotone.hgi-biometric-access:after {
    content: "㴸"
}

.hgi-twotone.hgi-biometric-access:before {
    content: "㴹"
}

.hgi-twotone.hgi-biometric-device:after {
    content: "㴺"
}

.hgi-twotone.hgi-biometric-device:before {
    content: "㴻"
}

.hgi-twotone.hgi-birthday-cake:after {
    content: "㴼"
}

.hgi-twotone.hgi-birthday-cake:before {
    content: "㴽"
}

.hgi-twotone.hgi-biscuit:after {
    content: "㴾"
}

.hgi-twotone.hgi-biscuit:before {
    content: "㴿"
}

.hgi-twotone.hgi-bitcoin-01:after {
    content: "㵀"
}

.hgi-twotone.hgi-bitcoin-01:before {
    content: "㵁"
}

.hgi-twotone.hgi-bitcoin-02:after {
    content: "㵂"
}

.hgi-twotone.hgi-bitcoin-02:before {
    content: "㵃"
}

.hgi-twotone.hgi-bitcoin-03:after {
    content: "㵄"
}

.hgi-twotone.hgi-bitcoin-03:before {
    content: "㵅"
}

.hgi-twotone.hgi-bitcoin-04:after {
    content: "㵆"
}

.hgi-twotone.hgi-bitcoin-04:before {
    content: "㵇"
}

.hgi-twotone.hgi-bitcoin-bag:after {
    content: "㵈"
}

.hgi-twotone.hgi-bitcoin-bag:before {
    content: "㵉"
}

.hgi-twotone.hgi-bitcoin-circle:after {
    content: "㵊"
}

.hgi-twotone.hgi-bitcoin-circle:before {
    content: "㵋"
}

.hgi-twotone.hgi-bitcoin-cloud:after {
    content: "㵌"
}

.hgi-twotone.hgi-bitcoin-cloud:before {
    content: "㵍"
}

.hgi-twotone.hgi-bitcoin-cpu:after {
    content: "㵎"
}

.hgi-twotone.hgi-bitcoin-cpu:before {
    content: "㵏"
}

.hgi-twotone.hgi-bitcoin-credit-card:after {
    content: "㵐"
}

.hgi-twotone.hgi-bitcoin-credit-card:before {
    content: "㵑"
}

.hgi-twotone.hgi-bitcoin-database:after {
    content: "㵒"
}

.hgi-twotone.hgi-bitcoin-database:before {
    content: "㵓"
}

.hgi-twotone.hgi-bitcoin-down-01:after {
    content: "㵔"
}

.hgi-twotone.hgi-bitcoin-down-01:before {
    content: "㵕"
}

.hgi-twotone.hgi-bitcoin-down-02:after {
    content: "㵖"
}

.hgi-twotone.hgi-bitcoin-down-02:before {
    content: "㵗"
}

.hgi-twotone.hgi-bitcoin-ellipse:after {
    content: "㵘"
}

.hgi-twotone.hgi-bitcoin-ellipse:before {
    content: "㵙"
}

.hgi-twotone.hgi-bitcoin-eye:after {
    content: "㵚"
}

.hgi-twotone.hgi-bitcoin-eye:before {
    content: "㵛"
}

.hgi-twotone.hgi-bitcoin-filter:after {
    content: "㵜"
}

.hgi-twotone.hgi-bitcoin-filter:before {
    content: "㵝"
}

.hgi-twotone.hgi-bitcoin-flashdisk:after {
    content: "㵞"
}

.hgi-twotone.hgi-bitcoin-flashdisk:before {
    content: "㵟"
}

.hgi-twotone.hgi-bitcoin-graph:after {
    content: "㵠"
}

.hgi-twotone.hgi-bitcoin-graph:before {
    content: "㵡"
}

.hgi-twotone.hgi-bitcoin-invoice:after {
    content: "㵢"
}

.hgi-twotone.hgi-bitcoin-invoice:before {
    content: "㵣"
}

.hgi-twotone.hgi-bitcoin-key:after {
    content: "㵤"
}

.hgi-twotone.hgi-bitcoin-key:before {
    content: "㵥"
}

.hgi-twotone.hgi-bitcoin-location:after {
    content: "㵦"
}

.hgi-twotone.hgi-bitcoin-location:before {
    content: "㵧"
}

.hgi-twotone.hgi-bitcoin-lock:after {
    content: "㵨"
}

.hgi-twotone.hgi-bitcoin-lock:before {
    content: "㵩"
}

.hgi-twotone.hgi-bitcoin-mail:after {
    content: "㵪"
}

.hgi-twotone.hgi-bitcoin-mail:before {
    content: "㵫"
}

.hgi-twotone.hgi-bitcoin-mind:after {
    content: "㵬"
}

.hgi-twotone.hgi-bitcoin-mind:before {
    content: "㵭"
}

.hgi-twotone.hgi-bitcoin-money-01:after {
    content: "㵮"
}

.hgi-twotone.hgi-bitcoin-money-01:before {
    content: "㵯"
}

.hgi-twotone.hgi-bitcoin-money-02:after {
    content: "㵰"
}

.hgi-twotone.hgi-bitcoin-money-02:before {
    content: "㵱"
}

.hgi-twotone.hgi-bitcoin-pie-chart:after {
    content: "㵲"
}

.hgi-twotone.hgi-bitcoin-pie-chart:before {
    content: "㵳"
}

.hgi-twotone.hgi-bitcoin-piggy-bank:after {
    content: "㵴"
}

.hgi-twotone.hgi-bitcoin-piggy-bank:before {
    content: "㵵"
}

.hgi-twotone.hgi-bitcoin-presentation:after {
    content: "㵶"
}

.hgi-twotone.hgi-bitcoin-presentation:before {
    content: "㵷"
}

.hgi-twotone.hgi-bitcoin-receipt:after {
    content: "㵸"
}

.hgi-twotone.hgi-bitcoin-receipt:before {
    content: "㵹"
}

.hgi-twotone.hgi-bitcoin-receive:after {
    content: "㵺"
}

.hgi-twotone.hgi-bitcoin-receive:before {
    content: "㵻"
}

.hgi-twotone.hgi-bitcoin-rectangle:after {
    content: "㵼"
}

.hgi-twotone.hgi-bitcoin-rectangle:before {
    content: "㵽"
}

.hgi-twotone.hgi-bitcoin-safe:after {
    content: "㵾"
}

.hgi-twotone.hgi-bitcoin-safe:before {
    content: "㵿"
}

.hgi-twotone.hgi-bitcoin-search:after {
    content: "㶀"
}

.hgi-twotone.hgi-bitcoin-search:before {
    content: "㶁"
}

.hgi-twotone.hgi-bitcoin:after {
    content: "㶂"
}

.hgi-twotone.hgi-bitcoin-send:after {
    content: "㶃"
}

.hgi-twotone.hgi-bitcoin-send:before {
    content: "㶄"
}

.hgi-twotone.hgi-bitcoin-setting:after {
    content: "㶅"
}

.hgi-twotone.hgi-bitcoin-setting:before {
    content: "㶆"
}

.hgi-twotone.hgi-bitcoin-shield:after {
    content: "㶇"
}

.hgi-twotone.hgi-bitcoin-shield:before {
    content: "㶈"
}

.hgi-twotone.hgi-bitcoin-shopping:after {
    content: "㶉"
}

.hgi-twotone.hgi-bitcoin-shopping:before {
    content: "㶊"
}

.hgi-twotone.hgi-bitcoin-smartphone-01:after {
    content: "㶋"
}

.hgi-twotone.hgi-bitcoin-smartphone-01:before {
    content: "㶌"
}

.hgi-twotone.hgi-bitcoin-smartphone-02:after {
    content: "㶍"
}

.hgi-twotone.hgi-bitcoin-smartphone-02:before {
    content: "㶎"
}

.hgi-twotone.hgi-bitcoin-square:after {
    content: "㶏"
}

.hgi-twotone.hgi-bitcoin-square:before {
    content: "㶐"
}

.hgi-twotone.hgi-bitcoin-store:after {
    content: "㶑"
}

.hgi-twotone.hgi-bitcoin-store:before {
    content: "㶒"
}

.hgi-twotone.hgi-bitcoin-tag:after {
    content: "㶓"
}

.hgi-twotone.hgi-bitcoin-tag:before {
    content: "㶔"
}

.hgi-twotone.hgi-bitcoin-target:after {
    content: "㶕"
}

.hgi-twotone.hgi-bitcoin-target:before {
    content: "㶖"
}

.hgi-twotone.hgi-bitcoin-transaction:after {
    content: "㶗"
}

.hgi-twotone.hgi-bitcoin-transaction:before {
    content: "㶘"
}

.hgi-twotone.hgi-bitcoin-up-01:after {
    content: "㶙"
}

.hgi-twotone.hgi-bitcoin-up-01:before {
    content: "㶚"
}

.hgi-twotone.hgi-bitcoin-up-02:after {
    content: "㶛"
}

.hgi-twotone.hgi-bitcoin-up-02:before {
    content: "㶜"
}

.hgi-twotone.hgi-bitcoin-wallet:after {
    content: "㶝"
}

.hgi-twotone.hgi-bitcoin-wallet:before {
    content: "㶞"
}

.hgi-twotone.hgi-bitcoin-withdraw:after {
    content: "㶟"
}

.hgi-twotone.hgi-bitcoin-withdraw:before {
    content: "㶠"
}

.hgi-twotone.hgi-bitcoin:before {
    content: "㶡"
}

.hgi-twotone.hgi-black-hole-01:after {
    content: "㶢"
}

.hgi-twotone.hgi-black-hole-01:before {
    content: "㶣"
}

.hgi-twotone.hgi-black-hole:after {
    content: "㶤"
}

.hgi-twotone.hgi-black-hole:before {
    content: "㶥"
}

.hgi-twotone.hgi-blend:after {
    content: "㶦"
}

.hgi-twotone.hgi-blend:before {
    content: "㶧"
}

.hgi-twotone.hgi-blender:after {
    content: "㶨"
}

.hgi-twotone.hgi-blender:before {
    content: "㶩"
}

.hgi-twotone.hgi-block-game:after {
    content: "㶪"
}

.hgi-twotone.hgi-block-game:before {
    content: "㶫"
}

.hgi-twotone.hgi-blockchain-01:after {
    content: "㶬"
}

.hgi-twotone.hgi-blockchain-01:before {
    content: "㶭"
}

.hgi-twotone.hgi-blockchain-02:after {
    content: "㶮"
}

.hgi-twotone.hgi-blockchain-02:before {
    content: "㶯"
}

.hgi-twotone.hgi-blockchain-03:after {
    content: "㶰"
}

.hgi-twotone.hgi-blockchain-03:before {
    content: "㶱"
}

.hgi-twotone.hgi-blockchain-04:after {
    content: "㶲"
}

.hgi-twotone.hgi-blockchain-04:before {
    content: "㶳"
}

.hgi-twotone.hgi-blockchain-05:after {
    content: "㶴"
}

.hgi-twotone.hgi-blockchain-05:before {
    content: "㶵"
}

.hgi-twotone.hgi-blockchain-06:after {
    content: "㶶"
}

.hgi-twotone.hgi-blockchain-06:before {
    content: "㶷"
}

.hgi-twotone.hgi-blockchain-07:after {
    content: "㶸"
}

.hgi-twotone.hgi-blockchain-07:before {
    content: "㶹"
}

.hgi-twotone.hgi-blocked:after {
    content: "㶺"
}

.hgi-twotone.hgi-blocked:before {
    content: "㶻"
}

.hgi-twotone.hgi-blogger:after {
    content: "㶼"
}

.hgi-twotone.hgi-blogger:before {
    content: "㶽"
}

.hgi-twotone.hgi-blood-bag:after {
    content: "㶾"
}

.hgi-twotone.hgi-blood-bag:before {
    content: "㶿"
}

.hgi-twotone.hgi-blood-bottle:after {
    content: "㷀"
}

.hgi-twotone.hgi-blood-bottle:before {
    content: "㷁"
}

.hgi-twotone.hgi-blood-pressure:after {
    content: "㷂"
}

.hgi-twotone.hgi-blood-pressure:before {
    content: "㷃"
}

.hgi-twotone.hgi-blood:after {
    content: "㷄"
}

.hgi-twotone.hgi-blood-type:after {
    content: "㷅"
}

.hgi-twotone.hgi-blood-type:before {
    content: "㷆"
}

.hgi-twotone.hgi-blood:before {
    content: "㷇"
}

.hgi-twotone.hgi-bluetooth-circle:after {
    content: "㷈"
}

.hgi-twotone.hgi-bluetooth-circle:before {
    content: "㷉"
}

.hgi-twotone.hgi-bluetooth-not-connected:after {
    content: "㷊"
}

.hgi-twotone.hgi-bluetooth-not-connected:before {
    content: "㷋"
}

.hgi-twotone.hgi-bluetooth-search:after {
    content: "㷌"
}

.hgi-twotone.hgi-bluetooth-search:before {
    content: "㷍"
}

.hgi-twotone.hgi-bluetooth:after {
    content: "㷎"
}

.hgi-twotone.hgi-bluetooth-square:after {
    content: "㷏"
}

.hgi-twotone.hgi-bluetooth-square:before {
    content: "㷐"
}

.hgi-twotone.hgi-bluetooth:before {
    content: "㷑"
}

.hgi-twotone.hgi-blur:after {
    content: "㷒"
}

.hgi-twotone.hgi-blur:before {
    content: "㷓"
}

.hgi-twotone.hgi-blush-brush-01:after {
    content: "㷔"
}

.hgi-twotone.hgi-blush-brush-01:before {
    content: "㷕"
}

.hgi-twotone.hgi-blush-brush-02:after {
    content: "㷖"
}

.hgi-twotone.hgi-blush-brush-02:before {
    content: "㷗"
}

.hgi-twotone.hgi-board-math:after {
    content: "㷘"
}

.hgi-twotone.hgi-board-math:before {
    content: "㷙"
}

.hgi-twotone.hgi-boat:after {
    content: "㷚"
}

.hgi-twotone.hgi-boat:before {
    content: "㷛"
}

.hgi-twotone.hgi-body-armor:after {
    content: "㷜"
}

.hgi-twotone.hgi-body-armor:before {
    content: "㷝"
}

.hgi-twotone.hgi-body-part-leg:after {
    content: "㷞"
}

.hgi-twotone.hgi-body-part-leg:before {
    content: "㷟"
}

.hgi-twotone.hgi-body-part-muscle:after {
    content: "㷠"
}

.hgi-twotone.hgi-body-part-muscle:before {
    content: "㷡"
}

.hgi-twotone.hgi-body-part-six-pack:after {
    content: "㷢"
}

.hgi-twotone.hgi-body-part-six-pack:before {
    content: "㷣"
}

.hgi-twotone.hgi-body-soap:after {
    content: "㷤"
}

.hgi-twotone.hgi-body-soap:before {
    content: "㷥"
}

.hgi-twotone.hgi-body-weight:after {
    content: "㷦"
}

.hgi-twotone.hgi-body-weight:before {
    content: "㷧"
}

.hgi-twotone.hgi-bomb:after {
    content: "㷨"
}

.hgi-twotone.hgi-bomb:before {
    content: "㷩"
}

.hgi-twotone.hgi-bone-01:after {
    content: "㷪"
}

.hgi-twotone.hgi-bone-01:before {
    content: "㷫"
}

.hgi-twotone.hgi-bone-02:after {
    content: "㷬"
}

.hgi-twotone.hgi-bone-02:before {
    content: "㷭"
}

.hgi-twotone.hgi-book-01:after {
    content: "㷮"
}

.hgi-twotone.hgi-book-01:before {
    content: "㷯"
}

.hgi-twotone.hgi-book-02:after {
    content: "㷰"
}

.hgi-twotone.hgi-book-02:before {
    content: "㷱"
}

.hgi-twotone.hgi-book-03:after {
    content: "㷲"
}

.hgi-twotone.hgi-book-03:before {
    content: "㷳"
}

.hgi-twotone.hgi-book-04:after {
    content: "㷴"
}

.hgi-twotone.hgi-book-04:before {
    content: "㷵"
}

.hgi-twotone.hgi-book-bookmark-01:after {
    content: "㷶"
}

.hgi-twotone.hgi-book-bookmark-01:before {
    content: "㷷"
}

.hgi-twotone.hgi-book-bookmark-02:after {
    content: "㷸"
}

.hgi-twotone.hgi-book-bookmark-02:before {
    content: "㷹"
}

.hgi-twotone.hgi-book-download:after {
    content: "㷺"
}

.hgi-twotone.hgi-book-download:before {
    content: "㷻"
}

.hgi-twotone.hgi-book-edit:after {
    content: "㷼"
}

.hgi-twotone.hgi-book-edit:before {
    content: "㷽"
}

.hgi-twotone.hgi-book-open-01:after {
    content: "㷾"
}

.hgi-twotone.hgi-book-open-01:before {
    content: "㷿"
}

.hgi-twotone.hgi-book-open-02:after {
    content: "㸀"
}

.hgi-twotone.hgi-book-open-02:before {
    content: "㸁"
}

.hgi-twotone.hgi-book-upload:after {
    content: "㸂"
}

.hgi-twotone.hgi-book-upload:before {
    content: "㸃"
}

.hgi-twotone.hgi-bookmark-01:after {
    content: "㸄"
}

.hgi-twotone.hgi-bookmark-01:before {
    content: "㸅"
}

.hgi-twotone.hgi-bookmark-02:after {
    content: "㸆"
}

.hgi-twotone.hgi-bookmark-02:before {
    content: "㸇"
}

.hgi-twotone.hgi-bookmark-03:after {
    content: "㸈"
}

.hgi-twotone.hgi-bookmark-03:before {
    content: "㸉"
}

.hgi-twotone.hgi-bookmark-add-01:after {
    content: "㸊"
}

.hgi-twotone.hgi-bookmark-add-01:before {
    content: "㸋"
}

.hgi-twotone.hgi-bookmark-add-02:after {
    content: "㸌"
}

.hgi-twotone.hgi-bookmark-add-02:before {
    content: "㸍"
}

.hgi-twotone.hgi-bookmark-block-01:after {
    content: "㸎"
}

.hgi-twotone.hgi-bookmark-block-01:before {
    content: "㸏"
}

.hgi-twotone.hgi-bookmark-block-02:after {
    content: "㸐"
}

.hgi-twotone.hgi-bookmark-block-02:before {
    content: "㸑"
}

.hgi-twotone.hgi-bookmark-check-01:after {
    content: "㸒"
}

.hgi-twotone.hgi-bookmark-check-01:before {
    content: "㸓"
}

.hgi-twotone.hgi-bookmark-check-02:after {
    content: "㸔"
}

.hgi-twotone.hgi-bookmark-check-02:before {
    content: "㸕"
}

.hgi-twotone.hgi-bookmark-minus-01:after {
    content: "㸖"
}

.hgi-twotone.hgi-bookmark-minus-01:before {
    content: "㸗"
}

.hgi-twotone.hgi-bookmark-minus-02:after {
    content: "㸘"
}

.hgi-twotone.hgi-bookmark-minus-02:before {
    content: "㸙"
}

.hgi-twotone.hgi-bookmark-off-01:after {
    content: "㸚"
}

.hgi-twotone.hgi-bookmark-off-01:before {
    content: "㸛"
}

.hgi-twotone.hgi-bookmark-off-02:after {
    content: "㸜"
}

.hgi-twotone.hgi-bookmark-off-02:before {
    content: "㸝"
}

.hgi-twotone.hgi-bookmark-remove-01:after {
    content: "㸞"
}

.hgi-twotone.hgi-bookmark-remove-01:before {
    content: "㸟"
}

.hgi-twotone.hgi-bookmark-remove-02:after {
    content: "㸠"
}

.hgi-twotone.hgi-bookmark-remove-02:before {
    content: "㸡"
}

.hgi-twotone.hgi-books-01:after {
    content: "㸢"
}

.hgi-twotone.hgi-books-01:before {
    content: "㸣"
}

.hgi-twotone.hgi-books-02:after {
    content: "㸤"
}

.hgi-twotone.hgi-books-02:before {
    content: "㸥"
}

.hgi-twotone.hgi-bookshelf-01:after {
    content: "㸦"
}

.hgi-twotone.hgi-bookshelf-01:before {
    content: "㸧"
}

.hgi-twotone.hgi-bookshelf-02:after {
    content: "㸨"
}

.hgi-twotone.hgi-bookshelf-02:before {
    content: "㸩"
}

.hgi-twotone.hgi-bookshelf-03:after {
    content: "㸪"
}

.hgi-twotone.hgi-bookshelf-03:before {
    content: "㸫"
}

.hgi-twotone.hgi-bootstrap:after {
    content: "㸬"
}

.hgi-twotone.hgi-bootstrap:before {
    content: "㸭"
}

.hgi-twotone.hgi-border-all-01:after {
    content: "㸮"
}

.hgi-twotone.hgi-border-all-01:before {
    content: "㸯"
}

.hgi-twotone.hgi-border-all-02:after {
    content: "㸰"
}

.hgi-twotone.hgi-border-all-02:before {
    content: "㸱"
}

.hgi-twotone.hgi-border-bottom-01:after {
    content: "㸲"
}

.hgi-twotone.hgi-border-bottom-01:before {
    content: "㸳"
}

.hgi-twotone.hgi-border-bottom-02:after {
    content: "㸴"
}

.hgi-twotone.hgi-border-bottom-02:before {
    content: "㸵"
}

.hgi-twotone.hgi-border-full:after {
    content: "㸶"
}

.hgi-twotone.hgi-border-full:before {
    content: "㸷"
}

.hgi-twotone.hgi-border-horizontal:after {
    content: "㸸"
}

.hgi-twotone.hgi-border-horizontal:before {
    content: "㸹"
}

.hgi-twotone.hgi-border-inner:after {
    content: "㸺"
}

.hgi-twotone.hgi-border-inner:before {
    content: "㸻"
}

.hgi-twotone.hgi-border-left-01:after {
    content: "㸼"
}

.hgi-twotone.hgi-border-left-01:before {
    content: "㸽"
}

.hgi-twotone.hgi-border-left-02:after {
    content: "㸾"
}

.hgi-twotone.hgi-border-left-02:before {
    content: "㸿"
}

.hgi-twotone.hgi-border-none-01:after {
    content: "㹀"
}

.hgi-twotone.hgi-border-none-01:before {
    content: "㹁"
}

.hgi-twotone.hgi-border-none-02:after {
    content: "㹂"
}

.hgi-twotone.hgi-border-none-02:before {
    content: "㹃"
}

.hgi-twotone.hgi-border-right-01:after {
    content: "㹄"
}

.hgi-twotone.hgi-border-right-01:before {
    content: "㹅"
}

.hgi-twotone.hgi-border-right-02:after {
    content: "㹆"
}

.hgi-twotone.hgi-border-right-02:before {
    content: "㹇"
}

.hgi-twotone.hgi-border-top-01:after {
    content: "㹈"
}

.hgi-twotone.hgi-border-top-01:before {
    content: "㹉"
}

.hgi-twotone.hgi-border-top-02:after {
    content: "㹊"
}

.hgi-twotone.hgi-border-top-02:before {
    content: "㹋"
}

.hgi-twotone.hgi-border-vertical:after {
    content: "㹌"
}

.hgi-twotone.hgi-border-vertical:before {
    content: "㹍"
}

.hgi-twotone.hgi-borobudur:after {
    content: "㹎"
}

.hgi-twotone.hgi-borobudur:before {
    content: "㹏"
}

.hgi-twotone.hgi-bot:after {
    content: "㹐"
}

.hgi-twotone.hgi-bot:before {
    content: "㹑"
}

.hgi-twotone.hgi-bounce-left:after {
    content: "㹒"
}

.hgi-twotone.hgi-bounce-left:before {
    content: "㹓"
}

.hgi-twotone.hgi-bounce-right:after {
    content: "㹔"
}

.hgi-twotone.hgi-bounce-right:before {
    content: "㹕"
}

.hgi-twotone.hgi-bounding-box:after {
    content: "㹖"
}

.hgi-twotone.hgi-bounding-box:before {
    content: "㹗"
}

.hgi-twotone.hgi-bow-tie:after {
    content: "㹘"
}

.hgi-twotone.hgi-bow-tie:before {
    content: "㹙"
}

.hgi-twotone.hgi-bowling-pins:after {
    content: "㹚"
}

.hgi-twotone.hgi-bowling-pins:before {
    content: "㹛"
}

.hgi-twotone.hgi-bowling:after {
    content: "㹜"
}

.hgi-twotone.hgi-bowling:before {
    content: "㹝"
}

.hgi-twotone.hgi-boxer:after {
    content: "㹞"
}

.hgi-twotone.hgi-boxer:before {
    content: "㹟"
}

.hgi-twotone.hgi-boxing-bag:after {
    content: "㹠"
}

.hgi-twotone.hgi-boxing-bag:before {
    content: "㹡"
}

.hgi-twotone.hgi-boxing-glove-01:after {
    content: "㹢"
}

.hgi-twotone.hgi-boxing-glove-01:before {
    content: "㹣"
}

.hgi-twotone.hgi-boxing-glove:after {
    content: "㹤"
}

.hgi-twotone.hgi-boxing-glove:before {
    content: "㹥"
}

.hgi-twotone.hgi-brain-01:after {
    content: "㹦"
}

.hgi-twotone.hgi-brain-01:before {
    content: "㹧"
}

.hgi-twotone.hgi-brain-02:after {
    content: "㹨"
}

.hgi-twotone.hgi-brain-02:before {
    content: "㹩"
}

.hgi-twotone.hgi-brain:after {
    content: "㹪"
}

.hgi-twotone.hgi-brain:before {
    content: "㹫"
}

.hgi-twotone.hgi-brandfetch:after {
    content: "㹬"
}

.hgi-twotone.hgi-brandfetch:before {
    content: "㹭"
}

.hgi-twotone.hgi-bread-01:after {
    content: "㹮"
}

.hgi-twotone.hgi-bread-01:before {
    content: "㹯"
}

.hgi-twotone.hgi-bread-02:after {
    content: "㹰"
}

.hgi-twotone.hgi-bread-02:before {
    content: "㹱"
}

.hgi-twotone.hgi-bread-03:after {
    content: "㹲"
}

.hgi-twotone.hgi-bread-03:before {
    content: "㹳"
}

.hgi-twotone.hgi-bread-04:after {
    content: "㹴"
}

.hgi-twotone.hgi-bread-04:before {
    content: "㹵"
}

.hgi-twotone.hgi-breast-pump:after {
    content: "㹶"
}

.hgi-twotone.hgi-breast-pump:before {
    content: "㹷"
}

.hgi-twotone.hgi-bridge:after {
    content: "㹸"
}

.hgi-twotone.hgi-bridge:before {
    content: "㹹"
}

.hgi-twotone.hgi-briefcase-01:after {
    content: "㹺"
}

.hgi-twotone.hgi-briefcase-01:before {
    content: "㹻"
}

.hgi-twotone.hgi-briefcase-02:after {
    content: "㹼"
}

.hgi-twotone.hgi-briefcase-02:before {
    content: "㹽"
}

.hgi-twotone.hgi-briefcase-03:after {
    content: "㹾"
}

.hgi-twotone.hgi-briefcase-03:before {
    content: "㹿"
}

.hgi-twotone.hgi-briefcase-04:after {
    content: "㺀"
}

.hgi-twotone.hgi-briefcase-04:before {
    content: "㺁"
}

.hgi-twotone.hgi-briefcase-05:after {
    content: "㺂"
}

.hgi-twotone.hgi-briefcase-05:before {
    content: "㺃"
}

.hgi-twotone.hgi-briefcase-06:after {
    content: "㺄"
}

.hgi-twotone.hgi-briefcase-06:before {
    content: "㺅"
}

.hgi-twotone.hgi-briefcase-07:after {
    content: "㺆"
}

.hgi-twotone.hgi-briefcase-07:before {
    content: "㺇"
}

.hgi-twotone.hgi-briefcase-08:after {
    content: "㺈"
}

.hgi-twotone.hgi-briefcase-08:before {
    content: "㺉"
}

.hgi-twotone.hgi-briefcase-09:after {
    content: "㺊"
}

.hgi-twotone.hgi-briefcase-09:before {
    content: "㺋"
}

.hgi-twotone.hgi-briefcase-dollar:after {
    content: "㺌"
}

.hgi-twotone.hgi-briefcase-dollar:before {
    content: "㺍"
}

.hgi-twotone.hgi-broccoli:after {
    content: "㺎"
}

.hgi-twotone.hgi-broccoli:before {
    content: "㺏"
}

.hgi-twotone.hgi-brochure:after {
    content: "㺐"
}

.hgi-twotone.hgi-brochure:before {
    content: "㺑"
}

.hgi-twotone.hgi-broken-bone:after {
    content: "㺒"
}

.hgi-twotone.hgi-broken-bone:before {
    content: "㺓"
}

.hgi-twotone.hgi-browser:after {
    content: "㺔"
}

.hgi-twotone.hgi-browser:before {
    content: "㺕"
}

.hgi-twotone.hgi-brush:after {
    content: "㺖"
}

.hgi-twotone.hgi-brush:before {
    content: "㺗"
}

.hgi-twotone.hgi-bubble-chat-add:after {
    content: "㺘"
}

.hgi-twotone.hgi-bubble-chat-add:before {
    content: "㺙"
}

.hgi-twotone.hgi-bubble-chat-blocked:after {
    content: "㺚"
}

.hgi-twotone.hgi-bubble-chat-blocked:before {
    content: "㺛"
}

.hgi-twotone.hgi-bubble-chat-cancel:after {
    content: "㺜"
}

.hgi-twotone.hgi-bubble-chat-cancel:before {
    content: "㺝"
}

.hgi-twotone.hgi-bubble-chat-delay:after {
    content: "㺞"
}

.hgi-twotone.hgi-bubble-chat-delay:before {
    content: "㺟"
}

.hgi-twotone.hgi-bubble-chat-done:after {
    content: "㺠"
}

.hgi-twotone.hgi-bubble-chat-done:before {
    content: "㺡"
}

.hgi-twotone.hgi-bubble-chat-download-01:after {
    content: "㺢"
}

.hgi-twotone.hgi-bubble-chat-download-01:before {
    content: "㺣"
}

.hgi-twotone.hgi-bubble-chat-download-02:after {
    content: "㺤"
}

.hgi-twotone.hgi-bubble-chat-download-02:before {
    content: "㺥"
}

.hgi-twotone.hgi-bubble-chat-edit:after {
    content: "㺦"
}

.hgi-twotone.hgi-bubble-chat-edit:before {
    content: "㺧"
}

.hgi-twotone.hgi-bubble-chat-favourite:after {
    content: "㺨"
}

.hgi-twotone.hgi-bubble-chat-favourite:before {
    content: "㺩"
}

.hgi-twotone.hgi-bubble-chat-income:after {
    content: "㺪"
}

.hgi-twotone.hgi-bubble-chat-income:before {
    content: "㺫"
}

.hgi-twotone.hgi-bubble-chat-lock:after {
    content: "㺬"
}

.hgi-twotone.hgi-bubble-chat-lock:before {
    content: "㺭"
}

.hgi-twotone.hgi-bubble-chat-notification:after {
    content: "㺮"
}

.hgi-twotone.hgi-bubble-chat-notification:before {
    content: "㺯"
}

.hgi-twotone.hgi-bubble-chat-outcome:after {
    content: "㺰"
}

.hgi-twotone.hgi-bubble-chat-outcome:before {
    content: "㺱"
}

.hgi-twotone.hgi-bubble-chat-preview:after {
    content: "㺲"
}

.hgi-twotone.hgi-bubble-chat-preview:before {
    content: "㺳"
}

.hgi-twotone.hgi-bubble-chat-question:after {
    content: "㺴"
}

.hgi-twotone.hgi-bubble-chat-question:before {
    content: "㺵"
}

.hgi-twotone.hgi-bubble-chat-search:after {
    content: "㺶"
}

.hgi-twotone.hgi-bubble-chat-search:before {
    content: "㺷"
}

.hgi-twotone.hgi-bubble-chat:after {
    content: "㺸"
}

.hgi-twotone.hgi-bubble-chat-secure:after {
    content: "㺹"
}

.hgi-twotone.hgi-bubble-chat-secure:before {
    content: "㺺"
}

.hgi-twotone.hgi-bubble-chat-translate:after {
    content: "㺻"
}

.hgi-twotone.hgi-bubble-chat-translate:before {
    content: "㺼"
}

.hgi-twotone.hgi-bubble-chat-unlock:after {
    content: "㺽"
}

.hgi-twotone.hgi-bubble-chat-unlock:before {
    content: "㺾"
}

.hgi-twotone.hgi-bubble-chat-upload:after {
    content: "㺿"
}

.hgi-twotone.hgi-bubble-chat-upload:before {
    content: "㻀"
}

.hgi-twotone.hgi-bubble-chat-user:after {
    content: "㻁"
}

.hgi-twotone.hgi-bubble-chat-user:before {
    content: "㻂"
}

.hgi-twotone.hgi-bubble-chat:before {
    content: "㻃"
}

.hgi-twotone.hgi-bubble-tea-01:after {
    content: "㻄"
}

.hgi-twotone.hgi-bubble-tea-01:before {
    content: "㻅"
}

.hgi-twotone.hgi-bubble-tea-02:after {
    content: "㻆"
}

.hgi-twotone.hgi-bubble-tea-02:before {
    content: "㻇"
}

.hgi-twotone.hgi-bug-01:after {
    content: "㻈"
}

.hgi-twotone.hgi-bug-01:before {
    content: "㻉"
}

.hgi-twotone.hgi-bug-02:after {
    content: "㻊"
}

.hgi-twotone.hgi-bug-02:before {
    content: "㻋"
}

.hgi-twotone.hgi-building-01:after {
    content: "㻌"
}

.hgi-twotone.hgi-building-01:before {
    content: "㻍"
}

.hgi-twotone.hgi-building-02:after {
    content: "㻎"
}

.hgi-twotone.hgi-building-02:before {
    content: "㻏"
}

.hgi-twotone.hgi-building-03:after {
    content: "㻐"
}

.hgi-twotone.hgi-building-03:before {
    content: "㻑"
}

.hgi-twotone.hgi-building-04:after {
    content: "㻒"
}

.hgi-twotone.hgi-building-04:before {
    content: "㻓"
}

.hgi-twotone.hgi-building-05:after {
    content: "㻔"
}

.hgi-twotone.hgi-building-05:before {
    content: "㻕"
}

.hgi-twotone.hgi-building-06:after {
    content: "㻖"
}

.hgi-twotone.hgi-building-06:before {
    content: "㻗"
}

.hgi-twotone.hgi-bulb-charging:after {
    content: "㻘"
}

.hgi-twotone.hgi-bulb-charging:before {
    content: "㻙"
}

.hgi-twotone.hgi-bulb:after {
    content: "㻚"
}

.hgi-twotone.hgi-bulb:before {
    content: "㻛"
}

.hgi-twotone.hgi-bulletproof-vest:after {
    content: "㻜"
}

.hgi-twotone.hgi-bulletproof-vest:before {
    content: "㻝"
}

.hgi-twotone.hgi-burj-al-arab:after {
    content: "㻞"
}

.hgi-twotone.hgi-burj-al-arab:before {
    content: "㻟"
}

.hgi-twotone.hgi-burning-cd:after {
    content: "㻠"
}

.hgi-twotone.hgi-burning-cd:before {
    content: "㻡"
}

.hgi-twotone.hgi-bus-01:after {
    content: "㻢"
}

.hgi-twotone.hgi-bus-01:before {
    content: "㻣"
}

.hgi-twotone.hgi-bus-02:after {
    content: "㻤"
}

.hgi-twotone.hgi-bus-02:before {
    content: "㻥"
}

.hgi-twotone.hgi-bus-03:after {
    content: "㻦"
}

.hgi-twotone.hgi-bus-03:before {
    content: "㻧"
}

.hgi-twotone.hgi-c-programming:after {
    content: "㻨"
}

.hgi-twotone.hgi-c-programming:before {
    content: "㻩"
}

.hgi-twotone.hgi-cabinet-01:after {
    content: "㻪"
}

.hgi-twotone.hgi-cabinet-01:before {
    content: "㻫"
}

.hgi-twotone.hgi-cabinet-02:after {
    content: "㻬"
}

.hgi-twotone.hgi-cabinet-02:before {
    content: "㻭"
}

.hgi-twotone.hgi-cabinet-03:after {
    content: "㻮"
}

.hgi-twotone.hgi-cabinet-03:before {
    content: "㻯"
}

.hgi-twotone.hgi-cabinet-04:after {
    content: "㻰"
}

.hgi-twotone.hgi-cabinet-04:before {
    content: "㻱"
}

.hgi-twotone.hgi-cable-car:after {
    content: "㻲"
}

.hgi-twotone.hgi-cable-car:before {
    content: "㻳"
}

.hgi-twotone.hgi-cactus:after {
    content: "㻴"
}

.hgi-twotone.hgi-cactus:before {
    content: "㻵"
}

.hgi-twotone.hgi-caduceus:after {
    content: "㻶"
}

.hgi-twotone.hgi-caduceus:before {
    content: "㻷"
}

.hgi-twotone.hgi-cafe:after {
    content: "㻸"
}

.hgi-twotone.hgi-cafe:before {
    content: "㻹"
}

.hgi-twotone.hgi-calculate:after {
    content: "㻺"
}

.hgi-twotone.hgi-calculate:before {
    content: "㻻"
}

.hgi-twotone.hgi-calculator-01:after {
    content: "㻼"
}

.hgi-twotone.hgi-calculator-01:before {
    content: "㻽"
}

.hgi-twotone.hgi-calculator:after {
    content: "㻾"
}

.hgi-twotone.hgi-calculator:before {
    content: "㻿"
}

.hgi-twotone.hgi-calendar-01:after {
    content: "㼀"
}

.hgi-twotone.hgi-calendar-01:before {
    content: "㼁"
}

.hgi-twotone.hgi-calendar-02:after {
    content: "㼂"
}

.hgi-twotone.hgi-calendar-02:before {
    content: "㼃"
}

.hgi-twotone.hgi-calendar-03:after {
    content: "㼄"
}

.hgi-twotone.hgi-calendar-03:before {
    content: "㼅"
}

.hgi-twotone.hgi-calendar-04:after {
    content: "㼆"
}

.hgi-twotone.hgi-calendar-04:before {
    content: "㼇"
}

.hgi-twotone.hgi-calendar-add-01:after {
    content: "㼈"
}

.hgi-twotone.hgi-calendar-add-01:before {
    content: "㼉"
}

.hgi-twotone.hgi-calendar-add-02:after {
    content: "㼊"
}

.hgi-twotone.hgi-calendar-add-02:before {
    content: "㼋"
}

.hgi-twotone.hgi-calendar-block-01:after {
    content: "㼌"
}

.hgi-twotone.hgi-calendar-block-01:before {
    content: "㼍"
}

.hgi-twotone.hgi-calendar-block-02:after {
    content: "㼎"
}

.hgi-twotone.hgi-calendar-block-02:before {
    content: "㼏"
}

.hgi-twotone.hgi-calendar-check-in-01:after {
    content: "㼐"
}

.hgi-twotone.hgi-calendar-check-in-01:before {
    content: "㼑"
}

.hgi-twotone.hgi-calendar-check-in-02:after {
    content: "㼒"
}

.hgi-twotone.hgi-calendar-check-in-02:before {
    content: "㼓"
}

.hgi-twotone.hgi-calendar-check-out-01:after {
    content: "㼔"
}

.hgi-twotone.hgi-calendar-check-out-01:before {
    content: "㼕"
}

.hgi-twotone.hgi-calendar-check-out-02:after {
    content: "㼖"
}

.hgi-twotone.hgi-calendar-check-out-02:before {
    content: "㼗"
}

.hgi-twotone.hgi-calendar-download-01:after {
    content: "㼘"
}

.hgi-twotone.hgi-calendar-download-01:before {
    content: "㼙"
}

.hgi-twotone.hgi-calendar-download-02:after {
    content: "㼚"
}

.hgi-twotone.hgi-calendar-download-02:before {
    content: "㼛"
}

.hgi-twotone.hgi-calendar-favorite-01:after {
    content: "㼜"
}

.hgi-twotone.hgi-calendar-favorite-01:before {
    content: "㼝"
}

.hgi-twotone.hgi-calendar-favorite-02:after {
    content: "㼞"
}

.hgi-twotone.hgi-calendar-favorite-02:before {
    content: "㼟"
}

.hgi-twotone.hgi-calendar-lock-01:after {
    content: "㼠"
}

.hgi-twotone.hgi-calendar-lock-01:before {
    content: "㼡"
}

.hgi-twotone.hgi-calendar-lock-02:after {
    content: "㼢"
}

.hgi-twotone.hgi-calendar-lock-02:before {
    content: "㼣"
}

.hgi-twotone.hgi-calendar-love-01:after {
    content: "㼤"
}

.hgi-twotone.hgi-calendar-love-01:before {
    content: "㼥"
}

.hgi-twotone.hgi-calendar-love-02:after {
    content: "㼦"
}

.hgi-twotone.hgi-calendar-love-02:before {
    content: "㼧"
}

.hgi-twotone.hgi-calendar-minus-01:after {
    content: "㼨"
}

.hgi-twotone.hgi-calendar-minus-01:before {
    content: "㼩"
}

.hgi-twotone.hgi-calendar-minus-02:after {
    content: "㼪"
}

.hgi-twotone.hgi-calendar-minus-02:before {
    content: "㼫"
}

.hgi-twotone.hgi-calendar-remove-01:after {
    content: "㼬"
}

.hgi-twotone.hgi-calendar-remove-01:before {
    content: "㼭"
}

.hgi-twotone.hgi-calendar-remove-02:after {
    content: "㼮"
}

.hgi-twotone.hgi-calendar-remove-02:before {
    content: "㼯"
}

.hgi-twotone.hgi-calendar-setting-01:after {
    content: "㼰"
}

.hgi-twotone.hgi-calendar-setting-01:before {
    content: "㼱"
}

.hgi-twotone.hgi-calendar-setting-02:after {
    content: "㼲"
}

.hgi-twotone.hgi-calendar-setting-02:before {
    content: "㼳"
}

.hgi-twotone.hgi-calendar-upload-01:after {
    content: "㼴"
}

.hgi-twotone.hgi-calendar-upload-01:before {
    content: "㼵"
}

.hgi-twotone.hgi-calendar-upload-02:after {
    content: "㼶"
}

.hgi-twotone.hgi-calendar-upload-02:before {
    content: "㼷"
}

.hgi-twotone.hgi-call-02:after {
    content: "㼸"
}

.hgi-twotone.hgi-call-02:before {
    content: "㼹"
}

.hgi-twotone.hgi-call-add-02:after {
    content: "㼺"
}

.hgi-twotone.hgi-call-add-02:before {
    content: "㼻"
}

.hgi-twotone.hgi-call-add:after {
    content: "㼼"
}

.hgi-twotone.hgi-call-add:before {
    content: "㼽"
}

.hgi-twotone.hgi-call-blocked-02:after {
    content: "㼾"
}

.hgi-twotone.hgi-call-blocked-02:before {
    content: "㼿"
}

.hgi-twotone.hgi-call-blocked:after {
    content: "㽀"
}

.hgi-twotone.hgi-call-blocked:before {
    content: "㽁"
}

.hgi-twotone.hgi-call-disabled-02:after {
    content: "㽂"
}

.hgi-twotone.hgi-call-disabled-02:before {
    content: "㽃"
}

.hgi-twotone.hgi-call-disabled:after {
    content: "㽄"
}

.hgi-twotone.hgi-call-disabled:before {
    content: "㽅"
}

.hgi-twotone.hgi-call-done-02:after {
    content: "㽆"
}

.hgi-twotone.hgi-call-done-02:before {
    content: "㽇"
}

.hgi-twotone.hgi-call-done:after {
    content: "㽈"
}

.hgi-twotone.hgi-call-done:before {
    content: "㽉"
}

.hgi-twotone.hgi-call-end-01:after {
    content: "㽊"
}

.hgi-twotone.hgi-call-end-01:before {
    content: "㽋"
}

.hgi-twotone.hgi-call-end-02:after {
    content: "㽌"
}

.hgi-twotone.hgi-call-end-02:before {
    content: "㽍"
}

.hgi-twotone.hgi-call-end-03:after {
    content: "㽎"
}

.hgi-twotone.hgi-call-end-03:before {
    content: "㽏"
}

.hgi-twotone.hgi-call-end-04:after {
    content: "㽐"
}

.hgi-twotone.hgi-call-end-04:before {
    content: "㽑"
}

.hgi-twotone.hgi-call-incoming-01:after {
    content: "㽒"
}

.hgi-twotone.hgi-call-incoming-01:before {
    content: "㽓"
}

.hgi-twotone.hgi-call-incoming-02:after {
    content: "㽔"
}

.hgi-twotone.hgi-call-incoming-02:before {
    content: "㽕"
}

.hgi-twotone.hgi-call-incoming-03:after {
    content: "㽖"
}

.hgi-twotone.hgi-call-incoming-03:before {
    content: "㽗"
}

.hgi-twotone.hgi-call-incoming-04:after {
    content: "㽘"
}

.hgi-twotone.hgi-call-incoming-04:before {
    content: "㽙"
}

.hgi-twotone.hgi-call-internal-02:after {
    content: "㽚"
}

.hgi-twotone.hgi-call-internal-02:before {
    content: "㽛"
}

.hgi-twotone.hgi-call-internal:after {
    content: "㽜"
}

.hgi-twotone.hgi-call-internal:before {
    content: "㽝"
}

.hgi-twotone.hgi-call-locked-02:after {
    content: "㽞"
}

.hgi-twotone.hgi-call-locked-02:before {
    content: "㽟"
}

.hgi-twotone.hgi-call-locked:after {
    content: "㽠"
}

.hgi-twotone.hgi-call-locked:before {
    content: "㽡"
}

.hgi-twotone.hgi-call-minus-02:after {
    content: "㽢"
}

.hgi-twotone.hgi-call-minus-02:before {
    content: "㽣"
}

.hgi-twotone.hgi-call-minus:after {
    content: "㽤"
}

.hgi-twotone.hgi-call-minus:before {
    content: "㽥"
}

.hgi-twotone.hgi-call-missed-01:after {
    content: "㽦"
}

.hgi-twotone.hgi-call-missed-01:before {
    content: "㽧"
}

.hgi-twotone.hgi-call-missed-02:after {
    content: "㽨"
}

.hgi-twotone.hgi-call-missed-02:before {
    content: "㽩"
}

.hgi-twotone.hgi-call-missed-03:after {
    content: "㽪"
}

.hgi-twotone.hgi-call-missed-03:before {
    content: "㽫"
}

.hgi-twotone.hgi-call-missed-04:after {
    content: "㽬"
}

.hgi-twotone.hgi-call-missed-04:before {
    content: "㽭"
}

.hgi-twotone.hgi-call-outgoing-01:after {
    content: "㽮"
}

.hgi-twotone.hgi-call-outgoing-01:before {
    content: "㽯"
}

.hgi-twotone.hgi-call-outgoing-02:after {
    content: "㽰"
}

.hgi-twotone.hgi-call-outgoing-02:before {
    content: "㽱"
}

.hgi-twotone.hgi-call-outgoing-03:after {
    content: "㽲"
}

.hgi-twotone.hgi-call-outgoing-03:before {
    content: "㽳"
}

.hgi-twotone.hgi-call-outgoing-04:after {
    content: "㽴"
}

.hgi-twotone.hgi-call-outgoing-04:before {
    content: "㽵"
}

.hgi-twotone.hgi-call-paused-02:after {
    content: "㽶"
}

.hgi-twotone.hgi-call-paused-02:before {
    content: "㽷"
}

.hgi-twotone.hgi-call-paused:after {
    content: "㽸"
}

.hgi-twotone.hgi-call-paused:before {
    content: "㽹"
}

.hgi-twotone.hgi-call-received-02:after {
    content: "㽺"
}

.hgi-twotone.hgi-call-received-02:before {
    content: "㽻"
}

.hgi-twotone.hgi-call-received:after {
    content: "㽼"
}

.hgi-twotone.hgi-call-received:before {
    content: "㽽"
}

.hgi-twotone.hgi-call-ringing-01:after {
    content: "㽾"
}

.hgi-twotone.hgi-call-ringing-01:before {
    content: "㽿"
}

.hgi-twotone.hgi-call-ringing-02:after {
    content: "㾀"
}

.hgi-twotone.hgi-call-ringing-02:before {
    content: "㾁"
}

.hgi-twotone.hgi-call-ringing-03:after {
    content: "㾂"
}

.hgi-twotone.hgi-call-ringing-03:before {
    content: "㾃"
}

.hgi-twotone.hgi-call-ringing-04:after {
    content: "㾄"
}

.hgi-twotone.hgi-call-ringing-04:before {
    content: "㾅"
}

.hgi-twotone.hgi-call:after {
    content: "㾆"
}

.hgi-twotone.hgi-call-unlocked-02:after {
    content: "㾇"
}

.hgi-twotone.hgi-call-unlocked-02:before {
    content: "㾈"
}

.hgi-twotone.hgi-call-unlocked:after {
    content: "㾉"
}

.hgi-twotone.hgi-call-unlocked:before {
    content: "㾊"
}

.hgi-twotone.hgi-call:before {
    content: "㾋"
}

.hgi-twotone.hgi-calling-02:after {
    content: "㾌"
}

.hgi-twotone.hgi-calling-02:before {
    content: "㾍"
}

.hgi-twotone.hgi-calling:after {
    content: "㾎"
}

.hgi-twotone.hgi-calling:before {
    content: "㾏"
}

.hgi-twotone.hgi-camel:after {
    content: "㾐"
}

.hgi-twotone.hgi-camel:before {
    content: "㾑"
}

.hgi-twotone.hgi-camera-01:after {
    content: "㾒"
}

.hgi-twotone.hgi-camera-01:before {
    content: "㾓"
}

.hgi-twotone.hgi-camera-02:after {
    content: "㾔"
}

.hgi-twotone.hgi-camera-02:before {
    content: "㾕"
}

.hgi-twotone.hgi-camera-add-01:after {
    content: "㾖"
}

.hgi-twotone.hgi-camera-add-01:before {
    content: "㾗"
}

.hgi-twotone.hgi-camera-add-02:after {
    content: "㾘"
}

.hgi-twotone.hgi-camera-add-02:before {
    content: "㾙"
}

.hgi-twotone.hgi-camera-automatically-01:after {
    content: "㾚"
}

.hgi-twotone.hgi-camera-automatically-01:before {
    content: "㾛"
}

.hgi-twotone.hgi-camera-automatically-02:after {
    content: "㾜"
}

.hgi-twotone.hgi-camera-automatically-02:before {
    content: "㾝"
}

.hgi-twotone.hgi-camera-lens:after {
    content: "㾞"
}

.hgi-twotone.hgi-camera-lens:before {
    content: "㾟"
}

.hgi-twotone.hgi-camera-microphone-01:after {
    content: "㾠"
}

.hgi-twotone.hgi-camera-microphone-01:before {
    content: "㾡"
}

.hgi-twotone.hgi-camera-microphone-02:after {
    content: "㾢"
}

.hgi-twotone.hgi-camera-microphone-02:before {
    content: "㾣"
}

.hgi-twotone.hgi-camera-night-mode-01:after {
    content: "㾤"
}

.hgi-twotone.hgi-camera-night-mode-01:before {
    content: "㾥"
}

.hgi-twotone.hgi-camera-night-mode-02:after {
    content: "㾦"
}

.hgi-twotone.hgi-camera-night-mode-02:before {
    content: "㾧"
}

.hgi-twotone.hgi-camera-off-01:after {
    content: "㾨"
}

.hgi-twotone.hgi-camera-off-01:before {
    content: "㾩"
}

.hgi-twotone.hgi-camera-off-02:after {
    content: "㾪"
}

.hgi-twotone.hgi-camera-off-02:before {
    content: "㾫"
}

.hgi-twotone.hgi-camera-rotated-01:after {
    content: "㾬"
}

.hgi-twotone.hgi-camera-rotated-01:before {
    content: "㾭"
}

.hgi-twotone.hgi-camera-rotated-02:after {
    content: "㾮"
}

.hgi-twotone.hgi-camera-rotated-02:before {
    content: "㾯"
}

.hgi-twotone.hgi-camera-smile-01:after {
    content: "㾰"
}

.hgi-twotone.hgi-camera-smile-01:before {
    content: "㾱"
}

.hgi-twotone.hgi-camera-smile-02:after {
    content: "㾲"
}

.hgi-twotone.hgi-camera-smile-02:before {
    content: "㾳"
}

.hgi-twotone.hgi-camera-tripod:after {
    content: "㾴"
}

.hgi-twotone.hgi-camera-tripod:before {
    content: "㾵"
}

.hgi-twotone.hgi-camera-video:after {
    content: "㾶"
}

.hgi-twotone.hgi-camera-video:before {
    content: "㾷"
}

.hgi-twotone.hgi-camper:after {
    content: "㾸"
}

.hgi-twotone.hgi-camper:before {
    content: "㾹"
}

.hgi-twotone.hgi-campfire:after {
    content: "㾺"
}

.hgi-twotone.hgi-campfire:before {
    content: "㾻"
}

.hgi-twotone.hgi-cancel-01:after {
    content: "㾼"
}

.hgi-twotone.hgi-cancel-01:before {
    content: "㾽"
}

.hgi-twotone.hgi-cancel-02:after {
    content: "㾾"
}

.hgi-twotone.hgi-cancel-02:before {
    content: "㾿"
}

.hgi-twotone.hgi-cancel-circle-half-dot:after {
    content: "㿀"
}

.hgi-twotone.hgi-cancel-circle-half-dot:before {
    content: "㿁"
}

.hgi-twotone.hgi-cancel-circle:after {
    content: "㿂"
}

.hgi-twotone.hgi-cancel-circle:before {
    content: "㿃"
}

.hgi-twotone.hgi-cancel-square:after {
    content: "㿄"
}

.hgi-twotone.hgi-cancel-square:before {
    content: "㿅"
}

.hgi-twotone.hgi-candelier-01:after {
    content: "㿆"
}

.hgi-twotone.hgi-candelier-01:before {
    content: "㿇"
}

.hgi-twotone.hgi-candelier-02:after {
    content: "㿈"
}

.hgi-twotone.hgi-candelier-02:before {
    content: "㿉"
}

.hgi-twotone.hgi-canvas:after {
    content: "㿊"
}

.hgi-twotone.hgi-canvas:before {
    content: "㿋"
}

.hgi-twotone.hgi-cap-projecting:after {
    content: "㿌"
}

.hgi-twotone.hgi-cap-projecting:before {
    content: "㿍"
}

.hgi-twotone.hgi-cap-round:after {
    content: "㿎"
}

.hgi-twotone.hgi-cap-round:before {
    content: "㿏"
}

.hgi-twotone.hgi-cap:after {
    content: "㿐"
}

.hgi-twotone.hgi-cap-straight:after {
    content: "㿑"
}

.hgi-twotone.hgi-cap-straight:before {
    content: "㿒"
}

.hgi-twotone.hgi-cap:before {
    content: "㿓"
}

.hgi-twotone.hgi-capcut-rectangle:after {
    content: "㿔"
}

.hgi-twotone.hgi-capcut-rectangle:before {
    content: "㿕"
}

.hgi-twotone.hgi-capcut:after {
    content: "㿖"
}

.hgi-twotone.hgi-capcut:before {
    content: "㿗"
}

.hgi-twotone.hgi-car-01:after {
    content: "㿘"
}

.hgi-twotone.hgi-car-01:before {
    content: "㿙"
}

.hgi-twotone.hgi-car-02:after {
    content: "㿚"
}

.hgi-twotone.hgi-car-02:before {
    content: "㿛"
}

.hgi-twotone.hgi-car-03:after {
    content: "㿜"
}

.hgi-twotone.hgi-car-03:before {
    content: "㿝"
}

.hgi-twotone.hgi-car-04:after {
    content: "㿞"
}

.hgi-twotone.hgi-car-04:before {
    content: "㿟"
}

.hgi-twotone.hgi-car-parking-01:after {
    content: "㿠"
}

.hgi-twotone.hgi-car-parking-01:before {
    content: "㿡"
}

.hgi-twotone.hgi-car-parking-02:after {
    content: "㿢"
}

.hgi-twotone.hgi-car-parking-02:before {
    content: "㿣"
}

.hgi-twotone.hgi-caravan:after {
    content: "㿤"
}

.hgi-twotone.hgi-caravan:before {
    content: "㿥"
}

.hgi-twotone.hgi-card-exchange-01:after {
    content: "㿦"
}

.hgi-twotone.hgi-card-exchange-01:before {
    content: "㿧"
}

.hgi-twotone.hgi-card-exchange-02:after {
    content: "㿨"
}

.hgi-twotone.hgi-card-exchange-02:before {
    content: "㿩"
}

.hgi-twotone.hgi-cardigan:after {
    content: "㿪"
}

.hgi-twotone.hgi-cardigan:before {
    content: "㿫"
}

.hgi-twotone.hgi-cardiogram-01:after {
    content: "㿬"
}

.hgi-twotone.hgi-cardiogram-01:before {
    content: "㿭"
}

.hgi-twotone.hgi-cardiogram-02:after {
    content: "㿮"
}

.hgi-twotone.hgi-cardiogram-02:before {
    content: "㿯"
}

.hgi-twotone.hgi-cards-01:after {
    content: "㿰"
}

.hgi-twotone.hgi-cards-01:before {
    content: "㿱"
}

.hgi-twotone.hgi-cards-02:after {
    content: "㿲"
}

.hgi-twotone.hgi-cards-02:before {
    content: "㿳"
}

.hgi-twotone.hgi-cargo-ship:after {
    content: "㿴"
}

.hgi-twotone.hgi-cargo-ship:before {
    content: "㿵"
}

.hgi-twotone.hgi-carousel-horizontal-02:after {
    content: "㿶"
}

.hgi-twotone.hgi-carousel-horizontal-02:before {
    content: "㿷"
}

.hgi-twotone.hgi-carousel-horizontal:after {
    content: "㿸"
}

.hgi-twotone.hgi-carousel-horizontal:before {
    content: "㿹"
}

.hgi-twotone.hgi-carousel-vertical:after {
    content: "㿺"
}

.hgi-twotone.hgi-carousel-vertical:before {
    content: "㿻"
}

.hgi-twotone.hgi-carrot:after {
    content: "㿼"
}

.hgi-twotone.hgi-carrot:before {
    content: "㿽"
}

.hgi-twotone.hgi-cash-01:after {
    content: "㿾"
}

.hgi-twotone.hgi-cash-01:before {
    content: "㿿"
}

.hgi-twotone.hgi-cash-02:after {
    content: "䀀"
}

.hgi-twotone.hgi-cash-02:before {
    content: "䀁"
}

.hgi-twotone.hgi-cashback:after {
    content: "䀂"
}

.hgi-twotone.hgi-cashback:before {
    content: "䀃"
}

.hgi-twotone.hgi-cashier-02:after {
    content: "䀄"
}

.hgi-twotone.hgi-cashier-02:before {
    content: "䀅"
}

.hgi-twotone.hgi-cashier:after {
    content: "䀆"
}

.hgi-twotone.hgi-cashier:before {
    content: "䀇"
}

.hgi-twotone.hgi-castle-01:after {
    content: "䀈"
}

.hgi-twotone.hgi-castle-01:before {
    content: "䀉"
}

.hgi-twotone.hgi-castle-02:after {
    content: "䀊"
}

.hgi-twotone.hgi-castle-02:before {
    content: "䀋"
}

.hgi-twotone.hgi-castle:after {
    content: "䀌"
}

.hgi-twotone.hgi-castle:before {
    content: "䀍"
}

.hgi-twotone.hgi-catalogue:after {
    content: "䀎"
}

.hgi-twotone.hgi-catalogue:before {
    content: "䀏"
}

.hgi-twotone.hgi-cayan-tower:after {
    content: "䀐"
}

.hgi-twotone.hgi-cayan-tower:before {
    content: "䀑"
}

.hgi-twotone.hgi-cctv-camera:after {
    content: "䀒"
}

.hgi-twotone.hgi-cctv-camera:before {
    content: "䀓"
}

.hgi-twotone.hgi-cd:after {
    content: "䀔"
}

.hgi-twotone.hgi-cd:before {
    content: "䀕"
}

.hgi-twotone.hgi-cells:after {
    content: "䀖"
}

.hgi-twotone.hgi-cells:before {
    content: "䀗"
}

.hgi-twotone.hgi-cellular-network-offline:after {
    content: "䀘"
}

.hgi-twotone.hgi-cellular-network-offline:before {
    content: "䀙"
}

.hgi-twotone.hgi-cellular-network:after {
    content: "䀚"
}

.hgi-twotone.hgi-cellular-network:before {
    content: "䀛"
}

.hgi-twotone.hgi-celsius:after {
    content: "䀜"
}

.hgi-twotone.hgi-celsius:before {
    content: "䀝"
}

.hgi-twotone.hgi-center-focus:after {
    content: "䀞"
}

.hgi-twotone.hgi-center-focus:before {
    content: "䀟"
}

.hgi-twotone.hgi-central-shaheed-minar:after {
    content: "䀠"
}

.hgi-twotone.hgi-central-shaheed-minar:before {
    content: "䀡"
}

.hgi-twotone.hgi-centralized:after {
    content: "䀢"
}

.hgi-twotone.hgi-centralized:before {
    content: "䀣"
}

.hgi-twotone.hgi-certificate-01:after {
    content: "䀤"
}

.hgi-twotone.hgi-certificate-01:before {
    content: "䀥"
}

.hgi-twotone.hgi-certificate-02:after {
    content: "䀦"
}

.hgi-twotone.hgi-certificate-02:before {
    content: "䀧"
}

.hgi-twotone.hgi-chair-01:after {
    content: "䀨"
}

.hgi-twotone.hgi-chair-01:before {
    content: "䀩"
}

.hgi-twotone.hgi-chair-02:after {
    content: "䀪"
}

.hgi-twotone.hgi-chair-02:before {
    content: "䀫"
}

.hgi-twotone.hgi-chair-03:after {
    content: "䀬"
}

.hgi-twotone.hgi-chair-03:before {
    content: "䀭"
}

.hgi-twotone.hgi-chair-04:after {
    content: "䀮"
}

.hgi-twotone.hgi-chair-04:before {
    content: "䀯"
}

.hgi-twotone.hgi-chair-05:after {
    content: "䀰"
}

.hgi-twotone.hgi-chair-05:before {
    content: "䀱"
}

.hgi-twotone.hgi-chair-barber:after {
    content: "䀲"
}

.hgi-twotone.hgi-chair-barber:before {
    content: "䀳"
}

.hgi-twotone.hgi-champion:after {
    content: "䀴"
}

.hgi-twotone.hgi-champion:before {
    content: "䀵"
}

.hgi-twotone.hgi-change-screen-mode:after {
    content: "䀶"
}

.hgi-twotone.hgi-change-screen-mode:before {
    content: "䀷"
}

.hgi-twotone.hgi-character-phonetic:after {
    content: "䀸"
}

.hgi-twotone.hgi-character-phonetic:before {
    content: "䀹"
}

.hgi-twotone.hgi-charity:after {
    content: "䀺"
}

.hgi-twotone.hgi-charity:before {
    content: "䀻"
}

.hgi-twotone.hgi-chart-average:after {
    content: "䀼"
}

.hgi-twotone.hgi-chart-average:before {
    content: "䀽"
}

.hgi-twotone.hgi-chart-bar-line:after {
    content: "䀾"
}

.hgi-twotone.hgi-chart-bar-line:before {
    content: "䀿"
}

.hgi-twotone.hgi-chart-breakout-circle:after {
    content: "䁀"
}

.hgi-twotone.hgi-chart-breakout-circle:before {
    content: "䁁"
}

.hgi-twotone.hgi-chart-breakout-square:after {
    content: "䁂"
}

.hgi-twotone.hgi-chart-breakout-square:before {
    content: "䁃"
}

.hgi-twotone.hgi-chart-bubble-01:after {
    content: "䁄"
}

.hgi-twotone.hgi-chart-bubble-01:before {
    content: "䁅"
}

.hgi-twotone.hgi-chart-bubble-02:after {
    content: "䁆"
}

.hgi-twotone.hgi-chart-bubble-02:before {
    content: "䁇"
}

.hgi-twotone.hgi-chart-column:after {
    content: "䁈"
}

.hgi-twotone.hgi-chart-column:before {
    content: "䁉"
}

.hgi-twotone.hgi-chart-decrease:after {
    content: "䁊"
}

.hgi-twotone.hgi-chart-decrease:before {
    content: "䁋"
}

.hgi-twotone.hgi-chart-evaluation:after {
    content: "䁌"
}

.hgi-twotone.hgi-chart-evaluation:before {
    content: "䁍"
}

.hgi-twotone.hgi-chart-high-low:after {
    content: "䁎"
}

.hgi-twotone.hgi-chart-high-low:before {
    content: "䁏"
}

.hgi-twotone.hgi-chart-histogram:after {
    content: "䁐"
}

.hgi-twotone.hgi-chart-histogram:before {
    content: "䁑"
}

.hgi-twotone.hgi-chart-increase:after {
    content: "䁒"
}

.hgi-twotone.hgi-chart-increase:before {
    content: "䁓"
}

.hgi-twotone.hgi-chart-line-data-01:after {
    content: "䁔"
}

.hgi-twotone.hgi-chart-line-data-01:before {
    content: "䁕"
}

.hgi-twotone.hgi-chart-line-data-02:after {
    content: "䁖"
}

.hgi-twotone.hgi-chart-line-data-02:before {
    content: "䁗"
}

.hgi-twotone.hgi-chart-line-data-03:after {
    content: "䁘"
}

.hgi-twotone.hgi-chart-line-data-03:before {
    content: "䁙"
}

.hgi-twotone.hgi-chart-maximum:after {
    content: "䁚"
}

.hgi-twotone.hgi-chart-maximum:before {
    content: "䁛"
}

.hgi-twotone.hgi-chart-medium:after {
    content: "䁜"
}

.hgi-twotone.hgi-chart-medium:before {
    content: "䁝"
}

.hgi-twotone.hgi-chart-minimum:after {
    content: "䁞"
}

.hgi-twotone.hgi-chart-minimum:before {
    content: "䁟"
}

.hgi-twotone.hgi-chart-radar:after {
    content: "䁠"
}

.hgi-twotone.hgi-chart-radar:before {
    content: "䁡"
}

.hgi-twotone.hgi-chart-relationship:after {
    content: "䁢"
}

.hgi-twotone.hgi-chart-relationship:before {
    content: "䁣"
}

.hgi-twotone.hgi-chart-ring:after {
    content: "䁤"
}

.hgi-twotone.hgi-chart-ring:before {
    content: "䁥"
}

.hgi-twotone.hgi-chart-rose:after {
    content: "䁦"
}

.hgi-twotone.hgi-chart-rose:before {
    content: "䁧"
}

.hgi-twotone.hgi-chart-scatter:after {
    content: "䁨"
}

.hgi-twotone.hgi-chart-scatter:before {
    content: "䁩"
}

.hgi-twotone.hgi-chart:after {
    content: "䁪"
}

.hgi-twotone.hgi-chart:before {
    content: "䁫"
}

.hgi-twotone.hgi-chat-bot:after {
    content: "䁬"
}

.hgi-twotone.hgi-chat-bot:before {
    content: "䁭"
}

.hgi-twotone.hgi-chat-gpt:after {
    content: "䁮"
}

.hgi-twotone.hgi-chat-gpt:before {
    content: "䁯"
}

.hgi-twotone.hgi-chatting-01:after {
    content: "䁰"
}

.hgi-twotone.hgi-chatting-01:before {
    content: "䁱"
}

.hgi-twotone.hgi-check-list:after {
    content: "䁲"
}

.hgi-twotone.hgi-check-list:before {
    content: "䁳"
}

.hgi-twotone.hgi-check-unread-01:after {
    content: "䁴"
}

.hgi-twotone.hgi-check-unread-01:before {
    content: "䁵"
}

.hgi-twotone.hgi-check-unread-02:after {
    content: "䁶"
}

.hgi-twotone.hgi-check-unread-02:before {
    content: "䁷"
}

.hgi-twotone.hgi-check-unread-03:after {
    content: "䁸"
}

.hgi-twotone.hgi-check-unread-03:before {
    content: "䁹"
}

.hgi-twotone.hgi-check-unread-04:after {
    content: "䁺"
}

.hgi-twotone.hgi-check-unread-04:before {
    content: "䁻"
}

.hgi-twotone.hgi-checkmark-badge-01:after {
    content: "䁼"
}

.hgi-twotone.hgi-checkmark-badge-01:before {
    content: "䁽"
}

.hgi-twotone.hgi-checkmark-badge-02:after {
    content: "䁾"
}

.hgi-twotone.hgi-checkmark-badge-02:before {
    content: "䁿"
}

.hgi-twotone.hgi-checkmark-badge-03:after {
    content: "䂀"
}

.hgi-twotone.hgi-checkmark-badge-03:before {
    content: "䂁"
}

.hgi-twotone.hgi-checkmark-badge-04:after {
    content: "䂂"
}

.hgi-twotone.hgi-checkmark-badge-04:before {
    content: "䂃"
}

.hgi-twotone.hgi-checkmark-circle-01:after {
    content: "䂄"
}

.hgi-twotone.hgi-checkmark-circle-01:before {
    content: "䂅"
}

.hgi-twotone.hgi-checkmark-circle-02:after {
    content: "䂆"
}

.hgi-twotone.hgi-checkmark-circle-02:before {
    content: "䂇"
}

.hgi-twotone.hgi-checkmark-circle-03:after {
    content: "䂈"
}

.hgi-twotone.hgi-checkmark-circle-03:before {
    content: "䂉"
}

.hgi-twotone.hgi-checkmark-circle-04:after {
    content: "䂊"
}

.hgi-twotone.hgi-checkmark-circle-04:before {
    content: "䂋"
}

.hgi-twotone.hgi-checkmark-square-01:after {
    content: "䂌"
}

.hgi-twotone.hgi-checkmark-square-01:before {
    content: "䂍"
}

.hgi-twotone.hgi-checkmark-square-02:after {
    content: "䂎"
}

.hgi-twotone.hgi-checkmark-square-02:before {
    content: "䂏"
}

.hgi-twotone.hgi-checkmark-square-03:after {
    content: "䂐"
}

.hgi-twotone.hgi-checkmark-square-03:before {
    content: "䂑"
}

.hgi-twotone.hgi-checkmark-square-04:after {
    content: "䂒"
}

.hgi-twotone.hgi-checkmark-square-04:before {
    content: "䂓"
}

.hgi-twotone.hgi-cheese-cake-01:after {
    content: "䂔"
}

.hgi-twotone.hgi-cheese-cake-01:before {
    content: "䂕"
}

.hgi-twotone.hgi-cheese-cake-02:after {
    content: "䂖"
}

.hgi-twotone.hgi-cheese-cake-02:before {
    content: "䂗"
}

.hgi-twotone.hgi-cheese:after {
    content: "䂘"
}

.hgi-twotone.hgi-cheese:before {
    content: "䂙"
}

.hgi-twotone.hgi-chef-hat:after {
    content: "䂚"
}

.hgi-twotone.hgi-chef-hat:before {
    content: "䂛"
}

.hgi-twotone.hgi-chef:after {
    content: "䂜"
}

.hgi-twotone.hgi-chef:before {
    content: "䂝"
}

.hgi-twotone.hgi-chemistry-01:after {
    content: "䂞"
}

.hgi-twotone.hgi-chemistry-01:before {
    content: "䂟"
}

.hgi-twotone.hgi-chemistry-02:after {
    content: "䂠"
}

.hgi-twotone.hgi-chemistry-02:before {
    content: "䂡"
}

.hgi-twotone.hgi-chemistry-03:after {
    content: "䂢"
}

.hgi-twotone.hgi-chemistry-03:before {
    content: "䂣"
}

.hgi-twotone.hgi-cherry:after {
    content: "䂤"
}

.hgi-twotone.hgi-cherry:before {
    content: "䂥"
}

.hgi-twotone.hgi-chess-01:after {
    content: "䂦"
}

.hgi-twotone.hgi-chess-01:before {
    content: "䂧"
}

.hgi-twotone.hgi-chess-02:after {
    content: "䂨"
}

.hgi-twotone.hgi-chess-02:before {
    content: "䂩"
}

.hgi-twotone.hgi-chess-pawn:after {
    content: "䂪"
}

.hgi-twotone.hgi-chess-pawn:before {
    content: "䂫"
}

.hgi-twotone.hgi-chicken-thighs:after {
    content: "䂬"
}

.hgi-twotone.hgi-chicken-thighs:before {
    content: "䂭"
}

.hgi-twotone.hgi-chimney:after {
    content: "䂮"
}

.hgi-twotone.hgi-chimney:before {
    content: "䂯"
}

.hgi-twotone.hgi-china-temple:after {
    content: "䂰"
}

.hgi-twotone.hgi-china-temple:before {
    content: "䂱"
}

.hgi-twotone.hgi-chip-02:after {
    content: "䂲"
}

.hgi-twotone.hgi-chip-02:before {
    content: "䂳"
}

.hgi-twotone.hgi-chip:after {
    content: "䂴"
}

.hgi-twotone.hgi-chip:before {
    content: "䂵"
}

.hgi-twotone.hgi-chocolate:after {
    content: "䂶"
}

.hgi-twotone.hgi-chocolate:before {
    content: "䂷"
}

.hgi-twotone.hgi-chrome:after {
    content: "䂸"
}

.hgi-twotone.hgi-chrome:before {
    content: "䂹"
}

.hgi-twotone.hgi-chrysler:after {
    content: "䂺"
}

.hgi-twotone.hgi-chrysler:before {
    content: "䂻"
}

.hgi-twotone.hgi-church:after {
    content: "䂼"
}

.hgi-twotone.hgi-church:before {
    content: "䂽"
}

.hgi-twotone.hgi-cinnamon-roll:after {
    content: "䂾"
}

.hgi-twotone.hgi-cinnamon-roll:before {
    content: "䂿"
}

.hgi-twotone.hgi-circle-arrow-data-transfer-diagonal:after {
    content: "䃀"
}

.hgi-twotone.hgi-circle-arrow-data-transfer-diagonal:before {
    content: "䃁"
}

.hgi-twotone.hgi-circle-arrow-data-transfer-horizontal:after {
    content: "䃂"
}

.hgi-twotone.hgi-circle-arrow-data-transfer-horizontal:before {
    content: "䃃"
}

.hgi-twotone.hgi-circle-arrow-data-transfer-vertical:after {
    content: "䃄"
}

.hgi-twotone.hgi-circle-arrow-data-transfer-vertical:before {
    content: "䃅"
}

.hgi-twotone.hgi-circle-arrow-diagonal-01:after {
    content: "䃆"
}

.hgi-twotone.hgi-circle-arrow-diagonal-01:before {
    content: "䃇"
}

.hgi-twotone.hgi-circle-arrow-diagonal-02:after {
    content: "䃈"
}

.hgi-twotone.hgi-circle-arrow-diagonal-02:before {
    content: "䃉"
}

.hgi-twotone.hgi-circle-arrow-down-01:after {
    content: "䃊"
}

.hgi-twotone.hgi-circle-arrow-down-01:before {
    content: "䃋"
}

.hgi-twotone.hgi-circle-arrow-down-02:after {
    content: "䃌"
}

.hgi-twotone.hgi-circle-arrow-down-02:before {
    content: "䃍"
}

.hgi-twotone.hgi-circle-arrow-down-03:after {
    content: "䃎"
}

.hgi-twotone.hgi-circle-arrow-down-03:before {
    content: "䃏"
}

.hgi-twotone.hgi-circle-arrow-down-double:after {
    content: "䃐"
}

.hgi-twotone.hgi-circle-arrow-down-double:before {
    content: "䃑"
}

.hgi-twotone.hgi-circle-arrow-down-left:after {
    content: "䃒"
}

.hgi-twotone.hgi-circle-arrow-down-left:before {
    content: "䃓"
}

.hgi-twotone.hgi-circle-arrow-down-right:after {
    content: "䃔"
}

.hgi-twotone.hgi-circle-arrow-down-right:before {
    content: "䃕"
}

.hgi-twotone.hgi-circle-arrow-expand-01:after {
    content: "䃖"
}

.hgi-twotone.hgi-circle-arrow-expand-01:before {
    content: "䃗"
}

.hgi-twotone.hgi-circle-arrow-expand-02:after {
    content: "䃘"
}

.hgi-twotone.hgi-circle-arrow-expand-02:before {
    content: "䃙"
}

.hgi-twotone.hgi-circle-arrow-horizontal:after {
    content: "䃚"
}

.hgi-twotone.hgi-circle-arrow-horizontal:before {
    content: "䃛"
}

.hgi-twotone.hgi-circle-arrow-left-01:after {
    content: "䃜"
}

.hgi-twotone.hgi-circle-arrow-left-01:before {
    content: "䃝"
}

.hgi-twotone.hgi-circle-arrow-left-02:after {
    content: "䃞"
}

.hgi-twotone.hgi-circle-arrow-left-02:before {
    content: "䃟"
}

.hgi-twotone.hgi-circle-arrow-left-03:after {
    content: "䃠"
}

.hgi-twotone.hgi-circle-arrow-left-03:before {
    content: "䃡"
}

.hgi-twotone.hgi-circle-arrow-left-double:after {
    content: "䃢"
}

.hgi-twotone.hgi-circle-arrow-left-double:before {
    content: "䃣"
}

.hgi-twotone.hgi-circle-arrow-left-right:after {
    content: "䃤"
}

.hgi-twotone.hgi-circle-arrow-left-right:before {
    content: "䃥"
}

.hgi-twotone.hgi-circle-arrow-move-down-left:after {
    content: "䃦"
}

.hgi-twotone.hgi-circle-arrow-move-down-left:before {
    content: "䃧"
}

.hgi-twotone.hgi-circle-arrow-move-down-right:after {
    content: "䃨"
}

.hgi-twotone.hgi-circle-arrow-move-down-right:before {
    content: "䃩"
}

.hgi-twotone.hgi-circle-arrow-move-left-down:after {
    content: "䃪"
}

.hgi-twotone.hgi-circle-arrow-move-left-down:before {
    content: "䃫"
}

.hgi-twotone.hgi-circle-arrow-move-right-down:after {
    content: "䃬"
}

.hgi-twotone.hgi-circle-arrow-move-right-down:before {
    content: "䃭"
}

.hgi-twotone.hgi-circle-arrow-move-up-left:after {
    content: "䃮"
}

.hgi-twotone.hgi-circle-arrow-move-up-left:before {
    content: "䃯"
}

.hgi-twotone.hgi-circle-arrow-move-up-right:after {
    content: "䃰"
}

.hgi-twotone.hgi-circle-arrow-move-up-right:before {
    content: "䃱"
}

.hgi-twotone.hgi-circle-arrow-reload-01:after {
    content: "䃲"
}

.hgi-twotone.hgi-circle-arrow-reload-01:before {
    content: "䃳"
}

.hgi-twotone.hgi-circle-arrow-reload-02:after {
    content: "䃴"
}

.hgi-twotone.hgi-circle-arrow-reload-02:before {
    content: "䃵"
}

.hgi-twotone.hgi-circle-arrow-right-01:after {
    content: "䃶"
}

.hgi-twotone.hgi-circle-arrow-right-01:before {
    content: "䃷"
}

.hgi-twotone.hgi-circle-arrow-right-02:after {
    content: "䃸"
}

.hgi-twotone.hgi-circle-arrow-right-02:before {
    content: "䃹"
}

.hgi-twotone.hgi-circle-arrow-right-03:after {
    content: "䃺"
}

.hgi-twotone.hgi-circle-arrow-right-03:before {
    content: "䃻"
}

.hgi-twotone.hgi-circle-arrow-right-double:after {
    content: "䃼"
}

.hgi-twotone.hgi-circle-arrow-right-double:before {
    content: "䃽"
}

.hgi-twotone.hgi-circle-arrow-shrink-01:after {
    content: "䃾"
}

.hgi-twotone.hgi-circle-arrow-shrink-01:before {
    content: "䃿"
}

.hgi-twotone.hgi-circle-arrow-shrink-02:after {
    content: "䄀"
}

.hgi-twotone.hgi-circle-arrow-shrink-02:before {
    content: "䄁"
}

.hgi-twotone.hgi-circle-arrow-up-01:after {
    content: "䄂"
}

.hgi-twotone.hgi-circle-arrow-up-01:before {
    content: "䄃"
}

.hgi-twotone.hgi-circle-arrow-up-02:after {
    content: "䄄"
}

.hgi-twotone.hgi-circle-arrow-up-02:before {
    content: "䄅"
}

.hgi-twotone.hgi-circle-arrow-up-03:after {
    content: "䄆"
}

.hgi-twotone.hgi-circle-arrow-up-03:before {
    content: "䄇"
}

.hgi-twotone.hgi-circle-arrow-up-double:after {
    content: "䄈"
}

.hgi-twotone.hgi-circle-arrow-up-double:before {
    content: "䄉"
}

.hgi-twotone.hgi-circle-arrow-up-down:after {
    content: "䄊"
}

.hgi-twotone.hgi-circle-arrow-up-down:before {
    content: "䄋"
}

.hgi-twotone.hgi-circle-arrow-up-left:after {
    content: "䄌"
}

.hgi-twotone.hgi-circle-arrow-up-left:before {
    content: "䄍"
}

.hgi-twotone.hgi-circle-arrow-up-right:after {
    content: "䄎"
}

.hgi-twotone.hgi-circle-arrow-up-right:before {
    content: "䄏"
}

.hgi-twotone.hgi-circle-arrow-vertical:after {
    content: "䄐"
}

.hgi-twotone.hgi-circle-arrow-vertical:before {
    content: "䄑"
}

.hgi-twotone.hgi-circle-lock-01:after {
    content: "䄒"
}

.hgi-twotone.hgi-circle-lock-01:before {
    content: "䄓"
}

.hgi-twotone.hgi-circle-lock-02:after {
    content: "䄔"
}

.hgi-twotone.hgi-circle-lock-02:before {
    content: "䄕"
}

.hgi-twotone.hgi-circle-lock-add-01:after {
    content: "䄖"
}

.hgi-twotone.hgi-circle-lock-add-01:before {
    content: "䄗"
}

.hgi-twotone.hgi-circle-lock-add-02:after {
    content: "䄘"
}

.hgi-twotone.hgi-circle-lock-add-02:before {
    content: "䄙"
}

.hgi-twotone.hgi-circle-lock-check-01:after {
    content: "䄚"
}

.hgi-twotone.hgi-circle-lock-check-01:before {
    content: "䄛"
}

.hgi-twotone.hgi-circle-lock-check-02:after {
    content: "䄜"
}

.hgi-twotone.hgi-circle-lock-check-02:before {
    content: "䄝"
}

.hgi-twotone.hgi-circle-lock-minus-01:after {
    content: "䄞"
}

.hgi-twotone.hgi-circle-lock-minus-01:before {
    content: "䄟"
}

.hgi-twotone.hgi-circle-lock-minus-02:after {
    content: "䄠"
}

.hgi-twotone.hgi-circle-lock-minus-02:before {
    content: "䄡"
}

.hgi-twotone.hgi-circle-lock-remove-01:after {
    content: "䄢"
}

.hgi-twotone.hgi-circle-lock-remove-01:before {
    content: "䄣"
}

.hgi-twotone.hgi-circle-lock-remove-02:after {
    content: "䄤"
}

.hgi-twotone.hgi-circle-lock-remove-02:before {
    content: "䄥"
}

.hgi-twotone.hgi-circle-password:after {
    content: "䄦"
}

.hgi-twotone.hgi-circle-password:before {
    content: "䄧"
}

.hgi-twotone.hgi-circle:after {
    content: "䄨"
}

.hgi-twotone.hgi-circle-unlock-01:after {
    content: "䄩"
}

.hgi-twotone.hgi-circle-unlock-01:before {
    content: "䄪"
}

.hgi-twotone.hgi-circle-unlock-02:after {
    content: "䄫"
}

.hgi-twotone.hgi-circle-unlock-02:before {
    content: "䄬"
}

.hgi-twotone.hgi-circle:before {
    content: "䄭"
}

.hgi-twotone.hgi-city-01:after {
    content: "䄮"
}

.hgi-twotone.hgi-city-01:before {
    content: "䄯"
}

.hgi-twotone.hgi-city-02:after {
    content: "䄰"
}

.hgi-twotone.hgi-city-02:before {
    content: "䄱"
}

.hgi-twotone.hgi-city-03:after {
    content: "䄲"
}

.hgi-twotone.hgi-city-03:before {
    content: "䄳"
}

.hgi-twotone.hgi-clapping-01:after {
    content: "䄴"
}

.hgi-twotone.hgi-clapping-01:before {
    content: "䄵"
}

.hgi-twotone.hgi-clapping-02:after {
    content: "䄶"
}

.hgi-twotone.hgi-clapping-02:before {
    content: "䄷"
}

.hgi-twotone.hgi-clean:after {
    content: "䄸"
}

.hgi-twotone.hgi-clean:before {
    content: "䄹"
}

.hgi-twotone.hgi-cleaning-bucket:after {
    content: "䄺"
}

.hgi-twotone.hgi-cleaning-bucket:before {
    content: "䄻"
}

.hgi-twotone.hgi-clinic:after {
    content: "䄼"
}

.hgi-twotone.hgi-clinic:before {
    content: "䄽"
}

.hgi-twotone.hgi-clip:after {
    content: "䄾"
}

.hgi-twotone.hgi-clip:before {
    content: "䄿"
}

.hgi-twotone.hgi-clipboard:after {
    content: "䅀"
}

.hgi-twotone.hgi-clipboard:before {
    content: "䅁"
}

.hgi-twotone.hgi-clock-01:after {
    content: "䅂"
}

.hgi-twotone.hgi-clock-01:before {
    content: "䅃"
}

.hgi-twotone.hgi-clock-02:after {
    content: "䅄"
}

.hgi-twotone.hgi-clock-02:before {
    content: "䅅"
}

.hgi-twotone.hgi-clock-03:after {
    content: "䅆"
}

.hgi-twotone.hgi-clock-03:before {
    content: "䅇"
}

.hgi-twotone.hgi-clock-04:after {
    content: "䅈"
}

.hgi-twotone.hgi-clock-04:before {
    content: "䅉"
}

.hgi-twotone.hgi-clock-05:after {
    content: "䅊"
}

.hgi-twotone.hgi-clock-05:before {
    content: "䅋"
}

.hgi-twotone.hgi-closed-caption-alt:after {
    content: "䅌"
}

.hgi-twotone.hgi-closed-caption-alt:before {
    content: "䅍"
}

.hgi-twotone.hgi-closed-caption:after {
    content: "䅎"
}

.hgi-twotone.hgi-closed-caption:before {
    content: "䅏"
}

.hgi-twotone.hgi-clothes:after {
    content: "䅐"
}

.hgi-twotone.hgi-clothes:before {
    content: "䅑"
}

.hgi-twotone.hgi-cloud-angled-rain:after {
    content: "䅒"
}

.hgi-twotone.hgi-cloud-angled-rain-zap:after {
    content: "䅓"
}

.hgi-twotone.hgi-cloud-angled-rain-zap:before {
    content: "䅔"
}

.hgi-twotone.hgi-cloud-angled-rain:before {
    content: "䅕"
}

.hgi-twotone.hgi-cloud-angled-zap:after {
    content: "䅖"
}

.hgi-twotone.hgi-cloud-angled-zap:before {
    content: "䅗"
}

.hgi-twotone.hgi-cloud-big-rain:after {
    content: "䅘"
}

.hgi-twotone.hgi-cloud-big-rain:before {
    content: "䅙"
}

.hgi-twotone.hgi-cloud-download:after {
    content: "䅚"
}

.hgi-twotone.hgi-cloud-download:before {
    content: "䅛"
}

.hgi-twotone.hgi-cloud-fast-wind:after {
    content: "䅜"
}

.hgi-twotone.hgi-cloud-fast-wind:before {
    content: "䅝"
}

.hgi-twotone.hgi-cloud-hailstone:after {
    content: "䅞"
}

.hgi-twotone.hgi-cloud-hailstone:before {
    content: "䅟"
}

.hgi-twotone.hgi-cloud-little-rain:after {
    content: "䅠"
}

.hgi-twotone.hgi-cloud-little-rain:before {
    content: "䅡"
}

.hgi-twotone.hgi-cloud-little-snow:after {
    content: "䅢"
}

.hgi-twotone.hgi-cloud-little-snow:before {
    content: "䅣"
}

.hgi-twotone.hgi-cloud-loading:after {
    content: "䅤"
}

.hgi-twotone.hgi-cloud-loading:before {
    content: "䅥"
}

.hgi-twotone.hgi-cloud-mid-rain:after {
    content: "䅦"
}

.hgi-twotone.hgi-cloud-mid-rain:before {
    content: "䅧"
}

.hgi-twotone.hgi-cloud-mid-snow:after {
    content: "䅨"
}

.hgi-twotone.hgi-cloud-mid-snow:before {
    content: "䅩"
}

.hgi-twotone.hgi-cloud-saving-done-01:after {
    content: "䅪"
}

.hgi-twotone.hgi-cloud-saving-done-01:before {
    content: "䅫"
}

.hgi-twotone.hgi-cloud-saving-done-02:after {
    content: "䅬"
}

.hgi-twotone.hgi-cloud-saving-done-02:before {
    content: "䅭"
}

.hgi-twotone.hgi-cloud:after {
    content: "䅮"
}

.hgi-twotone.hgi-cloud-server:after {
    content: "䅯"
}

.hgi-twotone.hgi-cloud-server:before {
    content: "䅰"
}

.hgi-twotone.hgi-cloud-slow-wind:after {
    content: "䅱"
}

.hgi-twotone.hgi-cloud-slow-wind:before {
    content: "䅲"
}

.hgi-twotone.hgi-cloud-snow:after {
    content: "䅳"
}

.hgi-twotone.hgi-cloud-snow:before {
    content: "䅴"
}

.hgi-twotone.hgi-cloud-upload:after {
    content: "䅵"
}

.hgi-twotone.hgi-cloud-upload:before {
    content: "䅶"
}

.hgi-twotone.hgi-cloud:before {
    content: "䅷"
}

.hgi-twotone.hgi-clubs-01:after {
    content: "䅸"
}

.hgi-twotone.hgi-clubs-01:before {
    content: "䅹"
}

.hgi-twotone.hgi-clubs-02:after {
    content: "䅺"
}

.hgi-twotone.hgi-clubs-02:before {
    content: "䅻"
}

.hgi-twotone.hgi-co-present:after {
    content: "䅼"
}

.hgi-twotone.hgi-co-present:before {
    content: "䅽"
}

.hgi-twotone.hgi-code-circle:after {
    content: "䅾"
}

.hgi-twotone.hgi-code-circle:before {
    content: "䅿"
}

.hgi-twotone.hgi-code-folder:after {
    content: "䆀"
}

.hgi-twotone.hgi-code-folder:before {
    content: "䆁"
}

.hgi-twotone.hgi-code:after {
    content: "䆂"
}

.hgi-twotone.hgi-code-square:after {
    content: "䆃"
}

.hgi-twotone.hgi-code-square:before {
    content: "䆄"
}

.hgi-twotone.hgi-code:before {
    content: "䆅"
}

.hgi-twotone.hgi-codesandbox:after {
    content: "䆆"
}

.hgi-twotone.hgi-codesandbox:before {
    content: "䆇"
}

.hgi-twotone.hgi-coffee-01:after {
    content: "䆈"
}

.hgi-twotone.hgi-coffee-01:before {
    content: "䆉"
}

.hgi-twotone.hgi-coffee-02:after {
    content: "䆊"
}

.hgi-twotone.hgi-coffee-02:before {
    content: "䆋"
}

.hgi-twotone.hgi-coffee-beans:after {
    content: "䆌"
}

.hgi-twotone.hgi-coffee-beans:before {
    content: "䆍"
}

.hgi-twotone.hgi-coins-01:after {
    content: "䆎"
}

.hgi-twotone.hgi-coins-01:before {
    content: "䆏"
}

.hgi-twotone.hgi-coins-02:after {
    content: "䆐"
}

.hgi-twotone.hgi-coins-02:before {
    content: "䆑"
}

.hgi-twotone.hgi-coins-bitcoin:after {
    content: "䆒"
}

.hgi-twotone.hgi-coins-bitcoin:before {
    content: "䆓"
}

.hgi-twotone.hgi-coins-dollar:after {
    content: "䆔"
}

.hgi-twotone.hgi-coins-dollar:before {
    content: "䆕"
}

.hgi-twotone.hgi-coins-euro:after {
    content: "䆖"
}

.hgi-twotone.hgi-coins-euro:before {
    content: "䆗"
}

.hgi-twotone.hgi-coins-pound:after {
    content: "䆘"
}

.hgi-twotone.hgi-coins-pound:before {
    content: "䆙"
}

.hgi-twotone.hgi-coins-swap:after {
    content: "䆚"
}

.hgi-twotone.hgi-coins-swap:before {
    content: "䆛"
}

.hgi-twotone.hgi-coins-yen:after {
    content: "䆜"
}

.hgi-twotone.hgi-coins-yen:before {
    content: "䆝"
}

.hgi-twotone.hgi-collections-bookmark:after {
    content: "䆞"
}

.hgi-twotone.hgi-collections-bookmark:before {
    content: "䆟"
}

.hgi-twotone.hgi-color-picker:after {
    content: "䆠"
}

.hgi-twotone.hgi-color-picker:before {
    content: "䆡"
}

.hgi-twotone.hgi-colors:after {
    content: "䆢"
}

.hgi-twotone.hgi-colors:before {
    content: "䆣"
}

.hgi-twotone.hgi-colosseum:after {
    content: "䆤"
}

.hgi-twotone.hgi-colosseum:before {
    content: "䆥"
}

.hgi-twotone.hgi-column-delete:after {
    content: "䆦"
}

.hgi-twotone.hgi-column-delete:before {
    content: "䆧"
}

.hgi-twotone.hgi-column-insert:after {
    content: "䆨"
}

.hgi-twotone.hgi-column-insert:before {
    content: "䆩"
}

.hgi-twotone.hgi-comet-01:after {
    content: "䆪"
}

.hgi-twotone.hgi-comet-01:before {
    content: "䆫"
}

.hgi-twotone.hgi-comet-02:after {
    content: "䆬"
}

.hgi-twotone.hgi-comet-02:before {
    content: "䆭"
}

.hgi-twotone.hgi-coming-soon-01:after {
    content: "䆮"
}

.hgi-twotone.hgi-coming-soon-01:before {
    content: "䆯"
}

.hgi-twotone.hgi-coming-soon-02:after {
    content: "䆰"
}

.hgi-twotone.hgi-coming-soon-02:before {
    content: "䆱"
}

.hgi-twotone.hgi-command-line:after {
    content: "䆲"
}

.hgi-twotone.hgi-command-line:before {
    content: "䆳"
}

.hgi-twotone.hgi-command:after {
    content: "䆴"
}

.hgi-twotone.hgi-command:before {
    content: "䆵"
}

.hgi-twotone.hgi-comment-01:after {
    content: "䆶"
}

.hgi-twotone.hgi-comment-01:before {
    content: "䆷"
}

.hgi-twotone.hgi-comment-02:after {
    content: "䆸"
}

.hgi-twotone.hgi-comment-02:before {
    content: "䆹"
}

.hgi-twotone.hgi-comment-add-01:after {
    content: "䆺"
}

.hgi-twotone.hgi-comment-add-01:before {
    content: "䆻"
}

.hgi-twotone.hgi-comment-add-02:after {
    content: "䆼"
}

.hgi-twotone.hgi-comment-add-02:before {
    content: "䆽"
}

.hgi-twotone.hgi-comment-block-01:after {
    content: "䆾"
}

.hgi-twotone.hgi-comment-block-01:before {
    content: "䆿"
}

.hgi-twotone.hgi-comment-block-02:after {
    content: "䇀"
}

.hgi-twotone.hgi-comment-block-02:before {
    content: "䇁"
}

.hgi-twotone.hgi-comment-remove-01:after {
    content: "䇂"
}

.hgi-twotone.hgi-comment-remove-01:before {
    content: "䇃"
}

.hgi-twotone.hgi-comment-remove-02:after {
    content: "䇄"
}

.hgi-twotone.hgi-comment-remove-02:before {
    content: "䇅"
}

.hgi-twotone.hgi-compass-01:after {
    content: "䇆"
}

.hgi-twotone.hgi-compass-01:before {
    content: "䇇"
}

.hgi-twotone.hgi-compass:after {
    content: "䇈"
}

.hgi-twotone.hgi-compass:before {
    content: "䇉"
}

.hgi-twotone.hgi-complaint:after {
    content: "䇊"
}

.hgi-twotone.hgi-complaint:before {
    content: "䇋"
}

.hgi-twotone.hgi-computer-add:after {
    content: "䇌"
}

.hgi-twotone.hgi-computer-add:before {
    content: "䇍"
}

.hgi-twotone.hgi-computer-check:after {
    content: "䇎"
}

.hgi-twotone.hgi-computer-check:before {
    content: "䇏"
}

.hgi-twotone.hgi-computer-cloud:after {
    content: "䇐"
}

.hgi-twotone.hgi-computer-cloud:before {
    content: "䇑"
}

.hgi-twotone.hgi-computer-desk-01:after {
    content: "䇒"
}

.hgi-twotone.hgi-computer-desk-01:before {
    content: "䇓"
}

.hgi-twotone.hgi-computer-desk-02:after {
    content: "䇔"
}

.hgi-twotone.hgi-computer-desk-02:before {
    content: "䇕"
}

.hgi-twotone.hgi-computer-desk-03:after {
    content: "䇖"
}

.hgi-twotone.hgi-computer-desk-03:before {
    content: "䇗"
}

.hgi-twotone.hgi-computer-dollar:after {
    content: "䇘"
}

.hgi-twotone.hgi-computer-dollar:before {
    content: "䇙"
}

.hgi-twotone.hgi-computer-phone-sync:after {
    content: "䇚"
}

.hgi-twotone.hgi-computer-phone-sync:before {
    content: "䇛"
}

.hgi-twotone.hgi-computer-programming-01:after {
    content: "䇜"
}

.hgi-twotone.hgi-computer-programming-01:before {
    content: "䇝"
}

.hgi-twotone.hgi-computer-programming-02:after {
    content: "䇞"
}

.hgi-twotone.hgi-computer-programming-02:before {
    content: "䇟"
}

.hgi-twotone.hgi-computer-protection:after {
    content: "䇠"
}

.hgi-twotone.hgi-computer-protection:before {
    content: "䇡"
}

.hgi-twotone.hgi-computer-remove:after {
    content: "䇢"
}

.hgi-twotone.hgi-computer-remove:before {
    content: "䇣"
}

.hgi-twotone.hgi-computer:after {
    content: "䇤"
}

.hgi-twotone.hgi-computer-settings:after {
    content: "䇥"
}

.hgi-twotone.hgi-computer-settings:before {
    content: "䇦"
}

.hgi-twotone.hgi-computer-video-call:after {
    content: "䇧"
}

.hgi-twotone.hgi-computer-video-call:before {
    content: "䇨"
}

.hgi-twotone.hgi-computer-video:after {
    content: "䇩"
}

.hgi-twotone.hgi-computer-video:before {
    content: "䇪"
}

.hgi-twotone.hgi-computer:before {
    content: "䇫"
}

.hgi-twotone.hgi-cone-01:after {
    content: "䇬"
}

.hgi-twotone.hgi-cone-01:before {
    content: "䇭"
}

.hgi-twotone.hgi-cone-02:after {
    content: "䇮"
}

.hgi-twotone.hgi-cone-02:before {
    content: "䇯"
}

.hgi-twotone.hgi-conference:after {
    content: "䇰"
}

.hgi-twotone.hgi-conference:before {
    content: "䇱"
}

.hgi-twotone.hgi-configuration-01:after {
    content: "䇲"
}

.hgi-twotone.hgi-configuration-01:before {
    content: "䇳"
}

.hgi-twotone.hgi-configuration-02:after {
    content: "䇴"
}

.hgi-twotone.hgi-configuration-02:before {
    content: "䇵"
}

.hgi-twotone.hgi-confused:after {
    content: "䇶"
}

.hgi-twotone.hgi-confused:before {
    content: "䇷"
}

.hgi-twotone.hgi-congruent-to-circle:after {
    content: "䇸"
}

.hgi-twotone.hgi-congruent-to-circle:before {
    content: "䇹"
}

.hgi-twotone.hgi-congruent-to:after {
    content: "䇺"
}

.hgi-twotone.hgi-congruent-to-square:after {
    content: "䇻"
}

.hgi-twotone.hgi-congruent-to-square:before {
    content: "䇼"
}

.hgi-twotone.hgi-congruent-to:before {
    content: "䇽"
}

.hgi-twotone.hgi-connect:after {
    content: "䇾"
}

.hgi-twotone.hgi-connect:before {
    content: "䇿"
}

.hgi-twotone.hgi-console:after {
    content: "䈀"
}

.hgi-twotone.hgi-console:before {
    content: "䈁"
}

.hgi-twotone.hgi-constellation:after {
    content: "䈂"
}

.hgi-twotone.hgi-constellation:before {
    content: "䈃"
}

.hgi-twotone.hgi-contact-01:after {
    content: "䈄"
}

.hgi-twotone.hgi-contact-01:before {
    content: "䈅"
}

.hgi-twotone.hgi-contact-02:after {
    content: "䈆"
}

.hgi-twotone.hgi-contact-02:before {
    content: "䈇"
}

.hgi-twotone.hgi-contact-book:after {
    content: "䈈"
}

.hgi-twotone.hgi-contact-book:before {
    content: "䈉"
}

.hgi-twotone.hgi-contact:after {
    content: "䈊"
}

.hgi-twotone.hgi-contact:before {
    content: "䈋"
}

.hgi-twotone.hgi-container-truck-01:after {
    content: "䈌"
}

.hgi-twotone.hgi-container-truck-01:before {
    content: "䈍"
}

.hgi-twotone.hgi-container-truck-02:after {
    content: "䈎"
}

.hgi-twotone.hgi-container-truck-02:before {
    content: "䈏"
}

.hgi-twotone.hgi-container-truck:after {
    content: "䈐"
}

.hgi-twotone.hgi-container-truck:before {
    content: "䈑"
}

.hgi-twotone.hgi-contracts:after {
    content: "䈒"
}

.hgi-twotone.hgi-contracts:before {
    content: "䈓"
}

.hgi-twotone.hgi-conversation:after {
    content: "䈔"
}

.hgi-twotone.hgi-conversation:before {
    content: "䈕"
}

.hgi-twotone.hgi-cook-book:after {
    content: "䈖"
}

.hgi-twotone.hgi-cook-book:before {
    content: "䈗"
}

.hgi-twotone.hgi-cookie:after {
    content: "䈘"
}

.hgi-twotone.hgi-cookie:before {
    content: "䈙"
}

.hgi-twotone.hgi-coordinate-01:after {
    content: "䈚"
}

.hgi-twotone.hgi-coordinate-01:before {
    content: "䈛"
}

.hgi-twotone.hgi-coordinate-02:after {
    content: "䈜"
}

.hgi-twotone.hgi-coordinate-02:before {
    content: "䈝"
}

.hgi-twotone.hgi-copilot:after {
    content: "䈞"
}

.hgi-twotone.hgi-copilot:before {
    content: "䈟"
}

.hgi-twotone.hgi-copy-01:after {
    content: "䈠"
}

.hgi-twotone.hgi-copy-01:before {
    content: "䈡"
}

.hgi-twotone.hgi-copy-02:after {
    content: "䈢"
}

.hgi-twotone.hgi-copy-02:before {
    content: "䈣"
}

.hgi-twotone.hgi-copy-link:after {
    content: "䈤"
}

.hgi-twotone.hgi-copy-link:before {
    content: "䈥"
}

.hgi-twotone.hgi-copyright:after {
    content: "䈦"
}

.hgi-twotone.hgi-copyright:before {
    content: "䈧"
}

.hgi-twotone.hgi-corn:after {
    content: "䈨"
}

.hgi-twotone.hgi-corn:before {
    content: "䈩"
}

.hgi-twotone.hgi-corporate:after {
    content: "䈪"
}

.hgi-twotone.hgi-corporate:before {
    content: "䈫"
}

.hgi-twotone.hgi-cos:after {
    content: "䈬"
}

.hgi-twotone.hgi-cos:before {
    content: "䈭"
}

.hgi-twotone.hgi-cosine-01:after {
    content: "䈮"
}

.hgi-twotone.hgi-cosine-01:before {
    content: "䈯"
}

.hgi-twotone.hgi-cosine-02:after {
    content: "䈰"
}

.hgi-twotone.hgi-cosine-02:before {
    content: "䈱"
}

.hgi-twotone.hgi-cottage:after {
    content: "䈲"
}

.hgi-twotone.hgi-cottage:before {
    content: "䈳"
}

.hgi-twotone.hgi-cotton-candy:after {
    content: "䈴"
}

.hgi-twotone.hgi-cotton-candy:before {
    content: "䈵"
}

.hgi-twotone.hgi-coupon-01:after {
    content: "䈶"
}

.hgi-twotone.hgi-coupon-01:before {
    content: "䈷"
}

.hgi-twotone.hgi-coupon-02:after {
    content: "䈸"
}

.hgi-twotone.hgi-coupon-02:before {
    content: "䈹"
}

.hgi-twotone.hgi-coupon-03:after {
    content: "䈺"
}

.hgi-twotone.hgi-coupon-03:before {
    content: "䈻"
}

.hgi-twotone.hgi-coupon-percent:after {
    content: "䈼"
}

.hgi-twotone.hgi-coupon-percent:before {
    content: "䈽"
}

.hgi-twotone.hgi-course:after {
    content: "䈾"
}

.hgi-twotone.hgi-course:before {
    content: "䈿"
}

.hgi-twotone.hgi-court-house:after {
    content: "䉀"
}

.hgi-twotone.hgi-court-house:before {
    content: "䉁"
}

.hgi-twotone.hgi-court-law:after {
    content: "䉂"
}

.hgi-twotone.hgi-court-law:before {
    content: "䉃"
}

.hgi-twotone.hgi-covariate:after {
    content: "䉄"
}

.hgi-twotone.hgi-covariate:before {
    content: "䉅"
}

.hgi-twotone.hgi-covid-info:after {
    content: "䉆"
}

.hgi-twotone.hgi-covid-info:before {
    content: "䉇"
}

.hgi-twotone.hgi-cowboy-hat:after {
    content: "䉈"
}

.hgi-twotone.hgi-cowboy-hat:before {
    content: "䉉"
}

.hgi-twotone.hgi-cplusplus:after {
    content: "䉊"
}

.hgi-twotone.hgi-cplusplus:before {
    content: "䉋"
}

.hgi-twotone.hgi-cpu-charge:after {
    content: "䉌"
}

.hgi-twotone.hgi-cpu-charge:before {
    content: "䉍"
}

.hgi-twotone.hgi-cpu:after {
    content: "䉎"
}

.hgi-twotone.hgi-cpu-settings:after {
    content: "䉏"
}

.hgi-twotone.hgi-cpu-settings:before {
    content: "䉐"
}

.hgi-twotone.hgi-cpu:before {
    content: "䉑"
}

.hgi-twotone.hgi-crab:after {
    content: "䉒"
}

.hgi-twotone.hgi-crab:before {
    content: "䉓"
}

.hgi-twotone.hgi-crane:after {
    content: "䉔"
}

.hgi-twotone.hgi-crane:before {
    content: "䉕"
}

.hgi-twotone.hgi-crazy:after {
    content: "䉖"
}

.hgi-twotone.hgi-crazy:before {
    content: "䉗"
}

.hgi-twotone.hgi-creative-market:after {
    content: "䉘"
}

.hgi-twotone.hgi-creative-market:before {
    content: "䉙"
}

.hgi-twotone.hgi-credit-card-accept:after {
    content: "䉚"
}

.hgi-twotone.hgi-credit-card-accept:before {
    content: "䉛"
}

.hgi-twotone.hgi-credit-card-add:after {
    content: "䉜"
}

.hgi-twotone.hgi-credit-card-add:before {
    content: "䉝"
}

.hgi-twotone.hgi-credit-card-change:after {
    content: "䉞"
}

.hgi-twotone.hgi-credit-card-change:before {
    content: "䉟"
}

.hgi-twotone.hgi-credit-card-defrost:after {
    content: "䉠"
}

.hgi-twotone.hgi-credit-card-defrost:before {
    content: "䉡"
}

.hgi-twotone.hgi-credit-card-freeze:after {
    content: "䉢"
}

.hgi-twotone.hgi-credit-card-freeze:before {
    content: "䉣"
}

.hgi-twotone.hgi-credit-card-not-accept:after {
    content: "䉤"
}

.hgi-twotone.hgi-credit-card-not-accept:before {
    content: "䉥"
}

.hgi-twotone.hgi-credit-card-not-found:after {
    content: "䉦"
}

.hgi-twotone.hgi-credit-card-not-found:before {
    content: "䉧"
}

.hgi-twotone.hgi-credit-card-pos:after {
    content: "䉨"
}

.hgi-twotone.hgi-credit-card-pos:before {
    content: "䉩"
}

.hgi-twotone.hgi-credit-card:after {
    content: "䉪"
}

.hgi-twotone.hgi-credit-card-validation:after {
    content: "䉫"
}

.hgi-twotone.hgi-credit-card-validation:before {
    content: "䉬"
}

.hgi-twotone.hgi-credit-card:before {
    content: "䉭"
}

.hgi-twotone.hgi-cricket-bat:after {
    content: "䉮"
}

.hgi-twotone.hgi-cricket-bat:before {
    content: "䉯"
}

.hgi-twotone.hgi-cricket-helmet:after {
    content: "䉰"
}

.hgi-twotone.hgi-cricket-helmet:before {
    content: "䉱"
}

.hgi-twotone.hgi-croissant:after {
    content: "䉲"
}

.hgi-twotone.hgi-croissant:before {
    content: "䉳"
}

.hgi-twotone.hgi-crop:after {
    content: "䉴"
}

.hgi-twotone.hgi-crop:before {
    content: "䉵"
}

.hgi-twotone.hgi-crowdfunding:after {
    content: "䉶"
}

.hgi-twotone.hgi-crowdfunding:before {
    content: "䉷"
}

.hgi-twotone.hgi-crown:after {
    content: "䉸"
}

.hgi-twotone.hgi-crown:before {
    content: "䉹"
}

.hgi-twotone.hgi-crying:after {
    content: "䉺"
}

.hgi-twotone.hgi-crying:before {
    content: "䉻"
}

.hgi-twotone.hgi-csv-01:after {
    content: "䉼"
}

.hgi-twotone.hgi-csv-01:before {
    content: "䉽"
}

.hgi-twotone.hgi-csv-02:after {
    content: "䉾"
}

.hgi-twotone.hgi-csv-02:before {
    content: "䉿"
}

.hgi-twotone.hgi-cube:after {
    content: "䊀"
}

.hgi-twotone.hgi-cube:before {
    content: "䊁"
}

.hgi-twotone.hgi-cupcake-01:after {
    content: "䊂"
}

.hgi-twotone.hgi-cupcake-01:before {
    content: "䊃"
}

.hgi-twotone.hgi-cupcake-02:after {
    content: "䊄"
}

.hgi-twotone.hgi-cupcake-02:before {
    content: "䊅"
}

.hgi-twotone.hgi-cupcake-03:after {
    content: "䊆"
}

.hgi-twotone.hgi-cupcake-03:before {
    content: "䊇"
}

.hgi-twotone.hgi-curling:after {
    content: "䊈"
}

.hgi-twotone.hgi-curling:before {
    content: "䊉"
}

.hgi-twotone.hgi-cursor-01:after {
    content: "䊊"
}

.hgi-twotone.hgi-cursor-01:before {
    content: "䊋"
}

.hgi-twotone.hgi-cursor-02:after {
    content: "䊌"
}

.hgi-twotone.hgi-cursor-02:before {
    content: "䊍"
}

.hgi-twotone.hgi-cursor-add-selection-01:after {
    content: "䊎"
}

.hgi-twotone.hgi-cursor-add-selection-01:before {
    content: "䊏"
}

.hgi-twotone.hgi-cursor-add-selection-02:after {
    content: "䊐"
}

.hgi-twotone.hgi-cursor-add-selection-02:before {
    content: "䊑"
}

.hgi-twotone.hgi-cursor-circle-selection-01:after {
    content: "䊒"
}

.hgi-twotone.hgi-cursor-circle-selection-01:before {
    content: "䊓"
}

.hgi-twotone.hgi-cursor-circle-selection-02:after {
    content: "䊔"
}

.hgi-twotone.hgi-cursor-circle-selection-02:before {
    content: "䊕"
}

.hgi-twotone.hgi-cursor-disabled-01:after {
    content: "䊖"
}

.hgi-twotone.hgi-cursor-disabled-01:before {
    content: "䊗"
}

.hgi-twotone.hgi-cursor-disabled-02:after {
    content: "䊘"
}

.hgi-twotone.hgi-cursor-disabled-02:before {
    content: "䊙"
}

.hgi-twotone.hgi-cursor-edit-01:after {
    content: "䊚"
}

.hgi-twotone.hgi-cursor-edit-01:before {
    content: "䊛"
}

.hgi-twotone.hgi-cursor-edit-02:after {
    content: "䊜"
}

.hgi-twotone.hgi-cursor-edit-02:before {
    content: "䊝"
}

.hgi-twotone.hgi-cursor-hold-01:after {
    content: "䊞"
}

.hgi-twotone.hgi-cursor-hold-01:before {
    content: "䊟"
}

.hgi-twotone.hgi-cursor-hold-02:after {
    content: "䊠"
}

.hgi-twotone.hgi-cursor-hold-02:before {
    content: "䊡"
}

.hgi-twotone.hgi-cursor-in-window:after {
    content: "䊢"
}

.hgi-twotone.hgi-cursor-in-window:before {
    content: "䊣"
}

.hgi-twotone.hgi-cursor-info-01:after {
    content: "䊤"
}

.hgi-twotone.hgi-cursor-info-01:before {
    content: "䊥"
}

.hgi-twotone.hgi-cursor-info-02:after {
    content: "䊦"
}

.hgi-twotone.hgi-cursor-info-02:before {
    content: "䊧"
}

.hgi-twotone.hgi-cursor-loading-01:after {
    content: "䊨"
}

.hgi-twotone.hgi-cursor-loading-01:before {
    content: "䊩"
}

.hgi-twotone.hgi-cursor-loading-02:after {
    content: "䊪"
}

.hgi-twotone.hgi-cursor-loading-02:before {
    content: "䊫"
}

.hgi-twotone.hgi-cursor-magic-selection-01:after {
    content: "䊬"
}

.hgi-twotone.hgi-cursor-magic-selection-01:before {
    content: "䊭"
}

.hgi-twotone.hgi-cursor-magic-selection-02:after {
    content: "䊮"
}

.hgi-twotone.hgi-cursor-magic-selection-02:before {
    content: "䊯"
}

.hgi-twotone.hgi-cursor-move-01:after {
    content: "䊰"
}

.hgi-twotone.hgi-cursor-move-01:before {
    content: "䊱"
}

.hgi-twotone.hgi-cursor-move-02:after {
    content: "䊲"
}

.hgi-twotone.hgi-cursor-move-02:before {
    content: "䊳"
}

.hgi-twotone.hgi-cursor-pointer-01:after {
    content: "䊴"
}

.hgi-twotone.hgi-cursor-pointer-01:before {
    content: "䊵"
}

.hgi-twotone.hgi-cursor-pointer-02:after {
    content: "䊶"
}

.hgi-twotone.hgi-cursor-pointer-02:before {
    content: "䊷"
}

.hgi-twotone.hgi-cursor-progress-01:after {
    content: "䊸"
}

.hgi-twotone.hgi-cursor-progress-01:before {
    content: "䊹"
}

.hgi-twotone.hgi-cursor-progress-02:after {
    content: "䊺"
}

.hgi-twotone.hgi-cursor-progress-02:before {
    content: "䊻"
}

.hgi-twotone.hgi-cursor-progress-03:after {
    content: "䊼"
}

.hgi-twotone.hgi-cursor-progress-03:before {
    content: "䊽"
}

.hgi-twotone.hgi-cursor-progress-04:after {
    content: "䊾"
}

.hgi-twotone.hgi-cursor-progress-04:before {
    content: "䊿"
}

.hgi-twotone.hgi-cursor-rectangle-selection-01:after {
    content: "䋀"
}

.hgi-twotone.hgi-cursor-rectangle-selection-01:before {
    content: "䋁"
}

.hgi-twotone.hgi-cursor-rectangle-selection-02:after {
    content: "䋂"
}

.hgi-twotone.hgi-cursor-rectangle-selection-02:before {
    content: "䋃"
}

.hgi-twotone.hgi-cursor-remove-selection-01:after {
    content: "䋄"
}

.hgi-twotone.hgi-cursor-remove-selection-01:before {
    content: "䋅"
}

.hgi-twotone.hgi-cursor-remove-selection-02:after {
    content: "䋆"
}

.hgi-twotone.hgi-cursor-remove-selection-02:before {
    content: "䋇"
}

.hgi-twotone.hgi-cursor-text:after {
    content: "䋈"
}

.hgi-twotone.hgi-cursor-text:before {
    content: "䋉"
}

.hgi-twotone.hgi-curtains:after {
    content: "䋊"
}

.hgi-twotone.hgi-curtains:before {
    content: "䋋"
}

.hgi-twotone.hgi-curvy-left-direction:after {
    content: "䋌"
}

.hgi-twotone.hgi-curvy-left-direction:before {
    content: "䋍"
}

.hgi-twotone.hgi-curvy-left-right-direction:after {
    content: "䋎"
}

.hgi-twotone.hgi-curvy-left-right-direction:before {
    content: "䋏"
}

.hgi-twotone.hgi-curvy-right-direction:after {
    content: "䋐"
}

.hgi-twotone.hgi-curvy-right-direction:before {
    content: "䋑"
}

.hgi-twotone.hgi-curvy-up-down-direction:after {
    content: "䋒"
}

.hgi-twotone.hgi-curvy-up-down-direction:before {
    content: "䋓"
}

.hgi-twotone.hgi-customer-service-01:after {
    content: "䋔"
}

.hgi-twotone.hgi-customer-service-01:before {
    content: "䋕"
}

.hgi-twotone.hgi-customer-service-02:after {
    content: "䋖"
}

.hgi-twotone.hgi-customer-service-02:before {
    content: "䋗"
}

.hgi-twotone.hgi-customer-service:after {
    content: "䋘"
}

.hgi-twotone.hgi-customer-service:before {
    content: "䋙"
}

.hgi-twotone.hgi-customer-support:after {
    content: "䋚"
}

.hgi-twotone.hgi-customer-support:before {
    content: "䋛"
}

.hgi-twotone.hgi-customize:after {
    content: "䋜"
}

.hgi-twotone.hgi-customize:before {
    content: "䋝"
}

.hgi-twotone.hgi-cylinder-01:after {
    content: "䋞"
}

.hgi-twotone.hgi-cylinder-01:before {
    content: "䋟"
}

.hgi-twotone.hgi-cylinder-02:after {
    content: "䋠"
}

.hgi-twotone.hgi-cylinder-02:before {
    content: "䋡"
}

.hgi-twotone.hgi-cylinder-03:after {
    content: "䋢"
}

.hgi-twotone.hgi-cylinder-03:before {
    content: "䋣"
}

.hgi-twotone.hgi-cylinder-04:after {
    content: "䋤"
}

.hgi-twotone.hgi-cylinder-04:before {
    content: "䋥"
}

.hgi-twotone.hgi-danger:after {
    content: "䋦"
}

.hgi-twotone.hgi-danger:before {
    content: "䋧"
}

.hgi-twotone.hgi-dark-mode:after {
    content: "䋨"
}

.hgi-twotone.hgi-dark-mode:before {
    content: "䋩"
}

.hgi-twotone.hgi-dart:after {
    content: "䋪"
}

.hgi-twotone.hgi-dart:before {
    content: "䋫"
}

.hgi-twotone.hgi-dashboard-browsing:after {
    content: "䋬"
}

.hgi-twotone.hgi-dashboard-browsing:before {
    content: "䋭"
}

.hgi-twotone.hgi-dashboard-circle-add:after {
    content: "䋮"
}

.hgi-twotone.hgi-dashboard-circle-add:before {
    content: "䋯"
}

.hgi-twotone.hgi-dashboard-circle-edit:after {
    content: "䋰"
}

.hgi-twotone.hgi-dashboard-circle-edit:before {
    content: "䋱"
}

.hgi-twotone.hgi-dashboard-circle-remove:after {
    content: "䋲"
}

.hgi-twotone.hgi-dashboard-circle-remove:before {
    content: "䋳"
}

.hgi-twotone.hgi-dashboard-circle:after {
    content: "䋴"
}

.hgi-twotone.hgi-dashboard-circle-settings:after {
    content: "䋵"
}

.hgi-twotone.hgi-dashboard-circle-settings:before {
    content: "䋶"
}

.hgi-twotone.hgi-dashboard-circle:before {
    content: "䋷"
}

.hgi-twotone.hgi-dashboard-speed-01:after {
    content: "䋸"
}

.hgi-twotone.hgi-dashboard-speed-01:before {
    content: "䋹"
}

.hgi-twotone.hgi-dashboard-speed-02:after {
    content: "䋺"
}

.hgi-twotone.hgi-dashboard-speed-02:before {
    content: "䋻"
}

.hgi-twotone.hgi-dashboard-square-01:after {
    content: "䋼"
}

.hgi-twotone.hgi-dashboard-square-01:before {
    content: "䋽"
}

.hgi-twotone.hgi-dashboard-square-02:after {
    content: "䋾"
}

.hgi-twotone.hgi-dashboard-square-02:before {
    content: "䋿"
}

.hgi-twotone.hgi-dashboard-square-03:after {
    content: "䌀"
}

.hgi-twotone.hgi-dashboard-square-03:before {
    content: "䌁"
}

.hgi-twotone.hgi-dashboard-square-add:after {
    content: "䌂"
}

.hgi-twotone.hgi-dashboard-square-add:before {
    content: "䌃"
}

.hgi-twotone.hgi-dashboard-square-edit:after {
    content: "䌄"
}

.hgi-twotone.hgi-dashboard-square-edit:before {
    content: "䌅"
}

.hgi-twotone.hgi-dashboard-square-remove:after {
    content: "䌆"
}

.hgi-twotone.hgi-dashboard-square-remove:before {
    content: "䌇"
}

.hgi-twotone.hgi-dashboard-square-setting:after {
    content: "䌈"
}

.hgi-twotone.hgi-dashboard-square-setting:before {
    content: "䌉"
}

.hgi-twotone.hgi-dashed-line-01:after {
    content: "䌊"
}

.hgi-twotone.hgi-dashed-line-01:before {
    content: "䌋"
}

.hgi-twotone.hgi-dashed-line-02:after {
    content: "䌌"
}

.hgi-twotone.hgi-dashed-line-02:before {
    content: "䌍"
}

.hgi-twotone.hgi-data-recovery:after {
    content: "䌎"
}

.hgi-twotone.hgi-data-recovery:before {
    content: "䌏"
}

.hgi-twotone.hgi-database-01:after {
    content: "䌐"
}

.hgi-twotone.hgi-database-01:before {
    content: "䌑"
}

.hgi-twotone.hgi-database-02:after {
    content: "䌒"
}

.hgi-twotone.hgi-database-02:before {
    content: "䌓"
}

.hgi-twotone.hgi-database-add:after {
    content: "䌔"
}

.hgi-twotone.hgi-database-add:before {
    content: "䌕"
}

.hgi-twotone.hgi-database-export:after {
    content: "䌖"
}

.hgi-twotone.hgi-database-export:before {
    content: "䌗"
}

.hgi-twotone.hgi-database-import:after {
    content: "䌘"
}

.hgi-twotone.hgi-database-import:before {
    content: "䌙"
}

.hgi-twotone.hgi-database-locked:after {
    content: "䌚"
}

.hgi-twotone.hgi-database-locked:before {
    content: "䌛"
}

.hgi-twotone.hgi-database-restore:after {
    content: "䌜"
}

.hgi-twotone.hgi-database-restore:before {
    content: "䌝"
}

.hgi-twotone.hgi-database:after {
    content: "䌞"
}

.hgi-twotone.hgi-database-setting:after {
    content: "䌟"
}

.hgi-twotone.hgi-database-setting:before {
    content: "䌠"
}

.hgi-twotone.hgi-database-sync-01:after {
    content: "䌡"
}

.hgi-twotone.hgi-database-sync-01:before {
    content: "䌢"
}

.hgi-twotone.hgi-database-sync:after {
    content: "䌣"
}

.hgi-twotone.hgi-database-sync:before {
    content: "䌤"
}

.hgi-twotone.hgi-database:before {
    content: "䌥"
}

.hgi-twotone.hgi-dates:after {
    content: "䌦"
}

.hgi-twotone.hgi-dates:before {
    content: "䌧"
}

.hgi-twotone.hgi-dead:after {
    content: "䌨"
}

.hgi-twotone.hgi-dead:before {
    content: "䌩"
}

.hgi-twotone.hgi-delete-01:after {
    content: "䌪"
}

.hgi-twotone.hgi-delete-01:before {
    content: "䌫"
}

.hgi-twotone.hgi-delete-02:after {
    content: "䌬"
}

.hgi-twotone.hgi-delete-02:before {
    content: "䌭"
}

.hgi-twotone.hgi-delete-03:after {
    content: "䌮"
}

.hgi-twotone.hgi-delete-03:before {
    content: "䌯"
}

.hgi-twotone.hgi-delete-04:after {
    content: "䌰"
}

.hgi-twotone.hgi-delete-04:before {
    content: "䌱"
}

.hgi-twotone.hgi-delete-column:after {
    content: "䌲"
}

.hgi-twotone.hgi-delete-column:before {
    content: "䌳"
}

.hgi-twotone.hgi-delete-put-back:after {
    content: "䌴"
}

.hgi-twotone.hgi-delete-put-back:before {
    content: "䌵"
}

.hgi-twotone.hgi-delete-row:after {
    content: "䌶"
}

.hgi-twotone.hgi-delete-row:before {
    content: "䌷"
}

.hgi-twotone.hgi-delete-throw:after {
    content: "䌸"
}

.hgi-twotone.hgi-delete-throw:before {
    content: "䌹"
}

.hgi-twotone.hgi-delivered-sent:after {
    content: "䌺"
}

.hgi-twotone.hgi-delivered-sent:before {
    content: "䌻"
}

.hgi-twotone.hgi-delivery-box-01:after {
    content: "䌼"
}

.hgi-twotone.hgi-delivery-box-01:before {
    content: "䌽"
}

.hgi-twotone.hgi-delivery-box-02:after {
    content: "䌾"
}

.hgi-twotone.hgi-delivery-box-02:before {
    content: "䌿"
}

.hgi-twotone.hgi-delivery-delay-01:after {
    content: "䍀"
}

.hgi-twotone.hgi-delivery-delay-01:before {
    content: "䍁"
}

.hgi-twotone.hgi-delivery-delay-02:after {
    content: "䍂"
}

.hgi-twotone.hgi-delivery-delay-02:before {
    content: "䍃"
}

.hgi-twotone.hgi-delivery-return-01:after {
    content: "䍄"
}

.hgi-twotone.hgi-delivery-return-01:before {
    content: "䍅"
}

.hgi-twotone.hgi-delivery-return-02:after {
    content: "䍆"
}

.hgi-twotone.hgi-delivery-return-02:before {
    content: "䍇"
}

.hgi-twotone.hgi-delivery-secure-01:after {
    content: "䍈"
}

.hgi-twotone.hgi-delivery-secure-01:before {
    content: "䍉"
}

.hgi-twotone.hgi-delivery-secure-02:after {
    content: "䍊"
}

.hgi-twotone.hgi-delivery-secure-02:before {
    content: "䍋"
}

.hgi-twotone.hgi-delivery-sent-01:after {
    content: "䍌"
}

.hgi-twotone.hgi-delivery-sent-01:before {
    content: "䍍"
}

.hgi-twotone.hgi-delivery-sent-02:after {
    content: "䍎"
}

.hgi-twotone.hgi-delivery-sent-02:before {
    content: "䍏"
}

.hgi-twotone.hgi-delivery-tracking-01:after {
    content: "䍐"
}

.hgi-twotone.hgi-delivery-tracking-01:before {
    content: "䍑"
}

.hgi-twotone.hgi-delivery-tracking-02:after {
    content: "䍒"
}

.hgi-twotone.hgi-delivery-tracking-02:before {
    content: "䍓"
}

.hgi-twotone.hgi-delivery-truck-01:after {
    content: "䍔"
}

.hgi-twotone.hgi-delivery-truck-01:before {
    content: "䍕"
}

.hgi-twotone.hgi-delivery-truck-02:after {
    content: "䍖"
}

.hgi-twotone.hgi-delivery-truck-02:before {
    content: "䍗"
}

.hgi-twotone.hgi-delivery-view-01:after {
    content: "䍘"
}

.hgi-twotone.hgi-delivery-view-01:before {
    content: "䍙"
}

.hgi-twotone.hgi-delivery-view-02:after {
    content: "䍚"
}

.hgi-twotone.hgi-delivery-view-02:before {
    content: "䍛"
}

.hgi-twotone.hgi-dental-braces:after {
    content: "䍜"
}

.hgi-twotone.hgi-dental-braces:before {
    content: "䍝"
}

.hgi-twotone.hgi-dental-broken-tooth:after {
    content: "䍞"
}

.hgi-twotone.hgi-dental-broken-tooth:before {
    content: "䍟"
}

.hgi-twotone.hgi-dental-care:after {
    content: "䍠"
}

.hgi-twotone.hgi-dental-care:before {
    content: "䍡"
}

.hgi-twotone.hgi-dental-tooth:after {
    content: "䍢"
}

.hgi-twotone.hgi-dental-tooth:before {
    content: "䍣"
}

.hgi-twotone.hgi-departement:after {
    content: "䍤"
}

.hgi-twotone.hgi-departement:before {
    content: "䍥"
}

.hgi-twotone.hgi-desert:after {
    content: "䍦"
}

.hgi-twotone.hgi-desert:before {
    content: "䍧"
}

.hgi-twotone.hgi-desk-01:after {
    content: "䍨"
}

.hgi-twotone.hgi-desk-01:before {
    content: "䍩"
}

.hgi-twotone.hgi-desk-02:after {
    content: "䍪"
}

.hgi-twotone.hgi-desk-02:before {
    content: "䍫"
}

.hgi-twotone.hgi-desk:after {
    content: "䍬"
}

.hgi-twotone.hgi-desk:before {
    content: "䍭"
}

.hgi-twotone.hgi-developer:after {
    content: "䍮"
}

.hgi-twotone.hgi-developer:before {
    content: "䍯"
}

.hgi-twotone.hgi-deviantart:after {
    content: "䍰"
}

.hgi-twotone.hgi-deviantart:before {
    content: "䍱"
}

.hgi-twotone.hgi-device-access:after {
    content: "䍲"
}

.hgi-twotone.hgi-device-access:before {
    content: "䍳"
}

.hgi-twotone.hgi-diagonal-scroll-point-01:after {
    content: "䍴"
}

.hgi-twotone.hgi-diagonal-scroll-point-01:before {
    content: "䍵"
}

.hgi-twotone.hgi-diagonal-scroll-point-02:after {
    content: "䍶"
}

.hgi-twotone.hgi-diagonal-scroll-point-02:before {
    content: "䍷"
}

.hgi-twotone.hgi-dialpad-circle-01:after {
    content: "䍸"
}

.hgi-twotone.hgi-dialpad-circle-01:before {
    content: "䍹"
}

.hgi-twotone.hgi-dialpad-circle-02:after {
    content: "䍺"
}

.hgi-twotone.hgi-dialpad-circle-02:before {
    content: "䍻"
}

.hgi-twotone.hgi-dialpad-square-01:after {
    content: "䍼"
}

.hgi-twotone.hgi-dialpad-square-01:before {
    content: "䍽"
}

.hgi-twotone.hgi-dialpad-square-02:after {
    content: "䍾"
}

.hgi-twotone.hgi-dialpad-square-02:before {
    content: "䍿"
}

.hgi-twotone.hgi-diameter:after {
    content: "䎀"
}

.hgi-twotone.hgi-diameter:before {
    content: "䎁"
}

.hgi-twotone.hgi-diamond-01:after {
    content: "䎂"
}

.hgi-twotone.hgi-diamond-01:before {
    content: "䎃"
}

.hgi-twotone.hgi-diamond-02:after {
    content: "䎄"
}

.hgi-twotone.hgi-diamond-02:before {
    content: "䎅"
}

.hgi-twotone.hgi-diamond:after {
    content: "䎆"
}

.hgi-twotone.hgi-diamond:before {
    content: "䎇"
}

.hgi-twotone.hgi-diaper:after {
    content: "䎈"
}

.hgi-twotone.hgi-diaper:before {
    content: "䎉"
}

.hgi-twotone.hgi-dice-faces-01:after {
    content: "䎊"
}

.hgi-twotone.hgi-dice-faces-01:before {
    content: "䎋"
}

.hgi-twotone.hgi-dice-faces-02:after {
    content: "䎌"
}

.hgi-twotone.hgi-dice-faces-02:before {
    content: "䎍"
}

.hgi-twotone.hgi-dice-faces-03:after {
    content: "䎎"
}

.hgi-twotone.hgi-dice-faces-03:before {
    content: "䎏"
}

.hgi-twotone.hgi-dice-faces-04:after {
    content: "䎐"
}

.hgi-twotone.hgi-dice-faces-04:before {
    content: "䎑"
}

.hgi-twotone.hgi-dice-faces-05:after {
    content: "䎒"
}

.hgi-twotone.hgi-dice-faces-05:before {
    content: "䎓"
}

.hgi-twotone.hgi-dice-faces-06:after {
    content: "䎔"
}

.hgi-twotone.hgi-dice-faces-06:before {
    content: "䎕"
}

.hgi-twotone.hgi-dice:after {
    content: "䎖"
}

.hgi-twotone.hgi-dice:before {
    content: "䎗"
}

.hgi-twotone.hgi-digestion:after {
    content: "䎘"
}

.hgi-twotone.hgi-digestion:before {
    content: "䎙"
}

.hgi-twotone.hgi-digg:after {
    content: "䎚"
}

.hgi-twotone.hgi-digg:before {
    content: "䎛"
}

.hgi-twotone.hgi-digital-clock:after {
    content: "䎜"
}

.hgi-twotone.hgi-digital-clock:before {
    content: "䎝"
}

.hgi-twotone.hgi-dim-sum-01:after {
    content: "䎞"
}

.hgi-twotone.hgi-dim-sum-01:before {
    content: "䎟"
}

.hgi-twotone.hgi-dim-sum-02:after {
    content: "䎠"
}

.hgi-twotone.hgi-dim-sum-02:before {
    content: "䎡"
}

.hgi-twotone.hgi-dining-table:after {
    content: "䎢"
}

.hgi-twotone.hgi-dining-table:before {
    content: "䎣"
}

.hgi-twotone.hgi-diploma:after {
    content: "䎤"
}

.hgi-twotone.hgi-diploma:before {
    content: "䎥"
}

.hgi-twotone.hgi-direction-left-01:after {
    content: "䎦"
}

.hgi-twotone.hgi-direction-left-01:before {
    content: "䎧"
}

.hgi-twotone.hgi-direction-left-02:after {
    content: "䎨"
}

.hgi-twotone.hgi-direction-left-02:before {
    content: "䎩"
}

.hgi-twotone.hgi-direction-right-01:after {
    content: "䎪"
}

.hgi-twotone.hgi-direction-right-01:before {
    content: "䎫"
}

.hgi-twotone.hgi-direction-right-02:after {
    content: "䎬"
}

.hgi-twotone.hgi-direction-right-02:before {
    content: "䎭"
}

.hgi-twotone.hgi-directions-01:after {
    content: "䎮"
}

.hgi-twotone.hgi-directions-01:before {
    content: "䎯"
}

.hgi-twotone.hgi-directions-02:after {
    content: "䎰"
}

.hgi-twotone.hgi-directions-02:before {
    content: "䎱"
}

.hgi-twotone.hgi-dirham:after {
    content: "䎲"
}

.hgi-twotone.hgi-dirham:before {
    content: "䎳"
}

.hgi-twotone.hgi-disability-01:after {
    content: "䎴"
}

.hgi-twotone.hgi-disability-01:before {
    content: "䎵"
}

.hgi-twotone.hgi-disability-02:after {
    content: "䎶"
}

.hgi-twotone.hgi-disability-02:before {
    content: "䎷"
}

.hgi-twotone.hgi-discord:after {
    content: "䎸"
}

.hgi-twotone.hgi-discord:before {
    content: "䎹"
}

.hgi-twotone.hgi-discount-01:after {
    content: "䎺"
}

.hgi-twotone.hgi-discount-01:before {
    content: "䎻"
}

.hgi-twotone.hgi-discount:after {
    content: "䎼"
}

.hgi-twotone.hgi-discount-tag-01:after {
    content: "䎽"
}

.hgi-twotone.hgi-discount-tag-01:before {
    content: "䎾"
}

.hgi-twotone.hgi-discount-tag-02:after {
    content: "䎿"
}

.hgi-twotone.hgi-discount-tag-02:before {
    content: "䏀"
}

.hgi-twotone.hgi-discount:before {
    content: "䏁"
}

.hgi-twotone.hgi-discover-circle:after {
    content: "䏂"
}

.hgi-twotone.hgi-discover-circle:before {
    content: "䏃"
}

.hgi-twotone.hgi-discover-square:after {
    content: "䏄"
}

.hgi-twotone.hgi-discover-square:before {
    content: "䏅"
}

.hgi-twotone.hgi-dish-01:after {
    content: "䏆"
}

.hgi-twotone.hgi-dish-01:before {
    content: "䏇"
}

.hgi-twotone.hgi-dish-02:after {
    content: "䏈"
}

.hgi-twotone.hgi-dish-02:before {
    content: "䏉"
}

.hgi-twotone.hgi-dish-washer:after {
    content: "䏊"
}

.hgi-twotone.hgi-dish-washer:before {
    content: "䏋"
}

.hgi-twotone.hgi-displeased:after {
    content: "䏌"
}

.hgi-twotone.hgi-displeased:before {
    content: "䏍"
}

.hgi-twotone.hgi-distribute-horizontal-center:after {
    content: "䏎"
}

.hgi-twotone.hgi-distribute-horizontal-center:before {
    content: "䏏"
}

.hgi-twotone.hgi-distribute-horizontal-left:after {
    content: "䏐"
}

.hgi-twotone.hgi-distribute-horizontal-left:before {
    content: "䏑"
}

.hgi-twotone.hgi-distribute-horizontal-right:after {
    content: "䏒"
}

.hgi-twotone.hgi-distribute-horizontal-right:before {
    content: "䏓"
}

.hgi-twotone.hgi-distribute-vertical-bottom:after {
    content: "䏔"
}

.hgi-twotone.hgi-distribute-vertical-bottom:before {
    content: "䏕"
}

.hgi-twotone.hgi-distribute-vertical-center:after {
    content: "䏖"
}

.hgi-twotone.hgi-distribute-vertical-center:before {
    content: "䏗"
}

.hgi-twotone.hgi-distribute-vertical-top:after {
    content: "䏘"
}

.hgi-twotone.hgi-distribute-vertical-top:before {
    content: "䏙"
}

.hgi-twotone.hgi-distribution:after {
    content: "䏚"
}

.hgi-twotone.hgi-distribution:before {
    content: "䏛"
}

.hgi-twotone.hgi-divide-sign-circle:after {
    content: "䏜"
}

.hgi-twotone.hgi-divide-sign-circle:before {
    content: "䏝"
}

.hgi-twotone.hgi-divide-sign:after {
    content: "䏞"
}

.hgi-twotone.hgi-divide-sign-square:after {
    content: "䏟"
}

.hgi-twotone.hgi-divide-sign-square:before {
    content: "䏠"
}

.hgi-twotone.hgi-divide-sign:before {
    content: "䏡"
}

.hgi-twotone.hgi-dna-01:after {
    content: "䏢"
}

.hgi-twotone.hgi-dna-01:before {
    content: "䏣"
}

.hgi-twotone.hgi-dna:after {
    content: "䏤"
}

.hgi-twotone.hgi-dna:before {
    content: "䏥"
}

.hgi-twotone.hgi-do-not-touch-01:after {
    content: "䏦"
}

.hgi-twotone.hgi-do-not-touch-01:before {
    content: "䏧"
}

.hgi-twotone.hgi-do-not-touch-02:after {
    content: "䏨"
}

.hgi-twotone.hgi-do-not-touch-02:before {
    content: "䏩"
}

.hgi-twotone.hgi-doc-01:after {
    content: "䏪"
}

.hgi-twotone.hgi-doc-01:before {
    content: "䏫"
}

.hgi-twotone.hgi-doc-02:after {
    content: "䏬"
}

.hgi-twotone.hgi-doc-02:before {
    content: "䏭"
}

.hgi-twotone.hgi-doctor-01:after {
    content: "䏮"
}

.hgi-twotone.hgi-doctor-01:before {
    content: "䏯"
}

.hgi-twotone.hgi-doctor-02:after {
    content: "䏰"
}

.hgi-twotone.hgi-doctor-02:before {
    content: "䏱"
}

.hgi-twotone.hgi-doctor-03:after {
    content: "䏲"
}

.hgi-twotone.hgi-doctor-03:before {
    content: "䏳"
}

.hgi-twotone.hgi-document-attachment:after {
    content: "䏴"
}

.hgi-twotone.hgi-document-attachment:before {
    content: "䏵"
}

.hgi-twotone.hgi-document-code:after {
    content: "䏶"
}

.hgi-twotone.hgi-document-code:before {
    content: "䏷"
}

.hgi-twotone.hgi-document-validation:after {
    content: "䏸"
}

.hgi-twotone.hgi-document-validation:before {
    content: "䏹"
}

.hgi-twotone.hgi-dollar-01:after {
    content: "䏺"
}

.hgi-twotone.hgi-dollar-01:before {
    content: "䏻"
}

.hgi-twotone.hgi-dollar-02:after {
    content: "䏼"
}

.hgi-twotone.hgi-dollar-02:before {
    content: "䏽"
}

.hgi-twotone.hgi-dollar-circle:after {
    content: "䏾"
}

.hgi-twotone.hgi-dollar-circle:before {
    content: "䏿"
}

.hgi-twotone.hgi-dollar-receive-01:after {
    content: "䐀"
}

.hgi-twotone.hgi-dollar-receive-01:before {
    content: "䐁"
}

.hgi-twotone.hgi-dollar-receive-02:after {
    content: "䐂"
}

.hgi-twotone.hgi-dollar-receive-02:before {
    content: "䐃"
}

.hgi-twotone.hgi-dollar-send-01:after {
    content: "䐄"
}

.hgi-twotone.hgi-dollar-send-01:before {
    content: "䐅"
}

.hgi-twotone.hgi-dollar-send-02:after {
    content: "䐆"
}

.hgi-twotone.hgi-dollar-send-02:before {
    content: "䐇"
}

.hgi-twotone.hgi-dollar-square:after {
    content: "䐈"
}

.hgi-twotone.hgi-dollar-square:before {
    content: "䐉"
}

.hgi-twotone.hgi-dome:after {
    content: "䐊"
}

.hgi-twotone.hgi-dome:before {
    content: "䐋"
}

.hgi-twotone.hgi-domino:after {
    content: "䐌"
}

.hgi-twotone.hgi-domino:before {
    content: "䐍"
}

.hgi-twotone.hgi-door-01:after {
    content: "䐎"
}

.hgi-twotone.hgi-door-01:before {
    content: "䐏"
}

.hgi-twotone.hgi-door-02:after {
    content: "䐐"
}

.hgi-twotone.hgi-door-02:before {
    content: "䐑"
}

.hgi-twotone.hgi-door-lock:after {
    content: "䐒"
}

.hgi-twotone.hgi-door-lock:before {
    content: "䐓"
}

.hgi-twotone.hgi-door:after {
    content: "䐔"
}

.hgi-twotone.hgi-door:before {
    content: "䐕"
}

.hgi-twotone.hgi-doughnut:after {
    content: "䐖"
}

.hgi-twotone.hgi-doughnut:before {
    content: "䐗"
}

.hgi-twotone.hgi-download-01:after {
    content: "䐘"
}

.hgi-twotone.hgi-download-01:before {
    content: "䐙"
}

.hgi-twotone.hgi-download-02:after {
    content: "䐚"
}

.hgi-twotone.hgi-download-02:before {
    content: "䐛"
}

.hgi-twotone.hgi-download-03:after {
    content: "䐜"
}

.hgi-twotone.hgi-download-03:before {
    content: "䐝"
}

.hgi-twotone.hgi-download-04:after {
    content: "䐞"
}

.hgi-twotone.hgi-download-04:before {
    content: "䐟"
}

.hgi-twotone.hgi-download-05:after {
    content: "䐠"
}

.hgi-twotone.hgi-download-05:before {
    content: "䐡"
}

.hgi-twotone.hgi-download-circle-01:after {
    content: "䐢"
}

.hgi-twotone.hgi-download-circle-01:before {
    content: "䐣"
}

.hgi-twotone.hgi-download-circle-02:after {
    content: "䐤"
}

.hgi-twotone.hgi-download-circle-02:before {
    content: "䐥"
}

.hgi-twotone.hgi-download-square-01:after {
    content: "䐦"
}

.hgi-twotone.hgi-download-square-01:before {
    content: "䐧"
}

.hgi-twotone.hgi-download-square-02:after {
    content: "䐨"
}

.hgi-twotone.hgi-download-square-02:before {
    content: "䐩"
}

.hgi-twotone.hgi-drag-01:after {
    content: "䐪"
}

.hgi-twotone.hgi-drag-01:before {
    content: "䐫"
}

.hgi-twotone.hgi-drag-02:after {
    content: "䐬"
}

.hgi-twotone.hgi-drag-02:before {
    content: "䐭"
}

.hgi-twotone.hgi-drag-03:after {
    content: "䐮"
}

.hgi-twotone.hgi-drag-03:before {
    content: "䐯"
}

.hgi-twotone.hgi-drag-04:after {
    content: "䐰"
}

.hgi-twotone.hgi-drag-04:before {
    content: "䐱"
}

.hgi-twotone.hgi-drag-drop-horizontal:after {
    content: "䐲"
}

.hgi-twotone.hgi-drag-drop-horizontal:before {
    content: "䐳"
}

.hgi-twotone.hgi-drag-drop:after {
    content: "䐴"
}

.hgi-twotone.hgi-drag-drop-vertical:after {
    content: "䐵"
}

.hgi-twotone.hgi-drag-drop-vertical:before {
    content: "䐶"
}

.hgi-twotone.hgi-drag-drop:before {
    content: "䐷"
}

.hgi-twotone.hgi-drag-left-01:after {
    content: "䐸"
}

.hgi-twotone.hgi-drag-left-01:before {
    content: "䐹"
}

.hgi-twotone.hgi-drag-left-02:after {
    content: "䐺"
}

.hgi-twotone.hgi-drag-left-02:before {
    content: "䐻"
}

.hgi-twotone.hgi-drag-left-03:after {
    content: "䐼"
}

.hgi-twotone.hgi-drag-left-03:before {
    content: "䐽"
}

.hgi-twotone.hgi-drag-left-04:after {
    content: "䐾"
}

.hgi-twotone.hgi-drag-left-04:before {
    content: "䐿"
}

.hgi-twotone.hgi-drag-right-01:after {
    content: "䑀"
}

.hgi-twotone.hgi-drag-right-01:before {
    content: "䑁"
}

.hgi-twotone.hgi-drag-right-02:after {
    content: "䑂"
}

.hgi-twotone.hgi-drag-right-02:before {
    content: "䑃"
}

.hgi-twotone.hgi-drag-right-03:after {
    content: "䑄"
}

.hgi-twotone.hgi-drag-right-03:before {
    content: "䑅"
}

.hgi-twotone.hgi-drag-right-04:after {
    content: "䑆"
}

.hgi-twotone.hgi-drag-right-04:before {
    content: "䑇"
}

.hgi-twotone.hgi-drawing-compass:after {
    content: "䑈"
}

.hgi-twotone.hgi-drawing-compass:before {
    content: "䑉"
}

.hgi-twotone.hgi-drawing-mode:after {
    content: "䑊"
}

.hgi-twotone.hgi-drawing-mode:before {
    content: "䑋"
}

.hgi-twotone.hgi-dress-01:after {
    content: "䑌"
}

.hgi-twotone.hgi-dress-01:before {
    content: "䑍"
}

.hgi-twotone.hgi-dress-02:after {
    content: "䑎"
}

.hgi-twotone.hgi-dress-02:before {
    content: "䑏"
}

.hgi-twotone.hgi-dress-03:after {
    content: "䑐"
}

.hgi-twotone.hgi-dress-03:before {
    content: "䑑"
}

.hgi-twotone.hgi-dress-04:after {
    content: "䑒"
}

.hgi-twotone.hgi-dress-04:before {
    content: "䑓"
}

.hgi-twotone.hgi-dress-05:after {
    content: "䑔"
}

.hgi-twotone.hgi-dress-05:before {
    content: "䑕"
}

.hgi-twotone.hgi-dress-06:after {
    content: "䑖"
}

.hgi-twotone.hgi-dress-06:before {
    content: "䑗"
}

.hgi-twotone.hgi-dress-07:after {
    content: "䑘"
}

.hgi-twotone.hgi-dress-07:before {
    content: "䑙"
}

.hgi-twotone.hgi-dressing-table-01:after {
    content: "䑚"
}

.hgi-twotone.hgi-dressing-table-01:before {
    content: "䑛"
}

.hgi-twotone.hgi-dressing-table-02:after {
    content: "䑜"
}

.hgi-twotone.hgi-dressing-table-02:before {
    content: "䑝"
}

.hgi-twotone.hgi-dressing-table-03:after {
    content: "䑞"
}

.hgi-twotone.hgi-dressing-table-03:before {
    content: "䑟"
}

.hgi-twotone.hgi-dribbble:after {
    content: "䑠"
}

.hgi-twotone.hgi-dribbble:before {
    content: "䑡"
}

.hgi-twotone.hgi-drink:after {
    content: "䑢"
}

.hgi-twotone.hgi-drink:before {
    content: "䑣"
}

.hgi-twotone.hgi-drone:after {
    content: "䑤"
}

.hgi-twotone.hgi-drone:before {
    content: "䑥"
}

.hgi-twotone.hgi-drooling:after {
    content: "䑦"
}

.hgi-twotone.hgi-drooling:before {
    content: "䑧"
}

.hgi-twotone.hgi-dropbox:after {
    content: "䑨"
}

.hgi-twotone.hgi-dropbox:before {
    content: "䑩"
}

.hgi-twotone.hgi-droplet:after {
    content: "䑪"
}

.hgi-twotone.hgi-droplet:before {
    content: "䑫"
}

.hgi-twotone.hgi-dropper:after {
    content: "䑬"
}

.hgi-twotone.hgi-dropper:before {
    content: "䑭"
}

.hgi-twotone.hgi-ds3-tool:after {
    content: "䑮"
}

.hgi-twotone.hgi-ds3-tool:before {
    content: "䑯"
}

.hgi-twotone.hgi-dua:after {
    content: "䑰"
}

.hgi-twotone.hgi-dua:before {
    content: "䑱"
}

.hgi-twotone.hgi-dumbbell-01:after {
    content: "䑲"
}

.hgi-twotone.hgi-dumbbell-01:before {
    content: "䑳"
}

.hgi-twotone.hgi-dumbbell-02:after {
    content: "䑴"
}

.hgi-twotone.hgi-dumbbell-02:before {
    content: "䑵"
}

.hgi-twotone.hgi-dumbbell-03:after {
    content: "䑶"
}

.hgi-twotone.hgi-dumbbell-03:before {
    content: "䑷"
}

.hgi-twotone.hgi-ear-rings-01:after {
    content: "䑸"
}

.hgi-twotone.hgi-ear-rings-01:before {
    content: "䑹"
}

.hgi-twotone.hgi-ear-rings-02:after {
    content: "䑺"
}

.hgi-twotone.hgi-ear-rings-02:before {
    content: "䑻"
}

.hgi-twotone.hgi-ear-rings-03:after {
    content: "䑼"
}

.hgi-twotone.hgi-ear-rings-03:before {
    content: "䑽"
}

.hgi-twotone.hgi-ear:after {
    content: "䑾"
}

.hgi-twotone.hgi-ear:before {
    content: "䑿"
}

.hgi-twotone.hgi-earth:after {
    content: "䒀"
}

.hgi-twotone.hgi-earth:before {
    content: "䒁"
}

.hgi-twotone.hgi-ease-curve-control-points:after {
    content: "䒂"
}

.hgi-twotone.hgi-ease-curve-control-points:before {
    content: "䒃"
}

.hgi-twotone.hgi-ease-in-control-point:after {
    content: "䒄"
}

.hgi-twotone.hgi-ease-in-control-point:before {
    content: "䒅"
}

.hgi-twotone.hgi-ease-in-out:after {
    content: "䒆"
}

.hgi-twotone.hgi-ease-in-out:before {
    content: "䒇"
}

.hgi-twotone.hgi-ease-in:after {
    content: "䒈"
}

.hgi-twotone.hgi-ease-in:before {
    content: "䒉"
}

.hgi-twotone.hgi-ease-out-control-point:after {
    content: "䒊"
}

.hgi-twotone.hgi-ease-out-control-point:before {
    content: "䒋"
}

.hgi-twotone.hgi-ease-out:after {
    content: "䒌"
}

.hgi-twotone.hgi-ease-out:before {
    content: "䒍"
}

.hgi-twotone.hgi-eco-energy:after {
    content: "䒎"
}

.hgi-twotone.hgi-eco-energy:before {
    content: "䒏"
}

.hgi-twotone.hgi-eco-lab-01:after {
    content: "䒐"
}

.hgi-twotone.hgi-eco-lab-01:before {
    content: "䒑"
}

.hgi-twotone.hgi-eco-lab-02:after {
    content: "䒒"
}

.hgi-twotone.hgi-eco-lab-02:before {
    content: "䒓"
}

.hgi-twotone.hgi-eco-lab:after {
    content: "䒔"
}

.hgi-twotone.hgi-eco-lab:before {
    content: "䒕"
}

.hgi-twotone.hgi-eco-power:after {
    content: "䒖"
}

.hgi-twotone.hgi-eco-power:before {
    content: "䒗"
}

.hgi-twotone.hgi-edge-style:after {
    content: "䒘"
}

.hgi-twotone.hgi-edge-style:before {
    content: "䒙"
}

.hgi-twotone.hgi-edit-01:after {
    content: "䒚"
}

.hgi-twotone.hgi-edit-01:before {
    content: "䒛"
}

.hgi-twotone.hgi-edit-02:after {
    content: "䒜"
}

.hgi-twotone.hgi-edit-02:before {
    content: "䒝"
}

.hgi-twotone.hgi-edit-off:after {
    content: "䒞"
}

.hgi-twotone.hgi-edit-off:before {
    content: "䒟"
}

.hgi-twotone.hgi-edit-road:after {
    content: "䒠"
}

.hgi-twotone.hgi-edit-road:before {
    content: "䒡"
}

.hgi-twotone.hgi-edit-table:after {
    content: "䒢"
}

.hgi-twotone.hgi-edit-table:before {
    content: "䒣"
}

.hgi-twotone.hgi-edit-user-02:after {
    content: "䒤"
}

.hgi-twotone.hgi-edit-user-02:before {
    content: "䒥"
}

.hgi-twotone.hgi-eggs:after {
    content: "䒦"
}

.hgi-twotone.hgi-eggs:before {
    content: "䒧"
}

.hgi-twotone.hgi-eid-mubarak:after {
    content: "䒨"
}

.hgi-twotone.hgi-eid-mubarak:before {
    content: "䒩"
}

.hgi-twotone.hgi-eiffel-tower:after {
    content: "䒪"
}

.hgi-twotone.hgi-eiffel-tower:before {
    content: "䒫"
}

.hgi-twotone.hgi-elearning-exchange:after {
    content: "䒬"
}

.hgi-twotone.hgi-elearning-exchange:before {
    content: "䒭"
}

.hgi-twotone.hgi-electric-home-01:after {
    content: "䒮"
}

.hgi-twotone.hgi-electric-home-01:before {
    content: "䒯"
}

.hgi-twotone.hgi-electric-home-02:after {
    content: "䒰"
}

.hgi-twotone.hgi-electric-home-02:before {
    content: "䒱"
}

.hgi-twotone.hgi-electric-plugs:after {
    content: "䒲"
}

.hgi-twotone.hgi-electric-plugs:before {
    content: "䒳"
}

.hgi-twotone.hgi-electric-tower-01:after {
    content: "䒴"
}

.hgi-twotone.hgi-electric-tower-01:before {
    content: "䒵"
}

.hgi-twotone.hgi-electric-tower-02:after {
    content: "䒶"
}

.hgi-twotone.hgi-electric-tower-02:before {
    content: "䒷"
}

.hgi-twotone.hgi-electric-wire:after {
    content: "䒸"
}

.hgi-twotone.hgi-electric-wire:before {
    content: "䒹"
}

.hgi-twotone.hgi-ellipse-selection:after {
    content: "䒺"
}

.hgi-twotone.hgi-ellipse-selection:before {
    content: "䒻"
}

.hgi-twotone.hgi-encrypt:after {
    content: "䒼"
}

.hgi-twotone.hgi-encrypt:before {
    content: "䒽"
}

.hgi-twotone.hgi-energy-ellipse:after {
    content: "䒾"
}

.hgi-twotone.hgi-energy-ellipse:before {
    content: "䒿"
}

.hgi-twotone.hgi-energy-rectangle:after {
    content: "䓀"
}

.hgi-twotone.hgi-energy-rectangle:before {
    content: "䓁"
}

.hgi-twotone.hgi-energy:after {
    content: "䓂"
}

.hgi-twotone.hgi-energy:before {
    content: "䓃"
}

.hgi-twotone.hgi-entering-geo-fence:after {
    content: "䓄"
}

.hgi-twotone.hgi-entering-geo-fence:before {
    content: "䓅"
}

.hgi-twotone.hgi-envato:after {
    content: "䓆"
}

.hgi-twotone.hgi-envato:before {
    content: "䓇"
}

.hgi-twotone.hgi-equal-sign-circle:after {
    content: "䓈"
}

.hgi-twotone.hgi-equal-sign-circle:before {
    content: "䓉"
}

.hgi-twotone.hgi-equal-sign:after {
    content: "䓊"
}

.hgi-twotone.hgi-equal-sign-square:after {
    content: "䓋"
}

.hgi-twotone.hgi-equal-sign-square:before {
    content: "䓌"
}

.hgi-twotone.hgi-equal-sign:before {
    content: "䓍"
}

.hgi-twotone.hgi-equipment-bench-press:after {
    content: "䓎"
}

.hgi-twotone.hgi-equipment-bench-press:before {
    content: "䓏"
}

.hgi-twotone.hgi-equipment-chest-press:after {
    content: "䓐"
}

.hgi-twotone.hgi-equipment-chest-press:before {
    content: "䓑"
}

.hgi-twotone.hgi-equipment-gym-01:after {
    content: "䓒"
}

.hgi-twotone.hgi-equipment-gym-01:before {
    content: "䓓"
}

.hgi-twotone.hgi-equipment-gym-02:after {
    content: "䓔"
}

.hgi-twotone.hgi-equipment-gym-02:before {
    content: "䓕"
}

.hgi-twotone.hgi-equipment-gym-03:after {
    content: "䓖"
}

.hgi-twotone.hgi-equipment-gym-03:before {
    content: "䓗"
}

.hgi-twotone.hgi-equipment-weightlifting:after {
    content: "䓘"
}

.hgi-twotone.hgi-equipment-weightlifting:before {
    content: "䓙"
}

.hgi-twotone.hgi-eraser-01:after {
    content: "䓚"
}

.hgi-twotone.hgi-eraser-01:before {
    content: "䓛"
}

.hgi-twotone.hgi-eraser-add:after {
    content: "䓜"
}

.hgi-twotone.hgi-eraser-add:before {
    content: "䓝"
}

.hgi-twotone.hgi-eraser-auto:after {
    content: "䓞"
}

.hgi-twotone.hgi-eraser-auto:before {
    content: "䓟"
}

.hgi-twotone.hgi-eraser:after {
    content: "䓠"
}

.hgi-twotone.hgi-eraser:before {
    content: "䓡"
}

.hgi-twotone.hgi-estimate-01:after {
    content: "䓢"
}

.hgi-twotone.hgi-estimate-01:before {
    content: "䓣"
}

.hgi-twotone.hgi-estimate-02:after {
    content: "䓤"
}

.hgi-twotone.hgi-estimate-02:before {
    content: "䓥"
}

.hgi-twotone.hgi-ethereum-ellipse:after {
    content: "䓦"
}

.hgi-twotone.hgi-ethereum-ellipse:before {
    content: "䓧"
}

.hgi-twotone.hgi-ethereum-rectangle:after {
    content: "䓨"
}

.hgi-twotone.hgi-ethereum-rectangle:before {
    content: "䓩"
}

.hgi-twotone.hgi-ethereum:after {
    content: "䓪"
}

.hgi-twotone.hgi-ethereum:before {
    content: "䓫"
}

.hgi-twotone.hgi-euro-circle:after {
    content: "䓬"
}

.hgi-twotone.hgi-euro-circle:before {
    content: "䓭"
}

.hgi-twotone.hgi-euro-receive:after {
    content: "䓮"
}

.hgi-twotone.hgi-euro-receive:before {
    content: "䓯"
}

.hgi-twotone.hgi-euro:after {
    content: "䓰"
}

.hgi-twotone.hgi-euro-send:after {
    content: "䓱"
}

.hgi-twotone.hgi-euro-send:before {
    content: "䓲"
}

.hgi-twotone.hgi-euro-square:after {
    content: "䓳"
}

.hgi-twotone.hgi-euro-square:before {
    content: "䓴"
}

.hgi-twotone.hgi-euro:before {
    content: "䓵"
}

.hgi-twotone.hgi-ev-charging:after {
    content: "䓶"
}

.hgi-twotone.hgi-ev-charging:before {
    content: "䓷"
}

.hgi-twotone.hgi-evil:after {
    content: "䓸"
}

.hgi-twotone.hgi-evil:before {
    content: "䓹"
}

.hgi-twotone.hgi-exchange-01:after {
    content: "䓺"
}

.hgi-twotone.hgi-exchange-01:before {
    content: "䓻"
}

.hgi-twotone.hgi-exchange-02:after {
    content: "䓼"
}

.hgi-twotone.hgi-exchange-02:before {
    content: "䓽"
}

.hgi-twotone.hgi-exchange-03:after {
    content: "䓾"
}

.hgi-twotone.hgi-exchange-03:before {
    content: "䓿"
}

.hgi-twotone.hgi-expander:after {
    content: "䔀"
}

.hgi-twotone.hgi-expander:before {
    content: "䔁"
}

.hgi-twotone.hgi-external-drive:after {
    content: "䔂"
}

.hgi-twotone.hgi-external-drive:before {
    content: "䔃"
}

.hgi-twotone.hgi-eye:after {
    content: "䔄"
}

.hgi-twotone.hgi-eye:before {
    content: "䔅"
}

.hgi-twotone.hgi-face-id:after {
    content: "䔆"
}

.hgi-twotone.hgi-face-id:before {
    content: "䔇"
}

.hgi-twotone.hgi-facebook-01:after {
    content: "䔈"
}

.hgi-twotone.hgi-facebook-01:before {
    content: "䔉"
}

.hgi-twotone.hgi-facebook-02:after {
    content: "䔊"
}

.hgi-twotone.hgi-facebook-02:before {
    content: "䔋"
}

.hgi-twotone.hgi-factory-01:after {
    content: "䔌"
}

.hgi-twotone.hgi-factory-01:before {
    content: "䔍"
}

.hgi-twotone.hgi-factory-02:after {
    content: "䔎"
}

.hgi-twotone.hgi-factory-02:before {
    content: "䔏"
}

.hgi-twotone.hgi-factory:after {
    content: "䔐"
}

.hgi-twotone.hgi-factory:before {
    content: "䔑"
}

.hgi-twotone.hgi-fahrenheit:after {
    content: "䔒"
}

.hgi-twotone.hgi-fahrenheit:before {
    content: "䔓"
}

.hgi-twotone.hgi-falling-star:after {
    content: "䔔"
}

.hgi-twotone.hgi-falling-star:before {
    content: "䔕"
}

.hgi-twotone.hgi-fast-wind:after {
    content: "䔖"
}

.hgi-twotone.hgi-fast-wind:before {
    content: "䔗"
}

.hgi-twotone.hgi-favourite-circle:after {
    content: "䔘"
}

.hgi-twotone.hgi-favourite-circle:before {
    content: "䔙"
}

.hgi-twotone.hgi-favourite:after {
    content: "䔚"
}

.hgi-twotone.hgi-favourite-square:after {
    content: "䔛"
}

.hgi-twotone.hgi-favourite-square:before {
    content: "䔜"
}

.hgi-twotone.hgi-favourite:before {
    content: "䔝"
}

.hgi-twotone.hgi-feather:after {
    content: "䔞"
}

.hgi-twotone.hgi-feather:before {
    content: "䔟"
}

.hgi-twotone.hgi-fencing-mask:after {
    content: "䔠"
}

.hgi-twotone.hgi-fencing-mask:before {
    content: "䔡"
}

.hgi-twotone.hgi-fencing:after {
    content: "䔢"
}

.hgi-twotone.hgi-fencing:before {
    content: "䔣"
}

.hgi-twotone.hgi-ferris-wheel:after {
    content: "䔤"
}

.hgi-twotone.hgi-ferris-wheel:before {
    content: "䔥"
}

.hgi-twotone.hgi-ferry-boat:after {
    content: "䔦"
}

.hgi-twotone.hgi-ferry-boat:before {
    content: "䔧"
}

.hgi-twotone.hgi-figma:after {
    content: "䔨"
}

.hgi-twotone.hgi-figma:before {
    content: "䔩"
}

.hgi-twotone.hgi-file-01:after {
    content: "䔪"
}

.hgi-twotone.hgi-file-01:before {
    content: "䔫"
}

.hgi-twotone.hgi-file-02:after {
    content: "䔬"
}

.hgi-twotone.hgi-file-02:before {
    content: "䔭"
}

.hgi-twotone.hgi-file-add:after {
    content: "䔮"
}

.hgi-twotone.hgi-file-add:before {
    content: "䔯"
}

.hgi-twotone.hgi-file-attachment:after {
    content: "䔰"
}

.hgi-twotone.hgi-file-attachment:before {
    content: "䔱"
}

.hgi-twotone.hgi-file-audio:after {
    content: "䔲"
}

.hgi-twotone.hgi-file-audio:before {
    content: "䔳"
}

.hgi-twotone.hgi-file-bitcoin:after {
    content: "䔴"
}

.hgi-twotone.hgi-file-bitcoin:before {
    content: "䔵"
}

.hgi-twotone.hgi-file-block:after {
    content: "䔶"
}

.hgi-twotone.hgi-file-block:before {
    content: "䔷"
}

.hgi-twotone.hgi-file-bookmark:after {
    content: "䔸"
}

.hgi-twotone.hgi-file-bookmark:before {
    content: "䔹"
}

.hgi-twotone.hgi-file-cloud:after {
    content: "䔺"
}

.hgi-twotone.hgi-file-cloud:before {
    content: "䔻"
}

.hgi-twotone.hgi-file-corrupt:after {
    content: "䔼"
}

.hgi-twotone.hgi-file-corrupt:before {
    content: "䔽"
}

.hgi-twotone.hgi-file-dollar:after {
    content: "䔾"
}

.hgi-twotone.hgi-file-dollar:before {
    content: "䔿"
}

.hgi-twotone.hgi-file-download:after {
    content: "䕀"
}

.hgi-twotone.hgi-file-download:before {
    content: "䕁"
}

.hgi-twotone.hgi-file-edit:after {
    content: "䕂"
}

.hgi-twotone.hgi-file-edit:before {
    content: "䕃"
}

.hgi-twotone.hgi-file-euro:after {
    content: "䕄"
}

.hgi-twotone.hgi-file-euro:before {
    content: "䕅"
}

.hgi-twotone.hgi-file-export:after {
    content: "䕆"
}

.hgi-twotone.hgi-file-export:before {
    content: "䕇"
}

.hgi-twotone.hgi-file-favourite:after {
    content: "䕈"
}

.hgi-twotone.hgi-file-favourite:before {
    content: "䕉"
}

.hgi-twotone.hgi-file-import:after {
    content: "䕊"
}

.hgi-twotone.hgi-file-import:before {
    content: "䕋"
}

.hgi-twotone.hgi-file-link:after {
    content: "䕌"
}

.hgi-twotone.hgi-file-link:before {
    content: "䕍"
}

.hgi-twotone.hgi-file-locked:after {
    content: "䕎"
}

.hgi-twotone.hgi-file-locked:before {
    content: "䕏"
}

.hgi-twotone.hgi-file-management:after {
    content: "䕐"
}

.hgi-twotone.hgi-file-management:before {
    content: "䕑"
}

.hgi-twotone.hgi-file-minus:after {
    content: "䕒"
}

.hgi-twotone.hgi-file-minus:before {
    content: "䕓"
}

.hgi-twotone.hgi-file-music:after {
    content: "䕔"
}

.hgi-twotone.hgi-file-music:before {
    content: "䕕"
}

.hgi-twotone.hgi-file-not-found:after {
    content: "䕖"
}

.hgi-twotone.hgi-file-not-found:before {
    content: "䕗"
}

.hgi-twotone.hgi-file-paste:after {
    content: "䕘"
}

.hgi-twotone.hgi-file-paste:before {
    content: "䕙"
}

.hgi-twotone.hgi-file-pin:after {
    content: "䕚"
}

.hgi-twotone.hgi-file-pin:before {
    content: "䕛"
}

.hgi-twotone.hgi-file-pound:after {
    content: "䕜"
}

.hgi-twotone.hgi-file-pound:before {
    content: "䕝"
}

.hgi-twotone.hgi-file-remove:after {
    content: "䕞"
}

.hgi-twotone.hgi-file-remove:before {
    content: "䕟"
}

.hgi-twotone.hgi-file-script:after {
    content: "䕠"
}

.hgi-twotone.hgi-file-script:before {
    content: "䕡"
}

.hgi-twotone.hgi-file-search:after {
    content: "䕢"
}

.hgi-twotone.hgi-file-search:before {
    content: "䕣"
}

.hgi-twotone.hgi-file-security:after {
    content: "䕤"
}

.hgi-twotone.hgi-file-security:before {
    content: "䕥"
}

.hgi-twotone.hgi-file-shredder:after {
    content: "䕦"
}

.hgi-twotone.hgi-file-shredder:before {
    content: "䕧"
}

.hgi-twotone.hgi-file-star:after {
    content: "䕨"
}

.hgi-twotone.hgi-file-star:before {
    content: "䕩"
}

.hgi-twotone.hgi-file-sync:after {
    content: "䕪"
}

.hgi-twotone.hgi-file-sync:before {
    content: "䕫"
}

.hgi-twotone.hgi-file-unknown:after {
    content: "䕬"
}

.hgi-twotone.hgi-file-unknown:before {
    content: "䕭"
}

.hgi-twotone.hgi-file-unlocked:after {
    content: "䕮"
}

.hgi-twotone.hgi-file-unlocked:before {
    content: "䕯"
}

.hgi-twotone.hgi-file-upload:after {
    content: "䕰"
}

.hgi-twotone.hgi-file-upload:before {
    content: "䕱"
}

.hgi-twotone.hgi-file-validation:after {
    content: "䕲"
}

.hgi-twotone.hgi-file-validation:before {
    content: "䕳"
}

.hgi-twotone.hgi-file-verified:after {
    content: "䕴"
}

.hgi-twotone.hgi-file-verified:before {
    content: "䕵"
}

.hgi-twotone.hgi-file-video:after {
    content: "䕶"
}

.hgi-twotone.hgi-file-video:before {
    content: "䕷"
}

.hgi-twotone.hgi-file-view:after {
    content: "䕸"
}

.hgi-twotone.hgi-file-view:before {
    content: "䕹"
}

.hgi-twotone.hgi-file-yen:after {
    content: "䕺"
}

.hgi-twotone.hgi-file-yen:before {
    content: "䕻"
}

.hgi-twotone.hgi-file-zip:after {
    content: "䕼"
}

.hgi-twotone.hgi-file-zip:before {
    content: "䕽"
}

.hgi-twotone.hgi-files-01:after {
    content: "䕾"
}

.hgi-twotone.hgi-files-01:before {
    content: "䕿"
}

.hgi-twotone.hgi-files-02:after {
    content: "䖀"
}

.hgi-twotone.hgi-files-02:before {
    content: "䖁"
}

.hgi-twotone.hgi-film-01:after {
    content: "䖂"
}

.hgi-twotone.hgi-film-01:before {
    content: "䖃"
}

.hgi-twotone.hgi-film-02:after {
    content: "䖄"
}

.hgi-twotone.hgi-film-02:before {
    content: "䖅"
}

.hgi-twotone.hgi-film-roll-01:after {
    content: "䖆"
}

.hgi-twotone.hgi-film-roll-01:before {
    content: "䖇"
}

.hgi-twotone.hgi-film-roll-02:after {
    content: "䖈"
}

.hgi-twotone.hgi-film-roll-02:before {
    content: "䖉"
}

.hgi-twotone.hgi-filter-add:after {
    content: "䖊"
}

.hgi-twotone.hgi-filter-add:before {
    content: "䖋"
}

.hgi-twotone.hgi-filter-edit:after {
    content: "䖌"
}

.hgi-twotone.hgi-filter-edit:before {
    content: "䖍"
}

.hgi-twotone.hgi-filter-horizontal:after {
    content: "䖎"
}

.hgi-twotone.hgi-filter-horizontal:before {
    content: "䖏"
}

.hgi-twotone.hgi-filter-mail-circle:after {
    content: "䖐"
}

.hgi-twotone.hgi-filter-mail-circle:before {
    content: "䖑"
}

.hgi-twotone.hgi-filter-mail-square:after {
    content: "䖒"
}

.hgi-twotone.hgi-filter-mail-square:before {
    content: "䖓"
}

.hgi-twotone.hgi-filter-remove:after {
    content: "䖔"
}

.hgi-twotone.hgi-filter-remove:before {
    content: "䖕"
}

.hgi-twotone.hgi-filter-reset:after {
    content: "䖖"
}

.hgi-twotone.hgi-filter-reset:before {
    content: "䖗"
}

.hgi-twotone.hgi-filter:after {
    content: "䖘"
}

.hgi-twotone.hgi-filter-vertical:after {
    content: "䖙"
}

.hgi-twotone.hgi-filter-vertical:before {
    content: "䖚"
}

.hgi-twotone.hgi-filter:before {
    content: "䖛"
}

.hgi-twotone.hgi-finger-access:after {
    content: "䖜"
}

.hgi-twotone.hgi-finger-access:before {
    content: "䖝"
}

.hgi-twotone.hgi-finger-print-add:after {
    content: "䖞"
}

.hgi-twotone.hgi-finger-print-add:before {
    content: "䖟"
}

.hgi-twotone.hgi-finger-print-check:after {
    content: "䖠"
}

.hgi-twotone.hgi-finger-print-check:before {
    content: "䖡"
}

.hgi-twotone.hgi-finger-print-minus:after {
    content: "䖢"
}

.hgi-twotone.hgi-finger-print-minus:before {
    content: "䖣"
}

.hgi-twotone.hgi-finger-print-remove:after {
    content: "䖤"
}

.hgi-twotone.hgi-finger-print-remove:before {
    content: "䖥"
}

.hgi-twotone.hgi-finger-print-scan:after {
    content: "䖦"
}

.hgi-twotone.hgi-finger-print-scan:before {
    content: "䖧"
}

.hgi-twotone.hgi-finger-print:after {
    content: "䖨"
}

.hgi-twotone.hgi-finger-print:before {
    content: "䖩"
}

.hgi-twotone.hgi-fingerprint-scan:after {
    content: "䖪"
}

.hgi-twotone.hgi-fingerprint-scan:before {
    content: "䖫"
}

.hgi-twotone.hgi-fins:after {
    content: "䖬"
}

.hgi-twotone.hgi-fins:before {
    content: "䖭"
}

.hgi-twotone.hgi-fire-pit:after {
    content: "䖮"
}

.hgi-twotone.hgi-fire-pit:before {
    content: "䖯"
}

.hgi-twotone.hgi-fire:after {
    content: "䖰"
}

.hgi-twotone.hgi-fire-security:after {
    content: "䖱"
}

.hgi-twotone.hgi-fire-security:before {
    content: "䖲"
}

.hgi-twotone.hgi-fire:before {
    content: "䖳"
}

.hgi-twotone.hgi-firewall:after {
    content: "䖴"
}

.hgi-twotone.hgi-firewall:before {
    content: "䖵"
}

.hgi-twotone.hgi-first-aid-kit:after {
    content: "䖶"
}

.hgi-twotone.hgi-first-aid-kit:before {
    content: "䖷"
}

.hgi-twotone.hgi-first-bracket-circle:after {
    content: "䖸"
}

.hgi-twotone.hgi-first-bracket-circle:before {
    content: "䖹"
}

.hgi-twotone.hgi-first-bracket:after {
    content: "䖺"
}

.hgi-twotone.hgi-first-bracket-square:after {
    content: "䖻"
}

.hgi-twotone.hgi-first-bracket-square:before {
    content: "䖼"
}

.hgi-twotone.hgi-first-bracket:before {
    content: "䖽"
}

.hgi-twotone.hgi-fish-food:after {
    content: "䖾"
}

.hgi-twotone.hgi-fish-food:before {
    content: "䖿"
}

.hgi-twotone.hgi-fiverr:after {
    content: "䗀"
}

.hgi-twotone.hgi-fiverr:before {
    content: "䗁"
}

.hgi-twotone.hgi-flag-01:after {
    content: "䗂"
}

.hgi-twotone.hgi-flag-01:before {
    content: "䗃"
}

.hgi-twotone.hgi-flag-02:after {
    content: "䗄"
}

.hgi-twotone.hgi-flag-02:before {
    content: "䗅"
}

.hgi-twotone.hgi-flag-03:after {
    content: "䗆"
}

.hgi-twotone.hgi-flag-03:before {
    content: "䗇"
}

.hgi-twotone.hgi-flash-off:after {
    content: "䗈"
}

.hgi-twotone.hgi-flash-off:before {
    content: "䗉"
}

.hgi-twotone.hgi-flash:after {
    content: "䗊"
}

.hgi-twotone.hgi-flash:before {
    content: "䗋"
}

.hgi-twotone.hgi-flaticon:after {
    content: "䗌"
}

.hgi-twotone.hgi-flaticon:before {
    content: "䗍"
}

.hgi-twotone.hgi-flickr:after {
    content: "䗎"
}

.hgi-twotone.hgi-flickr:before {
    content: "䗏"
}

.hgi-twotone.hgi-flim-slate:after {
    content: "䗐"
}

.hgi-twotone.hgi-flim-slate:before {
    content: "䗑"
}

.hgi-twotone.hgi-flip-bottom:after {
    content: "䗒"
}

.hgi-twotone.hgi-flip-bottom:before {
    content: "䗓"
}

.hgi-twotone.hgi-flip-horizontal:after {
    content: "䗔"
}

.hgi-twotone.hgi-flip-horizontal:before {
    content: "䗕"
}

.hgi-twotone.hgi-flip-left:after {
    content: "䗖"
}

.hgi-twotone.hgi-flip-left:before {
    content: "䗗"
}

.hgi-twotone.hgi-flip-phone:after {
    content: "䗘"
}

.hgi-twotone.hgi-flip-phone:before {
    content: "䗙"
}

.hgi-twotone.hgi-flip-right:after {
    content: "䗚"
}

.hgi-twotone.hgi-flip-right:before {
    content: "䗛"
}

.hgi-twotone.hgi-flip-top:after {
    content: "䗜"
}

.hgi-twotone.hgi-flip-top:before {
    content: "䗝"
}

.hgi-twotone.hgi-flip-vertical:after {
    content: "䗞"
}

.hgi-twotone.hgi-flip-vertical:before {
    content: "䗟"
}

.hgi-twotone.hgi-floor-plan:after {
    content: "䗠"
}

.hgi-twotone.hgi-floor-plan:before {
    content: "䗡"
}

.hgi-twotone.hgi-floppy-disk:after {
    content: "䗢"
}

.hgi-twotone.hgi-floppy-disk:before {
    content: "䗣"
}

.hgi-twotone.hgi-flow-circle:after {
    content: "䗤"
}

.hgi-twotone.hgi-flow-circle:before {
    content: "䗥"
}

.hgi-twotone.hgi-flow-connection:after {
    content: "䗦"
}

.hgi-twotone.hgi-flow-connection:before {
    content: "䗧"
}

.hgi-twotone.hgi-flow:after {
    content: "䗨"
}

.hgi-twotone.hgi-flow-square:after {
    content: "䗩"
}

.hgi-twotone.hgi-flow-square:before {
    content: "䗪"
}

.hgi-twotone.hgi-flow:before {
    content: "䗫"
}

.hgi-twotone.hgi-flowchart-01:after {
    content: "䗬"
}

.hgi-twotone.hgi-flowchart-01:before {
    content: "䗭"
}

.hgi-twotone.hgi-flowchart-02:after {
    content: "䗮"
}

.hgi-twotone.hgi-flowchart-02:before {
    content: "䗯"
}

.hgi-twotone.hgi-flower-pot:after {
    content: "䗰"
}

.hgi-twotone.hgi-flower-pot:before {
    content: "䗱"
}

.hgi-twotone.hgi-flower:after {
    content: "䗲"
}

.hgi-twotone.hgi-flower:before {
    content: "䗳"
}

.hgi-twotone.hgi-flushed:after {
    content: "䗴"
}

.hgi-twotone.hgi-flushed:before {
    content: "䗵"
}

.hgi-twotone.hgi-flying-human:after {
    content: "䗶"
}

.hgi-twotone.hgi-flying-human:before {
    content: "䗷"
}

.hgi-twotone.hgi-focus-point:after {
    content: "䗸"
}

.hgi-twotone.hgi-focus-point:before {
    content: "䗹"
}

.hgi-twotone.hgi-folder-01:after {
    content: "䗺"
}

.hgi-twotone.hgi-folder-01:before {
    content: "䗻"
}

.hgi-twotone.hgi-folder-02:after {
    content: "䗼"
}

.hgi-twotone.hgi-folder-02:before {
    content: "䗽"
}

.hgi-twotone.hgi-folder-03:after {
    content: "䗾"
}

.hgi-twotone.hgi-folder-03:before {
    content: "䗿"
}

.hgi-twotone.hgi-folder-add:after {
    content: "䘀"
}

.hgi-twotone.hgi-folder-add:before {
    content: "䘁"
}

.hgi-twotone.hgi-folder-attachment:after {
    content: "䘂"
}

.hgi-twotone.hgi-folder-attachment:before {
    content: "䘃"
}

.hgi-twotone.hgi-folder-audio:after {
    content: "䘄"
}

.hgi-twotone.hgi-folder-audio:before {
    content: "䘅"
}

.hgi-twotone.hgi-folder-block:after {
    content: "䘆"
}

.hgi-twotone.hgi-folder-block:before {
    content: "䘇"
}

.hgi-twotone.hgi-folder-check:after {
    content: "䘈"
}

.hgi-twotone.hgi-folder-check:before {
    content: "䘉"
}

.hgi-twotone.hgi-folder-cloud:after {
    content: "䘊"
}

.hgi-twotone.hgi-folder-cloud:before {
    content: "䘋"
}

.hgi-twotone.hgi-folder-details-reference:after {
    content: "䘌"
}

.hgi-twotone.hgi-folder-details-reference:before {
    content: "䘍"
}

.hgi-twotone.hgi-folder-details:after {
    content: "䘎"
}

.hgi-twotone.hgi-folder-details:before {
    content: "䘏"
}

.hgi-twotone.hgi-folder-download:after {
    content: "䘐"
}

.hgi-twotone.hgi-folder-download:before {
    content: "䘑"
}

.hgi-twotone.hgi-folder-edit:after {
    content: "䘒"
}

.hgi-twotone.hgi-folder-edit:before {
    content: "䘓"
}

.hgi-twotone.hgi-folder-export:after {
    content: "䘔"
}

.hgi-twotone.hgi-folder-export:before {
    content: "䘕"
}

.hgi-twotone.hgi-folder-favourite:after {
    content: "䘖"
}

.hgi-twotone.hgi-folder-favourite:before {
    content: "䘗"
}

.hgi-twotone.hgi-folder-file-storage:after {
    content: "䘘"
}

.hgi-twotone.hgi-folder-file-storage:before {
    content: "䘙"
}

.hgi-twotone.hgi-folder-import:after {
    content: "䘚"
}

.hgi-twotone.hgi-folder-import:before {
    content: "䘛"
}

.hgi-twotone.hgi-folder-library:after {
    content: "䘜"
}

.hgi-twotone.hgi-folder-library:before {
    content: "䘝"
}

.hgi-twotone.hgi-folder-links:after {
    content: "䘞"
}

.hgi-twotone.hgi-folder-links:before {
    content: "䘟"
}

.hgi-twotone.hgi-folder-locked:after {
    content: "䘠"
}

.hgi-twotone.hgi-folder-locked:before {
    content: "䘡"
}

.hgi-twotone.hgi-folder-management:after {
    content: "䘢"
}

.hgi-twotone.hgi-folder-management:before {
    content: "䘣"
}

.hgi-twotone.hgi-folder-minus:after {
    content: "䘤"
}

.hgi-twotone.hgi-folder-minus:before {
    content: "䘥"
}

.hgi-twotone.hgi-folder-music:after {
    content: "䘦"
}

.hgi-twotone.hgi-folder-music:before {
    content: "䘧"
}

.hgi-twotone.hgi-folder-off:after {
    content: "䘨"
}

.hgi-twotone.hgi-folder-off:before {
    content: "䘩"
}

.hgi-twotone.hgi-folder-open:after {
    content: "䘪"
}

.hgi-twotone.hgi-folder-open:before {
    content: "䘫"
}

.hgi-twotone.hgi-folder-pin:after {
    content: "䘬"
}

.hgi-twotone.hgi-folder-pin:before {
    content: "䘭"
}

.hgi-twotone.hgi-folder-remove:after {
    content: "䘮"
}

.hgi-twotone.hgi-folder-remove:before {
    content: "䘯"
}

.hgi-twotone.hgi-folder-search:after {
    content: "䘰"
}

.hgi-twotone.hgi-folder-search:before {
    content: "䘱"
}

.hgi-twotone.hgi-folder-security:after {
    content: "䘲"
}

.hgi-twotone.hgi-folder-security:before {
    content: "䘳"
}

.hgi-twotone.hgi-folder-shared-01:after {
    content: "䘴"
}

.hgi-twotone.hgi-folder-shared-01:before {
    content: "䘵"
}

.hgi-twotone.hgi-folder-shared-02:after {
    content: "䘶"
}

.hgi-twotone.hgi-folder-shared-02:before {
    content: "䘷"
}

.hgi-twotone.hgi-folder-shared-03:after {
    content: "䘸"
}

.hgi-twotone.hgi-folder-shared-03:before {
    content: "䘹"
}

.hgi-twotone.hgi-folder-sync:after {
    content: "䘺"
}

.hgi-twotone.hgi-folder-sync:before {
    content: "䘻"
}

.hgi-twotone.hgi-folder-transfer:after {
    content: "䘼"
}

.hgi-twotone.hgi-folder-transfer:before {
    content: "䘽"
}

.hgi-twotone.hgi-folder-unknown:after {
    content: "䘾"
}

.hgi-twotone.hgi-folder-unknown:before {
    content: "䘿"
}

.hgi-twotone.hgi-folder-unlocked:after {
    content: "䙀"
}

.hgi-twotone.hgi-folder-unlocked:before {
    content: "䙁"
}

.hgi-twotone.hgi-folder-upload:after {
    content: "䙂"
}

.hgi-twotone.hgi-folder-upload:before {
    content: "䙃"
}

.hgi-twotone.hgi-folder-video:after {
    content: "䙄"
}

.hgi-twotone.hgi-folder-video:before {
    content: "䙅"
}

.hgi-twotone.hgi-folder-view:after {
    content: "䙆"
}

.hgi-twotone.hgi-folder-view:before {
    content: "䙇"
}

.hgi-twotone.hgi-folder-zip:after {
    content: "䙈"
}

.hgi-twotone.hgi-folder-zip:before {
    content: "䙉"
}

.hgi-twotone.hgi-folders:after {
    content: "䙊"
}

.hgi-twotone.hgi-folders:before {
    content: "䙋"
}

.hgi-twotone.hgi-football-pitch:after {
    content: "䙌"
}

.hgi-twotone.hgi-football-pitch:before {
    content: "䙍"
}

.hgi-twotone.hgi-football:after {
    content: "䙎"
}

.hgi-twotone.hgi-football:before {
    content: "䙏"
}

.hgi-twotone.hgi-forgot-password:after {
    content: "䙐"
}

.hgi-twotone.hgi-forgot-password:before {
    content: "䙑"
}

.hgi-twotone.hgi-fork:after {
    content: "䙒"
}

.hgi-twotone.hgi-fork:before {
    content: "䙓"
}

.hgi-twotone.hgi-forrst:after {
    content: "䙔"
}

.hgi-twotone.hgi-forrst:before {
    content: "䙕"
}

.hgi-twotone.hgi-fortress:after {
    content: "䙖"
}

.hgi-twotone.hgi-fortress:before {
    content: "䙗"
}

.hgi-twotone.hgi-forward-01:after {
    content: "䙘"
}

.hgi-twotone.hgi-forward-01:before {
    content: "䙙"
}

.hgi-twotone.hgi-forward-02:after {
    content: "䙚"
}

.hgi-twotone.hgi-forward-02:before {
    content: "䙛"
}

.hgi-twotone.hgi-four-finger-02:after {
    content: "䙜"
}

.hgi-twotone.hgi-four-finger-02:before {
    content: "䙝"
}

.hgi-twotone.hgi-four-finger-03:after {
    content: "䙞"
}

.hgi-twotone.hgi-four-finger-03:before {
    content: "䙟"
}

.hgi-twotone.hgi-four-k:after {
    content: "䙠"
}

.hgi-twotone.hgi-four-k:before {
    content: "䙡"
}

.hgi-twotone.hgi-foursquare:after {
    content: "䙢"
}

.hgi-twotone.hgi-foursquare:before {
    content: "䙣"
}

.hgi-twotone.hgi-framer:after {
    content: "䙤"
}

.hgi-twotone.hgi-framer:before {
    content: "䙥"
}

.hgi-twotone.hgi-frameworks:after {
    content: "䙦"
}

.hgi-twotone.hgi-frameworks:before {
    content: "䙧"
}

.hgi-twotone.hgi-french-fries-01:after {
    content: "䙨"
}

.hgi-twotone.hgi-french-fries-01:before {
    content: "䙩"
}

.hgi-twotone.hgi-french-fries-02:after {
    content: "䙪"
}

.hgi-twotone.hgi-french-fries-02:before {
    content: "䙫"
}

.hgi-twotone.hgi-fridge:after {
    content: "䙬"
}

.hgi-twotone.hgi-fridge:before {
    content: "䙭"
}

.hgi-twotone.hgi-fry:after {
    content: "䙮"
}

.hgi-twotone.hgi-fry:before {
    content: "䙯"
}

.hgi-twotone.hgi-fuel-01:after {
    content: "䙰"
}

.hgi-twotone.hgi-fuel-01:before {
    content: "䙱"
}

.hgi-twotone.hgi-fuel-02:after {
    content: "䙲"
}

.hgi-twotone.hgi-fuel-02:before {
    content: "䙳"
}

.hgi-twotone.hgi-fuel-station:after {
    content: "䙴"
}

.hgi-twotone.hgi-fuel-station:before {
    content: "䙵"
}

.hgi-twotone.hgi-function-circle:after {
    content: "䙶"
}

.hgi-twotone.hgi-function-circle:before {
    content: "䙷"
}

.hgi-twotone.hgi-function-of-x:after {
    content: "䙸"
}

.hgi-twotone.hgi-function-of-x:before {
    content: "䙹"
}

.hgi-twotone.hgi-function:after {
    content: "䙺"
}

.hgi-twotone.hgi-function-square:after {
    content: "䙻"
}

.hgi-twotone.hgi-function-square:before {
    content: "䙼"
}

.hgi-twotone.hgi-function:before {
    content: "䙽"
}

.hgi-twotone.hgi-galaxy:after {
    content: "䙾"
}

.hgi-twotone.hgi-galaxy:before {
    content: "䙿"
}

.hgi-twotone.hgi-game-controller-01:after {
    content: "䚀"
}

.hgi-twotone.hgi-game-controller-01:before {
    content: "䚁"
}

.hgi-twotone.hgi-game-controller-02:after {
    content: "䚂"
}

.hgi-twotone.hgi-game-controller-02:before {
    content: "䚃"
}

.hgi-twotone.hgi-game-controller-03:after {
    content: "䚄"
}

.hgi-twotone.hgi-game-controller-03:before {
    content: "䚅"
}

.hgi-twotone.hgi-game:after {
    content: "䚆"
}

.hgi-twotone.hgi-game:before {
    content: "䚇"
}

.hgi-twotone.hgi-gameboy:after {
    content: "䚈"
}

.hgi-twotone.hgi-gameboy:before {
    content: "䚉"
}

.hgi-twotone.hgi-garage:after {
    content: "䚊"
}

.hgi-twotone.hgi-garage:before {
    content: "䚋"
}

.hgi-twotone.hgi-garbage-truck:after {
    content: "䚌"
}

.hgi-twotone.hgi-garbage-truck:before {
    content: "䚍"
}

.hgi-twotone.hgi-gas-pipe:after {
    content: "䚎"
}

.hgi-twotone.hgi-gas-pipe:before {
    content: "䚏"
}

.hgi-twotone.hgi-gas-stove:after {
    content: "䚐"
}

.hgi-twotone.hgi-gas-stove:before {
    content: "䚑"
}

.hgi-twotone.hgi-gem:after {
    content: "䚒"
}

.hgi-twotone.hgi-gem:before {
    content: "䚓"
}

.hgi-twotone.hgi-geology-crust:after {
    content: "䚔"
}

.hgi-twotone.hgi-geology-crust:before {
    content: "䚕"
}

.hgi-twotone.hgi-geometric-shapes-01:after {
    content: "䚖"
}

.hgi-twotone.hgi-geometric-shapes-01:before {
    content: "䚗"
}

.hgi-twotone.hgi-geometric-shapes-02:after {
    content: "䚘"
}

.hgi-twotone.hgi-geometric-shapes-02:before {
    content: "䚙"
}

.hgi-twotone.hgi-gibbous-moon:after {
    content: "䚚"
}

.hgi-twotone.hgi-gibbous-moon:before {
    content: "䚛"
}

.hgi-twotone.hgi-gif-01:after {
    content: "䚜"
}

.hgi-twotone.hgi-gif-01:before {
    content: "䚝"
}

.hgi-twotone.hgi-gif-02:after {
    content: "䚞"
}

.hgi-twotone.hgi-gif-02:before {
    content: "䚟"
}

.hgi-twotone.hgi-gift-card:after {
    content: "䚠"
}

.hgi-twotone.hgi-gift-card:before {
    content: "䚡"
}

.hgi-twotone.hgi-gift:after {
    content: "䚢"
}

.hgi-twotone.hgi-gift:before {
    content: "䚣"
}

.hgi-twotone.hgi-git-branch:after {
    content: "䚤"
}

.hgi-twotone.hgi-git-branch:before {
    content: "䚥"
}

.hgi-twotone.hgi-git-commit:after {
    content: "䚦"
}

.hgi-twotone.hgi-git-commit:before {
    content: "䚧"
}

.hgi-twotone.hgi-git-compare:after {
    content: "䚨"
}

.hgi-twotone.hgi-git-compare:before {
    content: "䚩"
}

.hgi-twotone.hgi-git-fork:after {
    content: "䚪"
}

.hgi-twotone.hgi-git-fork:before {
    content: "䚫"
}

.hgi-twotone.hgi-git-merge:after {
    content: "䚬"
}

.hgi-twotone.hgi-git-merge:before {
    content: "䚭"
}

.hgi-twotone.hgi-git-pull-request-closed:after {
    content: "䚮"
}

.hgi-twotone.hgi-git-pull-request-closed:before {
    content: "䚯"
}

.hgi-twotone.hgi-git-pull-request-draft:after {
    content: "䚰"
}

.hgi-twotone.hgi-git-pull-request-draft:before {
    content: "䚱"
}

.hgi-twotone.hgi-git-pull-request:after {
    content: "䚲"
}

.hgi-twotone.hgi-git-pull-request:before {
    content: "䚳"
}

.hgi-twotone.hgi-gitbook:after {
    content: "䚴"
}

.hgi-twotone.hgi-gitbook:before {
    content: "䚵"
}

.hgi-twotone.hgi-github-01:after {
    content: "䚶"
}

.hgi-twotone.hgi-github-01:before {
    content: "䚷"
}

.hgi-twotone.hgi-github:after {
    content: "䚸"
}

.hgi-twotone.hgi-github:before {
    content: "䚹"
}

.hgi-twotone.hgi-gitlab:after {
    content: "䚺"
}

.hgi-twotone.hgi-gitlab:before {
    content: "䚻"
}

.hgi-twotone.hgi-give-blood:after {
    content: "䚼"
}

.hgi-twotone.hgi-give-blood:before {
    content: "䚽"
}

.hgi-twotone.hgi-give-pill:after {
    content: "䚾"
}

.hgi-twotone.hgi-give-pill:before {
    content: "䚿"
}

.hgi-twotone.hgi-glasses:after {
    content: "䛀"
}

.hgi-twotone.hgi-glasses:before {
    content: "䛁"
}

.hgi-twotone.hgi-global-editing:after {
    content: "䛂"
}

.hgi-twotone.hgi-global-editing:before {
    content: "䛃"
}

.hgi-twotone.hgi-global-education:after {
    content: "䛄"
}

.hgi-twotone.hgi-global-education:before {
    content: "䛅"
}

.hgi-twotone.hgi-global-refresh:after {
    content: "䛆"
}

.hgi-twotone.hgi-global-refresh:before {
    content: "䛇"
}

.hgi-twotone.hgi-global-search:after {
    content: "䛈"
}

.hgi-twotone.hgi-global-search:before {
    content: "䛉"
}

.hgi-twotone.hgi-global:after {
    content: "䛊"
}

.hgi-twotone.hgi-global:before {
    content: "䛋"
}

.hgi-twotone.hgi-globe-02:after {
    content: "䛌"
}

.hgi-twotone.hgi-globe-02:before {
    content: "䛍"
}

.hgi-twotone.hgi-globe:after {
    content: "䛎"
}

.hgi-twotone.hgi-globe:before {
    content: "䛏"
}

.hgi-twotone.hgi-glove:after {
    content: "䛐"
}

.hgi-twotone.hgi-glove:before {
    content: "䛑"
}

.hgi-twotone.hgi-go-backward-10-sec:after {
    content: "䛒"
}

.hgi-twotone.hgi-go-backward-10-sec:before {
    content: "䛓"
}

.hgi-twotone.hgi-go-backward-15-sec:after {
    content: "䛔"
}

.hgi-twotone.hgi-go-backward-15-sec:before {
    content: "䛕"
}

.hgi-twotone.hgi-go-backward-30-sec:after {
    content: "䛖"
}

.hgi-twotone.hgi-go-backward-30-sec:before {
    content: "䛗"
}

.hgi-twotone.hgi-go-backward-5-sec:after {
    content: "䛘"
}

.hgi-twotone.hgi-go-backward-5-sec:before {
    content: "䛙"
}

.hgi-twotone.hgi-go-backward-60-sec:after {
    content: "䛚"
}

.hgi-twotone.hgi-go-backward-60-sec:before {
    content: "䛛"
}

.hgi-twotone.hgi-go-forward-10-sec:after {
    content: "䛜"
}

.hgi-twotone.hgi-go-forward-10-sec:before {
    content: "䛝"
}

.hgi-twotone.hgi-go-forward-15-sec:after {
    content: "䛞"
}

.hgi-twotone.hgi-go-forward-15-sec:before {
    content: "䛟"
}

.hgi-twotone.hgi-go-forward-30-sec:after {
    content: "䛠"
}

.hgi-twotone.hgi-go-forward-30-sec:before {
    content: "䛡"
}

.hgi-twotone.hgi-go-forward-5-sec:after {
    content: "䛢"
}

.hgi-twotone.hgi-go-forward-5-sec:before {
    content: "䛣"
}

.hgi-twotone.hgi-go-forward-60-sec:after {
    content: "䛤"
}

.hgi-twotone.hgi-go-forward-60-sec:before {
    content: "䛥"
}

.hgi-twotone.hgi-gold-ingots:after {
    content: "䛦"
}

.hgi-twotone.hgi-gold-ingots:before {
    content: "䛧"
}

.hgi-twotone.hgi-gold:after {
    content: "䛨"
}

.hgi-twotone.hgi-gold:before {
    content: "䛩"
}

.hgi-twotone.hgi-golf-ball:after {
    content: "䛪"
}

.hgi-twotone.hgi-golf-ball:before {
    content: "䛫"
}

.hgi-twotone.hgi-golf-bat:after {
    content: "䛬"
}

.hgi-twotone.hgi-golf-bat:before {
    content: "䛭"
}

.hgi-twotone.hgi-golf-cart:after {
    content: "䛮"
}

.hgi-twotone.hgi-golf-cart:before {
    content: "䛯"
}

.hgi-twotone.hgi-golf-hole:after {
    content: "䛰"
}

.hgi-twotone.hgi-golf-hole:before {
    content: "䛱"
}

.hgi-twotone.hgi-google-doc:after {
    content: "䛲"
}

.hgi-twotone.hgi-google-doc:before {
    content: "䛳"
}

.hgi-twotone.hgi-google-drive:after {
    content: "䛴"
}

.hgi-twotone.hgi-google-drive:before {
    content: "䛵"
}

.hgi-twotone.hgi-google-gemini:after {
    content: "䛶"
}

.hgi-twotone.hgi-google-gemini:before {
    content: "䛷"
}

.hgi-twotone.hgi-google-home:after {
    content: "䛸"
}

.hgi-twotone.hgi-google-home:before {
    content: "䛹"
}

.hgi-twotone.hgi-google-lens:after {
    content: "䛺"
}

.hgi-twotone.hgi-google-lens:before {
    content: "䛻"
}

.hgi-twotone.hgi-google-maps:after {
    content: "䛼"
}

.hgi-twotone.hgi-google-maps:before {
    content: "䛽"
}

.hgi-twotone.hgi-google-photos:after {
    content: "䛾"
}

.hgi-twotone.hgi-google-photos:before {
    content: "䛿"
}

.hgi-twotone.hgi-google:after {
    content: "䜀"
}

.hgi-twotone.hgi-google-sheet:after {
    content: "䜁"
}

.hgi-twotone.hgi-google-sheet:before {
    content: "䜂"
}

.hgi-twotone.hgi-google:before {
    content: "䜃"
}

.hgi-twotone.hgi-gps-01:after {
    content: "䜄"
}

.hgi-twotone.hgi-gps-01:before {
    content: "䜅"
}

.hgi-twotone.hgi-gps-02:after {
    content: "䜆"
}

.hgi-twotone.hgi-gps-02:before {
    content: "䜇"
}

.hgi-twotone.hgi-gps-disconnected:after {
    content: "䜈"
}

.hgi-twotone.hgi-gps-disconnected:before {
    content: "䜉"
}

.hgi-twotone.hgi-gps-off-01:after {
    content: "䜊"
}

.hgi-twotone.hgi-gps-off-01:before {
    content: "䜋"
}

.hgi-twotone.hgi-gps-off-02:after {
    content: "䜌"
}

.hgi-twotone.hgi-gps-off-02:before {
    content: "䜍"
}

.hgi-twotone.hgi-gps-signal-01:after {
    content: "䜎"
}

.hgi-twotone.hgi-gps-signal-01:before {
    content: "䜏"
}

.hgi-twotone.hgi-gps-signal-02:after {
    content: "䜐"
}

.hgi-twotone.hgi-gps-signal-02:before {
    content: "䜑"
}

.hgi-twotone.hgi-gpu:after {
    content: "䜒"
}

.hgi-twotone.hgi-gpu:before {
    content: "䜓"
}

.hgi-twotone.hgi-graduate-female:after {
    content: "䜔"
}

.hgi-twotone.hgi-graduate-female:before {
    content: "䜕"
}

.hgi-twotone.hgi-graduate-male:after {
    content: "䜖"
}

.hgi-twotone.hgi-graduate-male:before {
    content: "䜗"
}

.hgi-twotone.hgi-graduation-scroll:after {
    content: "䜘"
}

.hgi-twotone.hgi-graduation-scroll:before {
    content: "䜙"
}

.hgi-twotone.hgi-grapes:after {
    content: "䜚"
}

.hgi-twotone.hgi-grapes:before {
    content: "䜛"
}

.hgi-twotone.hgi-gravity:after {
    content: "䜜"
}

.hgi-twotone.hgi-gravity:before {
    content: "䜝"
}

.hgi-twotone.hgi-greater-than-circle:after {
    content: "䜞"
}

.hgi-twotone.hgi-greater-than-circle:before {
    content: "䜟"
}

.hgi-twotone.hgi-greater-than:after {
    content: "䜠"
}

.hgi-twotone.hgi-greater-than-square:after {
    content: "䜡"
}

.hgi-twotone.hgi-greater-than-square:before {
    content: "䜢"
}

.hgi-twotone.hgi-greater-than:before {
    content: "䜣"
}

.hgi-twotone.hgi-greek-helmet:after {
    content: "䜤"
}

.hgi-twotone.hgi-greek-helmet:before {
    content: "䜥"
}

.hgi-twotone.hgi-green-house:after {
    content: "䜦"
}

.hgi-twotone.hgi-green-house:before {
    content: "䜧"
}

.hgi-twotone.hgi-grid-off:after {
    content: "䜨"
}

.hgi-twotone.hgi-grid-off:before {
    content: "䜩"
}

.hgi-twotone.hgi-grid:after {
    content: "䜪"
}

.hgi-twotone.hgi-grid-table:after {
    content: "䜫"
}

.hgi-twotone.hgi-grid-table:before {
    content: "䜬"
}

.hgi-twotone.hgi-grid-view:after {
    content: "䜭"
}

.hgi-twotone.hgi-grid-view:before {
    content: "䜮"
}

.hgi-twotone.hgi-grid:before {
    content: "䜯"
}

.hgi-twotone.hgi-grimacing:after {
    content: "䜰"
}

.hgi-twotone.hgi-grimacing:before {
    content: "䜱"
}

.hgi-twotone.hgi-grinning:after {
    content: "䜲"
}

.hgi-twotone.hgi-grinning:before {
    content: "䜳"
}

.hgi-twotone.hgi-grok:after {
    content: "䜴"
}

.hgi-twotone.hgi-grok:before {
    content: "䜵"
}

.hgi-twotone.hgi-group-items:after {
    content: "䜶"
}

.hgi-twotone.hgi-group-items:before {
    content: "䜷"
}

.hgi-twotone.hgi-group-layers:after {
    content: "䜸"
}

.hgi-twotone.hgi-group-layers:before {
    content: "䜹"
}

.hgi-twotone.hgi-guest-house:after {
    content: "䜺"
}

.hgi-twotone.hgi-guest-house:before {
    content: "䜻"
}

.hgi-twotone.hgi-gun:after {
    content: "䜼"
}

.hgi-twotone.hgi-gun:before {
    content: "䜽"
}

.hgi-twotone.hgi-gymnastic-rings:after {
    content: "䜾"
}

.hgi-twotone.hgi-gymnastic-rings:before {
    content: "䜿"
}

.hgi-twotone.hgi-gymnastic:after {
    content: "䝀"
}

.hgi-twotone.hgi-gymnastic:before {
    content: "䝁"
}

.hgi-twotone.hgi-hackerrank:after {
    content: "䝂"
}

.hgi-twotone.hgi-hackerrank:before {
    content: "䝃"
}

.hgi-twotone.hgi-hair-clips:after {
    content: "䝄"
}

.hgi-twotone.hgi-hair-clips:before {
    content: "䝅"
}

.hgi-twotone.hgi-hair-dryer:after {
    content: "䝆"
}

.hgi-twotone.hgi-hair-dryer:before {
    content: "䝇"
}

.hgi-twotone.hgi-haji:after {
    content: "䝈"
}

.hgi-twotone.hgi-haji:before {
    content: "䝉"
}

.hgi-twotone.hgi-halal:after {
    content: "䝊"
}

.hgi-twotone.hgi-halal:before {
    content: "䝋"
}

.hgi-twotone.hgi-hamburger-01:after {
    content: "䝌"
}

.hgi-twotone.hgi-hamburger-01:before {
    content: "䝍"
}

.hgi-twotone.hgi-hamburger-02:after {
    content: "䝎"
}

.hgi-twotone.hgi-hamburger-02:before {
    content: "䝏"
}

.hgi-twotone.hgi-hand-bag-01:after {
    content: "䝐"
}

.hgi-twotone.hgi-hand-bag-01:before {
    content: "䝑"
}

.hgi-twotone.hgi-hand-bag-02:after {
    content: "䝒"
}

.hgi-twotone.hgi-hand-bag-02:before {
    content: "䝓"
}

.hgi-twotone.hgi-hand-beater:after {
    content: "䝔"
}

.hgi-twotone.hgi-hand-beater:before {
    content: "䝕"
}

.hgi-twotone.hgi-hand-grip:after {
    content: "䝖"
}

.hgi-twotone.hgi-hand-grip:before {
    content: "䝗"
}

.hgi-twotone.hgi-hand-pointing-down-01:after {
    content: "䝘"
}

.hgi-twotone.hgi-hand-pointing-down-01:before {
    content: "䝙"
}

.hgi-twotone.hgi-hand-pointing-down-02:after {
    content: "䝚"
}

.hgi-twotone.hgi-hand-pointing-down-02:before {
    content: "䝛"
}

.hgi-twotone.hgi-hand-pointing-down-03:after {
    content: "䝜"
}

.hgi-twotone.hgi-hand-pointing-down-03:before {
    content: "䝝"
}

.hgi-twotone.hgi-hand-pointing-down-04:after {
    content: "䝞"
}

.hgi-twotone.hgi-hand-pointing-down-04:before {
    content: "䝟"
}

.hgi-twotone.hgi-hand-pointing-left-01:after {
    content: "䝠"
}

.hgi-twotone.hgi-hand-pointing-left-01:before {
    content: "䝡"
}

.hgi-twotone.hgi-hand-pointing-left-02:after {
    content: "䝢"
}

.hgi-twotone.hgi-hand-pointing-left-02:before {
    content: "䝣"
}

.hgi-twotone.hgi-hand-pointing-left-03:after {
    content: "䝤"
}

.hgi-twotone.hgi-hand-pointing-left-03:before {
    content: "䝥"
}

.hgi-twotone.hgi-hand-pointing-left-04:after {
    content: "䝦"
}

.hgi-twotone.hgi-hand-pointing-left-04:before {
    content: "䝧"
}

.hgi-twotone.hgi-hand-pointing-right-01:after {
    content: "䝨"
}

.hgi-twotone.hgi-hand-pointing-right-01:before {
    content: "䝩"
}

.hgi-twotone.hgi-hand-pointing-right-02:after {
    content: "䝪"
}

.hgi-twotone.hgi-hand-pointing-right-02:before {
    content: "䝫"
}

.hgi-twotone.hgi-hand-pointing-right-03:after {
    content: "䝬"
}

.hgi-twotone.hgi-hand-pointing-right-03:before {
    content: "䝭"
}

.hgi-twotone.hgi-hand-pointing-right-04:after {
    content: "䝮"
}

.hgi-twotone.hgi-hand-pointing-right-04:before {
    content: "䝯"
}

.hgi-twotone.hgi-hand-prayer:after {
    content: "䝰"
}

.hgi-twotone.hgi-hand-prayer:before {
    content: "䝱"
}

.hgi-twotone.hgi-hand-sanitizer:after {
    content: "䝲"
}

.hgi-twotone.hgi-hand-sanitizer:before {
    content: "䝳"
}

.hgi-twotone.hgi-handcuffs:after {
    content: "䝴"
}

.hgi-twotone.hgi-handcuffs:before {
    content: "䝵"
}

.hgi-twotone.hgi-hanger:after {
    content: "䝶"
}

.hgi-twotone.hgi-hanger:before {
    content: "䝷"
}

.hgi-twotone.hgi-hanging-clock:after {
    content: "䝸"
}

.hgi-twotone.hgi-hanging-clock:before {
    content: "䝹"
}

.hgi-twotone.hgi-hangout:after {
    content: "䝺"
}

.hgi-twotone.hgi-hangout:before {
    content: "䝻"
}

.hgi-twotone.hgi-happy:after {
    content: "䝼"
}

.hgi-twotone.hgi-happy:before {
    content: "䝽"
}

.hgi-twotone.hgi-hard-drive:after {
    content: "䝾"
}

.hgi-twotone.hgi-hard-drive:before {
    content: "䝿"
}

.hgi-twotone.hgi-hdd:after {
    content: "䞀"
}

.hgi-twotone.hgi-hdd:before {
    content: "䞁"
}

.hgi-twotone.hgi-hdr-01:after {
    content: "䞂"
}

.hgi-twotone.hgi-hdr-01:before {
    content: "䞃"
}

.hgi-twotone.hgi-hdr-02:after {
    content: "䞄"
}

.hgi-twotone.hgi-hdr-02:before {
    content: "䞅"
}

.hgi-twotone.hgi-heading-01:after {
    content: "䞆"
}

.hgi-twotone.hgi-heading-01:before {
    content: "䞇"
}

.hgi-twotone.hgi-heading-02:after {
    content: "䞈"
}

.hgi-twotone.hgi-heading-02:before {
    content: "䞉"
}

.hgi-twotone.hgi-heading-03:after {
    content: "䞊"
}

.hgi-twotone.hgi-heading-03:before {
    content: "䞋"
}

.hgi-twotone.hgi-heading-04:after {
    content: "䞌"
}

.hgi-twotone.hgi-heading-04:before {
    content: "䞍"
}

.hgi-twotone.hgi-heading-05:after {
    content: "䞎"
}

.hgi-twotone.hgi-heading-05:before {
    content: "䞏"
}

.hgi-twotone.hgi-heading-06:after {
    content: "䞐"
}

.hgi-twotone.hgi-heading-06:before {
    content: "䞑"
}

.hgi-twotone.hgi-heading:after {
    content: "䞒"
}

.hgi-twotone.hgi-heading:before {
    content: "䞓"
}

.hgi-twotone.hgi-headphone-mute:after {
    content: "䞔"
}

.hgi-twotone.hgi-headphone-mute:before {
    content: "䞕"
}

.hgi-twotone.hgi-headphones:after {
    content: "䞖"
}

.hgi-twotone.hgi-headphones:before {
    content: "䞗"
}

.hgi-twotone.hgi-headset-connected:after {
    content: "䞘"
}

.hgi-twotone.hgi-headset-connected:before {
    content: "䞙"
}

.hgi-twotone.hgi-headset-off:after {
    content: "䞚"
}

.hgi-twotone.hgi-headset-off:before {
    content: "䞛"
}

.hgi-twotone.hgi-headset:after {
    content: "䞜"
}

.hgi-twotone.hgi-headset:before {
    content: "䞝"
}

.hgi-twotone.hgi-healtcare:after {
    content: "䞞"
}

.hgi-twotone.hgi-healtcare:before {
    content: "䞟"
}

.hgi-twotone.hgi-health:after {
    content: "䞠"
}

.hgi-twotone.hgi-health:before {
    content: "䞡"
}

.hgi-twotone.hgi-heart-add:after {
    content: "䞢"
}

.hgi-twotone.hgi-heart-add:before {
    content: "䞣"
}

.hgi-twotone.hgi-heart-check:after {
    content: "䞤"
}

.hgi-twotone.hgi-heart-check:before {
    content: "䞥"
}

.hgi-twotone.hgi-heart-remove:after {
    content: "䞦"
}

.hgi-twotone.hgi-heart-remove:before {
    content: "䞧"
}

.hgi-twotone.hgi-heartbreak:after {
    content: "䞨"
}

.hgi-twotone.hgi-heartbreak:before {
    content: "䞩"
}

.hgi-twotone.hgi-helicopter:after {
    content: "䞪"
}

.hgi-twotone.hgi-helicopter:before {
    content: "䞫"
}

.hgi-twotone.hgi-help-circle:after {
    content: "䞬"
}

.hgi-twotone.hgi-help-circle:before {
    content: "䞭"
}

.hgi-twotone.hgi-help-square:after {
    content: "䞮"
}

.hgi-twotone.hgi-help-square:before {
    content: "䞯"
}

.hgi-twotone.hgi-hexagon-01:after {
    content: "䞰"
}

.hgi-twotone.hgi-hexagon-01:before {
    content: "䞱"
}

.hgi-twotone.hgi-hexagon:after {
    content: "䞲"
}

.hgi-twotone.hgi-hexagon:before {
    content: "䞳"
}

.hgi-twotone.hgi-hierarchy-circle-01:after {
    content: "䞴"
}

.hgi-twotone.hgi-hierarchy-circle-01:before {
    content: "䞵"
}

.hgi-twotone.hgi-hierarchy-circle-02:after {
    content: "䞶"
}

.hgi-twotone.hgi-hierarchy-circle-02:before {
    content: "䞷"
}

.hgi-twotone.hgi-hierarchy-circle-03:after {
    content: "䞸"
}

.hgi-twotone.hgi-hierarchy-circle-03:before {
    content: "䞹"
}

.hgi-twotone.hgi-hierarchy-files:after {
    content: "䞺"
}

.hgi-twotone.hgi-hierarchy-files:before {
    content: "䞻"
}

.hgi-twotone.hgi-hierarchy:after {
    content: "䞼"
}

.hgi-twotone.hgi-hierarchy-square-01:after {
    content: "䞽"
}

.hgi-twotone.hgi-hierarchy-square-01:before {
    content: "䞾"
}

.hgi-twotone.hgi-hierarchy-square-02:after {
    content: "䞿"
}

.hgi-twotone.hgi-hierarchy-square-02:before {
    content: "䟀"
}

.hgi-twotone.hgi-hierarchy-square-03:after {
    content: "䟁"
}

.hgi-twotone.hgi-hierarchy-square-03:before {
    content: "䟂"
}

.hgi-twotone.hgi-hierarchy-square-04:after {
    content: "䟃"
}

.hgi-twotone.hgi-hierarchy-square-04:before {
    content: "䟄"
}

.hgi-twotone.hgi-hierarchy-square-05:after {
    content: "䟅"
}

.hgi-twotone.hgi-hierarchy-square-05:before {
    content: "䟆"
}

.hgi-twotone.hgi-hierarchy-square-06:after {
    content: "䟇"
}

.hgi-twotone.hgi-hierarchy-square-06:before {
    content: "䟈"
}

.hgi-twotone.hgi-hierarchy-square-07:after {
    content: "䟉"
}

.hgi-twotone.hgi-hierarchy-square-07:before {
    content: "䟊"
}

.hgi-twotone.hgi-hierarchy-square-08:after {
    content: "䟋"
}

.hgi-twotone.hgi-hierarchy-square-08:before {
    content: "䟌"
}

.hgi-twotone.hgi-hierarchy-square-10:after {
    content: "䟍"
}

.hgi-twotone.hgi-hierarchy-square-10:before {
    content: "䟎"
}

.hgi-twotone.hgi-hierarchy:before {
    content: "䟏"
}

.hgi-twotone.hgi-high-heels-01:after {
    content: "䟐"
}

.hgi-twotone.hgi-high-heels-01:before {
    content: "䟑"
}

.hgi-twotone.hgi-high-heels-02:after {
    content: "䟒"
}

.hgi-twotone.hgi-high-heels-02:before {
    content: "䟓"
}

.hgi-twotone.hgi-hijab:after {
    content: "䟔"
}

.hgi-twotone.hgi-hijab:before {
    content: "䟕"
}

.hgi-twotone.hgi-hockey:after {
    content: "䟖"
}

.hgi-twotone.hgi-hockey:before {
    content: "䟗"
}

.hgi-twotone.hgi-hold-01:after {
    content: "䟘"
}

.hgi-twotone.hgi-hold-01:before {
    content: "䟙"
}

.hgi-twotone.hgi-hold-02:after {
    content: "䟚"
}

.hgi-twotone.hgi-hold-02:before {
    content: "䟛"
}

.hgi-twotone.hgi-hold-03:after {
    content: "䟜"
}

.hgi-twotone.hgi-hold-03:before {
    content: "䟝"
}

.hgi-twotone.hgi-hold-04:after {
    content: "䟞"
}

.hgi-twotone.hgi-hold-04:before {
    content: "䟟"
}

.hgi-twotone.hgi-hold-05:after {
    content: "䟠"
}

.hgi-twotone.hgi-hold-05:before {
    content: "䟡"
}

.hgi-twotone.hgi-hold-locked-01:after {
    content: "䟢"
}

.hgi-twotone.hgi-hold-locked-01:before {
    content: "䟣"
}

.hgi-twotone.hgi-hold-locked-02:after {
    content: "䟤"
}

.hgi-twotone.hgi-hold-locked-02:before {
    content: "䟥"
}

.hgi-twotone.hgi-hold-phone:after {
    content: "䟦"
}

.hgi-twotone.hgi-hold-phone:before {
    content: "䟧"
}

.hgi-twotone.hgi-hologram:after {
    content: "䟨"
}

.hgi-twotone.hgi-hologram:before {
    content: "䟩"
}

.hgi-twotone.hgi-home-01:after {
    content: "䟪"
}

.hgi-twotone.hgi-home-01:before {
    content: "䟫"
}

.hgi-twotone.hgi-home-02:after {
    content: "䟬"
}

.hgi-twotone.hgi-home-02:before {
    content: "䟭"
}

.hgi-twotone.hgi-home-03:after {
    content: "䟮"
}

.hgi-twotone.hgi-home-03:before {
    content: "䟯"
}

.hgi-twotone.hgi-home-04:after {
    content: "䟰"
}

.hgi-twotone.hgi-home-04:before {
    content: "䟱"
}

.hgi-twotone.hgi-home-05:after {
    content: "䟲"
}

.hgi-twotone.hgi-home-05:before {
    content: "䟳"
}

.hgi-twotone.hgi-home-06:after {
    content: "䟴"
}

.hgi-twotone.hgi-home-06:before {
    content: "䟵"
}

.hgi-twotone.hgi-home-07:after {
    content: "䟶"
}

.hgi-twotone.hgi-home-07:before {
    content: "䟷"
}

.hgi-twotone.hgi-home-08:after {
    content: "䟸"
}

.hgi-twotone.hgi-home-08:before {
    content: "䟹"
}

.hgi-twotone.hgi-home-09:after {
    content: "䟺"
}

.hgi-twotone.hgi-home-09:before {
    content: "䟻"
}

.hgi-twotone.hgi-home-10:after {
    content: "䟼"
}

.hgi-twotone.hgi-home-10:before {
    content: "䟽"
}

.hgi-twotone.hgi-home-11:after {
    content: "䟾"
}

.hgi-twotone.hgi-home-11:before {
    content: "䟿"
}

.hgi-twotone.hgi-home-12:after {
    content: "䠀"
}

.hgi-twotone.hgi-home-12:before {
    content: "䠁"
}

.hgi-twotone.hgi-home-13:after {
    content: "䠂"
}

.hgi-twotone.hgi-home-13:before {
    content: "䠃"
}

.hgi-twotone.hgi-home-wifi:after {
    content: "䠄"
}

.hgi-twotone.hgi-home-wifi:before {
    content: "䠅"
}

.hgi-twotone.hgi-honey-01:after {
    content: "䠆"
}

.hgi-twotone.hgi-honey-01:before {
    content: "䠇"
}

.hgi-twotone.hgi-honey-02:after {
    content: "䠈"
}

.hgi-twotone.hgi-honey-02:before {
    content: "䠉"
}

.hgi-twotone.hgi-honor:after {
    content: "䠊"
}

.hgi-twotone.hgi-honor:before {
    content: "䠋"
}

.hgi-twotone.hgi-honour-star:after {
    content: "䠌"
}

.hgi-twotone.hgi-honour-star:before {
    content: "䠍"
}

.hgi-twotone.hgi-hoodie:after {
    content: "䠎"
}

.hgi-twotone.hgi-hoodie:before {
    content: "䠏"
}

.hgi-twotone.hgi-horizonal-scroll-point:after {
    content: "䠐"
}

.hgi-twotone.hgi-horizonal-scroll-point:before {
    content: "䠑"
}

.hgi-twotone.hgi-horizontal-resize:after {
    content: "䠒"
}

.hgi-twotone.hgi-horizontal-resize:before {
    content: "䠓"
}

.hgi-twotone.hgi-hospital-01:after {
    content: "䠔"
}

.hgi-twotone.hgi-hospital-01:before {
    content: "䠕"
}

.hgi-twotone.hgi-hospital-02:after {
    content: "䠖"
}

.hgi-twotone.hgi-hospital-02:before {
    content: "䠗"
}

.hgi-twotone.hgi-hospital-bed-01:after {
    content: "䠘"
}

.hgi-twotone.hgi-hospital-bed-01:before {
    content: "䠙"
}

.hgi-twotone.hgi-hospital-bed-02:after {
    content: "䠚"
}

.hgi-twotone.hgi-hospital-bed-02:before {
    content: "䠛"
}

.hgi-twotone.hgi-hospital-location:after {
    content: "䠜"
}

.hgi-twotone.hgi-hospital-location:before {
    content: "䠝"
}

.hgi-twotone.hgi-hot-air-balloon:after {
    content: "䠞"
}

.hgi-twotone.hgi-hot-air-balloon:before {
    content: "䠟"
}

.hgi-twotone.hgi-hot-price:after {
    content: "䠠"
}

.hgi-twotone.hgi-hot-price:before {
    content: "䠡"
}

.hgi-twotone.hgi-hot-tube:after {
    content: "䠢"
}

.hgi-twotone.hgi-hot-tube:before {
    content: "䠣"
}

.hgi-twotone.hgi-hotdog:after {
    content: "䠤"
}

.hgi-twotone.hgi-hotdog:before {
    content: "䠥"
}

.hgi-twotone.hgi-hotel-01:after {
    content: "䠦"
}

.hgi-twotone.hgi-hotel-01:before {
    content: "䠧"
}

.hgi-twotone.hgi-hotel-02:after {
    content: "䠨"
}

.hgi-twotone.hgi-hotel-02:before {
    content: "䠩"
}

.hgi-twotone.hgi-hotspot-offline:after {
    content: "䠪"
}

.hgi-twotone.hgi-hotspot-offline:before {
    content: "䠫"
}

.hgi-twotone.hgi-hotspot:after {
    content: "䠬"
}

.hgi-twotone.hgi-hotspot:before {
    content: "䠭"
}

.hgi-twotone.hgi-hourglass-off:after {
    content: "䠮"
}

.hgi-twotone.hgi-hourglass-off:before {
    content: "䠯"
}

.hgi-twotone.hgi-hourglass:after {
    content: "䠰"
}

.hgi-twotone.hgi-hourglass:before {
    content: "䠱"
}

.hgi-twotone.hgi-house-01:after {
    content: "䠲"
}

.hgi-twotone.hgi-house-01:before {
    content: "䠳"
}

.hgi-twotone.hgi-house-02:after {
    content: "䠴"
}

.hgi-twotone.hgi-house-02:before {
    content: "䠵"
}

.hgi-twotone.hgi-house-03:after {
    content: "䠶"
}

.hgi-twotone.hgi-house-03:before {
    content: "䠷"
}

.hgi-twotone.hgi-house-04:after {
    content: "䠸"
}

.hgi-twotone.hgi-house-04:before {
    content: "䠹"
}

.hgi-twotone.hgi-house-05:after {
    content: "䠺"
}

.hgi-twotone.hgi-house-05:before {
    content: "䠻"
}

.hgi-twotone.hgi-house-solar-panel:after {
    content: "䠼"
}

.hgi-twotone.hgi-house-solar-panel:before {
    content: "䠽"
}

.hgi-twotone.hgi-html-5:after {
    content: "䠾"
}

.hgi-twotone.hgi-html-5:before {
    content: "䠿"
}

.hgi-twotone.hgi-humidity:after {
    content: "䡀"
}

.hgi-twotone.hgi-humidity:before {
    content: "䡁"
}

.hgi-twotone.hgi-hut:after {
    content: "䡂"
}

.hgi-twotone.hgi-hut:before {
    content: "䡃"
}

.hgi-twotone.hgi-hydro-power:after {
    content: "䡄"
}

.hgi-twotone.hgi-hydro-power:before {
    content: "䡅"
}

.hgi-twotone.hgi-hyperbole:after {
    content: "䡆"
}

.hgi-twotone.hgi-hyperbole:before {
    content: "䡇"
}

.hgi-twotone.hgi-ice-cream-01:after {
    content: "䡈"
}

.hgi-twotone.hgi-ice-cream-01:before {
    content: "䡉"
}

.hgi-twotone.hgi-ice-cream-02:after {
    content: "䡊"
}

.hgi-twotone.hgi-ice-cream-02:before {
    content: "䡋"
}

.hgi-twotone.hgi-ice-cream-03:after {
    content: "䡌"
}

.hgi-twotone.hgi-ice-cream-03:before {
    content: "䡍"
}

.hgi-twotone.hgi-ice-cream-04:after {
    content: "䡎"
}

.hgi-twotone.hgi-ice-cream-04:before {
    content: "䡏"
}

.hgi-twotone.hgi-ice-hockey:after {
    content: "䡐"
}

.hgi-twotone.hgi-ice-hockey:before {
    content: "䡑"
}

.hgi-twotone.hgi-ice-skating:after {
    content: "䡒"
}

.hgi-twotone.hgi-ice-skating:before {
    content: "䡓"
}

.hgi-twotone.hgi-ico:after {
    content: "䡔"
}

.hgi-twotone.hgi-ico:before {
    content: "䡕"
}

.hgi-twotone.hgi-iconjar:after {
    content: "䡖"
}

.hgi-twotone.hgi-iconjar:before {
    content: "䡗"
}

.hgi-twotone.hgi-id-not-verified:after {
    content: "䡘"
}

.hgi-twotone.hgi-id-not-verified:before {
    content: "䡙"
}

.hgi-twotone.hgi-id:after {
    content: "䡚"
}

.hgi-twotone.hgi-id-verified:after {
    content: "䡛"
}

.hgi-twotone.hgi-id-verified:before {
    content: "䡜"
}

.hgi-twotone.hgi-id:before {
    content: "䡝"
}

.hgi-twotone.hgi-idea-01:after {
    content: "䡞"
}

.hgi-twotone.hgi-idea-01:before {
    content: "䡟"
}

.hgi-twotone.hgi-idea:after {
    content: "䡠"
}

.hgi-twotone.hgi-idea:before {
    content: "䡡"
}

.hgi-twotone.hgi-identification:after {
    content: "䡢"
}

.hgi-twotone.hgi-identification:before {
    content: "䡣"
}

.hgi-twotone.hgi-identity-card:after {
    content: "䡤"
}

.hgi-twotone.hgi-identity-card:before {
    content: "䡥"
}

.hgi-twotone.hgi-image-01:after {
    content: "䡦"
}

.hgi-twotone.hgi-image-01:before {
    content: "䡧"
}

.hgi-twotone.hgi-image-02:after {
    content: "䡨"
}

.hgi-twotone.hgi-image-02:before {
    content: "䡩"
}

.hgi-twotone.hgi-image-add-01:after {
    content: "䡪"
}

.hgi-twotone.hgi-image-add-01:before {
    content: "䡫"
}

.hgi-twotone.hgi-image-add-02:after {
    content: "䡬"
}

.hgi-twotone.hgi-image-add-02:before {
    content: "䡭"
}

.hgi-twotone.hgi-image-composition-oval:after {
    content: "䡮"
}

.hgi-twotone.hgi-image-composition-oval:before {
    content: "䡯"
}

.hgi-twotone.hgi-image-composition:after {
    content: "䡰"
}

.hgi-twotone.hgi-image-composition:before {
    content: "䡱"
}

.hgi-twotone.hgi-image-crop:after {
    content: "䡲"
}

.hgi-twotone.hgi-image-crop:before {
    content: "䡳"
}

.hgi-twotone.hgi-image-delete-01:after {
    content: "䡴"
}

.hgi-twotone.hgi-image-delete-01:before {
    content: "䡵"
}

.hgi-twotone.hgi-image-delete-02:after {
    content: "䡶"
}

.hgi-twotone.hgi-image-delete-02:before {
    content: "䡷"
}

.hgi-twotone.hgi-image-done-01:after {
    content: "䡸"
}

.hgi-twotone.hgi-image-done-01:before {
    content: "䡹"
}

.hgi-twotone.hgi-image-done-02:after {
    content: "䡺"
}

.hgi-twotone.hgi-image-done-02:before {
    content: "䡻"
}

.hgi-twotone.hgi-image-download-02:after {
    content: "䡼"
}

.hgi-twotone.hgi-image-download-02:before {
    content: "䡽"
}

.hgi-twotone.hgi-image-download:after {
    content: "䡾"
}

.hgi-twotone.hgi-image-download:before {
    content: "䡿"
}

.hgi-twotone.hgi-image-not-found-01:after {
    content: "䢀"
}

.hgi-twotone.hgi-image-not-found-01:before {
    content: "䢁"
}

.hgi-twotone.hgi-image-not-found-02:after {
    content: "䢂"
}

.hgi-twotone.hgi-image-not-found-02:before {
    content: "䢃"
}

.hgi-twotone.hgi-image-remove-01:after {
    content: "䢄"
}

.hgi-twotone.hgi-image-remove-01:before {
    content: "䢅"
}

.hgi-twotone.hgi-image-remove-02:after {
    content: "䢆"
}

.hgi-twotone.hgi-image-remove-02:before {
    content: "䢇"
}

.hgi-twotone.hgi-image-upload-01:after {
    content: "䢈"
}

.hgi-twotone.hgi-image-upload-01:before {
    content: "䢉"
}

.hgi-twotone.hgi-image-upload:after {
    content: "䢊"
}

.hgi-twotone.hgi-image-upload:before {
    content: "䢋"
}

.hgi-twotone.hgi-imo:after {
    content: "䢌"
}

.hgi-twotone.hgi-imo:before {
    content: "䢍"
}

.hgi-twotone.hgi-important-book:after {
    content: "䢎"
}

.hgi-twotone.hgi-important-book:before {
    content: "䢏"
}

.hgi-twotone.hgi-in-love:after {
    content: "䢐"
}

.hgi-twotone.hgi-in-love:before {
    content: "䢑"
}

.hgi-twotone.hgi-inbox-check:after {
    content: "䢒"
}

.hgi-twotone.hgi-inbox-check:before {
    content: "䢓"
}

.hgi-twotone.hgi-inbox-download:after {
    content: "䢔"
}

.hgi-twotone.hgi-inbox-download:before {
    content: "䢕"
}

.hgi-twotone.hgi-inbox:after {
    content: "䢖"
}

.hgi-twotone.hgi-inbox-unread:after {
    content: "䢗"
}

.hgi-twotone.hgi-inbox-unread:before {
    content: "䢘"
}

.hgi-twotone.hgi-inbox-upload:after {
    content: "䢙"
}

.hgi-twotone.hgi-inbox-upload:before {
    content: "䢚"
}

.hgi-twotone.hgi-inbox:before {
    content: "䢛"
}

.hgi-twotone.hgi-incognito:after {
    content: "䢜"
}

.hgi-twotone.hgi-incognito:before {
    content: "䢝"
}

.hgi-twotone.hgi-india-gate:after {
    content: "䢞"
}

.hgi-twotone.hgi-india-gate:before {
    content: "䢟"
}

.hgi-twotone.hgi-inequality-01:after {
    content: "䢠"
}

.hgi-twotone.hgi-inequality-01:before {
    content: "䢡"
}

.hgi-twotone.hgi-inequality-02:after {
    content: "䢢"
}

.hgi-twotone.hgi-inequality-02:before {
    content: "䢣"
}

.hgi-twotone.hgi-inequality-circle-01:after {
    content: "䢤"
}

.hgi-twotone.hgi-inequality-circle-01:before {
    content: "䢥"
}

.hgi-twotone.hgi-inequality-circle-02:after {
    content: "䢦"
}

.hgi-twotone.hgi-inequality-circle-02:before {
    content: "䢧"
}

.hgi-twotone.hgi-inequality-square-01:after {
    content: "䢨"
}

.hgi-twotone.hgi-inequality-square-01:before {
    content: "䢩"
}

.hgi-twotone.hgi-inequality-square-02:after {
    content: "䢪"
}

.hgi-twotone.hgi-inequality-square-02:before {
    content: "䢫"
}

.hgi-twotone.hgi-infinity-01:after {
    content: "䢬"
}

.hgi-twotone.hgi-infinity-01:before {
    content: "䢭"
}

.hgi-twotone.hgi-infinity-02:after {
    content: "䢮"
}

.hgi-twotone.hgi-infinity-02:before {
    content: "䢯"
}

.hgi-twotone.hgi-infinity-circle:after {
    content: "䢰"
}

.hgi-twotone.hgi-infinity-circle:before {
    content: "䢱"
}

.hgi-twotone.hgi-infinity-square:after {
    content: "䢲"
}

.hgi-twotone.hgi-infinity-square:before {
    content: "䢳"
}

.hgi-twotone.hgi-information-circle:after {
    content: "䢴"
}

.hgi-twotone.hgi-information-circle:before {
    content: "䢵"
}

.hgi-twotone.hgi-information-diamond:after {
    content: "䢶"
}

.hgi-twotone.hgi-information-diamond:before {
    content: "䢷"
}

.hgi-twotone.hgi-information-square:after {
    content: "䢸"
}

.hgi-twotone.hgi-information-square:before {
    content: "䢹"
}

.hgi-twotone.hgi-injection:after {
    content: "䢺"
}

.hgi-twotone.hgi-injection:before {
    content: "䢻"
}

.hgi-twotone.hgi-insert-bottom-image:after {
    content: "䢼"
}

.hgi-twotone.hgi-insert-bottom-image:before {
    content: "䢽"
}

.hgi-twotone.hgi-insert-center-image:after {
    content: "䢾"
}

.hgi-twotone.hgi-insert-center-image:before {
    content: "䢿"
}

.hgi-twotone.hgi-insert-column-left:after {
    content: "䣀"
}

.hgi-twotone.hgi-insert-column-left:before {
    content: "䣁"
}

.hgi-twotone.hgi-insert-column:after {
    content: "䣂"
}

.hgi-twotone.hgi-insert-column:before {
    content: "䣃"
}

.hgi-twotone.hgi-insert-pi:after {
    content: "䣄"
}

.hgi-twotone.hgi-insert-pi:before {
    content: "䣅"
}

.hgi-twotone.hgi-insert-row-down:after {
    content: "䣆"
}

.hgi-twotone.hgi-insert-row-down:before {
    content: "䣇"
}

.hgi-twotone.hgi-insert-row:after {
    content: "䣈"
}

.hgi-twotone.hgi-insert-row-up:after {
    content: "䣉"
}

.hgi-twotone.hgi-insert-row-up:before {
    content: "䣊"
}

.hgi-twotone.hgi-insert-row:before {
    content: "䣋"
}

.hgi-twotone.hgi-insert-top-image:after {
    content: "䣌"
}

.hgi-twotone.hgi-insert-top-image:before {
    content: "䣍"
}

.hgi-twotone.hgi-inspect-code:after {
    content: "䣎"
}

.hgi-twotone.hgi-inspect-code:before {
    content: "䣏"
}

.hgi-twotone.hgi-instagram:after {
    content: "䣐"
}

.hgi-twotone.hgi-instagram:before {
    content: "䣑"
}

.hgi-twotone.hgi-installing-updates-01:after {
    content: "䣒"
}

.hgi-twotone.hgi-installing-updates-01:before {
    content: "䣓"
}

.hgi-twotone.hgi-installing-updates-02:after {
    content: "䣔"
}

.hgi-twotone.hgi-installing-updates-02:before {
    content: "䣕"
}

.hgi-twotone.hgi-internet-antenna-01:after {
    content: "䣖"
}

.hgi-twotone.hgi-internet-antenna-01:before {
    content: "䣗"
}

.hgi-twotone.hgi-internet-antenna-02:after {
    content: "䣘"
}

.hgi-twotone.hgi-internet-antenna-02:before {
    content: "䣙"
}

.hgi-twotone.hgi-internet-antenna-03:after {
    content: "䣚"
}

.hgi-twotone.hgi-internet-antenna-03:before {
    content: "䣛"
}

.hgi-twotone.hgi-internet-antenna-04:after {
    content: "䣜"
}

.hgi-twotone.hgi-internet-antenna-04:before {
    content: "䣝"
}

.hgi-twotone.hgi-internet:after {
    content: "䣞"
}

.hgi-twotone.hgi-internet:before {
    content: "䣟"
}

.hgi-twotone.hgi-investigation:after {
    content: "䣠"
}

.hgi-twotone.hgi-investigation:before {
    content: "䣡"
}

.hgi-twotone.hgi-invoice-01:after {
    content: "䣢"
}

.hgi-twotone.hgi-invoice-01:before {
    content: "䣣"
}

.hgi-twotone.hgi-invoice-02:after {
    content: "䣤"
}

.hgi-twotone.hgi-invoice-02:before {
    content: "䣥"
}

.hgi-twotone.hgi-invoice-03:after {
    content: "䣦"
}

.hgi-twotone.hgi-invoice-03:before {
    content: "䣧"
}

.hgi-twotone.hgi-invoice-04:after {
    content: "䣨"
}

.hgi-twotone.hgi-invoice-04:before {
    content: "䣩"
}

.hgi-twotone.hgi-invoice:after {
    content: "䣪"
}

.hgi-twotone.hgi-invoice:before {
    content: "䣫"
}

.hgi-twotone.hgi-ipod:after {
    content: "䣬"
}

.hgi-twotone.hgi-ipod:before {
    content: "䣭"
}

.hgi-twotone.hgi-iris-scan:after {
    content: "䣮"
}

.hgi-twotone.hgi-iris-scan:before {
    content: "䣯"
}

.hgi-twotone.hgi-island:after {
    content: "䣰"
}

.hgi-twotone.hgi-island:before {
    content: "䣱"
}

.hgi-twotone.hgi-jar:after {
    content: "䣲"
}

.hgi-twotone.hgi-jar:before {
    content: "䣳"
}

.hgi-twotone.hgi-java-script:after {
    content: "䣴"
}

.hgi-twotone.hgi-java-script:before {
    content: "䣵"
}

.hgi-twotone.hgi-java:after {
    content: "䣶"
}

.hgi-twotone.hgi-java:before {
    content: "䣷"
}

.hgi-twotone.hgi-job-link:after {
    content: "䣸"
}

.hgi-twotone.hgi-job-link:before {
    content: "䣹"
}

.hgi-twotone.hgi-job-search:after {
    content: "䣺"
}

.hgi-twotone.hgi-job-search:before {
    content: "䣻"
}

.hgi-twotone.hgi-job-share:after {
    content: "䣼"
}

.hgi-twotone.hgi-job-share:before {
    content: "䣽"
}

.hgi-twotone.hgi-jogger-pants:after {
    content: "䣾"
}

.hgi-twotone.hgi-jogger-pants:before {
    content: "䣿"
}

.hgi-twotone.hgi-join-bevel:after {
    content: "䤀"
}

.hgi-twotone.hgi-join-bevel:before {
    content: "䤁"
}

.hgi-twotone.hgi-join-round:after {
    content: "䤂"
}

.hgi-twotone.hgi-join-round:before {
    content: "䤃"
}

.hgi-twotone.hgi-join-straight:after {
    content: "䤄"
}

.hgi-twotone.hgi-join-straight:before {
    content: "䤅"
}

.hgi-twotone.hgi-joker:after {
    content: "䤆"
}

.hgi-twotone.hgi-joker:before {
    content: "䤇"
}

.hgi-twotone.hgi-joystick-01:after {
    content: "䤈"
}

.hgi-twotone.hgi-joystick-01:before {
    content: "䤉"
}

.hgi-twotone.hgi-joystick-02:after {
    content: "䤊"
}

.hgi-twotone.hgi-joystick-02:before {
    content: "䤋"
}

.hgi-twotone.hgi-joystick-03:after {
    content: "䤌"
}

.hgi-twotone.hgi-joystick-03:before {
    content: "䤍"
}

.hgi-twotone.hgi-joystick-04:after {
    content: "䤎"
}

.hgi-twotone.hgi-joystick-04:before {
    content: "䤏"
}

.hgi-twotone.hgi-joystick-05:after {
    content: "䤐"
}

.hgi-twotone.hgi-joystick-05:before {
    content: "䤑"
}

.hgi-twotone.hgi-jpg-01:after {
    content: "䤒"
}

.hgi-twotone.hgi-jpg-01:before {
    content: "䤓"
}

.hgi-twotone.hgi-jpg-02:after {
    content: "䤔"
}

.hgi-twotone.hgi-jpg-02:before {
    content: "䤕"
}

.hgi-twotone.hgi-jsx-01:after {
    content: "䤖"
}

.hgi-twotone.hgi-jsx-01:before {
    content: "䤗"
}

.hgi-twotone.hgi-jsx-02:after {
    content: "䤘"
}

.hgi-twotone.hgi-jsx-02:before {
    content: "䤙"
}

.hgi-twotone.hgi-jsx-03:after {
    content: "䤚"
}

.hgi-twotone.hgi-jsx-03:before {
    content: "䤛"
}

.hgi-twotone.hgi-judge:after {
    content: "䤜"
}

.hgi-twotone.hgi-judge:before {
    content: "䤝"
}

.hgi-twotone.hgi-jupiter:after {
    content: "䤞"
}

.hgi-twotone.hgi-jupiter:before {
    content: "䤟"
}

.hgi-twotone.hgi-justice-scale-01:after {
    content: "䤠"
}

.hgi-twotone.hgi-justice-scale-01:before {
    content: "䤡"
}

.hgi-twotone.hgi-justice-scale-02:after {
    content: "䤢"
}

.hgi-twotone.hgi-justice-scale-02:before {
    content: "䤣"
}

.hgi-twotone.hgi-kaaba-01:after {
    content: "䤤"
}

.hgi-twotone.hgi-kaaba-01:before {
    content: "䤥"
}

.hgi-twotone.hgi-kaaba-02:after {
    content: "䤦"
}

.hgi-twotone.hgi-kaaba-02:before {
    content: "䤧"
}

.hgi-twotone.hgi-kayak:after {
    content: "䤨"
}

.hgi-twotone.hgi-kayak:before {
    content: "䤩"
}

.hgi-twotone.hgi-keffiyeh:after {
    content: "䤪"
}

.hgi-twotone.hgi-keffiyeh:before {
    content: "䤫"
}

.hgi-twotone.hgi-kettle-01:after {
    content: "䤬"
}

.hgi-twotone.hgi-kettle-01:before {
    content: "䤭"
}

.hgi-twotone.hgi-kettle:after {
    content: "䤮"
}

.hgi-twotone.hgi-kettle:before {
    content: "䤯"
}

.hgi-twotone.hgi-kettlebell:after {
    content: "䤰"
}

.hgi-twotone.hgi-kettlebell:before {
    content: "䤱"
}

.hgi-twotone.hgi-ketupat:after {
    content: "䤲"
}

.hgi-twotone.hgi-ketupat:before {
    content: "䤳"
}

.hgi-twotone.hgi-key-01:after {
    content: "䤴"
}

.hgi-twotone.hgi-key-01:before {
    content: "䤵"
}

.hgi-twotone.hgi-key-02:after {
    content: "䤶"
}

.hgi-twotone.hgi-key-02:before {
    content: "䤷"
}

.hgi-twotone.hgi-key-generator-fob:after {
    content: "䤸"
}

.hgi-twotone.hgi-key-generator-fob:before {
    content: "䤹"
}

.hgi-twotone.hgi-keyboard:after {
    content: "䤺"
}

.hgi-twotone.hgi-keyboard:before {
    content: "䤻"
}

.hgi-twotone.hgi-keyframe-add:after {
    content: "䤼"
}

.hgi-twotone.hgi-keyframe-add:before {
    content: "䤽"
}

.hgi-twotone.hgi-keyframe-align-center:after {
    content: "䤾"
}

.hgi-twotone.hgi-keyframe-align-center:before {
    content: "䤿"
}

.hgi-twotone.hgi-keyframe-align-horizontal:after {
    content: "䥀"
}

.hgi-twotone.hgi-keyframe-align-horizontal:before {
    content: "䥁"
}

.hgi-twotone.hgi-keyframe-align-vertical:after {
    content: "䥂"
}

.hgi-twotone.hgi-keyframe-align-vertical:before {
    content: "䥃"
}

.hgi-twotone.hgi-keyframe-bottom:after {
    content: "䥄"
}

.hgi-twotone.hgi-keyframe-bottom:before {
    content: "䥅"
}

.hgi-twotone.hgi-keyframe-left:after {
    content: "䥆"
}

.hgi-twotone.hgi-keyframe-left:before {
    content: "䥇"
}

.hgi-twotone.hgi-keyframe-remove:after {
    content: "䥈"
}

.hgi-twotone.hgi-keyframe-remove:before {
    content: "䥉"
}

.hgi-twotone.hgi-keyframe-right:after {
    content: "䥊"
}

.hgi-twotone.hgi-keyframe-right:before {
    content: "䥋"
}

.hgi-twotone.hgi-keyframe:after {
    content: "䥌"
}

.hgi-twotone.hgi-keyframe-top:after {
    content: "䥍"
}

.hgi-twotone.hgi-keyframe-top:before {
    content: "䥎"
}

.hgi-twotone.hgi-keyframe:before {
    content: "䥏"
}

.hgi-twotone.hgi-keyframes-double-add:after {
    content: "䥐"
}

.hgi-twotone.hgi-keyframes-double-add:before {
    content: "䥑"
}

.hgi-twotone.hgi-keyframes-double-remove:after {
    content: "䥒"
}

.hgi-twotone.hgi-keyframes-double-remove:before {
    content: "䥓"
}

.hgi-twotone.hgi-keyframes-double:after {
    content: "䥔"
}

.hgi-twotone.hgi-keyframes-double:before {
    content: "䥕"
}

.hgi-twotone.hgi-keyframes-multiple-add:after {
    content: "䥖"
}

.hgi-twotone.hgi-keyframes-multiple-add:before {
    content: "䥗"
}

.hgi-twotone.hgi-keyframes-multiple-remove:after {
    content: "䥘"
}

.hgi-twotone.hgi-keyframes-multiple-remove:before {
    content: "䥙"
}

.hgi-twotone.hgi-keyframes-multiple:after {
    content: "䥚"
}

.hgi-twotone.hgi-keyframes-multiple:before {
    content: "䥛"
}

.hgi-twotone.hgi-kickstarter-01:after {
    content: "䥜"
}

.hgi-twotone.hgi-kickstarter-01:before {
    content: "䥝"
}

.hgi-twotone.hgi-kickstarter-02:after {
    content: "䥞"
}

.hgi-twotone.hgi-kickstarter-02:before {
    content: "䥟"
}

.hgi-twotone.hgi-kid:after {
    content: "䥠"
}

.hgi-twotone.hgi-kid:before {
    content: "䥡"
}

.hgi-twotone.hgi-kidneys:after {
    content: "䥢"
}

.hgi-twotone.hgi-kidneys:before {
    content: "䥣"
}

.hgi-twotone.hgi-kissing:after {
    content: "䥤"
}

.hgi-twotone.hgi-kissing:before {
    content: "䥥"
}

.hgi-twotone.hgi-kitchen-utensils:after {
    content: "䥦"
}

.hgi-twotone.hgi-kitchen-utensils:before {
    content: "䥧"
}

.hgi-twotone.hgi-kite:after {
    content: "䥨"
}

.hgi-twotone.hgi-kite:before {
    content: "䥩"
}

.hgi-twotone.hgi-knife-01:after {
    content: "䥪"
}

.hgi-twotone.hgi-knife-01:before {
    content: "䥫"
}

.hgi-twotone.hgi-knife-02:after {
    content: "䥬"
}

.hgi-twotone.hgi-knife-02:before {
    content: "䥭"
}

.hgi-twotone.hgi-knife-bread:after {
    content: "䥮"
}

.hgi-twotone.hgi-knife-bread:before {
    content: "䥯"
}

.hgi-twotone.hgi-knight-shield:after {
    content: "䥰"
}

.hgi-twotone.hgi-knight-shield:before {
    content: "䥱"
}

.hgi-twotone.hgi-knives:after {
    content: "䥲"
}

.hgi-twotone.hgi-knives:before {
    content: "䥳"
}

.hgi-twotone.hgi-knowledge-01:after {
    content: "䥴"
}

.hgi-twotone.hgi-knowledge-01:before {
    content: "䥵"
}

.hgi-twotone.hgi-knowledge-02:after {
    content: "䥶"
}

.hgi-twotone.hgi-knowledge-02:before {
    content: "䥷"
}

.hgi-twotone.hgi-kurta-01:after {
    content: "䥸"
}

.hgi-twotone.hgi-kurta-01:before {
    content: "䥹"
}

.hgi-twotone.hgi-kurta:after {
    content: "䥺"
}

.hgi-twotone.hgi-kurta:before {
    content: "䥻"
}

.hgi-twotone.hgi-label-important:after {
    content: "䥼"
}

.hgi-twotone.hgi-label-important:before {
    content: "䥽"
}

.hgi-twotone.hgi-label:after {
    content: "䥾"
}

.hgi-twotone.hgi-label:before {
    content: "䥿"
}

.hgi-twotone.hgi-labor:after {
    content: "䦀"
}

.hgi-twotone.hgi-labor:before {
    content: "䦁"
}

.hgi-twotone.hgi-labs:after {
    content: "䦂"
}

.hgi-twotone.hgi-labs:before {
    content: "䦃"
}

.hgi-twotone.hgi-lake:after {
    content: "䦄"
}

.hgi-twotone.hgi-lake:before {
    content: "䦅"
}

.hgi-twotone.hgi-lamp-01:after {
    content: "䦆"
}

.hgi-twotone.hgi-lamp-01:before {
    content: "䦇"
}

.hgi-twotone.hgi-lamp-02:after {
    content: "䦈"
}

.hgi-twotone.hgi-lamp-02:before {
    content: "䦉"
}

.hgi-twotone.hgi-lamp-03:after {
    content: "䦊"
}

.hgi-twotone.hgi-lamp-03:before {
    content: "䦋"
}

.hgi-twotone.hgi-lamp-04:after {
    content: "䦌"
}

.hgi-twotone.hgi-lamp-04:before {
    content: "䦍"
}

.hgi-twotone.hgi-lamp-05:after {
    content: "䦎"
}

.hgi-twotone.hgi-lamp-05:before {
    content: "䦏"
}

.hgi-twotone.hgi-lamp:after {
    content: "䦐"
}

.hgi-twotone.hgi-lamp:before {
    content: "䦑"
}

.hgi-twotone.hgi-language-circle:after {
    content: "䦒"
}

.hgi-twotone.hgi-language-circle:before {
    content: "䦓"
}

.hgi-twotone.hgi-language-skill:after {
    content: "䦔"
}

.hgi-twotone.hgi-language-skill:before {
    content: "䦕"
}

.hgi-twotone.hgi-language-square:after {
    content: "䦖"
}

.hgi-twotone.hgi-language-square:before {
    content: "䦗"
}

.hgi-twotone.hgi-lantern:after {
    content: "䦘"
}

.hgi-twotone.hgi-lantern:before {
    content: "䦙"
}

.hgi-twotone.hgi-laptop-add:after {
    content: "䦚"
}

.hgi-twotone.hgi-laptop-add:before {
    content: "䦛"
}

.hgi-twotone.hgi-laptop-charging:after {
    content: "䦜"
}

.hgi-twotone.hgi-laptop-charging:before {
    content: "䦝"
}

.hgi-twotone.hgi-laptop-check:after {
    content: "䦞"
}

.hgi-twotone.hgi-laptop-check:before {
    content: "䦟"
}

.hgi-twotone.hgi-laptop-cloud:after {
    content: "䦠"
}

.hgi-twotone.hgi-laptop-cloud:before {
    content: "䦡"
}

.hgi-twotone.hgi-laptop-issue:after {
    content: "䦢"
}

.hgi-twotone.hgi-laptop-issue:before {
    content: "䦣"
}

.hgi-twotone.hgi-laptop-performance:after {
    content: "䦤"
}

.hgi-twotone.hgi-laptop-performance:before {
    content: "䦥"
}

.hgi-twotone.hgi-laptop-phone-sync:after {
    content: "䦦"
}

.hgi-twotone.hgi-laptop-phone-sync:before {
    content: "䦧"
}

.hgi-twotone.hgi-laptop-programming:after {
    content: "䦨"
}

.hgi-twotone.hgi-laptop-programming:before {
    content: "䦩"
}

.hgi-twotone.hgi-laptop-remove:after {
    content: "䦪"
}

.hgi-twotone.hgi-laptop-remove:before {
    content: "䦫"
}

.hgi-twotone.hgi-laptop:after {
    content: "䦬"
}

.hgi-twotone.hgi-laptop-settings:after {
    content: "䦭"
}

.hgi-twotone.hgi-laptop-settings:before {
    content: "䦮"
}

.hgi-twotone.hgi-laptop-video:after {
    content: "䦯"
}

.hgi-twotone.hgi-laptop-video:before {
    content: "䦰"
}

.hgi-twotone.hgi-laptop:before {
    content: "䦱"
}

.hgi-twotone.hgi-lasso-tool-01:after {
    content: "䦲"
}

.hgi-twotone.hgi-lasso-tool-01:before {
    content: "䦳"
}

.hgi-twotone.hgi-lasso-tool-02:after {
    content: "䦴"
}

.hgi-twotone.hgi-lasso-tool-02:before {
    content: "䦵"
}

.hgi-twotone.hgi-last-fm:after {
    content: "䦶"
}

.hgi-twotone.hgi-last-fm:before {
    content: "䦷"
}

.hgi-twotone.hgi-latitude:after {
    content: "䦸"
}

.hgi-twotone.hgi-latitude:before {
    content: "䦹"
}

.hgi-twotone.hgi-laughing:after {
    content: "䦺"
}

.hgi-twotone.hgi-laughing:before {
    content: "䦻"
}

.hgi-twotone.hgi-laurel-wreath-01:after {
    content: "䦼"
}

.hgi-twotone.hgi-laurel-wreath-01:before {
    content: "䦽"
}

.hgi-twotone.hgi-laurel-wreath-02:after {
    content: "䦾"
}

.hgi-twotone.hgi-laurel-wreath-02:before {
    content: "䦿"
}

.hgi-twotone.hgi-laurel-wreath-first-01:after {
    content: "䧀"
}

.hgi-twotone.hgi-laurel-wreath-first-01:before {
    content: "䧁"
}

.hgi-twotone.hgi-laurel-wreath-first-02:after {
    content: "䧂"
}

.hgi-twotone.hgi-laurel-wreath-first-02:before {
    content: "䧃"
}

.hgi-twotone.hgi-laurel-wreath-left-01:after {
    content: "䧄"
}

.hgi-twotone.hgi-laurel-wreath-left-01:before {
    content: "䧅"
}

.hgi-twotone.hgi-laurel-wreath-left-02:after {
    content: "䧆"
}

.hgi-twotone.hgi-laurel-wreath-left-02:before {
    content: "䧇"
}

.hgi-twotone.hgi-laurel-wreath-left-03:after {
    content: "䧈"
}

.hgi-twotone.hgi-laurel-wreath-left-03:before {
    content: "䧉"
}

.hgi-twotone.hgi-laurel-wreath-right-01:after {
    content: "䧊"
}

.hgi-twotone.hgi-laurel-wreath-right-01:before {
    content: "䧋"
}

.hgi-twotone.hgi-laurel-wreath-right-02:after {
    content: "䧌"
}

.hgi-twotone.hgi-laurel-wreath-right-02:before {
    content: "䧍"
}

.hgi-twotone.hgi-laurel-wreath-right-03:after {
    content: "䧎"
}

.hgi-twotone.hgi-laurel-wreath-right-03:before {
    content: "䧏"
}

.hgi-twotone.hgi-layer-add:after {
    content: "䧐"
}

.hgi-twotone.hgi-layer-add:before {
    content: "䧑"
}

.hgi-twotone.hgi-layer-mask-01:after {
    content: "䧒"
}

.hgi-twotone.hgi-layer-mask-01:before {
    content: "䧓"
}

.hgi-twotone.hgi-layer-mask-02:after {
    content: "䧔"
}

.hgi-twotone.hgi-layer-mask-02:before {
    content: "䧕"
}

.hgi-twotone.hgi-layers-01:after {
    content: "䧖"
}

.hgi-twotone.hgi-layers-01:before {
    content: "䧗"
}

.hgi-twotone.hgi-layers-02:after {
    content: "䧘"
}

.hgi-twotone.hgi-layers-02:before {
    content: "䧙"
}

.hgi-twotone.hgi-layers-logo:after {
    content: "䧚"
}

.hgi-twotone.hgi-layers-logo:before {
    content: "䧛"
}

.hgi-twotone.hgi-layout-01:after {
    content: "䧜"
}

.hgi-twotone.hgi-layout-01:before {
    content: "䧝"
}

.hgi-twotone.hgi-layout-02:after {
    content: "䧞"
}

.hgi-twotone.hgi-layout-02:before {
    content: "䧟"
}

.hgi-twotone.hgi-layout-03:after {
    content: "䧠"
}

.hgi-twotone.hgi-layout-03:before {
    content: "䧡"
}

.hgi-twotone.hgi-layout-04:after {
    content: "䧢"
}

.hgi-twotone.hgi-layout-04:before {
    content: "䧣"
}

.hgi-twotone.hgi-layout-05:after {
    content: "䧤"
}

.hgi-twotone.hgi-layout-05:before {
    content: "䧥"
}

.hgi-twotone.hgi-layout-06:after {
    content: "䧦"
}

.hgi-twotone.hgi-layout-06:before {
    content: "䧧"
}

.hgi-twotone.hgi-layout-07:after {
    content: "䧨"
}

.hgi-twotone.hgi-layout-07:before {
    content: "䧩"
}

.hgi-twotone.hgi-layout-2-column:after {
    content: "䧪"
}

.hgi-twotone.hgi-layout-2-column:before {
    content: "䧫"
}

.hgi-twotone.hgi-layout-2-row:after {
    content: "䧬"
}

.hgi-twotone.hgi-layout-2-row:before {
    content: "䧭"
}

.hgi-twotone.hgi-layout-3-column:after {
    content: "䧮"
}

.hgi-twotone.hgi-layout-3-column:before {
    content: "䧯"
}

.hgi-twotone.hgi-layout-3-row:after {
    content: "䧰"
}

.hgi-twotone.hgi-layout-3-row:before {
    content: "䧱"
}

.hgi-twotone.hgi-layout-bottom:after {
    content: "䧲"
}

.hgi-twotone.hgi-layout-bottom:before {
    content: "䧳"
}

.hgi-twotone.hgi-layout-grid:after {
    content: "䧴"
}

.hgi-twotone.hgi-layout-grid:before {
    content: "䧵"
}

.hgi-twotone.hgi-layout-left:after {
    content: "䧶"
}

.hgi-twotone.hgi-layout-left:before {
    content: "䧷"
}

.hgi-twotone.hgi-layout-right:after {
    content: "䧸"
}

.hgi-twotone.hgi-layout-right:before {
    content: "䧹"
}

.hgi-twotone.hgi-layout-table-01:after {
    content: "䧺"
}

.hgi-twotone.hgi-layout-table-01:before {
    content: "䧻"
}

.hgi-twotone.hgi-layout-table-02:after {
    content: "䧼"
}

.hgi-twotone.hgi-layout-table-02:before {
    content: "䧽"
}

.hgi-twotone.hgi-layout-top:after {
    content: "䧾"
}

.hgi-twotone.hgi-layout-top:before {
    content: "䧿"
}

.hgi-twotone.hgi-leaf-01:after {
    content: "䨀"
}

.hgi-twotone.hgi-leaf-01:before {
    content: "䨁"
}

.hgi-twotone.hgi-leaf-02:after {
    content: "䨂"
}

.hgi-twotone.hgi-leaf-02:before {
    content: "䨃"
}

.hgi-twotone.hgi-leaf-03:after {
    content: "䨄"
}

.hgi-twotone.hgi-leaf-03:before {
    content: "䨅"
}

.hgi-twotone.hgi-leaf-04:after {
    content: "䨆"
}

.hgi-twotone.hgi-leaf-04:before {
    content: "䨇"
}

.hgi-twotone.hgi-leaving-geo-fence:after {
    content: "䨈"
}

.hgi-twotone.hgi-leaving-geo-fence:before {
    content: "䨉"
}

.hgi-twotone.hgi-leetcode:after {
    content: "䨊"
}

.hgi-twotone.hgi-leetcode:before {
    content: "䨋"
}

.hgi-twotone.hgi-left-angle:after {
    content: "䨌"
}

.hgi-twotone.hgi-left-angle:before {
    content: "䨍"
}

.hgi-twotone.hgi-left-to-right-block-quote:after {
    content: "䨎"
}

.hgi-twotone.hgi-left-to-right-block-quote:before {
    content: "䨏"
}

.hgi-twotone.hgi-left-to-right-list-bullet:after {
    content: "䨐"
}

.hgi-twotone.hgi-left-to-right-list-bullet:before {
    content: "䨑"
}

.hgi-twotone.hgi-left-to-right-list-dash:after {
    content: "䨒"
}

.hgi-twotone.hgi-left-to-right-list-dash:before {
    content: "䨓"
}

.hgi-twotone.hgi-left-to-right-list-number:after {
    content: "䨔"
}

.hgi-twotone.hgi-left-to-right-list-number:before {
    content: "䨕"
}

.hgi-twotone.hgi-left-to-right-list-star-01:after {
    content: "䨖"
}

.hgi-twotone.hgi-left-to-right-list-star-01:before {
    content: "䨗"
}

.hgi-twotone.hgi-left-to-right-list-star:after {
    content: "䨘"
}

.hgi-twotone.hgi-left-to-right-list-star:before {
    content: "䨙"
}

.hgi-twotone.hgi-left-to-right-list-triangle:after {
    content: "䨚"
}

.hgi-twotone.hgi-left-to-right-list-triangle:before {
    content: "䨛"
}

.hgi-twotone.hgi-left-triangle:after {
    content: "䨜"
}

.hgi-twotone.hgi-left-triangle:before {
    content: "䨝"
}

.hgi-twotone.hgi-legal-01:after {
    content: "䨞"
}

.hgi-twotone.hgi-legal-01:before {
    content: "䨟"
}

.hgi-twotone.hgi-legal-02:after {
    content: "䨠"
}

.hgi-twotone.hgi-legal-02:before {
    content: "䨡"
}

.hgi-twotone.hgi-legal-document-01:after {
    content: "䨢"
}

.hgi-twotone.hgi-legal-document-01:before {
    content: "䨣"
}

.hgi-twotone.hgi-legal-document-02:after {
    content: "䨤"
}

.hgi-twotone.hgi-legal-document-02:before {
    content: "䨥"
}

.hgi-twotone.hgi-legal-hammer:after {
    content: "䨦"
}

.hgi-twotone.hgi-legal-hammer:before {
    content: "䨧"
}

.hgi-twotone.hgi-less-than-circle:after {
    content: "䨨"
}

.hgi-twotone.hgi-less-than-circle:before {
    content: "䨩"
}

.hgi-twotone.hgi-less-than:after {
    content: "䨪"
}

.hgi-twotone.hgi-less-than-square:after {
    content: "䨫"
}

.hgi-twotone.hgi-less-than-square:before {
    content: "䨬"
}

.hgi-twotone.hgi-less-than:before {
    content: "䨭"
}

.hgi-twotone.hgi-letter-spacing:after {
    content: "䨮"
}

.hgi-twotone.hgi-letter-spacing:before {
    content: "䨯"
}

.hgi-twotone.hgi-libraries:after {
    content: "䨰"
}

.hgi-twotone.hgi-libraries:before {
    content: "䨱"
}

.hgi-twotone.hgi-library:after {
    content: "䨲"
}

.hgi-twotone.hgi-library:before {
    content: "䨳"
}

.hgi-twotone.hgi-license-draft:after {
    content: "䨴"
}

.hgi-twotone.hgi-license-draft:before {
    content: "䨵"
}

.hgi-twotone.hgi-license-maintenance:after {
    content: "䨶"
}

.hgi-twotone.hgi-license-maintenance:before {
    content: "䨷"
}

.hgi-twotone.hgi-license-no:after {
    content: "䨸"
}

.hgi-twotone.hgi-license-no:before {
    content: "䨹"
}

.hgi-twotone.hgi-license-pin:after {
    content: "䨺"
}

.hgi-twotone.hgi-license-pin:before {
    content: "䨻"
}

.hgi-twotone.hgi-license:after {
    content: "䨼"
}

.hgi-twotone.hgi-license-third-party:after {
    content: "䨽"
}

.hgi-twotone.hgi-license-third-party:before {
    content: "䨾"
}

.hgi-twotone.hgi-license:before {
    content: "䨿"
}

.hgi-twotone.hgi-lift-truck:after {
    content: "䩀"
}

.hgi-twotone.hgi-lift-truck:before {
    content: "䩁"
}

.hgi-twotone.hgi-lighthouse:after {
    content: "䩂"
}

.hgi-twotone.hgi-lighthouse:before {
    content: "䩃"
}

.hgi-twotone.hgi-limitation:after {
    content: "䩄"
}

.hgi-twotone.hgi-limitation:before {
    content: "䩅"
}

.hgi-twotone.hgi-line:after {
    content: "䩆"
}

.hgi-twotone.hgi-line:before {
    content: "䩇"
}

.hgi-twotone.hgi-liner:after {
    content: "䩈"
}

.hgi-twotone.hgi-liner:before {
    content: "䩉"
}

.hgi-twotone.hgi-link-01:after {
    content: "䩊"
}

.hgi-twotone.hgi-link-01:before {
    content: "䩋"
}

.hgi-twotone.hgi-link-02:after {
    content: "䩌"
}

.hgi-twotone.hgi-link-02:before {
    content: "䩍"
}

.hgi-twotone.hgi-link-03:after {
    content: "䩎"
}

.hgi-twotone.hgi-link-03:before {
    content: "䩏"
}

.hgi-twotone.hgi-link-04:after {
    content: "䩐"
}

.hgi-twotone.hgi-link-04:before {
    content: "䩑"
}

.hgi-twotone.hgi-link-05:after {
    content: "䩒"
}

.hgi-twotone.hgi-link-05:before {
    content: "䩓"
}

.hgi-twotone.hgi-link-06:after {
    content: "䩔"
}

.hgi-twotone.hgi-link-06:before {
    content: "䩕"
}

.hgi-twotone.hgi-link-backward:after {
    content: "䩖"
}

.hgi-twotone.hgi-link-backward:before {
    content: "䩗"
}

.hgi-twotone.hgi-link-circle-02:after {
    content: "䩘"
}

.hgi-twotone.hgi-link-circle-02:before {
    content: "䩙"
}

.hgi-twotone.hgi-link-circle:after {
    content: "䩚"
}

.hgi-twotone.hgi-link-circle:before {
    content: "䩛"
}

.hgi-twotone.hgi-link-forward:after {
    content: "䩜"
}

.hgi-twotone.hgi-link-forward:before {
    content: "䩝"
}

.hgi-twotone.hgi-link-square-01:after {
    content: "䩞"
}

.hgi-twotone.hgi-link-square-01:before {
    content: "䩟"
}

.hgi-twotone.hgi-link-square-02:after {
    content: "䩠"
}

.hgi-twotone.hgi-link-square-02:before {
    content: "䩡"
}

.hgi-twotone.hgi-linkedin-01:after {
    content: "䩢"
}

.hgi-twotone.hgi-linkedin-01:before {
    content: "䩣"
}

.hgi-twotone.hgi-linkedin-02:after {
    content: "䩤"
}

.hgi-twotone.hgi-linkedin-02:before {
    content: "䩥"
}

.hgi-twotone.hgi-list-setting:after {
    content: "䩦"
}

.hgi-twotone.hgi-list-setting:before {
    content: "䩧"
}

.hgi-twotone.hgi-list-view:after {
    content: "䩨"
}

.hgi-twotone.hgi-list-view:before {
    content: "䩩"
}

.hgi-twotone.hgi-litecoin:after {
    content: "䩪"
}

.hgi-twotone.hgi-litecoin:before {
    content: "䩫"
}

.hgi-twotone.hgi-liver:after {
    content: "䩬"
}

.hgi-twotone.hgi-liver:before {
    content: "䩭"
}

.hgi-twotone.hgi-loading-01:after {
    content: "䩮"
}

.hgi-twotone.hgi-loading-01:before {
    content: "䩯"
}

.hgi-twotone.hgi-loading-02:after {
    content: "䩰"
}

.hgi-twotone.hgi-loading-02:before {
    content: "䩱"
}

.hgi-twotone.hgi-loading-03:after {
    content: "䩲"
}

.hgi-twotone.hgi-loading-03:before {
    content: "䩳"
}

.hgi-twotone.hgi-loading-04:after {
    content: "䩴"
}

.hgi-twotone.hgi-loading-04:before {
    content: "䩵"
}

.hgi-twotone.hgi-location-01:after {
    content: "䩶"
}

.hgi-twotone.hgi-location-01:before {
    content: "䩷"
}

.hgi-twotone.hgi-location-02:after {
    content: "䩸"
}

.hgi-twotone.hgi-location-02:before {
    content: "䩹"
}

.hgi-twotone.hgi-location-03:after {
    content: "䩺"
}

.hgi-twotone.hgi-location-03:before {
    content: "䩻"
}

.hgi-twotone.hgi-location-04:after {
    content: "䩼"
}

.hgi-twotone.hgi-location-04:before {
    content: "䩽"
}

.hgi-twotone.hgi-location-05:after {
    content: "䩾"
}

.hgi-twotone.hgi-location-05:before {
    content: "䩿"
}

.hgi-twotone.hgi-location-06:after {
    content: "䪀"
}

.hgi-twotone.hgi-location-06:before {
    content: "䪁"
}

.hgi-twotone.hgi-location-07:after {
    content: "䪂"
}

.hgi-twotone.hgi-location-07:before {
    content: "䪃"
}

.hgi-twotone.hgi-location-08:after {
    content: "䪄"
}

.hgi-twotone.hgi-location-08:before {
    content: "䪅"
}

.hgi-twotone.hgi-location-09:after {
    content: "䪆"
}

.hgi-twotone.hgi-location-09:before {
    content: "䪇"
}

.hgi-twotone.hgi-location-10:after {
    content: "䪈"
}

.hgi-twotone.hgi-location-10:before {
    content: "䪉"
}

.hgi-twotone.hgi-location-add-01:after {
    content: "䪊"
}

.hgi-twotone.hgi-location-add-01:before {
    content: "䪋"
}

.hgi-twotone.hgi-location-add-02:after {
    content: "䪌"
}

.hgi-twotone.hgi-location-add-02:before {
    content: "䪍"
}

.hgi-twotone.hgi-location-check-01:after {
    content: "䪎"
}

.hgi-twotone.hgi-location-check-01:before {
    content: "䪏"
}

.hgi-twotone.hgi-location-check-02:after {
    content: "䪐"
}

.hgi-twotone.hgi-location-check-02:before {
    content: "䪑"
}

.hgi-twotone.hgi-location-favourite-01:after {
    content: "䪒"
}

.hgi-twotone.hgi-location-favourite-01:before {
    content: "䪓"
}

.hgi-twotone.hgi-location-favourite-02:after {
    content: "䪔"
}

.hgi-twotone.hgi-location-favourite-02:before {
    content: "䪕"
}

.hgi-twotone.hgi-location-offline-01:after {
    content: "䪖"
}

.hgi-twotone.hgi-location-offline-01:before {
    content: "䪗"
}

.hgi-twotone.hgi-location-offline-02:after {
    content: "䪘"
}

.hgi-twotone.hgi-location-offline-02:before {
    content: "䪙"
}

.hgi-twotone.hgi-location-offline-03:after {
    content: "䪚"
}

.hgi-twotone.hgi-location-offline-03:before {
    content: "䪛"
}

.hgi-twotone.hgi-location-offline-04:after {
    content: "䪜"
}

.hgi-twotone.hgi-location-offline-04:before {
    content: "䪝"
}

.hgi-twotone.hgi-location-remove-01:after {
    content: "䪞"
}

.hgi-twotone.hgi-location-remove-01:before {
    content: "䪟"
}

.hgi-twotone.hgi-location-remove-02:after {
    content: "䪠"
}

.hgi-twotone.hgi-location-remove-02:before {
    content: "䪡"
}

.hgi-twotone.hgi-location-share-01:after {
    content: "䪢"
}

.hgi-twotone.hgi-location-share-01:before {
    content: "䪣"
}

.hgi-twotone.hgi-location-share-02:after {
    content: "䪤"
}

.hgi-twotone.hgi-location-share-02:before {
    content: "䪥"
}

.hgi-twotone.hgi-location-star-01:after {
    content: "䪦"
}

.hgi-twotone.hgi-location-star-01:before {
    content: "䪧"
}

.hgi-twotone.hgi-location-star-02:after {
    content: "䪨"
}

.hgi-twotone.hgi-location-star-02:before {
    content: "䪩"
}

.hgi-twotone.hgi-location-update-01:after {
    content: "䪪"
}

.hgi-twotone.hgi-location-update-01:before {
    content: "䪫"
}

.hgi-twotone.hgi-location-update-02:after {
    content: "䪬"
}

.hgi-twotone.hgi-location-update-02:before {
    content: "䪭"
}

.hgi-twotone.hgi-location-user-01:after {
    content: "䪮"
}

.hgi-twotone.hgi-location-user-01:before {
    content: "䪯"
}

.hgi-twotone.hgi-location-user-02:after {
    content: "䪰"
}

.hgi-twotone.hgi-location-user-02:before {
    content: "䪱"
}

.hgi-twotone.hgi-location-user-03:after {
    content: "䪲"
}

.hgi-twotone.hgi-location-user-03:before {
    content: "䪳"
}

.hgi-twotone.hgi-location-user-04:after {
    content: "䪴"
}

.hgi-twotone.hgi-location-user-04:before {
    content: "䪵"
}

.hgi-twotone.hgi-lock-computer:after {
    content: "䪶"
}

.hgi-twotone.hgi-lock-computer:before {
    content: "䪷"
}

.hgi-twotone.hgi-lock-key:after {
    content: "䪸"
}

.hgi-twotone.hgi-lock-key:before {
    content: "䪹"
}

.hgi-twotone.hgi-lock-password:after {
    content: "䪺"
}

.hgi-twotone.hgi-lock-password:before {
    content: "䪻"
}

.hgi-twotone.hgi-lock:after {
    content: "䪼"
}

.hgi-twotone.hgi-lock-sync-01:after {
    content: "䪽"
}

.hgi-twotone.hgi-lock-sync-01:before {
    content: "䪾"
}

.hgi-twotone.hgi-lock-sync-02:after {
    content: "䪿"
}

.hgi-twotone.hgi-lock-sync-02:before {
    content: "䫀"
}

.hgi-twotone.hgi-lock:before {
    content: "䫁"
}

.hgi-twotone.hgi-locked:after {
    content: "䫂"
}

.hgi-twotone.hgi-locked:before {
    content: "䫃"
}

.hgi-twotone.hgi-locker-01:after {
    content: "䫄"
}

.hgi-twotone.hgi-locker-01:before {
    content: "䫅"
}

.hgi-twotone.hgi-locker:after {
    content: "䫆"
}

.hgi-twotone.hgi-locker:before {
    content: "䫇"
}

.hgi-twotone.hgi-login-01:after {
    content: "䫈"
}

.hgi-twotone.hgi-login-01:before {
    content: "䫉"
}

.hgi-twotone.hgi-login-02:after {
    content: "䫊"
}

.hgi-twotone.hgi-login-02:before {
    content: "䫋"
}

.hgi-twotone.hgi-login-03:after {
    content: "䫌"
}

.hgi-twotone.hgi-login-03:before {
    content: "䫍"
}

.hgi-twotone.hgi-login-circle-01:after {
    content: "䫎"
}

.hgi-twotone.hgi-login-circle-01:before {
    content: "䫏"
}

.hgi-twotone.hgi-login-circle-02:after {
    content: "䫐"
}

.hgi-twotone.hgi-login-circle-02:before {
    content: "䫑"
}

.hgi-twotone.hgi-login-method:after {
    content: "䫒"
}

.hgi-twotone.hgi-login-method:before {
    content: "䫓"
}

.hgi-twotone.hgi-login-square-01:after {
    content: "䫔"
}

.hgi-twotone.hgi-login-square-01:before {
    content: "䫕"
}

.hgi-twotone.hgi-login-square-02:after {
    content: "䫖"
}

.hgi-twotone.hgi-login-square-02:before {
    content: "䫗"
}

.hgi-twotone.hgi-logout-01:after {
    content: "䫘"
}

.hgi-twotone.hgi-logout-01:before {
    content: "䫙"
}

.hgi-twotone.hgi-logout-02:after {
    content: "䫚"
}

.hgi-twotone.hgi-logout-02:before {
    content: "䫛"
}

.hgi-twotone.hgi-logout-03:after {
    content: "䫜"
}

.hgi-twotone.hgi-logout-03:before {
    content: "䫝"
}

.hgi-twotone.hgi-logout-04:after {
    content: "䫞"
}

.hgi-twotone.hgi-logout-04:before {
    content: "䫟"
}

.hgi-twotone.hgi-logout-05:after {
    content: "䫠"
}

.hgi-twotone.hgi-logout-05:before {
    content: "䫡"
}

.hgi-twotone.hgi-logout-circle-01:after {
    content: "䫢"
}

.hgi-twotone.hgi-logout-circle-01:before {
    content: "䫣"
}

.hgi-twotone.hgi-logout-circle-02:after {
    content: "䫤"
}

.hgi-twotone.hgi-logout-circle-02:before {
    content: "䫥"
}

.hgi-twotone.hgi-logout-square-01:after {
    content: "䫦"
}

.hgi-twotone.hgi-logout-square-01:before {
    content: "䫧"
}

.hgi-twotone.hgi-logout-square-02:after {
    content: "䫨"
}

.hgi-twotone.hgi-logout-square-02:before {
    content: "䫩"
}

.hgi-twotone.hgi-lollipop:after {
    content: "䫪"
}

.hgi-twotone.hgi-lollipop:before {
    content: "䫫"
}

.hgi-twotone.hgi-long-sleeve-shirt:after {
    content: "䫬"
}

.hgi-twotone.hgi-long-sleeve-shirt:before {
    content: "䫭"
}

.hgi-twotone.hgi-longitude:after {
    content: "䫮"
}

.hgi-twotone.hgi-longitude:before {
    content: "䫯"
}

.hgi-twotone.hgi-look-bottom:after {
    content: "䫰"
}

.hgi-twotone.hgi-look-bottom:before {
    content: "䫱"
}

.hgi-twotone.hgi-look-left:after {
    content: "䫲"
}

.hgi-twotone.hgi-look-left:before {
    content: "䫳"
}

.hgi-twotone.hgi-look-right:after {
    content: "䫴"
}

.hgi-twotone.hgi-look-right:before {
    content: "䫵"
}

.hgi-twotone.hgi-look-top:after {
    content: "䫶"
}

.hgi-twotone.hgi-look-top:before {
    content: "䫷"
}

.hgi-twotone.hgi-loom:after {
    content: "䫸"
}

.hgi-twotone.hgi-loom:before {
    content: "䫹"
}

.hgi-twotone.hgi-lottiefiles:after {
    content: "䫺"
}

.hgi-twotone.hgi-lottiefiles:before {
    content: "䫻"
}

.hgi-twotone.hgi-love-korean-finger:after {
    content: "䫼"
}

.hgi-twotone.hgi-love-korean-finger:before {
    content: "䫽"
}

.hgi-twotone.hgi-loyalty-card:after {
    content: "䫾"
}

.hgi-twotone.hgi-loyalty-card:before {
    content: "䫿"
}

.hgi-twotone.hgi-luggage-01:after {
    content: "䬀"
}

.hgi-twotone.hgi-luggage-01:before {
    content: "䬁"
}

.hgi-twotone.hgi-luggage-02:after {
    content: "䬂"
}

.hgi-twotone.hgi-luggage-02:before {
    content: "䬃"
}

.hgi-twotone.hgi-lungs:after {
    content: "䬄"
}

.hgi-twotone.hgi-lungs:before {
    content: "䬅"
}

.hgi-twotone.hgi-machine-robot:after {
    content: "䬆"
}

.hgi-twotone.hgi-machine-robot:before {
    content: "䬇"
}

.hgi-twotone.hgi-magic-wand-01:after {
    content: "䬈"
}

.hgi-twotone.hgi-magic-wand-01:before {
    content: "䬉"
}

.hgi-twotone.hgi-magic-wand-02:after {
    content: "䬊"
}

.hgi-twotone.hgi-magic-wand-02:before {
    content: "䬋"
}

.hgi-twotone.hgi-magic-wand-03:after {
    content: "䬌"
}

.hgi-twotone.hgi-magic-wand-03:before {
    content: "䬍"
}

.hgi-twotone.hgi-magnet-01:after {
    content: "䬎"
}

.hgi-twotone.hgi-magnet-01:before {
    content: "䬏"
}

.hgi-twotone.hgi-magnet-02:after {
    content: "䬐"
}

.hgi-twotone.hgi-magnet-02:before {
    content: "䬑"
}

.hgi-twotone.hgi-magnet:after {
    content: "䬒"
}

.hgi-twotone.hgi-magnet:before {
    content: "䬓"
}

.hgi-twotone.hgi-mail-01:after {
    content: "䬔"
}

.hgi-twotone.hgi-mail-01:before {
    content: "䬕"
}

.hgi-twotone.hgi-mail-02:after {
    content: "䬖"
}

.hgi-twotone.hgi-mail-02:before {
    content: "䬗"
}

.hgi-twotone.hgi-mail-account-01:after {
    content: "䬘"
}

.hgi-twotone.hgi-mail-account-01:before {
    content: "䬙"
}

.hgi-twotone.hgi-mail-account-02:after {
    content: "䬚"
}

.hgi-twotone.hgi-mail-account-02:before {
    content: "䬛"
}

.hgi-twotone.hgi-mail-add-01:after {
    content: "䬜"
}

.hgi-twotone.hgi-mail-add-01:before {
    content: "䬝"
}

.hgi-twotone.hgi-mail-add-02:after {
    content: "䬞"
}

.hgi-twotone.hgi-mail-add-02:before {
    content: "䬟"
}

.hgi-twotone.hgi-mail-at-sign-01:after {
    content: "䬠"
}

.hgi-twotone.hgi-mail-at-sign-01:before {
    content: "䬡"
}

.hgi-twotone.hgi-mail-at-sign-02:after {
    content: "䬢"
}

.hgi-twotone.hgi-mail-at-sign-02:before {
    content: "䬣"
}

.hgi-twotone.hgi-mail-block-01:after {
    content: "䬤"
}

.hgi-twotone.hgi-mail-block-01:before {
    content: "䬥"
}

.hgi-twotone.hgi-mail-block-02:after {
    content: "䬦"
}

.hgi-twotone.hgi-mail-block-02:before {
    content: "䬧"
}

.hgi-twotone.hgi-mail-download-01:after {
    content: "䬨"
}

.hgi-twotone.hgi-mail-download-01:before {
    content: "䬩"
}

.hgi-twotone.hgi-mail-download-02:after {
    content: "䬪"
}

.hgi-twotone.hgi-mail-download-02:before {
    content: "䬫"
}

.hgi-twotone.hgi-mail-edit-01:after {
    content: "䬬"
}

.hgi-twotone.hgi-mail-edit-01:before {
    content: "䬭"
}

.hgi-twotone.hgi-mail-edit-02:after {
    content: "䬮"
}

.hgi-twotone.hgi-mail-edit-02:before {
    content: "䬯"
}

.hgi-twotone.hgi-mail-lock-01:after {
    content: "䬰"
}

.hgi-twotone.hgi-mail-lock-01:before {
    content: "䬱"
}

.hgi-twotone.hgi-mail-lock-02:after {
    content: "䬲"
}

.hgi-twotone.hgi-mail-lock-02:before {
    content: "䬳"
}

.hgi-twotone.hgi-mail-love-01:after {
    content: "䬴"
}

.hgi-twotone.hgi-mail-love-01:before {
    content: "䬵"
}

.hgi-twotone.hgi-mail-love-02:after {
    content: "䬶"
}

.hgi-twotone.hgi-mail-love-02:before {
    content: "䬷"
}

.hgi-twotone.hgi-mail-minus-01:after {
    content: "䬸"
}

.hgi-twotone.hgi-mail-minus-01:before {
    content: "䬹"
}

.hgi-twotone.hgi-mail-minus-02:after {
    content: "䬺"
}

.hgi-twotone.hgi-mail-minus-02:before {
    content: "䬻"
}

.hgi-twotone.hgi-mail-open-01:after {
    content: "䬼"
}

.hgi-twotone.hgi-mail-open-01:before {
    content: "䬽"
}

.hgi-twotone.hgi-mail-open-02:after {
    content: "䬾"
}

.hgi-twotone.hgi-mail-open-02:before {
    content: "䬿"
}

.hgi-twotone.hgi-mail-open-love:after {
    content: "䭀"
}

.hgi-twotone.hgi-mail-open-love:before {
    content: "䭁"
}

.hgi-twotone.hgi-mail-open:after {
    content: "䭂"
}

.hgi-twotone.hgi-mail-open:before {
    content: "䭃"
}

.hgi-twotone.hgi-mail-receive-01:after {
    content: "䭄"
}

.hgi-twotone.hgi-mail-receive-01:before {
    content: "䭅"
}

.hgi-twotone.hgi-mail-receive-02:after {
    content: "䭆"
}

.hgi-twotone.hgi-mail-receive-02:before {
    content: "䭇"
}

.hgi-twotone.hgi-mail-remove-01:after {
    content: "䭈"
}

.hgi-twotone.hgi-mail-remove-01:before {
    content: "䭉"
}

.hgi-twotone.hgi-mail-remove-02:after {
    content: "䭊"
}

.hgi-twotone.hgi-mail-remove-02:before {
    content: "䭋"
}

.hgi-twotone.hgi-mail-reply-01:after {
    content: "䭌"
}

.hgi-twotone.hgi-mail-reply-01:before {
    content: "䭍"
}

.hgi-twotone.hgi-mail-reply-02:after {
    content: "䭎"
}

.hgi-twotone.hgi-mail-reply-02:before {
    content: "䭏"
}

.hgi-twotone.hgi-mail-reply-all-01:after {
    content: "䭐"
}

.hgi-twotone.hgi-mail-reply-all-01:before {
    content: "䭑"
}

.hgi-twotone.hgi-mail-reply-all-02:after {
    content: "䭒"
}

.hgi-twotone.hgi-mail-reply-all-02:before {
    content: "䭓"
}

.hgi-twotone.hgi-mail-search-01:after {
    content: "䭔"
}

.hgi-twotone.hgi-mail-search-01:before {
    content: "䭕"
}

.hgi-twotone.hgi-mail-search-02:after {
    content: "䭖"
}

.hgi-twotone.hgi-mail-search-02:before {
    content: "䭗"
}

.hgi-twotone.hgi-mail-secure-01:after {
    content: "䭘"
}

.hgi-twotone.hgi-mail-secure-01:before {
    content: "䭙"
}

.hgi-twotone.hgi-mail-secure-02:after {
    content: "䭚"
}

.hgi-twotone.hgi-mail-secure-02:before {
    content: "䭛"
}

.hgi-twotone.hgi-mail-send-01:after {
    content: "䭜"
}

.hgi-twotone.hgi-mail-send-01:before {
    content: "䭝"
}

.hgi-twotone.hgi-mail-send-02:after {
    content: "䭞"
}

.hgi-twotone.hgi-mail-send-02:before {
    content: "䭟"
}

.hgi-twotone.hgi-mail-setting-01:after {
    content: "䭠"
}

.hgi-twotone.hgi-mail-setting-01:before {
    content: "䭡"
}

.hgi-twotone.hgi-mail-setting-02:after {
    content: "䭢"
}

.hgi-twotone.hgi-mail-setting-02:before {
    content: "䭣"
}

.hgi-twotone.hgi-mail-unlock-01:after {
    content: "䭤"
}

.hgi-twotone.hgi-mail-unlock-01:before {
    content: "䭥"
}

.hgi-twotone.hgi-mail-unlock-02:after {
    content: "䭦"
}

.hgi-twotone.hgi-mail-unlock-02:before {
    content: "䭧"
}

.hgi-twotone.hgi-mail-upload-01:after {
    content: "䭨"
}

.hgi-twotone.hgi-mail-upload-01:before {
    content: "䭩"
}

.hgi-twotone.hgi-mail-upload-02:after {
    content: "䭪"
}

.hgi-twotone.hgi-mail-upload-02:before {
    content: "䭫"
}

.hgi-twotone.hgi-mail-validation-01:after {
    content: "䭬"
}

.hgi-twotone.hgi-mail-validation-01:before {
    content: "䭭"
}

.hgi-twotone.hgi-mail-validation-02:after {
    content: "䭮"
}

.hgi-twotone.hgi-mail-validation-02:before {
    content: "䭯"
}

.hgi-twotone.hgi-mail-voice-01:after {
    content: "䭰"
}

.hgi-twotone.hgi-mail-voice-01:before {
    content: "䭱"
}

.hgi-twotone.hgi-mail-voice-02:after {
    content: "䭲"
}

.hgi-twotone.hgi-mail-voice-02:before {
    content: "䭳"
}

.hgi-twotone.hgi-mailbox-01:after {
    content: "䭴"
}

.hgi-twotone.hgi-mailbox-01:before {
    content: "䭵"
}

.hgi-twotone.hgi-mailbox:after {
    content: "䭶"
}

.hgi-twotone.hgi-mailbox:before {
    content: "䭷"
}

.hgi-twotone.hgi-manager:after {
    content: "䭸"
}

.hgi-twotone.hgi-manager:before {
    content: "䭹"
}

.hgi-twotone.hgi-map-pin:after {
    content: "䭺"
}

.hgi-twotone.hgi-map-pin:before {
    content: "䭻"
}

.hgi-twotone.hgi-map-pinpoint-01:after {
    content: "䭼"
}

.hgi-twotone.hgi-map-pinpoint-01:before {
    content: "䭽"
}

.hgi-twotone.hgi-map-pinpoint-02:after {
    content: "䭾"
}

.hgi-twotone.hgi-map-pinpoint-02:before {
    content: "䭿"
}

.hgi-twotone.hgi-maping:after {
    content: "䮀"
}

.hgi-twotone.hgi-maping:before {
    content: "䮁"
}

.hgi-twotone.hgi-maps-circle-01:after {
    content: "䮂"
}

.hgi-twotone.hgi-maps-circle-01:before {
    content: "䮃"
}

.hgi-twotone.hgi-maps-circle-02:after {
    content: "䮄"
}

.hgi-twotone.hgi-maps-circle-02:before {
    content: "䮅"
}

.hgi-twotone.hgi-maps-editing:after {
    content: "䮆"
}

.hgi-twotone.hgi-maps-editing:before {
    content: "䮇"
}

.hgi-twotone.hgi-maps-global-01:after {
    content: "䮈"
}

.hgi-twotone.hgi-maps-global-01:before {
    content: "䮉"
}

.hgi-twotone.hgi-maps-global-02:after {
    content: "䮊"
}

.hgi-twotone.hgi-maps-global-02:before {
    content: "䮋"
}

.hgi-twotone.hgi-maps-location-01:after {
    content: "䮌"
}

.hgi-twotone.hgi-maps-location-01:before {
    content: "䮍"
}

.hgi-twotone.hgi-maps-location-02:after {
    content: "䮎"
}

.hgi-twotone.hgi-maps-location-02:before {
    content: "䮏"
}

.hgi-twotone.hgi-maps-off:after {
    content: "䮐"
}

.hgi-twotone.hgi-maps-off:before {
    content: "䮑"
}

.hgi-twotone.hgi-maps-refresh:after {
    content: "䮒"
}

.hgi-twotone.hgi-maps-refresh:before {
    content: "䮓"
}

.hgi-twotone.hgi-maps-search:after {
    content: "䮔"
}

.hgi-twotone.hgi-maps-search:before {
    content: "䮕"
}

.hgi-twotone.hgi-maps:after {
    content: "䮖"
}

.hgi-twotone.hgi-maps-square-01:after {
    content: "䮗"
}

.hgi-twotone.hgi-maps-square-01:before {
    content: "䮘"
}

.hgi-twotone.hgi-maps-square-02:after {
    content: "䮙"
}

.hgi-twotone.hgi-maps-square-02:before {
    content: "䮚"
}

.hgi-twotone.hgi-maps:before {
    content: "䮛"
}

.hgi-twotone.hgi-market-analysis:after {
    content: "䮜"
}

.hgi-twotone.hgi-market-analysis:before {
    content: "䮝"
}

.hgi-twotone.hgi-marketing:after {
    content: "䮞"
}

.hgi-twotone.hgi-marketing:before {
    content: "䮟"
}

.hgi-twotone.hgi-mask-love:after {
    content: "䮠"
}

.hgi-twotone.hgi-mask-love:before {
    content: "䮡"
}

.hgi-twotone.hgi-mask:after {
    content: "䮢"
}

.hgi-twotone.hgi-mask:before {
    content: "䮣"
}

.hgi-twotone.hgi-master-card:after {
    content: "䮤"
}

.hgi-twotone.hgi-master-card:before {
    content: "䮥"
}

.hgi-twotone.hgi-matches:after {
    content: "䮦"
}

.hgi-twotone.hgi-matches:before {
    content: "䮧"
}

.hgi-twotone.hgi-math:after {
    content: "䮨"
}

.hgi-twotone.hgi-math:before {
    content: "䮩"
}

.hgi-twotone.hgi-matrix:after {
    content: "䮪"
}

.hgi-twotone.hgi-matrix:before {
    content: "䮫"
}

.hgi-twotone.hgi-maximize-01:after {
    content: "䮬"
}

.hgi-twotone.hgi-maximize-01:before {
    content: "䮭"
}

.hgi-twotone.hgi-maximize-02:after {
    content: "䮮"
}

.hgi-twotone.hgi-maximize-02:before {
    content: "䮯"
}

.hgi-twotone.hgi-maximize-03:after {
    content: "䮰"
}

.hgi-twotone.hgi-maximize-03:before {
    content: "䮱"
}

.hgi-twotone.hgi-maximize-04:after {
    content: "䮲"
}

.hgi-twotone.hgi-maximize-04:before {
    content: "䮳"
}

.hgi-twotone.hgi-maximize-screen:after {
    content: "䮴"
}

.hgi-twotone.hgi-maximize-screen:before {
    content: "䮵"
}

.hgi-twotone.hgi-mayan-pyramid:after {
    content: "䮶"
}

.hgi-twotone.hgi-mayan-pyramid:before {
    content: "䮷"
}

.hgi-twotone.hgi-maze:after {
    content: "䮸"
}

.hgi-twotone.hgi-maze:before {
    content: "䮹"
}

.hgi-twotone.hgi-medal-01:after {
    content: "䮺"
}

.hgi-twotone.hgi-medal-01:before {
    content: "䮻"
}

.hgi-twotone.hgi-medal-02:after {
    content: "䮼"
}

.hgi-twotone.hgi-medal-02:before {
    content: "䮽"
}

.hgi-twotone.hgi-medal-03:after {
    content: "䮾"
}

.hgi-twotone.hgi-medal-03:before {
    content: "䮿"
}

.hgi-twotone.hgi-medal-04:after {
    content: "䯀"
}

.hgi-twotone.hgi-medal-04:before {
    content: "䯁"
}

.hgi-twotone.hgi-medal-05:after {
    content: "䯂"
}

.hgi-twotone.hgi-medal-05:before {
    content: "䯃"
}

.hgi-twotone.hgi-medal-06:after {
    content: "䯄"
}

.hgi-twotone.hgi-medal-06:before {
    content: "䯅"
}

.hgi-twotone.hgi-medal-07:after {
    content: "䯆"
}

.hgi-twotone.hgi-medal-07:before {
    content: "䯇"
}

.hgi-twotone.hgi-medal-first-place:after {
    content: "䯈"
}

.hgi-twotone.hgi-medal-first-place:before {
    content: "䯉"
}

.hgi-twotone.hgi-medal-second-place:after {
    content: "䯊"
}

.hgi-twotone.hgi-medal-second-place:before {
    content: "䯋"
}

.hgi-twotone.hgi-medal-third-place:after {
    content: "䯌"
}

.hgi-twotone.hgi-medal-third-place:before {
    content: "䯍"
}

.hgi-twotone.hgi-medical-file:after {
    content: "䯎"
}

.hgi-twotone.hgi-medical-file:before {
    content: "䯏"
}

.hgi-twotone.hgi-medical-mask:after {
    content: "䯐"
}

.hgi-twotone.hgi-medical-mask:before {
    content: "䯑"
}

.hgi-twotone.hgi-medicine-01:after {
    content: "䯒"
}

.hgi-twotone.hgi-medicine-01:before {
    content: "䯓"
}

.hgi-twotone.hgi-medicine-02:after {
    content: "䯔"
}

.hgi-twotone.hgi-medicine-02:before {
    content: "䯕"
}

.hgi-twotone.hgi-medicine-bottle-01:after {
    content: "䯖"
}

.hgi-twotone.hgi-medicine-bottle-01:before {
    content: "䯗"
}

.hgi-twotone.hgi-medicine-bottle-02:after {
    content: "䯘"
}

.hgi-twotone.hgi-medicine-bottle-02:before {
    content: "䯙"
}

.hgi-twotone.hgi-medicine-syrup:after {
    content: "䯚"
}

.hgi-twotone.hgi-medicine-syrup:before {
    content: "䯛"
}

.hgi-twotone.hgi-medium:after {
    content: "䯜"
}

.hgi-twotone.hgi-medium-square:after {
    content: "䯝"
}

.hgi-twotone.hgi-medium-square:before {
    content: "䯞"
}

.hgi-twotone.hgi-medium:before {
    content: "䯟"
}

.hgi-twotone.hgi-meeting-room:after {
    content: "䯠"
}

.hgi-twotone.hgi-meeting-room:before {
    content: "䯡"
}

.hgi-twotone.hgi-megaphone-01:after {
    content: "䯢"
}

.hgi-twotone.hgi-megaphone-01:before {
    content: "䯣"
}

.hgi-twotone.hgi-megaphone-02:after {
    content: "䯤"
}

.hgi-twotone.hgi-megaphone-02:before {
    content: "䯥"
}

.hgi-twotone.hgi-meh:after {
    content: "䯦"
}

.hgi-twotone.hgi-meh:before {
    content: "䯧"
}

.hgi-twotone.hgi-mentor:after {
    content: "䯨"
}

.hgi-twotone.hgi-mentor:before {
    content: "䯩"
}

.hgi-twotone.hgi-mentoring:after {
    content: "䯪"
}

.hgi-twotone.hgi-mentoring:before {
    content: "䯫"
}

.hgi-twotone.hgi-menu-01:after {
    content: "䯬"
}

.hgi-twotone.hgi-menu-01:before {
    content: "䯭"
}

.hgi-twotone.hgi-menu-02:after {
    content: "䯮"
}

.hgi-twotone.hgi-menu-02:before {
    content: "䯯"
}

.hgi-twotone.hgi-menu-03:after {
    content: "䯰"
}

.hgi-twotone.hgi-menu-03:before {
    content: "䯱"
}

.hgi-twotone.hgi-menu-04:after {
    content: "䯲"
}

.hgi-twotone.hgi-menu-04:before {
    content: "䯳"
}

.hgi-twotone.hgi-menu-05:after {
    content: "䯴"
}

.hgi-twotone.hgi-menu-05:before {
    content: "䯵"
}

.hgi-twotone.hgi-menu-06:after {
    content: "䯶"
}

.hgi-twotone.hgi-menu-06:before {
    content: "䯷"
}

.hgi-twotone.hgi-menu-07:after {
    content: "䯸"
}

.hgi-twotone.hgi-menu-07:before {
    content: "䯹"
}

.hgi-twotone.hgi-menu-08:after {
    content: "䯺"
}

.hgi-twotone.hgi-menu-08:before {
    content: "䯻"
}

.hgi-twotone.hgi-menu-09:after {
    content: "䯼"
}

.hgi-twotone.hgi-menu-09:before {
    content: "䯽"
}

.hgi-twotone.hgi-menu-10:after {
    content: "䯾"
}

.hgi-twotone.hgi-menu-10:before {
    content: "䯿"
}

.hgi-twotone.hgi-menu-11:after {
    content: "䰀"
}

.hgi-twotone.hgi-menu-11:before {
    content: "䰁"
}

.hgi-twotone.hgi-menu-circle:after {
    content: "䰂"
}

.hgi-twotone.hgi-menu-circle:before {
    content: "䰃"
}

.hgi-twotone.hgi-menu-restaurant:after {
    content: "䰄"
}

.hgi-twotone.hgi-menu-restaurant:before {
    content: "䰅"
}

.hgi-twotone.hgi-menu-square:after {
    content: "䰆"
}

.hgi-twotone.hgi-menu-square:before {
    content: "䰇"
}

.hgi-twotone.hgi-message-01:after {
    content: "䰈"
}

.hgi-twotone.hgi-message-01:before {
    content: "䰉"
}

.hgi-twotone.hgi-message-02:after {
    content: "䰊"
}

.hgi-twotone.hgi-message-02:before {
    content: "䰋"
}

.hgi-twotone.hgi-message-add-01:after {
    content: "䰌"
}

.hgi-twotone.hgi-message-add-01:before {
    content: "䰍"
}

.hgi-twotone.hgi-message-add-02:after {
    content: "䰎"
}

.hgi-twotone.hgi-message-add-02:before {
    content: "䰏"
}

.hgi-twotone.hgi-message-blocked:after {
    content: "䰐"
}

.hgi-twotone.hgi-message-blocked:before {
    content: "䰑"
}

.hgi-twotone.hgi-message-cancel-01:after {
    content: "䰒"
}

.hgi-twotone.hgi-message-cancel-01:before {
    content: "䰓"
}

.hgi-twotone.hgi-message-cancel-02:after {
    content: "䰔"
}

.hgi-twotone.hgi-message-cancel-02:before {
    content: "䰕"
}

.hgi-twotone.hgi-message-delay-01:after {
    content: "䰖"
}

.hgi-twotone.hgi-message-delay-01:before {
    content: "䰗"
}

.hgi-twotone.hgi-message-delay-02:after {
    content: "䰘"
}

.hgi-twotone.hgi-message-delay-02:before {
    content: "䰙"
}

.hgi-twotone.hgi-message-done-01:after {
    content: "䰚"
}

.hgi-twotone.hgi-message-done-01:before {
    content: "䰛"
}

.hgi-twotone.hgi-message-done-02:after {
    content: "䰜"
}

.hgi-twotone.hgi-message-done-02:before {
    content: "䰝"
}

.hgi-twotone.hgi-message-download-01:after {
    content: "䰞"
}

.hgi-twotone.hgi-message-download-01:before {
    content: "䰟"
}

.hgi-twotone.hgi-message-download-02:after {
    content: "䰠"
}

.hgi-twotone.hgi-message-download-02:before {
    content: "䰡"
}

.hgi-twotone.hgi-message-edit-01:after {
    content: "䰢"
}

.hgi-twotone.hgi-message-edit-01:before {
    content: "䰣"
}

.hgi-twotone.hgi-message-edit-02:after {
    content: "䰤"
}

.hgi-twotone.hgi-message-edit-02:before {
    content: "䰥"
}

.hgi-twotone.hgi-message-favourite-01:after {
    content: "䰦"
}

.hgi-twotone.hgi-message-favourite-01:before {
    content: "䰧"
}

.hgi-twotone.hgi-message-favourite-02:after {
    content: "䰨"
}

.hgi-twotone.hgi-message-favourite-02:before {
    content: "䰩"
}

.hgi-twotone.hgi-message-incoming-01:after {
    content: "䰪"
}

.hgi-twotone.hgi-message-incoming-01:before {
    content: "䰫"
}

.hgi-twotone.hgi-message-incoming-02:after {
    content: "䰬"
}

.hgi-twotone.hgi-message-incoming-02:before {
    content: "䰭"
}

.hgi-twotone.hgi-message-lock-01:after {
    content: "䰮"
}

.hgi-twotone.hgi-message-lock-01:before {
    content: "䰯"
}

.hgi-twotone.hgi-message-lock-02:after {
    content: "䰰"
}

.hgi-twotone.hgi-message-lock-02:before {
    content: "䰱"
}

.hgi-twotone.hgi-message-multiple-01:after {
    content: "䰲"
}

.hgi-twotone.hgi-message-multiple-01:before {
    content: "䰳"
}

.hgi-twotone.hgi-message-multiple-02:after {
    content: "䰴"
}

.hgi-twotone.hgi-message-multiple-02:before {
    content: "䰵"
}

.hgi-twotone.hgi-message-notification-01:after {
    content: "䰶"
}

.hgi-twotone.hgi-message-notification-01:before {
    content: "䰷"
}

.hgi-twotone.hgi-message-notification-02:after {
    content: "䰸"
}

.hgi-twotone.hgi-message-notification-02:before {
    content: "䰹"
}

.hgi-twotone.hgi-message-outgoing-01:after {
    content: "䰺"
}

.hgi-twotone.hgi-message-outgoing-01:before {
    content: "䰻"
}

.hgi-twotone.hgi-message-outgoing-02:after {
    content: "䰼"
}

.hgi-twotone.hgi-message-outgoing-02:before {
    content: "䰽"
}

.hgi-twotone.hgi-message-preview-01:after {
    content: "䰾"
}

.hgi-twotone.hgi-message-preview-01:before {
    content: "䰿"
}

.hgi-twotone.hgi-message-preview-02:after {
    content: "䱀"
}

.hgi-twotone.hgi-message-preview-02:before {
    content: "䱁"
}

.hgi-twotone.hgi-message-programming:after {
    content: "䱂"
}

.hgi-twotone.hgi-message-programming:before {
    content: "䱃"
}

.hgi-twotone.hgi-message-question:after {
    content: "䱄"
}

.hgi-twotone.hgi-message-question:before {
    content: "䱅"
}

.hgi-twotone.hgi-message-search-01:after {
    content: "䱆"
}

.hgi-twotone.hgi-message-search-01:before {
    content: "䱇"
}

.hgi-twotone.hgi-message-search-02:after {
    content: "䱈"
}

.hgi-twotone.hgi-message-search-02:before {
    content: "䱉"
}

.hgi-twotone.hgi-message-secure-01:after {
    content: "䱊"
}

.hgi-twotone.hgi-message-secure-01:before {
    content: "䱋"
}

.hgi-twotone.hgi-message-secure-02:after {
    content: "䱌"
}

.hgi-twotone.hgi-message-secure-02:before {
    content: "䱍"
}

.hgi-twotone.hgi-message-translate:after {
    content: "䱎"
}

.hgi-twotone.hgi-message-translate:before {
    content: "䱏"
}

.hgi-twotone.hgi-message-unlock-01:after {
    content: "䱐"
}

.hgi-twotone.hgi-message-unlock-01:before {
    content: "䱑"
}

.hgi-twotone.hgi-message-unlock-02:after {
    content: "䱒"
}

.hgi-twotone.hgi-message-unlock-02:before {
    content: "䱓"
}

.hgi-twotone.hgi-message-upload-01:after {
    content: "䱔"
}

.hgi-twotone.hgi-message-upload-01:before {
    content: "䱕"
}

.hgi-twotone.hgi-message-upload-02:after {
    content: "䱖"
}

.hgi-twotone.hgi-message-upload-02:before {
    content: "䱗"
}

.hgi-twotone.hgi-message-user-01:after {
    content: "䱘"
}

.hgi-twotone.hgi-message-user-01:before {
    content: "䱙"
}

.hgi-twotone.hgi-message-user-02:after {
    content: "䱚"
}

.hgi-twotone.hgi-message-user-02:before {
    content: "䱛"
}

.hgi-twotone.hgi-messenger:after {
    content: "䱜"
}

.hgi-twotone.hgi-messenger:before {
    content: "䱝"
}

.hgi-twotone.hgi-meta:after {
    content: "䱞"
}

.hgi-twotone.hgi-meta:before {
    content: "䱟"
}

.hgi-twotone.hgi-metro:after {
    content: "䱠"
}

.hgi-twotone.hgi-metro:before {
    content: "䱡"
}

.hgi-twotone.hgi-mic-01:after {
    content: "䱢"
}

.hgi-twotone.hgi-mic-01:before {
    content: "䱣"
}

.hgi-twotone.hgi-mic-02:after {
    content: "䱤"
}

.hgi-twotone.hgi-mic-02:before {
    content: "䱥"
}

.hgi-twotone.hgi-mic-off-01:after {
    content: "䱦"
}

.hgi-twotone.hgi-mic-off-01:before {
    content: "䱧"
}

.hgi-twotone.hgi-mic-off-02:after {
    content: "䱨"
}

.hgi-twotone.hgi-mic-off-02:before {
    content: "䱩"
}

.hgi-twotone.hgi-microsoft-admin:after {
    content: "䱪"
}

.hgi-twotone.hgi-microsoft-admin:before {
    content: "䱫"
}

.hgi-twotone.hgi-microsoft:after {
    content: "䱬"
}

.hgi-twotone.hgi-microsoft:before {
    content: "䱭"
}

.hgi-twotone.hgi-microwave:after {
    content: "䱮"
}

.hgi-twotone.hgi-microwave:before {
    content: "䱯"
}

.hgi-twotone.hgi-milk-bottle:after {
    content: "䱰"
}

.hgi-twotone.hgi-milk-bottle:before {
    content: "䱱"
}

.hgi-twotone.hgi-milk-carton:after {
    content: "䱲"
}

.hgi-twotone.hgi-milk-carton:before {
    content: "䱳"
}

.hgi-twotone.hgi-milk-coconut:after {
    content: "䱴"
}

.hgi-twotone.hgi-milk-coconut:before {
    content: "䱵"
}

.hgi-twotone.hgi-milk-oat:after {
    content: "䱶"
}

.hgi-twotone.hgi-milk-oat:before {
    content: "䱷"
}

.hgi-twotone.hgi-minimize-01:after {
    content: "䱸"
}

.hgi-twotone.hgi-minimize-01:before {
    content: "䱹"
}

.hgi-twotone.hgi-minimize-02:after {
    content: "䱺"
}

.hgi-twotone.hgi-minimize-02:before {
    content: "䱻"
}

.hgi-twotone.hgi-minimize-03:after {
    content: "䱼"
}

.hgi-twotone.hgi-minimize-03:before {
    content: "䱽"
}

.hgi-twotone.hgi-minimize-04:after {
    content: "䱾"
}

.hgi-twotone.hgi-minimize-04:before {
    content: "䱿"
}

.hgi-twotone.hgi-minimize-screen:after {
    content: "䲀"
}

.hgi-twotone.hgi-minimize-screen:before {
    content: "䲁"
}

.hgi-twotone.hgi-mining-01:after {
    content: "䲂"
}

.hgi-twotone.hgi-mining-01:before {
    content: "䲃"
}

.hgi-twotone.hgi-mining-02:after {
    content: "䲄"
}

.hgi-twotone.hgi-mining-02:before {
    content: "䲅"
}

.hgi-twotone.hgi-mining-03:after {
    content: "䲆"
}

.hgi-twotone.hgi-mining-03:before {
    content: "䲇"
}

.hgi-twotone.hgi-minus-plus-01:after {
    content: "䲈"
}

.hgi-twotone.hgi-minus-plus-01:before {
    content: "䲉"
}

.hgi-twotone.hgi-minus-plus-02:after {
    content: "䲊"
}

.hgi-twotone.hgi-minus-plus-02:before {
    content: "䲋"
}

.hgi-twotone.hgi-minus-plus-circle-01:after {
    content: "䲌"
}

.hgi-twotone.hgi-minus-plus-circle-01:before {
    content: "䲍"
}

.hgi-twotone.hgi-minus-plus-circle-02:after {
    content: "䲎"
}

.hgi-twotone.hgi-minus-plus-circle-02:before {
    content: "䲏"
}

.hgi-twotone.hgi-minus-plus-square-01:after {
    content: "䲐"
}

.hgi-twotone.hgi-minus-plus-square-01:before {
    content: "䲑"
}

.hgi-twotone.hgi-minus-plus-square-02:after {
    content: "䲒"
}

.hgi-twotone.hgi-minus-plus-square-02:before {
    content: "䲓"
}

.hgi-twotone.hgi-minus-sign-circle:after {
    content: "䲔"
}

.hgi-twotone.hgi-minus-sign-circle:before {
    content: "䲕"
}

.hgi-twotone.hgi-minus-sign:after {
    content: "䲖"
}

.hgi-twotone.hgi-minus-sign-square:after {
    content: "䲗"
}

.hgi-twotone.hgi-minus-sign-square:before {
    content: "䲘"
}

.hgi-twotone.hgi-minus-sign:before {
    content: "䲙"
}

.hgi-twotone.hgi-mirror:after {
    content: "䲚"
}

.hgi-twotone.hgi-mirror:before {
    content: "䲛"
}

.hgi-twotone.hgi-mirroring-screen:after {
    content: "䲜"
}

.hgi-twotone.hgi-mirroring-screen:before {
    content: "䲝"
}

.hgi-twotone.hgi-mixer:after {
    content: "䲞"
}

.hgi-twotone.hgi-mixer:before {
    content: "䲟"
}

.hgi-twotone.hgi-mobile-navigator-01:after {
    content: "䲠"
}

.hgi-twotone.hgi-mobile-navigator-01:before {
    content: "䲡"
}

.hgi-twotone.hgi-mobile-navigator-02:after {
    content: "䲢"
}

.hgi-twotone.hgi-mobile-navigator-02:before {
    content: "䲣"
}

.hgi-twotone.hgi-mobile-programming-01:after {
    content: "䲤"
}

.hgi-twotone.hgi-mobile-programming-01:before {
    content: "䲥"
}

.hgi-twotone.hgi-mobile-programming-02:after {
    content: "䲦"
}

.hgi-twotone.hgi-mobile-programming-02:before {
    content: "䲧"
}

.hgi-twotone.hgi-mobile-protection:after {
    content: "䲨"
}

.hgi-twotone.hgi-mobile-protection:before {
    content: "䲩"
}

.hgi-twotone.hgi-mobile-security:after {
    content: "䲪"
}

.hgi-twotone.hgi-mobile-security:before {
    content: "䲫"
}

.hgi-twotone.hgi-mochi:after {
    content: "䲬"
}

.hgi-twotone.hgi-mochi:before {
    content: "䲭"
}

.hgi-twotone.hgi-modern-tv-four-k:after {
    content: "䲮"
}

.hgi-twotone.hgi-modern-tv-four-k:before {
    content: "䲯"
}

.hgi-twotone.hgi-modern-tv-issue:after {
    content: "䲰"
}

.hgi-twotone.hgi-modern-tv-issue:before {
    content: "䲱"
}

.hgi-twotone.hgi-modern-tv:after {
    content: "䲲"
}

.hgi-twotone.hgi-modern-tv:before {
    content: "䲳"
}

.hgi-twotone.hgi-molecules:after {
    content: "䲴"
}

.hgi-twotone.hgi-molecules:before {
    content: "䲵"
}

.hgi-twotone.hgi-monas:after {
    content: "䲶"
}

.hgi-twotone.hgi-monas:before {
    content: "䲷"
}

.hgi-twotone.hgi-money-01:after {
    content: "䲸"
}

.hgi-twotone.hgi-money-01:before {
    content: "䲹"
}

.hgi-twotone.hgi-money-02:after {
    content: "䲺"
}

.hgi-twotone.hgi-money-02:before {
    content: "䲻"
}

.hgi-twotone.hgi-money-03:after {
    content: "䲼"
}

.hgi-twotone.hgi-money-03:before {
    content: "䲽"
}

.hgi-twotone.hgi-money-04:after {
    content: "䲾"
}

.hgi-twotone.hgi-money-04:before {
    content: "䲿"
}

.hgi-twotone.hgi-money-add-01:after {
    content: "䳀"
}

.hgi-twotone.hgi-money-add-01:before {
    content: "䳁"
}

.hgi-twotone.hgi-money-add-02:after {
    content: "䳂"
}

.hgi-twotone.hgi-money-add-02:before {
    content: "䳃"
}

.hgi-twotone.hgi-money-bag-01:after {
    content: "䳄"
}

.hgi-twotone.hgi-money-bag-01:before {
    content: "䳅"
}

.hgi-twotone.hgi-money-bag-02:after {
    content: "䳆"
}

.hgi-twotone.hgi-money-bag-02:before {
    content: "䳇"
}

.hgi-twotone.hgi-money-exchange-01:after {
    content: "䳈"
}

.hgi-twotone.hgi-money-exchange-01:before {
    content: "䳉"
}

.hgi-twotone.hgi-money-exchange-02:after {
    content: "䳊"
}

.hgi-twotone.hgi-money-exchange-02:before {
    content: "䳋"
}

.hgi-twotone.hgi-money-exchange-03:after {
    content: "䳌"
}

.hgi-twotone.hgi-money-exchange-03:before {
    content: "䳍"
}

.hgi-twotone.hgi-money-not-found-01:after {
    content: "䳎"
}

.hgi-twotone.hgi-money-not-found-01:before {
    content: "䳏"
}

.hgi-twotone.hgi-money-not-found-02:after {
    content: "䳐"
}

.hgi-twotone.hgi-money-not-found-02:before {
    content: "䳑"
}

.hgi-twotone.hgi-money-not-found-03:after {
    content: "䳒"
}

.hgi-twotone.hgi-money-not-found-03:before {
    content: "䳓"
}

.hgi-twotone.hgi-money-not-found-04:after {
    content: "䳔"
}

.hgi-twotone.hgi-money-not-found-04:before {
    content: "䳕"
}

.hgi-twotone.hgi-money-receive-01:after {
    content: "䳖"
}

.hgi-twotone.hgi-money-receive-01:before {
    content: "䳗"
}

.hgi-twotone.hgi-money-receive-02:after {
    content: "䳘"
}

.hgi-twotone.hgi-money-receive-02:before {
    content: "䳙"
}

.hgi-twotone.hgi-money-receive-circle:after {
    content: "䳚"
}

.hgi-twotone.hgi-money-receive-circle:before {
    content: "䳛"
}

.hgi-twotone.hgi-money-receive-flow-01:after {
    content: "䳜"
}

.hgi-twotone.hgi-money-receive-flow-01:before {
    content: "䳝"
}

.hgi-twotone.hgi-money-receive-flow-02:after {
    content: "䳞"
}

.hgi-twotone.hgi-money-receive-flow-02:before {
    content: "䳟"
}

.hgi-twotone.hgi-money-receive-square:after {
    content: "䳠"
}

.hgi-twotone.hgi-money-receive-square:before {
    content: "䳡"
}

.hgi-twotone.hgi-money-remove-01:after {
    content: "䳢"
}

.hgi-twotone.hgi-money-remove-01:before {
    content: "䳣"
}

.hgi-twotone.hgi-money-remove-02:after {
    content: "䳤"
}

.hgi-twotone.hgi-money-remove-02:before {
    content: "䳥"
}

.hgi-twotone.hgi-money-safe:after {
    content: "䳦"
}

.hgi-twotone.hgi-money-safe:before {
    content: "䳧"
}

.hgi-twotone.hgi-money-saving-jar:after {
    content: "䳨"
}

.hgi-twotone.hgi-money-saving-jar:before {
    content: "䳩"
}

.hgi-twotone.hgi-money-security:after {
    content: "䳪"
}

.hgi-twotone.hgi-money-security:before {
    content: "䳫"
}

.hgi-twotone.hgi-money-send-01:after {
    content: "䳬"
}

.hgi-twotone.hgi-money-send-01:before {
    content: "䳭"
}

.hgi-twotone.hgi-money-send-02:after {
    content: "䳮"
}

.hgi-twotone.hgi-money-send-02:before {
    content: "䳯"
}

.hgi-twotone.hgi-money-send-circle:after {
    content: "䳰"
}

.hgi-twotone.hgi-money-send-circle:before {
    content: "䳱"
}

.hgi-twotone.hgi-money-send-flow-01:after {
    content: "䳲"
}

.hgi-twotone.hgi-money-send-flow-01:before {
    content: "䳳"
}

.hgi-twotone.hgi-money-send-flow-02:after {
    content: "䳴"
}

.hgi-twotone.hgi-money-send-flow-02:before {
    content: "䳵"
}

.hgi-twotone.hgi-money-send-square:after {
    content: "䳶"
}

.hgi-twotone.hgi-money-send-square:before {
    content: "䳷"
}

.hgi-twotone.hgi-monocle-01:after {
    content: "䳸"
}

.hgi-twotone.hgi-monocle-01:before {
    content: "䳹"
}

.hgi-twotone.hgi-monocle:after {
    content: "䳺"
}

.hgi-twotone.hgi-monocle:before {
    content: "䳻"
}

.hgi-twotone.hgi-monster:after {
    content: "䳼"
}

.hgi-twotone.hgi-monster:before {
    content: "䳽"
}

.hgi-twotone.hgi-moon-01:after {
    content: "䳾"
}

.hgi-twotone.hgi-moon-01:before {
    content: "䳿"
}

.hgi-twotone.hgi-moon-02:after {
    content: "䴀"
}

.hgi-twotone.hgi-moon-02:before {
    content: "䴁"
}

.hgi-twotone.hgi-moon-angled-rain-zap:after {
    content: "䴂"
}

.hgi-twotone.hgi-moon-angled-rain-zap:before {
    content: "䴃"
}

.hgi-twotone.hgi-moon-cloud-angled-rain:after {
    content: "䴄"
}

.hgi-twotone.hgi-moon-cloud-angled-rain:before {
    content: "䴅"
}

.hgi-twotone.hgi-moon-cloud-angled-zap:after {
    content: "䴆"
}

.hgi-twotone.hgi-moon-cloud-angled-zap:before {
    content: "䴇"
}

.hgi-twotone.hgi-moon-cloud-big-rain:after {
    content: "䴈"
}

.hgi-twotone.hgi-moon-cloud-big-rain:before {
    content: "䴉"
}

.hgi-twotone.hgi-moon-cloud-fast-wind:after {
    content: "䴊"
}

.hgi-twotone.hgi-moon-cloud-fast-wind:before {
    content: "䴋"
}

.hgi-twotone.hgi-moon-cloud-hailstone:after {
    content: "䴌"
}

.hgi-twotone.hgi-moon-cloud-hailstone:before {
    content: "䴍"
}

.hgi-twotone.hgi-moon-cloud-little-rain:after {
    content: "䴎"
}

.hgi-twotone.hgi-moon-cloud-little-rain:before {
    content: "䴏"
}

.hgi-twotone.hgi-moon-cloud-little-snow:after {
    content: "䴐"
}

.hgi-twotone.hgi-moon-cloud-little-snow:before {
    content: "䴑"
}

.hgi-twotone.hgi-moon-cloud-mid-rain:after {
    content: "䴒"
}

.hgi-twotone.hgi-moon-cloud-mid-rain:before {
    content: "䴓"
}

.hgi-twotone.hgi-moon-cloud-mid-snow:after {
    content: "䴔"
}

.hgi-twotone.hgi-moon-cloud-mid-snow:before {
    content: "䴕"
}

.hgi-twotone.hgi-moon-cloud:after {
    content: "䴖"
}

.hgi-twotone.hgi-moon-cloud-slow-wind:after {
    content: "䴗"
}

.hgi-twotone.hgi-moon-cloud-slow-wind:before {
    content: "䴘"
}

.hgi-twotone.hgi-moon-cloud-snow:after {
    content: "䴙"
}

.hgi-twotone.hgi-moon-cloud-snow:before {
    content: "䴚"
}

.hgi-twotone.hgi-moon-cloud:before {
    content: "䴛"
}

.hgi-twotone.hgi-moon-eclipse:after {
    content: "䴜"
}

.hgi-twotone.hgi-moon-eclipse:before {
    content: "䴝"
}

.hgi-twotone.hgi-moon-fast-wind:after {
    content: "䴞"
}

.hgi-twotone.hgi-moon-fast-wind:before {
    content: "䴟"
}

.hgi-twotone.hgi-moon-landing:after {
    content: "䴠"
}

.hgi-twotone.hgi-moon-landing:before {
    content: "䴡"
}

.hgi-twotone.hgi-moon:after {
    content: "䴢"
}

.hgi-twotone.hgi-moon-slow-wind:after {
    content: "䴣"
}

.hgi-twotone.hgi-moon-slow-wind:before {
    content: "䴤"
}

.hgi-twotone.hgi-moon:before {
    content: "䴥"
}

.hgi-twotone.hgi-moonset:after {
    content: "䴦"
}

.hgi-twotone.hgi-moonset:before {
    content: "䴧"
}

.hgi-twotone.hgi-more-01:after {
    content: "䴨"
}

.hgi-twotone.hgi-more-01:before {
    content: "䴩"
}

.hgi-twotone.hgi-more-02:after {
    content: "䴪"
}

.hgi-twotone.hgi-more-02:before {
    content: "䴫"
}

.hgi-twotone.hgi-more-03:after {
    content: "䴬"
}

.hgi-twotone.hgi-more-03:before {
    content: "䴭"
}

.hgi-twotone.hgi-more-horizontal-circle-01:after {
    content: "䴮"
}

.hgi-twotone.hgi-more-horizontal-circle-01:before {
    content: "䴯"
}

.hgi-twotone.hgi-more-horizontal-circle-02:after {
    content: "䴰"
}

.hgi-twotone.hgi-more-horizontal-circle-02:before {
    content: "䴱"
}

.hgi-twotone.hgi-more-horizontal:after {
    content: "䴲"
}

.hgi-twotone.hgi-more-horizontal-square-01:after {
    content: "䴳"
}

.hgi-twotone.hgi-more-horizontal-square-01:before {
    content: "䴴"
}

.hgi-twotone.hgi-more-horizontal-square-02:after {
    content: "䴵"
}

.hgi-twotone.hgi-more-horizontal-square-02:before {
    content: "䴶"
}

.hgi-twotone.hgi-more-horizontal:before {
    content: "䴷"
}

.hgi-twotone.hgi-more-or-less-circle:after {
    content: "䴸"
}

.hgi-twotone.hgi-more-or-less-circle:before {
    content: "䴹"
}

.hgi-twotone.hgi-more-or-less:after {
    content: "䴺"
}

.hgi-twotone.hgi-more-or-less-square:after {
    content: "䴻"
}

.hgi-twotone.hgi-more-or-less-square:before {
    content: "䴼"
}

.hgi-twotone.hgi-more-or-less:before {
    content: "䴽"
}

.hgi-twotone.hgi-more:after {
    content: "䴾"
}

.hgi-twotone.hgi-more-vertical-circle-01:after {
    content: "䴿"
}

.hgi-twotone.hgi-more-vertical-circle-01:before {
    content: "䵀"
}

.hgi-twotone.hgi-more-vertical-circle-02:after {
    content: "䵁"
}

.hgi-twotone.hgi-more-vertical-circle-02:before {
    content: "䵂"
}

.hgi-twotone.hgi-more-vertical:after {
    content: "䵃"
}

.hgi-twotone.hgi-more-vertical-square-01:after {
    content: "䵄"
}

.hgi-twotone.hgi-more-vertical-square-01:before {
    content: "䵅"
}

.hgi-twotone.hgi-more-vertical-square-02:after {
    content: "䵆"
}

.hgi-twotone.hgi-more-vertical-square-02:before {
    content: "䵇"
}

.hgi-twotone.hgi-more-vertical:before {
    content: "䵈"
}

.hgi-twotone.hgi-more:before {
    content: "䵉"
}

.hgi-twotone.hgi-mortar:after {
    content: "䵊"
}

.hgi-twotone.hgi-mortar:before {
    content: "䵋"
}

.hgi-twotone.hgi-mortarboard-01:after {
    content: "䵌"
}

.hgi-twotone.hgi-mortarboard-01:before {
    content: "䵍"
}

.hgi-twotone.hgi-mortarboard-02:after {
    content: "䵎"
}

.hgi-twotone.hgi-mortarboard-02:before {
    content: "䵏"
}

.hgi-twotone.hgi-mosque-01:after {
    content: "䵐"
}

.hgi-twotone.hgi-mosque-01:before {
    content: "䵑"
}

.hgi-twotone.hgi-mosque-02:after {
    content: "䵒"
}

.hgi-twotone.hgi-mosque-02:before {
    content: "䵓"
}

.hgi-twotone.hgi-mosque-03:after {
    content: "䵔"
}

.hgi-twotone.hgi-mosque-03:before {
    content: "䵕"
}

.hgi-twotone.hgi-mosque-04:after {
    content: "䵖"
}

.hgi-twotone.hgi-mosque-04:before {
    content: "䵗"
}

.hgi-twotone.hgi-mosque-05:after {
    content: "䵘"
}

.hgi-twotone.hgi-mosque-05:before {
    content: "䵙"
}

.hgi-twotone.hgi-mosque-location:after {
    content: "䵚"
}

.hgi-twotone.hgi-mosque-location:before {
    content: "䵛"
}

.hgi-twotone.hgi-motion-01:after {
    content: "䵜"
}

.hgi-twotone.hgi-motion-01:before {
    content: "䵝"
}

.hgi-twotone.hgi-motion-02:after {
    content: "䵞"
}

.hgi-twotone.hgi-motion-02:before {
    content: "䵟"
}

.hgi-twotone.hgi-motorbike-01:after {
    content: "䵠"
}

.hgi-twotone.hgi-motorbike-01:before {
    content: "䵡"
}

.hgi-twotone.hgi-motorbike-02:after {
    content: "䵢"
}

.hgi-twotone.hgi-motorbike-02:before {
    content: "䵣"
}

.hgi-twotone.hgi-mountain:after {
    content: "䵤"
}

.hgi-twotone.hgi-mountain:before {
    content: "䵥"
}

.hgi-twotone.hgi-mouse-01:after {
    content: "䵦"
}

.hgi-twotone.hgi-mouse-01:before {
    content: "䵧"
}

.hgi-twotone.hgi-mouse-02:after {
    content: "䵨"
}

.hgi-twotone.hgi-mouse-02:before {
    content: "䵩"
}

.hgi-twotone.hgi-mouse-03:after {
    content: "䵪"
}

.hgi-twotone.hgi-mouse-03:before {
    content: "䵫"
}

.hgi-twotone.hgi-mouse-04:after {
    content: "䵬"
}

.hgi-twotone.hgi-mouse-04:before {
    content: "䵭"
}

.hgi-twotone.hgi-mouse-05:after {
    content: "䵮"
}

.hgi-twotone.hgi-mouse-05:before {
    content: "䵯"
}

.hgi-twotone.hgi-mouse-06:after {
    content: "䵰"
}

.hgi-twotone.hgi-mouse-06:before {
    content: "䵱"
}

.hgi-twotone.hgi-mouse-07:after {
    content: "䵲"
}

.hgi-twotone.hgi-mouse-07:before {
    content: "䵳"
}

.hgi-twotone.hgi-mouse-08:after {
    content: "䵴"
}

.hgi-twotone.hgi-mouse-08:before {
    content: "䵵"
}

.hgi-twotone.hgi-mouse-09:after {
    content: "䵶"
}

.hgi-twotone.hgi-mouse-09:before {
    content: "䵷"
}

.hgi-twotone.hgi-mouse-10:after {
    content: "䵸"
}

.hgi-twotone.hgi-mouse-10:before {
    content: "䵹"
}

.hgi-twotone.hgi-mouse-11:after {
    content: "䵺"
}

.hgi-twotone.hgi-mouse-11:before {
    content: "䵻"
}

.hgi-twotone.hgi-mouse-12:after {
    content: "䵼"
}

.hgi-twotone.hgi-mouse-12:before {
    content: "䵽"
}

.hgi-twotone.hgi-mouse-13:after {
    content: "䵾"
}

.hgi-twotone.hgi-mouse-13:before {
    content: "䵿"
}

.hgi-twotone.hgi-mouse-14:after {
    content: "䶀"
}

.hgi-twotone.hgi-mouse-14:before {
    content: "䶁"
}

.hgi-twotone.hgi-mouse-15:after {
    content: "䶂"
}

.hgi-twotone.hgi-mouse-15:before {
    content: "䶃"
}

.hgi-twotone.hgi-mouse-16:after {
    content: "䶄"
}

.hgi-twotone.hgi-mouse-16:before {
    content: "䶅"
}

.hgi-twotone.hgi-mouse-17:after {
    content: "䶆"
}

.hgi-twotone.hgi-mouse-17:before {
    content: "䶇"
}

.hgi-twotone.hgi-mouse-18:after {
    content: "䶈"
}

.hgi-twotone.hgi-mouse-18:before {
    content: "䶉"
}

.hgi-twotone.hgi-mouse-19:after {
    content: "䶊"
}

.hgi-twotone.hgi-mouse-19:before {
    content: "䶋"
}

.hgi-twotone.hgi-mouse-20:after {
    content: "䶌"
}

.hgi-twotone.hgi-mouse-20:before {
    content: "䶍"
}

.hgi-twotone.hgi-mouse-21:after {
    content: "䶎"
}

.hgi-twotone.hgi-mouse-21:before {
    content: "䶏"
}

.hgi-twotone.hgi-mouse-22:after {
    content: "䶐"
}

.hgi-twotone.hgi-mouse-22:before {
    content: "䶑"
}

.hgi-twotone.hgi-mouse-23:after {
    content: "䶒"
}

.hgi-twotone.hgi-mouse-23:before {
    content: "䶓"
}

.hgi-twotone.hgi-mouse-left-click-01:after {
    content: "䶔"
}

.hgi-twotone.hgi-mouse-left-click-01:before {
    content: "䶕"
}

.hgi-twotone.hgi-mouse-left-click-02:after {
    content: "䶖"
}

.hgi-twotone.hgi-mouse-left-click-02:before {
    content: "䶗"
}

.hgi-twotone.hgi-mouse-left-click-03:after {
    content: "䶘"
}

.hgi-twotone.hgi-mouse-left-click-03:before {
    content: "䶙"
}

.hgi-twotone.hgi-mouse-left-click-04:after {
    content: "䶚"
}

.hgi-twotone.hgi-mouse-left-click-04:before {
    content: "䶛"
}

.hgi-twotone.hgi-mouse-left-click-05:after {
    content: "䶜"
}

.hgi-twotone.hgi-mouse-left-click-05:before {
    content: "䶝"
}

.hgi-twotone.hgi-mouse-left-click-06:after {
    content: "䶞"
}

.hgi-twotone.hgi-mouse-left-click-06:before {
    content: "䶟"
}

.hgi-twotone.hgi-mouse-right-click-01:after {
    content: "䶠"
}

.hgi-twotone.hgi-mouse-right-click-01:before {
    content: "䶡"
}

.hgi-twotone.hgi-mouse-right-click-02:after {
    content: "䶢"
}

.hgi-twotone.hgi-mouse-right-click-02:before {
    content: "䶣"
}

.hgi-twotone.hgi-mouse-right-click-03:after {
    content: "䶤"
}

.hgi-twotone.hgi-mouse-right-click-03:before {
    content: "䶥"
}

.hgi-twotone.hgi-mouse-right-click-04:after {
    content: "䶦"
}

.hgi-twotone.hgi-mouse-right-click-04:before {
    content: "䶧"
}

.hgi-twotone.hgi-mouse-right-click-05:after {
    content: "䶨"
}

.hgi-twotone.hgi-mouse-right-click-05:before {
    content: "䶩"
}

.hgi-twotone.hgi-mouse-right-click-06:after {
    content: "䶪"
}

.hgi-twotone.hgi-mouse-right-click-06:before {
    content: "䶫"
}

.hgi-twotone.hgi-mouse-scroll-01:after {
    content: "䶬"
}

.hgi-twotone.hgi-mouse-scroll-01:before {
    content: "䶭"
}

.hgi-twotone.hgi-mouse-scroll-02:after {
    content: "䶮"
}

.hgi-twotone.hgi-mouse-scroll-02:before {
    content: "䶯"
}

.hgi-twotone.hgi-move-01:after {
    content: "䶰"
}

.hgi-twotone.hgi-move-01:before {
    content: "䶱"
}

.hgi-twotone.hgi-move-02:after {
    content: "䶲"
}

.hgi-twotone.hgi-move-02:before {
    content: "䶳"
}

.hgi-twotone.hgi-move-bottom:after {
    content: "䶴"
}

.hgi-twotone.hgi-move-bottom:before {
    content: "䶵"
}

.hgi-twotone.hgi-move-left:after {
    content: "䶶"
}

.hgi-twotone.hgi-move-left:before {
    content: "䶷"
}

.hgi-twotone.hgi-move-right:after {
    content: "䶸"
}

.hgi-twotone.hgi-move-right:before {
    content: "䶹"
}

.hgi-twotone.hgi-move:after {
    content: "䶺"
}

.hgi-twotone.hgi-move-to:after {
    content: "䶻"
}

.hgi-twotone.hgi-move-to:before {
    content: "䶼"
}

.hgi-twotone.hgi-move-top:after {
    content: "䶽"
}

.hgi-twotone.hgi-move-top:before {
    content: "䶾"
}

.hgi-twotone.hgi-move:before {
    content: "䶿"
}

.hgi-twotone.hgi-mp-3-01:after {
    content: "䷀"
}

.hgi-twotone.hgi-mp-3-01:before {
    content: "䷁"
}

.hgi-twotone.hgi-mp-3-02:after {
    content: "䷂"
}

.hgi-twotone.hgi-mp-3-02:before {
    content: "䷃"
}

.hgi-twotone.hgi-mp-4-01:after {
    content: "䷄"
}

.hgi-twotone.hgi-mp-4-01:before {
    content: "䷅"
}

.hgi-twotone.hgi-mp-4-02:after {
    content: "䷆"
}

.hgi-twotone.hgi-mp-4-02:before {
    content: "䷇"
}

.hgi-twotone.hgi-muhammad:after {
    content: "䷈"
}

.hgi-twotone.hgi-muhammad:before {
    content: "䷉"
}

.hgi-twotone.hgi-multiplication-sign-circle:after {
    content: "䷊"
}

.hgi-twotone.hgi-multiplication-sign-circle:before {
    content: "䷋"
}

.hgi-twotone.hgi-multiplication-sign:after {
    content: "䷌"
}

.hgi-twotone.hgi-multiplication-sign-square:after {
    content: "䷍"
}

.hgi-twotone.hgi-multiplication-sign-square:before {
    content: "䷎"
}

.hgi-twotone.hgi-multiplication-sign:before {
    content: "䷏"
}

.hgi-twotone.hgi-mushroom-01:after {
    content: "䷐"
}

.hgi-twotone.hgi-mushroom-01:before {
    content: "䷑"
}

.hgi-twotone.hgi-mushroom:after {
    content: "䷒"
}

.hgi-twotone.hgi-mushroom:before {
    content: "䷓"
}

.hgi-twotone.hgi-music-note-01:after {
    content: "䷔"
}

.hgi-twotone.hgi-music-note-01:before {
    content: "䷕"
}

.hgi-twotone.hgi-music-note-02:after {
    content: "䷖"
}

.hgi-twotone.hgi-music-note-02:before {
    content: "䷗"
}

.hgi-twotone.hgi-music-note-03:after {
    content: "䷘"
}

.hgi-twotone.hgi-music-note-03:before {
    content: "䷙"
}

.hgi-twotone.hgi-music-note-04:after {
    content: "䷚"
}

.hgi-twotone.hgi-music-note-04:before {
    content: "䷛"
}

.hgi-twotone.hgi-music-note-square-01:after {
    content: "䷜"
}

.hgi-twotone.hgi-music-note-square-01:before {
    content: "䷝"
}

.hgi-twotone.hgi-music-note-square-02:after {
    content: "䷞"
}

.hgi-twotone.hgi-music-note-square-02:before {
    content: "䷟"
}

.hgi-twotone.hgi-muslim:after {
    content: "䷠"
}

.hgi-twotone.hgi-muslim:before {
    content: "䷡"
}

.hgi-twotone.hgi-mute:after {
    content: "䷢"
}

.hgi-twotone.hgi-mute:before {
    content: "䷣"
}

.hgi-twotone.hgi-mymind:after {
    content: "䷤"
}

.hgi-twotone.hgi-mymind:before {
    content: "䷥"
}

.hgi-twotone.hgi-n-th-root-circle:after {
    content: "䷦"
}

.hgi-twotone.hgi-n-th-root-circle:before {
    content: "䷧"
}

.hgi-twotone.hgi-n-th-root:after {
    content: "䷨"
}

.hgi-twotone.hgi-n-th-root-square:after {
    content: "䷩"
}

.hgi-twotone.hgi-n-th-root-square:before {
    content: "䷪"
}

.hgi-twotone.hgi-n-th-root:before {
    content: "䷫"
}

.hgi-twotone.hgi-nano-technology:after {
    content: "䷬"
}

.hgi-twotone.hgi-nano-technology:before {
    content: "䷭"
}

.hgi-twotone.hgi-natural-food:after {
    content: "䷮"
}

.hgi-twotone.hgi-natural-food:before {
    content: "䷯"
}

.hgi-twotone.hgi-navigation-01:after {
    content: "䷰"
}

.hgi-twotone.hgi-navigation-01:before {
    content: "䷱"
}

.hgi-twotone.hgi-navigation-02:after {
    content: "䷲"
}

.hgi-twotone.hgi-navigation-02:before {
    content: "䷳"
}

.hgi-twotone.hgi-navigation-03:after {
    content: "䷴"
}

.hgi-twotone.hgi-navigation-03:before {
    content: "䷵"
}

.hgi-twotone.hgi-navigation-04:after {
    content: "䷶"
}

.hgi-twotone.hgi-navigation-04:before {
    content: "䷷"
}

.hgi-twotone.hgi-navigator-01:after {
    content: "䷸"
}

.hgi-twotone.hgi-navigator-01:before {
    content: "䷹"
}

.hgi-twotone.hgi-navigator-02:after {
    content: "䷺"
}

.hgi-twotone.hgi-navigator-02:before {
    content: "䷻"
}

.hgi-twotone.hgi-necklace:after {
    content: "䷼"
}

.hgi-twotone.hgi-necklace:before {
    content: "䷽"
}

.hgi-twotone.hgi-nerd:after {
    content: "䷾"
}

.hgi-twotone.hgi-nerd:before {
    content: "䷿"
}

.hgi-twotone.hgi-neural-network:after {
    content: "一"
}

.hgi-twotone.hgi-neural-network:before {
    content: "丁"
}

.hgi-twotone.hgi-neutral:after {
    content: "丂"
}

.hgi-twotone.hgi-neutral:before {
    content: "七"
}

.hgi-twotone.hgi-new-job:after {
    content: "丄"
}

.hgi-twotone.hgi-new-job:before {
    content: "丅"
}

.hgi-twotone.hgi-new-office:after {
    content: "丆"
}

.hgi-twotone.hgi-new-office:before {
    content: "万"
}

.hgi-twotone.hgi-new-releases:after {
    content: "丈"
}

.hgi-twotone.hgi-new-releases:before {
    content: "三"
}

.hgi-twotone.hgi-new-twitter-ellipse:after {
    content: "上"
}

.hgi-twotone.hgi-new-twitter-ellipse:before {
    content: "下"
}

.hgi-twotone.hgi-new-twitter-rectangle:after {
    content: "丌"
}

.hgi-twotone.hgi-new-twitter-rectangle:before {
    content: "不"
}

.hgi-twotone.hgi-new-twitter:after {
    content: "与"
}

.hgi-twotone.hgi-new-twitter:before {
    content: "丏"
}

.hgi-twotone.hgi-news-01:after {
    content: "丐"
}

.hgi-twotone.hgi-news-01:before {
    content: "丑"
}

.hgi-twotone.hgi-news:after {
    content: "丒"
}

.hgi-twotone.hgi-news:before {
    content: "专"
}

.hgi-twotone.hgi-next:after {
    content: "且"
}

.hgi-twotone.hgi-next:before {
    content: "丕"
}

.hgi-twotone.hgi-nike:after {
    content: "世"
}

.hgi-twotone.hgi-nike:before {
    content: "丗"
}

.hgi-twotone.hgi-nintendo:after {
    content: "丘"
}

.hgi-twotone.hgi-nintendo-switch:after {
    content: "丙"
}

.hgi-twotone.hgi-nintendo-switch:before {
    content: "业"
}

.hgi-twotone.hgi-nintendo:before {
    content: "丛"
}

.hgi-twotone.hgi-niqab:after {
    content: "东"
}

.hgi-twotone.hgi-niqab:before {
    content: "丝"
}

.hgi-twotone.hgi-no-internet:after {
    content: "丞"
}

.hgi-twotone.hgi-no-internet:before {
    content: "丟"
}

.hgi-twotone.hgi-no-meeting-room:after {
    content: "丠"
}

.hgi-twotone.hgi-no-meeting-room:before {
    content: "両"
}

.hgi-twotone.hgi-node-add:after {
    content: "丢"
}

.hgi-twotone.hgi-node-add:before {
    content: "丣"
}

.hgi-twotone.hgi-node-edit:after {
    content: "两"
}

.hgi-twotone.hgi-node-edit:before {
    content: "严"
}

.hgi-twotone.hgi-node-move-down:after {
    content: "並"
}

.hgi-twotone.hgi-node-move-down:before {
    content: "丧"
}

.hgi-twotone.hgi-node-move-up:after {
    content: "丨"
}

.hgi-twotone.hgi-node-move-up:before {
    content: "丩"
}

.hgi-twotone.hgi-node-remove:after {
    content: "个"
}

.hgi-twotone.hgi-node-remove:before {
    content: "丫"
}

.hgi-twotone.hgi-noodles:after {
    content: "丬"
}

.hgi-twotone.hgi-noodles:before {
    content: "中"
}

.hgi-twotone.hgi-nose:after {
    content: "丮"
}

.hgi-twotone.hgi-nose:before {
    content: "丯"
}

.hgi-twotone.hgi-not-equal-sign-circle:after {
    content: "丰"
}

.hgi-twotone.hgi-not-equal-sign-circle:before {
    content: "丱"
}

.hgi-twotone.hgi-not-equal-sign:after {
    content: "串"
}

.hgi-twotone.hgi-not-equal-sign-square:after {
    content: "丳"
}

.hgi-twotone.hgi-not-equal-sign-square:before {
    content: "临"
}

.hgi-twotone.hgi-not-equal-sign:before {
    content: "丵"
}

.hgi-twotone.hgi-note-01:after {
    content: "丶"
}

.hgi-twotone.hgi-note-01:before {
    content: "丷"
}

.hgi-twotone.hgi-note-02:after {
    content: "丸"
}

.hgi-twotone.hgi-note-02:before {
    content: "丹"
}

.hgi-twotone.hgi-note-03:after {
    content: "为"
}

.hgi-twotone.hgi-note-03:before {
    content: "主"
}

.hgi-twotone.hgi-note-04:after {
    content: "丼"
}

.hgi-twotone.hgi-note-04:before {
    content: "丽"
}

.hgi-twotone.hgi-note-05:after {
    content: "举"
}

.hgi-twotone.hgi-note-05:before {
    content: "丿"
}

.hgi-twotone.hgi-note-add:after {
    content: "乀"
}

.hgi-twotone.hgi-note-add:before {
    content: "乁"
}

.hgi-twotone.hgi-note-done:after {
    content: "乂"
}

.hgi-twotone.hgi-note-done:before {
    content: "乃"
}

.hgi-twotone.hgi-note-edit:after {
    content: "乄"
}

.hgi-twotone.hgi-note-edit:before {
    content: "久"
}

.hgi-twotone.hgi-note-remove:after {
    content: "乆"
}

.hgi-twotone.hgi-note-remove:before {
    content: "乇"
}

.hgi-twotone.hgi-note:after {
    content: "么"
}

.hgi-twotone.hgi-note:before {
    content: "义"
}

.hgi-twotone.hgi-notebook-01:after {
    content: "乊"
}

.hgi-twotone.hgi-notebook-01:before {
    content: "之"
}

.hgi-twotone.hgi-notebook-02:after {
    content: "乌"
}

.hgi-twotone.hgi-notebook-02:before {
    content: "乍"
}

.hgi-twotone.hgi-notebook:after {
    content: "乎"
}

.hgi-twotone.hgi-notebook:before {
    content: "乏"
}

.hgi-twotone.hgi-notification-01:after {
    content: "乐"
}

.hgi-twotone.hgi-notification-01:before {
    content: "乑"
}

.hgi-twotone.hgi-notification-02:after {
    content: "乒"
}

.hgi-twotone.hgi-notification-02:before {
    content: "乓"
}

.hgi-twotone.hgi-notification-03:after {
    content: "乔"
}

.hgi-twotone.hgi-notification-03:before {
    content: "乕"
}

.hgi-twotone.hgi-notification-block-01:after {
    content: "乖"
}

.hgi-twotone.hgi-notification-block-01:before {
    content: "乗"
}

.hgi-twotone.hgi-notification-block-02:after {
    content: "乘"
}

.hgi-twotone.hgi-notification-block-02:before {
    content: "乙"
}

.hgi-twotone.hgi-notification-block-03:after {
    content: "乚"
}

.hgi-twotone.hgi-notification-block-03:before {
    content: "乛"
}

.hgi-twotone.hgi-notification-bubble:after {
    content: "乜"
}

.hgi-twotone.hgi-notification-bubble:before {
    content: "九"
}

.hgi-twotone.hgi-notification-circle:after {
    content: "乞"
}

.hgi-twotone.hgi-notification-circle:before {
    content: "也"
}

.hgi-twotone.hgi-notification-off-01:after {
    content: "习"
}

.hgi-twotone.hgi-notification-off-01:before {
    content: "乡"
}

.hgi-twotone.hgi-notification-off-02:after {
    content: "乢"
}

.hgi-twotone.hgi-notification-off-02:before {
    content: "乣"
}

.hgi-twotone.hgi-notification-off-03:after {
    content: "乤"
}

.hgi-twotone.hgi-notification-off-03:before {
    content: "乥"
}

.hgi-twotone.hgi-notification-snooze-01:after {
    content: "书"
}

.hgi-twotone.hgi-notification-snooze-01:before {
    content: "乧"
}

.hgi-twotone.hgi-notification-snooze-02:after {
    content: "乨"
}

.hgi-twotone.hgi-notification-snooze-02:before {
    content: "乩"
}

.hgi-twotone.hgi-notification-snooze-03:after {
    content: "乪"
}

.hgi-twotone.hgi-notification-snooze-03:before {
    content: "乫"
}

.hgi-twotone.hgi-notification-square:after {
    content: "乬"
}

.hgi-twotone.hgi-notification-square:before {
    content: "乭"
}

.hgi-twotone.hgi-notion-01:after {
    content: "乮"
}

.hgi-twotone.hgi-notion-01:before {
    content: "乯"
}

.hgi-twotone.hgi-notion-02:after {
    content: "买"
}

.hgi-twotone.hgi-notion-02:before {
    content: "乱"
}

.hgi-twotone.hgi-npm:after {
    content: "乲"
}

.hgi-twotone.hgi-npm:before {
    content: "乳"
}

.hgi-twotone.hgi-nuclear-power:after {
    content: "乴"
}

.hgi-twotone.hgi-nuclear-power:before {
    content: "乵"
}

.hgi-twotone.hgi-nut:after {
    content: "乶"
}

.hgi-twotone.hgi-nut:before {
    content: "乷"
}

.hgi-twotone.hgi-obtuse:after {
    content: "乸"
}

.hgi-twotone.hgi-obtuse:before {
    content: "乹"
}

.hgi-twotone.hgi-octagon:after {
    content: "乺"
}

.hgi-twotone.hgi-octagon:before {
    content: "乻"
}

.hgi-twotone.hgi-octopus:after {
    content: "乼"
}

.hgi-twotone.hgi-octopus:before {
    content: "乽"
}

.hgi-twotone.hgi-office-365:after {
    content: "乾"
}

.hgi-twotone.hgi-office-365:before {
    content: "乿"
}

.hgi-twotone.hgi-office-chair:after {
    content: "亀"
}

.hgi-twotone.hgi-office-chair:before {
    content: "亁"
}

.hgi-twotone.hgi-office:after {
    content: "亂"
}

.hgi-twotone.hgi-office:before {
    content: "亃"
}

.hgi-twotone.hgi-oil-barrel:after {
    content: "亄"
}

.hgi-twotone.hgi-oil-barrel:before {
    content: "亅"
}

.hgi-twotone.hgi-ok-finger:after {
    content: "了"
}

.hgi-twotone.hgi-ok-finger:before {
    content: "亇"
}

.hgi-twotone.hgi-olympic-torch:after {
    content: "予"
}

.hgi-twotone.hgi-olympic-torch:before {
    content: "争"
}

.hgi-twotone.hgi-online-learning-01:after {
    content: "亊"
}

.hgi-twotone.hgi-online-learning-01:before {
    content: "事"
}

.hgi-twotone.hgi-online-learning-02:after {
    content: "二"
}

.hgi-twotone.hgi-online-learning-02:before {
    content: "亍"
}

.hgi-twotone.hgi-online-learning-03:after {
    content: "于"
}

.hgi-twotone.hgi-online-learning-03:before {
    content: "亏"
}

.hgi-twotone.hgi-online-learning-04:after {
    content: "亐"
}

.hgi-twotone.hgi-online-learning-04:before {
    content: "云"
}

.hgi-twotone.hgi-open-caption:after {
    content: "互"
}

.hgi-twotone.hgi-open-caption:before {
    content: "亓"
}

.hgi-twotone.hgi-option:after {
    content: "五"
}

.hgi-twotone.hgi-option:before {
    content: "井"
}

.hgi-twotone.hgi-orange:after {
    content: "亖"
}

.hgi-twotone.hgi-orange:before {
    content: "亗"
}

.hgi-twotone.hgi-orbit-01:after {
    content: "亘"
}

.hgi-twotone.hgi-orbit-01:before {
    content: "亙"
}

.hgi-twotone.hgi-orbit-02:after {
    content: "亚"
}

.hgi-twotone.hgi-orbit-02:before {
    content: "些"
}

.hgi-twotone.hgi-organic-food:after {
    content: "亜"
}

.hgi-twotone.hgi-organic-food:before {
    content: "亝"
}

.hgi-twotone.hgi-orthogonal-edge:after {
    content: "亞"
}

.hgi-twotone.hgi-orthogonal-edge:before {
    content: "亟"
}

.hgi-twotone.hgi-oval:after {
    content: "亠"
}

.hgi-twotone.hgi-oval:before {
    content: "亡"
}

.hgi-twotone.hgi-oven:after {
    content: "亢"
}

.hgi-twotone.hgi-oven:before {
    content: "亣"
}

.hgi-twotone.hgi-package-add:after {
    content: "交"
}

.hgi-twotone.hgi-package-add:before {
    content: "亥"
}

.hgi-twotone.hgi-package-delivered:after {
    content: "亦"
}

.hgi-twotone.hgi-package-delivered:before {
    content: "产"
}

.hgi-twotone.hgi-package-moving:after {
    content: "亨"
}

.hgi-twotone.hgi-package-moving:before {
    content: "亩"
}

.hgi-twotone.hgi-package-open:after {
    content: "亪"
}

.hgi-twotone.hgi-package-open:before {
    content: "享"
}

.hgi-twotone.hgi-package-out-of-stock:after {
    content: "京"
}

.hgi-twotone.hgi-package-out-of-stock:before {
    content: "亭"
}

.hgi-twotone.hgi-package-process:after {
    content: "亮"
}

.hgi-twotone.hgi-package-process:before {
    content: "亯"
}

.hgi-twotone.hgi-package-receive:after {
    content: "亰"
}

.hgi-twotone.hgi-package-receive:before {
    content: "亱"
}

.hgi-twotone.hgi-package-remove:after {
    content: "亲"
}

.hgi-twotone.hgi-package-remove:before {
    content: "亳"
}

.hgi-twotone.hgi-package-search:after {
    content: "亴"
}

.hgi-twotone.hgi-package-search:before {
    content: "亵"
}

.hgi-twotone.hgi-package:after {
    content: "亶"
}

.hgi-twotone.hgi-package-sent:after {
    content: "亷"
}

.hgi-twotone.hgi-package-sent:before {
    content: "亸"
}

.hgi-twotone.hgi-package:before {
    content: "亹"
}

.hgi-twotone.hgi-pacman-01:after {
    content: "人"
}

.hgi-twotone.hgi-pacman-01:before {
    content: "亻"
}

.hgi-twotone.hgi-pacman-02:after {
    content: "亼"
}

.hgi-twotone.hgi-pacman-02:before {
    content: "亽"
}

.hgi-twotone.hgi-paint-board:after {
    content: "亾"
}

.hgi-twotone.hgi-paint-board:before {
    content: "亿"
}

.hgi-twotone.hgi-paint-brush-01:after {
    content: "什"
}

.hgi-twotone.hgi-paint-brush-01:before {
    content: "仁"
}

.hgi-twotone.hgi-paint-brush-02:after {
    content: "仂"
}

.hgi-twotone.hgi-paint-brush-02:before {
    content: "仃"
}

.hgi-twotone.hgi-paint-brush-03:after {
    content: "仄"
}

.hgi-twotone.hgi-paint-brush-03:before {
    content: "仅"
}

.hgi-twotone.hgi-paint-brush-04:after {
    content: "仆"
}

.hgi-twotone.hgi-paint-brush-04:before {
    content: "仇"
}

.hgi-twotone.hgi-paint-bucket:after {
    content: "仈"
}

.hgi-twotone.hgi-paint-bucket:before {
    content: "仉"
}

.hgi-twotone.hgi-pan-01:after {
    content: "今"
}

.hgi-twotone.hgi-pan-01:before {
    content: "介"
}

.hgi-twotone.hgi-pan-02:after {
    content: "仌"
}

.hgi-twotone.hgi-pan-02:before {
    content: "仍"
}

.hgi-twotone.hgi-pan-03:after {
    content: "从"
}

.hgi-twotone.hgi-pan-03:before {
    content: "仏"
}

.hgi-twotone.hgi-parabola-01:after {
    content: "仐"
}

.hgi-twotone.hgi-parabola-01:before {
    content: "仑"
}

.hgi-twotone.hgi-parabola-02:after {
    content: "仒"
}

.hgi-twotone.hgi-parabola-02:before {
    content: "仓"
}

.hgi-twotone.hgi-parabola-03:after {
    content: "仔"
}

.hgi-twotone.hgi-parabola-03:before {
    content: "仕"
}

.hgi-twotone.hgi-paragliding:after {
    content: "他"
}

.hgi-twotone.hgi-paragliding:before {
    content: "仗"
}

.hgi-twotone.hgi-paragraph-bullets-point-01:after {
    content: "付"
}

.hgi-twotone.hgi-paragraph-bullets-point-01:before {
    content: "仙"
}

.hgi-twotone.hgi-paragraph-bullets-point-02:after {
    content: "仚"
}

.hgi-twotone.hgi-paragraph-bullets-point-02:before {
    content: "仛"
}

.hgi-twotone.hgi-paragraph:after {
    content: "仜"
}

.hgi-twotone.hgi-paragraph-spacing:after {
    content: "仝"
}

.hgi-twotone.hgi-paragraph-spacing:before {
    content: "仞"
}

.hgi-twotone.hgi-paragraph:before {
    content: "仟"
}

.hgi-twotone.hgi-parallelogram:after {
    content: "仠"
}

.hgi-twotone.hgi-parallelogram:before {
    content: "仡"
}

.hgi-twotone.hgi-parking-area-circle:after {
    content: "仢"
}

.hgi-twotone.hgi-parking-area-circle:before {
    content: "代"
}

.hgi-twotone.hgi-parking-area-square:after {
    content: "令"
}

.hgi-twotone.hgi-parking-area-square:before {
    content: "以"
}

.hgi-twotone.hgi-passport-01:after {
    content: "仦"
}

.hgi-twotone.hgi-passport-01:before {
    content: "仧"
}

.hgi-twotone.hgi-passport-expired:after {
    content: "仨"
}

.hgi-twotone.hgi-passport-expired:before {
    content: "仩"
}

.hgi-twotone.hgi-passport:after {
    content: "仪"
}

.hgi-twotone.hgi-passport-valid:after {
    content: "仫"
}

.hgi-twotone.hgi-passport-valid:before {
    content: "们"
}

.hgi-twotone.hgi-passport:before {
    content: "仭"
}

.hgi-twotone.hgi-password-validation:after {
    content: "仮"
}

.hgi-twotone.hgi-password-validation:before {
    content: "仯"
}

.hgi-twotone.hgi-path:after {
    content: "仰"
}

.hgi-twotone.hgi-path:before {
    content: "仱"
}

.hgi-twotone.hgi-pathfinder-crop:after {
    content: "仲"
}

.hgi-twotone.hgi-pathfinder-crop:before {
    content: "仳"
}

.hgi-twotone.hgi-pathfinder-divide:after {
    content: "仴"
}

.hgi-twotone.hgi-pathfinder-divide:before {
    content: "仵"
}

.hgi-twotone.hgi-pathfinder-exclude:after {
    content: "件"
}

.hgi-twotone.hgi-pathfinder-exclude:before {
    content: "价"
}

.hgi-twotone.hgi-pathfinder-intersect:after {
    content: "仸"
}

.hgi-twotone.hgi-pathfinder-intersect:before {
    content: "仹"
}

.hgi-twotone.hgi-pathfinder-merge:after {
    content: "仺"
}

.hgi-twotone.hgi-pathfinder-merge:before {
    content: "任"
}

.hgi-twotone.hgi-pathfinder-minus-back:after {
    content: "仼"
}

.hgi-twotone.hgi-pathfinder-minus-back:before {
    content: "份"
}

.hgi-twotone.hgi-pathfinder-minus-front:after {
    content: "仾"
}

.hgi-twotone.hgi-pathfinder-minus-front:before {
    content: "仿"
}

.hgi-twotone.hgi-pathfinder-outline:after {
    content: "伀"
}

.hgi-twotone.hgi-pathfinder-outline:before {
    content: "企"
}

.hgi-twotone.hgi-pathfinder-trim:after {
    content: "伂"
}

.hgi-twotone.hgi-pathfinder-trim:before {
    content: "伃"
}

.hgi-twotone.hgi-pathfinder-unite:after {
    content: "伄"
}

.hgi-twotone.hgi-pathfinder-unite:before {
    content: "伅"
}

.hgi-twotone.hgi-patient:after {
    content: "伆"
}

.hgi-twotone.hgi-patient:before {
    content: "伇"
}

.hgi-twotone.hgi-patio:after {
    content: "伈"
}

.hgi-twotone.hgi-patio:before {
    content: "伉"
}

.hgi-twotone.hgi-pause:after {
    content: "伊"
}

.hgi-twotone.hgi-pause:before {
    content: "伋"
}

.hgi-twotone.hgi-pavilon:after {
    content: "伌"
}

.hgi-twotone.hgi-pavilon:before {
    content: "伍"
}

.hgi-twotone.hgi-pay-by-check:after {
    content: "伎"
}

.hgi-twotone.hgi-pay-by-check:before {
    content: "伏"
}

.hgi-twotone.hgi-payment-01:after {
    content: "伐"
}

.hgi-twotone.hgi-payment-01:before {
    content: "休"
}

.hgi-twotone.hgi-payment-02:after {
    content: "伒"
}

.hgi-twotone.hgi-payment-02:before {
    content: "伓"
}

.hgi-twotone.hgi-payment-success-01:after {
    content: "伔"
}

.hgi-twotone.hgi-payment-success-01:before {
    content: "伕"
}

.hgi-twotone.hgi-payment-success-02:after {
    content: "伖"
}

.hgi-twotone.hgi-payment-success-02:before {
    content: "众"
}

.hgi-twotone.hgi-payoneer:after {
    content: "优"
}

.hgi-twotone.hgi-payoneer:before {
    content: "伙"
}

.hgi-twotone.hgi-paypal:after {
    content: "会"
}

.hgi-twotone.hgi-paypal:before {
    content: "伛"
}

.hgi-twotone.hgi-pdf-01:after {
    content: "伜"
}

.hgi-twotone.hgi-pdf-01:before {
    content: "伝"
}

.hgi-twotone.hgi-pdf-02:after {
    content: "伞"
}

.hgi-twotone.hgi-pdf-02:before {
    content: "伟"
}

.hgi-twotone.hgi-peer-to-peer-01:after {
    content: "传"
}

.hgi-twotone.hgi-peer-to-peer-01:before {
    content: "伡"
}

.hgi-twotone.hgi-peer-to-peer-02:after {
    content: "伢"
}

.hgi-twotone.hgi-peer-to-peer-02:before {
    content: "伣"
}

.hgi-twotone.hgi-peer-to-peer-03:after {
    content: "伤"
}

.hgi-twotone.hgi-peer-to-peer-03:before {
    content: "伥"
}

.hgi-twotone.hgi-pen-connect-bluetooth:after {
    content: "伦"
}

.hgi-twotone.hgi-pen-connect-bluetooth:before {
    content: "伧"
}

.hgi-twotone.hgi-pen-connect-usb:after {
    content: "伨"
}

.hgi-twotone.hgi-pen-connect-usb:before {
    content: "伩"
}

.hgi-twotone.hgi-pen-connect-wifi:after {
    content: "伪"
}

.hgi-twotone.hgi-pen-connect-wifi:before {
    content: "伫"
}

.hgi-twotone.hgi-pen-tool-01:after {
    content: "伬"
}

.hgi-twotone.hgi-pen-tool-01:before {
    content: "伭"
}

.hgi-twotone.hgi-pen-tool-02:after {
    content: "伮"
}

.hgi-twotone.hgi-pen-tool-02:before {
    content: "伯"
}

.hgi-twotone.hgi-pen-tool-03:after {
    content: "估"
}

.hgi-twotone.hgi-pen-tool-03:before {
    content: "伱"
}

.hgi-twotone.hgi-pen-tool-add:after {
    content: "伲"
}

.hgi-twotone.hgi-pen-tool-add:before {
    content: "伳"
}

.hgi-twotone.hgi-pen-tool-minus:after {
    content: "伴"
}

.hgi-twotone.hgi-pen-tool-minus:before {
    content: "伵"
}

.hgi-twotone.hgi-pencil-edit-01:after {
    content: "伶"
}

.hgi-twotone.hgi-pencil-edit-01:before {
    content: "伷"
}

.hgi-twotone.hgi-pencil-edit-02:after {
    content: "伸"
}

.hgi-twotone.hgi-pencil-edit-02:before {
    content: "伹"
}

.hgi-twotone.hgi-pencil:after {
    content: "伺"
}

.hgi-twotone.hgi-pencil:before {
    content: "伻"
}

.hgi-twotone.hgi-pendulum:after {
    content: "似"
}

.hgi-twotone.hgi-pendulum:before {
    content: "伽"
}

.hgi-twotone.hgi-pensive:after {
    content: "伾"
}

.hgi-twotone.hgi-pensive:before {
    content: "伿"
}

.hgi-twotone.hgi-pentagon-01:after {
    content: "佀"
}

.hgi-twotone.hgi-pentagon-01:before {
    content: "佁"
}

.hgi-twotone.hgi-pentagon:after {
    content: "佂"
}

.hgi-twotone.hgi-pentagon:before {
    content: "佃"
}

.hgi-twotone.hgi-percent-circle:after {
    content: "佄"
}

.hgi-twotone.hgi-percent-circle:before {
    content: "佅"
}

.hgi-twotone.hgi-percent:after {
    content: "但"
}

.hgi-twotone.hgi-percent-square:after {
    content: "佇"
}

.hgi-twotone.hgi-percent-square:before {
    content: "佈"
}

.hgi-twotone.hgi-percent:before {
    content: "佉"
}

.hgi-twotone.hgi-perfume:after {
    content: "佊"
}

.hgi-twotone.hgi-perfume:before {
    content: "佋"
}

.hgi-twotone.hgi-periscope:after {
    content: "佌"
}

.hgi-twotone.hgi-periscope:before {
    content: "位"
}

.hgi-twotone.hgi-permanent-job:after {
    content: "低"
}

.hgi-twotone.hgi-permanent-job:before {
    content: "住"
}

.hgi-twotone.hgi-perspective:after {
    content: "佐"
}

.hgi-twotone.hgi-perspective:before {
    content: "佑"
}

.hgi-twotone.hgi-pexels:after {
    content: "佒"
}

.hgi-twotone.hgi-pexels:before {
    content: "体"
}

.hgi-twotone.hgi-phone-off-01:after {
    content: "佔"
}

.hgi-twotone.hgi-phone-off-01:before {
    content: "何"
}

.hgi-twotone.hgi-phone-off-02:after {
    content: "佖"
}

.hgi-twotone.hgi-phone-off-02:before {
    content: "佗"
}

.hgi-twotone.hgi-php:after {
    content: "佘"
}

.hgi-twotone.hgi-php:before {
    content: "余"
}

.hgi-twotone.hgi-physics:after {
    content: "佚"
}

.hgi-twotone.hgi-physics:before {
    content: "佛"
}

.hgi-twotone.hgi-pi-circle:after {
    content: "作"
}

.hgi-twotone.hgi-pi-circle:before {
    content: "佝"
}

.hgi-twotone.hgi-pi:after {
    content: "佞"
}

.hgi-twotone.hgi-pi-square:after {
    content: "佟"
}

.hgi-twotone.hgi-pi-square:before {
    content: "你"
}

.hgi-twotone.hgi-pi:before {
    content: "佡"
}

.hgi-twotone.hgi-picasa:after {
    content: "佢"
}

.hgi-twotone.hgi-picasa:before {
    content: "佣"
}

.hgi-twotone.hgi-pickup-01:after {
    content: "佤"
}

.hgi-twotone.hgi-pickup-01:before {
    content: "佥"
}

.hgi-twotone.hgi-pickup-02:after {
    content: "佦"
}

.hgi-twotone.hgi-pickup-02:before {
    content: "佧"
}

.hgi-twotone.hgi-picture-in-picture-exit:after {
    content: "佨"
}

.hgi-twotone.hgi-picture-in-picture-exit:before {
    content: "佩"
}

.hgi-twotone.hgi-picture-in-picture-on:after {
    content: "佪"
}

.hgi-twotone.hgi-picture-in-picture-on:before {
    content: "佫"
}

.hgi-twotone.hgi-pie-chart:after {
    content: "佬"
}

.hgi-twotone.hgi-pie-chart-square:after {
    content: "佭"
}

.hgi-twotone.hgi-pie-chart-square:before {
    content: "佮"
}

.hgi-twotone.hgi-pie-chart:before {
    content: "佯"
}

.hgi-twotone.hgi-pie:after {
    content: "佰"
}

.hgi-twotone.hgi-pie:before {
    content: "佱"
}

.hgi-twotone.hgi-piggy-bank:after {
    content: "佲"
}

.hgi-twotone.hgi-piggy-bank:before {
    content: "佳"
}

.hgi-twotone.hgi-pin-code:after {
    content: "佴"
}

.hgi-twotone.hgi-pin-code:before {
    content: "併"
}

.hgi-twotone.hgi-pin-location-01:after {
    content: "佶"
}

.hgi-twotone.hgi-pin-location-01:before {
    content: "佷"
}

.hgi-twotone.hgi-pin-location-02:after {
    content: "佸"
}

.hgi-twotone.hgi-pin-location-02:before {
    content: "佹"
}

.hgi-twotone.hgi-pin-location-03:after {
    content: "佺"
}

.hgi-twotone.hgi-pin-location-03:before {
    content: "佻"
}

.hgi-twotone.hgi-pin-off:after {
    content: "佼"
}

.hgi-twotone.hgi-pin-off:before {
    content: "佽"
}

.hgi-twotone.hgi-pin:after {
    content: "佾"
}

.hgi-twotone.hgi-pin:before {
    content: "使"
}

.hgi-twotone.hgi-pinterest:after {
    content: "侀"
}

.hgi-twotone.hgi-pinterest:before {
    content: "侁"
}

.hgi-twotone.hgi-pipeline:after {
    content: "侂"
}

.hgi-twotone.hgi-pipeline:before {
    content: "侃"
}

.hgi-twotone.hgi-pisa-tower:after {
    content: "侄"
}

.hgi-twotone.hgi-pisa-tower:before {
    content: "侅"
}

.hgi-twotone.hgi-pizza-01:after {
    content: "來"
}

.hgi-twotone.hgi-pizza-01:before {
    content: "侇"
}

.hgi-twotone.hgi-pizza-02:after {
    content: "侈"
}

.hgi-twotone.hgi-pizza-02:before {
    content: "侉"
}

.hgi-twotone.hgi-pizza-cutter:after {
    content: "侊"
}

.hgi-twotone.hgi-pizza-cutter:before {
    content: "例"
}

.hgi-twotone.hgi-plane:after {
    content: "侌"
}

.hgi-twotone.hgi-plane:before {
    content: "侍"
}

.hgi-twotone.hgi-plant-01:after {
    content: "侎"
}

.hgi-twotone.hgi-plant-01:before {
    content: "侏"
}

.hgi-twotone.hgi-plant-02:after {
    content: "侐"
}

.hgi-twotone.hgi-plant-02:before {
    content: "侑"
}

.hgi-twotone.hgi-plant-03:after {
    content: "侒"
}

.hgi-twotone.hgi-plant-03:before {
    content: "侓"
}

.hgi-twotone.hgi-plant-04:after {
    content: "侔"
}

.hgi-twotone.hgi-plant-04:before {
    content: "侕"
}

.hgi-twotone.hgi-plate:after {
    content: "侖"
}

.hgi-twotone.hgi-plate:before {
    content: "侗"
}

.hgi-twotone.hgi-plaxo:after {
    content: "侘"
}

.hgi-twotone.hgi-plaxo:before {
    content: "侙"
}

.hgi-twotone.hgi-play-circle-02:after {
    content: "侚"
}

.hgi-twotone.hgi-play-circle-02:before {
    content: "供"
}

.hgi-twotone.hgi-play-circle:after {
    content: "侜"
}

.hgi-twotone.hgi-play-circle:before {
    content: "依"
}

.hgi-twotone.hgi-play-list-add:after {
    content: "侞"
}

.hgi-twotone.hgi-play-list-add:before {
    content: "侟"
}

.hgi-twotone.hgi-play-list-favourite-01:after {
    content: "侠"
}

.hgi-twotone.hgi-play-list-favourite-01:before {
    content: "価"
}

.hgi-twotone.hgi-play-list-favourite-02:after {
    content: "侢"
}

.hgi-twotone.hgi-play-list-favourite-02:before {
    content: "侣"
}

.hgi-twotone.hgi-play-list-minus:after {
    content: "侤"
}

.hgi-twotone.hgi-play-list-minus:before {
    content: "侥"
}

.hgi-twotone.hgi-play-list-remove:after {
    content: "侦"
}

.hgi-twotone.hgi-play-list-remove:before {
    content: "侧"
}

.hgi-twotone.hgi-play-list:after {
    content: "侨"
}

.hgi-twotone.hgi-play-list:before {
    content: "侩"
}

.hgi-twotone.hgi-play:after {
    content: "侪"
}

.hgi-twotone.hgi-play-square:after {
    content: "侫"
}

.hgi-twotone.hgi-play-square:before {
    content: "侬"
}

.hgi-twotone.hgi-play-store:after {
    content: "侭"
}

.hgi-twotone.hgi-play-store:before {
    content: "侮"
}

.hgi-twotone.hgi-play:before {
    content: "侯"
}

.hgi-twotone.hgi-playlist-01:after {
    content: "侰"
}

.hgi-twotone.hgi-playlist-01:before {
    content: "侱"
}

.hgi-twotone.hgi-playlist-02:after {
    content: "侲"
}

.hgi-twotone.hgi-playlist-02:before {
    content: "侳"
}

.hgi-twotone.hgi-playlist-03:after {
    content: "侴"
}

.hgi-twotone.hgi-playlist-03:before {
    content: "侵"
}

.hgi-twotone.hgi-plaza:after {
    content: "侶"
}

.hgi-twotone.hgi-plaza:before {
    content: "侷"
}

.hgi-twotone.hgi-plug-01:after {
    content: "侸"
}

.hgi-twotone.hgi-plug-01:before {
    content: "侹"
}

.hgi-twotone.hgi-plug-02:after {
    content: "侺"
}

.hgi-twotone.hgi-plug-02:before {
    content: "侻"
}

.hgi-twotone.hgi-plug-socket:after {
    content: "侼"
}

.hgi-twotone.hgi-plug-socket:before {
    content: "侽"
}

.hgi-twotone.hgi-plus-minus-01:after {
    content: "侾"
}

.hgi-twotone.hgi-plus-minus-01:before {
    content: "便"
}

.hgi-twotone.hgi-plus-minus-02:after {
    content: "俀"
}

.hgi-twotone.hgi-plus-minus-02:before {
    content: "俁"
}

.hgi-twotone.hgi-plus-minus-circle-01:after {
    content: "係"
}

.hgi-twotone.hgi-plus-minus-circle-01:before {
    content: "促"
}

.hgi-twotone.hgi-plus-minus-circle-02:after {
    content: "俄"
}

.hgi-twotone.hgi-plus-minus-circle-02:before {
    content: "俅"
}

.hgi-twotone.hgi-plus-minus:after {
    content: "俆"
}

.hgi-twotone.hgi-plus-minus-square-01:after {
    content: "俇"
}

.hgi-twotone.hgi-plus-minus-square-01:before {
    content: "俈"
}

.hgi-twotone.hgi-plus-minus-square-02:after {
    content: "俉"
}

.hgi-twotone.hgi-plus-minus-square-02:before {
    content: "俊"
}

.hgi-twotone.hgi-plus-minus:before {
    content: "俋"
}

.hgi-twotone.hgi-plus-sign-circle:after {
    content: "俌"
}

.hgi-twotone.hgi-plus-sign-circle:before {
    content: "俍"
}

.hgi-twotone.hgi-plus-sign:after {
    content: "俎"
}

.hgi-twotone.hgi-plus-sign-square:after {
    content: "俏"
}

.hgi-twotone.hgi-plus-sign-square:before {
    content: "俐"
}

.hgi-twotone.hgi-plus-sign:before {
    content: "俑"
}

.hgi-twotone.hgi-png-01:after {
    content: "俒"
}

.hgi-twotone.hgi-png-01:before {
    content: "俓"
}

.hgi-twotone.hgi-png-02:after {
    content: "俔"
}

.hgi-twotone.hgi-png-02:before {
    content: "俕"
}

.hgi-twotone.hgi-podium:after {
    content: "俖"
}

.hgi-twotone.hgi-podium:before {
    content: "俗"
}

.hgi-twotone.hgi-pointing-left-01:after {
    content: "俘"
}

.hgi-twotone.hgi-pointing-left-01:before {
    content: "俙"
}

.hgi-twotone.hgi-pointing-left-02:after {
    content: "俚"
}

.hgi-twotone.hgi-pointing-left-02:before {
    content: "俛"
}

.hgi-twotone.hgi-pointing-left-03:after {
    content: "俜"
}

.hgi-twotone.hgi-pointing-left-03:before {
    content: "保"
}

.hgi-twotone.hgi-pointing-left-04:after {
    content: "俞"
}

.hgi-twotone.hgi-pointing-left-04:before {
    content: "俟"
}

.hgi-twotone.hgi-pointing-left-05:after {
    content: "俠"
}

.hgi-twotone.hgi-pointing-left-05:before {
    content: "信"
}

.hgi-twotone.hgi-pointing-left-06:after {
    content: "俢"
}

.hgi-twotone.hgi-pointing-left-06:before {
    content: "俣"
}

.hgi-twotone.hgi-pointing-left-07:after {
    content: "俤"
}

.hgi-twotone.hgi-pointing-left-07:before {
    content: "俥"
}

.hgi-twotone.hgi-pointing-left-08:after {
    content: "俦"
}

.hgi-twotone.hgi-pointing-left-08:before {
    content: "俧"
}

.hgi-twotone.hgi-pointing-right-01:after {
    content: "俨"
}

.hgi-twotone.hgi-pointing-right-01:before {
    content: "俩"
}

.hgi-twotone.hgi-pointing-right-02:after {
    content: "俪"
}

.hgi-twotone.hgi-pointing-right-02:before {
    content: "俫"
}

.hgi-twotone.hgi-pointing-right-03:after {
    content: "俬"
}

.hgi-twotone.hgi-pointing-right-03:before {
    content: "俭"
}

.hgi-twotone.hgi-pointing-right-04:after {
    content: "修"
}

.hgi-twotone.hgi-pointing-right-04:before {
    content: "俯"
}

.hgi-twotone.hgi-pointing-right-05:after {
    content: "俰"
}

.hgi-twotone.hgi-pointing-right-05:before {
    content: "俱"
}

.hgi-twotone.hgi-pointing-right-06:after {
    content: "俲"
}

.hgi-twotone.hgi-pointing-right-06:before {
    content: "俳"
}

.hgi-twotone.hgi-pointing-right-07:after {
    content: "俴"
}

.hgi-twotone.hgi-pointing-right-07:before {
    content: "俵"
}

.hgi-twotone.hgi-pointing-right-08:after {
    content: "俶"
}

.hgi-twotone.hgi-pointing-right-08:before {
    content: "俷"
}

.hgi-twotone.hgi-pokeball:after {
    content: "俸"
}

.hgi-twotone.hgi-pokeball:before {
    content: "俹"
}

.hgi-twotone.hgi-pokemon:after {
    content: "俺"
}

.hgi-twotone.hgi-pokemon:before {
    content: "俻"
}

.hgi-twotone.hgi-police-badge:after {
    content: "俼"
}

.hgi-twotone.hgi-police-badge:before {
    content: "俽"
}

.hgi-twotone.hgi-police-cap:after {
    content: "俾"
}

.hgi-twotone.hgi-police-cap:before {
    content: "俿"
}

.hgi-twotone.hgi-police-car:after {
    content: "倀"
}

.hgi-twotone.hgi-police-car:before {
    content: "倁"
}

.hgi-twotone.hgi-police-station:after {
    content: "倂"
}

.hgi-twotone.hgi-police-station:before {
    content: "倃"
}

.hgi-twotone.hgi-policy:after {
    content: "倄"
}

.hgi-twotone.hgi-policy:before {
    content: "倅"
}

.hgi-twotone.hgi-polygon:after {
    content: "倆"
}

.hgi-twotone.hgi-polygon:before {
    content: "倇"
}

.hgi-twotone.hgi-pool:after {
    content: "倈"
}

.hgi-twotone.hgi-pool-table:after {
    content: "倉"
}

.hgi-twotone.hgi-pool-table:before {
    content: "倊"
}

.hgi-twotone.hgi-pool:before {
    content: "個"
}

.hgi-twotone.hgi-poop:after {
    content: "倌"
}

.hgi-twotone.hgi-poop:before {
    content: "倍"
}

.hgi-twotone.hgi-popcorn:after {
    content: "倎"
}

.hgi-twotone.hgi-popcorn:before {
    content: "倏"
}

.hgi-twotone.hgi-pot-01:after {
    content: "倐"
}

.hgi-twotone.hgi-pot-01:before {
    content: "們"
}

.hgi-twotone.hgi-pot-02:after {
    content: "倒"
}

.hgi-twotone.hgi-pot-02:before {
    content: "倓"
}

.hgi-twotone.hgi-potion:after {
    content: "倔"
}

.hgi-twotone.hgi-potion:before {
    content: "倕"
}

.hgi-twotone.hgi-pound-circle:after {
    content: "倖"
}

.hgi-twotone.hgi-pound-circle:before {
    content: "倗"
}

.hgi-twotone.hgi-pound-receive:after {
    content: "倘"
}

.hgi-twotone.hgi-pound-receive:before {
    content: "候"
}

.hgi-twotone.hgi-pound:after {
    content: "倚"
}

.hgi-twotone.hgi-pound-send:after {
    content: "倛"
}

.hgi-twotone.hgi-pound-send:before {
    content: "倜"
}

.hgi-twotone.hgi-pound-square:after {
    content: "倝"
}

.hgi-twotone.hgi-pound-square:before {
    content: "倞"
}

.hgi-twotone.hgi-pound:before {
    content: "借"
}

.hgi-twotone.hgi-power-service:after {
    content: "倠"
}

.hgi-twotone.hgi-power-service:before {
    content: "倡"
}

.hgi-twotone.hgi-power-socket-01:after {
    content: "倢"
}

.hgi-twotone.hgi-power-socket-01:before {
    content: "倣"
}

.hgi-twotone.hgi-power-socket-02:after {
    content: "値"
}

.hgi-twotone.hgi-power-socket-02:before {
    content: "倥"
}

.hgi-twotone.hgi-ppt-01:after {
    content: "倦"
}

.hgi-twotone.hgi-ppt-01:before {
    content: "倧"
}

.hgi-twotone.hgi-ppt-02:after {
    content: "倨"
}

.hgi-twotone.hgi-ppt-02:before {
    content: "倩"
}

.hgi-twotone.hgi-prawn:after {
    content: "倪"
}

.hgi-twotone.hgi-prawn:before {
    content: "倫"
}

.hgi-twotone.hgi-prayer-rug-01:after {
    content: "倬"
}

.hgi-twotone.hgi-prayer-rug-01:before {
    content: "倭"
}

.hgi-twotone.hgi-prayer-rug-02:after {
    content: "倮"
}

.hgi-twotone.hgi-prayer-rug-02:before {
    content: "倯"
}

.hgi-twotone.hgi-preference-horizontal:after {
    content: "倰"
}

.hgi-twotone.hgi-preference-horizontal:before {
    content: "倱"
}

.hgi-twotone.hgi-preference-vertical:after {
    content: "倲"
}

.hgi-twotone.hgi-preference-vertical:before {
    content: "倳"
}

.hgi-twotone.hgi-prescription:after {
    content: "倴"
}

.hgi-twotone.hgi-prescription:before {
    content: "倵"
}

.hgi-twotone.hgi-presentation-01:after {
    content: "倶"
}

.hgi-twotone.hgi-presentation-01:before {
    content: "倷"
}

.hgi-twotone.hgi-presentation-02:after {
    content: "倸"
}

.hgi-twotone.hgi-presentation-02:before {
    content: "倹"
}

.hgi-twotone.hgi-presentation-03:after {
    content: "债"
}

.hgi-twotone.hgi-presentation-03:before {
    content: "倻"
}

.hgi-twotone.hgi-presentation-04:after {
    content: "值"
}

.hgi-twotone.hgi-presentation-04:before {
    content: "倽"
}

.hgi-twotone.hgi-presentation-05:after {
    content: "倾"
}

.hgi-twotone.hgi-presentation-05:before {
    content: "倿"
}

.hgi-twotone.hgi-presentation-06:after {
    content: "偀"
}

.hgi-twotone.hgi-presentation-06:before {
    content: "偁"
}

.hgi-twotone.hgi-presentation-07:after {
    content: "偂"
}

.hgi-twotone.hgi-presentation-07:before {
    content: "偃"
}

.hgi-twotone.hgi-presentation-bar-chart-01:after {
    content: "偄"
}

.hgi-twotone.hgi-presentation-bar-chart-01:before {
    content: "偅"
}

.hgi-twotone.hgi-presentation-bar-chart-02:after {
    content: "偆"
}

.hgi-twotone.hgi-presentation-bar-chart-02:before {
    content: "假"
}

.hgi-twotone.hgi-presentation-line-chart-01:after {
    content: "偈"
}

.hgi-twotone.hgi-presentation-line-chart-01:before {
    content: "偉"
}

.hgi-twotone.hgi-presentation-line-chart-02:after {
    content: "偊"
}

.hgi-twotone.hgi-presentation-line-chart-02:before {
    content: "偋"
}

.hgi-twotone.hgi-presentation-online:after {
    content: "偌"
}

.hgi-twotone.hgi-presentation-online:before {
    content: "偍"
}

.hgi-twotone.hgi-presentation-podium:after {
    content: "偎"
}

.hgi-twotone.hgi-presentation-podium:before {
    content: "偏"
}

.hgi-twotone.hgi-previous:after {
    content: "偐"
}

.hgi-twotone.hgi-previous:before {
    content: "偑"
}

.hgi-twotone.hgi-printer-off:after {
    content: "偒"
}

.hgi-twotone.hgi-printer-off:before {
    content: "偓"
}

.hgi-twotone.hgi-printer:after {
    content: "偔"
}

.hgi-twotone.hgi-printer:before {
    content: "偕"
}

.hgi-twotone.hgi-prism-01:after {
    content: "偖"
}

.hgi-twotone.hgi-prism-01:before {
    content: "偗"
}

.hgi-twotone.hgi-prism:after {
    content: "偘"
}

.hgi-twotone.hgi-prism:before {
    content: "偙"
}

.hgi-twotone.hgi-prison-guard:after {
    content: "做"
}

.hgi-twotone.hgi-prison-guard:before {
    content: "偛"
}

.hgi-twotone.hgi-prison:after {
    content: "停"
}

.hgi-twotone.hgi-prison:before {
    content: "偝"
}

.hgi-twotone.hgi-prisoner:after {
    content: "偞"
}

.hgi-twotone.hgi-prisoner:before {
    content: "偟"
}

.hgi-twotone.hgi-product-loading:after {
    content: "偠"
}

.hgi-twotone.hgi-product-loading:before {
    content: "偡"
}

.hgi-twotone.hgi-profile-02:after {
    content: "偢"
}

.hgi-twotone.hgi-profile-02:before {
    content: "偣"
}

.hgi-twotone.hgi-profile:after {
    content: "偤"
}

.hgi-twotone.hgi-profile:before {
    content: "健"
}

.hgi-twotone.hgi-profit:after {
    content: "偦"
}

.hgi-twotone.hgi-profit:before {
    content: "偧"
}

.hgi-twotone.hgi-programming-flag:after {
    content: "偨"
}

.hgi-twotone.hgi-programming-flag:before {
    content: "偩"
}

.hgi-twotone.hgi-projector-01:after {
    content: "偪"
}

.hgi-twotone.hgi-projector-01:before {
    content: "偫"
}

.hgi-twotone.hgi-projector:after {
    content: "偬"
}

.hgi-twotone.hgi-projector:before {
    content: "偭"
}

.hgi-twotone.hgi-promotion:after {
    content: "偮"
}

.hgi-twotone.hgi-promotion:before {
    content: "偯"
}

.hgi-twotone.hgi-property-add:after {
    content: "偰"
}

.hgi-twotone.hgi-property-add:before {
    content: "偱"
}

.hgi-twotone.hgi-property-delete:after {
    content: "偲"
}

.hgi-twotone.hgi-property-delete:before {
    content: "偳"
}

.hgi-twotone.hgi-property-edit:after {
    content: "側"
}

.hgi-twotone.hgi-property-edit:before {
    content: "偵"
}

.hgi-twotone.hgi-property-new:after {
    content: "偶"
}

.hgi-twotone.hgi-property-new:before {
    content: "偷"
}

.hgi-twotone.hgi-property-search:after {
    content: "偸"
}

.hgi-twotone.hgi-property-search:before {
    content: "偹"
}

.hgi-twotone.hgi-property-view:after {
    content: "偺"
}

.hgi-twotone.hgi-property-view:before {
    content: "偻"
}

.hgi-twotone.hgi-protection-mask:after {
    content: "偼"
}

.hgi-twotone.hgi-protection-mask:before {
    content: "偽"
}

.hgi-twotone.hgi-pulley:after {
    content: "偾"
}

.hgi-twotone.hgi-pulley:before {
    content: "偿"
}

.hgi-twotone.hgi-pulse-01:after {
    content: "傀"
}

.hgi-twotone.hgi-pulse-01:before {
    content: "傁"
}

.hgi-twotone.hgi-pulse-02:after {
    content: "傂"
}

.hgi-twotone.hgi-pulse-02:before {
    content: "傃"
}

.hgi-twotone.hgi-pulse-rectangle-01:after {
    content: "傄"
}

.hgi-twotone.hgi-pulse-rectangle-01:before {
    content: "傅"
}

.hgi-twotone.hgi-pulse-rectangle-02:after {
    content: "傆"
}

.hgi-twotone.hgi-pulse-rectangle-02:before {
    content: "傇"
}

.hgi-twotone.hgi-pumpkin:after {
    content: "傈"
}

.hgi-twotone.hgi-pumpkin:before {
    content: "傉"
}

.hgi-twotone.hgi-punch:after {
    content: "傊"
}

.hgi-twotone.hgi-punch:before {
    content: "傋"
}

.hgi-twotone.hgi-punching-ball-01:after {
    content: "傌"
}

.hgi-twotone.hgi-punching-ball-01:before {
    content: "傍"
}

.hgi-twotone.hgi-punching-ball-02:after {
    content: "傎"
}

.hgi-twotone.hgi-punching-ball-02:before {
    content: "傏"
}

.hgi-twotone.hgi-purse-01:after {
    content: "傐"
}

.hgi-twotone.hgi-purse-01:before {
    content: "傑"
}

.hgi-twotone.hgi-purse:after {
    content: "傒"
}

.hgi-twotone.hgi-purse:before {
    content: "傓"
}

.hgi-twotone.hgi-push-up-bar:after {
    content: "傔"
}

.hgi-twotone.hgi-push-up-bar:before {
    content: "傕"
}

.hgi-twotone.hgi-puzzle:after {
    content: "傖"
}

.hgi-twotone.hgi-puzzle:before {
    content: "傗"
}

.hgi-twotone.hgi-pyramid-maslowo:after {
    content: "傘"
}

.hgi-twotone.hgi-pyramid-maslowo:before {
    content: "備"
}

.hgi-twotone.hgi-pyramid:after {
    content: "傚"
}

.hgi-twotone.hgi-pyramid-structure-01:after {
    content: "傛"
}

.hgi-twotone.hgi-pyramid-structure-01:before {
    content: "傜"
}

.hgi-twotone.hgi-pyramid-structure-02:after {
    content: "傝"
}

.hgi-twotone.hgi-pyramid-structure-02:before {
    content: "傞"
}

.hgi-twotone.hgi-pyramid:before {
    content: "傟"
}

.hgi-twotone.hgi-qq-plot:after {
    content: "傠"
}

.hgi-twotone.hgi-qq-plot:before {
    content: "傡"
}

.hgi-twotone.hgi-qr-code-01:after {
    content: "傢"
}

.hgi-twotone.hgi-qr-code-01:before {
    content: "傣"
}

.hgi-twotone.hgi-qr-code:after {
    content: "傤"
}

.hgi-twotone.hgi-qr-code:before {
    content: "傥"
}

.hgi-twotone.hgi-question:after {
    content: "傦"
}

.hgi-twotone.hgi-question:before {
    content: "傧"
}

.hgi-twotone.hgi-queue-01:after {
    content: "储"
}

.hgi-twotone.hgi-queue-01:before {
    content: "傩"
}

.hgi-twotone.hgi-queue-02:after {
    content: "傪"
}

.hgi-twotone.hgi-queue-02:before {
    content: "傫"
}

.hgi-twotone.hgi-quill-write-01:after {
    content: "催"
}

.hgi-twotone.hgi-quill-write-01:before {
    content: "傭"
}

.hgi-twotone.hgi-quill-write-02:after {
    content: "傮"
}

.hgi-twotone.hgi-quill-write-02:before {
    content: "傯"
}

.hgi-twotone.hgi-quiz-01:after {
    content: "傰"
}

.hgi-twotone.hgi-quiz-01:before {
    content: "傱"
}

.hgi-twotone.hgi-quiz-02:after {
    content: "傲"
}

.hgi-twotone.hgi-quiz-02:before {
    content: "傳"
}

.hgi-twotone.hgi-quiz-03:after {
    content: "傴"
}

.hgi-twotone.hgi-quiz-03:before {
    content: "債"
}

.hgi-twotone.hgi-quiz-04:after {
    content: "傶"
}

.hgi-twotone.hgi-quiz-04:before {
    content: "傷"
}

.hgi-twotone.hgi-quiz-05:after {
    content: "傸"
}

.hgi-twotone.hgi-quiz-05:before {
    content: "傹"
}

.hgi-twotone.hgi-quora:after {
    content: "傺"
}

.hgi-twotone.hgi-quora:before {
    content: "傻"
}

.hgi-twotone.hgi-quote-down-circle:after {
    content: "傼"
}

.hgi-twotone.hgi-quote-down-circle:before {
    content: "傽"
}

.hgi-twotone.hgi-quote-down:after {
    content: "傾"
}

.hgi-twotone.hgi-quote-down-square:after {
    content: "傿"
}

.hgi-twotone.hgi-quote-down-square:before {
    content: "僀"
}

.hgi-twotone.hgi-quote-down:before {
    content: "僁"
}

.hgi-twotone.hgi-quote-up-circle:after {
    content: "僂"
}

.hgi-twotone.hgi-quote-up-circle:before {
    content: "僃"
}

.hgi-twotone.hgi-quote-up:after {
    content: "僄"
}

.hgi-twotone.hgi-quote-up-square:after {
    content: "僅"
}

.hgi-twotone.hgi-quote-up-square:before {
    content: "僆"
}

.hgi-twotone.hgi-quote-up:before {
    content: "僇"
}

.hgi-twotone.hgi-quotes:after {
    content: "僈"
}

.hgi-twotone.hgi-quotes:before {
    content: "僉"
}

.hgi-twotone.hgi-quran-01:after {
    content: "僊"
}

.hgi-twotone.hgi-quran-01:before {
    content: "僋"
}

.hgi-twotone.hgi-quran-02:after {
    content: "僌"
}

.hgi-twotone.hgi-quran-02:before {
    content: "働"
}

.hgi-twotone.hgi-quran-03:after {
    content: "僎"
}

.hgi-twotone.hgi-quran-03:before {
    content: "像"
}

.hgi-twotone.hgi-racing-flag:after {
    content: "僐"
}

.hgi-twotone.hgi-racing-flag:before {
    content: "僑"
}

.hgi-twotone.hgi-radar-01:after {
    content: "僒"
}

.hgi-twotone.hgi-radar-01:before {
    content: "僓"
}

.hgi-twotone.hgi-radar-02:after {
    content: "僔"
}

.hgi-twotone.hgi-radar-02:before {
    content: "僕"
}

.hgi-twotone.hgi-radial:after {
    content: "僖"
}

.hgi-twotone.hgi-radial:before {
    content: "僗"
}

.hgi-twotone.hgi-radio-01:after {
    content: "僘"
}

.hgi-twotone.hgi-radio-01:before {
    content: "僙"
}

.hgi-twotone.hgi-radio-02:after {
    content: "僚"
}

.hgi-twotone.hgi-radio-02:before {
    content: "僛"
}

.hgi-twotone.hgi-radio:after {
    content: "僜"
}

.hgi-twotone.hgi-radio:before {
    content: "僝"
}

.hgi-twotone.hgi-radioactive-alert:after {
    content: "僞"
}

.hgi-twotone.hgi-radioactive-alert:before {
    content: "僟"
}

.hgi-twotone.hgi-radius:after {
    content: "僠"
}

.hgi-twotone.hgi-radius:before {
    content: "僡"
}

.hgi-twotone.hgi-rain-double-drop:after {
    content: "僢"
}

.hgi-twotone.hgi-rain-double-drop:before {
    content: "僣"
}

.hgi-twotone.hgi-rain-drop:after {
    content: "僤"
}

.hgi-twotone.hgi-rain-drop:before {
    content: "僥"
}

.hgi-twotone.hgi-rain:after {
    content: "僦"
}

.hgi-twotone.hgi-rain:before {
    content: "僧"
}

.hgi-twotone.hgi-rainbow:after {
    content: "僨"
}

.hgi-twotone.hgi-rainbow:before {
    content: "僩"
}

.hgi-twotone.hgi-ramadhan-01:after {
    content: "僪"
}

.hgi-twotone.hgi-ramadhan-01:before {
    content: "僫"
}

.hgi-twotone.hgi-ramadhan-02:after {
    content: "僬"
}

.hgi-twotone.hgi-ramadhan-02:before {
    content: "僭"
}

.hgi-twotone.hgi-ramadhan-month:after {
    content: "僮"
}

.hgi-twotone.hgi-ramadhan-month:before {
    content: "僯"
}

.hgi-twotone.hgi-ranking:after {
    content: "僰"
}

.hgi-twotone.hgi-ranking:before {
    content: "僱"
}

.hgi-twotone.hgi-raw-01:after {
    content: "僲"
}

.hgi-twotone.hgi-raw-01:before {
    content: "僳"
}

.hgi-twotone.hgi-raw-02:after {
    content: "僴"
}

.hgi-twotone.hgi-raw-02:before {
    content: "僵"
}

.hgi-twotone.hgi-re:after {
    content: "僶"
}

.hgi-twotone.hgi-re:before {
    content: "僷"
}

.hgi-twotone.hgi-react:after {
    content: "僸"
}

.hgi-twotone.hgi-react:before {
    content: "價"
}

.hgi-twotone.hgi-real-estate-01:after {
    content: "僺"
}

.hgi-twotone.hgi-real-estate-01:before {
    content: "僻"
}

.hgi-twotone.hgi-real-estate-02:after {
    content: "僼"
}

.hgi-twotone.hgi-real-estate-02:before {
    content: "僽"
}

.hgi-twotone.hgi-record:after {
    content: "僾"
}

.hgi-twotone.hgi-record:before {
    content: "僿"
}

.hgi-twotone.hgi-recovery-mail:after {
    content: "儀"
}

.hgi-twotone.hgi-recovery-mail:before {
    content: "儁"
}

.hgi-twotone.hgi-rectangular-01:after {
    content: "儂"
}

.hgi-twotone.hgi-rectangular-01:before {
    content: "儃"
}

.hgi-twotone.hgi-rectangular:after {
    content: "億"
}

.hgi-twotone.hgi-rectangular:before {
    content: "儅"
}

.hgi-twotone.hgi-recycle-01:after {
    content: "儆"
}

.hgi-twotone.hgi-recycle-01:before {
    content: "儇"
}

.hgi-twotone.hgi-recycle-02:after {
    content: "儈"
}

.hgi-twotone.hgi-recycle-02:before {
    content: "儉"
}

.hgi-twotone.hgi-recycle-03:after {
    content: "儊"
}

.hgi-twotone.hgi-recycle-03:before {
    content: "儋"
}

.hgi-twotone.hgi-reddit:after {
    content: "儌"
}

.hgi-twotone.hgi-reddit:before {
    content: "儍"
}

.hgi-twotone.hgi-reflex:after {
    content: "儎"
}

.hgi-twotone.hgi-reflex:before {
    content: "儏"
}

.hgi-twotone.hgi-refresh:after {
    content: "儐"
}

.hgi-twotone.hgi-refresh:before {
    content: "儑"
}

.hgi-twotone.hgi-refrigerator:after {
    content: "儒"
}

.hgi-twotone.hgi-refrigerator:before {
    content: "儓"
}

.hgi-twotone.hgi-register:after {
    content: "儔"
}

.hgi-twotone.hgi-register:before {
    content: "儕"
}

.hgi-twotone.hgi-registered:after {
    content: "儖"
}

.hgi-twotone.hgi-registered:before {
    content: "儗"
}

.hgi-twotone.hgi-relieved-01:after {
    content: "儘"
}

.hgi-twotone.hgi-relieved-01:before {
    content: "儙"
}

.hgi-twotone.hgi-relieved-02:after {
    content: "儚"
}

.hgi-twotone.hgi-relieved-02:before {
    content: "儛"
}

.hgi-twotone.hgi-reload:after {
    content: "儜"
}

.hgi-twotone.hgi-reload:before {
    content: "儝"
}

.hgi-twotone.hgi-reminder:after {
    content: "儞"
}

.hgi-twotone.hgi-reminder:before {
    content: "償"
}

.hgi-twotone.hgi-remote-control:after {
    content: "儠"
}

.hgi-twotone.hgi-remote-control:before {
    content: "儡"
}

.hgi-twotone.hgi-remove-01:after {
    content: "儢"
}

.hgi-twotone.hgi-remove-01:before {
    content: "儣"
}

.hgi-twotone.hgi-remove-02:after {
    content: "儤"
}

.hgi-twotone.hgi-remove-02:before {
    content: "儥"
}

.hgi-twotone.hgi-remove-circle-half-dot:after {
    content: "儦"
}

.hgi-twotone.hgi-remove-circle-half-dot:before {
    content: "儧"
}

.hgi-twotone.hgi-remove-circle:after {
    content: "儨"
}

.hgi-twotone.hgi-remove-circle:before {
    content: "儩"
}

.hgi-twotone.hgi-remove-pi:after {
    content: "優"
}

.hgi-twotone.hgi-remove-pi:before {
    content: "儫"
}

.hgi-twotone.hgi-remove-square:after {
    content: "儬"
}

.hgi-twotone.hgi-remove-square:before {
    content: "儭"
}

.hgi-twotone.hgi-renewable-energy-01:after {
    content: "儮"
}

.hgi-twotone.hgi-renewable-energy-01:before {
    content: "儯"
}

.hgi-twotone.hgi-renewable-energy:after {
    content: "儰"
}

.hgi-twotone.hgi-renewable-energy:before {
    content: "儱"
}

.hgi-twotone.hgi-repair:after {
    content: "儲"
}

.hgi-twotone.hgi-repair:before {
    content: "儳"
}

.hgi-twotone.hgi-repeat-off:after {
    content: "儴"
}

.hgi-twotone.hgi-repeat-off:before {
    content: "儵"
}

.hgi-twotone.hgi-repeat-one-01:after {
    content: "儶"
}

.hgi-twotone.hgi-repeat-one-01:before {
    content: "儷"
}

.hgi-twotone.hgi-repeat-one-02:after {
    content: "儸"
}

.hgi-twotone.hgi-repeat-one-02:before {
    content: "儹"
}

.hgi-twotone.hgi-repeat:after {
    content: "儺"
}

.hgi-twotone.hgi-repeat:before {
    content: "儻"
}

.hgi-twotone.hgi-replay:after {
    content: "儼"
}

.hgi-twotone.hgi-replay:before {
    content: "儽"
}

.hgi-twotone.hgi-repository:after {
    content: "儾"
}

.hgi-twotone.hgi-repository:before {
    content: "儿"
}

.hgi-twotone.hgi-reset-password:after {
    content: "兀"
}

.hgi-twotone.hgi-reset-password:before {
    content: "允"
}

.hgi-twotone.hgi-resize-01:after {
    content: "兂"
}

.hgi-twotone.hgi-resize-01:before {
    content: "元"
}

.hgi-twotone.hgi-resize-02:after {
    content: "兄"
}

.hgi-twotone.hgi-resize-02:before {
    content: "充"
}

.hgi-twotone.hgi-resources-add:after {
    content: "兆"
}

.hgi-twotone.hgi-resources-add:before {
    content: "兇"
}

.hgi-twotone.hgi-resources-remove:after {
    content: "先"
}

.hgi-twotone.hgi-resources-remove:before {
    content: "光"
}

.hgi-twotone.hgi-restaurant-01:after {
    content: "兊"
}

.hgi-twotone.hgi-restaurant-01:before {
    content: "克"
}

.hgi-twotone.hgi-restaurant-02:after {
    content: "兌"
}

.hgi-twotone.hgi-restaurant-02:before {
    content: "免"
}

.hgi-twotone.hgi-restaurant-03:after {
    content: "兎"
}

.hgi-twotone.hgi-restaurant-03:before {
    content: "兏"
}

.hgi-twotone.hgi-restaurant-table:after {
    content: "児"
}

.hgi-twotone.hgi-restaurant-table:before {
    content: "兑"
}

.hgi-twotone.hgi-restore-bin:after {
    content: "兒"
}

.hgi-twotone.hgi-restore-bin:before {
    content: "兓"
}

.hgi-twotone.hgi-return-request:after {
    content: "兔"
}

.hgi-twotone.hgi-return-request:before {
    content: "兕"
}

.hgi-twotone.hgi-reverse-withdrawal-01:after {
    content: "兖"
}

.hgi-twotone.hgi-reverse-withdrawal-01:before {
    content: "兗"
}

.hgi-twotone.hgi-reverse-withdrawal-02:after {
    content: "兘"
}

.hgi-twotone.hgi-reverse-withdrawal-02:before {
    content: "兙"
}

.hgi-twotone.hgi-rhombus-01:after {
    content: "党"
}

.hgi-twotone.hgi-rhombus-01:before {
    content: "兛"
}

.hgi-twotone.hgi-rhombus:after {
    content: "兜"
}

.hgi-twotone.hgi-rhombus:before {
    content: "兝"
}

.hgi-twotone.hgi-rice-bowl-01:after {
    content: "兞"
}

.hgi-twotone.hgi-rice-bowl-01:before {
    content: "兟"
}

.hgi-twotone.hgi-rice-bowl-02:after {
    content: "兠"
}

.hgi-twotone.hgi-rice-bowl-02:before {
    content: "兡"
}

.hgi-twotone.hgi-right-angle:after {
    content: "兢"
}

.hgi-twotone.hgi-right-angle:before {
    content: "兣"
}

.hgi-twotone.hgi-right-to-left-block-quote:after {
    content: "兤"
}

.hgi-twotone.hgi-right-to-left-block-quote:before {
    content: "入"
}

.hgi-twotone.hgi-right-to-left-list-bullet:after {
    content: "兦"
}

.hgi-twotone.hgi-right-to-left-list-bullet:before {
    content: "內"
}

.hgi-twotone.hgi-right-to-left-list-dash:after {
    content: "全"
}

.hgi-twotone.hgi-right-to-left-list-dash:before {
    content: "兩"
}

.hgi-twotone.hgi-right-to-left-list-number:after {
    content: "兪"
}

.hgi-twotone.hgi-right-to-left-list-number:before {
    content: "八"
}

.hgi-twotone.hgi-right-to-left-list-triangle:after {
    content: "公"
}

.hgi-twotone.hgi-right-to-left-list-triangle:before {
    content: "六"
}

.hgi-twotone.hgi-right-triangle:after {
    content: "兮"
}

.hgi-twotone.hgi-right-triangle:before {
    content: "兯"
}

.hgi-twotone.hgi-ripple:after {
    content: "兰"
}

.hgi-twotone.hgi-ripple:before {
    content: "共"
}

.hgi-twotone.hgi-riyal-rectangle:after {
    content: "兲"
}

.hgi-twotone.hgi-riyal-rectangle:before {
    content: "关"
}

.hgi-twotone.hgi-riyal:after {
    content: "兴"
}

.hgi-twotone.hgi-riyal:before {
    content: "兵"
}

.hgi-twotone.hgi-road-01:after {
    content: "其"
}

.hgi-twotone.hgi-road-01:before {
    content: "具"
}

.hgi-twotone.hgi-road-02:after {
    content: "典"
}

.hgi-twotone.hgi-road-02:before {
    content: "兹"
}

.hgi-twotone.hgi-road-location-01:after {
    content: "兺"
}

.hgi-twotone.hgi-road-location-01:before {
    content: "养"
}

.hgi-twotone.hgi-road-location-02:after {
    content: "兼"
}

.hgi-twotone.hgi-road-location-02:before {
    content: "兽"
}

.hgi-twotone.hgi-road:after {
    content: "兾"
}

.hgi-twotone.hgi-road-wayside:after {
    content: "兿"
}

.hgi-twotone.hgi-road-wayside:before {
    content: "冀"
}

.hgi-twotone.hgi-road:before {
    content: "冁"
}

.hgi-twotone.hgi-robotic:after {
    content: "冂"
}

.hgi-twotone.hgi-robotic:before {
    content: "冃"
}

.hgi-twotone.hgi-rocket-01:after {
    content: "冄"
}

.hgi-twotone.hgi-rocket-01:before {
    content: "内"
}

.hgi-twotone.hgi-rocket-02:after {
    content: "円"
}

.hgi-twotone.hgi-rocket-02:before {
    content: "冇"
}

.hgi-twotone.hgi-rocket:after {
    content: "冈"
}

.hgi-twotone.hgi-rocket:before {
    content: "冉"
}

.hgi-twotone.hgi-rocking-chair:after {
    content: "冊"
}

.hgi-twotone.hgi-rocking-chair:before {
    content: "冋"
}

.hgi-twotone.hgi-roller-skate:after {
    content: "册"
}

.hgi-twotone.hgi-roller-skate:before {
    content: "再"
}

.hgi-twotone.hgi-rolling-pin:after {
    content: "冎"
}

.hgi-twotone.hgi-rolling-pin:before {
    content: "冏"
}

.hgi-twotone.hgi-root-01:after {
    content: "冐"
}

.hgi-twotone.hgi-root-01:before {
    content: "冑"
}

.hgi-twotone.hgi-root-02:after {
    content: "冒"
}

.hgi-twotone.hgi-root-02:before {
    content: "冓"
}

.hgi-twotone.hgi-root-circle:after {
    content: "冔"
}

.hgi-twotone.hgi-root-circle:before {
    content: "冕"
}

.hgi-twotone.hgi-root-first-bracket:after {
    content: "冖"
}

.hgi-twotone.hgi-root-first-bracket:before {
    content: "冗"
}

.hgi-twotone.hgi-root-second-bracket:after {
    content: "冘"
}

.hgi-twotone.hgi-root-second-bracket:before {
    content: "写"
}

.hgi-twotone.hgi-root-third-bracket:after {
    content: "冚"
}

.hgi-twotone.hgi-root-third-bracket:before {
    content: "军"
}

.hgi-twotone.hgi-rotate-01:after {
    content: "农"
}

.hgi-twotone.hgi-rotate-01:before {
    content: "冝"
}

.hgi-twotone.hgi-rotate-02:after {
    content: "冞"
}

.hgi-twotone.hgi-rotate-02:before {
    content: "冟"
}

.hgi-twotone.hgi-rotate-360:after {
    content: "冠"
}

.hgi-twotone.hgi-rotate-360:before {
    content: "冡"
}

.hgi-twotone.hgi-rotate-bottom-left:after {
    content: "冢"
}

.hgi-twotone.hgi-rotate-bottom-left:before {
    content: "冣"
}

.hgi-twotone.hgi-rotate-bottom-right:after {
    content: "冤"
}

.hgi-twotone.hgi-rotate-bottom-right:before {
    content: "冥"
}

.hgi-twotone.hgi-rotate-clockwise:after {
    content: "冦"
}

.hgi-twotone.hgi-rotate-clockwise:before {
    content: "冧"
}

.hgi-twotone.hgi-rotate-crop:after {
    content: "冨"
}

.hgi-twotone.hgi-rotate-crop:before {
    content: "冩"
}

.hgi-twotone.hgi-rotate-left-01:after {
    content: "冪"
}

.hgi-twotone.hgi-rotate-left-01:before {
    content: "冫"
}

.hgi-twotone.hgi-rotate-left-02:after {
    content: "冬"
}

.hgi-twotone.hgi-rotate-left-02:before {
    content: "冭"
}

.hgi-twotone.hgi-rotate-left-03:after {
    content: "冮"
}

.hgi-twotone.hgi-rotate-left-03:before {
    content: "冯"
}

.hgi-twotone.hgi-rotate-left-04:after {
    content: "冰"
}

.hgi-twotone.hgi-rotate-left-04:before {
    content: "冱"
}

.hgi-twotone.hgi-rotate-left-05:after {
    content: "冲"
}

.hgi-twotone.hgi-rotate-left-05:before {
    content: "决"
}

.hgi-twotone.hgi-rotate-left-06:after {
    content: "冴"
}

.hgi-twotone.hgi-rotate-left-06:before {
    content: "况"
}

.hgi-twotone.hgi-rotate-right-01:after {
    content: "冶"
}

.hgi-twotone.hgi-rotate-right-01:before {
    content: "冷"
}

.hgi-twotone.hgi-rotate-right-02:after {
    content: "冸"
}

.hgi-twotone.hgi-rotate-right-02:before {
    content: "冹"
}

.hgi-twotone.hgi-rotate-right-03:after {
    content: "冺"
}

.hgi-twotone.hgi-rotate-right-03:before {
    content: "冻"
}

.hgi-twotone.hgi-rotate-right-04:after {
    content: "冼"
}

.hgi-twotone.hgi-rotate-right-04:before {
    content: "冽"
}

.hgi-twotone.hgi-rotate-right-05:after {
    content: "冾"
}

.hgi-twotone.hgi-rotate-right-05:before {
    content: "冿"
}

.hgi-twotone.hgi-rotate-right-06:after {
    content: "净"
}

.hgi-twotone.hgi-rotate-right-06:before {
    content: "凁"
}

.hgi-twotone.hgi-rotate-square:after {
    content: "凂"
}

.hgi-twotone.hgi-rotate-square:before {
    content: "凃"
}

.hgi-twotone.hgi-rotate-top-left:after {
    content: "凄"
}

.hgi-twotone.hgi-rotate-top-left:before {
    content: "凅"
}

.hgi-twotone.hgi-rotate-top-right:after {
    content: "准"
}

.hgi-twotone.hgi-rotate-top-right:before {
    content: "凇"
}

.hgi-twotone.hgi-route-01:after {
    content: "凈"
}

.hgi-twotone.hgi-route-01:before {
    content: "凉"
}

.hgi-twotone.hgi-route-02:after {
    content: "凊"
}

.hgi-twotone.hgi-route-02:before {
    content: "凋"
}

.hgi-twotone.hgi-route-03:after {
    content: "凌"
}

.hgi-twotone.hgi-route-03:before {
    content: "凍"
}

.hgi-twotone.hgi-route-block:after {
    content: "凎"
}

.hgi-twotone.hgi-route-block:before {
    content: "减"
}

.hgi-twotone.hgi-router-01:after {
    content: "凐"
}

.hgi-twotone.hgi-router-01:before {
    content: "凑"
}

.hgi-twotone.hgi-router-02:after {
    content: "凒"
}

.hgi-twotone.hgi-router-02:before {
    content: "凓"
}

.hgi-twotone.hgi-router:after {
    content: "凔"
}

.hgi-twotone.hgi-router:before {
    content: "凕"
}

.hgi-twotone.hgi-row-delete:after {
    content: "凖"
}

.hgi-twotone.hgi-row-delete:before {
    content: "凗"
}

.hgi-twotone.hgi-row-insert:after {
    content: "凘"
}

.hgi-twotone.hgi-row-insert:before {
    content: "凙"
}

.hgi-twotone.hgi-rss-connected-01:after {
    content: "凚"
}

.hgi-twotone.hgi-rss-connected-01:before {
    content: "凛"
}

.hgi-twotone.hgi-rss-connected-02:after {
    content: "凜"
}

.hgi-twotone.hgi-rss-connected-02:before {
    content: "凝"
}

.hgi-twotone.hgi-rss-error:after {
    content: "凞"
}

.hgi-twotone.hgi-rss-error:before {
    content: "凟"
}

.hgi-twotone.hgi-rss-locked:after {
    content: "几"
}

.hgi-twotone.hgi-rss-locked:before {
    content: "凡"
}

.hgi-twotone.hgi-rss:after {
    content: "凢"
}

.hgi-twotone.hgi-rss-unlocked:after {
    content: "凣"
}

.hgi-twotone.hgi-rss-unlocked:before {
    content: "凤"
}

.hgi-twotone.hgi-rss:before {
    content: "凥"
}

.hgi-twotone.hgi-rub-el-hizb:after {
    content: "処"
}

.hgi-twotone.hgi-rub-el-hizb:before {
    content: "凧"
}

.hgi-twotone.hgi-ruku:after {
    content: "凨"
}

.hgi-twotone.hgi-ruku:before {
    content: "凩"
}

.hgi-twotone.hgi-ruler:after {
    content: "凪"
}

.hgi-twotone.hgi-ruler:before {
    content: "凫"
}

.hgi-twotone.hgi-running-shoes:after {
    content: "凬"
}

.hgi-twotone.hgi-running-shoes:before {
    content: "凭"
}

.hgi-twotone.hgi-sad-01:after {
    content: "凮"
}

.hgi-twotone.hgi-sad-01:before {
    content: "凯"
}

.hgi-twotone.hgi-sad-02:after {
    content: "凰"
}

.hgi-twotone.hgi-sad-02:before {
    content: "凱"
}

.hgi-twotone.hgi-sad-dizzy:after {
    content: "凲"
}

.hgi-twotone.hgi-sad-dizzy:before {
    content: "凳"
}

.hgi-twotone.hgi-safari:after {
    content: "凴"
}

.hgi-twotone.hgi-safari:before {
    content: "凵"
}

.hgi-twotone.hgi-safe-delivery-01:after {
    content: "凶"
}

.hgi-twotone.hgi-safe-delivery-01:before {
    content: "凷"
}

.hgi-twotone.hgi-safe-delivery-02:after {
    content: "凸"
}

.hgi-twotone.hgi-safe-delivery-02:before {
    content: "凹"
}

.hgi-twotone.hgi-safe:after {
    content: "出"
}

.hgi-twotone.hgi-safe:before {
    content: "击"
}

.hgi-twotone.hgi-safety-pin-01:after {
    content: "凼"
}

.hgi-twotone.hgi-safety-pin-01:before {
    content: "函"
}

.hgi-twotone.hgi-safety-pin-02:after {
    content: "凾"
}

.hgi-twotone.hgi-safety-pin-02:before {
    content: "凿"
}

.hgi-twotone.hgi-sailboat-coastal:after {
    content: "刀"
}

.hgi-twotone.hgi-sailboat-coastal:before {
    content: "刁"
}

.hgi-twotone.hgi-sailboat-offshore:after {
    content: "刂"
}

.hgi-twotone.hgi-sailboat-offshore:before {
    content: "刃"
}

.hgi-twotone.hgi-sakura:after {
    content: "刄"
}

.hgi-twotone.hgi-sakura:before {
    content: "刅"
}

.hgi-twotone.hgi-salah:after {
    content: "分"
}

.hgi-twotone.hgi-salah-time:after {
    content: "切"
}

.hgi-twotone.hgi-salah-time:before {
    content: "刈"
}

.hgi-twotone.hgi-salah:before {
    content: "刉"
}

.hgi-twotone.hgi-sale-tag-01:after {
    content: "刊"
}

.hgi-twotone.hgi-sale-tag-01:before {
    content: "刋"
}

.hgi-twotone.hgi-sale-tag-02:after {
    content: "刌"
}

.hgi-twotone.hgi-sale-tag-02:before {
    content: "刍"
}

.hgi-twotone.hgi-sandals:after {
    content: "刎"
}

.hgi-twotone.hgi-sandals:before {
    content: "刏"
}

.hgi-twotone.hgi-satellite-01:after {
    content: "刐"
}

.hgi-twotone.hgi-satellite-01:before {
    content: "刑"
}

.hgi-twotone.hgi-satellite-02:after {
    content: "划"
}

.hgi-twotone.hgi-satellite-02:before {
    content: "刓"
}

.hgi-twotone.hgi-satellite-03:after {
    content: "刔"
}

.hgi-twotone.hgi-satellite-03:before {
    content: "刕"
}

.hgi-twotone.hgi-satellite:after {
    content: "刖"
}

.hgi-twotone.hgi-satellite:before {
    content: "列"
}

.hgi-twotone.hgi-saturn-01:after {
    content: "刘"
}

.hgi-twotone.hgi-saturn-01:before {
    content: "则"
}

.hgi-twotone.hgi-saturn-02:after {
    content: "刚"
}

.hgi-twotone.hgi-saturn-02:before {
    content: "创"
}

.hgi-twotone.hgi-saturn:after {
    content: "刜"
}

.hgi-twotone.hgi-saturn:before {
    content: "初"
}

.hgi-twotone.hgi-sausage:after {
    content: "刞"
}

.hgi-twotone.hgi-sausage:before {
    content: "刟"
}

.hgi-twotone.hgi-save-energy-01:after {
    content: "删"
}

.hgi-twotone.hgi-save-energy-01:before {
    content: "刡"
}

.hgi-twotone.hgi-save-energy-02:after {
    content: "刢"
}

.hgi-twotone.hgi-save-energy-02:before {
    content: "刣"
}

.hgi-twotone.hgi-save-money-dollar:after {
    content: "判"
}

.hgi-twotone.hgi-save-money-dollar:before {
    content: "別"
}

.hgi-twotone.hgi-save-money-euro:after {
    content: "刦"
}

.hgi-twotone.hgi-save-money-euro:before {
    content: "刧"
}

.hgi-twotone.hgi-save-money-pound:after {
    content: "刨"
}

.hgi-twotone.hgi-save-money-pound:before {
    content: "利"
}

.hgi-twotone.hgi-save-money-yen:after {
    content: "刪"
}

.hgi-twotone.hgi-save-money-yen:before {
    content: "别"
}

.hgi-twotone.hgi-savings:after {
    content: "刬"
}

.hgi-twotone.hgi-savings:before {
    content: "刭"
}

.hgi-twotone.hgi-scheme:after {
    content: "刮"
}

.hgi-twotone.hgi-scheme:before {
    content: "刯"
}

.hgi-twotone.hgi-school-01:after {
    content: "到"
}

.hgi-twotone.hgi-school-01:before {
    content: "刱"
}

.hgi-twotone.hgi-school-bell-01:after {
    content: "刲"
}

.hgi-twotone.hgi-school-bell-01:before {
    content: "刳"
}

.hgi-twotone.hgi-school-bell-02:after {
    content: "刴"
}

.hgi-twotone.hgi-school-bell-02:before {
    content: "刵"
}

.hgi-twotone.hgi-school-bus:after {
    content: "制"
}

.hgi-twotone.hgi-school-bus:before {
    content: "刷"
}

.hgi-twotone.hgi-school-report-card:after {
    content: "券"
}

.hgi-twotone.hgi-school-report-card:before {
    content: "刹"
}

.hgi-twotone.hgi-school:after {
    content: "刺"
}

.hgi-twotone.hgi-school-tie:after {
    content: "刻"
}

.hgi-twotone.hgi-school-tie:before {
    content: "刼"
}

.hgi-twotone.hgi-school:before {
    content: "刽"
}

.hgi-twotone.hgi-scissor-01:after {
    content: "刾"
}

.hgi-twotone.hgi-scissor-01:before {
    content: "刿"
}

.hgi-twotone.hgi-scissor-rectangle:after {
    content: "剀"
}

.hgi-twotone.hgi-scissor-rectangle:before {
    content: "剁"
}

.hgi-twotone.hgi-scissor:after {
    content: "剂"
}

.hgi-twotone.hgi-scissor:before {
    content: "剃"
}

.hgi-twotone.hgi-scooter-01:after {
    content: "剄"
}

.hgi-twotone.hgi-scooter-01:before {
    content: "剅"
}

.hgi-twotone.hgi-scooter-02:after {
    content: "剆"
}

.hgi-twotone.hgi-scooter-02:before {
    content: "則"
}

.hgi-twotone.hgi-scooter-03:after {
    content: "剈"
}

.hgi-twotone.hgi-scooter-03:before {
    content: "剉"
}

.hgi-twotone.hgi-scooter-04:after {
    content: "削"
}

.hgi-twotone.hgi-scooter-04:before {
    content: "剋"
}

.hgi-twotone.hgi-scooter-electric:after {
    content: "剌"
}

.hgi-twotone.hgi-scooter-electric:before {
    content: "前"
}

.hgi-twotone.hgi-scratch-card:after {
    content: "剎"
}

.hgi-twotone.hgi-scratch-card:before {
    content: "剏"
}

.hgi-twotone.hgi-screen-add-to-home:after {
    content: "剐"
}

.hgi-twotone.hgi-screen-add-to-home:before {
    content: "剑"
}

.hgi-twotone.hgi-screen-lock-rotation:after {
    content: "剒"
}

.hgi-twotone.hgi-screen-lock-rotation:before {
    content: "剓"
}

.hgi-twotone.hgi-screen-rotation:after {
    content: "剔"
}

.hgi-twotone.hgi-screen-rotation:before {
    content: "剕"
}

.hgi-twotone.hgi-scribd:after {
    content: "剖"
}

.hgi-twotone.hgi-scribd:before {
    content: "剗"
}

.hgi-twotone.hgi-scroll-horizontal:after {
    content: "剘"
}

.hgi-twotone.hgi-scroll-horizontal:before {
    content: "剙"
}

.hgi-twotone.hgi-scroll:after {
    content: "剚"
}

.hgi-twotone.hgi-scroll-vertical:after {
    content: "剛"
}

.hgi-twotone.hgi-scroll-vertical:before {
    content: "剜"
}

.hgi-twotone.hgi-scroll:before {
    content: "剝"
}

.hgi-twotone.hgi-sd-card:after {
    content: "剞"
}

.hgi-twotone.hgi-sd-card:before {
    content: "剟"
}

.hgi-twotone.hgi-seal:after {
    content: "剠"
}

.hgi-twotone.hgi-seal:before {
    content: "剡"
}

.hgi-twotone.hgi-search-01:after {
    content: "剢"
}

.hgi-twotone.hgi-search-01:before {
    content: "剣"
}

.hgi-twotone.hgi-search-02:after {
    content: "剤"
}

.hgi-twotone.hgi-search-02:before {
    content: "剥"
}

.hgi-twotone.hgi-search-add:after {
    content: "剦"
}

.hgi-twotone.hgi-search-add:before {
    content: "剧"
}

.hgi-twotone.hgi-search-area:after {
    content: "剨"
}

.hgi-twotone.hgi-search-area:before {
    content: "剩"
}

.hgi-twotone.hgi-search-circle:after {
    content: "剪"
}

.hgi-twotone.hgi-search-circle:before {
    content: "剫"
}

.hgi-twotone.hgi-search-dollar:after {
    content: "剬"
}

.hgi-twotone.hgi-search-dollar:before {
    content: "剭"
}

.hgi-twotone.hgi-search-focus:after {
    content: "剮"
}

.hgi-twotone.hgi-search-focus:before {
    content: "副"
}

.hgi-twotone.hgi-search-list-01:after {
    content: "剰"
}

.hgi-twotone.hgi-search-list-01:before {
    content: "剱"
}

.hgi-twotone.hgi-search-list-02:after {
    content: "割"
}

.hgi-twotone.hgi-search-list-02:before {
    content: "剳"
}

.hgi-twotone.hgi-search-minus:after {
    content: "剴"
}

.hgi-twotone.hgi-search-minus:before {
    content: "創"
}

.hgi-twotone.hgi-search-remove:after {
    content: "剶"
}

.hgi-twotone.hgi-search-remove:before {
    content: "剷"
}

.hgi-twotone.hgi-search-replace:after {
    content: "剸"
}

.hgi-twotone.hgi-search-replace:before {
    content: "剹"
}

.hgi-twotone.hgi-search-square:after {
    content: "剺"
}

.hgi-twotone.hgi-search-square:before {
    content: "剻"
}

.hgi-twotone.hgi-search-visual:after {
    content: "剼"
}

.hgi-twotone.hgi-search-visual:before {
    content: "剽"
}

.hgi-twotone.hgi-searching:after {
    content: "剾"
}

.hgi-twotone.hgi-searching:before {
    content: "剿"
}

.hgi-twotone.hgi-seat-selector:after {
    content: "劀"
}

.hgi-twotone.hgi-seat-selector:before {
    content: "劁"
}

.hgi-twotone.hgi-second-bracket-circle:after {
    content: "劂"
}

.hgi-twotone.hgi-second-bracket-circle:before {
    content: "劃"
}

.hgi-twotone.hgi-second-bracket:after {
    content: "劄"
}

.hgi-twotone.hgi-second-bracket-square:after {
    content: "劅"
}

.hgi-twotone.hgi-second-bracket-square:before {
    content: "劆"
}

.hgi-twotone.hgi-second-bracket:before {
    content: "劇"
}

.hgi-twotone.hgi-secured-network:after {
    content: "劈"
}

.hgi-twotone.hgi-secured-network:before {
    content: "劉"
}

.hgi-twotone.hgi-security-block:after {
    content: "劊"
}

.hgi-twotone.hgi-security-block:before {
    content: "劋"
}

.hgi-twotone.hgi-security-check:after {
    content: "劌"
}

.hgi-twotone.hgi-security-check:before {
    content: "劍"
}

.hgi-twotone.hgi-security-key-usb:after {
    content: "劎"
}

.hgi-twotone.hgi-security-key-usb:before {
    content: "劏"
}

.hgi-twotone.hgi-security-lock:after {
    content: "劐"
}

.hgi-twotone.hgi-security-lock:before {
    content: "劑"
}

.hgi-twotone.hgi-security-password:after {
    content: "劒"
}

.hgi-twotone.hgi-security-password:before {
    content: "劓"
}

.hgi-twotone.hgi-security:after {
    content: "劔"
}

.hgi-twotone.hgi-security-validation:after {
    content: "劕"
}

.hgi-twotone.hgi-security-validation:before {
    content: "劖"
}

.hgi-twotone.hgi-security-wifi:after {
    content: "劗"
}

.hgi-twotone.hgi-security-wifi:before {
    content: "劘"
}

.hgi-twotone.hgi-security:before {
    content: "劙"
}

.hgi-twotone.hgi-segment:after {
    content: "劚"
}

.hgi-twotone.hgi-segment:before {
    content: "力"
}

.hgi-twotone.hgi-select-01:after {
    content: "劜"
}

.hgi-twotone.hgi-select-01:before {
    content: "劝"
}

.hgi-twotone.hgi-select-02:after {
    content: "办"
}

.hgi-twotone.hgi-select-02:before {
    content: "功"
}

.hgi-twotone.hgi-send-to-mobile:after {
    content: "加"
}

.hgi-twotone.hgi-send-to-mobile:before {
    content: "务"
}

.hgi-twotone.hgi-senseless:after {
    content: "劢"
}

.hgi-twotone.hgi-senseless:before {
    content: "劣"
}

.hgi-twotone.hgi-sent:after {
    content: "劤"
}

.hgi-twotone.hgi-sent:before {
    content: "劥"
}

.hgi-twotone.hgi-seo:after {
    content: "劦"
}

.hgi-twotone.hgi-seo:before {
    content: "劧"
}

.hgi-twotone.hgi-service:after {
    content: "动"
}

.hgi-twotone.hgi-service:before {
    content: "助"
}

.hgi-twotone.hgi-setting-06:after {
    content: "努"
}

.hgi-twotone.hgi-setting-06:before {
    content: "劫"
}

.hgi-twotone.hgi-setting-07:after {
    content: "劬"
}

.hgi-twotone.hgi-setting-07:before {
    content: "劭"
}

.hgi-twotone.hgi-setting-done-01:after {
    content: "劮"
}

.hgi-twotone.hgi-setting-done-01:before {
    content: "劯"
}

.hgi-twotone.hgi-setting-done-02:after {
    content: "劰"
}

.hgi-twotone.hgi-setting-done-02:before {
    content: "励"
}

.hgi-twotone.hgi-setting-done-03:after {
    content: "劲"
}

.hgi-twotone.hgi-setting-done-03:before {
    content: "劳"
}

.hgi-twotone.hgi-setting-done-04:after {
    content: "労"
}

.hgi-twotone.hgi-setting-done-04:before {
    content: "劵"
}

.hgi-twotone.hgi-setting-error-03:after {
    content: "劶"
}

.hgi-twotone.hgi-setting-error-03:before {
    content: "劷"
}

.hgi-twotone.hgi-setting-error-04:after {
    content: "劸"
}

.hgi-twotone.hgi-setting-error-04:before {
    content: "効"
}

.hgi-twotone.hgi-settings-01:after {
    content: "劺"
}

.hgi-twotone.hgi-settings-01:before {
    content: "劻"
}

.hgi-twotone.hgi-settings-02:after {
    content: "劼"
}

.hgi-twotone.hgi-settings-02:before {
    content: "劽"
}

.hgi-twotone.hgi-settings-03:after {
    content: "劾"
}

.hgi-twotone.hgi-settings-03:before {
    content: "势"
}

.hgi-twotone.hgi-settings-04:after {
    content: "勀"
}

.hgi-twotone.hgi-settings-04:before {
    content: "勁"
}

.hgi-twotone.hgi-settings-05:after {
    content: "勂"
}

.hgi-twotone.hgi-settings-05:before {
    content: "勃"
}

.hgi-twotone.hgi-settings-error-01:after {
    content: "勄"
}

.hgi-twotone.hgi-settings-error-01:before {
    content: "勅"
}

.hgi-twotone.hgi-settings-error-02:after {
    content: "勆"
}

.hgi-twotone.hgi-settings-error-02:before {
    content: "勇"
}

.hgi-twotone.hgi-setup-01:after {
    content: "勈"
}

.hgi-twotone.hgi-setup-01:before {
    content: "勉"
}

.hgi-twotone.hgi-setup-02:after {
    content: "勊"
}

.hgi-twotone.hgi-setup-02:before {
    content: "勋"
}

.hgi-twotone.hgi-shaka-01:after {
    content: "勌"
}

.hgi-twotone.hgi-shaka-01:before {
    content: "勍"
}

.hgi-twotone.hgi-shaka-02:after {
    content: "勎"
}

.hgi-twotone.hgi-shaka-02:before {
    content: "勏"
}

.hgi-twotone.hgi-shaka-03:after {
    content: "勐"
}

.hgi-twotone.hgi-shaka-03:before {
    content: "勑"
}

.hgi-twotone.hgi-shaka-04:after {
    content: "勒"
}

.hgi-twotone.hgi-shaka-04:before {
    content: "勓"
}

.hgi-twotone.hgi-shampoo:after {
    content: "勔"
}

.hgi-twotone.hgi-shampoo:before {
    content: "動"
}

.hgi-twotone.hgi-shapes:after {
    content: "勖"
}

.hgi-twotone.hgi-shapes:before {
    content: "勗"
}

.hgi-twotone.hgi-share-01:after {
    content: "勘"
}

.hgi-twotone.hgi-share-01:before {
    content: "務"
}

.hgi-twotone.hgi-share-02:after {
    content: "勚"
}

.hgi-twotone.hgi-share-02:before {
    content: "勛"
}

.hgi-twotone.hgi-share-03:after {
    content: "勜"
}

.hgi-twotone.hgi-share-03:before {
    content: "勝"
}

.hgi-twotone.hgi-share-04:after {
    content: "勞"
}

.hgi-twotone.hgi-share-04:before {
    content: "募"
}

.hgi-twotone.hgi-share-05:after {
    content: "勠"
}

.hgi-twotone.hgi-share-05:before {
    content: "勡"
}

.hgi-twotone.hgi-share-06:after {
    content: "勢"
}

.hgi-twotone.hgi-share-06:before {
    content: "勣"
}

.hgi-twotone.hgi-share-07:after {
    content: "勤"
}

.hgi-twotone.hgi-share-07:before {
    content: "勥"
}

.hgi-twotone.hgi-share-08:after {
    content: "勦"
}

.hgi-twotone.hgi-share-08:before {
    content: "勧"
}

.hgi-twotone.hgi-share-knowledge:after {
    content: "勨"
}

.hgi-twotone.hgi-share-knowledge:before {
    content: "勩"
}

.hgi-twotone.hgi-share-location-01:after {
    content: "勪"
}

.hgi-twotone.hgi-share-location-01:before {
    content: "勫"
}

.hgi-twotone.hgi-share-location-02:after {
    content: "勬"
}

.hgi-twotone.hgi-share-location-02:before {
    content: "勭"
}

.hgi-twotone.hgi-shared-wifi:after {
    content: "勮"
}

.hgi-twotone.hgi-shared-wifi:before {
    content: "勯"
}

.hgi-twotone.hgi-sharing:after {
    content: "勰"
}

.hgi-twotone.hgi-sharing:before {
    content: "勱"
}

.hgi-twotone.hgi-shellfish:after {
    content: "勲"
}

.hgi-twotone.hgi-shellfish:before {
    content: "勳"
}

.hgi-twotone.hgi-sheriff-01:after {
    content: "勴"
}

.hgi-twotone.hgi-sheriff-01:before {
    content: "勵"
}

.hgi-twotone.hgi-sheriff-02:after {
    content: "勶"
}

.hgi-twotone.hgi-sheriff-02:before {
    content: "勷"
}

.hgi-twotone.hgi-shield-01:after {
    content: "勸"
}

.hgi-twotone.hgi-shield-01:before {
    content: "勹"
}

.hgi-twotone.hgi-shield-02:after {
    content: "勺"
}

.hgi-twotone.hgi-shield-02:before {
    content: "勻"
}

.hgi-twotone.hgi-shield-blockchain:after {
    content: "勼"
}

.hgi-twotone.hgi-shield-blockchain:before {
    content: "勽"
}

.hgi-twotone.hgi-shield-energy:after {
    content: "勾"
}

.hgi-twotone.hgi-shield-energy:before {
    content: "勿"
}

.hgi-twotone.hgi-shield-key:after {
    content: "匀"
}

.hgi-twotone.hgi-shield-key:before {
    content: "匁"
}

.hgi-twotone.hgi-shield-user:after {
    content: "匂"
}

.hgi-twotone.hgi-shield-user:before {
    content: "匃"
}

.hgi-twotone.hgi-shipment-tracking:after {
    content: "匄"
}

.hgi-twotone.hgi-shipment-tracking:before {
    content: "包"
}

.hgi-twotone.hgi-shipping-center:after {
    content: "匆"
}

.hgi-twotone.hgi-shipping-center:before {
    content: "匇"
}

.hgi-twotone.hgi-shipping-loading:after {
    content: "匈"
}

.hgi-twotone.hgi-shipping-loading:before {
    content: "匉"
}

.hgi-twotone.hgi-shipping-truck-01:after {
    content: "匊"
}

.hgi-twotone.hgi-shipping-truck-01:before {
    content: "匋"
}

.hgi-twotone.hgi-shipping-truck-02:after {
    content: "匌"
}

.hgi-twotone.hgi-shipping-truck-02:before {
    content: "匍"
}

.hgi-twotone.hgi-shirt-01:after {
    content: "匎"
}

.hgi-twotone.hgi-shirt-01:before {
    content: "匏"
}

.hgi-twotone.hgi-shocked:after {
    content: "匐"
}

.hgi-twotone.hgi-shocked:before {
    content: "匑"
}

.hgi-twotone.hgi-shop-sign:after {
    content: "匒"
}

.hgi-twotone.hgi-shop-sign:before {
    content: "匓"
}

.hgi-twotone.hgi-shopping-bag-01:after {
    content: "匔"
}

.hgi-twotone.hgi-shopping-bag-01:before {
    content: "匕"
}

.hgi-twotone.hgi-shopping-bag-02:after {
    content: "化"
}

.hgi-twotone.hgi-shopping-bag-02:before {
    content: "北"
}

.hgi-twotone.hgi-shopping-bag-03:after {
    content: "匘"
}

.hgi-twotone.hgi-shopping-bag-03:before {
    content: "匙"
}

.hgi-twotone.hgi-shopping-bag-add:after {
    content: "匚"
}

.hgi-twotone.hgi-shopping-bag-add:before {
    content: "匛"
}

.hgi-twotone.hgi-shopping-bag-check:after {
    content: "匜"
}

.hgi-twotone.hgi-shopping-bag-check:before {
    content: "匝"
}

.hgi-twotone.hgi-shopping-bag-favorite:after {
    content: "匞"
}

.hgi-twotone.hgi-shopping-bag-favorite:before {
    content: "匟"
}

.hgi-twotone.hgi-shopping-bag-remove:after {
    content: "匠"
}

.hgi-twotone.hgi-shopping-bag-remove:before {
    content: "匡"
}

.hgi-twotone.hgi-shopping-basket-01:after {
    content: "匢"
}

.hgi-twotone.hgi-shopping-basket-01:before {
    content: "匣"
}

.hgi-twotone.hgi-shopping-basket-02:after {
    content: "匤"
}

.hgi-twotone.hgi-shopping-basket-02:before {
    content: "匥"
}

.hgi-twotone.hgi-shopping-basket-03:after {
    content: "匦"
}

.hgi-twotone.hgi-shopping-basket-03:before {
    content: "匧"
}

.hgi-twotone.hgi-shopping-basket-add-01:after {
    content: "匨"
}

.hgi-twotone.hgi-shopping-basket-add-01:before {
    content: "匩"
}

.hgi-twotone.hgi-shopping-basket-add-02:after {
    content: "匪"
}

.hgi-twotone.hgi-shopping-basket-add-02:before {
    content: "匫"
}

.hgi-twotone.hgi-shopping-basket-add-03:after {
    content: "匬"
}

.hgi-twotone.hgi-shopping-basket-add-03:before {
    content: "匭"
}

.hgi-twotone.hgi-shopping-basket-check-in-01:after {
    content: "匮"
}

.hgi-twotone.hgi-shopping-basket-check-in-01:before {
    content: "匯"
}

.hgi-twotone.hgi-shopping-basket-check-in-02:after {
    content: "匰"
}

.hgi-twotone.hgi-shopping-basket-check-in-02:before {
    content: "匱"
}

.hgi-twotone.hgi-shopping-basket-check-in-03:after {
    content: "匲"
}

.hgi-twotone.hgi-shopping-basket-check-in-03:before {
    content: "匳"
}

.hgi-twotone.hgi-shopping-basket-check-out-01:after {
    content: "匴"
}

.hgi-twotone.hgi-shopping-basket-check-out-01:before {
    content: "匵"
}

.hgi-twotone.hgi-shopping-basket-check-out-02:after {
    content: "匶"
}

.hgi-twotone.hgi-shopping-basket-check-out-02:before {
    content: "匷"
}

.hgi-twotone.hgi-shopping-basket-check-out-03:after {
    content: "匸"
}

.hgi-twotone.hgi-shopping-basket-check-out-03:before {
    content: "匹"
}

.hgi-twotone.hgi-shopping-basket-done-01:after {
    content: "区"
}

.hgi-twotone.hgi-shopping-basket-done-01:before {
    content: "医"
}

.hgi-twotone.hgi-shopping-basket-done-02:after {
    content: "匼"
}

.hgi-twotone.hgi-shopping-basket-done-02:before {
    content: "匽"
}

.hgi-twotone.hgi-shopping-basket-done-03:after {
    content: "匾"
}

.hgi-twotone.hgi-shopping-basket-done-03:before {
    content: "匿"
}

.hgi-twotone.hgi-shopping-basket-favorite-01:after {
    content: "區"
}

.hgi-twotone.hgi-shopping-basket-favorite-01:before {
    content: "十"
}

.hgi-twotone.hgi-shopping-basket-favorite-02:after {
    content: "卂"
}

.hgi-twotone.hgi-shopping-basket-favorite-02:before {
    content: "千"
}

.hgi-twotone.hgi-shopping-basket-favorite-03:after {
    content: "卄"
}

.hgi-twotone.hgi-shopping-basket-favorite-03:before {
    content: "卅"
}

.hgi-twotone.hgi-shopping-basket-remove-01:after {
    content: "卆"
}

.hgi-twotone.hgi-shopping-basket-remove-01:before {
    content: "升"
}

.hgi-twotone.hgi-shopping-basket-remove-02:after {
    content: "午"
}

.hgi-twotone.hgi-shopping-basket-remove-02:before {
    content: "卉"
}

.hgi-twotone.hgi-shopping-basket-remove-03:after {
    content: "半"
}

.hgi-twotone.hgi-shopping-basket-remove-03:before {
    content: "卋"
}

.hgi-twotone.hgi-shopping-basket-secure-01:after {
    content: "卌"
}

.hgi-twotone.hgi-shopping-basket-secure-01:before {
    content: "卍"
}

.hgi-twotone.hgi-shopping-basket-secure-02:after {
    content: "华"
}

.hgi-twotone.hgi-shopping-basket-secure-02:before {
    content: "协"
}

.hgi-twotone.hgi-shopping-basket-secure-03:after {
    content: "卐"
}

.hgi-twotone.hgi-shopping-basket-secure-03:before {
    content: "卑"
}

.hgi-twotone.hgi-shopping-cart-01:after {
    content: "卒"
}

.hgi-twotone.hgi-shopping-cart-01:before {
    content: "卓"
}

.hgi-twotone.hgi-shopping-cart-02:after {
    content: "協"
}

.hgi-twotone.hgi-shopping-cart-02:before {
    content: "单"
}

.hgi-twotone.hgi-shopping-cart-add-01:after {
    content: "卖"
}

.hgi-twotone.hgi-shopping-cart-add-01:before {
    content: "南"
}

.hgi-twotone.hgi-shopping-cart-add-02:after {
    content: "単"
}

.hgi-twotone.hgi-shopping-cart-add-02:before {
    content: "卙"
}

.hgi-twotone.hgi-shopping-cart-check-01:after {
    content: "博"
}

.hgi-twotone.hgi-shopping-cart-check-01:before {
    content: "卛"
}

.hgi-twotone.hgi-shopping-cart-check-02:after {
    content: "卜"
}

.hgi-twotone.hgi-shopping-cart-check-02:before {
    content: "卝"
}

.hgi-twotone.hgi-shopping-cart-check-in-01:after {
    content: "卞"
}

.hgi-twotone.hgi-shopping-cart-check-in-01:before {
    content: "卟"
}

.hgi-twotone.hgi-shopping-cart-check-in-02:after {
    content: "占"
}

.hgi-twotone.hgi-shopping-cart-check-in-02:before {
    content: "卡"
}

.hgi-twotone.hgi-shopping-cart-check-out-01:after {
    content: "卢"
}

.hgi-twotone.hgi-shopping-cart-check-out-01:before {
    content: "卣"
}

.hgi-twotone.hgi-shopping-cart-check-out-02:after {
    content: "卤"
}

.hgi-twotone.hgi-shopping-cart-check-out-02:before {
    content: "卥"
}

.hgi-twotone.hgi-shopping-cart-favorite-01:after {
    content: "卦"
}

.hgi-twotone.hgi-shopping-cart-favorite-01:before {
    content: "卧"
}

.hgi-twotone.hgi-shopping-cart-favorite-02:after {
    content: "卨"
}

.hgi-twotone.hgi-shopping-cart-favorite-02:before {
    content: "卩"
}

.hgi-twotone.hgi-shopping-cart-remove-01:after {
    content: "卪"
}

.hgi-twotone.hgi-shopping-cart-remove-01:before {
    content: "卫"
}

.hgi-twotone.hgi-shopping-cart-remove-02:after {
    content: "卬"
}

.hgi-twotone.hgi-shopping-cart-remove-02:before {
    content: "卭"
}

.hgi-twotone.hgi-shorts-pants:after {
    content: "卮"
}

.hgi-twotone.hgi-shorts-pants:before {
    content: "卯"
}

.hgi-twotone.hgi-shuffle:after {
    content: "印"
}

.hgi-twotone.hgi-shuffle-square:after {
    content: "危"
}

.hgi-twotone.hgi-shuffle-square:before {
    content: "卲"
}

.hgi-twotone.hgi-shuffle:before {
    content: "即"
}

.hgi-twotone.hgi-shutterstock:after {
    content: "却"
}

.hgi-twotone.hgi-shutterstock:before {
    content: "卵"
}

.hgi-twotone.hgi-sidebar-bottom:after {
    content: "卶"
}

.hgi-twotone.hgi-sidebar-bottom:before {
    content: "卷"
}

.hgi-twotone.hgi-sidebar-left-01:after {
    content: "卸"
}

.hgi-twotone.hgi-sidebar-left-01:before {
    content: "卹"
}

.hgi-twotone.hgi-sidebar-left:after {
    content: "卺"
}

.hgi-twotone.hgi-sidebar-left:before {
    content: "卻"
}

.hgi-twotone.hgi-sidebar-right-01:after {
    content: "卼"
}

.hgi-twotone.hgi-sidebar-right-01:before {
    content: "卽"
}

.hgi-twotone.hgi-sidebar-right:after {
    content: "卾"
}

.hgi-twotone.hgi-sidebar-right:before {
    content: "卿"
}

.hgi-twotone.hgi-sidebar-top:after {
    content: "厀"
}

.hgi-twotone.hgi-sidebar-top:before {
    content: "厁"
}

.hgi-twotone.hgi-sign-language-c:after {
    content: "厂"
}

.hgi-twotone.hgi-sign-language-c:before {
    content: "厃"
}

.hgi-twotone.hgi-signal-full-01:after {
    content: "厄"
}

.hgi-twotone.hgi-signal-full-01:before {
    content: "厅"
}

.hgi-twotone.hgi-signal-full-02:after {
    content: "历"
}

.hgi-twotone.hgi-signal-full-02:before {
    content: "厇"
}

.hgi-twotone.hgi-signal-low-01:after {
    content: "厈"
}

.hgi-twotone.hgi-signal-low-01:before {
    content: "厉"
}

.hgi-twotone.hgi-signal-low-02:after {
    content: "厊"
}

.hgi-twotone.hgi-signal-low-02:before {
    content: "压"
}

.hgi-twotone.hgi-signal-low-medium:after {
    content: "厌"
}

.hgi-twotone.hgi-signal-low-medium:before {
    content: "厍"
}

.hgi-twotone.hgi-signal-medium-01:after {
    content: "厎"
}

.hgi-twotone.hgi-signal-medium-01:before {
    content: "厏"
}

.hgi-twotone.hgi-signal-medium-02:after {
    content: "厐"
}

.hgi-twotone.hgi-signal-medium-02:before {
    content: "厑"
}

.hgi-twotone.hgi-signal-no-01:after {
    content: "厒"
}

.hgi-twotone.hgi-signal-no-01:before {
    content: "厓"
}

.hgi-twotone.hgi-signal-no-02:after {
    content: "厔"
}

.hgi-twotone.hgi-signal-no-02:before {
    content: "厕"
}

.hgi-twotone.hgi-signal:after {
    content: "厖"
}

.hgi-twotone.hgi-signal:before {
    content: "厗"
}

.hgi-twotone.hgi-signature:after {
    content: "厘"
}

.hgi-twotone.hgi-signature:before {
    content: "厙"
}

.hgi-twotone.hgi-silence:after {
    content: "厚"
}

.hgi-twotone.hgi-silence:before {
    content: "厛"
}

.hgi-twotone.hgi-simcard-01:after {
    content: "厜"
}

.hgi-twotone.hgi-simcard-01:before {
    content: "厝"
}

.hgi-twotone.hgi-simcard-02:after {
    content: "厞"
}

.hgi-twotone.hgi-simcard-02:before {
    content: "原"
}

.hgi-twotone.hgi-simcard-dual:after {
    content: "厠"
}

.hgi-twotone.hgi-simcard-dual:before {
    content: "厡"
}

.hgi-twotone.hgi-sin:after {
    content: "厢"
}

.hgi-twotone.hgi-sin:before {
    content: "厣"
}

.hgi-twotone.hgi-sine-01:after {
    content: "厤"
}

.hgi-twotone.hgi-sine-01:before {
    content: "厥"
}

.hgi-twotone.hgi-sine-02:after {
    content: "厦"
}

.hgi-twotone.hgi-sine-02:before {
    content: "厧"
}

.hgi-twotone.hgi-sing-left:after {
    content: "厨"
}

.hgi-twotone.hgi-sing-left:before {
    content: "厩"
}

.hgi-twotone.hgi-sing-right:after {
    content: "厪"
}

.hgi-twotone.hgi-sing-right:before {
    content: "厫"
}

.hgi-twotone.hgi-sink-01:after {
    content: "厬"
}

.hgi-twotone.hgi-sink-01:before {
    content: "厭"
}

.hgi-twotone.hgi-sink-02:after {
    content: "厮"
}

.hgi-twotone.hgi-sink-02:before {
    content: "厯"
}

.hgi-twotone.hgi-siri:after {
    content: "厰"
}

.hgi-twotone.hgi-siri:before {
    content: "厱"
}

.hgi-twotone.hgi-sketch:after {
    content: "厲"
}

.hgi-twotone.hgi-sketch:before {
    content: "厳"
}

.hgi-twotone.hgi-skew:after {
    content: "厴"
}

.hgi-twotone.hgi-skew:before {
    content: "厵"
}

.hgi-twotone.hgi-ski-dice-faces-01:after {
    content: "厶"
}

.hgi-twotone.hgi-ski-dice-faces-01:before {
    content: "厷"
}

.hgi-twotone.hgi-skipping-rope:after {
    content: "厸"
}

.hgi-twotone.hgi-skipping-rope:before {
    content: "厹"
}

.hgi-twotone.hgi-skull:after {
    content: "厺"
}

.hgi-twotone.hgi-skull:before {
    content: "去"
}

.hgi-twotone.hgi-skype:after {
    content: "厼"
}

.hgi-twotone.hgi-skype:before {
    content: "厽"
}

.hgi-twotone.hgi-slack:after {
    content: "厾"
}

.hgi-twotone.hgi-slack:before {
    content: "县"
}

.hgi-twotone.hgi-sleeping:after {
    content: "叀"
}

.hgi-twotone.hgi-sleeping:before {
    content: "叁"
}

.hgi-twotone.hgi-sleeveless:after {
    content: "参"
}

.hgi-twotone.hgi-sleeveless:before {
    content: "參"
}

.hgi-twotone.hgi-sliders-horizontal:after {
    content: "叄"
}

.hgi-twotone.hgi-sliders-horizontal:before {
    content: "叅"
}

.hgi-twotone.hgi-sliders-vertical:after {
    content: "叆"
}

.hgi-twotone.hgi-sliders-vertical:before {
    content: "叇"
}

.hgi-twotone.hgi-slideshare:after {
    content: "又"
}

.hgi-twotone.hgi-slideshare:before {
    content: "叉"
}

.hgi-twotone.hgi-slow-winds:after {
    content: "及"
}

.hgi-twotone.hgi-slow-winds:before {
    content: "友"
}

.hgi-twotone.hgi-smart-ac:after {
    content: "双"
}

.hgi-twotone.hgi-smart-ac:before {
    content: "反"
}

.hgi-twotone.hgi-smart-phone-01:after {
    content: "収"
}

.hgi-twotone.hgi-smart-phone-01:before {
    content: "叏"
}

.hgi-twotone.hgi-smart-phone-02:after {
    content: "叐"
}

.hgi-twotone.hgi-smart-phone-02:before {
    content: "发"
}

.hgi-twotone.hgi-smart-phone-03:after {
    content: "叒"
}

.hgi-twotone.hgi-smart-phone-03:before {
    content: "叓"
}

.hgi-twotone.hgi-smart-phone-04:after {
    content: "叔"
}

.hgi-twotone.hgi-smart-phone-04:before {
    content: "叕"
}

.hgi-twotone.hgi-smart-phone-landscape:after {
    content: "取"
}

.hgi-twotone.hgi-smart-phone-landscape:before {
    content: "受"
}

.hgi-twotone.hgi-smart:after {
    content: "变"
}

.hgi-twotone.hgi-smart-watch-01:after {
    content: "叙"
}

.hgi-twotone.hgi-smart-watch-01:before {
    content: "叚"
}

.hgi-twotone.hgi-smart-watch-02:after {
    content: "叛"
}

.hgi-twotone.hgi-smart-watch-02:before {
    content: "叜"
}

.hgi-twotone.hgi-smart-watch-03:after {
    content: "叝"
}

.hgi-twotone.hgi-smart-watch-03:before {
    content: "叞"
}

.hgi-twotone.hgi-smart-watch-04:after {
    content: "叟"
}

.hgi-twotone.hgi-smart-watch-04:before {
    content: "叠"
}

.hgi-twotone.hgi-smart:before {
    content: "叡"
}

.hgi-twotone.hgi-smartphone-lost-wifi:after {
    content: "叢"
}

.hgi-twotone.hgi-smartphone-lost-wifi:before {
    content: "口"
}

.hgi-twotone.hgi-smartphone-wifi:after {
    content: "古"
}

.hgi-twotone.hgi-smartphone-wifi:before {
    content: "句"
}

.hgi-twotone.hgi-smile-dizzy:after {
    content: "另"
}

.hgi-twotone.hgi-smile-dizzy:before {
    content: "叧"
}

.hgi-twotone.hgi-smile:after {
    content: "叨"
}

.hgi-twotone.hgi-smile:before {
    content: "叩"
}

.hgi-twotone.hgi-sms-code:after {
    content: "只"
}

.hgi-twotone.hgi-sms-code:before {
    content: "叫"
}

.hgi-twotone.hgi-snail:after {
    content: "召"
}

.hgi-twotone.hgi-snail:before {
    content: "叭"
}

.hgi-twotone.hgi-snapchat:after {
    content: "叮"
}

.hgi-twotone.hgi-snapchat:before {
    content: "可"
}

.hgi-twotone.hgi-snow:after {
    content: "台"
}

.hgi-twotone.hgi-snow:before {
    content: "叱"
}

.hgi-twotone.hgi-soda-can:after {
    content: "史"
}

.hgi-twotone.hgi-soda-can:before {
    content: "右"
}

.hgi-twotone.hgi-sofa-01:after {
    content: "叴"
}

.hgi-twotone.hgi-sofa-01:before {
    content: "叵"
}

.hgi-twotone.hgi-sofa-02:after {
    content: "叶"
}

.hgi-twotone.hgi-sofa-02:before {
    content: "号"
}

.hgi-twotone.hgi-sofa-03:after {
    content: "司"
}

.hgi-twotone.hgi-sofa-03:before {
    content: "叹"
}

.hgi-twotone.hgi-sofa-single:after {
    content: "叺"
}

.hgi-twotone.hgi-sofa-single:before {
    content: "叻"
}

.hgi-twotone.hgi-soft-drink-01:after {
    content: "叼"
}

.hgi-twotone.hgi-soft-drink-01:before {
    content: "叽"
}

.hgi-twotone.hgi-soft-drink-02:after {
    content: "叾"
}

.hgi-twotone.hgi-soft-drink-02:before {
    content: "叿"
}

.hgi-twotone.hgi-software-license:after {
    content: "吀"
}

.hgi-twotone.hgi-software-license:before {
    content: "吁"
}

.hgi-twotone.hgi-software:after {
    content: "吂"
}

.hgi-twotone.hgi-software-uninstall:after {
    content: "吃"
}

.hgi-twotone.hgi-software-uninstall:before {
    content: "各"
}

.hgi-twotone.hgi-software:before {
    content: "吅"
}

.hgi-twotone.hgi-soil-moisture-field:after {
    content: "吆"
}

.hgi-twotone.hgi-soil-moisture-field:before {
    content: "吇"
}

.hgi-twotone.hgi-soil-moisture-global:after {
    content: "合"
}

.hgi-twotone.hgi-soil-moisture-global:before {
    content: "吉"
}

.hgi-twotone.hgi-soil-temperature-field:after {
    content: "吊"
}

.hgi-twotone.hgi-soil-temperature-field:before {
    content: "吋"
}

.hgi-twotone.hgi-soil-temperature-global:after {
    content: "同"
}

.hgi-twotone.hgi-soil-temperature-global:before {
    content: "名"
}

.hgi-twotone.hgi-solar-energy:after {
    content: "后"
}

.hgi-twotone.hgi-solar-energy:before {
    content: "吏"
}

.hgi-twotone.hgi-solar-panel-01:after {
    content: "吐"
}

.hgi-twotone.hgi-solar-panel-01:before {
    content: "向"
}

.hgi-twotone.hgi-solar-panel-02:after {
    content: "吒"
}

.hgi-twotone.hgi-solar-panel-02:before {
    content: "吓"
}

.hgi-twotone.hgi-solar-panel-03:after {
    content: "吔"
}

.hgi-twotone.hgi-solar-panel-03:before {
    content: "吕"
}

.hgi-twotone.hgi-solar-panel-04:after {
    content: "吖"
}

.hgi-twotone.hgi-solar-panel-04:before {
    content: "吗"
}

.hgi-twotone.hgi-solar-panel-05:after {
    content: "吘"
}

.hgi-twotone.hgi-solar-panel-05:before {
    content: "吙"
}

.hgi-twotone.hgi-solar-power:after {
    content: "吚"
}

.hgi-twotone.hgi-solar-power:before {
    content: "君"
}

.hgi-twotone.hgi-solar-system-01:after {
    content: "吜"
}

.hgi-twotone.hgi-solar-system-01:before {
    content: "吝"
}

.hgi-twotone.hgi-solar-system:after {
    content: "吞"
}

.hgi-twotone.hgi-solar-system:before {
    content: "吟"
}

.hgi-twotone.hgi-solid-line-01:after {
    content: "吠"
}

.hgi-twotone.hgi-solid-line-01:before {
    content: "吡"
}

.hgi-twotone.hgi-solid-line-02:after {
    content: "吢"
}

.hgi-twotone.hgi-solid-line-02:before {
    content: "吣"
}

.hgi-twotone.hgi-sort-by-down-01:after {
    content: "吤"
}

.hgi-twotone.hgi-sort-by-down-01:before {
    content: "吥"
}

.hgi-twotone.hgi-sort-by-down-02:after {
    content: "否"
}

.hgi-twotone.hgi-sort-by-down-02:before {
    content: "吧"
}

.hgi-twotone.hgi-sort-by-up-01:after {
    content: "吨"
}

.hgi-twotone.hgi-sort-by-up-01:before {
    content: "吩"
}

.hgi-twotone.hgi-sort-by-up-02:after {
    content: "吪"
}

.hgi-twotone.hgi-sort-by-up-02:before {
    content: "含"
}

.hgi-twotone.hgi-sorting-01:after {
    content: "听"
}

.hgi-twotone.hgi-sorting-01:before {
    content: "吭"
}

.hgi-twotone.hgi-sorting-02:after {
    content: "吮"
}

.hgi-twotone.hgi-sorting-02:before {
    content: "启"
}

.hgi-twotone.hgi-sorting-03:after {
    content: "吰"
}

.hgi-twotone.hgi-sorting-03:before {
    content: "吱"
}

.hgi-twotone.hgi-sorting-04:after {
    content: "吲"
}

.hgi-twotone.hgi-sorting-04:before {
    content: "吳"
}

.hgi-twotone.hgi-sorting-05:after {
    content: "吴"
}

.hgi-twotone.hgi-sorting-05:before {
    content: "吵"
}

.hgi-twotone.hgi-sorting-1-9:after {
    content: "吶"
}

.hgi-twotone.hgi-sorting-1-9:before {
    content: "吷"
}

.hgi-twotone.hgi-sorting-9-1:after {
    content: "吸"
}

.hgi-twotone.hgi-sorting-9-1:before {
    content: "吹"
}

.hgi-twotone.hgi-sorting-a-z-01:after {
    content: "吺"
}

.hgi-twotone.hgi-sorting-a-z-01:before {
    content: "吻"
}

.hgi-twotone.hgi-sorting-a-z-02:after {
    content: "吼"
}

.hgi-twotone.hgi-sorting-a-z-02:before {
    content: "吽"
}

.hgi-twotone.hgi-sorting-down:after {
    content: "吾"
}

.hgi-twotone.hgi-sorting-down:before {
    content: "吿"
}

.hgi-twotone.hgi-sorting-up:after {
    content: "呀"
}

.hgi-twotone.hgi-sorting-up:before {
    content: "呁"
}

.hgi-twotone.hgi-sorting-z-a-01:after {
    content: "呂"
}

.hgi-twotone.hgi-sorting-z-a-01:before {
    content: "呃"
}

.hgi-twotone.hgi-soundcloud:after {
    content: "呄"
}

.hgi-twotone.hgi-soundcloud:before {
    content: "呅"
}

.hgi-twotone.hgi-source-code-circle:after {
    content: "呆"
}

.hgi-twotone.hgi-source-code-circle:before {
    content: "呇"
}

.hgi-twotone.hgi-source-code:after {
    content: "呈"
}

.hgi-twotone.hgi-source-code-square:after {
    content: "呉"
}

.hgi-twotone.hgi-source-code-square:before {
    content: "告"
}

.hgi-twotone.hgi-source-code:before {
    content: "呋"
}

.hgi-twotone.hgi-spaceship:after {
    content: "呌"
}

.hgi-twotone.hgi-spaceship:before {
    content: "呍"
}

.hgi-twotone.hgi-spades:after {
    content: "呎"
}

.hgi-twotone.hgi-spades:before {
    content: "呏"
}

.hgi-twotone.hgi-spaghetti:after {
    content: "呐"
}

.hgi-twotone.hgi-spaghetti:before {
    content: "呑"
}

.hgi-twotone.hgi-spam:after {
    content: "呒"
}

.hgi-twotone.hgi-spam:before {
    content: "呓"
}

.hgi-twotone.hgi-sparkles:after {
    content: "呔"
}

.hgi-twotone.hgi-sparkles:before {
    content: "呕"
}

.hgi-twotone.hgi-spartan-helmet:after {
    content: "呖"
}

.hgi-twotone.hgi-spartan-helmet:before {
    content: "呗"
}

.hgi-twotone.hgi-spatula:after {
    content: "员"
}

.hgi-twotone.hgi-spatula:before {
    content: "呙"
}

.hgi-twotone.hgi-speaker-01:after {
    content: "呚"
}

.hgi-twotone.hgi-speaker-01:before {
    content: "呛"
}

.hgi-twotone.hgi-speaker:after {
    content: "呜"
}

.hgi-twotone.hgi-speaker:before {
    content: "呝"
}

.hgi-twotone.hgi-speech-to-text:after {
    content: "呞"
}

.hgi-twotone.hgi-speech-to-text:before {
    content: "呟"
}

.hgi-twotone.hgi-speed-train-01:after {
    content: "呠"
}

.hgi-twotone.hgi-speed-train-01:before {
    content: "呡"
}

.hgi-twotone.hgi-speed-train-02:after {
    content: "呢"
}

.hgi-twotone.hgi-speed-train-02:before {
    content: "呣"
}

.hgi-twotone.hgi-sperm:after {
    content: "呤"
}

.hgi-twotone.hgi-sperm:before {
    content: "呥"
}

.hgi-twotone.hgi-sphere:after {
    content: "呦"
}

.hgi-twotone.hgi-sphere:before {
    content: "呧"
}

.hgi-twotone.hgi-spirals:after {
    content: "周"
}

.hgi-twotone.hgi-spirals:before {
    content: "呩"
}

.hgi-twotone.hgi-spoon-and-fork:after {
    content: "呪"
}

.hgi-twotone.hgi-spoon-and-fork:before {
    content: "呫"
}

.hgi-twotone.hgi-spoon-and-knife:after {
    content: "呬"
}

.hgi-twotone.hgi-spoon-and-knife:before {
    content: "呭"
}

.hgi-twotone.hgi-spoon:after {
    content: "呮"
}

.hgi-twotone.hgi-spoon:before {
    content: "呯"
}

.hgi-twotone.hgi-spotify:after {
    content: "呰"
}

.hgi-twotone.hgi-spotify:before {
    content: "呱"
}

.hgi-twotone.hgi-sql:after {
    content: "呲"
}

.hgi-twotone.hgi-sql:before {
    content: "味"
}

.hgi-twotone.hgi-square-01:after {
    content: "呴"
}

.hgi-twotone.hgi-square-01:before {
    content: "呵"
}

.hgi-twotone.hgi-square-arrow-data-transfer-diagonal:after {
    content: "呶"
}

.hgi-twotone.hgi-square-arrow-data-transfer-diagonal:before {
    content: "呷"
}

.hgi-twotone.hgi-square-arrow-data-transfer-horizontal:after {
    content: "呸"
}

.hgi-twotone.hgi-square-arrow-data-transfer-horizontal:before {
    content: "呹"
}

.hgi-twotone.hgi-square-arrow-data-transfer-vertical:after {
    content: "呺"
}

.hgi-twotone.hgi-square-arrow-data-transfer-vertical:before {
    content: "呻"
}

.hgi-twotone.hgi-square-arrow-diagonal-01:after {
    content: "呼"
}

.hgi-twotone.hgi-square-arrow-diagonal-01:before {
    content: "命"
}

.hgi-twotone.hgi-square-arrow-diagonal-02:after {
    content: "呾"
}

.hgi-twotone.hgi-square-arrow-diagonal-02:before {
    content: "呿"
}

.hgi-twotone.hgi-square-arrow-down-01:after {
    content: "咀"
}

.hgi-twotone.hgi-square-arrow-down-01:before {
    content: "咁"
}

.hgi-twotone.hgi-square-arrow-down-02:after {
    content: "咂"
}

.hgi-twotone.hgi-square-arrow-down-02:before {
    content: "咃"
}

.hgi-twotone.hgi-square-arrow-down-03:after {
    content: "咄"
}

.hgi-twotone.hgi-square-arrow-down-03:before {
    content: "咅"
}

.hgi-twotone.hgi-square-arrow-down-double:after {
    content: "咆"
}

.hgi-twotone.hgi-square-arrow-down-double:before {
    content: "咇"
}

.hgi-twotone.hgi-square-arrow-down-left:after {
    content: "咈"
}

.hgi-twotone.hgi-square-arrow-down-left:before {
    content: "咉"
}

.hgi-twotone.hgi-square-arrow-down-right:after {
    content: "咊"
}

.hgi-twotone.hgi-square-arrow-down-right:before {
    content: "咋"
}

.hgi-twotone.hgi-square-arrow-expand-01:after {
    content: "和"
}

.hgi-twotone.hgi-square-arrow-expand-01:before {
    content: "咍"
}

.hgi-twotone.hgi-square-arrow-expand-02:after {
    content: "咎"
}

.hgi-twotone.hgi-square-arrow-expand-02:before {
    content: "咏"
}

.hgi-twotone.hgi-square-arrow-horizontal:after {
    content: "咐"
}

.hgi-twotone.hgi-square-arrow-horizontal:before {
    content: "咑"
}

.hgi-twotone.hgi-square-arrow-left-01:after {
    content: "咒"
}

.hgi-twotone.hgi-square-arrow-left-01:before {
    content: "咓"
}

.hgi-twotone.hgi-square-arrow-left-02:after {
    content: "咔"
}

.hgi-twotone.hgi-square-arrow-left-02:before {
    content: "咕"
}

.hgi-twotone.hgi-square-arrow-left-03:after {
    content: "咖"
}

.hgi-twotone.hgi-square-arrow-left-03:before {
    content: "咗"
}

.hgi-twotone.hgi-square-arrow-left-double:after {
    content: "咘"
}

.hgi-twotone.hgi-square-arrow-left-double:before {
    content: "咙"
}

.hgi-twotone.hgi-square-arrow-left-right:after {
    content: "咚"
}

.hgi-twotone.hgi-square-arrow-left-right:before {
    content: "咛"
}

.hgi-twotone.hgi-square-arrow-move-down-left:after {
    content: "咜"
}

.hgi-twotone.hgi-square-arrow-move-down-left:before {
    content: "咝"
}

.hgi-twotone.hgi-square-arrow-move-down-right:after {
    content: "咞"
}

.hgi-twotone.hgi-square-arrow-move-down-right:before {
    content: "咟"
}

.hgi-twotone.hgi-square-arrow-move-left-down:after {
    content: "咠"
}

.hgi-twotone.hgi-square-arrow-move-left-down:before {
    content: "咡"
}

.hgi-twotone.hgi-square-arrow-move-left-up:after {
    content: "咢"
}

.hgi-twotone.hgi-square-arrow-move-left-up:before {
    content: "咣"
}

.hgi-twotone.hgi-square-arrow-move-right-down:after {
    content: "咤"
}

.hgi-twotone.hgi-square-arrow-move-right-down:before {
    content: "咥"
}

.hgi-twotone.hgi-square-arrow-move-right-up:after {
    content: "咦"
}

.hgi-twotone.hgi-square-arrow-move-right-up:before {
    content: "咧"
}

.hgi-twotone.hgi-square-arrow-reload-01:after {
    content: "咨"
}

.hgi-twotone.hgi-square-arrow-reload-01:before {
    content: "咩"
}

.hgi-twotone.hgi-square-arrow-reload-02:after {
    content: "咪"
}

.hgi-twotone.hgi-square-arrow-reload-02:before {
    content: "咫"
}

.hgi-twotone.hgi-square-arrow-right-01:after {
    content: "咬"
}

.hgi-twotone.hgi-square-arrow-right-01:before {
    content: "咭"
}

.hgi-twotone.hgi-square-arrow-right-02:after {
    content: "咮"
}

.hgi-twotone.hgi-square-arrow-right-02:before {
    content: "咯"
}

.hgi-twotone.hgi-square-arrow-right-03:after {
    content: "咰"
}

.hgi-twotone.hgi-square-arrow-right-03:before {
    content: "咱"
}

.hgi-twotone.hgi-square-arrow-right-double:after {
    content: "咲"
}

.hgi-twotone.hgi-square-arrow-right-double:before {
    content: "咳"
}

.hgi-twotone.hgi-square-arrow-shrink-01:after {
    content: "咴"
}

.hgi-twotone.hgi-square-arrow-shrink-01:before {
    content: "咵"
}

.hgi-twotone.hgi-square-arrow-shrink-02:after {
    content: "咶"
}

.hgi-twotone.hgi-square-arrow-shrink-02:before {
    content: "咷"
}

.hgi-twotone.hgi-square-arrow-up-01:after {
    content: "咸"
}

.hgi-twotone.hgi-square-arrow-up-01:before {
    content: "咹"
}

.hgi-twotone.hgi-square-arrow-up-02:after {
    content: "咺"
}

.hgi-twotone.hgi-square-arrow-up-02:before {
    content: "咻"
}

.hgi-twotone.hgi-square-arrow-up-03:after {
    content: "咼"
}

.hgi-twotone.hgi-square-arrow-up-03:before {
    content: "咽"
}

.hgi-twotone.hgi-square-arrow-up-double:after {
    content: "咾"
}

.hgi-twotone.hgi-square-arrow-up-double:before {
    content: "咿"
}

.hgi-twotone.hgi-square-arrow-up-down:after {
    content: "哀"
}

.hgi-twotone.hgi-square-arrow-up-down:before {
    content: "品"
}

.hgi-twotone.hgi-square-arrow-up-left:after {
    content: "哂"
}

.hgi-twotone.hgi-square-arrow-up-left:before {
    content: "哃"
}

.hgi-twotone.hgi-square-arrow-up-right:after {
    content: "哄"
}

.hgi-twotone.hgi-square-arrow-up-right:before {
    content: "哅"
}

.hgi-twotone.hgi-square-arrow-vertical:after {
    content: "哆"
}

.hgi-twotone.hgi-square-arrow-vertical:before {
    content: "哇"
}

.hgi-twotone.hgi-square-circle:after {
    content: "哈"
}

.hgi-twotone.hgi-square-circle:before {
    content: "哉"
}

.hgi-twotone.hgi-square-lock-01:after {
    content: "哊"
}

.hgi-twotone.hgi-square-lock-01:before {
    content: "哋"
}

.hgi-twotone.hgi-square-lock-02:after {
    content: "哌"
}

.hgi-twotone.hgi-square-lock-02:before {
    content: "响"
}

.hgi-twotone.hgi-square-lock-add-01:after {
    content: "哎"
}

.hgi-twotone.hgi-square-lock-add-01:before {
    content: "哏"
}

.hgi-twotone.hgi-square-lock-add-02:after {
    content: "哐"
}

.hgi-twotone.hgi-square-lock-add-02:before {
    content: "哑"
}

.hgi-twotone.hgi-square-lock-check-01:after {
    content: "哒"
}

.hgi-twotone.hgi-square-lock-check-01:before {
    content: "哓"
}

.hgi-twotone.hgi-square-lock-check-02:after {
    content: "哔"
}

.hgi-twotone.hgi-square-lock-check-02:before {
    content: "哕"
}

.hgi-twotone.hgi-square-lock-minus-01:after {
    content: "哖"
}

.hgi-twotone.hgi-square-lock-minus-01:before {
    content: "哗"
}

.hgi-twotone.hgi-square-lock-minus-02:after {
    content: "哘"
}

.hgi-twotone.hgi-square-lock-minus-02:before {
    content: "哙"
}

.hgi-twotone.hgi-square-lock-password:after {
    content: "哚"
}

.hgi-twotone.hgi-square-lock-password:before {
    content: "哛"
}

.hgi-twotone.hgi-square-lock-remove-01:after {
    content: "哜"
}

.hgi-twotone.hgi-square-lock-remove-01:before {
    content: "哝"
}

.hgi-twotone.hgi-square-lock-remove-02:after {
    content: "哞"
}

.hgi-twotone.hgi-square-lock-remove-02:before {
    content: "哟"
}

.hgi-twotone.hgi-square-root-square:after {
    content: "哠"
}

.hgi-twotone.hgi-square-root-square:before {
    content: "員"
}

.hgi-twotone.hgi-square:after {
    content: "哢"
}

.hgi-twotone.hgi-square-square:after {
    content: "哣"
}

.hgi-twotone.hgi-square-square:before {
    content: "哤"
}

.hgi-twotone.hgi-square-unlock-01:after {
    content: "哥"
}

.hgi-twotone.hgi-square-unlock-01:before {
    content: "哦"
}

.hgi-twotone.hgi-square-unlock-02:after {
    content: "哧"
}

.hgi-twotone.hgi-square-unlock-02:before {
    content: "哨"
}

.hgi-twotone.hgi-square:before {
    content: "哩"
}

.hgi-twotone.hgi-stack-star:after {
    content: "哪"
}

.hgi-twotone.hgi-stack-star:before {
    content: "哫"
}

.hgi-twotone.hgi-stake:after {
    content: "哬"
}

.hgi-twotone.hgi-stake:before {
    content: "哭"
}

.hgi-twotone.hgi-stamp-01:after {
    content: "哮"
}

.hgi-twotone.hgi-stamp-01:before {
    content: "哯"
}

.hgi-twotone.hgi-stamp-02:after {
    content: "哰"
}

.hgi-twotone.hgi-stamp-02:before {
    content: "哱"
}

.hgi-twotone.hgi-stamp:after {
    content: "哲"
}

.hgi-twotone.hgi-stamp:before {
    content: "哳"
}

.hgi-twotone.hgi-star-circle:after {
    content: "哴"
}

.hgi-twotone.hgi-star-circle:before {
    content: "哵"
}

.hgi-twotone.hgi-star-face:after {
    content: "哶"
}

.hgi-twotone.hgi-star-face:before {
    content: "哷"
}

.hgi-twotone.hgi-star-half:after {
    content: "哸"
}

.hgi-twotone.hgi-star-half:before {
    content: "哹"
}

.hgi-twotone.hgi-star-off:after {
    content: "哺"
}

.hgi-twotone.hgi-star-off:before {
    content: "哻"
}

.hgi-twotone.hgi-star:after {
    content: "哼"
}

.hgi-twotone.hgi-star-square:after {
    content: "哽"
}

.hgi-twotone.hgi-star-square:before {
    content: "哾"
}

.hgi-twotone.hgi-star:before {
    content: "哿"
}

.hgi-twotone.hgi-stars:after {
    content: "唀"
}

.hgi-twotone.hgi-stars:before {
    content: "唁"
}

.hgi-twotone.hgi-start-up-01:after {
    content: "唂"
}

.hgi-twotone.hgi-start-up-01:before {
    content: "唃"
}

.hgi-twotone.hgi-start-up-02:after {
    content: "唄"
}

.hgi-twotone.hgi-start-up-02:before {
    content: "唅"
}

.hgi-twotone.hgi-stationery:after {
    content: "唆"
}

.hgi-twotone.hgi-stationery:before {
    content: "唇"
}

.hgi-twotone.hgi-steak:after {
    content: "唈"
}

.hgi-twotone.hgi-steak:before {
    content: "唉"
}

.hgi-twotone.hgi-steering:after {
    content: "唊"
}

.hgi-twotone.hgi-steering:before {
    content: "唋"
}

.hgi-twotone.hgi-step-into:after {
    content: "唌"
}

.hgi-twotone.hgi-step-into:before {
    content: "唍"
}

.hgi-twotone.hgi-step-out:after {
    content: "唎"
}

.hgi-twotone.hgi-step-out:before {
    content: "唏"
}

.hgi-twotone.hgi-step-over:after {
    content: "唐"
}

.hgi-twotone.hgi-step-over:before {
    content: "唑"
}

.hgi-twotone.hgi-stethoscope-02:after {
    content: "唒"
}

.hgi-twotone.hgi-stethoscope-02:before {
    content: "唓"
}

.hgi-twotone.hgi-stethoscope:after {
    content: "唔"
}

.hgi-twotone.hgi-stethoscope:before {
    content: "唕"
}

.hgi-twotone.hgi-sticky-note-01:after {
    content: "唖"
}

.hgi-twotone.hgi-sticky-note-01:before {
    content: "唗"
}

.hgi-twotone.hgi-sticky-note-02:after {
    content: "唘"
}

.hgi-twotone.hgi-sticky-note-02:before {
    content: "唙"
}

.hgi-twotone.hgi-stop:after {
    content: "唚"
}

.hgi-twotone.hgi-stop-watch:after {
    content: "唛"
}

.hgi-twotone.hgi-stop-watch:before {
    content: "唜"
}

.hgi-twotone.hgi-stop:before {
    content: "唝"
}

.hgi-twotone.hgi-store-01:after {
    content: "唞"
}

.hgi-twotone.hgi-store-01:before {
    content: "唟"
}

.hgi-twotone.hgi-store-02:after {
    content: "唠"
}

.hgi-twotone.hgi-store-02:before {
    content: "唡"
}

.hgi-twotone.hgi-store-03:after {
    content: "唢"
}

.hgi-twotone.hgi-store-03:before {
    content: "唣"
}

.hgi-twotone.hgi-store-04:after {
    content: "唤"
}

.hgi-twotone.hgi-store-04:before {
    content: "唥"
}

.hgi-twotone.hgi-store-add-01:after {
    content: "唦"
}

.hgi-twotone.hgi-store-add-01:before {
    content: "唧"
}

.hgi-twotone.hgi-store-add-02:after {
    content: "唨"
}

.hgi-twotone.hgi-store-add-02:before {
    content: "唩"
}

.hgi-twotone.hgi-store-location-01:after {
    content: "唪"
}

.hgi-twotone.hgi-store-location-01:before {
    content: "唫"
}

.hgi-twotone.hgi-store-location-02:after {
    content: "唬"
}

.hgi-twotone.hgi-store-location-02:before {
    content: "唭"
}

.hgi-twotone.hgi-store-remove-01:after {
    content: "售"
}

.hgi-twotone.hgi-store-remove-01:before {
    content: "唯"
}

.hgi-twotone.hgi-store-remove-02:after {
    content: "唰"
}

.hgi-twotone.hgi-store-remove-02:before {
    content: "唱"
}

.hgi-twotone.hgi-store-verified-01:after {
    content: "唲"
}

.hgi-twotone.hgi-store-verified-01:before {
    content: "唳"
}

.hgi-twotone.hgi-store-verified-02:after {
    content: "唴"
}

.hgi-twotone.hgi-store-verified-02:before {
    content: "唵"
}

.hgi-twotone.hgi-straight-edge:after {
    content: "唶"
}

.hgi-twotone.hgi-straight-edge:before {
    content: "唷"
}

.hgi-twotone.hgi-strategy:after {
    content: "唸"
}

.hgi-twotone.hgi-strategy:before {
    content: "唹"
}

.hgi-twotone.hgi-stroke-bottom:after {
    content: "唺"
}

.hgi-twotone.hgi-stroke-bottom:before {
    content: "唻"
}

.hgi-twotone.hgi-stroke-center:after {
    content: "唼"
}

.hgi-twotone.hgi-stroke-center:before {
    content: "唽"
}

.hgi-twotone.hgi-stroke-inside:after {
    content: "唾"
}

.hgi-twotone.hgi-stroke-inside:before {
    content: "唿"
}

.hgi-twotone.hgi-stroke-left:after {
    content: "啀"
}

.hgi-twotone.hgi-stroke-left:before {
    content: "啁"
}

.hgi-twotone.hgi-stroke-outside:after {
    content: "啂"
}

.hgi-twotone.hgi-stroke-outside:before {
    content: "啃"
}

.hgi-twotone.hgi-stroke-right:after {
    content: "啄"
}

.hgi-twotone.hgi-stroke-right:before {
    content: "啅"
}

.hgi-twotone.hgi-stroke-top:after {
    content: "商"
}

.hgi-twotone.hgi-stroke-top:before {
    content: "啇"
}

.hgi-twotone.hgi-structure-01:after {
    content: "啈"
}

.hgi-twotone.hgi-structure-01:before {
    content: "啉"
}

.hgi-twotone.hgi-structure-02:after {
    content: "啊"
}

.hgi-twotone.hgi-structure-02:before {
    content: "啋"
}

.hgi-twotone.hgi-structure-03:after {
    content: "啌"
}

.hgi-twotone.hgi-structure-03:before {
    content: "啍"
}

.hgi-twotone.hgi-structure-04:after {
    content: "啎"
}

.hgi-twotone.hgi-structure-04:before {
    content: "問"
}

.hgi-twotone.hgi-structure-05:after {
    content: "啐"
}

.hgi-twotone.hgi-structure-05:before {
    content: "啑"
}

.hgi-twotone.hgi-structure-add:after {
    content: "啒"
}

.hgi-twotone.hgi-structure-add:before {
    content: "啓"
}

.hgi-twotone.hgi-structure-check:after {
    content: "啔"
}

.hgi-twotone.hgi-structure-check:before {
    content: "啕"
}

.hgi-twotone.hgi-structure-fail:after {
    content: "啖"
}

.hgi-twotone.hgi-structure-fail:before {
    content: "啗"
}

.hgi-twotone.hgi-structure-folder-circle:after {
    content: "啘"
}

.hgi-twotone.hgi-structure-folder-circle:before {
    content: "啙"
}

.hgi-twotone.hgi-structure-folder:after {
    content: "啚"
}

.hgi-twotone.hgi-structure-folder:before {
    content: "啛"
}

.hgi-twotone.hgi-student-card:after {
    content: "啜"
}

.hgi-twotone.hgi-student-card:before {
    content: "啝"
}

.hgi-twotone.hgi-student:after {
    content: "啞"
}

.hgi-twotone.hgi-student:before {
    content: "啟"
}

.hgi-twotone.hgi-students:after {
    content: "啠"
}

.hgi-twotone.hgi-students:before {
    content: "啡"
}

.hgi-twotone.hgi-study-desk:after {
    content: "啢"
}

.hgi-twotone.hgi-study-desk:before {
    content: "啣"
}

.hgi-twotone.hgi-study-lamp:after {
    content: "啤"
}

.hgi-twotone.hgi-study-lamp:before {
    content: "啥"
}

.hgi-twotone.hgi-stumbleupon:after {
    content: "啦"
}

.hgi-twotone.hgi-stumbleupon:before {
    content: "啧"
}

.hgi-twotone.hgi-submarine:after {
    content: "啨"
}

.hgi-twotone.hgi-submarine:before {
    content: "啩"
}

.hgi-twotone.hgi-submerge:after {
    content: "啪"
}

.hgi-twotone.hgi-submerge:before {
    content: "啫"
}

.hgi-twotone.hgi-subnode-add:after {
    content: "啬"
}

.hgi-twotone.hgi-subnode-add:before {
    content: "啭"
}

.hgi-twotone.hgi-subnode-delete:after {
    content: "啮"
}

.hgi-twotone.hgi-subnode-delete:before {
    content: "啯"
}

.hgi-twotone.hgi-subpoena:after {
    content: "啰"
}

.hgi-twotone.hgi-subpoena:before {
    content: "啱"
}

.hgi-twotone.hgi-subtitle:after {
    content: "啲"
}

.hgi-twotone.hgi-subtitle:before {
    content: "啳"
}

.hgi-twotone.hgi-suit-01:after {
    content: "啴"
}

.hgi-twotone.hgi-suit-01:before {
    content: "啵"
}

.hgi-twotone.hgi-suit-02:after {
    content: "啶"
}

.hgi-twotone.hgi-suit-02:before {
    content: "啷"
}

.hgi-twotone.hgi-sujood:after {
    content: "啸"
}

.hgi-twotone.hgi-sujood:before {
    content: "啹"
}

.hgi-twotone.hgi-summation-01:after {
    content: "啺"
}

.hgi-twotone.hgi-summation-01:before {
    content: "啻"
}

.hgi-twotone.hgi-summation-02:after {
    content: "啼"
}

.hgi-twotone.hgi-summation-02:before {
    content: "啽"
}

.hgi-twotone.hgi-summation-circle:after {
    content: "啾"
}

.hgi-twotone.hgi-summation-circle:before {
    content: "啿"
}

.hgi-twotone.hgi-summation-square:after {
    content: "喀"
}

.hgi-twotone.hgi-summation-square:before {
    content: "喁"
}

.hgi-twotone.hgi-sun-01:after {
    content: "喂"
}

.hgi-twotone.hgi-sun-01:before {
    content: "喃"
}

.hgi-twotone.hgi-sun-02:after {
    content: "善"
}

.hgi-twotone.hgi-sun-02:before {
    content: "喅"
}

.hgi-twotone.hgi-sun-03:after {
    content: "喆"
}

.hgi-twotone.hgi-sun-03:before {
    content: "喇"
}

.hgi-twotone.hgi-sun-cloud-01:after {
    content: "喈"
}

.hgi-twotone.hgi-sun-cloud-01:before {
    content: "喉"
}

.hgi-twotone.hgi-sun-cloud-02:after {
    content: "喊"
}

.hgi-twotone.hgi-sun-cloud-02:before {
    content: "喋"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-01:after {
    content: "喌"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-01:before {
    content: "喍"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-02:after {
    content: "喎"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-02:before {
    content: "喏"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-zap-01:after {
    content: "喐"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-zap-01:before {
    content: "喑"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-zap-02:after {
    content: "喒"
}

.hgi-twotone.hgi-sun-cloud-angled-rain-zap-02:before {
    content: "喓"
}

.hgi-twotone.hgi-sun-cloud-angled-zap-01:after {
    content: "喔"
}

.hgi-twotone.hgi-sun-cloud-angled-zap-01:before {
    content: "喕"
}

.hgi-twotone.hgi-sun-cloud-angled-zap-02:after {
    content: "喖"
}

.hgi-twotone.hgi-sun-cloud-angled-zap-02:before {
    content: "喗"
}

.hgi-twotone.hgi-sun-cloud-big-rain-01:after {
    content: "喘"
}

.hgi-twotone.hgi-sun-cloud-big-rain-01:before {
    content: "喙"
}

.hgi-twotone.hgi-sun-cloud-big-rain-02:after {
    content: "喚"
}

.hgi-twotone.hgi-sun-cloud-big-rain-02:before {
    content: "喛"
}

.hgi-twotone.hgi-sun-cloud-fast-wind-01:after {
    content: "喜"
}

.hgi-twotone.hgi-sun-cloud-fast-wind-01:before {
    content: "喝"
}

.hgi-twotone.hgi-sun-cloud-fast-wind-02:after {
    content: "喞"
}

.hgi-twotone.hgi-sun-cloud-fast-wind-02:before {
    content: "喟"
}

.hgi-twotone.hgi-sun-cloud-hailstone-01:after {
    content: "喠"
}

.hgi-twotone.hgi-sun-cloud-hailstone-01:before {
    content: "喡"
}

.hgi-twotone.hgi-sun-cloud-hailstone-02:after {
    content: "喢"
}

.hgi-twotone.hgi-sun-cloud-hailstone-02:before {
    content: "喣"
}

.hgi-twotone.hgi-sun-cloud-little-rain-01:after {
    content: "喤"
}

.hgi-twotone.hgi-sun-cloud-little-rain-01:before {
    content: "喥"
}

.hgi-twotone.hgi-sun-cloud-little-rain-02:after {
    content: "喦"
}

.hgi-twotone.hgi-sun-cloud-little-rain-02:before {
    content: "喧"
}

.hgi-twotone.hgi-sun-cloud-little-snow-01:after {
    content: "喨"
}

.hgi-twotone.hgi-sun-cloud-little-snow-01:before {
    content: "喩"
}

.hgi-twotone.hgi-sun-cloud-little-snow-02:after {
    content: "喪"
}

.hgi-twotone.hgi-sun-cloud-little-snow-02:before {
    content: "喫"
}

.hgi-twotone.hgi-sun-cloud-mid-rain-01:after {
    content: "喬"
}

.hgi-twotone.hgi-sun-cloud-mid-rain-01:before {
    content: "喭"
}

.hgi-twotone.hgi-sun-cloud-mid-rain-02:after {
    content: "單"
}

.hgi-twotone.hgi-sun-cloud-mid-rain-02:before {
    content: "喯"
}

.hgi-twotone.hgi-sun-cloud-mid-snow-01:after {
    content: "喰"
}

.hgi-twotone.hgi-sun-cloud-mid-snow-01:before {
    content: "喱"
}

.hgi-twotone.hgi-sun-cloud-mid-snow-02:after {
    content: "喲"
}

.hgi-twotone.hgi-sun-cloud-mid-snow-02:before {
    content: "喳"
}

.hgi-twotone.hgi-sun-cloud-slow-wind-01:after {
    content: "喴"
}

.hgi-twotone.hgi-sun-cloud-slow-wind-01:before {
    content: "喵"
}

.hgi-twotone.hgi-sun-cloud-slow-wind-02:after {
    content: "営"
}

.hgi-twotone.hgi-sun-cloud-slow-wind-02:before {
    content: "喷"
}

.hgi-twotone.hgi-sun-cloud-snow-01:after {
    content: "喸"
}

.hgi-twotone.hgi-sun-cloud-snow-01:before {
    content: "喹"
}

.hgi-twotone.hgi-sun-cloud-snow-02:after {
    content: "喺"
}

.hgi-twotone.hgi-sun-cloud-snow-02:before {
    content: "喻"
}

.hgi-twotone.hgi-sunglasses:after {
    content: "喼"
}

.hgi-twotone.hgi-sunglasses:before {
    content: "喽"
}

.hgi-twotone.hgi-sunrise:after {
    content: "喾"
}

.hgi-twotone.hgi-sunrise:before {
    content: "喿"
}

.hgi-twotone.hgi-sunset:after {
    content: "嗀"
}

.hgi-twotone.hgi-sunset:before {
    content: "嗁"
}

.hgi-twotone.hgi-super-mario:after {
    content: "嗂"
}

.hgi-twotone.hgi-super-mario-toad:after {
    content: "嗃"
}

.hgi-twotone.hgi-super-mario-toad:before {
    content: "嗄"
}

.hgi-twotone.hgi-super-mario:before {
    content: "嗅"
}

.hgi-twotone.hgi-surfboard:after {
    content: "嗆"
}

.hgi-twotone.hgi-surfboard:before {
    content: "嗇"
}

.hgi-twotone.hgi-surprise:after {
    content: "嗈"
}

.hgi-twotone.hgi-surprise:before {
    content: "嗉"
}

.hgi-twotone.hgi-sushi-01:after {
    content: "嗊"
}

.hgi-twotone.hgi-sushi-01:before {
    content: "嗋"
}

.hgi-twotone.hgi-sushi-02:after {
    content: "嗌"
}

.hgi-twotone.hgi-sushi-02:before {
    content: "嗍"
}

.hgi-twotone.hgi-sushi-03:after {
    content: "嗎"
}

.hgi-twotone.hgi-sushi-03:before {
    content: "嗏"
}

.hgi-twotone.hgi-suspicious:after {
    content: "嗐"
}

.hgi-twotone.hgi-suspicious:before {
    content: "嗑"
}

.hgi-twotone.hgi-sustainable-energy:after {
    content: "嗒"
}

.hgi-twotone.hgi-sustainable-energy:before {
    content: "嗓"
}

.hgi-twotone.hgi-svg-01:after {
    content: "嗔"
}

.hgi-twotone.hgi-svg-01:before {
    content: "嗕"
}

.hgi-twotone.hgi-svg-02:after {
    content: "嗖"
}

.hgi-twotone.hgi-svg-02:before {
    content: "嗗"
}

.hgi-twotone.hgi-swarm:after {
    content: "嗘"
}

.hgi-twotone.hgi-swarm:before {
    content: "嗙"
}

.hgi-twotone.hgi-swatch:after {
    content: "嗚"
}

.hgi-twotone.hgi-swatch:before {
    content: "嗛"
}

.hgi-twotone.hgi-swimming-cap:after {
    content: "嗜"
}

.hgi-twotone.hgi-swimming-cap:before {
    content: "嗝"
}

.hgi-twotone.hgi-swimming:after {
    content: "嗞"
}

.hgi-twotone.hgi-swimming:before {
    content: "嗟"
}

.hgi-twotone.hgi-swipe-down-01:after {
    content: "嗠"
}

.hgi-twotone.hgi-swipe-down-01:before {
    content: "嗡"
}

.hgi-twotone.hgi-swipe-down-02:after {
    content: "嗢"
}

.hgi-twotone.hgi-swipe-down-02:before {
    content: "嗣"
}

.hgi-twotone.hgi-swipe-down-03:after {
    content: "嗤"
}

.hgi-twotone.hgi-swipe-down-03:before {
    content: "嗥"
}

.hgi-twotone.hgi-swipe-down-04:after {
    content: "嗦"
}

.hgi-twotone.hgi-swipe-down-04:before {
    content: "嗧"
}

.hgi-twotone.hgi-swipe-down-05:after {
    content: "嗨"
}

.hgi-twotone.hgi-swipe-down-05:before {
    content: "嗩"
}

.hgi-twotone.hgi-swipe-down-06:after {
    content: "嗪"
}

.hgi-twotone.hgi-swipe-down-06:before {
    content: "嗫"
}

.hgi-twotone.hgi-swipe-down-07:after {
    content: "嗬"
}

.hgi-twotone.hgi-swipe-down-07:before {
    content: "嗭"
}

.hgi-twotone.hgi-swipe-down-08:after {
    content: "嗮"
}

.hgi-twotone.hgi-swipe-down-08:before {
    content: "嗯"
}

.hgi-twotone.hgi-swipe-left-01:after {
    content: "嗰"
}

.hgi-twotone.hgi-swipe-left-01:before {
    content: "嗱"
}

.hgi-twotone.hgi-swipe-left-02:after {
    content: "嗲"
}

.hgi-twotone.hgi-swipe-left-02:before {
    content: "嗳"
}

.hgi-twotone.hgi-swipe-left-03:after {
    content: "嗴"
}

.hgi-twotone.hgi-swipe-left-03:before {
    content: "嗵"
}

.hgi-twotone.hgi-swipe-left-04:after {
    content: "嗶"
}

.hgi-twotone.hgi-swipe-left-04:before {
    content: "嗷"
}

.hgi-twotone.hgi-swipe-left-05:after {
    content: "嗸"
}

.hgi-twotone.hgi-swipe-left-05:before {
    content: "嗹"
}

.hgi-twotone.hgi-swipe-left-06:after {
    content: "嗺"
}

.hgi-twotone.hgi-swipe-left-06:before {
    content: "嗻"
}

.hgi-twotone.hgi-swipe-left-07:after {
    content: "嗼"
}

.hgi-twotone.hgi-swipe-left-07:before {
    content: "嗽"
}

.hgi-twotone.hgi-swipe-left-08:after {
    content: "嗾"
}

.hgi-twotone.hgi-swipe-left-08:before {
    content: "嗿"
}

.hgi-twotone.hgi-swipe-left-09:after {
    content: "嘀"
}

.hgi-twotone.hgi-swipe-left-09:before {
    content: "嘁"
}

.hgi-twotone.hgi-swipe-right-01:after {
    content: "嘂"
}

.hgi-twotone.hgi-swipe-right-01:before {
    content: "嘃"
}

.hgi-twotone.hgi-swipe-right-02:after {
    content: "嘄"
}

.hgi-twotone.hgi-swipe-right-02:before {
    content: "嘅"
}

.hgi-twotone.hgi-swipe-right-03:after {
    content: "嘆"
}

.hgi-twotone.hgi-swipe-right-03:before {
    content: "嘇"
}

.hgi-twotone.hgi-swipe-right-04:after {
    content: "嘈"
}

.hgi-twotone.hgi-swipe-right-04:before {
    content: "嘉"
}

.hgi-twotone.hgi-swipe-right-05:after {
    content: "嘊"
}

.hgi-twotone.hgi-swipe-right-05:before {
    content: "嘋"
}

.hgi-twotone.hgi-swipe-right-06:after {
    content: "嘌"
}

.hgi-twotone.hgi-swipe-right-06:before {
    content: "嘍"
}

.hgi-twotone.hgi-swipe-right-07:after {
    content: "嘎"
}

.hgi-twotone.hgi-swipe-right-07:before {
    content: "嘏"
}

.hgi-twotone.hgi-swipe-right-08:after {
    content: "嘐"
}

.hgi-twotone.hgi-swipe-right-08:before {
    content: "嘑"
}

.hgi-twotone.hgi-swipe-right-09:after {
    content: "嘒"
}

.hgi-twotone.hgi-swipe-right-09:before {
    content: "嘓"
}

.hgi-twotone.hgi-swipe-up-01:after {
    content: "嘔"
}

.hgi-twotone.hgi-swipe-up-01:before {
    content: "嘕"
}

.hgi-twotone.hgi-swipe-up-02:after {
    content: "嘖"
}

.hgi-twotone.hgi-swipe-up-02:before {
    content: "嘗"
}

.hgi-twotone.hgi-swipe-up-03:after {
    content: "嘘"
}

.hgi-twotone.hgi-swipe-up-03:before {
    content: "嘙"
}

.hgi-twotone.hgi-swipe-up-04:after {
    content: "嘚"
}

.hgi-twotone.hgi-swipe-up-04:before {
    content: "嘛"
}

.hgi-twotone.hgi-swipe-up-05:after {
    content: "嘜"
}

.hgi-twotone.hgi-swipe-up-05:before {
    content: "嘝"
}

.hgi-twotone.hgi-swipe-up-06:after {
    content: "嘞"
}

.hgi-twotone.hgi-swipe-up-06:before {
    content: "嘟"
}

.hgi-twotone.hgi-swipe-up-07:after {
    content: "嘠"
}

.hgi-twotone.hgi-swipe-up-07:before {
    content: "嘡"
}

.hgi-twotone.hgi-swipe-up-08:after {
    content: "嘢"
}

.hgi-twotone.hgi-swipe-up-08:before {
    content: "嘣"
}

.hgi-twotone.hgi-sword-01:after {
    content: "嘤"
}

.hgi-twotone.hgi-sword-01:before {
    content: "嘥"
}

.hgi-twotone.hgi-sword-02:after {
    content: "嘦"
}

.hgi-twotone.hgi-sword-02:before {
    content: "嘧"
}

.hgi-twotone.hgi-sword-03:after {
    content: "嘨"
}

.hgi-twotone.hgi-sword-03:before {
    content: "嘩"
}

.hgi-twotone.hgi-system-update-01:after {
    content: "嘪"
}

.hgi-twotone.hgi-system-update-01:before {
    content: "嘫"
}

.hgi-twotone.hgi-system-update-02:after {
    content: "嘬"
}

.hgi-twotone.hgi-system-update-02:before {
    content: "嘭"
}

.hgi-twotone.hgi-t-shirt:after {
    content: "嘮"
}

.hgi-twotone.hgi-t-shirt:before {
    content: "嘯"
}

.hgi-twotone.hgi-table-01:after {
    content: "嘰"
}

.hgi-twotone.hgi-table-01:before {
    content: "嘱"
}

.hgi-twotone.hgi-table-02:after {
    content: "嘲"
}

.hgi-twotone.hgi-table-02:before {
    content: "嘳"
}

.hgi-twotone.hgi-table-03:after {
    content: "嘴"
}

.hgi-twotone.hgi-table-03:before {
    content: "嘵"
}

.hgi-twotone.hgi-table-lamp-01:after {
    content: "嘶"
}

.hgi-twotone.hgi-table-lamp-01:before {
    content: "嘷"
}

.hgi-twotone.hgi-table-lamp-02:after {
    content: "嘸"
}

.hgi-twotone.hgi-table-lamp-02:before {
    content: "嘹"
}

.hgi-twotone.hgi-table-round:after {
    content: "嘺"
}

.hgi-twotone.hgi-table-round:before {
    content: "嘻"
}

.hgi-twotone.hgi-table:after {
    content: "嘼"
}

.hgi-twotone.hgi-table-tennis-bat:after {
    content: "嘽"
}

.hgi-twotone.hgi-table-tennis-bat:before {
    content: "嘾"
}

.hgi-twotone.hgi-table:before {
    content: "嘿"
}

.hgi-twotone.hgi-tablet-01:after {
    content: "噀"
}

.hgi-twotone.hgi-tablet-01:before {
    content: "噁"
}

.hgi-twotone.hgi-tablet-02:after {
    content: "噂"
}

.hgi-twotone.hgi-tablet-02:before {
    content: "噃"
}

.hgi-twotone.hgi-tablet-connected-bluetooth:after {
    content: "噄"
}

.hgi-twotone.hgi-tablet-connected-bluetooth:before {
    content: "噅"
}

.hgi-twotone.hgi-tablet-connected-usb:after {
    content: "噆"
}

.hgi-twotone.hgi-tablet-connected-usb:before {
    content: "噇"
}

.hgi-twotone.hgi-tablet-connected-wifi:after {
    content: "噈"
}

.hgi-twotone.hgi-tablet-connected-wifi:before {
    content: "噉"
}

.hgi-twotone.hgi-tablet-pen:after {
    content: "噊"
}

.hgi-twotone.hgi-tablet-pen:before {
    content: "噋"
}

.hgi-twotone.hgi-taco-01:after {
    content: "噌"
}

.hgi-twotone.hgi-taco-01:before {
    content: "噍"
}

.hgi-twotone.hgi-taco-02:after {
    content: "噎"
}

.hgi-twotone.hgi-taco-02:before {
    content: "噏"
}

.hgi-twotone.hgi-tag-01:after {
    content: "噐"
}

.hgi-twotone.hgi-tag-01:before {
    content: "噑"
}

.hgi-twotone.hgi-tag-02:after {
    content: "噒"
}

.hgi-twotone.hgi-tag-02:before {
    content: "噓"
}

.hgi-twotone.hgi-tags:after {
    content: "噔"
}

.hgi-twotone.hgi-tags:before {
    content: "噕"
}

.hgi-twotone.hgi-taj-mahal:after {
    content: "噖"
}

.hgi-twotone.hgi-taj-mahal:before {
    content: "噗"
}

.hgi-twotone.hgi-tan:after {
    content: "噘"
}

.hgi-twotone.hgi-tan:before {
    content: "噙"
}

.hgi-twotone.hgi-tank-top:after {
    content: "噚"
}

.hgi-twotone.hgi-tank-top:before {
    content: "噛"
}

.hgi-twotone.hgi-tap-01:after {
    content: "噜"
}

.hgi-twotone.hgi-tap-01:before {
    content: "噝"
}

.hgi-twotone.hgi-tap-02:after {
    content: "噞"
}

.hgi-twotone.hgi-tap-02:before {
    content: "噟"
}

.hgi-twotone.hgi-tap-03:after {
    content: "噠"
}

.hgi-twotone.hgi-tap-03:before {
    content: "噡"
}

.hgi-twotone.hgi-tap-04:after {
    content: "噢"
}

.hgi-twotone.hgi-tap-04:before {
    content: "噣"
}

.hgi-twotone.hgi-tap-05:after {
    content: "噤"
}

.hgi-twotone.hgi-tap-05:before {
    content: "噥"
}

.hgi-twotone.hgi-tap-06:after {
    content: "噦"
}

.hgi-twotone.hgi-tap-06:before {
    content: "噧"
}

.hgi-twotone.hgi-tap-07:after {
    content: "器"
}

.hgi-twotone.hgi-tap-07:before {
    content: "噩"
}

.hgi-twotone.hgi-tap-08:after {
    content: "噪"
}

.hgi-twotone.hgi-tap-08:before {
    content: "噫"
}

.hgi-twotone.hgi-tape-measure:after {
    content: "噬"
}

.hgi-twotone.hgi-tape-measure:before {
    content: "噭"
}

.hgi-twotone.hgi-target-01:after {
    content: "噮"
}

.hgi-twotone.hgi-target-01:before {
    content: "噯"
}

.hgi-twotone.hgi-target-02:after {
    content: "噰"
}

.hgi-twotone.hgi-target-02:before {
    content: "噱"
}

.hgi-twotone.hgi-target-03:after {
    content: "噲"
}

.hgi-twotone.hgi-target-03:before {
    content: "噳"
}

.hgi-twotone.hgi-target-dollar:after {
    content: "噴"
}

.hgi-twotone.hgi-target-dollar:before {
    content: "噵"
}

.hgi-twotone.hgi-tasbih:after {
    content: "噶"
}

.hgi-twotone.hgi-tasbih:before {
    content: "噷"
}

.hgi-twotone.hgi-task-01:after {
    content: "噸"
}

.hgi-twotone.hgi-task-01:before {
    content: "噹"
}

.hgi-twotone.hgi-task-02:after {
    content: "噺"
}

.hgi-twotone.hgi-task-02:before {
    content: "噻"
}

.hgi-twotone.hgi-task-add-01:after {
    content: "噼"
}

.hgi-twotone.hgi-task-add-01:before {
    content: "噽"
}

.hgi-twotone.hgi-task-add-02:after {
    content: "噾"
}

.hgi-twotone.hgi-task-add-02:before {
    content: "噿"
}

.hgi-twotone.hgi-task-daily-01:after {
    content: "嚀"
}

.hgi-twotone.hgi-task-daily-01:before {
    content: "嚁"
}

.hgi-twotone.hgi-task-daily-02:after {
    content: "嚂"
}

.hgi-twotone.hgi-task-daily-02:before {
    content: "嚃"
}

.hgi-twotone.hgi-task-done-01:after {
    content: "嚄"
}

.hgi-twotone.hgi-task-done-01:before {
    content: "嚅"
}

.hgi-twotone.hgi-task-done-02:after {
    content: "嚆"
}

.hgi-twotone.hgi-task-done-02:before {
    content: "嚇"
}

.hgi-twotone.hgi-task-edit-01:after {
    content: "嚈"
}

.hgi-twotone.hgi-task-edit-01:before {
    content: "嚉"
}

.hgi-twotone.hgi-task-edit-02:after {
    content: "嚊"
}

.hgi-twotone.hgi-task-edit-02:before {
    content: "嚋"
}

.hgi-twotone.hgi-task-remove-01:after {
    content: "嚌"
}

.hgi-twotone.hgi-task-remove-01:before {
    content: "嚍"
}

.hgi-twotone.hgi-task-remove-02:after {
    content: "嚎"
}

.hgi-twotone.hgi-task-remove-02:before {
    content: "嚏"
}

.hgi-twotone.hgi-taxes:after {
    content: "嚐"
}

.hgi-twotone.hgi-taxes:before {
    content: "嚑"
}

.hgi-twotone.hgi-taxi:after {
    content: "嚒"
}

.hgi-twotone.hgi-taxi:before {
    content: "嚓"
}

.hgi-twotone.hgi-tea-pod:after {
    content: "嚔"
}

.hgi-twotone.hgi-tea-pod:before {
    content: "嚕"
}

.hgi-twotone.hgi-tea:after {
    content: "嚖"
}

.hgi-twotone.hgi-tea:before {
    content: "嚗"
}

.hgi-twotone.hgi-teacher:after {
    content: "嚘"
}

.hgi-twotone.hgi-teacher:before {
    content: "嚙"
}

.hgi-twotone.hgi-teaching:after {
    content: "嚚"
}

.hgi-twotone.hgi-teaching:before {
    content: "嚛"
}

.hgi-twotone.hgi-teamviewer:after {
    content: "嚜"
}

.hgi-twotone.hgi-teamviewer:before {
    content: "嚝"
}

.hgi-twotone.hgi-telegram:after {
    content: "嚞"
}

.hgi-twotone.hgi-telegram:before {
    content: "嚟"
}

.hgi-twotone.hgi-telephone:after {
    content: "嚠"
}

.hgi-twotone.hgi-telephone:before {
    content: "嚡"
}

.hgi-twotone.hgi-telescope-01:after {
    content: "嚢"
}

.hgi-twotone.hgi-telescope-01:before {
    content: "嚣"
}

.hgi-twotone.hgi-telescope-02:after {
    content: "嚤"
}

.hgi-twotone.hgi-telescope-02:before {
    content: "嚥"
}

.hgi-twotone.hgi-television-table:after {
    content: "嚦"
}

.hgi-twotone.hgi-television-table:before {
    content: "嚧"
}

.hgi-twotone.hgi-temperature:after {
    content: "嚨"
}

.hgi-twotone.hgi-temperature:before {
    content: "嚩"
}

.hgi-twotone.hgi-tennis-ball:after {
    content: "嚪"
}

.hgi-twotone.hgi-tennis-ball:before {
    content: "嚫"
}

.hgi-twotone.hgi-terrace:after {
    content: "嚬"
}

.hgi-twotone.hgi-terrace:before {
    content: "嚭"
}

.hgi-twotone.hgi-test-tube-01:after {
    content: "嚮"
}

.hgi-twotone.hgi-test-tube-01:before {
    content: "嚯"
}

.hgi-twotone.hgi-test-tube-02:after {
    content: "嚰"
}

.hgi-twotone.hgi-test-tube-02:before {
    content: "嚱"
}

.hgi-twotone.hgi-test-tube-03:after {
    content: "嚲"
}

.hgi-twotone.hgi-test-tube-03:before {
    content: "嚳"
}

.hgi-twotone.hgi-test-tube:after {
    content: "嚴"
}

.hgi-twotone.hgi-test-tube:before {
    content: "嚵"
}

.hgi-twotone.hgi-tetris:after {
    content: "嚶"
}

.hgi-twotone.hgi-tetris:before {
    content: "嚷"
}

.hgi-twotone.hgi-text-align-center:after {
    content: "嚸"
}

.hgi-twotone.hgi-text-align-center:before {
    content: "嚹"
}

.hgi-twotone.hgi-text-align-justify-center:after {
    content: "嚺"
}

.hgi-twotone.hgi-text-align-justify-center:before {
    content: "嚻"
}

.hgi-twotone.hgi-text-align-justify-left:after {
    content: "嚼"
}

.hgi-twotone.hgi-text-align-justify-left:before {
    content: "嚽"
}

.hgi-twotone.hgi-text-align-justify-right:after {
    content: "嚾"
}

.hgi-twotone.hgi-text-align-justify-right:before {
    content: "嚿"
}

.hgi-twotone.hgi-text-align-left-01:after {
    content: "囀"
}

.hgi-twotone.hgi-text-align-left-01:before {
    content: "囁"
}

.hgi-twotone.hgi-text-align-left:after {
    content: "囂"
}

.hgi-twotone.hgi-text-align-left:before {
    content: "囃"
}

.hgi-twotone.hgi-text-align-right-01:after {
    content: "囄"
}

.hgi-twotone.hgi-text-align-right-01:before {
    content: "囅"
}

.hgi-twotone.hgi-text-align-right:after {
    content: "囆"
}

.hgi-twotone.hgi-text-align-right:before {
    content: "囇"
}

.hgi-twotone.hgi-text-all-caps:after {
    content: "囈"
}

.hgi-twotone.hgi-text-all-caps:before {
    content: "囉"
}

.hgi-twotone.hgi-text-bold:after {
    content: "囊"
}

.hgi-twotone.hgi-text-bold:before {
    content: "囋"
}

.hgi-twotone.hgi-text-centerline-center-top:after {
    content: "囌"
}

.hgi-twotone.hgi-text-centerline-center-top:before {
    content: "囍"
}

.hgi-twotone.hgi-text-centerline-left:after {
    content: "囎"
}

.hgi-twotone.hgi-text-centerline-left:before {
    content: "囏"
}

.hgi-twotone.hgi-text-centerline-middle:after {
    content: "囐"
}

.hgi-twotone.hgi-text-centerline-middle:before {
    content: "囑"
}

.hgi-twotone.hgi-text-centerline-right:after {
    content: "囒"
}

.hgi-twotone.hgi-text-centerline-right:before {
    content: "囓"
}

.hgi-twotone.hgi-text-check:after {
    content: "囔"
}

.hgi-twotone.hgi-text-check:before {
    content: "囕"
}

.hgi-twotone.hgi-text-circle:after {
    content: "囖"
}

.hgi-twotone.hgi-text-circle:before {
    content: "囗"
}

.hgi-twotone.hgi-text-clear:after {
    content: "囘"
}

.hgi-twotone.hgi-text-clear:before {
    content: "囙"
}

.hgi-twotone.hgi-text-color:after {
    content: "囚"
}

.hgi-twotone.hgi-text-color:before {
    content: "四"
}

.hgi-twotone.hgi-text-creation:after {
    content: "囜"
}

.hgi-twotone.hgi-text-creation:before {
    content: "囝"
}

.hgi-twotone.hgi-text-firstline-left:after {
    content: "回"
}

.hgi-twotone.hgi-text-firstline-left:before {
    content: "囟"
}

.hgi-twotone.hgi-text-firstline-right:after {
    content: "因"
}

.hgi-twotone.hgi-text-firstline-right:before {
    content: "囡"
}

.hgi-twotone.hgi-text-font:after {
    content: "团"
}

.hgi-twotone.hgi-text-font:before {
    content: "団"
}

.hgi-twotone.hgi-text-footnote:after {
    content: "囤"
}

.hgi-twotone.hgi-text-footnote:before {
    content: "囥"
}

.hgi-twotone.hgi-text-indent-01:after {
    content: "囦"
}

.hgi-twotone.hgi-text-indent-01:before {
    content: "囧"
}

.hgi-twotone.hgi-text-indent-less:after {
    content: "囨"
}

.hgi-twotone.hgi-text-indent-less:before {
    content: "囩"
}

.hgi-twotone.hgi-text-indent-more:after {
    content: "囪"
}

.hgi-twotone.hgi-text-indent-more:before {
    content: "囫"
}

.hgi-twotone.hgi-text-indent:after {
    content: "囬"
}

.hgi-twotone.hgi-text-indent:before {
    content: "园"
}

.hgi-twotone.hgi-text-italic:after {
    content: "囮"
}

.hgi-twotone.hgi-text-italic-slash:after {
    content: "囯"
}

.hgi-twotone.hgi-text-italic-slash:before {
    content: "困"
}

.hgi-twotone.hgi-text-italic:before {
    content: "囱"
}

.hgi-twotone.hgi-text-kerning:after {
    content: "囲"
}

.hgi-twotone.hgi-text-kerning:before {
    content: "図"
}

.hgi-twotone.hgi-text-number-sign:after {
    content: "围"
}

.hgi-twotone.hgi-text-number-sign:before {
    content: "囵"
}

.hgi-twotone.hgi-text:after {
    content: "囶"
}

.hgi-twotone.hgi-text-selection:after {
    content: "囷"
}

.hgi-twotone.hgi-text-selection:before {
    content: "囸"
}

.hgi-twotone.hgi-text-smallcaps:after {
    content: "囹"
}

.hgi-twotone.hgi-text-smallcaps:before {
    content: "固"
}

.hgi-twotone.hgi-text-square:after {
    content: "囻"
}

.hgi-twotone.hgi-text-square:before {
    content: "囼"
}

.hgi-twotone.hgi-text-strikethrough:after {
    content: "国"
}

.hgi-twotone.hgi-text-strikethrough:before {
    content: "图"
}

.hgi-twotone.hgi-text-subscript:after {
    content: "囿"
}

.hgi-twotone.hgi-text-subscript:before {
    content: "圀"
}

.hgi-twotone.hgi-text-superscript:after {
    content: "圁"
}

.hgi-twotone.hgi-text-superscript:before {
    content: "圂"
}

.hgi-twotone.hgi-text-tracking:after {
    content: "圃"
}

.hgi-twotone.hgi-text-tracking:before {
    content: "圄"
}

.hgi-twotone.hgi-text-underline:after {
    content: "圅"
}

.hgi-twotone.hgi-text-underline:before {
    content: "圆"
}

.hgi-twotone.hgi-text-variable-front:after {
    content: "圇"
}

.hgi-twotone.hgi-text-variable-front:before {
    content: "圈"
}

.hgi-twotone.hgi-text-vertical-alignment:after {
    content: "圉"
}

.hgi-twotone.hgi-text-vertical-alignment:before {
    content: "圊"
}

.hgi-twotone.hgi-text-wrap:after {
    content: "國"
}

.hgi-twotone.hgi-text-wrap:before {
    content: "圌"
}

.hgi-twotone.hgi-text:before {
    content: "圍"
}

.hgi-twotone.hgi-the-prophets-mosque:after {
    content: "圎"
}

.hgi-twotone.hgi-the-prophets-mosque:before {
    content: "圏"
}

.hgi-twotone.hgi-thermometer-cold:after {
    content: "圐"
}

.hgi-twotone.hgi-thermometer-cold:before {
    content: "圑"
}

.hgi-twotone.hgi-thermometer:after {
    content: "園"
}

.hgi-twotone.hgi-thermometer-warm:after {
    content: "圓"
}

.hgi-twotone.hgi-thermometer-warm:before {
    content: "圔"
}

.hgi-twotone.hgi-thermometer:before {
    content: "圕"
}

.hgi-twotone.hgi-third-bracket-circle:after {
    content: "圖"
}

.hgi-twotone.hgi-third-bracket-circle:before {
    content: "圗"
}

.hgi-twotone.hgi-third-bracket:after {
    content: "團"
}

.hgi-twotone.hgi-third-bracket-square:after {
    content: "圙"
}

.hgi-twotone.hgi-third-bracket-square:before {
    content: "圚"
}

.hgi-twotone.hgi-third-bracket:before {
    content: "圛"
}

.hgi-twotone.hgi-thread:after {
    content: "圜"
}

.hgi-twotone.hgi-thread:before {
    content: "圝"
}

.hgi-twotone.hgi-threads-ellipse:after {
    content: "圞"
}

.hgi-twotone.hgi-threads-ellipse:before {
    content: "土"
}

.hgi-twotone.hgi-threads-rectangle:after {
    content: "圠"
}

.hgi-twotone.hgi-threads-rectangle:before {
    content: "圡"
}

.hgi-twotone.hgi-threads:after {
    content: "圢"
}

.hgi-twotone.hgi-threads:before {
    content: "圣"
}

.hgi-twotone.hgi-three-d-move:after {
    content: "圤"
}

.hgi-twotone.hgi-three-d-move:before {
    content: "圥"
}

.hgi-twotone.hgi-three-d-rotate:after {
    content: "圦"
}

.hgi-twotone.hgi-three-d-rotate:before {
    content: "圧"
}

.hgi-twotone.hgi-three-d-scale:after {
    content: "在"
}

.hgi-twotone.hgi-three-d-scale:before {
    content: "圩"
}

.hgi-twotone.hgi-three-d-view:after {
    content: "圪"
}

.hgi-twotone.hgi-three-d-view:before {
    content: "圫"
}

.hgi-twotone.hgi-three-finger-01:after {
    content: "圬"
}

.hgi-twotone.hgi-three-finger-01:before {
    content: "圭"
}

.hgi-twotone.hgi-three-finger-02:after {
    content: "圮"
}

.hgi-twotone.hgi-three-finger-02:before {
    content: "圯"
}

.hgi-twotone.hgi-three-finger-03:after {
    content: "地"
}

.hgi-twotone.hgi-three-finger-03:before {
    content: "圱"
}

.hgi-twotone.hgi-three-finger-04:after {
    content: "圲"
}

.hgi-twotone.hgi-three-finger-04:before {
    content: "圳"
}

.hgi-twotone.hgi-three-finger-05:after {
    content: "圴"
}

.hgi-twotone.hgi-three-finger-05:before {
    content: "圵"
}

.hgi-twotone.hgi-thumbs-down-ellipse:after {
    content: "圶"
}

.hgi-twotone.hgi-thumbs-down-ellipse:before {
    content: "圷"
}

.hgi-twotone.hgi-thumbs-down-rectangle:after {
    content: "圸"
}

.hgi-twotone.hgi-thumbs-down-rectangle:before {
    content: "圹"
}

.hgi-twotone.hgi-thumbs-down:after {
    content: "场"
}

.hgi-twotone.hgi-thumbs-down:before {
    content: "圻"
}

.hgi-twotone.hgi-thumbs-up-down:after {
    content: "圼"
}

.hgi-twotone.hgi-thumbs-up-down:before {
    content: "圽"
}

.hgi-twotone.hgi-thumbs-up-ellipse:after {
    content: "圾"
}

.hgi-twotone.hgi-thumbs-up-ellipse:before {
    content: "圿"
}

.hgi-twotone.hgi-thumbs-up-rectangle:after {
    content: "址"
}

.hgi-twotone.hgi-thumbs-up-rectangle:before {
    content: "坁"
}

.hgi-twotone.hgi-thumbs-up:after {
    content: "坂"
}

.hgi-twotone.hgi-thumbs-up:before {
    content: "坃"
}

.hgi-twotone.hgi-tic-tac-toe:after {
    content: "坄"
}

.hgi-twotone.hgi-tic-tac-toe:before {
    content: "坅"
}

.hgi-twotone.hgi-tick-01:after {
    content: "坆"
}

.hgi-twotone.hgi-tick-01:before {
    content: "均"
}

.hgi-twotone.hgi-tick-02:after {
    content: "坈"
}

.hgi-twotone.hgi-tick-02:before {
    content: "坉"
}

.hgi-twotone.hgi-tick-03:after {
    content: "坊"
}

.hgi-twotone.hgi-tick-03:before {
    content: "坋"
}

.hgi-twotone.hgi-tick-04:after {
    content: "坌"
}

.hgi-twotone.hgi-tick-04:before {
    content: "坍"
}

.hgi-twotone.hgi-tick-double-01:after {
    content: "坎"
}

.hgi-twotone.hgi-tick-double-01:before {
    content: "坏"
}

.hgi-twotone.hgi-tick-double-02:after {
    content: "坐"
}

.hgi-twotone.hgi-tick-double-02:before {
    content: "坑"
}

.hgi-twotone.hgi-tick-double-03:after {
    content: "坒"
}

.hgi-twotone.hgi-tick-double-03:before {
    content: "坓"
}

.hgi-twotone.hgi-tick-double-04:after {
    content: "坔"
}

.hgi-twotone.hgi-tick-double-04:before {
    content: "坕"
}

.hgi-twotone.hgi-ticket-01:after {
    content: "坖"
}

.hgi-twotone.hgi-ticket-01:before {
    content: "块"
}

.hgi-twotone.hgi-ticket-02:after {
    content: "坘"
}

.hgi-twotone.hgi-ticket-02:before {
    content: "坙"
}

.hgi-twotone.hgi-ticket-03:after {
    content: "坚"
}

.hgi-twotone.hgi-ticket-03:before {
    content: "坛"
}

.hgi-twotone.hgi-ticket-star:after {
    content: "坜"
}

.hgi-twotone.hgi-ticket-star:before {
    content: "坝"
}

.hgi-twotone.hgi-tie:after {
    content: "坞"
}

.hgi-twotone.hgi-tie:before {
    content: "坟"
}

.hgi-twotone.hgi-tiktok:after {
    content: "坠"
}

.hgi-twotone.hgi-tiktok:before {
    content: "坡"
}

.hgi-twotone.hgi-time-01:after {
    content: "坢"
}

.hgi-twotone.hgi-time-01:before {
    content: "坣"
}

.hgi-twotone.hgi-time-02:after {
    content: "坤"
}

.hgi-twotone.hgi-time-02:before {
    content: "坥"
}

.hgi-twotone.hgi-time-03:after {
    content: "坦"
}

.hgi-twotone.hgi-time-03:before {
    content: "坧"
}

.hgi-twotone.hgi-time-04:after {
    content: "坨"
}

.hgi-twotone.hgi-time-04:before {
    content: "坩"
}

.hgi-twotone.hgi-time-half-pass:after {
    content: "坪"
}

.hgi-twotone.hgi-time-half-pass:before {
    content: "坫"
}

.hgi-twotone.hgi-time-management-circle:after {
    content: "坬"
}

.hgi-twotone.hgi-time-management-circle:before {
    content: "坭"
}

.hgi-twotone.hgi-time-management:after {
    content: "坮"
}

.hgi-twotone.hgi-time-management:before {
    content: "坯"
}

.hgi-twotone.hgi-time-quarter-pass:after {
    content: "坰"
}

.hgi-twotone.hgi-time-quarter-pass:before {
    content: "坱"
}

.hgi-twotone.hgi-time-quarter:after {
    content: "坲"
}

.hgi-twotone.hgi-time-quarter:before {
    content: "坳"
}

.hgi-twotone.hgi-time-schedule:after {
    content: "坴"
}

.hgi-twotone.hgi-time-schedule:before {
    content: "坵"
}

.hgi-twotone.hgi-time-setting-01:after {
    content: "坶"
}

.hgi-twotone.hgi-time-setting-01:before {
    content: "坷"
}

.hgi-twotone.hgi-time-setting-02:after {
    content: "坸"
}

.hgi-twotone.hgi-time-setting-02:before {
    content: "坹"
}

.hgi-twotone.hgi-time-setting-03:after {
    content: "坺"
}

.hgi-twotone.hgi-time-setting-03:before {
    content: "坻"
}

.hgi-twotone.hgi-timer-01:after {
    content: "坼"
}

.hgi-twotone.hgi-timer-01:before {
    content: "坽"
}

.hgi-twotone.hgi-timer-02:after {
    content: "坾"
}

.hgi-twotone.hgi-timer-02:before {
    content: "坿"
}

.hgi-twotone.hgi-tips:after {
    content: "垀"
}

.hgi-twotone.hgi-tips:before {
    content: "垁"
}

.hgi-twotone.hgi-tired-01:after {
    content: "垂"
}

.hgi-twotone.hgi-tired-01:before {
    content: "垃"
}

.hgi-twotone.hgi-tired-02:after {
    content: "垄"
}

.hgi-twotone.hgi-tired-02:before {
    content: "垅"
}

.hgi-twotone.hgi-tissue-paper:after {
    content: "垆"
}

.hgi-twotone.hgi-tissue-paper:before {
    content: "垇"
}

.hgi-twotone.hgi-toggle-off:after {
    content: "垈"
}

.hgi-twotone.hgi-toggle-off:before {
    content: "垉"
}

.hgi-twotone.hgi-toggle-on:after {
    content: "垊"
}

.hgi-twotone.hgi-toggle-on:before {
    content: "型"
}

.hgi-twotone.hgi-toilet-01:after {
    content: "垌"
}

.hgi-twotone.hgi-toilet-01:before {
    content: "垍"
}

.hgi-twotone.hgi-toilet-02:after {
    content: "垎"
}

.hgi-twotone.hgi-toilet-02:before {
    content: "垏"
}

.hgi-twotone.hgi-tongue-01:after {
    content: "垐"
}

.hgi-twotone.hgi-tongue-01:before {
    content: "垑"
}

.hgi-twotone.hgi-tongue:after {
    content: "垒"
}

.hgi-twotone.hgi-tongue-wink-left:after {
    content: "垓"
}

.hgi-twotone.hgi-tongue-wink-left:before {
    content: "垔"
}

.hgi-twotone.hgi-tongue-wink-right:after {
    content: "垕"
}

.hgi-twotone.hgi-tongue-wink-right:before {
    content: "垖"
}

.hgi-twotone.hgi-tongue:before {
    content: "垗"
}

.hgi-twotone.hgi-tools:after {
    content: "垘"
}

.hgi-twotone.hgi-tools:before {
    content: "垙"
}

.hgi-twotone.hgi-tornado-01:after {
    content: "垚"
}

.hgi-twotone.hgi-tornado-01:before {
    content: "垛"
}

.hgi-twotone.hgi-tornado-02:after {
    content: "垜"
}

.hgi-twotone.hgi-tornado-02:before {
    content: "垝"
}

.hgi-twotone.hgi-torri-gate:after {
    content: "垞"
}

.hgi-twotone.hgi-torri-gate:before {
    content: "垟"
}

.hgi-twotone.hgi-touch-01:after {
    content: "垠"
}

.hgi-twotone.hgi-touch-01:before {
    content: "垡"
}

.hgi-twotone.hgi-touch-02:after {
    content: "垢"
}

.hgi-twotone.hgi-touch-02:before {
    content: "垣"
}

.hgi-twotone.hgi-touch-03:after {
    content: "垤"
}

.hgi-twotone.hgi-touch-03:before {
    content: "垥"
}

.hgi-twotone.hgi-touch-04:after {
    content: "垦"
}

.hgi-twotone.hgi-touch-04:before {
    content: "垧"
}

.hgi-twotone.hgi-touch-05:after {
    content: "垨"
}

.hgi-twotone.hgi-touch-05:before {
    content: "垩"
}

.hgi-twotone.hgi-touch-06:after {
    content: "垪"
}

.hgi-twotone.hgi-touch-06:before {
    content: "垫"
}

.hgi-twotone.hgi-touch-07:after {
    content: "垬"
}

.hgi-twotone.hgi-touch-07:before {
    content: "垭"
}

.hgi-twotone.hgi-touch-08:after {
    content: "垮"
}

.hgi-twotone.hgi-touch-08:before {
    content: "垯"
}

.hgi-twotone.hgi-touch-09:after {
    content: "垰"
}

.hgi-twotone.hgi-touch-09:before {
    content: "垱"
}

.hgi-twotone.hgi-touch-10:after {
    content: "垲"
}

.hgi-twotone.hgi-touch-10:before {
    content: "垳"
}

.hgi-twotone.hgi-touch-interaction-01:after {
    content: "垴"
}

.hgi-twotone.hgi-touch-interaction-01:before {
    content: "垵"
}

.hgi-twotone.hgi-touch-interaction-02:after {
    content: "垶"
}

.hgi-twotone.hgi-touch-interaction-02:before {
    content: "垷"
}

.hgi-twotone.hgi-touch-interaction-03:after {
    content: "垸"
}

.hgi-twotone.hgi-touch-interaction-03:before {
    content: "垹"
}

.hgi-twotone.hgi-touch-interaction-04:after {
    content: "垺"
}

.hgi-twotone.hgi-touch-interaction-04:before {
    content: "垻"
}

.hgi-twotone.hgi-touch-locked-01:after {
    content: "垼"
}

.hgi-twotone.hgi-touch-locked-01:before {
    content: "垽"
}

.hgi-twotone.hgi-touch-locked-02:after {
    content: "垾"
}

.hgi-twotone.hgi-touch-locked-02:before {
    content: "垿"
}

.hgi-twotone.hgi-touch-locked-03:after {
    content: "埀"
}

.hgi-twotone.hgi-touch-locked-03:before {
    content: "埁"
}

.hgi-twotone.hgi-touch-locked-04:after {
    content: "埂"
}

.hgi-twotone.hgi-touch-locked-04:before {
    content: "埃"
}

.hgi-twotone.hgi-touchpad-01:after {
    content: "埄"
}

.hgi-twotone.hgi-touchpad-01:before {
    content: "埅"
}

.hgi-twotone.hgi-touchpad-02:after {
    content: "埆"
}

.hgi-twotone.hgi-touchpad-02:before {
    content: "埇"
}

.hgi-twotone.hgi-touchpad-03:after {
    content: "埈"
}

.hgi-twotone.hgi-touchpad-03:before {
    content: "埉"
}

.hgi-twotone.hgi-touchpad-04:after {
    content: "埊"
}

.hgi-twotone.hgi-touchpad-04:before {
    content: "埋"
}

.hgi-twotone.hgi-tow-truck:after {
    content: "埌"
}

.hgi-twotone.hgi-tow-truck:before {
    content: "埍"
}

.hgi-twotone.hgi-towels:after {
    content: "城"
}

.hgi-twotone.hgi-towels:before {
    content: "埏"
}

.hgi-twotone.hgi-toy-train:after {
    content: "埐"
}

.hgi-twotone.hgi-toy-train:before {
    content: "埑"
}

.hgi-twotone.hgi-tractor:after {
    content: "埒"
}

.hgi-twotone.hgi-tractor:before {
    content: "埓"
}

.hgi-twotone.hgi-trade-down:after {
    content: "埔"
}

.hgi-twotone.hgi-trade-down:before {
    content: "埕"
}

.hgi-twotone.hgi-trade-mark:after {
    content: "埖"
}

.hgi-twotone.hgi-trade-mark:before {
    content: "埗"
}

.hgi-twotone.hgi-trade-up:after {
    content: "埘"
}

.hgi-twotone.hgi-trade-up:before {
    content: "埙"
}

.hgi-twotone.hgi-trademark:after {
    content: "埚"
}

.hgi-twotone.hgi-trademark:before {
    content: "埛"
}

.hgi-twotone.hgi-traffic-incident:after {
    content: "埜"
}

.hgi-twotone.hgi-traffic-incident:before {
    content: "埝"
}

.hgi-twotone.hgi-traffic-light:after {
    content: "埞"
}

.hgi-twotone.hgi-traffic-light:before {
    content: "域"
}

.hgi-twotone.hgi-train-01:after {
    content: "埠"
}

.hgi-twotone.hgi-train-01:before {
    content: "埡"
}

.hgi-twotone.hgi-train-02:after {
    content: "埢"
}

.hgi-twotone.hgi-train-02:before {
    content: "埣"
}

.hgi-twotone.hgi-tram:after {
    content: "埤"
}

.hgi-twotone.hgi-tram:before {
    content: "埥"
}

.hgi-twotone.hgi-trampoline:after {
    content: "埦"
}

.hgi-twotone.hgi-trampoline:before {
    content: "埧"
}

.hgi-twotone.hgi-transaction:after {
    content: "埨"
}

.hgi-twotone.hgi-transaction:before {
    content: "埩"
}

.hgi-twotone.hgi-transition-bottom:after {
    content: "埪"
}

.hgi-twotone.hgi-transition-bottom:before {
    content: "埫"
}

.hgi-twotone.hgi-transition-left:after {
    content: "埬"
}

.hgi-twotone.hgi-transition-left:before {
    content: "埭"
}

.hgi-twotone.hgi-transition-right:after {
    content: "埮"
}

.hgi-twotone.hgi-transition-right:before {
    content: "埯"
}

.hgi-twotone.hgi-transition-top:after {
    content: "埰"
}

.hgi-twotone.hgi-transition-top:before {
    content: "埱"
}

.hgi-twotone.hgi-translate:after {
    content: "埲"
}

.hgi-twotone.hgi-translate:before {
    content: "埳"
}

.hgi-twotone.hgi-translation:after {
    content: "埴"
}

.hgi-twotone.hgi-translation:before {
    content: "埵"
}

.hgi-twotone.hgi-transmission:after {
    content: "埶"
}

.hgi-twotone.hgi-transmission:before {
    content: "執"
}

.hgi-twotone.hgi-transparency:after {
    content: "埸"
}

.hgi-twotone.hgi-transparency:before {
    content: "培"
}

.hgi-twotone.hgi-trapezoid-line-horizontal:after {
    content: "基"
}

.hgi-twotone.hgi-trapezoid-line-horizontal:before {
    content: "埻"
}

.hgi-twotone.hgi-trapezoid-line-vertical:after {
    content: "埼"
}

.hgi-twotone.hgi-trapezoid-line-vertical:before {
    content: "埽"
}

.hgi-twotone.hgi-travel-bag:after {
    content: "埾"
}

.hgi-twotone.hgi-travel-bag:before {
    content: "埿"
}

.hgi-twotone.hgi-treadmill-01:after {
    content: "堀"
}

.hgi-twotone.hgi-treadmill-01:before {
    content: "堁"
}

.hgi-twotone.hgi-treadmill-02:after {
    content: "堂"
}

.hgi-twotone.hgi-treadmill-02:before {
    content: "堃"
}

.hgi-twotone.hgi-treatment:after {
    content: "堄"
}

.hgi-twotone.hgi-treatment:before {
    content: "堅"
}

.hgi-twotone.hgi-tree-01:after {
    content: "堆"
}

.hgi-twotone.hgi-tree-01:before {
    content: "堇"
}

.hgi-twotone.hgi-tree-02:after {
    content: "堈"
}

.hgi-twotone.hgi-tree-02:before {
    content: "堉"
}

.hgi-twotone.hgi-tree-03:after {
    content: "堊"
}

.hgi-twotone.hgi-tree-03:before {
    content: "堋"
}

.hgi-twotone.hgi-tree-04:after {
    content: "堌"
}

.hgi-twotone.hgi-tree-04:before {
    content: "堍"
}

.hgi-twotone.hgi-tree-05:after {
    content: "堎"
}

.hgi-twotone.hgi-tree-05:before {
    content: "堏"
}

.hgi-twotone.hgi-tree-06:after {
    content: "堐"
}

.hgi-twotone.hgi-tree-06:before {
    content: "堑"
}

.hgi-twotone.hgi-tree-07:after {
    content: "堒"
}

.hgi-twotone.hgi-tree-07:before {
    content: "堓"
}

.hgi-twotone.hgi-trello:after {
    content: "堔"
}

.hgi-twotone.hgi-trello:before {
    content: "堕"
}

.hgi-twotone.hgi-triangle-01:after {
    content: "堖"
}

.hgi-twotone.hgi-triangle-01:before {
    content: "堗"
}

.hgi-twotone.hgi-triangle-02:after {
    content: "堘"
}

.hgi-twotone.hgi-triangle-02:before {
    content: "堙"
}

.hgi-twotone.hgi-triangle-03:after {
    content: "堚"
}

.hgi-twotone.hgi-triangle-03:before {
    content: "堛"
}

.hgi-twotone.hgi-triangle:after {
    content: "堜"
}

.hgi-twotone.hgi-triangle:before {
    content: "堝"
}

.hgi-twotone.hgi-trolley-01:after {
    content: "堞"
}

.hgi-twotone.hgi-trolley-01:before {
    content: "堟"
}

.hgi-twotone.hgi-trolley-02:after {
    content: "堠"
}

.hgi-twotone.hgi-trolley-02:before {
    content: "堡"
}

.hgi-twotone.hgi-tropical-storm:after {
    content: "堢"
}

.hgi-twotone.hgi-tropical-storm-tracks-01:after {
    content: "堣"
}

.hgi-twotone.hgi-tropical-storm-tracks-01:before {
    content: "堤"
}

.hgi-twotone.hgi-tropical-storm-tracks-02:after {
    content: "堥"
}

.hgi-twotone.hgi-tropical-storm-tracks-02:before {
    content: "堦"
}

.hgi-twotone.hgi-tropical-storm:before {
    content: "堧"
}

.hgi-twotone.hgi-truck-delivery:after {
    content: "堨"
}

.hgi-twotone.hgi-truck-delivery:before {
    content: "堩"
}

.hgi-twotone.hgi-truck-monster:after {
    content: "堪"
}

.hgi-twotone.hgi-truck-monster:before {
    content: "堫"
}

.hgi-twotone.hgi-truck-return:after {
    content: "堬"
}

.hgi-twotone.hgi-truck-return:before {
    content: "堭"
}

.hgi-twotone.hgi-truck:after {
    content: "堮"
}

.hgi-twotone.hgi-truck:before {
    content: "堯"
}

.hgi-twotone.hgi-trulli:after {
    content: "堰"
}

.hgi-twotone.hgi-trulli:before {
    content: "報"
}

.hgi-twotone.hgi-tsunami:after {
    content: "堲"
}

.hgi-twotone.hgi-tsunami:before {
    content: "堳"
}

.hgi-twotone.hgi-tulip:after {
    content: "場"
}

.hgi-twotone.hgi-tulip:before {
    content: "堵"
}

.hgi-twotone.hgi-tumblr:after {
    content: "堶"
}

.hgi-twotone.hgi-tumblr:before {
    content: "堷"
}

.hgi-twotone.hgi-turtle-neck:after {
    content: "堸"
}

.hgi-twotone.hgi-turtle-neck:before {
    content: "堹"
}

.hgi-twotone.hgi-tv-01:after {
    content: "堺"
}

.hgi-twotone.hgi-tv-01:before {
    content: "堻"
}

.hgi-twotone.hgi-tv-02:after {
    content: "堼"
}

.hgi-twotone.hgi-tv-02:before {
    content: "堽"
}

.hgi-twotone.hgi-tv-fix:after {
    content: "堾"
}

.hgi-twotone.hgi-tv-fix:before {
    content: "堿"
}

.hgi-twotone.hgi-tv-issue:after {
    content: "塀"
}

.hgi-twotone.hgi-tv-issue:before {
    content: "塁"
}

.hgi-twotone.hgi-tv-smart:after {
    content: "塂"
}

.hgi-twotone.hgi-tv-smart:before {
    content: "塃"
}

.hgi-twotone.hgi-twin-tower:after {
    content: "塄"
}

.hgi-twotone.hgi-twin-tower:before {
    content: "塅"
}

.hgi-twotone.hgi-twitch:after {
    content: "塆"
}

.hgi-twotone.hgi-twitch:before {
    content: "塇"
}

.hgi-twotone.hgi-twitter:after {
    content: "塈"
}

.hgi-twotone.hgi-twitter-square:after {
    content: "塉"
}

.hgi-twotone.hgi-twitter-square:before {
    content: "塊"
}

.hgi-twotone.hgi-twitter:before {
    content: "塋"
}

.hgi-twotone.hgi-two-factor-access:after {
    content: "塌"
}

.hgi-twotone.hgi-two-factor-access:before {
    content: "塍"
}

.hgi-twotone.hgi-two-finger-01:after {
    content: "塎"
}

.hgi-twotone.hgi-two-finger-01:before {
    content: "塏"
}

.hgi-twotone.hgi-two-finger-02:after {
    content: "塐"
}

.hgi-twotone.hgi-two-finger-02:before {
    content: "塑"
}

.hgi-twotone.hgi-two-finger-03:after {
    content: "塒"
}

.hgi-twotone.hgi-two-finger-03:before {
    content: "塓"
}

.hgi-twotone.hgi-two-finger-04:after {
    content: "塔"
}

.hgi-twotone.hgi-two-finger-04:before {
    content: "塕"
}

.hgi-twotone.hgi-two-finger-05:after {
    content: "塖"
}

.hgi-twotone.hgi-two-finger-05:before {
    content: "塗"
}

.hgi-twotone.hgi-txt-01:after {
    content: "塘"
}

.hgi-twotone.hgi-txt-01:before {
    content: "塙"
}

.hgi-twotone.hgi-txt-02:after {
    content: "塚"
}

.hgi-twotone.hgi-txt-02:before {
    content: "塛"
}

.hgi-twotone.hgi-type-cursor:after {
    content: "塜"
}

.hgi-twotone.hgi-type-cursor:before {
    content: "塝"
}

.hgi-twotone.hgi-typescript-01:after {
    content: "塞"
}

.hgi-twotone.hgi-typescript-01:before {
    content: "塟"
}

.hgi-twotone.hgi-typescript-02:after {
    content: "塠"
}

.hgi-twotone.hgi-typescript-02:before {
    content: "塡"
}

.hgi-twotone.hgi-typescript-03:after {
    content: "塢"
}

.hgi-twotone.hgi-typescript-03:before {
    content: "塣"
}

.hgi-twotone.hgi-uber:after {
    content: "塤"
}

.hgi-twotone.hgi-uber:before {
    content: "塥"
}

.hgi-twotone.hgi-ufo-01:after {
    content: "塦"
}

.hgi-twotone.hgi-ufo-01:before {
    content: "塧"
}

.hgi-twotone.hgi-ufo:after {
    content: "塨"
}

.hgi-twotone.hgi-ufo:before {
    content: "塩"
}

.hgi-twotone.hgi-umbrella-dollar:after {
    content: "塪"
}

.hgi-twotone.hgi-umbrella-dollar:before {
    content: "填"
}

.hgi-twotone.hgi-umbrella:after {
    content: "塬"
}

.hgi-twotone.hgi-umbrella:before {
    content: "塭"
}

.hgi-twotone.hgi-unamused:after {
    content: "塮"
}

.hgi-twotone.hgi-unamused:before {
    content: "塯"
}

.hgi-twotone.hgi-unavailable:after {
    content: "塰"
}

.hgi-twotone.hgi-unavailable:before {
    content: "塱"
}

.hgi-twotone.hgi-underpants-01:after {
    content: "塲"
}

.hgi-twotone.hgi-underpants-01:before {
    content: "塳"
}

.hgi-twotone.hgi-underpants-02:after {
    content: "塴"
}

.hgi-twotone.hgi-underpants-02:before {
    content: "塵"
}

.hgi-twotone.hgi-underpants-03:after {
    content: "塶"
}

.hgi-twotone.hgi-underpants-03:before {
    content: "塷"
}

.hgi-twotone.hgi-unfold-less:after {
    content: "塸"
}

.hgi-twotone.hgi-unfold-less:before {
    content: "塹"
}

.hgi-twotone.hgi-unfold-more:after {
    content: "塺"
}

.hgi-twotone.hgi-unfold-more:before {
    content: "塻"
}

.hgi-twotone.hgi-ungroup-items:after {
    content: "塼"
}

.hgi-twotone.hgi-ungroup-items:before {
    content: "塽"
}

.hgi-twotone.hgi-ungroup-layers:after {
    content: "塾"
}

.hgi-twotone.hgi-ungroup-layers:before {
    content: "塿"
}

.hgi-twotone.hgi-unhappy:after {
    content: "墀"
}

.hgi-twotone.hgi-unhappy:before {
    content: "墁"
}

.hgi-twotone.hgi-university:after {
    content: "墂"
}

.hgi-twotone.hgi-university:before {
    content: "境"
}

.hgi-twotone.hgi-unlink-01:after {
    content: "墄"
}

.hgi-twotone.hgi-unlink-01:before {
    content: "墅"
}

.hgi-twotone.hgi-unlink-02:after {
    content: "墆"
}

.hgi-twotone.hgi-unlink-02:before {
    content: "墇"
}

.hgi-twotone.hgi-unlink-03:after {
    content: "墈"
}

.hgi-twotone.hgi-unlink-03:before {
    content: "墉"
}

.hgi-twotone.hgi-unlink-04:after {
    content: "墊"
}

.hgi-twotone.hgi-unlink-04:before {
    content: "墋"
}

.hgi-twotone.hgi-unlink-05:after {
    content: "墌"
}

.hgi-twotone.hgi-unlink-05:before {
    content: "墍"
}

.hgi-twotone.hgi-unlink-06:after {
    content: "墎"
}

.hgi-twotone.hgi-unlink-06:before {
    content: "墏"
}

.hgi-twotone.hgi-unsplash:after {
    content: "墐"
}

.hgi-twotone.hgi-unsplash:before {
    content: "墑"
}

.hgi-twotone.hgi-upload-01:after {
    content: "墒"
}

.hgi-twotone.hgi-upload-01:before {
    content: "墓"
}

.hgi-twotone.hgi-upload-02:after {
    content: "墔"
}

.hgi-twotone.hgi-upload-02:before {
    content: "墕"
}

.hgi-twotone.hgi-upload-03:after {
    content: "墖"
}

.hgi-twotone.hgi-upload-03:before {
    content: "増"
}

.hgi-twotone.hgi-upload-04:after {
    content: "墘"
}

.hgi-twotone.hgi-upload-04:before {
    content: "墙"
}

.hgi-twotone.hgi-upload-05:after {
    content: "墚"
}

.hgi-twotone.hgi-upload-05:before {
    content: "墛"
}

.hgi-twotone.hgi-upload-circle-01:after {
    content: "墜"
}

.hgi-twotone.hgi-upload-circle-01:before {
    content: "墝"
}

.hgi-twotone.hgi-upload-circle-02:after {
    content: "增"
}

.hgi-twotone.hgi-upload-circle-02:before {
    content: "墟"
}

.hgi-twotone.hgi-upload-square-01:after {
    content: "墠"
}

.hgi-twotone.hgi-upload-square-01:before {
    content: "墡"
}

.hgi-twotone.hgi-upload-square-02:after {
    content: "墢"
}

.hgi-twotone.hgi-upload-square-02:before {
    content: "墣"
}

.hgi-twotone.hgi-upwork:after {
    content: "墤"
}

.hgi-twotone.hgi-upwork:before {
    content: "墥"
}

.hgi-twotone.hgi-usb-bugs:after {
    content: "墦"
}

.hgi-twotone.hgi-usb-bugs:before {
    content: "墧"
}

.hgi-twotone.hgi-usb-connected-01:after {
    content: "墨"
}

.hgi-twotone.hgi-usb-connected-01:before {
    content: "墩"
}

.hgi-twotone.hgi-usb-connected-02:after {
    content: "墪"
}

.hgi-twotone.hgi-usb-connected-02:before {
    content: "墫"
}

.hgi-twotone.hgi-usb-connected-03:after {
    content: "墬"
}

.hgi-twotone.hgi-usb-connected-03:before {
    content: "墭"
}

.hgi-twotone.hgi-usb-error:after {
    content: "墮"
}

.hgi-twotone.hgi-usb-error:before {
    content: "墯"
}

.hgi-twotone.hgi-usb-memory-01:after {
    content: "墰"
}

.hgi-twotone.hgi-usb-memory-01:before {
    content: "墱"
}

.hgi-twotone.hgi-usb-memory-02:after {
    content: "墲"
}

.hgi-twotone.hgi-usb-memory-02:before {
    content: "墳"
}

.hgi-twotone.hgi-usb-not-connected-01:after {
    content: "墴"
}

.hgi-twotone.hgi-usb-not-connected-01:before {
    content: "墵"
}

.hgi-twotone.hgi-usb-not-connected-02:after {
    content: "墶"
}

.hgi-twotone.hgi-usb-not-connected-02:before {
    content: "墷"
}

.hgi-twotone.hgi-usb:after {
    content: "墸"
}

.hgi-twotone.hgi-usb:before {
    content: "墹"
}

.hgi-twotone.hgi-user-account:after {
    content: "墺"
}

.hgi-twotone.hgi-user-account:before {
    content: "墻"
}

.hgi-twotone.hgi-user-add-01:after {
    content: "墼"
}

.hgi-twotone.hgi-user-add-01:before {
    content: "墽"
}

.hgi-twotone.hgi-user-add-02:after {
    content: "墾"
}

.hgi-twotone.hgi-user-add-02:before {
    content: "墿"
}

.hgi-twotone.hgi-user-arrow-left-right:after {
    content: "壀"
}

.hgi-twotone.hgi-user-arrow-left-right:before {
    content: "壁"
}

.hgi-twotone.hgi-user-block-01:after {
    content: "壂"
}

.hgi-twotone.hgi-user-block-01:before {
    content: "壃"
}

.hgi-twotone.hgi-user-block-02:after {
    content: "壄"
}

.hgi-twotone.hgi-user-block-02:before {
    content: "壅"
}

.hgi-twotone.hgi-user-check-01:after {
    content: "壆"
}

.hgi-twotone.hgi-user-check-01:before {
    content: "壇"
}

.hgi-twotone.hgi-user-check-02:after {
    content: "壈"
}

.hgi-twotone.hgi-user-check-02:before {
    content: "壉"
}

.hgi-twotone.hgi-user-circle-02:after {
    content: "壊"
}

.hgi-twotone.hgi-user-circle-02:before {
    content: "壋"
}

.hgi-twotone.hgi-user-circle:after {
    content: "壌"
}

.hgi-twotone.hgi-user-circle:before {
    content: "壍"
}

.hgi-twotone.hgi-user-edit-01:after {
    content: "壎"
}

.hgi-twotone.hgi-user-edit-01:before {
    content: "壏"
}

.hgi-twotone.hgi-user-full-view:after {
    content: "壐"
}

.hgi-twotone.hgi-user-full-view:before {
    content: "壑"
}

.hgi-twotone.hgi-user-group:after {
    content: "壒"
}

.hgi-twotone.hgi-user-group:before {
    content: "壓"
}

.hgi-twotone.hgi-user-id-verification:after {
    content: "壔"
}

.hgi-twotone.hgi-user-id-verification:before {
    content: "壕"
}

.hgi-twotone.hgi-user-list:after {
    content: "壖"
}

.hgi-twotone.hgi-user-list:before {
    content: "壗"
}

.hgi-twotone.hgi-user-lock-01:after {
    content: "壘"
}

.hgi-twotone.hgi-user-lock-01:before {
    content: "壙"
}

.hgi-twotone.hgi-user-lock-02:after {
    content: "壚"
}

.hgi-twotone.hgi-user-lock-02:before {
    content: "壛"
}

.hgi-twotone.hgi-user-love-01:after {
    content: "壜"
}

.hgi-twotone.hgi-user-love-01:before {
    content: "壝"
}

.hgi-twotone.hgi-user-love-02:after {
    content: "壞"
}

.hgi-twotone.hgi-user-love-02:before {
    content: "壟"
}

.hgi-twotone.hgi-user-minus-01:after {
    content: "壠"
}

.hgi-twotone.hgi-user-minus-01:before {
    content: "壡"
}

.hgi-twotone.hgi-user-minus-02:after {
    content: "壢"
}

.hgi-twotone.hgi-user-minus-02:before {
    content: "壣"
}

.hgi-twotone.hgi-user-multiple-02:after {
    content: "壤"
}

.hgi-twotone.hgi-user-multiple-02:before {
    content: "壥"
}

.hgi-twotone.hgi-user-multiple:after {
    content: "壦"
}

.hgi-twotone.hgi-user-multiple:before {
    content: "壧"
}

.hgi-twotone.hgi-user-question-01:after {
    content: "壨"
}

.hgi-twotone.hgi-user-question-01:before {
    content: "壩"
}

.hgi-twotone.hgi-user-question-02:after {
    content: "壪"
}

.hgi-twotone.hgi-user-question-02:before {
    content: "士"
}

.hgi-twotone.hgi-user-remove-01:after {
    content: "壬"
}

.hgi-twotone.hgi-user-remove-01:before {
    content: "壭"
}

.hgi-twotone.hgi-user-remove-02:after {
    content: "壮"
}

.hgi-twotone.hgi-user-remove-02:before {
    content: "壯"
}

.hgi-twotone.hgi-user-roadside:after {
    content: "声"
}

.hgi-twotone.hgi-user-roadside:before {
    content: "壱"
}

.hgi-twotone.hgi-user-search-01:after {
    content: "売"
}

.hgi-twotone.hgi-user-search-01:before {
    content: "壳"
}

.hgi-twotone.hgi-user-search-02:after {
    content: "壴"
}

.hgi-twotone.hgi-user-search-02:before {
    content: "壵"
}

.hgi-twotone.hgi-user:after {
    content: "壶"
}

.hgi-twotone.hgi-user-settings-01:after {
    content: "壷"
}

.hgi-twotone.hgi-user-settings-01:before {
    content: "壸"
}

.hgi-twotone.hgi-user-settings-02:after {
    content: "壹"
}

.hgi-twotone.hgi-user-settings-02:before {
    content: "壺"
}

.hgi-twotone.hgi-user-sharing:after {
    content: "壻"
}

.hgi-twotone.hgi-user-sharing:before {
    content: "壼"
}

.hgi-twotone.hgi-user-shield-01:after {
    content: "壽"
}

.hgi-twotone.hgi-user-shield-01:before {
    content: "壾"
}

.hgi-twotone.hgi-user-shield-02:after {
    content: "壿"
}

.hgi-twotone.hgi-user-shield-02:before {
    content: "夀"
}

.hgi-twotone.hgi-user-square:after {
    content: "夁"
}

.hgi-twotone.hgi-user-square:before {
    content: "夂"
}

.hgi-twotone.hgi-user-star-01:after {
    content: "夃"
}

.hgi-twotone.hgi-user-star-01:before {
    content: "处"
}

.hgi-twotone.hgi-user-star-02:after {
    content: "夅"
}

.hgi-twotone.hgi-user-star-02:before {
    content: "夆"
}

.hgi-twotone.hgi-user-status:after {
    content: "备"
}

.hgi-twotone.hgi-user-status:before {
    content: "夈"
}

.hgi-twotone.hgi-user-story:after {
    content: "変"
}

.hgi-twotone.hgi-user-story:before {
    content: "夊"
}

.hgi-twotone.hgi-user-switch:after {
    content: "夋"
}

.hgi-twotone.hgi-user-switch:before {
    content: "夌"
}

.hgi-twotone.hgi-user-unlock-01:after {
    content: "复"
}

.hgi-twotone.hgi-user-unlock-01:before {
    content: "夎"
}

.hgi-twotone.hgi-user-unlock-02:after {
    content: "夏"
}

.hgi-twotone.hgi-user-unlock-02:before {
    content: "夐"
}

.hgi-twotone.hgi-user:before {
    content: "夑"
}

.hgi-twotone.hgi-uv-01:after {
    content: "夒"
}

.hgi-twotone.hgi-uv-01:before {
    content: "夓"
}

.hgi-twotone.hgi-uv-02:after {
    content: "夔"
}

.hgi-twotone.hgi-uv-02:before {
    content: "夕"
}

.hgi-twotone.hgi-uv-03:after {
    content: "外"
}

.hgi-twotone.hgi-uv-03:before {
    content: "夗"
}

.hgi-twotone.hgi-vaccine:after {
    content: "夘"
}

.hgi-twotone.hgi-vaccine:before {
    content: "夙"
}

.hgi-twotone.hgi-validation-approval:after {
    content: "多"
}

.hgi-twotone.hgi-validation-approval:before {
    content: "夛"
}

.hgi-twotone.hgi-validation:after {
    content: "夜"
}

.hgi-twotone.hgi-validation:before {
    content: "夝"
}

.hgi-twotone.hgi-van:after {
    content: "夞"
}

.hgi-twotone.hgi-van:before {
    content: "够"
}

.hgi-twotone.hgi-variable:after {
    content: "夠"
}

.hgi-twotone.hgi-variable:before {
    content: "夡"
}

.hgi-twotone.hgi-vegetarian-food:after {
    content: "夢"
}

.hgi-twotone.hgi-vegetarian-food:before {
    content: "夣"
}

.hgi-twotone.hgi-vertical-resize:after {
    content: "夤"
}

.hgi-twotone.hgi-vertical-resize:before {
    content: "夥"
}

.hgi-twotone.hgi-vertical-scroll-point:after {
    content: "夦"
}

.hgi-twotone.hgi-vertical-scroll-point:before {
    content: "大"
}

.hgi-twotone.hgi-vest:after {
    content: "夨"
}

.hgi-twotone.hgi-vest:before {
    content: "天"
}

.hgi-twotone.hgi-victory-finger-01:after {
    content: "太"
}

.hgi-twotone.hgi-victory-finger-01:before {
    content: "夫"
}

.hgi-twotone.hgi-victory-finger-02:after {
    content: "夬"
}

.hgi-twotone.hgi-victory-finger-02:before {
    content: "夭"
}

.hgi-twotone.hgi-victory-finger-03:after {
    content: "央"
}

.hgi-twotone.hgi-victory-finger-03:before {
    content: "夯"
}

.hgi-twotone.hgi-video-01:after {
    content: "夰"
}

.hgi-twotone.hgi-video-01:before {
    content: "失"
}

.hgi-twotone.hgi-video-02:after {
    content: "夲"
}

.hgi-twotone.hgi-video-02:before {
    content: "夳"
}

.hgi-twotone.hgi-video-console:after {
    content: "头"
}

.hgi-twotone.hgi-video-console:before {
    content: "夵"
}

.hgi-twotone.hgi-video-off:after {
    content: "夶"
}

.hgi-twotone.hgi-video-off:before {
    content: "夷"
}

.hgi-twotone.hgi-video-replay:after {
    content: "夸"
}

.hgi-twotone.hgi-video-replay:before {
    content: "夹"
}

.hgi-twotone.hgi-view-off:after {
    content: "夺"
}

.hgi-twotone.hgi-view-off-slash:after {
    content: "夻"
}

.hgi-twotone.hgi-view-off-slash:before {
    content: "夼"
}

.hgi-twotone.hgi-view-off:before {
    content: "夽"
}

.hgi-twotone.hgi-view:after {
    content: "夾"
}

.hgi-twotone.hgi-view:before {
    content: "夿"
}

.hgi-twotone.hgi-vimeo:after {
    content: "奀"
}

.hgi-twotone.hgi-vimeo:before {
    content: "奁"
}

.hgi-twotone.hgi-vine:after {
    content: "奂"
}

.hgi-twotone.hgi-vine-square:after {
    content: "奃"
}

.hgi-twotone.hgi-vine-square:before {
    content: "奄"
}

.hgi-twotone.hgi-vine:before {
    content: "奅"
}

.hgi-twotone.hgi-vintage-clock:after {
    content: "奆"
}

.hgi-twotone.hgi-vintage-clock:before {
    content: "奇"
}

.hgi-twotone.hgi-virtual-reality-vr-01:after {
    content: "奈"
}

.hgi-twotone.hgi-virtual-reality-vr-01:before {
    content: "奉"
}

.hgi-twotone.hgi-virtual-reality-vr-02:after {
    content: "奊"
}

.hgi-twotone.hgi-virtual-reality-vr-02:before {
    content: "奋"
}

.hgi-twotone.hgi-vision:after {
    content: "奌"
}

.hgi-twotone.hgi-vision:before {
    content: "奍"
}

.hgi-twotone.hgi-vk:after {
    content: "奎"
}

.hgi-twotone.hgi-vk-square:after {
    content: "奏"
}

.hgi-twotone.hgi-vk-square:before {
    content: "奐"
}

.hgi-twotone.hgi-vk:before {
    content: "契"
}

.hgi-twotone.hgi-voice-id:after {
    content: "奒"
}

.hgi-twotone.hgi-voice-id:before {
    content: "奓"
}

.hgi-twotone.hgi-voice:after {
    content: "奔"
}

.hgi-twotone.hgi-voice:before {
    content: "奕"
}

.hgi-twotone.hgi-volleyball:after {
    content: "奖"
}

.hgi-twotone.hgi-volleyball:before {
    content: "套"
}

.hgi-twotone.hgi-volume-high:after {
    content: "奘"
}

.hgi-twotone.hgi-volume-high:before {
    content: "奙"
}

.hgi-twotone.hgi-volume-low:after {
    content: "奚"
}

.hgi-twotone.hgi-volume-low:before {
    content: "奛"
}

.hgi-twotone.hgi-volume-minus:after {
    content: "奜"
}

.hgi-twotone.hgi-volume-minus:before {
    content: "奝"
}

.hgi-twotone.hgi-volume-mute-01:after {
    content: "奞"
}

.hgi-twotone.hgi-volume-mute-01:before {
    content: "奟"
}

.hgi-twotone.hgi-volume-mute-02:after {
    content: "奠"
}

.hgi-twotone.hgi-volume-mute-02:before {
    content: "奡"
}

.hgi-twotone.hgi-volume-off:after {
    content: "奢"
}

.hgi-twotone.hgi-volume-off:before {
    content: "奣"
}

.hgi-twotone.hgi-volume-up:after {
    content: "奤"
}

.hgi-twotone.hgi-volume-up:before {
    content: "奥"
}

.hgi-twotone.hgi-vomiting:after {
    content: "奦"
}

.hgi-twotone.hgi-vomiting:before {
    content: "奧"
}

.hgi-twotone.hgi-voucher:after {
    content: "奨"
}

.hgi-twotone.hgi-voucher:before {
    content: "奩"
}

.hgi-twotone.hgi-vr-glasses:after {
    content: "奪"
}

.hgi-twotone.hgi-vr-glasses:before {
    content: "奫"
}

.hgi-twotone.hgi-vr:after {
    content: "奬"
}

.hgi-twotone.hgi-vr:before {
    content: "奭"
}

.hgi-twotone.hgi-vynil-01:after {
    content: "奮"
}

.hgi-twotone.hgi-vynil-01:before {
    content: "奯"
}

.hgi-twotone.hgi-vynil-02:after {
    content: "奰"
}

.hgi-twotone.hgi-vynil-02:before {
    content: "奱"
}

.hgi-twotone.hgi-vynil-03:after {
    content: "奲"
}

.hgi-twotone.hgi-vynil-03:before {
    content: "女"
}

.hgi-twotone.hgi-waiter:after {
    content: "奴"
}

.hgi-twotone.hgi-waiter:before {
    content: "奵"
}

.hgi-twotone.hgi-waiters:after {
    content: "奶"
}

.hgi-twotone.hgi-waiters:before {
    content: "奷"
}

.hgi-twotone.hgi-wall-lamp:after {
    content: "奸"
}

.hgi-twotone.hgi-wall-lamp:before {
    content: "她"
}

.hgi-twotone.hgi-wallet-01:after {
    content: "奺"
}

.hgi-twotone.hgi-wallet-01:before {
    content: "奻"
}

.hgi-twotone.hgi-wallet-02:after {
    content: "奼"
}

.hgi-twotone.hgi-wallet-02:before {
    content: "好"
}

.hgi-twotone.hgi-wallet-03:after {
    content: "奾"
}

.hgi-twotone.hgi-wallet-03:before {
    content: "奿"
}

.hgi-twotone.hgi-wallet-add-01:after {
    content: "妀"
}

.hgi-twotone.hgi-wallet-add-01:before {
    content: "妁"
}

.hgi-twotone.hgi-wallet-add-02:after {
    content: "如"
}

.hgi-twotone.hgi-wallet-add-02:before {
    content: "妃"
}

.hgi-twotone.hgi-wallet-done-01:after {
    content: "妄"
}

.hgi-twotone.hgi-wallet-done-01:before {
    content: "妅"
}

.hgi-twotone.hgi-wallet-done-02:after {
    content: "妆"
}

.hgi-twotone.hgi-wallet-done-02:before {
    content: "妇"
}

.hgi-twotone.hgi-wallet-not-found-01:after {
    content: "妈"
}

.hgi-twotone.hgi-wallet-not-found-01:before {
    content: "妉"
}

.hgi-twotone.hgi-wallet-not-found-02:after {
    content: "妊"
}

.hgi-twotone.hgi-wallet-not-found-02:before {
    content: "妋"
}

.hgi-twotone.hgi-wallet-remove-01:after {
    content: "妌"
}

.hgi-twotone.hgi-wallet-remove-01:before {
    content: "妍"
}

.hgi-twotone.hgi-wallet-remove-02:after {
    content: "妎"
}

.hgi-twotone.hgi-wallet-remove-02:before {
    content: "妏"
}

.hgi-twotone.hgi-wanted:after {
    content: "妐"
}

.hgi-twotone.hgi-wanted:before {
    content: "妑"
}

.hgi-twotone.hgi-wardrobe-01:after {
    content: "妒"
}

.hgi-twotone.hgi-wardrobe-01:before {
    content: "妓"
}

.hgi-twotone.hgi-wardrobe-02:after {
    content: "妔"
}

.hgi-twotone.hgi-wardrobe-02:before {
    content: "妕"
}

.hgi-twotone.hgi-wardrobe-03:after {
    content: "妖"
}

.hgi-twotone.hgi-wardrobe-03:before {
    content: "妗"
}

.hgi-twotone.hgi-wardrobe-04:after {
    content: "妘"
}

.hgi-twotone.hgi-wardrobe-04:before {
    content: "妙"
}

.hgi-twotone.hgi-warehouse:after {
    content: "妚"
}

.hgi-twotone.hgi-warehouse:before {
    content: "妛"
}

.hgi-twotone.hgi-washington-monument:after {
    content: "妜"
}

.hgi-twotone.hgi-washington-monument:before {
    content: "妝"
}

.hgi-twotone.hgi-waste-restore:after {
    content: "妞"
}

.hgi-twotone.hgi-waste-restore:before {
    content: "妟"
}

.hgi-twotone.hgi-waste:after {
    content: "妠"
}

.hgi-twotone.hgi-waste:before {
    content: "妡"
}

.hgi-twotone.hgi-watch-01:after {
    content: "妢"
}

.hgi-twotone.hgi-watch-01:before {
    content: "妣"
}

.hgi-twotone.hgi-watch-02:after {
    content: "妤"
}

.hgi-twotone.hgi-watch-02:before {
    content: "妥"
}

.hgi-twotone.hgi-water-energy:after {
    content: "妦"
}

.hgi-twotone.hgi-water-energy:before {
    content: "妧"
}

.hgi-twotone.hgi-water-polo:after {
    content: "妨"
}

.hgi-twotone.hgi-water-polo:before {
    content: "妩"
}

.hgi-twotone.hgi-water-pump:after {
    content: "妪"
}

.hgi-twotone.hgi-water-pump:before {
    content: "妫"
}

.hgi-twotone.hgi-waterfall-down-01:after {
    content: "妬"
}

.hgi-twotone.hgi-waterfall-down-01:before {
    content: "妭"
}

.hgi-twotone.hgi-waterfall-down-03:after {
    content: "妮"
}

.hgi-twotone.hgi-waterfall-down-03:before {
    content: "妯"
}

.hgi-twotone.hgi-waterfall-up-01:after {
    content: "妰"
}

.hgi-twotone.hgi-waterfall-up-01:before {
    content: "妱"
}

.hgi-twotone.hgi-waterfall-up-02:after {
    content: "妲"
}

.hgi-twotone.hgi-waterfall-up-02:before {
    content: "妳"
}

.hgi-twotone.hgi-watermelon:after {
    content: "妴"
}

.hgi-twotone.hgi-watermelon:before {
    content: "妵"
}

.hgi-twotone.hgi-wattpad:after {
    content: "妶"
}

.hgi-twotone.hgi-wattpad-square:after {
    content: "妷"
}

.hgi-twotone.hgi-wattpad-square:before {
    content: "妸"
}

.hgi-twotone.hgi-wattpad:before {
    content: "妹"
}

.hgi-twotone.hgi-waving-hand-01:after {
    content: "妺"
}

.hgi-twotone.hgi-waving-hand-01:before {
    content: "妻"
}

.hgi-twotone.hgi-waving-hand-02:after {
    content: "妼"
}

.hgi-twotone.hgi-waving-hand-02:before {
    content: "妽"
}

.hgi-twotone.hgi-waze:after {
    content: "妾"
}

.hgi-twotone.hgi-waze:before {
    content: "妿"
}

.hgi-twotone.hgi-web-design-01:after {
    content: "姀"
}

.hgi-twotone.hgi-web-design-01:before {
    content: "姁"
}

.hgi-twotone.hgi-web-design-02:after {
    content: "姂"
}

.hgi-twotone.hgi-web-design-02:before {
    content: "姃"
}

.hgi-twotone.hgi-web-programming:after {
    content: "姄"
}

.hgi-twotone.hgi-web-programming:before {
    content: "姅"
}

.hgi-twotone.hgi-web-protection:after {
    content: "姆"
}

.hgi-twotone.hgi-web-protection:before {
    content: "姇"
}

.hgi-twotone.hgi-web-security:after {
    content: "姈"
}

.hgi-twotone.hgi-web-security:before {
    content: "姉"
}

.hgi-twotone.hgi-web-validation:after {
    content: "姊"
}

.hgi-twotone.hgi-web-validation:before {
    content: "始"
}

.hgi-twotone.hgi-webflow:after {
    content: "姌"
}

.hgi-twotone.hgi-webflow:before {
    content: "姍"
}

.hgi-twotone.hgi-wechat:after {
    content: "姎"
}

.hgi-twotone.hgi-wechat:before {
    content: "姏"
}

.hgi-twotone.hgi-weight-scale-01:after {
    content: "姐"
}

.hgi-twotone.hgi-weight-scale-01:before {
    content: "姑"
}

.hgi-twotone.hgi-weight-scale:after {
    content: "姒"
}

.hgi-twotone.hgi-weight-scale:before {
    content: "姓"
}

.hgi-twotone.hgi-wellness:after {
    content: "委"
}

.hgi-twotone.hgi-wellness:before {
    content: "姕"
}

.hgi-twotone.hgi-whatsapp-business:after {
    content: "姖"
}

.hgi-twotone.hgi-whatsapp-business:before {
    content: "姗"
}

.hgi-twotone.hgi-whatsapp:after {
    content: "姘"
}

.hgi-twotone.hgi-whatsapp:before {
    content: "姙"
}

.hgi-twotone.hgi-wheelchair:after {
    content: "姚"
}

.hgi-twotone.hgi-wheelchair:before {
    content: "姛"
}

.hgi-twotone.hgi-whisk:after {
    content: "姜"
}

.hgi-twotone.hgi-whisk:before {
    content: "姝"
}

.hgi-twotone.hgi-whistle:after {
    content: "姞"
}

.hgi-twotone.hgi-whistle:before {
    content: "姟"
}

.hgi-twotone.hgi-wifi-01:after {
    content: "姠"
}

.hgi-twotone.hgi-wifi-01:before {
    content: "姡"
}

.hgi-twotone.hgi-wifi-02:after {
    content: "姢"
}

.hgi-twotone.hgi-wifi-02:before {
    content: "姣"
}

.hgi-twotone.hgi-wifi-circle:after {
    content: "姤"
}

.hgi-twotone.hgi-wifi-circle:before {
    content: "姥"
}

.hgi-twotone.hgi-wifi-connected-01:after {
    content: "姦"
}

.hgi-twotone.hgi-wifi-connected-01:before {
    content: "姧"
}

.hgi-twotone.hgi-wifi-connected-02:after {
    content: "姨"
}

.hgi-twotone.hgi-wifi-connected-02:before {
    content: "姩"
}

.hgi-twotone.hgi-wifi-connected-03:after {
    content: "姪"
}

.hgi-twotone.hgi-wifi-connected-03:before {
    content: "姫"
}

.hgi-twotone.hgi-wifi-disconnected-01:after {
    content: "姬"
}

.hgi-twotone.hgi-wifi-disconnected-01:before {
    content: "姭"
}

.hgi-twotone.hgi-wifi-disconnected-02:after {
    content: "姮"
}

.hgi-twotone.hgi-wifi-disconnected-02:before {
    content: "姯"
}

.hgi-twotone.hgi-wifi-disconnected-03:after {
    content: "姰"
}

.hgi-twotone.hgi-wifi-disconnected-03:before {
    content: "姱"
}

.hgi-twotone.hgi-wifi-disconnected-04:after {
    content: "姲"
}

.hgi-twotone.hgi-wifi-disconnected-04:before {
    content: "姳"
}

.hgi-twotone.hgi-wifi-error-01:after {
    content: "姴"
}

.hgi-twotone.hgi-wifi-error-01:before {
    content: "姵"
}

.hgi-twotone.hgi-wifi-error-02:after {
    content: "姶"
}

.hgi-twotone.hgi-wifi-error-02:before {
    content: "姷"
}

.hgi-twotone.hgi-wifi-full-signal:after {
    content: "姸"
}

.hgi-twotone.hgi-wifi-full-signal:before {
    content: "姹"
}

.hgi-twotone.hgi-wifi-location:after {
    content: "姺"
}

.hgi-twotone.hgi-wifi-location:before {
    content: "姻"
}

.hgi-twotone.hgi-wifi-lock:after {
    content: "姼"
}

.hgi-twotone.hgi-wifi-lock:before {
    content: "姽"
}

.hgi-twotone.hgi-wifi-low-signal:after {
    content: "姾"
}

.hgi-twotone.hgi-wifi-low-signal:before {
    content: "姿"
}

.hgi-twotone.hgi-wifi-medium-signal:after {
    content: "娀"
}

.hgi-twotone.hgi-wifi-medium-signal:before {
    content: "威"
}

.hgi-twotone.hgi-wifi-no-signal:after {
    content: "娂"
}

.hgi-twotone.hgi-wifi-no-signal:before {
    content: "娃"
}

.hgi-twotone.hgi-wifi-off-01:after {
    content: "娄"
}

.hgi-twotone.hgi-wifi-off-01:before {
    content: "娅"
}

.hgi-twotone.hgi-wifi-off-02:after {
    content: "娆"
}

.hgi-twotone.hgi-wifi-off-02:before {
    content: "娇"
}

.hgi-twotone.hgi-wifi-square:after {
    content: "娈"
}

.hgi-twotone.hgi-wifi-square:before {
    content: "娉"
}

.hgi-twotone.hgi-wifi-unlock:after {
    content: "娊"
}

.hgi-twotone.hgi-wifi-unlock:before {
    content: "娋"
}

.hgi-twotone.hgi-wikipedia:after {
    content: "娌"
}

.hgi-twotone.hgi-wikipedia:before {
    content: "娍"
}

.hgi-twotone.hgi-wind-power-01:after {
    content: "娎"
}

.hgi-twotone.hgi-wind-power-01:before {
    content: "娏"
}

.hgi-twotone.hgi-wind-power-02:after {
    content: "娐"
}

.hgi-twotone.hgi-wind-power-02:before {
    content: "娑"
}

.hgi-twotone.hgi-wind-power-03:after {
    content: "娒"
}

.hgi-twotone.hgi-wind-power-03:before {
    content: "娓"
}

.hgi-twotone.hgi-wind-power:after {
    content: "娔"
}

.hgi-twotone.hgi-wind-power:before {
    content: "娕"
}

.hgi-twotone.hgi-wind-surf:after {
    content: "娖"
}

.hgi-twotone.hgi-wind-surf:before {
    content: "娗"
}

.hgi-twotone.hgi-wind-turbine:after {
    content: "娘"
}

.hgi-twotone.hgi-wind-turbine:before {
    content: "娙"
}

.hgi-twotone.hgi-wink:after {
    content: "娚"
}

.hgi-twotone.hgi-wink:before {
    content: "娛"
}

.hgi-twotone.hgi-winking:after {
    content: "娜"
}

.hgi-twotone.hgi-winking:before {
    content: "娝"
}

.hgi-twotone.hgi-wireless-cloud-access:after {
    content: "娞"
}

.hgi-twotone.hgi-wireless-cloud-access:before {
    content: "娟"
}

.hgi-twotone.hgi-wireless:after {
    content: "娠"
}

.hgi-twotone.hgi-wireless:before {
    content: "娡"
}

.hgi-twotone.hgi-wise:after {
    content: "娢"
}

.hgi-twotone.hgi-wise:before {
    content: "娣"
}

.hgi-twotone.hgi-wordpress:after {
    content: "娤"
}

.hgi-twotone.hgi-wordpress:before {
    content: "娥"
}

.hgi-twotone.hgi-work-alert:after {
    content: "娦"
}

.hgi-twotone.hgi-work-alert:before {
    content: "娧"
}

.hgi-twotone.hgi-work-history:after {
    content: "娨"
}

.hgi-twotone.hgi-work-history:before {
    content: "娩"
}

.hgi-twotone.hgi-work-update:after {
    content: "娪"
}

.hgi-twotone.hgi-work-update:before {
    content: "娫"
}

.hgi-twotone.hgi-workflow-circle-01:after {
    content: "娬"
}

.hgi-twotone.hgi-workflow-circle-01:before {
    content: "娭"
}

.hgi-twotone.hgi-workflow-circle-02:after {
    content: "娮"
}

.hgi-twotone.hgi-workflow-circle-02:before {
    content: "娯"
}

.hgi-twotone.hgi-workflow-circle-03:after {
    content: "娰"
}

.hgi-twotone.hgi-workflow-circle-03:before {
    content: "娱"
}

.hgi-twotone.hgi-workflow-circle-04:after {
    content: "娲"
}

.hgi-twotone.hgi-workflow-circle-04:before {
    content: "娳"
}

.hgi-twotone.hgi-workflow-circle-05:after {
    content: "娴"
}

.hgi-twotone.hgi-workflow-circle-05:before {
    content: "娵"
}

.hgi-twotone.hgi-workflow-circle-06:after {
    content: "娶"
}

.hgi-twotone.hgi-workflow-circle-06:before {
    content: "娷"
}

.hgi-twotone.hgi-workflow-square-01:after {
    content: "娸"
}

.hgi-twotone.hgi-workflow-square-01:before {
    content: "娹"
}

.hgi-twotone.hgi-workflow-square-02:after {
    content: "娺"
}

.hgi-twotone.hgi-workflow-square-02:before {
    content: "娻"
}

.hgi-twotone.hgi-workflow-square-03:after {
    content: "娼"
}

.hgi-twotone.hgi-workflow-square-03:before {
    content: "娽"
}

.hgi-twotone.hgi-workflow-square-04:after {
    content: "娾"
}

.hgi-twotone.hgi-workflow-square-04:before {
    content: "娿"
}

.hgi-twotone.hgi-workflow-square-05:after {
    content: "婀"
}

.hgi-twotone.hgi-workflow-square-05:before {
    content: "婁"
}

.hgi-twotone.hgi-workflow-square-06:after {
    content: "婂"
}

.hgi-twotone.hgi-workflow-square-06:before {
    content: "婃"
}

.hgi-twotone.hgi-workflow-square-07:after {
    content: "婄"
}

.hgi-twotone.hgi-workflow-square-07:before {
    content: "婅"
}

.hgi-twotone.hgi-workflow-square-08:after {
    content: "婆"
}

.hgi-twotone.hgi-workflow-square-08:before {
    content: "婇"
}

.hgi-twotone.hgi-workflow-square-09:after {
    content: "婈"
}

.hgi-twotone.hgi-workflow-square-09:before {
    content: "婉"
}

.hgi-twotone.hgi-workflow-square-10:after {
    content: "婊"
}

.hgi-twotone.hgi-workflow-square-10:before {
    content: "婋"
}

.hgi-twotone.hgi-workout-battle-ropes:after {
    content: "婌"
}

.hgi-twotone.hgi-workout-battle-ropes:before {
    content: "婍"
}

.hgi-twotone.hgi-workout-gymnastics:after {
    content: "婎"
}

.hgi-twotone.hgi-workout-gymnastics:before {
    content: "婏"
}

.hgi-twotone.hgi-workout-kicking:after {
    content: "婐"
}

.hgi-twotone.hgi-workout-kicking:before {
    content: "婑"
}

.hgi-twotone.hgi-workout-run:after {
    content: "婒"
}

.hgi-twotone.hgi-workout-run:before {
    content: "婓"
}

.hgi-twotone.hgi-workout-sport:after {
    content: "婔"
}

.hgi-twotone.hgi-workout-sport:before {
    content: "婕"
}

.hgi-twotone.hgi-workout-squats:after {
    content: "婖"
}

.hgi-twotone.hgi-workout-squats:before {
    content: "婗"
}

.hgi-twotone.hgi-workout-stretching:after {
    content: "婘"
}

.hgi-twotone.hgi-workout-stretching:before {
    content: "婙"
}

.hgi-twotone.hgi-workout-warm-up:after {
    content: "婚"
}

.hgi-twotone.hgi-workout-warm-up:before {
    content: "婛"
}

.hgi-twotone.hgi-worry:after {
    content: "婜"
}

.hgi-twotone.hgi-worry:before {
    content: "婝"
}

.hgi-twotone.hgi-wps-office-rectangle:after {
    content: "婞"
}

.hgi-twotone.hgi-wps-office-rectangle:before {
    content: "婟"
}

.hgi-twotone.hgi-wps-office:after {
    content: "婠"
}

.hgi-twotone.hgi-wps-office:before {
    content: "婡"
}

.hgi-twotone.hgi-wrench-01:after {
    content: "婢"
}

.hgi-twotone.hgi-wrench-01:before {
    content: "婣"
}

.hgi-twotone.hgi-wrench-02:after {
    content: "婤"
}

.hgi-twotone.hgi-wrench-02:before {
    content: "婥"
}

.hgi-twotone.hgi-wudu:after {
    content: "婦"
}

.hgi-twotone.hgi-wudu:before {
    content: "婧"
}

.hgi-twotone.hgi-x-ray:after {
    content: "婨"
}

.hgi-twotone.hgi-x-ray:before {
    content: "婩"
}

.hgi-twotone.hgi-x-variable-circle:after {
    content: "婪"
}

.hgi-twotone.hgi-x-variable-circle:before {
    content: "婫"
}

.hgi-twotone.hgi-x-variable:after {
    content: "婬"
}

.hgi-twotone.hgi-x-variable-square:after {
    content: "婭"
}

.hgi-twotone.hgi-x-variable-square:before {
    content: "婮"
}

.hgi-twotone.hgi-x-variable:before {
    content: "婯"
}

.hgi-twotone.hgi-xing:after {
    content: "婰"
}

.hgi-twotone.hgi-xing:before {
    content: "婱"
}

.hgi-twotone.hgi-xls-01:after {
    content: "婲"
}

.hgi-twotone.hgi-xls-01:before {
    content: "婳"
}

.hgi-twotone.hgi-xls-02:after {
    content: "婴"
}

.hgi-twotone.hgi-xls-02:before {
    content: "婵"
}

.hgi-twotone.hgi-xml-01:after {
    content: "婶"
}

.hgi-twotone.hgi-xml-01:before {
    content: "婷"
}

.hgi-twotone.hgi-xml-02:after {
    content: "婸"
}

.hgi-twotone.hgi-xml-02:before {
    content: "婹"
}

.hgi-twotone.hgi-xsl-01:after {
    content: "婺"
}

.hgi-twotone.hgi-xsl-01:before {
    content: "婻"
}

.hgi-twotone.hgi-xsl-02:after {
    content: "婼"
}

.hgi-twotone.hgi-xsl-02:before {
    content: "婽"
}

.hgi-twotone.hgi-yelp:after {
    content: "婾"
}

.hgi-twotone.hgi-yelp:before {
    content: "婿"
}

.hgi-twotone.hgi-yen-circle:after {
    content: "媀"
}

.hgi-twotone.hgi-yen-circle:before {
    content: "媁"
}

.hgi-twotone.hgi-yen-receive:after {
    content: "媂"
}

.hgi-twotone.hgi-yen-receive:before {
    content: "媃"
}

.hgi-twotone.hgi-yen:after {
    content: "媄"
}

.hgi-twotone.hgi-yen-send:after {
    content: "媅"
}

.hgi-twotone.hgi-yen-send:before {
    content: "媆"
}

.hgi-twotone.hgi-yen-square:after {
    content: "媇"
}

.hgi-twotone.hgi-yen-square:before {
    content: "媈"
}

.hgi-twotone.hgi-yen:before {
    content: "媉"
}

.hgi-twotone.hgi-yoga-01:after {
    content: "媊"
}

.hgi-twotone.hgi-yoga-01:before {
    content: "媋"
}

.hgi-twotone.hgi-yoga-02:after {
    content: "媌"
}

.hgi-twotone.hgi-yoga-02:before {
    content: "媍"
}

.hgi-twotone.hgi-yoga-03:after {
    content: "媎"
}

.hgi-twotone.hgi-yoga-03:before {
    content: "媏"
}

.hgi-twotone.hgi-yoga-ball:after {
    content: "媐"
}

.hgi-twotone.hgi-yoga-ball:before {
    content: "媑"
}

.hgi-twotone.hgi-yoga-mat:after {
    content: "媒"
}

.hgi-twotone.hgi-yoga-mat:before {
    content: "媓"
}

.hgi-twotone.hgi-yogurt:after {
    content: "媔"
}

.hgi-twotone.hgi-yogurt:before {
    content: "媕"
}

.hgi-twotone.hgi-youtube:after {
    content: "媖"
}

.hgi-twotone.hgi-youtube:before {
    content: "媗"
}

.hgi-twotone.hgi-yurt:after {
    content: "媘"
}

.hgi-twotone.hgi-yurt:before {
    content: "媙"
}

.hgi-twotone.hgi-zakat:after {
    content: "媚"
}

.hgi-twotone.hgi-zakat:before {
    content: "媛"
}

.hgi-twotone.hgi-zap:after {
    content: "媜"
}

.hgi-twotone.hgi-zap:before {
    content: "媝"
}

.hgi-twotone.hgi-zeppelin:after {
    content: "媞"
}

.hgi-twotone.hgi-zeppelin:before {
    content: "媟"
}

.hgi-twotone.hgi-zip-01:after {
    content: "媠"
}

.hgi-twotone.hgi-zip-01:before {
    content: "媡"
}

.hgi-twotone.hgi-zip-02:after {
    content: "媢"
}

.hgi-twotone.hgi-zip-02:before {
    content: "媣"
}

.hgi-twotone.hgi-zoom-circle:after {
    content: "媤"
}

.hgi-twotone.hgi-zoom-circle:before {
    content: "媥"
}

.hgi-twotone.hgi-zoom-in-area:after {
    content: "媦"
}

.hgi-twotone.hgi-zoom-in-area:before {
    content: "媧"
}

.hgi-twotone.hgi-zoom-out-area:after {
    content: "媨"
}

.hgi-twotone.hgi-zoom-out-area:before {
    content: "媩"
}

.hgi-twotone.hgi-zoom:after {
    content: "媪"
}

.hgi-twotone.hgi-zoom-square:after {
    content: "媫"
}

.hgi-twotone.hgi-zoom-square:before {
    content: "媬"
}

.hgi-twotone.hgi-zoom:before {
    content: "媭"
}

.spacing-hor-0 {
    height: 0px
}

.spacing-vert-0 {
    width: 0px
}

.px-0 {
    padding-inline:0px}

.py-0 {
    padding-block:0px}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.pt-0 {
    padding-top: 0
}

.mx-0 {
    margin-inline:0px}

.my-0 {
    margin-block:0px}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.mt-0 {
    margin-top: 0
}

.spacing-hor-2 {
    height: 2px
}

.spacing-vert-2 {
    width: 2px
}

.p-2 {
    padding: 2px
}

.px-2 {
    padding-inline:2px}

.py-2 {
    padding-block:2px}

.pl-2 {
    padding-left: 2px
}

.pr-2 {
    padding-right: 2px
}

.pt-2 {
    padding-top: 2px
}

.pb-2 {
    padding-bottom: 2px
}

.mx-2 {
    margin-inline:2px}

.my-2 {
    margin-block:2px}

.ml-2 {
    margin-left: 2px
}

.mr-2 {
    margin-right: 2px
}

.mt-2 {
    margin-top: 2px
}

.mb-2 {
    margin-bottom: 2px
}

.spacing-hor-4 {
    height: 4px
}

.spacing-vert-4 {
    width: 4px
}

.p-4 {
    padding: 4px
}

.px-4 {
    padding-inline:4px}

.py-4 {
    padding-block:4px}

.pl-4 {
    padding-left: 4px
}

.pr-4 {
    padding-right: 4px
}

.pt-4 {
    padding-top: 4px
}

.pb-4 {
    padding-bottom: 4px
}

.mx-4 {
    margin-inline:4px}

.my-4 {
    margin-block:4px}

.ml-4 {
    margin-left: 4px
}

.mr-4 {
    margin-right: 4px
}

.mt-4 {
    margin-top: 4px
}

.mb-4 {
    margin-bottom: 4px
}

.spacing-hor-8 {
    height: 8px
}

.spacing-vert-8 {
    width: 8px
}

.p-8 {
    padding: 8px
}

.px-8 {
    padding-inline:8px}

.py-8 {
    padding-block:8px}

.pl-8 {
    padding-left: 8px
}

.pr-8 {
    padding-right: 8px
}

.pt-8 {
    padding-top: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.mx-8 {
    margin-inline:8px}

.my-8 {
    margin-block:8px}

.ml-8 {
    margin-left: 8px
}

.mr-8 {
    margin-right: 8px
}

.mt-8 {
    margin-top: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.spacing-hor-12 {
    height: 12px
}

.spacing-vert-12 {
    width: 12px
}

.p-12 {
    padding: 12px
}

.px-12 {
    padding-inline:12px}

.py-12 {
    padding-block:12px}

.pl-12 {
    padding-left: 12px
}

.pr-12 {
    padding-right: 12px
}

.pt-12 {
    padding-top: 12px
}

.pb-12 {
    padding-bottom: 12px
}

.mx-12 {
    margin-inline:12px}

.my-12 {
    margin-block:12px}

.ml-12 {
    margin-left: 12px
}

.mr-12 {
    margin-right: 12px
}

.mt-12 {
    margin-top: 12px
}

.mb-12 {
    margin-bottom: 12px
}

.spacing-hor-16 {
    height: 16px
}

.spacing-vert-16 {
    width: 16px
}

.p-16 {
    padding: 16px
}

.px-16 {
    padding-inline:16px}

.py-16 {
    padding-block:16px}

.pl-16 {
    padding-left: 16px
}

.pr-16 {
    padding-right: 16px
}

.pt-16 {
    padding-top: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.mx-16 {
    margin-inline:16px}

.my-16 {
    margin-block:16px}

.ml-16 {
    margin-left: 16px
}

.mr-16 {
    margin-right: 16px
}

.mt-16 {
    margin-top: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.spacing-hor-24 {
    height: 24px
}

.spacing-vert-24 {
    width: 24px
}

.p-24 {
    padding: 24px
}

.px-24 {
    padding-inline:24px}

.py-24 {
    padding-block:24px}

.pl-24 {
    padding-left: 24px
}

.pr-24 {
    padding-right: 24px
}

.pt-24 {
    padding-top: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.mx-24 {
    margin-inline:24px}

.my-24 {
    margin-block:24px}

.ml-24 {
    margin-left: 24px
}

.mr-24 {
    margin-right: 24px
}

.mt-24 {
    margin-top: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.spacing-hor-32 {
    height: 32px
}

.spacing-vert-32 {
    width: 32px
}

.p-32 {
    padding: 32px
}

.px-32 {
    padding-inline:32px}

.py-32 {
    padding-block:32px}

.pl-32 {
    padding-left: 32px
}

.pr-32 {
    padding-right: 32px
}

.pt-32 {
    padding-top: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.mx-32 {
    margin-inline:32px}

.my-32 {
    margin-block:32px}

.ml-32 {
    margin-left: 32px
}

.mr-32 {
    margin-right: 32px
}

.mt-32 {
    margin-top: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.spacing-hor-40 {
    height: 40px
}

.spacing-vert-40 {
    width: 40px
}

.p-40 {
    padding: 40px
}

.px-40 {
    padding-inline:40px}

.py-40 {
    padding-block:40px}

.pl-40 {
    padding-left: 40px
}

.pr-40 {
    padding-right: 40px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.mx-40 {
    margin-inline:40px}

.my-40 {
    margin-block:40px}

.ml-40 {
    margin-left: 40px
}

.mr-40 {
    margin-right: 40px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.spacing-hor-48 {
    height: 48px
}

.spacing-vert-48 {
    width: 48px
}

.p-48 {
    padding: 48px
}

.px-48 {
    padding-inline:48px}

.py-48 {
    padding-block:48px}

.pl-48 {
    padding-left: 48px
}

.pr-48 {
    padding-right: 48px
}

.pt-48 {
    padding-top: 48px
}

.pb-48 {
    padding-bottom: 48px
}

.mx-48 {
    margin-inline:48px}

.my-48 {
    margin-block:48px}

.ml-48 {
    margin-left: 48px
}

.mr-48 {
    margin-right: 48px
}

.mt-48 {
    margin-top: 48px
}

.mb-48 {
    margin-bottom: 48px
}

.spacing-hor-56 {
    height: 56px
}

.spacing-vert-56 {
    width: 56px
}

.p-56 {
    padding: 56px
}

.px-56 {
    padding-inline:56px}

.py-56 {
    padding-block:56px}

.pl-56 {
    padding-left: 56px
}

.pr-56 {
    padding-right: 56px
}

.pt-56 {
    padding-top: 56px
}

.pb-56 {
    padding-bottom: 56px
}

.mx-56 {
    margin-inline:56px}

.my-56 {
    margin-block:56px}

.ml-56 {
    margin-left: 56px
}

.mr-56 {
    margin-right: 56px
}

.mt-56 {
    margin-top: 56px
}

.mb-56 {
    margin-bottom: 56px
}

.spacing-hor-64 {
    height: 64px
}

.spacing-vert-64 {
    width: 64px
}

.p-64 {
    padding: 64px
}

.px-64 {
    padding-inline:64px}

.py-64 {
    padding-block:64px}

.pl-64 {
    padding-left: 64px
}

.pr-64 {
    padding-right: 64px
}

.pt-64 {
    padding-top: 64px
}

.pb-64 {
    padding-bottom: 64px
}

.mx-64 {
    margin-inline:64px}

.my-64 {
    margin-block:64px}

.ml-64 {
    margin-left: 64px
}

.mr-64 {
    margin-right: 64px
}

.mt-64 {
    margin-top: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.spacing-hor-72 {
    height: 72px
}

.spacing-vert-72 {
    width: 72px
}

.p-72 {
    padding: 72px
}

.px-72 {
    padding-inline:72px}

.py-72 {
    padding-block:72px}

.pl-72 {
    padding-left: 72px
}

.pr-72 {
    padding-right: 72px
}

.pt-72 {
    padding-top: 72px
}

.pb-72 {
    padding-bottom: 72px
}

.mx-72 {
    margin-inline:72px}

.my-72 {
    margin-block:72px}

.ml-72 {
    margin-left: 72px
}

.mr-72 {
    margin-right: 72px
}

.mt-72 {
    margin-top: 72px
}

.mb-72 {
    margin-bottom: 72px
}

.spacing-hor-80 {
    height: 80px
}

.spacing-vert-80 {
    width: 80px
}

.p-80 {
    padding: 80px
}

.px-80 {
    padding-inline:80px}

.py-80 {
    padding-block:80px}

.pl-80 {
    padding-left: 80px
}

.pr-80 {
    padding-right: 80px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.mx-80 {
    margin-inline:80px}

.my-80 {
    margin-block:80px}

.ml-80 {
    margin-left: 80px
}

.mr-80 {
    margin-right: 80px
}

.mt-80 {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.spacing-hor-88 {
    height: 88px
}

.spacing-vert-88 {
    width: 88px
}

.p-88 {
    padding: 88px
}

.px-88 {
    padding-inline:88px}

.py-88 {
    padding-block:88px}

.pl-88 {
    padding-left: 88px
}

.pr-88 {
    padding-right: 88px
}

.pt-88 {
    padding-top: 88px
}

.pb-88 {
    padding-bottom: 88px
}

.mx-88 {
    margin-inline:88px}

.my-88 {
    margin-block:88px}

.ml-88 {
    margin-left: 88px
}

.mr-88 {
    margin-right: 88px
}

.mt-88 {
    margin-top: 88px
}

.mb-88 {
    margin-bottom: 88px
}

.spacing-hor-96 {
    height: 96px
}

.spacing-vert-96 {
    width: 96px
}

.p-96 {
    padding: 96px
}

.px-96 {
    padding-inline:96px}

.py-96 {
    padding-block:96px}

.pl-96 {
    padding-left: 96px
}

.pr-96 {
    padding-right: 96px
}

.pt-96 {
    padding-top: 96px
}

.pb-96 {
    padding-bottom: 96px
}

.mx-96 {
    margin-inline:96px}

.my-96 {
    margin-block:96px}

.ml-96 {
    margin-left: 96px
}

.mr-96 {
    margin-right: 96px
}

.mt-96 {
    margin-top: 96px
}

.mb-96 {
    margin-bottom: 96px
}

.spacing-hor-104 {
    height: 104px
}

.spacing-vert-104 {
    width: 104px
}

.p-104 {
    padding: 104px
}

.px-104 {
    padding-inline:104px}

.py-104 {
    padding-block:104px}

.pl-104 {
    padding-left: 104px
}

.pr-104 {
    padding-right: 104px
}

.pt-104 {
    padding-top: 104px
}

.pb-104 {
    padding-bottom: 104px
}

.mx-104 {
    margin-inline:104px}

.my-104 {
    margin-block:104px}

.ml-104 {
    margin-left: 104px
}

.mr-104 {
    margin-right: 104px
}

.mt-104 {
    margin-top: 104px
}

.mb-104 {
    margin-bottom: 104px
}

.spacing-hor-112 {
    height: 112px
}

.spacing-vert-112 {
    width: 112px
}

.p-112 {
    padding: 112px
}

.px-112 {
    padding-inline:112px}

.py-112 {
    padding-block:112px}

.pl-112 {
    padding-left: 112px
}

.pr-112 {
    padding-right: 112px
}

.pt-112 {
    padding-top: 112px
}

.pb-112 {
    padding-bottom: 112px
}

.mx-112 {
    margin-inline:112px}

.my-112 {
    margin-block:112px}

.ml-112 {
    margin-left: 112px
}

.mr-112 {
    margin-right: 112px
}

.mt-112 {
    margin-top: 112px
}

.mb-112 {
    margin-bottom: 112px
}

.spacing-hor-120 {
    height: 120px
}

.spacing-vert-120 {
    width: 120px
}

.p-120 {
    padding: 120px
}

.px-120 {
    padding-inline:120px}

.py-120 {
    padding-block:120px}

.pl-120 {
    padding-left: 120px
}

.pr-120 {
    padding-right: 120px
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.mx-120 {
    margin-inline:120px}

.my-120 {
    margin-block:120px}

.ml-120 {
    margin-left: 120px
}

.mr-120 {
    margin-right: 120px
}

.mt-120 {
    margin-top: 120px
}

.mb-120 {
    margin-bottom: 120px
}

.radius-small {
    border-radius: 2px
}

.radius-small-t {
    border-radius: 2px 2px 0 0
}

.radius-small-tl {
    border-radius: 2px 0 0
}

.radius-small-tr {
    border-radius: 0 2px 0 0
}

.radius-small-b {
    border-radius: 0 0 2px 2px
}

.radius-small-bl {
    border-radius: 0 0 2px
}

.radius-small-br {
    border-radius: 0 0 0 2px
}

.radius-medium {
    border-radius: 4px
}

.radius-medium-t {
    border-radius: 4px 4px 0 0
}

.radius-medium-tl {
    border-radius: 4px 0 0
}

.radius-medium-tr {
    border-radius: 0 4px 0 0
}

.radius-medium-b {
    border-radius: 0 0 4px 4px
}

.radius-medium-bl {
    border-radius: 0 0 4px
}

.radius-medium-br {
    border-radius: 0 0 0 4px
}

.radius-large {
    border-radius: 8px
}

.radius-large-t {
    border-radius: 8px 8px 0 0
}

.radius-large-tl {
    border-radius: 8px 0 0
}

.radius-large-tr {
    border-radius: 0 8px 0 0
}

.radius-large-b {
    border-radius: 0 0 8px 8px
}

.radius-large-bl {
    border-radius: 0 0 8px
}

.radius-large-br {
    border-radius: 0 0 0 8px
}

.radius-xlarge {
    border-radius: 12px
}

.radius-xlarge-t {
    border-radius: 12px 12px 0 0
}

.radius-xlarge-tl {
    border-radius: 12px 0 0
}

.radius-xlarge-tr {
    border-radius: 0 12px 0 0
}

.radius-xlarge-b {
    border-radius: 0 0 12px 12px
}

.radius-xlarge-bl {
    border-radius: 0 0 12px
}

.radius-xlarge-br {
    border-radius: 0 0 0 12px
}

.radius-none {
    border-radius: 0
}

.radius-circular {
    border-radius: 100%
}

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

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-center-y {
    display: flex;
    align-items: center
}

.flex-center-x {
    display: flex;
    justify-content: center
}

.flex-between {
    display: flex;
    justify-content: space-between
}

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

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

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

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

.shadow-xs {
    box-shadow: var(--shadow-xs)
}

.shadow-sm {
    box-shadow: var(--shadow-sm)
}

.shadow-md,.input.focus,.dropdown__btn.open,.textarea.focus,.dga-search-box.focus {
    box-shadow: var(--shadow-md)
}

.shadow-lg,.tooltip-main,.header__sub-menu {
    box-shadow: var(--shadow-lg)
}

.shadow-xl,.dropdown__list,.input__dropdown-list,.textarea__dropdown-list,.dga-search-box__dropdown-list {
    box-shadow: var(--shadow-xl)
}

.shadow-2xl,.date-picker-root,.menu {
    box-shadow: var(--shadow-2xl)
}

.shadow-3xl,.notification-toast,dialog .modal {
    box-shadow: var(--shadow-3xl)
}

.ver-divider {
    width: 1px;
    height: 48px;
    background: hsla(var(--colors-alpha-black)/20%);
    margin-inline:var(--spacing-xl)}

@media only screen and (max-width: 37.5em) {
    .xs-hide {
        display:none
    }
}

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

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

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

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

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

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

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

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

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

.service_custom_btn button {
    background-color: #f9fafb;
    color: #161616
}

.custom_important_card .CustomCard {
    height: 100%
}

.custom_Creation_card .card,.custom_feedBack_card .card {
    width: 100%;
    max-width: 100%
}

.service_slider_card button {
    margin: 0
}

.service_Breadcrumbs .disabled-link {
    color: #9da4ae
}

.service_link .link .link__label,.service_link2 .link .link__label {
    text-decoration: none!important
}

.service_link:hover .link .link__label,.service_link2:hover .link .link__label {
    text-decoration: underline!important
}

//** embla + custom_article_card section **//

.custom_article_card .card {
    width: 100%;
    max-width: 100%
}

.home_template_page .btn--primary-neutral:focus {
    background-color: #fff;
    outline: 2px solid var(--border-black);
    position: relative
}

.embla {
    max-width: 100%;
    margin: auto;
    --slide-spacing: 20px;
    --slide-size: 24%
}

@media screen and (max-width: 1200px) {
    .embla {
        --slide-size: 38%
    }
}

@media screen and (max-width: 900px) {
    .embla {
        --slide-size: 48%
    }
}

@media screen and (max-width: 500px) {
    .embla {
        --slide-size: 88%
    }
}

.embla2 {
    max-width: calc(100% - 160px);
    margin: auto;
    --slide-spacing2: 20px;
    --slide-size2: 150px
}

@media screen and (max-width: 1200px) {
    .embla2 {
        --slide-size2: 280px
    }
}

@media screen and (max-width: 900px) {
    .embla2 {
        --slide-size2: 200px
    }
}

@media screen and (max-width: 500px) {
    .embla2 {
        --slide-size2: 300px
    }
}

.embla__viewport {
    overflow: hidden
}

.embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing) * -1)
}

.embla__container2 {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing2) * -1)
}

.embla__slide {
    transform: translateZ(0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing)
}

.embla__slide2 {
    transform: translateZ(0);
    flex: 0 0 var(--slide-size2);
    min-width: 0;
    padding-left: var(--slide-spacing2)
}

.embla__slide3 {
    transform: translateZ(0);
    flex: 0 0 100%
}


.embla {
    max-width: 100%;
    margin: auto;
    --slide-spacing: 20px;
    --slide-size: 24%
}

@media screen and (max-width: 1200px) {
    .embla {
        --slide-size: 38%
    }
}

@media screen and (max-width: 900px) {
    .embla {
        --slide-size: 48%
    }
}

@media screen and (max-width: 500px) {
    .embla {
        --slide-size: 88%
    }
}

.embla__viewport {
    overflow: hidden
}

.embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing) * -1)
}

.embla__slide {
    transform: translateZ(0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing)
}

@media (min-width: 500px) {
    .Custom_header .container {
        max-width:100%
    }
}

.Custom_header .sc-dga-second-nav-header {
    font-size: 16px;
    line-height: 24px
}

.Custom_header .sc-dga-second-nav-header.btn--sm {
    padding-block:12px}

.Custom_header .header--divider {
    max-height: 70px
}

*,:before,:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

*,:before,:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,:after {
    --tw-content: ""
}

html,:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp,pre {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,ul,menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width:1600px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width:1800px
    }
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.-bottom-\[90\%\] {
    bottom: -90%
}

.-right-16 {
    right: -4rem
}

.-right-20 {
    right: -5rem
}

.bottom-0 {
    bottom: 0
}

.bottom-6 {
    bottom: 1.5rem
}

.bottom-\[calc\(100\%\+16px\)\] {
    bottom: calc(100% + 16px)
}

.left-0 {
    left: 0
}

.left-9 {
    left: 2.25rem
}

.left-\[10px\] {
    left: 10px
}

.left-\[12px\] {
    left: 12px
}

.left-\[25\%\] {
    left: 25%
}

.left-\[50\%\] {
    left: 50%
}

.left-\[70px\] {
    left: 70px
}

.right-0 {
    right: 0
}

.right-12 {
    right: 3rem
}

.right-6 {
    right: 1.5rem
}

.right-\[10px\] {
    right: 10px
}

.right-\[12px\] {
    right: 12px
}

.right-\[70px\] {
    right: 70px
}

.top-0 {
    top: 0
}

.top-\[30px\] {
    top: 30px
}

.top-\[50\%\] {
    top: 50%
}

.-z-0,.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.z-\[100\] {
    z-index: 100
}

.z-\[3\] {
    z-index: 3
}

.z-\[99999\] {
    z-index: 99999
}

.order-2 {
    order: 2
}

.col-span-1 {
    grid-column: span 1 / span 1
}

.col-span-10 {
    grid-column: span 10 / span 10
}

.col-span-12 {
    grid-column: span 12 / span 12
}

.col-span-2 {
    grid-column: span 2 / span 2
}

.col-span-4 {
    grid-column: span 4 / span 4
}

.col-span-6 {
    grid-column: span 6 / span 6
}

.col-span-8 {
    grid-column: span 8 / span 8
}

.float-left {
    float: left
}

.\!m-0 {
    margin: 0!important
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.\!my-\[80px\] {
    margin-top: 80px!important;
    margin-bottom: 80px!important
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px
}

.mx-\[16px\] {
    margin-left: 16px;
    margin-right: 16px
}

.mx-\[20rem\] {
    margin-left: 20rem;
    margin-right: 20rem
}

.mx-\[2px\] {
    margin-left: 2px;
    margin-right: 2px
}

.mx-\[41px\] {
    margin-left: 41px;
    margin-right: 41px
}

.mx-\[7px\] {
    margin-left: 7px;
    margin-right: 7px
}

.mx-\[80px\] {
    margin-left: 80px;
    margin-right: 80px
}

.mx-\[8rem\] {
    margin-left: 8rem;
    margin-right: 8rem
}

.mx-\[var\(--spacing-8xl\)\] {
    margin-left: var(--spacing-8xl);
    margin-right: var(--spacing-8xl)
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-\[12px\] {
    margin-top: 12px;
    margin-bottom: 12px
}

.my-\[15px\] {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-\[2\.5rem\] {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px
}

.my-\[32px\] {
    margin-top: 32px;
    margin-bottom: 32px
}

.my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px
}

.my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px
}

.my-\[var\(--spacing-8xl\)\] {
    margin-top: var(--spacing-8xl);
    margin-bottom: var(--spacing-8xl)
}

.my-\[var\(--spacing-xl\)\] {
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-xl)
}

.\!mb-\[24px\] {
    margin-bottom: 24px!important
}

.\!mb-\[40px\] {
    margin-bottom: 40px!important
}

.\!ml-0 {
    margin-left: 0!important
}

.\!mr-0 {
    margin-right: 0!important
}

.\!mt-3 {
    margin-top: .75rem!important
}

.\!mt-\[0\] {
    margin-top: 0!important
}

.\!mt-\[120px\] {
    margin-top: 120px!important
}

.\!mt-\[160px\] {
    margin-top: 160px!important
}

.\!mt-\[16px\] {
    margin-top: 16px!important
}

.\!mt-\[24px\] {
    margin-top: 24px!important
}

.\!mt-\[32px\] {
    margin-top: 32px!important
}

.\!mt-\[60px\] {
    margin-top: 60px!important
}

.\!mt-\[80\] {
    margin-top: 80!important
}

.\!mt-\[80px\] {
    margin-top: 80px!important
}

.\!mt-\[var\(--spacing-8xl\)\] {
    margin-top: var(--spacing-8xl)!important
}

.\!mt-auto {
    margin-top: auto!important
}

.-mb-px {
    margin-bottom: -1px
}

.-ml-\[var\(--spacing-xs\)\] {
    margin-left: calc(var(--spacing-xs) * -1)
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[128px\] {
    margin-bottom: 128px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mb-\[150px\] {
    margin-bottom: 150px
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mb-\[26px\] {
    margin-bottom: 26px
}

.mb-\[27px\] {
    margin-bottom: 27px
}

.mb-\[32px\] {
    margin-bottom: 32px
}

.mb-\[40px\] {
    margin-bottom: 40px
}

.mb-\[48px\] {
    margin-bottom: 48px
}

.mb-\[4px\] {
    margin-bottom: 4px
}

.mb-\[50px\] {
    margin-bottom: 50px
}

.mb-\[58px\] {
    margin-bottom: 58px
}

.mb-\[80px\] {
    margin-bottom: 80px
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.mb-\[\] {
    margin-bottom:
}

.mb-\[var\(--spacing-4xl\,32px\)\] {
    margin-bottom: var(--spacing-4xl,32px)
}

.mb-\[var\(--spacing-5xl\)\] {
    margin-bottom: var(--spacing-5xl)
}

.mb-\[var\(--spacing-5xl\,40px\)\] {
    margin-bottom: var(--spacing-5xl,40px)
}

.mb-\[var\(--spacing-8xl\)\] {
    margin-bottom: var(--spacing-8xl)
}

.mb-\[var\(--spacing-xl\,16px\)\] {
    margin-bottom: var(--spacing-xl,16px)
}

.ml-4 {
    margin-left: 1rem
}

.ml-\[0\] {
    margin-left: 0
}

.ml-\[30px\] {
    margin-left: 30px
}

.ml-\[80px\] {
    margin-left: 80px
}

.ml-auto {
    margin-left: auto
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-\[30px\] {
    margin-right: 30px
}

.mr-\[80px\] {
    margin-right: 80px
}

.mr-auto {
    margin-right: auto
}

.ms-5 {
    margin-inline-start:1.25rem}

.ms-auto {
    margin-inline-start:auto}

.mt-2 {
    margin-top: .5rem
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[-80px\] {
    margin-top: -80px
}

.mt-\[0\.65\] {
    margin-top: .65
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[150px\] {
    margin-top: 150px
}

.mt-\[15px\] {
    margin-top: 15px
}

.mt-\[16px\] {
    margin-top: 16px
}

.mt-\[18px\] {
    margin-top: 18px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[210px\] {
    margin-top: 210px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[30px\] {
    margin-top: 30px
}

.mt-\[32px\] {
    margin-top: 32px
}

.mt-\[36px\] {
    margin-top: 36px
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-\[4rem\] {
    margin-top: 4rem
}

.mt-\[64px\] {
    margin-top: 64px
}

.mt-\[66px\] {
    margin-top: 66px
}

.mt-\[80px\] {
    margin-top: 80px
}

.mt-\[8px\] {
    margin-top: 8px
}

.mt-\[var\(--spacing-4xl\)\] {
    margin-top: var(--spacing-4xl)
}

.mt-\[var\(--spacing-8xl\)\] {
    margin-top: var(--spacing-8xl)
}

.mt-\[var\(--spacing-md\,8px\)\] {
    margin-top: var(--spacing-md,8px)
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9
}

.aspect-square {
    aspect-ratio: 1 / 1
}

.aspect-video {
    aspect-ratio: 16 / 9
}

.size-12 {
    width: 3rem;
    height: 3rem
}

.size-\[16px\] {
    width: 16px;
    height: 16px
}

.size-\[20px\] {
    width: 20px;
    height: 20px
}

.size-\[24px\] {
    width: 24px;
    height: 24px
}

.size-\[32px\] {
    width: 32px;
    height: 32px
}

.size-\[48px\] {
    width: 48px;
    height: 48px
}

.size-\[52px\] {
    width: 52px;
    height: 52px
}

.size-\[56px\] {
    width: 56px;
    height: 56px
}

.size-\[70px\] {
    width: 70px;
    height: 70px
}

.size-\[9px\] {
    width: 9px;
    height: 9px
}

.\!h-\[66px\] {
    height: 66px!important
}

.\!h-full {
    height: 100%!important
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[10px\] {
    height: 10px
}

.h-\[150px\] {
    height: 150px
}

.h-\[158px\] {
    height: 158px
}

.h-\[160px\] {
    height: 160px
}

.h-\[1px\] {
    height: 1px
}

.h-\[2\.4rem\] {
    height: 2.4rem
}

.h-\[200px\] {
    height: 200px
}

.h-\[20px\] {
    height: 20px
}

.h-\[221px\] {
    height: 221px
}

.h-\[24px\] {
    height: 24px
}

.h-\[28px\] {
    height: 28px
}

.h-\[305px\] {
    height: 305px
}

.h-\[32px\] {
    height: 32px
}

.h-\[350px\] {
    height: 350px
}

.h-\[352px\] {
    height: 352px
}

.h-\[36px\] {
    height: 36px
}

.h-\[380px\] {
    height: 380px
}

.h-\[395px\] {
    height: 395px
}

.h-\[4\.8rem\] {
    height: 4.8rem
}

.h-\[40px\] {
    height: 40px
}

.h-\[420px\] {
    height: 420px
}

.h-\[425px\] {
    height: 425px
}

.h-\[43px\] {
    height: 43px
}

.h-\[44px\] {
    height: 44px
}

.h-\[46\.5px\] {
    height: 46.5px
}

.h-\[48px\] {
    height: 48px
}

.h-\[5\.2rem\] {
    height: 5.2rem
}

.h-\[50px\] {
    height: 50px
}

.h-\[52px\] {
    height: 52px
}

.h-\[58px\] {
    height: 58px
}

.h-\[5rem\] {
    height: 5rem
}

.h-\[6\.2rem\] {
    height: 6.2rem
}

.h-\[62px\] {
    height: 62px
}

.h-\[72px\] {
    height: 72px
}

.h-\[min\(648px\,100vh\)\] {
    height: min(648px,100vh)
}

.h-auto {
    height: auto
}

.h-dvh {
    height: 100dvh
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.\!max-h-full {
    max-height: 100%!important
}

.max-h-\[160px\] {
    max-height: 160px
}

.max-h-\[305px\] {
    max-height: 305px
}

.max-h-\[352px\] {
    max-height: 352px
}

.max-h-\[395px\] {
    max-height: 395px
}

.max-h-\[425px\] {
    max-height: 425px
}

.min-h-\[250px\] {
    min-height: 250px
}

.min-h-\[28\.5rem\] {
    min-height: 28.5rem
}

.min-h-\[300px\] {
    min-height: 300px
}

.min-h-\[327px\] {
    min-height: 327px
}

.min-h-\[339px\] {
    min-height: 339px
}

.min-h-\[348px\] {
    min-height: 348px
}

.min-h-\[35\.5rem\] {
    min-height: 35.5rem
}

.min-h-\[350px\] {
    min-height: 350px
}

.min-h-\[42\.6rem\] {
    min-height: 42.6rem
}

.min-h-\[420px\] {
    min-height: 420px
}

.min-h-\[48px\] {
    min-height: 48px
}

.min-h-\[50px\] {
    min-height: 50px
}

.min-h-\[576px\] {
    min-height: 576px
}

.min-h-\[5rem\] {
    min-height: 5rem
}

.min-h-\[60px\] {
    min-height: 60px
}

.min-h-screen {
    min-height: 100vh
}

.\!w-full {
    width: 100%!important
}

.w-5 {
    width: 1.25rem
}

.w-52 {
    width: 13rem
}

.w-8 {
    width: 2rem
}

.w-\[100\%\] {
    width: 100%
}

.w-\[10px\] {
    width: 10px
}

.w-\[120px\] {
    width: 120px
}

.w-\[150px\] {
    width: 150px
}

.w-\[168px\] {
    width: 168px
}

.w-\[183px\] {
    width: 183px
}

.w-\[1px\] {
    width: 1px
}

.w-\[2\.4rem\] {
    width: 2.4rem
}

.w-\[20px\] {
    width: 20px
}

.w-\[24px\] {
    width: 24px
}

.w-\[288px\] {
    width: 288px
}

.w-\[28px\] {
    width: 28px
}

.w-\[32px\] {
    width: 32px
}

.w-\[330px\] {
    width: 330px
}

.w-\[333px\] {
    width: 333px
}

.w-\[364px\] {
    width: 364px
}

.w-\[4\.8rem\] {
    width: 4.8rem
}

.w-\[40\%\] {
    width: 40%
}

.w-\[400px\] {
    width: 400px
}

.w-\[40px\] {
    width: 40px
}

.w-\[46\.5px\] {
    width: 46.5px
}

.w-\[48px\] {
    width: 48px
}

.w-\[5\.2rem\] {
    width: 5.2rem
}

.w-\[52px\] {
    width: 52px
}

.w-\[550px\] {
    width: 550px
}

.w-\[552px\] {
    width: 552px
}

.w-\[590px\] {
    width: 590px
}

.w-\[5rem\] {
    width: 5rem
}

.w-\[6\.2rem\] {
    width: 6.2rem
}

.w-\[60\%\] {
    width: 60%
}

.w-\[600px\] {
    width: 600px
}

.w-\[60px\] {
    width: 60px
}

.w-\[62px\] {
    width: 62px
}

.w-\[64px\] {
    width: 64px
}

.w-\[70\%\] {
    width: 70%
}

.w-\[700px\] {
    width: 700px
}

.w-\[80\%\] {
    width: 80%
}

.w-\[80px\] {
    width: 80px
}

.w-\[90\%\] {
    width: 90%
}

.w-\[95\%\] {
    width: 95%
}

.w-\[calc\(100\%\/1-16px\+\(16px\/1\)\)\] {
    width: calc(100% + 0px)
}

.w-\[calc\(100\%\/2-24px\+\(24px\/2\)\)\] {
    width: calc(50% - 12px)
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.\!min-w-full {
    min-width: 100%!important
}

.min-w-\[130px\] {
    min-width: 130px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[216px\] {
    min-width: 216px
}

.min-w-\[220px\] {
    min-width: 220px
}

.min-w-\[300px\] {
    min-width: 300px
}

.min-w-\[310px\] {
    min-width: 310px
}

.min-w-\[40px\] {
    min-width: 40px
}

.min-w-\[46\.5px\] {
    min-width: 46.5px
}

.min-w-\[48px\] {
    min-width: 48px
}

.min-w-\[500px\] {
    min-width: 500px
}

.min-w-\[5rem\] {
    min-width: 5rem
}

.min-w-\[60px\] {
    min-width: 60px
}

.min-w-\[62px\] {
    min-width: 62px
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.min-w-full {
    min-width: 100%
}

.max-w-52 {
    max-width: 13rem
}

.max-w-\[100px\] {
    max-width: 100px
}

.max-w-\[1280px\] {
    max-width: 1280px
}

.max-w-\[1300px\] {
    max-width: 1300px
}

.max-w-\[1610px\] {
    max-width: 1610px
}

.max-w-\[191px\] {
    max-width: 191px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[273px\] {
    max-width: 273px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[320px\] {
    max-width: 320px
}

.max-w-\[334px\] {
    max-width: 334px
}

.max-w-\[344px\] {
    max-width: 344px
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[360px\] {
    max-width: 360px
}

.max-w-\[366px\] {
    max-width: 366px
}

.max-w-\[378px\] {
    max-width: 378px
}

.max-w-\[480px\] {
    max-width: 480px
}

.max-w-\[484px\] {
    max-width: 484px
}

.max-w-\[520px\] {
    max-width: 520px
}

.max-w-\[532px\] {
    max-width: 532px
}

.max-w-\[543px\] {
    max-width: 543px
}

.max-w-\[550px\] {
    max-width: 550px
}

.max-w-\[570px\] {
    max-width: 570px
}

.max-w-\[592px\] {
    max-width: 592px
}

.max-w-\[620px\] {
    max-width: 620px
}

.max-w-\[63px\] {
    max-width: 63px
}

.max-w-\[640px\] {
    max-width: 640px
}

.max-w-\[650px\] {
    max-width: 650px
}

.max-w-\[730px\] {
    max-width: 730px
}

.max-w-\[742px\] {
    max-width: 742px
}

.max-w-\[770px\] {
    max-width: 770px
}

.max-w-\[80\%\] {
    max-width: 80%
}

.max-w-\[825px\] {
    max-width: 825px
}

.max-w-\[840px\] {
    max-width: 840px
}

.max-w-\[865px\] {
    max-width: 865px
}

.max-w-\[880px\] {
    max-width: 880px
}

.max-w-full {
    max-width: 100%
}

.max-w-lg {
    max-width: 32rem
}

.flex-1 {
    flex: 1 1 0%
}

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

.flex-grow-0 {
    flex-grow: 0
}

.grow {
    flex-grow: 1
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[180\%\] {
    --tw-scale-x: 180%;
    --tw-scale-y: 180%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.list-inside {
    list-style-position: inside
}

.list-outside {
    list-style-position: outside
}

.\!list-decimal {
    list-style-type: decimal!important
}

.\!list-disc {
    list-style-type: disc!important
}

.list-\[circle\] {
    list-style-type: circle
}

.list-decimal {
    list-style-type: decimal
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10,minmax(0,1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8,minmax(0,1fr))
}

.grid-cols-\[1fr_2\.5fr\] {
    grid-template-columns: 1fr 2.5fr
}

.\!flex-row {
    flex-direction: row!important
}

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

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

.justify-stretch {
    justify-content: stretch
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-2 {
    gap: .5rem
}

.gap-20 {
    gap: 5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-\[12px\] {
    gap: 12px
}

.gap-\[16px\] {
    gap: 16px
}

.gap-\[17px\] {
    gap: 17px
}

.gap-\[18px\] {
    gap: 18px
}

.gap-\[2\.4rem\] {
    gap: 2.4rem
}

.gap-\[20px\] {
    gap: 20px
}

.gap-\[22px\] {
    gap: 22px
}

.gap-\[24px\] {
    gap: 24px
}

.gap-\[26px\] {
    gap: 26px
}

.gap-\[3\.2rem\] {
    gap: 3.2rem
}

.gap-\[32px\] {
    gap: 32px
}

.gap-\[36px\] {
    gap: 36px
}

.gap-\[3px\] {
    gap: 3px
}

.gap-\[4\.8rem\] {
    gap: 4.8rem
}

.gap-\[40px\] {
    gap: 40px
}

.gap-\[46px\] {
    gap: 46px
}

.gap-\[4px\] {
    gap: 4px
}

.gap-\[64px\] {
    gap: 64px
}

.gap-\[80px\] {
    gap: 80px
}

.gap-\[8px\] {
    gap: 8px
}

.gap-\[var\(--spacing-2xl\)\] {
    gap: var(--spacing-2xl)
}

.gap-\[var\(--spacing-3xl\)\] {
    gap: var(--spacing-3xl)
}

.gap-\[var\(--spacing-3xl\,24px\)\] {
    gap: var(--spacing-3xl,24px)
}

.gap-\[var\(--spacing-4xl\)\] {
    gap: var(--spacing-4xl)
}

.gap-\[var\(--spacing-4xl\,32px\)\] {
    gap: var(--spacing-4xl,32px)
}

.gap-\[var\(--spacing-5xl\)\] {
    gap: var(--spacing-5xl)
}

.gap-\[var\(--spacing-8xl\)\] {
    gap: var(--spacing-8xl)
}

.gap-\[var\(--spacing-lg\)\] {
    gap: var(--spacing-lg)
}

.gap-\[var\(--spacing-md\)\] {
    gap: var(--spacing-md)
}

.gap-\[var\(--spacing-sm\)\] {
    gap: var(--spacing-sm)
}

.gap-\[var\(--spacing-xl\)\] {
    gap: var(--spacing-xl)
}

.gap-\[var\(--spacing-xl\,16px\)\;\],.gap-\[var\(--spacing-xl\,16px\)\] {
    gap: var(--spacing-xl,16px)
}

.gap-\[var\(--spacing-xs\)\] {
    gap: var(--spacing-xs)
}

.gap-y-20 {
    row-gap: 5rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-\[16px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse))
}

.space-y-\[24px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse))
}

.space-y-\[32px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse))
}

.space-y-\[40px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse))
}

.space-y-\[4px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse))
}

.space-y-\[80px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse))
}

.space-y-\[8px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse))
}

.space-y-\[var\(--spacing-4xl\)\]>: not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--spacing-4xl) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--spacing-4xl) * var(--tw-space-y-reverse))
}

.space-y-\[var\(--spacing-4xl\,32px\)\]>: not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--spacing-4xl,32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--spacing-4xl,32px) * var(--tw-space-y-reverse))
}

.space-y-\[var\(--spacing-8xl\)\]>: not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--spacing-8xl) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--spacing-8xl) * var(--tw-space-y-reverse))
}

.space-y-\[var\(--spacing-xl\,16px\)\]>: not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--spacing-xl,16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--spacing-xl,16px) * var(--tw-space-y-reverse))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-y-\[1px\]>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-\[\#E5E7EB\]>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1))
}

.divide-gray-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1))
}

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

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

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.\!whitespace-normal {
    white-space: normal!important
}

.whitespace-normal {
    white-space: normal
}

.whitespace-nowrap {
    white-space: nowrap
}

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

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.text-balance {
    text-wrap: balance
}

.break-words {
    overflow-wrap: break-word
}

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

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-\[1\.2rem\] {
    border-radius: 1.2rem
}

.rounded-\[1\.6rem\] {
    border-radius: 1.6rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[10rem\] {
    border-radius: 10rem
}

.rounded-\[12px\] {
    border-radius: 12px
}

.rounded-\[16px\] {
    border-radius: 16px
}

.rounded-\[1rem\] {
    border-radius: 1rem
}

.rounded-\[24px\] {
    border-radius: 24px
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-\[var\(--radius-lg\)\] {
    border-radius: var(--radius-lg)
}

.rounded-\[var\(--radius-md\)\] {
    border-radius: var(--radius-md)
}

.rounded-\[var\(--radius-sm\,4px\)\] {
    border-radius: var(--radius-sm,4px)
}

.rounded-\[var\(--radius-xl\)\] {
    border-radius: var(--radius-xl)
}

.rounded-\[var\(--radius-xl\,12px\)\] {
    border-radius: var(--radius-xl,12px)
}

.rounded-\[var\(--radius-xs\)\] {
    border-radius: var(--radius-xs)
}

.rounded-\[var\(--spacing-3xl\)\] {
    border-radius: var(--spacing-3xl)
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-none {
    border-radius: 0
}

.rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px
}

.rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px
}

.rounded-t-\[var\(--radius-lg\)\] {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg)
}

.rounded-bl-\[18px\] {
    border-bottom-left-radius: 18px
}

.rounded-br-\[16px\] {
    border-bottom-right-radius: 16px
}

.rounded-br-\[18px\] {
    border-bottom-right-radius: 18px
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0px
}

.border-\[1px\] {
    border-width: 1px
}

.\!border-l {
    border-left-width: 1px!important
}

.\!border-r {
    border-right-width: 1px!important
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-b-\[3px\] {
    border-bottom-width: 3px
}

.border-l-\[8px\] {
    border-left-width: 8px
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.\!border-solid {
    border-style: solid!important
}

.border-solid {
    border-style: solid
}

.\!border-inherit {
    border-color: inherit!important
}

.border-\[\#D2D6DB\] {
    --tw-border-opacity: 1;
    border-color: rgb(210 214 219 / var(--tw-border-opacity, 1))
}

.border-\[\#E5E7EB\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.border-\[\#FEDF89\] {
    --tw-border-opacity: 1;
    border-color: rgb(254 223 137 / var(--tw-border-opacity, 1))
}

.border-\[\#e8eaee\] {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 238 / var(--tw-border-opacity, 1))
}

.border-\[rgba\(255\,255\,255\,0\.30\)\] {
    border-color: #ffffff4d
}

.border-\[var\(--Colors-Gray-neutral-200\,\#E5E7EB\)\] {
    border-color: var(--Colors-Gray-neutral-200,#E5E7EB)
}

.border-\[var\(--Colors-Gray-neutral-300\,\#D2D6DB\)\] {
    border-color: var(--Colors-Gray-neutral-300,#D2D6DB)
}

.border-\[var\(--border-background-neutral\,\#D2D6DB\)\] {
    border-color: var(--border-background-neutral,#D2D6DB)
}

.border-\[var\(--border-neutral-primary\,\#D2D6DB\)\] {
    border-color: var(--border-neutral-primary,#D2D6DB)
}

.border-\[var\(--border-neutral-secondary\,\#E5E7EB\)\] {
    border-color: var(--border-neutral-secondary,#E5E7EB)
}

.border-\[var\(--border-oncolor-transparent-30\,rgba\(255\,255\,255\,0\.30\)\)\] {
    border-color: var(--border-oncolor-transparent-30,rgba(255,255,255,.3))
}

.border-\[var\(--colors-border-secondary\,\#EAECF0\)\] {
    border-color: var(--colors-border-secondary,#EAECF0)
}

.border-\[var\(--colors-brand-600\,\#1B8354\)\] {
    border-color: var(--colors-brand-600,#1B8354)
}

.border-\[var\(--colors-gray-neutral-200\)\] {
    border-color: var(--colors-gray-neutral-200)
}

.border-\[var\(--colors-gray-neutral-200\,\#E5E7EB\)\] {
    border-color: var(--colors-gray-neutral-200,#E5E7EB)
}

.border-\[var\(--colors-gray-neutral-300\)\] {
    border-color: var(--colors-gray-neutral-300)
}

.border-\[var\(--colors-gray-neutral-300\,\#D2D6DB\)\] {
    border-color: var(--colors-gray-neutral-300,#D2D6DB)
}

.border-\[var\(--tag-border-info-light\,\#B2DDFF\)\] {
    border-color: var(--tag-border-info-light,#B2DDFF)
}

.border-\[var\(--tag-border-success-light\,\#ABEFC6\)\] {
    border-color: var(--tag-border-success-light,#ABEFC6)
}

.border-\[var\(-tag-border-warning-light\,\#FEDF89\)\] {
    border-color: var(-tag-border-warning-light,#FEDF89)
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.border-transparent {
    border-color: transparent
}

.border-l-\[\#DC6803\] {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 104 3 / var(--tw-border-opacity, 1))
}

.bg-\[\#074D31\] {
    --tw-bg-opacity: 1;
    background-color: rgb(7 77 49 / var(--tw-bg-opacity, 1))
}

.bg-\[\#079455\] {
    --tw-bg-opacity: 1;
    background-color: rgb(7 148 85 / var(--tw-bg-opacity, 1))
}

.bg-\[\#161616\] {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1))
}

.bg-\[\#17B26A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 178 106 / var(--tw-bg-opacity, 1))
}

.bg-\[\#1B8354\] {
    --tw-bg-opacity: 1;
    background-color: rgb(27 131 84 / var(--tw-bg-opacity, 1))
}

.bg-\[\#384250\] {
    --tw-bg-opacity: 1;
    background-color: rgb(56 66 80 / var(--tw-bg-opacity, 1))
}

.bg-\[\#47CD89\] {
    --tw-bg-opacity: 1;
    background-color: rgb(71 205 137 / var(--tw-bg-opacity, 1))
}

.bg-\[\#6C737F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(108 115 127 / var(--tw-bg-opacity, 1))
}

.bg-\[\#B42318\] {
    --tw-bg-opacity: 1;
    background-color: rgb(180 35 24 / var(--tw-bg-opacity, 1))
}

.bg-\[\#D2D6DB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(210 214 219 / var(--tw-bg-opacity, 1))
}

.bg-\[\#D92D20\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1))
}

.bg-\[\#DC6803\] {
    --tw-bg-opacity: 1;
    background-color: rgb(220 104 3 / var(--tw-bg-opacity, 1))
}

.bg-\[\#E5E7EB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F04438\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 68 56 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F3F4F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F3FCF6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 252 246 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F79009\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 144 9 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F7FDF9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 253 249 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F97066\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 112 102 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F9FAFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-\[\#FDB022\] {
    --tw-bg-opacity: 1;
    background-color: rgb(253 176 34 / var(--tw-bg-opacity, 1))
}

.bg-\[\#FEC84B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 200 75 / var(--tw-bg-opacity, 1))
}

.bg-\[\#FFFAEB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1))
}

.bg-\[\#FFFCF5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 252 245 / var(--tw-bg-opacity, 1))
}

.bg-\[\#bbb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(187 187 187 / var(--tw-bg-opacity, 1))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-\[var\(--Bg-icon-brand-light\,\#F3FCF6\)\] {
    background-color: var(--Bg-icon-brand-light,#F3FCF6)
}

.bg-\[var\(--background-SA-Flag\,\#074D31\)\] {
    background-color: var(--background-SA-Flag,#074D31)
}

.bg-\[var\(--background-card\)\] {
    background-color: var(--background-card)
}

.bg-\[var\(--background-card\,\#FFF\)\] {
    background-color: var(--background-card,#FFF)
}

.bg-\[var\(--background-inverse-disabled\,\#F3F4F6\)\] {
    background-color: var(--background-inverse-disabled,#F3F4F6)
}

.bg-\[var\(--background-neutral-200\)\] {
    background-color: var(--background-neutral-200)
}

.bg-\[var\(--background-neutral-200\,\#E5E7EB\)\] {
    background-color: var(--background-neutral-200,#E5E7EB)
}

.bg-\[var\(--background-neutral-50\,\#F9FAFB\)\] {
    background-color: var(--background-neutral-50,#F9FAFB)
}

.bg-\[var\(--background-primary\)\] {
    background-color: var(--background-primary)
}

.bg-\[var\(--background-primary-25\,\#F7FDF9\)\] {
    background-color: var(--background-primary-25,#F7FDF9)
}

.bg-\[var\(--background-primary-50\)\] {
    background-color: var(--background-primary-50)
}

.bg-\[var\(--background-primary-50\,\#F3FCF6\)\] {
    background-color: var(--background-primary-50,#F3FCF6)
}

.bg-\[var\(--background-success\,\#079455\)\] {
    background-color: var(--background-success,#079455)
}

.bg-\[var\(--colors-base-white\,\#fff\)\] {
    background-color: var(--colors-base-white,#fff)
}

.bg-\[var\(--colors-brand-200\,\#B8EACB\)\] {
    background-color: var(--colors-brand-200,#B8EACB)
}

.bg-\[var\(--colors-error-200\,\#FECDCA\)\] {
    background-color: var(--colors-error-200,#FECDCA)
}

.bg-\[var\(--colors-gray-neutral-300\,\#D2D6DB\)\] {
    background-color: var(--colors-gray-neutral-300,#D2D6DB)
}

.bg-\[var\(--colors-gray-neutral-50\)\] {
    background-color: var(--colors-gray-neutral-50)
}

.bg-\[var\(--colors-gray-neutral-50\,\#F9FAFB\)\] {
    background-color: var(--colors-gray-neutral-50,#F9FAFB)
}

.bg-\[var\(--stepper-button-completed\,\#1B8354\)\] {
    background-color: var(--stepper-button-completed,#1B8354)
}

.bg-\[var\(--tag-background-info-light\,\#EFF8FF\)\] {
    background-color: var(--tag-background-info-light,#EFF8FF)
}

.bg-\[var\(--tag-background-neutral-light\,\#F9FAFB\)\] {
    background-color: var(--tag-background-neutral-light,#F9FAFB)
}

.bg-\[var\(--tag-background-success-light\)\] {
    background-color: var(--tag-background-success-light)
}

.bg-\[var\(--tag-background-success-light\,\#ECFDF3\)\] {
    background-color: var(--tag-background-success-light,#ECFDF3)
}

.bg-\[var\(--tag-background-warning-light\,\#FFFAEB\)\] {
    background-color: var(--tag-background-warning-light,#FFFAEB)
}

.bg-\[var\(--tag-icon-success\)\] {
    background-color: var(--tag-icon-success)
}

.bg-\[var\(-background-neutral-50\,\#F9FAFB\)\] {
    background-color: var(-background-neutral-50,#F9FAFB)
}

.bg-\[var\(-background-primary-25\,\#F7FDF9\)\] {
    background-color: var(-background-primary-25,#F7FDF9)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-gray-100\/50 {
    background-color: #f3f4f680
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-opacity-10 {
    --tw-bg-opacity: .1
}

.bg-opacity-25 {
    --tw-bg-opacity: .25
}

.bg-opacity-50 {
    --tw-bg-opacity: .5
}

.bg-\[url\(\'\/shap\.jpg\'\)\]{background-image:url(/shap.jpg)}.bg-\[url\(\/templates\/backGround\.png\)\]{background-image:url(/templates/backGround.png)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-right{background-position:right}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6,.p-\[1\.5rem\]{padding:1.5rem}.p-\[10px\]{padding:10px}.p-\[12px\]{padding:12px}.p-\[14px\]{padding:14px}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.p-\[2\.4rem\]{padding:2.4rem}.p-\[20px\]{padding:20px}.p-\[24px\]{padding:24px}.p-\[2rem\]{padding:2rem}.p-\[3\.2rem\]{padding:3.2rem}.p-\[32px\]{padding:32px}.p-\[3rem\]{padding:3rem}.p-\[4\.8rem\]{padding:4.8rem}.p-\[40px\]{padding:40px}.p-\[48px\]{padding:48px}.p-\[var\(--spacing-2xl\)\]{padding:var(--spacing-2xl)}.p-\[var\(--spacing-3xl\)\]{padding:var(--spacing-3xl)}.p-\[var\(--spacing-3xl\,24px\)\]{padding:var(--spacing-3xl,24px)}.p-\[var\(--spacing-4xl\)\]{padding:var(--spacing-4xl)}.p-\[var\(--spacing-5xl\,40px\)\]{padding:var(--spacing-5xl,40px)}.p-\[var\(--spacing-6xl\)\]{padding:var(--spacing-6xl)}.p-\[var\(--spacing-8xl\)\]{padding:var(--spacing-8xl)}.p-\[var\(--spacing-lg\,12px\)\]{padding:var(--spacing-lg,12px)}.p-\[var\(--spacing-xl\)\]{padding:var(--spacing-xl)}.p-\[var\(--spacing-xl\,16px\)\]{padding:var(--spacing-xl,16px)}.\!py-\[0px\]{padding-top:0!important;padding-bottom:0!important}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[--spacing-3xl\]{padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}.px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[48px\]{padding-left:48px;padding-right:48px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[8px\]{padding-left:8px;padding-right:8px}.px-\[var\(--spacing-3xl\)\]{padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}.px-\[var\(--spacing-4xl\)\]{padding-left:var(--spacing-4xl);padding-right:var(--spacing-4xl)}.px-\[var\(--spacing-md\)\]{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.px-\[var\(--spacing-md\,8px\)\]{padding-left:var(--spacing-md,8px);padding-right:var(--spacing-md,8px)}.px-\[var\(--spacing-xl\)\]{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.px-\[var\(--spacing-xl\,16px\)\]{padding-left:var(--spacing-xl,16px);padding-right:var(--spacing-xl,16px)}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.8rem\]{padding-top:.8rem;padding-bottom:.8rem}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[2\.4rem\]{padding-top:2.4rem;padding-bottom:2.4rem}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[26px\]{padding-top:26px;padding-bottom:26px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[2rem\]{padding-top:2rem;padding-bottom:2rem}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.py-\[4rem\]{padding-top:4rem;padding-bottom:4rem}.py-\[70px\]{padding-top:70px;padding-bottom:70px}.py-\[80px\]{padding-top:80px;padding-bottom:80px}.py-\[8rem\]{padding-top:8rem;padding-bottom:8rem}.py-\[calc\(var\(--spacing-5xl\,40px\)\)\]{padding-top:calc(var(--spacing-5xl,40px));padding-bottom:calc(var(--spacing-5xl,40px))}.py-\[calc\(var\(--spacing-5xl\,40px\)\+72px\)\]{padding-top:calc(var(--spacing-5xl,40px) + 72px);padding-bottom:calc(var(--spacing-5xl,40px) + 72px)}.py-\[var\(--spacing-3xl\)\]{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.py-\[var\(--spacing-3xl\,24px\)\]{padding-top:var(--spacing-3xl,24px);padding-bottom:var(--spacing-3xl,24px)}.py-\[var\(--spacing-5xl\)\]{padding-top:var(--spacing-5xl);padding-bottom:var(--spacing-5xl)}.py-\[var\(--spacing-5xl\,40px\)\]{padding-top:var(--spacing-5xl,40px);padding-bottom:var(--spacing-5xl,40px)}.py-\[var\(--spacing-6xl\)\]{padding-top:var(--spacing-6xl);padding-bottom:var(--spacing-6xl)}.py-\[var\(--spacing-lg\)\]{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.py-\[var\(--spacing-xl\)\]{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.py-\[var\(--spacing-xl\,16px\)\]{padding-top:var(--spacing-xl,16px);padding-bottom:var(--spacing-xl,16px)}.py-\[var\(spacing-8xl\)\]{padding-top:var(spacing-8xl);padding-bottom:var(spacing-8xl)}.\!pb-0{padding-bottom:0!important}.\!pb-\[22px\]{padding-bottom:22px!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[0\.5rem\]{padding-bottom:.5rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[128px\]{padding-bottom:128px}.pb-\[160px\]{padding-bottom:160px}.pb-\[32px\]{padding-bottom:32px}.pb-\[350px\]{padding-bottom:350px}.pb-\[40px\]{padding-bottom:40px}.pb-\[48px\]{padding-bottom:48px}.pb-\[80px\]{padding-bottom:80px}.pb-\[8px\]{padding-bottom:8px}.pb-\[8rem\]{padding-bottom:8rem}.pb-\[var\(--spacing-11xl\)\]{padding-bottom:var(--spacing-11xl)}.pb-\[var\(--spacing-3xl\,24px\)\]{padding-bottom:var(--spacing-3xl,24px)}.pb-\[var\(--spacing-4xl\)\]{padding-bottom:var(--spacing-4xl)}.pb-\[var\(--spacing-4xl\,32px\)\]{padding-bottom:var(--spacing-4xl,32px)}.pb-\[var\(--spacing-5xl\)\]{padding-bottom:var(--spacing-5xl)}.pb-\[var\(--spacing-5xl\,40px\)\]{padding-bottom:var(--spacing-5xl,40px)}.pb-\[var\(--spacing-lg\)\]{padding-bottom:var(--spacing-lg)}.pe-0{padding-inline-end:0px}.pe-5{padding-inline-end:1.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-20{padding-left:5rem}.pl-\[1\.2rem\]{padding-left:1.2rem}.pl-\[2\.4rem\]{padding-left:2.4rem}.pl-\[24px\]{padding-left:24px}.pl-\[25px\]{padding-left:25px}.pl-\[30px\]{padding-left:30px}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-\[1\.2rem\]{padding-right:1.2rem}.pr-\[2\.4rem\]{padding-right:2.4rem}.pr-\[24px\]{padding-right:24px}.pr-\[25px\]{padding-right:25px}.ps-10{padding-inline-start:2.5rem}.ps-12{padding-inline-start:3rem}.ps-3{padding-inline-start:.75rem}.ps-4{padding-inline-start:1rem}.ps-5{padding-inline-start:1.25rem}.ps-8{padding-inline-start:2rem}.ps-9{padding-inline-start:2.25rem}.ps-\[30px\]{padding-inline-start:30px}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-7{padding-top:1.75rem}.pt-\[0\.4rem\]{padding-top:.4rem}.pt-\[1\.2rem\]{padding-top:1.2rem}.pt-\[112px\]{padding-top:112px}.pt-\[128px\]{padding-top:128px}.pt-\[12px\]{padding-top:12px}.pt-\[130px\]{padding-top:130px}.pt-\[16px\]{padding-top:16px}.pt-\[1rem\]{padding-top:1rem}.pt-\[2\.4rem\]{padding-top:2.4rem}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[32px\]{padding-top:32px}.pt-\[40px\]{padding-top:40px}.pt-\[43px\]{padding-top:43px}.pt-\[80px\]{padding-top:80px}.pt-\[8rem\]{padding-top:8rem}.pt-\[var\(--spacing-5xl\,40px\)\]{padding-top:var(--spacing-5xl,40px)}.pt-\[var\(--spacing-lg\)\]{padding-top:var(--spacing-lg)}.pt-\[var\(--spacing-xl\,16px\)\]{padding-top:var(--spacing-xl,16px)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-\[20px\]{font-size:20px!important}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[1\.37rem\]{font-size:1.37rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[2\.5rem\]{font-size:2.5rem}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[34px\]{font-size:34px}.text-\[36px\]{font-size:36px}.text-\[38px\]{font-size:38px}.text-\[48px\]{font-size:48px}.text-\[60px\]{font-size:60px}.text-\[72px\]{font-size:72px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[100\]{font-weight:100}.font-\[400\]{font-weight:400}.font-\[400px\]{font-weight:400px}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\],.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-\[24px\]{line-height:24px!important}.leading-6{line-height:1.5rem}.leading-\[10px\]{line-height:10px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[21px\]{line-height:21px}.leading-\[24px\]{line-height:24px}.leading-\[284x\]{line-height:284x}.leading-\[28px\]{line-height:28px}.leading-\[30px\]{line-height:30px}.leading-\[32px\]{line-height:32px}.leading-\[38px\]{line-height:38px}.leading-\[44px\]{line-height:44px}.leading-\[60px\]{line-height:60px}.leading-\[72px\]{line-height:72px}.leading-\[90px\]{line-height:90px}.leading-normal{line-height:1.5}.-tracking-\[4px\]{letter-spacing:-4px}.tracking-\[-0\.96px\]{letter-spacing:-.96px}.tracking-wider{letter-spacing:.05em}.\!text-\[\#1F2A37\]{--tw-text-opacity: 1 !important;color:rgb(31 42 55 / var(--tw-text-opacity, 1))!important}.\!text-\[var\(--colors-brand-600\,\#1B8354\)\]{color:var(--colors-brand-600,#1B8354)!important}.\!text-\[var\(--text-display\,\#1F2A37\)\]{color:var(--text-display,#1F2A37)!important}.\!text-\[var\(--text-primary-paragraph\,\#384250\)\]{color:var(--text-primary-paragraph,#384250)!important}.text-\[\#0D121C\]{--tw-text-opacity: 1;color:rgb(13 18 28 / var(--tw-text-opacity, 1))}.text-\[\#111927\]{--tw-text-opacity: 1;color:rgb(17 25 39 / var(--tw-text-opacity, 1))}.text-\[\#14573A\]{--tw-text-opacity: 1;color:rgb(20 87 58 / var(--tw-text-opacity, 1))}.text-\[\#161616F\]{color:#161616F}.text-\[\#161616\]{--tw-text-opacity: 1;color:rgb(22 22 22 / var(--tw-text-opacity, 1))}.text-\[\#1B8354\]{--tw-text-opacity: 1;color:rgb(27 131 84 / var(--tw-text-opacity, 1))}.text-\[\#1F2A37\]{--tw-text-opacity: 1;color:rgb(31 42 55 / var(--tw-text-opacity, 1))}.text-\[\#384250\]{--tw-text-opacity: 1;color:rgb(56 66 80 / var(--tw-text-opacity, 1))}.text-\[\#4D5761\]{--tw-text-opacity: 1;color:rgb(77 87 97 / var(--tw-text-opacity, 1))}.text-\[\#6C737F\]{--tw-text-opacity: 1;color:rgb(108 115 127 / var(--tw-text-opacity, 1))}.text-\[\#88D8AD\]{--tw-text-opacity: 1;color:rgb(136 216 173 / var(--tw-text-opacity, 1))}.text-\[\#B42318\]{--tw-text-opacity: 1;color:rgb(180 35 24 / var(--tw-text-opacity, 1))}.text-\[\#B54708\]{--tw-text-opacity: 1;color:rgb(181 71 8 / var(--tw-text-opacity, 1))}.text-\[\#FAE996\]{--tw-text-opacity: 1;color:rgb(250 233 150 / var(--tw-text-opacity, 1))}.text-\[\#FFF\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-\[color\:var\(--colors-text-primary\)\]{color:var(--colors-text-primary)}.text-\[var\(--Text-text-primary\,\#0D121C\)\;\],.text-\[var\(--Text-text-primary\,\#0D121C\)\]{color:var(--Text-text-primary,#0D121C)}.text-\[var\(--Text-text-primary\,\#384250\)\]{color:var(--Text-text-primary,#384250)}.text-\[var\(--Text-text-primary-paragraph\,\#384250\)\]{color:var(--Text-text-primary-paragraph,#384250)}.text-\[var\(--Text-text-secondary\,\#384250\)\]{color:var(--Text-text-secondary,#384250)}.text-\[var\(--background-white\)\]{color:var(--background-white)}.text-\[var\(--colors-brand-600\)\]{color:var(--colors-brand-600)}.text-\[var\(--colors-brand-600\,\#1B8354\)\]{color:var(--colors-brand-600,#1B8354)}.text-\[var\(--colors-brand-700\,\#166A45\)\]{color:var(--colors-brand-700,#166A45)}.text-\[var\(--colors-error-700\,\#B42318\)\]{color:var(--colors-error-700,#B42318)}.text-\[var\(--colors-gray-1000\)\]{color:var(--colors-gray-1000)}.text-\[var\(--colors-gray-1000\,\#161616\)\]{color:var(--colors-gray-1000,#161616)}.text-\[var\(--colors-gray-900\,\#101828\)\]{color:var(--colors-gray-900,#101828)}.text-\[var\(--colors-gray-modern-950\,\#0D121C\)\]{color:var(--colors-gray-modern-950,#0D121C)}.text-\[var\(--colors-gray-neutral-500\)\]{color:var(--colors-gray-neutral-500)}.text-\[var\(--colors-gray-neutral-600\,\#4D5761\)\]{color:var(--colors-gray-neutral-600,#4D5761)}.text-\[var\(--colors-gray-neutral-600\,\#F9FAFB\)\]{color:var(--colors-gray-neutral-600,#F9FAFB)}.text-\[var\(--colors-gray-neutral-700\)\]{color:var(--colors-gray-neutral-700)}.text-\[var\(--colors-gray-neutral-700\,\#384250\)\]{color:var(--colors-gray-neutral-700,#384250)}.text-\[var\(--colors-gray-neutral-800\)\]{color:var(--colors-gray-neutral-800)}.text-\[var\(--colors-gray-neutral-800\,\#1F2A37\)\]{color:var(--colors-gray-neutral-800,#1F2A37)}.text-\[var\(--colors-gray-neutral-800\,\#384250\)\]{color:var(--colors-gray-neutral-800,#384250)}.text-\[var\(--colors-gray-neutral-900\,\#111927\)\]{color:var(--colors-gray-neutral-900,#111927)}.text-\[var\(--colors-gray-neutral-950\,\#0D121C\)\]{color:var(--colors-gray-neutral-950,#0D121C)}.text-\[var\(--colors-text-placeholder\,\#6C737F\)\]{color:var(--colors-text-placeholder,#6C737F)}.text-\[var\(--colors-text-primary\,\#0D121C\)\]{color:var(--colors-text-primary,#0D121C)}.text-\[var\(--colors-text-secondary\,\#384250\)\]{color:var(--colors-text-secondary,#384250)}.text-\[var\(--field-border-error\,\#B42318\)\]{color:var(--field-border-error,#B42318)}.text-\[var\(--field-text-label\,\#161616\)\]{color:var(--field-text-label,#161616)}.text-\[var\(--icon-primary\)\]{color:var(--icon-primary)}.text-\[var\(--link-primary\,\#1B8354\)\]{color:var(--link-primary,#1B8354)}.text-\[var\(--tag-text-info\,\#1849A9\)\]{color:var(--tag-text-info,#1849A9)}.text-\[var\(--tag-text-neutral\,\#1F2A37\)\]{color:var(--tag-text-neutral,#1F2A37)}.text-\[var\(--tag-text-success\)\]{color:var(--tag-text-success)}.text-\[var\(--tag-text-success\,\#085D3A\)\]{color:var(--tag-text-success,#085D3A)}.text-\[var\(--tag-text-warning\,\#93370D\)\]{color:var(--tag-text-warning,#93370D)}.text-\[var\(--text-default\)\]{color:var(--text-default)}.text-\[var\(--text-default\,\#161616\)\]{color:var(--text-default,#161616)}.text-\[var\(--text-display\,\#1F2A37\)\]{color:var(--text-display,#1F2A37)}.text-\[var\(--text-oncolor-primary\)\]{color:var(--text-oncolor-primary)}.text-\[var\(--text-oncolor-primary\,\#FFF\)\]{color:var(--text-oncolor-primary,#FFF)}.text-\[var\(--text-primary\,\#1B8354\)\]{color:var(--text-primary,#1B8354)}.text-\[var\(--text-primary-paragraph\)\]{color:var(--text-primary-paragraph)}.text-\[var\(--text-primary-paragraph\,\#384250\)\]{color:var(--text-primary-paragraph,#384250)}.text-\[var\(--text-primary-sa-flag\,\#14573A\)\]{color:var(--text-primary-sa-flag,#14573A)}.text-\[var\(--text-secondary-paragraph\,\#6C737F\)\]{color:var(--text-secondary-paragraph,#6C737F)}.text-\[var\(--text-text-tertiary\,\#64748B\)\]{color:var(--text-text-tertiary,#64748B)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-custom{--tw-shadow: 0px 4px 8px -2px rgba(16, 24, 40, .1), 0px 2px 4px -2px rgba(16, 24, 40, .06);--tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color), 0px 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-500{transition-delay:.5s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}nav>ul.breadcrumb{justify-content:flex-start}.breadcrumb-item>.link--disabled{color:var(--text-default-disabled, #9DA4AE)!important}.marker\:text-\[13px\] *::marker{font-size:13px}.marker\:text-\[24px\] *::marker{font-size:24px}.marker\:text-\[\#161616\] *::marker{color:#161616}.marker\:text-\[\#1B8354\] *::marker{color:#1b8354}.marker\:text-\[\#6C737F\] *::marker{color:#6c737f}.marker\:text-\[13px\]::marker{font-size:13px}.marker\:text-\[24px\]::marker{font-size:24px}.marker\:text-\[\#161616\]::marker{color:#161616}.marker\:text-\[\#1B8354\]::marker{color:#1b8354}.marker\:text-\[\#6C737F\]::marker{color:#6c737f}.before\:scale-x-\[-1\]:before{content:var(--tw-content);--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:bg-\[length\:auto_50\%\]:before{content:var(--tw-content);background-size:auto 50%}.before\:bg-\[100\%_100\%\]:before{content:var(--tw-content);background-position:100% 100%}.before\:bg-no-repeat:before{content:var(--tw-content);background-repeat:no-repeat}.after\:content-\[none\]:after{--tw-content: none;content:var(--tw-content)}.last\:\!mt-2:last-child{margin-top:.5rem!important}.last-of-type\:mx-auto:last-of-type{margin-left:auto;margin-right:auto}.last-of-type\:mt-5:last-of-type{margin-top:1.25rem}.visited\:text-\[\#14573A\]:visited{color:#14573a}.visited\:text-\[\#ffffffe6\]:visited{color:#ffffffe6}.visited\:underline:visited{text-decoration-line:underline}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#B8EACB\]:hover{--tw-border-opacity: 1;border-color:rgb(184 234 203 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#F3FCF6\]:hover{--tw-bg-opacity: 1;background-color:rgb(243 252 246 / var(--tw-bg-opacity, 1))}.hover\:bg-\[var\(--colors-gray-neutral-100\)\]:hover{background-color:var(--colors-gray-neutral-100)}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:font-\[700\]:hover{font-weight:700}.hover\:text-\[\#54C08A\]:hover{--tw-text-opacity: 1;color:rgb(84 192 138 / var(--tw-text-opacity, 1))}.hover\:text-\[\#ffffffcc\]:hover{color:#fffc}.hover\:text-\[var\(--colors-text-primary\)\]:hover{color:var(--colors-text-primary)}.hover\:text-\[var\(--colors-text-primary\,\#0D121C\)\]:hover{color:var(--colors-text-primary,#0D121C)}.hover\:text-\[var\(--text-default\,\#161616\)\]:hover{color:var(--text-default,#161616)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:outline:hover{outline-style:solid}.hover\:outline-2:hover{outline-width:2px}.hover\:outline-\[rgb\(16\,16\,16\)\]:hover{outline-color:#101010}.focus\:rounded-\[0px\]:focus{border-radius:0}.focus\:border-\[2px\]:focus{border-width:2px}.focus\:border-\[\#161616\]:focus{--tw-border-opacity: 1;border-color:rgb(22 22 22 / var(--tw-border-opacity, 1))}.focus\:bg-\[\#f3f4f6\]:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:text-\[\#1B8354\]:focus{--tw-text-opacity: 1;color:rgb(27 131 84 / var(--tw-text-opacity, 1))}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus\:underline:focus{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-\[2px\]:focus{outline-width:2px}.focus\:outline-white:focus{outline-color:#fff}.active\:border-0:active{border-width:0px}.active\:text-\[\#88D8AD\]:active{--tw-text-opacity: 1;color:rgb(136 216 173 / var(--tw-text-opacity, 1))}.active\:text-\[\#ffffff99\]:active{color:#fff9}.active\:underline:active{text-decoration-line:underline}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:text-\[\#1B8354\]{--tw-text-opacity: 1;color:rgb(27 131 84 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:blur-\[4px\]{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media not all and (min-width: 1536px){.max-2xl\:items-baseline{align-items:baseline}}@media not all and (min-width: 1280px){.max-xl\:flex{display:flex}.max-xl\:flex-col{flex-direction:column}.max-xl\:justify-center{justify-content:center}.max-xl\:text-\[9px\]{font-size:9px}}@media not all and (min-width: 1024px){.max-lg\:mx-\[1\.6rem\]{margin-left:1.6rem;margin-right:1.6rem}.max-lg\:mx-\[15px\]{margin-left:15px;margin-right:15px}.max-lg\:mx-\[16px\]{margin-left:16px;margin-right:16px}.max-lg\:mx-\[24px\]{margin-left:24px;margin-right:24px}.max-lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.max-lg\:ml-\[0\]{margin-left:0}.max-lg\:ml-\[16px\]{margin-left:16px}.max-lg\:mr-\[16px\]{margin-right:16px}.max-lg\:mt-\[16px\]{margin-top:16px}.max-lg\:block{display:block}.max-lg\:hidden{display:none}.max-lg\:w-full{width:100%}.max-lg\:max-w-\[300px\]{max-width:300px}.max-lg\:max-w-\[592px\]{max-width:592px}.max-lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-lg\:flex-col{flex-direction:column}.max-lg\:flex-wrap{flex-wrap:wrap}.max-lg\:justify-start{justify-content:flex-start}.max-lg\:gap-5{gap:1.25rem}.max-lg\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.max-lg\:px-\[24px\]{padding-left:24px;padding-right:24px}.max-lg\:py-\[28px\]{padding-top:28px;padding-bottom:28px}.max-lg\:pb-\[20px\]{padding-bottom:20px}.max-lg\:pb-\[24px\]{padding-bottom:24px}.max-lg\:pb-\[80px\]{padding-bottom:80px}.max-lg\:pt-\[28px\]{padding-top:28px}}@media not all and (min-width: 768px){.max-md\:absolute{position:absolute}.max-md\:left-\[10px\]{left:10px}.max-md\:left-\[50\%\]{left:50%}.max-md\:right-\[10px\]{right:10px}.max-md\:top-\[-20px\]{top:-20px}.max-md\:mx-\[1\.6rem\]{margin-left:1.6rem;margin-right:1.6rem}.max-md\:mx-\[4\.5rem\]{margin-left:4.5rem;margin-right:4.5rem}.max-md\:mx-\[var\(--spacing-xl\)\]{margin-left:var(--spacing-xl);margin-right:var(--spacing-xl)}.max-md\:mb-\[16px\]{margin-bottom:16px}.max-md\:ml-auto{margin-left:auto}.max-md\:hidden{display:none}.max-md\:w-full{width:100%}.max-md\:max-w-\[300px\]{max-width:300px}.max-md\:max-w-\[450px\]{max-width:450px}.max-md\:-translate-x-\[50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-md\:flex-col{flex-direction:column}.max-md\:flex-col-reverse{flex-direction:column-reverse}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:justify-start{justify-content:flex-start}.max-md\:gap-4{gap:1rem}.max-md\:gap-5{gap:1.25rem}.max-md\:gap-6{gap:1.5rem}.max-md\:gap-8{gap:2rem}.max-md\:gap-y-4{row-gap:1rem}.max-md\:overflow-auto{overflow:auto}.max-md\:p-\[var\(--spacing-2xl\)\]{padding:var(--spacing-2xl)}.max-md\:px-0{padding-left:0;padding-right:0}.max-md\:px-\[var\(--spacing-2xl\)\]{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}.max-md\:py-\[10rem\]{padding-top:10rem;padding-bottom:10rem}}@media (max-width: 700px){.max-\[700px\]\:w-\[600px\]{width:600px}.max-\[700px\]\:ps-10{padding-inline-start:2.5rem}}@media not all and (min-width: 640px){.max-sm\:top-\[0px\]{top:0}.max-sm\:mx-auto{margin-left:auto;margin-right:auto}.max-sm\:mr-4{margin-right:1rem}.max-sm\:hidden{display:none}.max-sm\:min-w-full{min-width:100%}.max-sm\:max-w-\[100\%\]{max-width:100%}.max-sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-sm\:flex-col{flex-direction:column}.max-sm\:justify-center{justify-content:center}.max-sm\:gap-\[16px\]{gap:16px}.max-sm\:text-center{text-align:center}}@media (min-width: 640px){.sm\:top-\[0px\]{top:0}.sm\:top-\[60px\]{top:60px}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:col-span-6{grid-column:span 6 / span 6}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mt-\[3rem\]{margin-top:3rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:min-h-\[50px\]{min-height:50px}.sm\:w-full{width:100%}.sm\:scale-\[120\%\]{--tw-scale-x: 120%;--tw-scale-y: 120%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-9{gap:2.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}}@media (min-width: 768px){.md\:sticky{position:sticky}.md\:left-0{left:0}.md\:top-0{top:0}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-6{grid-column:span 6 / span 6}.md\:col-span-8{grid-column:span 8 / span 8}.md\:m-auto{margin:auto}.md\:mx-\[80px\]{margin-left:80px;margin-right:80px}.md\:my-\[6rem\]{margin-top:6rem;margin-bottom:6rem}.md\:mb-0{margin-bottom:0}.md\:mr-9{margin-right:2.25rem}.md\:mt-\[1\.2rem\]{margin-top:1.2rem}.md\:mt-\[292px\]{margin-top:292px}.md\:block{display:block}.md\:grid{display:grid}.md\:h-\[75\%\]{height:75%}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:min-h-\[6\.6rem\]{min-height:6.6rem}.md\:min-h-\[6rem\]{min-height:6rem}.md\:w-\[100\%\]{width:100%}.md\:w-\[200px\]{width:200px}.md\:w-\[35\%\]{width:35%}.md\:w-\[40\%\]{width:40%}.md\:w-\[60\%\]{width:60%}.md\:w-\[65\%\]{width:65%}.md\:w-\[70\%\]{width:70%}.md\:w-\[730px\]{width:730px}.md\:w-\[calc\(100\%-288px\)\]{width:calc(100% - 288px)}.md\:w-\[calc\(100\%\/2-16px\+\(16px\/2\)\)\]{width:calc(50% - 8px)}.md\:w-full{width:100%}.md\:min-w-\[6\.6rem\]{min-width:6.6rem}.md\:min-w-\[6rem\]{min-width:6rem}.md\:max-w-\[1280px\]{max-width:1280px}.md\:max-w-\[34\%\]{max-width:34%}.md\:max-w-\[66\%\]{max-width:66%}.md\:max-w-\[730px\]{max-width:730px}.md\:max-w-\[840px\]{max-width:840px}.md\:max-w-full{max-width:100%}.md\:max-w-none{max-width:none}.md\:-translate-x-\[calc\(100\%\/4-16px\+\(16px\/4\)\)\]{--tw-translate-x: calc((25% - 12px)*-1) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:scale-\[140\%\]{--tw-scale-x: 140%;--tw-scale-y: 140%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-10{gap:2.5rem}.md\:gap-6{gap:1.5rem}.md\:gap-\[30px\]{gap:30px}.md\:gap-\[32px\]{gap:32px}.md\:rounded-tl-\[var\(--radius-lg\)\]{border-top-left-radius:var(--radius-lg)}.md\:p-\[16\.4rem\]{padding:16.4rem}.md\:p-\[4\.8rem\]{padding:4.8rem}.md\:p-\[var\(--spacing-6xl\)\]{padding:var(--spacing-6xl)}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-\[4rem\]{padding-left:4rem;padding-right:4rem}.md\:px-\[5rem\]{padding-left:5rem;padding-right:5rem}.md\:px-\[80px\]{padding-left:80px;padding-right:80px}.md\:py-\[5rem\]{padding-top:5rem;padding-bottom:5rem}.md\:pb-\[22rem\]{padding-bottom:22rem}.md\:pb-\[2rem\]{padding-bottom:2rem}.md\:text-center{text-align:center}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[12px\]{font-size:12px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[2rem\]{font-size:2rem}.md\:text-\[4rem\]{font-size:4rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:relative{position:relative}.lg\:-right-\[50px\]{right:-50px}.lg\:-top-10{top:-2.5rem}.lg\:top-12{top:3rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-8{grid-column:span 8 / span 8}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:mx-\[80px\]{margin-left:80px;margin-right:80px}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:my-\[8rem\]{margin-top:8rem;margin-bottom:8rem}.lg\:my-\[var\(--spacing-3xl\)\]{margin-top:var(--spacing-3xl);margin-bottom:var(--spacing-3xl)}.lg\:\!-mb-\[256px\]{margin-bottom:-256px!important}.lg\:-mb-\[256px\]{margin-bottom:-256px}.lg\:mb-0{margin-bottom:0}.lg\:mb-\[var\(--spacing-4xl\)\]{margin-bottom:var(--spacing-4xl)}.lg\:mt-0{margin-top:0}.lg\:mt-\[-60px\]{margin-top:-60px}.lg\:mt-\[var\(--spacing-3xl\)\]{margin-top:var(--spacing-3xl)}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-\[491px\]{height:491px}.lg\:h-\[720px\]{height:720px}.lg\:max-h-\[491px\]{max-height:491px}.lg\:min-h-\[216px\]{min-height:216px}.lg\:min-h-\[560px\]{min-height:560px}.lg\:min-h-\[654px\]{min-height:654px}.lg\:w-\[200px\]{width:200px}.lg\:w-\[280px\]{width:280px}.lg\:w-\[294px\]{width:294px}.lg\:w-\[35\%\]{width:35%}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[720px\]{width:720px}.lg\:w-\[80\%\]{width:80%}.lg\:w-\[90\%\]{width:90%}.lg\:w-\[\]{width:}.lg\:w-\[calc\(100\%\/3-24px\+\(24px\/3\)\)\]{width:calc(100% / 3 - 24px + (24px / 3))}.lg\:w-auto{width:auto}.lg\:max-w-\[1050px\]{max-width:1050px}.lg\:max-w-\[1220px\]{max-width:1220px}.lg\:max-w-\[1250px\]{max-width:1250px}.lg\:max-w-\[30\%\]{max-width:30%}.lg\:max-w-\[33\%\]{max-width:33%}.lg\:max-w-\[45\%\]{max-width:45%}.lg\:max-w-\[460px\]{max-width:460px}.lg\:max-w-\[480px\]{max-width:480px}.lg\:max-w-\[486px\]{max-width:486px}.lg\:max-w-\[524px\]{max-width:524px}.lg\:max-w-\[550px\]{max-width:550px}.lg\:max-w-\[588px\]{max-width:588px}.lg\:max-w-\[589px\]{max-width:589px}.lg\:max-w-\[620px\]{max-width:620px}.lg\:max-w-\[700px\]{max-width:700px}.lg\:max-w-\[720px\]{max-width:720px}.lg\:max-w-\[754px\]{max-width:754px}.lg\:-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:scale-\[160\%\]{--tw-scale-x: 160%;--tw-scale-y: 160%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:scale-\[170\%\]{--tw-scale-x: 170%;--tw-scale-y: 170%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-\[auto_minmax\(auto\,_100\%\)\]{grid-template-columns:auto minmax(auto,100%)}.lg\:grid-cols-\[auto_minmax\(auto\,_288px\)\]{grid-template-columns:auto minmax(auto,288px)}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:\!gap-10{gap:2.5rem!important}.lg\:gap-\[40px\]{gap:40px}.lg\:gap-\[var\(--spacing-5xl\)\]{gap:var(--spacing-5xl)}.lg\:p-2{padding:.5rem}.lg\:p-\[32px\]{padding:32px}.lg\:p-\[48px\]{padding:48px}.lg\:p-\[80px\]{padding:80px}.lg\:p-\[8rem\]{padding:8rem}.lg\:p-\[var\(--spacing-6xl\)\]{padding:var(--spacing-6xl)}.lg\:p-\[var\(--spacing-8xl\)\]{padding:var(--spacing-8xl)}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[196px\]{padding-left:196px;padding-right:196px}.lg\:px-\[24px\]{padding-left:24px;padding-right:24px}.lg\:px-\[32px\]{padding-left:32px;padding-right:32px}.lg\:px-\[80px\]{padding-left:80px;padding-right:80px}.lg\:px-\[var\(--spacing-5xl\,40px\)\]{padding-left:var(--spacing-5xl,40px);padding-right:var(--spacing-5xl,40px)}.lg\:px-\[var\(--spacing-6xl\)\]{padding-left:var(--spacing-6xl);padding-right:var(--spacing-6xl)}.lg\:px-\[var\(--spacing-8xl\)\]{padding-left:var(--spacing-8xl);padding-right:var(--spacing-8xl)}.lg\:px-\[var\(--spacing-8xl\,80px\)\]{padding-left:var(--spacing-8xl,80px);padding-right:var(--spacing-8xl,80px)}.lg\:py-\[calc\(var\(--spacing-8xl\,80px\)\)\]{padding-top:calc(var(--spacing-8xl,80px));padding-bottom:calc(var(--spacing-8xl,80px))}.lg\:py-\[calc\(var\(--spacing-8xl\,80px\)\+72px\)\]{padding-top:calc(var(--spacing-8xl,80px) + 72px);padding-bottom:calc(var(--spacing-8xl,80px) + 72px)}.lg\:py-\[var\(--spacing-8xl\,80px\)\]{padding-top:var(--spacing-8xl,80px);padding-bottom:var(--spacing-8xl,80px)}.lg\:pe-5{padding-inline-end:1.25rem}.lg\:ps-8{padding-inline-start:2rem}.lg\:pt-0{padding-top:0}.lg\:pt-\[160px\]{padding-top:160px}.lg\:pt-\[60px\]{padding-top:60px}.lg\:text-right{text-align:right}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-\[20px\]{font-size:20px}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:-right-20{right:-5rem}.xl\:-right-32{right:-8rem}.xl\:-top-28{top:-7rem}.xl\:-top-\[250px\]{top:-250px}.xl\:top-0{top:0}.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-5{grid-column:span 5 / span 5}.xl\:col-span-6{grid-column:span 6 / span 6}.xl\:col-span-7{grid-column:span 7 / span 7}.xl\:max-h-\[26px\]{max-height:26px}.xl\:w-\[calc\(100\%\/3-16px\+\(16px\/3\)\)\]{width:calc(100% / 3 - 16px + (16px / 3))}.xl\:max-w-\[80\%\]{max-width:80%}.xl\:-translate-x-\[calc\(100\%\/4-16px\+\(16px\/4\)\)\/2\]{--tw-translate-x: calc((25% - 12px)/-2) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:scale-\[120\%\]{--tw-scale-x: 120%;--tw-scale-y: 120%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:p-\[32px\]{padding:32px}}@media (min-width: 1536px){.\32xl\:top-20{top:5rem}.\32xl\:col-span-3{grid-column:span 3 / span 3}.\32xl\:min-w-\[100px\]{min-width:100px}.\32xl\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-\[1\.5fr_1fr\]{grid-template-columns:1.5fr 1fr}.\32xl\:flex-row{flex-direction:row}.\32xl\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1600px){.\33xl\:mx-auto{margin-left:auto;margin-right:auto}.\33xl\:max-w-\[1180px\]{max-width:1180px}.\33xl\:max-w-\[1280px\]{max-width:1280px}}@media (min-width: 1800px){.\34xl\:mx-auto{margin-left:auto;margin-right:auto}.\34xl\:max-w-\[1280px\]{max-width:1280px}}.ltr\:inset-y-0:where([dir=ltr],[dir=ltr] *){top:0;bottom:0}.ltr\:right-0:where([dir=ltr],[dir=ltr] *){right:0}.ltr\:pl-4:where([dir=ltr],[dir=ltr] *){padding-left:1rem}.ltr\:pr-4:where([dir=ltr],[dir=ltr] *){padding-right:1rem}@media (min-width: 1024px){.ltr\:lg\:w-\[280px\]:where([dir=ltr],[dir=ltr] *){width:280px}}.rtl\:inset-y-0:where([dir=rtl],[dir=rtl] *){top:0;bottom:0}.rtl\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:pl-4:where([dir=rtl],[dir=rtl] *){padding-left:1rem}.rtl\:pr-4:where([dir=rtl],[dir=rtl] *){padding-right:1rem}@media (min-width: 1024px){.rtl\:lg\:w-\[280px\]:where([dir=rtl],[dir=rtl] *){width:280px}}.\[\&_\.breadcrumb\]\:flex-wrap .breadcrumb{flex-wrap:wrap}.\[\&_\.filteration\\_\\_panel\]\:min-w-\[400px\] .filteration__panel{min-width:400px}@media (min-width: 1280px){.xl\:\[\&_\.filteration\\_\\_panel\]\:min-w-\[500px\] .filteration__panel{min-width:500px}}.\[\&_a\.active\]\:text-\[var\(--colors-text-primary\)\] a.active{color:var(--colors-text-primary)}.\[\&_aside\]\:h-fit aside{height:-moz-fit-content;height:fit-content}.\[\&_button\]\:m-0 button{margin:0}.\[\&_button\]\:min-h-\[32px\] button{min-height:32px}.\[\&_button\]\:w-full button{width:100%}.\[\&_button\]\:min-w-\[56px\] button{min-width:56px}.\[\&_button\]\:px-\[16px\] button{padding-left:16px;padding-right:16px}.\[\&_button\]\:py-\[8px\] button{padding-top:8px;padding-bottom:8px}.\[\&_i\]\:text-\[\#1B8354\] i{--tw-text-opacity: 1;color:rgb(27 131 84 / var(--tw-text-opacity, 1))}.\[\&_img\]\:min-h-\[58px\] img{min-height:58px}.\[\&_img\]\:min-w-\[154px\] img{min-width:154px}.\[\&_li\:first-of-type\]\:mb-5 li:first-of-type{margin-bottom:1.25rem}.\[\&_li\]\:list-decimal li{list-style-type:decimal}.\[\&_li\]\:list-disc li{list-style-type:disc}