site

personal website, served at mordaunt.dev/site
Log | Files | Refs

coder.css (174589B)


      1 @charset "UTF-8";
      2 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
      3 /* Document
      4    ========================================================================== */
      5 /**
      6  * 1. Correct the line height in all browsers.
      7  * 2. Prevent adjustments of font size after orientation changes in iOS.
      8  */
      9 html {
     10   line-height: 1.15;
     11   /* 1 */
     12   -webkit-text-size-adjust: 100%;
     13   /* 2 */ }
     14 
     15 /* Sections
     16      ========================================================================== */
     17 /**
     18    * Remove the margin in all browsers.
     19    */
     20 body {
     21   margin: 0; }
     22 
     23 /**
     24    * Render the `main` element consistently in IE.
     25    */
     26 main {
     27   display: block; }
     28 
     29 /**
     30    * Correct the font size and margin on `h1` elements within `section` and
     31    * `article` contexts in Chrome, Firefox, and Safari.
     32    */
     33 h1 {
     34   font-size: 2em;
     35   margin: 0.67em 0; }
     36 
     37 /* Grouping content
     38      ========================================================================== */
     39 /**
     40    * 1. Add the correct box sizing in Firefox.
     41    * 2. Show the overflow in Edge and IE.
     42    */
     43 hr {
     44   box-sizing: content-box;
     45   /* 1 */
     46   height: 0;
     47   /* 1 */
     48   overflow: visible;
     49   /* 2 */ }
     50 
     51 /**
     52    * 1. Correct the inheritance and scaling of font size in all browsers.
     53    * 2. Correct the odd `em` font sizing in all browsers.
     54    */
     55 pre {
     56   font-family: monospace, monospace;
     57   /* 1 */
     58   font-size: 1em;
     59   /* 2 */ }
     60 
     61 /* Text-level semantics
     62      ========================================================================== */
     63 /**
     64    * Remove the gray background on active links in IE 10.
     65    */
     66 a {
     67   background-color: transparent;
     68   word-wrap: break-word; }
     69 
     70 /**
     71    * 1. Remove the bottom border in Chrome 57-
     72    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     73    */
     74 abbr[title] {
     75   border-bottom: none;
     76   /* 1 */
     77   text-decoration: underline;
     78   /* 2 */
     79   text-decoration: underline dotted;
     80   /* 2 */ }
     81 
     82 /**
     83    * Add the correct font weight in Chrome, Edge, and Safari.
     84    */
     85 b,
     86 strong {
     87   font-weight: bolder; }
     88 
     89 /**
     90    * 1. Correct the inheritance and scaling of font size in all browsers.
     91    * 2. Correct the odd `em` font sizing in all browsers.
     92    */
     93 code,
     94 kbd,
     95 samp {
     96   font-family: monospace, monospace;
     97   /* 1 */
     98   font-size: 1em;
     99   /* 2 */ }
    100 
    101 /**
    102    * Add the correct font size in all browsers.
    103    */
    104 small {
    105   font-size: 80%; }
    106 
    107 /**
    108    * Prevent `sub` and `sup` elements from affecting the line height in
    109    * all browsers.
    110    */
    111 sub,
    112 sup {
    113   font-size: 75%;
    114   line-height: 0;
    115   position: relative;
    116   vertical-align: baseline; }
    117 
    118 sub {
    119   bottom: -0.25em; }
    120 
    121 sup {
    122   top: -0.5em; }
    123 
    124 /* Embedded content
    125      ========================================================================== */
    126 /**
    127    * Remove the border on images inside links in IE 10.
    128    */
    129 img {
    130   border-style: none; }
    131 
    132 /* Forms
    133      ========================================================================== */
    134 /**
    135    * 1. Change the font styles in all browsers.
    136    * 2. Remove the margin in Firefox and Safari.
    137    */
    138 button,
    139 input,
    140 optgroup,
    141 select,
    142 textarea {
    143   font-family: inherit;
    144   /* 1 */
    145   font-size: 100%;
    146   /* 1 */
    147   line-height: 1.15;
    148   /* 1 */
    149   margin: 0;
    150   /* 2 */ }
    151 
    152 /**
    153    * Show the overflow in IE.
    154    * 1. Show the overflow in Edge.
    155    */
    156 button,
    157 input {
    158   /* 1 */
    159   overflow: visible; }
    160 
    161 /**
    162    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    163    * 1. Remove the inheritance of text transform in Firefox.
    164    */
    165 button,
    166 select {
    167   /* 1 */
    168   text-transform: none; }
    169 
    170 /**
    171    * Correct the inability to style clickable types in iOS and Safari.
    172    */
    173 button,
    174 [type="button"],
    175 [type="reset"],
    176 [type="submit"] {
    177   -webkit-appearance: button; }
    178 
    179 /**
    180    * Remove the inner border and padding in Firefox.
    181    */
    182 button::-moz-focus-inner,
    183 [type="button"]::-moz-focus-inner,
    184 [type="reset"]::-moz-focus-inner,
    185 [type="submit"]::-moz-focus-inner {
    186   border-style: none;
    187   padding: 0; }
    188 
    189 /**
    190    * Restore the focus styles unset by the previous rule.
    191    */
    192 button:-moz-focusring,
    193 [type="button"]:-moz-focusring,
    194 [type="reset"]:-moz-focusring,
    195 [type="submit"]:-moz-focusring {
    196   outline: 1px dotted ButtonText; }
    197 
    198 /**
    199    * Correct the padding in Firefox.
    200    */
    201 fieldset {
    202   padding: 0.35em 0.75em 0.625em; }
    203 
    204 /**
    205    * 1. Correct the text wrapping in Edge and IE.
    206    * 2. Correct the color inheritance from `fieldset` elements in IE.
    207    * 3. Remove the padding so developers are not caught out when they zero out
    208    *    `fieldset` elements in all browsers.
    209    */
    210 legend {
    211   box-sizing: border-box;
    212   /* 1 */
    213   color: inherit;
    214   /* 2 */
    215   display: table;
    216   /* 1 */
    217   max-width: 100%;
    218   /* 1 */
    219   padding: 0;
    220   /* 3 */
    221   white-space: normal;
    222   /* 1 */ }
    223 
    224 /**
    225    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    226    */
    227 progress {
    228   vertical-align: baseline; }
    229 
    230 /**
    231    * Remove the default vertical scrollbar in IE 10+.
    232    */
    233 textarea {
    234   overflow: auto; }
    235 
    236 /**
    237    * 1. Add the correct box sizing in IE 10.
    238    * 2. Remove the padding in IE 10.
    239    */
    240 [type="checkbox"],
    241 [type="radio"] {
    242   box-sizing: border-box;
    243   /* 1 */
    244   padding: 0;
    245   /* 2 */ }
    246 
    247 /**
    248    * Correct the cursor style of increment and decrement buttons in Chrome.
    249    */
    250 [type="number"]::-webkit-inner-spin-button,
    251 [type="number"]::-webkit-outer-spin-button {
    252   height: auto; }
    253 
    254 /**
    255    * 1. Correct the odd appearance in Chrome and Safari.
    256    * 2. Correct the outline style in Safari.
    257    */
    258 [type="search"] {
    259   -webkit-appearance: textfield;
    260   /* 1 */
    261   outline-offset: -2px;
    262   /* 2 */ }
    263 
    264 /**
    265    * Remove the inner padding in Chrome and Safari on macOS.
    266    */
    267 [type="search"]::-webkit-search-decoration {
    268   -webkit-appearance: none; }
    269 
    270 /**
    271    * 1. Correct the inability to style clickable types in iOS and Safari.
    272    * 2. Change font properties to `inherit` in Safari.
    273    */
    274 ::-webkit-file-upload-button {
    275   -webkit-appearance: button;
    276   /* 1 */
    277   font: inherit;
    278   /* 2 */ }
    279 
    280 /* Interactive
    281      ========================================================================== */
    282 /*
    283    * Add the correct display in Edge, IE 10+, and Firefox.
    284    */
    285 details {
    286   display: block; }
    287 
    288 /*
    289    * Add the correct display in all browsers.
    290    */
    291 summary {
    292   display: list-item; }
    293 
    294 /* Misc
    295      ========================================================================== */
    296 /**
    297    * Add the correct display in IE 10+.
    298    */
    299 template {
    300   display: none; }
    301 
    302 /**
    303    * Add the correct display in IE 10.
    304    */
    305 [hidden] {
    306   display: none; }
    307 
    308 /*!
    309  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
    310  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
    311  * Copyright 2024 Fonticons, Inc.
    312  */
    313 .fa {
    314   font-family: var(--fa-style-family, "Font Awesome 6 Free");
    315   font-weight: var(--fa-style, 900); }
    316 
    317 .fas,
    318 .far,
    319 .fab,
    320 .fa-solid,
    321 .content article a:where(.external-link):not(:has(img)):after,
    322 .fa-regular,
    323 .fa-brands,
    324 .fa {
    325   -moz-osx-font-smoothing: grayscale;
    326   -webkit-font-smoothing: antialiased;
    327   display: var(--fa-display, inline-block);
    328   font-style: normal;
    329   font-variant: normal;
    330   line-height: 1;
    331   text-rendering: auto; }
    332 
    333 .fas::before,
    334 .far::before,
    335 .fab::before,
    336 .fa-solid::before,
    337 .fa-regular::before,
    338 .fa-brands::before,
    339 .fa::before {
    340   content: var(--fa); }
    341 
    342 .fa-classic,
    343 .fas,
    344 .fa-solid,
    345 .content article a:where(.external-link):not(:has(img)):after,
    346 .far,
    347 .fa-regular {
    348   font-family: 'Font Awesome 6 Free'; }
    349 
    350 .fa-brands,
    351 .fab {
    352   font-family: 'Font Awesome 6 Brands'; }
    353 
    354 .content article a:where(.external-link):not(:has(img)):after {
    355   -webkit-font-smoothing: antialiased;
    356   -moz-osx-font-smoothing: grayscale;
    357   display: inline-block;
    358   font-style: normal;
    359   font-variant: normal;
    360   font-weight: normal;
    361   line-height: 1; }
    362 
    363 .fa-1x {
    364   font-size: 1em; }
    365 
    366 .fa-2x {
    367   font-size: 2em; }
    368 
    369 .fa-3x {
    370   font-size: 3em; }
    371 
    372 .fa-4x {
    373   font-size: 4em; }
    374 
    375 .fa-5x {
    376   font-size: 5em; }
    377 
    378 .fa-6x {
    379   font-size: 6em; }
    380 
    381 .fa-7x {
    382   font-size: 7em; }
    383 
    384 .fa-8x {
    385   font-size: 8em; }
    386 
    387 .fa-9x {
    388   font-size: 9em; }
    389 
    390 .fa-10x {
    391   font-size: 10em; }
    392 
    393 .fa-2xs {
    394   font-size: 0.625em;
    395   line-height: 0.1em;
    396   vertical-align: 0.225em; }
    397 
    398 .fa-xs {
    399   font-size: 0.75em;
    400   line-height: 0.08333333em;
    401   vertical-align: 0.125em; }
    402 
    403 .fa-sm {
    404   font-size: 0.875em;
    405   line-height: 0.07142857em;
    406   vertical-align: 0.05357143em; }
    407 
    408 .fa-lg {
    409   font-size: 1.25em;
    410   line-height: 0.05em;
    411   vertical-align: -0.075em; }
    412 
    413 .fa-xl {
    414   font-size: 1.5em;
    415   line-height: 0.04166667em;
    416   vertical-align: -0.125em; }
    417 
    418 .fa-2xl {
    419   font-size: 2em;
    420   line-height: 0.03125em;
    421   vertical-align: -0.1875em; }
    422 
    423 .fa-fw {
    424   text-align: center;
    425   width: 1.25em; }
    426 
    427 .fa-ul {
    428   list-style-type: none;
    429   margin-left: var(--fa-li-margin, 2.5em);
    430   padding-left: 0; }
    431   .fa-ul > li {
    432     position: relative; }
    433 
    434 .fa-li {
    435   left: calc(-1 * var(--fa-li-width, 2em));
    436   position: absolute;
    437   text-align: center;
    438   width: var(--fa-li-width, 2em);
    439   line-height: inherit; }
    440 
    441 .fa-border {
    442   border-color: var(--fa-border-color, #eee);
    443   border-radius: var(--fa-border-radius, 0.1em);
    444   border-style: var(--fa-border-style, solid);
    445   border-width: var(--fa-border-width, 0.08em);
    446   padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
    447 
    448 .fa-pull-left {
    449   float: left;
    450   margin-right: var(--fa-pull-margin, 0.3em); }
    451 
    452 .fa-pull-right {
    453   float: right;
    454   margin-left: var(--fa-pull-margin, 0.3em); }
    455 
    456 .fa-beat {
    457   animation-name: fa-beat;
    458   animation-delay: var(--fa-animation-delay, 0s);
    459   animation-direction: var(--fa-animation-direction, normal);
    460   animation-duration: var(--fa-animation-duration, 1s);
    461   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    462   animation-timing-function: var(--fa-animation-timing, ease-in-out); }
    463 
    464 .fa-bounce {
    465   animation-name: fa-bounce;
    466   animation-delay: var(--fa-animation-delay, 0s);
    467   animation-direction: var(--fa-animation-direction, normal);
    468   animation-duration: var(--fa-animation-duration, 1s);
    469   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    470   animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
    471 
    472 .fa-fade {
    473   animation-name: fa-fade;
    474   animation-delay: var(--fa-animation-delay, 0s);
    475   animation-direction: var(--fa-animation-direction, normal);
    476   animation-duration: var(--fa-animation-duration, 1s);
    477   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    478   animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
    479 
    480 .fa-beat-fade {
    481   animation-name: fa-beat-fade;
    482   animation-delay: var(--fa-animation-delay, 0s);
    483   animation-direction: var(--fa-animation-direction, normal);
    484   animation-duration: var(--fa-animation-duration, 1s);
    485   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    486   animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
    487 
    488 .fa-flip {
    489   animation-name: fa-flip;
    490   animation-delay: var(--fa-animation-delay, 0s);
    491   animation-direction: var(--fa-animation-direction, normal);
    492   animation-duration: var(--fa-animation-duration, 1s);
    493   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    494   animation-timing-function: var(--fa-animation-timing, ease-in-out); }
    495 
    496 .fa-shake {
    497   animation-name: fa-shake;
    498   animation-delay: var(--fa-animation-delay, 0s);
    499   animation-direction: var(--fa-animation-direction, normal);
    500   animation-duration: var(--fa-animation-duration, 1s);
    501   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    502   animation-timing-function: var(--fa-animation-timing, linear); }
    503 
    504 .fa-spin {
    505   animation-name: fa-spin;
    506   animation-delay: var(--fa-animation-delay, 0s);
    507   animation-direction: var(--fa-animation-direction, normal);
    508   animation-duration: var(--fa-animation-duration, 2s);
    509   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    510   animation-timing-function: var(--fa-animation-timing, linear); }
    511 
    512 .fa-spin-reverse {
    513   --fa-animation-direction: reverse; }
    514 
    515 .fa-pulse,
    516 .fa-spin-pulse {
    517   animation-name: fa-spin;
    518   animation-direction: var(--fa-animation-direction, normal);
    519   animation-duration: var(--fa-animation-duration, 1s);
    520   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    521   animation-timing-function: var(--fa-animation-timing, steps(8)); }
    522 
    523 @media (prefers-reduced-motion: reduce) {
    524   .fa-beat,
    525   .fa-bounce,
    526   .fa-fade,
    527   .fa-beat-fade,
    528   .fa-flip,
    529   .fa-pulse,
    530   .fa-shake,
    531   .fa-spin,
    532   .fa-spin-pulse {
    533     animation-delay: -1ms;
    534     animation-duration: 1ms;
    535     animation-iteration-count: 1;
    536     transition-delay: 0s;
    537     transition-duration: 0s; } }
    538 
    539 @keyframes fa-beat {
    540   0%, 90% {
    541     transform: scale(1); }
    542   45% {
    543     transform: scale(var(--fa-beat-scale, 1.25)); } }
    544 
    545 @keyframes fa-bounce {
    546   0% {
    547     transform: scale(1, 1) translateY(0); }
    548   10% {
    549     transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
    550   30% {
    551     transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
    552   50% {
    553     transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
    554   57% {
    555     transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
    556   64% {
    557     transform: scale(1, 1) translateY(0); }
    558   100% {
    559     transform: scale(1, 1) translateY(0); } }
    560 
    561 @keyframes fa-fade {
    562   50% {
    563     opacity: var(--fa-fade-opacity, 0.4); } }
    564 
    565 @keyframes fa-beat-fade {
    566   0%, 100% {
    567     opacity: var(--fa-beat-fade-opacity, 0.4);
    568     transform: scale(1); }
    569   50% {
    570     opacity: 1;
    571     transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
    572 
    573 @keyframes fa-flip {
    574   50% {
    575     transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
    576 
    577 @keyframes fa-shake {
    578   0% {
    579     transform: rotate(-15deg); }
    580   4% {
    581     transform: rotate(15deg); }
    582   8%, 24% {
    583     transform: rotate(-18deg); }
    584   12%, 28% {
    585     transform: rotate(18deg); }
    586   16% {
    587     transform: rotate(-22deg); }
    588   20% {
    589     transform: rotate(22deg); }
    590   32% {
    591     transform: rotate(-12deg); }
    592   36% {
    593     transform: rotate(12deg); }
    594   40%, 100% {
    595     transform: rotate(0deg); } }
    596 
    597 @keyframes fa-spin {
    598   0% {
    599     transform: rotate(0deg); }
    600   100% {
    601     transform: rotate(360deg); } }
    602 
    603 .fa-rotate-90 {
    604   transform: rotate(90deg); }
    605 
    606 .fa-rotate-180 {
    607   transform: rotate(180deg); }
    608 
    609 .fa-rotate-270 {
    610   transform: rotate(270deg); }
    611 
    612 .fa-flip-horizontal {
    613   transform: scale(-1, 1); }
    614 
    615 .fa-flip-vertical {
    616   transform: scale(1, -1); }
    617 
    618 .fa-flip-both,
    619 .fa-flip-horizontal.fa-flip-vertical {
    620   transform: scale(-1, -1); }
    621 
    622 .fa-rotate-by {
    623   transform: rotate(var(--fa-rotate-angle, 0)); }
    624 
    625 .fa-stack {
    626   display: inline-block;
    627   height: 2em;
    628   line-height: 2em;
    629   position: relative;
    630   vertical-align: middle;
    631   width: 2.5em; }
    632 
    633 .fa-stack-1x,
    634 .fa-stack-2x {
    635   left: 0;
    636   position: absolute;
    637   text-align: center;
    638   width: 100%;
    639   z-index: var(--fa-stack-z-index, auto); }
    640 
    641 .fa-stack-1x {
    642   line-height: inherit; }
    643 
    644 .fa-stack-2x {
    645   font-size: 2em; }
    646 
    647 .fa-inverse {
    648   color: var(--fa-inverse, #fff); }
    649 
    650 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    651 readers do not read off random characters that represent icons */
    652 .fa-0 {
    653   --fa: "\30"; }
    654 
    655 .fa-1 {
    656   --fa: "\31"; }
    657 
    658 .fa-2 {
    659   --fa: "\32"; }
    660 
    661 .fa-3 {
    662   --fa: "\33"; }
    663 
    664 .fa-4 {
    665   --fa: "\34"; }
    666 
    667 .fa-5 {
    668   --fa: "\35"; }
    669 
    670 .fa-6 {
    671   --fa: "\36"; }
    672 
    673 .fa-7 {
    674   --fa: "\37"; }
    675 
    676 .fa-8 {
    677   --fa: "\38"; }
    678 
    679 .fa-9 {
    680   --fa: "\39"; }
    681 
    682 .fa-fill-drip {
    683   --fa: "\f576"; }
    684 
    685 .fa-arrows-to-circle {
    686   --fa: "\e4bd"; }
    687 
    688 .fa-circle-chevron-right {
    689   --fa: "\f138"; }
    690 
    691 .fa-chevron-circle-right {
    692   --fa: "\f138"; }
    693 
    694 .fa-at {
    695   --fa: "\40"; }
    696 
    697 .fa-trash-can {
    698   --fa: "\f2ed"; }
    699 
    700 .fa-trash-alt {
    701   --fa: "\f2ed"; }
    702 
    703 .fa-text-height {
    704   --fa: "\f034"; }
    705 
    706 .fa-user-xmark {
    707   --fa: "\f235"; }
    708 
    709 .fa-user-times {
    710   --fa: "\f235"; }
    711 
    712 .fa-stethoscope {
    713   --fa: "\f0f1"; }
    714 
    715 .fa-message {
    716   --fa: "\f27a"; }
    717 
    718 .fa-comment-alt {
    719   --fa: "\f27a"; }
    720 
    721 .fa-info {
    722   --fa: "\f129"; }
    723 
    724 .fa-down-left-and-up-right-to-center {
    725   --fa: "\f422"; }
    726 
    727 .fa-compress-alt {
    728   --fa: "\f422"; }
    729 
    730 .fa-explosion {
    731   --fa: "\e4e9"; }
    732 
    733 .fa-file-lines {
    734   --fa: "\f15c"; }
    735 
    736 .fa-file-alt {
    737   --fa: "\f15c"; }
    738 
    739 .fa-file-text {
    740   --fa: "\f15c"; }
    741 
    742 .fa-wave-square {
    743   --fa: "\f83e"; }
    744 
    745 .fa-ring {
    746   --fa: "\f70b"; }
    747 
    748 .fa-building-un {
    749   --fa: "\e4d9"; }
    750 
    751 .fa-dice-three {
    752   --fa: "\f527"; }
    753 
    754 .fa-calendar-days {
    755   --fa: "\f073"; }
    756 
    757 .fa-calendar-alt {
    758   --fa: "\f073"; }
    759 
    760 .fa-anchor-circle-check {
    761   --fa: "\e4aa"; }
    762 
    763 .fa-building-circle-arrow-right {
    764   --fa: "\e4d1"; }
    765 
    766 .fa-volleyball {
    767   --fa: "\f45f"; }
    768 
    769 .fa-volleyball-ball {
    770   --fa: "\f45f"; }
    771 
    772 .fa-arrows-up-to-line {
    773   --fa: "\e4c2"; }
    774 
    775 .fa-sort-down {
    776   --fa: "\f0dd"; }
    777 
    778 .fa-sort-desc {
    779   --fa: "\f0dd"; }
    780 
    781 .fa-circle-minus {
    782   --fa: "\f056"; }
    783 
    784 .fa-minus-circle {
    785   --fa: "\f056"; }
    786 
    787 .fa-door-open {
    788   --fa: "\f52b"; }
    789 
    790 .fa-right-from-bracket {
    791   --fa: "\f2f5"; }
    792 
    793 .fa-sign-out-alt {
    794   --fa: "\f2f5"; }
    795 
    796 .fa-atom {
    797   --fa: "\f5d2"; }
    798 
    799 .fa-soap {
    800   --fa: "\e06e"; }
    801 
    802 .fa-icons {
    803   --fa: "\f86d"; }
    804 
    805 .fa-heart-music-camera-bolt {
    806   --fa: "\f86d"; }
    807 
    808 .fa-microphone-lines-slash {
    809   --fa: "\f539"; }
    810 
    811 .fa-microphone-alt-slash {
    812   --fa: "\f539"; }
    813 
    814 .fa-bridge-circle-check {
    815   --fa: "\e4c9"; }
    816 
    817 .fa-pump-medical {
    818   --fa: "\e06a"; }
    819 
    820 .fa-fingerprint {
    821   --fa: "\f577"; }
    822 
    823 .fa-hand-point-right {
    824   --fa: "\f0a4"; }
    825 
    826 .fa-magnifying-glass-location {
    827   --fa: "\f689"; }
    828 
    829 .fa-search-location {
    830   --fa: "\f689"; }
    831 
    832 .fa-forward-step {
    833   --fa: "\f051"; }
    834 
    835 .fa-step-forward {
    836   --fa: "\f051"; }
    837 
    838 .fa-face-smile-beam {
    839   --fa: "\f5b8"; }
    840 
    841 .fa-smile-beam {
    842   --fa: "\f5b8"; }
    843 
    844 .fa-flag-checkered {
    845   --fa: "\f11e"; }
    846 
    847 .fa-football {
    848   --fa: "\f44e"; }
    849 
    850 .fa-football-ball {
    851   --fa: "\f44e"; }
    852 
    853 .fa-school-circle-exclamation {
    854   --fa: "\e56c"; }
    855 
    856 .fa-crop {
    857   --fa: "\f125"; }
    858 
    859 .fa-angles-down {
    860   --fa: "\f103"; }
    861 
    862 .fa-angle-double-down {
    863   --fa: "\f103"; }
    864 
    865 .fa-users-rectangle {
    866   --fa: "\e594"; }
    867 
    868 .fa-people-roof {
    869   --fa: "\e537"; }
    870 
    871 .fa-people-line {
    872   --fa: "\e534"; }
    873 
    874 .fa-beer-mug-empty {
    875   --fa: "\f0fc"; }
    876 
    877 .fa-beer {
    878   --fa: "\f0fc"; }
    879 
    880 .fa-diagram-predecessor {
    881   --fa: "\e477"; }
    882 
    883 .fa-arrow-up-long {
    884   --fa: "\f176"; }
    885 
    886 .fa-long-arrow-up {
    887   --fa: "\f176"; }
    888 
    889 .fa-fire-flame-simple {
    890   --fa: "\f46a"; }
    891 
    892 .fa-burn {
    893   --fa: "\f46a"; }
    894 
    895 .fa-person {
    896   --fa: "\f183"; }
    897 
    898 .fa-male {
    899   --fa: "\f183"; }
    900 
    901 .fa-laptop {
    902   --fa: "\f109"; }
    903 
    904 .fa-file-csv {
    905   --fa: "\f6dd"; }
    906 
    907 .fa-menorah {
    908   --fa: "\f676"; }
    909 
    910 .fa-truck-plane {
    911   --fa: "\e58f"; }
    912 
    913 .fa-record-vinyl {
    914   --fa: "\f8d9"; }
    915 
    916 .fa-face-grin-stars {
    917   --fa: "\f587"; }
    918 
    919 .fa-grin-stars {
    920   --fa: "\f587"; }
    921 
    922 .fa-bong {
    923   --fa: "\f55c"; }
    924 
    925 .fa-spaghetti-monster-flying {
    926   --fa: "\f67b"; }
    927 
    928 .fa-pastafarianism {
    929   --fa: "\f67b"; }
    930 
    931 .fa-arrow-down-up-across-line {
    932   --fa: "\e4af"; }
    933 
    934 .fa-spoon {
    935   --fa: "\f2e5"; }
    936 
    937 .fa-utensil-spoon {
    938   --fa: "\f2e5"; }
    939 
    940 .fa-jar-wheat {
    941   --fa: "\e517"; }
    942 
    943 .fa-envelopes-bulk {
    944   --fa: "\f674"; }
    945 
    946 .fa-mail-bulk {
    947   --fa: "\f674"; }
    948 
    949 .fa-file-circle-exclamation {
    950   --fa: "\e4eb"; }
    951 
    952 .fa-circle-h {
    953   --fa: "\f47e"; }
    954 
    955 .fa-hospital-symbol {
    956   --fa: "\f47e"; }
    957 
    958 .fa-pager {
    959   --fa: "\f815"; }
    960 
    961 .fa-address-book {
    962   --fa: "\f2b9"; }
    963 
    964 .fa-contact-book {
    965   --fa: "\f2b9"; }
    966 
    967 .fa-strikethrough {
    968   --fa: "\f0cc"; }
    969 
    970 .fa-k {
    971   --fa: "\4b"; }
    972 
    973 .fa-landmark-flag {
    974   --fa: "\e51c"; }
    975 
    976 .fa-pencil {
    977   --fa: "\f303"; }
    978 
    979 .fa-pencil-alt {
    980   --fa: "\f303"; }
    981 
    982 .fa-backward {
    983   --fa: "\f04a"; }
    984 
    985 .fa-caret-right {
    986   --fa: "\f0da"; }
    987 
    988 .fa-comments {
    989   --fa: "\f086"; }
    990 
    991 .fa-paste {
    992   --fa: "\f0ea"; }
    993 
    994 .fa-file-clipboard {
    995   --fa: "\f0ea"; }
    996 
    997 .fa-code-pull-request {
    998   --fa: "\e13c"; }
    999 
   1000 .fa-clipboard-list {
   1001   --fa: "\f46d"; }
   1002 
   1003 .fa-truck-ramp-box {
   1004   --fa: "\f4de"; }
   1005 
   1006 .fa-truck-loading {
   1007   --fa: "\f4de"; }
   1008 
   1009 .fa-user-check {
   1010   --fa: "\f4fc"; }
   1011 
   1012 .fa-vial-virus {
   1013   --fa: "\e597"; }
   1014 
   1015 .fa-sheet-plastic {
   1016   --fa: "\e571"; }
   1017 
   1018 .fa-blog {
   1019   --fa: "\f781"; }
   1020 
   1021 .fa-user-ninja {
   1022   --fa: "\f504"; }
   1023 
   1024 .fa-person-arrow-up-from-line {
   1025   --fa: "\e539"; }
   1026 
   1027 .fa-scroll-torah {
   1028   --fa: "\f6a0"; }
   1029 
   1030 .fa-torah {
   1031   --fa: "\f6a0"; }
   1032 
   1033 .fa-broom-ball {
   1034   --fa: "\f458"; }
   1035 
   1036 .fa-quidditch {
   1037   --fa: "\f458"; }
   1038 
   1039 .fa-quidditch-broom-ball {
   1040   --fa: "\f458"; }
   1041 
   1042 .fa-toggle-off {
   1043   --fa: "\f204"; }
   1044 
   1045 .fa-box-archive {
   1046   --fa: "\f187"; }
   1047 
   1048 .fa-archive {
   1049   --fa: "\f187"; }
   1050 
   1051 .fa-person-drowning {
   1052   --fa: "\e545"; }
   1053 
   1054 .fa-arrow-down-9-1 {
   1055   --fa: "\f886"; }
   1056 
   1057 .fa-sort-numeric-desc {
   1058   --fa: "\f886"; }
   1059 
   1060 .fa-sort-numeric-down-alt {
   1061   --fa: "\f886"; }
   1062 
   1063 .fa-face-grin-tongue-squint {
   1064   --fa: "\f58a"; }
   1065 
   1066 .fa-grin-tongue-squint {
   1067   --fa: "\f58a"; }
   1068 
   1069 .fa-spray-can {
   1070   --fa: "\f5bd"; }
   1071 
   1072 .fa-truck-monster {
   1073   --fa: "\f63b"; }
   1074 
   1075 .fa-w {
   1076   --fa: "\57"; }
   1077 
   1078 .fa-earth-africa {
   1079   --fa: "\f57c"; }
   1080 
   1081 .fa-globe-africa {
   1082   --fa: "\f57c"; }
   1083 
   1084 .fa-rainbow {
   1085   --fa: "\f75b"; }
   1086 
   1087 .fa-circle-notch {
   1088   --fa: "\f1ce"; }
   1089 
   1090 .fa-tablet-screen-button {
   1091   --fa: "\f3fa"; }
   1092 
   1093 .fa-tablet-alt {
   1094   --fa: "\f3fa"; }
   1095 
   1096 .fa-paw {
   1097   --fa: "\f1b0"; }
   1098 
   1099 .fa-cloud {
   1100   --fa: "\f0c2"; }
   1101 
   1102 .fa-trowel-bricks {
   1103   --fa: "\e58a"; }
   1104 
   1105 .fa-face-flushed {
   1106   --fa: "\f579"; }
   1107 
   1108 .fa-flushed {
   1109   --fa: "\f579"; }
   1110 
   1111 .fa-hospital-user {
   1112   --fa: "\f80d"; }
   1113 
   1114 .fa-tent-arrow-left-right {
   1115   --fa: "\e57f"; }
   1116 
   1117 .fa-gavel {
   1118   --fa: "\f0e3"; }
   1119 
   1120 .fa-legal {
   1121   --fa: "\f0e3"; }
   1122 
   1123 .fa-binoculars {
   1124   --fa: "\f1e5"; }
   1125 
   1126 .fa-microphone-slash {
   1127   --fa: "\f131"; }
   1128 
   1129 .fa-box-tissue {
   1130   --fa: "\e05b"; }
   1131 
   1132 .fa-motorcycle {
   1133   --fa: "\f21c"; }
   1134 
   1135 .fa-bell-concierge {
   1136   --fa: "\f562"; }
   1137 
   1138 .fa-concierge-bell {
   1139   --fa: "\f562"; }
   1140 
   1141 .fa-pen-ruler {
   1142   --fa: "\f5ae"; }
   1143 
   1144 .fa-pencil-ruler {
   1145   --fa: "\f5ae"; }
   1146 
   1147 .fa-people-arrows {
   1148   --fa: "\e068"; }
   1149 
   1150 .fa-people-arrows-left-right {
   1151   --fa: "\e068"; }
   1152 
   1153 .fa-mars-and-venus-burst {
   1154   --fa: "\e523"; }
   1155 
   1156 .fa-square-caret-right {
   1157   --fa: "\f152"; }
   1158 
   1159 .fa-caret-square-right {
   1160   --fa: "\f152"; }
   1161 
   1162 .fa-scissors {
   1163   --fa: "\f0c4"; }
   1164 
   1165 .fa-cut {
   1166   --fa: "\f0c4"; }
   1167 
   1168 .fa-sun-plant-wilt {
   1169   --fa: "\e57a"; }
   1170 
   1171 .fa-toilets-portable {
   1172   --fa: "\e584"; }
   1173 
   1174 .fa-hockey-puck {
   1175   --fa: "\f453"; }
   1176 
   1177 .fa-table {
   1178   --fa: "\f0ce"; }
   1179 
   1180 .fa-magnifying-glass-arrow-right {
   1181   --fa: "\e521"; }
   1182 
   1183 .fa-tachograph-digital {
   1184   --fa: "\f566"; }
   1185 
   1186 .fa-digital-tachograph {
   1187   --fa: "\f566"; }
   1188 
   1189 .fa-users-slash {
   1190   --fa: "\e073"; }
   1191 
   1192 .fa-clover {
   1193   --fa: "\e139"; }
   1194 
   1195 .fa-reply {
   1196   --fa: "\f3e5"; }
   1197 
   1198 .fa-mail-reply {
   1199   --fa: "\f3e5"; }
   1200 
   1201 .fa-star-and-crescent {
   1202   --fa: "\f699"; }
   1203 
   1204 .fa-house-fire {
   1205   --fa: "\e50c"; }
   1206 
   1207 .fa-square-minus {
   1208   --fa: "\f146"; }
   1209 
   1210 .fa-minus-square {
   1211   --fa: "\f146"; }
   1212 
   1213 .fa-helicopter {
   1214   --fa: "\f533"; }
   1215 
   1216 .fa-compass {
   1217   --fa: "\f14e"; }
   1218 
   1219 .fa-square-caret-down {
   1220   --fa: "\f150"; }
   1221 
   1222 .fa-caret-square-down {
   1223   --fa: "\f150"; }
   1224 
   1225 .fa-file-circle-question {
   1226   --fa: "\e4ef"; }
   1227 
   1228 .fa-laptop-code {
   1229   --fa: "\f5fc"; }
   1230 
   1231 .fa-swatchbook {
   1232   --fa: "\f5c3"; }
   1233 
   1234 .fa-prescription-bottle {
   1235   --fa: "\f485"; }
   1236 
   1237 .fa-bars {
   1238   --fa: "\f0c9"; }
   1239 
   1240 .fa-navicon {
   1241   --fa: "\f0c9"; }
   1242 
   1243 .fa-people-group {
   1244   --fa: "\e533"; }
   1245 
   1246 .fa-hourglass-end {
   1247   --fa: "\f253"; }
   1248 
   1249 .fa-hourglass-3 {
   1250   --fa: "\f253"; }
   1251 
   1252 .fa-heart-crack {
   1253   --fa: "\f7a9"; }
   1254 
   1255 .fa-heart-broken {
   1256   --fa: "\f7a9"; }
   1257 
   1258 .fa-square-up-right {
   1259   --fa: "\f360"; }
   1260 
   1261 .fa-external-link-square-alt {
   1262   --fa: "\f360"; }
   1263 
   1264 .fa-face-kiss-beam {
   1265   --fa: "\f597"; }
   1266 
   1267 .fa-kiss-beam {
   1268   --fa: "\f597"; }
   1269 
   1270 .fa-film {
   1271   --fa: "\f008"; }
   1272 
   1273 .fa-ruler-horizontal {
   1274   --fa: "\f547"; }
   1275 
   1276 .fa-people-robbery {
   1277   --fa: "\e536"; }
   1278 
   1279 .fa-lightbulb {
   1280   --fa: "\f0eb"; }
   1281 
   1282 .fa-caret-left {
   1283   --fa: "\f0d9"; }
   1284 
   1285 .fa-circle-exclamation {
   1286   --fa: "\f06a"; }
   1287 
   1288 .fa-exclamation-circle {
   1289   --fa: "\f06a"; }
   1290 
   1291 .fa-school-circle-xmark {
   1292   --fa: "\e56d"; }
   1293 
   1294 .fa-arrow-right-from-bracket {
   1295   --fa: "\f08b"; }
   1296 
   1297 .fa-sign-out {
   1298   --fa: "\f08b"; }
   1299 
   1300 .fa-circle-chevron-down {
   1301   --fa: "\f13a"; }
   1302 
   1303 .fa-chevron-circle-down {
   1304   --fa: "\f13a"; }
   1305 
   1306 .fa-unlock-keyhole {
   1307   --fa: "\f13e"; }
   1308 
   1309 .fa-unlock-alt {
   1310   --fa: "\f13e"; }
   1311 
   1312 .fa-cloud-showers-heavy {
   1313   --fa: "\f740"; }
   1314 
   1315 .fa-headphones-simple {
   1316   --fa: "\f58f"; }
   1317 
   1318 .fa-headphones-alt {
   1319   --fa: "\f58f"; }
   1320 
   1321 .fa-sitemap {
   1322   --fa: "\f0e8"; }
   1323 
   1324 .fa-circle-dollar-to-slot {
   1325   --fa: "\f4b9"; }
   1326 
   1327 .fa-donate {
   1328   --fa: "\f4b9"; }
   1329 
   1330 .fa-memory {
   1331   --fa: "\f538"; }
   1332 
   1333 .fa-road-spikes {
   1334   --fa: "\e568"; }
   1335 
   1336 .fa-fire-burner {
   1337   --fa: "\e4f1"; }
   1338 
   1339 .fa-flag {
   1340   --fa: "\f024"; }
   1341 
   1342 .fa-hanukiah {
   1343   --fa: "\f6e6"; }
   1344 
   1345 .fa-feather {
   1346   --fa: "\f52d"; }
   1347 
   1348 .fa-volume-low {
   1349   --fa: "\f027"; }
   1350 
   1351 .fa-volume-down {
   1352   --fa: "\f027"; }
   1353 
   1354 .fa-comment-slash {
   1355   --fa: "\f4b3"; }
   1356 
   1357 .fa-cloud-sun-rain {
   1358   --fa: "\f743"; }
   1359 
   1360 .fa-compress {
   1361   --fa: "\f066"; }
   1362 
   1363 .fa-wheat-awn {
   1364   --fa: "\e2cd"; }
   1365 
   1366 .fa-wheat-alt {
   1367   --fa: "\e2cd"; }
   1368 
   1369 .fa-ankh {
   1370   --fa: "\f644"; }
   1371 
   1372 .fa-hands-holding-child {
   1373   --fa: "\e4fa"; }
   1374 
   1375 .fa-asterisk {
   1376   --fa: "\2a"; }
   1377 
   1378 .fa-square-check {
   1379   --fa: "\f14a"; }
   1380 
   1381 .fa-check-square {
   1382   --fa: "\f14a"; }
   1383 
   1384 .fa-peseta-sign {
   1385   --fa: "\e221"; }
   1386 
   1387 .fa-heading {
   1388   --fa: "\f1dc"; }
   1389 
   1390 .fa-header {
   1391   --fa: "\f1dc"; }
   1392 
   1393 .fa-ghost {
   1394   --fa: "\f6e2"; }
   1395 
   1396 .fa-list {
   1397   --fa: "\f03a"; }
   1398 
   1399 .fa-list-squares {
   1400   --fa: "\f03a"; }
   1401 
   1402 .fa-square-phone-flip {
   1403   --fa: "\f87b"; }
   1404 
   1405 .fa-phone-square-alt {
   1406   --fa: "\f87b"; }
   1407 
   1408 .fa-cart-plus {
   1409   --fa: "\f217"; }
   1410 
   1411 .fa-gamepad {
   1412   --fa: "\f11b"; }
   1413 
   1414 .fa-circle-dot {
   1415   --fa: "\f192"; }
   1416 
   1417 .fa-dot-circle {
   1418   --fa: "\f192"; }
   1419 
   1420 .fa-face-dizzy {
   1421   --fa: "\f567"; }
   1422 
   1423 .fa-dizzy {
   1424   --fa: "\f567"; }
   1425 
   1426 .fa-egg {
   1427   --fa: "\f7fb"; }
   1428 
   1429 .fa-house-medical-circle-xmark {
   1430   --fa: "\e513"; }
   1431 
   1432 .fa-campground {
   1433   --fa: "\f6bb"; }
   1434 
   1435 .fa-folder-plus {
   1436   --fa: "\f65e"; }
   1437 
   1438 .fa-futbol {
   1439   --fa: "\f1e3"; }
   1440 
   1441 .fa-futbol-ball {
   1442   --fa: "\f1e3"; }
   1443 
   1444 .fa-soccer-ball {
   1445   --fa: "\f1e3"; }
   1446 
   1447 .fa-paintbrush {
   1448   --fa: "\f1fc"; }
   1449 
   1450 .fa-paint-brush {
   1451   --fa: "\f1fc"; }
   1452 
   1453 .fa-lock {
   1454   --fa: "\f023"; }
   1455 
   1456 .fa-gas-pump {
   1457   --fa: "\f52f"; }
   1458 
   1459 .fa-hot-tub-person {
   1460   --fa: "\f593"; }
   1461 
   1462 .fa-hot-tub {
   1463   --fa: "\f593"; }
   1464 
   1465 .fa-map-location {
   1466   --fa: "\f59f"; }
   1467 
   1468 .fa-map-marked {
   1469   --fa: "\f59f"; }
   1470 
   1471 .fa-house-flood-water {
   1472   --fa: "\e50e"; }
   1473 
   1474 .fa-tree {
   1475   --fa: "\f1bb"; }
   1476 
   1477 .fa-bridge-lock {
   1478   --fa: "\e4cc"; }
   1479 
   1480 .fa-sack-dollar {
   1481   --fa: "\f81d"; }
   1482 
   1483 .fa-pen-to-square {
   1484   --fa: "\f044"; }
   1485 
   1486 .fa-edit {
   1487   --fa: "\f044"; }
   1488 
   1489 .fa-car-side {
   1490   --fa: "\f5e4"; }
   1491 
   1492 .fa-share-nodes {
   1493   --fa: "\f1e0"; }
   1494 
   1495 .fa-share-alt {
   1496   --fa: "\f1e0"; }
   1497 
   1498 .fa-heart-circle-minus {
   1499   --fa: "\e4ff"; }
   1500 
   1501 .fa-hourglass-half {
   1502   --fa: "\f252"; }
   1503 
   1504 .fa-hourglass-2 {
   1505   --fa: "\f252"; }
   1506 
   1507 .fa-microscope {
   1508   --fa: "\f610"; }
   1509 
   1510 .fa-sink {
   1511   --fa: "\e06d"; }
   1512 
   1513 .fa-bag-shopping {
   1514   --fa: "\f290"; }
   1515 
   1516 .fa-shopping-bag {
   1517   --fa: "\f290"; }
   1518 
   1519 .fa-arrow-down-z-a {
   1520   --fa: "\f881"; }
   1521 
   1522 .fa-sort-alpha-desc {
   1523   --fa: "\f881"; }
   1524 
   1525 .fa-sort-alpha-down-alt {
   1526   --fa: "\f881"; }
   1527 
   1528 .fa-mitten {
   1529   --fa: "\f7b5"; }
   1530 
   1531 .fa-person-rays {
   1532   --fa: "\e54d"; }
   1533 
   1534 .fa-users {
   1535   --fa: "\f0c0"; }
   1536 
   1537 .fa-eye-slash {
   1538   --fa: "\f070"; }
   1539 
   1540 .fa-flask-vial {
   1541   --fa: "\e4f3"; }
   1542 
   1543 .fa-hand {
   1544   --fa: "\f256"; }
   1545 
   1546 .fa-hand-paper {
   1547   --fa: "\f256"; }
   1548 
   1549 .fa-om {
   1550   --fa: "\f679"; }
   1551 
   1552 .fa-worm {
   1553   --fa: "\e599"; }
   1554 
   1555 .fa-house-circle-xmark {
   1556   --fa: "\e50b"; }
   1557 
   1558 .fa-plug {
   1559   --fa: "\f1e6"; }
   1560 
   1561 .fa-chevron-up {
   1562   --fa: "\f077"; }
   1563 
   1564 .fa-hand-spock {
   1565   --fa: "\f259"; }
   1566 
   1567 .fa-stopwatch {
   1568   --fa: "\f2f2"; }
   1569 
   1570 .fa-face-kiss {
   1571   --fa: "\f596"; }
   1572 
   1573 .fa-kiss {
   1574   --fa: "\f596"; }
   1575 
   1576 .fa-bridge-circle-xmark {
   1577   --fa: "\e4cb"; }
   1578 
   1579 .fa-face-grin-tongue {
   1580   --fa: "\f589"; }
   1581 
   1582 .fa-grin-tongue {
   1583   --fa: "\f589"; }
   1584 
   1585 .fa-chess-bishop {
   1586   --fa: "\f43a"; }
   1587 
   1588 .fa-face-grin-wink {
   1589   --fa: "\f58c"; }
   1590 
   1591 .fa-grin-wink {
   1592   --fa: "\f58c"; }
   1593 
   1594 .fa-ear-deaf {
   1595   --fa: "\f2a4"; }
   1596 
   1597 .fa-deaf {
   1598   --fa: "\f2a4"; }
   1599 
   1600 .fa-deafness {
   1601   --fa: "\f2a4"; }
   1602 
   1603 .fa-hard-of-hearing {
   1604   --fa: "\f2a4"; }
   1605 
   1606 .fa-road-circle-check {
   1607   --fa: "\e564"; }
   1608 
   1609 .fa-dice-five {
   1610   --fa: "\f523"; }
   1611 
   1612 .fa-square-rss {
   1613   --fa: "\f143"; }
   1614 
   1615 .fa-rss-square {
   1616   --fa: "\f143"; }
   1617 
   1618 .fa-land-mine-on {
   1619   --fa: "\e51b"; }
   1620 
   1621 .fa-i-cursor {
   1622   --fa: "\f246"; }
   1623 
   1624 .fa-stamp {
   1625   --fa: "\f5bf"; }
   1626 
   1627 .fa-stairs {
   1628   --fa: "\e289"; }
   1629 
   1630 .fa-i {
   1631   --fa: "\49"; }
   1632 
   1633 .fa-hryvnia-sign {
   1634   --fa: "\f6f2"; }
   1635 
   1636 .fa-hryvnia {
   1637   --fa: "\f6f2"; }
   1638 
   1639 .fa-pills {
   1640   --fa: "\f484"; }
   1641 
   1642 .fa-face-grin-wide {
   1643   --fa: "\f581"; }
   1644 
   1645 .fa-grin-alt {
   1646   --fa: "\f581"; }
   1647 
   1648 .fa-tooth {
   1649   --fa: "\f5c9"; }
   1650 
   1651 .fa-v {
   1652   --fa: "\56"; }
   1653 
   1654 .fa-bangladeshi-taka-sign {
   1655   --fa: "\e2e6"; }
   1656 
   1657 .fa-bicycle {
   1658   --fa: "\f206"; }
   1659 
   1660 .fa-staff-snake {
   1661   --fa: "\e579"; }
   1662 
   1663 .fa-rod-asclepius {
   1664   --fa: "\e579"; }
   1665 
   1666 .fa-rod-snake {
   1667   --fa: "\e579"; }
   1668 
   1669 .fa-staff-aesculapius {
   1670   --fa: "\e579"; }
   1671 
   1672 .fa-head-side-cough-slash {
   1673   --fa: "\e062"; }
   1674 
   1675 .fa-truck-medical {
   1676   --fa: "\f0f9"; }
   1677 
   1678 .fa-ambulance {
   1679   --fa: "\f0f9"; }
   1680 
   1681 .fa-wheat-awn-circle-exclamation {
   1682   --fa: "\e598"; }
   1683 
   1684 .fa-snowman {
   1685   --fa: "\f7d0"; }
   1686 
   1687 .fa-mortar-pestle {
   1688   --fa: "\f5a7"; }
   1689 
   1690 .fa-road-barrier {
   1691   --fa: "\e562"; }
   1692 
   1693 .fa-school {
   1694   --fa: "\f549"; }
   1695 
   1696 .fa-igloo {
   1697   --fa: "\f7ae"; }
   1698 
   1699 .fa-joint {
   1700   --fa: "\f595"; }
   1701 
   1702 .fa-angle-right {
   1703   --fa: "\f105"; }
   1704 
   1705 .fa-horse {
   1706   --fa: "\f6f0"; }
   1707 
   1708 .fa-q {
   1709   --fa: "\51"; }
   1710 
   1711 .fa-g {
   1712   --fa: "\47"; }
   1713 
   1714 .fa-notes-medical {
   1715   --fa: "\f481"; }
   1716 
   1717 .fa-temperature-half {
   1718   --fa: "\f2c9"; }
   1719 
   1720 .fa-temperature-2 {
   1721   --fa: "\f2c9"; }
   1722 
   1723 .fa-thermometer-2 {
   1724   --fa: "\f2c9"; }
   1725 
   1726 .fa-thermometer-half {
   1727   --fa: "\f2c9"; }
   1728 
   1729 .fa-dong-sign {
   1730   --fa: "\e169"; }
   1731 
   1732 .fa-capsules {
   1733   --fa: "\f46b"; }
   1734 
   1735 .fa-poo-storm {
   1736   --fa: "\f75a"; }
   1737 
   1738 .fa-poo-bolt {
   1739   --fa: "\f75a"; }
   1740 
   1741 .fa-face-frown-open {
   1742   --fa: "\f57a"; }
   1743 
   1744 .fa-frown-open {
   1745   --fa: "\f57a"; }
   1746 
   1747 .fa-hand-point-up {
   1748   --fa: "\f0a6"; }
   1749 
   1750 .fa-money-bill {
   1751   --fa: "\f0d6"; }
   1752 
   1753 .fa-bookmark {
   1754   --fa: "\f02e"; }
   1755 
   1756 .fa-align-justify {
   1757   --fa: "\f039"; }
   1758 
   1759 .fa-umbrella-beach {
   1760   --fa: "\f5ca"; }
   1761 
   1762 .fa-helmet-un {
   1763   --fa: "\e503"; }
   1764 
   1765 .fa-bullseye {
   1766   --fa: "\f140"; }
   1767 
   1768 .fa-bacon {
   1769   --fa: "\f7e5"; }
   1770 
   1771 .fa-hand-point-down {
   1772   --fa: "\f0a7"; }
   1773 
   1774 .fa-arrow-up-from-bracket {
   1775   --fa: "\e09a"; }
   1776 
   1777 .fa-folder {
   1778   --fa: "\f07b"; }
   1779 
   1780 .fa-folder-blank {
   1781   --fa: "\f07b"; }
   1782 
   1783 .fa-file-waveform {
   1784   --fa: "\f478"; }
   1785 
   1786 .fa-file-medical-alt {
   1787   --fa: "\f478"; }
   1788 
   1789 .fa-radiation {
   1790   --fa: "\f7b9"; }
   1791 
   1792 .fa-chart-simple {
   1793   --fa: "\e473"; }
   1794 
   1795 .fa-mars-stroke {
   1796   --fa: "\f229"; }
   1797 
   1798 .fa-vial {
   1799   --fa: "\f492"; }
   1800 
   1801 .fa-gauge {
   1802   --fa: "\f624"; }
   1803 
   1804 .fa-dashboard {
   1805   --fa: "\f624"; }
   1806 
   1807 .fa-gauge-med {
   1808   --fa: "\f624"; }
   1809 
   1810 .fa-tachometer-alt-average {
   1811   --fa: "\f624"; }
   1812 
   1813 .fa-wand-magic-sparkles {
   1814   --fa: "\e2ca"; }
   1815 
   1816 .fa-magic-wand-sparkles {
   1817   --fa: "\e2ca"; }
   1818 
   1819 .fa-e {
   1820   --fa: "\45"; }
   1821 
   1822 .fa-pen-clip {
   1823   --fa: "\f305"; }
   1824 
   1825 .fa-pen-alt {
   1826   --fa: "\f305"; }
   1827 
   1828 .fa-bridge-circle-exclamation {
   1829   --fa: "\e4ca"; }
   1830 
   1831 .fa-user {
   1832   --fa: "\f007"; }
   1833 
   1834 .fa-school-circle-check {
   1835   --fa: "\e56b"; }
   1836 
   1837 .fa-dumpster {
   1838   --fa: "\f793"; }
   1839 
   1840 .fa-van-shuttle {
   1841   --fa: "\f5b6"; }
   1842 
   1843 .fa-shuttle-van {
   1844   --fa: "\f5b6"; }
   1845 
   1846 .fa-building-user {
   1847   --fa: "\e4da"; }
   1848 
   1849 .fa-square-caret-left {
   1850   --fa: "\f191"; }
   1851 
   1852 .fa-caret-square-left {
   1853   --fa: "\f191"; }
   1854 
   1855 .fa-highlighter {
   1856   --fa: "\f591"; }
   1857 
   1858 .fa-key {
   1859   --fa: "\f084"; }
   1860 
   1861 .fa-bullhorn {
   1862   --fa: "\f0a1"; }
   1863 
   1864 .fa-globe {
   1865   --fa: "\f0ac"; }
   1866 
   1867 .fa-synagogue {
   1868   --fa: "\f69b"; }
   1869 
   1870 .fa-person-half-dress {
   1871   --fa: "\e548"; }
   1872 
   1873 .fa-road-bridge {
   1874   --fa: "\e563"; }
   1875 
   1876 .fa-location-arrow {
   1877   --fa: "\f124"; }
   1878 
   1879 .fa-c {
   1880   --fa: "\43"; }
   1881 
   1882 .fa-tablet-button {
   1883   --fa: "\f10a"; }
   1884 
   1885 .fa-building-lock {
   1886   --fa: "\e4d6"; }
   1887 
   1888 .fa-pizza-slice {
   1889   --fa: "\f818"; }
   1890 
   1891 .fa-money-bill-wave {
   1892   --fa: "\f53a"; }
   1893 
   1894 .fa-chart-area {
   1895   --fa: "\f1fe"; }
   1896 
   1897 .fa-area-chart {
   1898   --fa: "\f1fe"; }
   1899 
   1900 .fa-house-flag {
   1901   --fa: "\e50d"; }
   1902 
   1903 .fa-person-circle-minus {
   1904   --fa: "\e540"; }
   1905 
   1906 .fa-ban {
   1907   --fa: "\f05e"; }
   1908 
   1909 .fa-cancel {
   1910   --fa: "\f05e"; }
   1911 
   1912 .fa-camera-rotate {
   1913   --fa: "\e0d8"; }
   1914 
   1915 .fa-spray-can-sparkles {
   1916   --fa: "\f5d0"; }
   1917 
   1918 .fa-air-freshener {
   1919   --fa: "\f5d0"; }
   1920 
   1921 .fa-star {
   1922   --fa: "\f005"; }
   1923 
   1924 .fa-repeat {
   1925   --fa: "\f363"; }
   1926 
   1927 .fa-cross {
   1928   --fa: "\f654"; }
   1929 
   1930 .fa-box {
   1931   --fa: "\f466"; }
   1932 
   1933 .fa-venus-mars {
   1934   --fa: "\f228"; }
   1935 
   1936 .fa-arrow-pointer {
   1937   --fa: "\f245"; }
   1938 
   1939 .fa-mouse-pointer {
   1940   --fa: "\f245"; }
   1941 
   1942 .fa-maximize {
   1943   --fa: "\f31e"; }
   1944 
   1945 .fa-expand-arrows-alt {
   1946   --fa: "\f31e"; }
   1947 
   1948 .fa-charging-station {
   1949   --fa: "\f5e7"; }
   1950 
   1951 .fa-shapes {
   1952   --fa: "\f61f"; }
   1953 
   1954 .fa-triangle-circle-square {
   1955   --fa: "\f61f"; }
   1956 
   1957 .fa-shuffle {
   1958   --fa: "\f074"; }
   1959 
   1960 .fa-random {
   1961   --fa: "\f074"; }
   1962 
   1963 .fa-person-running {
   1964   --fa: "\f70c"; }
   1965 
   1966 .fa-running {
   1967   --fa: "\f70c"; }
   1968 
   1969 .fa-mobile-retro {
   1970   --fa: "\e527"; }
   1971 
   1972 .fa-grip-lines-vertical {
   1973   --fa: "\f7a5"; }
   1974 
   1975 .fa-spider {
   1976   --fa: "\f717"; }
   1977 
   1978 .fa-hands-bound {
   1979   --fa: "\e4f9"; }
   1980 
   1981 .fa-file-invoice-dollar {
   1982   --fa: "\f571"; }
   1983 
   1984 .fa-plane-circle-exclamation {
   1985   --fa: "\e556"; }
   1986 
   1987 .fa-x-ray {
   1988   --fa: "\f497"; }
   1989 
   1990 .fa-spell-check {
   1991   --fa: "\f891"; }
   1992 
   1993 .fa-slash {
   1994   --fa: "\f715"; }
   1995 
   1996 .fa-computer-mouse {
   1997   --fa: "\f8cc"; }
   1998 
   1999 .fa-mouse {
   2000   --fa: "\f8cc"; }
   2001 
   2002 .fa-arrow-right-to-bracket {
   2003   --fa: "\f090"; }
   2004 
   2005 .fa-sign-in {
   2006   --fa: "\f090"; }
   2007 
   2008 .fa-shop-slash {
   2009   --fa: "\e070"; }
   2010 
   2011 .fa-store-alt-slash {
   2012   --fa: "\e070"; }
   2013 
   2014 .fa-server {
   2015   --fa: "\f233"; }
   2016 
   2017 .fa-virus-covid-slash {
   2018   --fa: "\e4a9"; }
   2019 
   2020 .fa-shop-lock {
   2021   --fa: "\e4a5"; }
   2022 
   2023 .fa-hourglass-start {
   2024   --fa: "\f251"; }
   2025 
   2026 .fa-hourglass-1 {
   2027   --fa: "\f251"; }
   2028 
   2029 .fa-blender-phone {
   2030   --fa: "\f6b6"; }
   2031 
   2032 .fa-building-wheat {
   2033   --fa: "\e4db"; }
   2034 
   2035 .fa-person-breastfeeding {
   2036   --fa: "\e53a"; }
   2037 
   2038 .fa-right-to-bracket {
   2039   --fa: "\f2f6"; }
   2040 
   2041 .fa-sign-in-alt {
   2042   --fa: "\f2f6"; }
   2043 
   2044 .fa-venus {
   2045   --fa: "\f221"; }
   2046 
   2047 .fa-passport {
   2048   --fa: "\f5ab"; }
   2049 
   2050 .fa-thumbtack-slash {
   2051   --fa: "\e68f"; }
   2052 
   2053 .fa-thumb-tack-slash {
   2054   --fa: "\e68f"; }
   2055 
   2056 .fa-heart-pulse {
   2057   --fa: "\f21e"; }
   2058 
   2059 .fa-heartbeat {
   2060   --fa: "\f21e"; }
   2061 
   2062 .fa-people-carry-box {
   2063   --fa: "\f4ce"; }
   2064 
   2065 .fa-people-carry {
   2066   --fa: "\f4ce"; }
   2067 
   2068 .fa-temperature-high {
   2069   --fa: "\f769"; }
   2070 
   2071 .fa-microchip {
   2072   --fa: "\f2db"; }
   2073 
   2074 .fa-crown {
   2075   --fa: "\f521"; }
   2076 
   2077 .fa-weight-hanging {
   2078   --fa: "\f5cd"; }
   2079 
   2080 .fa-xmarks-lines {
   2081   --fa: "\e59a"; }
   2082 
   2083 .fa-file-prescription {
   2084   --fa: "\f572"; }
   2085 
   2086 .fa-weight-scale {
   2087   --fa: "\f496"; }
   2088 
   2089 .fa-weight {
   2090   --fa: "\f496"; }
   2091 
   2092 .fa-user-group {
   2093   --fa: "\f500"; }
   2094 
   2095 .fa-user-friends {
   2096   --fa: "\f500"; }
   2097 
   2098 .fa-arrow-up-a-z {
   2099   --fa: "\f15e"; }
   2100 
   2101 .fa-sort-alpha-up {
   2102   --fa: "\f15e"; }
   2103 
   2104 .fa-chess-knight {
   2105   --fa: "\f441"; }
   2106 
   2107 .fa-face-laugh-squint {
   2108   --fa: "\f59b"; }
   2109 
   2110 .fa-laugh-squint {
   2111   --fa: "\f59b"; }
   2112 
   2113 .fa-wheelchair {
   2114   --fa: "\f193"; }
   2115 
   2116 .fa-circle-arrow-up {
   2117   --fa: "\f0aa"; }
   2118 
   2119 .fa-arrow-circle-up {
   2120   --fa: "\f0aa"; }
   2121 
   2122 .fa-toggle-on {
   2123   --fa: "\f205"; }
   2124 
   2125 .fa-person-walking {
   2126   --fa: "\f554"; }
   2127 
   2128 .fa-walking {
   2129   --fa: "\f554"; }
   2130 
   2131 .fa-l {
   2132   --fa: "\4c"; }
   2133 
   2134 .fa-fire {
   2135   --fa: "\f06d"; }
   2136 
   2137 .fa-bed-pulse {
   2138   --fa: "\f487"; }
   2139 
   2140 .fa-procedures {
   2141   --fa: "\f487"; }
   2142 
   2143 .fa-shuttle-space {
   2144   --fa: "\f197"; }
   2145 
   2146 .fa-space-shuttle {
   2147   --fa: "\f197"; }
   2148 
   2149 .fa-face-laugh {
   2150   --fa: "\f599"; }
   2151 
   2152 .fa-laugh {
   2153   --fa: "\f599"; }
   2154 
   2155 .fa-folder-open {
   2156   --fa: "\f07c"; }
   2157 
   2158 .fa-heart-circle-plus {
   2159   --fa: "\e500"; }
   2160 
   2161 .fa-code-fork {
   2162   --fa: "\e13b"; }
   2163 
   2164 .fa-city {
   2165   --fa: "\f64f"; }
   2166 
   2167 .fa-microphone-lines {
   2168   --fa: "\f3c9"; }
   2169 
   2170 .fa-microphone-alt {
   2171   --fa: "\f3c9"; }
   2172 
   2173 .fa-pepper-hot {
   2174   --fa: "\f816"; }
   2175 
   2176 .fa-unlock {
   2177   --fa: "\f09c"; }
   2178 
   2179 .fa-colon-sign {
   2180   --fa: "\e140"; }
   2181 
   2182 .fa-headset {
   2183   --fa: "\f590"; }
   2184 
   2185 .fa-store-slash {
   2186   --fa: "\e071"; }
   2187 
   2188 .fa-road-circle-xmark {
   2189   --fa: "\e566"; }
   2190 
   2191 .fa-user-minus {
   2192   --fa: "\f503"; }
   2193 
   2194 .fa-mars-stroke-up {
   2195   --fa: "\f22a"; }
   2196 
   2197 .fa-mars-stroke-v {
   2198   --fa: "\f22a"; }
   2199 
   2200 .fa-champagne-glasses {
   2201   --fa: "\f79f"; }
   2202 
   2203 .fa-glass-cheers {
   2204   --fa: "\f79f"; }
   2205 
   2206 .fa-clipboard {
   2207   --fa: "\f328"; }
   2208 
   2209 .fa-house-circle-exclamation {
   2210   --fa: "\e50a"; }
   2211 
   2212 .fa-file-arrow-up {
   2213   --fa: "\f574"; }
   2214 
   2215 .fa-file-upload {
   2216   --fa: "\f574"; }
   2217 
   2218 .fa-wifi {
   2219   --fa: "\f1eb"; }
   2220 
   2221 .fa-wifi-3 {
   2222   --fa: "\f1eb"; }
   2223 
   2224 .fa-wifi-strong {
   2225   --fa: "\f1eb"; }
   2226 
   2227 .fa-bath {
   2228   --fa: "\f2cd"; }
   2229 
   2230 .fa-bathtub {
   2231   --fa: "\f2cd"; }
   2232 
   2233 .fa-underline {
   2234   --fa: "\f0cd"; }
   2235 
   2236 .fa-user-pen {
   2237   --fa: "\f4ff"; }
   2238 
   2239 .fa-user-edit {
   2240   --fa: "\f4ff"; }
   2241 
   2242 .fa-signature {
   2243   --fa: "\f5b7"; }
   2244 
   2245 .fa-stroopwafel {
   2246   --fa: "\f551"; }
   2247 
   2248 .fa-bold {
   2249   --fa: "\f032"; }
   2250 
   2251 .fa-anchor-lock {
   2252   --fa: "\e4ad"; }
   2253 
   2254 .fa-building-ngo {
   2255   --fa: "\e4d7"; }
   2256 
   2257 .fa-manat-sign {
   2258   --fa: "\e1d5"; }
   2259 
   2260 .fa-not-equal {
   2261   --fa: "\f53e"; }
   2262 
   2263 .fa-border-top-left {
   2264   --fa: "\f853"; }
   2265 
   2266 .fa-border-style {
   2267   --fa: "\f853"; }
   2268 
   2269 .fa-map-location-dot {
   2270   --fa: "\f5a0"; }
   2271 
   2272 .fa-map-marked-alt {
   2273   --fa: "\f5a0"; }
   2274 
   2275 .fa-jedi {
   2276   --fa: "\f669"; }
   2277 
   2278 .fa-square-poll-vertical {
   2279   --fa: "\f681"; }
   2280 
   2281 .fa-poll {
   2282   --fa: "\f681"; }
   2283 
   2284 .fa-mug-hot {
   2285   --fa: "\f7b6"; }
   2286 
   2287 .fa-car-battery {
   2288   --fa: "\f5df"; }
   2289 
   2290 .fa-battery-car {
   2291   --fa: "\f5df"; }
   2292 
   2293 .fa-gift {
   2294   --fa: "\f06b"; }
   2295 
   2296 .fa-dice-two {
   2297   --fa: "\f528"; }
   2298 
   2299 .fa-chess-queen {
   2300   --fa: "\f445"; }
   2301 
   2302 .fa-glasses {
   2303   --fa: "\f530"; }
   2304 
   2305 .fa-chess-board {
   2306   --fa: "\f43c"; }
   2307 
   2308 .fa-building-circle-check {
   2309   --fa: "\e4d2"; }
   2310 
   2311 .fa-person-chalkboard {
   2312   --fa: "\e53d"; }
   2313 
   2314 .fa-mars-stroke-right {
   2315   --fa: "\f22b"; }
   2316 
   2317 .fa-mars-stroke-h {
   2318   --fa: "\f22b"; }
   2319 
   2320 .fa-hand-back-fist {
   2321   --fa: "\f255"; }
   2322 
   2323 .fa-hand-rock {
   2324   --fa: "\f255"; }
   2325 
   2326 .fa-square-caret-up {
   2327   --fa: "\f151"; }
   2328 
   2329 .fa-caret-square-up {
   2330   --fa: "\f151"; }
   2331 
   2332 .fa-cloud-showers-water {
   2333   --fa: "\e4e4"; }
   2334 
   2335 .fa-chart-bar {
   2336   --fa: "\f080"; }
   2337 
   2338 .fa-bar-chart {
   2339   --fa: "\f080"; }
   2340 
   2341 .fa-hands-bubbles {
   2342   --fa: "\e05e"; }
   2343 
   2344 .fa-hands-wash {
   2345   --fa: "\e05e"; }
   2346 
   2347 .fa-less-than-equal {
   2348   --fa: "\f537"; }
   2349 
   2350 .fa-train {
   2351   --fa: "\f238"; }
   2352 
   2353 .fa-eye-low-vision {
   2354   --fa: "\f2a8"; }
   2355 
   2356 .fa-low-vision {
   2357   --fa: "\f2a8"; }
   2358 
   2359 .fa-crow {
   2360   --fa: "\f520"; }
   2361 
   2362 .fa-sailboat {
   2363   --fa: "\e445"; }
   2364 
   2365 .fa-window-restore {
   2366   --fa: "\f2d2"; }
   2367 
   2368 .fa-square-plus {
   2369   --fa: "\f0fe"; }
   2370 
   2371 .fa-plus-square {
   2372   --fa: "\f0fe"; }
   2373 
   2374 .fa-torii-gate {
   2375   --fa: "\f6a1"; }
   2376 
   2377 .fa-frog {
   2378   --fa: "\f52e"; }
   2379 
   2380 .fa-bucket {
   2381   --fa: "\e4cf"; }
   2382 
   2383 .fa-image {
   2384   --fa: "\f03e"; }
   2385 
   2386 .fa-microphone {
   2387   --fa: "\f130"; }
   2388 
   2389 .fa-cow {
   2390   --fa: "\f6c8"; }
   2391 
   2392 .fa-caret-up {
   2393   --fa: "\f0d8"; }
   2394 
   2395 .fa-screwdriver {
   2396   --fa: "\f54a"; }
   2397 
   2398 .fa-folder-closed {
   2399   --fa: "\e185"; }
   2400 
   2401 .fa-house-tsunami {
   2402   --fa: "\e515"; }
   2403 
   2404 .fa-square-nfi {
   2405   --fa: "\e576"; }
   2406 
   2407 .fa-arrow-up-from-ground-water {
   2408   --fa: "\e4b5"; }
   2409 
   2410 .fa-martini-glass {
   2411   --fa: "\f57b"; }
   2412 
   2413 .fa-glass-martini-alt {
   2414   --fa: "\f57b"; }
   2415 
   2416 .fa-square-binary {
   2417   --fa: "\e69b"; }
   2418 
   2419 .fa-rotate-left {
   2420   --fa: "\f2ea"; }
   2421 
   2422 .fa-rotate-back {
   2423   --fa: "\f2ea"; }
   2424 
   2425 .fa-rotate-backward {
   2426   --fa: "\f2ea"; }
   2427 
   2428 .fa-undo-alt {
   2429   --fa: "\f2ea"; }
   2430 
   2431 .fa-table-columns {
   2432   --fa: "\f0db"; }
   2433 
   2434 .fa-columns {
   2435   --fa: "\f0db"; }
   2436 
   2437 .fa-lemon {
   2438   --fa: "\f094"; }
   2439 
   2440 .fa-head-side-mask {
   2441   --fa: "\e063"; }
   2442 
   2443 .fa-handshake {
   2444   --fa: "\f2b5"; }
   2445 
   2446 .fa-gem {
   2447   --fa: "\f3a5"; }
   2448 
   2449 .fa-dolly {
   2450   --fa: "\f472"; }
   2451 
   2452 .fa-dolly-box {
   2453   --fa: "\f472"; }
   2454 
   2455 .fa-smoking {
   2456   --fa: "\f48d"; }
   2457 
   2458 .fa-minimize {
   2459   --fa: "\f78c"; }
   2460 
   2461 .fa-compress-arrows-alt {
   2462   --fa: "\f78c"; }
   2463 
   2464 .fa-monument {
   2465   --fa: "\f5a6"; }
   2466 
   2467 .fa-snowplow {
   2468   --fa: "\f7d2"; }
   2469 
   2470 .fa-angles-right {
   2471   --fa: "\f101"; }
   2472 
   2473 .fa-angle-double-right {
   2474   --fa: "\f101"; }
   2475 
   2476 .fa-cannabis {
   2477   --fa: "\f55f"; }
   2478 
   2479 .fa-circle-play {
   2480   --fa: "\f144"; }
   2481 
   2482 .fa-play-circle {
   2483   --fa: "\f144"; }
   2484 
   2485 .fa-tablets {
   2486   --fa: "\f490"; }
   2487 
   2488 .fa-ethernet {
   2489   --fa: "\f796"; }
   2490 
   2491 .fa-euro-sign {
   2492   --fa: "\f153"; }
   2493 
   2494 .fa-eur {
   2495   --fa: "\f153"; }
   2496 
   2497 .fa-euro {
   2498   --fa: "\f153"; }
   2499 
   2500 .fa-chair {
   2501   --fa: "\f6c0"; }
   2502 
   2503 .fa-circle-check {
   2504   --fa: "\f058"; }
   2505 
   2506 .fa-check-circle {
   2507   --fa: "\f058"; }
   2508 
   2509 .fa-circle-stop {
   2510   --fa: "\f28d"; }
   2511 
   2512 .fa-stop-circle {
   2513   --fa: "\f28d"; }
   2514 
   2515 .fa-compass-drafting {
   2516   --fa: "\f568"; }
   2517 
   2518 .fa-drafting-compass {
   2519   --fa: "\f568"; }
   2520 
   2521 .fa-plate-wheat {
   2522   --fa: "\e55a"; }
   2523 
   2524 .fa-icicles {
   2525   --fa: "\f7ad"; }
   2526 
   2527 .fa-person-shelter {
   2528   --fa: "\e54f"; }
   2529 
   2530 .fa-neuter {
   2531   --fa: "\f22c"; }
   2532 
   2533 .fa-id-badge {
   2534   --fa: "\f2c1"; }
   2535 
   2536 .fa-marker {
   2537   --fa: "\f5a1"; }
   2538 
   2539 .fa-face-laugh-beam {
   2540   --fa: "\f59a"; }
   2541 
   2542 .fa-laugh-beam {
   2543   --fa: "\f59a"; }
   2544 
   2545 .fa-helicopter-symbol {
   2546   --fa: "\e502"; }
   2547 
   2548 .fa-universal-access {
   2549   --fa: "\f29a"; }
   2550 
   2551 .fa-circle-chevron-up {
   2552   --fa: "\f139"; }
   2553 
   2554 .fa-chevron-circle-up {
   2555   --fa: "\f139"; }
   2556 
   2557 .fa-lari-sign {
   2558   --fa: "\e1c8"; }
   2559 
   2560 .fa-volcano {
   2561   --fa: "\f770"; }
   2562 
   2563 .fa-person-walking-dashed-line-arrow-right {
   2564   --fa: "\e553"; }
   2565 
   2566 .fa-sterling-sign {
   2567   --fa: "\f154"; }
   2568 
   2569 .fa-gbp {
   2570   --fa: "\f154"; }
   2571 
   2572 .fa-pound-sign {
   2573   --fa: "\f154"; }
   2574 
   2575 .fa-viruses {
   2576   --fa: "\e076"; }
   2577 
   2578 .fa-square-person-confined {
   2579   --fa: "\e577"; }
   2580 
   2581 .fa-user-tie {
   2582   --fa: "\f508"; }
   2583 
   2584 .fa-arrow-down-long {
   2585   --fa: "\f175"; }
   2586 
   2587 .fa-long-arrow-down {
   2588   --fa: "\f175"; }
   2589 
   2590 .fa-tent-arrow-down-to-line {
   2591   --fa: "\e57e"; }
   2592 
   2593 .fa-certificate {
   2594   --fa: "\f0a3"; }
   2595 
   2596 .fa-reply-all {
   2597   --fa: "\f122"; }
   2598 
   2599 .fa-mail-reply-all {
   2600   --fa: "\f122"; }
   2601 
   2602 .fa-suitcase {
   2603   --fa: "\f0f2"; }
   2604 
   2605 .fa-person-skating {
   2606   --fa: "\f7c5"; }
   2607 
   2608 .fa-skating {
   2609   --fa: "\f7c5"; }
   2610 
   2611 .fa-filter-circle-dollar {
   2612   --fa: "\f662"; }
   2613 
   2614 .fa-funnel-dollar {
   2615   --fa: "\f662"; }
   2616 
   2617 .fa-camera-retro {
   2618   --fa: "\f083"; }
   2619 
   2620 .fa-circle-arrow-down {
   2621   --fa: "\f0ab"; }
   2622 
   2623 .fa-arrow-circle-down {
   2624   --fa: "\f0ab"; }
   2625 
   2626 .fa-file-import {
   2627   --fa: "\f56f"; }
   2628 
   2629 .fa-arrow-right-to-file {
   2630   --fa: "\f56f"; }
   2631 
   2632 .fa-square-arrow-up-right {
   2633   --fa: "\f14c"; }
   2634 
   2635 .fa-external-link-square {
   2636   --fa: "\f14c"; }
   2637 
   2638 .fa-box-open {
   2639   --fa: "\f49e"; }
   2640 
   2641 .fa-scroll {
   2642   --fa: "\f70e"; }
   2643 
   2644 .fa-spa {
   2645   --fa: "\f5bb"; }
   2646 
   2647 .fa-location-pin-lock {
   2648   --fa: "\e51f"; }
   2649 
   2650 .fa-pause {
   2651   --fa: "\f04c"; }
   2652 
   2653 .fa-hill-avalanche {
   2654   --fa: "\e507"; }
   2655 
   2656 .fa-temperature-empty {
   2657   --fa: "\f2cb"; }
   2658 
   2659 .fa-temperature-0 {
   2660   --fa: "\f2cb"; }
   2661 
   2662 .fa-thermometer-0 {
   2663   --fa: "\f2cb"; }
   2664 
   2665 .fa-thermometer-empty {
   2666   --fa: "\f2cb"; }
   2667 
   2668 .fa-bomb {
   2669   --fa: "\f1e2"; }
   2670 
   2671 .fa-registered {
   2672   --fa: "\f25d"; }
   2673 
   2674 .fa-address-card {
   2675   --fa: "\f2bb"; }
   2676 
   2677 .fa-contact-card {
   2678   --fa: "\f2bb"; }
   2679 
   2680 .fa-vcard {
   2681   --fa: "\f2bb"; }
   2682 
   2683 .fa-scale-unbalanced-flip {
   2684   --fa: "\f516"; }
   2685 
   2686 .fa-balance-scale-right {
   2687   --fa: "\f516"; }
   2688 
   2689 .fa-subscript {
   2690   --fa: "\f12c"; }
   2691 
   2692 .fa-diamond-turn-right {
   2693   --fa: "\f5eb"; }
   2694 
   2695 .fa-directions {
   2696   --fa: "\f5eb"; }
   2697 
   2698 .fa-burst {
   2699   --fa: "\e4dc"; }
   2700 
   2701 .fa-house-laptop {
   2702   --fa: "\e066"; }
   2703 
   2704 .fa-laptop-house {
   2705   --fa: "\e066"; }
   2706 
   2707 .fa-face-tired {
   2708   --fa: "\f5c8"; }
   2709 
   2710 .fa-tired {
   2711   --fa: "\f5c8"; }
   2712 
   2713 .fa-money-bills {
   2714   --fa: "\e1f3"; }
   2715 
   2716 .fa-smog {
   2717   --fa: "\f75f"; }
   2718 
   2719 .fa-crutch {
   2720   --fa: "\f7f7"; }
   2721 
   2722 .fa-cloud-arrow-up {
   2723   --fa: "\f0ee"; }
   2724 
   2725 .fa-cloud-upload {
   2726   --fa: "\f0ee"; }
   2727 
   2728 .fa-cloud-upload-alt {
   2729   --fa: "\f0ee"; }
   2730 
   2731 .fa-palette {
   2732   --fa: "\f53f"; }
   2733 
   2734 .fa-arrows-turn-right {
   2735   --fa: "\e4c0"; }
   2736 
   2737 .fa-vest {
   2738   --fa: "\e085"; }
   2739 
   2740 .fa-ferry {
   2741   --fa: "\e4ea"; }
   2742 
   2743 .fa-arrows-down-to-people {
   2744   --fa: "\e4b9"; }
   2745 
   2746 .fa-seedling {
   2747   --fa: "\f4d8"; }
   2748 
   2749 .fa-sprout {
   2750   --fa: "\f4d8"; }
   2751 
   2752 .fa-left-right {
   2753   --fa: "\f337"; }
   2754 
   2755 .fa-arrows-alt-h {
   2756   --fa: "\f337"; }
   2757 
   2758 .fa-boxes-packing {
   2759   --fa: "\e4c7"; }
   2760 
   2761 .fa-circle-arrow-left {
   2762   --fa: "\f0a8"; }
   2763 
   2764 .fa-arrow-circle-left {
   2765   --fa: "\f0a8"; }
   2766 
   2767 .fa-group-arrows-rotate {
   2768   --fa: "\e4f6"; }
   2769 
   2770 .fa-bowl-food {
   2771   --fa: "\e4c6"; }
   2772 
   2773 .fa-candy-cane {
   2774   --fa: "\f786"; }
   2775 
   2776 .fa-arrow-down-wide-short {
   2777   --fa: "\f160"; }
   2778 
   2779 .fa-sort-amount-asc {
   2780   --fa: "\f160"; }
   2781 
   2782 .fa-sort-amount-down {
   2783   --fa: "\f160"; }
   2784 
   2785 .fa-cloud-bolt {
   2786   --fa: "\f76c"; }
   2787 
   2788 .fa-thunderstorm {
   2789   --fa: "\f76c"; }
   2790 
   2791 .fa-text-slash {
   2792   --fa: "\f87d"; }
   2793 
   2794 .fa-remove-format {
   2795   --fa: "\f87d"; }
   2796 
   2797 .fa-face-smile-wink {
   2798   --fa: "\f4da"; }
   2799 
   2800 .fa-smile-wink {
   2801   --fa: "\f4da"; }
   2802 
   2803 .fa-file-word {
   2804   --fa: "\f1c2"; }
   2805 
   2806 .fa-file-powerpoint {
   2807   --fa: "\f1c4"; }
   2808 
   2809 .fa-arrows-left-right {
   2810   --fa: "\f07e"; }
   2811 
   2812 .fa-arrows-h {
   2813   --fa: "\f07e"; }
   2814 
   2815 .fa-house-lock {
   2816   --fa: "\e510"; }
   2817 
   2818 .fa-cloud-arrow-down {
   2819   --fa: "\f0ed"; }
   2820 
   2821 .fa-cloud-download {
   2822   --fa: "\f0ed"; }
   2823 
   2824 .fa-cloud-download-alt {
   2825   --fa: "\f0ed"; }
   2826 
   2827 .fa-children {
   2828   --fa: "\e4e1"; }
   2829 
   2830 .fa-chalkboard {
   2831   --fa: "\f51b"; }
   2832 
   2833 .fa-blackboard {
   2834   --fa: "\f51b"; }
   2835 
   2836 .fa-user-large-slash {
   2837   --fa: "\f4fa"; }
   2838 
   2839 .fa-user-alt-slash {
   2840   --fa: "\f4fa"; }
   2841 
   2842 .fa-envelope-open {
   2843   --fa: "\f2b6"; }
   2844 
   2845 .fa-handshake-simple-slash {
   2846   --fa: "\e05f"; }
   2847 
   2848 .fa-handshake-alt-slash {
   2849   --fa: "\e05f"; }
   2850 
   2851 .fa-mattress-pillow {
   2852   --fa: "\e525"; }
   2853 
   2854 .fa-guarani-sign {
   2855   --fa: "\e19a"; }
   2856 
   2857 .fa-arrows-rotate {
   2858   --fa: "\f021"; }
   2859 
   2860 .fa-refresh {
   2861   --fa: "\f021"; }
   2862 
   2863 .fa-sync {
   2864   --fa: "\f021"; }
   2865 
   2866 .fa-fire-extinguisher {
   2867   --fa: "\f134"; }
   2868 
   2869 .fa-cruzeiro-sign {
   2870   --fa: "\e152"; }
   2871 
   2872 .fa-greater-than-equal {
   2873   --fa: "\f532"; }
   2874 
   2875 .fa-shield-halved {
   2876   --fa: "\f3ed"; }
   2877 
   2878 .fa-shield-alt {
   2879   --fa: "\f3ed"; }
   2880 
   2881 .fa-book-atlas {
   2882   --fa: "\f558"; }
   2883 
   2884 .fa-atlas {
   2885   --fa: "\f558"; }
   2886 
   2887 .fa-virus {
   2888   --fa: "\e074"; }
   2889 
   2890 .fa-envelope-circle-check {
   2891   --fa: "\e4e8"; }
   2892 
   2893 .fa-layer-group {
   2894   --fa: "\f5fd"; }
   2895 
   2896 .fa-arrows-to-dot {
   2897   --fa: "\e4be"; }
   2898 
   2899 .fa-archway {
   2900   --fa: "\f557"; }
   2901 
   2902 .fa-heart-circle-check {
   2903   --fa: "\e4fd"; }
   2904 
   2905 .fa-house-chimney-crack {
   2906   --fa: "\f6f1"; }
   2907 
   2908 .fa-house-damage {
   2909   --fa: "\f6f1"; }
   2910 
   2911 .fa-file-zipper {
   2912   --fa: "\f1c6"; }
   2913 
   2914 .fa-file-archive {
   2915   --fa: "\f1c6"; }
   2916 
   2917 .fa-square {
   2918   --fa: "\f0c8"; }
   2919 
   2920 .fa-martini-glass-empty {
   2921   --fa: "\f000"; }
   2922 
   2923 .fa-glass-martini {
   2924   --fa: "\f000"; }
   2925 
   2926 .fa-couch {
   2927   --fa: "\f4b8"; }
   2928 
   2929 .fa-cedi-sign {
   2930   --fa: "\e0df"; }
   2931 
   2932 .fa-italic {
   2933   --fa: "\f033"; }
   2934 
   2935 .fa-table-cells-column-lock {
   2936   --fa: "\e678"; }
   2937 
   2938 .fa-church {
   2939   --fa: "\f51d"; }
   2940 
   2941 .fa-comments-dollar {
   2942   --fa: "\f653"; }
   2943 
   2944 .fa-democrat {
   2945   --fa: "\f747"; }
   2946 
   2947 .fa-z {
   2948   --fa: "\5a"; }
   2949 
   2950 .fa-person-skiing {
   2951   --fa: "\f7c9"; }
   2952 
   2953 .fa-skiing {
   2954   --fa: "\f7c9"; }
   2955 
   2956 .fa-road-lock {
   2957   --fa: "\e567"; }
   2958 
   2959 .fa-a {
   2960   --fa: "\41"; }
   2961 
   2962 .fa-temperature-arrow-down {
   2963   --fa: "\e03f"; }
   2964 
   2965 .fa-temperature-down {
   2966   --fa: "\e03f"; }
   2967 
   2968 .fa-feather-pointed {
   2969   --fa: "\f56b"; }
   2970 
   2971 .fa-feather-alt {
   2972   --fa: "\f56b"; }
   2973 
   2974 .fa-p {
   2975   --fa: "\50"; }
   2976 
   2977 .fa-snowflake {
   2978   --fa: "\f2dc"; }
   2979 
   2980 .fa-newspaper {
   2981   --fa: "\f1ea"; }
   2982 
   2983 .fa-rectangle-ad {
   2984   --fa: "\f641"; }
   2985 
   2986 .fa-ad {
   2987   --fa: "\f641"; }
   2988 
   2989 .fa-circle-arrow-right {
   2990   --fa: "\f0a9"; }
   2991 
   2992 .fa-arrow-circle-right {
   2993   --fa: "\f0a9"; }
   2994 
   2995 .fa-filter-circle-xmark {
   2996   --fa: "\e17b"; }
   2997 
   2998 .fa-locust {
   2999   --fa: "\e520"; }
   3000 
   3001 .fa-sort {
   3002   --fa: "\f0dc"; }
   3003 
   3004 .fa-unsorted {
   3005   --fa: "\f0dc"; }
   3006 
   3007 .fa-list-ol {
   3008   --fa: "\f0cb"; }
   3009 
   3010 .fa-list-1-2 {
   3011   --fa: "\f0cb"; }
   3012 
   3013 .fa-list-numeric {
   3014   --fa: "\f0cb"; }
   3015 
   3016 .fa-person-dress-burst {
   3017   --fa: "\e544"; }
   3018 
   3019 .fa-money-check-dollar {
   3020   --fa: "\f53d"; }
   3021 
   3022 .fa-money-check-alt {
   3023   --fa: "\f53d"; }
   3024 
   3025 .fa-vector-square {
   3026   --fa: "\f5cb"; }
   3027 
   3028 .fa-bread-slice {
   3029   --fa: "\f7ec"; }
   3030 
   3031 .fa-language {
   3032   --fa: "\f1ab"; }
   3033 
   3034 .fa-face-kiss-wink-heart {
   3035   --fa: "\f598"; }
   3036 
   3037 .fa-kiss-wink-heart {
   3038   --fa: "\f598"; }
   3039 
   3040 .fa-filter {
   3041   --fa: "\f0b0"; }
   3042 
   3043 .fa-question {
   3044   --fa: "\3f"; }
   3045 
   3046 .fa-file-signature {
   3047   --fa: "\f573"; }
   3048 
   3049 .fa-up-down-left-right {
   3050   --fa: "\f0b2"; }
   3051 
   3052 .fa-arrows-alt {
   3053   --fa: "\f0b2"; }
   3054 
   3055 .fa-house-chimney-user {
   3056   --fa: "\e065"; }
   3057 
   3058 .fa-hand-holding-heart {
   3059   --fa: "\f4be"; }
   3060 
   3061 .fa-puzzle-piece {
   3062   --fa: "\f12e"; }
   3063 
   3064 .fa-money-check {
   3065   --fa: "\f53c"; }
   3066 
   3067 .fa-star-half-stroke {
   3068   --fa: "\f5c0"; }
   3069 
   3070 .fa-star-half-alt {
   3071   --fa: "\f5c0"; }
   3072 
   3073 .fa-code {
   3074   --fa: "\f121"; }
   3075 
   3076 .fa-whiskey-glass {
   3077   --fa: "\f7a0"; }
   3078 
   3079 .fa-glass-whiskey {
   3080   --fa: "\f7a0"; }
   3081 
   3082 .fa-building-circle-exclamation {
   3083   --fa: "\e4d3"; }
   3084 
   3085 .fa-magnifying-glass-chart {
   3086   --fa: "\e522"; }
   3087 
   3088 .fa-arrow-up-right-from-square {
   3089   --fa: "\f08e"; }
   3090 
   3091 .fa-external-link {
   3092   --fa: "\f08e"; }
   3093 
   3094 .fa-cubes-stacked {
   3095   --fa: "\e4e6"; }
   3096 
   3097 .fa-won-sign {
   3098   --fa: "\f159"; }
   3099 
   3100 .fa-krw {
   3101   --fa: "\f159"; }
   3102 
   3103 .fa-won {
   3104   --fa: "\f159"; }
   3105 
   3106 .fa-virus-covid {
   3107   --fa: "\e4a8"; }
   3108 
   3109 .fa-austral-sign {
   3110   --fa: "\e0a9"; }
   3111 
   3112 .fa-f {
   3113   --fa: "\46"; }
   3114 
   3115 .fa-leaf {
   3116   --fa: "\f06c"; }
   3117 
   3118 .fa-road {
   3119   --fa: "\f018"; }
   3120 
   3121 .fa-taxi {
   3122   --fa: "\f1ba"; }
   3123 
   3124 .fa-cab {
   3125   --fa: "\f1ba"; }
   3126 
   3127 .fa-person-circle-plus {
   3128   --fa: "\e541"; }
   3129 
   3130 .fa-chart-pie {
   3131   --fa: "\f200"; }
   3132 
   3133 .fa-pie-chart {
   3134   --fa: "\f200"; }
   3135 
   3136 .fa-bolt-lightning {
   3137   --fa: "\e0b7"; }
   3138 
   3139 .fa-sack-xmark {
   3140   --fa: "\e56a"; }
   3141 
   3142 .fa-file-excel {
   3143   --fa: "\f1c3"; }
   3144 
   3145 .fa-file-contract {
   3146   --fa: "\f56c"; }
   3147 
   3148 .fa-fish-fins {
   3149   --fa: "\e4f2"; }
   3150 
   3151 .fa-building-flag {
   3152   --fa: "\e4d5"; }
   3153 
   3154 .fa-face-grin-beam {
   3155   --fa: "\f582"; }
   3156 
   3157 .fa-grin-beam {
   3158   --fa: "\f582"; }
   3159 
   3160 .fa-object-ungroup {
   3161   --fa: "\f248"; }
   3162 
   3163 .fa-poop {
   3164   --fa: "\f619"; }
   3165 
   3166 .fa-location-pin {
   3167   --fa: "\f041"; }
   3168 
   3169 .fa-map-marker {
   3170   --fa: "\f041"; }
   3171 
   3172 .fa-kaaba {
   3173   --fa: "\f66b"; }
   3174 
   3175 .fa-toilet-paper {
   3176   --fa: "\f71e"; }
   3177 
   3178 .fa-helmet-safety {
   3179   --fa: "\f807"; }
   3180 
   3181 .fa-hard-hat {
   3182   --fa: "\f807"; }
   3183 
   3184 .fa-hat-hard {
   3185   --fa: "\f807"; }
   3186 
   3187 .fa-eject {
   3188   --fa: "\f052"; }
   3189 
   3190 .fa-circle-right {
   3191   --fa: "\f35a"; }
   3192 
   3193 .fa-arrow-alt-circle-right {
   3194   --fa: "\f35a"; }
   3195 
   3196 .fa-plane-circle-check {
   3197   --fa: "\e555"; }
   3198 
   3199 .fa-face-rolling-eyes {
   3200   --fa: "\f5a5"; }
   3201 
   3202 .fa-meh-rolling-eyes {
   3203   --fa: "\f5a5"; }
   3204 
   3205 .fa-object-group {
   3206   --fa: "\f247"; }
   3207 
   3208 .fa-chart-line {
   3209   --fa: "\f201"; }
   3210 
   3211 .fa-line-chart {
   3212   --fa: "\f201"; }
   3213 
   3214 .fa-mask-ventilator {
   3215   --fa: "\e524"; }
   3216 
   3217 .fa-arrow-right {
   3218   --fa: "\f061"; }
   3219 
   3220 .fa-signs-post {
   3221   --fa: "\f277"; }
   3222 
   3223 .fa-map-signs {
   3224   --fa: "\f277"; }
   3225 
   3226 .fa-cash-register {
   3227   --fa: "\f788"; }
   3228 
   3229 .fa-person-circle-question {
   3230   --fa: "\e542"; }
   3231 
   3232 .fa-h {
   3233   --fa: "\48"; }
   3234 
   3235 .fa-tarp {
   3236   --fa: "\e57b"; }
   3237 
   3238 .fa-screwdriver-wrench {
   3239   --fa: "\f7d9"; }
   3240 
   3241 .fa-tools {
   3242   --fa: "\f7d9"; }
   3243 
   3244 .fa-arrows-to-eye {
   3245   --fa: "\e4bf"; }
   3246 
   3247 .fa-plug-circle-bolt {
   3248   --fa: "\e55b"; }
   3249 
   3250 .fa-heart {
   3251   --fa: "\f004"; }
   3252 
   3253 .fa-mars-and-venus {
   3254   --fa: "\f224"; }
   3255 
   3256 .fa-house-user {
   3257   --fa: "\e1b0"; }
   3258 
   3259 .fa-home-user {
   3260   --fa: "\e1b0"; }
   3261 
   3262 .fa-dumpster-fire {
   3263   --fa: "\f794"; }
   3264 
   3265 .fa-house-crack {
   3266   --fa: "\e3b1"; }
   3267 
   3268 .fa-martini-glass-citrus {
   3269   --fa: "\f561"; }
   3270 
   3271 .fa-cocktail {
   3272   --fa: "\f561"; }
   3273 
   3274 .fa-face-surprise {
   3275   --fa: "\f5c2"; }
   3276 
   3277 .fa-surprise {
   3278   --fa: "\f5c2"; }
   3279 
   3280 .fa-bottle-water {
   3281   --fa: "\e4c5"; }
   3282 
   3283 .fa-circle-pause {
   3284   --fa: "\f28b"; }
   3285 
   3286 .fa-pause-circle {
   3287   --fa: "\f28b"; }
   3288 
   3289 .fa-toilet-paper-slash {
   3290   --fa: "\e072"; }
   3291 
   3292 .fa-apple-whole {
   3293   --fa: "\f5d1"; }
   3294 
   3295 .fa-apple-alt {
   3296   --fa: "\f5d1"; }
   3297 
   3298 .fa-kitchen-set {
   3299   --fa: "\e51a"; }
   3300 
   3301 .fa-r {
   3302   --fa: "\52"; }
   3303 
   3304 .fa-temperature-quarter {
   3305   --fa: "\f2ca"; }
   3306 
   3307 .fa-temperature-1 {
   3308   --fa: "\f2ca"; }
   3309 
   3310 .fa-thermometer-1 {
   3311   --fa: "\f2ca"; }
   3312 
   3313 .fa-thermometer-quarter {
   3314   --fa: "\f2ca"; }
   3315 
   3316 .fa-cube {
   3317   --fa: "\f1b2"; }
   3318 
   3319 .fa-bitcoin-sign {
   3320   --fa: "\e0b4"; }
   3321 
   3322 .fa-shield-dog {
   3323   --fa: "\e573"; }
   3324 
   3325 .fa-solar-panel {
   3326   --fa: "\f5ba"; }
   3327 
   3328 .fa-lock-open {
   3329   --fa: "\f3c1"; }
   3330 
   3331 .fa-elevator {
   3332   --fa: "\e16d"; }
   3333 
   3334 .fa-money-bill-transfer {
   3335   --fa: "\e528"; }
   3336 
   3337 .fa-money-bill-trend-up {
   3338   --fa: "\e529"; }
   3339 
   3340 .fa-house-flood-water-circle-arrow-right {
   3341   --fa: "\e50f"; }
   3342 
   3343 .fa-square-poll-horizontal {
   3344   --fa: "\f682"; }
   3345 
   3346 .fa-poll-h {
   3347   --fa: "\f682"; }
   3348 
   3349 .fa-circle {
   3350   --fa: "\f111"; }
   3351 
   3352 .fa-backward-fast {
   3353   --fa: "\f049"; }
   3354 
   3355 .fa-fast-backward {
   3356   --fa: "\f049"; }
   3357 
   3358 .fa-recycle {
   3359   --fa: "\f1b8"; }
   3360 
   3361 .fa-user-astronaut {
   3362   --fa: "\f4fb"; }
   3363 
   3364 .fa-plane-slash {
   3365   --fa: "\e069"; }
   3366 
   3367 .fa-trademark {
   3368   --fa: "\f25c"; }
   3369 
   3370 .fa-basketball {
   3371   --fa: "\f434"; }
   3372 
   3373 .fa-basketball-ball {
   3374   --fa: "\f434"; }
   3375 
   3376 .fa-satellite-dish {
   3377   --fa: "\f7c0"; }
   3378 
   3379 .fa-circle-up {
   3380   --fa: "\f35b"; }
   3381 
   3382 .fa-arrow-alt-circle-up {
   3383   --fa: "\f35b"; }
   3384 
   3385 .fa-mobile-screen-button {
   3386   --fa: "\f3cd"; }
   3387 
   3388 .fa-mobile-alt {
   3389   --fa: "\f3cd"; }
   3390 
   3391 .fa-volume-high {
   3392   --fa: "\f028"; }
   3393 
   3394 .fa-volume-up {
   3395   --fa: "\f028"; }
   3396 
   3397 .fa-users-rays {
   3398   --fa: "\e593"; }
   3399 
   3400 .fa-wallet {
   3401   --fa: "\f555"; }
   3402 
   3403 .fa-clipboard-check {
   3404   --fa: "\f46c"; }
   3405 
   3406 .fa-file-audio {
   3407   --fa: "\f1c7"; }
   3408 
   3409 .fa-burger {
   3410   --fa: "\f805"; }
   3411 
   3412 .fa-hamburger {
   3413   --fa: "\f805"; }
   3414 
   3415 .fa-wrench {
   3416   --fa: "\f0ad"; }
   3417 
   3418 .fa-bugs {
   3419   --fa: "\e4d0"; }
   3420 
   3421 .fa-rupee-sign {
   3422   --fa: "\f156"; }
   3423 
   3424 .fa-rupee {
   3425   --fa: "\f156"; }
   3426 
   3427 .fa-file-image {
   3428   --fa: "\f1c5"; }
   3429 
   3430 .fa-circle-question {
   3431   --fa: "\f059"; }
   3432 
   3433 .fa-question-circle {
   3434   --fa: "\f059"; }
   3435 
   3436 .fa-plane-departure {
   3437   --fa: "\f5b0"; }
   3438 
   3439 .fa-handshake-slash {
   3440   --fa: "\e060"; }
   3441 
   3442 .fa-book-bookmark {
   3443   --fa: "\e0bb"; }
   3444 
   3445 .fa-code-branch {
   3446   --fa: "\f126"; }
   3447 
   3448 .fa-hat-cowboy {
   3449   --fa: "\f8c0"; }
   3450 
   3451 .fa-bridge {
   3452   --fa: "\e4c8"; }
   3453 
   3454 .fa-phone-flip {
   3455   --fa: "\f879"; }
   3456 
   3457 .fa-phone-alt {
   3458   --fa: "\f879"; }
   3459 
   3460 .fa-truck-front {
   3461   --fa: "\e2b7"; }
   3462 
   3463 .fa-cat {
   3464   --fa: "\f6be"; }
   3465 
   3466 .fa-anchor-circle-exclamation {
   3467   --fa: "\e4ab"; }
   3468 
   3469 .fa-truck-field {
   3470   --fa: "\e58d"; }
   3471 
   3472 .fa-route {
   3473   --fa: "\f4d7"; }
   3474 
   3475 .fa-clipboard-question {
   3476   --fa: "\e4e3"; }
   3477 
   3478 .fa-panorama {
   3479   --fa: "\e209"; }
   3480 
   3481 .fa-comment-medical {
   3482   --fa: "\f7f5"; }
   3483 
   3484 .fa-teeth-open {
   3485   --fa: "\f62f"; }
   3486 
   3487 .fa-file-circle-minus {
   3488   --fa: "\e4ed"; }
   3489 
   3490 .fa-tags {
   3491   --fa: "\f02c"; }
   3492 
   3493 .fa-wine-glass {
   3494   --fa: "\f4e3"; }
   3495 
   3496 .fa-forward-fast {
   3497   --fa: "\f050"; }
   3498 
   3499 .fa-fast-forward {
   3500   --fa: "\f050"; }
   3501 
   3502 .fa-face-meh-blank {
   3503   --fa: "\f5a4"; }
   3504 
   3505 .fa-meh-blank {
   3506   --fa: "\f5a4"; }
   3507 
   3508 .fa-square-parking {
   3509   --fa: "\f540"; }
   3510 
   3511 .fa-parking {
   3512   --fa: "\f540"; }
   3513 
   3514 .fa-house-signal {
   3515   --fa: "\e012"; }
   3516 
   3517 .fa-bars-progress {
   3518   --fa: "\f828"; }
   3519 
   3520 .fa-tasks-alt {
   3521   --fa: "\f828"; }
   3522 
   3523 .fa-faucet-drip {
   3524   --fa: "\e006"; }
   3525 
   3526 .fa-cart-flatbed {
   3527   --fa: "\f474"; }
   3528 
   3529 .fa-dolly-flatbed {
   3530   --fa: "\f474"; }
   3531 
   3532 .fa-ban-smoking {
   3533   --fa: "\f54d"; }
   3534 
   3535 .fa-smoking-ban {
   3536   --fa: "\f54d"; }
   3537 
   3538 .fa-terminal {
   3539   --fa: "\f120"; }
   3540 
   3541 .fa-mobile-button {
   3542   --fa: "\f10b"; }
   3543 
   3544 .fa-house-medical-flag {
   3545   --fa: "\e514"; }
   3546 
   3547 .fa-basket-shopping {
   3548   --fa: "\f291"; }
   3549 
   3550 .fa-shopping-basket {
   3551   --fa: "\f291"; }
   3552 
   3553 .fa-tape {
   3554   --fa: "\f4db"; }
   3555 
   3556 .fa-bus-simple {
   3557   --fa: "\f55e"; }
   3558 
   3559 .fa-bus-alt {
   3560   --fa: "\f55e"; }
   3561 
   3562 .fa-eye {
   3563   --fa: "\f06e"; }
   3564 
   3565 .fa-face-sad-cry {
   3566   --fa: "\f5b3"; }
   3567 
   3568 .fa-sad-cry {
   3569   --fa: "\f5b3"; }
   3570 
   3571 .fa-audio-description {
   3572   --fa: "\f29e"; }
   3573 
   3574 .fa-person-military-to-person {
   3575   --fa: "\e54c"; }
   3576 
   3577 .fa-file-shield {
   3578   --fa: "\e4f0"; }
   3579 
   3580 .fa-user-slash {
   3581   --fa: "\f506"; }
   3582 
   3583 .fa-pen {
   3584   --fa: "\f304"; }
   3585 
   3586 .fa-tower-observation {
   3587   --fa: "\e586"; }
   3588 
   3589 .fa-file-code {
   3590   --fa: "\f1c9"; }
   3591 
   3592 .fa-signal {
   3593   --fa: "\f012"; }
   3594 
   3595 .fa-signal-5 {
   3596   --fa: "\f012"; }
   3597 
   3598 .fa-signal-perfect {
   3599   --fa: "\f012"; }
   3600 
   3601 .fa-bus {
   3602   --fa: "\f207"; }
   3603 
   3604 .fa-heart-circle-xmark {
   3605   --fa: "\e501"; }
   3606 
   3607 .fa-house-chimney {
   3608   --fa: "\e3af"; }
   3609 
   3610 .fa-home-lg {
   3611   --fa: "\e3af"; }
   3612 
   3613 .fa-window-maximize {
   3614   --fa: "\f2d0"; }
   3615 
   3616 .fa-face-frown {
   3617   --fa: "\f119"; }
   3618 
   3619 .fa-frown {
   3620   --fa: "\f119"; }
   3621 
   3622 .fa-prescription {
   3623   --fa: "\f5b1"; }
   3624 
   3625 .fa-shop {
   3626   --fa: "\f54f"; }
   3627 
   3628 .fa-store-alt {
   3629   --fa: "\f54f"; }
   3630 
   3631 .fa-floppy-disk {
   3632   --fa: "\f0c7"; }
   3633 
   3634 .fa-save {
   3635   --fa: "\f0c7"; }
   3636 
   3637 .fa-vihara {
   3638   --fa: "\f6a7"; }
   3639 
   3640 .fa-scale-unbalanced {
   3641   --fa: "\f515"; }
   3642 
   3643 .fa-balance-scale-left {
   3644   --fa: "\f515"; }
   3645 
   3646 .fa-sort-up {
   3647   --fa: "\f0de"; }
   3648 
   3649 .fa-sort-asc {
   3650   --fa: "\f0de"; }
   3651 
   3652 .fa-comment-dots {
   3653   --fa: "\f4ad"; }
   3654 
   3655 .fa-commenting {
   3656   --fa: "\f4ad"; }
   3657 
   3658 .fa-plant-wilt {
   3659   --fa: "\e5aa"; }
   3660 
   3661 .fa-diamond {
   3662   --fa: "\f219"; }
   3663 
   3664 .fa-face-grin-squint {
   3665   --fa: "\f585"; }
   3666 
   3667 .fa-grin-squint {
   3668   --fa: "\f585"; }
   3669 
   3670 .fa-hand-holding-dollar {
   3671   --fa: "\f4c0"; }
   3672 
   3673 .fa-hand-holding-usd {
   3674   --fa: "\f4c0"; }
   3675 
   3676 .fa-chart-diagram {
   3677   --fa: "\e695"; }
   3678 
   3679 .fa-bacterium {
   3680   --fa: "\e05a"; }
   3681 
   3682 .fa-hand-pointer {
   3683   --fa: "\f25a"; }
   3684 
   3685 .fa-drum-steelpan {
   3686   --fa: "\f56a"; }
   3687 
   3688 .fa-hand-scissors {
   3689   --fa: "\f257"; }
   3690 
   3691 .fa-hands-praying {
   3692   --fa: "\f684"; }
   3693 
   3694 .fa-praying-hands {
   3695   --fa: "\f684"; }
   3696 
   3697 .fa-arrow-rotate-right {
   3698   --fa: "\f01e"; }
   3699 
   3700 .fa-arrow-right-rotate {
   3701   --fa: "\f01e"; }
   3702 
   3703 .fa-arrow-rotate-forward {
   3704   --fa: "\f01e"; }
   3705 
   3706 .fa-redo {
   3707   --fa: "\f01e"; }
   3708 
   3709 .fa-biohazard {
   3710   --fa: "\f780"; }
   3711 
   3712 .fa-location-crosshairs {
   3713   --fa: "\f601"; }
   3714 
   3715 .fa-location {
   3716   --fa: "\f601"; }
   3717 
   3718 .fa-mars-double {
   3719   --fa: "\f227"; }
   3720 
   3721 .fa-child-dress {
   3722   --fa: "\e59c"; }
   3723 
   3724 .fa-users-between-lines {
   3725   --fa: "\e591"; }
   3726 
   3727 .fa-lungs-virus {
   3728   --fa: "\e067"; }
   3729 
   3730 .fa-face-grin-tears {
   3731   --fa: "\f588"; }
   3732 
   3733 .fa-grin-tears {
   3734   --fa: "\f588"; }
   3735 
   3736 .fa-phone {
   3737   --fa: "\f095"; }
   3738 
   3739 .fa-calendar-xmark {
   3740   --fa: "\f273"; }
   3741 
   3742 .fa-calendar-times {
   3743   --fa: "\f273"; }
   3744 
   3745 .fa-child-reaching {
   3746   --fa: "\e59d"; }
   3747 
   3748 .fa-head-side-virus {
   3749   --fa: "\e064"; }
   3750 
   3751 .fa-user-gear {
   3752   --fa: "\f4fe"; }
   3753 
   3754 .fa-user-cog {
   3755   --fa: "\f4fe"; }
   3756 
   3757 .fa-arrow-up-1-9 {
   3758   --fa: "\f163"; }
   3759 
   3760 .fa-sort-numeric-up {
   3761   --fa: "\f163"; }
   3762 
   3763 .fa-door-closed {
   3764   --fa: "\f52a"; }
   3765 
   3766 .fa-shield-virus {
   3767   --fa: "\e06c"; }
   3768 
   3769 .fa-dice-six {
   3770   --fa: "\f526"; }
   3771 
   3772 .fa-mosquito-net {
   3773   --fa: "\e52c"; }
   3774 
   3775 .fa-file-fragment {
   3776   --fa: "\e697"; }
   3777 
   3778 .fa-bridge-water {
   3779   --fa: "\e4ce"; }
   3780 
   3781 .fa-person-booth {
   3782   --fa: "\f756"; }
   3783 
   3784 .fa-text-width {
   3785   --fa: "\f035"; }
   3786 
   3787 .fa-hat-wizard {
   3788   --fa: "\f6e8"; }
   3789 
   3790 .fa-pen-fancy {
   3791   --fa: "\f5ac"; }
   3792 
   3793 .fa-person-digging {
   3794   --fa: "\f85e"; }
   3795 
   3796 .fa-digging {
   3797   --fa: "\f85e"; }
   3798 
   3799 .fa-trash {
   3800   --fa: "\f1f8"; }
   3801 
   3802 .fa-gauge-simple {
   3803   --fa: "\f629"; }
   3804 
   3805 .fa-gauge-simple-med {
   3806   --fa: "\f629"; }
   3807 
   3808 .fa-tachometer-average {
   3809   --fa: "\f629"; }
   3810 
   3811 .fa-book-medical {
   3812   --fa: "\f7e6"; }
   3813 
   3814 .fa-poo {
   3815   --fa: "\f2fe"; }
   3816 
   3817 .fa-quote-right {
   3818   --fa: "\f10e"; }
   3819 
   3820 .fa-quote-right-alt {
   3821   --fa: "\f10e"; }
   3822 
   3823 .fa-shirt {
   3824   --fa: "\f553"; }
   3825 
   3826 .fa-t-shirt {
   3827   --fa: "\f553"; }
   3828 
   3829 .fa-tshirt {
   3830   --fa: "\f553"; }
   3831 
   3832 .fa-cubes {
   3833   --fa: "\f1b3"; }
   3834 
   3835 .fa-divide {
   3836   --fa: "\f529"; }
   3837 
   3838 .fa-tenge-sign {
   3839   --fa: "\f7d7"; }
   3840 
   3841 .fa-tenge {
   3842   --fa: "\f7d7"; }
   3843 
   3844 .fa-headphones {
   3845   --fa: "\f025"; }
   3846 
   3847 .fa-hands-holding {
   3848   --fa: "\f4c2"; }
   3849 
   3850 .fa-hands-clapping {
   3851   --fa: "\e1a8"; }
   3852 
   3853 .fa-republican {
   3854   --fa: "\f75e"; }
   3855 
   3856 .fa-arrow-left {
   3857   --fa: "\f060"; }
   3858 
   3859 .fa-person-circle-xmark {
   3860   --fa: "\e543"; }
   3861 
   3862 .fa-ruler {
   3863   --fa: "\f545"; }
   3864 
   3865 .fa-align-left {
   3866   --fa: "\f036"; }
   3867 
   3868 .fa-dice-d6 {
   3869   --fa: "\f6d1"; }
   3870 
   3871 .fa-restroom {
   3872   --fa: "\f7bd"; }
   3873 
   3874 .fa-j {
   3875   --fa: "\4a"; }
   3876 
   3877 .fa-users-viewfinder {
   3878   --fa: "\e595"; }
   3879 
   3880 .fa-file-video {
   3881   --fa: "\f1c8"; }
   3882 
   3883 .fa-up-right-from-square {
   3884   --fa: "\f35d"; }
   3885 
   3886 .fa-external-link-alt {
   3887   --fa: "\f35d"; }
   3888 
   3889 .fa-table-cells {
   3890   --fa: "\f00a"; }
   3891 
   3892 .fa-th {
   3893   --fa: "\f00a"; }
   3894 
   3895 .fa-file-pdf {
   3896   --fa: "\f1c1"; }
   3897 
   3898 .fa-book-bible {
   3899   --fa: "\f647"; }
   3900 
   3901 .fa-bible {
   3902   --fa: "\f647"; }
   3903 
   3904 .fa-o {
   3905   --fa: "\4f"; }
   3906 
   3907 .fa-suitcase-medical {
   3908   --fa: "\f0fa"; }
   3909 
   3910 .fa-medkit {
   3911   --fa: "\f0fa"; }
   3912 
   3913 .fa-user-secret {
   3914   --fa: "\f21b"; }
   3915 
   3916 .fa-otter {
   3917   --fa: "\f700"; }
   3918 
   3919 .fa-person-dress {
   3920   --fa: "\f182"; }
   3921 
   3922 .fa-female {
   3923   --fa: "\f182"; }
   3924 
   3925 .fa-comment-dollar {
   3926   --fa: "\f651"; }
   3927 
   3928 .fa-business-time {
   3929   --fa: "\f64a"; }
   3930 
   3931 .fa-briefcase-clock {
   3932   --fa: "\f64a"; }
   3933 
   3934 .fa-table-cells-large {
   3935   --fa: "\f009"; }
   3936 
   3937 .fa-th-large {
   3938   --fa: "\f009"; }
   3939 
   3940 .fa-book-tanakh {
   3941   --fa: "\f827"; }
   3942 
   3943 .fa-tanakh {
   3944   --fa: "\f827"; }
   3945 
   3946 .fa-phone-volume {
   3947   --fa: "\f2a0"; }
   3948 
   3949 .fa-volume-control-phone {
   3950   --fa: "\f2a0"; }
   3951 
   3952 .fa-hat-cowboy-side {
   3953   --fa: "\f8c1"; }
   3954 
   3955 .fa-clipboard-user {
   3956   --fa: "\f7f3"; }
   3957 
   3958 .fa-child {
   3959   --fa: "\f1ae"; }
   3960 
   3961 .fa-lira-sign {
   3962   --fa: "\f195"; }
   3963 
   3964 .fa-satellite {
   3965   --fa: "\f7bf"; }
   3966 
   3967 .fa-plane-lock {
   3968   --fa: "\e558"; }
   3969 
   3970 .fa-tag {
   3971   --fa: "\f02b"; }
   3972 
   3973 .fa-comment {
   3974   --fa: "\f075"; }
   3975 
   3976 .fa-cake-candles {
   3977   --fa: "\f1fd"; }
   3978 
   3979 .fa-birthday-cake {
   3980   --fa: "\f1fd"; }
   3981 
   3982 .fa-cake {
   3983   --fa: "\f1fd"; }
   3984 
   3985 .fa-envelope {
   3986   --fa: "\f0e0"; }
   3987 
   3988 .fa-angles-up {
   3989   --fa: "\f102"; }
   3990 
   3991 .fa-angle-double-up {
   3992   --fa: "\f102"; }
   3993 
   3994 .fa-paperclip {
   3995   --fa: "\f0c6"; }
   3996 
   3997 .fa-arrow-right-to-city {
   3998   --fa: "\e4b3"; }
   3999 
   4000 .fa-ribbon {
   4001   --fa: "\f4d6"; }
   4002 
   4003 .fa-lungs {
   4004   --fa: "\f604"; }
   4005 
   4006 .fa-arrow-up-9-1 {
   4007   --fa: "\f887"; }
   4008 
   4009 .fa-sort-numeric-up-alt {
   4010   --fa: "\f887"; }
   4011 
   4012 .fa-litecoin-sign {
   4013   --fa: "\e1d3"; }
   4014 
   4015 .fa-border-none {
   4016   --fa: "\f850"; }
   4017 
   4018 .fa-circle-nodes {
   4019   --fa: "\e4e2"; }
   4020 
   4021 .fa-parachute-box {
   4022   --fa: "\f4cd"; }
   4023 
   4024 .fa-indent {
   4025   --fa: "\f03c"; }
   4026 
   4027 .fa-truck-field-un {
   4028   --fa: "\e58e"; }
   4029 
   4030 .fa-hourglass {
   4031   --fa: "\f254"; }
   4032 
   4033 .fa-hourglass-empty {
   4034   --fa: "\f254"; }
   4035 
   4036 .fa-mountain {
   4037   --fa: "\f6fc"; }
   4038 
   4039 .fa-user-doctor {
   4040   --fa: "\f0f0"; }
   4041 
   4042 .fa-user-md {
   4043   --fa: "\f0f0"; }
   4044 
   4045 .fa-circle-info {
   4046   --fa: "\f05a"; }
   4047 
   4048 .fa-info-circle {
   4049   --fa: "\f05a"; }
   4050 
   4051 .fa-cloud-meatball {
   4052   --fa: "\f73b"; }
   4053 
   4054 .fa-camera {
   4055   --fa: "\f030"; }
   4056 
   4057 .fa-camera-alt {
   4058   --fa: "\f030"; }
   4059 
   4060 .fa-square-virus {
   4061   --fa: "\e578"; }
   4062 
   4063 .fa-meteor {
   4064   --fa: "\f753"; }
   4065 
   4066 .fa-car-on {
   4067   --fa: "\e4dd"; }
   4068 
   4069 .fa-sleigh {
   4070   --fa: "\f7cc"; }
   4071 
   4072 .fa-arrow-down-1-9 {
   4073   --fa: "\f162"; }
   4074 
   4075 .fa-sort-numeric-asc {
   4076   --fa: "\f162"; }
   4077 
   4078 .fa-sort-numeric-down {
   4079   --fa: "\f162"; }
   4080 
   4081 .fa-hand-holding-droplet {
   4082   --fa: "\f4c1"; }
   4083 
   4084 .fa-hand-holding-water {
   4085   --fa: "\f4c1"; }
   4086 
   4087 .fa-water {
   4088   --fa: "\f773"; }
   4089 
   4090 .fa-calendar-check {
   4091   --fa: "\f274"; }
   4092 
   4093 .fa-braille {
   4094   --fa: "\f2a1"; }
   4095 
   4096 .fa-prescription-bottle-medical {
   4097   --fa: "\f486"; }
   4098 
   4099 .fa-prescription-bottle-alt {
   4100   --fa: "\f486"; }
   4101 
   4102 .fa-landmark {
   4103   --fa: "\f66f"; }
   4104 
   4105 .fa-truck {
   4106   --fa: "\f0d1"; }
   4107 
   4108 .fa-crosshairs {
   4109   --fa: "\f05b"; }
   4110 
   4111 .fa-person-cane {
   4112   --fa: "\e53c"; }
   4113 
   4114 .fa-tent {
   4115   --fa: "\e57d"; }
   4116 
   4117 .fa-vest-patches {
   4118   --fa: "\e086"; }
   4119 
   4120 .fa-check-double {
   4121   --fa: "\f560"; }
   4122 
   4123 .fa-arrow-down-a-z {
   4124   --fa: "\f15d"; }
   4125 
   4126 .fa-sort-alpha-asc {
   4127   --fa: "\f15d"; }
   4128 
   4129 .fa-sort-alpha-down {
   4130   --fa: "\f15d"; }
   4131 
   4132 .fa-money-bill-wheat {
   4133   --fa: "\e52a"; }
   4134 
   4135 .fa-cookie {
   4136   --fa: "\f563"; }
   4137 
   4138 .fa-arrow-rotate-left {
   4139   --fa: "\f0e2"; }
   4140 
   4141 .fa-arrow-left-rotate {
   4142   --fa: "\f0e2"; }
   4143 
   4144 .fa-arrow-rotate-back {
   4145   --fa: "\f0e2"; }
   4146 
   4147 .fa-arrow-rotate-backward {
   4148   --fa: "\f0e2"; }
   4149 
   4150 .fa-undo {
   4151   --fa: "\f0e2"; }
   4152 
   4153 .fa-hard-drive {
   4154   --fa: "\f0a0"; }
   4155 
   4156 .fa-hdd {
   4157   --fa: "\f0a0"; }
   4158 
   4159 .fa-face-grin-squint-tears {
   4160   --fa: "\f586"; }
   4161 
   4162 .fa-grin-squint-tears {
   4163   --fa: "\f586"; }
   4164 
   4165 .fa-dumbbell {
   4166   --fa: "\f44b"; }
   4167 
   4168 .fa-rectangle-list {
   4169   --fa: "\f022"; }
   4170 
   4171 .fa-list-alt {
   4172   --fa: "\f022"; }
   4173 
   4174 .fa-tarp-droplet {
   4175   --fa: "\e57c"; }
   4176 
   4177 .fa-house-medical-circle-check {
   4178   --fa: "\e511"; }
   4179 
   4180 .fa-person-skiing-nordic {
   4181   --fa: "\f7ca"; }
   4182 
   4183 .fa-skiing-nordic {
   4184   --fa: "\f7ca"; }
   4185 
   4186 .fa-calendar-plus {
   4187   --fa: "\f271"; }
   4188 
   4189 .fa-plane-arrival {
   4190   --fa: "\f5af"; }
   4191 
   4192 .fa-circle-left {
   4193   --fa: "\f359"; }
   4194 
   4195 .fa-arrow-alt-circle-left {
   4196   --fa: "\f359"; }
   4197 
   4198 .fa-train-subway {
   4199   --fa: "\f239"; }
   4200 
   4201 .fa-subway {
   4202   --fa: "\f239"; }
   4203 
   4204 .fa-chart-gantt {
   4205   --fa: "\e0e4"; }
   4206 
   4207 .fa-indian-rupee-sign {
   4208   --fa: "\e1bc"; }
   4209 
   4210 .fa-indian-rupee {
   4211   --fa: "\e1bc"; }
   4212 
   4213 .fa-inr {
   4214   --fa: "\e1bc"; }
   4215 
   4216 .fa-crop-simple {
   4217   --fa: "\f565"; }
   4218 
   4219 .fa-crop-alt {
   4220   --fa: "\f565"; }
   4221 
   4222 .fa-money-bill-1 {
   4223   --fa: "\f3d1"; }
   4224 
   4225 .fa-money-bill-alt {
   4226   --fa: "\f3d1"; }
   4227 
   4228 .fa-left-long {
   4229   --fa: "\f30a"; }
   4230 
   4231 .fa-long-arrow-alt-left {
   4232   --fa: "\f30a"; }
   4233 
   4234 .fa-dna {
   4235   --fa: "\f471"; }
   4236 
   4237 .fa-virus-slash {
   4238   --fa: "\e075"; }
   4239 
   4240 .fa-minus {
   4241   --fa: "\f068"; }
   4242 
   4243 .fa-subtract {
   4244   --fa: "\f068"; }
   4245 
   4246 .fa-chess {
   4247   --fa: "\f439"; }
   4248 
   4249 .fa-arrow-left-long {
   4250   --fa: "\f177"; }
   4251 
   4252 .fa-long-arrow-left {
   4253   --fa: "\f177"; }
   4254 
   4255 .fa-plug-circle-check {
   4256   --fa: "\e55c"; }
   4257 
   4258 .fa-street-view {
   4259   --fa: "\f21d"; }
   4260 
   4261 .fa-franc-sign {
   4262   --fa: "\e18f"; }
   4263 
   4264 .fa-volume-off {
   4265   --fa: "\f026"; }
   4266 
   4267 .fa-hands-asl-interpreting {
   4268   --fa: "\f2a3"; }
   4269 
   4270 .fa-american-sign-language-interpreting {
   4271   --fa: "\f2a3"; }
   4272 
   4273 .fa-asl-interpreting {
   4274   --fa: "\f2a3"; }
   4275 
   4276 .fa-hands-american-sign-language-interpreting {
   4277   --fa: "\f2a3"; }
   4278 
   4279 .fa-gear {
   4280   --fa: "\f013"; }
   4281 
   4282 .fa-cog {
   4283   --fa: "\f013"; }
   4284 
   4285 .fa-droplet-slash {
   4286   --fa: "\f5c7"; }
   4287 
   4288 .fa-tint-slash {
   4289   --fa: "\f5c7"; }
   4290 
   4291 .fa-mosque {
   4292   --fa: "\f678"; }
   4293 
   4294 .fa-mosquito {
   4295   --fa: "\e52b"; }
   4296 
   4297 .fa-star-of-david {
   4298   --fa: "\f69a"; }
   4299 
   4300 .fa-person-military-rifle {
   4301   --fa: "\e54b"; }
   4302 
   4303 .fa-cart-shopping {
   4304   --fa: "\f07a"; }
   4305 
   4306 .fa-shopping-cart {
   4307   --fa: "\f07a"; }
   4308 
   4309 .fa-vials {
   4310   --fa: "\f493"; }
   4311 
   4312 .fa-plug-circle-plus {
   4313   --fa: "\e55f"; }
   4314 
   4315 .fa-place-of-worship {
   4316   --fa: "\f67f"; }
   4317 
   4318 .fa-grip-vertical {
   4319   --fa: "\f58e"; }
   4320 
   4321 .fa-hexagon-nodes {
   4322   --fa: "\e699"; }
   4323 
   4324 .fa-arrow-turn-up {
   4325   --fa: "\f148"; }
   4326 
   4327 .fa-level-up {
   4328   --fa: "\f148"; }
   4329 
   4330 .fa-u {
   4331   --fa: "\55"; }
   4332 
   4333 .fa-square-root-variable {
   4334   --fa: "\f698"; }
   4335 
   4336 .fa-square-root-alt {
   4337   --fa: "\f698"; }
   4338 
   4339 .fa-clock {
   4340   --fa: "\f017"; }
   4341 
   4342 .fa-clock-four {
   4343   --fa: "\f017"; }
   4344 
   4345 .fa-backward-step {
   4346   --fa: "\f048"; }
   4347 
   4348 .fa-step-backward {
   4349   --fa: "\f048"; }
   4350 
   4351 .fa-pallet {
   4352   --fa: "\f482"; }
   4353 
   4354 .fa-faucet {
   4355   --fa: "\e005"; }
   4356 
   4357 .fa-baseball-bat-ball {
   4358   --fa: "\f432"; }
   4359 
   4360 .fa-s {
   4361   --fa: "\53"; }
   4362 
   4363 .fa-timeline {
   4364   --fa: "\e29c"; }
   4365 
   4366 .fa-keyboard {
   4367   --fa: "\f11c"; }
   4368 
   4369 .fa-caret-down {
   4370   --fa: "\f0d7"; }
   4371 
   4372 .fa-house-chimney-medical {
   4373   --fa: "\f7f2"; }
   4374 
   4375 .fa-clinic-medical {
   4376   --fa: "\f7f2"; }
   4377 
   4378 .fa-temperature-three-quarters {
   4379   --fa: "\f2c8"; }
   4380 
   4381 .fa-temperature-3 {
   4382   --fa: "\f2c8"; }
   4383 
   4384 .fa-thermometer-3 {
   4385   --fa: "\f2c8"; }
   4386 
   4387 .fa-thermometer-three-quarters {
   4388   --fa: "\f2c8"; }
   4389 
   4390 .fa-mobile-screen {
   4391   --fa: "\f3cf"; }
   4392 
   4393 .fa-mobile-android-alt {
   4394   --fa: "\f3cf"; }
   4395 
   4396 .fa-plane-up {
   4397   --fa: "\e22d"; }
   4398 
   4399 .fa-piggy-bank {
   4400   --fa: "\f4d3"; }
   4401 
   4402 .fa-battery-half {
   4403   --fa: "\f242"; }
   4404 
   4405 .fa-battery-3 {
   4406   --fa: "\f242"; }
   4407 
   4408 .fa-mountain-city {
   4409   --fa: "\e52e"; }
   4410 
   4411 .fa-coins {
   4412   --fa: "\f51e"; }
   4413 
   4414 .fa-khanda {
   4415   --fa: "\f66d"; }
   4416 
   4417 .fa-sliders {
   4418   --fa: "\f1de"; }
   4419 
   4420 .fa-sliders-h {
   4421   --fa: "\f1de"; }
   4422 
   4423 .fa-folder-tree {
   4424   --fa: "\f802"; }
   4425 
   4426 .fa-network-wired {
   4427   --fa: "\f6ff"; }
   4428 
   4429 .fa-map-pin {
   4430   --fa: "\f276"; }
   4431 
   4432 .fa-hamsa {
   4433   --fa: "\f665"; }
   4434 
   4435 .fa-cent-sign {
   4436   --fa: "\e3f5"; }
   4437 
   4438 .fa-flask {
   4439   --fa: "\f0c3"; }
   4440 
   4441 .fa-person-pregnant {
   4442   --fa: "\e31e"; }
   4443 
   4444 .fa-wand-sparkles {
   4445   --fa: "\f72b"; }
   4446 
   4447 .fa-ellipsis-vertical {
   4448   --fa: "\f142"; }
   4449 
   4450 .fa-ellipsis-v {
   4451   --fa: "\f142"; }
   4452 
   4453 .fa-ticket {
   4454   --fa: "\f145"; }
   4455 
   4456 .fa-power-off {
   4457   --fa: "\f011"; }
   4458 
   4459 .fa-right-long {
   4460   --fa: "\f30b"; }
   4461 
   4462 .fa-long-arrow-alt-right {
   4463   --fa: "\f30b"; }
   4464 
   4465 .fa-flag-usa {
   4466   --fa: "\f74d"; }
   4467 
   4468 .fa-laptop-file {
   4469   --fa: "\e51d"; }
   4470 
   4471 .fa-tty {
   4472   --fa: "\f1e4"; }
   4473 
   4474 .fa-teletype {
   4475   --fa: "\f1e4"; }
   4476 
   4477 .fa-diagram-next {
   4478   --fa: "\e476"; }
   4479 
   4480 .fa-person-rifle {
   4481   --fa: "\e54e"; }
   4482 
   4483 .fa-house-medical-circle-exclamation {
   4484   --fa: "\e512"; }
   4485 
   4486 .fa-closed-captioning {
   4487   --fa: "\f20a"; }
   4488 
   4489 .fa-person-hiking {
   4490   --fa: "\f6ec"; }
   4491 
   4492 .fa-hiking {
   4493   --fa: "\f6ec"; }
   4494 
   4495 .fa-venus-double {
   4496   --fa: "\f226"; }
   4497 
   4498 .fa-images {
   4499   --fa: "\f302"; }
   4500 
   4501 .fa-calculator {
   4502   --fa: "\f1ec"; }
   4503 
   4504 .fa-people-pulling {
   4505   --fa: "\e535"; }
   4506 
   4507 .fa-n {
   4508   --fa: "\4e"; }
   4509 
   4510 .fa-cable-car {
   4511   --fa: "\f7da"; }
   4512 
   4513 .fa-tram {
   4514   --fa: "\f7da"; }
   4515 
   4516 .fa-cloud-rain {
   4517   --fa: "\f73d"; }
   4518 
   4519 .fa-building-circle-xmark {
   4520   --fa: "\e4d4"; }
   4521 
   4522 .fa-ship {
   4523   --fa: "\f21a"; }
   4524 
   4525 .fa-arrows-down-to-line {
   4526   --fa: "\e4b8"; }
   4527 
   4528 .fa-download {
   4529   --fa: "\f019"; }
   4530 
   4531 .fa-face-grin {
   4532   --fa: "\f580"; }
   4533 
   4534 .fa-grin {
   4535   --fa: "\f580"; }
   4536 
   4537 .fa-delete-left {
   4538   --fa: "\f55a"; }
   4539 
   4540 .fa-backspace {
   4541   --fa: "\f55a"; }
   4542 
   4543 .fa-eye-dropper {
   4544   --fa: "\f1fb"; }
   4545 
   4546 .fa-eye-dropper-empty {
   4547   --fa: "\f1fb"; }
   4548 
   4549 .fa-eyedropper {
   4550   --fa: "\f1fb"; }
   4551 
   4552 .fa-file-circle-check {
   4553   --fa: "\e5a0"; }
   4554 
   4555 .fa-forward {
   4556   --fa: "\f04e"; }
   4557 
   4558 .fa-mobile {
   4559   --fa: "\f3ce"; }
   4560 
   4561 .fa-mobile-android {
   4562   --fa: "\f3ce"; }
   4563 
   4564 .fa-mobile-phone {
   4565   --fa: "\f3ce"; }
   4566 
   4567 .fa-face-meh {
   4568   --fa: "\f11a"; }
   4569 
   4570 .fa-meh {
   4571   --fa: "\f11a"; }
   4572 
   4573 .fa-align-center {
   4574   --fa: "\f037"; }
   4575 
   4576 .fa-book-skull {
   4577   --fa: "\f6b7"; }
   4578 
   4579 .fa-book-dead {
   4580   --fa: "\f6b7"; }
   4581 
   4582 .fa-id-card {
   4583   --fa: "\f2c2"; }
   4584 
   4585 .fa-drivers-license {
   4586   --fa: "\f2c2"; }
   4587 
   4588 .fa-outdent {
   4589   --fa: "\f03b"; }
   4590 
   4591 .fa-dedent {
   4592   --fa: "\f03b"; }
   4593 
   4594 .fa-heart-circle-exclamation {
   4595   --fa: "\e4fe"; }
   4596 
   4597 .fa-house {
   4598   --fa: "\f015"; }
   4599 
   4600 .fa-home {
   4601   --fa: "\f015"; }
   4602 
   4603 .fa-home-alt {
   4604   --fa: "\f015"; }
   4605 
   4606 .fa-home-lg-alt {
   4607   --fa: "\f015"; }
   4608 
   4609 .fa-calendar-week {
   4610   --fa: "\f784"; }
   4611 
   4612 .fa-laptop-medical {
   4613   --fa: "\f812"; }
   4614 
   4615 .fa-b {
   4616   --fa: "\42"; }
   4617 
   4618 .fa-file-medical {
   4619   --fa: "\f477"; }
   4620 
   4621 .fa-dice-one {
   4622   --fa: "\f525"; }
   4623 
   4624 .fa-kiwi-bird {
   4625   --fa: "\f535"; }
   4626 
   4627 .fa-arrow-right-arrow-left {
   4628   --fa: "\f0ec"; }
   4629 
   4630 .fa-exchange {
   4631   --fa: "\f0ec"; }
   4632 
   4633 .fa-rotate-right {
   4634   --fa: "\f2f9"; }
   4635 
   4636 .fa-redo-alt {
   4637   --fa: "\f2f9"; }
   4638 
   4639 .fa-rotate-forward {
   4640   --fa: "\f2f9"; }
   4641 
   4642 .fa-utensils {
   4643   --fa: "\f2e7"; }
   4644 
   4645 .fa-cutlery {
   4646   --fa: "\f2e7"; }
   4647 
   4648 .fa-arrow-up-wide-short {
   4649   --fa: "\f161"; }
   4650 
   4651 .fa-sort-amount-up {
   4652   --fa: "\f161"; }
   4653 
   4654 .fa-mill-sign {
   4655   --fa: "\e1ed"; }
   4656 
   4657 .fa-bowl-rice {
   4658   --fa: "\e2eb"; }
   4659 
   4660 .fa-skull {
   4661   --fa: "\f54c"; }
   4662 
   4663 .fa-tower-broadcast {
   4664   --fa: "\f519"; }
   4665 
   4666 .fa-broadcast-tower {
   4667   --fa: "\f519"; }
   4668 
   4669 .fa-truck-pickup {
   4670   --fa: "\f63c"; }
   4671 
   4672 .fa-up-long {
   4673   --fa: "\f30c"; }
   4674 
   4675 .fa-long-arrow-alt-up {
   4676   --fa: "\f30c"; }
   4677 
   4678 .fa-stop {
   4679   --fa: "\f04d"; }
   4680 
   4681 .fa-code-merge {
   4682   --fa: "\f387"; }
   4683 
   4684 .fa-upload {
   4685   --fa: "\f093"; }
   4686 
   4687 .fa-hurricane {
   4688   --fa: "\f751"; }
   4689 
   4690 .fa-mound {
   4691   --fa: "\e52d"; }
   4692 
   4693 .fa-toilet-portable {
   4694   --fa: "\e583"; }
   4695 
   4696 .fa-compact-disc {
   4697   --fa: "\f51f"; }
   4698 
   4699 .fa-file-arrow-down {
   4700   --fa: "\f56d"; }
   4701 
   4702 .fa-file-download {
   4703   --fa: "\f56d"; }
   4704 
   4705 .fa-caravan {
   4706   --fa: "\f8ff"; }
   4707 
   4708 .fa-shield-cat {
   4709   --fa: "\e572"; }
   4710 
   4711 .fa-bolt {
   4712   --fa: "\f0e7"; }
   4713 
   4714 .fa-zap {
   4715   --fa: "\f0e7"; }
   4716 
   4717 .fa-glass-water {
   4718   --fa: "\e4f4"; }
   4719 
   4720 .fa-oil-well {
   4721   --fa: "\e532"; }
   4722 
   4723 .fa-vault {
   4724   --fa: "\e2c5"; }
   4725 
   4726 .fa-mars {
   4727   --fa: "\f222"; }
   4728 
   4729 .fa-toilet {
   4730   --fa: "\f7d8"; }
   4731 
   4732 .fa-plane-circle-xmark {
   4733   --fa: "\e557"; }
   4734 
   4735 .fa-yen-sign {
   4736   --fa: "\f157"; }
   4737 
   4738 .fa-cny {
   4739   --fa: "\f157"; }
   4740 
   4741 .fa-jpy {
   4742   --fa: "\f157"; }
   4743 
   4744 .fa-rmb {
   4745   --fa: "\f157"; }
   4746 
   4747 .fa-yen {
   4748   --fa: "\f157"; }
   4749 
   4750 .fa-ruble-sign {
   4751   --fa: "\f158"; }
   4752 
   4753 .fa-rouble {
   4754   --fa: "\f158"; }
   4755 
   4756 .fa-rub {
   4757   --fa: "\f158"; }
   4758 
   4759 .fa-ruble {
   4760   --fa: "\f158"; }
   4761 
   4762 .fa-sun {
   4763   --fa: "\f185"; }
   4764 
   4765 .fa-guitar {
   4766   --fa: "\f7a6"; }
   4767 
   4768 .fa-face-laugh-wink {
   4769   --fa: "\f59c"; }
   4770 
   4771 .fa-laugh-wink {
   4772   --fa: "\f59c"; }
   4773 
   4774 .fa-horse-head {
   4775   --fa: "\f7ab"; }
   4776 
   4777 .fa-bore-hole {
   4778   --fa: "\e4c3"; }
   4779 
   4780 .fa-industry {
   4781   --fa: "\f275"; }
   4782 
   4783 .fa-circle-down {
   4784   --fa: "\f358"; }
   4785 
   4786 .fa-arrow-alt-circle-down {
   4787   --fa: "\f358"; }
   4788 
   4789 .fa-arrows-turn-to-dots {
   4790   --fa: "\e4c1"; }
   4791 
   4792 .fa-florin-sign {
   4793   --fa: "\e184"; }
   4794 
   4795 .fa-arrow-down-short-wide {
   4796   --fa: "\f884"; }
   4797 
   4798 .fa-sort-amount-desc {
   4799   --fa: "\f884"; }
   4800 
   4801 .fa-sort-amount-down-alt {
   4802   --fa: "\f884"; }
   4803 
   4804 .fa-less-than {
   4805   --fa: "\3c"; }
   4806 
   4807 .fa-angle-down {
   4808   --fa: "\f107"; }
   4809 
   4810 .fa-car-tunnel {
   4811   --fa: "\e4de"; }
   4812 
   4813 .fa-head-side-cough {
   4814   --fa: "\e061"; }
   4815 
   4816 .fa-grip-lines {
   4817   --fa: "\f7a4"; }
   4818 
   4819 .fa-thumbs-down {
   4820   --fa: "\f165"; }
   4821 
   4822 .fa-user-lock {
   4823   --fa: "\f502"; }
   4824 
   4825 .fa-arrow-right-long {
   4826   --fa: "\f178"; }
   4827 
   4828 .fa-long-arrow-right {
   4829   --fa: "\f178"; }
   4830 
   4831 .fa-anchor-circle-xmark {
   4832   --fa: "\e4ac"; }
   4833 
   4834 .fa-ellipsis {
   4835   --fa: "\f141"; }
   4836 
   4837 .fa-ellipsis-h {
   4838   --fa: "\f141"; }
   4839 
   4840 .fa-chess-pawn {
   4841   --fa: "\f443"; }
   4842 
   4843 .fa-kit-medical {
   4844   --fa: "\f479"; }
   4845 
   4846 .fa-first-aid {
   4847   --fa: "\f479"; }
   4848 
   4849 .fa-person-through-window {
   4850   --fa: "\e5a9"; }
   4851 
   4852 .fa-toolbox {
   4853   --fa: "\f552"; }
   4854 
   4855 .fa-hands-holding-circle {
   4856   --fa: "\e4fb"; }
   4857 
   4858 .fa-bug {
   4859   --fa: "\f188"; }
   4860 
   4861 .fa-credit-card {
   4862   --fa: "\f09d"; }
   4863 
   4864 .fa-credit-card-alt {
   4865   --fa: "\f09d"; }
   4866 
   4867 .fa-car {
   4868   --fa: "\f1b9"; }
   4869 
   4870 .fa-automobile {
   4871   --fa: "\f1b9"; }
   4872 
   4873 .fa-hand-holding-hand {
   4874   --fa: "\e4f7"; }
   4875 
   4876 .fa-book-open-reader {
   4877   --fa: "\f5da"; }
   4878 
   4879 .fa-book-reader {
   4880   --fa: "\f5da"; }
   4881 
   4882 .fa-mountain-sun {
   4883   --fa: "\e52f"; }
   4884 
   4885 .fa-arrows-left-right-to-line {
   4886   --fa: "\e4ba"; }
   4887 
   4888 .fa-dice-d20 {
   4889   --fa: "\f6cf"; }
   4890 
   4891 .fa-truck-droplet {
   4892   --fa: "\e58c"; }
   4893 
   4894 .fa-file-circle-xmark {
   4895   --fa: "\e5a1"; }
   4896 
   4897 .fa-temperature-arrow-up {
   4898   --fa: "\e040"; }
   4899 
   4900 .fa-temperature-up {
   4901   --fa: "\e040"; }
   4902 
   4903 .fa-medal {
   4904   --fa: "\f5a2"; }
   4905 
   4906 .fa-bed {
   4907   --fa: "\f236"; }
   4908 
   4909 .fa-square-h {
   4910   --fa: "\f0fd"; }
   4911 
   4912 .fa-h-square {
   4913   --fa: "\f0fd"; }
   4914 
   4915 .fa-podcast {
   4916   --fa: "\f2ce"; }
   4917 
   4918 .fa-temperature-full {
   4919   --fa: "\f2c7"; }
   4920 
   4921 .fa-temperature-4 {
   4922   --fa: "\f2c7"; }
   4923 
   4924 .fa-thermometer-4 {
   4925   --fa: "\f2c7"; }
   4926 
   4927 .fa-thermometer-full {
   4928   --fa: "\f2c7"; }
   4929 
   4930 .fa-bell {
   4931   --fa: "\f0f3"; }
   4932 
   4933 .fa-superscript {
   4934   --fa: "\f12b"; }
   4935 
   4936 .fa-plug-circle-xmark {
   4937   --fa: "\e560"; }
   4938 
   4939 .fa-star-of-life {
   4940   --fa: "\f621"; }
   4941 
   4942 .fa-phone-slash {
   4943   --fa: "\f3dd"; }
   4944 
   4945 .fa-paint-roller {
   4946   --fa: "\f5aa"; }
   4947 
   4948 .fa-handshake-angle {
   4949   --fa: "\f4c4"; }
   4950 
   4951 .fa-hands-helping {
   4952   --fa: "\f4c4"; }
   4953 
   4954 .fa-location-dot {
   4955   --fa: "\f3c5"; }
   4956 
   4957 .fa-map-marker-alt {
   4958   --fa: "\f3c5"; }
   4959 
   4960 .fa-file {
   4961   --fa: "\f15b"; }
   4962 
   4963 .fa-greater-than {
   4964   --fa: "\3e"; }
   4965 
   4966 .fa-person-swimming {
   4967   --fa: "\f5c4"; }
   4968 
   4969 .fa-swimmer {
   4970   --fa: "\f5c4"; }
   4971 
   4972 .fa-arrow-down {
   4973   --fa: "\f063"; }
   4974 
   4975 .fa-droplet {
   4976   --fa: "\f043"; }
   4977 
   4978 .fa-tint {
   4979   --fa: "\f043"; }
   4980 
   4981 .fa-eraser {
   4982   --fa: "\f12d"; }
   4983 
   4984 .fa-earth-americas {
   4985   --fa: "\f57d"; }
   4986 
   4987 .fa-earth {
   4988   --fa: "\f57d"; }
   4989 
   4990 .fa-earth-america {
   4991   --fa: "\f57d"; }
   4992 
   4993 .fa-globe-americas {
   4994   --fa: "\f57d"; }
   4995 
   4996 .fa-person-burst {
   4997   --fa: "\e53b"; }
   4998 
   4999 .fa-dove {
   5000   --fa: "\f4ba"; }
   5001 
   5002 .fa-battery-empty {
   5003   --fa: "\f244"; }
   5004 
   5005 .fa-battery-0 {
   5006   --fa: "\f244"; }
   5007 
   5008 .fa-socks {
   5009   --fa: "\f696"; }
   5010 
   5011 .fa-inbox {
   5012   --fa: "\f01c"; }
   5013 
   5014 .fa-section {
   5015   --fa: "\e447"; }
   5016 
   5017 .fa-gauge-high {
   5018   --fa: "\f625"; }
   5019 
   5020 .fa-tachometer-alt {
   5021   --fa: "\f625"; }
   5022 
   5023 .fa-tachometer-alt-fast {
   5024   --fa: "\f625"; }
   5025 
   5026 .fa-envelope-open-text {
   5027   --fa: "\f658"; }
   5028 
   5029 .fa-hospital {
   5030   --fa: "\f0f8"; }
   5031 
   5032 .fa-hospital-alt {
   5033   --fa: "\f0f8"; }
   5034 
   5035 .fa-hospital-wide {
   5036   --fa: "\f0f8"; }
   5037 
   5038 .fa-wine-bottle {
   5039   --fa: "\f72f"; }
   5040 
   5041 .fa-chess-rook {
   5042   --fa: "\f447"; }
   5043 
   5044 .fa-bars-staggered {
   5045   --fa: "\f550"; }
   5046 
   5047 .fa-reorder {
   5048   --fa: "\f550"; }
   5049 
   5050 .fa-stream {
   5051   --fa: "\f550"; }
   5052 
   5053 .fa-dharmachakra {
   5054   --fa: "\f655"; }
   5055 
   5056 .fa-hotdog {
   5057   --fa: "\f80f"; }
   5058 
   5059 .fa-person-walking-with-cane {
   5060   --fa: "\f29d"; }
   5061 
   5062 .fa-blind {
   5063   --fa: "\f29d"; }
   5064 
   5065 .fa-drum {
   5066   --fa: "\f569"; }
   5067 
   5068 .fa-ice-cream {
   5069   --fa: "\f810"; }
   5070 
   5071 .fa-heart-circle-bolt {
   5072   --fa: "\e4fc"; }
   5073 
   5074 .fa-fax {
   5075   --fa: "\f1ac"; }
   5076 
   5077 .fa-paragraph {
   5078   --fa: "\f1dd"; }
   5079 
   5080 .fa-check-to-slot {
   5081   --fa: "\f772"; }
   5082 
   5083 .fa-vote-yea {
   5084   --fa: "\f772"; }
   5085 
   5086 .fa-star-half {
   5087   --fa: "\f089"; }
   5088 
   5089 .fa-boxes-stacked {
   5090   --fa: "\f468"; }
   5091 
   5092 .fa-boxes {
   5093   --fa: "\f468"; }
   5094 
   5095 .fa-boxes-alt {
   5096   --fa: "\f468"; }
   5097 
   5098 .fa-link {
   5099   --fa: "\f0c1"; }
   5100 
   5101 .fa-chain {
   5102   --fa: "\f0c1"; }
   5103 
   5104 .fa-ear-listen {
   5105   --fa: "\f2a2"; }
   5106 
   5107 .fa-assistive-listening-systems {
   5108   --fa: "\f2a2"; }
   5109 
   5110 .fa-tree-city {
   5111   --fa: "\e587"; }
   5112 
   5113 .fa-play {
   5114   --fa: "\f04b"; }
   5115 
   5116 .fa-font {
   5117   --fa: "\f031"; }
   5118 
   5119 .fa-table-cells-row-lock {
   5120   --fa: "\e67a"; }
   5121 
   5122 .fa-rupiah-sign {
   5123   --fa: "\e23d"; }
   5124 
   5125 .fa-magnifying-glass {
   5126   --fa: "\f002"; }
   5127 
   5128 .fa-search {
   5129   --fa: "\f002"; }
   5130 
   5131 .fa-table-tennis-paddle-ball {
   5132   --fa: "\f45d"; }
   5133 
   5134 .fa-ping-pong-paddle-ball {
   5135   --fa: "\f45d"; }
   5136 
   5137 .fa-table-tennis {
   5138   --fa: "\f45d"; }
   5139 
   5140 .fa-person-dots-from-line {
   5141   --fa: "\f470"; }
   5142 
   5143 .fa-diagnoses {
   5144   --fa: "\f470"; }
   5145 
   5146 .fa-trash-can-arrow-up {
   5147   --fa: "\f82a"; }
   5148 
   5149 .fa-trash-restore-alt {
   5150   --fa: "\f82a"; }
   5151 
   5152 .fa-naira-sign {
   5153   --fa: "\e1f6"; }
   5154 
   5155 .fa-cart-arrow-down {
   5156   --fa: "\f218"; }
   5157 
   5158 .fa-walkie-talkie {
   5159   --fa: "\f8ef"; }
   5160 
   5161 .fa-file-pen {
   5162   --fa: "\f31c"; }
   5163 
   5164 .fa-file-edit {
   5165   --fa: "\f31c"; }
   5166 
   5167 .fa-receipt {
   5168   --fa: "\f543"; }
   5169 
   5170 .fa-square-pen {
   5171   --fa: "\f14b"; }
   5172 
   5173 .fa-pen-square {
   5174   --fa: "\f14b"; }
   5175 
   5176 .fa-pencil-square {
   5177   --fa: "\f14b"; }
   5178 
   5179 .fa-suitcase-rolling {
   5180   --fa: "\f5c1"; }
   5181 
   5182 .fa-person-circle-exclamation {
   5183   --fa: "\e53f"; }
   5184 
   5185 .fa-chevron-down {
   5186   --fa: "\f078"; }
   5187 
   5188 .fa-battery-full {
   5189   --fa: "\f240"; }
   5190 
   5191 .fa-battery {
   5192   --fa: "\f240"; }
   5193 
   5194 .fa-battery-5 {
   5195   --fa: "\f240"; }
   5196 
   5197 .fa-skull-crossbones {
   5198   --fa: "\f714"; }
   5199 
   5200 .fa-code-compare {
   5201   --fa: "\e13a"; }
   5202 
   5203 .fa-list-ul {
   5204   --fa: "\f0ca"; }
   5205 
   5206 .fa-list-dots {
   5207   --fa: "\f0ca"; }
   5208 
   5209 .fa-school-lock {
   5210   --fa: "\e56f"; }
   5211 
   5212 .fa-tower-cell {
   5213   --fa: "\e585"; }
   5214 
   5215 .fa-down-long {
   5216   --fa: "\f309"; }
   5217 
   5218 .fa-long-arrow-alt-down {
   5219   --fa: "\f309"; }
   5220 
   5221 .fa-ranking-star {
   5222   --fa: "\e561"; }
   5223 
   5224 .fa-chess-king {
   5225   --fa: "\f43f"; }
   5226 
   5227 .fa-person-harassing {
   5228   --fa: "\e549"; }
   5229 
   5230 .fa-brazilian-real-sign {
   5231   --fa: "\e46c"; }
   5232 
   5233 .fa-landmark-dome {
   5234   --fa: "\f752"; }
   5235 
   5236 .fa-landmark-alt {
   5237   --fa: "\f752"; }
   5238 
   5239 .fa-arrow-up {
   5240   --fa: "\f062"; }
   5241 
   5242 .fa-tv {
   5243   --fa: "\f26c"; }
   5244 
   5245 .fa-television {
   5246   --fa: "\f26c"; }
   5247 
   5248 .fa-tv-alt {
   5249   --fa: "\f26c"; }
   5250 
   5251 .fa-shrimp {
   5252   --fa: "\e448"; }
   5253 
   5254 .fa-list-check {
   5255   --fa: "\f0ae"; }
   5256 
   5257 .fa-tasks {
   5258   --fa: "\f0ae"; }
   5259 
   5260 .fa-jug-detergent {
   5261   --fa: "\e519"; }
   5262 
   5263 .fa-circle-user {
   5264   --fa: "\f2bd"; }
   5265 
   5266 .fa-user-circle {
   5267   --fa: "\f2bd"; }
   5268 
   5269 .fa-user-shield {
   5270   --fa: "\f505"; }
   5271 
   5272 .fa-wind {
   5273   --fa: "\f72e"; }
   5274 
   5275 .fa-car-burst {
   5276   --fa: "\f5e1"; }
   5277 
   5278 .fa-car-crash {
   5279   --fa: "\f5e1"; }
   5280 
   5281 .fa-y {
   5282   --fa: "\59"; }
   5283 
   5284 .fa-person-snowboarding {
   5285   --fa: "\f7ce"; }
   5286 
   5287 .fa-snowboarding {
   5288   --fa: "\f7ce"; }
   5289 
   5290 .fa-truck-fast {
   5291   --fa: "\f48b"; }
   5292 
   5293 .fa-shipping-fast {
   5294   --fa: "\f48b"; }
   5295 
   5296 .fa-fish {
   5297   --fa: "\f578"; }
   5298 
   5299 .fa-user-graduate {
   5300   --fa: "\f501"; }
   5301 
   5302 .fa-circle-half-stroke {
   5303   --fa: "\f042"; }
   5304 
   5305 .fa-adjust {
   5306   --fa: "\f042"; }
   5307 
   5308 .fa-clapperboard {
   5309   --fa: "\e131"; }
   5310 
   5311 .fa-circle-radiation {
   5312   --fa: "\f7ba"; }
   5313 
   5314 .fa-radiation-alt {
   5315   --fa: "\f7ba"; }
   5316 
   5317 .fa-baseball {
   5318   --fa: "\f433"; }
   5319 
   5320 .fa-baseball-ball {
   5321   --fa: "\f433"; }
   5322 
   5323 .fa-jet-fighter-up {
   5324   --fa: "\e518"; }
   5325 
   5326 .fa-diagram-project {
   5327   --fa: "\f542"; }
   5328 
   5329 .fa-project-diagram {
   5330   --fa: "\f542"; }
   5331 
   5332 .fa-copy {
   5333   --fa: "\f0c5"; }
   5334 
   5335 .fa-volume-xmark {
   5336   --fa: "\f6a9"; }
   5337 
   5338 .fa-volume-mute {
   5339   --fa: "\f6a9"; }
   5340 
   5341 .fa-volume-times {
   5342   --fa: "\f6a9"; }
   5343 
   5344 .fa-hand-sparkles {
   5345   --fa: "\e05d"; }
   5346 
   5347 .fa-grip {
   5348   --fa: "\f58d"; }
   5349 
   5350 .fa-grip-horizontal {
   5351   --fa: "\f58d"; }
   5352 
   5353 .fa-share-from-square {
   5354   --fa: "\f14d"; }
   5355 
   5356 .fa-share-square {
   5357   --fa: "\f14d"; }
   5358 
   5359 .fa-child-combatant {
   5360   --fa: "\e4e0"; }
   5361 
   5362 .fa-child-rifle {
   5363   --fa: "\e4e0"; }
   5364 
   5365 .fa-gun {
   5366   --fa: "\e19b"; }
   5367 
   5368 .fa-square-phone {
   5369   --fa: "\f098"; }
   5370 
   5371 .fa-phone-square {
   5372   --fa: "\f098"; }
   5373 
   5374 .fa-plus {
   5375   --fa: "\2b"; }
   5376 
   5377 .fa-add {
   5378   --fa: "\2b"; }
   5379 
   5380 .fa-expand {
   5381   --fa: "\f065"; }
   5382 
   5383 .fa-computer {
   5384   --fa: "\e4e5"; }
   5385 
   5386 .fa-xmark {
   5387   --fa: "\f00d"; }
   5388 
   5389 .fa-close {
   5390   --fa: "\f00d"; }
   5391 
   5392 .fa-multiply {
   5393   --fa: "\f00d"; }
   5394 
   5395 .fa-remove {
   5396   --fa: "\f00d"; }
   5397 
   5398 .fa-times {
   5399   --fa: "\f00d"; }
   5400 
   5401 .fa-arrows-up-down-left-right {
   5402   --fa: "\f047"; }
   5403 
   5404 .fa-arrows {
   5405   --fa: "\f047"; }
   5406 
   5407 .fa-chalkboard-user {
   5408   --fa: "\f51c"; }
   5409 
   5410 .fa-chalkboard-teacher {
   5411   --fa: "\f51c"; }
   5412 
   5413 .fa-peso-sign {
   5414   --fa: "\e222"; }
   5415 
   5416 .fa-building-shield {
   5417   --fa: "\e4d8"; }
   5418 
   5419 .fa-baby {
   5420   --fa: "\f77c"; }
   5421 
   5422 .fa-users-line {
   5423   --fa: "\e592"; }
   5424 
   5425 .fa-quote-left {
   5426   --fa: "\f10d"; }
   5427 
   5428 .fa-quote-left-alt {
   5429   --fa: "\f10d"; }
   5430 
   5431 .fa-tractor {
   5432   --fa: "\f722"; }
   5433 
   5434 .fa-trash-arrow-up {
   5435   --fa: "\f829"; }
   5436 
   5437 .fa-trash-restore {
   5438   --fa: "\f829"; }
   5439 
   5440 .fa-arrow-down-up-lock {
   5441   --fa: "\e4b0"; }
   5442 
   5443 .fa-lines-leaning {
   5444   --fa: "\e51e"; }
   5445 
   5446 .fa-ruler-combined {
   5447   --fa: "\f546"; }
   5448 
   5449 .fa-copyright {
   5450   --fa: "\f1f9"; }
   5451 
   5452 .fa-equals {
   5453   --fa: "\3d"; }
   5454 
   5455 .fa-blender {
   5456   --fa: "\f517"; }
   5457 
   5458 .fa-teeth {
   5459   --fa: "\f62e"; }
   5460 
   5461 .fa-shekel-sign {
   5462   --fa: "\f20b"; }
   5463 
   5464 .fa-ils {
   5465   --fa: "\f20b"; }
   5466 
   5467 .fa-shekel {
   5468   --fa: "\f20b"; }
   5469 
   5470 .fa-sheqel {
   5471   --fa: "\f20b"; }
   5472 
   5473 .fa-sheqel-sign {
   5474   --fa: "\f20b"; }
   5475 
   5476 .fa-map {
   5477   --fa: "\f279"; }
   5478 
   5479 .fa-rocket {
   5480   --fa: "\f135"; }
   5481 
   5482 .fa-photo-film {
   5483   --fa: "\f87c"; }
   5484 
   5485 .fa-photo-video {
   5486   --fa: "\f87c"; }
   5487 
   5488 .fa-folder-minus {
   5489   --fa: "\f65d"; }
   5490 
   5491 .fa-hexagon-nodes-bolt {
   5492   --fa: "\e69a"; }
   5493 
   5494 .fa-store {
   5495   --fa: "\f54e"; }
   5496 
   5497 .fa-arrow-trend-up {
   5498   --fa: "\e098"; }
   5499 
   5500 .fa-plug-circle-minus {
   5501   --fa: "\e55e"; }
   5502 
   5503 .fa-sign-hanging {
   5504   --fa: "\f4d9"; }
   5505 
   5506 .fa-sign {
   5507   --fa: "\f4d9"; }
   5508 
   5509 .fa-bezier-curve {
   5510   --fa: "\f55b"; }
   5511 
   5512 .fa-bell-slash {
   5513   --fa: "\f1f6"; }
   5514 
   5515 .fa-tablet {
   5516   --fa: "\f3fb"; }
   5517 
   5518 .fa-tablet-android {
   5519   --fa: "\f3fb"; }
   5520 
   5521 .fa-school-flag {
   5522   --fa: "\e56e"; }
   5523 
   5524 .fa-fill {
   5525   --fa: "\f575"; }
   5526 
   5527 .fa-angle-up {
   5528   --fa: "\f106"; }
   5529 
   5530 .fa-drumstick-bite {
   5531   --fa: "\f6d7"; }
   5532 
   5533 .fa-holly-berry {
   5534   --fa: "\f7aa"; }
   5535 
   5536 .fa-chevron-left {
   5537   --fa: "\f053"; }
   5538 
   5539 .fa-bacteria {
   5540   --fa: "\e059"; }
   5541 
   5542 .fa-hand-lizard {
   5543   --fa: "\f258"; }
   5544 
   5545 .fa-notdef {
   5546   --fa: "\e1fe"; }
   5547 
   5548 .fa-disease {
   5549   --fa: "\f7fa"; }
   5550 
   5551 .fa-briefcase-medical {
   5552   --fa: "\f469"; }
   5553 
   5554 .fa-genderless {
   5555   --fa: "\f22d"; }
   5556 
   5557 .fa-chevron-right {
   5558   --fa: "\f054"; }
   5559 
   5560 .fa-retweet {
   5561   --fa: "\f079"; }
   5562 
   5563 .fa-car-rear {
   5564   --fa: "\f5de"; }
   5565 
   5566 .fa-car-alt {
   5567   --fa: "\f5de"; }
   5568 
   5569 .fa-pump-soap {
   5570   --fa: "\e06b"; }
   5571 
   5572 .fa-video-slash {
   5573   --fa: "\f4e2"; }
   5574 
   5575 .fa-battery-quarter {
   5576   --fa: "\f243"; }
   5577 
   5578 .fa-battery-2 {
   5579   --fa: "\f243"; }
   5580 
   5581 .fa-radio {
   5582   --fa: "\f8d7"; }
   5583 
   5584 .fa-baby-carriage {
   5585   --fa: "\f77d"; }
   5586 
   5587 .fa-carriage-baby {
   5588   --fa: "\f77d"; }
   5589 
   5590 .fa-traffic-light {
   5591   --fa: "\f637"; }
   5592 
   5593 .fa-thermometer {
   5594   --fa: "\f491"; }
   5595 
   5596 .fa-vr-cardboard {
   5597   --fa: "\f729"; }
   5598 
   5599 .fa-hand-middle-finger {
   5600   --fa: "\f806"; }
   5601 
   5602 .fa-percent {
   5603   --fa: "\25"; }
   5604 
   5605 .fa-percentage {
   5606   --fa: "\25"; }
   5607 
   5608 .fa-truck-moving {
   5609   --fa: "\f4df"; }
   5610 
   5611 .fa-glass-water-droplet {
   5612   --fa: "\e4f5"; }
   5613 
   5614 .fa-display {
   5615   --fa: "\e163"; }
   5616 
   5617 .fa-face-smile {
   5618   --fa: "\f118"; }
   5619 
   5620 .fa-smile {
   5621   --fa: "\f118"; }
   5622 
   5623 .fa-thumbtack {
   5624   --fa: "\f08d"; }
   5625 
   5626 .fa-thumb-tack {
   5627   --fa: "\f08d"; }
   5628 
   5629 .fa-trophy {
   5630   --fa: "\f091"; }
   5631 
   5632 .fa-person-praying {
   5633   --fa: "\f683"; }
   5634 
   5635 .fa-pray {
   5636   --fa: "\f683"; }
   5637 
   5638 .fa-hammer {
   5639   --fa: "\f6e3"; }
   5640 
   5641 .fa-hand-peace {
   5642   --fa: "\f25b"; }
   5643 
   5644 .fa-rotate {
   5645   --fa: "\f2f1"; }
   5646 
   5647 .fa-sync-alt {
   5648   --fa: "\f2f1"; }
   5649 
   5650 .fa-spinner {
   5651   --fa: "\f110"; }
   5652 
   5653 .fa-robot {
   5654   --fa: "\f544"; }
   5655 
   5656 .fa-peace {
   5657   --fa: "\f67c"; }
   5658 
   5659 .fa-gears {
   5660   --fa: "\f085"; }
   5661 
   5662 .fa-cogs {
   5663   --fa: "\f085"; }
   5664 
   5665 .fa-warehouse {
   5666   --fa: "\f494"; }
   5667 
   5668 .fa-arrow-up-right-dots {
   5669   --fa: "\e4b7"; }
   5670 
   5671 .fa-splotch {
   5672   --fa: "\f5bc"; }
   5673 
   5674 .fa-face-grin-hearts {
   5675   --fa: "\f584"; }
   5676 
   5677 .fa-grin-hearts {
   5678   --fa: "\f584"; }
   5679 
   5680 .fa-dice-four {
   5681   --fa: "\f524"; }
   5682 
   5683 .fa-sim-card {
   5684   --fa: "\f7c4"; }
   5685 
   5686 .fa-transgender {
   5687   --fa: "\f225"; }
   5688 
   5689 .fa-transgender-alt {
   5690   --fa: "\f225"; }
   5691 
   5692 .fa-mercury {
   5693   --fa: "\f223"; }
   5694 
   5695 .fa-arrow-turn-down {
   5696   --fa: "\f149"; }
   5697 
   5698 .fa-level-down {
   5699   --fa: "\f149"; }
   5700 
   5701 .fa-person-falling-burst {
   5702   --fa: "\e547"; }
   5703 
   5704 .fa-award {
   5705   --fa: "\f559"; }
   5706 
   5707 .fa-ticket-simple {
   5708   --fa: "\f3ff"; }
   5709 
   5710 .fa-ticket-alt {
   5711   --fa: "\f3ff"; }
   5712 
   5713 .fa-building {
   5714   --fa: "\f1ad"; }
   5715 
   5716 .fa-angles-left {
   5717   --fa: "\f100"; }
   5718 
   5719 .fa-angle-double-left {
   5720   --fa: "\f100"; }
   5721 
   5722 .fa-qrcode {
   5723   --fa: "\f029"; }
   5724 
   5725 .fa-clock-rotate-left {
   5726   --fa: "\f1da"; }
   5727 
   5728 .fa-history {
   5729   --fa: "\f1da"; }
   5730 
   5731 .fa-face-grin-beam-sweat {
   5732   --fa: "\f583"; }
   5733 
   5734 .fa-grin-beam-sweat {
   5735   --fa: "\f583"; }
   5736 
   5737 .fa-file-export {
   5738   --fa: "\f56e"; }
   5739 
   5740 .fa-arrow-right-from-file {
   5741   --fa: "\f56e"; }
   5742 
   5743 .fa-shield {
   5744   --fa: "\f132"; }
   5745 
   5746 .fa-shield-blank {
   5747   --fa: "\f132"; }
   5748 
   5749 .fa-arrow-up-short-wide {
   5750   --fa: "\f885"; }
   5751 
   5752 .fa-sort-amount-up-alt {
   5753   --fa: "\f885"; }
   5754 
   5755 .fa-comment-nodes {
   5756   --fa: "\e696"; }
   5757 
   5758 .fa-house-medical {
   5759   --fa: "\e3b2"; }
   5760 
   5761 .fa-golf-ball-tee {
   5762   --fa: "\f450"; }
   5763 
   5764 .fa-golf-ball {
   5765   --fa: "\f450"; }
   5766 
   5767 .fa-circle-chevron-left {
   5768   --fa: "\f137"; }
   5769 
   5770 .fa-chevron-circle-left {
   5771   --fa: "\f137"; }
   5772 
   5773 .fa-house-chimney-window {
   5774   --fa: "\e00d"; }
   5775 
   5776 .fa-pen-nib {
   5777   --fa: "\f5ad"; }
   5778 
   5779 .fa-tent-arrow-turn-left {
   5780   --fa: "\e580"; }
   5781 
   5782 .fa-tents {
   5783   --fa: "\e582"; }
   5784 
   5785 .fa-wand-magic {
   5786   --fa: "\f0d0"; }
   5787 
   5788 .fa-magic {
   5789   --fa: "\f0d0"; }
   5790 
   5791 .fa-dog {
   5792   --fa: "\f6d3"; }
   5793 
   5794 .fa-carrot {
   5795   --fa: "\f787"; }
   5796 
   5797 .fa-moon {
   5798   --fa: "\f186"; }
   5799 
   5800 .fa-wine-glass-empty {
   5801   --fa: "\f5ce"; }
   5802 
   5803 .fa-wine-glass-alt {
   5804   --fa: "\f5ce"; }
   5805 
   5806 .fa-cheese {
   5807   --fa: "\f7ef"; }
   5808 
   5809 .fa-yin-yang {
   5810   --fa: "\f6ad"; }
   5811 
   5812 .fa-music {
   5813   --fa: "\f001"; }
   5814 
   5815 .fa-code-commit {
   5816   --fa: "\f386"; }
   5817 
   5818 .fa-temperature-low {
   5819   --fa: "\f76b"; }
   5820 
   5821 .fa-person-biking {
   5822   --fa: "\f84a"; }
   5823 
   5824 .fa-biking {
   5825   --fa: "\f84a"; }
   5826 
   5827 .fa-broom {
   5828   --fa: "\f51a"; }
   5829 
   5830 .fa-shield-heart {
   5831   --fa: "\e574"; }
   5832 
   5833 .fa-gopuram {
   5834   --fa: "\f664"; }
   5835 
   5836 .fa-earth-oceania {
   5837   --fa: "\e47b"; }
   5838 
   5839 .fa-globe-oceania {
   5840   --fa: "\e47b"; }
   5841 
   5842 .fa-square-xmark {
   5843   --fa: "\f2d3"; }
   5844 
   5845 .fa-times-square {
   5846   --fa: "\f2d3"; }
   5847 
   5848 .fa-xmark-square {
   5849   --fa: "\f2d3"; }
   5850 
   5851 .fa-hashtag {
   5852   --fa: "\23"; }
   5853 
   5854 .fa-up-right-and-down-left-from-center {
   5855   --fa: "\f424"; }
   5856 
   5857 .fa-expand-alt {
   5858   --fa: "\f424"; }
   5859 
   5860 .fa-oil-can {
   5861   --fa: "\f613"; }
   5862 
   5863 .fa-t {
   5864   --fa: "\54"; }
   5865 
   5866 .fa-hippo {
   5867   --fa: "\f6ed"; }
   5868 
   5869 .fa-chart-column {
   5870   --fa: "\e0e3"; }
   5871 
   5872 .fa-infinity {
   5873   --fa: "\f534"; }
   5874 
   5875 .fa-vial-circle-check {
   5876   --fa: "\e596"; }
   5877 
   5878 .fa-person-arrow-down-to-line {
   5879   --fa: "\e538"; }
   5880 
   5881 .fa-voicemail {
   5882   --fa: "\f897"; }
   5883 
   5884 .fa-fan {
   5885   --fa: "\f863"; }
   5886 
   5887 .fa-person-walking-luggage {
   5888   --fa: "\e554"; }
   5889 
   5890 .fa-up-down {
   5891   --fa: "\f338"; }
   5892 
   5893 .fa-arrows-alt-v {
   5894   --fa: "\f338"; }
   5895 
   5896 .fa-cloud-moon-rain {
   5897   --fa: "\f73c"; }
   5898 
   5899 .fa-calendar {
   5900   --fa: "\f133"; }
   5901 
   5902 .fa-trailer {
   5903   --fa: "\e041"; }
   5904 
   5905 .fa-bahai {
   5906   --fa: "\f666"; }
   5907 
   5908 .fa-haykal {
   5909   --fa: "\f666"; }
   5910 
   5911 .fa-sd-card {
   5912   --fa: "\f7c2"; }
   5913 
   5914 .fa-dragon {
   5915   --fa: "\f6d5"; }
   5916 
   5917 .fa-shoe-prints {
   5918   --fa: "\f54b"; }
   5919 
   5920 .fa-circle-plus {
   5921   --fa: "\f055"; }
   5922 
   5923 .fa-plus-circle {
   5924   --fa: "\f055"; }
   5925 
   5926 .fa-face-grin-tongue-wink {
   5927   --fa: "\f58b"; }
   5928 
   5929 .fa-grin-tongue-wink {
   5930   --fa: "\f58b"; }
   5931 
   5932 .fa-hand-holding {
   5933   --fa: "\f4bd"; }
   5934 
   5935 .fa-plug-circle-exclamation {
   5936   --fa: "\e55d"; }
   5937 
   5938 .fa-link-slash {
   5939   --fa: "\f127"; }
   5940 
   5941 .fa-chain-broken {
   5942   --fa: "\f127"; }
   5943 
   5944 .fa-chain-slash {
   5945   --fa: "\f127"; }
   5946 
   5947 .fa-unlink {
   5948   --fa: "\f127"; }
   5949 
   5950 .fa-clone {
   5951   --fa: "\f24d"; }
   5952 
   5953 .fa-person-walking-arrow-loop-left {
   5954   --fa: "\e551"; }
   5955 
   5956 .fa-arrow-up-z-a {
   5957   --fa: "\f882"; }
   5958 
   5959 .fa-sort-alpha-up-alt {
   5960   --fa: "\f882"; }
   5961 
   5962 .fa-fire-flame-curved {
   5963   --fa: "\f7e4"; }
   5964 
   5965 .fa-fire-alt {
   5966   --fa: "\f7e4"; }
   5967 
   5968 .fa-tornado {
   5969   --fa: "\f76f"; }
   5970 
   5971 .fa-file-circle-plus {
   5972   --fa: "\e494"; }
   5973 
   5974 .fa-book-quran {
   5975   --fa: "\f687"; }
   5976 
   5977 .fa-quran {
   5978   --fa: "\f687"; }
   5979 
   5980 .fa-anchor {
   5981   --fa: "\f13d"; }
   5982 
   5983 .fa-border-all {
   5984   --fa: "\f84c"; }
   5985 
   5986 .fa-face-angry {
   5987   --fa: "\f556"; }
   5988 
   5989 .fa-angry {
   5990   --fa: "\f556"; }
   5991 
   5992 .fa-cookie-bite {
   5993   --fa: "\f564"; }
   5994 
   5995 .fa-arrow-trend-down {
   5996   --fa: "\e097"; }
   5997 
   5998 .fa-rss {
   5999   --fa: "\f09e"; }
   6000 
   6001 .fa-feed {
   6002   --fa: "\f09e"; }
   6003 
   6004 .fa-draw-polygon {
   6005   --fa: "\f5ee"; }
   6006 
   6007 .fa-scale-balanced {
   6008   --fa: "\f24e"; }
   6009 
   6010 .fa-balance-scale {
   6011   --fa: "\f24e"; }
   6012 
   6013 .fa-gauge-simple-high {
   6014   --fa: "\f62a"; }
   6015 
   6016 .fa-tachometer {
   6017   --fa: "\f62a"; }
   6018 
   6019 .fa-tachometer-fast {
   6020   --fa: "\f62a"; }
   6021 
   6022 .fa-shower {
   6023   --fa: "\f2cc"; }
   6024 
   6025 .fa-desktop {
   6026   --fa: "\f390"; }
   6027 
   6028 .fa-desktop-alt {
   6029   --fa: "\f390"; }
   6030 
   6031 .fa-m {
   6032   --fa: "\4d"; }
   6033 
   6034 .fa-table-list {
   6035   --fa: "\f00b"; }
   6036 
   6037 .fa-th-list {
   6038   --fa: "\f00b"; }
   6039 
   6040 .fa-comment-sms {
   6041   --fa: "\f7cd"; }
   6042 
   6043 .fa-sms {
   6044   --fa: "\f7cd"; }
   6045 
   6046 .fa-book {
   6047   --fa: "\f02d"; }
   6048 
   6049 .fa-user-plus {
   6050   --fa: "\f234"; }
   6051 
   6052 .fa-check {
   6053   --fa: "\f00c"; }
   6054 
   6055 .fa-battery-three-quarters {
   6056   --fa: "\f241"; }
   6057 
   6058 .fa-battery-4 {
   6059   --fa: "\f241"; }
   6060 
   6061 .fa-house-circle-check {
   6062   --fa: "\e509"; }
   6063 
   6064 .fa-angle-left {
   6065   --fa: "\f104"; }
   6066 
   6067 .fa-diagram-successor {
   6068   --fa: "\e47a"; }
   6069 
   6070 .fa-truck-arrow-right {
   6071   --fa: "\e58b"; }
   6072 
   6073 .fa-arrows-split-up-and-left {
   6074   --fa: "\e4bc"; }
   6075 
   6076 .fa-hand-fist {
   6077   --fa: "\f6de"; }
   6078 
   6079 .fa-fist-raised {
   6080   --fa: "\f6de"; }
   6081 
   6082 .fa-cloud-moon {
   6083   --fa: "\f6c3"; }
   6084 
   6085 .fa-briefcase {
   6086   --fa: "\f0b1"; }
   6087 
   6088 .fa-person-falling {
   6089   --fa: "\e546"; }
   6090 
   6091 .fa-image-portrait {
   6092   --fa: "\f3e0"; }
   6093 
   6094 .fa-portrait {
   6095   --fa: "\f3e0"; }
   6096 
   6097 .fa-user-tag {
   6098   --fa: "\f507"; }
   6099 
   6100 .fa-rug {
   6101   --fa: "\e569"; }
   6102 
   6103 .fa-earth-europe {
   6104   --fa: "\f7a2"; }
   6105 
   6106 .fa-globe-europe {
   6107   --fa: "\f7a2"; }
   6108 
   6109 .fa-cart-flatbed-suitcase {
   6110   --fa: "\f59d"; }
   6111 
   6112 .fa-luggage-cart {
   6113   --fa: "\f59d"; }
   6114 
   6115 .fa-rectangle-xmark {
   6116   --fa: "\f410"; }
   6117 
   6118 .fa-rectangle-times {
   6119   --fa: "\f410"; }
   6120 
   6121 .fa-times-rectangle {
   6122   --fa: "\f410"; }
   6123 
   6124 .fa-window-close {
   6125   --fa: "\f410"; }
   6126 
   6127 .fa-baht-sign {
   6128   --fa: "\e0ac"; }
   6129 
   6130 .fa-book-open {
   6131   --fa: "\f518"; }
   6132 
   6133 .fa-book-journal-whills {
   6134   --fa: "\f66a"; }
   6135 
   6136 .fa-journal-whills {
   6137   --fa: "\f66a"; }
   6138 
   6139 .fa-handcuffs {
   6140   --fa: "\e4f8"; }
   6141 
   6142 .fa-triangle-exclamation {
   6143   --fa: "\f071"; }
   6144 
   6145 .fa-exclamation-triangle {
   6146   --fa: "\f071"; }
   6147 
   6148 .fa-warning {
   6149   --fa: "\f071"; }
   6150 
   6151 .fa-database {
   6152   --fa: "\f1c0"; }
   6153 
   6154 .fa-share {
   6155   --fa: "\f064"; }
   6156 
   6157 .fa-mail-forward {
   6158   --fa: "\f064"; }
   6159 
   6160 .fa-bottle-droplet {
   6161   --fa: "\e4c4"; }
   6162 
   6163 .fa-mask-face {
   6164   --fa: "\e1d7"; }
   6165 
   6166 .fa-hill-rockslide {
   6167   --fa: "\e508"; }
   6168 
   6169 .fa-right-left {
   6170   --fa: "\f362"; }
   6171 
   6172 .fa-exchange-alt {
   6173   --fa: "\f362"; }
   6174 
   6175 .fa-paper-plane {
   6176   --fa: "\f1d8"; }
   6177 
   6178 .fa-road-circle-exclamation {
   6179   --fa: "\e565"; }
   6180 
   6181 .fa-dungeon {
   6182   --fa: "\f6d9"; }
   6183 
   6184 .fa-align-right {
   6185   --fa: "\f038"; }
   6186 
   6187 .fa-money-bill-1-wave {
   6188   --fa: "\f53b"; }
   6189 
   6190 .fa-money-bill-wave-alt {
   6191   --fa: "\f53b"; }
   6192 
   6193 .fa-life-ring {
   6194   --fa: "\f1cd"; }
   6195 
   6196 .fa-hands {
   6197   --fa: "\f2a7"; }
   6198 
   6199 .fa-sign-language {
   6200   --fa: "\f2a7"; }
   6201 
   6202 .fa-signing {
   6203   --fa: "\f2a7"; }
   6204 
   6205 .fa-calendar-day {
   6206   --fa: "\f783"; }
   6207 
   6208 .fa-water-ladder {
   6209   --fa: "\f5c5"; }
   6210 
   6211 .fa-ladder-water {
   6212   --fa: "\f5c5"; }
   6213 
   6214 .fa-swimming-pool {
   6215   --fa: "\f5c5"; }
   6216 
   6217 .fa-arrows-up-down {
   6218   --fa: "\f07d"; }
   6219 
   6220 .fa-arrows-v {
   6221   --fa: "\f07d"; }
   6222 
   6223 .fa-face-grimace {
   6224   --fa: "\f57f"; }
   6225 
   6226 .fa-grimace {
   6227   --fa: "\f57f"; }
   6228 
   6229 .fa-wheelchair-move {
   6230   --fa: "\e2ce"; }
   6231 
   6232 .fa-wheelchair-alt {
   6233   --fa: "\e2ce"; }
   6234 
   6235 .fa-turn-down {
   6236   --fa: "\f3be"; }
   6237 
   6238 .fa-level-down-alt {
   6239   --fa: "\f3be"; }
   6240 
   6241 .fa-person-walking-arrow-right {
   6242   --fa: "\e552"; }
   6243 
   6244 .fa-square-envelope {
   6245   --fa: "\f199"; }
   6246 
   6247 .fa-envelope-square {
   6248   --fa: "\f199"; }
   6249 
   6250 .fa-dice {
   6251   --fa: "\f522"; }
   6252 
   6253 .fa-bowling-ball {
   6254   --fa: "\f436"; }
   6255 
   6256 .fa-brain {
   6257   --fa: "\f5dc"; }
   6258 
   6259 .fa-bandage {
   6260   --fa: "\f462"; }
   6261 
   6262 .fa-band-aid {
   6263   --fa: "\f462"; }
   6264 
   6265 .fa-calendar-minus {
   6266   --fa: "\f272"; }
   6267 
   6268 .fa-circle-xmark {
   6269   --fa: "\f057"; }
   6270 
   6271 .fa-times-circle {
   6272   --fa: "\f057"; }
   6273 
   6274 .fa-xmark-circle {
   6275   --fa: "\f057"; }
   6276 
   6277 .fa-gifts {
   6278   --fa: "\f79c"; }
   6279 
   6280 .fa-hotel {
   6281   --fa: "\f594"; }
   6282 
   6283 .fa-earth-asia {
   6284   --fa: "\f57e"; }
   6285 
   6286 .fa-globe-asia {
   6287   --fa: "\f57e"; }
   6288 
   6289 .fa-id-card-clip {
   6290   --fa: "\f47f"; }
   6291 
   6292 .fa-id-card-alt {
   6293   --fa: "\f47f"; }
   6294 
   6295 .fa-magnifying-glass-plus {
   6296   --fa: "\f00e"; }
   6297 
   6298 .fa-search-plus {
   6299   --fa: "\f00e"; }
   6300 
   6301 .fa-thumbs-up {
   6302   --fa: "\f164"; }
   6303 
   6304 .fa-user-clock {
   6305   --fa: "\f4fd"; }
   6306 
   6307 .fa-hand-dots {
   6308   --fa: "\f461"; }
   6309 
   6310 .fa-allergies {
   6311   --fa: "\f461"; }
   6312 
   6313 .fa-file-invoice {
   6314   --fa: "\f570"; }
   6315 
   6316 .fa-window-minimize {
   6317   --fa: "\f2d1"; }
   6318 
   6319 .fa-mug-saucer {
   6320   --fa: "\f0f4"; }
   6321 
   6322 .fa-coffee {
   6323   --fa: "\f0f4"; }
   6324 
   6325 .fa-brush {
   6326   --fa: "\f55d"; }
   6327 
   6328 .fa-file-half-dashed {
   6329   --fa: "\e698"; }
   6330 
   6331 .fa-mask {
   6332   --fa: "\f6fa"; }
   6333 
   6334 .fa-magnifying-glass-minus {
   6335   --fa: "\f010"; }
   6336 
   6337 .fa-search-minus {
   6338   --fa: "\f010"; }
   6339 
   6340 .fa-ruler-vertical {
   6341   --fa: "\f548"; }
   6342 
   6343 .fa-user-large {
   6344   --fa: "\f406"; }
   6345 
   6346 .fa-user-alt {
   6347   --fa: "\f406"; }
   6348 
   6349 .fa-train-tram {
   6350   --fa: "\e5b4"; }
   6351 
   6352 .fa-user-nurse {
   6353   --fa: "\f82f"; }
   6354 
   6355 .fa-syringe {
   6356   --fa: "\f48e"; }
   6357 
   6358 .fa-cloud-sun {
   6359   --fa: "\f6c4"; }
   6360 
   6361 .fa-stopwatch-20 {
   6362   --fa: "\e06f"; }
   6363 
   6364 .fa-square-full {
   6365   --fa: "\f45c"; }
   6366 
   6367 .fa-magnet {
   6368   --fa: "\f076"; }
   6369 
   6370 .fa-jar {
   6371   --fa: "\e516"; }
   6372 
   6373 .fa-note-sticky {
   6374   --fa: "\f249"; }
   6375 
   6376 .fa-sticky-note {
   6377   --fa: "\f249"; }
   6378 
   6379 .fa-bug-slash {
   6380   --fa: "\e490"; }
   6381 
   6382 .fa-arrow-up-from-water-pump {
   6383   --fa: "\e4b6"; }
   6384 
   6385 .fa-bone {
   6386   --fa: "\f5d7"; }
   6387 
   6388 .fa-table-cells-row-unlock {
   6389   --fa: "\e691"; }
   6390 
   6391 .fa-user-injured {
   6392   --fa: "\f728"; }
   6393 
   6394 .fa-face-sad-tear {
   6395   --fa: "\f5b4"; }
   6396 
   6397 .fa-sad-tear {
   6398   --fa: "\f5b4"; }
   6399 
   6400 .fa-plane {
   6401   --fa: "\f072"; }
   6402 
   6403 .fa-tent-arrows-down {
   6404   --fa: "\e581"; }
   6405 
   6406 .fa-exclamation {
   6407   --fa: "\21"; }
   6408 
   6409 .fa-arrows-spin {
   6410   --fa: "\e4bb"; }
   6411 
   6412 .fa-print {
   6413   --fa: "\f02f"; }
   6414 
   6415 .fa-turkish-lira-sign {
   6416   --fa: "\e2bb"; }
   6417 
   6418 .fa-try {
   6419   --fa: "\e2bb"; }
   6420 
   6421 .fa-turkish-lira {
   6422   --fa: "\e2bb"; }
   6423 
   6424 .fa-dollar-sign {
   6425   --fa: "\24"; }
   6426 
   6427 .fa-dollar {
   6428   --fa: "\24"; }
   6429 
   6430 .fa-usd {
   6431   --fa: "\24"; }
   6432 
   6433 .fa-x {
   6434   --fa: "\58"; }
   6435 
   6436 .fa-magnifying-glass-dollar {
   6437   --fa: "\f688"; }
   6438 
   6439 .fa-search-dollar {
   6440   --fa: "\f688"; }
   6441 
   6442 .fa-users-gear {
   6443   --fa: "\f509"; }
   6444 
   6445 .fa-users-cog {
   6446   --fa: "\f509"; }
   6447 
   6448 .fa-person-military-pointing {
   6449   --fa: "\e54a"; }
   6450 
   6451 .fa-building-columns {
   6452   --fa: "\f19c"; }
   6453 
   6454 .fa-bank {
   6455   --fa: "\f19c"; }
   6456 
   6457 .fa-institution {
   6458   --fa: "\f19c"; }
   6459 
   6460 .fa-museum {
   6461   --fa: "\f19c"; }
   6462 
   6463 .fa-university {
   6464   --fa: "\f19c"; }
   6465 
   6466 .fa-umbrella {
   6467   --fa: "\f0e9"; }
   6468 
   6469 .fa-trowel {
   6470   --fa: "\e589"; }
   6471 
   6472 .fa-d {
   6473   --fa: "\44"; }
   6474 
   6475 .fa-stapler {
   6476   --fa: "\e5af"; }
   6477 
   6478 .fa-masks-theater {
   6479   --fa: "\f630"; }
   6480 
   6481 .fa-theater-masks {
   6482   --fa: "\f630"; }
   6483 
   6484 .fa-kip-sign {
   6485   --fa: "\e1c4"; }
   6486 
   6487 .fa-hand-point-left {
   6488   --fa: "\f0a5"; }
   6489 
   6490 .fa-handshake-simple {
   6491   --fa: "\f4c6"; }
   6492 
   6493 .fa-handshake-alt {
   6494   --fa: "\f4c6"; }
   6495 
   6496 .fa-jet-fighter {
   6497   --fa: "\f0fb"; }
   6498 
   6499 .fa-fighter-jet {
   6500   --fa: "\f0fb"; }
   6501 
   6502 .fa-square-share-nodes {
   6503   --fa: "\f1e1"; }
   6504 
   6505 .fa-share-alt-square {
   6506   --fa: "\f1e1"; }
   6507 
   6508 .fa-barcode {
   6509   --fa: "\f02a"; }
   6510 
   6511 .fa-plus-minus {
   6512   --fa: "\e43c"; }
   6513 
   6514 .fa-video {
   6515   --fa: "\f03d"; }
   6516 
   6517 .fa-video-camera {
   6518   --fa: "\f03d"; }
   6519 
   6520 .fa-graduation-cap {
   6521   --fa: "\f19d"; }
   6522 
   6523 .fa-mortar-board {
   6524   --fa: "\f19d"; }
   6525 
   6526 .fa-hand-holding-medical {
   6527   --fa: "\e05c"; }
   6528 
   6529 .fa-person-circle-check {
   6530   --fa: "\e53e"; }
   6531 
   6532 .fa-turn-up {
   6533   --fa: "\f3bf"; }
   6534 
   6535 .fa-level-up-alt {
   6536   --fa: "\f3bf"; }
   6537 
   6538 .sr-only,
   6539 .fa-sr-only {
   6540   position: absolute;
   6541   width: 1px;
   6542   height: 1px;
   6543   padding: 0;
   6544   margin: -1px;
   6545   overflow: hidden;
   6546   clip: rect(0, 0, 0, 0);
   6547   white-space: nowrap;
   6548   border-width: 0; }
   6549 
   6550 .sr-only-focusable:not(:focus),
   6551 .fa-sr-only-focusable:not(:focus) {
   6552   position: absolute;
   6553   width: 1px;
   6554   height: 1px;
   6555   padding: 0;
   6556   margin: -1px;
   6557   overflow: hidden;
   6558   clip: rect(0, 0, 0, 0);
   6559   white-space: nowrap;
   6560   border-width: 0; }
   6561 
   6562 /*!
   6563  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
   6564  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   6565  * Copyright 2024 Fonticons, Inc.
   6566  */
   6567 :root, :host {
   6568   --fa-style-family-classic: 'Font Awesome 6 Free';
   6569   --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
   6570 
   6571 @font-face {
   6572   font-family: 'Font Awesome 6 Free';
   6573   font-style: normal;
   6574   font-weight: 400;
   6575   font-display: block;
   6576   src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }
   6577 
   6578 .far,
   6579 .fa-regular {
   6580   font-weight: 400; }
   6581 
   6582 /*!
   6583  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
   6584  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   6585  * Copyright 2024 Fonticons, Inc.
   6586  */
   6587 :root, :host {
   6588   --fa-style-family-classic: 'Font Awesome 6 Free';
   6589   --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
   6590 
   6591 @font-face {
   6592   font-family: 'Font Awesome 6 Free';
   6593   font-style: normal;
   6594   font-weight: 900;
   6595   font-display: block;
   6596   src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }
   6597 
   6598 .fas,
   6599 .fa-solid,
   6600 .content article a:where(.external-link):not(:has(img)):after {
   6601   font-weight: 900; }
   6602 
   6603 /*!
   6604  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
   6605  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   6606  * Copyright 2024 Fonticons, Inc.
   6607  */
   6608 :root, :host {
   6609   --fa-style-family-brands: 'Font Awesome 6 Brands';
   6610   --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
   6611 
   6612 @font-face {
   6613   font-family: 'Font Awesome 6 Brands';
   6614   font-style: normal;
   6615   font-weight: 400;
   6616   font-display: block;
   6617   src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }
   6618 
   6619 .fab,
   6620 .fa-brands {
   6621   font-weight: 400; }
   6622 
   6623 .fa-monero {
   6624   --fa: "\f3d0"; }
   6625 
   6626 .fa-hooli {
   6627   --fa: "\f427"; }
   6628 
   6629 .fa-yelp {
   6630   --fa: "\f1e9"; }
   6631 
   6632 .fa-cc-visa {
   6633   --fa: "\f1f0"; }
   6634 
   6635 .fa-lastfm {
   6636   --fa: "\f202"; }
   6637 
   6638 .fa-shopware {
   6639   --fa: "\f5b5"; }
   6640 
   6641 .fa-creative-commons-nc {
   6642   --fa: "\f4e8"; }
   6643 
   6644 .fa-aws {
   6645   --fa: "\f375"; }
   6646 
   6647 .fa-redhat {
   6648   --fa: "\f7bc"; }
   6649 
   6650 .fa-yoast {
   6651   --fa: "\f2b1"; }
   6652 
   6653 .fa-cloudflare {
   6654   --fa: "\e07d"; }
   6655 
   6656 .fa-ups {
   6657   --fa: "\f7e0"; }
   6658 
   6659 .fa-pixiv {
   6660   --fa: "\e640"; }
   6661 
   6662 .fa-wpexplorer {
   6663   --fa: "\f2de"; }
   6664 
   6665 .fa-dyalog {
   6666   --fa: "\f399"; }
   6667 
   6668 .fa-bity {
   6669   --fa: "\f37a"; }
   6670 
   6671 .fa-stackpath {
   6672   --fa: "\f842"; }
   6673 
   6674 .fa-buysellads {
   6675   --fa: "\f20d"; }
   6676 
   6677 .fa-first-order {
   6678   --fa: "\f2b0"; }
   6679 
   6680 .fa-modx {
   6681   --fa: "\f285"; }
   6682 
   6683 .fa-guilded {
   6684   --fa: "\e07e"; }
   6685 
   6686 .fa-vnv {
   6687   --fa: "\f40b"; }
   6688 
   6689 .fa-square-js {
   6690   --fa: "\f3b9"; }
   6691 
   6692 .fa-js-square {
   6693   --fa: "\f3b9"; }
   6694 
   6695 .fa-microsoft {
   6696   --fa: "\f3ca"; }
   6697 
   6698 .fa-qq {
   6699   --fa: "\f1d6"; }
   6700 
   6701 .fa-orcid {
   6702   --fa: "\f8d2"; }
   6703 
   6704 .fa-java {
   6705   --fa: "\f4e4"; }
   6706 
   6707 .fa-invision {
   6708   --fa: "\f7b0"; }
   6709 
   6710 .fa-creative-commons-pd-alt {
   6711   --fa: "\f4ed"; }
   6712 
   6713 .fa-centercode {
   6714   --fa: "\f380"; }
   6715 
   6716 .fa-glide-g {
   6717   --fa: "\f2a6"; }
   6718 
   6719 .fa-drupal {
   6720   --fa: "\f1a9"; }
   6721 
   6722 .fa-jxl {
   6723   --fa: "\e67b"; }
   6724 
   6725 .fa-dart-lang {
   6726   --fa: "\e693"; }
   6727 
   6728 .fa-hire-a-helper {
   6729   --fa: "\f3b0"; }
   6730 
   6731 .fa-creative-commons-by {
   6732   --fa: "\f4e7"; }
   6733 
   6734 .fa-unity {
   6735   --fa: "\e049"; }
   6736 
   6737 .fa-whmcs {
   6738   --fa: "\f40d"; }
   6739 
   6740 .fa-rocketchat {
   6741   --fa: "\f3e8"; }
   6742 
   6743 .fa-vk {
   6744   --fa: "\f189"; }
   6745 
   6746 .fa-untappd {
   6747   --fa: "\f405"; }
   6748 
   6749 .fa-mailchimp {
   6750   --fa: "\f59e"; }
   6751 
   6752 .fa-css3-alt {
   6753   --fa: "\f38b"; }
   6754 
   6755 .fa-square-reddit {
   6756   --fa: "\f1a2"; }
   6757 
   6758 .fa-reddit-square {
   6759   --fa: "\f1a2"; }
   6760 
   6761 .fa-vimeo-v {
   6762   --fa: "\f27d"; }
   6763 
   6764 .fa-contao {
   6765   --fa: "\f26d"; }
   6766 
   6767 .fa-square-font-awesome {
   6768   --fa: "\e5ad"; }
   6769 
   6770 .fa-deskpro {
   6771   --fa: "\f38f"; }
   6772 
   6773 .fa-brave {
   6774   --fa: "\e63c"; }
   6775 
   6776 .fa-sistrix {
   6777   --fa: "\f3ee"; }
   6778 
   6779 .fa-square-instagram {
   6780   --fa: "\e055"; }
   6781 
   6782 .fa-instagram-square {
   6783   --fa: "\e055"; }
   6784 
   6785 .fa-battle-net {
   6786   --fa: "\f835"; }
   6787 
   6788 .fa-the-red-yeti {
   6789   --fa: "\f69d"; }
   6790 
   6791 .fa-square-hacker-news {
   6792   --fa: "\f3af"; }
   6793 
   6794 .fa-hacker-news-square {
   6795   --fa: "\f3af"; }
   6796 
   6797 .fa-edge {
   6798   --fa: "\f282"; }
   6799 
   6800 .fa-threads {
   6801   --fa: "\e618"; }
   6802 
   6803 .fa-napster {
   6804   --fa: "\f3d2"; }
   6805 
   6806 .fa-square-snapchat {
   6807   --fa: "\f2ad"; }
   6808 
   6809 .fa-snapchat-square {
   6810   --fa: "\f2ad"; }
   6811 
   6812 .fa-google-plus-g {
   6813   --fa: "\f0d5"; }
   6814 
   6815 .fa-artstation {
   6816   --fa: "\f77a"; }
   6817 
   6818 .fa-markdown {
   6819   --fa: "\f60f"; }
   6820 
   6821 .fa-sourcetree {
   6822   --fa: "\f7d3"; }
   6823 
   6824 .fa-google-plus {
   6825   --fa: "\f2b3"; }
   6826 
   6827 .fa-diaspora {
   6828   --fa: "\f791"; }
   6829 
   6830 .fa-foursquare {
   6831   --fa: "\f180"; }
   6832 
   6833 .fa-stack-overflow {
   6834   --fa: "\f16c"; }
   6835 
   6836 .fa-github-alt {
   6837   --fa: "\f113"; }
   6838 
   6839 .fa-phoenix-squadron {
   6840   --fa: "\f511"; }
   6841 
   6842 .fa-pagelines {
   6843   --fa: "\f18c"; }
   6844 
   6845 .fa-algolia {
   6846   --fa: "\f36c"; }
   6847 
   6848 .fa-red-river {
   6849   --fa: "\f3e3"; }
   6850 
   6851 .fa-creative-commons-sa {
   6852   --fa: "\f4ef"; }
   6853 
   6854 .fa-safari {
   6855   --fa: "\f267"; }
   6856 
   6857 .fa-google {
   6858   --fa: "\f1a0"; }
   6859 
   6860 .fa-square-font-awesome-stroke {
   6861   --fa: "\f35c"; }
   6862 
   6863 .fa-font-awesome-alt {
   6864   --fa: "\f35c"; }
   6865 
   6866 .fa-atlassian {
   6867   --fa: "\f77b"; }
   6868 
   6869 .fa-linkedin-in {
   6870   --fa: "\f0e1"; }
   6871 
   6872 .fa-digital-ocean {
   6873   --fa: "\f391"; }
   6874 
   6875 .fa-nimblr {
   6876   --fa: "\f5a8"; }
   6877 
   6878 .fa-chromecast {
   6879   --fa: "\f838"; }
   6880 
   6881 .fa-evernote {
   6882   --fa: "\f839"; }
   6883 
   6884 .fa-hacker-news {
   6885   --fa: "\f1d4"; }
   6886 
   6887 .fa-creative-commons-sampling {
   6888   --fa: "\f4f0"; }
   6889 
   6890 .fa-adversal {
   6891   --fa: "\f36a"; }
   6892 
   6893 .fa-creative-commons {
   6894   --fa: "\f25e"; }
   6895 
   6896 .fa-watchman-monitoring {
   6897   --fa: "\e087"; }
   6898 
   6899 .fa-fonticons {
   6900   --fa: "\f280"; }
   6901 
   6902 .fa-weixin {
   6903   --fa: "\f1d7"; }
   6904 
   6905 .fa-shirtsinbulk {
   6906   --fa: "\f214"; }
   6907 
   6908 .fa-codepen {
   6909   --fa: "\f1cb"; }
   6910 
   6911 .fa-git-alt {
   6912   --fa: "\f841"; }
   6913 
   6914 .fa-lyft {
   6915   --fa: "\f3c3"; }
   6916 
   6917 .fa-rev {
   6918   --fa: "\f5b2"; }
   6919 
   6920 .fa-windows {
   6921   --fa: "\f17a"; }
   6922 
   6923 .fa-wizards-of-the-coast {
   6924   --fa: "\f730"; }
   6925 
   6926 .fa-square-viadeo {
   6927   --fa: "\f2aa"; }
   6928 
   6929 .fa-viadeo-square {
   6930   --fa: "\f2aa"; }
   6931 
   6932 .fa-meetup {
   6933   --fa: "\f2e0"; }
   6934 
   6935 .fa-centos {
   6936   --fa: "\f789"; }
   6937 
   6938 .fa-adn {
   6939   --fa: "\f170"; }
   6940 
   6941 .fa-cloudsmith {
   6942   --fa: "\f384"; }
   6943 
   6944 .fa-opensuse {
   6945   --fa: "\e62b"; }
   6946 
   6947 .fa-pied-piper-alt {
   6948   --fa: "\f1a8"; }
   6949 
   6950 .fa-square-dribbble {
   6951   --fa: "\f397"; }
   6952 
   6953 .fa-dribbble-square {
   6954   --fa: "\f397"; }
   6955 
   6956 .fa-codiepie {
   6957   --fa: "\f284"; }
   6958 
   6959 .fa-node {
   6960   --fa: "\f419"; }
   6961 
   6962 .fa-mix {
   6963   --fa: "\f3cb"; }
   6964 
   6965 .fa-steam {
   6966   --fa: "\f1b6"; }
   6967 
   6968 .fa-cc-apple-pay {
   6969   --fa: "\f416"; }
   6970 
   6971 .fa-scribd {
   6972   --fa: "\f28a"; }
   6973 
   6974 .fa-debian {
   6975   --fa: "\e60b"; }
   6976 
   6977 .fa-openid {
   6978   --fa: "\f19b"; }
   6979 
   6980 .fa-instalod {
   6981   --fa: "\e081"; }
   6982 
   6983 .fa-files-pinwheel {
   6984   --fa: "\e69f"; }
   6985 
   6986 .fa-expeditedssl {
   6987   --fa: "\f23e"; }
   6988 
   6989 .fa-sellcast {
   6990   --fa: "\f2da"; }
   6991 
   6992 .fa-square-twitter {
   6993   --fa: "\f081"; }
   6994 
   6995 .fa-twitter-square {
   6996   --fa: "\f081"; }
   6997 
   6998 .fa-r-project {
   6999   --fa: "\f4f7"; }
   7000 
   7001 .fa-delicious {
   7002   --fa: "\f1a5"; }
   7003 
   7004 .fa-freebsd {
   7005   --fa: "\f3a4"; }
   7006 
   7007 .fa-vuejs {
   7008   --fa: "\f41f"; }
   7009 
   7010 .fa-accusoft {
   7011   --fa: "\f369"; }
   7012 
   7013 .fa-ioxhost {
   7014   --fa: "\f208"; }
   7015 
   7016 .fa-fonticons-fi {
   7017   --fa: "\f3a2"; }
   7018 
   7019 .fa-app-store {
   7020   --fa: "\f36f"; }
   7021 
   7022 .fa-cc-mastercard {
   7023   --fa: "\f1f1"; }
   7024 
   7025 .fa-itunes-note {
   7026   --fa: "\f3b5"; }
   7027 
   7028 .fa-golang {
   7029   --fa: "\e40f"; }
   7030 
   7031 .fa-kickstarter {
   7032   --fa: "\f3bb"; }
   7033 
   7034 .fa-square-kickstarter {
   7035   --fa: "\f3bb"; }
   7036 
   7037 .fa-grav {
   7038   --fa: "\f2d6"; }
   7039 
   7040 .fa-weibo {
   7041   --fa: "\f18a"; }
   7042 
   7043 .fa-uncharted {
   7044   --fa: "\e084"; }
   7045 
   7046 .fa-firstdraft {
   7047   --fa: "\f3a1"; }
   7048 
   7049 .fa-square-youtube {
   7050   --fa: "\f431"; }
   7051 
   7052 .fa-youtube-square {
   7053   --fa: "\f431"; }
   7054 
   7055 .fa-wikipedia-w {
   7056   --fa: "\f266"; }
   7057 
   7058 .fa-wpressr {
   7059   --fa: "\f3e4"; }
   7060 
   7061 .fa-rendact {
   7062   --fa: "\f3e4"; }
   7063 
   7064 .fa-angellist {
   7065   --fa: "\f209"; }
   7066 
   7067 .fa-galactic-republic {
   7068   --fa: "\f50c"; }
   7069 
   7070 .fa-nfc-directional {
   7071   --fa: "\e530"; }
   7072 
   7073 .fa-skype {
   7074   --fa: "\f17e"; }
   7075 
   7076 .fa-joget {
   7077   --fa: "\f3b7"; }
   7078 
   7079 .fa-fedora {
   7080   --fa: "\f798"; }
   7081 
   7082 .fa-stripe-s {
   7083   --fa: "\f42a"; }
   7084 
   7085 .fa-meta {
   7086   --fa: "\e49b"; }
   7087 
   7088 .fa-laravel {
   7089   --fa: "\f3bd"; }
   7090 
   7091 .fa-hotjar {
   7092   --fa: "\f3b1"; }
   7093 
   7094 .fa-bluetooth-b {
   7095   --fa: "\f294"; }
   7096 
   7097 .fa-square-letterboxd {
   7098   --fa: "\e62e"; }
   7099 
   7100 .fa-sticker-mule {
   7101   --fa: "\f3f7"; }
   7102 
   7103 .fa-creative-commons-zero {
   7104   --fa: "\f4f3"; }
   7105 
   7106 .fa-hips {
   7107   --fa: "\f452"; }
   7108 
   7109 .fa-css {
   7110   --fa: "\e6a2"; }
   7111 
   7112 .fa-behance {
   7113   --fa: "\f1b4"; }
   7114 
   7115 .fa-reddit {
   7116   --fa: "\f1a1"; }
   7117 
   7118 .fa-discord {
   7119   --fa: "\f392"; }
   7120 
   7121 .fa-chrome {
   7122   --fa: "\f268"; }
   7123 
   7124 .fa-app-store-ios {
   7125   --fa: "\f370"; }
   7126 
   7127 .fa-cc-discover {
   7128   --fa: "\f1f2"; }
   7129 
   7130 .fa-wpbeginner {
   7131   --fa: "\f297"; }
   7132 
   7133 .fa-confluence {
   7134   --fa: "\f78d"; }
   7135 
   7136 .fa-shoelace {
   7137   --fa: "\e60c"; }
   7138 
   7139 .fa-mdb {
   7140   --fa: "\f8ca"; }
   7141 
   7142 .fa-dochub {
   7143   --fa: "\f394"; }
   7144 
   7145 .fa-accessible-icon {
   7146   --fa: "\f368"; }
   7147 
   7148 .fa-ebay {
   7149   --fa: "\f4f4"; }
   7150 
   7151 .fa-amazon {
   7152   --fa: "\f270"; }
   7153 
   7154 .fa-unsplash {
   7155   --fa: "\e07c"; }
   7156 
   7157 .fa-yarn {
   7158   --fa: "\f7e3"; }
   7159 
   7160 .fa-square-steam {
   7161   --fa: "\f1b7"; }
   7162 
   7163 .fa-steam-square {
   7164   --fa: "\f1b7"; }
   7165 
   7166 .fa-500px {
   7167   --fa: "\f26e"; }
   7168 
   7169 .fa-square-vimeo {
   7170   --fa: "\f194"; }
   7171 
   7172 .fa-vimeo-square {
   7173   --fa: "\f194"; }
   7174 
   7175 .fa-asymmetrik {
   7176   --fa: "\f372"; }
   7177 
   7178 .fa-font-awesome {
   7179   --fa: "\f2b4"; }
   7180 
   7181 .fa-font-awesome-flag {
   7182   --fa: "\f2b4"; }
   7183 
   7184 .fa-font-awesome-logo-full {
   7185   --fa: "\f2b4"; }
   7186 
   7187 .fa-gratipay {
   7188   --fa: "\f184"; }
   7189 
   7190 .fa-apple {
   7191   --fa: "\f179"; }
   7192 
   7193 .fa-hive {
   7194   --fa: "\e07f"; }
   7195 
   7196 .fa-gitkraken {
   7197   --fa: "\f3a6"; }
   7198 
   7199 .fa-keybase {
   7200   --fa: "\f4f5"; }
   7201 
   7202 .fa-apple-pay {
   7203   --fa: "\f415"; }
   7204 
   7205 .fa-padlet {
   7206   --fa: "\e4a0"; }
   7207 
   7208 .fa-amazon-pay {
   7209   --fa: "\f42c"; }
   7210 
   7211 .fa-square-github {
   7212   --fa: "\f092"; }
   7213 
   7214 .fa-github-square {
   7215   --fa: "\f092"; }
   7216 
   7217 .fa-stumbleupon {
   7218   --fa: "\f1a4"; }
   7219 
   7220 .fa-fedex {
   7221   --fa: "\f797"; }
   7222 
   7223 .fa-phoenix-framework {
   7224   --fa: "\f3dc"; }
   7225 
   7226 .fa-shopify {
   7227   --fa: "\e057"; }
   7228 
   7229 .fa-neos {
   7230   --fa: "\f612"; }
   7231 
   7232 .fa-square-threads {
   7233   --fa: "\e619"; }
   7234 
   7235 .fa-hackerrank {
   7236   --fa: "\f5f7"; }
   7237 
   7238 .fa-researchgate {
   7239   --fa: "\f4f8"; }
   7240 
   7241 .fa-swift {
   7242   --fa: "\f8e1"; }
   7243 
   7244 .fa-angular {
   7245   --fa: "\f420"; }
   7246 
   7247 .fa-speakap {
   7248   --fa: "\f3f3"; }
   7249 
   7250 .fa-angrycreative {
   7251   --fa: "\f36e"; }
   7252 
   7253 .fa-y-combinator {
   7254   --fa: "\f23b"; }
   7255 
   7256 .fa-empire {
   7257   --fa: "\f1d1"; }
   7258 
   7259 .fa-envira {
   7260   --fa: "\f299"; }
   7261 
   7262 .fa-google-scholar {
   7263   --fa: "\e63b"; }
   7264 
   7265 .fa-square-gitlab {
   7266   --fa: "\e5ae"; }
   7267 
   7268 .fa-gitlab-square {
   7269   --fa: "\e5ae"; }
   7270 
   7271 .fa-studiovinari {
   7272   --fa: "\f3f8"; }
   7273 
   7274 .fa-pied-piper {
   7275   --fa: "\f2ae"; }
   7276 
   7277 .fa-wordpress {
   7278   --fa: "\f19a"; }
   7279 
   7280 .fa-product-hunt {
   7281   --fa: "\f288"; }
   7282 
   7283 .fa-firefox {
   7284   --fa: "\f269"; }
   7285 
   7286 .fa-linode {
   7287   --fa: "\f2b8"; }
   7288 
   7289 .fa-goodreads {
   7290   --fa: "\f3a8"; }
   7291 
   7292 .fa-square-odnoklassniki {
   7293   --fa: "\f264"; }
   7294 
   7295 .fa-odnoklassniki-square {
   7296   --fa: "\f264"; }
   7297 
   7298 .fa-jsfiddle {
   7299   --fa: "\f1cc"; }
   7300 
   7301 .fa-sith {
   7302   --fa: "\f512"; }
   7303 
   7304 .fa-themeisle {
   7305   --fa: "\f2b2"; }
   7306 
   7307 .fa-page4 {
   7308   --fa: "\f3d7"; }
   7309 
   7310 .fa-hashnode {
   7311   --fa: "\e499"; }
   7312 
   7313 .fa-react {
   7314   --fa: "\f41b"; }
   7315 
   7316 .fa-cc-paypal {
   7317   --fa: "\f1f4"; }
   7318 
   7319 .fa-squarespace {
   7320   --fa: "\f5be"; }
   7321 
   7322 .fa-cc-stripe {
   7323   --fa: "\f1f5"; }
   7324 
   7325 .fa-creative-commons-share {
   7326   --fa: "\f4f2"; }
   7327 
   7328 .fa-bitcoin {
   7329   --fa: "\f379"; }
   7330 
   7331 .fa-keycdn {
   7332   --fa: "\f3ba"; }
   7333 
   7334 .fa-opera {
   7335   --fa: "\f26a"; }
   7336 
   7337 .fa-itch-io {
   7338   --fa: "\f83a"; }
   7339 
   7340 .fa-umbraco {
   7341   --fa: "\f8e8"; }
   7342 
   7343 .fa-galactic-senate {
   7344   --fa: "\f50d"; }
   7345 
   7346 .fa-ubuntu {
   7347   --fa: "\f7df"; }
   7348 
   7349 .fa-draft2digital {
   7350   --fa: "\f396"; }
   7351 
   7352 .fa-stripe {
   7353   --fa: "\f429"; }
   7354 
   7355 .fa-houzz {
   7356   --fa: "\f27c"; }
   7357 
   7358 .fa-gg {
   7359   --fa: "\f260"; }
   7360 
   7361 .fa-dhl {
   7362   --fa: "\f790"; }
   7363 
   7364 .fa-square-pinterest {
   7365   --fa: "\f0d3"; }
   7366 
   7367 .fa-pinterest-square {
   7368   --fa: "\f0d3"; }
   7369 
   7370 .fa-xing {
   7371   --fa: "\f168"; }
   7372 
   7373 .fa-blackberry {
   7374   --fa: "\f37b"; }
   7375 
   7376 .fa-creative-commons-pd {
   7377   --fa: "\f4ec"; }
   7378 
   7379 .fa-playstation {
   7380   --fa: "\f3df"; }
   7381 
   7382 .fa-quinscape {
   7383   --fa: "\f459"; }
   7384 
   7385 .fa-less {
   7386   --fa: "\f41d"; }
   7387 
   7388 .fa-blogger-b {
   7389   --fa: "\f37d"; }
   7390 
   7391 .fa-opencart {
   7392   --fa: "\f23d"; }
   7393 
   7394 .fa-vine {
   7395   --fa: "\f1ca"; }
   7396 
   7397 .fa-signal-messenger {
   7398   --fa: "\e663"; }
   7399 
   7400 .fa-paypal {
   7401   --fa: "\f1ed"; }
   7402 
   7403 .fa-gitlab {
   7404   --fa: "\f296"; }
   7405 
   7406 .fa-typo3 {
   7407   --fa: "\f42b"; }
   7408 
   7409 .fa-reddit-alien {
   7410   --fa: "\f281"; }
   7411 
   7412 .fa-yahoo {
   7413   --fa: "\f19e"; }
   7414 
   7415 .fa-dailymotion {
   7416   --fa: "\e052"; }
   7417 
   7418 .fa-affiliatetheme {
   7419   --fa: "\f36b"; }
   7420 
   7421 .fa-pied-piper-pp {
   7422   --fa: "\f1a7"; }
   7423 
   7424 .fa-bootstrap {
   7425   --fa: "\f836"; }
   7426 
   7427 .fa-odnoklassniki {
   7428   --fa: "\f263"; }
   7429 
   7430 .fa-nfc-symbol {
   7431   --fa: "\e531"; }
   7432 
   7433 .fa-mintbit {
   7434   --fa: "\e62f"; }
   7435 
   7436 .fa-ethereum {
   7437   --fa: "\f42e"; }
   7438 
   7439 .fa-speaker-deck {
   7440   --fa: "\f83c"; }
   7441 
   7442 .fa-creative-commons-nc-eu {
   7443   --fa: "\f4e9"; }
   7444 
   7445 .fa-patreon {
   7446   --fa: "\f3d9"; }
   7447 
   7448 .fa-avianex {
   7449   --fa: "\f374"; }
   7450 
   7451 .fa-ello {
   7452   --fa: "\f5f1"; }
   7453 
   7454 .fa-gofore {
   7455   --fa: "\f3a7"; }
   7456 
   7457 .fa-bimobject {
   7458   --fa: "\f378"; }
   7459 
   7460 .fa-brave-reverse {
   7461   --fa: "\e63d"; }
   7462 
   7463 .fa-facebook-f {
   7464   --fa: "\f39e"; }
   7465 
   7466 .fa-square-google-plus {
   7467   --fa: "\f0d4"; }
   7468 
   7469 .fa-google-plus-square {
   7470   --fa: "\f0d4"; }
   7471 
   7472 .fa-web-awesome {
   7473   --fa: "\e682"; }
   7474 
   7475 .fa-mandalorian {
   7476   --fa: "\f50f"; }
   7477 
   7478 .fa-first-order-alt {
   7479   --fa: "\f50a"; }
   7480 
   7481 .fa-osi {
   7482   --fa: "\f41a"; }
   7483 
   7484 .fa-google-wallet {
   7485   --fa: "\f1ee"; }
   7486 
   7487 .fa-d-and-d-beyond {
   7488   --fa: "\f6ca"; }
   7489 
   7490 .fa-periscope {
   7491   --fa: "\f3da"; }
   7492 
   7493 .fa-fulcrum {
   7494   --fa: "\f50b"; }
   7495 
   7496 .fa-cloudscale {
   7497   --fa: "\f383"; }
   7498 
   7499 .fa-forumbee {
   7500   --fa: "\f211"; }
   7501 
   7502 .fa-mizuni {
   7503   --fa: "\f3cc"; }
   7504 
   7505 .fa-schlix {
   7506   --fa: "\f3ea"; }
   7507 
   7508 .fa-square-xing {
   7509   --fa: "\f169"; }
   7510 
   7511 .fa-xing-square {
   7512   --fa: "\f169"; }
   7513 
   7514 .fa-bandcamp {
   7515   --fa: "\f2d5"; }
   7516 
   7517 .fa-wpforms {
   7518   --fa: "\f298"; }
   7519 
   7520 .fa-cloudversify {
   7521   --fa: "\f385"; }
   7522 
   7523 .fa-usps {
   7524   --fa: "\f7e1"; }
   7525 
   7526 .fa-megaport {
   7527   --fa: "\f5a3"; }
   7528 
   7529 .fa-magento {
   7530   --fa: "\f3c4"; }
   7531 
   7532 .fa-spotify {
   7533   --fa: "\f1bc"; }
   7534 
   7535 .fa-optin-monster {
   7536   --fa: "\f23c"; }
   7537 
   7538 .fa-fly {
   7539   --fa: "\f417"; }
   7540 
   7541 .fa-square-bluesky {
   7542   --fa: "\e6a3"; }
   7543 
   7544 .fa-aviato {
   7545   --fa: "\f421"; }
   7546 
   7547 .fa-itunes {
   7548   --fa: "\f3b4"; }
   7549 
   7550 .fa-cuttlefish {
   7551   --fa: "\f38c"; }
   7552 
   7553 .fa-blogger {
   7554   --fa: "\f37c"; }
   7555 
   7556 .fa-flickr {
   7557   --fa: "\f16e"; }
   7558 
   7559 .fa-viber {
   7560   --fa: "\f409"; }
   7561 
   7562 .fa-soundcloud {
   7563   --fa: "\f1be"; }
   7564 
   7565 .fa-digg {
   7566   --fa: "\f1a6"; }
   7567 
   7568 .fa-tencent-weibo {
   7569   --fa: "\f1d5"; }
   7570 
   7571 .fa-letterboxd {
   7572   --fa: "\e62d"; }
   7573 
   7574 .fa-symfony {
   7575   --fa: "\f83d"; }
   7576 
   7577 .fa-maxcdn {
   7578   --fa: "\f136"; }
   7579 
   7580 .fa-etsy {
   7581   --fa: "\f2d7"; }
   7582 
   7583 .fa-facebook-messenger {
   7584   --fa: "\f39f"; }
   7585 
   7586 .fa-audible {
   7587   --fa: "\f373"; }
   7588 
   7589 .fa-think-peaks {
   7590   --fa: "\f731"; }
   7591 
   7592 .fa-bilibili {
   7593   --fa: "\e3d9"; }
   7594 
   7595 .fa-erlang {
   7596   --fa: "\f39d"; }
   7597 
   7598 .fa-x-twitter {
   7599   --fa: "\e61b"; }
   7600 
   7601 .fa-cotton-bureau {
   7602   --fa: "\f89e"; }
   7603 
   7604 .fa-dashcube {
   7605   --fa: "\f210"; }
   7606 
   7607 .fa-42-group {
   7608   --fa: "\e080"; }
   7609 
   7610 .fa-innosoft {
   7611   --fa: "\e080"; }
   7612 
   7613 .fa-stack-exchange {
   7614   --fa: "\f18d"; }
   7615 
   7616 .fa-elementor {
   7617   --fa: "\f430"; }
   7618 
   7619 .fa-square-pied-piper {
   7620   --fa: "\e01e"; }
   7621 
   7622 .fa-pied-piper-square {
   7623   --fa: "\e01e"; }
   7624 
   7625 .fa-creative-commons-nd {
   7626   --fa: "\f4eb"; }
   7627 
   7628 .fa-palfed {
   7629   --fa: "\f3d8"; }
   7630 
   7631 .fa-superpowers {
   7632   --fa: "\f2dd"; }
   7633 
   7634 .fa-resolving {
   7635   --fa: "\f3e7"; }
   7636 
   7637 .fa-xbox {
   7638   --fa: "\f412"; }
   7639 
   7640 .fa-square-web-awesome-stroke {
   7641   --fa: "\e684"; }
   7642 
   7643 .fa-searchengin {
   7644   --fa: "\f3eb"; }
   7645 
   7646 .fa-tiktok {
   7647   --fa: "\e07b"; }
   7648 
   7649 .fa-square-facebook {
   7650   --fa: "\f082"; }
   7651 
   7652 .fa-facebook-square {
   7653   --fa: "\f082"; }
   7654 
   7655 .fa-renren {
   7656   --fa: "\f18b"; }
   7657 
   7658 .fa-linux {
   7659   --fa: "\f17c"; }
   7660 
   7661 .fa-glide {
   7662   --fa: "\f2a5"; }
   7663 
   7664 .fa-linkedin {
   7665   --fa: "\f08c"; }
   7666 
   7667 .fa-hubspot {
   7668   --fa: "\f3b2"; }
   7669 
   7670 .fa-deploydog {
   7671   --fa: "\f38e"; }
   7672 
   7673 .fa-twitch {
   7674   --fa: "\f1e8"; }
   7675 
   7676 .fa-flutter {
   7677   --fa: "\e694"; }
   7678 
   7679 .fa-ravelry {
   7680   --fa: "\f2d9"; }
   7681 
   7682 .fa-mixer {
   7683   --fa: "\e056"; }
   7684 
   7685 .fa-square-lastfm {
   7686   --fa: "\f203"; }
   7687 
   7688 .fa-lastfm-square {
   7689   --fa: "\f203"; }
   7690 
   7691 .fa-vimeo {
   7692   --fa: "\f40a"; }
   7693 
   7694 .fa-mendeley {
   7695   --fa: "\f7b3"; }
   7696 
   7697 .fa-uniregistry {
   7698   --fa: "\f404"; }
   7699 
   7700 .fa-figma {
   7701   --fa: "\f799"; }
   7702 
   7703 .fa-creative-commons-remix {
   7704   --fa: "\f4ee"; }
   7705 
   7706 .fa-cc-amazon-pay {
   7707   --fa: "\f42d"; }
   7708 
   7709 .fa-dropbox {
   7710   --fa: "\f16b"; }
   7711 
   7712 .fa-instagram {
   7713   --fa: "\f16d"; }
   7714 
   7715 .fa-cmplid {
   7716   --fa: "\e360"; }
   7717 
   7718 .fa-upwork {
   7719   --fa: "\e641"; }
   7720 
   7721 .fa-facebook {
   7722   --fa: "\f09a"; }
   7723 
   7724 .fa-gripfire {
   7725   --fa: "\f3ac"; }
   7726 
   7727 .fa-jedi-order {
   7728   --fa: "\f50e"; }
   7729 
   7730 .fa-uikit {
   7731   --fa: "\f403"; }
   7732 
   7733 .fa-fort-awesome-alt {
   7734   --fa: "\f3a3"; }
   7735 
   7736 .fa-phabricator {
   7737   --fa: "\f3db"; }
   7738 
   7739 .fa-ussunnah {
   7740   --fa: "\f407"; }
   7741 
   7742 .fa-earlybirds {
   7743   --fa: "\f39a"; }
   7744 
   7745 .fa-trade-federation {
   7746   --fa: "\f513"; }
   7747 
   7748 .fa-autoprefixer {
   7749   --fa: "\f41c"; }
   7750 
   7751 .fa-whatsapp {
   7752   --fa: "\f232"; }
   7753 
   7754 .fa-square-upwork {
   7755   --fa: "\e67c"; }
   7756 
   7757 .fa-slideshare {
   7758   --fa: "\f1e7"; }
   7759 
   7760 .fa-google-play {
   7761   --fa: "\f3ab"; }
   7762 
   7763 .fa-viadeo {
   7764   --fa: "\f2a9"; }
   7765 
   7766 .fa-line {
   7767   --fa: "\f3c0"; }
   7768 
   7769 .fa-google-drive {
   7770   --fa: "\f3aa"; }
   7771 
   7772 .fa-servicestack {
   7773   --fa: "\f3ec"; }
   7774 
   7775 .fa-simplybuilt {
   7776   --fa: "\f215"; }
   7777 
   7778 .fa-bitbucket {
   7779   --fa: "\f171"; }
   7780 
   7781 .fa-imdb {
   7782   --fa: "\f2d8"; }
   7783 
   7784 .fa-deezer {
   7785   --fa: "\e077"; }
   7786 
   7787 .fa-raspberry-pi {
   7788   --fa: "\f7bb"; }
   7789 
   7790 .fa-jira {
   7791   --fa: "\f7b1"; }
   7792 
   7793 .fa-docker {
   7794   --fa: "\f395"; }
   7795 
   7796 .fa-screenpal {
   7797   --fa: "\e570"; }
   7798 
   7799 .fa-bluetooth {
   7800   --fa: "\f293"; }
   7801 
   7802 .fa-gitter {
   7803   --fa: "\f426"; }
   7804 
   7805 .fa-d-and-d {
   7806   --fa: "\f38d"; }
   7807 
   7808 .fa-microblog {
   7809   --fa: "\e01a"; }
   7810 
   7811 .fa-cc-diners-club {
   7812   --fa: "\f24c"; }
   7813 
   7814 .fa-gg-circle {
   7815   --fa: "\f261"; }
   7816 
   7817 .fa-pied-piper-hat {
   7818   --fa: "\f4e5"; }
   7819 
   7820 .fa-kickstarter-k {
   7821   --fa: "\f3bc"; }
   7822 
   7823 .fa-yandex {
   7824   --fa: "\f413"; }
   7825 
   7826 .fa-readme {
   7827   --fa: "\f4d5"; }
   7828 
   7829 .fa-html5 {
   7830   --fa: "\f13b"; }
   7831 
   7832 .fa-sellsy {
   7833   --fa: "\f213"; }
   7834 
   7835 .fa-square-web-awesome {
   7836   --fa: "\e683"; }
   7837 
   7838 .fa-sass {
   7839   --fa: "\f41e"; }
   7840 
   7841 .fa-wirsindhandwerk {
   7842   --fa: "\e2d0"; }
   7843 
   7844 .fa-wsh {
   7845   --fa: "\e2d0"; }
   7846 
   7847 .fa-buromobelexperte {
   7848   --fa: "\f37f"; }
   7849 
   7850 .fa-salesforce {
   7851   --fa: "\f83b"; }
   7852 
   7853 .fa-octopus-deploy {
   7854   --fa: "\e082"; }
   7855 
   7856 .fa-medapps {
   7857   --fa: "\f3c6"; }
   7858 
   7859 .fa-ns8 {
   7860   --fa: "\f3d5"; }
   7861 
   7862 .fa-pinterest-p {
   7863   --fa: "\f231"; }
   7864 
   7865 .fa-apper {
   7866   --fa: "\f371"; }
   7867 
   7868 .fa-fort-awesome {
   7869   --fa: "\f286"; }
   7870 
   7871 .fa-waze {
   7872   --fa: "\f83f"; }
   7873 
   7874 .fa-bluesky {
   7875   --fa: "\e671"; }
   7876 
   7877 .fa-cc-jcb {
   7878   --fa: "\f24b"; }
   7879 
   7880 .fa-snapchat {
   7881   --fa: "\f2ab"; }
   7882 
   7883 .fa-snapchat-ghost {
   7884   --fa: "\f2ab"; }
   7885 
   7886 .fa-fantasy-flight-games {
   7887   --fa: "\f6dc"; }
   7888 
   7889 .fa-rust {
   7890   --fa: "\e07a"; }
   7891 
   7892 .fa-wix {
   7893   --fa: "\f5cf"; }
   7894 
   7895 .fa-square-behance {
   7896   --fa: "\f1b5"; }
   7897 
   7898 .fa-behance-square {
   7899   --fa: "\f1b5"; }
   7900 
   7901 .fa-supple {
   7902   --fa: "\f3f9"; }
   7903 
   7904 .fa-webflow {
   7905   --fa: "\e65c"; }
   7906 
   7907 .fa-rebel {
   7908   --fa: "\f1d0"; }
   7909 
   7910 .fa-css3 {
   7911   --fa: "\f13c"; }
   7912 
   7913 .fa-staylinked {
   7914   --fa: "\f3f5"; }
   7915 
   7916 .fa-kaggle {
   7917   --fa: "\f5fa"; }
   7918 
   7919 .fa-space-awesome {
   7920   --fa: "\e5ac"; }
   7921 
   7922 .fa-deviantart {
   7923   --fa: "\f1bd"; }
   7924 
   7925 .fa-cpanel {
   7926   --fa: "\f388"; }
   7927 
   7928 .fa-goodreads-g {
   7929   --fa: "\f3a9"; }
   7930 
   7931 .fa-square-git {
   7932   --fa: "\f1d2"; }
   7933 
   7934 .fa-git-square {
   7935   --fa: "\f1d2"; }
   7936 
   7937 .fa-square-tumblr {
   7938   --fa: "\f174"; }
   7939 
   7940 .fa-tumblr-square {
   7941   --fa: "\f174"; }
   7942 
   7943 .fa-trello {
   7944   --fa: "\f181"; }
   7945 
   7946 .fa-creative-commons-nc-jp {
   7947   --fa: "\f4ea"; }
   7948 
   7949 .fa-get-pocket {
   7950   --fa: "\f265"; }
   7951 
   7952 .fa-perbyte {
   7953   --fa: "\e083"; }
   7954 
   7955 .fa-grunt {
   7956   --fa: "\f3ad"; }
   7957 
   7958 .fa-weebly {
   7959   --fa: "\f5cc"; }
   7960 
   7961 .fa-connectdevelop {
   7962   --fa: "\f20e"; }
   7963 
   7964 .fa-leanpub {
   7965   --fa: "\f212"; }
   7966 
   7967 .fa-black-tie {
   7968   --fa: "\f27e"; }
   7969 
   7970 .fa-themeco {
   7971   --fa: "\f5c6"; }
   7972 
   7973 .fa-python {
   7974   --fa: "\f3e2"; }
   7975 
   7976 .fa-android {
   7977   --fa: "\f17b"; }
   7978 
   7979 .fa-bots {
   7980   --fa: "\e340"; }
   7981 
   7982 .fa-free-code-camp {
   7983   --fa: "\f2c5"; }
   7984 
   7985 .fa-hornbill {
   7986   --fa: "\f592"; }
   7987 
   7988 .fa-js {
   7989   --fa: "\f3b8"; }
   7990 
   7991 .fa-ideal {
   7992   --fa: "\e013"; }
   7993 
   7994 .fa-git {
   7995   --fa: "\f1d3"; }
   7996 
   7997 .fa-dev {
   7998   --fa: "\f6cc"; }
   7999 
   8000 .fa-sketch {
   8001   --fa: "\f7c6"; }
   8002 
   8003 .fa-yandex-international {
   8004   --fa: "\f414"; }
   8005 
   8006 .fa-cc-amex {
   8007   --fa: "\f1f3"; }
   8008 
   8009 .fa-uber {
   8010   --fa: "\f402"; }
   8011 
   8012 .fa-github {
   8013   --fa: "\f09b"; }
   8014 
   8015 .fa-php {
   8016   --fa: "\f457"; }
   8017 
   8018 .fa-alipay {
   8019   --fa: "\f642"; }
   8020 
   8021 .fa-youtube {
   8022   --fa: "\f167"; }
   8023 
   8024 .fa-skyatlas {
   8025   --fa: "\f216"; }
   8026 
   8027 .fa-firefox-browser {
   8028   --fa: "\e007"; }
   8029 
   8030 .fa-replyd {
   8031   --fa: "\f3e6"; }
   8032 
   8033 .fa-suse {
   8034   --fa: "\f7d6"; }
   8035 
   8036 .fa-jenkins {
   8037   --fa: "\f3b6"; }
   8038 
   8039 .fa-twitter {
   8040   --fa: "\f099"; }
   8041 
   8042 .fa-rockrms {
   8043   --fa: "\f3e9"; }
   8044 
   8045 .fa-pinterest {
   8046   --fa: "\f0d2"; }
   8047 
   8048 .fa-buffer {
   8049   --fa: "\f837"; }
   8050 
   8051 .fa-npm {
   8052   --fa: "\f3d4"; }
   8053 
   8054 .fa-yammer {
   8055   --fa: "\f840"; }
   8056 
   8057 .fa-btc {
   8058   --fa: "\f15a"; }
   8059 
   8060 .fa-dribbble {
   8061   --fa: "\f17d"; }
   8062 
   8063 .fa-stumbleupon-circle {
   8064   --fa: "\f1a3"; }
   8065 
   8066 .fa-internet-explorer {
   8067   --fa: "\f26b"; }
   8068 
   8069 .fa-stubber {
   8070   --fa: "\e5c7"; }
   8071 
   8072 .fa-telegram {
   8073   --fa: "\f2c6"; }
   8074 
   8075 .fa-telegram-plane {
   8076   --fa: "\f2c6"; }
   8077 
   8078 .fa-old-republic {
   8079   --fa: "\f510"; }
   8080 
   8081 .fa-odysee {
   8082   --fa: "\e5c6"; }
   8083 
   8084 .fa-square-whatsapp {
   8085   --fa: "\f40c"; }
   8086 
   8087 .fa-whatsapp-square {
   8088   --fa: "\f40c"; }
   8089 
   8090 .fa-node-js {
   8091   --fa: "\f3d3"; }
   8092 
   8093 .fa-edge-legacy {
   8094   --fa: "\e078"; }
   8095 
   8096 .fa-slack {
   8097   --fa: "\f198"; }
   8098 
   8099 .fa-slack-hash {
   8100   --fa: "\f198"; }
   8101 
   8102 .fa-medrt {
   8103   --fa: "\f3c8"; }
   8104 
   8105 .fa-usb {
   8106   --fa: "\f287"; }
   8107 
   8108 .fa-tumblr {
   8109   --fa: "\f173"; }
   8110 
   8111 .fa-vaadin {
   8112   --fa: "\f408"; }
   8113 
   8114 .fa-quora {
   8115   --fa: "\f2c4"; }
   8116 
   8117 .fa-square-x-twitter {
   8118   --fa: "\e61a"; }
   8119 
   8120 .fa-reacteurope {
   8121   --fa: "\f75d"; }
   8122 
   8123 .fa-medium {
   8124   --fa: "\f23a"; }
   8125 
   8126 .fa-medium-m {
   8127   --fa: "\f23a"; }
   8128 
   8129 .fa-amilia {
   8130   --fa: "\f36d"; }
   8131 
   8132 .fa-mixcloud {
   8133   --fa: "\f289"; }
   8134 
   8135 .fa-flipboard {
   8136   --fa: "\f44d"; }
   8137 
   8138 .fa-viacoin {
   8139   --fa: "\f237"; }
   8140 
   8141 .fa-critical-role {
   8142   --fa: "\f6c9"; }
   8143 
   8144 .fa-sitrox {
   8145   --fa: "\e44a"; }
   8146 
   8147 .fa-discourse {
   8148   --fa: "\f393"; }
   8149 
   8150 .fa-joomla {
   8151   --fa: "\f1aa"; }
   8152 
   8153 .fa-mastodon {
   8154   --fa: "\f4f6"; }
   8155 
   8156 .fa-airbnb {
   8157   --fa: "\f834"; }
   8158 
   8159 .fa-wolf-pack-battalion {
   8160   --fa: "\f514"; }
   8161 
   8162 .fa-buy-n-large {
   8163   --fa: "\f8a6"; }
   8164 
   8165 .fa-gulp {
   8166   --fa: "\f3ae"; }
   8167 
   8168 .fa-creative-commons-sampling-plus {
   8169   --fa: "\f4f1"; }
   8170 
   8171 .fa-strava {
   8172   --fa: "\f428"; }
   8173 
   8174 .fa-ember {
   8175   --fa: "\f423"; }
   8176 
   8177 .fa-canadian-maple-leaf {
   8178   --fa: "\f785"; }
   8179 
   8180 .fa-teamspeak {
   8181   --fa: "\f4f9"; }
   8182 
   8183 .fa-pushed {
   8184   --fa: "\f3e1"; }
   8185 
   8186 .fa-wordpress-simple {
   8187   --fa: "\f411"; }
   8188 
   8189 .fa-nutritionix {
   8190   --fa: "\f3d6"; }
   8191 
   8192 .fa-wodu {
   8193   --fa: "\e088"; }
   8194 
   8195 .fa-google-pay {
   8196   --fa: "\e079"; }
   8197 
   8198 .fa-intercom {
   8199   --fa: "\f7af"; }
   8200 
   8201 .fa-zhihu {
   8202   --fa: "\f63f"; }
   8203 
   8204 .fa-korvue {
   8205   --fa: "\f42f"; }
   8206 
   8207 .fa-pix {
   8208   --fa: "\e43a"; }
   8209 
   8210 .fa-steam-symbol {
   8211   --fa: "\f3f6"; }
   8212 
   8213 /*!
   8214  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
   8215  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   8216  * Copyright 2024 Fonticons, Inc.
   8217  */
   8218 .fa.fa-glass {
   8219   --fa: "\f000"; }
   8220 
   8221 .fa.fa-envelope-o {
   8222   font-family: 'Font Awesome 6 Free';
   8223   font-weight: 400; }
   8224 
   8225 .fa.fa-envelope-o {
   8226   --fa: "\f0e0"; }
   8227 
   8228 .fa.fa-star-o {
   8229   font-family: 'Font Awesome 6 Free';
   8230   font-weight: 400; }
   8231 
   8232 .fa.fa-star-o {
   8233   --fa: "\f005"; }
   8234 
   8235 .fa.fa-remove {
   8236   --fa: "\f00d"; }
   8237 
   8238 .fa.fa-close {
   8239   --fa: "\f00d"; }
   8240 
   8241 .fa.fa-gear {
   8242   --fa: "\f013"; }
   8243 
   8244 .fa.fa-trash-o {
   8245   font-family: 'Font Awesome 6 Free';
   8246   font-weight: 400; }
   8247 
   8248 .fa.fa-trash-o {
   8249   --fa: "\f2ed"; }
   8250 
   8251 .fa.fa-home {
   8252   --fa: "\f015"; }
   8253 
   8254 .fa.fa-file-o {
   8255   font-family: 'Font Awesome 6 Free';
   8256   font-weight: 400; }
   8257 
   8258 .fa.fa-file-o {
   8259   --fa: "\f15b"; }
   8260 
   8261 .fa.fa-clock-o {
   8262   font-family: 'Font Awesome 6 Free';
   8263   font-weight: 400; }
   8264 
   8265 .fa.fa-clock-o {
   8266   --fa: "\f017"; }
   8267 
   8268 .fa.fa-arrow-circle-o-down {
   8269   font-family: 'Font Awesome 6 Free';
   8270   font-weight: 400; }
   8271 
   8272 .fa.fa-arrow-circle-o-down {
   8273   --fa: "\f358"; }
   8274 
   8275 .fa.fa-arrow-circle-o-up {
   8276   font-family: 'Font Awesome 6 Free';
   8277   font-weight: 400; }
   8278 
   8279 .fa.fa-arrow-circle-o-up {
   8280   --fa: "\f35b"; }
   8281 
   8282 .fa.fa-play-circle-o {
   8283   font-family: 'Font Awesome 6 Free';
   8284   font-weight: 400; }
   8285 
   8286 .fa.fa-play-circle-o {
   8287   --fa: "\f144"; }
   8288 
   8289 .fa.fa-repeat {
   8290   --fa: "\f01e"; }
   8291 
   8292 .fa.fa-rotate-right {
   8293   --fa: "\f01e"; }
   8294 
   8295 .fa.fa-refresh {
   8296   --fa: "\f021"; }
   8297 
   8298 .fa.fa-list-alt {
   8299   font-family: 'Font Awesome 6 Free';
   8300   font-weight: 400; }
   8301 
   8302 .fa.fa-list-alt {
   8303   --fa: "\f022"; }
   8304 
   8305 .fa.fa-dedent {
   8306   --fa: "\f03b"; }
   8307 
   8308 .fa.fa-video-camera {
   8309   --fa: "\f03d"; }
   8310 
   8311 .fa.fa-picture-o {
   8312   font-family: 'Font Awesome 6 Free';
   8313   font-weight: 400; }
   8314 
   8315 .fa.fa-picture-o {
   8316   --fa: "\f03e"; }
   8317 
   8318 .fa.fa-photo {
   8319   font-family: 'Font Awesome 6 Free';
   8320   font-weight: 400; }
   8321 
   8322 .fa.fa-photo {
   8323   --fa: "\f03e"; }
   8324 
   8325 .fa.fa-image {
   8326   font-family: 'Font Awesome 6 Free';
   8327   font-weight: 400; }
   8328 
   8329 .fa.fa-image {
   8330   --fa: "\f03e"; }
   8331 
   8332 .fa.fa-map-marker {
   8333   --fa: "\f3c5"; }
   8334 
   8335 .fa.fa-pencil-square-o {
   8336   font-family: 'Font Awesome 6 Free';
   8337   font-weight: 400; }
   8338 
   8339 .fa.fa-pencil-square-o {
   8340   --fa: "\f044"; }
   8341 
   8342 .fa.fa-edit {
   8343   font-family: 'Font Awesome 6 Free';
   8344   font-weight: 400; }
   8345 
   8346 .fa.fa-edit {
   8347   --fa: "\f044"; }
   8348 
   8349 .fa.fa-share-square-o {
   8350   --fa: "\f14d"; }
   8351 
   8352 .fa.fa-check-square-o {
   8353   font-family: 'Font Awesome 6 Free';
   8354   font-weight: 400; }
   8355 
   8356 .fa.fa-check-square-o {
   8357   --fa: "\f14a"; }
   8358 
   8359 .fa.fa-arrows {
   8360   --fa: "\f0b2"; }
   8361 
   8362 .fa.fa-times-circle-o {
   8363   font-family: 'Font Awesome 6 Free';
   8364   font-weight: 400; }
   8365 
   8366 .fa.fa-times-circle-o {
   8367   --fa: "\f057"; }
   8368 
   8369 .fa.fa-check-circle-o {
   8370   font-family: 'Font Awesome 6 Free';
   8371   font-weight: 400; }
   8372 
   8373 .fa.fa-check-circle-o {
   8374   --fa: "\f058"; }
   8375 
   8376 .fa.fa-mail-forward {
   8377   --fa: "\f064"; }
   8378 
   8379 .fa.fa-expand {
   8380   --fa: "\f424"; }
   8381 
   8382 .fa.fa-compress {
   8383   --fa: "\f422"; }
   8384 
   8385 .fa.fa-eye {
   8386   font-family: 'Font Awesome 6 Free';
   8387   font-weight: 400; }
   8388 
   8389 .fa.fa-eye-slash {
   8390   font-family: 'Font Awesome 6 Free';
   8391   font-weight: 400; }
   8392 
   8393 .fa.fa-warning {
   8394   --fa: "\f071"; }
   8395 
   8396 .fa.fa-calendar {
   8397   --fa: "\f073"; }
   8398 
   8399 .fa.fa-arrows-v {
   8400   --fa: "\f338"; }
   8401 
   8402 .fa.fa-arrows-h {
   8403   --fa: "\f337"; }
   8404 
   8405 .fa.fa-bar-chart {
   8406   --fa: "\e0e3"; }
   8407 
   8408 .fa.fa-bar-chart-o {
   8409   --fa: "\e0e3"; }
   8410 
   8411 .fa.fa-twitter-square {
   8412   font-family: 'Font Awesome 6 Brands';
   8413   font-weight: 400; }
   8414 
   8415 .fa.fa-twitter-square {
   8416   --fa: "\f081"; }
   8417 
   8418 .fa.fa-facebook-square {
   8419   font-family: 'Font Awesome 6 Brands';
   8420   font-weight: 400; }
   8421 
   8422 .fa.fa-facebook-square {
   8423   --fa: "\f082"; }
   8424 
   8425 .fa.fa-gears {
   8426   --fa: "\f085"; }
   8427 
   8428 .fa.fa-thumbs-o-up {
   8429   font-family: 'Font Awesome 6 Free';
   8430   font-weight: 400; }
   8431 
   8432 .fa.fa-thumbs-o-up {
   8433   --fa: "\f164"; }
   8434 
   8435 .fa.fa-thumbs-o-down {
   8436   font-family: 'Font Awesome 6 Free';
   8437   font-weight: 400; }
   8438 
   8439 .fa.fa-thumbs-o-down {
   8440   --fa: "\f165"; }
   8441 
   8442 .fa.fa-heart-o {
   8443   font-family: 'Font Awesome 6 Free';
   8444   font-weight: 400; }
   8445 
   8446 .fa.fa-heart-o {
   8447   --fa: "\f004"; }
   8448 
   8449 .fa.fa-sign-out {
   8450   --fa: "\f2f5"; }
   8451 
   8452 .fa.fa-linkedin-square {
   8453   font-family: 'Font Awesome 6 Brands';
   8454   font-weight: 400; }
   8455 
   8456 .fa.fa-linkedin-square {
   8457   --fa: "\f08c"; }
   8458 
   8459 .fa.fa-thumb-tack {
   8460   --fa: "\f08d"; }
   8461 
   8462 .fa.fa-external-link {
   8463   --fa: "\f35d"; }
   8464 
   8465 .fa.fa-sign-in {
   8466   --fa: "\f2f6"; }
   8467 
   8468 .fa.fa-github-square {
   8469   font-family: 'Font Awesome 6 Brands';
   8470   font-weight: 400; }
   8471 
   8472 .fa.fa-github-square {
   8473   --fa: "\f092"; }
   8474 
   8475 .fa.fa-lemon-o {
   8476   font-family: 'Font Awesome 6 Free';
   8477   font-weight: 400; }
   8478 
   8479 .fa.fa-lemon-o {
   8480   --fa: "\f094"; }
   8481 
   8482 .fa.fa-square-o {
   8483   font-family: 'Font Awesome 6 Free';
   8484   font-weight: 400; }
   8485 
   8486 .fa.fa-square-o {
   8487   --fa: "\f0c8"; }
   8488 
   8489 .fa.fa-bookmark-o {
   8490   font-family: 'Font Awesome 6 Free';
   8491   font-weight: 400; }
   8492 
   8493 .fa.fa-bookmark-o {
   8494   --fa: "\f02e"; }
   8495 
   8496 .fa.fa-twitter {
   8497   font-family: 'Font Awesome 6 Brands';
   8498   font-weight: 400; }
   8499 
   8500 .fa.fa-facebook {
   8501   font-family: 'Font Awesome 6 Brands';
   8502   font-weight: 400; }
   8503 
   8504 .fa.fa-facebook {
   8505   --fa: "\f39e"; }
   8506 
   8507 .fa.fa-facebook-f {
   8508   font-family: 'Font Awesome 6 Brands';
   8509   font-weight: 400; }
   8510 
   8511 .fa.fa-facebook-f {
   8512   --fa: "\f39e"; }
   8513 
   8514 .fa.fa-github {
   8515   font-family: 'Font Awesome 6 Brands';
   8516   font-weight: 400; }
   8517 
   8518 .fa.fa-credit-card {
   8519   font-family: 'Font Awesome 6 Free';
   8520   font-weight: 400; }
   8521 
   8522 .fa.fa-feed {
   8523   --fa: "\f09e"; }
   8524 
   8525 .fa.fa-hdd-o {
   8526   font-family: 'Font Awesome 6 Free';
   8527   font-weight: 400; }
   8528 
   8529 .fa.fa-hdd-o {
   8530   --fa: "\f0a0"; }
   8531 
   8532 .fa.fa-hand-o-right {
   8533   font-family: 'Font Awesome 6 Free';
   8534   font-weight: 400; }
   8535 
   8536 .fa.fa-hand-o-right {
   8537   --fa: "\f0a4"; }
   8538 
   8539 .fa.fa-hand-o-left {
   8540   font-family: 'Font Awesome 6 Free';
   8541   font-weight: 400; }
   8542 
   8543 .fa.fa-hand-o-left {
   8544   --fa: "\f0a5"; }
   8545 
   8546 .fa.fa-hand-o-up {
   8547   font-family: 'Font Awesome 6 Free';
   8548   font-weight: 400; }
   8549 
   8550 .fa.fa-hand-o-up {
   8551   --fa: "\f0a6"; }
   8552 
   8553 .fa.fa-hand-o-down {
   8554   font-family: 'Font Awesome 6 Free';
   8555   font-weight: 400; }
   8556 
   8557 .fa.fa-hand-o-down {
   8558   --fa: "\f0a7"; }
   8559 
   8560 .fa.fa-globe {
   8561   --fa: "\f57d"; }
   8562 
   8563 .fa.fa-tasks {
   8564   --fa: "\f828"; }
   8565 
   8566 .fa.fa-arrows-alt {
   8567   --fa: "\f31e"; }
   8568 
   8569 .fa.fa-group {
   8570   --fa: "\f0c0"; }
   8571 
   8572 .fa.fa-chain {
   8573   --fa: "\f0c1"; }
   8574 
   8575 .fa.fa-cut {
   8576   --fa: "\f0c4"; }
   8577 
   8578 .fa.fa-files-o {
   8579   font-family: 'Font Awesome 6 Free';
   8580   font-weight: 400; }
   8581 
   8582 .fa.fa-files-o {
   8583   --fa: "\f0c5"; }
   8584 
   8585 .fa.fa-floppy-o {
   8586   font-family: 'Font Awesome 6 Free';
   8587   font-weight: 400; }
   8588 
   8589 .fa.fa-floppy-o {
   8590   --fa: "\f0c7"; }
   8591 
   8592 .fa.fa-save {
   8593   font-family: 'Font Awesome 6 Free';
   8594   font-weight: 400; }
   8595 
   8596 .fa.fa-save {
   8597   --fa: "\f0c7"; }
   8598 
   8599 .fa.fa-navicon {
   8600   --fa: "\f0c9"; }
   8601 
   8602 .fa.fa-reorder {
   8603   --fa: "\f0c9"; }
   8604 
   8605 .fa.fa-magic {
   8606   --fa: "\e2ca"; }
   8607 
   8608 .fa.fa-pinterest {
   8609   font-family: 'Font Awesome 6 Brands';
   8610   font-weight: 400; }
   8611 
   8612 .fa.fa-pinterest-square {
   8613   font-family: 'Font Awesome 6 Brands';
   8614   font-weight: 400; }
   8615 
   8616 .fa.fa-pinterest-square {
   8617   --fa: "\f0d3"; }
   8618 
   8619 .fa.fa-google-plus-square {
   8620   font-family: 'Font Awesome 6 Brands';
   8621   font-weight: 400; }
   8622 
   8623 .fa.fa-google-plus-square {
   8624   --fa: "\f0d4"; }
   8625 
   8626 .fa.fa-google-plus {
   8627   font-family: 'Font Awesome 6 Brands';
   8628   font-weight: 400; }
   8629 
   8630 .fa.fa-google-plus {
   8631   --fa: "\f0d5"; }
   8632 
   8633 .fa.fa-money {
   8634   --fa: "\f3d1"; }
   8635 
   8636 .fa.fa-unsorted {
   8637   --fa: "\f0dc"; }
   8638 
   8639 .fa.fa-sort-desc {
   8640   --fa: "\f0dd"; }
   8641 
   8642 .fa.fa-sort-asc {
   8643   --fa: "\f0de"; }
   8644 
   8645 .fa.fa-linkedin {
   8646   font-family: 'Font Awesome 6 Brands';
   8647   font-weight: 400; }
   8648 
   8649 .fa.fa-linkedin {
   8650   --fa: "\f0e1"; }
   8651 
   8652 .fa.fa-rotate-left {
   8653   --fa: "\f0e2"; }
   8654 
   8655 .fa.fa-legal {
   8656   --fa: "\f0e3"; }
   8657 
   8658 .fa.fa-tachometer {
   8659   --fa: "\f625"; }
   8660 
   8661 .fa.fa-dashboard {
   8662   --fa: "\f625"; }
   8663 
   8664 .fa.fa-comment-o {
   8665   font-family: 'Font Awesome 6 Free';
   8666   font-weight: 400; }
   8667 
   8668 .fa.fa-comment-o {
   8669   --fa: "\f075"; }
   8670 
   8671 .fa.fa-comments-o {
   8672   font-family: 'Font Awesome 6 Free';
   8673   font-weight: 400; }
   8674 
   8675 .fa.fa-comments-o {
   8676   --fa: "\f086"; }
   8677 
   8678 .fa.fa-flash {
   8679   --fa: "\f0e7"; }
   8680 
   8681 .fa.fa-clipboard {
   8682   --fa: "\f0ea"; }
   8683 
   8684 .fa.fa-lightbulb-o {
   8685   font-family: 'Font Awesome 6 Free';
   8686   font-weight: 400; }
   8687 
   8688 .fa.fa-lightbulb-o {
   8689   --fa: "\f0eb"; }
   8690 
   8691 .fa.fa-exchange {
   8692   --fa: "\f362"; }
   8693 
   8694 .fa.fa-cloud-download {
   8695   --fa: "\f0ed"; }
   8696 
   8697 .fa.fa-cloud-upload {
   8698   --fa: "\f0ee"; }
   8699 
   8700 .fa.fa-bell-o {
   8701   font-family: 'Font Awesome 6 Free';
   8702   font-weight: 400; }
   8703 
   8704 .fa.fa-bell-o {
   8705   --fa: "\f0f3"; }
   8706 
   8707 .fa.fa-cutlery {
   8708   --fa: "\f2e7"; }
   8709 
   8710 .fa.fa-file-text-o {
   8711   font-family: 'Font Awesome 6 Free';
   8712   font-weight: 400; }
   8713 
   8714 .fa.fa-file-text-o {
   8715   --fa: "\f15c"; }
   8716 
   8717 .fa.fa-building-o {
   8718   font-family: 'Font Awesome 6 Free';
   8719   font-weight: 400; }
   8720 
   8721 .fa.fa-building-o {
   8722   --fa: "\f1ad"; }
   8723 
   8724 .fa.fa-hospital-o {
   8725   font-family: 'Font Awesome 6 Free';
   8726   font-weight: 400; }
   8727 
   8728 .fa.fa-hospital-o {
   8729   --fa: "\f0f8"; }
   8730 
   8731 .fa.fa-tablet {
   8732   --fa: "\f3fa"; }
   8733 
   8734 .fa.fa-mobile {
   8735   --fa: "\f3cd"; }
   8736 
   8737 .fa.fa-mobile-phone {
   8738   --fa: "\f3cd"; }
   8739 
   8740 .fa.fa-circle-o {
   8741   font-family: 'Font Awesome 6 Free';
   8742   font-weight: 400; }
   8743 
   8744 .fa.fa-circle-o {
   8745   --fa: "\f111"; }
   8746 
   8747 .fa.fa-mail-reply {
   8748   --fa: "\f3e5"; }
   8749 
   8750 .fa.fa-github-alt {
   8751   font-family: 'Font Awesome 6 Brands';
   8752   font-weight: 400; }
   8753 
   8754 .fa.fa-folder-o {
   8755   font-family: 'Font Awesome 6 Free';
   8756   font-weight: 400; }
   8757 
   8758 .fa.fa-folder-o {
   8759   --fa: "\f07b"; }
   8760 
   8761 .fa.fa-folder-open-o {
   8762   font-family: 'Font Awesome 6 Free';
   8763   font-weight: 400; }
   8764 
   8765 .fa.fa-folder-open-o {
   8766   --fa: "\f07c"; }
   8767 
   8768 .fa.fa-smile-o {
   8769   font-family: 'Font Awesome 6 Free';
   8770   font-weight: 400; }
   8771 
   8772 .fa.fa-smile-o {
   8773   --fa: "\f118"; }
   8774 
   8775 .fa.fa-frown-o {
   8776   font-family: 'Font Awesome 6 Free';
   8777   font-weight: 400; }
   8778 
   8779 .fa.fa-frown-o {
   8780   --fa: "\f119"; }
   8781 
   8782 .fa.fa-meh-o {
   8783   font-family: 'Font Awesome 6 Free';
   8784   font-weight: 400; }
   8785 
   8786 .fa.fa-meh-o {
   8787   --fa: "\f11a"; }
   8788 
   8789 .fa.fa-keyboard-o {
   8790   font-family: 'Font Awesome 6 Free';
   8791   font-weight: 400; }
   8792 
   8793 .fa.fa-keyboard-o {
   8794   --fa: "\f11c"; }
   8795 
   8796 .fa.fa-flag-o {
   8797   font-family: 'Font Awesome 6 Free';
   8798   font-weight: 400; }
   8799 
   8800 .fa.fa-flag-o {
   8801   --fa: "\f024"; }
   8802 
   8803 .fa.fa-mail-reply-all {
   8804   --fa: "\f122"; }
   8805 
   8806 .fa.fa-star-half-o {
   8807   font-family: 'Font Awesome 6 Free';
   8808   font-weight: 400; }
   8809 
   8810 .fa.fa-star-half-o {
   8811   --fa: "\f5c0"; }
   8812 
   8813 .fa.fa-star-half-empty {
   8814   font-family: 'Font Awesome 6 Free';
   8815   font-weight: 400; }
   8816 
   8817 .fa.fa-star-half-empty {
   8818   --fa: "\f5c0"; }
   8819 
   8820 .fa.fa-star-half-full {
   8821   font-family: 'Font Awesome 6 Free';
   8822   font-weight: 400; }
   8823 
   8824 .fa.fa-star-half-full {
   8825   --fa: "\f5c0"; }
   8826 
   8827 .fa.fa-code-fork {
   8828   --fa: "\f126"; }
   8829 
   8830 .fa.fa-chain-broken {
   8831   --fa: "\f127"; }
   8832 
   8833 .fa.fa-unlink {
   8834   --fa: "\f127"; }
   8835 
   8836 .fa.fa-calendar-o {
   8837   font-family: 'Font Awesome 6 Free';
   8838   font-weight: 400; }
   8839 
   8840 .fa.fa-calendar-o {
   8841   --fa: "\f133"; }
   8842 
   8843 .fa.fa-maxcdn {
   8844   font-family: 'Font Awesome 6 Brands';
   8845   font-weight: 400; }
   8846 
   8847 .fa.fa-html5 {
   8848   font-family: 'Font Awesome 6 Brands';
   8849   font-weight: 400; }
   8850 
   8851 .fa.fa-css3 {
   8852   font-family: 'Font Awesome 6 Brands';
   8853   font-weight: 400; }
   8854 
   8855 .fa.fa-unlock-alt {
   8856   --fa: "\f09c"; }
   8857 
   8858 .fa.fa-minus-square-o {
   8859   font-family: 'Font Awesome 6 Free';
   8860   font-weight: 400; }
   8861 
   8862 .fa.fa-minus-square-o {
   8863   --fa: "\f146"; }
   8864 
   8865 .fa.fa-level-up {
   8866   --fa: "\f3bf"; }
   8867 
   8868 .fa.fa-level-down {
   8869   --fa: "\f3be"; }
   8870 
   8871 .fa.fa-pencil-square {
   8872   --fa: "\f14b"; }
   8873 
   8874 .fa.fa-external-link-square {
   8875   --fa: "\f360"; }
   8876 
   8877 .fa.fa-compass {
   8878   font-family: 'Font Awesome 6 Free';
   8879   font-weight: 400; }
   8880 
   8881 .fa.fa-caret-square-o-down {
   8882   font-family: 'Font Awesome 6 Free';
   8883   font-weight: 400; }
   8884 
   8885 .fa.fa-caret-square-o-down {
   8886   --fa: "\f150"; }
   8887 
   8888 .fa.fa-toggle-down {
   8889   font-family: 'Font Awesome 6 Free';
   8890   font-weight: 400; }
   8891 
   8892 .fa.fa-toggle-down {
   8893   --fa: "\f150"; }
   8894 
   8895 .fa.fa-caret-square-o-up {
   8896   font-family: 'Font Awesome 6 Free';
   8897   font-weight: 400; }
   8898 
   8899 .fa.fa-caret-square-o-up {
   8900   --fa: "\f151"; }
   8901 
   8902 .fa.fa-toggle-up {
   8903   font-family: 'Font Awesome 6 Free';
   8904   font-weight: 400; }
   8905 
   8906 .fa.fa-toggle-up {
   8907   --fa: "\f151"; }
   8908 
   8909 .fa.fa-caret-square-o-right {
   8910   font-family: 'Font Awesome 6 Free';
   8911   font-weight: 400; }
   8912 
   8913 .fa.fa-caret-square-o-right {
   8914   --fa: "\f152"; }
   8915 
   8916 .fa.fa-toggle-right {
   8917   font-family: 'Font Awesome 6 Free';
   8918   font-weight: 400; }
   8919 
   8920 .fa.fa-toggle-right {
   8921   --fa: "\f152"; }
   8922 
   8923 .fa.fa-eur {
   8924   --fa: "\f153"; }
   8925 
   8926 .fa.fa-euro {
   8927   --fa: "\f153"; }
   8928 
   8929 .fa.fa-gbp {
   8930   --fa: "\f154"; }
   8931 
   8932 .fa.fa-usd {
   8933   --fa: "\24"; }
   8934 
   8935 .fa.fa-dollar {
   8936   --fa: "\24"; }
   8937 
   8938 .fa.fa-inr {
   8939   --fa: "\e1bc"; }
   8940 
   8941 .fa.fa-rupee {
   8942   --fa: "\e1bc"; }
   8943 
   8944 .fa.fa-jpy {
   8945   --fa: "\f157"; }
   8946 
   8947 .fa.fa-cny {
   8948   --fa: "\f157"; }
   8949 
   8950 .fa.fa-rmb {
   8951   --fa: "\f157"; }
   8952 
   8953 .fa.fa-yen {
   8954   --fa: "\f157"; }
   8955 
   8956 .fa.fa-rub {
   8957   --fa: "\f158"; }
   8958 
   8959 .fa.fa-ruble {
   8960   --fa: "\f158"; }
   8961 
   8962 .fa.fa-rouble {
   8963   --fa: "\f158"; }
   8964 
   8965 .fa.fa-krw {
   8966   --fa: "\f159"; }
   8967 
   8968 .fa.fa-won {
   8969   --fa: "\f159"; }
   8970 
   8971 .fa.fa-btc {
   8972   font-family: 'Font Awesome 6 Brands';
   8973   font-weight: 400; }
   8974 
   8975 .fa.fa-bitcoin {
   8976   font-family: 'Font Awesome 6 Brands';
   8977   font-weight: 400; }
   8978 
   8979 .fa.fa-bitcoin {
   8980   --fa: "\f15a"; }
   8981 
   8982 .fa.fa-file-text {
   8983   --fa: "\f15c"; }
   8984 
   8985 .fa.fa-sort-alpha-asc {
   8986   --fa: "\f15d"; }
   8987 
   8988 .fa.fa-sort-alpha-desc {
   8989   --fa: "\f881"; }
   8990 
   8991 .fa.fa-sort-amount-asc {
   8992   --fa: "\f884"; }
   8993 
   8994 .fa.fa-sort-amount-desc {
   8995   --fa: "\f160"; }
   8996 
   8997 .fa.fa-sort-numeric-asc {
   8998   --fa: "\f162"; }
   8999 
   9000 .fa.fa-sort-numeric-desc {
   9001   --fa: "\f886"; }
   9002 
   9003 .fa.fa-youtube-square {
   9004   font-family: 'Font Awesome 6 Brands';
   9005   font-weight: 400; }
   9006 
   9007 .fa.fa-youtube-square {
   9008   --fa: "\f431"; }
   9009 
   9010 .fa.fa-youtube {
   9011   font-family: 'Font Awesome 6 Brands';
   9012   font-weight: 400; }
   9013 
   9014 .fa.fa-xing {
   9015   font-family: 'Font Awesome 6 Brands';
   9016   font-weight: 400; }
   9017 
   9018 .fa.fa-xing-square {
   9019   font-family: 'Font Awesome 6 Brands';
   9020   font-weight: 400; }
   9021 
   9022 .fa.fa-xing-square {
   9023   --fa: "\f169"; }
   9024 
   9025 .fa.fa-youtube-play {
   9026   font-family: 'Font Awesome 6 Brands';
   9027   font-weight: 400; }
   9028 
   9029 .fa.fa-youtube-play {
   9030   --fa: "\f167"; }
   9031 
   9032 .fa.fa-dropbox {
   9033   font-family: 'Font Awesome 6 Brands';
   9034   font-weight: 400; }
   9035 
   9036 .fa.fa-stack-overflow {
   9037   font-family: 'Font Awesome 6 Brands';
   9038   font-weight: 400; }
   9039 
   9040 .fa.fa-instagram {
   9041   font-family: 'Font Awesome 6 Brands';
   9042   font-weight: 400; }
   9043 
   9044 .fa.fa-flickr {
   9045   font-family: 'Font Awesome 6 Brands';
   9046   font-weight: 400; }
   9047 
   9048 .fa.fa-adn {
   9049   font-family: 'Font Awesome 6 Brands';
   9050   font-weight: 400; }
   9051 
   9052 .fa.fa-bitbucket {
   9053   font-family: 'Font Awesome 6 Brands';
   9054   font-weight: 400; }
   9055 
   9056 .fa.fa-bitbucket-square {
   9057   font-family: 'Font Awesome 6 Brands';
   9058   font-weight: 400; }
   9059 
   9060 .fa.fa-bitbucket-square {
   9061   --fa: "\f171"; }
   9062 
   9063 .fa.fa-tumblr {
   9064   font-family: 'Font Awesome 6 Brands';
   9065   font-weight: 400; }
   9066 
   9067 .fa.fa-tumblr-square {
   9068   font-family: 'Font Awesome 6 Brands';
   9069   font-weight: 400; }
   9070 
   9071 .fa.fa-tumblr-square {
   9072   --fa: "\f174"; }
   9073 
   9074 .fa.fa-long-arrow-down {
   9075   --fa: "\f309"; }
   9076 
   9077 .fa.fa-long-arrow-up {
   9078   --fa: "\f30c"; }
   9079 
   9080 .fa.fa-long-arrow-left {
   9081   --fa: "\f30a"; }
   9082 
   9083 .fa.fa-long-arrow-right {
   9084   --fa: "\f30b"; }
   9085 
   9086 .fa.fa-apple {
   9087   font-family: 'Font Awesome 6 Brands';
   9088   font-weight: 400; }
   9089 
   9090 .fa.fa-windows {
   9091   font-family: 'Font Awesome 6 Brands';
   9092   font-weight: 400; }
   9093 
   9094 .fa.fa-android {
   9095   font-family: 'Font Awesome 6 Brands';
   9096   font-weight: 400; }
   9097 
   9098 .fa.fa-linux {
   9099   font-family: 'Font Awesome 6 Brands';
   9100   font-weight: 400; }
   9101 
   9102 .fa.fa-dribbble {
   9103   font-family: 'Font Awesome 6 Brands';
   9104   font-weight: 400; }
   9105 
   9106 .fa.fa-skype {
   9107   font-family: 'Font Awesome 6 Brands';
   9108   font-weight: 400; }
   9109 
   9110 .fa.fa-foursquare {
   9111   font-family: 'Font Awesome 6 Brands';
   9112   font-weight: 400; }
   9113 
   9114 .fa.fa-trello {
   9115   font-family: 'Font Awesome 6 Brands';
   9116   font-weight: 400; }
   9117 
   9118 .fa.fa-gratipay {
   9119   font-family: 'Font Awesome 6 Brands';
   9120   font-weight: 400; }
   9121 
   9122 .fa.fa-gittip {
   9123   font-family: 'Font Awesome 6 Brands';
   9124   font-weight: 400; }
   9125 
   9126 .fa.fa-gittip {
   9127   --fa: "\f184"; }
   9128 
   9129 .fa.fa-sun-o {
   9130   font-family: 'Font Awesome 6 Free';
   9131   font-weight: 400; }
   9132 
   9133 .fa.fa-sun-o {
   9134   --fa: "\f185"; }
   9135 
   9136 .fa.fa-moon-o {
   9137   font-family: 'Font Awesome 6 Free';
   9138   font-weight: 400; }
   9139 
   9140 .fa.fa-moon-o {
   9141   --fa: "\f186"; }
   9142 
   9143 .fa.fa-vk {
   9144   font-family: 'Font Awesome 6 Brands';
   9145   font-weight: 400; }
   9146 
   9147 .fa.fa-weibo {
   9148   font-family: 'Font Awesome 6 Brands';
   9149   font-weight: 400; }
   9150 
   9151 .fa.fa-renren {
   9152   font-family: 'Font Awesome 6 Brands';
   9153   font-weight: 400; }
   9154 
   9155 .fa.fa-pagelines {
   9156   font-family: 'Font Awesome 6 Brands';
   9157   font-weight: 400; }
   9158 
   9159 .fa.fa-stack-exchange {
   9160   font-family: 'Font Awesome 6 Brands';
   9161   font-weight: 400; }
   9162 
   9163 .fa.fa-arrow-circle-o-right {
   9164   font-family: 'Font Awesome 6 Free';
   9165   font-weight: 400; }
   9166 
   9167 .fa.fa-arrow-circle-o-right {
   9168   --fa: "\f35a"; }
   9169 
   9170 .fa.fa-arrow-circle-o-left {
   9171   font-family: 'Font Awesome 6 Free';
   9172   font-weight: 400; }
   9173 
   9174 .fa.fa-arrow-circle-o-left {
   9175   --fa: "\f359"; }
   9176 
   9177 .fa.fa-caret-square-o-left {
   9178   font-family: 'Font Awesome 6 Free';
   9179   font-weight: 400; }
   9180 
   9181 .fa.fa-caret-square-o-left {
   9182   --fa: "\f191"; }
   9183 
   9184 .fa.fa-toggle-left {
   9185   font-family: 'Font Awesome 6 Free';
   9186   font-weight: 400; }
   9187 
   9188 .fa.fa-toggle-left {
   9189   --fa: "\f191"; }
   9190 
   9191 .fa.fa-dot-circle-o {
   9192   font-family: 'Font Awesome 6 Free';
   9193   font-weight: 400; }
   9194 
   9195 .fa.fa-dot-circle-o {
   9196   --fa: "\f192"; }
   9197 
   9198 .fa.fa-vimeo-square {
   9199   font-family: 'Font Awesome 6 Brands';
   9200   font-weight: 400; }
   9201 
   9202 .fa.fa-vimeo-square {
   9203   --fa: "\f194"; }
   9204 
   9205 .fa.fa-try {
   9206   --fa: "\e2bb"; }
   9207 
   9208 .fa.fa-turkish-lira {
   9209   --fa: "\e2bb"; }
   9210 
   9211 .fa.fa-plus-square-o {
   9212   font-family: 'Font Awesome 6 Free';
   9213   font-weight: 400; }
   9214 
   9215 .fa.fa-plus-square-o {
   9216   --fa: "\f0fe"; }
   9217 
   9218 .fa.fa-slack {
   9219   font-family: 'Font Awesome 6 Brands';
   9220   font-weight: 400; }
   9221 
   9222 .fa.fa-wordpress {
   9223   font-family: 'Font Awesome 6 Brands';
   9224   font-weight: 400; }
   9225 
   9226 .fa.fa-openid {
   9227   font-family: 'Font Awesome 6 Brands';
   9228   font-weight: 400; }
   9229 
   9230 .fa.fa-institution {
   9231   --fa: "\f19c"; }
   9232 
   9233 .fa.fa-bank {
   9234   --fa: "\f19c"; }
   9235 
   9236 .fa.fa-mortar-board {
   9237   --fa: "\f19d"; }
   9238 
   9239 .fa.fa-yahoo {
   9240   font-family: 'Font Awesome 6 Brands';
   9241   font-weight: 400; }
   9242 
   9243 .fa.fa-google {
   9244   font-family: 'Font Awesome 6 Brands';
   9245   font-weight: 400; }
   9246 
   9247 .fa.fa-reddit {
   9248   font-family: 'Font Awesome 6 Brands';
   9249   font-weight: 400; }
   9250 
   9251 .fa.fa-reddit-square {
   9252   font-family: 'Font Awesome 6 Brands';
   9253   font-weight: 400; }
   9254 
   9255 .fa.fa-reddit-square {
   9256   --fa: "\f1a2"; }
   9257 
   9258 .fa.fa-stumbleupon-circle {
   9259   font-family: 'Font Awesome 6 Brands';
   9260   font-weight: 400; }
   9261 
   9262 .fa.fa-stumbleupon {
   9263   font-family: 'Font Awesome 6 Brands';
   9264   font-weight: 400; }
   9265 
   9266 .fa.fa-delicious {
   9267   font-family: 'Font Awesome 6 Brands';
   9268   font-weight: 400; }
   9269 
   9270 .fa.fa-digg {
   9271   font-family: 'Font Awesome 6 Brands';
   9272   font-weight: 400; }
   9273 
   9274 .fa.fa-pied-piper-pp {
   9275   font-family: 'Font Awesome 6 Brands';
   9276   font-weight: 400; }
   9277 
   9278 .fa.fa-pied-piper-alt {
   9279   font-family: 'Font Awesome 6 Brands';
   9280   font-weight: 400; }
   9281 
   9282 .fa.fa-drupal {
   9283   font-family: 'Font Awesome 6 Brands';
   9284   font-weight: 400; }
   9285 
   9286 .fa.fa-joomla {
   9287   font-family: 'Font Awesome 6 Brands';
   9288   font-weight: 400; }
   9289 
   9290 .fa.fa-behance {
   9291   font-family: 'Font Awesome 6 Brands';
   9292   font-weight: 400; }
   9293 
   9294 .fa.fa-behance-square {
   9295   font-family: 'Font Awesome 6 Brands';
   9296   font-weight: 400; }
   9297 
   9298 .fa.fa-behance-square {
   9299   --fa: "\f1b5"; }
   9300 
   9301 .fa.fa-steam {
   9302   font-family: 'Font Awesome 6 Brands';
   9303   font-weight: 400; }
   9304 
   9305 .fa.fa-steam-square {
   9306   font-family: 'Font Awesome 6 Brands';
   9307   font-weight: 400; }
   9308 
   9309 .fa.fa-steam-square {
   9310   --fa: "\f1b7"; }
   9311 
   9312 .fa.fa-automobile {
   9313   --fa: "\f1b9"; }
   9314 
   9315 .fa.fa-cab {
   9316   --fa: "\f1ba"; }
   9317 
   9318 .fa.fa-spotify {
   9319   font-family: 'Font Awesome 6 Brands';
   9320   font-weight: 400; }
   9321 
   9322 .fa.fa-deviantart {
   9323   font-family: 'Font Awesome 6 Brands';
   9324   font-weight: 400; }
   9325 
   9326 .fa.fa-soundcloud {
   9327   font-family: 'Font Awesome 6 Brands';
   9328   font-weight: 400; }
   9329 
   9330 .fa.fa-file-pdf-o {
   9331   font-family: 'Font Awesome 6 Free';
   9332   font-weight: 400; }
   9333 
   9334 .fa.fa-file-pdf-o {
   9335   --fa: "\f1c1"; }
   9336 
   9337 .fa.fa-file-word-o {
   9338   font-family: 'Font Awesome 6 Free';
   9339   font-weight: 400; }
   9340 
   9341 .fa.fa-file-word-o {
   9342   --fa: "\f1c2"; }
   9343 
   9344 .fa.fa-file-excel-o {
   9345   font-family: 'Font Awesome 6 Free';
   9346   font-weight: 400; }
   9347 
   9348 .fa.fa-file-excel-o {
   9349   --fa: "\f1c3"; }
   9350 
   9351 .fa.fa-file-powerpoint-o {
   9352   font-family: 'Font Awesome 6 Free';
   9353   font-weight: 400; }
   9354 
   9355 .fa.fa-file-powerpoint-o {
   9356   --fa: "\f1c4"; }
   9357 
   9358 .fa.fa-file-image-o {
   9359   font-family: 'Font Awesome 6 Free';
   9360   font-weight: 400; }
   9361 
   9362 .fa.fa-file-image-o {
   9363   --fa: "\f1c5"; }
   9364 
   9365 .fa.fa-file-photo-o {
   9366   font-family: 'Font Awesome 6 Free';
   9367   font-weight: 400; }
   9368 
   9369 .fa.fa-file-photo-o {
   9370   --fa: "\f1c5"; }
   9371 
   9372 .fa.fa-file-picture-o {
   9373   font-family: 'Font Awesome 6 Free';
   9374   font-weight: 400; }
   9375 
   9376 .fa.fa-file-picture-o {
   9377   --fa: "\f1c5"; }
   9378 
   9379 .fa.fa-file-archive-o {
   9380   font-family: 'Font Awesome 6 Free';
   9381   font-weight: 400; }
   9382 
   9383 .fa.fa-file-archive-o {
   9384   --fa: "\f1c6"; }
   9385 
   9386 .fa.fa-file-zip-o {
   9387   font-family: 'Font Awesome 6 Free';
   9388   font-weight: 400; }
   9389 
   9390 .fa.fa-file-zip-o {
   9391   --fa: "\f1c6"; }
   9392 
   9393 .fa.fa-file-audio-o {
   9394   font-family: 'Font Awesome 6 Free';
   9395   font-weight: 400; }
   9396 
   9397 .fa.fa-file-audio-o {
   9398   --fa: "\f1c7"; }
   9399 
   9400 .fa.fa-file-sound-o {
   9401   font-family: 'Font Awesome 6 Free';
   9402   font-weight: 400; }
   9403 
   9404 .fa.fa-file-sound-o {
   9405   --fa: "\f1c7"; }
   9406 
   9407 .fa.fa-file-video-o {
   9408   font-family: 'Font Awesome 6 Free';
   9409   font-weight: 400; }
   9410 
   9411 .fa.fa-file-video-o {
   9412   --fa: "\f1c8"; }
   9413 
   9414 .fa.fa-file-movie-o {
   9415   font-family: 'Font Awesome 6 Free';
   9416   font-weight: 400; }
   9417 
   9418 .fa.fa-file-movie-o {
   9419   --fa: "\f1c8"; }
   9420 
   9421 .fa.fa-file-code-o {
   9422   font-family: 'Font Awesome 6 Free';
   9423   font-weight: 400; }
   9424 
   9425 .fa.fa-file-code-o {
   9426   --fa: "\f1c9"; }
   9427 
   9428 .fa.fa-vine {
   9429   font-family: 'Font Awesome 6 Brands';
   9430   font-weight: 400; }
   9431 
   9432 .fa.fa-codepen {
   9433   font-family: 'Font Awesome 6 Brands';
   9434   font-weight: 400; }
   9435 
   9436 .fa.fa-jsfiddle {
   9437   font-family: 'Font Awesome 6 Brands';
   9438   font-weight: 400; }
   9439 
   9440 .fa.fa-life-bouy {
   9441   --fa: "\f1cd"; }
   9442 
   9443 .fa.fa-life-buoy {
   9444   --fa: "\f1cd"; }
   9445 
   9446 .fa.fa-life-saver {
   9447   --fa: "\f1cd"; }
   9448 
   9449 .fa.fa-support {
   9450   --fa: "\f1cd"; }
   9451 
   9452 .fa.fa-circle-o-notch {
   9453   --fa: "\f1ce"; }
   9454 
   9455 .fa.fa-rebel {
   9456   font-family: 'Font Awesome 6 Brands';
   9457   font-weight: 400; }
   9458 
   9459 .fa.fa-ra {
   9460   font-family: 'Font Awesome 6 Brands';
   9461   font-weight: 400; }
   9462 
   9463 .fa.fa-ra {
   9464   --fa: "\f1d0"; }
   9465 
   9466 .fa.fa-resistance {
   9467   font-family: 'Font Awesome 6 Brands';
   9468   font-weight: 400; }
   9469 
   9470 .fa.fa-resistance {
   9471   --fa: "\f1d0"; }
   9472 
   9473 .fa.fa-empire {
   9474   font-family: 'Font Awesome 6 Brands';
   9475   font-weight: 400; }
   9476 
   9477 .fa.fa-ge {
   9478   font-family: 'Font Awesome 6 Brands';
   9479   font-weight: 400; }
   9480 
   9481 .fa.fa-ge {
   9482   --fa: "\f1d1"; }
   9483 
   9484 .fa.fa-git-square {
   9485   font-family: 'Font Awesome 6 Brands';
   9486   font-weight: 400; }
   9487 
   9488 .fa.fa-git-square {
   9489   --fa: "\f1d2"; }
   9490 
   9491 .fa.fa-git {
   9492   font-family: 'Font Awesome 6 Brands';
   9493   font-weight: 400; }
   9494 
   9495 .fa.fa-hacker-news {
   9496   font-family: 'Font Awesome 6 Brands';
   9497   font-weight: 400; }
   9498 
   9499 .fa.fa-y-combinator-square {
   9500   font-family: 'Font Awesome 6 Brands';
   9501   font-weight: 400; }
   9502 
   9503 .fa.fa-y-combinator-square {
   9504   --fa: "\f1d4"; }
   9505 
   9506 .fa.fa-yc-square {
   9507   font-family: 'Font Awesome 6 Brands';
   9508   font-weight: 400; }
   9509 
   9510 .fa.fa-yc-square {
   9511   --fa: "\f1d4"; }
   9512 
   9513 .fa.fa-tencent-weibo {
   9514   font-family: 'Font Awesome 6 Brands';
   9515   font-weight: 400; }
   9516 
   9517 .fa.fa-qq {
   9518   font-family: 'Font Awesome 6 Brands';
   9519   font-weight: 400; }
   9520 
   9521 .fa.fa-weixin {
   9522   font-family: 'Font Awesome 6 Brands';
   9523   font-weight: 400; }
   9524 
   9525 .fa.fa-wechat {
   9526   font-family: 'Font Awesome 6 Brands';
   9527   font-weight: 400; }
   9528 
   9529 .fa.fa-wechat {
   9530   --fa: "\f1d7"; }
   9531 
   9532 .fa.fa-send {
   9533   --fa: "\f1d8"; }
   9534 
   9535 .fa.fa-paper-plane-o {
   9536   font-family: 'Font Awesome 6 Free';
   9537   font-weight: 400; }
   9538 
   9539 .fa.fa-paper-plane-o {
   9540   --fa: "\f1d8"; }
   9541 
   9542 .fa.fa-send-o {
   9543   font-family: 'Font Awesome 6 Free';
   9544   font-weight: 400; }
   9545 
   9546 .fa.fa-send-o {
   9547   --fa: "\f1d8"; }
   9548 
   9549 .fa.fa-circle-thin {
   9550   font-family: 'Font Awesome 6 Free';
   9551   font-weight: 400; }
   9552 
   9553 .fa.fa-circle-thin {
   9554   --fa: "\f111"; }
   9555 
   9556 .fa.fa-header {
   9557   --fa: "\f1dc"; }
   9558 
   9559 .fa.fa-futbol-o {
   9560   font-family: 'Font Awesome 6 Free';
   9561   font-weight: 400; }
   9562 
   9563 .fa.fa-futbol-o {
   9564   --fa: "\f1e3"; }
   9565 
   9566 .fa.fa-soccer-ball-o {
   9567   font-family: 'Font Awesome 6 Free';
   9568   font-weight: 400; }
   9569 
   9570 .fa.fa-soccer-ball-o {
   9571   --fa: "\f1e3"; }
   9572 
   9573 .fa.fa-slideshare {
   9574   font-family: 'Font Awesome 6 Brands';
   9575   font-weight: 400; }
   9576 
   9577 .fa.fa-twitch {
   9578   font-family: 'Font Awesome 6 Brands';
   9579   font-weight: 400; }
   9580 
   9581 .fa.fa-yelp {
   9582   font-family: 'Font Awesome 6 Brands';
   9583   font-weight: 400; }
   9584 
   9585 .fa.fa-newspaper-o {
   9586   font-family: 'Font Awesome 6 Free';
   9587   font-weight: 400; }
   9588 
   9589 .fa.fa-newspaper-o {
   9590   --fa: "\f1ea"; }
   9591 
   9592 .fa.fa-paypal {
   9593   font-family: 'Font Awesome 6 Brands';
   9594   font-weight: 400; }
   9595 
   9596 .fa.fa-google-wallet {
   9597   font-family: 'Font Awesome 6 Brands';
   9598   font-weight: 400; }
   9599 
   9600 .fa.fa-cc-visa {
   9601   font-family: 'Font Awesome 6 Brands';
   9602   font-weight: 400; }
   9603 
   9604 .fa.fa-cc-mastercard {
   9605   font-family: 'Font Awesome 6 Brands';
   9606   font-weight: 400; }
   9607 
   9608 .fa.fa-cc-discover {
   9609   font-family: 'Font Awesome 6 Brands';
   9610   font-weight: 400; }
   9611 
   9612 .fa.fa-cc-amex {
   9613   font-family: 'Font Awesome 6 Brands';
   9614   font-weight: 400; }
   9615 
   9616 .fa.fa-cc-paypal {
   9617   font-family: 'Font Awesome 6 Brands';
   9618   font-weight: 400; }
   9619 
   9620 .fa.fa-cc-stripe {
   9621   font-family: 'Font Awesome 6 Brands';
   9622   font-weight: 400; }
   9623 
   9624 .fa.fa-bell-slash-o {
   9625   font-family: 'Font Awesome 6 Free';
   9626   font-weight: 400; }
   9627 
   9628 .fa.fa-bell-slash-o {
   9629   --fa: "\f1f6"; }
   9630 
   9631 .fa.fa-trash {
   9632   --fa: "\f2ed"; }
   9633 
   9634 .fa.fa-copyright {
   9635   font-family: 'Font Awesome 6 Free';
   9636   font-weight: 400; }
   9637 
   9638 .fa.fa-eyedropper {
   9639   --fa: "\f1fb"; }
   9640 
   9641 .fa.fa-area-chart {
   9642   --fa: "\f1fe"; }
   9643 
   9644 .fa.fa-pie-chart {
   9645   --fa: "\f200"; }
   9646 
   9647 .fa.fa-line-chart {
   9648   --fa: "\f201"; }
   9649 
   9650 .fa.fa-lastfm {
   9651   font-family: 'Font Awesome 6 Brands';
   9652   font-weight: 400; }
   9653 
   9654 .fa.fa-lastfm-square {
   9655   font-family: 'Font Awesome 6 Brands';
   9656   font-weight: 400; }
   9657 
   9658 .fa.fa-lastfm-square {
   9659   --fa: "\f203"; }
   9660 
   9661 .fa.fa-ioxhost {
   9662   font-family: 'Font Awesome 6 Brands';
   9663   font-weight: 400; }
   9664 
   9665 .fa.fa-angellist {
   9666   font-family: 'Font Awesome 6 Brands';
   9667   font-weight: 400; }
   9668 
   9669 .fa.fa-cc {
   9670   font-family: 'Font Awesome 6 Free';
   9671   font-weight: 400; }
   9672 
   9673 .fa.fa-cc {
   9674   --fa: "\f20a"; }
   9675 
   9676 .fa.fa-ils {
   9677   --fa: "\f20b"; }
   9678 
   9679 .fa.fa-shekel {
   9680   --fa: "\f20b"; }
   9681 
   9682 .fa.fa-sheqel {
   9683   --fa: "\f20b"; }
   9684 
   9685 .fa.fa-buysellads {
   9686   font-family: 'Font Awesome 6 Brands';
   9687   font-weight: 400; }
   9688 
   9689 .fa.fa-connectdevelop {
   9690   font-family: 'Font Awesome 6 Brands';
   9691   font-weight: 400; }
   9692 
   9693 .fa.fa-dashcube {
   9694   font-family: 'Font Awesome 6 Brands';
   9695   font-weight: 400; }
   9696 
   9697 .fa.fa-forumbee {
   9698   font-family: 'Font Awesome 6 Brands';
   9699   font-weight: 400; }
   9700 
   9701 .fa.fa-leanpub {
   9702   font-family: 'Font Awesome 6 Brands';
   9703   font-weight: 400; }
   9704 
   9705 .fa.fa-sellsy {
   9706   font-family: 'Font Awesome 6 Brands';
   9707   font-weight: 400; }
   9708 
   9709 .fa.fa-shirtsinbulk {
   9710   font-family: 'Font Awesome 6 Brands';
   9711   font-weight: 400; }
   9712 
   9713 .fa.fa-simplybuilt {
   9714   font-family: 'Font Awesome 6 Brands';
   9715   font-weight: 400; }
   9716 
   9717 .fa.fa-skyatlas {
   9718   font-family: 'Font Awesome 6 Brands';
   9719   font-weight: 400; }
   9720 
   9721 .fa.fa-diamond {
   9722   font-family: 'Font Awesome 6 Free';
   9723   font-weight: 400; }
   9724 
   9725 .fa.fa-diamond {
   9726   --fa: "\f3a5"; }
   9727 
   9728 .fa.fa-transgender {
   9729   --fa: "\f224"; }
   9730 
   9731 .fa.fa-intersex {
   9732   --fa: "\f224"; }
   9733 
   9734 .fa.fa-transgender-alt {
   9735   --fa: "\f225"; }
   9736 
   9737 .fa.fa-facebook-official {
   9738   font-family: 'Font Awesome 6 Brands';
   9739   font-weight: 400; }
   9740 
   9741 .fa.fa-facebook-official {
   9742   --fa: "\f09a"; }
   9743 
   9744 .fa.fa-pinterest-p {
   9745   font-family: 'Font Awesome 6 Brands';
   9746   font-weight: 400; }
   9747 
   9748 .fa.fa-whatsapp {
   9749   font-family: 'Font Awesome 6 Brands';
   9750   font-weight: 400; }
   9751 
   9752 .fa.fa-hotel {
   9753   --fa: "\f236"; }
   9754 
   9755 .fa.fa-viacoin {
   9756   font-family: 'Font Awesome 6 Brands';
   9757   font-weight: 400; }
   9758 
   9759 .fa.fa-medium {
   9760   font-family: 'Font Awesome 6 Brands';
   9761   font-weight: 400; }
   9762 
   9763 .fa.fa-y-combinator {
   9764   font-family: 'Font Awesome 6 Brands';
   9765   font-weight: 400; }
   9766 
   9767 .fa.fa-yc {
   9768   font-family: 'Font Awesome 6 Brands';
   9769   font-weight: 400; }
   9770 
   9771 .fa.fa-yc {
   9772   --fa: "\f23b"; }
   9773 
   9774 .fa.fa-optin-monster {
   9775   font-family: 'Font Awesome 6 Brands';
   9776   font-weight: 400; }
   9777 
   9778 .fa.fa-opencart {
   9779   font-family: 'Font Awesome 6 Brands';
   9780   font-weight: 400; }
   9781 
   9782 .fa.fa-expeditedssl {
   9783   font-family: 'Font Awesome 6 Brands';
   9784   font-weight: 400; }
   9785 
   9786 .fa.fa-battery-4 {
   9787   --fa: "\f240"; }
   9788 
   9789 .fa.fa-battery {
   9790   --fa: "\f240"; }
   9791 
   9792 .fa.fa-battery-3 {
   9793   --fa: "\f241"; }
   9794 
   9795 .fa.fa-battery-2 {
   9796   --fa: "\f242"; }
   9797 
   9798 .fa.fa-battery-1 {
   9799   --fa: "\f243"; }
   9800 
   9801 .fa.fa-battery-0 {
   9802   --fa: "\f244"; }
   9803 
   9804 .fa.fa-object-group {
   9805   font-family: 'Font Awesome 6 Free';
   9806   font-weight: 400; }
   9807 
   9808 .fa.fa-object-ungroup {
   9809   font-family: 'Font Awesome 6 Free';
   9810   font-weight: 400; }
   9811 
   9812 .fa.fa-sticky-note-o {
   9813   font-family: 'Font Awesome 6 Free';
   9814   font-weight: 400; }
   9815 
   9816 .fa.fa-sticky-note-o {
   9817   --fa: "\f249"; }
   9818 
   9819 .fa.fa-cc-jcb {
   9820   font-family: 'Font Awesome 6 Brands';
   9821   font-weight: 400; }
   9822 
   9823 .fa.fa-cc-diners-club {
   9824   font-family: 'Font Awesome 6 Brands';
   9825   font-weight: 400; }
   9826 
   9827 .fa.fa-clone {
   9828   font-family: 'Font Awesome 6 Free';
   9829   font-weight: 400; }
   9830 
   9831 .fa.fa-hourglass-o {
   9832   --fa: "\f254"; }
   9833 
   9834 .fa.fa-hourglass-1 {
   9835   --fa: "\f251"; }
   9836 
   9837 .fa.fa-hourglass-2 {
   9838   --fa: "\f252"; }
   9839 
   9840 .fa.fa-hourglass-3 {
   9841   --fa: "\f253"; }
   9842 
   9843 .fa.fa-hand-rock-o {
   9844   font-family: 'Font Awesome 6 Free';
   9845   font-weight: 400; }
   9846 
   9847 .fa.fa-hand-rock-o {
   9848   --fa: "\f255"; }
   9849 
   9850 .fa.fa-hand-grab-o {
   9851   font-family: 'Font Awesome 6 Free';
   9852   font-weight: 400; }
   9853 
   9854 .fa.fa-hand-grab-o {
   9855   --fa: "\f255"; }
   9856 
   9857 .fa.fa-hand-paper-o {
   9858   font-family: 'Font Awesome 6 Free';
   9859   font-weight: 400; }
   9860 
   9861 .fa.fa-hand-paper-o {
   9862   --fa: "\f256"; }
   9863 
   9864 .fa.fa-hand-stop-o {
   9865   font-family: 'Font Awesome 6 Free';
   9866   font-weight: 400; }
   9867 
   9868 .fa.fa-hand-stop-o {
   9869   --fa: "\f256"; }
   9870 
   9871 .fa.fa-hand-scissors-o {
   9872   font-family: 'Font Awesome 6 Free';
   9873   font-weight: 400; }
   9874 
   9875 .fa.fa-hand-scissors-o {
   9876   --fa: "\f257"; }
   9877 
   9878 .fa.fa-hand-lizard-o {
   9879   font-family: 'Font Awesome 6 Free';
   9880   font-weight: 400; }
   9881 
   9882 .fa.fa-hand-lizard-o {
   9883   --fa: "\f258"; }
   9884 
   9885 .fa.fa-hand-spock-o {
   9886   font-family: 'Font Awesome 6 Free';
   9887   font-weight: 400; }
   9888 
   9889 .fa.fa-hand-spock-o {
   9890   --fa: "\f259"; }
   9891 
   9892 .fa.fa-hand-pointer-o {
   9893   font-family: 'Font Awesome 6 Free';
   9894   font-weight: 400; }
   9895 
   9896 .fa.fa-hand-pointer-o {
   9897   --fa: "\f25a"; }
   9898 
   9899 .fa.fa-hand-peace-o {
   9900   font-family: 'Font Awesome 6 Free';
   9901   font-weight: 400; }
   9902 
   9903 .fa.fa-hand-peace-o {
   9904   --fa: "\f25b"; }
   9905 
   9906 .fa.fa-registered {
   9907   font-family: 'Font Awesome 6 Free';
   9908   font-weight: 400; }
   9909 
   9910 .fa.fa-creative-commons {
   9911   font-family: 'Font Awesome 6 Brands';
   9912   font-weight: 400; }
   9913 
   9914 .fa.fa-gg {
   9915   font-family: 'Font Awesome 6 Brands';
   9916   font-weight: 400; }
   9917 
   9918 .fa.fa-gg-circle {
   9919   font-family: 'Font Awesome 6 Brands';
   9920   font-weight: 400; }
   9921 
   9922 .fa.fa-odnoklassniki {
   9923   font-family: 'Font Awesome 6 Brands';
   9924   font-weight: 400; }
   9925 
   9926 .fa.fa-odnoklassniki-square {
   9927   font-family: 'Font Awesome 6 Brands';
   9928   font-weight: 400; }
   9929 
   9930 .fa.fa-odnoklassniki-square {
   9931   --fa: "\f264"; }
   9932 
   9933 .fa.fa-get-pocket {
   9934   font-family: 'Font Awesome 6 Brands';
   9935   font-weight: 400; }
   9936 
   9937 .fa.fa-wikipedia-w {
   9938   font-family: 'Font Awesome 6 Brands';
   9939   font-weight: 400; }
   9940 
   9941 .fa.fa-safari {
   9942   font-family: 'Font Awesome 6 Brands';
   9943   font-weight: 400; }
   9944 
   9945 .fa.fa-chrome {
   9946   font-family: 'Font Awesome 6 Brands';
   9947   font-weight: 400; }
   9948 
   9949 .fa.fa-firefox {
   9950   font-family: 'Font Awesome 6 Brands';
   9951   font-weight: 400; }
   9952 
   9953 .fa.fa-opera {
   9954   font-family: 'Font Awesome 6 Brands';
   9955   font-weight: 400; }
   9956 
   9957 .fa.fa-internet-explorer {
   9958   font-family: 'Font Awesome 6 Brands';
   9959   font-weight: 400; }
   9960 
   9961 .fa.fa-television {
   9962   --fa: "\f26c"; }
   9963 
   9964 .fa.fa-contao {
   9965   font-family: 'Font Awesome 6 Brands';
   9966   font-weight: 400; }
   9967 
   9968 .fa.fa-500px {
   9969   font-family: 'Font Awesome 6 Brands';
   9970   font-weight: 400; }
   9971 
   9972 .fa.fa-amazon {
   9973   font-family: 'Font Awesome 6 Brands';
   9974   font-weight: 400; }
   9975 
   9976 .fa.fa-calendar-plus-o {
   9977   font-family: 'Font Awesome 6 Free';
   9978   font-weight: 400; }
   9979 
   9980 .fa.fa-calendar-plus-o {
   9981   --fa: "\f271"; }
   9982 
   9983 .fa.fa-calendar-minus-o {
   9984   font-family: 'Font Awesome 6 Free';
   9985   font-weight: 400; }
   9986 
   9987 .fa.fa-calendar-minus-o {
   9988   --fa: "\f272"; }
   9989 
   9990 .fa.fa-calendar-times-o {
   9991   font-family: 'Font Awesome 6 Free';
   9992   font-weight: 400; }
   9993 
   9994 .fa.fa-calendar-times-o {
   9995   --fa: "\f273"; }
   9996 
   9997 .fa.fa-calendar-check-o {
   9998   font-family: 'Font Awesome 6 Free';
   9999   font-weight: 400; }
  10000 
  10001 .fa.fa-calendar-check-o {
  10002   --fa: "\f274"; }
  10003 
  10004 .fa.fa-map-o {
  10005   font-family: 'Font Awesome 6 Free';
  10006   font-weight: 400; }
  10007 
  10008 .fa.fa-map-o {
  10009   --fa: "\f279"; }
  10010 
  10011 .fa.fa-commenting {
  10012   --fa: "\f4ad"; }
  10013 
  10014 .fa.fa-commenting-o {
  10015   font-family: 'Font Awesome 6 Free';
  10016   font-weight: 400; }
  10017 
  10018 .fa.fa-commenting-o {
  10019   --fa: "\f4ad"; }
  10020 
  10021 .fa.fa-houzz {
  10022   font-family: 'Font Awesome 6 Brands';
  10023   font-weight: 400; }
  10024 
  10025 .fa.fa-vimeo {
  10026   font-family: 'Font Awesome 6 Brands';
  10027   font-weight: 400; }
  10028 
  10029 .fa.fa-vimeo {
  10030   --fa: "\f27d"; }
  10031 
  10032 .fa.fa-black-tie {
  10033   font-family: 'Font Awesome 6 Brands';
  10034   font-weight: 400; }
  10035 
  10036 .fa.fa-fonticons {
  10037   font-family: 'Font Awesome 6 Brands';
  10038   font-weight: 400; }
  10039 
  10040 .fa.fa-reddit-alien {
  10041   font-family: 'Font Awesome 6 Brands';
  10042   font-weight: 400; }
  10043 
  10044 .fa.fa-edge {
  10045   font-family: 'Font Awesome 6 Brands';
  10046   font-weight: 400; }
  10047 
  10048 .fa.fa-credit-card-alt {
  10049   --fa: "\f09d"; }
  10050 
  10051 .fa.fa-codiepie {
  10052   font-family: 'Font Awesome 6 Brands';
  10053   font-weight: 400; }
  10054 
  10055 .fa.fa-modx {
  10056   font-family: 'Font Awesome 6 Brands';
  10057   font-weight: 400; }
  10058 
  10059 .fa.fa-fort-awesome {
  10060   font-family: 'Font Awesome 6 Brands';
  10061   font-weight: 400; }
  10062 
  10063 .fa.fa-usb {
  10064   font-family: 'Font Awesome 6 Brands';
  10065   font-weight: 400; }
  10066 
  10067 .fa.fa-product-hunt {
  10068   font-family: 'Font Awesome 6 Brands';
  10069   font-weight: 400; }
  10070 
  10071 .fa.fa-mixcloud {
  10072   font-family: 'Font Awesome 6 Brands';
  10073   font-weight: 400; }
  10074 
  10075 .fa.fa-scribd {
  10076   font-family: 'Font Awesome 6 Brands';
  10077   font-weight: 400; }
  10078 
  10079 .fa.fa-pause-circle-o {
  10080   font-family: 'Font Awesome 6 Free';
  10081   font-weight: 400; }
  10082 
  10083 .fa.fa-pause-circle-o {
  10084   --fa: "\f28b"; }
  10085 
  10086 .fa.fa-stop-circle-o {
  10087   font-family: 'Font Awesome 6 Free';
  10088   font-weight: 400; }
  10089 
  10090 .fa.fa-stop-circle-o {
  10091   --fa: "\f28d"; }
  10092 
  10093 .fa.fa-bluetooth {
  10094   font-family: 'Font Awesome 6 Brands';
  10095   font-weight: 400; }
  10096 
  10097 .fa.fa-bluetooth-b {
  10098   font-family: 'Font Awesome 6 Brands';
  10099   font-weight: 400; }
  10100 
  10101 .fa.fa-gitlab {
  10102   font-family: 'Font Awesome 6 Brands';
  10103   font-weight: 400; }
  10104 
  10105 .fa.fa-wpbeginner {
  10106   font-family: 'Font Awesome 6 Brands';
  10107   font-weight: 400; }
  10108 
  10109 .fa.fa-wpforms {
  10110   font-family: 'Font Awesome 6 Brands';
  10111   font-weight: 400; }
  10112 
  10113 .fa.fa-envira {
  10114   font-family: 'Font Awesome 6 Brands';
  10115   font-weight: 400; }
  10116 
  10117 .fa.fa-wheelchair-alt {
  10118   font-family: 'Font Awesome 6 Brands';
  10119   font-weight: 400; }
  10120 
  10121 .fa.fa-wheelchair-alt {
  10122   --fa: "\f368"; }
  10123 
  10124 .fa.fa-question-circle-o {
  10125   font-family: 'Font Awesome 6 Free';
  10126   font-weight: 400; }
  10127 
  10128 .fa.fa-question-circle-o {
  10129   --fa: "\f059"; }
  10130 
  10131 .fa.fa-volume-control-phone {
  10132   --fa: "\f2a0"; }
  10133 
  10134 .fa.fa-asl-interpreting {
  10135   --fa: "\f2a3"; }
  10136 
  10137 .fa.fa-deafness {
  10138   --fa: "\f2a4"; }
  10139 
  10140 .fa.fa-hard-of-hearing {
  10141   --fa: "\f2a4"; }
  10142 
  10143 .fa.fa-glide {
  10144   font-family: 'Font Awesome 6 Brands';
  10145   font-weight: 400; }
  10146 
  10147 .fa.fa-glide-g {
  10148   font-family: 'Font Awesome 6 Brands';
  10149   font-weight: 400; }
  10150 
  10151 .fa.fa-signing {
  10152   --fa: "\f2a7"; }
  10153 
  10154 .fa.fa-viadeo {
  10155   font-family: 'Font Awesome 6 Brands';
  10156   font-weight: 400; }
  10157 
  10158 .fa.fa-viadeo-square {
  10159   font-family: 'Font Awesome 6 Brands';
  10160   font-weight: 400; }
  10161 
  10162 .fa.fa-viadeo-square {
  10163   --fa: "\f2aa"; }
  10164 
  10165 .fa.fa-snapchat {
  10166   font-family: 'Font Awesome 6 Brands';
  10167   font-weight: 400; }
  10168 
  10169 .fa.fa-snapchat-ghost {
  10170   font-family: 'Font Awesome 6 Brands';
  10171   font-weight: 400; }
  10172 
  10173 .fa.fa-snapchat-ghost {
  10174   --fa: "\f2ab"; }
  10175 
  10176 .fa.fa-snapchat-square {
  10177   font-family: 'Font Awesome 6 Brands';
  10178   font-weight: 400; }
  10179 
  10180 .fa.fa-snapchat-square {
  10181   --fa: "\f2ad"; }
  10182 
  10183 .fa.fa-pied-piper {
  10184   font-family: 'Font Awesome 6 Brands';
  10185   font-weight: 400; }
  10186 
  10187 .fa.fa-first-order {
  10188   font-family: 'Font Awesome 6 Brands';
  10189   font-weight: 400; }
  10190 
  10191 .fa.fa-yoast {
  10192   font-family: 'Font Awesome 6 Brands';
  10193   font-weight: 400; }
  10194 
  10195 .fa.fa-themeisle {
  10196   font-family: 'Font Awesome 6 Brands';
  10197   font-weight: 400; }
  10198 
  10199 .fa.fa-google-plus-official {
  10200   font-family: 'Font Awesome 6 Brands';
  10201   font-weight: 400; }
  10202 
  10203 .fa.fa-google-plus-official {
  10204   --fa: "\f2b3"; }
  10205 
  10206 .fa.fa-google-plus-circle {
  10207   font-family: 'Font Awesome 6 Brands';
  10208   font-weight: 400; }
  10209 
  10210 .fa.fa-google-plus-circle {
  10211   --fa: "\f2b3"; }
  10212 
  10213 .fa.fa-font-awesome {
  10214   font-family: 'Font Awesome 6 Brands';
  10215   font-weight: 400; }
  10216 
  10217 .fa.fa-fa {
  10218   font-family: 'Font Awesome 6 Brands';
  10219   font-weight: 400; }
  10220 
  10221 .fa.fa-fa {
  10222   --fa: "\f2b4"; }
  10223 
  10224 .fa.fa-handshake-o {
  10225   font-family: 'Font Awesome 6 Free';
  10226   font-weight: 400; }
  10227 
  10228 .fa.fa-handshake-o {
  10229   --fa: "\f2b5"; }
  10230 
  10231 .fa.fa-envelope-open-o {
  10232   font-family: 'Font Awesome 6 Free';
  10233   font-weight: 400; }
  10234 
  10235 .fa.fa-envelope-open-o {
  10236   --fa: "\f2b6"; }
  10237 
  10238 .fa.fa-linode {
  10239   font-family: 'Font Awesome 6 Brands';
  10240   font-weight: 400; }
  10241 
  10242 .fa.fa-address-book-o {
  10243   font-family: 'Font Awesome 6 Free';
  10244   font-weight: 400; }
  10245 
  10246 .fa.fa-address-book-o {
  10247   --fa: "\f2b9"; }
  10248 
  10249 .fa.fa-vcard {
  10250   --fa: "\f2bb"; }
  10251 
  10252 .fa.fa-address-card-o {
  10253   font-family: 'Font Awesome 6 Free';
  10254   font-weight: 400; }
  10255 
  10256 .fa.fa-address-card-o {
  10257   --fa: "\f2bb"; }
  10258 
  10259 .fa.fa-vcard-o {
  10260   font-family: 'Font Awesome 6 Free';
  10261   font-weight: 400; }
  10262 
  10263 .fa.fa-vcard-o {
  10264   --fa: "\f2bb"; }
  10265 
  10266 .fa.fa-user-circle-o {
  10267   font-family: 'Font Awesome 6 Free';
  10268   font-weight: 400; }
  10269 
  10270 .fa.fa-user-circle-o {
  10271   --fa: "\f2bd"; }
  10272 
  10273 .fa.fa-user-o {
  10274   font-family: 'Font Awesome 6 Free';
  10275   font-weight: 400; }
  10276 
  10277 .fa.fa-user-o {
  10278   --fa: "\f007"; }
  10279 
  10280 .fa.fa-id-badge {
  10281   font-family: 'Font Awesome 6 Free';
  10282   font-weight: 400; }
  10283 
  10284 .fa.fa-drivers-license {
  10285   --fa: "\f2c2"; }
  10286 
  10287 .fa.fa-id-card-o {
  10288   font-family: 'Font Awesome 6 Free';
  10289   font-weight: 400; }
  10290 
  10291 .fa.fa-id-card-o {
  10292   --fa: "\f2c2"; }
  10293 
  10294 .fa.fa-drivers-license-o {
  10295   font-family: 'Font Awesome 6 Free';
  10296   font-weight: 400; }
  10297 
  10298 .fa.fa-drivers-license-o {
  10299   --fa: "\f2c2"; }
  10300 
  10301 .fa.fa-quora {
  10302   font-family: 'Font Awesome 6 Brands';
  10303   font-weight: 400; }
  10304 
  10305 .fa.fa-free-code-camp {
  10306   font-family: 'Font Awesome 6 Brands';
  10307   font-weight: 400; }
  10308 
  10309 .fa.fa-telegram {
  10310   font-family: 'Font Awesome 6 Brands';
  10311   font-weight: 400; }
  10312 
  10313 .fa.fa-thermometer-4 {
  10314   --fa: "\f2c7"; }
  10315 
  10316 .fa.fa-thermometer {
  10317   --fa: "\f2c7"; }
  10318 
  10319 .fa.fa-thermometer-3 {
  10320   --fa: "\f2c8"; }
  10321 
  10322 .fa.fa-thermometer-2 {
  10323   --fa: "\f2c9"; }
  10324 
  10325 .fa.fa-thermometer-1 {
  10326   --fa: "\f2ca"; }
  10327 
  10328 .fa.fa-thermometer-0 {
  10329   --fa: "\f2cb"; }
  10330 
  10331 .fa.fa-bathtub {
  10332   --fa: "\f2cd"; }
  10333 
  10334 .fa.fa-s15 {
  10335   --fa: "\f2cd"; }
  10336 
  10337 .fa.fa-window-maximize {
  10338   font-family: 'Font Awesome 6 Free';
  10339   font-weight: 400; }
  10340 
  10341 .fa.fa-window-restore {
  10342   font-family: 'Font Awesome 6 Free';
  10343   font-weight: 400; }
  10344 
  10345 .fa.fa-times-rectangle {
  10346   --fa: "\f410"; }
  10347 
  10348 .fa.fa-window-close-o {
  10349   font-family: 'Font Awesome 6 Free';
  10350   font-weight: 400; }
  10351 
  10352 .fa.fa-window-close-o {
  10353   --fa: "\f410"; }
  10354 
  10355 .fa.fa-times-rectangle-o {
  10356   font-family: 'Font Awesome 6 Free';
  10357   font-weight: 400; }
  10358 
  10359 .fa.fa-times-rectangle-o {
  10360   --fa: "\f410"; }
  10361 
  10362 .fa.fa-bandcamp {
  10363   font-family: 'Font Awesome 6 Brands';
  10364   font-weight: 400; }
  10365 
  10366 .fa.fa-grav {
  10367   font-family: 'Font Awesome 6 Brands';
  10368   font-weight: 400; }
  10369 
  10370 .fa.fa-etsy {
  10371   font-family: 'Font Awesome 6 Brands';
  10372   font-weight: 400; }
  10373 
  10374 .fa.fa-imdb {
  10375   font-family: 'Font Awesome 6 Brands';
  10376   font-weight: 400; }
  10377 
  10378 .fa.fa-ravelry {
  10379   font-family: 'Font Awesome 6 Brands';
  10380   font-weight: 400; }
  10381 
  10382 .fa.fa-eercast {
  10383   font-family: 'Font Awesome 6 Brands';
  10384   font-weight: 400; }
  10385 
  10386 .fa.fa-eercast {
  10387   --fa: "\f2da"; }
  10388 
  10389 .fa.fa-snowflake-o {
  10390   font-family: 'Font Awesome 6 Free';
  10391   font-weight: 400; }
  10392 
  10393 .fa.fa-snowflake-o {
  10394   --fa: "\f2dc"; }
  10395 
  10396 .fa.fa-superpowers {
  10397   font-family: 'Font Awesome 6 Brands';
  10398   font-weight: 400; }
  10399 
  10400 .fa.fa-wpexplorer {
  10401   font-family: 'Font Awesome 6 Brands';
  10402   font-weight: 400; }
  10403 
  10404 .fa.fa-meetup {
  10405   font-family: 'Font Awesome 6 Brands';
  10406   font-weight: 400; }
  10407 
  10408 *,
  10409 *:after,
  10410 *:before {
  10411   box-sizing: inherit; }
  10412 
  10413 html {
  10414   box-sizing: border-box;
  10415   font-size: 62.5%; }
  10416 
  10417 body {
  10418   color: #212121;
  10419   background-color: #fafafa;
  10420   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
  10421   font-size: 1.8em;
  10422   font-weight: 400;
  10423   line-height: 1.8em; }
  10424   @media only screen and (max-width: 768px) {
  10425     body {
  10426       font-size: 1.6em;
  10427       line-height: 1.6em; } }
  10428 iframe[src*="disqus"] {
  10429   color-scheme: light; }
  10430 
  10431 a {
  10432   font-weight: 500;
  10433   color: #1565c0;
  10434   text-decoration: none;
  10435   transition: all 0.25s ease-in; }
  10436   a:focus, a:hover {
  10437     text-decoration: underline; }
  10438 
  10439 p {
  10440   margin: 2rem 0 2rem 0; }
  10441   @media only screen and (max-width: 768px) {
  10442     p {
  10443       margin: 1.5rem 0 1.5rem 0; } }
  10444 h1,
  10445 h2,
  10446 h3,
  10447 h4,
  10448 h5,
  10449 h6 {
  10450   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
  10451   font-weight: 600;
  10452   color: #000;
  10453   margin: 4rem 0 2.5rem 0; }
  10454   h1:hover .heading-link,
  10455   h2:hover .heading-link,
  10456   h3:hover .heading-link,
  10457   h4:hover .heading-link,
  10458   h5:hover .heading-link,
  10459   h6:hover .heading-link {
  10460     visibility: visible; }
  10461   h1 .heading-link,
  10462   h2 .heading-link,
  10463   h3 .heading-link,
  10464   h4 .heading-link,
  10465   h5 .heading-link,
  10466   h6 .heading-link {
  10467     color: #1565c0;
  10468     font-weight: inherit;
  10469     text-decoration: none;
  10470     font-size: 80%;
  10471     visibility: hidden; }
  10472   h1 .title-link,
  10473   h2 .title-link,
  10474   h3 .title-link,
  10475   h4 .title-link,
  10476   h5 .title-link,
  10477   h6 .title-link {
  10478     color: inherit;
  10479     font-weight: inherit;
  10480     text-decoration: none; }
  10481 
  10482 h1 {
  10483   font-size: 3.2rem;
  10484   line-height: 3.6rem; }
  10485   @media only screen and (max-width: 768px) {
  10486     h1 {
  10487       font-size: 3rem;
  10488       line-height: 3.4rem; } }
  10489 h2 {
  10490   font-size: 2.8rem;
  10491   line-height: 3.2rem; }
  10492   @media only screen and (max-width: 768px) {
  10493     h2 {
  10494       font-size: 2.6rem;
  10495       line-height: 3rem; } }
  10496 h3 {
  10497   font-size: 2.4rem;
  10498   line-height: 2.8rem; }
  10499   @media only screen and (max-width: 768px) {
  10500     h3 {
  10501       font-size: 2.2rem;
  10502       line-height: 2.6rem; } }
  10503 h4 {
  10504   font-size: 2.2rem;
  10505   line-height: 2.6rem; }
  10506   @media only screen and (max-width: 768px) {
  10507     h4 {
  10508       font-size: 2rem;
  10509       line-height: 2.4rem; } }
  10510 h5 {
  10511   font-size: 2rem;
  10512   line-height: 2.4rem; }
  10513   @media only screen and (max-width: 768px) {
  10514     h5 {
  10515       font-size: 1.8rem;
  10516       line-height: 2.2rem; } }
  10517 h6 {
  10518   font-size: 1.8rem;
  10519   line-height: 2.2rem; }
  10520   @media only screen and (max-width: 768px) {
  10521     h6 {
  10522       font-size: 1.6rem;
  10523       line-height: 2rem; } }
  10524 b,
  10525 strong {
  10526   font-weight: 700; }
  10527 
  10528 .highlight div,
  10529 .highlight pre {
  10530   margin: 2rem 0 2rem;
  10531   padding: 1rem;
  10532   border-radius: 1rem;
  10533   overflow-x: auto; }
  10534 
  10535 pre {
  10536   display: block;
  10537   font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  10538   font-size: 1.6rem;
  10539   font-weight: 400;
  10540   line-height: 2.6rem;
  10541   overflow-x: auto;
  10542   margin: 2rem 0 2rem;
  10543   padding: 1rem;
  10544   border-radius: 1rem; }
  10545   pre code {
  10546     display: inline-block;
  10547     background-color: inherit;
  10548     color: inherit; }
  10549 
  10550 code {
  10551   font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  10552   font-size: 1.6rem;
  10553   font-weight: 400;
  10554   border-radius: 0.6rem;
  10555   padding: 0.3rem 0.6rem;
  10556   background-color: #ccc;
  10557   color: #212121; }
  10558   @media only screen and (max-width: 768px) {
  10559     code {
  10560       font-size: 1.5rem; } }
  10561 blockquote {
  10562   border-left: 2px solid #e0e0e0;
  10563   padding-left: 2rem;
  10564   line-height: 2.2rem;
  10565   font-weight: 400;
  10566   font-style: italic; }
  10567 
  10568 * {
  10569   -webkit-tap-highlight-color: transparent; }
  10570 
  10571 th,
  10572 td {
  10573   padding: 1.6rem; }
  10574 
  10575 table {
  10576   border-collapse: collapse; }
  10577 
  10578 table td,
  10579 table th {
  10580   border: 2px solid #000; }
  10581 
  10582 table tr:first-child th {
  10583   border-top: 0; }
  10584 
  10585 table tr:last-child td {
  10586   border-bottom: 0; }
  10587 
  10588 table tr td:first-child,
  10589 table tr th:first-child {
  10590   border-left: 0; }
  10591 
  10592 table tr td:last-child,
  10593 table tr th:last-child {
  10594   border-right: 0; }
  10595 
  10596 img {
  10597   max-width: 100%; }
  10598 
  10599 figure {
  10600   text-align: center; }
  10601 
  10602 .footnotes ol li p {
  10603   margin: 0; }
  10604 
  10605 .preload-transitions * {
  10606   -webkit-transition: none !important;
  10607   -moz-transition: none !important;
  10608   -ms-transition: none !important;
  10609   -o-transition: none !important;
  10610   transition: none !important; }
  10611 
  10612 .wrapper {
  10613   display: flex;
  10614   flex-direction: column;
  10615   min-height: 100vh;
  10616   width: 100%; }
  10617 
  10618 .container {
  10619   margin: 1rem auto;
  10620   max-width: 90rem;
  10621   width: 100%;
  10622   padding-left: 2rem;
  10623   padding-right: 2rem; }
  10624 
  10625 .fab {
  10626   font-weight: 400; }
  10627 
  10628 .fas {
  10629   font-weight: 700; }
  10630 
  10631 .float-right {
  10632   float: right; }
  10633 
  10634 .float-left {
  10635   float: left; }
  10636 
  10637 .fab {
  10638   font-weight: 400; }
  10639 
  10640 .fas {
  10641   font-weight: 900; }
  10642 
  10643 .content {
  10644   flex: 1;
  10645   display: flex;
  10646   margin-top: 1.6rem;
  10647   margin-bottom: 3.2rem; }
  10648   @media only screen and (max-width: 768px) {
  10649     .content {
  10650       margin-top: 1rem;
  10651       margin-bottom: 1.6rem; } }
  10652   .content header {
  10653     margin-top: 6.4rem;
  10654     margin-bottom: 3.2rem; }
  10655     .content header h1 {
  10656       font-size: 4.2rem;
  10657       line-height: 4.6rem;
  10658       margin: 0; }
  10659       @media only screen and (max-width: 768px) {
  10660         .content header h1 {
  10661           font-size: 4rem;
  10662           line-height: 4.4rem; } }
  10663   .content article a:where(.external-link):not(:has(img)):after {
  10664     content: "\f08e";
  10665     padding-left: 0.5em;
  10666     font-size: 0.75em;
  10667     display: inline; }
  10668   .content article details summary {
  10669     cursor: pointer; }
  10670   .content article footer {
  10671     margin-top: 4rem; }
  10672     .content article footer .see-also {
  10673       margin: 3.2rem 0; }
  10674       .content article footer .see-also h3 {
  10675         margin: 3.2rem 0; }
  10676   .content article p {
  10677     text-align: justify;
  10678     text-justify: auto;
  10679     -ms-hyphens: auto;
  10680     -webkit-hyphens: auto;
  10681     hyphens: auto; }
  10682   .content .post .post-title {
  10683     margin-bottom: 0.75em; }
  10684   .content .post .post-meta i {
  10685     text-align: center;
  10686     width: 1.6rem;
  10687     margin-left: 0;
  10688     margin-right: 0.5rem; }
  10689   .content .post .post-meta .date .posted-on {
  10690     margin-left: 0;
  10691     margin-right: 1.5rem; }
  10692   .content .post .post-meta .tags .tag {
  10693     display: inline-block;
  10694     padding: 0.3rem 0.6rem;
  10695     background-color: #e0e0e0;
  10696     border-radius: 0.6rem;
  10697     line-height: 1.5em; }
  10698     .content .post .post-meta .tags .tag a {
  10699       color: #212121; }
  10700     .content .post .post-meta .tags .tag a:active {
  10701       color: #212121; }
  10702   .content figure {
  10703     margin: 0;
  10704     padding: 0; }
  10705   .content figcaption p {
  10706     text-align: center;
  10707     font-style: italic;
  10708     font-size: 1.6rem;
  10709     margin: 0; }
  10710 
  10711 .avatar img {
  10712   width: 20rem;
  10713   height: auto;
  10714   border-radius: 50%; }
  10715   @media only screen and (max-width: 768px) {
  10716     .avatar img {
  10717       width: 17rem; } }
  10718 .list ul {
  10719   margin: 3.2rem 0 3.2rem 0;
  10720   list-style: none;
  10721   padding: 0; }
  10722   .list ul li {
  10723     font-size: 1.8rem; }
  10724     @media only screen and (max-width: 768px) {
  10725       .list ul li {
  10726         margin: 1.6rem 0 1.6rem 0; } }
  10727     .list ul li .date {
  10728       display: inline-block;
  10729       flex: 1;
  10730       width: 20rem;
  10731       text-align: right;
  10732       margin-right: 3rem; }
  10733       @media only screen and (max-width: 768px) {
  10734         .list ul li .date {
  10735           display: block;
  10736           text-align: left; } }
  10737     .list ul li .title {
  10738       font-size: 1.8rem;
  10739       flex: 2;
  10740       color: #212121;
  10741       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
  10742       font-weight: 700; }
  10743       .list ul li .title:hover, .list ul li .title:focus {
  10744         color: #1565c0; }
  10745 
  10746 @media only screen and (min-width: 768.1px) {
  10747   .list ul:not(.pagination) li {
  10748     display: flex; } }
  10749 
  10750 .centered {
  10751   display: flex;
  10752   align-items: center;
  10753   justify-content: center; }
  10754   .centered .about {
  10755     text-align: center; }
  10756     .centered .about h1 {
  10757       margin-top: 2rem;
  10758       margin-bottom: 0.5rem; }
  10759     .centered .about h2 {
  10760       margin-top: 1rem;
  10761       margin-bottom: 0.5rem;
  10762       font-size: 2.4rem; }
  10763       @media only screen and (max-width: 768px) {
  10764         .centered .about h2 {
  10765           font-size: 2rem; } }
  10766     .centered .about ul {
  10767       list-style: none;
  10768       margin: 3rem 0 1rem 0;
  10769       padding: 0;
  10770       cursor: pointer; }
  10771       .centered .about ul li {
  10772         display: inline-block;
  10773         position: relative; }
  10774         .centered .about ul li a {
  10775           color: #212121;
  10776           text-transform: uppercase;
  10777           margin-left: 1rem;
  10778           margin-right: 1rem;
  10779           font-size: 1.6rem; }
  10780           .centered .about ul li a:hover, .centered .about ul li a:focus {
  10781             color: #1565c0; }
  10782           @media only screen and (max-width: 768px) {
  10783             .centered .about ul li a {
  10784               font-size: 1.5rem; } }
  10785   .centered .error {
  10786     text-align: center; }
  10787     .centered .error h1 {
  10788       margin-top: 2rem;
  10789       margin-bottom: 0.5rem;
  10790       font-size: 4.6rem; }
  10791       @media only screen and (max-width: 768px) {
  10792         .centered .error h1 {
  10793           font-size: 3.2rem; } }
  10794     .centered .error h2 {
  10795       margin-top: 2rem;
  10796       margin-bottom: 3.2rem;
  10797       font-size: 3.2rem; }
  10798       @media only screen and (max-width: 768px) {
  10799         .centered .error h2 {
  10800           font-size: 2.8rem; } }
  10801 .notice {
  10802   border-radius: 0.2rem;
  10803   position: relative;
  10804   margin: 2rem 0;
  10805   padding: 0 0.75rem;
  10806   overflow: auto; }
  10807   .notice .notice-title {
  10808     position: relative;
  10809     font-weight: 700;
  10810     margin: 0 -0.75rem;
  10811     padding: 0.2rem 3.5rem;
  10812     border-bottom: 1px solid #fafafa; }
  10813     .notice .notice-title i {
  10814       position: absolute;
  10815       top: 50%;
  10816       left: 1.8rem;
  10817       transform: translate(-50%, -50%); }
  10818   .notice .notice-content {
  10819     display: block;
  10820     margin: 2rem 2rem; }
  10821 
  10822 .notice.note {
  10823   background-color: #7e57c21a; }
  10824   .notice.note .notice-title {
  10825     background-color: #673ab71a; }
  10826     .notice.note .notice-title i {
  10827       color: #5e35b1; }
  10828 
  10829 .notice.tip {
  10830   background-color: #26a69a1a; }
  10831   .notice.tip .notice-title {
  10832     background-color: #0096881a; }
  10833     .notice.tip .notice-title i {
  10834       color: #00897b; }
  10835 
  10836 .notice.example {
  10837   background-color: #8d6e631a; }
  10838   .notice.example .notice-title {
  10839     background-color: #7955481a; }
  10840     .notice.example .notice-title i {
  10841       color: #6d4c41; }
  10842 
  10843 .notice.question {
  10844   background-color: #9ccc651a; }
  10845   .notice.question .notice-title {
  10846     background-color: #8bc34a1a; }
  10847     .notice.question .notice-title i {
  10848       color: #7cb342; }
  10849 
  10850 .notice.info {
  10851   background-color: #42a5f51a; }
  10852   .notice.info .notice-title {
  10853     background-color: #2196f31a; }
  10854     .notice.info .notice-title i {
  10855       color: #1e88e5; }
  10856 
  10857 .notice.warning {
  10858   background-color: #ffca281a; }
  10859   .notice.warning .notice-title {
  10860     background-color: #ffc1071a; }
  10861     .notice.warning .notice-title i {
  10862       color: #ffb300; }
  10863 
  10864 .notice.error {
  10865   background-color: #ef53501a; }
  10866   .notice.error .notice-title {
  10867     background-color: #f443361a; }
  10868     .notice.error .notice-title i {
  10869       color: #e53935; }
  10870 
  10871 .navigation {
  10872   height: 6rem;
  10873   width: 100%; }
  10874   .navigation a,
  10875   .navigation span {
  10876     display: inline;
  10877     font-size: 1.7rem;
  10878     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
  10879     font-weight: 600;
  10880     color: #212121; }
  10881   .navigation a:hover, .navigation a:focus {
  10882     color: #1565c0; }
  10883   .navigation .navigation-title {
  10884     letter-spacing: 0.1rem;
  10885     text-transform: uppercase; }
  10886   .navigation .navigation-list {
  10887     float: right;
  10888     list-style: none;
  10889     margin-bottom: 0;
  10890     margin-top: 0; }
  10891     @media only screen and (max-width: 768px) {
  10892       .navigation .navigation-list {
  10893         position: relative;
  10894         top: 2rem;
  10895         right: 0;
  10896         z-index: 5;
  10897         visibility: hidden;
  10898         opacity: 0;
  10899         padding: 0;
  10900         max-height: 0;
  10901         width: 100%;
  10902         background-color: #fafafa;
  10903         border-top: solid 2px #e0e0e0;
  10904         border-bottom: solid 2px #e0e0e0;
  10905         transition: opacity 0.25s, max-height 0.15s linear; } }
  10906     .navigation .navigation-list .navigation-item {
  10907       float: left;
  10908       margin: 0;
  10909       position: relative; }
  10910       @media only screen and (max-width: 768px) {
  10911         .navigation .navigation-list .navigation-item {
  10912           float: none !important;
  10913           text-align: center; }
  10914           .navigation .navigation-list .navigation-item a,
  10915           .navigation .navigation-list .navigation-item span {
  10916             line-height: 5rem; } }
  10917       .navigation .navigation-list .navigation-item a,
  10918       .navigation .navigation-list .navigation-item span {
  10919         margin-left: 1rem;
  10920         margin-right: 1rem; }
  10921     @media only screen and (max-width: 768px) {
  10922       .navigation .navigation-list .separator {
  10923         display: none; } }
  10924     @media only screen and (max-width: 768px) {
  10925       .navigation .navigation-list .menu-separator {
  10926         border-top: 2px solid #212121;
  10927         margin: 0 8rem; }
  10928         .navigation .navigation-list .menu-separator span {
  10929           display: none; } }
  10930   .navigation #dark-mode-toggle {
  10931     margin: 1.7rem 0;
  10932     font-size: 2.4rem;
  10933     line-height: inherit;
  10934     bottom: 2rem;
  10935     left: 2rem;
  10936     z-index: 100;
  10937     position: fixed; }
  10938   .navigation #menu-toggle {
  10939     display: none; }
  10940     @media only screen and (max-width: 768px) {
  10941       .navigation #menu-toggle {
  10942         display: initial;
  10943         position: relative;
  10944         visibility: hidden; }
  10945         .navigation #menu-toggle:checked + label > i {
  10946           color: #e0e0e0; }
  10947         .navigation #menu-toggle:checked + label + ul {
  10948           visibility: visible;
  10949           opacity: 1;
  10950           max-height: 100rem; }
  10951         .navigation #menu-toggle:focus-visible + label {
  10952           outline-style: auto; } }
  10953   .navigation .menu-button {
  10954     display: none; }
  10955     @media only screen and (max-width: 768px) {
  10956       .navigation .menu-button {
  10957         position: relative;
  10958         display: block;
  10959         font-size: 2.4rem;
  10960         font-weight: 400; } }
  10961     .navigation .menu-button i:hover, .navigation .menu-button i:focus {
  10962       color: #000; }
  10963   .navigation i {
  10964     color: #212121;
  10965     cursor: pointer; }
  10966     .navigation i:hover, .navigation i:focus {
  10967       color: #1565c0; }
  10968 
  10969 .pagination {
  10970   display: flex;
  10971   justify-content: center;
  10972   margin-top: 6rem;
  10973   text-align: center;
  10974   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif; }
  10975   .pagination li {
  10976     display: inline;
  10977     text-align: center;
  10978     font-weight: 700;
  10979     padding: 0 5px 0 5px;
  10980     margin: 0;
  10981     text-align: center;
  10982     width: 2.2rem; }
  10983     .pagination li a {
  10984       font-weight: 300; }
  10985 
  10986 .tabs {
  10987   display: flex;
  10988   flex-wrap: wrap;
  10989   margin: 2rem 0 2rem 0;
  10990   position: relative; }
  10991   .tabs.tabs-left {
  10992     justify-content: flex-start; }
  10993     .tabs.tabs-left label.tab-label {
  10994       margin-right: 0.5rem; }
  10995     .tabs.tabs-left .tab-content {
  10996       border-radius: 0px 4px 4px 4px; }
  10997   .tabs.tabs-right {
  10998     justify-content: flex-end; }
  10999     .tabs.tabs-right label.tab-label {
  11000       margin-left: 0.5rem; }
  11001     .tabs.tabs-right .tab-content {
  11002       border-radius: 4px 0px 4px 4px; }
  11003   .tabs input.tab-input {
  11004     display: none; }
  11005   .tabs label.tab-label {
  11006     background-color: #e0e0e0;
  11007     border-color: #ccc;
  11008     border-radius: 4px 4px 0px 0px;
  11009     border-style: solid;
  11010     border-bottom-style: hidden;
  11011     border-width: 1px;
  11012     cursor: pointer;
  11013     display: inline-block;
  11014     order: 1;
  11015     padding: 0.3rem 0.6rem;
  11016     position: relative;
  11017     top: 1px;
  11018     user-select: none; }
  11019   .tabs input.tab-input:checked + label.tab-label {
  11020     background-color: #fafafa; }
  11021   .tabs .tab-content {
  11022     background-color: #fafafa;
  11023     border-color: #ccc;
  11024     border-style: solid;
  11025     border-width: 1px;
  11026     display: none;
  11027     order: 2;
  11028     padding: 1rem;
  11029     width: 100%; }
  11030   .tabs.tabs-code .tab-content {
  11031     padding: 0.5rem; }
  11032     .tabs.tabs-code .tab-content pre {
  11033       margin: 0; }
  11034 
  11035 .taxonomy li {
  11036   display: inline-block;
  11037   margin: 0.9rem; }
  11038 
  11039 .taxonomy .taxonomy-element {
  11040   display: block;
  11041   padding: 0.3rem 0.9rem;
  11042   background-color: #e0e0e0;
  11043   border-radius: 0.6rem; }
  11044   .taxonomy .taxonomy-element a {
  11045     color: #212121; }
  11046   .taxonomy .taxonomy-element a:active {
  11047     color: #212121; }
  11048 
  11049 .footer {
  11050   width: 100%;
  11051   text-align: center;
  11052   font-size: 1.6rem;
  11053   line-height: 2rem;
  11054   margin-bottom: 1rem; }
  11055   @media only screen and (max-width: 768px) {
  11056     .footer {
  11057       font-size: 1.5rem; } }
  11058   .footer a {
  11059     color: #1565c0; }
  11060 
  11061 .float-container {
  11062   bottom: 2rem;
  11063   right: 2rem;
  11064   z-index: 100;
  11065   position: fixed;
  11066   font-size: 1.6em; }
  11067   .float-container a {
  11068     position: relative;
  11069     display: inline-block;
  11070     width: 3rem;
  11071     height: 3rem;
  11072     font-size: 2rem;
  11073     color: #000;
  11074     background-color: #e0e0e0;
  11075     border-radius: 0.2rem;
  11076     opacity: 0.5;
  11077     transition: all 0.25s ease-in; }
  11078     .float-container a:hover, .float-container a:focus {
  11079       color: #1565c0;
  11080       opacity: 1; }
  11081       @media only screen and (max-width: 768px) {
  11082         .float-container a:hover, .float-container a:focus {
  11083           color: #000;
  11084           opacity: 0.5; } }
  11085     .float-container a i {
  11086       position: absolute;
  11087       top: 50%;
  11088       left: 50%;
  11089       transform: translate(-50%, -50%); }
  11090 
  11091 .mastodon-wrapper {
  11092   display: flex;
  11093   gap: 3rem;
  11094   flex-direction: row; }
  11095 
  11096 .comment-level {
  11097   max-width: 3rem;
  11098   min-width: 3rem; }
  11099 
  11100 .reply-original {
  11101   display: none; }
  11102 
  11103 .mastodon-comment {
  11104   background-color: var(--body-background);
  11105   border-radius: var(--card-border-radius);
  11106   padding: var(--card-padding);
  11107   margin-bottom: 1rem;
  11108   display: flex;
  11109   gap: 1rem;
  11110   flex-direction: column;
  11111   flex-grow: 2; }
  11112   .mastodon-comment .comment {
  11113     display: flex;
  11114     flex-direction: row;
  11115     gap: 1rem;
  11116     flex-wrap: true; }
  11117   .mastodon-comment .comment-avatar img {
  11118     width: 6rem; }
  11119   .mastodon-comment .content {
  11120     flex-grow: 2; }
  11121   .mastodon-comment .comment-author {
  11122     display: flex;
  11123     flex-direction: column; }
  11124     .mastodon-comment .comment-author-name {
  11125       font-weight: bold; }
  11126       .mastodon-comment .comment-author-name a {
  11127         display: flex;
  11128         align-items: center; }
  11129     .mastodon-comment .comment-author-date {
  11130       margin-left: auto; }
  11131   .mastodon-comment .disabled {
  11132     color: var(--accent-color); }
  11133 
  11134 .mastodon-comment-content p:first-child {
  11135   margin-top: 0; }
  11136 
  11137 .mastodon {
  11138   --dlg-bg: #282c37;
  11139   --dlg-w: 600px;
  11140   --dlg-color: #9baec8;
  11141   --dlg-button-p: 0.75em 2em;
  11142   --dlg-outline-c: #00D9F5; }
  11143 
  11144 /* Background */
  11145 .bg {
  11146   background-color: #ffffff; }
  11147 
  11148 /* PreWrapper */
  11149 .chroma {
  11150   background-color: #ffffff; }
  11151 
  11152 /* Other */
  11153 /* Error */
  11154 .chroma .err {
  11155   color: #a61717;
  11156   background-color: #e3d2d2; }
  11157 
  11158 /* CodeLine */
  11159 /* LineLink */
  11160 .chroma .lnlinks {
  11161   outline: none;
  11162   text-decoration: none;
  11163   color: inherit; }
  11164 
  11165 /* LineTableTD */
  11166 .chroma .lntd {
  11167   vertical-align: top;
  11168   padding: 0;
  11169   margin: 0;
  11170   border: 0; }
  11171 
  11172 /* LineTable */
  11173 .chroma .lntable {
  11174   border-spacing: 0;
  11175   padding: 0;
  11176   margin: 0;
  11177   border: 0; }
  11178 
  11179 /* LineHighlight */
  11180 .chroma .hl {
  11181   background-color: #ffffcc; }
  11182 
  11183 /* LineNumbersTable */
  11184 .chroma .lnt {
  11185   white-space: pre;
  11186   user-select: none;
  11187   margin-right: 0.4em;
  11188   padding: 0 0.4em 0 0.4em;
  11189   color: #7f7f7f; }
  11190 
  11191 /* LineNumbers */
  11192 .chroma .ln {
  11193   white-space: pre;
  11194   user-select: none;
  11195   margin-right: 0.4em;
  11196   padding: 0 0.4em 0 0.4em;
  11197   color: #7f7f7f; }
  11198 
  11199 /* Line */
  11200 .chroma .line {
  11201   display: flex; }
  11202 
  11203 /* Keyword */
  11204 .chroma .k {
  11205   color: #000000;
  11206   font-weight: bold; }
  11207 
  11208 /* KeywordConstant */
  11209 .chroma .kc {
  11210   color: #000000;
  11211   font-weight: bold; }
  11212 
  11213 /* KeywordDeclaration */
  11214 .chroma .kd {
  11215   color: #000000;
  11216   font-weight: bold; }
  11217 
  11218 /* KeywordNamespace */
  11219 .chroma .kn {
  11220   color: #000000;
  11221   font-weight: bold; }
  11222 
  11223 /* KeywordPseudo */
  11224 .chroma .kp {
  11225   color: #000000;
  11226   font-weight: bold; }
  11227 
  11228 /* KeywordReserved */
  11229 .chroma .kr {
  11230   color: #000000;
  11231   font-weight: bold; }
  11232 
  11233 /* KeywordType */
  11234 .chroma .kt {
  11235   color: #445588;
  11236   font-weight: bold; }
  11237 
  11238 /* Name */
  11239 /* NameAttribute */
  11240 .chroma .na {
  11241   color: #008080; }
  11242 
  11243 /* NameBuiltin */
  11244 .chroma .nb {
  11245   color: #0086b3; }
  11246 
  11247 /* NameBuiltinPseudo */
  11248 .chroma .bp {
  11249   color: #999999; }
  11250 
  11251 /* NameClass */
  11252 .chroma .nc {
  11253   color: #445588;
  11254   font-weight: bold; }
  11255 
  11256 /* NameConstant */
  11257 .chroma .no {
  11258   color: #008080; }
  11259 
  11260 /* NameDecorator */
  11261 .chroma .nd {
  11262   color: #3c5d5d;
  11263   font-weight: bold; }
  11264 
  11265 /* NameEntity */
  11266 .chroma .ni {
  11267   color: #800080; }
  11268 
  11269 /* NameException */
  11270 .chroma .ne {
  11271   color: #990000;
  11272   font-weight: bold; }
  11273 
  11274 /* NameFunction */
  11275 .chroma .nf {
  11276   color: #990000;
  11277   font-weight: bold; }
  11278 
  11279 /* NameFunctionMagic */
  11280 /* NameLabel */
  11281 .chroma .nl {
  11282   color: #990000;
  11283   font-weight: bold; }
  11284 
  11285 /* NameNamespace */
  11286 .chroma .nn {
  11287   color: #555555; }
  11288 
  11289 /* NameOther */
  11290 /* NameProperty */
  11291 /* NameTag */
  11292 .chroma .nt {
  11293   color: #000080; }
  11294 
  11295 /* NameVariable */
  11296 .chroma .nv {
  11297   color: #008080; }
  11298 
  11299 /* NameVariableClass */
  11300 .chroma .vc {
  11301   color: #008080; }
  11302 
  11303 /* NameVariableGlobal */
  11304 .chroma .vg {
  11305   color: #008080; }
  11306 
  11307 /* NameVariableInstance */
  11308 .chroma .vi {
  11309   color: #008080; }
  11310 
  11311 /* NameVariableMagic */
  11312 /* Literal */
  11313 /* LiteralDate */
  11314 /* LiteralString */
  11315 .chroma .s {
  11316   color: #dd1144; }
  11317 
  11318 /* LiteralStringAffix */
  11319 .chroma .sa {
  11320   color: #dd1144; }
  11321 
  11322 /* LiteralStringBacktick */
  11323 .chroma .sb {
  11324   color: #dd1144; }
  11325 
  11326 /* LiteralStringChar */
  11327 .chroma .sc {
  11328   color: #dd1144; }
  11329 
  11330 /* LiteralStringDelimiter */
  11331 .chroma .dl {
  11332   color: #dd1144; }
  11333 
  11334 /* LiteralStringDoc */
  11335 .chroma .sd {
  11336   color: #dd1144; }
  11337 
  11338 /* LiteralStringDouble */
  11339 .chroma .s2 {
  11340   color: #dd1144; }
  11341 
  11342 /* LiteralStringEscape */
  11343 .chroma .se {
  11344   color: #dd1144; }
  11345 
  11346 /* LiteralStringHeredoc */
  11347 .chroma .sh {
  11348   color: #dd1144; }
  11349 
  11350 /* LiteralStringInterpol */
  11351 .chroma .si {
  11352   color: #dd1144; }
  11353 
  11354 /* LiteralStringOther */
  11355 .chroma .sx {
  11356   color: #dd1144; }
  11357 
  11358 /* LiteralStringRegex */
  11359 .chroma .sr {
  11360   color: #009926; }
  11361 
  11362 /* LiteralStringSingle */
  11363 .chroma .s1 {
  11364   color: #dd1144; }
  11365 
  11366 /* LiteralStringSymbol */
  11367 .chroma .ss {
  11368   color: #990073; }
  11369 
  11370 /* LiteralNumber */
  11371 .chroma .m {
  11372   color: #009999; }
  11373 
  11374 /* LiteralNumberBin */
  11375 .chroma .mb {
  11376   color: #009999; }
  11377 
  11378 /* LiteralNumberFloat */
  11379 .chroma .mf {
  11380   color: #009999; }
  11381 
  11382 /* LiteralNumberHex */
  11383 .chroma .mh {
  11384   color: #009999; }
  11385 
  11386 /* LiteralNumberInteger */
  11387 .chroma .mi {
  11388   color: #009999; }
  11389 
  11390 /* LiteralNumberIntegerLong */
  11391 .chroma .il {
  11392   color: #009999; }
  11393 
  11394 /* LiteralNumberOct */
  11395 .chroma .mo {
  11396   color: #009999; }
  11397 
  11398 /* Operator */
  11399 .chroma .o {
  11400   color: #000000;
  11401   font-weight: bold; }
  11402 
  11403 /* OperatorWord */
  11404 .chroma .ow {
  11405   color: #000000;
  11406   font-weight: bold; }
  11407 
  11408 /* Punctuation */
  11409 /* Comment */
  11410 .chroma .c {
  11411   color: #999988;
  11412   font-style: italic; }
  11413 
  11414 /* CommentHashbang */
  11415 .chroma .ch {
  11416   color: #999988;
  11417   font-style: italic; }
  11418 
  11419 /* CommentMultiline */
  11420 .chroma .cm {
  11421   color: #999988;
  11422   font-style: italic; }
  11423 
  11424 /* CommentSingle */
  11425 .chroma .c1 {
  11426   color: #999988;
  11427   font-style: italic; }
  11428 
  11429 /* CommentSpecial */
  11430 .chroma .cs {
  11431   color: #999999;
  11432   font-weight: bold;
  11433   font-style: italic; }
  11434 
  11435 /* CommentPreproc */
  11436 .chroma .cp {
  11437   color: #999999;
  11438   font-weight: bold;
  11439   font-style: italic; }
  11440 
  11441 /* CommentPreprocFile */
  11442 .chroma .cpf {
  11443   color: #999999;
  11444   font-weight: bold;
  11445   font-style: italic; }
  11446 
  11447 /* Generic */
  11448 /* GenericDeleted */
  11449 .chroma .gd {
  11450   color: #000000;
  11451   background-color: #ffdddd; }
  11452 
  11453 /* GenericEmph */
  11454 .chroma .ge {
  11455   color: #000000;
  11456   font-style: italic; }
  11457 
  11458 /* GenericError */
  11459 .chroma .gr {
  11460   color: #aa0000; }
  11461 
  11462 /* GenericHeading */
  11463 .chroma .gh {
  11464   color: #999999; }
  11465 
  11466 /* GenericInserted */
  11467 .chroma .gi {
  11468   color: #000000;
  11469   background-color: #ddffdd; }
  11470 
  11471 /* GenericOutput */
  11472 .chroma .go {
  11473   color: #888888; }
  11474 
  11475 /* GenericPrompt */
  11476 .chroma .gp {
  11477   color: #555555; }
  11478 
  11479 /* GenericStrong */
  11480 .chroma .gs {
  11481   font-weight: bold; }
  11482 
  11483 /* GenericSubheading */
  11484 .chroma .gu {
  11485   color: #aaaaaa; }
  11486 
  11487 /* GenericTraceback */
  11488 .chroma .gt {
  11489   color: #aa0000; }
  11490 
  11491 /* GenericUnderline */
  11492 .chroma .gl {
  11493   text-decoration: underline; }
  11494 
  11495 /* TextWhitespace */
  11496 .chroma .w {
  11497   color: #bbbbbb; }
  11498 
  11499 /*# sourceMappingURL=coder.css.map */