@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-500: oklch(63.7% .237 25.331);--color-red-700: oklch(50.5% .213 27.518);--color-orange-500: oklch(70.5% .213 47.604);--color-green-500: oklch(72.3% .219 149.579);--color-gray-200: oklch(92.8% .006 264.531);--color-gray-300: oklch(87.2% .01 258.338);--color-gray-400: oklch(70.7% .022 261.325);--color-gray-500: oklch(55.1% .027 264.364);--color-gray-800: oklch(27.8% .033 256.848);--color-black: #000;--color-white: #fff;--spacing: .25rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-3xl: 1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--aspect-video: 16 / 9;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-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}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.absolute{position:absolute}.relative{position:relative}.static{position:static}.inset-0{inset:0}.inset-x-0{inset-inline:0}.-top-3\.5{top:calc(var(--spacing) * -3.5)}.top-1\/2{top:50%}.right-0{right:0}.right-1{right:var(--spacing)}.right-3{right:calc(var(--spacing) * 3)}.bottom-0{bottom:0}.bottom-1{bottom:var(--spacing)}.left-0{left:0}.left-1{left:var(--spacing)}.left-1\/2{left:50%}.left-3{left:calc(var(--spacing) * 3)}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-auto{margin-inline:auto}.my-2{margin-block:calc(var(--spacing) * 2)}.my-4\!{margin-block:calc(var(--spacing) * 4)!important}.my-5{margin-block:calc(var(--spacing) * 5)}.my-7{margin-block:calc(var(--spacing) * 7)}.my-10{margin-block:calc(var(--spacing) * 10)}.me-2{margin-inline-end:calc(var(--spacing) * 2)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mb-20{margin-bottom:calc(var(--spacing) * 20)}.ml-3{margin-left:calc(var(--spacing) * 3)}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-1\!{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.block\!{display:block!important}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-block\!{display:inline-block!important}.table{display:table}.aspect-3\/4{aspect-ratio:3/4}.aspect-\[1\/1\]{aspect-ratio:1/1}.aspect-\[2\/3\]{aspect-ratio:2/3}.aspect-\[3\/2\]{aspect-ratio:3/2}.aspect-\[3\/4\]{aspect-ratio:3/4}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[9\/16\]{aspect-ratio:9/16}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:var(--aspect-video)}.h-1{height:var(--spacing)}.h-1\/2{height:50%}.h-4{height:calc(var(--spacing) * 4)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-20{height:calc(var(--spacing) * 20)}.h-24{height:calc(var(--spacing) * 24)}.h-130{height:calc(var(--spacing) * 130)}.h-\[90vh\]{height:90vh}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.min-h-0{min-height:0}.min-h-6{min-height:calc(var(--spacing) * 6)}.min-h-11\.25\!{min-height:calc(var(--spacing) * 11.25)!important}.min-h-12\!{min-height:calc(var(--spacing) * 12)!important}.min-h-15{min-height:calc(var(--spacing) * 15)}.w-1{width:var(--spacing)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-12{width:calc(var(--spacing) * 12)}.w-16{width:calc(var(--spacing) * 16)}.w-20{width:calc(var(--spacing) * 20)}.w-24{width:calc(var(--spacing) * 24)}.w-72{width:calc(var(--spacing) * 72)}.w-\[95vw\]{width:95vw}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-full\!{width:100%!important}.max-w-full{max-width:100%}.max-w-full\!{max-width:100%!important}.min-w-6{min-width:calc(var(--spacing) * 6)}.min-w-22{min-width:calc(var(--spacing) * 22)}.min-w-\[60vh\]{min-width:60vh}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-none{flex:none}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.\!scale-75{--tw-scale-x: 75% !important;--tw-scale-y: 75% !important;--tw-scale-z: 75% !important;scale:var(--tw-scale-x) var(--tw-scale-y)!important}.\!scale-85{--tw-scale-x: 85% !important;--tw-scale-y: 85% !important;--tw-scale-z: 85% !important;scale:var(--tw-scale-x) var(--tw-scale-y)!important}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize-none\!{resize:none!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.justify-stretch{justify-content:stretch}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-10{gap:calc(var(--spacing) * 10)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-br-xl{border-bottom-right-radius:var(--radius-xl)}.rounded-bl-xl{border-bottom-left-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-dashed{--tw-border-style: dashed;border-style:dashed}.border-\[\#abc7ff\]\/65{border-color:color-mix(in oklab,#abc7ff 65%,transparent)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-500{border-color:var(--color-gray-500)}.bg-\[\#abc7ff\]{background-color:#abc7ff}.bg-\[\#abc7ff\]\/5{background-color:color-mix(in oklab,#abc7ff 5%,transparent)}.bg-\[\#abc7ff\]\/10{background-color:color-mix(in oklab,#abc7ff 10%,transparent)}.bg-\[\#abc7ff\]\/50{background-color:color-mix(in oklab,#abc7ff 50%,transparent)}.bg-gray-300\!{background-color:var(--color-gray-300)!important}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-800\!{background-color:var(--color-gray-800)!important}.bg-green-500{background-color:var(--color-green-500)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-red-500{background-color:var(--color-red-500)}.bg-white{background-color:var(--color-white)}.bg-linear-to-t{--tw-gradient-position: to top;background-image:linear-gradient(var(--tw-gradient-stops))}@supports (background-image: linear-gradient(in lab,red,red)){.bg-linear-to-t{--tw-gradient-position: to top in oklab}}.from-black{--tw-gradient-from: var(--color-black);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.via-black\/30{--tw-gradient-via: color-mix(in srgb, #000 30%, transparent);--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-via-stops)}@supports (color: color-mix(in lab,red,red)){.via-black\/30{--tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent)}}.to-transparent{--tw-gradient-to: transparent;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.p-1{padding:var(--spacing)}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.p-10{padding:calc(var(--spacing) * 10)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-1{padding-block:var(--spacing)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.pt-0\.5{padding-top:calc(var(--spacing) * .5)}.pt-1{padding-top:var(--spacing)}.pt-1\.5{padding-top:calc(var(--spacing) * 1.5)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.text-left{text-align:left}.text-start{text-align:start}.font-\[\'sans-bold\'\]\!{font-family:sans-bold!important}.font-mono\!{font-family:var(--font-mono)!important}.font-sans\!{font-family:var(--font-sans)!important}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading, var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading, var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.text-xs\!{font-size:var(--text-xs)!important;line-height:var(--tw-leading, var(--text-xs--line-height))!important}.\!text-\[13px\]{font-size:13px!important}.text-\[10px\]{font-size:10px}.text-\[13px\]\!{font-size:13px!important}.text-\[14px\]\!{font-size:14px!important}.text-\[15px\]{font-size:15px}.leading-5{--tw-leading: calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-6{--tw-leading: calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-7{--tw-leading: calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.leading-8{--tw-leading: calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.leading-10{--tw-leading: calc(var(--spacing) * 10);line-height:calc(var(--spacing) * 10)}.wrap-break-word{overflow-wrap:break-word}.text-ellipsis{text-overflow:ellipsis}.text-ellipsis\!{text-overflow:ellipsis!important}.\!text-red-700{color:var(--color-red-700)!important}.text-\[\#002f65\]{color:#002f65}.text-\[\#abc7ff\]{color:#abc7ff}.text-black{color:var(--color-black)}.text-black\!{color:var(--color-black)!important}.text-gray-400{color:var(--color-gray-400)}.text-gray-400\!{color:var(--color-gray-400)!important}.text-gray-500{color:var(--color-gray-500)}.text-gray-500\!{color:var(--color-gray-500)!important}.text-orange-500{color:var(--color-orange-500)}.text-red-500\!{color:var(--color-red-500)!important}.italic{font-style:italic}.no-underline\!{text-decoration-line:none!important}.underline{text-decoration-line:underline}.mix-blend-lighten{mix-blend-mode:lighten}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.invert{--tw-invert: invert(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,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.outline-none{--tw-outline-style: none;outline-style:none}@media(hover:hover){.hover\:scale-105:hover{--tw-scale-x: 105%;--tw-scale-y: 105%;--tw-scale-z: 105%;scale:var(--tw-scale-x) var(--tw-scale-y)}}@media(hover:hover){.hover\:bg-gray-500:hover{background-color:var(--color-gray-500)}}@media(width>=48rem){.md\:me-4{margin-inline-end:calc(var(--spacing) * 4)}}@media(width>=48rem){.md\:mb-0{margin-bottom:0}}@media(width>=48rem){.md\:block{display:block}}@media(width>=48rem){.md\:hidden{display:none}}@media(width>=48rem){.md\:min-h-0{min-height:0}}@media(width>=48rem){.md\:w-64{width:calc(var(--spacing) * 64)}}@media(width>=48rem){.md\:w-160{width:calc(var(--spacing) * 160)}}@media(width>=48rem){.md\:w-full{width:100%}}@media(width>=48rem){.md\:max-w-\[35vw\]{max-width:35vw}}@media(width>=48rem){.md\:max-w-\[80vh\]{max-width:80vh}}@media(width>=48rem){.md\:min-w-\[80vh\]{min-width:80vh}}@media(width>=48rem){.md\:flex-none{flex:none}}@media(width>=48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(width>=48rem){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(width>=48rem){.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(width>=48rem){.md\:px-0{padding-inline:0}}@media(prefers-color-scheme:dark){.dark\:bg-\[\#1A1B1F\]{background-color:#1a1b1f}}}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-scale-x{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-scale-y{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-scale-z{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-gradient-position{syntax: "*"; inherits: false;}@property --tw-gradient-from{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-via{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-to{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-stops{syntax: "*"; inherits: false;}@property --tw-gradient-via-stops{syntax: "*"; inherits: false;}@property --tw-gradient-from-position{syntax: "<length-percentage>"; inherits: false; initial-value: 0%;}@property --tw-gradient-via-position{syntax: "<length-percentage>"; inherits: false; initial-value: 50%;}@property --tw-gradient-to-position{syntax: "<length-percentage>"; inherits: false; initial-value: 100%;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scale-z: 1;--tw-border-style: solid;--tw-gradient-position: initial;--tw-gradient-from: #0000;--tw-gradient-via: #0000;--tw-gradient-to: #0000;--tw-gradient-stops: initial;--tw-gradient-via-stops: initial;--tw-gradient-from-position: 0%;--tw-gradient-via-position: 50%;--tw-gradient-to-position: 100%;--tw-leading: initial;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial}}}@font-face{font-family:hugeicons-stroke-rounded;src:url("./media/hgi-stroke-rounded-ZRHRSFEL.eot");src:url("./media/hgi-stroke-rounded-ZRHRSFEL.eot?#iefix") format("embedded-opentype"),url("./media/hgi-stroke-rounded-42CJ6BE4.woff2") format("woff2"),url("./media/hgi-stroke-rounded-K3RNHLSQ.woff") format("woff"),url("./media/hgi-stroke-rounded-GTZHGLO2.ttf") format("truetype");font-display:swap}.hgi-stroke{font-family:hugeicons-stroke-rounded!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;display:inline-block;font-variant:normal;font-variant-ligatures:discretionary-ligatures;font-feature-settings:"liga" 1;line-height:1;text-rendering:auto;font-display:swap}.hgi-stroke.hgi-24-hours-clock:before{content:"\f14e0"}.hgi-stroke.hgi-a-access:before{content:"\f14e1"}.hgi-stroke.hgi-a-ai-browser:before{content:"\f14e2"}.hgi-stroke.hgi-a-ai-game:before{content:"\f14e3"}.hgi-stroke.hgi-a-ai-phone-01:before{content:"\f14e4"}.hgi-stroke.hgi-a-ai-phone-02:before{content:"\f14e5"}.hgi-stroke.hgi-a-airpod-02:before{content:"\f14e6"}.hgi-stroke.hgi-a-album-02:before{content:"\f14e7"}.hgi-stroke.hgi-a-album-not-found-02:before{content:"\f14e8"}.hgi-stroke.hgi-a-alert-01:before{content:"\f14e9"}.hgi-stroke.hgi-a-alert-02:before{content:"\f14ea"}.hgi-stroke.hgi-a-alert-circle:before{content:"\f14eb"}.hgi-stroke.hgi-a-alert-diamond:before{content:"\f14ec"}.hgi-stroke.hgi-a-alert-square:before{content:"\f14ed"}.hgi-stroke.hgi-a-alien-02:before{content:"\f14ee"}.hgi-stroke.hgi-a-angry-bird:before{content:"\f14ef"}.hgi-stroke.hgi-a-apple-reminder:before{content:"\f14f0"}.hgi-stroke.hgi-a-archive-01:before{content:"\f14f1"}.hgi-stroke.hgi-a-armored-boot:before{content:"\f14f2"}.hgi-stroke.hgi-a-arrow-down:before{content:"\f14f3"}.hgi-stroke.hgi-a-arrow-up:before{content:"\f14f4"}.hgi-stroke.hgi-a-asteroid-01:before{content:"\f14f5"}.hgi-stroke.hgi-a-atm-01:before{content:"\f14f6"}.hgi-stroke.hgi-a-atm-02:before{content:"\f14f7"}.hgi-stroke.hgi-a-atom-01:before{content:"\f14f8"}.hgi-stroke.hgi-a-atom-02:before{content:"\f14f9"}.hgi-stroke.hgi-a-authorized:before{content:"\f14fa"}.hgi-stroke.hgi-abacus:before{content:"\f14fb"}.hgi-stroke.hgi-absolute:before{content:"\f14fc"}.hgi-stroke.hgi-acceleration:before{content:"\f14fd"}.hgi-stroke.hgi-access:before{content:"\f14fe"}.hgi-stroke.hgi-accident:before{content:"\f14ff"}.hgi-stroke.hgi-account-recovery:before{content:"\f1500"}.hgi-stroke.hgi-account-setting-01:before{content:"\f1501"}.hgi-stroke.hgi-account-setting-02:before{content:"\f1502"}.hgi-stroke.hgi-account-setting-03:before{content:"\f1503"}.hgi-stroke.hgi-activity-01:before{content:"\f1504"}.hgi-stroke.hgi-activity-02:before{content:"\f1505"}.hgi-stroke.hgi-activity-03:before{content:"\f1506"}.hgi-stroke.hgi-activity-04:before{content:"\f1507"}.hgi-stroke.hgi-activity-05:before{content:"\f1508"}.hgi-stroke.hgi-activity-circle:before{content:"\f1509"}.hgi-stroke.hgi-activity-spark:before{content:"\f150a"}.hgi-stroke.hgi-acute:before{content:"\f150b"}.hgi-stroke.hgi-add-01:before{content:"\f150c"}.hgi-stroke.hgi-add-02:before{content:"\f150d"}.hgi-stroke.hgi-add-circle-half-dot:before{content:"\f150e"}.hgi-stroke.hgi-add-circle:before{content:"\f150f"}.hgi-stroke.hgi-add-female:before{content:"\f1510"}.hgi-stroke.hgi-add-male:before{content:"\f1511"}.hgi-stroke.hgi-add-square:before{content:"\f1512"}.hgi-stroke.hgi-add-team-02:before{content:"\f1513"}.hgi-stroke.hgi-add-team:before{content:"\f1514"}.hgi-stroke.hgi-add-to-list:before{content:"\f1515"}.hgi-stroke.hgi-address-book:before{content:"\f1516"}.hgi-stroke.hgi-adjust-position:before{content:"\f1517"}.hgi-stroke.hgi-adobe-after-effect:before{content:"\f1518"}.hgi-stroke.hgi-adobe-illustrator:before{content:"\f1519"}.hgi-stroke.hgi-adobe-indesign:before{content:"\f151a"}.hgi-stroke.hgi-adobe-photoshop:before{content:"\f151b"}.hgi-stroke.hgi-adobe-premier:before{content:"\f151c"}.hgi-stroke.hgi-adobe-xd:before{content:"\f151d"}.hgi-stroke.hgi-adventure:before{content:"\f151e"}.hgi-stroke.hgi-advertisiment:before{content:"\f151f"}.hgi-stroke.hgi-adzan:before{content:"\f1520"}.hgi-stroke.hgi-affiliate:before{content:"\f1521"}.hgi-stroke.hgi-agreement-01:before{content:"\f1522"}.hgi-stroke.hgi-agreement-02:before{content:"\f1523"}.hgi-stroke.hgi-agreement-03:before{content:"\f1524"}.hgi-stroke.hgi-ai-audio:before{content:"\f1525"}.hgi-stroke.hgi-ai-beautify:before{content:"\f1526"}.hgi-stroke.hgi-ai-book:before{content:"\f1527"}.hgi-stroke.hgi-ai-brain-01:before{content:"\f1528"}.hgi-stroke.hgi-ai-brain-02:before{content:"\f1529"}.hgi-stroke.hgi-ai-brain-03:before{content:"\f152a"}.hgi-stroke.hgi-ai-brain-04:before{content:"\f152b"}.hgi-stroke.hgi-ai-brain-05:before{content:"\f152c"}.hgi-stroke.hgi-ai-browser:before{content:"\f152d"}.hgi-stroke.hgi-ai-chat-01:before{content:"\f152e"}.hgi-stroke.hgi-ai-chat-02:before{content:"\f152f"}.hgi-stroke.hgi-ai-chemistry-01:before{content:"\f1530"}.hgi-stroke.hgi-ai-chemistry-02:before{content:"\f1531"}.hgi-stroke.hgi-ai-chemistry-03:before{content:"\f1532"}.hgi-stroke.hgi-ai-chip:before{content:"\f1533"}.hgi-stroke.hgi-ai-cloud-01:before{content:"\f1534"}.hgi-stroke.hgi-ai-cloud-02:before{content:"\f1535"}.hgi-stroke.hgi-ai-cloud:before{content:"\f1536"}.hgi-stroke.hgi-ai-computer:before{content:"\f1537"}.hgi-stroke.hgi-ai-content-generator-01:before{content:"\f1538"}.hgi-stroke.hgi-ai-content-generator-02:before{content:"\f1539"}.hgi-stroke.hgi-ai-dna:before{content:"\f153a"}.hgi-stroke.hgi-ai-editing:before{content:"\f153b"}.hgi-stroke.hgi-ai-eraser:before{content:"\f153c"}.hgi-stroke.hgi-ai-file:before{content:"\f153d"}.hgi-stroke.hgi-ai-folder-01:before{content:"\f153e"}.hgi-stroke.hgi-ai-folder-02:before{content:"\f153f"}.hgi-stroke.hgi-ai-game:before{content:"\f1540"}.hgi-stroke.hgi-ai-generative:before{content:"\f1541"}.hgi-stroke.hgi-ai-idea:before{content:"\f1542"}.hgi-stroke.hgi-ai-image:before{content:"\f1543"}.hgi-stroke.hgi-ai-innovation-01:before{content:"\f1544"}.hgi-stroke.hgi-ai-innovation-02:before{content:"\f1545"}.hgi-stroke.hgi-ai-innovation-03:before{content:"\f1546"}.hgi-stroke.hgi-ai-laptop:before{content:"\f1547"}.hgi-stroke.hgi-ai-learning:before{content:"\f1548"}.hgi-stroke.hgi-ai-lock:before{content:"\f1549"}.hgi-stroke.hgi-ai-magic:before{content:"\f154a"}.hgi-stroke.hgi-ai-mail-01:before{content:"\f154b"}.hgi-stroke.hgi-ai-mail-02:before{content:"\f154c"}.hgi-stroke.hgi-ai-mail:before{content:"\f154d"}.hgi-stroke.hgi-ai-mic:before{content:"\f154e"}.hgi-stroke.hgi-ai-network:before{content:"\f154f"}.hgi-stroke.hgi-ai-phone-01:before{content:"\f1550"}.hgi-stroke.hgi-ai-phone-02:before{content:"\f1551"}.hgi-stroke.hgi-ai-programming:before{content:"\f1552"}.hgi-stroke.hgi-ai-scan:before{content:"\f1553"}.hgi-stroke.hgi-ai-scheduling:before{content:"\f1554"}.hgi-stroke.hgi-ai-search-02:before{content:"\f1555"}.hgi-stroke.hgi-ai-search:before{content:"\f1556"}.hgi-stroke.hgi-ai-security-01:before{content:"\f1557"}.hgi-stroke.hgi-ai-security-02:before{content:"\f1558"}.hgi-stroke.hgi-ai-security-03:before{content:"\f1559"}.hgi-stroke.hgi-ai-setting:before{content:"\f155a"}.hgi-stroke.hgi-ai-sheets:before{content:"\f155b"}.hgi-stroke.hgi-ai-smartwatch:before{content:"\f155c"}.hgi-stroke.hgi-ai-user:before{content:"\f155d"}.hgi-stroke.hgi-ai-video:before{content:"\f155e"}.hgi-stroke.hgi-ai-view:before{content:"\f155f"}.hgi-stroke.hgi-ai-vision-recognition:before{content:"\f1560"}.hgi-stroke.hgi-ai-voice-generator:before{content:"\f1561"}.hgi-stroke.hgi-ai-voice:before{content:"\f1562"}.hgi-stroke.hgi-ai-web-browsing:before{content:"\f1563"}.hgi-stroke.hgi-aids:before{content:"\f1564"}.hgi-stroke.hgi-airbnb:before{content:"\f1565"}.hgi-stroke.hgi-aircraft-game:before{content:"\f1566"}.hgi-stroke.hgi-airdrop:before{content:"\f1567"}.hgi-stroke.hgi-airplane-01:before{content:"\f1568"}.hgi-stroke.hgi-airplane-02:before{content:"\f1569"}.hgi-stroke.hgi-airplane-landing-01:before{content:"\f156a"}.hgi-stroke.hgi-airplane-landing-02:before{content:"\f156b"}.hgi-stroke.hgi-airplane-mode-off:before{content:"\f156c"}.hgi-stroke.hgi-airplane-mode:before{content:"\f156d"}.hgi-stroke.hgi-airplane-seat-02:before{content:"\f156e"}.hgi-stroke.hgi-airplane-seat:before{content:"\f156f"}.hgi-stroke.hgi-airplane-take-off-01:before{content:"\f1570"}.hgi-stroke.hgi-airplane-take-off-02:before{content:"\f1571"}.hgi-stroke.hgi-airplay-line:before{content:"\f1572"}.hgi-stroke.hgi-airpod-01:before{content:"\f1573"}.hgi-stroke.hgi-airpod-02:before{content:"\f1574"}.hgi-stroke.hgi-airpod-03:before{content:"\f1575"}.hgi-stroke.hgi-airport-02:before{content:"\f1576"}.hgi-stroke.hgi-airport-tower:before{content:"\f1577"}.hgi-stroke.hgi-airport:before{content:"\f1578"}.hgi-stroke.hgi-al-aqsa-mosque:before{content:"\f1579"}.hgi-stroke.hgi-alarm-clock-off:before{content:"\f157a"}.hgi-stroke.hgi-alarm-clock:before{content:"\f157b"}.hgi-stroke.hgi-alarm-smoke:before{content:"\f157c"}.hgi-stroke.hgi-album-01:before{content:"\f157d"}.hgi-stroke.hgi-album-02:before{content:"\f157e"}.hgi-stroke.hgi-album-not-found-01:before{content:"\f157f"}.hgi-stroke.hgi-album-not-found-02:before{content:"\f1580"}.hgi-stroke.hgi-album:before{content:"\f1581"}.hgi-stroke.hgi-alert-01:before{content:"\f1582"}.hgi-stroke.hgi-alert-02:before{content:"\f1583"}.hgi-stroke.hgi-alert-circle:before{content:"\f1584"}.hgi-stroke.hgi-alert-diamond:before{content:"\f1585"}.hgi-stroke.hgi-alert-square:before{content:"\f1586"}.hgi-stroke.hgi-algorithm:before{content:"\f1587"}.hgi-stroke.hgi-alien-01:before{content:"\f1588"}.hgi-stroke.hgi-alien-02:before{content:"\f1589"}.hgi-stroke.hgi-align-bottom:before{content:"\f158a"}.hgi-stroke.hgi-align-box-bottom-center:before{content:"\f158b"}.hgi-stroke.hgi-align-box-bottom-left:before{content:"\f158c"}.hgi-stroke.hgi-align-box-bottom-right:before{content:"\f158d"}.hgi-stroke.hgi-align-box-middle-center:before{content:"\f158e"}.hgi-stroke.hgi-align-box-middle-left:before{content:"\f158f"}.hgi-stroke.hgi-align-box-middle-right:before{content:"\f1590"}.hgi-stroke.hgi-align-box-top-center:before{content:"\f1591"}.hgi-stroke.hgi-align-box-top-left:before{content:"\f1592"}.hgi-stroke.hgi-align-box-top-right:before{content:"\f1593"}.hgi-stroke.hgi-align-horizontal-center:before{content:"\f1594"}.hgi-stroke.hgi-align-horizontal-distribute-end:before{content:"\f1595"}.hgi-stroke.hgi-align-horizontal-distribute-start:before{content:"\f1596"}.hgi-stroke.hgi-align-horizontal-justify-end:before{content:"\f1597"}.hgi-stroke.hgi-align-horizontal-justify-start:before{content:"\f1598"}.hgi-stroke.hgi-align-horizontal-space-around:before{content:"\f1599"}.hgi-stroke.hgi-align-horizontal-space-between:before{content:"\f159a"}.hgi-stroke.hgi-align-key-object:before{content:"\f159b"}.hgi-stroke.hgi-align-left:before{content:"\f159c"}.hgi-stroke.hgi-align-right:before{content:"\f159d"}.hgi-stroke.hgi-align-selection:before{content:"\f159e"}.hgi-stroke.hgi-align-top:before{content:"\f159f"}.hgi-stroke.hgi-align-vertical-center:before{content:"\f15a0"}.hgi-stroke.hgi-align-vertical-distribute-center:before{content:"\f15a1"}.hgi-stroke.hgi-align-vertical-distribute-end:before{content:"\f15a2"}.hgi-stroke.hgi-align-vertical-distribute-start:before{content:"\f15a3"}.hgi-stroke.hgi-align-vertical-justify-start:before{content:"\f15a4"}.hgi-stroke.hgi-align-vertical-space-between:before{content:"\f15a5"}.hgi-stroke.hgi-all-bookmark:before{content:"\f15a6"}.hgi-stroke.hgi-allah:before{content:"\f15a7"}.hgi-stroke.hgi-alms:before{content:"\f15a8"}.hgi-stroke.hgi-alpha-circle:before{content:"\f15a9"}.hgi-stroke.hgi-alpha-square:before{content:"\f15aa"}.hgi-stroke.hgi-alpha:before{content:"\f15ab"}.hgi-stroke.hgi-alphabet-arabic:before{content:"\f15ac"}.hgi-stroke.hgi-alphabet-bangla:before{content:"\f15ad"}.hgi-stroke.hgi-alphabet-chinese:before{content:"\f15ae"}.hgi-stroke.hgi-alphabet-greek:before{content:"\f15af"}.hgi-stroke.hgi-alphabet-hebrew:before{content:"\f15b0"}.hgi-stroke.hgi-alphabet-hindi:before{content:"\f15b1"}.hgi-stroke.hgi-alphabet-japanese:before{content:"\f15b2"}.hgi-stroke.hgi-alphabet-korean:before{content:"\f15b3"}.hgi-stroke.hgi-alphabet-thai:before{content:"\f15b4"}.hgi-stroke.hgi-amazon:before{content:"\f15b5"}.hgi-stroke.hgi-ambulance:before{content:"\f15b6"}.hgi-stroke.hgi-american-football:before{content:"\f15b7"}.hgi-stroke.hgi-amie:before{content:"\f15b8"}.hgi-stroke.hgi-ammo:before{content:"\f15b9"}.hgi-stroke.hgi-amphora:before{content:"\f15ba"}.hgi-stroke.hgi-ampoule:before{content:"\f15bb"}.hgi-stroke.hgi-analysis-text-link:before{content:"\f15bc"}.hgi-stroke.hgi-analytics-01:before{content:"\f15bd"}.hgi-stroke.hgi-analytics-02:before{content:"\f15be"}.hgi-stroke.hgi-analytics-03:before{content:"\f15bf"}.hgi-stroke.hgi-analytics-down:before{content:"\f15c0"}.hgi-stroke.hgi-analytics-up:before{content:"\f15c1"}.hgi-stroke.hgi-anchor-point:before{content:"\f15c2"}.hgi-stroke.hgi-anchor:before{content:"\f15c3"}.hgi-stroke.hgi-android:before{content:"\f15c4"}.hgi-stroke.hgi-angel:before{content:"\f15c5"}.hgi-stroke.hgi-angle-01:before{content:"\f15c6"}.hgi-stroke.hgi-angle:before{content:"\f15c7"}.hgi-stroke.hgi-angry-bird:before{content:"\f15c8"}.hgi-stroke.hgi-angry:before{content:"\f15c9"}.hgi-stroke.hgi-anonymous:before{content:"\f15ca"}.hgi-stroke.hgi-anvil:before{content:"\f15cb"}.hgi-stroke.hgi-apartment:before{content:"\f15cc"}.hgi-stroke.hgi-api-gateway:before{content:"\f15cd"}.hgi-stroke.hgi-api:before{content:"\f15ce"}.hgi-stroke.hgi-app-store:before{content:"\f15cf"}.hgi-stroke.hgi-apple-01:before{content:"\f15d0"}.hgi-stroke.hgi-apple-finder:before{content:"\f15d1"}.hgi-stroke.hgi-apple-intelligence:before{content:"\f15d2"}.hgi-stroke.hgi-apple-music:before{content:"\f15d3"}.hgi-stroke.hgi-apple-news:before{content:"\f15d4"}.hgi-stroke.hgi-apple-pie:before{content:"\f15d5"}.hgi-stroke.hgi-apple-reminder:before{content:"\f15d6"}.hgi-stroke.hgi-apple-stocks:before{content:"\f15d7"}.hgi-stroke.hgi-apple-vision-pro:before{content:"\f15d8"}.hgi-stroke.hgi-apple:before{content:"\f15d9"}.hgi-stroke.hgi-appointment-01:before{content:"\f15da"}.hgi-stroke.hgi-appointment-02:before{content:"\f15db"}.hgi-stroke.hgi-approximately-equal-circle:before{content:"\f15dc"}.hgi-stroke.hgi-approximately-equal-square:before{content:"\f15dd"}.hgi-stroke.hgi-approximately-equal:before{content:"\f15de"}.hgi-stroke.hgi-apricot:before{content:"\f15df"}.hgi-stroke.hgi-apron:before{content:"\f15e0"}.hgi-stroke.hgi-arc-browser:before{content:"\f15e1"}.hgi-stroke.hgi-archer:before{content:"\f15e2"}.hgi-stroke.hgi-archive-01:before{content:"\f15e3"}.hgi-stroke.hgi-archive-02:before{content:"\f15e4"}.hgi-stroke.hgi-archive-03:before{content:"\f15e5"}.hgi-stroke.hgi-archive-04:before{content:"\f15e6"}.hgi-stroke.hgi-archive-arrow-down:before{content:"\f15e7"}.hgi-stroke.hgi-archive-arrow-up:before{content:"\f15e8"}.hgi-stroke.hgi-archive-off-03:before{content:"\f15e9"}.hgi-stroke.hgi-archive-off-04:before{content:"\f15ea"}.hgi-stroke.hgi-archive-restore:before{content:"\f15eb"}.hgi-stroke.hgi-archive:before{content:"\f15ec"}.hgi-stroke.hgi-armored-boot:before{content:"\f15ed"}.hgi-stroke.hgi-arrange-by-letters-a-z:before{content:"\f15ee"}.hgi-stroke.hgi-arrange-by-letters-z-a:before{content:"\f15ef"}.hgi-stroke.hgi-arrange-by-numbers-nine-1:before{content:"\f15f0"}.hgi-stroke.hgi-arrange-by-numbers-one-9:before{content:"\f15f1"}.hgi-stroke.hgi-arrange:before{content:"\f15f2"}.hgi-stroke.hgi-arrow-all-direction:before{content:"\f15f3"}.hgi-stroke.hgi-arrow-big-down-dash:before{content:"\f15f4"}.hgi-stroke.hgi-arrow-big-left-dash:before{content:"\f15f5"}.hgi-stroke.hgi-arrow-big-right-dash:before{content:"\f15f6"}.hgi-stroke.hgi-arrow-big-up-dash:before{content:"\f15f7"}.hgi-stroke.hgi-arrow-data-transfer-diagonal:before{content:"\f15f8"}.hgi-stroke.hgi-arrow-data-transfer-horizontal:before{content:"\f15f9"}.hgi-stroke.hgi-arrow-data-transfer-vertical:before{content:"\f15fa"}.hgi-stroke.hgi-arrow-diagonal:before{content:"\f15fb"}.hgi-stroke.hgi-arrow-down-01:before{content:"\f15fc"}.hgi-stroke.hgi-arrow-down-02:before{content:"\f15fd"}.hgi-stroke.hgi-arrow-down-03:before{content:"\f15fe"}.hgi-stroke.hgi-arrow-down-04:before{content:"\f15ff"}.hgi-stroke.hgi-arrow-down-05:before{content:"\f1600"}.hgi-stroke.hgi-arrow-down-a-z:before{content:"\f1601"}.hgi-stroke.hgi-arrow-down-big:before{content:"\f1602"}.hgi-stroke.hgi-arrow-down-double:before{content:"\f1603"}.hgi-stroke.hgi-arrow-down-from-line:before{content:"\f1604"}.hgi-stroke.hgi-arrow-down-left-01:before{content:"\f1605"}.hgi-stroke.hgi-arrow-down-left-02:before{content:"\f1606"}.hgi-stroke.hgi-arrow-down-one-0:before{content:"\f1607"}.hgi-stroke.hgi-arrow-down-right-01:before{content:"\f1608"}.hgi-stroke.hgi-arrow-down-right-02:before{content:"\f1609"}.hgi-stroke.hgi-arrow-down-to-dot:before{content:"\f160a"}.hgi-stroke.hgi-arrow-down-zero-1:before{content:"\f160b"}.hgi-stroke.hgi-arrow-expand-01:before{content:"\f160c"}.hgi-stroke.hgi-arrow-expand-02:before{content:"\f160d"}.hgi-stroke.hgi-arrow-expand-diagonal-01:before{content:"\f160e"}.hgi-stroke.hgi-arrow-expand-diagonal-02:before{content:"\f160f"}.hgi-stroke.hgi-arrow-expand:before{content:"\f1610"}.hgi-stroke.hgi-arrow-horizontal:before{content:"\f1611"}.hgi-stroke.hgi-arrow-left-01:before{content:"\f1612"}.hgi-stroke.hgi-arrow-left-02:before{content:"\f1613"}.hgi-stroke.hgi-arrow-left-03:before{content:"\f1614"}.hgi-stroke.hgi-arrow-left-04:before{content:"\f1615"}.hgi-stroke.hgi-arrow-left-05:before{content:"\f1616"}.hgi-stroke.hgi-arrow-left-big:before{content:"\f1617"}.hgi-stroke.hgi-arrow-left-double:before{content:"\f1618"}.hgi-stroke.hgi-arrow-left-from-line:before{content:"\f1619"}.hgi-stroke.hgi-arrow-left-right:before{content:"\f161a"}.hgi-stroke.hgi-arrow-move-down-left:before{content:"\f161b"}.hgi-stroke.hgi-arrow-move-down-right:before{content:"\f161c"}.hgi-stroke.hgi-arrow-move-left-down:before{content:"\f161d"}.hgi-stroke.hgi-arrow-move-right-down:before{content:"\f161e"}.hgi-stroke.hgi-arrow-move-up-left:before{content:"\f161f"}.hgi-stroke.hgi-arrow-move-up-right:before{content:"\f1620"}.hgi-stroke.hgi-arrow-reload-horizontal:before{content:"\f1621"}.hgi-stroke.hgi-arrow-reload-vertical:before{content:"\f1622"}.hgi-stroke.hgi-arrow-right-01:before{content:"\f1623"}.hgi-stroke.hgi-arrow-right-02:before{content:"\f1624"}.hgi-stroke.hgi-arrow-right-03:before{content:"\f1625"}.hgi-stroke.hgi-arrow-right-04:before{content:"\f1626"}.hgi-stroke.hgi-arrow-right-05:before{content:"\f1627"}.hgi-stroke.hgi-arrow-right-big:before{content:"\f1628"}.hgi-stroke.hgi-arrow-right-double:before{content:"\f1629"}.hgi-stroke.hgi-arrow-right-from-line:before{content:"\f162a"}.hgi-stroke.hgi-arrow-shrink-01:before{content:"\f162b"}.hgi-stroke.hgi-arrow-shrink-02:before{content:"\f162c"}.hgi-stroke.hgi-arrow-shrink:before{content:"\f162d"}.hgi-stroke.hgi-arrow-turn-backward:before{content:"\f162e"}.hgi-stroke.hgi-arrow-turn-down:before{content:"\f162f"}.hgi-stroke.hgi-arrow-turn-forward:before{content:"\f1630"}.hgi-stroke.hgi-arrow-turn-up:before{content:"\f1631"}.hgi-stroke.hgi-arrow-up-01:before{content:"\f1632"}.hgi-stroke.hgi-arrow-up-02:before{content:"\f1633"}.hgi-stroke.hgi-arrow-up-03:before{content:"\f1634"}.hgi-stroke.hgi-arrow-up-04:before{content:"\f1635"}.hgi-stroke.hgi-arrow-up-05:before{content:"\f1636"}.hgi-stroke.hgi-arrow-up-big:before{content:"\f1637"}.hgi-stroke.hgi-arrow-up-double:before{content:"\f1638"}.hgi-stroke.hgi-arrow-up-down:before{content:"\f1639"}.hgi-stroke.hgi-arrow-up-from-dot:before{content:"\f163a"}.hgi-stroke.hgi-arrow-up-from-line:before{content:"\f163b"}.hgi-stroke.hgi-arrow-up-left-01:before{content:"\f163c"}.hgi-stroke.hgi-arrow-up-left-02:before{content:"\f163d"}.hgi-stroke.hgi-arrow-up-narrow-wide:before{content:"\f163e"}.hgi-stroke.hgi-arrow-up-one-0:before{content:"\f163f"}.hgi-stroke.hgi-arrow-up-right-01:before{content:"\f1640"}.hgi-stroke.hgi-arrow-up-right-02:before{content:"\f1641"}.hgi-stroke.hgi-arrow-up-right-stack:before{content:"\f1642"}.hgi-stroke.hgi-arrow-up-wide-narrow:before{content:"\f1643"}.hgi-stroke.hgi-arrow-up-z-a:before{content:"\f1644"}.hgi-stroke.hgi-arrow-up-zero-1:before{content:"\f1645"}.hgi-stroke.hgi-arrow-vertical:before{content:"\f1646"}.hgi-stroke.hgi-artboard-tool:before{content:"\f1647"}.hgi-stroke.hgi-artboard:before{content:"\f1648"}.hgi-stroke.hgi-artificial-intelligence-01:before{content:"\f1649"}.hgi-stroke.hgi-artificial-intelligence-02:before{content:"\f164a"}.hgi-stroke.hgi-artificial-intelligence-03:before{content:"\f164b"}.hgi-stroke.hgi-artificial-intelligence-04:before{content:"\f164c"}.hgi-stroke.hgi-artificial-intelligence-05:before{content:"\f164d"}.hgi-stroke.hgi-artificial-intelligence-06:before{content:"\f164e"}.hgi-stroke.hgi-artificial-intelligence-07:before{content:"\f164f"}.hgi-stroke.hgi-artificial-intelligence-08:before{content:"\f1650"}.hgi-stroke.hgi-aspect-ratio:before{content:"\f1651"}.hgi-stroke.hgi-assignments:before{content:"\f1652"}.hgi-stroke.hgi-asterisk-02:before{content:"\f1653"}.hgi-stroke.hgi-asterisk:before{content:"\f1654"}.hgi-stroke.hgi-asteroid-01:before{content:"\f1655"}.hgi-stroke.hgi-asteroid-02:before{content:"\f1656"}.hgi-stroke.hgi-astronaut-01:before{content:"\f1657"}.hgi-stroke.hgi-astronaut-02:before{content:"\f1658"}.hgi-stroke.hgi-at:before{content:"\f1659"}.hgi-stroke.hgi-atm-01:before{content:"\f165a"}.hgi-stroke.hgi-atm-02:before{content:"\f165b"}.hgi-stroke.hgi-atom-01:before{content:"\f165c"}.hgi-stroke.hgi-atom-02:before{content:"\f165d"}.hgi-stroke.hgi-atomic-power:before{content:"\f165e"}.hgi-stroke.hgi-attachment-01:before{content:"\f165f"}.hgi-stroke.hgi-attachment-02:before{content:"\f1660"}.hgi-stroke.hgi-attachment-circle:before{content:"\f1661"}.hgi-stroke.hgi-attachment-square:before{content:"\f1662"}.hgi-stroke.hgi-attachment:before{content:"\f1663"}.hgi-stroke.hgi-auction:before{content:"\f1664"}.hgi-stroke.hgi-audio-book-01:before{content:"\f1665"}.hgi-stroke.hgi-audio-book-02:before{content:"\f1666"}.hgi-stroke.hgi-audio-book-03:before{content:"\f1667"}.hgi-stroke.hgi-audio-book-04:before{content:"\f1668"}.hgi-stroke.hgi-audio-wave-01:before{content:"\f1669"}.hgi-stroke.hgi-audio-wave-02:before{content:"\f166a"}.hgi-stroke.hgi-audit-01:before{content:"\f166b"}.hgi-stroke.hgi-audit-02:before{content:"\f166c"}.hgi-stroke.hgi-augmented-reality-ar:before{content:"\f166d"}.hgi-stroke.hgi-authorized:before{content:"\f166e"}.hgi-stroke.hgi-auto-conversations:before{content:"\f166f"}.hgi-stroke.hgi-automotive-battery-01:before{content:"\f1670"}.hgi-stroke.hgi-automotive-battery-02:before{content:"\f1671"}.hgi-stroke.hgi-avalanche:before{content:"\f1672"}.hgi-stroke.hgi-avocado:before{content:"\f1673"}.hgi-stroke.hgi-award-01:before{content:"\f1674"}.hgi-stroke.hgi-award-02:before{content:"\f1675"}.hgi-stroke.hgi-award-03:before{content:"\f1676"}.hgi-stroke.hgi-award-04:before{content:"\f1677"}.hgi-stroke.hgi-award-05:before{content:"\f1678"}.hgi-stroke.hgi-aws-lambda:before{content:"\f1679"}.hgi-stroke.hgi-axe:before{content:"\f167a"}.hgi-stroke.hgi-axis-three-d:before{content:"\f167b"}.hgi-stroke.hgi-b-baby-01:before{content:"\f167c"}.hgi-stroke.hgi-b-baby-02:before{content:"\f167d"}.hgi-stroke.hgi-b-backpack-02:before{content:"\f167e"}.hgi-stroke.hgi-b-bacteria:before{content:"\f167f"}.hgi-stroke.hgi-b-bank:before{content:"\f1680"}.hgi-stroke.hgi-b-bar-code-01:before{content:"\f1681"}.hgi-stroke.hgi-b-barns:before{content:"\f1682"}.hgi-stroke.hgi-b-beach:before{content:"\f1683"}.hgi-stroke.hgi-b-beater:before{content:"\f1684"}.hgi-stroke.hgi-b-belt:before{content:"\f1685"}.hgi-stroke.hgi-b-berlin-tower:before{content:"\f1686"}.hgi-stroke.hgi-b-biometric-device:before{content:"\f1687"}.hgi-stroke.hgi-b-biscuit:before{content:"\f1688"}.hgi-stroke.hgi-b-bitcoin-key:before{content:"\f1689"}.hgi-stroke.hgi-b-bitcoin-piggy-bank:before{content:"\f168a"}.hgi-stroke.hgi-b-bitcoin-smartphone-01:before{content:"\f168b"}.hgi-stroke.hgi-b-bitcoin-smartphone-02:before{content:"\f168c"}.hgi-stroke.hgi-b-bluetooth:before{content:"\f168d"}.hgi-stroke.hgi-b-borobudur:before{content:"\f168e"}.hgi-stroke.hgi-b-bot:before{content:"\f168f"}.hgi-stroke.hgi-b-bowling-ball:before{content:"\f1690"}.hgi-stroke.hgi-b-briefcase-06:before{content:"\f1691"}.hgi-stroke.hgi-b-browser:before{content:"\f1692"}.hgi-stroke.hgi-b-bubble-chat-notification:before{content:"\f1693"}.hgi-stroke.hgi-b-bubble-chat-preview:before{content:"\f1694"}.hgi-stroke.hgi-b-bubble-chat-question:before{content:"\f1695"}.hgi-stroke.hgi-b-bubble-chat-spark-01:before{content:"\f1696"}.hgi-stroke.hgi-b-bubble-chat:before{content:"\f1697"}.hgi-stroke.hgi-b-bubble-tea-01:before{content:"\f1698"}.hgi-stroke.hgi-b-bubble-tea-02:before{content:"\f1699"}.hgi-stroke.hgi-baby-01:before{content:"\f169a"}.hgi-stroke.hgi-baby-02:before{content:"\f169b"}.hgi-stroke.hgi-baby-bed-01:before{content:"\f169c"}.hgi-stroke.hgi-baby-bed-02:before{content:"\f169d"}.hgi-stroke.hgi-baby-bottle:before{content:"\f169e"}.hgi-stroke.hgi-baby-boy-dress:before{content:"\f169f"}.hgi-stroke.hgi-baby-girl-dress:before{content:"\f16a0"}.hgi-stroke.hgi-back-muscle-body:before{content:"\f16a1"}.hgi-stroke.hgi-background:before{content:"\f16a2"}.hgi-stroke.hgi-backpack-01:before{content:"\f16a3"}.hgi-stroke.hgi-backpack-02:before{content:"\f16a4"}.hgi-stroke.hgi-backpack-03:before{content:"\f16a5"}.hgi-stroke.hgi-backward-01:before{content:"\f16a6"}.hgi-stroke.hgi-backward-02:before{content:"\f16a7"}.hgi-stroke.hgi-bacteria:before{content:"\f16a8"}.hgi-stroke.hgi-badge-alert:before{content:"\f16a9"}.hgi-stroke.hgi-badge-cent:before{content:"\f16aa"}.hgi-stroke.hgi-badge-dollar-sign:before{content:"\f16ab"}.hgi-stroke.hgi-badge-euro:before{content:"\f16ac"}.hgi-stroke.hgi-badge-indian-rupee:before{content:"\f16ad"}.hgi-stroke.hgi-badge-info:before{content:"\f16ae"}.hgi-stroke.hgi-badge-japanese-yen:before{content:"\f16af"}.hgi-stroke.hgi-badge-percent:before{content:"\f16b0"}.hgi-stroke.hgi-badge-pound-sterling:before{content:"\f16b1"}.hgi-stroke.hgi-badge-russian-ruble:before{content:"\f16b2"}.hgi-stroke.hgi-badge-swiss-franc:before{content:"\f16b3"}.hgi-stroke.hgi-badge-turkish-lira:before{content:"\f16b4"}.hgi-stroke.hgi-badge:before{content:"\f16b5"}.hgi-stroke.hgi-badminton-shuttle:before{content:"\f16b6"}.hgi-stroke.hgi-badminton:before{content:"\f16b7"}.hgi-stroke.hgi-balance-scale:before{content:"\f16b8"}.hgi-stroke.hgi-balloons:before{content:"\f16b9"}.hgi-stroke.hgi-banana:before{content:"\f16ba"}.hgi-stroke.hgi-bandage:before{content:"\f16bb"}.hgi-stroke.hgi-bank:before{content:"\f16bc"}.hgi-stroke.hgi-bar-chart-horizontal:before{content:"\f16bd"}.hgi-stroke.hgi-bar-chart:before{content:"\f16be"}.hgi-stroke.hgi-bar-code-01:before{content:"\f16bf"}.hgi-stroke.hgi-bar-code-02:before{content:"\f16c0"}.hgi-stroke.hgi-barcode-scan:before{content:"\f16c1"}.hgi-stroke.hgi-barns:before{content:"\f16c2"}.hgi-stroke.hgi-barrel:before{content:"\f16c3"}.hgi-stroke.hgi-baseball-bat:before{content:"\f16c4"}.hgi-stroke.hgi-baseball-helmet:before{content:"\f16c5"}.hgi-stroke.hgi-baseball:before{content:"\f16c6"}.hgi-stroke.hgi-bash:before{content:"\f16c7"}.hgi-stroke.hgi-basketball-01:before{content:"\f16c8"}.hgi-stroke.hgi-basketball-02:before{content:"\f16c9"}.hgi-stroke.hgi-basketball-hoop:before{content:"\f16ca"}.hgi-stroke.hgi-bathtub-01:before{content:"\f16cb"}.hgi-stroke.hgi-bathtub-02:before{content:"\f16cc"}.hgi-stroke.hgi-batteries-energy:before{content:"\f16cd"}.hgi-stroke.hgi-battery-charging-01:before{content:"\f16ce"}.hgi-stroke.hgi-battery-charging-02:before{content:"\f16cf"}.hgi-stroke.hgi-battery-eco-charging:before{content:"\f16d0"}.hgi-stroke.hgi-battery-empty:before{content:"\f16d1"}.hgi-stroke.hgi-battery-full:before{content:"\f16d2"}.hgi-stroke.hgi-battery-low:before{content:"\f16d3"}.hgi-stroke.hgi-battery-medium-01:before{content:"\f16d4"}.hgi-stroke.hgi-battery-medium-02:before{content:"\f16d5"}.hgi-stroke.hgi-battery-plus:before{content:"\f16d6"}.hgi-stroke.hgi-battery-warning:before{content:"\f16d7"}.hgi-stroke.hgi-bbq-grill:before{content:"\f16d8"}.hgi-stroke.hgi-beach-02:before{content:"\f16d9"}.hgi-stroke.hgi-beach:before{content:"\f16da"}.hgi-stroke.hgi-bean-off:before{content:"\f16db"}.hgi-stroke.hgi-bean:before{content:"\f16dc"}.hgi-stroke.hgi-beater:before{content:"\f16dd"}.hgi-stroke.hgi-bebo:before{content:"\f16de"}.hgi-stroke.hgi-bed-bunk:before{content:"\f16df"}.hgi-stroke.hgi-bed-double:before{content:"\f16e0"}.hgi-stroke.hgi-bed-single-01:before{content:"\f16e1"}.hgi-stroke.hgi-bed-single-02:before{content:"\f16e2"}.hgi-stroke.hgi-bed:before{content:"\f16e3"}.hgi-stroke.hgi-bedug-01:before{content:"\f16e4"}.hgi-stroke.hgi-bedug-02:before{content:"\f16e5"}.hgi-stroke.hgi-beef:before{content:"\f16e6"}.hgi-stroke.hgi-behance-01:before{content:"\f16e7"}.hgi-stroke.hgi-behance-02:before{content:"\f16e8"}.hgi-stroke.hgi-bell-dot:before{content:"\f16e9"}.hgi-stroke.hgi-bell-electric:before{content:"\f16ea"}.hgi-stroke.hgi-belt:before{content:"\f16eb"}.hgi-stroke.hgi-bend-tool:before{content:"\f16ec"}.hgi-stroke.hgi-berlin-tower:before{content:"\f16ed"}.hgi-stroke.hgi-berlin:before{content:"\f16ee"}.hgi-stroke.hgi-beta:before{content:"\f16ef"}.hgi-stroke.hgi-between-horizontal-end:before{content:"\f16f0"}.hgi-stroke.hgi-between-vertical-end:before{content:"\f16f1"}.hgi-stroke.hgi-bicycle-01:before{content:"\f16f2"}.hgi-stroke.hgi-bicycle:before{content:"\f16f3"}.hgi-stroke.hgi-billiard-01:before{content:"\f16f4"}.hgi-stroke.hgi-billiard-02:before{content:"\f16f5"}.hgi-stroke.hgi-binary-code:before{content:"\f16f6"}.hgi-stroke.hgi-bing:before{content:"\f16f7"}.hgi-stroke.hgi-binoculars:before{content:"\f16f8"}.hgi-stroke.hgi-bio-energy:before{content:"\f16f9"}.hgi-stroke.hgi-biohazard:before{content:"\f16fa"}.hgi-stroke.hgi-biomass-energy:before{content:"\f16fb"}.hgi-stroke.hgi-biometric-access:before{content:"\f16fc"}.hgi-stroke.hgi-biometric-device:before{content:"\f16fd"}.hgi-stroke.hgi-bird:before{content:"\f16fe"}.hgi-stroke.hgi-birdhouse:before{content:"\f16ff"}.hgi-stroke.hgi-birthday-cake:before{content:"\f1700"}.hgi-stroke.hgi-biscuit:before{content:"\f1701"}.hgi-stroke.hgi-bitcoin-01:before{content:"\f1702"}.hgi-stroke.hgi-bitcoin-02:before{content:"\f1703"}.hgi-stroke.hgi-bitcoin-03:before{content:"\f1704"}.hgi-stroke.hgi-bitcoin-04:before{content:"\f1705"}.hgi-stroke.hgi-bitcoin-bag:before{content:"\f1706"}.hgi-stroke.hgi-bitcoin-circle:before{content:"\f1707"}.hgi-stroke.hgi-bitcoin-cloud:before{content:"\f1708"}.hgi-stroke.hgi-bitcoin-cpu:before{content:"\f1709"}.hgi-stroke.hgi-bitcoin-credit-card:before{content:"\f170a"}.hgi-stroke.hgi-bitcoin-database:before{content:"\f170b"}.hgi-stroke.hgi-bitcoin-down-01:before{content:"\f170c"}.hgi-stroke.hgi-bitcoin-down-02:before{content:"\f170d"}.hgi-stroke.hgi-bitcoin-ellipse:before{content:"\f170e"}.hgi-stroke.hgi-bitcoin-eye:before{content:"\f170f"}.hgi-stroke.hgi-bitcoin-filter:before{content:"\f1710"}.hgi-stroke.hgi-bitcoin-flashdisk:before{content:"\f1711"}.hgi-stroke.hgi-bitcoin-graph:before{content:"\f1712"}.hgi-stroke.hgi-bitcoin-invoice:before{content:"\f1713"}.hgi-stroke.hgi-bitcoin-key:before{content:"\f1714"}.hgi-stroke.hgi-bitcoin-location:before{content:"\f1715"}.hgi-stroke.hgi-bitcoin-lock:before{content:"\f1716"}.hgi-stroke.hgi-bitcoin-mail:before{content:"\f1717"}.hgi-stroke.hgi-bitcoin-mind:before{content:"\f1718"}.hgi-stroke.hgi-bitcoin-money-01:before{content:"\f1719"}.hgi-stroke.hgi-bitcoin-money-02:before{content:"\f171a"}.hgi-stroke.hgi-bitcoin-pie-chart:before{content:"\f171b"}.hgi-stroke.hgi-bitcoin-piggy-bank:before{content:"\f171c"}.hgi-stroke.hgi-bitcoin-presentation:before{content:"\f171d"}.hgi-stroke.hgi-bitcoin-receipt:before{content:"\f171e"}.hgi-stroke.hgi-bitcoin-receive:before{content:"\f171f"}.hgi-stroke.hgi-bitcoin-rectangle:before{content:"\f1720"}.hgi-stroke.hgi-bitcoin-safe:before{content:"\f1721"}.hgi-stroke.hgi-bitcoin-search:before{content:"\f1722"}.hgi-stroke.hgi-bitcoin-send:before{content:"\f1723"}.hgi-stroke.hgi-bitcoin-setting:before{content:"\f1724"}.hgi-stroke.hgi-bitcoin-shield:before{content:"\f1725"}.hgi-stroke.hgi-bitcoin-shopping:before{content:"\f1726"}.hgi-stroke.hgi-bitcoin-smartphone-01:before{content:"\f1727"}.hgi-stroke.hgi-bitcoin-smartphone-02:before{content:"\f1728"}.hgi-stroke.hgi-bitcoin-square:before{content:"\f1729"}.hgi-stroke.hgi-bitcoin-store:before{content:"\f172a"}.hgi-stroke.hgi-bitcoin-tag:before{content:"\f172b"}.hgi-stroke.hgi-bitcoin-target:before{content:"\f172c"}.hgi-stroke.hgi-bitcoin-transaction:before{content:"\f172d"}.hgi-stroke.hgi-bitcoin-up-01:before{content:"\f172e"}.hgi-stroke.hgi-bitcoin-up-02:before{content:"\f172f"}.hgi-stroke.hgi-bitcoin-wallet:before{content:"\f1730"}.hgi-stroke.hgi-bitcoin-withdraw:before{content:"\f1731"}.hgi-stroke.hgi-bitcoin:before{content:"\f1732"}.hgi-stroke.hgi-black-hole-01:before{content:"\f1733"}.hgi-stroke.hgi-black-hole:before{content:"\f1734"}.hgi-stroke.hgi-blend:before{content:"\f1735"}.hgi-stroke.hgi-blender:before{content:"\f1736"}.hgi-stroke.hgi-blinds:before{content:"\f1737"}.hgi-stroke.hgi-block-game:before{content:"\f1738"}.hgi-stroke.hgi-blockchain-01:before{content:"\f1739"}.hgi-stroke.hgi-blockchain-02:before{content:"\f173a"}.hgi-stroke.hgi-blockchain-03:before{content:"\f173b"}.hgi-stroke.hgi-blockchain-04:before{content:"\f173c"}.hgi-stroke.hgi-blockchain-05:before{content:"\f173d"}.hgi-stroke.hgi-blockchain-06:before{content:"\f173e"}.hgi-stroke.hgi-blockchain-07:before{content:"\f173f"}.hgi-stroke.hgi-blocked:before{content:"\f1740"}.hgi-stroke.hgi-blogger:before{content:"\f1741"}.hgi-stroke.hgi-blood-bag:before{content:"\f1742"}.hgi-stroke.hgi-blood-bottle:before{content:"\f1743"}.hgi-stroke.hgi-blood-pressure:before{content:"\f1744"}.hgi-stroke.hgi-blood-type:before{content:"\f1745"}.hgi-stroke.hgi-blood:before{content:"\f1746"}.hgi-stroke.hgi-bluesky:before{content:"\f1747"}.hgi-stroke.hgi-bluetooth-circle:before{content:"\f1748"}.hgi-stroke.hgi-bluetooth-not-connected:before{content:"\f1749"}.hgi-stroke.hgi-bluetooth-search:before{content:"\f174a"}.hgi-stroke.hgi-bluetooth-square:before{content:"\f174b"}.hgi-stroke.hgi-bluetooth:before{content:"\f174c"}.hgi-stroke.hgi-blur:before{content:"\f174d"}.hgi-stroke.hgi-blush-brush-01:before{content:"\f174e"}.hgi-stroke.hgi-blush-brush-02:before{content:"\f174f"}.hgi-stroke.hgi-board-math:before{content:"\f1750"}.hgi-stroke.hgi-boat:before{content:"\f1751"}.hgi-stroke.hgi-body-armor:before{content:"\f1752"}.hgi-stroke.hgi-body-part-leg:before{content:"\f1753"}.hgi-stroke.hgi-body-part-muscle:before{content:"\f1754"}.hgi-stroke.hgi-body-part-six-pack:before{content:"\f1755"}.hgi-stroke.hgi-body-soap:before{content:"\f1756"}.hgi-stroke.hgi-body-weight:before{content:"\f1757"}.hgi-stroke.hgi-bomb:before{content:"\f1758"}.hgi-stroke.hgi-bone-01:before{content:"\f1759"}.hgi-stroke.hgi-bone-02:before{content:"\f175a"}.hgi-stroke.hgi-book-01:before{content:"\f175b"}.hgi-stroke.hgi-book-02:before{content:"\f175c"}.hgi-stroke.hgi-book-03:before{content:"\f175d"}.hgi-stroke.hgi-book-04:before{content:"\f175e"}.hgi-stroke.hgi-book-a:before{content:"\f175f"}.hgi-stroke.hgi-book-alert:before{content:"\f1760"}.hgi-stroke.hgi-book-bookmark-01:before{content:"\f1761"}.hgi-stroke.hgi-book-bookmark-02:before{content:"\f1762"}.hgi-stroke.hgi-book-check:before{content:"\f1763"}.hgi-stroke.hgi-book-copy:before{content:"\f1764"}.hgi-stroke.hgi-book-dashed:before{content:"\f1765"}.hgi-stroke.hgi-book-download:before{content:"\f1766"}.hgi-stroke.hgi-book-edit:before{content:"\f1767"}.hgi-stroke.hgi-book-heart:before{content:"\f1768"}.hgi-stroke.hgi-book-image:before{content:"\f1769"}.hgi-stroke.hgi-book-key:before{content:"\f176a"}.hgi-stroke.hgi-book-lock:before{content:"\f176b"}.hgi-stroke.hgi-book-minus:before{content:"\f176c"}.hgi-stroke.hgi-book-open-01:before{content:"\f176d"}.hgi-stroke.hgi-book-open-02:before{content:"\f176e"}.hgi-stroke.hgi-book-open-check:before{content:"\f176f"}.hgi-stroke.hgi-book-open-text:before{content:"\f1770"}.hgi-stroke.hgi-book-plus:before{content:"\f1771"}.hgi-stroke.hgi-book-search:before{content:"\f1772"}.hgi-stroke.hgi-book-type:before{content:"\f1773"}.hgi-stroke.hgi-book-up-2:before{content:"\f1774"}.hgi-stroke.hgi-book-upload:before{content:"\f1775"}.hgi-stroke.hgi-book-user:before{content:"\f1776"}.hgi-stroke.hgi-book-x:before{content:"\f1777"}.hgi-stroke.hgi-bookmark-01:before{content:"\f1778"}.hgi-stroke.hgi-bookmark-02:before{content:"\f1779"}.hgi-stroke.hgi-bookmark-03:before{content:"\f177a"}.hgi-stroke.hgi-bookmark-add-01:before{content:"\f177b"}.hgi-stroke.hgi-bookmark-add-02:before{content:"\f177c"}.hgi-stroke.hgi-bookmark-block-01:before{content:"\f177d"}.hgi-stroke.hgi-bookmark-block-02:before{content:"\f177e"}.hgi-stroke.hgi-bookmark-check-01:before{content:"\f177f"}.hgi-stroke.hgi-bookmark-check-02:before{content:"\f1780"}.hgi-stroke.hgi-bookmark-minus-01:before{content:"\f1781"}.hgi-stroke.hgi-bookmark-minus-02:before{content:"\f1782"}.hgi-stroke.hgi-bookmark-off-01:before{content:"\f1783"}.hgi-stroke.hgi-bookmark-off-02:before{content:"\f1784"}.hgi-stroke.hgi-bookmark-remove-01:before{content:"\f1785"}.hgi-stroke.hgi-bookmark-remove-02:before{content:"\f1786"}.hgi-stroke.hgi-books-01:before{content:"\f1787"}.hgi-stroke.hgi-books-02:before{content:"\f1788"}.hgi-stroke.hgi-bookshelf-01:before{content:"\f1789"}.hgi-stroke.hgi-bookshelf-02:before{content:"\f178a"}.hgi-stroke.hgi-bookshelf-03:before{content:"\f178b"}.hgi-stroke.hgi-boom-box:before{content:"\f178c"}.hgi-stroke.hgi-bootstrap:before{content:"\f178d"}.hgi-stroke.hgi-border-all-01:before{content:"\f178e"}.hgi-stroke.hgi-border-all-02:before{content:"\f178f"}.hgi-stroke.hgi-border-bottom-01:before{content:"\f1790"}.hgi-stroke.hgi-border-bottom-02:before{content:"\f1791"}.hgi-stroke.hgi-border-full:before{content:"\f1792"}.hgi-stroke.hgi-border-horizontal:before{content:"\f1793"}.hgi-stroke.hgi-border-inner:before{content:"\f1794"}.hgi-stroke.hgi-border-left-01:before{content:"\f1795"}.hgi-stroke.hgi-border-left-02:before{content:"\f1796"}.hgi-stroke.hgi-border-none-01:before{content:"\f1797"}.hgi-stroke.hgi-border-none-02:before{content:"\f1798"}.hgi-stroke.hgi-border-right-01:before{content:"\f1799"}.hgi-stroke.hgi-border-right-02:before{content:"\f179a"}.hgi-stroke.hgi-border-top-01:before{content:"\f179b"}.hgi-stroke.hgi-border-top-02:before{content:"\f179c"}.hgi-stroke.hgi-border-vertical:before{content:"\f179d"}.hgi-stroke.hgi-borobudur:before{content:"\f179e"}.hgi-stroke.hgi-bot:before{content:"\f179f"}.hgi-stroke.hgi-bounce-left:before{content:"\f17a0"}.hgi-stroke.hgi-bounce-right:before{content:"\f17a1"}.hgi-stroke.hgi-bounding-box:before{content:"\f17a2"}.hgi-stroke.hgi-bow-tie:before{content:"\f17a3"}.hgi-stroke.hgi-bowling-ball:before{content:"\f17a4"}.hgi-stroke.hgi-bowling-pins:before{content:"\f17a5"}.hgi-stroke.hgi-bowling:before{content:"\f17a6"}.hgi-stroke.hgi-boxer:before{content:"\f17a7"}.hgi-stroke.hgi-boxing-bag:before{content:"\f17a8"}.hgi-stroke.hgi-boxing-glove-01:before{content:"\f17a9"}.hgi-stroke.hgi-boxing-glove:before{content:"\f17aa"}.hgi-stroke.hgi-brain-01:before{content:"\f17ab"}.hgi-stroke.hgi-brain-02:before{content:"\f17ac"}.hgi-stroke.hgi-brain-03:before{content:"\f17ad"}.hgi-stroke.hgi-brain-cog:before{content:"\f17ae"}.hgi-stroke.hgi-brain:before{content:"\f17af"}.hgi-stroke.hgi-brandfetch:before{content:"\f17b0"}.hgi-stroke.hgi-bread-01:before{content:"\f17b1"}.hgi-stroke.hgi-bread-02:before{content:"\f17b2"}.hgi-stroke.hgi-bread-03:before{content:"\f17b3"}.hgi-stroke.hgi-bread-04:before{content:"\f17b4"}.hgi-stroke.hgi-breast-pump:before{content:"\f17b5"}.hgi-stroke.hgi-brick-wall-shield:before{content:"\f17b6"}.hgi-stroke.hgi-brick-wall:before{content:"\f17b7"}.hgi-stroke.hgi-bridge:before{content:"\f17b8"}.hgi-stroke.hgi-briefcase-01:before{content:"\f17b9"}.hgi-stroke.hgi-briefcase-02:before{content:"\f17ba"}.hgi-stroke.hgi-briefcase-03:before{content:"\f17bb"}.hgi-stroke.hgi-briefcase-04:before{content:"\f17bc"}.hgi-stroke.hgi-briefcase-05:before{content:"\f17bd"}.hgi-stroke.hgi-briefcase-06:before{content:"\f17be"}.hgi-stroke.hgi-briefcase-07:before{content:"\f17bf"}.hgi-stroke.hgi-briefcase-08:before{content:"\f17c0"}.hgi-stroke.hgi-briefcase-09:before{content:"\f17c1"}.hgi-stroke.hgi-briefcase-conveyor-belt:before{content:"\f17c2"}.hgi-stroke.hgi-briefcase-dollar:before{content:"\f17c3"}.hgi-stroke.hgi-bring-to-front:before{content:"\f17c4"}.hgi-stroke.hgi-broccoli:before{content:"\f17c5"}.hgi-stroke.hgi-brochure:before{content:"\f17c6"}.hgi-stroke.hgi-broken-bone:before{content:"\f17c7"}.hgi-stroke.hgi-browser:before{content:"\f17c8"}.hgi-stroke.hgi-brush:before{content:"\f17c9"}.hgi-stroke.hgi-bubble-chat-add:before{content:"\f17ca"}.hgi-stroke.hgi-bubble-chat-blocked:before{content:"\f17cb"}.hgi-stroke.hgi-bubble-chat-cancel:before{content:"\f17cc"}.hgi-stroke.hgi-bubble-chat-delay:before{content:"\f17cd"}.hgi-stroke.hgi-bubble-chat-done:before{content:"\f17ce"}.hgi-stroke.hgi-bubble-chat-download-01:before{content:"\f17cf"}.hgi-stroke.hgi-bubble-chat-download-02:before{content:"\f17d0"}.hgi-stroke.hgi-bubble-chat-edit:before{content:"\f17d1"}.hgi-stroke.hgi-bubble-chat-favourite:before{content:"\f17d2"}.hgi-stroke.hgi-bubble-chat-income:before{content:"\f17d3"}.hgi-stroke.hgi-bubble-chat-lock:before{content:"\f17d4"}.hgi-stroke.hgi-bubble-chat-notification:before{content:"\f17d5"}.hgi-stroke.hgi-bubble-chat-outcome:before{content:"\f17d6"}.hgi-stroke.hgi-bubble-chat-preview:before{content:"\f17d7"}.hgi-stroke.hgi-bubble-chat-question:before{content:"\f17d8"}.hgi-stroke.hgi-bubble-chat-search:before{content:"\f17d9"}.hgi-stroke.hgi-bubble-chat-secure:before{content:"\f17da"}.hgi-stroke.hgi-bubble-chat-spark-01:before{content:"\f17db"}.hgi-stroke.hgi-bubble-chat-spark:before{content:"\f17dc"}.hgi-stroke.hgi-bubble-chat-temporary:before{content:"\f17dd"}.hgi-stroke.hgi-bubble-chat-translate:before{content:"\f17de"}.hgi-stroke.hgi-bubble-chat-unlock:before{content:"\f17df"}.hgi-stroke.hgi-bubble-chat-upload:before{content:"\f17e0"}.hgi-stroke.hgi-bubble-chat-user:before{content:"\f17e1"}.hgi-stroke.hgi-bubble-chat:before{content:"\f17e2"}.hgi-stroke.hgi-bubble-tea-01:before{content:"\f17e3"}.hgi-stroke.hgi-bubble-tea-02:before{content:"\f17e4"}.hgi-stroke.hgi-bucket:before{content:"\f17e5"}.hgi-stroke.hgi-bug-01:before{content:"\f17e6"}.hgi-stroke.hgi-bug-02:before{content:"\f17e7"}.hgi-stroke.hgi-bug-off:before{content:"\f17e8"}.hgi-stroke.hgi-bug-play:before{content:"\f17e9"}.hgi-stroke.hgi-building-01:before{content:"\f17ea"}.hgi-stroke.hgi-building-02:before{content:"\f17eb"}.hgi-stroke.hgi-building-03:before{content:"\f17ec"}.hgi-stroke.hgi-building-04:before{content:"\f17ed"}.hgi-stroke.hgi-building-05:before{content:"\f17ee"}.hgi-stroke.hgi-building-06:before{content:"\f17ef"}.hgi-stroke.hgi-bulb-charging:before{content:"\f17f0"}.hgi-stroke.hgi-bulb:before{content:"\f17f1"}.hgi-stroke.hgi-bullet:before{content:"\f17f2"}.hgi-stroke.hgi-bulletproof-vest:before{content:"\f17f3"}.hgi-stroke.hgi-burj-al-arab:before{content:"\f17f4"}.hgi-stroke.hgi-burning-cd:before{content:"\f17f5"}.hgi-stroke.hgi-bus-01:before{content:"\f17f6"}.hgi-stroke.hgi-bus-02:before{content:"\f17f7"}.hgi-stroke.hgi-bus-03:before{content:"\f17f8"}.hgi-stroke.hgi-c-calendar-03:before{content:"\f17f9"}.hgi-stroke.hgi-c-camera-01:before{content:"\f17fa"}.hgi-stroke.hgi-c-camera-03:before{content:"\f17fb"}.hgi-stroke.hgi-c-camera-night-mode-01:before{content:"\f17fc"}.hgi-stroke.hgi-c-camera-off-01:before{content:"\f17fd"}.hgi-stroke.hgi-c-camera-smile-01:before{content:"\f17fe"}.hgi-stroke.hgi-c-camera-smile-02:before{content:"\f17ff"}.hgi-stroke.hgi-c-car-05:before{content:"\f1800"}.hgi-stroke.hgi-c-car-alert:before{content:"\f1801"}.hgi-stroke.hgi-c-car-signal:before{content:"\f1802"}.hgi-stroke.hgi-c-car-time:before{content:"\f1803"}.hgi-stroke.hgi-c-cardiogram-01:before{content:"\f1804"}.hgi-stroke.hgi-c-cctv-camera:before{content:"\f1805"}.hgi-stroke.hgi-c-chart-average:before{content:"\f1806"}.hgi-stroke.hgi-c-chart-maximum:before{content:"\f1807"}.hgi-stroke.hgi-c-chart-medium:before{content:"\f1808"}.hgi-stroke.hgi-c-chart-minimum:before{content:"\f1809"}.hgi-stroke.hgi-c-chart-scatter:before{content:"\f180a"}.hgi-stroke.hgi-c-chart:before{content:"\f180b"}.hgi-stroke.hgi-c-chat-add-01:before{content:"\f180c"}.hgi-stroke.hgi-c-chat-blocked-01:before{content:"\f180d"}.hgi-stroke.hgi-c-chat-cancel-01:before{content:"\f180e"}.hgi-stroke.hgi-c-chat-delay-01:before{content:"\f180f"}.hgi-stroke.hgi-c-chat-done-01:before{content:"\f1810"}.hgi-stroke.hgi-c-chat-download-01:before{content:"\f1811"}.hgi-stroke.hgi-c-chat-edit-01:before{content:"\f1812"}.hgi-stroke.hgi-c-chat-favourite-01:before{content:"\f1813"}.hgi-stroke.hgi-c-chat-feedback:before{content:"\f1814"}.hgi-stroke.hgi-c-chat-income-01:before{content:"\f1815"}.hgi-stroke.hgi-c-chat-lock-01:before{content:"\f1816"}.hgi-stroke.hgi-c-chat-notification:before{content:"\f1817"}.hgi-stroke.hgi-c-chat-outcome-01:before{content:"\f1818"}.hgi-stroke.hgi-c-chat-preview-01:before{content:"\f1819"}.hgi-stroke.hgi-c-chat-preview:before{content:"\f181a"}.hgi-stroke.hgi-c-chat-question-01:before{content:"\f181b"}.hgi-stroke.hgi-c-chat-question:before{content:"\f181c"}.hgi-stroke.hgi-c-chat-search-01:before{content:"\f181d"}.hgi-stroke.hgi-c-chat-secure-01:before{content:"\f181e"}.hgi-stroke.hgi-c-chat-spark-01:before{content:"\f181f"}.hgi-stroke.hgi-c-chat-translate-01:before{content:"\f1820"}.hgi-stroke.hgi-c-chat-unlock-01:before{content:"\f1821"}.hgi-stroke.hgi-c-chat-upload-01:before{content:"\f1822"}.hgi-stroke.hgi-c-chat-user-01:before{content:"\f1823"}.hgi-stroke.hgi-c-chat:before{content:"\f1824"}.hgi-stroke.hgi-c-cheese:before{content:"\f1825"}.hgi-stroke.hgi-c-child:before{content:"\f1826"}.hgi-stroke.hgi-c-church:before{content:"\f1827"}.hgi-stroke.hgi-c-circle-lock-01:before{content:"\f1828"}.hgi-stroke.hgi-c-circle-password:before{content:"\f1829"}.hgi-stroke.hgi-c-circle-unlock-01:before{content:"\f182a"}.hgi-stroke.hgi-c-clean:before{content:"\f182b"}.hgi-stroke.hgi-c-cloud-hailstone:before{content:"\f182c"}.hgi-stroke.hgi-c-cloud-snow:before{content:"\f182d"}.hgi-stroke.hgi-c-code-circle:before{content:"\f182e"}.hgi-stroke.hgi-c-code-square:before{content:"\f182f"}.hgi-stroke.hgi-c-code:before{content:"\f1830"}.hgi-stroke.hgi-c-command-line:before{content:"\f1831"}.hgi-stroke.hgi-c-complaint:before{content:"\f1832"}.hgi-stroke.hgi-c-computer-programming-01:before{content:"\f1833"}.hgi-stroke.hgi-c-computer-programming-02:before{content:"\f1834"}.hgi-stroke.hgi-c-computer-protection:before{content:"\f1835"}.hgi-stroke.hgi-c-computer-terminal-01:before{content:"\f1836"}.hgi-stroke.hgi-c-computer-terminal-02:before{content:"\f1837"}.hgi-stroke.hgi-c-cone-02:before{content:"\f1838"}.hgi-stroke.hgi-c-content-writing:before{content:"\f1839"}.hgi-stroke.hgi-c-cookie:before{content:"\f183a"}.hgi-stroke.hgi-c-coupon-01:before{content:"\f183b"}.hgi-stroke.hgi-c-coupon-02:before{content:"\f183c"}.hgi-stroke.hgi-c-coupon-percent:before{content:"\f183d"}.hgi-stroke.hgi-c-covariate:before{content:"\f183e"}.hgi-stroke.hgi-c-crane:before{content:"\f183f"}.hgi-stroke.hgi-c-creative-market:before{content:"\f1840"}.hgi-stroke.hgi-c-cricket-helmet:before{content:"\f1841"}.hgi-stroke.hgi-c-crown:before{content:"\f1842"}.hgi-stroke.hgi-c-programming:before{content:"\f1843"}.hgi-stroke.hgi-cabinet-01:before{content:"\f1844"}.hgi-stroke.hgi-cabinet-02:before{content:"\f1845"}.hgi-stroke.hgi-cabinet-03:before{content:"\f1846"}.hgi-stroke.hgi-cabinet-04:before{content:"\f1847"}.hgi-stroke.hgi-cable-car:before{content:"\f1848"}.hgi-stroke.hgi-cable:before{content:"\f1849"}.hgi-stroke.hgi-cactus:before{content:"\f184a"}.hgi-stroke.hgi-caduceus:before{content:"\f184b"}.hgi-stroke.hgi-cafe:before{content:"\f184c"}.hgi-stroke.hgi-cake-slice:before{content:"\f184d"}.hgi-stroke.hgi-calculate:before{content:"\f184e"}.hgi-stroke.hgi-calculator-01:before{content:"\f184f"}.hgi-stroke.hgi-calculator:before{content:"\f1850"}.hgi-stroke.hgi-calendar-01:before{content:"\f1851"}.hgi-stroke.hgi-calendar-02:before{content:"\f1852"}.hgi-stroke.hgi-calendar-03:before{content:"\f1853"}.hgi-stroke.hgi-calendar-04:before{content:"\f1854"}.hgi-stroke.hgi-calendar-05:before{content:"\f1855"}.hgi-stroke.hgi-calendar-add-01:before{content:"\f1856"}.hgi-stroke.hgi-calendar-add-02:before{content:"\f1857"}.hgi-stroke.hgi-calendar-analysis:before{content:"\f1858"}.hgi-stroke.hgi-calendar-block-01:before{content:"\f1859"}.hgi-stroke.hgi-calendar-block-02:before{content:"\f185a"}.hgi-stroke.hgi-calendar-check-in-01:before{content:"\f185b"}.hgi-stroke.hgi-calendar-check-in-02:before{content:"\f185c"}.hgi-stroke.hgi-calendar-check-out-01:before{content:"\f185d"}.hgi-stroke.hgi-calendar-check-out-02:before{content:"\f185e"}.hgi-stroke.hgi-calendar-download-01:before{content:"\f185f"}.hgi-stroke.hgi-calendar-download-02:before{content:"\f1860"}.hgi-stroke.hgi-calendar-favorite-01:before{content:"\f1861"}.hgi-stroke.hgi-calendar-favorite-02:before{content:"\f1862"}.hgi-stroke.hgi-calendar-fold:before{content:"\f1863"}.hgi-stroke.hgi-calendar-lock-01:before{content:"\f1864"}.hgi-stroke.hgi-calendar-lock-02:before{content:"\f1865"}.hgi-stroke.hgi-calendar-love-01:before{content:"\f1866"}.hgi-stroke.hgi-calendar-love-02:before{content:"\f1867"}.hgi-stroke.hgi-calendar-minus-01:before{content:"\f1868"}.hgi-stroke.hgi-calendar-minus-02:before{content:"\f1869"}.hgi-stroke.hgi-calendar-mortarboard:before{content:"\f186a"}.hgi-stroke.hgi-calendar-off:before{content:"\f186b"}.hgi-stroke.hgi-calendar-remove-01:before{content:"\f186c"}.hgi-stroke.hgi-calendar-remove-02:before{content:"\f186d"}.hgi-stroke.hgi-calendar-setting-01:before{content:"\f186e"}.hgi-stroke.hgi-calendar-setting-02:before{content:"\f186f"}.hgi-stroke.hgi-calendar-sync:before{content:"\f1870"}.hgi-stroke.hgi-calendar-upload-01:before{content:"\f1871"}.hgi-stroke.hgi-calendar-upload-02:before{content:"\f1872"}.hgi-stroke.hgi-calendar-user:before{content:"\f1873"}.hgi-stroke.hgi-calendars:before{content:"\f1874"}.hgi-stroke.hgi-call-02:before{content:"\f1875"}.hgi-stroke.hgi-call-add-02:before{content:"\f1876"}.hgi-stroke.hgi-call-add:before{content:"\f1877"}.hgi-stroke.hgi-call-blocked-02:before{content:"\f1878"}.hgi-stroke.hgi-call-blocked:before{content:"\f1879"}.hgi-stroke.hgi-call-disabled-02:before{content:"\f187a"}.hgi-stroke.hgi-call-disabled:before{content:"\f187b"}.hgi-stroke.hgi-call-done-02:before{content:"\f187c"}.hgi-stroke.hgi-call-done:before{content:"\f187d"}.hgi-stroke.hgi-call-end-01:before{content:"\f187e"}.hgi-stroke.hgi-call-end-02:before{content:"\f187f"}.hgi-stroke.hgi-call-end-03:before{content:"\f1880"}.hgi-stroke.hgi-call-end-04:before{content:"\f1881"}.hgi-stroke.hgi-call-incoming-01:before{content:"\f1882"}.hgi-stroke.hgi-call-incoming-02:before{content:"\f1883"}.hgi-stroke.hgi-call-incoming-03:before{content:"\f1884"}.hgi-stroke.hgi-call-incoming-04:before{content:"\f1885"}.hgi-stroke.hgi-call-internal-02:before{content:"\f1886"}.hgi-stroke.hgi-call-internal:before{content:"\f1887"}.hgi-stroke.hgi-call-locked-02:before{content:"\f1888"}.hgi-stroke.hgi-call-locked:before{content:"\f1889"}.hgi-stroke.hgi-call-minus-02:before{content:"\f188a"}.hgi-stroke.hgi-call-minus:before{content:"\f188b"}.hgi-stroke.hgi-call-missed-01:before{content:"\f188c"}.hgi-stroke.hgi-call-missed-02:before{content:"\f188d"}.hgi-stroke.hgi-call-missed-03:before{content:"\f188e"}.hgi-stroke.hgi-call-missed-04:before{content:"\f188f"}.hgi-stroke.hgi-call-outgoing-01:before{content:"\f1890"}.hgi-stroke.hgi-call-outgoing-02:before{content:"\f1891"}.hgi-stroke.hgi-call-outgoing-03:before{content:"\f1892"}.hgi-stroke.hgi-call-outgoing-04:before{content:"\f1893"}.hgi-stroke.hgi-call-paused-02:before{content:"\f1894"}.hgi-stroke.hgi-call-paused:before{content:"\f1895"}.hgi-stroke.hgi-call-received-02:before{content:"\f1896"}.hgi-stroke.hgi-call-received:before{content:"\f1897"}.hgi-stroke.hgi-call-ringing-01:before{content:"\f1898"}.hgi-stroke.hgi-call-ringing-02:before{content:"\f1899"}.hgi-stroke.hgi-call-ringing-03:before{content:"\f189a"}.hgi-stroke.hgi-call-ringing-04:before{content:"\f189b"}.hgi-stroke.hgi-call-spark-01:before{content:"\f189c"}.hgi-stroke.hgi-call-spark-02:before{content:"\f189d"}.hgi-stroke.hgi-call-unlocked-02:before{content:"\f189e"}.hgi-stroke.hgi-call-unlocked:before{content:"\f189f"}.hgi-stroke.hgi-call:before{content:"\f18a0"}.hgi-stroke.hgi-calling-02:before{content:"\f18a1"}.hgi-stroke.hgi-calling:before{content:"\f18a2"}.hgi-stroke.hgi-camel:before{content:"\f18a3"}.hgi-stroke.hgi-camera-01:before{content:"\f18a4"}.hgi-stroke.hgi-camera-02:before{content:"\f18a5"}.hgi-stroke.hgi-camera-03:before{content:"\f18a6"}.hgi-stroke.hgi-camera-add-01:before{content:"\f18a7"}.hgi-stroke.hgi-camera-add-02:before{content:"\f18a8"}.hgi-stroke.hgi-camera-add-03:before{content:"\f18a9"}.hgi-stroke.hgi-camera-ai:before{content:"\f18aa"}.hgi-stroke.hgi-camera-automatically-01:before{content:"\f18ab"}.hgi-stroke.hgi-camera-automatically-02:before{content:"\f18ac"}.hgi-stroke.hgi-camera-lens:before{content:"\f18ad"}.hgi-stroke.hgi-camera-microphone-01:before{content:"\f18ae"}.hgi-stroke.hgi-camera-microphone-02:before{content:"\f18af"}.hgi-stroke.hgi-camera-night-mode-01:before{content:"\f18b0"}.hgi-stroke.hgi-camera-night-mode-02:before{content:"\f18b1"}.hgi-stroke.hgi-camera-off-01:before{content:"\f18b2"}.hgi-stroke.hgi-camera-off-02:before{content:"\f18b3"}.hgi-stroke.hgi-camera-rotated-01:before{content:"\f18b4"}.hgi-stroke.hgi-camera-rotated-02:before{content:"\f18b5"}.hgi-stroke.hgi-camera-smile-01:before{content:"\f18b6"}.hgi-stroke.hgi-camera-smile-02:before{content:"\f18b7"}.hgi-stroke.hgi-camera-tripod:before{content:"\f18b8"}.hgi-stroke.hgi-camera-video:before{content:"\f18b9"}.hgi-stroke.hgi-camper:before{content:"\f18ba"}.hgi-stroke.hgi-campfire:before{content:"\f18bb"}.hgi-stroke.hgi-cancel-01:before{content:"\f18bc"}.hgi-stroke.hgi-cancel-02:before{content:"\f18bd"}.hgi-stroke.hgi-cancel-circle-half-dot:before{content:"\f18be"}.hgi-stroke.hgi-cancel-circle:before{content:"\f18bf"}.hgi-stroke.hgi-cancel-square:before{content:"\f18c0"}.hgi-stroke.hgi-candelier-01:before{content:"\f18c1"}.hgi-stroke.hgi-candelier-02:before{content:"\f18c2"}.hgi-stroke.hgi-candy-cane:before{content:"\f18c3"}.hgi-stroke.hgi-candy-off:before{content:"\f18c4"}.hgi-stroke.hgi-candy:before{content:"\f18c5"}.hgi-stroke.hgi-cannabis-off:before{content:"\f18c6"}.hgi-stroke.hgi-cannabis:before{content:"\f18c7"}.hgi-stroke.hgi-canvas:before{content:"\f18c8"}.hgi-stroke.hgi-cap-projecting:before{content:"\f18c9"}.hgi-stroke.hgi-cap-round:before{content:"\f18ca"}.hgi-stroke.hgi-cap-straight:before{content:"\f18cb"}.hgi-stroke.hgi-cap:before{content:"\f18cc"}.hgi-stroke.hgi-capcut-rectangle:before{content:"\f18cd"}.hgi-stroke.hgi-capcut:before{content:"\f18ce"}.hgi-stroke.hgi-car-01:before{content:"\f18cf"}.hgi-stroke.hgi-car-02:before{content:"\f18d0"}.hgi-stroke.hgi-car-03:before{content:"\f18d1"}.hgi-stroke.hgi-car-04:before{content:"\f18d2"}.hgi-stroke.hgi-car-05:before{content:"\f18d3"}.hgi-stroke.hgi-car-alert:before{content:"\f18d4"}.hgi-stroke.hgi-car-parking-01:before{content:"\f18d5"}.hgi-stroke.hgi-car-parking-02:before{content:"\f18d6"}.hgi-stroke.hgi-car-signal:before{content:"\f18d7"}.hgi-stroke.hgi-car-time:before{content:"\f18d8"}.hgi-stroke.hgi-caravan:before{content:"\f18d9"}.hgi-stroke.hgi-card-exchange-01:before{content:"\f18da"}.hgi-stroke.hgi-card-exchange-02:before{content:"\f18db"}.hgi-stroke.hgi-cardigan:before{content:"\f18dc"}.hgi-stroke.hgi-cardiogram-01:before{content:"\f18dd"}.hgi-stroke.hgi-cardiogram-02:before{content:"\f18de"}.hgi-stroke.hgi-cards-01:before{content:"\f18df"}.hgi-stroke.hgi-cards-02:before{content:"\f18e0"}.hgi-stroke.hgi-cargo-ship:before{content:"\f18e1"}.hgi-stroke.hgi-carousel-horizontal-02:before{content:"\f18e2"}.hgi-stroke.hgi-carousel-horizontal:before{content:"\f18e3"}.hgi-stroke.hgi-carousel-vertical:before{content:"\f18e4"}.hgi-stroke.hgi-carrot:before{content:"\f18e5"}.hgi-stroke.hgi-cash-01:before{content:"\f18e6"}.hgi-stroke.hgi-cash-02:before{content:"\f18e7"}.hgi-stroke.hgi-cashback-bitcoin:before{content:"\f18e8"}.hgi-stroke.hgi-cashback-euro:before{content:"\f18e9"}.hgi-stroke.hgi-cashback-pound:before{content:"\f18ea"}.hgi-stroke.hgi-cashback-yen:before{content:"\f18eb"}.hgi-stroke.hgi-cashback:before{content:"\f18ec"}.hgi-stroke.hgi-cashier-02:before{content:"\f18ed"}.hgi-stroke.hgi-cashier:before{content:"\f18ee"}.hgi-stroke.hgi-castbox:before{content:"\f18ef"}.hgi-stroke.hgi-castle-01:before{content:"\f18f0"}.hgi-stroke.hgi-castle-02:before{content:"\f18f1"}.hgi-stroke.hgi-castle:before{content:"\f18f2"}.hgi-stroke.hgi-catalogue:before{content:"\f18f3"}.hgi-stroke.hgi-cayan-tower:before{content:"\f18f4"}.hgi-stroke.hgi-cctv-camera:before{content:"\f18f5"}.hgi-stroke.hgi-cd:before{content:"\f18f6"}.hgi-stroke.hgi-cells:before{content:"\f18f7"}.hgi-stroke.hgi-cellular-network-offline:before{content:"\f18f8"}.hgi-stroke.hgi-cellular-network:before{content:"\f18f9"}.hgi-stroke.hgi-celsius:before{content:"\f18fa"}.hgi-stroke.hgi-center-focus:before{content:"\f18fb"}.hgi-stroke.hgi-central-shaheed-minar:before{content:"\f18fc"}.hgi-stroke.hgi-centralized:before{content:"\f18fd"}.hgi-stroke.hgi-certificate-01:before{content:"\f18fe"}.hgi-stroke.hgi-certificate-02:before{content:"\f18ff"}.hgi-stroke.hgi-chair-01:before{content:"\f1900"}.hgi-stroke.hgi-chair-02:before{content:"\f1901"}.hgi-stroke.hgi-chair-03:before{content:"\f1902"}.hgi-stroke.hgi-chair-04:before{content:"\f1903"}.hgi-stroke.hgi-chair-05:before{content:"\f1904"}.hgi-stroke.hgi-chair-barber:before{content:"\f1905"}.hgi-stroke.hgi-champion:before{content:"\f1906"}.hgi-stroke.hgi-change-screen-mode:before{content:"\f1907"}.hgi-stroke.hgi-character-phonetic:before{content:"\f1908"}.hgi-stroke.hgi-charity:before{content:"\f1909"}.hgi-stroke.hgi-chart-01:before{content:"\f190a"}.hgi-stroke.hgi-chart-02:before{content:"\f190b"}.hgi-stroke.hgi-chart-03:before{content:"\f190c"}.hgi-stroke.hgi-chart-analysis:before{content:"\f190d"}.hgi-stroke.hgi-chart-area:before{content:"\f190e"}.hgi-stroke.hgi-chart-average:before{content:"\f190f"}.hgi-stroke.hgi-chart-bar-big:before{content:"\f1910"}.hgi-stroke.hgi-chart-bar-decreasing:before{content:"\f1911"}.hgi-stroke.hgi-chart-bar-increasing:before{content:"\f1912"}.hgi-stroke.hgi-chart-bar-line:before{content:"\f1913"}.hgi-stroke.hgi-chart-bar-stacked:before{content:"\f1914"}.hgi-stroke.hgi-chart-breakout-circle:before{content:"\f1915"}.hgi-stroke.hgi-chart-breakout-square:before{content:"\f1916"}.hgi-stroke.hgi-chart-bubble-01:before{content:"\f1917"}.hgi-stroke.hgi-chart-bubble-02:before{content:"\f1918"}.hgi-stroke.hgi-chart-candle:before{content:"\f1919"}.hgi-stroke.hgi-chart-candlestick:before{content:"\f191a"}.hgi-stroke.hgi-chart-column-big:before{content:"\f191b"}.hgi-stroke.hgi-chart-column-decreasing:before{content:"\f191c"}.hgi-stroke.hgi-chart-column-stacked:before{content:"\f191d"}.hgi-stroke.hgi-chart-column:before{content:"\f191e"}.hgi-stroke.hgi-chart-decrease:before{content:"\f191f"}.hgi-stroke.hgi-chart-down:before{content:"\f1920"}.hgi-stroke.hgi-chart-evaluation:before{content:"\f1921"}.hgi-stroke.hgi-chart-gantt:before{content:"\f1922"}.hgi-stroke.hgi-chart-high-low:before{content:"\f1923"}.hgi-stroke.hgi-chart-histogram:before{content:"\f1924"}.hgi-stroke.hgi-chart-increase:before{content:"\f1925"}.hgi-stroke.hgi-chart-line-data-01:before{content:"\f1926"}.hgi-stroke.hgi-chart-line-data-02:before{content:"\f1927"}.hgi-stroke.hgi-chart-line-data-03:before{content:"\f1928"}.hgi-stroke.hgi-chart-maximum:before{content:"\f1929"}.hgi-stroke.hgi-chart-medium:before{content:"\f192a"}.hgi-stroke.hgi-chart-minimum:before{content:"\f192b"}.hgi-stroke.hgi-chart-no-axes-column-increasing:before{content:"\f192c"}.hgi-stroke.hgi-chart-no-axes-combined:before{content:"\f192d"}.hgi-stroke.hgi-chart-no-axes-gantt:before{content:"\f192e"}.hgi-stroke.hgi-chart-radar:before{content:"\f192f"}.hgi-stroke.hgi-chart-relationship:before{content:"\f1930"}.hgi-stroke.hgi-chart-ring:before{content:"\f1931"}.hgi-stroke.hgi-chart-rose:before{content:"\f1932"}.hgi-stroke.hgi-chart-scatter:before{content:"\f1933"}.hgi-stroke.hgi-chart-up:before{content:"\f1934"}.hgi-stroke.hgi-chart:before{content:"\f1935"}.hgi-stroke.hgi-chat-01:before{content:"\f1936"}.hgi-stroke.hgi-chat-add-01:before{content:"\f1937"}.hgi-stroke.hgi-chat-add:before{content:"\f1938"}.hgi-stroke.hgi-chat-blocked-01:before{content:"\f1939"}.hgi-stroke.hgi-chat-blocked:before{content:"\f193a"}.hgi-stroke.hgi-chat-bot:before{content:"\f193b"}.hgi-stroke.hgi-chat-cancel-01:before{content:"\f193c"}.hgi-stroke.hgi-chat-cancel:before{content:"\f193d"}.hgi-stroke.hgi-chat-delay-01:before{content:"\f193e"}.hgi-stroke.hgi-chat-delay:before{content:"\f193f"}.hgi-stroke.hgi-chat-done-01:before{content:"\f1940"}.hgi-stroke.hgi-chat-done:before{content:"\f1941"}.hgi-stroke.hgi-chat-download-01:before{content:"\f1942"}.hgi-stroke.hgi-chat-download:before{content:"\f1943"}.hgi-stroke.hgi-chat-edit-01:before{content:"\f1944"}.hgi-stroke.hgi-chat-edit:before{content:"\f1945"}.hgi-stroke.hgi-chat-favourite-01:before{content:"\f1946"}.hgi-stroke.hgi-chat-favourite:before{content:"\f1947"}.hgi-stroke.hgi-chat-feedback-01:before{content:"\f1948"}.hgi-stroke.hgi-chat-feedback:before{content:"\f1949"}.hgi-stroke.hgi-chat-gpt:before{content:"\f194a"}.hgi-stroke.hgi-chat-income-01:before{content:"\f194b"}.hgi-stroke.hgi-chat-income:before{content:"\f194c"}.hgi-stroke.hgi-chat-lock-01:before{content:"\f194d"}.hgi-stroke.hgi-chat-lock:before{content:"\f194e"}.hgi-stroke.hgi-chat-notification-01:before{content:"\f194f"}.hgi-stroke.hgi-chat-notification:before{content:"\f1950"}.hgi-stroke.hgi-chat-outcome-01:before{content:"\f1951"}.hgi-stroke.hgi-chat-outcome:before{content:"\f1952"}.hgi-stroke.hgi-chat-preview-01:before{content:"\f1953"}.hgi-stroke.hgi-chat-preview:before{content:"\f1954"}.hgi-stroke.hgi-chat-question-01:before{content:"\f1955"}.hgi-stroke.hgi-chat-question:before{content:"\f1956"}.hgi-stroke.hgi-chat-search-01:before{content:"\f1957"}.hgi-stroke.hgi-chat-search:before{content:"\f1958"}.hgi-stroke.hgi-chat-secure-01:before{content:"\f1959"}.hgi-stroke.hgi-chat-secure:before{content:"\f195a"}.hgi-stroke.hgi-chat-spark-01:before{content:"\f195b"}.hgi-stroke.hgi-chat-spark:before{content:"\f195c"}.hgi-stroke.hgi-chat-translate-01:before{content:"\f195d"}.hgi-stroke.hgi-chat-translate:before{content:"\f195e"}.hgi-stroke.hgi-chat-unlock-01:before{content:"\f195f"}.hgi-stroke.hgi-chat-unlock:before{content:"\f1960"}.hgi-stroke.hgi-chat-upload-01:before{content:"\f1961"}.hgi-stroke.hgi-chat-upload:before{content:"\f1962"}.hgi-stroke.hgi-chat-user-01:before{content:"\f1963"}.hgi-stroke.hgi-chat-user:before{content:"\f1964"}.hgi-stroke.hgi-chat:before{content:"\f1965"}.hgi-stroke.hgi-chatting-01:before{content:"\f1966"}.hgi-stroke.hgi-check-list:before{content:"\f1967"}.hgi-stroke.hgi-check-unread-01:before{content:"\f1968"}.hgi-stroke.hgi-check-unread-02:before{content:"\f1969"}.hgi-stroke.hgi-check-unread-03:before{content:"\f196a"}.hgi-stroke.hgi-check-unread-04:before{content:"\f196b"}.hgi-stroke.hgi-checkmark-badge-01:before{content:"\f196c"}.hgi-stroke.hgi-checkmark-badge-02:before{content:"\f196d"}.hgi-stroke.hgi-checkmark-badge-03:before{content:"\f196e"}.hgi-stroke.hgi-checkmark-badge-04:before{content:"\f196f"}.hgi-stroke.hgi-checkmark-circle-01:before{content:"\f1970"}.hgi-stroke.hgi-checkmark-circle-02:before{content:"\f1971"}.hgi-stroke.hgi-checkmark-circle-03:before{content:"\f1972"}.hgi-stroke.hgi-checkmark-circle-04:before{content:"\f1973"}.hgi-stroke.hgi-checkmark-square-01:before{content:"\f1974"}.hgi-stroke.hgi-checkmark-square-02:before{content:"\f1975"}.hgi-stroke.hgi-checkmark-square-03:before{content:"\f1976"}.hgi-stroke.hgi-checkmark-square-04:before{content:"\f1977"}.hgi-stroke.hgi-cheese-cake-01:before{content:"\f1978"}.hgi-stroke.hgi-cheese-cake-02:before{content:"\f1979"}.hgi-stroke.hgi-cheese:before{content:"\f197a"}.hgi-stroke.hgi-chef-hat:before{content:"\f197b"}.hgi-stroke.hgi-chef:before{content:"\f197c"}.hgi-stroke.hgi-chemistry-01:before{content:"\f197d"}.hgi-stroke.hgi-chemistry-02:before{content:"\f197e"}.hgi-stroke.hgi-chemistry-03:before{content:"\f197f"}.hgi-stroke.hgi-cherry:before{content:"\f1980"}.hgi-stroke.hgi-chess-01:before{content:"\f1981"}.hgi-stroke.hgi-chess-02:before{content:"\f1982"}.hgi-stroke.hgi-chess-bishop:before{content:"\f1983"}.hgi-stroke.hgi-chess-king:before{content:"\f1984"}.hgi-stroke.hgi-chess-pawn:before{content:"\f1985"}.hgi-stroke.hgi-chevron-double-close:before{content:"\f1986"}.hgi-stroke.hgi-chevrons-down-up:before{content:"\f1987"}.hgi-stroke.hgi-chicken-thighs:before{content:"\f1988"}.hgi-stroke.hgi-child:before{content:"\f1989"}.hgi-stroke.hgi-chimney:before{content:"\f198a"}.hgi-stroke.hgi-china-temple:before{content:"\f198b"}.hgi-stroke.hgi-chip-02:before{content:"\f198c"}.hgi-stroke.hgi-chip:before{content:"\f198d"}.hgi-stroke.hgi-chocolate:before{content:"\f198e"}.hgi-stroke.hgi-chopsticks:before{content:"\f198f"}.hgi-stroke.hgi-chrome:before{content:"\f1990"}.hgi-stroke.hgi-chrysler:before{content:"\f1991"}.hgi-stroke.hgi-church:before{content:"\f1992"}.hgi-stroke.hgi-cigarette-off:before{content:"\f1993"}.hgi-stroke.hgi-cigarette:before{content:"\f1994"}.hgi-stroke.hgi-cinnamon-roll:before{content:"\f1995"}.hgi-stroke.hgi-circle-arrow-data-transfer-diagonal:before{content:"\f1996"}.hgi-stroke.hgi-circle-arrow-data-transfer-horizontal:before{content:"\f1997"}.hgi-stroke.hgi-circle-arrow-data-transfer-vertical:before{content:"\f1998"}.hgi-stroke.hgi-circle-arrow-diagonal-01:before{content:"\f1999"}.hgi-stroke.hgi-circle-arrow-diagonal-02:before{content:"\f199a"}.hgi-stroke.hgi-circle-arrow-down-01:before{content:"\f199b"}.hgi-stroke.hgi-circle-arrow-down-02:before{content:"\f199c"}.hgi-stroke.hgi-circle-arrow-down-03:before{content:"\f199d"}.hgi-stroke.hgi-circle-arrow-down-double:before{content:"\f199e"}.hgi-stroke.hgi-circle-arrow-down-left:before{content:"\f199f"}.hgi-stroke.hgi-circle-arrow-down-right:before{content:"\f19a0"}.hgi-stroke.hgi-circle-arrow-expand-01:before{content:"\f19a1"}.hgi-stroke.hgi-circle-arrow-expand-02:before{content:"\f19a2"}.hgi-stroke.hgi-circle-arrow-horizontal:before{content:"\f19a3"}.hgi-stroke.hgi-circle-arrow-left-01:before{content:"\f19a4"}.hgi-stroke.hgi-circle-arrow-left-02:before{content:"\f19a5"}.hgi-stroke.hgi-circle-arrow-left-03:before{content:"\f19a6"}.hgi-stroke.hgi-circle-arrow-left-double:before{content:"\f19a7"}.hgi-stroke.hgi-circle-arrow-left-right:before{content:"\f19a8"}.hgi-stroke.hgi-circle-arrow-move-down-left:before{content:"\f19a9"}.hgi-stroke.hgi-circle-arrow-move-down-right:before{content:"\f19aa"}.hgi-stroke.hgi-circle-arrow-move-left-down:before{content:"\f19ab"}.hgi-stroke.hgi-circle-arrow-move-right-down:before{content:"\f19ac"}.hgi-stroke.hgi-circle-arrow-move-up-left:before{content:"\f19ad"}.hgi-stroke.hgi-circle-arrow-move-up-right:before{content:"\f19ae"}.hgi-stroke.hgi-circle-arrow-out-up-right:before{content:"\f19af"}.hgi-stroke.hgi-circle-arrow-reload-01:before{content:"\f19b0"}.hgi-stroke.hgi-circle-arrow-reload-02:before{content:"\f19b1"}.hgi-stroke.hgi-circle-arrow-right-01:before{content:"\f19b2"}.hgi-stroke.hgi-circle-arrow-right-02:before{content:"\f19b3"}.hgi-stroke.hgi-circle-arrow-right-03:before{content:"\f19b4"}.hgi-stroke.hgi-circle-arrow-right-double:before{content:"\f19b5"}.hgi-stroke.hgi-circle-arrow-shrink-01:before{content:"\f19b6"}.hgi-stroke.hgi-circle-arrow-shrink-02:before{content:"\f19b7"}.hgi-stroke.hgi-circle-arrow-up-01:before{content:"\f19b8"}.hgi-stroke.hgi-circle-arrow-up-02:before{content:"\f19b9"}.hgi-stroke.hgi-circle-arrow-up-03:before{content:"\f19ba"}.hgi-stroke.hgi-circle-arrow-up-double:before{content:"\f19bb"}.hgi-stroke.hgi-circle-arrow-up-down:before{content:"\f19bc"}.hgi-stroke.hgi-circle-arrow-up-left:before{content:"\f19bd"}.hgi-stroke.hgi-circle-arrow-up-right:before{content:"\f19be"}.hgi-stroke.hgi-circle-arrow-vertical:before{content:"\f19bf"}.hgi-stroke.hgi-circle-lock-01:before{content:"\f19c0"}.hgi-stroke.hgi-circle-lock-02:before{content:"\f19c1"}.hgi-stroke.hgi-circle-lock-add-01:before{content:"\f19c2"}.hgi-stroke.hgi-circle-lock-add-02:before{content:"\f19c3"}.hgi-stroke.hgi-circle-lock-check-01:before{content:"\f19c4"}.hgi-stroke.hgi-circle-lock-check-02:before{content:"\f19c5"}.hgi-stroke.hgi-circle-lock-minus-01:before{content:"\f19c6"}.hgi-stroke.hgi-circle-lock-minus-02:before{content:"\f19c7"}.hgi-stroke.hgi-circle-lock-remove-01:before{content:"\f19c8"}.hgi-stroke.hgi-circle-lock-remove-02:before{content:"\f19c9"}.hgi-stroke.hgi-circle-parking-off:before{content:"\f19ca"}.hgi-stroke.hgi-circle-password:before{content:"\f19cb"}.hgi-stroke.hgi-circle-pile:before{content:"\f19cc"}.hgi-stroke.hgi-circle-slash-2:before{content:"\f19cd"}.hgi-stroke.hgi-circle-small:before{content:"\f19ce"}.hgi-stroke.hgi-circle-unlock-01:before{content:"\f19cf"}.hgi-stroke.hgi-circle-unlock-02:before{content:"\f19d0"}.hgi-stroke.hgi-circle:before{content:"\f19d1"}.hgi-stroke.hgi-citrus:before{content:"\f19d2"}.hgi-stroke.hgi-city-01:before{content:"\f19d3"}.hgi-stroke.hgi-city-02:before{content:"\f19d4"}.hgi-stroke.hgi-city-03:before{content:"\f19d5"}.hgi-stroke.hgi-clapping-01:before{content:"\f19d6"}.hgi-stroke.hgi-clapping-02:before{content:"\f19d7"}.hgi-stroke.hgi-claude:before{content:"\f19d8"}.hgi-stroke.hgi-clean:before{content:"\f19d9"}.hgi-stroke.hgi-cleaning-bucket:before{content:"\f19da"}.hgi-stroke.hgi-clinic:before{content:"\f19db"}.hgi-stroke.hgi-clip:before{content:"\f19dc"}.hgi-stroke.hgi-cliparts:before{content:"\f19dd"}.hgi-stroke.hgi-clipboard-clock:before{content:"\f19de"}.hgi-stroke.hgi-clipboard-copy:before{content:"\f19df"}.hgi-stroke.hgi-clipboard-minus:before{content:"\f19e0"}.hgi-stroke.hgi-clipboard-paste:before{content:"\f19e1"}.hgi-stroke.hgi-clipboard:before{content:"\f19e2"}.hgi-stroke.hgi-clock-01:before{content:"\f19e3"}.hgi-stroke.hgi-clock-02:before{content:"\f19e4"}.hgi-stroke.hgi-clock-03:before{content:"\f19e5"}.hgi-stroke.hgi-clock-04:before{content:"\f19e6"}.hgi-stroke.hgi-clock-05:before{content:"\f19e7"}.hgi-stroke.hgi-clock-add:before{content:"\f19e8"}.hgi-stroke.hgi-clock-alert:before{content:"\f19e9"}.hgi-stroke.hgi-clock-arrow-down:before{content:"\f19ea"}.hgi-stroke.hgi-clock-arrow-up:before{content:"\f19eb"}.hgi-stroke.hgi-clock-check:before{content:"\f19ec"}.hgi-stroke.hgi-clock-plus:before{content:"\f19ed"}.hgi-stroke.hgi-closed-caption-alt:before{content:"\f19ee"}.hgi-stroke.hgi-closed-caption:before{content:"\f19ef"}.hgi-stroke.hgi-clothes:before{content:"\f19f0"}.hgi-stroke.hgi-cloud-alert:before{content:"\f19f1"}.hgi-stroke.hgi-cloud-angled-rain-zap:before{content:"\f19f2"}.hgi-stroke.hgi-cloud-angled-rain:before{content:"\f19f3"}.hgi-stroke.hgi-cloud-angled-zap:before{content:"\f19f4"}.hgi-stroke.hgi-cloud-big-rain:before{content:"\f19f5"}.hgi-stroke.hgi-cloud-download:before{content:"\f19f6"}.hgi-stroke.hgi-cloud-fast-wind:before{content:"\f19f7"}.hgi-stroke.hgi-cloud-hailstone:before{content:"\f19f8"}.hgi-stroke.hgi-cloud-little-rain:before{content:"\f19f9"}.hgi-stroke.hgi-cloud-little-snow:before{content:"\f19fa"}.hgi-stroke.hgi-cloud-loading:before{content:"\f19fb"}.hgi-stroke.hgi-cloud-mid-rain:before{content:"\f19fc"}.hgi-stroke.hgi-cloud-mid-snow:before{content:"\f19fd"}.hgi-stroke.hgi-cloud-off:before{content:"\f19fe"}.hgi-stroke.hgi-cloud-saving-done-01:before{content:"\f19ff"}.hgi-stroke.hgi-cloud-saving-done-02:before{content:"\f1a00"}.hgi-stroke.hgi-cloud-server:before{content:"\f1a01"}.hgi-stroke.hgi-cloud-slow-wind:before{content:"\f1a02"}.hgi-stroke.hgi-cloud-snow:before{content:"\f1a03"}.hgi-stroke.hgi-cloud-sync:before{content:"\f1a04"}.hgi-stroke.hgi-cloud-upload:before{content:"\f1a05"}.hgi-stroke.hgi-cloud:before{content:"\f1a06"}.hgi-stroke.hgi-clubs-01:before{content:"\f1a07"}.hgi-stroke.hgi-clubs-02:before{content:"\f1a08"}.hgi-stroke.hgi-co-present:before{content:"\f1a09"}.hgi-stroke.hgi-code-circle:before{content:"\f1a0a"}.hgi-stroke.hgi-code-folder:before{content:"\f1a0b"}.hgi-stroke.hgi-code-simple:before{content:"\f1a0c"}.hgi-stroke.hgi-code-square:before{content:"\f1a0d"}.hgi-stroke.hgi-code:before{content:"\f1a0e"}.hgi-stroke.hgi-codepen:before{content:"\f1a0f"}.hgi-stroke.hgi-codesandbox:before{content:"\f1a10"}.hgi-stroke.hgi-coffee-01:before{content:"\f1a11"}.hgi-stroke.hgi-coffee-02:before{content:"\f1a12"}.hgi-stroke.hgi-coffee-03:before{content:"\f1a13"}.hgi-stroke.hgi-coffee-04:before{content:"\f1a14"}.hgi-stroke.hgi-coffee-beans:before{content:"\f1a15"}.hgi-stroke.hgi-cog:before{content:"\f1a16"}.hgi-stroke.hgi-coinbase:before{content:"\f1a17"}.hgi-stroke.hgi-coins-01:before{content:"\f1a18"}.hgi-stroke.hgi-coins-02:before{content:"\f1a19"}.hgi-stroke.hgi-coins-bitcoin:before{content:"\f1a1a"}.hgi-stroke.hgi-coins-dollar:before{content:"\f1a1b"}.hgi-stroke.hgi-coins-euro:before{content:"\f1a1c"}.hgi-stroke.hgi-coins-pound:before{content:"\f1a1d"}.hgi-stroke.hgi-coins-swap:before{content:"\f1a1e"}.hgi-stroke.hgi-coins-yen:before{content:"\f1a1f"}.hgi-stroke.hgi-collapse:before{content:"\f1a20"}.hgi-stroke.hgi-collections-bookmark:before{content:"\f1a21"}.hgi-stroke.hgi-color-picker:before{content:"\f1a22"}.hgi-stroke.hgi-colors:before{content:"\f1a23"}.hgi-stroke.hgi-colosseum:before{content:"\f1a24"}.hgi-stroke.hgi-column-delete:before{content:"\f1a25"}.hgi-stroke.hgi-column-insert:before{content:"\f1a26"}.hgi-stroke.hgi-columns-three-cog:before{content:"\f1a27"}.hgi-stroke.hgi-combine:before{content:"\f1a28"}.hgi-stroke.hgi-comet-01:before{content:"\f1a29"}.hgi-stroke.hgi-comet-02:before{content:"\f1a2a"}.hgi-stroke.hgi-coming-soon-01:before{content:"\f1a2b"}.hgi-stroke.hgi-coming-soon-02:before{content:"\f1a2c"}.hgi-stroke.hgi-command-line:before{content:"\f1a2d"}.hgi-stroke.hgi-command:before{content:"\f1a2e"}.hgi-stroke.hgi-comment-01:before{content:"\f1a2f"}.hgi-stroke.hgi-comment-02:before{content:"\f1a30"}.hgi-stroke.hgi-comment-03:before{content:"\f1a31"}.hgi-stroke.hgi-comment-add-01:before{content:"\f1a32"}.hgi-stroke.hgi-comment-add-02:before{content:"\f1a33"}.hgi-stroke.hgi-comment-add-03:before{content:"\f1a34"}.hgi-stroke.hgi-comment-block-01:before{content:"\f1a35"}.hgi-stroke.hgi-comment-block-02:before{content:"\f1a36"}.hgi-stroke.hgi-comment-block-03:before{content:"\f1a37"}.hgi-stroke.hgi-comment-remove-01:before{content:"\f1a38"}.hgi-stroke.hgi-comment-remove-02:before{content:"\f1a39"}.hgi-stroke.hgi-comment-remove-03:before{content:"\f1a3a"}.hgi-stroke.hgi-compass-01:before{content:"\f1a3b"}.hgi-stroke.hgi-compass:before{content:"\f1a3c"}.hgi-stroke.hgi-complaint:before{content:"\f1a3d"}.hgi-stroke.hgi-component-1:before{content:"\f1a3e"}.hgi-stroke.hgi-component:before{content:"\f1a3f"}.hgi-stroke.hgi-computer-activity:before{content:"\f1a40"}.hgi-stroke.hgi-computer-add:before{content:"\f1a41"}.hgi-stroke.hgi-computer-arrow-down:before{content:"\f1a42"}.hgi-stroke.hgi-computer-arrow-up:before{content:"\f1a43"}.hgi-stroke.hgi-computer-chart-down:before{content:"\f1a44"}.hgi-stroke.hgi-computer-chart-up:before{content:"\f1a45"}.hgi-stroke.hgi-computer-check:before{content:"\f1a46"}.hgi-stroke.hgi-computer-cloud:before{content:"\f1a47"}.hgi-stroke.hgi-computer-desk-01:before{content:"\f1a48"}.hgi-stroke.hgi-computer-desk-02:before{content:"\f1a49"}.hgi-stroke.hgi-computer-desk-03:before{content:"\f1a4a"}.hgi-stroke.hgi-computer-dollar:before{content:"\f1a4b"}.hgi-stroke.hgi-computer-ethernet:before{content:"\f1a4c"}.hgi-stroke.hgi-computer-phone-sync:before{content:"\f1a4d"}.hgi-stroke.hgi-computer-programming-01:before{content:"\f1a4e"}.hgi-stroke.hgi-computer-programming-02:before{content:"\f1a4f"}.hgi-stroke.hgi-computer-protection:before{content:"\f1a50"}.hgi-stroke.hgi-computer-remove:before{content:"\f1a51"}.hgi-stroke.hgi-computer-screen-share:before{content:"\f1a52"}.hgi-stroke.hgi-computer-settings:before{content:"\f1a53"}.hgi-stroke.hgi-computer-terminal-01:before{content:"\f1a54"}.hgi-stroke.hgi-computer-terminal-02:before{content:"\f1a55"}.hgi-stroke.hgi-computer-user:before{content:"\f1a56"}.hgi-stroke.hgi-computer-video-call:before{content:"\f1a57"}.hgi-stroke.hgi-computer-video:before{content:"\f1a58"}.hgi-stroke.hgi-computer:before{content:"\f1a59"}.hgi-stroke.hgi-cone-01:before{content:"\f1a5a"}.hgi-stroke.hgi-cone-02:before{content:"\f1a5b"}.hgi-stroke.hgi-conference:before{content:"\f1a5c"}.hgi-stroke.hgi-configuration-01:before{content:"\f1a5d"}.hgi-stroke.hgi-configuration-02:before{content:"\f1a5e"}.hgi-stroke.hgi-confused:before{content:"\f1a5f"}.hgi-stroke.hgi-congruent-to-circle:before{content:"\f1a60"}.hgi-stroke.hgi-congruent-to-square:before{content:"\f1a61"}.hgi-stroke.hgi-congruent-to:before{content:"\f1a62"}.hgi-stroke.hgi-connect:before{content:"\f1a63"}.hgi-stroke.hgi-console:before{content:"\f1a64"}.hgi-stroke.hgi-constellation:before{content:"\f1a65"}.hgi-stroke.hgi-contact-01:before{content:"\f1a66"}.hgi-stroke.hgi-contact-02:before{content:"\f1a67"}.hgi-stroke.hgi-contact-book:before{content:"\f1a68"}.hgi-stroke.hgi-contact:before{content:"\f1a69"}.hgi-stroke.hgi-container-truck-01:before{content:"\f1a6a"}.hgi-stroke.hgi-container-truck-02:before{content:"\f1a6b"}.hgi-stroke.hgi-container-truck:before{content:"\f1a6c"}.hgi-stroke.hgi-content-writing:before{content:"\f1a6d"}.hgi-stroke.hgi-contracts:before{content:"\f1a6e"}.hgi-stroke.hgi-conversation:before{content:"\f1a6f"}.hgi-stroke.hgi-cook-book:before{content:"\f1a70"}.hgi-stroke.hgi-cookie:before{content:"\f1a71"}.hgi-stroke.hgi-coordinate-01:before{content:"\f1a72"}.hgi-stroke.hgi-coordinate-02:before{content:"\f1a73"}.hgi-stroke.hgi-copilot:before{content:"\f1a74"}.hgi-stroke.hgi-copy-01:before{content:"\f1a75"}.hgi-stroke.hgi-copy-02:before{content:"\f1a76"}.hgi-stroke.hgi-copy-check:before{content:"\f1a77"}.hgi-stroke.hgi-copy-link:before{content:"\f1a78"}.hgi-stroke.hgi-copy-minus:before{content:"\f1a79"}.hgi-stroke.hgi-copy-plus:before{content:"\f1a7a"}.hgi-stroke.hgi-copy-slash:before{content:"\f1a7b"}.hgi-stroke.hgi-copy:before{content:"\f1a7c"}.hgi-stroke.hgi-copyleft:before{content:"\f1a7d"}.hgi-stroke.hgi-copyright:before{content:"\f1a7e"}.hgi-stroke.hgi-corn:before{content:"\f1a7f"}.hgi-stroke.hgi-corporate:before{content:"\f1a80"}.hgi-stroke.hgi-cos:before{content:"\f1a81"}.hgi-stroke.hgi-cosine-01:before{content:"\f1a82"}.hgi-stroke.hgi-cosine-02:before{content:"\f1a83"}.hgi-stroke.hgi-cottage:before{content:"\f1a84"}.hgi-stroke.hgi-cotton-candy:before{content:"\f1a85"}.hgi-stroke.hgi-coupon-01:before{content:"\f1a86"}.hgi-stroke.hgi-coupon-02:before{content:"\f1a87"}.hgi-stroke.hgi-coupon-03:before{content:"\f1a88"}.hgi-stroke.hgi-coupon-percent:before{content:"\f1a89"}.hgi-stroke.hgi-course:before{content:"\f1a8a"}.hgi-stroke.hgi-court-house:before{content:"\f1a8b"}.hgi-stroke.hgi-court-law:before{content:"\f1a8c"}.hgi-stroke.hgi-covariate:before{content:"\f1a8d"}.hgi-stroke.hgi-covid-info:before{content:"\f1a8e"}.hgi-stroke.hgi-cowboy-hat:before{content:"\f1a8f"}.hgi-stroke.hgi-cpp:before{content:"\f1a90"}.hgi-stroke.hgi-cpu-charge:before{content:"\f1a91"}.hgi-stroke.hgi-cpu-settings:before{content:"\f1a92"}.hgi-stroke.hgi-cpu:before{content:"\f1a93"}.hgi-stroke.hgi-crab:before{content:"\f1a94"}.hgi-stroke.hgi-crane:before{content:"\f1a95"}.hgi-stroke.hgi-crazy:before{content:"\f1a96"}.hgi-stroke.hgi-creative-commons:before{content:"\f1a97"}.hgi-stroke.hgi-creative-market:before{content:"\f1a98"}.hgi-stroke.hgi-credit-card-accept:before{content:"\f1a99"}.hgi-stroke.hgi-credit-card-add:before{content:"\f1a9a"}.hgi-stroke.hgi-credit-card-change:before{content:"\f1a9b"}.hgi-stroke.hgi-credit-card-defrost:before{content:"\f1a9c"}.hgi-stroke.hgi-credit-card-freeze:before{content:"\f1a9d"}.hgi-stroke.hgi-credit-card-not-accept:before{content:"\f1a9e"}.hgi-stroke.hgi-credit-card-not-found:before{content:"\f1a9f"}.hgi-stroke.hgi-credit-card-pos:before{content:"\f1aa0"}.hgi-stroke.hgi-credit-card-validation:before{content:"\f1aa1"}.hgi-stroke.hgi-credit-card:before{content:"\f1aa2"}.hgi-stroke.hgi-cricket-bat:before{content:"\f1aa3"}.hgi-stroke.hgi-cricket-helmet:before{content:"\f1aa4"}.hgi-stroke.hgi-croissant:before{content:"\f1aa5"}.hgi-stroke.hgi-crop:before{content:"\f1aa6"}.hgi-stroke.hgi-crowdfunding:before{content:"\f1aa7"}.hgi-stroke.hgi-crown-02:before{content:"\f1aa8"}.hgi-stroke.hgi-crown-03:before{content:"\f1aa9"}.hgi-stroke.hgi-crown-minus:before{content:"\f1aaa"}.hgi-stroke.hgi-crown-plus:before{content:"\f1aab"}.hgi-stroke.hgi-crown:before{content:"\f1aac"}.hgi-stroke.hgi-crying:before{content:"\f1aad"}.hgi-stroke.hgi-css-3:before{content:"\f1aae"}.hgi-stroke.hgi-css-file-01:before{content:"\f1aaf"}.hgi-stroke.hgi-css-file-02:before{content:"\f1ab0"}.hgi-stroke.hgi-csv-01:before{content:"\f1ab1"}.hgi-stroke.hgi-csv-02:before{content:"\f1ab2"}.hgi-stroke.hgi-cube:before{content:"\f1ab3"}.hgi-stroke.hgi-cupcake-01:before{content:"\f1ab4"}.hgi-stroke.hgi-cupcake-02:before{content:"\f1ab5"}.hgi-stroke.hgi-cupcake-03:before{content:"\f1ab6"}.hgi-stroke.hgi-curling:before{content:"\f1ab7"}.hgi-stroke.hgi-currency:before{content:"\f1ab8"}.hgi-stroke.hgi-cursor-01:before{content:"\f1ab9"}.hgi-stroke.hgi-cursor-02:before{content:"\f1aba"}.hgi-stroke.hgi-cursor-add-selection-01:before{content:"\f1abb"}.hgi-stroke.hgi-cursor-add-selection-02:before{content:"\f1abc"}.hgi-stroke.hgi-cursor-circle-selection-01:before{content:"\f1abd"}.hgi-stroke.hgi-cursor-circle-selection-02:before{content:"\f1abe"}.hgi-stroke.hgi-cursor-disabled-01:before{content:"\f1abf"}.hgi-stroke.hgi-cursor-disabled-02:before{content:"\f1ac0"}.hgi-stroke.hgi-cursor-edit-01:before{content:"\f1ac1"}.hgi-stroke.hgi-cursor-edit-02:before{content:"\f1ac2"}.hgi-stroke.hgi-cursor-hold-01:before{content:"\f1ac3"}.hgi-stroke.hgi-cursor-hold-02:before{content:"\f1ac4"}.hgi-stroke.hgi-cursor-in-window:before{content:"\f1ac5"}.hgi-stroke.hgi-cursor-info-01:before{content:"\f1ac6"}.hgi-stroke.hgi-cursor-info-02:before{content:"\f1ac7"}.hgi-stroke.hgi-cursor-loading-01:before{content:"\f1ac8"}.hgi-stroke.hgi-cursor-loading-02:before{content:"\f1ac9"}.hgi-stroke.hgi-cursor-magic-selection-01:before{content:"\f1aca"}.hgi-stroke.hgi-cursor-magic-selection-02:before{content:"\f1acb"}.hgi-stroke.hgi-cursor-move-01:before{content:"\f1acc"}.hgi-stroke.hgi-cursor-move-02:before{content:"\f1acd"}.hgi-stroke.hgi-cursor-pointer-01:before{content:"\f1ace"}.hgi-stroke.hgi-cursor-pointer-02:before{content:"\f1acf"}.hgi-stroke.hgi-cursor-progress-01:before{content:"\f1ad0"}.hgi-stroke.hgi-cursor-progress-02:before{content:"\f1ad1"}.hgi-stroke.hgi-cursor-progress-03:before{content:"\f1ad2"}.hgi-stroke.hgi-cursor-progress-04:before{content:"\f1ad3"}.hgi-stroke.hgi-cursor-rectangle-selection-01:before{content:"\f1ad4"}.hgi-stroke.hgi-cursor-rectangle-selection-02:before{content:"\f1ad5"}.hgi-stroke.hgi-cursor-remove-selection-01:before{content:"\f1ad6"}.hgi-stroke.hgi-cursor-remove-selection-02:before{content:"\f1ad7"}.hgi-stroke.hgi-cursor-text:before{content:"\f1ad8"}.hgi-stroke.hgi-curtains:before{content:"\f1ad9"}.hgi-stroke.hgi-curvy-left-direction:before{content:"\f1ada"}.hgi-stroke.hgi-curvy-left-right-direction:before{content:"\f1adb"}.hgi-stroke.hgi-curvy-right-direction:before{content:"\f1adc"}.hgi-stroke.hgi-curvy-up-down-direction:before{content:"\f1add"}.hgi-stroke.hgi-custom-field:before{content:"\f1ade"}.hgi-stroke.hgi-customer-service-01:before{content:"\f1adf"}.hgi-stroke.hgi-customer-service-02:before{content:"\f1ae0"}.hgi-stroke.hgi-customer-service:before{content:"\f1ae1"}.hgi-stroke.hgi-customer-support:before{content:"\f1ae2"}.hgi-stroke.hgi-customize:before{content:"\f1ae3"}.hgi-stroke.hgi-cylinder-01:before{content:"\f1ae4"}.hgi-stroke.hgi-cylinder-02:before{content:"\f1ae5"}.hgi-stroke.hgi-cylinder-03:before{content:"\f1ae6"}.hgi-stroke.hgi-cylinder-04:before{content:"\f1ae7"}.hgi-stroke.hgi-d-dashboard-browsing:before{content:"\f1ae8"}.hgi-stroke.hgi-d-database-01:before{content:"\f1ae9"}.hgi-stroke.hgi-d-database-sync:before{content:"\f1aea"}.hgi-stroke.hgi-d-delivery-tracking-02:before{content:"\f1aeb"}.hgi-stroke.hgi-d-delivery-view-01:before{content:"\f1aec"}.hgi-stroke.hgi-d-delivery-view-02:before{content:"\f1aed"}.hgi-stroke.hgi-d-device-access:before{content:"\f1aee"}.hgi-stroke.hgi-d-dice-faces-01:before{content:"\f1aef"}.hgi-stroke.hgi-d-dice-faces-02:before{content:"\f1af0"}.hgi-stroke.hgi-d-dice-faces-03:before{content:"\f1af1"}.hgi-stroke.hgi-d-dice-faces-04:before{content:"\f1af2"}.hgi-stroke.hgi-d-dice-faces-05:before{content:"\f1af3"}.hgi-stroke.hgi-d-dice-faces-06:before{content:"\f1af4"}.hgi-stroke.hgi-d-dice:before{content:"\f1af5"}.hgi-stroke.hgi-d-digital-clock:before{content:"\f1af6"}.hgi-stroke.hgi-d-dirham:before{content:"\f1af7"}.hgi-stroke.hgi-d-discord:before{content:"\f1af8"}.hgi-stroke.hgi-d-discount-01:before{content:"\f1af9"}.hgi-stroke.hgi-d-discount-tag-01:before{content:"\f1afa"}.hgi-stroke.hgi-d-discount-tag-02:before{content:"\f1afb"}.hgi-stroke.hgi-d-discount:before{content:"\f1afc"}.hgi-stroke.hgi-d-discover-circle:before{content:"\f1afd"}.hgi-stroke.hgi-d-discover-square:before{content:"\f1afe"}.hgi-stroke.hgi-d-dish-washer:before{content:"\f1aff"}.hgi-stroke.hgi-d-domino:before{content:"\f1b00"}.hgi-stroke.hgi-d-door-01:before{content:"\f1b01"}.hgi-stroke.hgi-d-door-02:before{content:"\f1b02"}.hgi-stroke.hgi-d-door:before{content:"\f1b03"}.hgi-stroke.hgi-d-drag-drop-vertical:before{content:"\f1b04"}.hgi-stroke.hgi-d-drive:before{content:"\f1b05"}.hgi-stroke.hgi-d-drone:before{content:"\f1b06"}.hgi-stroke.hgi-d-ds3-tool:before{content:"\f1b07"}.hgi-stroke.hgi-d-dua:before{content:"\f1b08"}.hgi-stroke.hgi-dam:before{content:"\f1b09"}.hgi-stroke.hgi-danger:before{content:"\f1b0a"}.hgi-stroke.hgi-dark-mode:before{content:"\f1b0b"}.hgi-stroke.hgi-dart:before{content:"\f1b0c"}.hgi-stroke.hgi-dashboard-browsing:before{content:"\f1b0d"}.hgi-stroke.hgi-dashboard-circle-add:before{content:"\f1b0e"}.hgi-stroke.hgi-dashboard-circle-edit:before{content:"\f1b0f"}.hgi-stroke.hgi-dashboard-circle-remove:before{content:"\f1b10"}.hgi-stroke.hgi-dashboard-circle-settings:before{content:"\f1b11"}.hgi-stroke.hgi-dashboard-circle:before{content:"\f1b12"}.hgi-stroke.hgi-dashboard-speed-01:before{content:"\f1b13"}.hgi-stroke.hgi-dashboard-speed-02:before{content:"\f1b14"}.hgi-stroke.hgi-dashboard-square-01:before{content:"\f1b15"}.hgi-stroke.hgi-dashboard-square-02:before{content:"\f1b16"}.hgi-stroke.hgi-dashboard-square-03:before{content:"\f1b17"}.hgi-stroke.hgi-dashboard-square-add:before{content:"\f1b18"}.hgi-stroke.hgi-dashboard-square-edit:before{content:"\f1b19"}.hgi-stroke.hgi-dashboard-square-remove:before{content:"\f1b1a"}.hgi-stroke.hgi-dashboard-square-setting:before{content:"\f1b1b"}.hgi-stroke.hgi-dashed-line-01:before{content:"\f1b1c"}.hgi-stroke.hgi-dashed-line-02:before{content:"\f1b1d"}.hgi-stroke.hgi-dashed-line-circle:before{content:"\f1b1e"}.hgi-stroke.hgi-data-recovery:before{content:"\f1b1f"}.hgi-stroke.hgi-database-01:before{content:"\f1b20"}.hgi-stroke.hgi-database-02:before{content:"\f1b21"}.hgi-stroke.hgi-database-add:before{content:"\f1b22"}.hgi-stroke.hgi-database-backup:before{content:"\f1b23"}.hgi-stroke.hgi-database-expand:before{content:"\f1b24"}.hgi-stroke.hgi-database-export:before{content:"\f1b25"}.hgi-stroke.hgi-database-import:before{content:"\f1b26"}.hgi-stroke.hgi-database-lightning:before{content:"\f1b27"}.hgi-stroke.hgi-database-locked:before{content:"\f1b28"}.hgi-stroke.hgi-database-restore:before{content:"\f1b29"}.hgi-stroke.hgi-database-setting:before{content:"\f1b2a"}.hgi-stroke.hgi-database-sync-01:before{content:"\f1b2b"}.hgi-stroke.hgi-database-sync:before{content:"\f1b2c"}.hgi-stroke.hgi-database:before{content:"\f1b2d"}.hgi-stroke.hgi-date-time:before{content:"\f1b2e"}.hgi-stroke.hgi-dates:before{content:"\f1b2f"}.hgi-stroke.hgi-datev:before{content:"\f1b30"}.hgi-stroke.hgi-dead:before{content:"\f1b31"}.hgi-stroke.hgi-decimals-arrow-left:before{content:"\f1b32"}.hgi-stroke.hgi-deepseek:before{content:"\f1b33"}.hgi-stroke.hgi-delete-01:before{content:"\f1b34"}.hgi-stroke.hgi-delete-02:before{content:"\f1b35"}.hgi-stroke.hgi-delete-03:before{content:"\f1b36"}.hgi-stroke.hgi-delete-04:before{content:"\f1b37"}.hgi-stroke.hgi-delete-column:before{content:"\f1b38"}.hgi-stroke.hgi-delete-put-back:before{content:"\f1b39"}.hgi-stroke.hgi-delete-row:before{content:"\f1b3a"}.hgi-stroke.hgi-delete-throw:before{content:"\f1b3b"}.hgi-stroke.hgi-delivered-sent:before{content:"\f1b3c"}.hgi-stroke.hgi-delivery-box-01:before{content:"\f1b3d"}.hgi-stroke.hgi-delivery-box-02:before{content:"\f1b3e"}.hgi-stroke.hgi-delivery-delay-01:before{content:"\f1b3f"}.hgi-stroke.hgi-delivery-delay-02:before{content:"\f1b40"}.hgi-stroke.hgi-delivery-return-01:before{content:"\f1b41"}.hgi-stroke.hgi-delivery-return-02:before{content:"\f1b42"}.hgi-stroke.hgi-delivery-secure-01:before{content:"\f1b43"}.hgi-stroke.hgi-delivery-secure-02:before{content:"\f1b44"}.hgi-stroke.hgi-delivery-sent-01:before{content:"\f1b45"}.hgi-stroke.hgi-delivery-sent-02:before{content:"\f1b46"}.hgi-stroke.hgi-delivery-tracking-01:before{content:"\f1b47"}.hgi-stroke.hgi-delivery-tracking-02:before{content:"\f1b48"}.hgi-stroke.hgi-delivery-truck-01:before{content:"\f1b49"}.hgi-stroke.hgi-delivery-truck-02:before{content:"\f1b4a"}.hgi-stroke.hgi-delivery-view-01:before{content:"\f1b4b"}.hgi-stroke.hgi-delivery-view-02:before{content:"\f1b4c"}.hgi-stroke.hgi-dental-braces:before{content:"\f1b4d"}.hgi-stroke.hgi-dental-broken-tooth:before{content:"\f1b4e"}.hgi-stroke.hgi-dental-care:before{content:"\f1b4f"}.hgi-stroke.hgi-dental-tooth:before{content:"\f1b50"}.hgi-stroke.hgi-departement:before{content:"\f1b51"}.hgi-stroke.hgi-desert:before{content:"\f1b52"}.hgi-stroke.hgi-desk-01:before{content:"\f1b53"}.hgi-stroke.hgi-desk-02:before{content:"\f1b54"}.hgi-stroke.hgi-desk:before{content:"\f1b55"}.hgi-stroke.hgi-detergent:before{content:"\f1b56"}.hgi-stroke.hgi-developer:before{content:"\f1b57"}.hgi-stroke.hgi-deviantart:before{content:"\f1b58"}.hgi-stroke.hgi-device-access:before{content:"\f1b59"}.hgi-stroke.hgi-diagonal-scroll-point-01:before{content:"\f1b5a"}.hgi-stroke.hgi-diagonal-scroll-point-02:before{content:"\f1b5b"}.hgi-stroke.hgi-dialpad-circle-01:before{content:"\f1b5c"}.hgi-stroke.hgi-dialpad-circle-02:before{content:"\f1b5d"}.hgi-stroke.hgi-dialpad-square-01:before{content:"\f1b5e"}.hgi-stroke.hgi-dialpad-square-02:before{content:"\f1b5f"}.hgi-stroke.hgi-diameter:before{content:"\f1b60"}.hgi-stroke.hgi-diamond-01:before{content:"\f1b61"}.hgi-stroke.hgi-diamond-02:before{content:"\f1b62"}.hgi-stroke.hgi-diamond-minus:before{content:"\f1b63"}.hgi-stroke.hgi-diamond-percent:before{content:"\f1b64"}.hgi-stroke.hgi-diamond-plus:before{content:"\f1b65"}.hgi-stroke.hgi-diamond:before{content:"\f1b66"}.hgi-stroke.hgi-diaper:before{content:"\f1b67"}.hgi-stroke.hgi-dice-faces-01:before{content:"\f1b68"}.hgi-stroke.hgi-dice-faces-02:before{content:"\f1b69"}.hgi-stroke.hgi-dice-faces-03:before{content:"\f1b6a"}.hgi-stroke.hgi-dice-faces-04:before{content:"\f1b6b"}.hgi-stroke.hgi-dice-faces-05:before{content:"\f1b6c"}.hgi-stroke.hgi-dice-faces-06:before{content:"\f1b6d"}.hgi-stroke.hgi-dice:before{content:"\f1b6e"}.hgi-stroke.hgi-digestion:before{content:"\f1b6f"}.hgi-stroke.hgi-digg:before{content:"\f1b70"}.hgi-stroke.hgi-digital-clock:before{content:"\f1b71"}.hgi-stroke.hgi-dim-sum-01:before{content:"\f1b72"}.hgi-stroke.hgi-dim-sum-02:before{content:"\f1b73"}.hgi-stroke.hgi-dining-table:before{content:"\f1b74"}.hgi-stroke.hgi-diploma:before{content:"\f1b75"}.hgi-stroke.hgi-direction-left-01:before{content:"\f1b76"}.hgi-stroke.hgi-direction-left-02:before{content:"\f1b77"}.hgi-stroke.hgi-direction-right-01:before{content:"\f1b78"}.hgi-stroke.hgi-direction-right-02:before{content:"\f1b79"}.hgi-stroke.hgi-directions-01:before{content:"\f1b7a"}.hgi-stroke.hgi-directions-02:before{content:"\f1b7b"}.hgi-stroke.hgi-dirham:before{content:"\f1b7c"}.hgi-stroke.hgi-disability-01:before{content:"\f1b7d"}.hgi-stroke.hgi-disability-02:before{content:"\f1b7e"}.hgi-stroke.hgi-disc-2:before{content:"\f1b7f"}.hgi-stroke.hgi-disc-3:before{content:"\f1b80"}.hgi-stroke.hgi-disc-album:before{content:"\f1b81"}.hgi-stroke.hgi-disc:before{content:"\f1b82"}.hgi-stroke.hgi-discord:before{content:"\f1b83"}.hgi-stroke.hgi-discount-01:before{content:"\f1b84"}.hgi-stroke.hgi-discount-tag-01:before{content:"\f1b85"}.hgi-stroke.hgi-discount-tag-02:before{content:"\f1b86"}.hgi-stroke.hgi-discount:before{content:"\f1b87"}.hgi-stroke.hgi-discover-circle:before{content:"\f1b88"}.hgi-stroke.hgi-discover-square:before{content:"\f1b89"}.hgi-stroke.hgi-dish-01:before{content:"\f1b8a"}.hgi-stroke.hgi-dish-02:before{content:"\f1b8b"}.hgi-stroke.hgi-dish-washer:before{content:"\f1b8c"}.hgi-stroke.hgi-displeased:before{content:"\f1b8d"}.hgi-stroke.hgi-distribute-horizontal-center:before{content:"\f1b8e"}.hgi-stroke.hgi-distribute-horizontal-left:before{content:"\f1b8f"}.hgi-stroke.hgi-distribute-horizontal-right:before{content:"\f1b90"}.hgi-stroke.hgi-distribute-vertical-bottom:before{content:"\f1b91"}.hgi-stroke.hgi-distribute-vertical-center:before{content:"\f1b92"}.hgi-stroke.hgi-distribute-vertical-top:before{content:"\f1b93"}.hgi-stroke.hgi-distribution:before{content:"\f1b94"}.hgi-stroke.hgi-divide-sign-circle:before{content:"\f1b95"}.hgi-stroke.hgi-divide-sign-square:before{content:"\f1b96"}.hgi-stroke.hgi-divide-sign:before{content:"\f1b97"}.hgi-stroke.hgi-dna-01:before{content:"\f1b98"}.hgi-stroke.hgi-dna:before{content:"\f1b99"}.hgi-stroke.hgi-do-not-touch-01:before{content:"\f1b9a"}.hgi-stroke.hgi-do-not-touch-02:before{content:"\f1b9b"}.hgi-stroke.hgi-doc-01:before{content:"\f1b9c"}.hgi-stroke.hgi-doc-02:before{content:"\f1b9d"}.hgi-stroke.hgi-doctor-01:before{content:"\f1b9e"}.hgi-stroke.hgi-doctor-02:before{content:"\f1b9f"}.hgi-stroke.hgi-doctor-03:before{content:"\f1ba0"}.hgi-stroke.hgi-document-attachment:before{content:"\f1ba1"}.hgi-stroke.hgi-document-code:before{content:"\f1ba2"}.hgi-stroke.hgi-document-validation:before{content:"\f1ba3"}.hgi-stroke.hgi-dollar-01:before{content:"\f1ba4"}.hgi-stroke.hgi-dollar-02:before{content:"\f1ba5"}.hgi-stroke.hgi-dollar-circle:before{content:"\f1ba6"}.hgi-stroke.hgi-dollar-receive-01:before{content:"\f1ba7"}.hgi-stroke.hgi-dollar-receive-02:before{content:"\f1ba8"}.hgi-stroke.hgi-dollar-send-01:before{content:"\f1ba9"}.hgi-stroke.hgi-dollar-send-02:before{content:"\f1baa"}.hgi-stroke.hgi-dollar-square:before{content:"\f1bab"}.hgi-stroke.hgi-dome:before{content:"\f1bac"}.hgi-stroke.hgi-domino:before{content:"\f1bad"}.hgi-stroke.hgi-door-01:before{content:"\f1bae"}.hgi-stroke.hgi-door-02:before{content:"\f1baf"}.hgi-stroke.hgi-door-lock:before{content:"\f1bb0"}.hgi-stroke.hgi-door-open:before{content:"\f1bb1"}.hgi-stroke.hgi-door:before{content:"\f1bb2"}.hgi-stroke.hgi-doughnut:before{content:"\f1bb3"}.hgi-stroke.hgi-download-01:before{content:"\f1bb4"}.hgi-stroke.hgi-download-02:before{content:"\f1bb5"}.hgi-stroke.hgi-download-03:before{content:"\f1bb6"}.hgi-stroke.hgi-download-04:before{content:"\f1bb7"}.hgi-stroke.hgi-download-05:before{content:"\f1bb8"}.hgi-stroke.hgi-download-06:before{content:"\f1bb9"}.hgi-stroke.hgi-download-circle-01:before{content:"\f1bba"}.hgi-stroke.hgi-download-circle-02:before{content:"\f1bbb"}.hgi-stroke.hgi-download-square-01:before{content:"\f1bbc"}.hgi-stroke.hgi-download-square-02:before{content:"\f1bbd"}.hgi-stroke.hgi-drag-01:before{content:"\f1bbe"}.hgi-stroke.hgi-drag-02:before{content:"\f1bbf"}.hgi-stroke.hgi-drag-03:before{content:"\f1bc0"}.hgi-stroke.hgi-drag-04:before{content:"\f1bc1"}.hgi-stroke.hgi-drag-drop-horizontal:before{content:"\f1bc2"}.hgi-stroke.hgi-drag-drop-vertical:before{content:"\f1bc3"}.hgi-stroke.hgi-drag-drop:before{content:"\f1bc4"}.hgi-stroke.hgi-drag-left-01:before{content:"\f1bc5"}.hgi-stroke.hgi-drag-left-02:before{content:"\f1bc6"}.hgi-stroke.hgi-drag-left-03:before{content:"\f1bc7"}.hgi-stroke.hgi-drag-left-04:before{content:"\f1bc8"}.hgi-stroke.hgi-drag-right-01:before{content:"\f1bc9"}.hgi-stroke.hgi-drag-right-02:before{content:"\f1bca"}.hgi-stroke.hgi-drag-right-03:before{content:"\f1bcb"}.hgi-stroke.hgi-drag-right-04:before{content:"\f1bcc"}.hgi-stroke.hgi-drawing-compass:before{content:"\f1bcd"}.hgi-stroke.hgi-drawing-mode:before{content:"\f1bce"}.hgi-stroke.hgi-dress-01:before{content:"\f1bcf"}.hgi-stroke.hgi-dress-02:before{content:"\f1bd0"}.hgi-stroke.hgi-dress-03:before{content:"\f1bd1"}.hgi-stroke.hgi-dress-04:before{content:"\f1bd2"}.hgi-stroke.hgi-dress-05:before{content:"\f1bd3"}.hgi-stroke.hgi-dress-06:before{content:"\f1bd4"}.hgi-stroke.hgi-dress-07:before{content:"\f1bd5"}.hgi-stroke.hgi-dressing-table-01:before{content:"\f1bd6"}.hgi-stroke.hgi-dressing-table-02:before{content:"\f1bd7"}.hgi-stroke.hgi-dressing-table-03:before{content:"\f1bd8"}.hgi-stroke.hgi-dribbble:before{content:"\f1bd9"}.hgi-stroke.hgi-drill:before{content:"\f1bda"}.hgi-stroke.hgi-drink:before{content:"\f1bdb"}.hgi-stroke.hgi-drive:before{content:"\f1bdc"}.hgi-stroke.hgi-drone:before{content:"\f1bdd"}.hgi-stroke.hgi-drooling:before{content:"\f1bde"}.hgi-stroke.hgi-dropbox:before{content:"\f1bdf"}.hgi-stroke.hgi-dropdown-field-type:before{content:"\f1be0"}.hgi-stroke.hgi-droplet:before{content:"\f1be1"}.hgi-stroke.hgi-dropper:before{content:"\f1be2"}.hgi-stroke.hgi-ds3-tool:before{content:"\f1be3"}.hgi-stroke.hgi-dua:before{content:"\f1be4"}.hgi-stroke.hgi-dumbbell-01:before{content:"\f1be5"}.hgi-stroke.hgi-dumbbell-02:before{content:"\f1be6"}.hgi-stroke.hgi-dumbbell-03:before{content:"\f1be7"}.hgi-stroke.hgi-duplex:before{content:"\f1be8"}.hgi-stroke.hgi-e-eiffel-tower:before{content:"\f1be9"}.hgi-stroke.hgi-e-encrypt:before{content:"\f1bea"}.hgi-stroke.hgi-e-exclamation-mark-slash:before{content:"\f1beb"}.hgi-stroke.hgi-e-exclamation-mark:before{content:"\f1bec"}.hgi-stroke.hgi-e-external-drive:before{content:"\f1bed"}.hgi-stroke.hgi-ear-off:before{content:"\f1bee"}.hgi-stroke.hgi-ear-rings-01:before{content:"\f1bef"}.hgi-stroke.hgi-ear-rings-02:before{content:"\f1bf0"}.hgi-stroke.hgi-ear-rings-03:before{content:"\f1bf1"}.hgi-stroke.hgi-ear:before{content:"\f1bf2"}.hgi-stroke.hgi-earth-lock:before{content:"\f1bf3"}.hgi-stroke.hgi-earth:before{content:"\f1bf4"}.hgi-stroke.hgi-ease-curve-control-points:before{content:"\f1bf5"}.hgi-stroke.hgi-ease-in-control-point:before{content:"\f1bf6"}.hgi-stroke.hgi-ease-in-out:before{content:"\f1bf7"}.hgi-stroke.hgi-ease-in:before{content:"\f1bf8"}.hgi-stroke.hgi-ease-out-control-point:before{content:"\f1bf9"}.hgi-stroke.hgi-ease-out:before{content:"\f1bfa"}.hgi-stroke.hgi-eco-energy:before{content:"\f1bfb"}.hgi-stroke.hgi-eco-lab-01:before{content:"\f1bfc"}.hgi-stroke.hgi-eco-lab-02:before{content:"\f1bfd"}.hgi-stroke.hgi-eco-lab:before{content:"\f1bfe"}.hgi-stroke.hgi-eco-power:before{content:"\f1bff"}.hgi-stroke.hgi-edge-style:before{content:"\f1c00"}.hgi-stroke.hgi-edit-01:before{content:"\f1c01"}.hgi-stroke.hgi-edit-02:before{content:"\f1c02"}.hgi-stroke.hgi-edit-03:before{content:"\f1c03"}.hgi-stroke.hgi-edit-04:before{content:"\f1c04"}.hgi-stroke.hgi-edit-off-03:before{content:"\f1c05"}.hgi-stroke.hgi-edit-off-04:before{content:"\f1c06"}.hgi-stroke.hgi-edit-off:before{content:"\f1c07"}.hgi-stroke.hgi-edit-road:before{content:"\f1c08"}.hgi-stroke.hgi-edit-table:before{content:"\f1c09"}.hgi-stroke.hgi-edit-user-02:before{content:"\f1c0a"}.hgi-stroke.hgi-egg-fried:before{content:"\f1c0b"}.hgi-stroke.hgi-egg-off:before{content:"\f1c0c"}.hgi-stroke.hgi-egg:before{content:"\f1c0d"}.hgi-stroke.hgi-eggs:before{content:"\f1c0e"}.hgi-stroke.hgi-eid-mubarak:before{content:"\f1c0f"}.hgi-stroke.hgi-eiffel-tower:before{content:"\f1c10"}.hgi-stroke.hgi-eight-circle:before{content:"\f1c11"}.hgi-stroke.hgi-eight-square:before{content:"\f1c12"}.hgi-stroke.hgi-elearning-exchange:before{content:"\f1c13"}.hgi-stroke.hgi-electric-home-01:before{content:"\f1c14"}.hgi-stroke.hgi-electric-home-02:before{content:"\f1c15"}.hgi-stroke.hgi-electric-plugs:before{content:"\f1c16"}.hgi-stroke.hgi-electric-tower-01:before{content:"\f1c17"}.hgi-stroke.hgi-electric-tower-02:before{content:"\f1c18"}.hgi-stroke.hgi-electric-wire:before{content:"\f1c19"}.hgi-stroke.hgi-electricity-stack:before{content:"\f1c1a"}.hgi-stroke.hgi-ellipse-selection:before{content:"\f1c1b"}.hgi-stroke.hgi-encrypt:before{content:"\f1c1c"}.hgi-stroke.hgi-energy-ellipse:before{content:"\f1c1d"}.hgi-stroke.hgi-energy-rectangle:before{content:"\f1c1e"}.hgi-stroke.hgi-energy:before{content:"\f1c1f"}.hgi-stroke.hgi-engine-slash:before{content:"\f1c20"}.hgi-stroke.hgi-engine:before{content:"\f1c21"}.hgi-stroke.hgi-entering-geo-fence:before{content:"\f1c22"}.hgi-stroke.hgi-entrance-stairs:before{content:"\f1c23"}.hgi-stroke.hgi-envato:before{content:"\f1c24"}.hgi-stroke.hgi-equal-sign-circle:before{content:"\f1c25"}.hgi-stroke.hgi-equal-sign-square:before{content:"\f1c26"}.hgi-stroke.hgi-equal-sign:before{content:"\f1c27"}.hgi-stroke.hgi-equipment-bench-press:before{content:"\f1c28"}.hgi-stroke.hgi-equipment-chest-press:before{content:"\f1c29"}.hgi-stroke.hgi-equipment-gym-01:before{content:"\f1c2a"}.hgi-stroke.hgi-equipment-gym-02:before{content:"\f1c2b"}.hgi-stroke.hgi-equipment-gym-03:before{content:"\f1c2c"}.hgi-stroke.hgi-equipment-weightlifting:before{content:"\f1c2d"}.hgi-stroke.hgi-eraser-01:before{content:"\f1c2e"}.hgi-stroke.hgi-eraser-add:before{content:"\f1c2f"}.hgi-stroke.hgi-eraser-auto:before{content:"\f1c30"}.hgi-stroke.hgi-eraser:before{content:"\f1c31"}.hgi-stroke.hgi-estimate-01:before{content:"\f1c32"}.hgi-stroke.hgi-estimate-02:before{content:"\f1c33"}.hgi-stroke.hgi-ethereum-ellipse:before{content:"\f1c34"}.hgi-stroke.hgi-ethereum-rectangle:before{content:"\f1c35"}.hgi-stroke.hgi-ethereum:before{content:"\f1c36"}.hgi-stroke.hgi-euro-circle:before{content:"\f1c37"}.hgi-stroke.hgi-euro-receive:before{content:"\f1c38"}.hgi-stroke.hgi-euro-send:before{content:"\f1c39"}.hgi-stroke.hgi-euro-square:before{content:"\f1c3a"}.hgi-stroke.hgi-euro:before{content:"\f1c3b"}.hgi-stroke.hgi-ev-charging:before{content:"\f1c3c"}.hgi-stroke.hgi-evil:before{content:"\f1c3d"}.hgi-stroke.hgi-exchange-01:before{content:"\f1c3e"}.hgi-stroke.hgi-exchange-02:before{content:"\f1c3f"}.hgi-stroke.hgi-exchange-03:before{content:"\f1c40"}.hgi-stroke.hgi-exchange-bitcoin:before{content:"\f1c41"}.hgi-stroke.hgi-exclamation-mark-big-slash:before{content:"\f1c42"}.hgi-stroke.hgi-exclamation-mark-big:before{content:"\f1c43"}.hgi-stroke.hgi-exclamation-mark-slash:before{content:"\f1c44"}.hgi-stroke.hgi-exclamation-mark:before{content:"\f1c45"}.hgi-stroke.hgi-expand-paragraph:before{content:"\f1c46"}.hgi-stroke.hgi-expand:before{content:"\f1c47"}.hgi-stroke.hgi-expander:before{content:"\f1c48"}.hgi-stroke.hgi-external-drive:before{content:"\f1c49"}.hgi-stroke.hgi-eye:before{content:"\f1c4a"}.hgi-stroke.hgi-f-fireworks:before{content:"\f1c4b"}.hgi-stroke.hgi-f-fish-food:before{content:"\f1c4c"}.hgi-stroke.hgi-f-folder-unknown:before{content:"\f1c4d"}.hgi-stroke.hgi-f-folder-view:before{content:"\f1c4e"}.hgi-stroke.hgi-f-forgot-password:before{content:"\f1c4f"}.hgi-stroke.hgi-f-french-fries-02:before{content:"\f1c50"}.hgi-stroke.hgi-f-fridge:before{content:"\f1c51"}.hgi-stroke.hgi-f-fry:before{content:"\f1c52"}.hgi-stroke.hgi-face-id:before{content:"\f1c53"}.hgi-stroke.hgi-facebook-01:before{content:"\f1c54"}.hgi-stroke.hgi-facebook-02:before{content:"\f1c55"}.hgi-stroke.hgi-factory-01:before{content:"\f1c56"}.hgi-stroke.hgi-factory-02:before{content:"\f1c57"}.hgi-stroke.hgi-factory:before{content:"\f1c58"}.hgi-stroke.hgi-fahrenheit:before{content:"\f1c59"}.hgi-stroke.hgi-falling-star:before{content:"\f1c5a"}.hgi-stroke.hgi-fan-01:before{content:"\f1c5b"}.hgi-stroke.hgi-fan-02:before{content:"\f1c5c"}.hgi-stroke.hgi-fast-wind:before{content:"\f1c5d"}.hgi-stroke.hgi-favourite-circle:before{content:"\f1c5e"}.hgi-stroke.hgi-favourite-square:before{content:"\f1c5f"}.hgi-stroke.hgi-favourite:before{content:"\f1c60"}.hgi-stroke.hgi-feather:before{content:"\f1c61"}.hgi-stroke.hgi-female-02:before{content:"\f1c62"}.hgi-stroke.hgi-female-symbol:before{content:"\f1c63"}.hgi-stroke.hgi-fence:before{content:"\f1c64"}.hgi-stroke.hgi-fencing-mask:before{content:"\f1c65"}.hgi-stroke.hgi-fencing:before{content:"\f1c66"}.hgi-stroke.hgi-ferris-wheel:before{content:"\f1c67"}.hgi-stroke.hgi-ferry-boat:before{content:"\f1c68"}.hgi-stroke.hgi-figma:before{content:"\f1c69"}.hgi-stroke.hgi-file-01:before{content:"\f1c6a"}.hgi-stroke.hgi-file-02:before{content:"\f1c6b"}.hgi-stroke.hgi-file-add:before{content:"\f1c6c"}.hgi-stroke.hgi-file-archive:before{content:"\f1c6d"}.hgi-stroke.hgi-file-attachment:before{content:"\f1c6e"}.hgi-stroke.hgi-file-audio:before{content:"\f1c6f"}.hgi-stroke.hgi-file-axis-three-d:before{content:"\f1c70"}.hgi-stroke.hgi-file-badge:before{content:"\f1c71"}.hgi-stroke.hgi-file-bitcoin:before{content:"\f1c72"}.hgi-stroke.hgi-file-block:before{content:"\f1c73"}.hgi-stroke.hgi-file-bookmark:before{content:"\f1c74"}.hgi-stroke.hgi-file-box:before{content:"\f1c75"}.hgi-stroke.hgi-file-braces:before{content:"\f1c76"}.hgi-stroke.hgi-file-chart-column-increasing:before{content:"\f1c77"}.hgi-stroke.hgi-file-chart-column:before{content:"\f1c78"}.hgi-stroke.hgi-file-chart-pie:before{content:"\f1c79"}.hgi-stroke.hgi-file-clock:before{content:"\f1c7a"}.hgi-stroke.hgi-file-cloud:before{content:"\f1c7b"}.hgi-stroke.hgi-file-code-corner:before{content:"\f1c7c"}.hgi-stroke.hgi-file-code:before{content:"\f1c7d"}.hgi-stroke.hgi-file-corrupt:before{content:"\f1c7e"}.hgi-stroke.hgi-file-database:before{content:"\f1c7f"}.hgi-stroke.hgi-file-diff:before{content:"\f1c80"}.hgi-stroke.hgi-file-digit:before{content:"\f1c81"}.hgi-stroke.hgi-file-dollar:before{content:"\f1c82"}.hgi-stroke.hgi-file-down:before{content:"\f1c83"}.hgi-stroke.hgi-file-download:before{content:"\f1c84"}.hgi-stroke.hgi-file-edit:before{content:"\f1c85"}.hgi-stroke.hgi-file-empty-01:before{content:"\f1c86"}.hgi-stroke.hgi-file-empty-02:before{content:"\f1c87"}.hgi-stroke.hgi-file-euro:before{content:"\f1c88"}.hgi-stroke.hgi-file-exclamation-point:before{content:"\f1c89"}.hgi-stroke.hgi-file-export:before{content:"\f1c8a"}.hgi-stroke.hgi-file-favourite:before{content:"\f1c8b"}.hgi-stroke.hgi-file-headphone:before{content:"\f1c8c"}.hgi-stroke.hgi-file-heart:before{content:"\f1c8d"}.hgi-stroke.hgi-file-image:before{content:"\f1c8e"}.hgi-stroke.hgi-file-import:before{content:"\f1c8f"}.hgi-stroke.hgi-file-input:before{content:"\f1c90"}.hgi-stroke.hgi-file-key:before{content:"\f1c91"}.hgi-stroke.hgi-file-link:before{content:"\f1c92"}.hgi-stroke.hgi-file-lock:before{content:"\f1c93"}.hgi-stroke.hgi-file-locked:before{content:"\f1c94"}.hgi-stroke.hgi-file-management:before{content:"\f1c95"}.hgi-stroke.hgi-file-minus:before{content:"\f1c96"}.hgi-stroke.hgi-file-music:before{content:"\f1c97"}.hgi-stroke.hgi-file-not-found:before{content:"\f1c98"}.hgi-stroke.hgi-file-paste:before{content:"\f1c99"}.hgi-stroke.hgi-file-pen:before{content:"\f1c9a"}.hgi-stroke.hgi-file-pin:before{content:"\f1c9b"}.hgi-stroke.hgi-file-play:before{content:"\f1c9c"}.hgi-stroke.hgi-file-plus:before{content:"\f1c9d"}.hgi-stroke.hgi-file-pound:before{content:"\f1c9e"}.hgi-stroke.hgi-file-question-mark:before{content:"\f1c9f"}.hgi-stroke.hgi-file-remove:before{content:"\f1ca0"}.hgi-stroke.hgi-file-scan:before{content:"\f1ca1"}.hgi-stroke.hgi-file-script:before{content:"\f1ca2"}.hgi-stroke.hgi-file-search:before{content:"\f1ca3"}.hgi-stroke.hgi-file-security:before{content:"\f1ca4"}.hgi-stroke.hgi-file-shredder:before{content:"\f1ca5"}.hgi-stroke.hgi-file-signal:before{content:"\f1ca6"}.hgi-stroke.hgi-file-sliders:before{content:"\f1ca7"}.hgi-stroke.hgi-file-spreadsheet:before{content:"\f1ca8"}.hgi-stroke.hgi-file-stack:before{content:"\f1ca9"}.hgi-stroke.hgi-file-star:before{content:"\f1caa"}.hgi-stroke.hgi-file-sync:before{content:"\f1cab"}.hgi-stroke.hgi-file-unknown:before{content:"\f1cac"}.hgi-stroke.hgi-file-unlocked:before{content:"\f1cad"}.hgi-stroke.hgi-file-upload:before{content:"\f1cae"}.hgi-stroke.hgi-file-validation:before{content:"\f1caf"}.hgi-stroke.hgi-file-verified:before{content:"\f1cb0"}.hgi-stroke.hgi-file-video:before{content:"\f1cb1"}.hgi-stroke.hgi-file-view:before{content:"\f1cb2"}.hgi-stroke.hgi-file-yen:before{content:"\f1cb3"}.hgi-stroke.hgi-file-zip:before{content:"\f1cb4"}.hgi-stroke.hgi-files-01:before{content:"\f1cb5"}.hgi-stroke.hgi-files-02:before{content:"\f1cb6"}.hgi-stroke.hgi-film-01:before{content:"\f1cb7"}.hgi-stroke.hgi-film-02:before{content:"\f1cb8"}.hgi-stroke.hgi-film-roll-01:before{content:"\f1cb9"}.hgi-stroke.hgi-film-roll-02:before{content:"\f1cba"}.hgi-stroke.hgi-filter-add:before{content:"\f1cbb"}.hgi-stroke.hgi-filter-edit:before{content:"\f1cbc"}.hgi-stroke.hgi-filter-horizontal:before{content:"\f1cbd"}.hgi-stroke.hgi-filter-mail-circle:before{content:"\f1cbe"}.hgi-stroke.hgi-filter-mail-edit:before{content:"\f1cbf"}.hgi-stroke.hgi-filter-mail-remove:before{content:"\f1cc0"}.hgi-stroke.hgi-filter-mail-square:before{content:"\f1cc1"}.hgi-stroke.hgi-filter-mail:before{content:"\f1cc2"}.hgi-stroke.hgi-filter-remove:before{content:"\f1cc3"}.hgi-stroke.hgi-filter-reset:before{content:"\f1cc4"}.hgi-stroke.hgi-filter-vertical:before{content:"\f1cc5"}.hgi-stroke.hgi-filter:before{content:"\f1cc6"}.hgi-stroke.hgi-finger-access:before{content:"\f1cc7"}.hgi-stroke.hgi-finger-print-add:before{content:"\f1cc8"}.hgi-stroke.hgi-finger-print-check:before{content:"\f1cc9"}.hgi-stroke.hgi-finger-print-minus:before{content:"\f1cca"}.hgi-stroke.hgi-finger-print-remove:before{content:"\f1ccb"}.hgi-stroke.hgi-finger-print-scan:before{content:"\f1ccc"}.hgi-stroke.hgi-finger-print:before{content:"\f1ccd"}.hgi-stroke.hgi-fingerprint-scan:before{content:"\f1cce"}.hgi-stroke.hgi-fins:before{content:"\f1ccf"}.hgi-stroke.hgi-fire-02:before{content:"\f1cd0"}.hgi-stroke.hgi-fire-03:before{content:"\f1cd1"}.hgi-stroke.hgi-fire-extinguisher:before{content:"\f1cd2"}.hgi-stroke.hgi-fire-pit:before{content:"\f1cd3"}.hgi-stroke.hgi-fire-security:before{content:"\f1cd4"}.hgi-stroke.hgi-fire:before{content:"\f1cd5"}.hgi-stroke.hgi-firewall:before{content:"\f1cd6"}.hgi-stroke.hgi-fireworks:before{content:"\f1cd7"}.hgi-stroke.hgi-first-aid-kit:before{content:"\f1cd8"}.hgi-stroke.hgi-first-bracket-circle:before{content:"\f1cd9"}.hgi-stroke.hgi-first-bracket-square:before{content:"\f1cda"}.hgi-stroke.hgi-first-bracket:before{content:"\f1cdb"}.hgi-stroke.hgi-fish-food:before{content:"\f1cdc"}.hgi-stroke.hgi-fish-off:before{content:"\f1cdd"}.hgi-stroke.hgi-fish-symbol:before{content:"\f1cde"}.hgi-stroke.hgi-fit-to-screen:before{content:"\f1cdf"}.hgi-stroke.hgi-five-circle:before{content:"\f1ce0"}.hgi-stroke.hgi-five-square:before{content:"\f1ce1"}.hgi-stroke.hgi-fiverr:before{content:"\f1ce2"}.hgi-stroke.hgi-flag-01:before{content:"\f1ce3"}.hgi-stroke.hgi-flag-02:before{content:"\f1ce4"}.hgi-stroke.hgi-flag-03:before{content:"\f1ce5"}.hgi-stroke.hgi-flame-kindling:before{content:"\f1ce6"}.hgi-stroke.hgi-flash-off:before{content:"\f1ce7"}.hgi-stroke.hgi-flash:before{content:"\f1ce8"}.hgi-stroke.hgi-flashlight:before{content:"\f1ce9"}.hgi-stroke.hgi-flaticon:before{content:"\f1cea"}.hgi-stroke.hgi-flickr:before{content:"\f1ceb"}.hgi-stroke.hgi-flim-slate:before{content:"\f1cec"}.hgi-stroke.hgi-flip-bottom:before{content:"\f1ced"}.hgi-stroke.hgi-flip-horizontal:before{content:"\f1cee"}.hgi-stroke.hgi-flip-left:before{content:"\f1cef"}.hgi-stroke.hgi-flip-phone:before{content:"\f1cf0"}.hgi-stroke.hgi-flip-right:before{content:"\f1cf1"}.hgi-stroke.hgi-flip-top:before{content:"\f1cf2"}.hgi-stroke.hgi-flip-vertical:before{content:"\f1cf3"}.hgi-stroke.hgi-floor-plan:before{content:"\f1cf4"}.hgi-stroke.hgi-floppy-disk:before{content:"\f1cf5"}.hgi-stroke.hgi-flow-circle:before{content:"\f1cf6"}.hgi-stroke.hgi-flow-connection:before{content:"\f1cf7"}.hgi-stroke.hgi-flow-square:before{content:"\f1cf8"}.hgi-stroke.hgi-flow:before{content:"\f1cf9"}.hgi-stroke.hgi-flowchart-01:before{content:"\f1cfa"}.hgi-stroke.hgi-flowchart-02:before{content:"\f1cfb"}.hgi-stroke.hgi-flower-pot:before{content:"\f1cfc"}.hgi-stroke.hgi-flower:before{content:"\f1cfd"}.hgi-stroke.hgi-flushed:before{content:"\f1cfe"}.hgi-stroke.hgi-flying-human:before{content:"\f1cff"}.hgi-stroke.hgi-focus-point:before{content:"\f1d00"}.hgi-stroke.hgi-folder-01:before{content:"\f1d01"}.hgi-stroke.hgi-folder-02:before{content:"\f1d02"}.hgi-stroke.hgi-folder-03:before{content:"\f1d03"}.hgi-stroke.hgi-folder-add:before{content:"\f1d04"}.hgi-stroke.hgi-folder-attachment:before{content:"\f1d05"}.hgi-stroke.hgi-folder-audio:before{content:"\f1d06"}.hgi-stroke.hgi-folder-block:before{content:"\f1d07"}.hgi-stroke.hgi-folder-check:before{content:"\f1d08"}.hgi-stroke.hgi-folder-clock:before{content:"\f1d09"}.hgi-stroke.hgi-folder-cloud:before{content:"\f1d0a"}.hgi-stroke.hgi-folder-details-reference:before{content:"\f1d0b"}.hgi-stroke.hgi-folder-details:before{content:"\f1d0c"}.hgi-stroke.hgi-folder-download:before{content:"\f1d0d"}.hgi-stroke.hgi-folder-edit:before{content:"\f1d0e"}.hgi-stroke.hgi-folder-export:before{content:"\f1d0f"}.hgi-stroke.hgi-folder-favourite:before{content:"\f1d10"}.hgi-stroke.hgi-folder-file-storage:before{content:"\f1d11"}.hgi-stroke.hgi-folder-import:before{content:"\f1d12"}.hgi-stroke.hgi-folder-kanban:before{content:"\f1d13"}.hgi-stroke.hgi-folder-library:before{content:"\f1d14"}.hgi-stroke.hgi-folder-links:before{content:"\f1d15"}.hgi-stroke.hgi-folder-locked:before{content:"\f1d16"}.hgi-stroke.hgi-folder-management:before{content:"\f1d17"}.hgi-stroke.hgi-folder-minus:before{content:"\f1d18"}.hgi-stroke.hgi-folder-music:before{content:"\f1d19"}.hgi-stroke.hgi-folder-off:before{content:"\f1d1a"}.hgi-stroke.hgi-folder-open:before{content:"\f1d1b"}.hgi-stroke.hgi-folder-pin:before{content:"\f1d1c"}.hgi-stroke.hgi-folder-remove:before{content:"\f1d1d"}.hgi-stroke.hgi-folder-search:before{content:"\f1d1e"}.hgi-stroke.hgi-folder-security:before{content:"\f1d1f"}.hgi-stroke.hgi-folder-shared-01:before{content:"\f1d20"}.hgi-stroke.hgi-folder-shared-02:before{content:"\f1d21"}.hgi-stroke.hgi-folder-shared-03:before{content:"\f1d22"}.hgi-stroke.hgi-folder-sync:before{content:"\f1d23"}.hgi-stroke.hgi-folder-transfer:before{content:"\f1d24"}.hgi-stroke.hgi-folder-unknown:before{content:"\f1d25"}.hgi-stroke.hgi-folder-unlocked:before{content:"\f1d26"}.hgi-stroke.hgi-folder-upload:before{content:"\f1d27"}.hgi-stroke.hgi-folder-video:before{content:"\f1d28"}.hgi-stroke.hgi-folder-view:before{content:"\f1d29"}.hgi-stroke.hgi-folder-zip:before{content:"\f1d2a"}.hgi-stroke.hgi-folders:before{content:"\f1d2b"}.hgi-stroke.hgi-football-pitch:before{content:"\f1d2c"}.hgi-stroke.hgi-football:before{content:"\f1d2d"}.hgi-stroke.hgi-forgot-password:before{content:"\f1d2e"}.hgi-stroke.hgi-fork:before{content:"\f1d2f"}.hgi-stroke.hgi-forrst:before{content:"\f1d30"}.hgi-stroke.hgi-fortress:before{content:"\f1d31"}.hgi-stroke.hgi-forward-01:before{content:"\f1d32"}.hgi-stroke.hgi-forward-02:before{content:"\f1d33"}.hgi-stroke.hgi-four-circle:before{content:"\f1d34"}.hgi-stroke.hgi-four-finger-02:before{content:"\f1d35"}.hgi-stroke.hgi-four-finger-03:before{content:"\f1d36"}.hgi-stroke.hgi-four-k:before{content:"\f1d37"}.hgi-stroke.hgi-four-square:before{content:"\f1d38"}.hgi-stroke.hgi-foursquare:before{content:"\f1d39"}.hgi-stroke.hgi-framer:before{content:"\f1d3a"}.hgi-stroke.hgi-frameworks:before{content:"\f1d3b"}.hgi-stroke.hgi-french-fries-01:before{content:"\f1d3c"}.hgi-stroke.hgi-french-fries-02:before{content:"\f1d3d"}.hgi-stroke.hgi-fridge:before{content:"\f1d3e"}.hgi-stroke.hgi-fry:before{content:"\f1d3f"}.hgi-stroke.hgi-fuel-01:before{content:"\f1d40"}.hgi-stroke.hgi-fuel-02:before{content:"\f1d41"}.hgi-stroke.hgi-fuel-station:before{content:"\f1d42"}.hgi-stroke.hgi-full-screen:before{content:"\f1d43"}.hgi-stroke.hgi-full-signal:before{content:"\f1d44"}.hgi-stroke.hgi-fullscreen:before{content:"\f1d45"}.hgi-stroke.hgi-function-circle:before{content:"\f1d46"}.hgi-stroke.hgi-function-of-x:before{content:"\f1d47"}.hgi-stroke.hgi-function-square:before{content:"\f1d48"}.hgi-stroke.hgi-function:before{content:"\f1d49"}.hgi-stroke.hgi-g-garage:before{content:"\f1d4a"}.hgi-stroke.hgi-g-gas-stove:before{content:"\f1d4b"}.hgi-stroke.hgi-g-gears:before{content:"\f1d4c"}.hgi-stroke.hgi-g-git-pull-request-draft:before{content:"\f1d4d"}.hgi-stroke.hgi-g-golf-ball:before{content:"\f1d4e"}.hgi-stroke.hgi-g-gps-signal-02:before{content:"\f1d4f"}.hgi-stroke.hgi-g-group-01:before{content:"\f1d50"}.hgi-stroke.hgi-g-guest-house:before{content:"\f1d51"}.hgi-stroke.hgi-galaxy:before{content:"\f1d52"}.hgi-stroke.hgi-gallery-horizontal-end:before{content:"\f1d53"}.hgi-stroke.hgi-game-controller-01:before{content:"\f1d54"}.hgi-stroke.hgi-game-controller-02:before{content:"\f1d55"}.hgi-stroke.hgi-game-controller-03:before{content:"\f1d56"}.hgi-stroke.hgi-game:before{content:"\f1d57"}.hgi-stroke.hgi-gameboy:before{content:"\f1d58"}.hgi-stroke.hgi-gamepad-directional:before{content:"\f1d59"}.hgi-stroke.hgi-garage:before{content:"\f1d5a"}.hgi-stroke.hgi-garbage-truck:before{content:"\f1d5b"}.hgi-stroke.hgi-garlands:before{content:"\f1d5c"}.hgi-stroke.hgi-gas-pipe:before{content:"\f1d5d"}.hgi-stroke.hgi-gas-stove:before{content:"\f1d5e"}.hgi-stroke.hgi-gears:before{content:"\f1d5f"}.hgi-stroke.hgi-gem:before{content:"\f1d60"}.hgi-stroke.hgi-geology-crust:before{content:"\f1d61"}.hgi-stroke.hgi-geometric-shapes-01:before{content:"\f1d62"}.hgi-stroke.hgi-geometric-shapes-02:before{content:"\f1d63"}.hgi-stroke.hgi-georgian-lari:before{content:"\f1d64"}.hgi-stroke.hgi-gibbous-moon:before{content:"\f1d65"}.hgi-stroke.hgi-gif-01:before{content:"\f1d66"}.hgi-stroke.hgi-gif-02:before{content:"\f1d67"}.hgi-stroke.hgi-gift-card-02:before{content:"\f1d68"}.hgi-stroke.hgi-gift-card:before{content:"\f1d69"}.hgi-stroke.hgi-gift:before{content:"\f1d6a"}.hgi-stroke.hgi-git-branch:before{content:"\f1d6b"}.hgi-stroke.hgi-git-commit-horizontal:before{content:"\f1d6c"}.hgi-stroke.hgi-git-commit:before{content:"\f1d6d"}.hgi-stroke.hgi-git-compare:before{content:"\f1d6e"}.hgi-stroke.hgi-git-fork:before{content:"\f1d6f"}.hgi-stroke.hgi-git-merge:before{content:"\f1d70"}.hgi-stroke.hgi-git-pull-request-closed:before{content:"\f1d71"}.hgi-stroke.hgi-git-pull-request-draft:before{content:"\f1d72"}.hgi-stroke.hgi-git-pull-request:before{content:"\f1d73"}.hgi-stroke.hgi-gitbook:before{content:"\f1d74"}.hgi-stroke.hgi-github-01:before{content:"\f1d75"}.hgi-stroke.hgi-github:before{content:"\f1d76"}.hgi-stroke.hgi-gitlab:before{content:"\f1d77"}.hgi-stroke.hgi-give-blood:before{content:"\f1d78"}.hgi-stroke.hgi-give-pill:before{content:"\f1d79"}.hgi-stroke.hgi-glasses:before{content:"\f1d7a"}.hgi-stroke.hgi-global-editing:before{content:"\f1d7b"}.hgi-stroke.hgi-global-education:before{content:"\f1d7c"}.hgi-stroke.hgi-global-refresh:before{content:"\f1d7d"}.hgi-stroke.hgi-global-search:before{content:"\f1d7e"}.hgi-stroke.hgi-global:before{content:"\f1d7f"}.hgi-stroke.hgi-globe-02:before{content:"\f1d80"}.hgi-stroke.hgi-globe-x:before{content:"\f1d81"}.hgi-stroke.hgi-globe:before{content:"\f1d82"}.hgi-stroke.hgi-glove:before{content:"\f1d83"}.hgi-stroke.hgi-gnome:before{content:"\f1d84"}.hgi-stroke.hgi-go-backward-10-sec:before{content:"\f1d85"}.hgi-stroke.hgi-go-backward-15-sec:before{content:"\f1d86"}.hgi-stroke.hgi-go-backward-30-sec:before{content:"\f1d87"}.hgi-stroke.hgi-go-backward-60-sec:before{content:"\f1d88"}.hgi-stroke.hgi-go-backward-five-sec:before{content:"\f1d89"}.hgi-stroke.hgi-go-forward-10-sec:before{content:"\f1d8a"}.hgi-stroke.hgi-go-forward-15-sec:before{content:"\f1d8b"}.hgi-stroke.hgi-go-forward-30-sec:before{content:"\f1d8c"}.hgi-stroke.hgi-go-forward-60-sec:before{content:"\f1d8d"}.hgi-stroke.hgi-go-forward-five-sec:before{content:"\f1d8e"}.hgi-stroke.hgi-gold-buy:before{content:"\f1d8f"}.hgi-stroke.hgi-gold-ingots:before{content:"\f1d90"}.hgi-stroke.hgi-gold-sell:before{content:"\f1d91"}.hgi-stroke.hgi-gold:before{content:"\f1d92"}.hgi-stroke.hgi-golf-ball:before{content:"\f1d93"}.hgi-stroke.hgi-golf-bat:before{content:"\f1d94"}.hgi-stroke.hgi-golf-cart:before{content:"\f1d95"}.hgi-stroke.hgi-golf-hole:before{content:"\f1d96"}.hgi-stroke.hgi-google-doc:before{content:"\f1d97"}.hgi-stroke.hgi-google-drive:before{content:"\f1d98"}.hgi-stroke.hgi-google-gemini:before{content:"\f1d99"}.hgi-stroke.hgi-google-home:before{content:"\f1d9a"}.hgi-stroke.hgi-google-lens:before{content:"\f1d9b"}.hgi-stroke.hgi-google-maps:before{content:"\f1d9c"}.hgi-stroke.hgi-google-photos:before{content:"\f1d9d"}.hgi-stroke.hgi-google-sheet:before{content:"\f1d9e"}.hgi-stroke.hgi-google:before{content:"\f1d9f"}.hgi-stroke.hgi-gps-01:before{content:"\f1da0"}.hgi-stroke.hgi-gps-02:before{content:"\f1da1"}.hgi-stroke.hgi-gps-disconnected:before{content:"\f1da2"}.hgi-stroke.hgi-gps-off-01:before{content:"\f1da3"}.hgi-stroke.hgi-gps-off-02:before{content:"\f1da4"}.hgi-stroke.hgi-gps-signal-01:before{content:"\f1da5"}.hgi-stroke.hgi-gps-signal-02:before{content:"\f1da6"}.hgi-stroke.hgi-gpu:before{content:"\f1da7"}.hgi-stroke.hgi-graduate-female:before{content:"\f1da8"}.hgi-stroke.hgi-graduate-male:before{content:"\f1da9"}.hgi-stroke.hgi-graduation-scroll:before{content:"\f1daa"}.hgi-stroke.hgi-grapes:before{content:"\f1dab"}.hgi-stroke.hgi-graphic-card:before{content:"\f1dac"}.hgi-stroke.hgi-gravity:before{content:"\f1dad"}.hgi-stroke.hgi-greater-than-circle:before{content:"\f1dae"}.hgi-stroke.hgi-greater-than-square:before{content:"\f1daf"}.hgi-stroke.hgi-greater-than:before{content:"\f1db0"}.hgi-stroke.hgi-greek-helmet:before{content:"\f1db1"}.hgi-stroke.hgi-green-house:before{content:"\f1db2"}.hgi-stroke.hgi-grid-02:before{content:"\f1db3"}.hgi-stroke.hgi-grid-off:before{content:"\f1db4"}.hgi-stroke.hgi-grid-table:before{content:"\f1db5"}.hgi-stroke.hgi-grid-view:before{content:"\f1db6"}.hgi-stroke.hgi-grid:before{content:"\f1db7"}.hgi-stroke.hgi-grimacing:before{content:"\f1db8"}.hgi-stroke.hgi-grinning:before{content:"\f1db9"}.hgi-stroke.hgi-grok-02:before{content:"\f1dba"}.hgi-stroke.hgi-grok:before{content:"\f1dbb"}.hgi-stroke.hgi-group-01:before{content:"\f1dbc"}.hgi-stroke.hgi-group-items:before{content:"\f1dbd"}.hgi-stroke.hgi-group-layers:before{content:"\f1dbe"}.hgi-stroke.hgi-group:before{content:"\f1dbf"}.hgi-stroke.hgi-guest-house:before{content:"\f1dc0"}.hgi-stroke.hgi-gun:before{content:"\f1dc1"}.hgi-stroke.hgi-gymnastic-rings:before{content:"\f1dc2"}.hgi-stroke.hgi-gymnastic:before{content:"\f1dc3"}.hgi-stroke.hgi-h-hamburger-01:before{content:"\f1dc4"}.hgi-stroke.hgi-h-hamburger-02:before{content:"\f1dc5"}.hgi-stroke.hgi-h-hand-beater:before{content:"\f1dc6"}.hgi-stroke.hgi-h-hard-drive:before{content:"\f1dc7"}.hgi-stroke.hgi-h-headset-connected:before{content:"\f1dc8"}.hgi-stroke.hgi-h-help-circle:before{content:"\f1dc9"}.hgi-stroke.hgi-h-help-square:before{content:"\f1dca"}.hgi-stroke.hgi-h-home-wifi:before{content:"\f1dcb"}.hgi-stroke.hgi-h-hospital-02:before{content:"\f1dcc"}.hgi-stroke.hgi-h-hot-price:before{content:"\f1dcd"}.hgi-stroke.hgi-h-house-02:before{content:"\f1dce"}.hgi-stroke.hgi-h-house-03:before{content:"\f1dcf"}.hgi-stroke.hgi-hackerrank:before{content:"\f1dd0"}.hgi-stroke.hgi-hair-clips:before{content:"\f1dd1"}.hgi-stroke.hgi-hair-dryer:before{content:"\f1dd2"}.hgi-stroke.hgi-haji:before{content:"\f1dd3"}.hgi-stroke.hgi-halal-lab:before{content:"\f1dd4"}.hgi-stroke.hgi-halal:before{content:"\f1dd5"}.hgi-stroke.hgi-ham:before{content:"\f1dd6"}.hgi-stroke.hgi-hamburger-01:before{content:"\f1dd7"}.hgi-stroke.hgi-hamburger-02:before{content:"\f1dd8"}.hgi-stroke.hgi-hand-bag-01:before{content:"\f1dd9"}.hgi-stroke.hgi-hand-bag-02:before{content:"\f1dda"}.hgi-stroke.hgi-hand-beater:before{content:"\f1ddb"}.hgi-stroke.hgi-hand-coins:before{content:"\f1ddc"}.hgi-stroke.hgi-hand-grab:before{content:"\f1ddd"}.hgi-stroke.hgi-hand-grip:before{content:"\f1dde"}.hgi-stroke.hgi-hand-helping:before{content:"\f1ddf"}.hgi-stroke.hgi-hand-pointing-down-01:before{content:"\f1de0"}.hgi-stroke.hgi-hand-pointing-down-02:before{content:"\f1de1"}.hgi-stroke.hgi-hand-pointing-down-03:before{content:"\f1de2"}.hgi-stroke.hgi-hand-pointing-down-04:before{content:"\f1de3"}.hgi-stroke.hgi-hand-pointing-left-01:before{content:"\f1de4"}.hgi-stroke.hgi-hand-pointing-left-02:before{content:"\f1de5"}.hgi-stroke.hgi-hand-pointing-left-03:before{content:"\f1de6"}.hgi-stroke.hgi-hand-pointing-left-04:before{content:"\f1de7"}.hgi-stroke.hgi-hand-pointing-right-01:before{content:"\f1de8"}.hgi-stroke.hgi-hand-pointing-right-02:before{content:"\f1de9"}.hgi-stroke.hgi-hand-pointing-right-03:before{content:"\f1dea"}.hgi-stroke.hgi-hand-pointing-right-04:before{content:"\f1deb"}.hgi-stroke.hgi-hand-prayer:before{content:"\f1dec"}.hgi-stroke.hgi-hand-sanitizer:before{content:"\f1ded"}.hgi-stroke.hgi-handcuffs:before{content:"\f1dee"}.hgi-stroke.hgi-hanger:before{content:"\f1def"}.hgi-stroke.hgi-hanging-clock:before{content:"\f1df0"}.hgi-stroke.hgi-hangout:before{content:"\f1df1"}.hgi-stroke.hgi-happy-01:before{content:"\f1df2"}.hgi-stroke.hgi-happy:before{content:"\f1df3"}.hgi-stroke.hgi-hard-drive-download:before{content:"\f1df4"}.hgi-stroke.hgi-hard-drive-upload:before{content:"\f1df5"}.hgi-stroke.hgi-hard-drive:before{content:"\f1df6"}.hgi-stroke.hgi-hashtag:before{content:"\f1df7"}.hgi-stroke.hgi-hat:before{content:"\f1df8"}.hgi-stroke.hgi-hdd:before{content:"\f1df9"}.hgi-stroke.hgi-hdr-01:before{content:"\f1dfa"}.hgi-stroke.hgi-hdr-02:before{content:"\f1dfb"}.hgi-stroke.hgi-heading-01:before{content:"\f1dfc"}.hgi-stroke.hgi-heading-02:before{content:"\f1dfd"}.hgi-stroke.hgi-heading-03:before{content:"\f1dfe"}.hgi-stroke.hgi-heading-04:before{content:"\f1dff"}.hgi-stroke.hgi-heading-05:before{content:"\f1e00"}.hgi-stroke.hgi-heading-06:before{content:"\f1e01"}.hgi-stroke.hgi-heading:before{content:"\f1e02"}.hgi-stroke.hgi-headphone-mute:before{content:"\f1e03"}.hgi-stroke.hgi-headphones:before{content:"\f1e04"}.hgi-stroke.hgi-headset-connected:before{content:"\f1e05"}.hgi-stroke.hgi-headset-off:before{content:"\f1e06"}.hgi-stroke.hgi-headset:before{content:"\f1e07"}.hgi-stroke.hgi-healtcare:before{content:"\f1e08"}.hgi-stroke.hgi-health:before{content:"\f1e09"}.hgi-stroke.hgi-heart-add:before{content:"\f1e0a"}.hgi-stroke.hgi-heart-check:before{content:"\f1e0b"}.hgi-stroke.hgi-heart-minus:before{content:"\f1e0c"}.hgi-stroke.hgi-heart-remove:before{content:"\f1e0d"}.hgi-stroke.hgi-heartbreak:before{content:"\f1e0e"}.hgi-stroke.hgi-heater:before{content:"\f1e0f"}.hgi-stroke.hgi-helicopter:before{content:"\f1e10"}.hgi-stroke.hgi-help-circle:before{content:"\f1e11"}.hgi-stroke.hgi-help-square:before{content:"\f1e12"}.hgi-stroke.hgi-hexagon-01:before{content:"\f1e13"}.hgi-stroke.hgi-hexagon:before{content:"\f1e14"}.hgi-stroke.hgi-hierarchy-circle-01:before{content:"\f1e15"}.hgi-stroke.hgi-hierarchy-circle-02:before{content:"\f1e16"}.hgi-stroke.hgi-hierarchy-circle-03:before{content:"\f1e17"}.hgi-stroke.hgi-hierarchy-files:before{content:"\f1e18"}.hgi-stroke.hgi-hierarchy-square-01:before{content:"\f1e19"}.hgi-stroke.hgi-hierarchy-square-02:before{content:"\f1e1a"}.hgi-stroke.hgi-hierarchy-square-03:before{content:"\f1e1b"}.hgi-stroke.hgi-hierarchy-square-04:before{content:"\f1e1c"}.hgi-stroke.hgi-hierarchy-square-05:before{content:"\f1e1d"}.hgi-stroke.hgi-hierarchy-square-06:before{content:"\f1e1e"}.hgi-stroke.hgi-hierarchy-square-07:before{content:"\f1e1f"}.hgi-stroke.hgi-hierarchy-square-08:before{content:"\f1e20"}.hgi-stroke.hgi-hierarchy-square-10:before{content:"\f1e21"}.hgi-stroke.hgi-hierarchy:before{content:"\f1e22"}.hgi-stroke.hgi-high-heels-01:before{content:"\f1e23"}.hgi-stroke.hgi-high-heels-02:before{content:"\f1e24"}.hgi-stroke.hgi-highlighter:before{content:"\f1e25"}.hgi-stroke.hgi-hijab:before{content:"\f1e26"}.hgi-stroke.hgi-hockey:before{content:"\f1e27"}.hgi-stroke.hgi-hold-01:before{content:"\f1e28"}.hgi-stroke.hgi-hold-02:before{content:"\f1e29"}.hgi-stroke.hgi-hold-03:before{content:"\f1e2a"}.hgi-stroke.hgi-hold-04:before{content:"\f1e2b"}.hgi-stroke.hgi-hold-05:before{content:"\f1e2c"}.hgi-stroke.hgi-hold-locked-01:before{content:"\f1e2d"}.hgi-stroke.hgi-hold-locked-02:before{content:"\f1e2e"}.hgi-stroke.hgi-hold-phone:before{content:"\f1e2f"}.hgi-stroke.hgi-hologram:before{content:"\f1e30"}.hgi-stroke.hgi-home-01:before{content:"\f1e31"}.hgi-stroke.hgi-home-02:before{content:"\f1e32"}.hgi-stroke.hgi-home-03:before{content:"\f1e33"}.hgi-stroke.hgi-home-04:before{content:"\f1e34"}.hgi-stroke.hgi-home-05:before{content:"\f1e35"}.hgi-stroke.hgi-home-06:before{content:"\f1e36"}.hgi-stroke.hgi-home-07:before{content:"\f1e37"}.hgi-stroke.hgi-home-08:before{content:"\f1e38"}.hgi-stroke.hgi-home-09:before{content:"\f1e39"}.hgi-stroke.hgi-home-10:before{content:"\f1e3a"}.hgi-stroke.hgi-home-11:before{content:"\f1e3b"}.hgi-stroke.hgi-home-12:before{content:"\f1e3c"}.hgi-stroke.hgi-home-13:before{content:"\f1e3d"}.hgi-stroke.hgi-home-wifi:before{content:"\f1e3e"}.hgi-stroke.hgi-honey-01:before{content:"\f1e3f"}.hgi-stroke.hgi-honey-02:before{content:"\f1e40"}.hgi-stroke.hgi-honor:before{content:"\f1e41"}.hgi-stroke.hgi-honour-star:before{content:"\f1e42"}.hgi-stroke.hgi-hoodie:before{content:"\f1e43"}.hgi-stroke.hgi-hop-off:before{content:"\f1e44"}.hgi-stroke.hgi-hop:before{content:"\f1e45"}.hgi-stroke.hgi-horizonal-scroll-point:before{content:"\f1e46"}.hgi-stroke.hgi-horizontal-resize:before{content:"\f1e47"}.hgi-stroke.hgi-horse-head:before{content:"\f1e48"}.hgi-stroke.hgi-horse-saddle:before{content:"\f1e49"}.hgi-stroke.hgi-horse:before{content:"\f1e4a"}.hgi-stroke.hgi-hospital-01:before{content:"\f1e4b"}.hgi-stroke.hgi-hospital-02:before{content:"\f1e4c"}.hgi-stroke.hgi-hospital-bed-01:before{content:"\f1e4d"}.hgi-stroke.hgi-hospital-bed-02:before{content:"\f1e4e"}.hgi-stroke.hgi-hospital-location:before{content:"\f1e4f"}.hgi-stroke.hgi-hot-air-balloon:before{content:"\f1e50"}.hgi-stroke.hgi-hot-price:before{content:"\f1e51"}.hgi-stroke.hgi-hot-tube:before{content:"\f1e52"}.hgi-stroke.hgi-hotdog:before{content:"\f1e53"}.hgi-stroke.hgi-hotel-01:before{content:"\f1e54"}.hgi-stroke.hgi-hotel-02:before{content:"\f1e55"}.hgi-stroke.hgi-hotel-bell:before{content:"\f1e56"}.hgi-stroke.hgi-hotspot-offline:before{content:"\f1e57"}.hgi-stroke.hgi-hotspot:before{content:"\f1e58"}.hgi-stroke.hgi-hourglass-off:before{content:"\f1e59"}.hgi-stroke.hgi-hourglass:before{content:"\f1e5a"}.hgi-stroke.hgi-house-01:before{content:"\f1e5b"}.hgi-stroke.hgi-house-02:before{content:"\f1e5c"}.hgi-stroke.hgi-house-03:before{content:"\f1e5d"}.hgi-stroke.hgi-house-04:before{content:"\f1e5e"}.hgi-stroke.hgi-house-05:before{content:"\f1e5f"}.hgi-stroke.hgi-house-heart:before{content:"\f1e60"}.hgi-stroke.hgi-house-plus:before{content:"\f1e61"}.hgi-stroke.hgi-house-solar-panel:before{content:"\f1e62"}.hgi-stroke.hgi-house-wifi:before{content:"\f1e63"}.hgi-stroke.hgi-html-5:before{content:"\f1e64"}.hgi-stroke.hgi-html-file-01:before{content:"\f1e65"}.hgi-stroke.hgi-html-file-02:before{content:"\f1e66"}.hgi-stroke.hgi-hugeicons:before{content:"\f1e67"}.hgi-stroke.hgi-humidity:before{content:"\f1e68"}.hgi-stroke.hgi-hut:before{content:"\f1e69"}.hgi-stroke.hgi-hydro-power:before{content:"\f1e6a"}.hgi-stroke.hgi-hyperbole:before{content:"\f1e6b"}.hgi-stroke.hgi-i-image-counter-clockwise:before{content:"\f1e6c"}.hgi-stroke.hgi-i-image-rotation-clockwise:before{content:"\f1e6d"}.hgi-stroke.hgi-i-important-book:before{content:"\f1e6e"}.hgi-stroke.hgi-i-infant:before{content:"\f1e6f"}.hgi-stroke.hgi-i-information-circle:before{content:"\f1e70"}.hgi-stroke.hgi-i-information-diamond:before{content:"\f1e71"}.hgi-stroke.hgi-i-information-square:before{content:"\f1e72"}.hgi-stroke.hgi-i-instagram:before{content:"\f1e73"}.hgi-stroke.hgi-ice-cream-01:before{content:"\f1e74"}.hgi-stroke.hgi-ice-cream-02:before{content:"\f1e75"}.hgi-stroke.hgi-ice-cream-03:before{content:"\f1e76"}.hgi-stroke.hgi-ice-cream-04:before{content:"\f1e77"}.hgi-stroke.hgi-ice-cubes:before{content:"\f1e78"}.hgi-stroke.hgi-ice-hockey:before{content:"\f1e79"}.hgi-stroke.hgi-ice-skating:before{content:"\f1e7a"}.hgi-stroke.hgi-ico:before{content:"\f1e7b"}.hgi-stroke.hgi-iconjar:before{content:"\f1e7c"}.hgi-stroke.hgi-id-card-lanyard:before{content:"\f1e7d"}.hgi-stroke.hgi-id-not-verified:before{content:"\f1e7e"}.hgi-stroke.hgi-id-verified:before{content:"\f1e7f"}.hgi-stroke.hgi-id:before{content:"\f1e80"}.hgi-stroke.hgi-idea-01:before{content:"\f1e81"}.hgi-stroke.hgi-idea:before{content:"\f1e82"}.hgi-stroke.hgi-identification:before{content:"\f1e83"}.hgi-stroke.hgi-identity-card:before{content:"\f1e84"}.hgi-stroke.hgi-image-01:before{content:"\f1e85"}.hgi-stroke.hgi-image-02:before{content:"\f1e86"}.hgi-stroke.hgi-image-03:before{content:"\f1e87"}.hgi-stroke.hgi-image-actual-size:before{content:"\f1e88"}.hgi-stroke.hgi-image-add-01:before{content:"\f1e89"}.hgi-stroke.hgi-image-add-02:before{content:"\f1e8a"}.hgi-stroke.hgi-image-composition-oval:before{content:"\f1e8b"}.hgi-stroke.hgi-image-composition:before{content:"\f1e8c"}.hgi-stroke.hgi-image-counter-clockwise:before{content:"\f1e8d"}.hgi-stroke.hgi-image-crop:before{content:"\f1e8e"}.hgi-stroke.hgi-image-delete-01:before{content:"\f1e8f"}.hgi-stroke.hgi-image-delete-02:before{content:"\f1e90"}.hgi-stroke.hgi-image-done-01:before{content:"\f1e91"}.hgi-stroke.hgi-image-done-02:before{content:"\f1e92"}.hgi-stroke.hgi-image-download-02:before{content:"\f1e93"}.hgi-stroke.hgi-image-download:before{content:"\f1e94"}.hgi-stroke.hgi-image-flip-horizontal:before{content:"\f1e95"}.hgi-stroke.hgi-image-flip-vertical:before{content:"\f1e96"}.hgi-stroke.hgi-image-not-found-01:before{content:"\f1e97"}.hgi-stroke.hgi-image-not-found-02:before{content:"\f1e98"}.hgi-stroke.hgi-image-play:before{content:"\f1e99"}.hgi-stroke.hgi-image-remove-01:before{content:"\f1e9a"}.hgi-stroke.hgi-image-remove-02:before{content:"\f1e9b"}.hgi-stroke.hgi-image-rotation-clockwise:before{content:"\f1e9c"}.hgi-stroke.hgi-image-upload-01:before{content:"\f1e9d"}.hgi-stroke.hgi-image-upload:before{content:"\f1e9e"}.hgi-stroke.hgi-imo:before{content:"\f1e9f"}.hgi-stroke.hgi-important-book:before{content:"\f1ea0"}.hgi-stroke.hgi-in-love:before{content:"\f1ea1"}.hgi-stroke.hgi-inbox-check:before{content:"\f1ea2"}.hgi-stroke.hgi-inbox-download:before{content:"\f1ea3"}.hgi-stroke.hgi-inbox-unread:before{content:"\f1ea4"}.hgi-stroke.hgi-inbox-upload:before{content:"\f1ea5"}.hgi-stroke.hgi-inbox:before{content:"\f1ea6"}.hgi-stroke.hgi-incognito:before{content:"\f1ea7"}.hgi-stroke.hgi-india-gate:before{content:"\f1ea8"}.hgi-stroke.hgi-inequality-01:before{content:"\f1ea9"}.hgi-stroke.hgi-inequality-02:before{content:"\f1eaa"}.hgi-stroke.hgi-inequality-circle-01:before{content:"\f1eab"}.hgi-stroke.hgi-inequality-circle-02:before{content:"\f1eac"}.hgi-stroke.hgi-inequality-square-01:before{content:"\f1ead"}.hgi-stroke.hgi-inequality-square-02:before{content:"\f1eae"}.hgi-stroke.hgi-infant:before{content:"\f1eaf"}.hgi-stroke.hgi-infinity-01:before{content:"\f1eb0"}.hgi-stroke.hgi-infinity-02:before{content:"\f1eb1"}.hgi-stroke.hgi-infinity-circle:before{content:"\f1eb2"}.hgi-stroke.hgi-infinity-square:before{content:"\f1eb3"}.hgi-stroke.hgi-information-circle:before{content:"\f1eb4"}.hgi-stroke.hgi-information-diamond:before{content:"\f1eb5"}.hgi-stroke.hgi-information-square:before{content:"\f1eb6"}.hgi-stroke.hgi-injection:before{content:"\f1eb7"}.hgi-stroke.hgi-input-cursor-text:before{content:"\f1eb8"}.hgi-stroke.hgi-input-long-text:before{content:"\f1eb9"}.hgi-stroke.hgi-input-numeric:before{content:"\f1eba"}.hgi-stroke.hgi-input-short-text:before{content:"\f1ebb"}.hgi-stroke.hgi-input-text:before{content:"\f1ebc"}.hgi-stroke.hgi-insert-bottom-image:before{content:"\f1ebd"}.hgi-stroke.hgi-insert-center-image:before{content:"\f1ebe"}.hgi-stroke.hgi-insert-column-left:before{content:"\f1ebf"}.hgi-stroke.hgi-insert-column:before{content:"\f1ec0"}.hgi-stroke.hgi-insert-pi:before{content:"\f1ec1"}.hgi-stroke.hgi-insert-row-down:before{content:"\f1ec2"}.hgi-stroke.hgi-insert-row-up:before{content:"\f1ec3"}.hgi-stroke.hgi-insert-row:before{content:"\f1ec4"}.hgi-stroke.hgi-insert-top-image:before{content:"\f1ec5"}.hgi-stroke.hgi-inspect-code:before{content:"\f1ec6"}.hgi-stroke.hgi-instagram:before{content:"\f1ec7"}.hgi-stroke.hgi-installing-updates-01:before{content:"\f1ec8"}.hgi-stroke.hgi-installing-updates-02:before{content:"\f1ec9"}.hgi-stroke.hgi-internet-antenna-01:before{content:"\f1eca"}.hgi-stroke.hgi-internet-antenna-02:before{content:"\f1ecb"}.hgi-stroke.hgi-internet-antenna-03:before{content:"\f1ecc"}.hgi-stroke.hgi-internet-antenna-04:before{content:"\f1ecd"}.hgi-stroke.hgi-internet:before{content:"\f1ece"}.hgi-stroke.hgi-investigation:before{content:"\f1ecf"}.hgi-stroke.hgi-invoice-01:before{content:"\f1ed0"}.hgi-stroke.hgi-invoice-02:before{content:"\f1ed1"}.hgi-stroke.hgi-invoice-03:before{content:"\f1ed2"}.hgi-stroke.hgi-invoice-04:before{content:"\f1ed3"}.hgi-stroke.hgi-invoice:before{content:"\f1ed4"}.hgi-stroke.hgi-ipod:before{content:"\f1ed5"}.hgi-stroke.hgi-iris-scan:before{content:"\f1ed6"}.hgi-stroke.hgi-island:before{content:"\f1ed7"}.hgi-stroke.hgi-iteration-ccw:before{content:"\f1ed8"}.hgi-stroke.hgi-iteration-cw:before{content:"\f1ed9"}.hgi-stroke.hgi-jar:before{content:"\f1eda"}.hgi-stroke.hgi-java-script:before{content:"\f1edb"}.hgi-stroke.hgi-java:before{content:"\f1edc"}.hgi-stroke.hgi-job-link:before{content:"\f1edd"}.hgi-stroke.hgi-job-search:before{content:"\f1ede"}.hgi-stroke.hgi-job-share:before{content:"\f1edf"}.hgi-stroke.hgi-jogger-pants:before{content:"\f1ee0"}.hgi-stroke.hgi-join-bevel:before{content:"\f1ee1"}.hgi-stroke.hgi-join-round:before{content:"\f1ee2"}.hgi-stroke.hgi-join-straight:before{content:"\f1ee3"}.hgi-stroke.hgi-joker:before{content:"\f1ee4"}.hgi-stroke.hgi-joystick-01:before{content:"\f1ee5"}.hgi-stroke.hgi-joystick-02:before{content:"\f1ee6"}.hgi-stroke.hgi-joystick-03:before{content:"\f1ee7"}.hgi-stroke.hgi-joystick-04:before{content:"\f1ee8"}.hgi-stroke.hgi-joystick-05:before{content:"\f1ee9"}.hgi-stroke.hgi-jpg-01:before{content:"\f1eea"}.hgi-stroke.hgi-jpg-02:before{content:"\f1eeb"}.hgi-stroke.hgi-jsx-01:before{content:"\f1eec"}.hgi-stroke.hgi-jsx-02:before{content:"\f1eed"}.hgi-stroke.hgi-jsx-03:before{content:"\f1eee"}.hgi-stroke.hgi-judge:before{content:"\f1eef"}.hgi-stroke.hgi-jumpers:before{content:"\f1ef0"}.hgi-stroke.hgi-jupiter:before{content:"\f1ef1"}.hgi-stroke.hgi-justice-scale-01:before{content:"\f1ef2"}.hgi-stroke.hgi-justice-scale-02:before{content:"\f1ef3"}.hgi-stroke.hgi-k-key-generator-fob:before{content:"\f1ef4"}.hgi-stroke.hgi-k-knife-01:before{content:"\f1ef5"}.hgi-stroke.hgi-kaaba-01:before{content:"\f1ef6"}.hgi-stroke.hgi-kaaba-02:before{content:"\f1ef7"}.hgi-stroke.hgi-kanban:before{content:"\f1ef8"}.hgi-stroke.hgi-kayak:before{content:"\f1ef9"}.hgi-stroke.hgi-keffiyeh:before{content:"\f1efa"}.hgi-stroke.hgi-kettle-01:before{content:"\f1efb"}.hgi-stroke.hgi-kettle:before{content:"\f1efc"}.hgi-stroke.hgi-kettlebell:before{content:"\f1efd"}.hgi-stroke.hgi-ketupat:before{content:"\f1efe"}.hgi-stroke.hgi-key-01:before{content:"\f1eff"}.hgi-stroke.hgi-key-02:before{content:"\f1f00"}.hgi-stroke.hgi-key-generator-fob:before{content:"\f1f01"}.hgi-stroke.hgi-keyboard:before{content:"\f1f02"}.hgi-stroke.hgi-keyframe-add:before{content:"\f1f03"}.hgi-stroke.hgi-keyframe-align-center:before{content:"\f1f04"}.hgi-stroke.hgi-keyframe-align-horizontal:before{content:"\f1f05"}.hgi-stroke.hgi-keyframe-align-vertical:before{content:"\f1f06"}.hgi-stroke.hgi-keyframe-bottom:before{content:"\f1f07"}.hgi-stroke.hgi-keyframe-left:before{content:"\f1f08"}.hgi-stroke.hgi-keyframe-remove:before{content:"\f1f09"}.hgi-stroke.hgi-keyframe-right:before{content:"\f1f0a"}.hgi-stroke.hgi-keyframe-top:before{content:"\f1f0b"}.hgi-stroke.hgi-keyframe:before{content:"\f1f0c"}.hgi-stroke.hgi-keyframes-double-add:before{content:"\f1f0d"}.hgi-stroke.hgi-keyframes-double-remove:before{content:"\f1f0e"}.hgi-stroke.hgi-keyframes-double:before{content:"\f1f0f"}.hgi-stroke.hgi-keyframes-multiple-add:before{content:"\f1f10"}.hgi-stroke.hgi-keyframes-multiple-remove:before{content:"\f1f11"}.hgi-stroke.hgi-keyframes-multiple:before{content:"\f1f12"}.hgi-stroke.hgi-kickstarter-01:before{content:"\f1f13"}.hgi-stroke.hgi-kickstarter-02:before{content:"\f1f14"}.hgi-stroke.hgi-kid:before{content:"\f1f15"}.hgi-stroke.hgi-kidneys:before{content:"\f1f16"}.hgi-stroke.hgi-kimi-ai:before{content:"\f1f17"}.hgi-stroke.hgi-kissing:before{content:"\f1f18"}.hgi-stroke.hgi-kitchen-utensils:before{content:"\f1f19"}.hgi-stroke.hgi-kite:before{content:"\f1f1a"}.hgi-stroke.hgi-klarna:before{content:"\f1f1b"}.hgi-stroke.hgi-knife-01:before{content:"\f1f1c"}.hgi-stroke.hgi-knife-02:before{content:"\f1f1d"}.hgi-stroke.hgi-knife-bread:before{content:"\f1f1e"}.hgi-stroke.hgi-knight-shield:before{content:"\f1f1f"}.hgi-stroke.hgi-knives:before{content:"\f1f20"}.hgi-stroke.hgi-knowledge-01:before{content:"\f1f21"}.hgi-stroke.hgi-knowledge-02:before{content:"\f1f22"}.hgi-stroke.hgi-ko-fi:before{content:"\f1f23"}.hgi-stroke.hgi-kurta-01:before{content:"\f1f24"}.hgi-stroke.hgi-kurta:before{content:"\f1f25"}.hgi-stroke.hgi-l-left-to-right-list-bullet:before{content:"\f1f26"}.hgi-stroke.hgi-l-library:before{content:"\f1f27"}.hgi-stroke.hgi-l-linkedin-01:before{content:"\f1f28"}.hgi-stroke.hgi-l-location-update-01:before{content:"\f1f29"}.hgi-stroke.hgi-l-location-update-02:before{content:"\f1f2a"}.hgi-stroke.hgi-l-lock-password:before{content:"\f1f2b"}.hgi-stroke.hgi-l-locker-01:before{content:"\f1f2c"}.hgi-stroke.hgi-label-important:before{content:"\f1f2d"}.hgi-stroke.hgi-label:before{content:"\f1f2e"}.hgi-stroke.hgi-labor:before{content:"\f1f2f"}.hgi-stroke.hgi-labs:before{content:"\f1f30"}.hgi-stroke.hgi-lake:before{content:"\f1f31"}.hgi-stroke.hgi-lamp-01:before{content:"\f1f32"}.hgi-stroke.hgi-lamp-02:before{content:"\f1f33"}.hgi-stroke.hgi-lamp-03:before{content:"\f1f34"}.hgi-stroke.hgi-lamp-04:before{content:"\f1f35"}.hgi-stroke.hgi-lamp-05:before{content:"\f1f36"}.hgi-stroke.hgi-lamp-wall-down:before{content:"\f1f37"}.hgi-stroke.hgi-lamp-wall-up:before{content:"\f1f38"}.hgi-stroke.hgi-lamp:before{content:"\f1f39"}.hgi-stroke.hgi-land-plot:before{content:"\f1f3a"}.hgi-stroke.hgi-landmark:before{content:"\f1f3b"}.hgi-stroke.hgi-language-circle:before{content:"\f1f3c"}.hgi-stroke.hgi-language-skill:before{content:"\f1f3d"}.hgi-stroke.hgi-language-square:before{content:"\f1f3e"}.hgi-stroke.hgi-lantern:before{content:"\f1f3f"}.hgi-stroke.hgi-laptop-add:before{content:"\f1f40"}.hgi-stroke.hgi-laptop-charging:before{content:"\f1f41"}.hgi-stroke.hgi-laptop-check:before{content:"\f1f42"}.hgi-stroke.hgi-laptop-cloud:before{content:"\f1f43"}.hgi-stroke.hgi-laptop-issue:before{content:"\f1f44"}.hgi-stroke.hgi-laptop-performance:before{content:"\f1f45"}.hgi-stroke.hgi-laptop-phone-sync:before{content:"\f1f46"}.hgi-stroke.hgi-laptop-programming:before{content:"\f1f47"}.hgi-stroke.hgi-laptop-remove:before{content:"\f1f48"}.hgi-stroke.hgi-laptop-settings:before{content:"\f1f49"}.hgi-stroke.hgi-laptop-video:before{content:"\f1f4a"}.hgi-stroke.hgi-laptop:before{content:"\f1f4b"}.hgi-stroke.hgi-lasso-select:before{content:"\f1f4c"}.hgi-stroke.hgi-lasso-tool-01:before{content:"\f1f4d"}.hgi-stroke.hgi-lasso-tool-02:before{content:"\f1f4e"}.hgi-stroke.hgi-last-fm:before{content:"\f1f4f"}.hgi-stroke.hgi-latitude:before{content:"\f1f50"}.hgi-stroke.hgi-laughing:before{content:"\f1f51"}.hgi-stroke.hgi-laurel-wreath-01:before{content:"\f1f52"}.hgi-stroke.hgi-laurel-wreath-02:before{content:"\f1f53"}.hgi-stroke.hgi-laurel-wreath-first-01:before{content:"\f1f54"}.hgi-stroke.hgi-laurel-wreath-first-02:before{content:"\f1f55"}.hgi-stroke.hgi-laurel-wreath-left-01:before{content:"\f1f56"}.hgi-stroke.hgi-laurel-wreath-left-02:before{content:"\f1f57"}.hgi-stroke.hgi-laurel-wreath-left-03:before{content:"\f1f58"}.hgi-stroke.hgi-laurel-wreath-right-01:before{content:"\f1f59"}.hgi-stroke.hgi-laurel-wreath-right-02:before{content:"\f1f5a"}.hgi-stroke.hgi-laurel-wreath-right-03:before{content:"\f1f5b"}.hgi-stroke.hgi-layer-add:before{content:"\f1f5c"}.hgi-stroke.hgi-layer-bring-forward:before{content:"\f1f5d"}.hgi-stroke.hgi-layer-bring-to-front:before{content:"\f1f5e"}.hgi-stroke.hgi-layer-mask-01:before{content:"\f1f5f"}.hgi-stroke.hgi-layer-mask-02:before{content:"\f1f60"}.hgi-stroke.hgi-layer-send-backward:before{content:"\f1f61"}.hgi-stroke.hgi-layer-send-to-back:before{content:"\f1f62"}.hgi-stroke.hgi-layer:before{content:"\f1f63"}.hgi-stroke.hgi-layers-01:before{content:"\f1f64"}.hgi-stroke.hgi-layers-02:before{content:"\f1f65"}.hgi-stroke.hgi-layers-logo:before{content:"\f1f66"}.hgi-stroke.hgi-layout-01:before{content:"\f1f67"}.hgi-stroke.hgi-layout-02:before{content:"\f1f68"}.hgi-stroke.hgi-layout-03:before{content:"\f1f69"}.hgi-stroke.hgi-layout-04:before{content:"\f1f6a"}.hgi-stroke.hgi-layout-05:before{content:"\f1f6b"}.hgi-stroke.hgi-layout-06:before{content:"\f1f6c"}.hgi-stroke.hgi-layout-07:before{content:"\f1f6d"}.hgi-stroke.hgi-layout-align-bottom:before{content:"\f1f6e"}.hgi-stroke.hgi-layout-align-left:before{content:"\f1f6f"}.hgi-stroke.hgi-layout-align-right:before{content:"\f1f70"}.hgi-stroke.hgi-layout-align-top:before{content:"\f1f71"}.hgi-stroke.hgi-layout-bottom:before{content:"\f1f72"}.hgi-stroke.hgi-layout-grid:before{content:"\f1f73"}.hgi-stroke.hgi-layout-left:before{content:"\f1f74"}.hgi-stroke.hgi-layout-right:before{content:"\f1f75"}.hgi-stroke.hgi-layout-table-01:before{content:"\f1f76"}.hgi-stroke.hgi-layout-table-02:before{content:"\f1f77"}.hgi-stroke.hgi-layout-three-column:before{content:"\f1f78"}.hgi-stroke.hgi-layout-three-row:before{content:"\f1f79"}.hgi-stroke.hgi-layout-top:before{content:"\f1f7a"}.hgi-stroke.hgi-layout-two-column:before{content:"\f1f7b"}.hgi-stroke.hgi-layout-two-row:before{content:"\f1f7c"}.hgi-stroke.hgi-leaf-01:before{content:"\f1f7d"}.hgi-stroke.hgi-leaf-02:before{content:"\f1f7e"}.hgi-stroke.hgi-leaf-03:before{content:"\f1f7f"}.hgi-stroke.hgi-leaf-04:before{content:"\f1f80"}.hgi-stroke.hgi-leafy-green:before{content:"\f1f81"}.hgi-stroke.hgi-leaving-geo-fence:before{content:"\f1f82"}.hgi-stroke.hgi-leetcode:before{content:"\f1f83"}.hgi-stroke.hgi-left-angle:before{content:"\f1f84"}.hgi-stroke.hgi-left-to-right-block-quote:before{content:"\f1f85"}.hgi-stroke.hgi-left-to-right-list-bullet:before{content:"\f1f86"}.hgi-stroke.hgi-left-to-right-list-dash:before{content:"\f1f87"}.hgi-stroke.hgi-left-to-right-list-number:before{content:"\f1f88"}.hgi-stroke.hgi-left-to-right-list-star-01:before{content:"\f1f89"}.hgi-stroke.hgi-left-to-right-list-star:before{content:"\f1f8a"}.hgi-stroke.hgi-left-to-right-list-triangle:before{content:"\f1f8b"}.hgi-stroke.hgi-left-triangle:before{content:"\f1f8c"}.hgi-stroke.hgi-legal-01:before{content:"\f1f8d"}.hgi-stroke.hgi-legal-02:before{content:"\f1f8e"}.hgi-stroke.hgi-legal-document-01:before{content:"\f1f8f"}.hgi-stroke.hgi-legal-document-02:before{content:"\f1f90"}.hgi-stroke.hgi-legal-hammer:before{content:"\f1f91"}.hgi-stroke.hgi-less-than-circle:before{content:"\f1f92"}.hgi-stroke.hgi-less-than-square:before{content:"\f1f93"}.hgi-stroke.hgi-less-than:before{content:"\f1f94"}.hgi-stroke.hgi-letter-spacing:before{content:"\f1f95"}.hgi-stroke.hgi-libraries:before{content:"\f1f96"}.hgi-stroke.hgi-library:before{content:"\f1f97"}.hgi-stroke.hgi-license-draft:before{content:"\f1f98"}.hgi-stroke.hgi-license-maintenance:before{content:"\f1f99"}.hgi-stroke.hgi-license-no:before{content:"\f1f9a"}.hgi-stroke.hgi-license-pin:before{content:"\f1f9b"}.hgi-stroke.hgi-license-third-party:before{content:"\f1f9c"}.hgi-stroke.hgi-license:before{content:"\f1f9d"}.hgi-stroke.hgi-lift-truck:before{content:"\f1f9e"}.hgi-stroke.hgi-lightbulb-off:before{content:"\f1f9f"}.hgi-stroke.hgi-lighthouse:before{content:"\f1fa0"}.hgi-stroke.hgi-limit-order:before{content:"\f1fa1"}.hgi-stroke.hgi-limitation:before{content:"\f1fa2"}.hgi-stroke.hgi-line:before{content:"\f1fa3"}.hgi-stroke.hgi-liner:before{content:"\f1fa4"}.hgi-stroke.hgi-link-01:before{content:"\f1fa5"}.hgi-stroke.hgi-link-02:before{content:"\f1fa6"}.hgi-stroke.hgi-link-03:before{content:"\f1fa7"}.hgi-stroke.hgi-link-04:before{content:"\f1fa8"}.hgi-stroke.hgi-link-05:before{content:"\f1fa9"}.hgi-stroke.hgi-link-06:before{content:"\f1faa"}.hgi-stroke.hgi-link-backward:before{content:"\f1fab"}.hgi-stroke.hgi-link-circle-02:before{content:"\f1fac"}.hgi-stroke.hgi-link-circle:before{content:"\f1fad"}.hgi-stroke.hgi-link-forward:before{content:"\f1fae"}.hgi-stroke.hgi-link-square-01:before{content:"\f1faf"}.hgi-stroke.hgi-link-square-02:before{content:"\f1fb0"}.hgi-stroke.hgi-linkedin-01:before{content:"\f1fb1"}.hgi-stroke.hgi-linkedin-02:before{content:"\f1fb2"}.hgi-stroke.hgi-list-chevrons-down-up:before{content:"\f1fb3"}.hgi-stroke.hgi-list-filter-plus:before{content:"\f1fb4"}.hgi-stroke.hgi-list-indent-decrease:before{content:"\f1fb5"}.hgi-stroke.hgi-list-indent-increase:before{content:"\f1fb6"}.hgi-stroke.hgi-list-music:before{content:"\f1fb7"}.hgi-stroke.hgi-list-plus:before{content:"\f1fb8"}.hgi-stroke.hgi-list-restart:before{content:"\f1fb9"}.hgi-stroke.hgi-list-setting:before{content:"\f1fba"}.hgi-stroke.hgi-list-start:before{content:"\f1fbb"}.hgi-stroke.hgi-list-tree:before{content:"\f1fbc"}.hgi-stroke.hgi-list-video:before{content:"\f1fbd"}.hgi-stroke.hgi-list-view:before{content:"\f1fbe"}.hgi-stroke.hgi-list-x:before{content:"\f1fbf"}.hgi-stroke.hgi-litecoin:before{content:"\f1fc0"}.hgi-stroke.hgi-live-streaming-01:before{content:"\f1fc1"}.hgi-stroke.hgi-live-streaming-02:before{content:"\f1fc2"}.hgi-stroke.hgi-live-streaming-03:before{content:"\f1fc3"}.hgi-stroke.hgi-liver:before{content:"\f1fc4"}.hgi-stroke.hgi-loader-pinwheel:before{content:"\f1fc5"}.hgi-stroke.hgi-loading-01:before{content:"\f1fc6"}.hgi-stroke.hgi-loading-02:before{content:"\f1fc7"}.hgi-stroke.hgi-loading-03:before{content:"\f1fc8"}.hgi-stroke.hgi-loading-04:before{content:"\f1fc9"}.hgi-stroke.hgi-location-01:before{content:"\f1fca"}.hgi-stroke.hgi-location-02:before{content:"\f1fcb"}.hgi-stroke.hgi-location-03:before{content:"\f1fcc"}.hgi-stroke.hgi-location-04:before{content:"\f1fcd"}.hgi-stroke.hgi-location-05:before{content:"\f1fce"}.hgi-stroke.hgi-location-06:before{content:"\f1fcf"}.hgi-stroke.hgi-location-07:before{content:"\f1fd0"}.hgi-stroke.hgi-location-08:before{content:"\f1fd1"}.hgi-stroke.hgi-location-09:before{content:"\f1fd2"}.hgi-stroke.hgi-location-10:before{content:"\f1fd3"}.hgi-stroke.hgi-location-add-01:before{content:"\f1fd4"}.hgi-stroke.hgi-location-add-02:before{content:"\f1fd5"}.hgi-stroke.hgi-location-check-01:before{content:"\f1fd6"}.hgi-stroke.hgi-location-check-02:before{content:"\f1fd7"}.hgi-stroke.hgi-location-favourite-01:before{content:"\f1fd8"}.hgi-stroke.hgi-location-favourite-02:before{content:"\f1fd9"}.hgi-stroke.hgi-location-offline-01:before{content:"\f1fda"}.hgi-stroke.hgi-location-offline-02:before{content:"\f1fdb"}.hgi-stroke.hgi-location-offline-03:before{content:"\f1fdc"}.hgi-stroke.hgi-location-offline-04:before{content:"\f1fdd"}.hgi-stroke.hgi-location-remove-01:before{content:"\f1fde"}.hgi-stroke.hgi-location-remove-02:before{content:"\f1fdf"}.hgi-stroke.hgi-location-share-01:before{content:"\f1fe0"}.hgi-stroke.hgi-location-share-02:before{content:"\f1fe1"}.hgi-stroke.hgi-location-star-01:before{content:"\f1fe2"}.hgi-stroke.hgi-location-star-02:before{content:"\f1fe3"}.hgi-stroke.hgi-location-update-01:before{content:"\f1fe4"}.hgi-stroke.hgi-location-update-02:before{content:"\f1fe5"}.hgi-stroke.hgi-location-user-01:before{content:"\f1fe6"}.hgi-stroke.hgi-location-user-02:before{content:"\f1fe7"}.hgi-stroke.hgi-location-user-03:before{content:"\f1fe8"}.hgi-stroke.hgi-location-user-04:before{content:"\f1fe9"}.hgi-stroke.hgi-lock-computer:before{content:"\f1fea"}.hgi-stroke.hgi-lock-key:before{content:"\f1feb"}.hgi-stroke.hgi-lock-password:before{content:"\f1fec"}.hgi-stroke.hgi-lock-sync-01:before{content:"\f1fed"}.hgi-stroke.hgi-lock-sync-02:before{content:"\f1fee"}.hgi-stroke.hgi-lock:before{content:"\f1fef"}.hgi-stroke.hgi-locked:before{content:"\f1ff0"}.hgi-stroke.hgi-locker-01:before{content:"\f1ff1"}.hgi-stroke.hgi-locker:before{content:"\f1ff2"}.hgi-stroke.hgi-login-01:before{content:"\f1ff3"}.hgi-stroke.hgi-login-02:before{content:"\f1ff4"}.hgi-stroke.hgi-login-03:before{content:"\f1ff5"}.hgi-stroke.hgi-login-circle-01:before{content:"\f1ff6"}.hgi-stroke.hgi-login-circle-02:before{content:"\f1ff7"}.hgi-stroke.hgi-login-method:before{content:"\f1ff8"}.hgi-stroke.hgi-login-square-01:before{content:"\f1ff9"}.hgi-stroke.hgi-login-square-02:before{content:"\f1ffa"}.hgi-stroke.hgi-logout-01:before{content:"\f1ffb"}.hgi-stroke.hgi-logout-02:before{content:"\f1ffc"}.hgi-stroke.hgi-logout-03:before{content:"\f1ffd"}.hgi-stroke.hgi-logout-04:before{content:"\f1ffe"}.hgi-stroke.hgi-logout-05:before{content:"\f1fff"}.hgi-stroke.hgi-logout-circle-01:before{content:"\f2000"}.hgi-stroke.hgi-logout-circle-02:before{content:"\f2001"}.hgi-stroke.hgi-logout-square-01:before{content:"\f2002"}.hgi-stroke.hgi-logout-square-02:before{content:"\f2003"}.hgi-stroke.hgi-lollipop:before{content:"\f2004"}.hgi-stroke.hgi-long-sleeve-shirt:before{content:"\f2005"}.hgi-stroke.hgi-longitude:before{content:"\f2006"}.hgi-stroke.hgi-look-bottom:before{content:"\f2007"}.hgi-stroke.hgi-look-left:before{content:"\f2008"}.hgi-stroke.hgi-look-right:before{content:"\f2009"}.hgi-stroke.hgi-look-top:before{content:"\f200a"}.hgi-stroke.hgi-loom:before{content:"\f200b"}.hgi-stroke.hgi-lottiefiles:before{content:"\f200c"}.hgi-stroke.hgi-love-korean-finger:before{content:"\f200d"}.hgi-stroke.hgi-low-signal:before{content:"\f200e"}.hgi-stroke.hgi-loyalty-card:before{content:"\f200f"}.hgi-stroke.hgi-luggage-01:before{content:"\f2010"}.hgi-stroke.hgi-luggage-02:before{content:"\f2011"}.hgi-stroke.hgi-lungs:before{content:"\f2012"}.hgi-stroke.hgi-m-machine-robot:before{content:"\f2013"}.hgi-stroke.hgi-m-map-pinpoint-01:before{content:"\f2014"}.hgi-stroke.hgi-m-map-pinpoint-02:before{content:"\f2015"}.hgi-stroke.hgi-m-maps-circle-01:before{content:"\f2016"}.hgi-stroke.hgi-m-maps-circle-02:before{content:"\f2017"}.hgi-stroke.hgi-m-maps-location-01:before{content:"\f2018"}.hgi-stroke.hgi-m-maps-location-02:before{content:"\f2019"}.hgi-stroke.hgi-m-maps-square-01:before{content:"\f201a"}.hgi-stroke.hgi-m-maps-square-02:before{content:"\f201b"}.hgi-stroke.hgi-m-matrix:before{content:"\f201c"}.hgi-stroke.hgi-m-message-02:before{content:"\f201d"}.hgi-stroke.hgi-m-message-add-02:before{content:"\f201e"}.hgi-stroke.hgi-m-message-cancel-02:before{content:"\f201f"}.hgi-stroke.hgi-m-message-delay-02:before{content:"\f2020"}.hgi-stroke.hgi-m-message-done-02:before{content:"\f2021"}.hgi-stroke.hgi-m-message-download-02:before{content:"\f2022"}.hgi-stroke.hgi-m-message-edit-02:before{content:"\f2023"}.hgi-stroke.hgi-m-message-favourite-02:before{content:"\f2024"}.hgi-stroke.hgi-m-message-incoming-02:before{content:"\f2025"}.hgi-stroke.hgi-m-message-lock-02:before{content:"\f2026"}.hgi-stroke.hgi-m-message-notification-02:before{content:"\f2027"}.hgi-stroke.hgi-m-message-outgoing-02:before{content:"\f2028"}.hgi-stroke.hgi-m-message-preview-01:before{content:"\f2029"}.hgi-stroke.hgi-m-message-preview-02:before{content:"\f202a"}.hgi-stroke.hgi-m-message-question:before{content:"\f202b"}.hgi-stroke.hgi-m-message-search-02:before{content:"\f202c"}.hgi-stroke.hgi-m-message-secure-02:before{content:"\f202d"}.hgi-stroke.hgi-m-message-unlock-02:before{content:"\f202e"}.hgi-stroke.hgi-m-message-upload-02:before{content:"\f202f"}.hgi-stroke.hgi-m-message-user-02:before{content:"\f2030"}.hgi-stroke.hgi-m-metro:before{content:"\f2031"}.hgi-stroke.hgi-m-microwave:before{content:"\f2032"}.hgi-stroke.hgi-m-mixer:before{content:"\f2033"}.hgi-stroke.hgi-m-mobile-navigator-01:before{content:"\f2034"}.hgi-stroke.hgi-m-mobile-navigator-02:before{content:"\f2035"}.hgi-stroke.hgi-m-modern-tv-four-k:before{content:"\f2036"}.hgi-stroke.hgi-m-modern-tv-issue:before{content:"\f2037"}.hgi-stroke.hgi-m-modern-tv:before{content:"\f2038"}.hgi-stroke.hgi-m-money-02:before{content:"\f2039"}.hgi-stroke.hgi-m-money-04:before{content:"\f203a"}.hgi-stroke.hgi-m-money-exchange-03:before{content:"\f203b"}.hgi-stroke.hgi-m-money-not-found-02:before{content:"\f203c"}.hgi-stroke.hgi-m-money-not-found-04:before{content:"\f203d"}.hgi-stroke.hgi-m-monster:before{content:"\f203e"}.hgi-stroke.hgi-m-moon-01:before{content:"\f203f"}.hgi-stroke.hgi-m-moon-cloud-hailstone:before{content:"\f2040"}.hgi-stroke.hgi-m-moon-cloud-snow:before{content:"\f2041"}.hgi-stroke.hgi-m-moon-landing:before{content:"\f2042"}.hgi-stroke.hgi-m-moon:before{content:"\f2043"}.hgi-stroke.hgi-m-more-01:before{content:"\f2044"}.hgi-stroke.hgi-m-more-02:before{content:"\f2045"}.hgi-stroke.hgi-m-more-03:before{content:"\f2046"}.hgi-stroke.hgi-m-more-horizontal-circle-01:before{content:"\f2047"}.hgi-stroke.hgi-m-more-horizontal-circle-02:before{content:"\f2048"}.hgi-stroke.hgi-m-more-horizontal-square-01:before{content:"\f2049"}.hgi-stroke.hgi-m-more-horizontal-square-02:before{content:"\f204a"}.hgi-stroke.hgi-m-more-horizontal:before{content:"\f204b"}.hgi-stroke.hgi-m-more-vertical-circle-01:before{content:"\f204c"}.hgi-stroke.hgi-m-more-vertical-circle-02:before{content:"\f204d"}.hgi-stroke.hgi-m-more-vertical-square-01:before{content:"\f204e"}.hgi-stroke.hgi-m-more-vertical-square-02:before{content:"\f204f"}.hgi-stroke.hgi-m-more-vertical:before{content:"\f2050"}.hgi-stroke.hgi-m-move-to:before{content:"\f2051"}.hgi-stroke.hgi-m-mushroom-01:before{content:"\f2052"}.hgi-stroke.hgi-machine-robot:before{content:"\f2053"}.hgi-stroke.hgi-magic-wand-01:before{content:"\f2054"}.hgi-stroke.hgi-magic-wand-02:before{content:"\f2055"}.hgi-stroke.hgi-magic-wand-03:before{content:"\f2056"}.hgi-stroke.hgi-magic-wand-04:before{content:"\f2057"}.hgi-stroke.hgi-magic-wand-05:before{content:"\f2058"}.hgi-stroke.hgi-magnet-01:before{content:"\f2059"}.hgi-stroke.hgi-magnet-02:before{content:"\f205a"}.hgi-stroke.hgi-magnet:before{content:"\f205b"}.hgi-stroke.hgi-mail-01:before{content:"\f205c"}.hgi-stroke.hgi-mail-02:before{content:"\f205d"}.hgi-stroke.hgi-mail-account-01:before{content:"\f205e"}.hgi-stroke.hgi-mail-account-02:before{content:"\f205f"}.hgi-stroke.hgi-mail-add-01:before{content:"\f2060"}.hgi-stroke.hgi-mail-add-02:before{content:"\f2061"}.hgi-stroke.hgi-mail-at-sign-01:before{content:"\f2062"}.hgi-stroke.hgi-mail-at-sign-02:before{content:"\f2063"}.hgi-stroke.hgi-mail-block-01:before{content:"\f2064"}.hgi-stroke.hgi-mail-block-02:before{content:"\f2065"}.hgi-stroke.hgi-mail-download-01:before{content:"\f2066"}.hgi-stroke.hgi-mail-download-02:before{content:"\f2067"}.hgi-stroke.hgi-mail-edit-01:before{content:"\f2068"}.hgi-stroke.hgi-mail-edit-02:before{content:"\f2069"}.hgi-stroke.hgi-mail-lock-01:before{content:"\f206a"}.hgi-stroke.hgi-mail-lock-02:before{content:"\f206b"}.hgi-stroke.hgi-mail-love-01:before{content:"\f206c"}.hgi-stroke.hgi-mail-love-02:before{content:"\f206d"}.hgi-stroke.hgi-mail-minus-01:before{content:"\f206e"}.hgi-stroke.hgi-mail-minus-02:before{content:"\f206f"}.hgi-stroke.hgi-mail-open-01:before{content:"\f2070"}.hgi-stroke.hgi-mail-open-02:before{content:"\f2071"}.hgi-stroke.hgi-mail-open-love:before{content:"\f2072"}.hgi-stroke.hgi-mail-open:before{content:"\f2073"}.hgi-stroke.hgi-mail-question-mark:before{content:"\f2074"}.hgi-stroke.hgi-mail-receive-01:before{content:"\f2075"}.hgi-stroke.hgi-mail-receive-02:before{content:"\f2076"}.hgi-stroke.hgi-mail-remove-01:before{content:"\f2077"}.hgi-stroke.hgi-mail-remove-02:before{content:"\f2078"}.hgi-stroke.hgi-mail-reply-01:before{content:"\f2079"}.hgi-stroke.hgi-mail-reply-02:before{content:"\f207a"}.hgi-stroke.hgi-mail-reply-all-01:before{content:"\f207b"}.hgi-stroke.hgi-mail-reply-all-02:before{content:"\f207c"}.hgi-stroke.hgi-mail-search-01:before{content:"\f207d"}.hgi-stroke.hgi-mail-search-02:before{content:"\f207e"}.hgi-stroke.hgi-mail-secure-01:before{content:"\f207f"}.hgi-stroke.hgi-mail-secure-02:before{content:"\f2080"}.hgi-stroke.hgi-mail-send-01:before{content:"\f2081"}.hgi-stroke.hgi-mail-send-02:before{content:"\f2082"}.hgi-stroke.hgi-mail-setting-01:before{content:"\f2083"}.hgi-stroke.hgi-mail-setting-02:before{content:"\f2084"}.hgi-stroke.hgi-mail-unlock-01:before{content:"\f2085"}.hgi-stroke.hgi-mail-unlock-02:before{content:"\f2086"}.hgi-stroke.hgi-mail-upload-01:before{content:"\f2087"}.hgi-stroke.hgi-mail-upload-02:before{content:"\f2088"}.hgi-stroke.hgi-mail-validation-01:before{content:"\f2089"}.hgi-stroke.hgi-mail-validation-02:before{content:"\f208a"}.hgi-stroke.hgi-mail-voice-01:before{content:"\f208b"}.hgi-stroke.hgi-mail-voice-02:before{content:"\f208c"}.hgi-stroke.hgi-mail-warning:before{content:"\f208d"}.hgi-stroke.hgi-mailbox-01:before{content:"\f208e"}.hgi-stroke.hgi-mailbox:before{content:"\f208f"}.hgi-stroke.hgi-mails:before{content:"\f2090"}.hgi-stroke.hgi-male-02:before{content:"\f2091"}.hgi-stroke.hgi-male-symbol:before{content:"\f2092"}.hgi-stroke.hgi-man-woman:before{content:"\f2093"}.hgi-stroke.hgi-man:before{content:"\f2094"}.hgi-stroke.hgi-manager:before{content:"\f2095"}.hgi-stroke.hgi-map-pin:before{content:"\f2096"}.hgi-stroke.hgi-map-pinpoint-01:before{content:"\f2097"}.hgi-stroke.hgi-map-pinpoint-02:before{content:"\f2098"}.hgi-stroke.hgi-maping:before{content:"\f2099"}.hgi-stroke.hgi-maps-circle-01:before{content:"\f209a"}.hgi-stroke.hgi-maps-circle-02:before{content:"\f209b"}.hgi-stroke.hgi-maps-editing:before{content:"\f209c"}.hgi-stroke.hgi-maps-global-01:before{content:"\f209d"}.hgi-stroke.hgi-maps-global-02:before{content:"\f209e"}.hgi-stroke.hgi-maps-location-01:before{content:"\f209f"}.hgi-stroke.hgi-maps-location-02:before{content:"\f20a0"}.hgi-stroke.hgi-maps-off:before{content:"\f20a1"}.hgi-stroke.hgi-maps-refresh:before{content:"\f20a2"}.hgi-stroke.hgi-maps-search:before{content:"\f20a3"}.hgi-stroke.hgi-maps-square-01:before{content:"\f20a4"}.hgi-stroke.hgi-maps-square-02:before{content:"\f20a5"}.hgi-stroke.hgi-maps:before{content:"\f20a6"}.hgi-stroke.hgi-market-analysis:before{content:"\f20a7"}.hgi-stroke.hgi-market-order:before{content:"\f20a8"}.hgi-stroke.hgi-marketing:before{content:"\f20a9"}.hgi-stroke.hgi-mask-love:before{content:"\f20aa"}.hgi-stroke.hgi-mask-theater-01:before{content:"\f20ab"}.hgi-stroke.hgi-mask-theater-02:before{content:"\f20ac"}.hgi-stroke.hgi-mask:before{content:"\f20ad"}.hgi-stroke.hgi-master-card:before{content:"\f20ae"}.hgi-stroke.hgi-mastodon:before{content:"\f20af"}.hgi-stroke.hgi-matches:before{content:"\f20b0"}.hgi-stroke.hgi-material-and-texture:before{content:"\f20b1"}.hgi-stroke.hgi-math:before{content:"\f20b2"}.hgi-stroke.hgi-matrix:before{content:"\f20b3"}.hgi-stroke.hgi-maximize-01:before{content:"\f20b4"}.hgi-stroke.hgi-maximize-02:before{content:"\f20b5"}.hgi-stroke.hgi-maximize-03:before{content:"\f20b6"}.hgi-stroke.hgi-maximize-04:before{content:"\f20b7"}.hgi-stroke.hgi-maximize-screen:before{content:"\f20b8"}.hgi-stroke.hgi-mayan-pyramid:before{content:"\f20b9"}.hgi-stroke.hgi-maze:before{content:"\f20ba"}.hgi-stroke.hgi-mcp-server:before{content:"\f20bb"}.hgi-stroke.hgi-meal-scan:before{content:"\f20bc"}.hgi-stroke.hgi-medal-01:before{content:"\f20bd"}.hgi-stroke.hgi-medal-02:before{content:"\f20be"}.hgi-stroke.hgi-medal-03:before{content:"\f20bf"}.hgi-stroke.hgi-medal-04:before{content:"\f20c0"}.hgi-stroke.hgi-medal-05:before{content:"\f20c1"}.hgi-stroke.hgi-medal-06:before{content:"\f20c2"}.hgi-stroke.hgi-medal-07:before{content:"\f20c3"}.hgi-stroke.hgi-medal-first-place:before{content:"\f20c4"}.hgi-stroke.hgi-medal-second-place:before{content:"\f20c5"}.hgi-stroke.hgi-medal-third-place:before{content:"\f20c6"}.hgi-stroke.hgi-medical-file:before{content:"\f20c7"}.hgi-stroke.hgi-medical-mask:before{content:"\f20c8"}.hgi-stroke.hgi-medicine-01:before{content:"\f20c9"}.hgi-stroke.hgi-medicine-02:before{content:"\f20ca"}.hgi-stroke.hgi-medicine-bottle-01:before{content:"\f20cb"}.hgi-stroke.hgi-medicine-bottle-02:before{content:"\f20cc"}.hgi-stroke.hgi-medicine-syrup:before{content:"\f20cd"}.hgi-stroke.hgi-medium-signal:before{content:"\f20ce"}.hgi-stroke.hgi-medium-square:before{content:"\f20cf"}.hgi-stroke.hgi-medium:before{content:"\f20d0"}.hgi-stroke.hgi-meeting-room:before{content:"\f20d1"}.hgi-stroke.hgi-megaphone-01:before{content:"\f20d2"}.hgi-stroke.hgi-megaphone-02:before{content:"\f20d3"}.hgi-stroke.hgi-megaphone-03:before{content:"\f20d4"}.hgi-stroke.hgi-meh:before{content:"\f20d5"}.hgi-stroke.hgi-memory-stick:before{content:"\f20d6"}.hgi-stroke.hgi-mentor:before{content:"\f20d7"}.hgi-stroke.hgi-mentoring:before{content:"\f20d8"}.hgi-stroke.hgi-menu-01:before{content:"\f20d9"}.hgi-stroke.hgi-menu-02:before{content:"\f20da"}.hgi-stroke.hgi-menu-03:before{content:"\f20db"}.hgi-stroke.hgi-menu-04:before{content:"\f20dc"}.hgi-stroke.hgi-menu-05:before{content:"\f20dd"}.hgi-stroke.hgi-menu-06:before{content:"\f20de"}.hgi-stroke.hgi-menu-07:before{content:"\f20df"}.hgi-stroke.hgi-menu-08:before{content:"\f20e0"}.hgi-stroke.hgi-menu-09:before{content:"\f20e1"}.hgi-stroke.hgi-menu-10:before{content:"\f20e2"}.hgi-stroke.hgi-menu-11:before{content:"\f20e3"}.hgi-stroke.hgi-menu-circle:before{content:"\f20e4"}.hgi-stroke.hgi-menu-collapse:before{content:"\f20e5"}.hgi-stroke.hgi-menu-restaurant:before{content:"\f20e6"}.hgi-stroke.hgi-menu-square:before{content:"\f20e7"}.hgi-stroke.hgi-menu-two-line:before{content:"\f20e8"}.hgi-stroke.hgi-message-01:before{content:"\f20e9"}.hgi-stroke.hgi-message-02:before{content:"\f20ea"}.hgi-stroke.hgi-message-add-01:before{content:"\f20eb"}.hgi-stroke.hgi-message-add-02:before{content:"\f20ec"}.hgi-stroke.hgi-message-blocked:before{content:"\f20ed"}.hgi-stroke.hgi-message-cancel-01:before{content:"\f20ee"}.hgi-stroke.hgi-message-cancel-02:before{content:"\f20ef"}.hgi-stroke.hgi-message-circle-code:before{content:"\f20f0"}.hgi-stroke.hgi-message-circle-reply:before{content:"\f20f1"}.hgi-stroke.hgi-message-delay-01:before{content:"\f20f2"}.hgi-stroke.hgi-message-delay-02:before{content:"\f20f3"}.hgi-stroke.hgi-message-done-01:before{content:"\f20f4"}.hgi-stroke.hgi-message-done-02:before{content:"\f20f5"}.hgi-stroke.hgi-message-download-01:before{content:"\f20f6"}.hgi-stroke.hgi-message-download-02:before{content:"\f20f7"}.hgi-stroke.hgi-message-edit-01:before{content:"\f20f8"}.hgi-stroke.hgi-message-edit-02:before{content:"\f20f9"}.hgi-stroke.hgi-message-favourite-01:before{content:"\f20fa"}.hgi-stroke.hgi-message-favourite-02:before{content:"\f20fb"}.hgi-stroke.hgi-message-incoming-01:before{content:"\f20fc"}.hgi-stroke.hgi-message-incoming-02:before{content:"\f20fd"}.hgi-stroke.hgi-message-lock-01:before{content:"\f20fe"}.hgi-stroke.hgi-message-lock-02:before{content:"\f20ff"}.hgi-stroke.hgi-message-multiple-01:before{content:"\f2100"}.hgi-stroke.hgi-message-multiple-02:before{content:"\f2101"}.hgi-stroke.hgi-message-notification-01:before{content:"\f2102"}.hgi-stroke.hgi-message-notification-02:before{content:"\f2103"}.hgi-stroke.hgi-message-outgoing-01:before{content:"\f2104"}.hgi-stroke.hgi-message-outgoing-02:before{content:"\f2105"}.hgi-stroke.hgi-message-preview-01:before{content:"\f2106"}.hgi-stroke.hgi-message-preview-02:before{content:"\f2107"}.hgi-stroke.hgi-message-programming:before{content:"\f2108"}.hgi-stroke.hgi-message-question:before{content:"\f2109"}.hgi-stroke.hgi-message-search-01:before{content:"\f210a"}.hgi-stroke.hgi-message-search-02:before{content:"\f210b"}.hgi-stroke.hgi-message-secure-01:before{content:"\f210c"}.hgi-stroke.hgi-message-secure-02:before{content:"\f210d"}.hgi-stroke.hgi-message-square-code:before{content:"\f210e"}.hgi-stroke.hgi-message-square-dashed:before{content:"\f210f"}.hgi-stroke.hgi-message-square-diff:before{content:"\f2110"}.hgi-stroke.hgi-message-square-share:before{content:"\f2111"}.hgi-stroke.hgi-message-translate:before{content:"\f2112"}.hgi-stroke.hgi-message-unlock-01:before{content:"\f2113"}.hgi-stroke.hgi-message-unlock-02:before{content:"\f2114"}.hgi-stroke.hgi-message-upload-01:before{content:"\f2115"}.hgi-stroke.hgi-message-upload-02:before{content:"\f2116"}.hgi-stroke.hgi-message-user-01:before{content:"\f2117"}.hgi-stroke.hgi-message-user-02:before{content:"\f2118"}.hgi-stroke.hgi-messenger:before{content:"\f2119"}.hgi-stroke.hgi-meta:before{content:"\f211a"}.hgi-stroke.hgi-metro:before{content:"\f211b"}.hgi-stroke.hgi-mic-01:before{content:"\f211c"}.hgi-stroke.hgi-mic-02:before{content:"\f211d"}.hgi-stroke.hgi-mic-off-01:before{content:"\f211e"}.hgi-stroke.hgi-mic-off-02:before{content:"\f211f"}.hgi-stroke.hgi-microchip:before{content:"\f2120"}.hgi-stroke.hgi-microscope:before{content:"\f2121"}.hgi-stroke.hgi-microsoft-admin:before{content:"\f2122"}.hgi-stroke.hgi-microsoft:before{content:"\f2123"}.hgi-stroke.hgi-microwave:before{content:"\f2124"}.hgi-stroke.hgi-milk-bottle:before{content:"\f2125"}.hgi-stroke.hgi-milk-carton:before{content:"\f2126"}.hgi-stroke.hgi-milk-coconut:before{content:"\f2127"}.hgi-stroke.hgi-milk-oat:before{content:"\f2128"}.hgi-stroke.hgi-minimize-01:before{content:"\f2129"}.hgi-stroke.hgi-minimize-02:before{content:"\f212a"}.hgi-stroke.hgi-minimize-03:before{content:"\f212b"}.hgi-stroke.hgi-minimize-04:before{content:"\f212c"}.hgi-stroke.hgi-minimize-screen:before{content:"\f212d"}.hgi-stroke.hgi-mining-01:before{content:"\f212e"}.hgi-stroke.hgi-mining-02:before{content:"\f212f"}.hgi-stroke.hgi-mining-03:before{content:"\f2130"}.hgi-stroke.hgi-minus-plus-01:before{content:"\f2131"}.hgi-stroke.hgi-minus-plus-02:before{content:"\f2132"}.hgi-stroke.hgi-minus-plus-circle-01:before{content:"\f2133"}.hgi-stroke.hgi-minus-plus-circle-02:before{content:"\f2134"}.hgi-stroke.hgi-minus-plus-square-01:before{content:"\f2135"}.hgi-stroke.hgi-minus-plus-square-02:before{content:"\f2136"}.hgi-stroke.hgi-minus-sign-circle:before{content:"\f2137"}.hgi-stroke.hgi-minus-sign-square:before{content:"\f2138"}.hgi-stroke.hgi-minus-sign:before{content:"\f2139"}.hgi-stroke.hgi-mirror:before{content:"\f213a"}.hgi-stroke.hgi-mirroring-screen:before{content:"\f213b"}.hgi-stroke.hgi-mistral:before{content:"\f213c"}.hgi-stroke.hgi-mixer:before{content:"\f213d"}.hgi-stroke.hgi-mobile-navigator-01:before{content:"\f213e"}.hgi-stroke.hgi-mobile-navigator-02:before{content:"\f213f"}.hgi-stroke.hgi-mobile-programming-01:before{content:"\f2140"}.hgi-stroke.hgi-mobile-programming-02:before{content:"\f2141"}.hgi-stroke.hgi-mobile-protection:before{content:"\f2142"}.hgi-stroke.hgi-mobile-security:before{content:"\f2143"}.hgi-stroke.hgi-mochi:before{content:"\f2144"}.hgi-stroke.hgi-modern-tv-four-k:before{content:"\f2145"}.hgi-stroke.hgi-modern-tv-issue:before{content:"\f2146"}.hgi-stroke.hgi-modern-tv:before{content:"\f2147"}.hgi-stroke.hgi-molecules:before{content:"\f2148"}.hgi-stroke.hgi-mollie:before{content:"\f2149"}.hgi-stroke.hgi-monas:before{content:"\f214a"}.hgi-stroke.hgi-money-01:before{content:"\f214b"}.hgi-stroke.hgi-money-02:before{content:"\f214c"}.hgi-stroke.hgi-money-03:before{content:"\f214d"}.hgi-stroke.hgi-money-04:before{content:"\f214e"}.hgi-stroke.hgi-money-add-01:before{content:"\f214f"}.hgi-stroke.hgi-money-add-02:before{content:"\f2150"}.hgi-stroke.hgi-money-bag-01:before{content:"\f2151"}.hgi-stroke.hgi-money-bag-02:before{content:"\f2152"}.hgi-stroke.hgi-money-exchange-01:before{content:"\f2153"}.hgi-stroke.hgi-money-exchange-02:before{content:"\f2154"}.hgi-stroke.hgi-money-exchange-03:before{content:"\f2155"}.hgi-stroke.hgi-money-lock:before{content:"\f2156"}.hgi-stroke.hgi-money-not-found-01:before{content:"\f2157"}.hgi-stroke.hgi-money-not-found-02:before{content:"\f2158"}.hgi-stroke.hgi-money-not-found-03:before{content:"\f2159"}.hgi-stroke.hgi-money-not-found-04:before{content:"\f215a"}.hgi-stroke.hgi-money-receive-01:before{content:"\f215b"}.hgi-stroke.hgi-money-receive-02:before{content:"\f215c"}.hgi-stroke.hgi-money-receive-circle:before{content:"\f215d"}.hgi-stroke.hgi-money-receive-flow-01:before{content:"\f215e"}.hgi-stroke.hgi-money-receive-flow-02:before{content:"\f215f"}.hgi-stroke.hgi-money-receive-square:before{content:"\f2160"}.hgi-stroke.hgi-money-remove-01:before{content:"\f2161"}.hgi-stroke.hgi-money-remove-02:before{content:"\f2162"}.hgi-stroke.hgi-money-safe:before{content:"\f2163"}.hgi-stroke.hgi-money-saving-jar:before{content:"\f2164"}.hgi-stroke.hgi-money-security:before{content:"\f2165"}.hgi-stroke.hgi-money-send-01:before{content:"\f2166"}.hgi-stroke.hgi-money-send-02:before{content:"\f2167"}.hgi-stroke.hgi-money-send-circle:before{content:"\f2168"}.hgi-stroke.hgi-money-send-flow-01:before{content:"\f2169"}.hgi-stroke.hgi-money-send-flow-02:before{content:"\f216a"}.hgi-stroke.hgi-money-send-square:before{content:"\f216b"}.hgi-stroke.hgi-monitor-dot:before{content:"\f216c"}.hgi-stroke.hgi-monitor-pause:before{content:"\f216d"}.hgi-stroke.hgi-monitor-speaker:before{content:"\f216e"}.hgi-stroke.hgi-monitor-stop:before{content:"\f216f"}.hgi-stroke.hgi-monocle-01:before{content:"\f2170"}.hgi-stroke.hgi-monocle:before{content:"\f2171"}.hgi-stroke.hgi-monster:before{content:"\f2172"}.hgi-stroke.hgi-moon-01:before{content:"\f2173"}.hgi-stroke.hgi-moon-02:before{content:"\f2174"}.hgi-stroke.hgi-moon-angled-rain-zap:before{content:"\f2175"}.hgi-stroke.hgi-moon-cloud-angled-rain:before{content:"\f2176"}.hgi-stroke.hgi-moon-cloud-angled-zap:before{content:"\f2177"}.hgi-stroke.hgi-moon-cloud-big-rain:before{content:"\f2178"}.hgi-stroke.hgi-moon-cloud-fast-wind:before{content:"\f2179"}.hgi-stroke.hgi-moon-cloud-hailstone:before{content:"\f217a"}.hgi-stroke.hgi-moon-cloud-little-rain:before{content:"\f217b"}.hgi-stroke.hgi-moon-cloud-little-snow:before{content:"\f217c"}.hgi-stroke.hgi-moon-cloud-mid-rain:before{content:"\f217d"}.hgi-stroke.hgi-moon-cloud-mid-snow:before{content:"\f217e"}.hgi-stroke.hgi-moon-cloud-slow-wind:before{content:"\f217f"}.hgi-stroke.hgi-moon-cloud-snow:before{content:"\f2180"}.hgi-stroke.hgi-moon-cloud:before{content:"\f2181"}.hgi-stroke.hgi-moon-eclipse:before{content:"\f2182"}.hgi-stroke.hgi-moon-fast-wind:before{content:"\f2183"}.hgi-stroke.hgi-moon-landing:before{content:"\f2184"}.hgi-stroke.hgi-moon-slow-wind:before{content:"\f2185"}.hgi-stroke.hgi-moon:before{content:"\f2186"}.hgi-stroke.hgi-moonset:before{content:"\f2187"}.hgi-stroke.hgi-more-01:before{content:"\f2188"}.hgi-stroke.hgi-more-02:before{content:"\f2189"}.hgi-stroke.hgi-more-03:before{content:"\f218a"}.hgi-stroke.hgi-more-horizontal-circle-01:before{content:"\f218b"}.hgi-stroke.hgi-more-horizontal-circle-02:before{content:"\f218c"}.hgi-stroke.hgi-more-horizontal-square-01:before{content:"\f218d"}.hgi-stroke.hgi-more-horizontal-square-02:before{content:"\f218e"}.hgi-stroke.hgi-more-horizontal:before{content:"\f218f"}.hgi-stroke.hgi-more-or-less-circle:before{content:"\f2190"}.hgi-stroke.hgi-more-or-less-square:before{content:"\f2191"}.hgi-stroke.hgi-more-or-less:before{content:"\f2192"}.hgi-stroke.hgi-more-vertical-circle-01:before{content:"\f2193"}.hgi-stroke.hgi-more-vertical-circle-02:before{content:"\f2194"}.hgi-stroke.hgi-more-vertical-square-01:before{content:"\f2195"}.hgi-stroke.hgi-more-vertical-square-02:before{content:"\f2196"}.hgi-stroke.hgi-more-vertical:before{content:"\f2197"}.hgi-stroke.hgi-more:before{content:"\f2198"}.hgi-stroke.hgi-mortar:before{content:"\f2199"}.hgi-stroke.hgi-mortarboard-01:before{content:"\f219a"}.hgi-stroke.hgi-mortarboard-02:before{content:"\f219b"}.hgi-stroke.hgi-mosque-01:before{content:"\f219c"}.hgi-stroke.hgi-mosque-02:before{content:"\f219d"}.hgi-stroke.hgi-mosque-03:before{content:"\f219e"}.hgi-stroke.hgi-mosque-04:before{content:"\f219f"}.hgi-stroke.hgi-mosque-05:before{content:"\f21a0"}.hgi-stroke.hgi-mosque-location:before{content:"\f21a1"}.hgi-stroke.hgi-motion-01:before{content:"\f21a2"}.hgi-stroke.hgi-motion-02:before{content:"\f21a3"}.hgi-stroke.hgi-motorbike-01:before{content:"\f21a4"}.hgi-stroke.hgi-motorbike-02:before{content:"\f21a5"}.hgi-stroke.hgi-mountain:before{content:"\f21a6"}.hgi-stroke.hgi-mouse-01:before{content:"\f21a7"}.hgi-stroke.hgi-mouse-02:before{content:"\f21a8"}.hgi-stroke.hgi-mouse-03:before{content:"\f21a9"}.hgi-stroke.hgi-mouse-04:before{content:"\f21aa"}.hgi-stroke.hgi-mouse-05:before{content:"\f21ab"}.hgi-stroke.hgi-mouse-06:before{content:"\f21ac"}.hgi-stroke.hgi-mouse-07:before{content:"\f21ad"}.hgi-stroke.hgi-mouse-08:before{content:"\f21ae"}.hgi-stroke.hgi-mouse-09:before{content:"\f21af"}.hgi-stroke.hgi-mouse-10:before{content:"\f21b0"}.hgi-stroke.hgi-mouse-11:before{content:"\f21b1"}.hgi-stroke.hgi-mouse-12:before{content:"\f21b2"}.hgi-stroke.hgi-mouse-13:before{content:"\f21b3"}.hgi-stroke.hgi-mouse-14:before{content:"\f21b4"}.hgi-stroke.hgi-mouse-15:before{content:"\f21b5"}.hgi-stroke.hgi-mouse-16:before{content:"\f21b6"}.hgi-stroke.hgi-mouse-17:before{content:"\f21b7"}.hgi-stroke.hgi-mouse-18:before{content:"\f21b8"}.hgi-stroke.hgi-mouse-19:before{content:"\f21b9"}.hgi-stroke.hgi-mouse-20:before{content:"\f21ba"}.hgi-stroke.hgi-mouse-21:before{content:"\f21bb"}.hgi-stroke.hgi-mouse-22:before{content:"\f21bc"}.hgi-stroke.hgi-mouse-23:before{content:"\f21bd"}.hgi-stroke.hgi-mouse-left-click-01:before{content:"\f21be"}.hgi-stroke.hgi-mouse-left-click-02:before{content:"\f21bf"}.hgi-stroke.hgi-mouse-left-click-03:before{content:"\f21c0"}.hgi-stroke.hgi-mouse-left-click-04:before{content:"\f21c1"}.hgi-stroke.hgi-mouse-left-click-05:before{content:"\f21c2"}.hgi-stroke.hgi-mouse-left-click-06:before{content:"\f21c3"}.hgi-stroke.hgi-mouse-pointer-off:before{content:"\f21c4"}.hgi-stroke.hgi-mouse-right-click-01:before{content:"\f21c5"}.hgi-stroke.hgi-mouse-right-click-02:before{content:"\f21c6"}.hgi-stroke.hgi-mouse-right-click-03:before{content:"\f21c7"}.hgi-stroke.hgi-mouse-right-click-04:before{content:"\f21c8"}.hgi-stroke.hgi-mouse-right-click-05:before{content:"\f21c9"}.hgi-stroke.hgi-mouse-right-click-06:before{content:"\f21ca"}.hgi-stroke.hgi-mouse-scroll-01:before{content:"\f21cb"}.hgi-stroke.hgi-mouse-scroll-02:before{content:"\f21cc"}.hgi-stroke.hgi-move-01:before{content:"\f21cd"}.hgi-stroke.hgi-move-02:before{content:"\f21ce"}.hgi-stroke.hgi-move-bottom:before{content:"\f21cf"}.hgi-stroke.hgi-move-left:before{content:"\f21d0"}.hgi-stroke.hgi-move-right:before{content:"\f21d1"}.hgi-stroke.hgi-move-to:before{content:"\f21d2"}.hgi-stroke.hgi-move-top:before{content:"\f21d3"}.hgi-stroke.hgi-move:before{content:"\f21d4"}.hgi-stroke.hgi-mp-four-01:before{content:"\f21d5"}.hgi-stroke.hgi-mp-four-02:before{content:"\f21d6"}.hgi-stroke.hgi-mp-three-01:before{content:"\f21d7"}.hgi-stroke.hgi-mp-three-02:before{content:"\f21d8"}.hgi-stroke.hgi-muhammad:before{content:"\f21d9"}.hgi-stroke.hgi-multiplication-sign-circle:before{content:"\f21da"}.hgi-stroke.hgi-multiplication-sign-square:before{content:"\f21db"}.hgi-stroke.hgi-multiplication-sign:before{content:"\f21dc"}.hgi-stroke.hgi-mushroom-01:before{content:"\f21dd"}.hgi-stroke.hgi-mushroom:before{content:"\f21de"}.hgi-stroke.hgi-music-3:before{content:"\f21df"}.hgi-stroke.hgi-music-note-01:before{content:"\f21e0"}.hgi-stroke.hgi-music-note-02:before{content:"\f21e1"}.hgi-stroke.hgi-music-note-03:before{content:"\f21e2"}.hgi-stroke.hgi-music-note-04:before{content:"\f21e3"}.hgi-stroke.hgi-music-note-square-01:before{content:"\f21e4"}.hgi-stroke.hgi-music-note-square-02:before{content:"\f21e5"}.hgi-stroke.hgi-muslim:before{content:"\f21e6"}.hgi-stroke.hgi-mute:before{content:"\f21e7"}.hgi-stroke.hgi-mymind:before{content:"\f21e8"}.hgi-stroke.hgi-n-navigation-05:before{content:"\f21e9"}.hgi-stroke.hgi-n-nintendo-switch:before{content:"\f21ea"}.hgi-stroke.hgi-n-nintendo:before{content:"\f21eb"}.hgi-stroke.hgi-n-note-03:before{content:"\f21ec"}.hgi-stroke.hgi-n-th-root-circle:before{content:"\f21ed"}.hgi-stroke.hgi-n-th-root-square:before{content:"\f21ee"}.hgi-stroke.hgi-n-th-root:before{content:"\f21ef"}.hgi-stroke.hgi-nano-technology:before{content:"\f21f0"}.hgi-stroke.hgi-napkins-01:before{content:"\f21f1"}.hgi-stroke.hgi-napkins-02:before{content:"\f21f2"}.hgi-stroke.hgi-natural-food:before{content:"\f21f3"}.hgi-stroke.hgi-navigation-01:before{content:"\f21f4"}.hgi-stroke.hgi-navigation-02:before{content:"\f21f5"}.hgi-stroke.hgi-navigation-03:before{content:"\f21f6"}.hgi-stroke.hgi-navigation-04:before{content:"\f21f7"}.hgi-stroke.hgi-navigation-05:before{content:"\f21f8"}.hgi-stroke.hgi-navigation-06:before{content:"\f21f9"}.hgi-stroke.hgi-navigation-2:before{content:"\f21fa"}.hgi-stroke.hgi-navigation-off:before{content:"\f21fb"}.hgi-stroke.hgi-navigation-two-off:before{content:"\f21fc"}.hgi-stroke.hgi-navigation:before{content:"\f21fd"}.hgi-stroke.hgi-navigator-01:before{content:"\f21fe"}.hgi-stroke.hgi-navigator-02:before{content:"\f21ff"}.hgi-stroke.hgi-necklace:before{content:"\f2200"}.hgi-stroke.hgi-nerd:before{content:"\f2201"}.hgi-stroke.hgi-neural-network:before{content:"\f2202"}.hgi-stroke.hgi-neutral:before{content:"\f2203"}.hgi-stroke.hgi-new-job:before{content:"\f2204"}.hgi-stroke.hgi-new-office:before{content:"\f2205"}.hgi-stroke.hgi-new-releases:before{content:"\f2206"}.hgi-stroke.hgi-new-twitter-ellipse:before{content:"\f2207"}.hgi-stroke.hgi-new-twitter-rectangle:before{content:"\f2208"}.hgi-stroke.hgi-new-twitter:before{content:"\f2209"}.hgi-stroke.hgi-news-01:before{content:"\f220a"}.hgi-stroke.hgi-news:before{content:"\f220b"}.hgi-stroke.hgi-next-week:before{content:"\f220c"}.hgi-stroke.hgi-next:before{content:"\f220d"}.hgi-stroke.hgi-nike:before{content:"\f220e"}.hgi-stroke.hgi-nine-circle:before{content:"\f220f"}.hgi-stroke.hgi-nine-square:before{content:"\f2210"}.hgi-stroke.hgi-nintendo-switch:before{content:"\f2211"}.hgi-stroke.hgi-nintendo:before{content:"\f2212"}.hgi-stroke.hgi-niqab:before{content:"\f2213"}.hgi-stroke.hgi-no-internet:before{content:"\f2214"}.hgi-stroke.hgi-no-meeting-room:before{content:"\f2215"}.hgi-stroke.hgi-no-signal:before{content:"\f2216"}.hgi-stroke.hgi-node-add:before{content:"\f2217"}.hgi-stroke.hgi-node-edit:before{content:"\f2218"}.hgi-stroke.hgi-node-move-down:before{content:"\f2219"}.hgi-stroke.hgi-node-move-up:before{content:"\f221a"}.hgi-stroke.hgi-node-remove:before{content:"\f221b"}.hgi-stroke.hgi-noodles:before{content:"\f221c"}.hgi-stroke.hgi-nose:before{content:"\f221d"}.hgi-stroke.hgi-not-equal-sign-circle:before{content:"\f221e"}.hgi-stroke.hgi-not-equal-sign-square:before{content:"\f221f"}.hgi-stroke.hgi-not-equal-sign:before{content:"\f2220"}.hgi-stroke.hgi-note-01:before{content:"\f2221"}.hgi-stroke.hgi-note-02:before{content:"\f2222"}.hgi-stroke.hgi-note-03:before{content:"\f2223"}.hgi-stroke.hgi-note-04:before{content:"\f2224"}.hgi-stroke.hgi-note-05:before{content:"\f2225"}.hgi-stroke.hgi-note-add:before{content:"\f2226"}.hgi-stroke.hgi-note-done:before{content:"\f2227"}.hgi-stroke.hgi-note-edit:before{content:"\f2228"}.hgi-stroke.hgi-note-remove:before{content:"\f2229"}.hgi-stroke.hgi-note:before{content:"\f222a"}.hgi-stroke.hgi-notebook-01:before{content:"\f222b"}.hgi-stroke.hgi-notebook-02:before{content:"\f222c"}.hgi-stroke.hgi-notebook:before{content:"\f222d"}.hgi-stroke.hgi-notepad-text-dashed:before{content:"\f222e"}.hgi-stroke.hgi-notification-01:before{content:"\f222f"}.hgi-stroke.hgi-notification-02:before{content:"\f2230"}.hgi-stroke.hgi-notification-03:before{content:"\f2231"}.hgi-stroke.hgi-notification-block-01:before{content:"\f2232"}.hgi-stroke.hgi-notification-block-02:before{content:"\f2233"}.hgi-stroke.hgi-notification-block-03:before{content:"\f2234"}.hgi-stroke.hgi-notification-bubble:before{content:"\f2235"}.hgi-stroke.hgi-notification-circle:before{content:"\f2236"}.hgi-stroke.hgi-notification-off-01:before{content:"\f2237"}.hgi-stroke.hgi-notification-off-02:before{content:"\f2238"}.hgi-stroke.hgi-notification-off-03:before{content:"\f2239"}.hgi-stroke.hgi-notification-snooze-01:before{content:"\f223a"}.hgi-stroke.hgi-notification-snooze-02:before{content:"\f223b"}.hgi-stroke.hgi-notification-snooze-03:before{content:"\f223c"}.hgi-stroke.hgi-notification-square:before{content:"\f223d"}.hgi-stroke.hgi-notion-01:before{content:"\f223e"}.hgi-stroke.hgi-notion-02:before{content:"\f223f"}.hgi-stroke.hgi-npm:before{content:"\f2240"}.hgi-stroke.hgi-nuclear-power:before{content:"\f2241"}.hgi-stroke.hgi-nut-off:before{content:"\f2242"}.hgi-stroke.hgi-nut:before{content:"\f2243"}.hgi-stroke.hgi-o-octopus:before{content:"\f2244"}.hgi-stroke.hgi-o-online-learning-01:before{content:"\f2245"}.hgi-stroke.hgi-o-online-learning-02:before{content:"\f2246"}.hgi-stroke.hgi-o-online-learning-03:before{content:"\f2247"}.hgi-stroke.hgi-o-online-learning-04:before{content:"\f2248"}.hgi-stroke.hgi-o-oven:before{content:"\f2249"}.hgi-stroke.hgi-obtuse:before{content:"\f224a"}.hgi-stroke.hgi-octagon-x:before{content:"\f224b"}.hgi-stroke.hgi-octagon:before{content:"\f224c"}.hgi-stroke.hgi-octopus:before{content:"\f224d"}.hgi-stroke.hgi-office-365:before{content:"\f224e"}.hgi-stroke.hgi-office-chair:before{content:"\f224f"}.hgi-stroke.hgi-office:before{content:"\f2250"}.hgi-stroke.hgi-oil-barrel:before{content:"\f2251"}.hgi-stroke.hgi-ok-finger:before{content:"\f2252"}.hgi-stroke.hgi-olympic-torch:before{content:"\f2253"}.hgi-stroke.hgi-one-circle:before{content:"\f2254"}.hgi-stroke.hgi-one-square:before{content:"\f2255"}.hgi-stroke.hgi-online-learning-01:before{content:"\f2256"}.hgi-stroke.hgi-online-learning-02:before{content:"\f2257"}.hgi-stroke.hgi-online-learning-03:before{content:"\f2258"}.hgi-stroke.hgi-online-learning-04:before{content:"\f2259"}.hgi-stroke.hgi-open-caption:before{content:"\f225a"}.hgi-stroke.hgi-open-source:before{content:"\f225b"}.hgi-stroke.hgi-option:before{content:"\f225c"}.hgi-stroke.hgi-options-call:before{content:"\f225d"}.hgi-stroke.hgi-orange:before{content:"\f225e"}.hgi-stroke.hgi-orbit-01:before{content:"\f225f"}.hgi-stroke.hgi-orbit-02:before{content:"\f2260"}.hgi-stroke.hgi-organic-food:before{content:"\f2261"}.hgi-stroke.hgi-orientation-image-landscape-to-potrait:before{content:"\f2262"}.hgi-stroke.hgi-orientation-image-potrait-to-landscape:before{content:"\f2263"}.hgi-stroke.hgi-orientation-landscape-to-potrait:before{content:"\f2264"}.hgi-stroke.hgi-orientation-potrait-to-landscape:before{content:"\f2265"}.hgi-stroke.hgi-origami:before{content:"\f2266"}.hgi-stroke.hgi-orthogonal-edge:before{content:"\f2267"}.hgi-stroke.hgi-oval:before{content:"\f2268"}.hgi-stroke.hgi-oven:before{content:"\f2269"}.hgi-stroke.hgi-p-pacman-01:before{content:"\f226a"}.hgi-stroke.hgi-p-pacman-02:before{content:"\f226b"}.hgi-stroke.hgi-p-paint-board:before{content:"\f226c"}.hgi-stroke.hgi-p-party:before{content:"\f226d"}.hgi-stroke.hgi-p-password-validation:before{content:"\f226e"}.hgi-stroke.hgi-p-pc-case:before{content:"\f226f"}.hgi-stroke.hgi-p-pen-connect-wifi:before{content:"\f2270"}.hgi-stroke.hgi-p-phone-off-02:before{content:"\f2271"}.hgi-stroke.hgi-p-piggy-bank:before{content:"\f2272"}.hgi-stroke.hgi-p-pin-code:before{content:"\f2273"}.hgi-stroke.hgi-p-pizza-01:before{content:"\f2274"}.hgi-stroke.hgi-p-pizza-02:before{content:"\f2275"}.hgi-stroke.hgi-p-pizza-cutter:before{content:"\f2276"}.hgi-stroke.hgi-p-plane:before{content:"\f2277"}.hgi-stroke.hgi-p-pokemon:before{content:"\f2278"}.hgi-stroke.hgi-p-pool-table:before{content:"\f2279"}.hgi-stroke.hgi-p-potion:before{content:"\f227a"}.hgi-stroke.hgi-p-power-socket-01:before{content:"\f227b"}.hgi-stroke.hgi-p-power-socket-02:before{content:"\f227c"}.hgi-stroke.hgi-p-prawn:before{content:"\f227d"}.hgi-stroke.hgi-p-printer-off:before{content:"\f227e"}.hgi-stroke.hgi-p-printer:before{content:"\f227f"}.hgi-stroke.hgi-p-projector-01:before{content:"\f2280"}.hgi-stroke.hgi-p-projector:before{content:"\f2281"}.hgi-stroke.hgi-p-property-add:before{content:"\f2282"}.hgi-stroke.hgi-p-property-delete:before{content:"\f2283"}.hgi-stroke.hgi-p-property-edit:before{content:"\f2284"}.hgi-stroke.hgi-p-property-new:before{content:"\f2285"}.hgi-stroke.hgi-p-property-search:before{content:"\f2286"}.hgi-stroke.hgi-p-property-view:before{content:"\f2287"}.hgi-stroke.hgi-p-python:before{content:"\f2288"}.hgi-stroke.hgi-package-01:before{content:"\f2289"}.hgi-stroke.hgi-package-02:before{content:"\f228a"}.hgi-stroke.hgi-package-03:before{content:"\f228b"}.hgi-stroke.hgi-package-add-01:before{content:"\f228c"}.hgi-stroke.hgi-package-add:before{content:"\f228d"}.hgi-stroke.hgi-package-delivered:before{content:"\f228e"}.hgi-stroke.hgi-package-dimensions-01:before{content:"\f228f"}.hgi-stroke.hgi-package-dimensions-02:before{content:"\f2290"}.hgi-stroke.hgi-package-moving-01:before{content:"\f2291"}.hgi-stroke.hgi-package-moving:before{content:"\f2292"}.hgi-stroke.hgi-package-open:before{content:"\f2293"}.hgi-stroke.hgi-package-out-of-stock:before{content:"\f2294"}.hgi-stroke.hgi-package-process-01:before{content:"\f2295"}.hgi-stroke.hgi-package-process:before{content:"\f2296"}.hgi-stroke.hgi-package-receive-01:before{content:"\f2297"}.hgi-stroke.hgi-package-receive:before{content:"\f2298"}.hgi-stroke.hgi-package-remove-01:before{content:"\f2299"}.hgi-stroke.hgi-package-remove:before{content:"\f229a"}.hgi-stroke.hgi-package-search-01:before{content:"\f229b"}.hgi-stroke.hgi-package-search:before{content:"\f229c"}.hgi-stroke.hgi-package-sent-01:before{content:"\f229d"}.hgi-stroke.hgi-package-sent:before{content:"\f229e"}.hgi-stroke.hgi-package:before{content:"\f229f"}.hgi-stroke.hgi-packaging:before{content:"\f22a0"}.hgi-stroke.hgi-pacman-01:before{content:"\f22a1"}.hgi-stroke.hgi-pacman-02:before{content:"\f22a2"}.hgi-stroke.hgi-paella:before{content:"\f22a3"}.hgi-stroke.hgi-paint-board:before{content:"\f22a4"}.hgi-stroke.hgi-paint-brush-01:before{content:"\f22a5"}.hgi-stroke.hgi-paint-brush-02:before{content:"\f22a6"}.hgi-stroke.hgi-paint-brush-03:before{content:"\f22a7"}.hgi-stroke.hgi-paint-brush-04:before{content:"\f22a8"}.hgi-stroke.hgi-paint-bucket:before{content:"\f22a9"}.hgi-stroke.hgi-pan-01:before{content:"\f22aa"}.hgi-stroke.hgi-pan-02:before{content:"\f22ab"}.hgi-stroke.hgi-pan-03:before{content:"\f22ac"}.hgi-stroke.hgi-panel-bottom-close:before{content:"\f22ad"}.hgi-stroke.hgi-panel-left-close:before{content:"\f22ae"}.hgi-stroke.hgi-panel-left-dashed:before{content:"\f22af"}.hgi-stroke.hgi-panel-left-open:before{content:"\f22b0"}.hgi-stroke.hgi-panel-left:before{content:"\f22b1"}.hgi-stroke.hgi-panel-right-close:before{content:"\f22b2"}.hgi-stroke.hgi-panel-right-dashed:before{content:"\f22b3"}.hgi-stroke.hgi-panel-right-open:before{content:"\f22b4"}.hgi-stroke.hgi-panel-right:before{content:"\f22b5"}.hgi-stroke.hgi-panel-top-bottom-dashed:before{content:"\f22b6"}.hgi-stroke.hgi-parabola-01:before{content:"\f22b7"}.hgi-stroke.hgi-parabola-02:before{content:"\f22b8"}.hgi-stroke.hgi-parabola-03:before{content:"\f22b9"}.hgi-stroke.hgi-paragliding:before{content:"\f22ba"}.hgi-stroke.hgi-paragraph-bullets-point-01:before{content:"\f22bb"}.hgi-stroke.hgi-paragraph-bullets-point-02:before{content:"\f22bc"}.hgi-stroke.hgi-paragraph-spacing:before{content:"\f22bd"}.hgi-stroke.hgi-paragraph:before{content:"\f22be"}.hgi-stroke.hgi-parallelogram:before{content:"\f22bf"}.hgi-stroke.hgi-parking-area-circle:before{content:"\f22c0"}.hgi-stroke.hgi-parking-area-square:before{content:"\f22c1"}.hgi-stroke.hgi-parking-meter:before{content:"\f22c2"}.hgi-stroke.hgi-party:before{content:"\f22c3"}.hgi-stroke.hgi-passport-01:before{content:"\f22c4"}.hgi-stroke.hgi-passport-expired:before{content:"\f22c5"}.hgi-stroke.hgi-passport-valid:before{content:"\f22c6"}.hgi-stroke.hgi-passport:before{content:"\f22c7"}.hgi-stroke.hgi-password-validation:before{content:"\f22c8"}.hgi-stroke.hgi-path:before{content:"\f22c9"}.hgi-stroke.hgi-pathfinder-crop:before{content:"\f22ca"}.hgi-stroke.hgi-pathfinder-divide:before{content:"\f22cb"}.hgi-stroke.hgi-pathfinder-exclude:before{content:"\f22cc"}.hgi-stroke.hgi-pathfinder-intersect:before{content:"\f22cd"}.hgi-stroke.hgi-pathfinder-merge:before{content:"\f22ce"}.hgi-stroke.hgi-pathfinder-minus-back:before{content:"\f22cf"}.hgi-stroke.hgi-pathfinder-minus-front:before{content:"\f22d0"}.hgi-stroke.hgi-pathfinder-outline:before{content:"\f22d1"}.hgi-stroke.hgi-pathfinder-trim:before{content:"\f22d2"}.hgi-stroke.hgi-pathfinder-unite:before{content:"\f22d3"}.hgi-stroke.hgi-patient:before{content:"\f22d4"}.hgi-stroke.hgi-patio:before{content:"\f22d5"}.hgi-stroke.hgi-pause-circle:before{content:"\f22d6"}.hgi-stroke.hgi-pause:before{content:"\f22d7"}.hgi-stroke.hgi-pavilon:before{content:"\f22d8"}.hgi-stroke.hgi-pay-by-check:before{content:"\f22d9"}.hgi-stroke.hgi-payment-01:before{content:"\f22da"}.hgi-stroke.hgi-payment-02:before{content:"\f22db"}.hgi-stroke.hgi-payment-success-01:before{content:"\f22dc"}.hgi-stroke.hgi-payment-success-02:before{content:"\f22dd"}.hgi-stroke.hgi-payoneer:before{content:"\f22de"}.hgi-stroke.hgi-paypal:before{content:"\f22df"}.hgi-stroke.hgi-pc-case:before{content:"\f22e0"}.hgi-stroke.hgi-pdf-01:before{content:"\f22e1"}.hgi-stroke.hgi-pdf-02:before{content:"\f22e2"}.hgi-stroke.hgi-peer-to-peer-01:before{content:"\f22e3"}.hgi-stroke.hgi-peer-to-peer-02:before{content:"\f22e4"}.hgi-stroke.hgi-peer-to-peer-03:before{content:"\f22e5"}.hgi-stroke.hgi-pen-01:before{content:"\f22e6"}.hgi-stroke.hgi-pen-02:before{content:"\f22e7"}.hgi-stroke.hgi-pen-connect-bluetooth:before{content:"\f22e8"}.hgi-stroke.hgi-pen-connect-usb:before{content:"\f22e9"}.hgi-stroke.hgi-pen-connect-wifi:before{content:"\f22ea"}.hgi-stroke.hgi-pen-tool-01:before{content:"\f22eb"}.hgi-stroke.hgi-pen-tool-02:before{content:"\f22ec"}.hgi-stroke.hgi-pen-tool-03:before{content:"\f22ed"}.hgi-stroke.hgi-pen-tool-add:before{content:"\f22ee"}.hgi-stroke.hgi-pen-tool-minus:before{content:"\f22ef"}.hgi-stroke.hgi-pencil-edit-01:before{content:"\f22f0"}.hgi-stroke.hgi-pencil-edit-02:before{content:"\f22f1"}.hgi-stroke.hgi-pencil-ruler:before{content:"\f22f2"}.hgi-stroke.hgi-pencil:before{content:"\f22f3"}.hgi-stroke.hgi-pendulum:before{content:"\f22f4"}.hgi-stroke.hgi-pensive:before{content:"\f22f5"}.hgi-stroke.hgi-pentagon-01:before{content:"\f22f6"}.hgi-stroke.hgi-pentagon:before{content:"\f22f7"}.hgi-stroke.hgi-percent-circle:before{content:"\f22f8"}.hgi-stroke.hgi-percent-square:before{content:"\f22f9"}.hgi-stroke.hgi-percent:before{content:"\f22fa"}.hgi-stroke.hgi-perfume:before{content:"\f22fb"}.hgi-stroke.hgi-periscope:before{content:"\f22fc"}.hgi-stroke.hgi-permanent-job:before{content:"\f22fd"}.hgi-stroke.hgi-perplexity-ai:before{content:"\f22fe"}.hgi-stroke.hgi-perspective:before{content:"\f22ff"}.hgi-stroke.hgi-petrol-pump:before{content:"\f2300"}.hgi-stroke.hgi-pexels:before{content:"\f2301"}.hgi-stroke.hgi-philippine-peso:before{content:"\f2302"}.hgi-stroke.hgi-phone-arrow-down:before{content:"\f2303"}.hgi-stroke.hgi-phone-arrow-up:before{content:"\f2304"}.hgi-stroke.hgi-phone-check:before{content:"\f2305"}.hgi-stroke.hgi-phone-developer-mode:before{content:"\f2306"}.hgi-stroke.hgi-phone-erase:before{content:"\f2307"}.hgi-stroke.hgi-phone-lock:before{content:"\f2308"}.hgi-stroke.hgi-phone-off-01:before{content:"\f2309"}.hgi-stroke.hgi-phone-off-02:before{content:"\f230a"}.hgi-stroke.hgi-php:before{content:"\f230b"}.hgi-stroke.hgi-physics:before{content:"\f230c"}.hgi-stroke.hgi-pi-circle:before{content:"\f230d"}.hgi-stroke.hgi-pi-square:before{content:"\f230e"}.hgi-stroke.hgi-pi:before{content:"\f230f"}.hgi-stroke.hgi-picasa:before{content:"\f2310"}.hgi-stroke.hgi-pickup-01:before{content:"\f2311"}.hgi-stroke.hgi-pickup-02:before{content:"\f2312"}.hgi-stroke.hgi-picture-in-picture-exit:before{content:"\f2313"}.hgi-stroke.hgi-picture-in-picture-on:before{content:"\f2314"}.hgi-stroke.hgi-pie-chart-01:before{content:"\f2315"}.hgi-stroke.hgi-pie-chart-02:before{content:"\f2316"}.hgi-stroke.hgi-pie-chart-03:before{content:"\f2317"}.hgi-stroke.hgi-pie-chart-04:before{content:"\f2318"}.hgi-stroke.hgi-pie-chart-05:before{content:"\f2319"}.hgi-stroke.hgi-pie-chart-06:before{content:"\f231a"}.hgi-stroke.hgi-pie-chart-07:before{content:"\f231b"}.hgi-stroke.hgi-pie-chart-08:before{content:"\f231c"}.hgi-stroke.hgi-pie-chart-09:before{content:"\f231d"}.hgi-stroke.hgi-pie-chart-square:before{content:"\f231e"}.hgi-stroke.hgi-pie-chart:before{content:"\f231f"}.hgi-stroke.hgi-pie:before{content:"\f2320"}.hgi-stroke.hgi-piggy-bank:before{content:"\f2321"}.hgi-stroke.hgi-pill-bottle:before{content:"\f2322"}.hgi-stroke.hgi-pill-off:before{content:"\f2323"}.hgi-stroke.hgi-pill:before{content:"\f2324"}.hgi-stroke.hgi-pills-tablet:before{content:"\f2325"}.hgi-stroke.hgi-pin-02:before{content:"\f2326"}.hgi-stroke.hgi-pin-code:before{content:"\f2327"}.hgi-stroke.hgi-pin-location-01:before{content:"\f2328"}.hgi-stroke.hgi-pin-location-02:before{content:"\f2329"}.hgi-stroke.hgi-pin-location-03:before{content:"\f232a"}.hgi-stroke.hgi-pin-off:before{content:"\f232b"}.hgi-stroke.hgi-pin:before{content:"\f232c"}.hgi-stroke.hgi-pine-tree:before{content:"\f232d"}.hgi-stroke.hgi-pinterest:before{content:"\f232e"}.hgi-stroke.hgi-pipeline:before{content:"\f232f"}.hgi-stroke.hgi-pisa-tower:before{content:"\f2330"}.hgi-stroke.hgi-pivot:before{content:"\f2331"}.hgi-stroke.hgi-pizza-01:before{content:"\f2332"}.hgi-stroke.hgi-pizza-02:before{content:"\f2333"}.hgi-stroke.hgi-pizza-03:before{content:"\f2334"}.hgi-stroke.hgi-pizza-04:before{content:"\f2335"}.hgi-stroke.hgi-pizza-cutter:before{content:"\f2336"}.hgi-stroke.hgi-plane:before{content:"\f2337"}.hgi-stroke.hgi-plant-01:before{content:"\f2338"}.hgi-stroke.hgi-plant-02:before{content:"\f2339"}.hgi-stroke.hgi-plant-03:before{content:"\f233a"}.hgi-stroke.hgi-plant-04:before{content:"\f233b"}.hgi-stroke.hgi-plate:before{content:"\f233c"}.hgi-stroke.hgi-plaxo:before{content:"\f233d"}.hgi-stroke.hgi-play-circle-02:before{content:"\f233e"}.hgi-stroke.hgi-play-circle:before{content:"\f233f"}.hgi-stroke.hgi-play-list-add:before{content:"\f2340"}.hgi-stroke.hgi-play-list-favourite-01:before{content:"\f2341"}.hgi-stroke.hgi-play-list-favourite-02:before{content:"\f2342"}.hgi-stroke.hgi-play-list-minus:before{content:"\f2343"}.hgi-stroke.hgi-play-list-remove:before{content:"\f2344"}.hgi-stroke.hgi-play-list:before{content:"\f2345"}.hgi-stroke.hgi-play-square:before{content:"\f2346"}.hgi-stroke.hgi-play-store:before{content:"\f2347"}.hgi-stroke.hgi-play:before{content:"\f2348"}.hgi-stroke.hgi-playlist-01:before{content:"\f2349"}.hgi-stroke.hgi-playlist-02:before{content:"\f234a"}.hgi-stroke.hgi-playlist-03:before{content:"\f234b"}.hgi-stroke.hgi-plaza:before{content:"\f234c"}.hgi-stroke.hgi-plug-01:before{content:"\f234d"}.hgi-stroke.hgi-plug-02:before{content:"\f234e"}.hgi-stroke.hgi-plug-socket:before{content:"\f234f"}.hgi-stroke.hgi-plus-minus-01:before{content:"\f2350"}.hgi-stroke.hgi-plus-minus-02:before{content:"\f2351"}.hgi-stroke.hgi-plus-minus-03:before{content:"\f2352"}.hgi-stroke.hgi-plus-minus-circle-01:before{content:"\f2353"}.hgi-stroke.hgi-plus-minus-circle-02:before{content:"\f2354"}.hgi-stroke.hgi-plus-minus-square-01:before{content:"\f2355"}.hgi-stroke.hgi-plus-minus-square-02:before{content:"\f2356"}.hgi-stroke.hgi-plus-minus:before{content:"\f2357"}.hgi-stroke.hgi-plus-sign-circle:before{content:"\f2358"}.hgi-stroke.hgi-plus-sign-square:before{content:"\f2359"}.hgi-stroke.hgi-plus-sign:before{content:"\f235a"}.hgi-stroke.hgi-png-01:before{content:"\f235b"}.hgi-stroke.hgi-png-02:before{content:"\f235c"}.hgi-stroke.hgi-pocket-knife:before{content:"\f235d"}.hgi-stroke.hgi-pocket:before{content:"\f235e"}.hgi-stroke.hgi-podcast:before{content:"\f235f"}.hgi-stroke.hgi-podium:before{content:"\f2360"}.hgi-stroke.hgi-pointing-left-01:before{content:"\f2361"}.hgi-stroke.hgi-pointing-left-02:before{content:"\f2362"}.hgi-stroke.hgi-pointing-left-03:before{content:"\f2363"}.hgi-stroke.hgi-pointing-left-04:before{content:"\f2364"}.hgi-stroke.hgi-pointing-left-05:before{content:"\f2365"}.hgi-stroke.hgi-pointing-left-06:before{content:"\f2366"}.hgi-stroke.hgi-pointing-left-07:before{content:"\f2367"}.hgi-stroke.hgi-pointing-left-08:before{content:"\f2368"}.hgi-stroke.hgi-pointing-right-01:before{content:"\f2369"}.hgi-stroke.hgi-pointing-right-02:before{content:"\f236a"}.hgi-stroke.hgi-pointing-right-03:before{content:"\f236b"}.hgi-stroke.hgi-pointing-right-04:before{content:"\f236c"}.hgi-stroke.hgi-pointing-right-05:before{content:"\f236d"}.hgi-stroke.hgi-pointing-right-06:before{content:"\f236e"}.hgi-stroke.hgi-pointing-right-07:before{content:"\f236f"}.hgi-stroke.hgi-pointing-right-08:before{content:"\f2370"}.hgi-stroke.hgi-pokeball:before{content:"\f2371"}.hgi-stroke.hgi-pokemon:before{content:"\f2372"}.hgi-stroke.hgi-police-badge:before{content:"\f2373"}.hgi-stroke.hgi-police-cap:before{content:"\f2374"}.hgi-stroke.hgi-police-car:before{content:"\f2375"}.hgi-stroke.hgi-police-station:before{content:"\f2376"}.hgi-stroke.hgi-policy:before{content:"\f2377"}.hgi-stroke.hgi-poly-tank:before{content:"\f2378"}.hgi-stroke.hgi-polygon:before{content:"\f2379"}.hgi-stroke.hgi-pool-table:before{content:"\f237a"}.hgi-stroke.hgi-pool:before{content:"\f237b"}.hgi-stroke.hgi-poop:before{content:"\f237c"}.hgi-stroke.hgi-popcorn:before{content:"\f237d"}.hgi-stroke.hgi-popsicle:before{content:"\f237e"}.hgi-stroke.hgi-pot-01:before{content:"\f237f"}.hgi-stroke.hgi-pot-02:before{content:"\f2380"}.hgi-stroke.hgi-potion:before{content:"\f2381"}.hgi-stroke.hgi-pound-circle:before{content:"\f2382"}.hgi-stroke.hgi-pound-receive:before{content:"\f2383"}.hgi-stroke.hgi-pound-send:before{content:"\f2384"}.hgi-stroke.hgi-pound-square:before{content:"\f2385"}.hgi-stroke.hgi-pound:before{content:"\f2386"}.hgi-stroke.hgi-power-off:before{content:"\f2387"}.hgi-stroke.hgi-power-service:before{content:"\f2388"}.hgi-stroke.hgi-power-socket-01:before{content:"\f2389"}.hgi-stroke.hgi-power-socket-02:before{content:"\f238a"}.hgi-stroke.hgi-power:before{content:"\f238b"}.hgi-stroke.hgi-ppt-01:before{content:"\f238c"}.hgi-stroke.hgi-ppt-02:before{content:"\f238d"}.hgi-stroke.hgi-prawn:before{content:"\f238e"}.hgi-stroke.hgi-prayer-rug-01:before{content:"\f238f"}.hgi-stroke.hgi-prayer-rug-02:before{content:"\f2390"}.hgi-stroke.hgi-preference-horizontal:before{content:"\f2391"}.hgi-stroke.hgi-preference-vertical:before{content:"\f2392"}.hgi-stroke.hgi-prescription:before{content:"\f2393"}.hgi-stroke.hgi-prescriptions:before{content:"\f2394"}.hgi-stroke.hgi-presentation-01:before{content:"\f2395"}.hgi-stroke.hgi-presentation-02:before{content:"\f2396"}.hgi-stroke.hgi-presentation-03:before{content:"\f2397"}.hgi-stroke.hgi-presentation-04:before{content:"\f2398"}.hgi-stroke.hgi-presentation-05:before{content:"\f2399"}.hgi-stroke.hgi-presentation-06:before{content:"\f239a"}.hgi-stroke.hgi-presentation-07:before{content:"\f239b"}.hgi-stroke.hgi-presentation-bar-chart-01:before{content:"\f239c"}.hgi-stroke.hgi-presentation-bar-chart-02:before{content:"\f239d"}.hgi-stroke.hgi-presentation-line-chart-01:before{content:"\f239e"}.hgi-stroke.hgi-presentation-line-chart-02:before{content:"\f239f"}.hgi-stroke.hgi-presentation-online:before{content:"\f23a0"}.hgi-stroke.hgi-presentation-podium:before{content:"\f23a1"}.hgi-stroke.hgi-previous:before{content:"\f23a2"}.hgi-stroke.hgi-printer-check:before{content:"\f23a3"}.hgi-stroke.hgi-printer-off:before{content:"\f23a4"}.hgi-stroke.hgi-printer-three-d:before{content:"\f23a5"}.hgi-stroke.hgi-printer-x:before{content:"\f23a6"}.hgi-stroke.hgi-printer:before{content:"\f23a7"}.hgi-stroke.hgi-prism-01:before{content:"\f23a8"}.hgi-stroke.hgi-prism:before{content:"\f23a9"}.hgi-stroke.hgi-prison-guard:before{content:"\f23aa"}.hgi-stroke.hgi-prison:before{content:"\f23ab"}.hgi-stroke.hgi-prisoner:before{content:"\f23ac"}.hgi-stroke.hgi-product-loading:before{content:"\f23ad"}.hgi-stroke.hgi-profile-02:before{content:"\f23ae"}.hgi-stroke.hgi-profile:before{content:"\f23af"}.hgi-stroke.hgi-profit:before{content:"\f23b0"}.hgi-stroke.hgi-programming-flag:before{content:"\f23b1"}.hgi-stroke.hgi-progress-01:before{content:"\f23b2"}.hgi-stroke.hgi-progress-02:before{content:"\f23b3"}.hgi-stroke.hgi-progress-03:before{content:"\f23b4"}.hgi-stroke.hgi-progress-04:before{content:"\f23b5"}.hgi-stroke.hgi-progress:before{content:"\f23b6"}.hgi-stroke.hgi-projector-01:before{content:"\f23b7"}.hgi-stroke.hgi-projector:before{content:"\f23b8"}.hgi-stroke.hgi-promotion:before{content:"\f23b9"}.hgi-stroke.hgi-property-add:before{content:"\f23ba"}.hgi-stroke.hgi-property-delete:before{content:"\f23bb"}.hgi-stroke.hgi-property-edit:before{content:"\f23bc"}.hgi-stroke.hgi-property-new:before{content:"\f23bd"}.hgi-stroke.hgi-property-search:before{content:"\f23be"}.hgi-stroke.hgi-property-view:before{content:"\f23bf"}.hgi-stroke.hgi-proportions:before{content:"\f23c0"}.hgi-stroke.hgi-protection-mask:before{content:"\f23c1"}.hgi-stroke.hgi-pulley:before{content:"\f23c2"}.hgi-stroke.hgi-pulse-01:before{content:"\f23c3"}.hgi-stroke.hgi-pulse-02:before{content:"\f23c4"}.hgi-stroke.hgi-pulse-rectangle-01:before{content:"\f23c5"}.hgi-stroke.hgi-pulse-rectangle-02:before{content:"\f23c6"}.hgi-stroke.hgi-pumpkin:before{content:"\f23c7"}.hgi-stroke.hgi-punch:before{content:"\f23c8"}.hgi-stroke.hgi-punching-ball-01:before{content:"\f23c9"}.hgi-stroke.hgi-punching-ball-02:before{content:"\f23ca"}.hgi-stroke.hgi-purse-01:before{content:"\f23cb"}.hgi-stroke.hgi-purse:before{content:"\f23cc"}.hgi-stroke.hgi-push-up-bar:before{content:"\f23cd"}.hgi-stroke.hgi-puzzle:before{content:"\f23ce"}.hgi-stroke.hgi-pyramid-maslowo:before{content:"\f23cf"}.hgi-stroke.hgi-pyramid-structure-01:before{content:"\f23d0"}.hgi-stroke.hgi-pyramid-structure-02:before{content:"\f23d1"}.hgi-stroke.hgi-pyramid:before{content:"\f23d2"}.hgi-stroke.hgi-python:before{content:"\f23d3"}.hgi-stroke.hgi-q-qq-plot:before{content:"\f23d4"}.hgi-stroke.hgi-q-qr-code-01:before{content:"\f23d5"}.hgi-stroke.hgi-q-question:before{content:"\f23d6"}.hgi-stroke.hgi-q-quiz-01:before{content:"\f23d7"}.hgi-stroke.hgi-q-quran-03:before{content:"\f23d8"}.hgi-stroke.hgi-qq-plot:before{content:"\f23d9"}.hgi-stroke.hgi-qr-code-01:before{content:"\f23da"}.hgi-stroke.hgi-qr-code-scan:before{content:"\f23db"}.hgi-stroke.hgi-qr-code:before{content:"\f23dc"}.hgi-stroke.hgi-question:before{content:"\f23dd"}.hgi-stroke.hgi-queue-01:before{content:"\f23de"}.hgi-stroke.hgi-queue-02:before{content:"\f23df"}.hgi-stroke.hgi-quill-write-01:before{content:"\f23e0"}.hgi-stroke.hgi-quill-write-02:before{content:"\f23e1"}.hgi-stroke.hgi-quiz-01:before{content:"\f23e2"}.hgi-stroke.hgi-quiz-02:before{content:"\f23e3"}.hgi-stroke.hgi-quiz-03:before{content:"\f23e4"}.hgi-stroke.hgi-quiz-04:before{content:"\f23e5"}.hgi-stroke.hgi-quiz-05:before{content:"\f23e6"}.hgi-stroke.hgi-quora:before{content:"\f23e7"}.hgi-stroke.hgi-quote-down-circle:before{content:"\f23e8"}.hgi-stroke.hgi-quote-down-square:before{content:"\f23e9"}.hgi-stroke.hgi-quote-down:before{content:"\f23ea"}.hgi-stroke.hgi-quote-up-circle:before{content:"\f23eb"}.hgi-stroke.hgi-quote-up-square:before{content:"\f23ec"}.hgi-stroke.hgi-quote-up:before{content:"\f23ed"}.hgi-stroke.hgi-quotes:before{content:"\f23ee"}.hgi-stroke.hgi-quran-01:before{content:"\f23ef"}.hgi-stroke.hgi-quran-02:before{content:"\f23f0"}.hgi-stroke.hgi-quran-03:before{content:"\f23f1"}.hgi-stroke.hgi-qwen:before{content:"\f23f2"}.hgi-stroke.hgi-r-radio-01:before{content:"\f23f3"}.hgi-stroke.hgi-r-radio-02:before{content:"\f23f4"}.hgi-stroke.hgi-r-ramadhan-02:before{content:"\f23f5"}.hgi-stroke.hgi-r-ramadhan-month:before{content:"\f23f6"}.hgi-stroke.hgi-r-re:before{content:"\f23f7"}.hgi-stroke.hgi-r-react:before{content:"\f23f8"}.hgi-stroke.hgi-r-real-estate-01:before{content:"\f23f9"}.hgi-stroke.hgi-r-reddit:before{content:"\f23fa"}.hgi-stroke.hgi-r-refrigerator:before{content:"\f23fb"}.hgi-stroke.hgi-r-reminder:before{content:"\f23fc"}.hgi-stroke.hgi-r-renewable-energy-01:before{content:"\f23fd"}.hgi-stroke.hgi-r-rice-bowl-02:before{content:"\f23fe"}.hgi-stroke.hgi-r-right-to-left-list-bullet:before{content:"\f23ff"}.hgi-stroke.hgi-r-riyal-rectangle:before{content:"\f2400"}.hgi-stroke.hgi-r-riyal:before{content:"\f2401"}.hgi-stroke.hgi-r-road-location-01:before{content:"\f2402"}.hgi-stroke.hgi-r-road-location-02:before{content:"\f2403"}.hgi-stroke.hgi-r-robot-01:before{content:"\f2404"}.hgi-stroke.hgi-r-rocket-01:before{content:"\f2405"}.hgi-stroke.hgi-r-route-02:before{content:"\f2406"}.hgi-stroke.hgi-r-route-03:before{content:"\f2407"}.hgi-stroke.hgi-r-router-01:before{content:"\f2408"}.hgi-stroke.hgi-r-router-02:before{content:"\f2409"}.hgi-stroke.hgi-r-router:before{content:"\f240a"}.hgi-stroke.hgi-r-rss-connected-01:before{content:"\f240b"}.hgi-stroke.hgi-r-rss-connected-02:before{content:"\f240c"}.hgi-stroke.hgi-r-rss-error:before{content:"\f240d"}.hgi-stroke.hgi-r-rss-locked:before{content:"\f240e"}.hgi-stroke.hgi-r-rss-unlocked:before{content:"\f240f"}.hgi-stroke.hgi-r-rss:before{content:"\f2410"}.hgi-stroke.hgi-racing-flag:before{content:"\f2411"}.hgi-stroke.hgi-radar-01:before{content:"\f2412"}.hgi-stroke.hgi-radar-02:before{content:"\f2413"}.hgi-stroke.hgi-radar-03:before{content:"\f2414"}.hgi-stroke.hgi-radial:before{content:"\f2415"}.hgi-stroke.hgi-radiation:before{content:"\f2416"}.hgi-stroke.hgi-radio-01:before{content:"\f2417"}.hgi-stroke.hgi-radio-02:before{content:"\f2418"}.hgi-stroke.hgi-radio-button:before{content:"\f2419"}.hgi-stroke.hgi-radio:before{content:"\f241a"}.hgi-stroke.hgi-radioactive-alert:before{content:"\f241b"}.hgi-stroke.hgi-radius:before{content:"\f241c"}.hgi-stroke.hgi-rail-symbol:before{content:"\f241d"}.hgi-stroke.hgi-rain-double-drop:before{content:"\f241e"}.hgi-stroke.hgi-rain-drop:before{content:"\f241f"}.hgi-stroke.hgi-rain:before{content:"\f2420"}.hgi-stroke.hgi-rainbow:before{content:"\f2421"}.hgi-stroke.hgi-ram-memory:before{content:"\f2422"}.hgi-stroke.hgi-ramadhan-01:before{content:"\f2423"}.hgi-stroke.hgi-ramadhan-02:before{content:"\f2424"}.hgi-stroke.hgi-ramadhan-month:before{content:"\f2425"}.hgi-stroke.hgi-ranking:before{content:"\f2426"}.hgi-stroke.hgi-rar-01:before{content:"\f2427"}.hgi-stroke.hgi-rar-02:before{content:"\f2428"}.hgi-stroke.hgi-ratio:before{content:"\f2429"}.hgi-stroke.hgi-raw-01:before{content:"\f242a"}.hgi-stroke.hgi-raw-02:before{content:"\f242b"}.hgi-stroke.hgi-re:before{content:"\f242c"}.hgi-stroke.hgi-react:before{content:"\f242d"}.hgi-stroke.hgi-real-estate-01:before{content:"\f242e"}.hgi-stroke.hgi-real-estate-02:before{content:"\f242f"}.hgi-stroke.hgi-receipt-cent:before{content:"\f2430"}.hgi-stroke.hgi-receipt-dollar:before{content:"\f2431"}.hgi-stroke.hgi-receipt-euro:before{content:"\f2432"}.hgi-stroke.hgi-receipt-indian-rupee:before{content:"\f2433"}.hgi-stroke.hgi-receipt-japanese-yen:before{content:"\f2434"}.hgi-stroke.hgi-receipt-pound-sterling:before{content:"\f2435"}.hgi-stroke.hgi-receipt-russian-ruble:before{content:"\f2436"}.hgi-stroke.hgi-receipt-swiss-franc:before{content:"\f2437"}.hgi-stroke.hgi-receipt-text:before{content:"\f2438"}.hgi-stroke.hgi-receipt-turkish-lira:before{content:"\f2439"}.hgi-stroke.hgi-record:before{content:"\f243a"}.hgi-stroke.hgi-recovery-mail:before{content:"\f243b"}.hgi-stroke.hgi-rectangle-circle:before{content:"\f243c"}.hgi-stroke.hgi-rectangular-01:before{content:"\f243d"}.hgi-stroke.hgi-rectangular:before{content:"\f243e"}.hgi-stroke.hgi-recycle-01:before{content:"\f243f"}.hgi-stroke.hgi-recycle-02:before{content:"\f2440"}.hgi-stroke.hgi-recycle-03:before{content:"\f2441"}.hgi-stroke.hgi-reddit:before{content:"\f2442"}.hgi-stroke.hgi-redo-02:before{content:"\f2443"}.hgi-stroke.hgi-redo-03:before{content:"\f2444"}.hgi-stroke.hgi-redo-dot:before{content:"\f2445"}.hgi-stroke.hgi-redo:before{content:"\f2446"}.hgi-stroke.hgi-reduce-paragraph:before{content:"\f2447"}.hgi-stroke.hgi-reflex:before{content:"\f2448"}.hgi-stroke.hgi-refresh-01:before{content:"\f2449"}.hgi-stroke.hgi-refresh-03:before{content:"\f244a"}.hgi-stroke.hgi-refresh-04:before{content:"\f244b"}.hgi-stroke.hgi-refresh-cw-off:before{content:"\f244c"}.hgi-stroke.hgi-refresh-dot:before{content:"\f244d"}.hgi-stroke.hgi-refresh:before{content:"\f244e"}.hgi-stroke.hgi-refrigerator:before{content:"\f244f"}.hgi-stroke.hgi-regex:before{content:"\f2450"}.hgi-stroke.hgi-register:before{content:"\f2451"}.hgi-stroke.hgi-registered:before{content:"\f2452"}.hgi-stroke.hgi-relieved-01:before{content:"\f2453"}.hgi-stroke.hgi-relieved-02:before{content:"\f2454"}.hgi-stroke.hgi-reload:before{content:"\f2455"}.hgi-stroke.hgi-reminder:before{content:"\f2456"}.hgi-stroke.hgi-remote-control:before{content:"\f2457"}.hgi-stroke.hgi-remove-01:before{content:"\f2458"}.hgi-stroke.hgi-remove-02:before{content:"\f2459"}.hgi-stroke.hgi-remove-circle-half-dot:before{content:"\f245a"}.hgi-stroke.hgi-remove-circle:before{content:"\f245b"}.hgi-stroke.hgi-remove-female:before{content:"\f245c"}.hgi-stroke.hgi-remove-male:before{content:"\f245d"}.hgi-stroke.hgi-remove-pi:before{content:"\f245e"}.hgi-stroke.hgi-remove-square:before{content:"\f245f"}.hgi-stroke.hgi-renewable-energy-01:before{content:"\f2460"}.hgi-stroke.hgi-renewable-energy:before{content:"\f2461"}.hgi-stroke.hgi-repair:before{content:"\f2462"}.hgi-stroke.hgi-repeat-off:before{content:"\f2463"}.hgi-stroke.hgi-repeat-one-01:before{content:"\f2464"}.hgi-stroke.hgi-repeat-one-02:before{content:"\f2465"}.hgi-stroke.hgi-repeat:before{content:"\f2466"}.hgi-stroke.hgi-replay:before{content:"\f2467"}.hgi-stroke.hgi-replit:before{content:"\f2468"}.hgi-stroke.hgi-repository:before{content:"\f2469"}.hgi-stroke.hgi-repost:before{content:"\f246a"}.hgi-stroke.hgi-reset-password:before{content:"\f246b"}.hgi-stroke.hgi-resize-01:before{content:"\f246c"}.hgi-stroke.hgi-resize-02:before{content:"\f246d"}.hgi-stroke.hgi-resize-field-rectangle:before{content:"\f246e"}.hgi-stroke.hgi-resize-field:before{content:"\f246f"}.hgi-stroke.hgi-resources-add:before{content:"\f2470"}.hgi-stroke.hgi-resources-remove:before{content:"\f2471"}.hgi-stroke.hgi-restaurant-01:before{content:"\f2472"}.hgi-stroke.hgi-restaurant-02:before{content:"\f2473"}.hgi-stroke.hgi-restaurant-03:before{content:"\f2474"}.hgi-stroke.hgi-restaurant-table:before{content:"\f2475"}.hgi-stroke.hgi-restore-bin:before{content:"\f2476"}.hgi-stroke.hgi-return-request:before{content:"\f2477"}.hgi-stroke.hgi-reverse-withdrawal-01:before{content:"\f2478"}.hgi-stroke.hgi-reverse-withdrawal-02:before{content:"\f2479"}.hgi-stroke.hgi-rhombus-01:before{content:"\f247a"}.hgi-stroke.hgi-rhombus:before{content:"\f247b"}.hgi-stroke.hgi-ribbon:before{content:"\f247c"}.hgi-stroke.hgi-rice-bowl-01:before{content:"\f247d"}.hgi-stroke.hgi-rice-bowl-02:before{content:"\f247e"}.hgi-stroke.hgi-right-angle:before{content:"\f247f"}.hgi-stroke.hgi-right-to-left-block-quote:before{content:"\f2480"}.hgi-stroke.hgi-right-to-left-list-bullet:before{content:"\f2481"}.hgi-stroke.hgi-right-to-left-list-dash:before{content:"\f2482"}.hgi-stroke.hgi-right-to-left-list-number:before{content:"\f2483"}.hgi-stroke.hgi-right-to-left-list-triangle:before{content:"\f2484"}.hgi-stroke.hgi-right-triangle:before{content:"\f2485"}.hgi-stroke.hgi-ripple:before{content:"\f2486"}.hgi-stroke.hgi-riyal-rectangle:before{content:"\f2487"}.hgi-stroke.hgi-riyal:before{content:"\f2488"}.hgi-stroke.hgi-road-01:before{content:"\f2489"}.hgi-stroke.hgi-road-02:before{content:"\f248a"}.hgi-stroke.hgi-road-location-01:before{content:"\f248b"}.hgi-stroke.hgi-road-location-02:before{content:"\f248c"}.hgi-stroke.hgi-road-wayside:before{content:"\f248d"}.hgi-stroke.hgi-road:before{content:"\f248e"}.hgi-stroke.hgi-robot-01:before{content:"\f248f"}.hgi-stroke.hgi-robot-02:before{content:"\f2490"}.hgi-stroke.hgi-robotic:before{content:"\f2491"}.hgi-stroke.hgi-rocket-01:before{content:"\f2492"}.hgi-stroke.hgi-rocket-02:before{content:"\f2493"}.hgi-stroke.hgi-rocket:before{content:"\f2494"}.hgi-stroke.hgi-rocking-chair:before{content:"\f2495"}.hgi-stroke.hgi-rocking-horse:before{content:"\f2496"}.hgi-stroke.hgi-roller-coaster:before{content:"\f2497"}.hgi-stroke.hgi-roller-skate:before{content:"\f2498"}.hgi-stroke.hgi-rolling-pin:before{content:"\f2499"}.hgi-stroke.hgi-root-01:before{content:"\f249a"}.hgi-stroke.hgi-root-02:before{content:"\f249b"}.hgi-stroke.hgi-root-circle:before{content:"\f249c"}.hgi-stroke.hgi-root-first-bracket:before{content:"\f249d"}.hgi-stroke.hgi-root-second-bracket:before{content:"\f249e"}.hgi-stroke.hgi-root-third-bracket:before{content:"\f249f"}.hgi-stroke.hgi-rose:before{content:"\f24a0"}.hgi-stroke.hgi-rotate-01:before{content:"\f24a1"}.hgi-stroke.hgi-rotate-02:before{content:"\f24a2"}.hgi-stroke.hgi-rotate-360:before{content:"\f24a3"}.hgi-stroke.hgi-rotate-bottom-left:before{content:"\f24a4"}.hgi-stroke.hgi-rotate-bottom-right:before{content:"\f24a5"}.hgi-stroke.hgi-rotate-ccw-badge:before{content:"\f24a6"}.hgi-stroke.hgi-rotate-ccw-square:before{content:"\f24a7"}.hgi-stroke.hgi-rotate-clockwise:before{content:"\f24a8"}.hgi-stroke.hgi-rotate-crop:before{content:"\f24a9"}.hgi-stroke.hgi-rotate-cw-square:before{content:"\f24aa"}.hgi-stroke.hgi-rotate-left-01:before{content:"\f24ab"}.hgi-stroke.hgi-rotate-left-02:before{content:"\f24ac"}.hgi-stroke.hgi-rotate-left-03:before{content:"\f24ad"}.hgi-stroke.hgi-rotate-left-04:before{content:"\f24ae"}.hgi-stroke.hgi-rotate-left-05:before{content:"\f24af"}.hgi-stroke.hgi-rotate-left-06:before{content:"\f24b0"}.hgi-stroke.hgi-rotate-right-01:before{content:"\f24b1"}.hgi-stroke.hgi-rotate-right-02:before{content:"\f24b2"}.hgi-stroke.hgi-rotate-right-03:before{content:"\f24b3"}.hgi-stroke.hgi-rotate-right-04:before{content:"\f24b4"}.hgi-stroke.hgi-rotate-right-05:before{content:"\f24b5"}.hgi-stroke.hgi-rotate-right-06:before{content:"\f24b6"}.hgi-stroke.hgi-rotate-square:before{content:"\f24b7"}.hgi-stroke.hgi-rotate-top-left:before{content:"\f24b8"}.hgi-stroke.hgi-rotate-top-right:before{content:"\f24b9"}.hgi-stroke.hgi-route-01:before{content:"\f24ba"}.hgi-stroke.hgi-route-02:before{content:"\f24bb"}.hgi-stroke.hgi-route-03:before{content:"\f24bc"}.hgi-stroke.hgi-route-block:before{content:"\f24bd"}.hgi-stroke.hgi-router-01:before{content:"\f24be"}.hgi-stroke.hgi-router-02:before{content:"\f24bf"}.hgi-stroke.hgi-router:before{content:"\f24c0"}.hgi-stroke.hgi-row-delete:before{content:"\f24c1"}.hgi-stroke.hgi-row-insert:before{content:"\f24c2"}.hgi-stroke.hgi-rss-connected-01:before{content:"\f24c3"}.hgi-stroke.hgi-rss-connected-02:before{content:"\f24c4"}.hgi-stroke.hgi-rss-error:before{content:"\f24c5"}.hgi-stroke.hgi-rss-locked:before{content:"\f24c6"}.hgi-stroke.hgi-rss-unlocked:before{content:"\f24c7"}.hgi-stroke.hgi-rss:before{content:"\f24c8"}.hgi-stroke.hgi-rub-el-hizb:before{content:"\f24c9"}.hgi-stroke.hgi-rubber-duck:before{content:"\f24ca"}.hgi-stroke.hgi-rubiks-cube:before{content:"\f24cb"}.hgi-stroke.hgi-ruku:before{content:"\f24cc"}.hgi-stroke.hgi-ruler:before{content:"\f24cd"}.hgi-stroke.hgi-running-shoes:before{content:"\f24ce"}.hgi-stroke.hgi-rupee-shield:before{content:"\f24cf"}.hgi-stroke.hgi-rupee:before{content:"\f24d0"}.hgi-stroke.hgi-russian-ruble:before{content:"\f24d1"}.hgi-stroke.hgi-s-scan-image:before{content:"\f24d2"}.hgi-stroke.hgi-s-school-01:before{content:"\f24d3"}.hgi-stroke.hgi-s-school:before{content:"\f24d4"}.hgi-stroke.hgi-s-screen-add-to-home:before{content:"\f24d5"}.hgi-stroke.hgi-s-secured-network:before{content:"\f24d6"}.hgi-stroke.hgi-s-security-password:before{content:"\f24d7"}.hgi-stroke.hgi-s-security-warning:before{content:"\f24d8"}.hgi-stroke.hgi-s-security-wifi:before{content:"\f24d9"}.hgi-stroke.hgi-s-send-to-mobile:before{content:"\f24da"}.hgi-stroke.hgi-s-server-stack-01:before{content:"\f24db"}.hgi-stroke.hgi-s-server-stack-02:before{content:"\f24dc"}.hgi-stroke.hgi-s-server-stack-03:before{content:"\f24dd"}.hgi-stroke.hgi-s-share-location-01:before{content:"\f24de"}.hgi-stroke.hgi-s-share-location-02:before{content:"\f24df"}.hgi-stroke.hgi-s-shared-drive:before{content:"\f24e0"}.hgi-stroke.hgi-s-shared-wifi:before{content:"\f24e1"}.hgi-stroke.hgi-s-shipment-tracking:before{content:"\f24e2"}.hgi-stroke.hgi-s-shipping-center:before{content:"\f24e3"}.hgi-stroke.hgi-s-shipping-loading:before{content:"\f24e4"}.hgi-stroke.hgi-s-smart-ac:before{content:"\f24e5"}.hgi-stroke.hgi-s-smart-phone-01:before{content:"\f24e6"}.hgi-stroke.hgi-s-smart-phone-landscape:before{content:"\f24e7"}.hgi-stroke.hgi-s-smartphone-lost-wifi:before{content:"\f24e8"}.hgi-stroke.hgi-s-smartphone-wifi:before{content:"\f24e9"}.hgi-stroke.hgi-s-sms-code:before{content:"\f24ea"}.hgi-stroke.hgi-s-soft-drink-02:before{content:"\f24eb"}.hgi-stroke.hgi-s-software-license:before{content:"\f24ec"}.hgi-stroke.hgi-s-solar-system-01:before{content:"\f24ed"}.hgi-stroke.hgi-s-spam:before{content:"\f24ee"}.hgi-stroke.hgi-s-spartan-helmet:before{content:"\f24ef"}.hgi-stroke.hgi-s-square-lock-01:before{content:"\f24f0"}.hgi-stroke.hgi-s-square-lock-password:before{content:"\f24f1"}.hgi-stroke.hgi-s-square-unlock-01:before{content:"\f24f2"}.hgi-stroke.hgi-s-stethoscope:before{content:"\f24f3"}.hgi-stroke.hgi-s-store-location-02:before{content:"\f24f4"}.hgi-stroke.hgi-s-streering-wheel:before{content:"\f24f5"}.hgi-stroke.hgi-s-suit-01:before{content:"\f24f6"}.hgi-stroke.hgi-s-suit-02:before{content:"\f24f7"}.hgi-stroke.hgi-s-sun-01:before{content:"\f24f8"}.hgi-stroke.hgi-s-sun-cloud-hailstone-01:before{content:"\f24f9"}.hgi-stroke.hgi-s-sun-cloud-hailstone-02:before{content:"\f24fa"}.hgi-stroke.hgi-s-sun-cloud-snow-01:before{content:"\f24fb"}.hgi-stroke.hgi-s-sun-cloud-snow-02:before{content:"\f24fc"}.hgi-stroke.hgi-s-super-mario-toad:before{content:"\f24fd"}.hgi-stroke.hgi-s-super-mario:before{content:"\f24fe"}.hgi-stroke.hgi-s-sushi-03:before{content:"\f24ff"}.hgi-stroke.hgi-sad-01:before{content:"\f2500"}.hgi-stroke.hgi-sad-02:before{content:"\f2501"}.hgi-stroke.hgi-sad-dizzy:before{content:"\f2502"}.hgi-stroke.hgi-safari:before{content:"\f2503"}.hgi-stroke.hgi-safe-box:before{content:"\f2504"}.hgi-stroke.hgi-safe-delivery-01:before{content:"\f2505"}.hgi-stroke.hgi-safe-delivery-02:before{content:"\f2506"}.hgi-stroke.hgi-safe:before{content:"\f2507"}.hgi-stroke.hgi-safety-pin-01:before{content:"\f2508"}.hgi-stroke.hgi-safety-pin-02:before{content:"\f2509"}.hgi-stroke.hgi-sailboat-coastal:before{content:"\f250a"}.hgi-stroke.hgi-sailboat-offshore:before{content:"\f250b"}.hgi-stroke.hgi-sakura:before{content:"\f250c"}.hgi-stroke.hgi-salad:before{content:"\f250d"}.hgi-stroke.hgi-salah-time:before{content:"\f250e"}.hgi-stroke.hgi-salah:before{content:"\f250f"}.hgi-stroke.hgi-sale-tag-01:before{content:"\f2510"}.hgi-stroke.hgi-sale-tag-02:before{content:"\f2511"}.hgi-stroke.hgi-sandals:before{content:"\f2512"}.hgi-stroke.hgi-satellite-01:before{content:"\f2513"}.hgi-stroke.hgi-satellite-02:before{content:"\f2514"}.hgi-stroke.hgi-satellite-03:before{content:"\f2515"}.hgi-stroke.hgi-satellite:before{content:"\f2516"}.hgi-stroke.hgi-saturn-01:before{content:"\f2517"}.hgi-stroke.hgi-saturn-02:before{content:"\f2518"}.hgi-stroke.hgi-saturn:before{content:"\f2519"}.hgi-stroke.hgi-saudi-riyal:before{content:"\f251a"}.hgi-stroke.hgi-sausage:before{content:"\f251b"}.hgi-stroke.hgi-save-all:before{content:"\f251c"}.hgi-stroke.hgi-save-energy-01:before{content:"\f251d"}.hgi-stroke.hgi-save-energy-02:before{content:"\f251e"}.hgi-stroke.hgi-save-money-dollar:before{content:"\f251f"}.hgi-stroke.hgi-save-money-euro:before{content:"\f2520"}.hgi-stroke.hgi-save-money-pound:before{content:"\f2521"}.hgi-stroke.hgi-save-money-yen:before{content:"\f2522"}.hgi-stroke.hgi-save-off:before{content:"\f2523"}.hgi-stroke.hgi-save:before{content:"\f2524"}.hgi-stroke.hgi-savings:before{content:"\f2525"}.hgi-stroke.hgi-scan-eye:before{content:"\f2526"}.hgi-stroke.hgi-scan-heart:before{content:"\f2527"}.hgi-stroke.hgi-scan-image:before{content:"\f2528"}.hgi-stroke.hgi-scan:before{content:"\f2529"}.hgi-stroke.hgi-scheme:before{content:"\f252a"}.hgi-stroke.hgi-school-01:before{content:"\f252b"}.hgi-stroke.hgi-school-bell-01:before{content:"\f252c"}.hgi-stroke.hgi-school-bell-02:before{content:"\f252d"}.hgi-stroke.hgi-school-bus:before{content:"\f252e"}.hgi-stroke.hgi-school-report-card:before{content:"\f252f"}.hgi-stroke.hgi-school-tie:before{content:"\f2530"}.hgi-stroke.hgi-school:before{content:"\f2531"}.hgi-stroke.hgi-scissor-01:before{content:"\f2532"}.hgi-stroke.hgi-scissor-rectangle:before{content:"\f2533"}.hgi-stroke.hgi-scissor:before{content:"\f2534"}.hgi-stroke.hgi-scooter-01:before{content:"\f2535"}.hgi-stroke.hgi-scooter-02:before{content:"\f2536"}.hgi-stroke.hgi-scooter-03:before{content:"\f2537"}.hgi-stroke.hgi-scooter-04:before{content:"\f2538"}.hgi-stroke.hgi-scooter-electric:before{content:"\f2539"}.hgi-stroke.hgi-scratch-card:before{content:"\f253a"}.hgi-stroke.hgi-screen-add-to-home-02:before{content:"\f253b"}.hgi-stroke.hgi-screen-add-to-home:before{content:"\f253c"}.hgi-stroke.hgi-screen-lock-rotation:before{content:"\f253d"}.hgi-stroke.hgi-screen-rotation:before{content:"\f253e"}.hgi-stroke.hgi-scribd:before{content:"\f253f"}.hgi-stroke.hgi-scroll-01:before{content:"\f2540"}.hgi-stroke.hgi-scroll-horizontal:before{content:"\f2541"}.hgi-stroke.hgi-scroll-vertical:before{content:"\f2542"}.hgi-stroke.hgi-scroll:before{content:"\f2543"}.hgi-stroke.hgi-sd-card:before{content:"\f2544"}.hgi-stroke.hgi-seal:before{content:"\f2545"}.hgi-stroke.hgi-search-01:before{content:"\f2546"}.hgi-stroke.hgi-search-02:before{content:"\f2547"}.hgi-stroke.hgi-search-add:before{content:"\f2548"}.hgi-stroke.hgi-search-area:before{content:"\f2549"}.hgi-stroke.hgi-search-circle:before{content:"\f254a"}.hgi-stroke.hgi-search-code:before{content:"\f254b"}.hgi-stroke.hgi-search-dollar:before{content:"\f254c"}.hgi-stroke.hgi-search-focus:before{content:"\f254d"}.hgi-stroke.hgi-search-list-01:before{content:"\f254e"}.hgi-stroke.hgi-search-list-02:before{content:"\f254f"}.hgi-stroke.hgi-search-minus:before{content:"\f2550"}.hgi-stroke.hgi-search-remove:before{content:"\f2551"}.hgi-stroke.hgi-search-replace:before{content:"\f2552"}.hgi-stroke.hgi-search-square:before{content:"\f2553"}.hgi-stroke.hgi-search-visual:before{content:"\f2554"}.hgi-stroke.hgi-searching:before{content:"\f2555"}.hgi-stroke.hgi-seat-selector:before{content:"\f2556"}.hgi-stroke.hgi-second-bracket-circle:before{content:"\f2557"}.hgi-stroke.hgi-second-bracket-square:before{content:"\f2558"}.hgi-stroke.hgi-second-bracket:before{content:"\f2559"}.hgi-stroke.hgi-secured-network:before{content:"\f255a"}.hgi-stroke.hgi-security-block:before{content:"\f255b"}.hgi-stroke.hgi-security-check:before{content:"\f255c"}.hgi-stroke.hgi-security-key-usb:before{content:"\f255d"}.hgi-stroke.hgi-security-lock:before{content:"\f255e"}.hgi-stroke.hgi-security-password:before{content:"\f255f"}.hgi-stroke.hgi-security-validation:before{content:"\f2560"}.hgi-stroke.hgi-security-warning:before{content:"\f2561"}.hgi-stroke.hgi-security-wifi:before{content:"\f2562"}.hgi-stroke.hgi-security:before{content:"\f2563"}.hgi-stroke.hgi-seesaw:before{content:"\f2564"}.hgi-stroke.hgi-segment:before{content:"\f2565"}.hgi-stroke.hgi-select-01:before{content:"\f2566"}.hgi-stroke.hgi-select-02:before{content:"\f2567"}.hgi-stroke.hgi-self-transfer:before{content:"\f2568"}.hgi-stroke.hgi-send-to-back:before{content:"\f2569"}.hgi-stroke.hgi-send-to-mobile-02:before{content:"\f256a"}.hgi-stroke.hgi-send-to-mobile:before{content:"\f256b"}.hgi-stroke.hgi-sending-order:before{content:"\f256c"}.hgi-stroke.hgi-senseless:before{content:"\f256d"}.hgi-stroke.hgi-sent-02:before{content:"\f256e"}.hgi-stroke.hgi-sent:before{content:"\f256f"}.hgi-stroke.hgi-seo:before{content:"\f2570"}.hgi-stroke.hgi-separator-horizontal:before{content:"\f2571"}.hgi-stroke.hgi-server-stack-01:before{content:"\f2572"}.hgi-stroke.hgi-server-stack-02:before{content:"\f2573"}.hgi-stroke.hgi-server-stack-03:before{content:"\f2574"}.hgi-stroke.hgi-service:before{content:"\f2575"}.hgi-stroke.hgi-serving-food:before{content:"\f2576"}.hgi-stroke.hgi-setting-06:before{content:"\f2577"}.hgi-stroke.hgi-setting-07:before{content:"\f2578"}.hgi-stroke.hgi-setting-done-01:before{content:"\f2579"}.hgi-stroke.hgi-setting-done-02:before{content:"\f257a"}.hgi-stroke.hgi-setting-done-03:before{content:"\f257b"}.hgi-stroke.hgi-setting-done-04:before{content:"\f257c"}.hgi-stroke.hgi-setting-error-03:before{content:"\f257d"}.hgi-stroke.hgi-setting-error-04:before{content:"\f257e"}.hgi-stroke.hgi-settings-01:before{content:"\f257f"}.hgi-stroke.hgi-settings-02:before{content:"\f2580"}.hgi-stroke.hgi-settings-03:before{content:"\f2581"}.hgi-stroke.hgi-settings-04:before{content:"\f2582"}.hgi-stroke.hgi-settings-05:before{content:"\f2583"}.hgi-stroke.hgi-settings-error-01:before{content:"\f2584"}.hgi-stroke.hgi-settings-error-02:before{content:"\f2585"}.hgi-stroke.hgi-setup-01:before{content:"\f2586"}.hgi-stroke.hgi-setup-02:before{content:"\f2587"}.hgi-stroke.hgi-seven-circle:before{content:"\f2588"}.hgi-stroke.hgi-seven-square:before{content:"\f2589"}.hgi-stroke.hgi-seven-z-01:before{content:"\f258a"}.hgi-stroke.hgi-seven-z-02:before{content:"\f258b"}.hgi-stroke.hgi-shadcn-square:before{content:"\f258c"}.hgi-stroke.hgi-shadcn:before{content:"\f258d"}.hgi-stroke.hgi-shaka-01:before{content:"\f258e"}.hgi-stroke.hgi-shaka-02:before{content:"\f258f"}.hgi-stroke.hgi-shaka-03:before{content:"\f2590"}.hgi-stroke.hgi-shaka-04:before{content:"\f2591"}.hgi-stroke.hgi-shampoo:before{content:"\f2592"}.hgi-stroke.hgi-shape-collection:before{content:"\f2593"}.hgi-stroke.hgi-shapes-01:before{content:"\f2594"}.hgi-stroke.hgi-shapes:before{content:"\f2595"}.hgi-stroke.hgi-share-01:before{content:"\f2596"}.hgi-stroke.hgi-share-02:before{content:"\f2597"}.hgi-stroke.hgi-share-03:before{content:"\f2598"}.hgi-stroke.hgi-share-04:before{content:"\f2599"}.hgi-stroke.hgi-share-05:before{content:"\f259a"}.hgi-stroke.hgi-share-06:before{content:"\f259b"}.hgi-stroke.hgi-share-07:before{content:"\f259c"}.hgi-stroke.hgi-share-08:before{content:"\f259d"}.hgi-stroke.hgi-share-knowledge:before{content:"\f259e"}.hgi-stroke.hgi-share-location-01:before{content:"\f259f"}.hgi-stroke.hgi-share-location-02:before{content:"\f25a0"}.hgi-stroke.hgi-shared-drive:before{content:"\f25a1"}.hgi-stroke.hgi-shared-wifi:before{content:"\f25a2"}.hgi-stroke.hgi-sharing:before{content:"\f25a3"}.hgi-stroke.hgi-shell:before{content:"\f25a4"}.hgi-stroke.hgi-shellfish:before{content:"\f25a5"}.hgi-stroke.hgi-sheriff-01:before{content:"\f25a6"}.hgi-stroke.hgi-sheriff-02:before{content:"\f25a7"}.hgi-stroke.hgi-shield-01:before{content:"\f25a8"}.hgi-stroke.hgi-shield-02:before{content:"\f25a9"}.hgi-stroke.hgi-shield-ban:before{content:"\f25aa"}.hgi-stroke.hgi-shield-blockchain:before{content:"\f25ab"}.hgi-stroke.hgi-shield-energy:before{content:"\f25ac"}.hgi-stroke.hgi-shield-half:before{content:"\f25ad"}.hgi-stroke.hgi-shield-key:before{content:"\f25ae"}.hgi-stroke.hgi-shield-minus:before{content:"\f25af"}.hgi-stroke.hgi-shield-plus:before{content:"\f25b0"}.hgi-stroke.hgi-shield-question-mark:before{content:"\f25b1"}.hgi-stroke.hgi-shield-user:before{content:"\f25b2"}.hgi-stroke.hgi-shipment-tracking:before{content:"\f25b3"}.hgi-stroke.hgi-shipping-center:before{content:"\f25b4"}.hgi-stroke.hgi-shipping-loading:before{content:"\f25b5"}.hgi-stroke.hgi-shipping-truck-01:before{content:"\f25b6"}.hgi-stroke.hgi-shipping-truck-02:before{content:"\f25b7"}.hgi-stroke.hgi-shirt-01:before{content:"\f25b8"}.hgi-stroke.hgi-shocked:before{content:"\f25b9"}.hgi-stroke.hgi-shop-sign:before{content:"\f25ba"}.hgi-stroke.hgi-shopify:before{content:"\f25bb"}.hgi-stroke.hgi-shopping-bag-01:before{content:"\f25bc"}.hgi-stroke.hgi-shopping-bag-02:before{content:"\f25bd"}.hgi-stroke.hgi-shopping-bag-03:before{content:"\f25be"}.hgi-stroke.hgi-shopping-bag-add:before{content:"\f25bf"}.hgi-stroke.hgi-shopping-bag-check:before{content:"\f25c0"}.hgi-stroke.hgi-shopping-bag-favorite:before{content:"\f25c1"}.hgi-stroke.hgi-shopping-bag-remove:before{content:"\f25c2"}.hgi-stroke.hgi-shopping-basket-01:before{content:"\f25c3"}.hgi-stroke.hgi-shopping-basket-02:before{content:"\f25c4"}.hgi-stroke.hgi-shopping-basket-03:before{content:"\f25c5"}.hgi-stroke.hgi-shopping-basket-add-01:before{content:"\f25c6"}.hgi-stroke.hgi-shopping-basket-add-02:before{content:"\f25c7"}.hgi-stroke.hgi-shopping-basket-add-03:before{content:"\f25c8"}.hgi-stroke.hgi-shopping-basket-check-in-01:before{content:"\f25c9"}.hgi-stroke.hgi-shopping-basket-check-in-02:before{content:"\f25ca"}.hgi-stroke.hgi-shopping-basket-check-in-03:before{content:"\f25cb"}.hgi-stroke.hgi-shopping-basket-check-out-01:before{content:"\f25cc"}.hgi-stroke.hgi-shopping-basket-check-out-02:before{content:"\f25cd"}.hgi-stroke.hgi-shopping-basket-check-out-03:before{content:"\f25ce"}.hgi-stroke.hgi-shopping-basket-done-01:before{content:"\f25cf"}.hgi-stroke.hgi-shopping-basket-done-02:before{content:"\f25d0"}.hgi-stroke.hgi-shopping-basket-done-03:before{content:"\f25d1"}.hgi-stroke.hgi-shopping-basket-favorite-01:before{content:"\f25d2"}.hgi-stroke.hgi-shopping-basket-favorite-02:before{content:"\f25d3"}.hgi-stroke.hgi-shopping-basket-favorite-03:before{content:"\f25d4"}.hgi-stroke.hgi-shopping-basket-remove-01:before{content:"\f25d5"}.hgi-stroke.hgi-shopping-basket-remove-02:before{content:"\f25d6"}.hgi-stroke.hgi-shopping-basket-remove-03:before{content:"\f25d7"}.hgi-stroke.hgi-shopping-basket-secure-01:before{content:"\f25d8"}.hgi-stroke.hgi-shopping-basket-secure-02:before{content:"\f25d9"}.hgi-stroke.hgi-shopping-basket-secure-03:before{content:"\f25da"}.hgi-stroke.hgi-shopping-cart-01:before{content:"\f25db"}.hgi-stroke.hgi-shopping-cart-02:before{content:"\f25dc"}.hgi-stroke.hgi-shopping-cart-add-01:before{content:"\f25dd"}.hgi-stroke.hgi-shopping-cart-add-02:before{content:"\f25de"}.hgi-stroke.hgi-shopping-cart-check-01:before{content:"\f25df"}.hgi-stroke.hgi-shopping-cart-check-02:before{content:"\f25e0"}.hgi-stroke.hgi-shopping-cart-check-in-01:before{content:"\f25e1"}.hgi-stroke.hgi-shopping-cart-check-in-02:before{content:"\f25e2"}.hgi-stroke.hgi-shopping-cart-check-out-01:before{content:"\f25e3"}.hgi-stroke.hgi-shopping-cart-check-out-02:before{content:"\f25e4"}.hgi-stroke.hgi-shopping-cart-favorite-01:before{content:"\f25e5"}.hgi-stroke.hgi-shopping-cart-favorite-02:before{content:"\f25e6"}.hgi-stroke.hgi-shopping-cart-remove-01:before{content:"\f25e7"}.hgi-stroke.hgi-shopping-cart-remove-02:before{content:"\f25e8"}.hgi-stroke.hgi-shorts-pants:before{content:"\f25e9"}.hgi-stroke.hgi-shoulder:before{content:"\f25ea"}.hgi-stroke.hgi-shovel:before{content:"\f25eb"}.hgi-stroke.hgi-shower-head:before{content:"\f25ec"}.hgi-stroke.hgi-shrink-dot:before{content:"\f25ed"}.hgi-stroke.hgi-shuffle-square:before{content:"\f25ee"}.hgi-stroke.hgi-shuffle:before{content:"\f25ef"}.hgi-stroke.hgi-shut-down:before{content:"\f25f0"}.hgi-stroke.hgi-shutterstock:before{content:"\f25f1"}.hgi-stroke.hgi-sidebar-bottom:before{content:"\f25f2"}.hgi-stroke.hgi-sidebar-left-01:before{content:"\f25f3"}.hgi-stroke.hgi-sidebar-left:before{content:"\f25f4"}.hgi-stroke.hgi-sidebar-right-01:before{content:"\f25f5"}.hgi-stroke.hgi-sidebar-right:before{content:"\f25f6"}.hgi-stroke.hgi-sidebar-top:before{content:"\f25f7"}.hgi-stroke.hgi-sign-language-c:before{content:"\f25f8"}.hgi-stroke.hgi-signal-full-01:before{content:"\f25f9"}.hgi-stroke.hgi-signal-full-02:before{content:"\f25fa"}.hgi-stroke.hgi-signal-low-01:before{content:"\f25fb"}.hgi-stroke.hgi-signal-low-02:before{content:"\f25fc"}.hgi-stroke.hgi-signal-low-medium:before{content:"\f25fd"}.hgi-stroke.hgi-signal-medium-01:before{content:"\f25fe"}.hgi-stroke.hgi-signal-medium-02:before{content:"\f25ff"}.hgi-stroke.hgi-signal-no-01:before{content:"\f2600"}.hgi-stroke.hgi-signal-no-02:before{content:"\f2601"}.hgi-stroke.hgi-signal:before{content:"\f2602"}.hgi-stroke.hgi-signature:before{content:"\f2603"}.hgi-stroke.hgi-silence:before{content:"\f2604"}.hgi-stroke.hgi-simcard-01:before{content:"\f2605"}.hgi-stroke.hgi-simcard-02:before{content:"\f2606"}.hgi-stroke.hgi-simcard-dual:before{content:"\f2607"}.hgi-stroke.hgi-sin:before{content:"\f2608"}.hgi-stroke.hgi-sine-01:before{content:"\f2609"}.hgi-stroke.hgi-sine-02:before{content:"\f260a"}.hgi-stroke.hgi-sing-left:before{content:"\f260b"}.hgi-stroke.hgi-sing-right:before{content:"\f260c"}.hgi-stroke.hgi-sink-01:before{content:"\f260d"}.hgi-stroke.hgi-sink-02:before{content:"\f260e"}.hgi-stroke.hgi-siri-new:before{content:"\f260f"}.hgi-stroke.hgi-siri:before{content:"\f2610"}.hgi-stroke.hgi-six-circle:before{content:"\f2611"}.hgi-stroke.hgi-six-square:before{content:"\f2612"}.hgi-stroke.hgi-sketch:before{content:"\f2613"}.hgi-stroke.hgi-skew:before{content:"\f2614"}.hgi-stroke.hgi-ski-dice-faces-01:before{content:"\f2615"}.hgi-stroke.hgi-skipping-rope:before{content:"\f2616"}.hgi-stroke.hgi-skool:before{content:"\f2617"}.hgi-stroke.hgi-skull:before{content:"\f2618"}.hgi-stroke.hgi-skype:before{content:"\f2619"}.hgi-stroke.hgi-slack:before{content:"\f261a"}.hgi-stroke.hgi-sleeping:before{content:"\f261b"}.hgi-stroke.hgi-sleeveless:before{content:"\f261c"}.hgi-stroke.hgi-slide:before{content:"\f261d"}.hgi-stroke.hgi-sliders-horizontal:before{content:"\f261e"}.hgi-stroke.hgi-sliders-vertical:before{content:"\f261f"}.hgi-stroke.hgi-slideshare:before{content:"\f2620"}.hgi-stroke.hgi-slow-winds:before{content:"\f2621"}.hgi-stroke.hgi-smart-ac:before{content:"\f2622"}.hgi-stroke.hgi-smart-phone-01:before{content:"\f2623"}.hgi-stroke.hgi-smart-phone-02:before{content:"\f2624"}.hgi-stroke.hgi-smart-phone-03:before{content:"\f2625"}.hgi-stroke.hgi-smart-phone-04:before{content:"\f2626"}.hgi-stroke.hgi-smart-phone-landscape-02:before{content:"\f2627"}.hgi-stroke.hgi-smart-phone-landscape:before{content:"\f2628"}.hgi-stroke.hgi-smart-watch-01:before{content:"\f2629"}.hgi-stroke.hgi-smart-watch-02:before{content:"\f262a"}.hgi-stroke.hgi-smart-watch-03:before{content:"\f262b"}.hgi-stroke.hgi-smart-watch-04:before{content:"\f262c"}.hgi-stroke.hgi-smart:before{content:"\f262d"}.hgi-stroke.hgi-smartphone-charging:before{content:"\f262e"}.hgi-stroke.hgi-smartphone-lost-wifi:before{content:"\f262f"}.hgi-stroke.hgi-smartphone-wifi:before{content:"\f2630"}.hgi-stroke.hgi-smile-dizzy:before{content:"\f2631"}.hgi-stroke.hgi-smile-plus:before{content:"\f2632"}.hgi-stroke.hgi-smile:before{content:"\f2633"}.hgi-stroke.hgi-sms-code:before{content:"\f2634"}.hgi-stroke.hgi-snail:before{content:"\f2635"}.hgi-stroke.hgi-snapchat:before{content:"\f2636"}.hgi-stroke.hgi-snow:before{content:"\f2637"}.hgi-stroke.hgi-socks:before{content:"\f2638"}.hgi-stroke.hgi-soda-can:before{content:"\f2639"}.hgi-stroke.hgi-sofa-01:before{content:"\f263a"}.hgi-stroke.hgi-sofa-02:before{content:"\f263b"}.hgi-stroke.hgi-sofa-03:before{content:"\f263c"}.hgi-stroke.hgi-sofa-single:before{content:"\f263d"}.hgi-stroke.hgi-soft-drink-01:before{content:"\f263e"}.hgi-stroke.hgi-soft-drink-02:before{content:"\f263f"}.hgi-stroke.hgi-software-license:before{content:"\f2640"}.hgi-stroke.hgi-software-uninstall:before{content:"\f2641"}.hgi-stroke.hgi-software:before{content:"\f2642"}.hgi-stroke.hgi-soil-moisture-field:before{content:"\f2643"}.hgi-stroke.hgi-soil-moisture-global:before{content:"\f2644"}.hgi-stroke.hgi-soil-temperature-field:before{content:"\f2645"}.hgi-stroke.hgi-soil-temperature-global:before{content:"\f2646"}.hgi-stroke.hgi-solar-energy:before{content:"\f2647"}.hgi-stroke.hgi-solar-panel-01:before{content:"\f2648"}.hgi-stroke.hgi-solar-panel-02:before{content:"\f2649"}.hgi-stroke.hgi-solar-panel-03:before{content:"\f264a"}.hgi-stroke.hgi-solar-panel-04:before{content:"\f264b"}.hgi-stroke.hgi-solar-panel-05:before{content:"\f264c"}.hgi-stroke.hgi-solar-power:before{content:"\f264d"}.hgi-stroke.hgi-solar-system-01:before{content:"\f264e"}.hgi-stroke.hgi-solar-system:before{content:"\f264f"}.hgi-stroke.hgi-solid-line-01:before{content:"\f2650"}.hgi-stroke.hgi-solid-line-02:before{content:"\f2651"}.hgi-stroke.hgi-sort-by-down-01:before{content:"\f2652"}.hgi-stroke.hgi-sort-by-down-02:before{content:"\f2653"}.hgi-stroke.hgi-sort-by-up-01:before{content:"\f2654"}.hgi-stroke.hgi-sort-by-up-02:before{content:"\f2655"}.hgi-stroke.hgi-sort-descending:before{content:"\f2656"}.hgi-stroke.hgi-sorting-01:before{content:"\f2657"}.hgi-stroke.hgi-sorting-02:before{content:"\f2658"}.hgi-stroke.hgi-sorting-03:before{content:"\f2659"}.hgi-stroke.hgi-sorting-04:before{content:"\f265a"}.hgi-stroke.hgi-sorting-05:before{content:"\f265b"}.hgi-stroke.hgi-sorting-a-z-01:before{content:"\f265c"}.hgi-stroke.hgi-sorting-a-z-02:before{content:"\f265d"}.hgi-stroke.hgi-sorting-down:before{content:"\f265e"}.hgi-stroke.hgi-sorting-nine-1:before{content:"\f265f"}.hgi-stroke.hgi-sorting-one-9:before{content:"\f2660"}.hgi-stroke.hgi-sorting-up:before{content:"\f2661"}.hgi-stroke.hgi-sorting-z-a-01:before{content:"\f2662"}.hgi-stroke.hgi-soundcloud:before{content:"\f2663"}.hgi-stroke.hgi-source-code-circle:before{content:"\f2664"}.hgi-stroke.hgi-source-code-square:before{content:"\f2665"}.hgi-stroke.hgi-source-code:before{content:"\f2666"}.hgi-stroke.hgi-spaceship:before{content:"\f2667"}.hgi-stroke.hgi-spades:before{content:"\f2668"}.hgi-stroke.hgi-spaghetti:before{content:"\f2669"}.hgi-stroke.hgi-spam:before{content:"\f266a"}.hgi-stroke.hgi-sparkles:before{content:"\f266b"}.hgi-stroke.hgi-spartan-helmet:before{content:"\f266c"}.hgi-stroke.hgi-spatula:before{content:"\f266d"}.hgi-stroke.hgi-speaker-01:before{content:"\f266e"}.hgi-stroke.hgi-speaker:before{content:"\f266f"}.hgi-stroke.hgi-speech-to-text:before{content:"\f2670"}.hgi-stroke.hgi-speed-train-01:before{content:"\f2671"}.hgi-stroke.hgi-speed-train-02:before{content:"\f2672"}.hgi-stroke.hgi-sperm:before{content:"\f2673"}.hgi-stroke.hgi-sphere:before{content:"\f2674"}.hgi-stroke.hgi-spirals:before{content:"\f2675"}.hgi-stroke.hgi-spline-pointer:before{content:"\f2676"}.hgi-stroke.hgi-split:before{content:"\f2677"}.hgi-stroke.hgi-spoon-and-fork:before{content:"\f2678"}.hgi-stroke.hgi-spoon-and-knife:before{content:"\f2679"}.hgi-stroke.hgi-spoon:before{content:"\f267a"}.hgi-stroke.hgi-spotify:before{content:"\f267b"}.hgi-stroke.hgi-spotlight:before{content:"\f267c"}.hgi-stroke.hgi-spray-can:before{content:"\f267d"}.hgi-stroke.hgi-sql:before{content:"\f267e"}.hgi-stroke.hgi-square-01:before{content:"\f267f"}.hgi-stroke.hgi-square-arrow-data-transfer-diagonal:before{content:"\f2680"}.hgi-stroke.hgi-square-arrow-data-transfer-horizontal:before{content:"\f2681"}.hgi-stroke.hgi-square-arrow-data-transfer-vertical:before{content:"\f2682"}.hgi-stroke.hgi-square-arrow-diagonal-01:before{content:"\f2683"}.hgi-stroke.hgi-square-arrow-diagonal-02:before{content:"\f2684"}.hgi-stroke.hgi-square-arrow-down-01:before{content:"\f2685"}.hgi-stroke.hgi-square-arrow-down-02:before{content:"\f2686"}.hgi-stroke.hgi-square-arrow-down-03:before{content:"\f2687"}.hgi-stroke.hgi-square-arrow-down-double:before{content:"\f2688"}.hgi-stroke.hgi-square-arrow-down-left:before{content:"\f2689"}.hgi-stroke.hgi-square-arrow-down-right:before{content:"\f268a"}.hgi-stroke.hgi-square-arrow-expand-01:before{content:"\f268b"}.hgi-stroke.hgi-square-arrow-expand-02:before{content:"\f268c"}.hgi-stroke.hgi-square-arrow-horizontal:before{content:"\f268d"}.hgi-stroke.hgi-square-arrow-left-01:before{content:"\f268e"}.hgi-stroke.hgi-square-arrow-left-02:before{content:"\f268f"}.hgi-stroke.hgi-square-arrow-left-03:before{content:"\f2690"}.hgi-stroke.hgi-square-arrow-left-double:before{content:"\f2691"}.hgi-stroke.hgi-square-arrow-left-right:before{content:"\f2692"}.hgi-stroke.hgi-square-arrow-move-down-left:before{content:"\f2693"}.hgi-stroke.hgi-square-arrow-move-down-right:before{content:"\f2694"}.hgi-stroke.hgi-square-arrow-move-left-down:before{content:"\f2695"}.hgi-stroke.hgi-square-arrow-move-left-up:before{content:"\f2696"}.hgi-stroke.hgi-square-arrow-move-right-down:before{content:"\f2697"}.hgi-stroke.hgi-square-arrow-move-right-up:before{content:"\f2698"}.hgi-stroke.hgi-square-arrow-reload-01:before{content:"\f2699"}.hgi-stroke.hgi-square-arrow-reload-02:before{content:"\f269a"}.hgi-stroke.hgi-square-arrow-right-01:before{content:"\f269b"}.hgi-stroke.hgi-square-arrow-right-02:before{content:"\f269c"}.hgi-stroke.hgi-square-arrow-right-03:before{content:"\f269d"}.hgi-stroke.hgi-square-arrow-right-double:before{content:"\f269e"}.hgi-stroke.hgi-square-arrow-shrink-01:before{content:"\f269f"}.hgi-stroke.hgi-square-arrow-shrink-02:before{content:"\f26a0"}.hgi-stroke.hgi-square-arrow-up-01:before{content:"\f26a1"}.hgi-stroke.hgi-square-arrow-up-02:before{content:"\f26a2"}.hgi-stroke.hgi-square-arrow-up-03:before{content:"\f26a3"}.hgi-stroke.hgi-square-arrow-up-double:before{content:"\f26a4"}.hgi-stroke.hgi-square-arrow-up-down:before{content:"\f26a5"}.hgi-stroke.hgi-square-arrow-up-left:before{content:"\f26a6"}.hgi-stroke.hgi-square-arrow-up-right:before{content:"\f26a7"}.hgi-stroke.hgi-square-arrow-vertical:before{content:"\f26a8"}.hgi-stroke.hgi-square-asterisk:before{content:"\f26a9"}.hgi-stroke.hgi-square-bottom-dashed-scissors:before{content:"\f26aa"}.hgi-stroke.hgi-square-chart-gantt:before{content:"\f26ab"}.hgi-stroke.hgi-square-circle:before{content:"\f26ac"}.hgi-stroke.hgi-square-dashed-kanban:before{content:"\f26ad"}.hgi-stroke.hgi-square-dashed-top-solid:before{content:"\f26ae"}.hgi-stroke.hgi-square-f:before{content:"\f26af"}.hgi-stroke.hgi-square-lock-01:before{content:"\f26b0"}.hgi-stroke.hgi-square-lock-02:before{content:"\f26b1"}.hgi-stroke.hgi-square-lock-add-01:before{content:"\f26b2"}.hgi-stroke.hgi-square-lock-add-02:before{content:"\f26b3"}.hgi-stroke.hgi-square-lock-check-01:before{content:"\f26b4"}.hgi-stroke.hgi-square-lock-check-02:before{content:"\f26b5"}.hgi-stroke.hgi-square-lock-minus-01:before{content:"\f26b6"}.hgi-stroke.hgi-square-lock-minus-02:before{content:"\f26b7"}.hgi-stroke.hgi-square-lock-password:before{content:"\f26b8"}.hgi-stroke.hgi-square-lock-remove-01:before{content:"\f26b9"}.hgi-stroke.hgi-square-lock-remove-02:before{content:"\f26ba"}.hgi-stroke.hgi-square-m:before{content:"\f26bb"}.hgi-stroke.hgi-square-mouse-pointer:before{content:"\f26bc"}.hgi-stroke.hgi-square-parking-off:before{content:"\f26bd"}.hgi-stroke.hgi-square-power:before{content:"\f26be"}.hgi-stroke.hgi-square-root-square:before{content:"\f26bf"}.hgi-stroke.hgi-square-round-corner:before{content:"\f26c0"}.hgi-stroke.hgi-square-square:before{content:"\f26c1"}.hgi-stroke.hgi-square-stack:before{content:"\f26c2"}.hgi-stroke.hgi-square-unlock-01:before{content:"\f26c3"}.hgi-stroke.hgi-square-unlock-02:before{content:"\f26c4"}.hgi-stroke.hgi-square:before{content:"\f26c5"}.hgi-stroke.hgi-squares-exclude:before{content:"\f26c6"}.hgi-stroke.hgi-stack-star:before{content:"\f26c7"}.hgi-stroke.hgi-stairs-01:before{content:"\f26c8"}.hgi-stroke.hgi-stairs-02:before{content:"\f26c9"}.hgi-stroke.hgi-stairs-03:before{content:"\f26ca"}.hgi-stroke.hgi-stairs-04:before{content:"\f26cb"}.hgi-stroke.hgi-stake:before{content:"\f26cc"}.hgi-stroke.hgi-stamp-01:before{content:"\f26cd"}.hgi-stroke.hgi-stamp-02:before{content:"\f26ce"}.hgi-stroke.hgi-stamp:before{content:"\f26cf"}.hgi-stroke.hgi-star-award-01:before{content:"\f26d0"}.hgi-stroke.hgi-star-award-02:before{content:"\f26d1"}.hgi-stroke.hgi-star-circle:before{content:"\f26d2"}.hgi-stroke.hgi-star-face:before{content:"\f26d3"}.hgi-stroke.hgi-star-half:before{content:"\f26d4"}.hgi-stroke.hgi-star-off:before{content:"\f26d5"}.hgi-stroke.hgi-star-square:before{content:"\f26d6"}.hgi-stroke.hgi-star:before{content:"\f26d7"}.hgi-stroke.hgi-stars:before{content:"\f26d8"}.hgi-stroke.hgi-start-up-01:before{content:"\f26d9"}.hgi-stroke.hgi-start-up-02:before{content:"\f26da"}.hgi-stroke.hgi-stationery:before{content:"\f26db"}.hgi-stroke.hgi-status:before{content:"\f26dc"}.hgi-stroke.hgi-steak:before{content:"\f26dd"}.hgi-stroke.hgi-steering:before{content:"\f26de"}.hgi-stroke.hgi-step-into:before{content:"\f26df"}.hgi-stroke.hgi-step-out:before{content:"\f26e0"}.hgi-stroke.hgi-step-over:before{content:"\f26e1"}.hgi-stroke.hgi-stethoscope-02:before{content:"\f26e2"}.hgi-stroke.hgi-stethoscope:before{content:"\f26e3"}.hgi-stroke.hgi-sticker:before{content:"\f26e4"}.hgi-stroke.hgi-sticky-note-01:before{content:"\f26e5"}.hgi-stroke.hgi-sticky-note-02:before{content:"\f26e6"}.hgi-stroke.hgi-sticky-note-03:before{content:"\f26e7"}.hgi-stroke.hgi-stop-circle:before{content:"\f26e8"}.hgi-stroke.hgi-stop-loss-order:before{content:"\f26e9"}.hgi-stroke.hgi-stop-watch:before{content:"\f26ea"}.hgi-stroke.hgi-stop:before{content:"\f26eb"}.hgi-stroke.hgi-store-01:before{content:"\f26ec"}.hgi-stroke.hgi-store-02:before{content:"\f26ed"}.hgi-stroke.hgi-store-03:before{content:"\f26ee"}.hgi-stroke.hgi-store-04:before{content:"\f26ef"}.hgi-stroke.hgi-store-add-01:before{content:"\f26f0"}.hgi-stroke.hgi-store-add-02:before{content:"\f26f1"}.hgi-stroke.hgi-store-location-01:before{content:"\f26f2"}.hgi-stroke.hgi-store-location-02:before{content:"\f26f3"}.hgi-stroke.hgi-store-management-01:before{content:"\f26f4"}.hgi-stroke.hgi-store-management-02:before{content:"\f26f5"}.hgi-stroke.hgi-store-remove-01:before{content:"\f26f6"}.hgi-stroke.hgi-store-remove-02:before{content:"\f26f7"}.hgi-stroke.hgi-store-verified-01:before{content:"\f26f8"}.hgi-stroke.hgi-store-verified-02:before{content:"\f26f9"}.hgi-stroke.hgi-straight-edge:before{content:"\f26fa"}.hgi-stroke.hgi-strategy:before{content:"\f26fb"}.hgi-stroke.hgi-streering-wheel:before{content:"\f26fc"}.hgi-stroke.hgi-street-food:before{content:"\f26fd"}.hgi-stroke.hgi-stripe:before{content:"\f26fe"}.hgi-stroke.hgi-stroke-bottom:before{content:"\f26ff"}.hgi-stroke.hgi-stroke-center:before{content:"\f2700"}.hgi-stroke.hgi-stroke-inside:before{content:"\f2701"}.hgi-stroke.hgi-stroke-left:before{content:"\f2702"}.hgi-stroke.hgi-stroke-outside:before{content:"\f2703"}.hgi-stroke.hgi-stroke-right:before{content:"\f2704"}.hgi-stroke.hgi-stroke-top:before{content:"\f2705"}.hgi-stroke.hgi-structure-01:before{content:"\f2706"}.hgi-stroke.hgi-structure-02:before{content:"\f2707"}.hgi-stroke.hgi-structure-03:before{content:"\f2708"}.hgi-stroke.hgi-structure-04:before{content:"\f2709"}.hgi-stroke.hgi-structure-05:before{content:"\f270a"}.hgi-stroke.hgi-structure-add:before{content:"\f270b"}.hgi-stroke.hgi-structure-check:before{content:"\f270c"}.hgi-stroke.hgi-structure-fail:before{content:"\f270d"}.hgi-stroke.hgi-structure-folder-circle:before{content:"\f270e"}.hgi-stroke.hgi-structure-folder:before{content:"\f270f"}.hgi-stroke.hgi-student-card:before{content:"\f2710"}.hgi-stroke.hgi-student:before{content:"\f2711"}.hgi-stroke.hgi-students:before{content:"\f2712"}.hgi-stroke.hgi-study-desk:before{content:"\f2713"}.hgi-stroke.hgi-study-lamp:before{content:"\f2714"}.hgi-stroke.hgi-stumbleupon:before{content:"\f2715"}.hgi-stroke.hgi-submarine:before{content:"\f2716"}.hgi-stroke.hgi-submerge:before{content:"\f2717"}.hgi-stroke.hgi-subnode-add:before{content:"\f2718"}.hgi-stroke.hgi-subnode-delete:before{content:"\f2719"}.hgi-stroke.hgi-subpoena:before{content:"\f271a"}.hgi-stroke.hgi-subtitle:before{content:"\f271b"}.hgi-stroke.hgi-suit-01:before{content:"\f271c"}.hgi-stroke.hgi-suit-02:before{content:"\f271d"}.hgi-stroke.hgi-sujood:before{content:"\f271e"}.hgi-stroke.hgi-summation-01:before{content:"\f271f"}.hgi-stroke.hgi-summation-02:before{content:"\f2720"}.hgi-stroke.hgi-summation-circle:before{content:"\f2721"}.hgi-stroke.hgi-summation-square:before{content:"\f2722"}.hgi-stroke.hgi-sun-01:before{content:"\f2723"}.hgi-stroke.hgi-sun-02:before{content:"\f2724"}.hgi-stroke.hgi-sun-03:before{content:"\f2725"}.hgi-stroke.hgi-sun-cloud-01:before{content:"\f2726"}.hgi-stroke.hgi-sun-cloud-02:before{content:"\f2727"}.hgi-stroke.hgi-sun-cloud-angled-rain-01:before{content:"\f2728"}.hgi-stroke.hgi-sun-cloud-angled-rain-02:before{content:"\f2729"}.hgi-stroke.hgi-sun-cloud-angled-rain-zap-01:before{content:"\f272a"}.hgi-stroke.hgi-sun-cloud-angled-rain-zap-02:before{content:"\f272b"}.hgi-stroke.hgi-sun-cloud-angled-zap-01:before{content:"\f272c"}.hgi-stroke.hgi-sun-cloud-angled-zap-02:before{content:"\f272d"}.hgi-stroke.hgi-sun-cloud-big-rain-01:before{content:"\f272e"}.hgi-stroke.hgi-sun-cloud-big-rain-02:before{content:"\f272f"}.hgi-stroke.hgi-sun-cloud-fast-wind-01:before{content:"\f2730"}.hgi-stroke.hgi-sun-cloud-fast-wind-02:before{content:"\f2731"}.hgi-stroke.hgi-sun-cloud-hailstone-01:before{content:"\f2732"}.hgi-stroke.hgi-sun-cloud-hailstone-02:before{content:"\f2733"}.hgi-stroke.hgi-sun-cloud-little-rain-01:before{content:"\f2734"}.hgi-stroke.hgi-sun-cloud-little-rain-02:before{content:"\f2735"}.hgi-stroke.hgi-sun-cloud-little-snow-01:before{content:"\f2736"}.hgi-stroke.hgi-sun-cloud-little-snow-02:before{content:"\f2737"}.hgi-stroke.hgi-sun-cloud-mid-rain-01:before{content:"\f2738"}.hgi-stroke.hgi-sun-cloud-mid-rain-02:before{content:"\f2739"}.hgi-stroke.hgi-sun-cloud-mid-snow-01:before{content:"\f273a"}.hgi-stroke.hgi-sun-cloud-mid-snow-02:before{content:"\f273b"}.hgi-stroke.hgi-sun-cloud-slow-wind-01:before{content:"\f273c"}.hgi-stroke.hgi-sun-cloud-slow-wind-02:before{content:"\f273d"}.hgi-stroke.hgi-sun-cloud-snow-01:before{content:"\f273e"}.hgi-stroke.hgi-sun-cloud-snow-02:before{content:"\f273f"}.hgi-stroke.hgi-sunglasses:before{content:"\f2740"}.hgi-stroke.hgi-sunrise:before{content:"\f2741"}.hgi-stroke.hgi-sunset:before{content:"\f2742"}.hgi-stroke.hgi-super-mario-toad:before{content:"\f2743"}.hgi-stroke.hgi-super-mario:before{content:"\f2744"}.hgi-stroke.hgi-surfboard:before{content:"\f2745"}.hgi-stroke.hgi-surprise:before{content:"\f2746"}.hgi-stroke.hgi-sushi-01:before{content:"\f2747"}.hgi-stroke.hgi-sushi-02:before{content:"\f2748"}.hgi-stroke.hgi-sushi-03:before{content:"\f2749"}.hgi-stroke.hgi-suspicious:before{content:"\f274a"}.hgi-stroke.hgi-sustainable-energy:before{content:"\f274b"}.hgi-stroke.hgi-svg-01:before{content:"\f274c"}.hgi-stroke.hgi-svg-02:before{content:"\f274d"}.hgi-stroke.hgi-swarm:before{content:"\f274e"}.hgi-stroke.hgi-swatch:before{content:"\f274f"}.hgi-stroke.hgi-swimming-cap:before{content:"\f2750"}.hgi-stroke.hgi-swimming:before{content:"\f2751"}.hgi-stroke.hgi-swipe-down-01:before{content:"\f2752"}.hgi-stroke.hgi-swipe-down-02:before{content:"\f2753"}.hgi-stroke.hgi-swipe-down-03:before{content:"\f2754"}.hgi-stroke.hgi-swipe-down-04:before{content:"\f2755"}.hgi-stroke.hgi-swipe-down-05:before{content:"\f2756"}.hgi-stroke.hgi-swipe-down-06:before{content:"\f2757"}.hgi-stroke.hgi-swipe-down-07:before{content:"\f2758"}.hgi-stroke.hgi-swipe-down-08:before{content:"\f2759"}.hgi-stroke.hgi-swipe-left-01:before{content:"\f275a"}.hgi-stroke.hgi-swipe-left-02:before{content:"\f275b"}.hgi-stroke.hgi-swipe-left-03:before{content:"\f275c"}.hgi-stroke.hgi-swipe-left-04:before{content:"\f275d"}.hgi-stroke.hgi-swipe-left-05:before{content:"\f275e"}.hgi-stroke.hgi-swipe-left-06:before{content:"\f275f"}.hgi-stroke.hgi-swipe-left-07:before{content:"\f2760"}.hgi-stroke.hgi-swipe-left-08:before{content:"\f2761"}.hgi-stroke.hgi-swipe-left-09:before{content:"\f2762"}.hgi-stroke.hgi-swipe-right-01:before{content:"\f2763"}.hgi-stroke.hgi-swipe-right-02:before{content:"\f2764"}.hgi-stroke.hgi-swipe-right-03:before{content:"\f2765"}.hgi-stroke.hgi-swipe-right-04:before{content:"\f2766"}.hgi-stroke.hgi-swipe-right-05:before{content:"\f2767"}.hgi-stroke.hgi-swipe-right-06:before{content:"\f2768"}.hgi-stroke.hgi-swipe-right-07:before{content:"\f2769"}.hgi-stroke.hgi-swipe-right-08:before{content:"\f276a"}.hgi-stroke.hgi-swipe-right-09:before{content:"\f276b"}.hgi-stroke.hgi-swipe-up-01:before{content:"\f276c"}.hgi-stroke.hgi-swipe-up-02:before{content:"\f276d"}.hgi-stroke.hgi-swipe-up-03:before{content:"\f276e"}.hgi-stroke.hgi-swipe-up-04:before{content:"\f276f"}.hgi-stroke.hgi-swipe-up-05:before{content:"\f2770"}.hgi-stroke.hgi-swipe-up-06:before{content:"\f2771"}.hgi-stroke.hgi-swipe-up-07:before{content:"\f2772"}.hgi-stroke.hgi-swipe-up-08:before{content:"\f2773"}.hgi-stroke.hgi-swiss-franc:before{content:"\f2774"}.hgi-stroke.hgi-switch-camera:before{content:"\f2775"}.hgi-stroke.hgi-sword-01:before{content:"\f2776"}.hgi-stroke.hgi-sword-02:before{content:"\f2777"}.hgi-stroke.hgi-sword-03:before{content:"\f2778"}.hgi-stroke.hgi-system-update-01:before{content:"\f2779"}.hgi-stroke.hgi-system-update-02:before{content:"\f277a"}.hgi-stroke.hgi-t-shirt:before{content:"\f277b"}.hgi-stroke.hgi-t-tablet-01:before{content:"\f277c"}.hgi-stroke.hgi-t-tablet-02:before{content:"\f277d"}.hgi-stroke.hgi-t-tablet-connected-wifi:before{content:"\f277e"}.hgi-stroke.hgi-t-taco-01:before{content:"\f277f"}.hgi-stroke.hgi-t-taco-02:before{content:"\f2780"}.hgi-stroke.hgi-t-target-03:before{content:"\f2781"}.hgi-stroke.hgi-t-task-daily-01:before{content:"\f2782"}.hgi-stroke.hgi-t-task-daily-02:before{content:"\f2783"}.hgi-stroke.hgi-t-taxes:before{content:"\f2784"}.hgi-stroke.hgi-t-taxi-02:before{content:"\f2785"}.hgi-stroke.hgi-t-test-tube-01:before{content:"\f2786"}.hgi-stroke.hgi-t-test-tube-02:before{content:"\f2787"}.hgi-stroke.hgi-t-test-tube-03:before{content:"\f2788"}.hgi-stroke.hgi-t-tissue-paper:before{content:"\f2789"}.hgi-stroke.hgi-t-travel-bag:before{content:"\f278a"}.hgi-stroke.hgi-t-tv-issue:before{content:"\f278b"}.hgi-stroke.hgi-table-01:before{content:"\f278c"}.hgi-stroke.hgi-table-02:before{content:"\f278d"}.hgi-stroke.hgi-table-03:before{content:"\f278e"}.hgi-stroke.hgi-table-columns-split:before{content:"\f278f"}.hgi-stroke.hgi-table-lamp-01:before{content:"\f2790"}.hgi-stroke.hgi-table-lamp-02:before{content:"\f2791"}.hgi-stroke.hgi-table-round:before{content:"\f2792"}.hgi-stroke.hgi-table-rows-split:before{content:"\f2793"}.hgi-stroke.hgi-table-tennis-bat:before{content:"\f2794"}.hgi-stroke.hgi-table:before{content:"\f2795"}.hgi-stroke.hgi-tablet-01:before{content:"\f2796"}.hgi-stroke.hgi-tablet-02:before{content:"\f2797"}.hgi-stroke.hgi-tablet-connected-bluetooth:before{content:"\f2798"}.hgi-stroke.hgi-tablet-connected-usb:before{content:"\f2799"}.hgi-stroke.hgi-tablet-connected-wifi:before{content:"\f279a"}.hgi-stroke.hgi-tablet-pen:before{content:"\f279b"}.hgi-stroke.hgi-tablets:before{content:"\f279c"}.hgi-stroke.hgi-taco-01:before{content:"\f279d"}.hgi-stroke.hgi-taco-02:before{content:"\f279e"}.hgi-stroke.hgi-tag-01:before{content:"\f279f"}.hgi-stroke.hgi-tag-02:before{content:"\f27a0"}.hgi-stroke.hgi-tags:before{content:"\f27a1"}.hgi-stroke.hgi-tailwindcss:before{content:"\f27a2"}.hgi-stroke.hgi-taj-mahal:before{content:"\f27a3"}.hgi-stroke.hgi-tally-1:before{content:"\f27a4"}.hgi-stroke.hgi-tally-2:before{content:"\f27a5"}.hgi-stroke.hgi-tally-3:before{content:"\f27a6"}.hgi-stroke.hgi-tally-4:before{content:"\f27a7"}.hgi-stroke.hgi-tally-5:before{content:"\f27a8"}.hgi-stroke.hgi-tan:before{content:"\f27a9"}.hgi-stroke.hgi-tangent:before{content:"\f27aa"}.hgi-stroke.hgi-tank-top:before{content:"\f27ab"}.hgi-stroke.hgi-tap-01:before{content:"\f27ac"}.hgi-stroke.hgi-tap-02:before{content:"\f27ad"}.hgi-stroke.hgi-tap-03:before{content:"\f27ae"}.hgi-stroke.hgi-tap-04:before{content:"\f27af"}.hgi-stroke.hgi-tap-05:before{content:"\f27b0"}.hgi-stroke.hgi-tap-06:before{content:"\f27b1"}.hgi-stroke.hgi-tap-07:before{content:"\f27b2"}.hgi-stroke.hgi-tap-08:before{content:"\f27b3"}.hgi-stroke.hgi-tape-measure:before{content:"\f27b4"}.hgi-stroke.hgi-target-01:before{content:"\f27b5"}.hgi-stroke.hgi-target-02:before{content:"\f27b6"}.hgi-stroke.hgi-target-03:before{content:"\f27b7"}.hgi-stroke.hgi-target-dollar:before{content:"\f27b8"}.hgi-stroke.hgi-tasbih:before{content:"\f27b9"}.hgi-stroke.hgi-task-01:before{content:"\f27ba"}.hgi-stroke.hgi-task-02:before{content:"\f27bb"}.hgi-stroke.hgi-task-add-01:before{content:"\f27bc"}.hgi-stroke.hgi-task-add-02:before{content:"\f27bd"}.hgi-stroke.hgi-task-daily-01:before{content:"\f27be"}.hgi-stroke.hgi-task-daily-02:before{content:"\f27bf"}.hgi-stroke.hgi-task-done-01:before{content:"\f27c0"}.hgi-stroke.hgi-task-done-02:before{content:"\f27c1"}.hgi-stroke.hgi-task-edit-01:before{content:"\f27c2"}.hgi-stroke.hgi-task-edit-02:before{content:"\f27c3"}.hgi-stroke.hgi-task-remove-01:before{content:"\f27c4"}.hgi-stroke.hgi-task-remove-02:before{content:"\f27c5"}.hgi-stroke.hgi-taxes:before{content:"\f27c6"}.hgi-stroke.hgi-taxi-02:before{content:"\f27c7"}.hgi-stroke.hgi-taxi:before{content:"\f27c8"}.hgi-stroke.hgi-tea-pod:before{content:"\f27c9"}.hgi-stroke.hgi-tea:before{content:"\f27ca"}.hgi-stroke.hgi-teacher:before{content:"\f27cb"}.hgi-stroke.hgi-teaching:before{content:"\f27cc"}.hgi-stroke.hgi-teamviewer:before{content:"\f27cd"}.hgi-stroke.hgi-telegram:before{content:"\f27ce"}.hgi-stroke.hgi-telephone:before{content:"\f27cf"}.hgi-stroke.hgi-telescope-01:before{content:"\f27d0"}.hgi-stroke.hgi-telescope-02:before{content:"\f27d1"}.hgi-stroke.hgi-television-table:before{content:"\f27d2"}.hgi-stroke.hgi-temperature:before{content:"\f27d3"}.hgi-stroke.hgi-tennis-ball:before{content:"\f27d4"}.hgi-stroke.hgi-tennis-racket:before{content:"\f27d5"}.hgi-stroke.hgi-tent-tree:before{content:"\f27d6"}.hgi-stroke.hgi-tent:before{content:"\f27d7"}.hgi-stroke.hgi-terrace:before{content:"\f27d8"}.hgi-stroke.hgi-test-tube-01:before{content:"\f27d9"}.hgi-stroke.hgi-test-tube-02:before{content:"\f27da"}.hgi-stroke.hgi-test-tube-03:before{content:"\f27db"}.hgi-stroke.hgi-test-tube-diagonal:before{content:"\f27dc"}.hgi-stroke.hgi-test-tube:before{content:"\f27dd"}.hgi-stroke.hgi-test-tubes:before{content:"\f27de"}.hgi-stroke.hgi-tetris:before{content:"\f27df"}.hgi-stroke.hgi-text-align-center:before{content:"\f27e0"}.hgi-stroke.hgi-text-align-justify-center:before{content:"\f27e1"}.hgi-stroke.hgi-text-align-justify-left:before{content:"\f27e2"}.hgi-stroke.hgi-text-align-justify-right:before{content:"\f27e3"}.hgi-stroke.hgi-text-align-left-01:before{content:"\f27e4"}.hgi-stroke.hgi-text-align-left:before{content:"\f27e5"}.hgi-stroke.hgi-text-align-right-01:before{content:"\f27e6"}.hgi-stroke.hgi-text-align-right:before{content:"\f27e7"}.hgi-stroke.hgi-text-all-caps:before{content:"\f27e8"}.hgi-stroke.hgi-text-bold:before{content:"\f27e9"}.hgi-stroke.hgi-text-centerline-center-top:before{content:"\f27ea"}.hgi-stroke.hgi-text-centerline-left:before{content:"\f27eb"}.hgi-stroke.hgi-text-centerline-middle:before{content:"\f27ec"}.hgi-stroke.hgi-text-centerline-right:before{content:"\f27ed"}.hgi-stroke.hgi-text-check:before{content:"\f27ee"}.hgi-stroke.hgi-text-circle:before{content:"\f27ef"}.hgi-stroke.hgi-text-clear:before{content:"\f27f0"}.hgi-stroke.hgi-text-color:before{content:"\f27f1"}.hgi-stroke.hgi-text-creation:before{content:"\f27f2"}.hgi-stroke.hgi-text-firstline-left:before{content:"\f27f3"}.hgi-stroke.hgi-text-firstline-right:before{content:"\f27f4"}.hgi-stroke.hgi-text-font:before{content:"\f27f5"}.hgi-stroke.hgi-text-footnote:before{content:"\f27f6"}.hgi-stroke.hgi-text-indent-01:before{content:"\f27f7"}.hgi-stroke.hgi-text-indent-less:before{content:"\f27f8"}.hgi-stroke.hgi-text-indent-more:before{content:"\f27f9"}.hgi-stroke.hgi-text-indent:before{content:"\f27fa"}.hgi-stroke.hgi-text-italic-slash:before{content:"\f27fb"}.hgi-stroke.hgi-text-italic:before{content:"\f27fc"}.hgi-stroke.hgi-text-kerning:before{content:"\f27fd"}.hgi-stroke.hgi-text-number-sign:before{content:"\f27fe"}.hgi-stroke.hgi-text-select:before{content:"\f27ff"}.hgi-stroke.hgi-text-selection:before{content:"\f2800"}.hgi-stroke.hgi-text-smallcaps:before{content:"\f2801"}.hgi-stroke.hgi-text-square:before{content:"\f2802"}.hgi-stroke.hgi-text-strikethrough:before{content:"\f2803"}.hgi-stroke.hgi-text-subscript:before{content:"\f2804"}.hgi-stroke.hgi-text-superscript:before{content:"\f2805"}.hgi-stroke.hgi-text-tracking:before{content:"\f2806"}.hgi-stroke.hgi-text-underline:before{content:"\f2807"}.hgi-stroke.hgi-text-variable-front:before{content:"\f2808"}.hgi-stroke.hgi-text-vertical-alignment:before{content:"\f2809"}.hgi-stroke.hgi-text-wrap:before{content:"\f280a"}.hgi-stroke.hgi-text:before{content:"\f280b"}.hgi-stroke.hgi-the-prophets-mosque:before{content:"\f280c"}.hgi-stroke.hgi-theater:before{content:"\f280d"}.hgi-stroke.hgi-thermometer-cold:before{content:"\f280e"}.hgi-stroke.hgi-thermometer-warm:before{content:"\f280f"}.hgi-stroke.hgi-thermometer:before{content:"\f2810"}.hgi-stroke.hgi-third-bracket-circle:before{content:"\f2811"}.hgi-stroke.hgi-third-bracket-square:before{content:"\f2812"}.hgi-stroke.hgi-third-bracket:before{content:"\f2813"}.hgi-stroke.hgi-thread:before{content:"\f2814"}.hgi-stroke.hgi-threads-ellipse:before{content:"\f2815"}.hgi-stroke.hgi-threads-rectangle:before{content:"\f2816"}.hgi-stroke.hgi-threads:before{content:"\f2817"}.hgi-stroke.hgi-three-circle:before{content:"\f2818"}.hgi-stroke.hgi-three-d-move:before{content:"\f2819"}.hgi-stroke.hgi-three-d-rotate:before{content:"\f281a"}.hgi-stroke.hgi-three-d-scale:before{content:"\f281b"}.hgi-stroke.hgi-three-d-view:before{content:"\f281c"}.hgi-stroke.hgi-three-finger-01:before{content:"\f281d"}.hgi-stroke.hgi-three-finger-02:before{content:"\f281e"}.hgi-stroke.hgi-three-finger-03:before{content:"\f281f"}.hgi-stroke.hgi-three-finger-04:before{content:"\f2820"}.hgi-stroke.hgi-three-finger-05:before{content:"\f2821"}.hgi-stroke.hgi-three-square:before{content:"\f2822"}.hgi-stroke.hgi-thumbs-down-ellipse:before{content:"\f2823"}.hgi-stroke.hgi-thumbs-down-rectangle:before{content:"\f2824"}.hgi-stroke.hgi-thumbs-down:before{content:"\f2825"}.hgi-stroke.hgi-thumbs-up-down:before{content:"\f2826"}.hgi-stroke.hgi-thumbs-up-ellipse:before{content:"\f2827"}.hgi-stroke.hgi-thumbs-up-rectangle:before{content:"\f2828"}.hgi-stroke.hgi-thumbs-up:before{content:"\f2829"}.hgi-stroke.hgi-tic-tac-toe:before{content:"\f282a"}.hgi-stroke.hgi-tick-01:before{content:"\f282b"}.hgi-stroke.hgi-tick-02:before{content:"\f282c"}.hgi-stroke.hgi-tick-03:before{content:"\f282d"}.hgi-stroke.hgi-tick-04:before{content:"\f282e"}.hgi-stroke.hgi-tick-double-01:before{content:"\f282f"}.hgi-stroke.hgi-tick-double-02:before{content:"\f2830"}.hgi-stroke.hgi-tick-double-03:before{content:"\f2831"}.hgi-stroke.hgi-tick-double-04:before{content:"\f2832"}.hgi-stroke.hgi-ticket-01:before{content:"\f2833"}.hgi-stroke.hgi-ticket-02:before{content:"\f2834"}.hgi-stroke.hgi-ticket-03:before{content:"\f2835"}.hgi-stroke.hgi-ticket-star:before{content:"\f2836"}.hgi-stroke.hgi-tie:before{content:"\f2837"}.hgi-stroke.hgi-tiff-01:before{content:"\f2838"}.hgi-stroke.hgi-tiff-02:before{content:"\f2839"}.hgi-stroke.hgi-tiktok:before{content:"\f283a"}.hgi-stroke.hgi-tiltify:before{content:"\f283b"}.hgi-stroke.hgi-time-01:before{content:"\f283c"}.hgi-stroke.hgi-time-02:before{content:"\f283d"}.hgi-stroke.hgi-time-03:before{content:"\f283e"}.hgi-stroke.hgi-time-04:before{content:"\f283f"}.hgi-stroke.hgi-time-half-pass:before{content:"\f2840"}.hgi-stroke.hgi-time-management-circle:before{content:"\f2841"}.hgi-stroke.hgi-time-management:before{content:"\f2842"}.hgi-stroke.hgi-time-quarter-02:before{content:"\f2843"}.hgi-stroke.hgi-time-quarter-pass:before{content:"\f2844"}.hgi-stroke.hgi-time-quarter:before{content:"\f2845"}.hgi-stroke.hgi-time-schedule:before{content:"\f2846"}.hgi-stroke.hgi-time-setting-01:before{content:"\f2847"}.hgi-stroke.hgi-time-setting-02:before{content:"\f2848"}.hgi-stroke.hgi-time-setting-03:before{content:"\f2849"}.hgi-stroke.hgi-time-zone:before{content:"\f284a"}.hgi-stroke.hgi-timeline-event:before{content:"\f284b"}.hgi-stroke.hgi-timeline-list:before{content:"\f284c"}.hgi-stroke.hgi-timeline:before{content:"\f284d"}.hgi-stroke.hgi-timer-01:before{content:"\f284e"}.hgi-stroke.hgi-timer-02:before{content:"\f284f"}.hgi-stroke.hgi-tips:before{content:"\f2850"}.hgi-stroke.hgi-tire:before{content:"\f2851"}.hgi-stroke.hgi-tired-01:before{content:"\f2852"}.hgi-stroke.hgi-tired-02:before{content:"\f2853"}.hgi-stroke.hgi-tissue-paper:before{content:"\f2854"}.hgi-stroke.hgi-toggle-off:before{content:"\f2855"}.hgi-stroke.hgi-toggle-on:before{content:"\f2856"}.hgi-stroke.hgi-toilet-01:before{content:"\f2857"}.hgi-stroke.hgi-toilet-02:before{content:"\f2858"}.hgi-stroke.hgi-token-circle:before{content:"\f2859"}.hgi-stroke.hgi-token-square:before{content:"\f285a"}.hgi-stroke.hgi-tongue-01:before{content:"\f285b"}.hgi-stroke.hgi-tongue-wink-left:before{content:"\f285c"}.hgi-stroke.hgi-tongue-wink-right:before{content:"\f285d"}.hgi-stroke.hgi-tongue:before{content:"\f285e"}.hgi-stroke.hgi-tool-case:before{content:"\f285f"}.hgi-stroke.hgi-toolbox:before{content:"\f2860"}.hgi-stroke.hgi-tools:before{content:"\f2861"}.hgi-stroke.hgi-tornado-01:before{content:"\f2862"}.hgi-stroke.hgi-tornado-02:before{content:"\f2863"}.hgi-stroke.hgi-torri-gate:before{content:"\f2864"}.hgi-stroke.hgi-torus:before{content:"\f2865"}.hgi-stroke.hgi-touch-01:before{content:"\f2866"}.hgi-stroke.hgi-touch-02:before{content:"\f2867"}.hgi-stroke.hgi-touch-03:before{content:"\f2868"}.hgi-stroke.hgi-touch-04:before{content:"\f2869"}.hgi-stroke.hgi-touch-05:before{content:"\f286a"}.hgi-stroke.hgi-touch-06:before{content:"\f286b"}.hgi-stroke.hgi-touch-07:before{content:"\f286c"}.hgi-stroke.hgi-touch-08:before{content:"\f286d"}.hgi-stroke.hgi-touch-09:before{content:"\f286e"}.hgi-stroke.hgi-touch-10:before{content:"\f286f"}.hgi-stroke.hgi-touch-interaction-01:before{content:"\f2870"}.hgi-stroke.hgi-touch-interaction-02:before{content:"\f2871"}.hgi-stroke.hgi-touch-interaction-03:before{content:"\f2872"}.hgi-stroke.hgi-touch-interaction-04:before{content:"\f2873"}.hgi-stroke.hgi-touch-locked-01:before{content:"\f2874"}.hgi-stroke.hgi-touch-locked-02:before{content:"\f2875"}.hgi-stroke.hgi-touch-locked-03:before{content:"\f2876"}.hgi-stroke.hgi-touch-locked-04:before{content:"\f2877"}.hgi-stroke.hgi-touchpad-01:before{content:"\f2878"}.hgi-stroke.hgi-touchpad-02:before{content:"\f2879"}.hgi-stroke.hgi-touchpad-03:before{content:"\f287a"}.hgi-stroke.hgi-touchpad-04:before{content:"\f287b"}.hgi-stroke.hgi-touchpad-off:before{content:"\f287c"}.hgi-stroke.hgi-tow-truck:before{content:"\f287d"}.hgi-stroke.hgi-towels:before{content:"\f287e"}.hgi-stroke.hgi-toy-brick:before{content:"\f287f"}.hgi-stroke.hgi-toy-train:before{content:"\f2880"}.hgi-stroke.hgi-tractor:before{content:"\f2881"}.hgi-stroke.hgi-trade-down:before{content:"\f2882"}.hgi-stroke.hgi-trade-mark:before{content:"\f2883"}.hgi-stroke.hgi-trade-up:before{content:"\f2884"}.hgi-stroke.hgi-trademark:before{content:"\f2885"}.hgi-stroke.hgi-traffic-incident:before{content:"\f2886"}.hgi-stroke.hgi-traffic-jam-01:before{content:"\f2887"}.hgi-stroke.hgi-traffic-jam-02:before{content:"\f2888"}.hgi-stroke.hgi-traffic-light:before{content:"\f2889"}.hgi-stroke.hgi-train-01:before{content:"\f288a"}.hgi-stroke.hgi-train-02:before{content:"\f288b"}.hgi-stroke.hgi-train-track:before{content:"\f288c"}.hgi-stroke.hgi-tram:before{content:"\f288d"}.hgi-stroke.hgi-trampoline:before{content:"\f288e"}.hgi-stroke.hgi-transaction-history:before{content:"\f288f"}.hgi-stroke.hgi-transaction:before{content:"\f2890"}.hgi-stroke.hgi-transition-bottom:before{content:"\f2891"}.hgi-stroke.hgi-transition-left:before{content:"\f2892"}.hgi-stroke.hgi-transition-right:before{content:"\f2893"}.hgi-stroke.hgi-transition-top:before{content:"\f2894"}.hgi-stroke.hgi-translate:before{content:"\f2895"}.hgi-stroke.hgi-translation:before{content:"\f2896"}.hgi-stroke.hgi-transmission:before{content:"\f2897"}.hgi-stroke.hgi-transparency:before{content:"\f2898"}.hgi-stroke.hgi-trapezoid-line-horizontal:before{content:"\f2899"}.hgi-stroke.hgi-trapezoid-line-vertical:before{content:"\f289a"}.hgi-stroke.hgi-travel-bag:before{content:"\f289b"}.hgi-stroke.hgi-treadmill-01:before{content:"\f289c"}.hgi-stroke.hgi-treadmill-02:before{content:"\f289d"}.hgi-stroke.hgi-treatment:before{content:"\f289e"}.hgi-stroke.hgi-tree-01:before{content:"\f289f"}.hgi-stroke.hgi-tree-02:before{content:"\f28a0"}.hgi-stroke.hgi-tree-03:before{content:"\f28a1"}.hgi-stroke.hgi-tree-04:before{content:"\f28a2"}.hgi-stroke.hgi-tree-05:before{content:"\f28a3"}.hgi-stroke.hgi-tree-06:before{content:"\f28a4"}.hgi-stroke.hgi-tree-07:before{content:"\f28a5"}.hgi-stroke.hgi-tree-palm:before{content:"\f28a6"}.hgi-stroke.hgi-trees:before{content:"\f28a7"}.hgi-stroke.hgi-trello:before{content:"\f28a8"}.hgi-stroke.hgi-trending-up-down:before{content:"\f28a9"}.hgi-stroke.hgi-triangle-01:before{content:"\f28aa"}.hgi-stroke.hgi-triangle-02:before{content:"\f28ab"}.hgi-stroke.hgi-triangle-03:before{content:"\f28ac"}.hgi-stroke.hgi-triangle-dash:before{content:"\f28ad"}.hgi-stroke.hgi-triangle-right:before{content:"\f28ae"}.hgi-stroke.hgi-triangle:before{content:"\f28af"}.hgi-stroke.hgi-trolley-01:before{content:"\f28b0"}.hgi-stroke.hgi-trolley-02:before{content:"\f28b1"}.hgi-stroke.hgi-tropical-storm-tracks-01:before{content:"\f28b2"}.hgi-stroke.hgi-tropical-storm-tracks-02:before{content:"\f28b3"}.hgi-stroke.hgi-tropical-storm:before{content:"\f28b4"}.hgi-stroke.hgi-truck-delivery:before{content:"\f28b5"}.hgi-stroke.hgi-truck-monster:before{content:"\f28b6"}.hgi-stroke.hgi-truck-return:before{content:"\f28b7"}.hgi-stroke.hgi-truck:before{content:"\f28b8"}.hgi-stroke.hgi-trulli:before{content:"\f28b9"}.hgi-stroke.hgi-tsunami:before{content:"\f28ba"}.hgi-stroke.hgi-tulip:before{content:"\f28bb"}.hgi-stroke.hgi-tumblr:before{content:"\f28bc"}.hgi-stroke.hgi-turkish-lira:before{content:"\f28bd"}.hgi-stroke.hgi-turtle-neck:before{content:"\f28be"}.hgi-stroke.hgi-tv-01:before{content:"\f28bf"}.hgi-stroke.hgi-tv-02:before{content:"\f28c0"}.hgi-stroke.hgi-tv-fix:before{content:"\f28c1"}.hgi-stroke.hgi-tv-issue:before{content:"\f28c2"}.hgi-stroke.hgi-tv-smart:before{content:"\f28c3"}.hgi-stroke.hgi-twin-tower:before{content:"\f28c4"}.hgi-stroke.hgi-twitch:before{content:"\f28c5"}.hgi-stroke.hgi-twitter-square:before{content:"\f28c6"}.hgi-stroke.hgi-twitter:before{content:"\f28c7"}.hgi-stroke.hgi-two-circle:before{content:"\f28c8"}.hgi-stroke.hgi-two-factor-access:before{content:"\f28c9"}.hgi-stroke.hgi-two-finger-01:before{content:"\f28ca"}.hgi-stroke.hgi-two-finger-02:before{content:"\f28cb"}.hgi-stroke.hgi-two-finger-03:before{content:"\f28cc"}.hgi-stroke.hgi-two-finger-04:before{content:"\f28cd"}.hgi-stroke.hgi-two-finger-05:before{content:"\f28ce"}.hgi-stroke.hgi-two-square:before{content:"\f28cf"}.hgi-stroke.hgi-txt-01:before{content:"\f28d0"}.hgi-stroke.hgi-txt-02:before{content:"\f28d1"}.hgi-stroke.hgi-type-cursor:before{content:"\f28d2"}.hgi-stroke.hgi-typescript-01:before{content:"\f28d3"}.hgi-stroke.hgi-typescript-02:before{content:"\f28d4"}.hgi-stroke.hgi-typescript-03:before{content:"\f28d5"}.hgi-stroke.hgi-u-ufo-01:before{content:"\f28d6"}.hgi-stroke.hgi-u-ufo:before{content:"\f28d7"}.hgi-stroke.hgi-u-usb-error:before{content:"\f28d8"}.hgi-stroke.hgi-u-uv-03:before{content:"\f28d9"}.hgi-stroke.hgi-uber:before{content:"\f28da"}.hgi-stroke.hgi-ufo-01:before{content:"\f28db"}.hgi-stroke.hgi-ufo:before{content:"\f28dc"}.hgi-stroke.hgi-umbrella-dollar:before{content:"\f28dd"}.hgi-stroke.hgi-umbrella-off:before{content:"\f28de"}.hgi-stroke.hgi-umbrella:before{content:"\f28df"}.hgi-stroke.hgi-unamused:before{content:"\f28e0"}.hgi-stroke.hgi-unarchive-03:before{content:"\f28e1"}.hgi-stroke.hgi-unavailable:before{content:"\f28e2"}.hgi-stroke.hgi-underpants-01:before{content:"\f28e3"}.hgi-stroke.hgi-underpants-02:before{content:"\f28e4"}.hgi-stroke.hgi-underpants-03:before{content:"\f28e5"}.hgi-stroke.hgi-undo-02:before{content:"\f28e6"}.hgi-stroke.hgi-undo-03:before{content:"\f28e7"}.hgi-stroke.hgi-undo:before{content:"\f28e8"}.hgi-stroke.hgi-unfold-less:before{content:"\f28e9"}.hgi-stroke.hgi-unfold-more-down:before{content:"\f28ea"}.hgi-stroke.hgi-unfold-more-up:before{content:"\f28eb"}.hgi-stroke.hgi-unfold-more:before{content:"\f28ec"}.hgi-stroke.hgi-ungroup-items:before{content:"\f28ed"}.hgi-stroke.hgi-ungroup-layers:before{content:"\f28ee"}.hgi-stroke.hgi-ungroup:before{content:"\f28ef"}.hgi-stroke.hgi-unhappy:before{content:"\f28f0"}.hgi-stroke.hgi-universal-access-circle:before{content:"\f28f1"}.hgi-stroke.hgi-universal-access:before{content:"\f28f2"}.hgi-stroke.hgi-university:before{content:"\f28f3"}.hgi-stroke.hgi-unlink-01:before{content:"\f28f4"}.hgi-stroke.hgi-unlink-02:before{content:"\f28f5"}.hgi-stroke.hgi-unlink-03:before{content:"\f28f6"}.hgi-stroke.hgi-unlink-04:before{content:"\f28f7"}.hgi-stroke.hgi-unlink-05:before{content:"\f28f8"}.hgi-stroke.hgi-unlink-06:before{content:"\f28f9"}.hgi-stroke.hgi-unsplash:before{content:"\f28fa"}.hgi-stroke.hgi-upload-01:before{content:"\f28fb"}.hgi-stroke.hgi-upload-02:before{content:"\f28fc"}.hgi-stroke.hgi-upload-03:before{content:"\f28fd"}.hgi-stroke.hgi-upload-04:before{content:"\f28fe"}.hgi-stroke.hgi-upload-05:before{content:"\f28ff"}.hgi-stroke.hgi-upload-06:before{content:"\f2900"}.hgi-stroke.hgi-upload-circle-01:before{content:"\f2901"}.hgi-stroke.hgi-upload-circle-02:before{content:"\f2902"}.hgi-stroke.hgi-upload-square-01:before{content:"\f2903"}.hgi-stroke.hgi-upload-square-02:before{content:"\f2904"}.hgi-stroke.hgi-upwork:before{content:"\f2905"}.hgi-stroke.hgi-usb-bugs:before{content:"\f2906"}.hgi-stroke.hgi-usb-connected-01:before{content:"\f2907"}.hgi-stroke.hgi-usb-connected-02:before{content:"\f2908"}.hgi-stroke.hgi-usb-connected-03:before{content:"\f2909"}.hgi-stroke.hgi-usb-error:before{content:"\f290a"}.hgi-stroke.hgi-usb-memory-01:before{content:"\f290b"}.hgi-stroke.hgi-usb-memory-02:before{content:"\f290c"}.hgi-stroke.hgi-usb-not-connected-01:before{content:"\f290d"}.hgi-stroke.hgi-usb-not-connected-02:before{content:"\f290e"}.hgi-stroke.hgi-usb:before{content:"\f290f"}.hgi-stroke.hgi-usdt:before{content:"\f2910"}.hgi-stroke.hgi-user-02:before{content:"\f2911"}.hgi-stroke.hgi-user-03:before{content:"\f2912"}.hgi-stroke.hgi-user-account:before{content:"\f2913"}.hgi-stroke.hgi-user-add-01:before{content:"\f2914"}.hgi-stroke.hgi-user-add-02:before{content:"\f2915"}.hgi-stroke.hgi-user-ai:before{content:"\f2916"}.hgi-stroke.hgi-user-arrow-left-right:before{content:"\f2917"}.hgi-stroke.hgi-user-block-01:before{content:"\f2918"}.hgi-stroke.hgi-user-block-02:before{content:"\f2919"}.hgi-stroke.hgi-user-check-01:before{content:"\f291a"}.hgi-stroke.hgi-user-check-02:before{content:"\f291b"}.hgi-stroke.hgi-user-circle-02:before{content:"\f291c"}.hgi-stroke.hgi-user-circle:before{content:"\f291d"}.hgi-stroke.hgi-user-dollar:before{content:"\f291e"}.hgi-stroke.hgi-user-edit-01:before{content:"\f291f"}.hgi-stroke.hgi-user-full-view:before{content:"\f2920"}.hgi-stroke.hgi-user-group-02:before{content:"\f2921"}.hgi-stroke.hgi-user-group-03:before{content:"\f2922"}.hgi-stroke.hgi-user-group:before{content:"\f2923"}.hgi-stroke.hgi-user-id-verification:before{content:"\f2924"}.hgi-stroke.hgi-user-list:before{content:"\f2925"}.hgi-stroke.hgi-user-lock-01:before{content:"\f2926"}.hgi-stroke.hgi-user-lock-02:before{content:"\f2927"}.hgi-stroke.hgi-user-love-01:before{content:"\f2928"}.hgi-stroke.hgi-user-love-02:before{content:"\f2929"}.hgi-stroke.hgi-user-minus-01:before{content:"\f292a"}.hgi-stroke.hgi-user-minus-02:before{content:"\f292b"}.hgi-stroke.hgi-user-multiple-02:before{content:"\f292c"}.hgi-stroke.hgi-user-multiple-03:before{content:"\f292d"}.hgi-stroke.hgi-user-multiple:before{content:"\f292e"}.hgi-stroke.hgi-user-question-01:before{content:"\f292f"}.hgi-stroke.hgi-user-question-02:before{content:"\f2930"}.hgi-stroke.hgi-user-remove-01:before{content:"\f2931"}.hgi-stroke.hgi-user-remove-02:before{content:"\f2932"}.hgi-stroke.hgi-user-roadside:before{content:"\f2933"}.hgi-stroke.hgi-user-search-01:before{content:"\f2934"}.hgi-stroke.hgi-user-search-02:before{content:"\f2935"}.hgi-stroke.hgi-user-settings-01:before{content:"\f2936"}.hgi-stroke.hgi-user-settings-02:before{content:"\f2937"}.hgi-stroke.hgi-user-sharing:before{content:"\f2938"}.hgi-stroke.hgi-user-shield-01:before{content:"\f2939"}.hgi-stroke.hgi-user-shield-02:before{content:"\f293a"}.hgi-stroke.hgi-user-square:before{content:"\f293b"}.hgi-stroke.hgi-user-star-01:before{content:"\f293c"}.hgi-stroke.hgi-user-star-02:before{content:"\f293d"}.hgi-stroke.hgi-user-status:before{content:"\f293e"}.hgi-stroke.hgi-user-story:before{content:"\f293f"}.hgi-stroke.hgi-user-switch:before{content:"\f2940"}.hgi-stroke.hgi-user-time-01:before{content:"\f2941"}.hgi-stroke.hgi-user-time-02:before{content:"\f2942"}.hgi-stroke.hgi-user-time-03:before{content:"\f2943"}.hgi-stroke.hgi-user-unlock-01:before{content:"\f2944"}.hgi-stroke.hgi-user-unlock-02:before{content:"\f2945"}.hgi-stroke.hgi-user-warning-01:before{content:"\f2946"}.hgi-stroke.hgi-user-warning-02:before{content:"\f2947"}.hgi-stroke.hgi-user-warning-03:before{content:"\f2948"}.hgi-stroke.hgi-user:before{content:"\f2949"}.hgi-stroke.hgi-utility-pole:before{content:"\f294a"}.hgi-stroke.hgi-uv-01:before{content:"\f294b"}.hgi-stroke.hgi-uv-02:before{content:"\f294c"}.hgi-stroke.hgi-uv-03:before{content:"\f294d"}.hgi-stroke.hgi-v-variable:before{content:"\f294e"}.hgi-stroke.hgi-v-vest:before{content:"\f294f"}.hgi-stroke.hgi-v-viber:before{content:"\f2950"}.hgi-stroke.hgi-v-video-console:before{content:"\f2951"}.hgi-stroke.hgi-vaccine:before{content:"\f2952"}.hgi-stroke.hgi-vacuum-cleaner:before{content:"\f2953"}.hgi-stroke.hgi-validation-approval:before{content:"\f2954"}.hgi-stroke.hgi-validation:before{content:"\f2955"}.hgi-stroke.hgi-van:before{content:"\f2956"}.hgi-stroke.hgi-variable:before{content:"\f2957"}.hgi-stroke.hgi-vector-square:before{content:"\f2958"}.hgi-stroke.hgi-vegetarian-food:before{content:"\f2959"}.hgi-stroke.hgi-venetian-mask:before{content:"\f295a"}.hgi-stroke.hgi-versus:before{content:"\f295b"}.hgi-stroke.hgi-vertical-resize:before{content:"\f295c"}.hgi-stroke.hgi-vertical-scroll-point:before{content:"\f295d"}.hgi-stroke.hgi-vest:before{content:"\f295e"}.hgi-stroke.hgi-viber:before{content:"\f295f"}.hgi-stroke.hgi-vibrate:before{content:"\f2960"}.hgi-stroke.hgi-victory-finger-01:before{content:"\f2961"}.hgi-stroke.hgi-victory-finger-02:before{content:"\f2962"}.hgi-stroke.hgi-victory-finger-03:before{content:"\f2963"}.hgi-stroke.hgi-video-01:before{content:"\f2964"}.hgi-stroke.hgi-video-02:before{content:"\f2965"}.hgi-stroke.hgi-video-ai:before{content:"\f2966"}.hgi-stroke.hgi-video-camera-ai:before{content:"\f2967"}.hgi-stroke.hgi-video-console:before{content:"\f2968"}.hgi-stroke.hgi-video-off:before{content:"\f2969"}.hgi-stroke.hgi-video-replay:before{content:"\f296a"}.hgi-stroke.hgi-videotape:before{content:"\f296b"}.hgi-stroke.hgi-view-agenda:before{content:"\f296c"}.hgi-stroke.hgi-view-off-slash:before{content:"\f296d"}.hgi-stroke.hgi-view-off:before{content:"\f296e"}.hgi-stroke.hgi-view-sidebar-left:before{content:"\f296f"}.hgi-stroke.hgi-view-sidebar-right:before{content:"\f2970"}.hgi-stroke.hgi-view:before{content:"\f2971"}.hgi-stroke.hgi-villa-01:before{content:"\f2972"}.hgi-stroke.hgi-villa-02:before{content:"\f2973"}.hgi-stroke.hgi-vimeo:before{content:"\f2974"}.hgi-stroke.hgi-vine-square:before{content:"\f2975"}.hgi-stroke.hgi-vine:before{content:"\f2976"}.hgi-stroke.hgi-vintage-clock:before{content:"\f2977"}.hgi-stroke.hgi-virtual-reality-vr-01:before{content:"\f2978"}.hgi-stroke.hgi-virtual-reality-vr-02:before{content:"\f2979"}.hgi-stroke.hgi-vision:before{content:"\f297a"}.hgi-stroke.hgi-visual-studio-code:before{content:"\f297b"}.hgi-stroke.hgi-vk-square:before{content:"\f297c"}.hgi-stroke.hgi-vk:before{content:"\f297d"}.hgi-stroke.hgi-voice-id:before{content:"\f297e"}.hgi-stroke.hgi-voice:before{content:"\f297f"}.hgi-stroke.hgi-volleyball:before{content:"\f2980"}.hgi-stroke.hgi-volume-high:before{content:"\f2981"}.hgi-stroke.hgi-volume-low:before{content:"\f2982"}.hgi-stroke.hgi-volume-minus:before{content:"\f2983"}.hgi-stroke.hgi-volume-mute-01:before{content:"\f2984"}.hgi-stroke.hgi-volume-mute-02:before{content:"\f2985"}.hgi-stroke.hgi-volume-off:before{content:"\f2986"}.hgi-stroke.hgi-volume-up:before{content:"\f2987"}.hgi-stroke.hgi-vomiting:before{content:"\f2988"}.hgi-stroke.hgi-voucher:before{content:"\f2989"}.hgi-stroke.hgi-vr-glasses:before{content:"\f298a"}.hgi-stroke.hgi-vr:before{content:"\f298b"}.hgi-stroke.hgi-vynil-01:before{content:"\f298c"}.hgi-stroke.hgi-vynil-02:before{content:"\f298d"}.hgi-stroke.hgi-vynil-03:before{content:"\f298e"}.hgi-stroke.hgi-w-three-schools:before{content:"\f298f"}.hgi-stroke.hgi-w-washing-machine:before{content:"\f2990"}.hgi-stroke.hgi-w-waze:before{content:"\f2991"}.hgi-stroke.hgi-w-web-design-01:before{content:"\f2992"}.hgi-stroke.hgi-w-web-design-02:before{content:"\f2993"}.hgi-stroke.hgi-w-web-programming:before{content:"\f2994"}.hgi-stroke.hgi-w-web-protection:before{content:"\f2995"}.hgi-stroke.hgi-w-web-security:before{content:"\f2996"}.hgi-stroke.hgi-w-web-validation:before{content:"\f2997"}.hgi-stroke.hgi-w-wechat:before{content:"\f2998"}.hgi-stroke.hgi-w-wheelchair:before{content:"\f2999"}.hgi-stroke.hgi-w-wifi-02:before{content:"\f299a"}.hgi-stroke.hgi-w-wifi-circle:before{content:"\f299b"}.hgi-stroke.hgi-w-wifi-connected-03:before{content:"\f299c"}.hgi-stroke.hgi-w-wifi-disconnected-03:before{content:"\f299d"}.hgi-stroke.hgi-w-wifi-error-02:before{content:"\f299e"}.hgi-stroke.hgi-w-wifi-location:before{content:"\f299f"}.hgi-stroke.hgi-w-wifi-off-02:before{content:"\f29a0"}.hgi-stroke.hgi-w-wifi-square:before{content:"\f29a1"}.hgi-stroke.hgi-w-wireless-cloud-access:before{content:"\f29a2"}.hgi-stroke.hgi-w-wireless:before{content:"\f29a3"}.hgi-stroke.hgi-w-work-alert:before{content:"\f29a4"}.hgi-stroke.hgi-waiter:before{content:"\f29a5"}.hgi-stroke.hgi-waiters:before{content:"\f29a6"}.hgi-stroke.hgi-walking:before{content:"\f29a7"}.hgi-stroke.hgi-wall-lamp:before{content:"\f29a8"}.hgi-stroke.hgi-wallet-01:before{content:"\f29a9"}.hgi-stroke.hgi-wallet-02:before{content:"\f29aa"}.hgi-stroke.hgi-wallet-03:before{content:"\f29ab"}.hgi-stroke.hgi-wallet-04:before{content:"\f29ac"}.hgi-stroke.hgi-wallet-05:before{content:"\f29ad"}.hgi-stroke.hgi-wallet-add-01:before{content:"\f29ae"}.hgi-stroke.hgi-wallet-add-02:before{content:"\f29af"}.hgi-stroke.hgi-wallet-cards:before{content:"\f29b0"}.hgi-stroke.hgi-wallet-done-01:before{content:"\f29b1"}.hgi-stroke.hgi-wallet-done-02:before{content:"\f29b2"}.hgi-stroke.hgi-wallet-not-found-01:before{content:"\f29b3"}.hgi-stroke.hgi-wallet-not-found-02:before{content:"\f29b4"}.hgi-stroke.hgi-wallet-remove-01:before{content:"\f29b5"}.hgi-stroke.hgi-wallet-remove-02:before{content:"\f29b6"}.hgi-stroke.hgi-walpaper:before{content:"\f29b7"}.hgi-stroke.hgi-wanted:before{content:"\f29b8"}.hgi-stroke.hgi-wardrobe-01:before{content:"\f29b9"}.hgi-stroke.hgi-wardrobe-02:before{content:"\f29ba"}.hgi-stroke.hgi-wardrobe-03:before{content:"\f29bb"}.hgi-stroke.hgi-wardrobe-04:before{content:"\f29bc"}.hgi-stroke.hgi-warehouse:before{content:"\f29bd"}.hgi-stroke.hgi-washing-machine:before{content:"\f29be"}.hgi-stroke.hgi-washington-monument:before{content:"\f29bf"}.hgi-stroke.hgi-waste-restore:before{content:"\f29c0"}.hgi-stroke.hgi-waste:before{content:"\f29c1"}.hgi-stroke.hgi-watch-01:before{content:"\f29c2"}.hgi-stroke.hgi-watch-02:before{content:"\f29c3"}.hgi-stroke.hgi-water-energy:before{content:"\f29c4"}.hgi-stroke.hgi-water-polo:before{content:"\f29c5"}.hgi-stroke.hgi-water-pump:before{content:"\f29c6"}.hgi-stroke.hgi-waterfall-down-01:before{content:"\f29c7"}.hgi-stroke.hgi-waterfall-down-03:before{content:"\f29c8"}.hgi-stroke.hgi-waterfall-up-01:before{content:"\f29c9"}.hgi-stroke.hgi-waterfall-up-02:before{content:"\f29ca"}.hgi-stroke.hgi-watermelon:before{content:"\f29cb"}.hgi-stroke.hgi-wattpad-square:before{content:"\f29cc"}.hgi-stroke.hgi-wattpad:before{content:"\f29cd"}.hgi-stroke.hgi-wav-01:before{content:"\f29ce"}.hgi-stroke.hgi-wav-02:before{content:"\f29cf"}.hgi-stroke.hgi-wave-square:before{content:"\f29d0"}.hgi-stroke.hgi-wave-triangle:before{content:"\f29d1"}.hgi-stroke.hgi-wave:before{content:"\f29d2"}.hgi-stroke.hgi-waving-hand-01:before{content:"\f29d3"}.hgi-stroke.hgi-waving-hand-02:before{content:"\f29d4"}.hgi-stroke.hgi-waze:before{content:"\f29d5"}.hgi-stroke.hgi-web-design-01:before{content:"\f29d6"}.hgi-stroke.hgi-web-design-02:before{content:"\f29d7"}.hgi-stroke.hgi-web-programming:before{content:"\f29d8"}.hgi-stroke.hgi-web-protection:before{content:"\f29d9"}.hgi-stroke.hgi-web-security:before{content:"\f29da"}.hgi-stroke.hgi-web-validation:before{content:"\f29db"}.hgi-stroke.hgi-webflow:before{content:"\f29dc"}.hgi-stroke.hgi-webhook-off:before{content:"\f29dd"}.hgi-stroke.hgi-webhook:before{content:"\f29de"}.hgi-stroke.hgi-wechat:before{content:"\f29df"}.hgi-stroke.hgi-wedding:before{content:"\f29e0"}.hgi-stroke.hgi-weight-scale-01:before{content:"\f29e1"}.hgi-stroke.hgi-weight-scale:before{content:"\f29e2"}.hgi-stroke.hgi-wellness:before{content:"\f29e3"}.hgi-stroke.hgi-whatsapp-business:before{content:"\f29e4"}.hgi-stroke.hgi-whatsapp:before{content:"\f29e5"}.hgi-stroke.hgi-wheat-off:before{content:"\f29e6"}.hgi-stroke.hgi-wheat:before{content:"\f29e7"}.hgi-stroke.hgi-wheelchair:before{content:"\f29e8"}.hgi-stroke.hgi-whisk:before{content:"\f29e9"}.hgi-stroke.hgi-whistle:before{content:"\f29ea"}.hgi-stroke.hgi-whiteboard:before{content:"\f29eb"}.hgi-stroke.hgi-wifi-01:before{content:"\f29ec"}.hgi-stroke.hgi-wifi-02:before{content:"\f29ed"}.hgi-stroke.hgi-wifi-circle:before{content:"\f29ee"}.hgi-stroke.hgi-wifi-connected-01:before{content:"\f29ef"}.hgi-stroke.hgi-wifi-connected-02:before{content:"\f29f0"}.hgi-stroke.hgi-wifi-connected-03:before{content:"\f29f1"}.hgi-stroke.hgi-wifi-disconnected-01:before{content:"\f29f2"}.hgi-stroke.hgi-wifi-disconnected-02:before{content:"\f29f3"}.hgi-stroke.hgi-wifi-disconnected-03:before{content:"\f29f4"}.hgi-stroke.hgi-wifi-disconnected-04:before{content:"\f29f5"}.hgi-stroke.hgi-wifi-error-01:before{content:"\f29f6"}.hgi-stroke.hgi-wifi-error-02:before{content:"\f29f7"}.hgi-stroke.hgi-wifi-full-signal:before{content:"\f29f8"}.hgi-stroke.hgi-wifi-location:before{content:"\f29f9"}.hgi-stroke.hgi-wifi-lock:before{content:"\f29fa"}.hgi-stroke.hgi-wifi-low-signal:before{content:"\f29fb"}.hgi-stroke.hgi-wifi-medium-signal:before{content:"\f29fc"}.hgi-stroke.hgi-wifi-no-signal:before{content:"\f29fd"}.hgi-stroke.hgi-wifi-off-01:before{content:"\f29fe"}.hgi-stroke.hgi-wifi-off-02:before{content:"\f29ff"}.hgi-stroke.hgi-wifi-pen:before{content:"\f2a00"}.hgi-stroke.hgi-wifi-square:before{content:"\f2a01"}.hgi-stroke.hgi-wifi-sync:before{content:"\f2a02"}.hgi-stroke.hgi-wifi-unlock:before{content:"\f2a03"}.hgi-stroke.hgi-wikipedia:before{content:"\f2a04"}.hgi-stroke.hgi-wind-power-01:before{content:"\f2a05"}.hgi-stroke.hgi-wind-power-02:before{content:"\f2a06"}.hgi-stroke.hgi-wind-power-03:before{content:"\f2a07"}.hgi-stroke.hgi-wind-power:before{content:"\f2a08"}.hgi-stroke.hgi-wind-surf:before{content:"\f2a09"}.hgi-stroke.hgi-wind-turbine:before{content:"\f2a0a"}.hgi-stroke.hgi-windows-new:before{content:"\f2a0b"}.hgi-stroke.hgi-windows-old:before{content:"\f2a0c"}.hgi-stroke.hgi-wink:before{content:"\f2a0d"}.hgi-stroke.hgi-winking:before{content:"\f2a0e"}.hgi-stroke.hgi-wireless-cloud-access:before{content:"\f2a0f"}.hgi-stroke.hgi-wireless:before{content:"\f2a10"}.hgi-stroke.hgi-wise:before{content:"\f2a11"}.hgi-stroke.hgi-woman:before{content:"\f2a12"}.hgi-stroke.hgi-wordpress:before{content:"\f2a13"}.hgi-stroke.hgi-work-alert:before{content:"\f2a14"}.hgi-stroke.hgi-work-history:before{content:"\f2a15"}.hgi-stroke.hgi-work-update:before{content:"\f2a16"}.hgi-stroke.hgi-work:before{content:"\f2a17"}.hgi-stroke.hgi-workflow-circle-01:before{content:"\f2a18"}.hgi-stroke.hgi-workflow-circle-02:before{content:"\f2a19"}.hgi-stroke.hgi-workflow-circle-03:before{content:"\f2a1a"}.hgi-stroke.hgi-workflow-circle-04:before{content:"\f2a1b"}.hgi-stroke.hgi-workflow-circle-05:before{content:"\f2a1c"}.hgi-stroke.hgi-workflow-circle-06:before{content:"\f2a1d"}.hgi-stroke.hgi-workflow-square-01:before{content:"\f2a1e"}.hgi-stroke.hgi-workflow-square-02:before{content:"\f2a1f"}.hgi-stroke.hgi-workflow-square-03:before{content:"\f2a20"}.hgi-stroke.hgi-workflow-square-04:before{content:"\f2a21"}.hgi-stroke.hgi-workflow-square-05:before{content:"\f2a22"}.hgi-stroke.hgi-workflow-square-06:before{content:"\f2a23"}.hgi-stroke.hgi-workflow-square-07:before{content:"\f2a24"}.hgi-stroke.hgi-workflow-square-08:before{content:"\f2a25"}.hgi-stroke.hgi-workflow-square-09:before{content:"\f2a26"}.hgi-stroke.hgi-workflow-square-10:before{content:"\f2a27"}.hgi-stroke.hgi-workout-battle-ropes:before{content:"\f2a28"}.hgi-stroke.hgi-workout-gymnastics:before{content:"\f2a29"}.hgi-stroke.hgi-workout-kicking:before{content:"\f2a2a"}.hgi-stroke.hgi-workout-run:before{content:"\f2a2b"}.hgi-stroke.hgi-workout-sport:before{content:"\f2a2c"}.hgi-stroke.hgi-workout-squats:before{content:"\f2a2d"}.hgi-stroke.hgi-workout-stretching:before{content:"\f2a2e"}.hgi-stroke.hgi-workout-warm-up:before{content:"\f2a2f"}.hgi-stroke.hgi-worry:before{content:"\f2a30"}.hgi-stroke.hgi-wps-office-rectangle:before{content:"\f2a31"}.hgi-stroke.hgi-wps-office:before{content:"\f2a32"}.hgi-stroke.hgi-wrench-01:before{content:"\f2a33"}.hgi-stroke.hgi-wrench-02:before{content:"\f2a34"}.hgi-stroke.hgi-wudu:before{content:"\f2a35"}.hgi-stroke.hgi-x-ray:before{content:"\f2a36"}.hgi-stroke.hgi-x-variable-circle:before{content:"\f2a37"}.hgi-stroke.hgi-x-variable-square:before{content:"\f2a38"}.hgi-stroke.hgi-x-variable:before{content:"\f2a39"}.hgi-stroke.hgi-xing:before{content:"\f2a3a"}.hgi-stroke.hgi-xls-01:before{content:"\f2a3b"}.hgi-stroke.hgi-xls-02:before{content:"\f2a3c"}.hgi-stroke.hgi-xml-01:before{content:"\f2a3d"}.hgi-stroke.hgi-xml-02:before{content:"\f2a3e"}.hgi-stroke.hgi-xsl-01:before{content:"\f2a3f"}.hgi-stroke.hgi-xsl-02:before{content:"\f2a40"}.hgi-stroke.hgi-y-yurt:before{content:"\f2a41"}.hgi-stroke.hgi-yelp:before{content:"\f2a42"}.hgi-stroke.hgi-yen-circle:before{content:"\f2a43"}.hgi-stroke.hgi-yen-receive:before{content:"\f2a44"}.hgi-stroke.hgi-yen-send:before{content:"\f2a45"}.hgi-stroke.hgi-yen-square:before{content:"\f2a46"}.hgi-stroke.hgi-yen:before{content:"\f2a47"}.hgi-stroke.hgi-yoga-01:before{content:"\f2a48"}.hgi-stroke.hgi-yoga-02:before{content:"\f2a49"}.hgi-stroke.hgi-yoga-03:before{content:"\f2a4a"}.hgi-stroke.hgi-yoga-ball:before{content:"\f2a4b"}.hgi-stroke.hgi-yoga-mat:before{content:"\f2a4c"}.hgi-stroke.hgi-yogurt:before{content:"\f2a4d"}.hgi-stroke.hgi-youtube:before{content:"\f2a4e"}.hgi-stroke.hgi-yurt:before{content:"\f2a4f"}.hgi-stroke.hgi-zakat:before{content:"\f2a50"}.hgi-stroke.hgi-zap:before{content:"\f2a51"}.hgi-stroke.hgi-zeppelin:before{content:"\f2a52"}.hgi-stroke.hgi-zero-circle:before{content:"\f2a53"}.hgi-stroke.hgi-zero-square:before{content:"\f2a54"}.hgi-stroke.hgi-zip-01:before{content:"\f2a55"}.hgi-stroke.hgi-zip-02:before{content:"\f2a56"}.hgi-stroke.hgi-zoom-circle:before{content:"\f2a57"}.hgi-stroke.hgi-zoom-in-area:before{content:"\f2a58"}.hgi-stroke.hgi-zoom-out-area:before{content:"\f2a59"}.hgi-stroke.hgi-zoom-square:before{content:"\f2a5a"}.hgi-stroke.hgi-zoom:before{content:"\f2a5b"}.hgi-stroke.hgi-zsh:before{content:"\f2a5c"}.hgi-stroke.hgi-zzz:before{content:"\f2a5d"}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}:root{--color-primary: #abc7ff;--color-secondary: #002f65}@font-face{font-family:sans-black;font-style:normal;font-weight:900;src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Black.eot");src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),url("/assets/fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),url("/assets/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype")}@font-face{font-family:sans-bold;font-style:normal;font-weight:700;src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Bold.eot");src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),url("/assets/fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),url("/assets/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype")}@font-face{font-family:sans-medium;font-style:normal;font-weight:500;src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Medium.eot");src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),url("/assets/fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),url("/assets/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype")}@font-face{font-family:sans-light;font-style:normal;font-weight:300;src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Light.eot");src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),url("/assets/fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),url("/assets/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype")}@font-face{font-family:sans-ultra-light;font-style:normal;font-weight:200;src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");src:url("/assets/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),url("/assets/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),url("/assets/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype")}@font-face{font-family:sans;font-style:normal;font-weight:400;src:url("/assets/fonts/eot/IRANSansWeb(FaNum).eot");src:url("/assets/fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),url("/assets/fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),url("/assets/fonts/woff/IRANSansWeb(FaNum).woff") format("woff"),url("/assets/fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype")}html.light-theme{--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);--mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#343dff, #bec2ff);--mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}html.dark-theme{--mat-sys-background: #121316;--mat-sys-error: #ffb4ab;--mat-sys-error-container: #93000a;--mat-sys-inverse-on-surface: #2f3033;--mat-sys-inverse-primary: #005cbb;--mat-sys-inverse-surface: #e3e2e6;--mat-sys-on-background: #e3e2e6;--mat-sys-on-error: #690005;--mat-sys-on-error-container: #ffdad6;--mat-sys-on-primary: #002f65;--mat-sys-on-primary-container: #d7e3ff;--mat-sys-on-primary-fixed: #001b3f;--mat-sys-on-primary-fixed-variant: #00458f;--mat-sys-on-secondary: #283041;--mat-sys-on-secondary-container: #dae2f9;--mat-sys-on-secondary-fixed: #131c2b;--mat-sys-on-secondary-fixed-variant: #3e4759;--mat-sys-on-surface: #e3e2e6;--mat-sys-on-surface-variant: #e0e2ec;--mat-sys-on-tertiary: #0001ac;--mat-sys-on-tertiary-container: #e0e0ff;--mat-sys-on-tertiary-fixed: #00006e;--mat-sys-on-tertiary-fixed-variant: #0000ef;--mat-sys-outline: #8e9099;--mat-sys-outline-variant: #44474e;--mat-sys-primary: #abc7ff;--mat-sys-primary-container: #00458f;--mat-sys-primary-fixed: #d7e3ff;--mat-sys-primary-fixed-dim: #abc7ff;--mat-sys-scrim: #000000;--mat-sys-secondary: #bec6dc;--mat-sys-secondary-container: #3e4759;--mat-sys-secondary-fixed: #dae2f9;--mat-sys-secondary-fixed-dim: #bec6dc;--mat-sys-shadow: #000000;--mat-sys-surface: #121316;--mat-sys-surface-bright: #38393c;--mat-sys-surface-container: #1f2022;--mat-sys-surface-container-high: #292a2c;--mat-sys-surface-container-highest: #343537;--mat-sys-surface-container-low: #1a1b1f;--mat-sys-surface-container-lowest: #0d0e11;--mat-sys-surface-dim: #121316;--mat-sys-surface-tint: #abc7ff;--mat-sys-surface-variant: #44474e;--mat-sys-tertiary: #bec2ff;--mat-sys-tertiary-container: #0000ef;--mat-sys-tertiary-fixed: #e0e0ff;--mat-sys-tertiary-fixed-dim: #bec2ff;--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}html{height:100%;--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);--mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#343dff, #bec2ff);--mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}body{color-scheme:normal;background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);margin:0;height:100%}body[dir=rtl]{direction:rtl;text-align:right}body[dir=ltr]{direction:ltr;text-align:left}body[dir=rtl] .mat-toolbar{flex-direction:row-reverse}*{font-family:sans,serif;letter-spacing:normal!important}h1,h2,h3,h4,h5,h6,span,div{font-family:sans,serif!important}span{color:var(--mat-sys-on-surface)}hr{margin-block:10px}a{color:var(--color-secondary);transition:all .2s ease-in-out;text-decoration:underline!important;cursor:pointer;text-underline-offset:8px}a:hover{color:var(--color-primary-hover)}html.light-theme .app-drawer{box-shadow:0 0 7px #00000014}html.dark-theme .app-drawer{box-shadow:0 0 10px #00000059}html.dark-theme a{color:var(--color-primary)}html.dark-theme *,html.light-theme *{scrollbar-width:thin;scrollbar-color:#888 var(--mat-sys-surface)}html.light-theme button span{color:var(--color-secondary)!important}html.dark-theme button span{color:var(--color-primary)!important}button:disabled span{color:#8a8a8a!important}code{direction:ltr}code *{font-family:sans-serif!important}pre .hljs{border-radius:10px!important;margin-block:10px}code .hljs{border-radius:10px!important}.table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;font-size:14px;color:#374151}.table thead{background:#f9fafb}.table thead th{padding:14px 18px;text-align:left;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:12px;border-bottom:1px solid #e5e7eb;white-space:nowrap;text-align:right!important}.table tbody td{padding:14px 18px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:background-color .15s ease}.table tbody tr:hover{background:#f8fafc}.table tbody tr:nth-child(2n){background:#fcfcfd}.table caption{caption-side:top;text-align:left;font-weight:600;padding:16px 18px;color:#111827}.table tfoot td{padding:14px 18px;background:#f9fafb;border-top:1px solid #e5e7eb;font-weight:600}.table th:first-child,.table td:first-child{padding-left:24px}.table th:last-child,.table td:last-child{padding-right:24px}.table-responsive{overflow-x:auto;border-radius:12px}.dir-ltr{direction:ltr!important}.dir-rtl{direction:rtl!important}.custom-menu{max-height:400px!important}.custom-menu .mat-mdc-menu-content{max-height:400px!important;overflow-y:auto!important}.custom-snackbar button.mat-mdc-snack-bar-action span{color:var(--color-secondary)!important}
