hudini 0.19.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/README.md +1 -27
  2. package/dist/components/badge/badge.d.ts +94 -0
  3. package/dist/components/badge/badge.d.ts.map +1 -0
  4. package/dist/components/badge/badge.js +180 -0
  5. package/dist/components/badge/badge.js.map +1 -0
  6. package/dist/components/badge/badge.spec.d.ts +2 -0
  7. package/dist/components/badge/badge.spec.d.ts.map +1 -0
  8. package/dist/components/badge/badge.spec.js +195 -0
  9. package/dist/components/badge/badge.spec.js.map +1 -0
  10. package/dist/components/badge/index.d.ts +2 -0
  11. package/dist/components/badge/index.d.ts.map +1 -0
  12. package/dist/components/badge/index.js +2 -0
  13. package/dist/components/badge/index.js.map +1 -0
  14. package/dist/components/icon-button/icon-button.d.ts +2 -8
  15. package/dist/components/icon-button/icon-button.d.ts.map +1 -1
  16. package/dist/components/icon-button/icon-button.js +10 -86
  17. package/dist/components/icon-button/icon-button.js.map +1 -1
  18. package/dist/components/index.d.ts +1 -4
  19. package/dist/components/index.d.ts.map +1 -1
  20. package/dist/components/index.js +1 -4
  21. package/dist/components/index.js.map +1 -1
  22. package/dist/components/panel/panel.d.ts +8 -8
  23. package/dist/components/panel/panel.d.ts.map +1 -1
  24. package/dist/components/panel/panel.js +29 -30
  25. package/dist/components/panel/panel.js.map +1 -1
  26. package/dist/components/text/text.d.ts +21 -4
  27. package/dist/components/text/text.d.ts.map +1 -1
  28. package/dist/components/text/text.js +14 -14
  29. package/dist/components/text/text.js.map +1 -1
  30. package/dist/components/text-button/text-button.d.ts +9 -18
  31. package/dist/components/text-button/text-button.d.ts.map +1 -1
  32. package/dist/components/text-button/text-button.js +38 -81
  33. package/dist/components/text-button/text-button.js.map +1 -1
  34. package/dist/components/text-button/text-button.spec.js +55 -9
  35. package/dist/components/text-button/text-button.spec.js.map +1 -1
  36. package/dist/hudini.js +2842 -4529
  37. package/dist/hudini.min.js +1 -1
  38. package/dist/loaders/load-fonts.d.ts +29 -0
  39. package/dist/loaders/load-fonts.d.ts.map +1 -1
  40. package/dist/loaders/load-fonts.js +20 -1
  41. package/dist/loaders/load-fonts.js.map +1 -1
  42. package/dist/utils/button-style.d.ts +16 -0
  43. package/dist/utils/button-style.d.ts.map +1 -0
  44. package/dist/utils/button-style.js +35 -0
  45. package/dist/utils/button-style.js.map +1 -0
  46. package/dist/utils/index.d.ts +2 -0
  47. package/dist/utils/index.d.ts.map +1 -1
  48. package/dist/utils/index.js +2 -0
  49. package/dist/utils/index.js.map +1 -1
  50. package/dist/utils/number-to-rgb.d.ts +16 -0
  51. package/dist/utils/number-to-rgb.d.ts.map +1 -0
  52. package/dist/utils/number-to-rgb.js +20 -0
  53. package/dist/utils/number-to-rgb.js.map +1 -0
  54. package/package.json +2 -2
  55. package/dist/components/flat-icon-button/flat-icon-button.d.ts +0 -60
  56. package/dist/components/flat-icon-button/flat-icon-button.d.ts.map +0 -1
  57. package/dist/components/flat-icon-button/flat-icon-button.js +0 -279
  58. package/dist/components/flat-icon-button/flat-icon-button.js.map +0 -1
  59. package/dist/components/flat-icon-button/index.d.ts +0 -2
  60. package/dist/components/flat-icon-button/index.d.ts.map +0 -1
  61. package/dist/components/flat-icon-button/index.js +0 -2
  62. package/dist/components/flat-icon-button/index.js.map +0 -1
  63. package/dist/components/flat-section-header/flat-section-header.d.ts +0 -143
  64. package/dist/components/flat-section-header/flat-section-header.d.ts.map +0 -1
  65. package/dist/components/flat-section-header/flat-section-header.js +0 -275
  66. package/dist/components/flat-section-header/flat-section-header.js.map +0 -1
  67. package/dist/components/flat-section-header/flat-section-header.spec.d.ts +0 -2
  68. package/dist/components/flat-section-header/flat-section-header.spec.d.ts.map +0 -1
  69. package/dist/components/flat-section-header/flat-section-header.spec.js +0 -255
  70. package/dist/components/flat-section-header/flat-section-header.spec.js.map +0 -1
  71. package/dist/components/flat-section-header/index.d.ts +0 -2
  72. package/dist/components/flat-section-header/index.d.ts.map +0 -1
  73. package/dist/components/flat-section-header/index.js +0 -2
  74. package/dist/components/flat-section-header/index.js.map +0 -1
  75. package/dist/components/flat-text-button/flat-text-button.d.ts +0 -165
  76. package/dist/components/flat-text-button/flat-text-button.d.ts.map +0 -1
  77. package/dist/components/flat-text-button/flat-text-button.js +0 -325
  78. package/dist/components/flat-text-button/flat-text-button.js.map +0 -1
  79. package/dist/components/flat-text-button/flat-text-button.spec.d.ts +0 -2
  80. package/dist/components/flat-text-button/flat-text-button.spec.d.ts.map +0 -1
  81. package/dist/components/flat-text-button/flat-text-button.spec.js +0 -243
  82. package/dist/components/flat-text-button/flat-text-button.spec.js.map +0 -1
  83. package/dist/components/flat-text-button/index.d.ts +0 -2
  84. package/dist/components/flat-text-button/index.d.ts.map +0 -1
  85. package/dist/components/flat-text-button/index.js +0 -2
  86. package/dist/components/flat-text-button/index.js.map +0 -1
  87. package/dist/components/section-header/index.d.ts +0 -2
  88. package/dist/components/section-header/index.d.ts.map +0 -1
  89. package/dist/components/section-header/index.js +0 -2
  90. package/dist/components/section-header/index.js.map +0 -1
  91. package/dist/components/section-header/section-header.d.ts +0 -149
  92. package/dist/components/section-header/section-header.d.ts.map +0 -1
  93. package/dist/components/section-header/section-header.js +0 -292
  94. package/dist/components/section-header/section-header.js.map +0 -1
  95. package/dist/components/section-header/section-header.spec.d.ts +0 -2
  96. package/dist/components/section-header/section-header.spec.d.ts.map +0 -1
  97. package/dist/components/section-header/section-header.spec.js +0 -264
  98. package/dist/components/section-header/section-header.spec.js.map +0 -1
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("phaser")):"function"==typeof define&&define.amd?define(["exports","phaser"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Hudini={},e.Phaser)}(this,function(e,t){"use strict";var s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])},s(e,t)};function d(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function d(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(d.prototype=t.prototype,new d)}function o(e,t,s,d){return new(s||(s=Promise))(function(o,a){function c(e){try{r(d.next(e))}catch(e){a(e)}}function i(e){try{r(d.throw(e))}catch(e){a(e)}}function r(e){var t;e.done?o(e.value):(t=e.value,t instanceof s?t:new s(function(e){e(t)})).then(c,i)}r((d=d.apply(e,t||[])).next())})}function a(e,t){var s,d,o,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},c=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return c.next=i(0),c.throw=i(1),c.return=i(2),"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function i(i){return function(r){return function(i){if(s)throw new TypeError("Generator is already executing.");for(;c&&(c=0,i[0]&&(a=0)),a;)try{if(s=1,d&&(o=2&i[0]?d.return:i[0]?d.throw||((o=d.return)&&o.call(d),0):d.next)&&!(o=o.call(d,i[1])).done)return o;switch(d=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,d=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],d=0}finally{s=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,r])}}}"function"==typeof SuppressedError&&SuppressedError;const c=e=>{const t=e;if(e&&"object"==typeof e&&"list"in e&&Array.isArray(e.list)){if("number"==typeof t.displayWidth&&t.displayWidth>0)return t.displayWidth;if("number"==typeof t.width&&t.width>0)return t.width;const s=e;if("number"==typeof s.displayWidth&&s.displayWidth>0)return s.displayWidth;if("number"==typeof s.width&&s.width>0)return"number"==typeof s.scale&&s.scale>0?s.width/s.scale:s.width;let d=0;for(const e of s.list){const t=c(e);d=Math.max(d,t)}return d}if("number"==typeof t.displayWidth)return t.displayWidth;if("number"==typeof t.width)return t.width;const s=t.getBounds?.();return s?s.width:0},i=e=>{const t=e;if(e&&"object"==typeof e&&"list"in e&&Array.isArray(e.list)){if("number"==typeof t.displayHeight&&t.displayHeight>0)return t.displayHeight;if("number"==typeof t.height&&t.height>0)return t.height;const s=e;if("number"==typeof s.displayHeight&&s.displayHeight>0)return s.displayHeight;if("number"==typeof s.height&&s.height>0)return"number"==typeof s.scale&&s.scale>0?s.height/s.scale:s.height;let d=0;for(const e of s.list){const t=i(e);d=Math.max(d,t)}return d}if("number"==typeof t.displayHeight)return t.displayHeight;if("number"==typeof t.height)return t.height;const s=t.getBounds?.();return s?s.height:0},r=e=>{const t=c(e),s=i(e),d=e;let o="number"==typeof d.originX?d.originX:void 0,a="number"==typeof d.originY?d.originY:void 0;return void 0===o&&"number"==typeof d.displayOriginX&&t>0&&(o=d.displayOriginX/t),void 0===a&&"number"==typeof d.displayOriginY&&s>0&&(a=d.displayOriginY/s),{x:o??.5,y:a??.5}};class l extends t.GameObjects.Container{gap;align;verticalOrigin;constructor({scene:e,x:t,y:s,gap:d=8,align:o="center",children:a=[],verticalOrigin:c="center"}){super(e,t,s),this.gap=d,this.align=o,this.verticalOrigin=c,a.length>0&&this.add(a),this.layout()}setGap(e){this.gap=e,this.layout()}setAlign(e){this.align=e,this.layout()}addChild(e,t=!0){return this.add(e),t&&this.layout(),this}addChildren(e,t=!0){return e.length>0&&this.add(e),t&&this.layout(),this}layout(){const e=this.list;if(0===e.length)return void this.setSize(0,0);const t=e.map(e=>({child:e,width:this.getDisplayWidth(e),height:this.getDisplayHeight(e),origin:this.getNormalizedOrigin(e)})),s=t.reduce((e,t)=>Math.max(e,t.width),0),d=t.reduce((e,t)=>e+t.height,0)+this.gap*(t.length-1);let o="top"===this.verticalOrigin?0:"center"===this.verticalOrigin?-d/2:-d;for(const{child:e,width:d,height:a,origin:c}of t){let t=0;t="left"===this.align?-s/2+c.x*d:"right"===this.align?s/2-(1-c.x)*d:(c.x-.5)*d;const i=o+c.y*a;e.setPosition(t,i),o+=a+this.gap}this.setSize(s,d)}getDisplayWidth(e){return c(e)}getDisplayHeight(e){return i(e)}getNormalizedOrigin(e){return r(e)}}class n extends t.GameObjects.Container{gap;align;horizontalOrigin;constructor({scene:e,x:t,y:s,gap:d=8,align:o="center",children:a=[],horizontalOrigin:c="center"}){super(e,t,s),this.gap=d,this.align=o,this.horizontalOrigin=c,a.length>0&&this.add(a),this.layout()}setGap(e){this.gap=e,this.layout()}setAlign(e){this.align=e,this.layout()}addChild(e,t=!0){return this.add(e),t&&this.layout(),this}addChildren(e,t=!0){return e.length>0&&this.add(e),t&&this.layout(),this}layout(){const e=this.list;if(0===e.length)return void this.setSize(0,0);const t=e.map(e=>({child:e,width:this.getDisplayWidth(e),height:this.getDisplayHeight(e),origin:this.getNormalizedOrigin(e)})),s=t.reduce((e,t)=>Math.max(e,t.height),0),d=t.reduce((e,t)=>e+t.width,0)+this.gap*(t.length-1);let o="left"===this.horizontalOrigin?0:"center"===this.horizontalOrigin?-d/2:-d;for(const{child:e,width:d,height:a,origin:c}of t){let t=0;t="top"===this.align?-s/2+c.y*a:"bottom"===this.align?s/2-(1-c.y)*a:(c.y-.5)*a;const i=o+c.x*d;e.setPosition(i,t),o+=d+this.gap}this.setSize(d,s)}getDisplayWidth(e){return c(e)}getDisplayHeight(e){return i(e)}getNormalizedOrigin(e){return r(e)}}const h=e=>null!==e&&"object"==typeof e&&!Array.isArray(e)&&"[object Object]"===Object.prototype.toString.call(e),p=e=>{if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(e=>p(e));if(h(e)){const t={};for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=p(e[s]));return t}return e},y=(e,...t)=>{if(!h(e))return e;let s=p(e);for(const e of t){if(!h(e))continue;const t=p(e);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)){const d=t[e],o=s[e];h(d)&&h(o)?s[e]=y(o,d):void 0!==d&&(s[e]=d)}}return s},f=e=>{if("string"!=typeof e)return!1;const t=e.trim();return!!/^#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})$/.test(t)||(!!/^rgb\(\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*\)$/.test(t)||(!!/^rgba\(\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*,\s*([01]|0?\.\d+)\s*\)$/.test(t)||!!/^oklch\(\s*(\d*\.?\d+%?)\s+(\d*\.?\d+)\s+(\d*\.?\d+)(?:\s*\/\s*([01]|0?\.\d+))?\s*\)$/.test(t)))},x={black:"#000",white:"#fff",slate:{50:"rgb(248, 250, 252)",100:"rgb(241, 245, 249)",200:"rgb(226, 232, 240)",300:"rgb(203, 213, 225)",400:"rgb(148, 163, 184)",500:"rgb(100, 116, 139)",600:"rgb(71, 85, 105)",700:"rgb(51, 65, 85)",800:"rgb(30, 41, 59)",900:"rgb(15, 23, 42)",950:"rgb(2, 6, 23)"},gray:{50:"rgb(249, 250, 251)",100:"rgb(243, 244, 246)",200:"rgb(229, 231, 235)",300:"rgb(209, 213, 219)",400:"rgb(156, 163, 175)",500:"rgb(107, 114, 128)",600:"rgb(75, 85, 99)",700:"rgb(55, 65, 81)",800:"rgb(31, 41, 55)",900:"rgb(17, 24, 39)",950:"rgb(3, 7, 18)"},zinc:{50:"rgb(250, 250, 250)",100:"rgb(244, 244, 245)",200:"rgb(228, 228, 231)",300:"rgb(212, 212, 216)",400:"rgb(161, 161, 170)",500:"rgb(113, 113, 122)",600:"rgb(82, 82, 91)",700:"rgb(63, 63, 70)",800:"rgb(39, 39, 42)",900:"rgb(24, 24, 27)",950:"rgb(9, 9, 11)"},neutral:{50:"rgb(250, 250, 250)",100:"rgb(245, 245, 245)",200:"rgb(229, 229, 229)",300:"rgb(212, 212, 212)",400:"rgb(163, 163, 163)",500:"rgb(115, 115, 115)",600:"rgb(82, 82, 82)",700:"rgb(64, 64, 64)",800:"rgb(38, 38, 38)",900:"rgb(23, 23, 23)",950:"rgb(10, 10, 10)"},stone:{50:"rgb(250, 250, 249)",100:"rgb(245, 245, 244)",200:"rgb(231, 229, 228)",300:"rgb(214, 211, 209)",400:"rgb(168, 162, 158)",500:"rgb(120, 113, 108)",600:"rgb(87, 83, 78)",700:"rgb(68, 64, 60)",800:"rgb(41, 37, 36)",900:"rgb(28, 25, 23)",950:"rgb(12, 10, 9)"},red:{50:"rgb(254, 242, 242)",100:"rgb(254, 226, 226)",200:"rgb(254, 202, 202)",300:"rgb(252, 165, 165)",400:"rgb(248, 113, 113)",500:"rgb(239, 68, 68)",600:"rgb(220, 38, 38)",700:"rgb(185, 28, 28)",800:"rgb(153, 27, 27)",900:"rgb(127, 29, 29)",950:"rgb(69, 10, 10)"},orange:{50:"rgb(255, 247, 237)",100:"rgb(255, 237, 213)",200:"rgb(254, 215, 170)",300:"rgb(253, 186, 116)",400:"rgb(251, 146, 60)",500:"rgb(249, 115, 22)",600:"rgb(234, 88, 12)",700:"rgb(194, 65, 12)",800:"rgb(154, 52, 18)",900:"rgb(124, 45, 18)",950:"rgb(67, 20, 7)"},amber:{50:"rgb(255, 251, 235)",100:"rgb(254, 243, 199)",200:"rgb(253, 230, 138)",300:"rgb(252, 211, 77)",400:"rgb(251, 191, 36)",500:"rgb(245, 158, 11)",600:"rgb(217, 119, 6)",700:"rgb(180, 83, 9)",800:"rgb(146, 64, 14)",900:"rgb(120, 53, 15)",950:"rgb(69, 26, 3)"},yellow:{50:"rgb(254, 252, 232)",100:"rgb(254, 249, 195)",200:"rgb(254, 240, 138)",300:"rgb(253, 224, 71)",400:"rgb(250, 204, 21)",500:"rgb(234, 179, 8)",600:"rgb(202, 138, 4)",700:"rgb(161, 98, 7)",800:"rgb(133, 77, 14)",900:"rgb(113, 63, 18)",950:"rgb(66, 32, 6)"},lime:{50:"rgb(247, 254, 231)",100:"rgb(236, 252, 203)",200:"rgb(217, 249, 157)",300:"rgb(190, 242, 100)",400:"rgb(163, 230, 53)",500:"rgb(132, 204, 22)",600:"rgb(101, 163, 13)",700:"rgb(77, 124, 15)",800:"rgb(63, 98, 18)",900:"rgb(54, 83, 20)",950:"rgb(26, 46, 5)"},green:{50:"rgb(240, 253, 244)",100:"rgb(220, 252, 231)",200:"rgb(187, 247, 208)",300:"rgb(134, 239, 172)",400:"rgb(74, 222, 128)",500:"rgb(34, 197, 94)",600:"rgb(22, 163, 74)",700:"rgb(21, 128, 61)",800:"rgb(22, 101, 52)",900:"rgb(20, 83, 45)",950:"rgb(5, 46, 22)"},emerald:{50:"rgb(236, 253, 245)",100:"rgb(209, 250, 229)",200:"rgb(167, 243, 208)",300:"rgb(110, 231, 183)",400:"rgb(52, 211, 153)",500:"rgb(16, 185, 129)",600:"rgb(5, 150, 105)",700:"rgb(4, 120, 87)",800:"rgb(6, 95, 70)",900:"rgb(6, 78, 59)",950:"rgb(2, 44, 34)"},teal:{50:"rgb(240, 253, 250)",100:"rgb(204, 251, 241)",200:"rgb(153, 246, 228)",300:"rgb(94, 234, 212)",400:"rgb(45, 212, 191)",500:"rgb(20, 184, 166)",600:"rgb(13, 148, 136)",700:"rgb(15, 118, 110)",800:"rgb(17, 94, 89)",900:"rgb(19, 78, 74)",950:"rgb(4, 47, 46)"},cyan:{50:"rgb(236, 254, 255)",100:"rgb(207, 250, 254)",200:"rgb(165, 243, 252)",300:"rgb(103, 232, 249)",400:"rgb(34, 211, 238)",500:"rgb(6, 182, 212)",600:"rgb(8, 145, 178)",700:"rgb(14, 116, 144)",800:"rgb(21, 94, 117)",900:"rgb(22, 78, 99)",950:"rgb(8, 51, 68)"},sky:{50:"rgb(240, 249, 255)",100:"rgb(224, 242, 254)",200:"rgb(186, 230, 253)",300:"rgb(125, 211, 252)",400:"rgb(56, 189, 248)",500:"rgb(14, 165, 233)",600:"rgb(2, 132, 199)",700:"rgb(3, 105, 161)",800:"rgb(7, 89, 133)",900:"rgb(12, 74, 110)",950:"rgb(8, 47, 73)"},blue:{50:"rgb(239, 246, 255)",100:"rgb(219, 234, 254)",200:"rgb(191, 219, 254)",300:"rgb(147, 197, 253)",400:"rgb(96, 165, 250)",500:"rgb(59, 130, 246)",600:"rgb(37, 99, 235)",700:"rgb(29, 78, 216)",800:"rgb(30, 64, 175)",900:"rgb(30, 58, 138)",950:"rgb(23, 37, 84)"},indigo:{50:"rgb(238, 242, 255)",100:"rgb(224, 231, 255)",200:"rgb(199, 210, 254)",300:"rgb(165, 180, 252)",400:"rgb(129, 140, 248)",500:"rgb(99, 102, 241)",600:"rgb(79, 70, 229)",700:"rgb(67, 56, 202)",800:"rgb(55, 48, 163)",900:"rgb(49, 46, 129)",950:"rgb(30, 27, 75)"},violet:{50:"rgb(245, 243, 255)",100:"rgb(237, 233, 254)",200:"rgb(221, 214, 254)",300:"rgb(196, 181, 253)",400:"rgb(167, 139, 250)",500:"rgb(139, 92, 246)",600:"rgb(124, 58, 237)",700:"rgb(109, 40, 217)",800:"rgb(91, 33, 182)",900:"rgb(76, 29, 149)",950:"rgb(46, 16, 101)"},purple:{50:"rgb(250, 245, 255)",100:"rgb(243, 232, 255)",200:"rgb(233, 213, 255)",300:"rgb(216, 180, 254)",400:"rgb(192, 132, 252)",500:"rgb(168, 85, 247)",600:"rgb(147, 51, 234)",700:"rgb(126, 34, 206)",800:"rgb(107, 33, 168)",900:"rgb(88, 28, 135)",950:"rgb(59, 7, 100)"},fuchsia:{50:"rgb(253, 244, 255)",100:"rgb(250, 232, 255)",200:"rgb(245, 208, 254)",300:"rgb(240, 171, 252)",400:"rgb(232, 121, 249)",500:"rgb(217, 70, 239)",600:"rgb(192, 38, 211)",700:"rgb(162, 28, 175)",800:"rgb(134, 25, 143)",900:"rgb(112, 26, 117)",950:"rgb(74, 4, 78)"},pink:{50:"rgb(253, 242, 248)",100:"rgb(252, 231, 243)",200:"rgb(251, 207, 232)",300:"rgb(249, 168, 212)",400:"rgb(244, 114, 182)",500:"rgb(236, 72, 153)",600:"rgb(219, 39, 119)",700:"rgb(190, 24, 93)",800:"rgb(157, 23, 77)",900:"rgb(131, 24, 67)",950:"rgb(80, 7, 36)"},rose:{50:"rgb(255, 241, 242)",100:"rgb(255, 228, 230)",200:"rgb(254, 205, 211)",300:"rgb(253, 164, 175)",400:"rgb(251, 113, 133)",500:"rgb(244, 63, 94)",600:"rgb(225, 29, 72)",700:"rgb(190, 18, 60)",800:"rgb(159, 18, 57)",900:"rgb(136, 19, 55)",950:"rgb(76, 5, 25)"}},u=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/,S=e=>e.startsWith("#")?(e=>{const t=e.slice(1);if(3===t.length)return(parseInt(t[0]+t[0],16)<<16)+(parseInt(t[1]+t[1],16)<<8)+parseInt(t[2]+t[2],16);return parseInt(t,16)})(e):(e=>{const t=e.match(u);if(!t)throw new Error(`Invalid RGB format: ${e}`);return(parseInt(t[1])<<16)+(parseInt(t[2])<<8)+parseInt(t[3])})(e),C=e=>{const t=t=>e&&t in e?e[t]:null,s=e=>"string"==typeof e&&!String(e).includes("-")&&e in x&&"black"!==e&&"white"!==e?`${e}-500`:e,d=e=>{if("string"==typeof e&&f(e))return e;const o=t(e);if(o)return d(o);const a=s(e),c=a?.split("-")??[];if(2===c.length){const e=c[0],t=c[1],s=x[e]?.[t];if(!s){if(f(a))return a;throw new Error(`Color token "${e}-${t}" not found`)}return s}const i=x[a];if(!i){if(f(a))return a;throw new Error(`Color token "${a}" not found`)}return i},o=e=>{if("string"==typeof e&&f(e))return S(e);const d=t(e);if(d)return o(d);const a=s(e),c=a?.split("-")??[];if(2===c.length){const e=c[0],t=c[1],s=x[e]?.[t];if(!s){if(f(a))return S(a);throw new Error(`Color token "${e}-${t}" not found`)}return S(s)}const i=x[a];if(f(i))return S(i);throw new Error(`Color token "${a}" not found`)};return{rgb:d,hex:o,isValidColorToken:e=>{if("black"===e||"white"===e)return!0;const t=e.split("-");if(2===t.length){const e=t[0],s=t[1];return e in x&&s in x[e]}return!1},black:()=>d("black"),white:()=>d("white"),slate:e=>d(`slate-${e}`),gray:e=>d(`gray-${e}`),zinc:e=>d(`zinc-${e}`),neutral:e=>d(`neutral-${e}`),stone:e=>d(`stone-${e}`),red:e=>d(`red-${e}`),orange:e=>d(`orange-${e}`),amber:e=>d(`amber-${e}`),yellow:e=>d(`yellow-${e}`),lime:e=>d(`lime-${e}`),green:e=>d(`green-${e}`),emerald:e=>d(`emerald-${e}`),teal:e=>d(`teal-${e}`),cyan:e=>d(`cyan-${e}`),sky:e=>d(`sky-${e}`),blue:e=>d(`blue-${e}`),indigo:e=>d(`indigo-${e}`),violet:e=>d(`violet-${e}`),purple:e=>d(`purple-${e}`),fuchsia:e=>d(`fuchsia-${e}`),pink:e=>d(`pink-${e}`),rose:e=>d(`rose-${e}`),blackHex:()=>o("black"),whiteHex:()=>o("white"),slateHex:e=>o(`slate-${e}`),grayHex:e=>o(`gray-${e}`),zincHex:e=>o(`zinc-${e}`),neutralHex:e=>o(`neutral-${e}`),stoneHex:e=>o(`stone-${e}`),redHex:e=>o(`red-${e}`),orangeHex:e=>o(`orange-${e}`),amberHex:e=>o(`amber-${e}`),yellowHex:e=>o(`yellow-${e}`),limeHex:e=>o(`lime-${e}`),greenHex:e=>o(`green-${e}`),emeraldHex:e=>o(`emerald-${e}`),tealHex:e=>o(`teal-${e}`),cyanHex:e=>o(`cyan-${e}`),skyHex:e=>o(`sky-${e}`),blueHex:e=>o(`blue-${e}`),indigoHex:e=>o(`indigo-${e}`),violetHex:e=>o(`violet-${e}`),purpleHex:e=>o(`purple-${e}`),fuchsiaHex:e=>o(`fuchsia-${e}`),pinkHex:e=>o(`pink-${e}`),roseHex:e=>o(`rose-${e}`)}},g=C({}),b={xs:12,sm:14,base:16,lg:18,xl:20,"2xl":24,"3xl":30,"4xl":36,"5xl":48,"6xl":60,"7xl":72,"8xl":96,"9xl":128},m=e=>{const t={...b,...e};return{px:e=>{const s=t[e];return"number"==typeof s?s:0},rem:e=>{const s=t[e];return"number"==typeof s?s/16:0},css:e=>{const s=t[e];return"number"==typeof s?`${s}px`:"0px"}}},w=m(void 0),k={primary:"Inter, system-ui, sans-serif",secondary:"Roboto, Arial, sans-serif",monospace:"Fira Code, Consolas, monospace",display:"Poppins, Inter, sans-serif"},v=(e,t)=>{const s={...k,...e},d=m(t),o=e=>{if(e.includes(".")){const[,t]=e.split(".");if(t&&"string"==typeof s[t])return s[t]}return"string"==typeof s[e]?s[e]:e};return{size:e=>d.px(e)??0,format:({size:e,family:t})=>`${d.px(e)??0}px '${o(t)}'`,family:e=>o(e),getAvailableFonts:()=>Array.from(new Set([...Object.keys(k),...Object.keys(s)]))}},B={0:0,5:.05,10:.1,15:.15,20:.2,25:.25,30:.3,35:.35,40:.4,45:.45,50:.5,55:.55,60:.6,65:.65,70:.7,75:.75,80:.8,85:.85,90:.9,95:.95,100:1},T=e=>{const t={...B,...e},s=e=>"number"==typeof t[e]?t[e]:0;return{value:e=>s(e),percent:e=>100*s(e),css:e=>100*s(e)+"%"}},P=T(void 0),z={none:0,sm:2,default:4,md:6,lg:8,xl:12,"2xl":16,"3xl":24,full:9999},R=e=>{const t={...z,...e},s=e=>"number"==typeof t[e]?t[e]:0;return{px:e=>s(e),rem:e=>s(e)/16,css:e=>`${s(e)}px`}},O=R(void 0),M={sm:{blur:2,offsetX:1,offsetY:1,alpha:.15},md:{blur:4,offsetX:2,offsetY:2,alpha:.2},lg:{blur:6,offsetX:4,offsetY:4,alpha:.25},xl:{blur:8,offsetX:6,offsetY:6,alpha:.3},"2xl":{blur:12,offsetX:8,offsetY:8,alpha:.35},inner:{blur:4,offsetX:-2,offsetY:-2,alpha:.2}},A=e=>{const t={...M,...e};return{get:e=>(e=>{const s=t[e];return s&&"object"==typeof s?s:M.md})(e)}},I=A(void 0),H={0:0,px:1,.5:2,1:4,1.5:6,2:8,2.5:10,3:12,3.5:14,4:16,5:20,6:24,7:28,8:32,9:36,10:40,11:44,12:48,14:56,16:64,20:80,24:96,28:112,32:128,36:144,40:160,44:176,48:192,52:208,56:224,60:240,64:256,72:288,80:320,96:384},q=e=>{const t={...H,...e},s=e=>"number"==typeof t[e]?t[e]:0;return{px:e=>s(e),rem:e=>s(e)/16,css:e=>`${s(e)}px`}},W=q(void 0),F={fonts:{primary:"Inter, system-ui, sans-serif",secondary:"Roboto, Arial, sans-serif",monospace:"Fira Code, Consolas, monospace",display:"Poppins, Inter, sans-serif"},fontSizes:{...b},colors:{primary:"blue-600",secondary:"gray-600",success:"green-500",warning:"yellow-500",error:"red-500",info:"blue-400",background:"white",text:"gray-900",shadow:"black",overlay:"black"},spacing:{...H},opacity:{...B},typography:{heading:{fontSize:"2xl",fontFamily:"fonts.display",fontWeight:600,lineHeight:1.2},"heading-large":{fontSize:"4xl",fontFamily:"fonts.display",fontWeight:700,lineHeight:1.1},body:{fontSize:"base",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.5},caption:{fontSize:"sm",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.4}},effects:{"shadow-sm":{blur:2,offsetY:1,color:"colors.shadow",alpha:.05},"shadow-md":{blur:4,offsetY:2,color:"colors.shadow",alpha:.1},"shadow-lg":{blur:8,offsetY:4,color:"colors.shadow",alpha:.1}},custom:{}},V={fonts:{primary:"Inter, system-ui, sans-serif",secondary:"Roboto, Arial, sans-serif",monospace:"Fira Code, Consolas, monospace",display:"Poppins, Inter, sans-serif"},fontSizes:{...b},radius:{...z},colors:{primary:"blue-400",secondary:"gray-400",success:"green-400",warning:"yellow-400",error:"red-400",info:"blue-300",background:"gray-900",text:"white",shadow:"black",overlay:"black"},spacing:{...H},opacity:{...B},typography:{heading:{fontSize:"2xl",fontFamily:"fonts.display",fontWeight:600,lineHeight:1.2},"heading-large":{fontSize:"4xl",fontFamily:"fonts.display",fontWeight:700,lineHeight:1.1},body:{fontSize:"base",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.5},caption:{fontSize:"sm",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.4}},effects:{"shadow-sm":{blur:2,offsetY:1,color:"colors.shadow",alpha:.1},"shadow-md":{blur:4,offsetY:2,color:"colors.shadow",alpha:.15},"shadow-lg":{blur:8,offsetY:4,color:"colors.shadow",alpha:.2}},custom:{}},$="pw";class _ extends t.Plugins.BasePlugin{colorInstance=null;fontSizeInstance=null;spacingInstance=null;radiusInstance=null;opacityInstance=null;fontInstance=null;shadowInstance=null;theme;constructor(e){super(e),this.theme=F}init({theme:e,darkMode:t=!1}){e?(this.theme=e,this.colorInstance=C(this.theme.colors),this.fontSizeInstance=m(this.theme.fontSizes),this.spacingInstance=q(this.theme.spacing),this.radiusInstance=R(this.theme.radius),this.opacityInstance=T(this.theme.opacity),this.fontInstance=v(this.theme.fonts,this.theme.fontSizes),this.shadowInstance=A(this.theme.effects)):this.theme=t?V:F}getTheme(){return this.theme}get color(){return this.colorInstance}get fontSize(){return this.fontSizeInstance}get spacing(){return this.spacingInstance}get radius(){return this.radiusInstance}get opacity(){return this.opacityInstance}get font(){return this.fontInstance}get shadow(){return this.shadowInstance}}class j extends Phaser.Scene{constructor(e){super(e)}pw}var G=function(e){return e.pw},Y=function(e){function t(t){var s=t.scene,d=t.x,o=t.y;return e.call(this,s,d,o)||this}return d(t,e),t.prototype.on=function(t,s,d){return this.hitArea?(this.hitArea.on(t,s,d),this):e.prototype.on.call(this,t,s,d)},t.prototype.off=function(t,s,d,o){return this.hitArea?(this.hitArea.off(t,s,d,o),this):e.prototype.off.call(this,t,s,d,o)},t.prototype.once=function(t,s,d){return this.hitArea?(this.hitArea.once(t,s,d),this):e.prototype.once.call(this,t,s,d)},t.prototype.setInteractive=function(t,s,d){return this.hitArea?(this.hitArea.setInteractive(t,s,d),this):e.prototype.setInteractive.call(this,t,s,d)},t.prototype.setSize=function(t,s){return this.hitArea&&"setSize"in this.hitArea?(this.hitArea.setSize(t,s),this):e.prototype.setSize.call(this,t,s)},Object.defineProperty(t.prototype,"width",{get:function(){return this.hitArea&&"width"in this.hitArea?this.hitArea.width:0},set:function(e){this.hitArea&&"width"in this.hitArea&&(this.hitArea.width=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this.hitArea&&"height"in this.hitArea?this.hitArea.height:0},set:function(e){this.hitArea&&"height"in this.hitArea&&(this.hitArea.height=e)},enumerable:!1,configurable:!0}),t}(t.GameObjects.Container),D=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.backgroundColor,c=void 0===a?"white":a,i=t.borderRadius,r=void 0===i?"md":i,l=t.margin,n=void 0===l?"4":l,h=t.child,p=t.width,y=t.height,f=e.call(this,{scene:s,x:d,y:o})||this;return f.hasExplicitSize=!1,f.pw=G(s),f.marginPx="number"==typeof n?n:f.pw.spacing.px(null!=n?n:"4"),f.borderRadiusPx="number"==typeof r?r:f.pw.radius.px(null!=r?r:"md"),f.backgroundColorValue=g.rgb(c),f.child=h,f.hasExplicitSize=void 0!==p&&void 0!==y,f.createWhiteBorderSprite(s),f.createBackgroundSprite(s),f.setupContainer(),f.hitArea=f.backgroundSprite,f}return d(t,e),t.prototype.setSize=function(e,t){return this.hasExplicitSize=!0,this.width=e,this.height=t,this.regenerateSprites(),this},t.prototype.setWidth=function(e){return this.setSize(e,this.height),this},t.prototype.setHeight=function(e){return this.setSize(this.width,e),this},t.prototype.setBackgroundColor=function(e){return this.backgroundColorValue=g.rgb(e),this.regenerateSprites(),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateSprites(),this},t.prototype.setMargin=function(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.layout(),this},t.prototype.setChild=function(e){return this.child&&this.remove(this.child),this.child=e,this.layout(),this},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateSprites=function(){var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite]),this.child&&this.add([this.child]),this.hasExplicitSize||this.layout()},t.prototype.layout=function(){if(this.child){var e=this.child.getBounds(),t=e.width+2*this.marginPx,s=e.height+2*this.marginPx,d=this.getChildOrigin(),o=this.calculateChildX(t,e.width,d),a=this.calculateChildY(s,e.height,d);this.width=t,this.height=s,this.regenerateSprites(),this.child.setPosition(o,a)}},t.prototype.getChildOrigin=function(){if(this.child&&"originX"in this.child&&"originY"in this.child)return{x:this.child.originX,y:this.child.originY};if(this.child&&"function"==typeof this.child.getOrigin){var e=this.child.getOrigin();if(e&&"number"==typeof e.x&&"number"==typeof e.y)return{x:e.x,y:e.y}}return null},t.prototype.calculateChildX=function(e,t,s){if(this.child&&s){var d=t*s.x;return-e/2+this.marginPx+d}return-e/2+this.marginPx},t.prototype.calculateChildY=function(e,t,s){if(s){var d=t*s.y;return-e/2+this.marginPx+d}return-e/2+this.marginPx},t.prototype.measureChild=function(e){return{w:c(e),h:i(e)}},t.prototype.getCardDimensions=function(){var e=0,t=0;if(this.hasExplicitSize)e=this.width,t=this.height;else if(this.child){var s=this.measureChild(this.child),d=s.w,o=s.h;e=d+2*this.marginPx,t=o+2*this.marginPx}else{e=this.width||100,t=this.height||100}return{width:e,height:t}},t.prototype.createWhiteBorderTexture=function(e){var t=this.getCardDimensions(),s=t.width,d=t.height,o="card_whiteBorder_".concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+6,c=d+6,i=a+16,r=c+16,l=e.add.graphics(),n=Math.floor(Math.min(a/2,c/2)),h=Math.min(this.borderRadiusPx+2,n),p=Math.max(0,h);return l.fillStyle(g.hex("white"),1),l.fillRoundedRect(8,8,a,c,p),l.generateTexture(o,i,r),l.destroy(),o},t.prototype.createBackgroundTexture=function(e){var t=this.getCardDimensions(),s=t.width,d=t.height,o="card_bg_".concat(this.backgroundColorValue,"_").concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+16,c=d+16,i=e.add.graphics(),r=Math.floor(Math.min(s/2,d/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return i.fillStyle(g.hex(this.backgroundColorValue),1),i.fillRoundedRect(8,8,s,d,n),i.lineStyle(2,g.hex("black"),1),i.strokeRoundedRect(8,8,s,d,n),i.generateTexture(o,a,c),i.destroy(),o},t}(Y);const X={0:{hexCode:"30",acceptedStyles:["solid"]},1:{hexCode:"31",acceptedStyles:["solid"]},2:{hexCode:"32",acceptedStyles:["solid"]},3:{hexCode:"33",acceptedStyles:["solid"]},4:{hexCode:"34",acceptedStyles:["solid"]},5:{hexCode:"35",acceptedStyles:["solid"]},6:{hexCode:"36",acceptedStyles:["solid"]},7:{hexCode:"37",acceptedStyles:["solid"]},8:{hexCode:"38",acceptedStyles:["solid"]},9:{hexCode:"39",acceptedStyles:["solid"]},"42-group":{hexCode:"e080",acceptedStyles:["brands"]},"500px":{hexCode:"f26e",acceptedStyles:["brands"]},a:{hexCode:"41",acceptedStyles:["solid"]},"accessible-icon":{hexCode:"f368",acceptedStyles:["brands"]},accusoft:{hexCode:"f369",acceptedStyles:["brands"]},"address-book":{hexCode:"f2b9",acceptedStyles:["solid","regular"]},"address-card":{hexCode:"f2bb",acceptedStyles:["solid","regular"]},adn:{hexCode:"f170",acceptedStyles:["brands"]},adversal:{hexCode:"f36a",acceptedStyles:["brands"]},affiliatetheme:{hexCode:"f36b",acceptedStyles:["brands"]},airbnb:{hexCode:"f834",acceptedStyles:["brands"]},"alarm-clock":{hexCode:"f34e",acceptedStyles:["solid","regular"]},algolia:{hexCode:"f36c",acceptedStyles:["brands"]},"align-center":{hexCode:"f037",acceptedStyles:["solid"]},"align-justify":{hexCode:"f039",acceptedStyles:["solid"]},"align-left":{hexCode:"f036",acceptedStyles:["solid"]},"align-right":{hexCode:"f038",acceptedStyles:["solid"]},alipay:{hexCode:"f642",acceptedStyles:["brands"]},amazon:{hexCode:"f270",acceptedStyles:["brands"]},"amazon-pay":{hexCode:"f42c",acceptedStyles:["brands"]},amilia:{hexCode:"f36d",acceptedStyles:["brands"]},anchor:{hexCode:"f13d",acceptedStyles:["solid"]},"anchor-circle-check":{hexCode:"e4aa",acceptedStyles:["solid"]},"anchor-circle-exclamation":{hexCode:"e4ab",acceptedStyles:["solid"]},"anchor-circle-xmark":{hexCode:"e4ac",acceptedStyles:["solid"]},"anchor-lock":{hexCode:"e4ad",acceptedStyles:["solid"]},android:{hexCode:"f17b",acceptedStyles:["brands"]},angellist:{hexCode:"f209",acceptedStyles:["brands"]},"angle-down":{hexCode:"f107",acceptedStyles:["solid"]},"angle-left":{hexCode:"f104",acceptedStyles:["solid"]},"angle-right":{hexCode:"f105",acceptedStyles:["solid"]},"angle-up":{hexCode:"f106",acceptedStyles:["solid"]},"angles-down":{hexCode:"f103",acceptedStyles:["solid"]},"angles-left":{hexCode:"f100",acceptedStyles:["solid"]},"angles-right":{hexCode:"f101",acceptedStyles:["solid"]},"angles-up":{hexCode:"f102",acceptedStyles:["solid"]},angrycreative:{hexCode:"f36e",acceptedStyles:["brands"]},angular:{hexCode:"f420",acceptedStyles:["brands"]},ankh:{hexCode:"f644",acceptedStyles:["solid"]},"app-store":{hexCode:"f36f",acceptedStyles:["brands"]},"app-store-ios":{hexCode:"f370",acceptedStyles:["brands"]},apper:{hexCode:"f371",acceptedStyles:["brands"]},apple:{hexCode:"f179",acceptedStyles:["brands"]},"apple-pay":{hexCode:"f415",acceptedStyles:["brands"]},"apple-whole":{hexCode:"f5d1",acceptedStyles:["solid"]},archway:{hexCode:"f557",acceptedStyles:["solid"]},"arrow-down":{hexCode:"f063",acceptedStyles:["solid"]},"arrow-down-1-9":{hexCode:"f162",acceptedStyles:["solid"]},"arrow-down-9-1":{hexCode:"f886",acceptedStyles:["solid"]},"arrow-down-a-z":{hexCode:"f15d",acceptedStyles:["solid"]},"arrow-down-long":{hexCode:"f175",acceptedStyles:["solid"]},"arrow-down-short-wide":{hexCode:"f884",acceptedStyles:["solid"]},"arrow-down-up-across-line":{hexCode:"e4af",acceptedStyles:["solid"]},"arrow-down-up-lock":{hexCode:"e4b0",acceptedStyles:["solid"]},"arrow-down-wide-short":{hexCode:"f160",acceptedStyles:["solid"]},"arrow-down-z-a":{hexCode:"f881",acceptedStyles:["solid"]},"arrow-left":{hexCode:"f060",acceptedStyles:["solid"]},"arrow-left-long":{hexCode:"f177",acceptedStyles:["solid"]},"arrow-pointer":{hexCode:"f245",acceptedStyles:["solid"]},"arrow-right":{hexCode:"f061",acceptedStyles:["solid"]},"arrow-right-arrow-left":{hexCode:"f0ec",acceptedStyles:["solid"]},"arrow-right-from-bracket":{hexCode:"f08b",acceptedStyles:["solid"]},"arrow-right-long":{hexCode:"f178",acceptedStyles:["solid"]},"arrow-right-to-bracket":{hexCode:"f090",acceptedStyles:["solid"]},"arrow-right-to-city":{hexCode:"e4b3",acceptedStyles:["solid"]},"arrow-rotate-left":{hexCode:"f0e2",acceptedStyles:["solid"]},"arrow-rotate-right":{hexCode:"f01e",acceptedStyles:["solid"]},"arrow-trend-down":{hexCode:"e097",acceptedStyles:["solid"]},"arrow-trend-up":{hexCode:"e098",acceptedStyles:["solid"]},"arrow-turn-down":{hexCode:"f149",acceptedStyles:["solid"]},"arrow-turn-up":{hexCode:"f148",acceptedStyles:["solid"]},"arrow-up":{hexCode:"f062",acceptedStyles:["solid"]},"arrow-up-1-9":{hexCode:"f163",acceptedStyles:["solid"]},"arrow-up-9-1":{hexCode:"f887",acceptedStyles:["solid"]},"arrow-up-a-z":{hexCode:"f15e",acceptedStyles:["solid"]},"arrow-up-from-bracket":{hexCode:"e09a",acceptedStyles:["solid"]},"arrow-up-from-ground-water":{hexCode:"e4b5",acceptedStyles:["solid"]},"arrow-up-from-water-pump":{hexCode:"e4b6",acceptedStyles:["solid"]},"arrow-up-long":{hexCode:"f176",acceptedStyles:["solid"]},"arrow-up-right-dots":{hexCode:"e4b7",acceptedStyles:["solid"]},"arrow-up-right-from-square":{hexCode:"f08e",acceptedStyles:["solid"]},"arrow-up-short-wide":{hexCode:"f885",acceptedStyles:["solid"]},"arrow-up-wide-short":{hexCode:"f161",acceptedStyles:["solid"]},"arrow-up-z-a":{hexCode:"f882",acceptedStyles:["solid"]},"arrows-down-to-line":{hexCode:"e4b8",acceptedStyles:["solid"]},"arrows-down-to-people":{hexCode:"e4b9",acceptedStyles:["solid"]},"arrows-left-right":{hexCode:"f07e",acceptedStyles:["solid"]},"arrows-left-right-to-line":{hexCode:"e4ba",acceptedStyles:["solid"]},"arrows-rotate":{hexCode:"f021",acceptedStyles:["solid"]},"arrows-spin":{hexCode:"e4bb",acceptedStyles:["solid"]},"arrows-split-up-and-left":{hexCode:"e4bc",acceptedStyles:["solid"]},"arrows-to-circle":{hexCode:"e4bd",acceptedStyles:["solid"]},"arrows-to-dot":{hexCode:"e4be",acceptedStyles:["solid"]},"arrows-to-eye":{hexCode:"e4bf",acceptedStyles:["solid"]},"arrows-turn-right":{hexCode:"e4c0",acceptedStyles:["solid"]},"arrows-turn-to-dots":{hexCode:"e4c1",acceptedStyles:["solid"]},"arrows-up-down":{hexCode:"f07d",acceptedStyles:["solid"]},"arrows-up-down-left-right":{hexCode:"f047",acceptedStyles:["solid"]},"arrows-up-to-line":{hexCode:"e4c2",acceptedStyles:["solid"]},artstation:{hexCode:"f77a",acceptedStyles:["brands"]},asterisk:{hexCode:"2a",acceptedStyles:["solid"]},asymmetrik:{hexCode:"f372",acceptedStyles:["brands"]},at:{hexCode:"40",acceptedStyles:["solid"]},atlassian:{hexCode:"f77b",acceptedStyles:["brands"]},atom:{hexCode:"f5d2",acceptedStyles:["solid"]},audible:{hexCode:"f373",acceptedStyles:["brands"]},"audio-description":{hexCode:"f29e",acceptedStyles:["solid"]},"austral-sign":{hexCode:"e0a9",acceptedStyles:["solid"]},autoprefixer:{hexCode:"f41c",acceptedStyles:["brands"]},avianex:{hexCode:"f374",acceptedStyles:["brands"]},aviato:{hexCode:"f421",acceptedStyles:["brands"]},award:{hexCode:"f559",acceptedStyles:["solid"]},aws:{hexCode:"f375",acceptedStyles:["brands"]},b:{hexCode:"42",acceptedStyles:["solid"]},baby:{hexCode:"f77c",acceptedStyles:["solid"]},"baby-carriage":{hexCode:"f77d",acceptedStyles:["solid"]},backward:{hexCode:"f04a",acceptedStyles:["solid"]},"backward-fast":{hexCode:"f049",acceptedStyles:["solid"]},"backward-step":{hexCode:"f048",acceptedStyles:["solid"]},bacon:{hexCode:"f7e5",acceptedStyles:["solid"]},bacteria:{hexCode:"e059",acceptedStyles:["solid"]},bacterium:{hexCode:"e05a",acceptedStyles:["solid"]},"bag-shopping":{hexCode:"f290",acceptedStyles:["solid"]},bahai:{hexCode:"f666",acceptedStyles:["solid"]},"baht-sign":{hexCode:"e0ac",acceptedStyles:["solid"]},ban:{hexCode:"f05e",acceptedStyles:["solid"]},"ban-smoking":{hexCode:"f54d",acceptedStyles:["solid"]},bandage:{hexCode:"f462",acceptedStyles:["solid"]},bandcamp:{hexCode:"f2d5",acceptedStyles:["brands"]},"bangladeshi-taka-sign":{hexCode:"e2e6",acceptedStyles:["solid"]},barcode:{hexCode:"f02a",acceptedStyles:["solid"]},bars:{hexCode:"f0c9",acceptedStyles:["solid"]},"bars-progress":{hexCode:"f828",acceptedStyles:["solid"]},"bars-staggered":{hexCode:"f550",acceptedStyles:["solid"]},baseball:{hexCode:"f433",acceptedStyles:["solid"]},"baseball-bat-ball":{hexCode:"f432",acceptedStyles:["solid"]},"basket-shopping":{hexCode:"f291",acceptedStyles:["solid"]},basketball:{hexCode:"f434",acceptedStyles:["solid"]},bath:{hexCode:"f2cd",acceptedStyles:["solid"]},"battery-empty":{hexCode:"f244",acceptedStyles:["solid"]},"battery-full":{hexCode:"f240",acceptedStyles:["solid"]},"battery-half":{hexCode:"f242",acceptedStyles:["solid"]},"battery-quarter":{hexCode:"f243",acceptedStyles:["solid"]},"battery-three-quarters":{hexCode:"f241",acceptedStyles:["solid"]},"battle-net":{hexCode:"f835",acceptedStyles:["brands"]},bed:{hexCode:"f236",acceptedStyles:["solid"]},"bed-pulse":{hexCode:"f487",acceptedStyles:["solid"]},"beer-mug-empty":{hexCode:"f0fc",acceptedStyles:["solid"]},behance:{hexCode:"f1b4",acceptedStyles:["brands"]},bell:{hexCode:"f0f3",acceptedStyles:["solid","regular"]},"bell-concierge":{hexCode:"f562",acceptedStyles:["solid"]},"bell-slash":{hexCode:"f1f6",acceptedStyles:["solid","regular"]},"bezier-curve":{hexCode:"f55b",acceptedStyles:["solid"]},bicycle:{hexCode:"f206",acceptedStyles:["solid"]},bilibili:{hexCode:"e3d9",acceptedStyles:["brands"]},bimobject:{hexCode:"f378",acceptedStyles:["brands"]},binoculars:{hexCode:"f1e5",acceptedStyles:["solid"]},biohazard:{hexCode:"f780",acceptedStyles:["solid"]},bitbucket:{hexCode:"f171",acceptedStyles:["brands"]},bitcoin:{hexCode:"f379",acceptedStyles:["brands"]},"bitcoin-sign":{hexCode:"e0b4",acceptedStyles:["solid"]},bity:{hexCode:"f37a",acceptedStyles:["brands"]},"black-tie":{hexCode:"f27e",acceptedStyles:["brands"]},blackberry:{hexCode:"f37b",acceptedStyles:["brands"]},blender:{hexCode:"f517",acceptedStyles:["solid"]},"blender-phone":{hexCode:"f6b6",acceptedStyles:["solid"]},blog:{hexCode:"f781",acceptedStyles:["solid"]},blogger:{hexCode:"f37c",acceptedStyles:["brands"]},"blogger-b":{hexCode:"f37d",acceptedStyles:["brands"]},bluesky:{hexCode:"e671",acceptedStyles:["brands"]},bluetooth:{hexCode:"f293",acceptedStyles:["brands"]},"bluetooth-b":{hexCode:"f294",acceptedStyles:["brands"]},bold:{hexCode:"f032",acceptedStyles:["solid"]},bolt:{hexCode:"f0e7",acceptedStyles:["solid"]},"bolt-lightning":{hexCode:"e0b7",acceptedStyles:["solid"]},bomb:{hexCode:"f1e2",acceptedStyles:["solid"]},bone:{hexCode:"f5d7",acceptedStyles:["solid"]},bong:{hexCode:"f55c",acceptedStyles:["solid"]},book:{hexCode:"f02d",acceptedStyles:["solid"]},"book-atlas":{hexCode:"f558",acceptedStyles:["solid"]},"book-bible":{hexCode:"f647",acceptedStyles:["solid"]},"book-bookmark":{hexCode:"e0bb",acceptedStyles:["solid"]},"book-journal-whills":{hexCode:"f66a",acceptedStyles:["solid"]},"book-medical":{hexCode:"f7e6",acceptedStyles:["solid"]},"book-open":{hexCode:"f518",acceptedStyles:["solid"]},"book-open-reader":{hexCode:"f5da",acceptedStyles:["solid"]},"book-quran":{hexCode:"f687",acceptedStyles:["solid"]},"book-skull":{hexCode:"f6b7",acceptedStyles:["solid"]},"book-tanakh":{hexCode:"f827",acceptedStyles:["solid"]},bookmark:{hexCode:"f02e",acceptedStyles:["solid","regular"]},bootstrap:{hexCode:"f836",acceptedStyles:["brands"]},"border-all":{hexCode:"f84c",acceptedStyles:["solid"]},"border-none":{hexCode:"f850",acceptedStyles:["solid"]},"border-top-left":{hexCode:"f853",acceptedStyles:["solid"]},"bore-hole":{hexCode:"e4c3",acceptedStyles:["solid"]},bots:{hexCode:"e340",acceptedStyles:["brands"]},"bottle-droplet":{hexCode:"e4c4",acceptedStyles:["solid"]},"bottle-water":{hexCode:"e4c5",acceptedStyles:["solid"]},"bowl-food":{hexCode:"e4c6",acceptedStyles:["solid"]},"bowl-rice":{hexCode:"e2eb",acceptedStyles:["solid"]},"bowling-ball":{hexCode:"f436",acceptedStyles:["solid"]},box:{hexCode:"f466",acceptedStyles:["solid"]},"box-archive":{hexCode:"f187",acceptedStyles:["solid"]},"box-open":{hexCode:"f49e",acceptedStyles:["solid"]},"box-tissue":{hexCode:"e05b",acceptedStyles:["solid"]},"boxes-packing":{hexCode:"e4c7",acceptedStyles:["solid"]},"boxes-stacked":{hexCode:"f468",acceptedStyles:["solid"]},braille:{hexCode:"f2a1",acceptedStyles:["solid"]},brain:{hexCode:"f5dc",acceptedStyles:["solid"]},brave:{hexCode:"e63c",acceptedStyles:["brands"]},"brave-reverse":{hexCode:"e63d",acceptedStyles:["brands"]},"brazilian-real-sign":{hexCode:"e46c",acceptedStyles:["solid"]},"bread-slice":{hexCode:"f7ec",acceptedStyles:["solid"]},bridge:{hexCode:"e4c8",acceptedStyles:["solid"]},"bridge-circle-check":{hexCode:"e4c9",acceptedStyles:["solid"]},"bridge-circle-exclamation":{hexCode:"e4ca",acceptedStyles:["solid"]},"bridge-circle-xmark":{hexCode:"e4cb",acceptedStyles:["solid"]},"bridge-lock":{hexCode:"e4cc",acceptedStyles:["solid"]},"bridge-water":{hexCode:"e4ce",acceptedStyles:["solid"]},briefcase:{hexCode:"f0b1",acceptedStyles:["solid"]},"briefcase-medical":{hexCode:"f469",acceptedStyles:["solid"]},broom:{hexCode:"f51a",acceptedStyles:["solid"]},"broom-ball":{hexCode:"f458",acceptedStyles:["solid"]},brush:{hexCode:"f55d",acceptedStyles:["solid"]},btc:{hexCode:"f15a",acceptedStyles:["brands"]},bucket:{hexCode:"e4cf",acceptedStyles:["solid"]},buffer:{hexCode:"f837",acceptedStyles:["brands"]},bug:{hexCode:"f188",acceptedStyles:["solid"]},"bug-slash":{hexCode:"e490",acceptedStyles:["solid"]},bugs:{hexCode:"e4d0",acceptedStyles:["solid"]},building:{hexCode:"f1ad",acceptedStyles:["solid","regular"]},"building-circle-arrow-right":{hexCode:"e4d1",acceptedStyles:["solid"]},"building-circle-check":{hexCode:"e4d2",acceptedStyles:["solid"]},"building-circle-exclamation":{hexCode:"e4d3",acceptedStyles:["solid"]},"building-circle-xmark":{hexCode:"e4d4",acceptedStyles:["solid"]},"building-columns":{hexCode:"f19c",acceptedStyles:["solid"]},"building-flag":{hexCode:"e4d5",acceptedStyles:["solid"]},"building-lock":{hexCode:"e4d6",acceptedStyles:["solid"]},"building-ngo":{hexCode:"e4d7",acceptedStyles:["solid"]},"building-shield":{hexCode:"e4d8",acceptedStyles:["solid"]},"building-un":{hexCode:"e4d9",acceptedStyles:["solid"]},"building-user":{hexCode:"e4da",acceptedStyles:["solid"]},"building-wheat":{hexCode:"e4db",acceptedStyles:["solid"]},bullhorn:{hexCode:"f0a1",acceptedStyles:["solid"]},bullseye:{hexCode:"f140",acceptedStyles:["solid"]},burger:{hexCode:"f805",acceptedStyles:["solid"]},buromobelexperte:{hexCode:"f37f",acceptedStyles:["brands"]},burst:{hexCode:"e4dc",acceptedStyles:["solid"]},bus:{hexCode:"f207",acceptedStyles:["solid"]},"bus-side":{hexCode:"e81d",acceptedStyles:["solid"]},"bus-simple":{hexCode:"f55e",acceptedStyles:["solid"]},"business-time":{hexCode:"f64a",acceptedStyles:["solid"]},"buy-n-large":{hexCode:"f8a6",acceptedStyles:["brands"]},buysellads:{hexCode:"f20d",acceptedStyles:["brands"]},c:{hexCode:"43",acceptedStyles:["solid"]},"cable-car":{hexCode:"f7da",acceptedStyles:["solid"]},"cake-candles":{hexCode:"f1fd",acceptedStyles:["solid"]},calculator:{hexCode:"f1ec",acceptedStyles:["solid"]},calendar:{hexCode:"f133",acceptedStyles:["solid","regular"]},"calendar-check":{hexCode:"f274",acceptedStyles:["solid","regular"]},"calendar-day":{hexCode:"f783",acceptedStyles:["solid"]},"calendar-days":{hexCode:"f073",acceptedStyles:["solid","regular"]},"calendar-minus":{hexCode:"f272",acceptedStyles:["solid","regular"]},"calendar-plus":{hexCode:"f271",acceptedStyles:["solid","regular"]},"calendar-week":{hexCode:"f784",acceptedStyles:["solid"]},"calendar-xmark":{hexCode:"f273",acceptedStyles:["solid","regular"]},camera:{hexCode:"f030",acceptedStyles:["solid","regular"]},"camera-retro":{hexCode:"f083",acceptedStyles:["solid"]},"camera-rotate":{hexCode:"e0d8",acceptedStyles:["solid"]},campground:{hexCode:"f6bb",acceptedStyles:["solid"]},"canadian-maple-leaf":{hexCode:"f785",acceptedStyles:["brands"]},"candy-cane":{hexCode:"f786",acceptedStyles:["solid"]},cannabis:{hexCode:"f55f",acceptedStyles:["solid"]},capsules:{hexCode:"f46b",acceptedStyles:["solid"]},car:{hexCode:"f1b9",acceptedStyles:["solid"]},"car-battery":{hexCode:"f5df",acceptedStyles:["solid"]},"car-burst":{hexCode:"f5e1",acceptedStyles:["solid"]},"car-on":{hexCode:"e4dd",acceptedStyles:["solid"]},"car-rear":{hexCode:"f5de",acceptedStyles:["solid"]},"car-side":{hexCode:"f5e4",acceptedStyles:["solid"]},"car-tunnel":{hexCode:"e4de",acceptedStyles:["solid"]},caravan:{hexCode:"f8ff",acceptedStyles:["solid"]},"caret-down":{hexCode:"f0d7",acceptedStyles:["solid"]},"caret-left":{hexCode:"f0d9",acceptedStyles:["solid"]},"caret-right":{hexCode:"f0da",acceptedStyles:["solid"]},"caret-up":{hexCode:"f0d8",acceptedStyles:["solid"]},carrot:{hexCode:"f787",acceptedStyles:["solid"]},"cart-arrow-down":{hexCode:"f218",acceptedStyles:["solid"]},"cart-flatbed":{hexCode:"f474",acceptedStyles:["solid"]},"cart-flatbed-suitcase":{hexCode:"f59d",acceptedStyles:["solid"]},"cart-plus":{hexCode:"f217",acceptedStyles:["solid"]},"cart-shopping":{hexCode:"f07a",acceptedStyles:["solid"]},"cash-app":{hexCode:"e7d4",acceptedStyles:["brands"]},"cash-register":{hexCode:"f788",acceptedStyles:["solid"]},cat:{hexCode:"f6be",acceptedStyles:["solid"]},"cc-amazon-pay":{hexCode:"f42d",acceptedStyles:["brands"]},"cc-amex":{hexCode:"f1f3",acceptedStyles:["brands"]},"cc-apple-pay":{hexCode:"f416",acceptedStyles:["brands"]},"cc-diners-club":{hexCode:"f24c",acceptedStyles:["brands"]},"cc-discover":{hexCode:"f1f2",acceptedStyles:["brands"]},"cc-jcb":{hexCode:"f24b",acceptedStyles:["brands"]},"cc-mastercard":{hexCode:"f1f1",acceptedStyles:["brands"]},"cc-paypal":{hexCode:"f1f4",acceptedStyles:["brands"]},"cc-stripe":{hexCode:"f1f5",acceptedStyles:["brands"]},"cc-visa":{hexCode:"f1f0",acceptedStyles:["brands"]},"cedi-sign":{hexCode:"e0df",acceptedStyles:["solid"]},"cent-sign":{hexCode:"e3f5",acceptedStyles:["solid"]},centercode:{hexCode:"f380",acceptedStyles:["brands"]},centos:{hexCode:"f789",acceptedStyles:["brands"]},certificate:{hexCode:"f0a3",acceptedStyles:["solid"]},chair:{hexCode:"f6c0",acceptedStyles:["solid"]},chalkboard:{hexCode:"f51b",acceptedStyles:["solid"]},"chalkboard-user":{hexCode:"f51c",acceptedStyles:["solid"]},"champagne-glasses":{hexCode:"f79f",acceptedStyles:["solid"]},"charging-station":{hexCode:"f5e7",acceptedStyles:["solid"]},"chart-area":{hexCode:"f1fe",acceptedStyles:["solid"]},"chart-bar":{hexCode:"f080",acceptedStyles:["solid","regular"]},"chart-column":{hexCode:"e0e3",acceptedStyles:["solid"]},"chart-diagram":{hexCode:"e695",acceptedStyles:["solid"]},"chart-gantt":{hexCode:"e0e4",acceptedStyles:["solid"]},"chart-line":{hexCode:"f201",acceptedStyles:["solid"]},"chart-pie":{hexCode:"f200",acceptedStyles:["solid"]},"chart-simple":{hexCode:"e473",acceptedStyles:["solid"]},check:{hexCode:"f00c",acceptedStyles:["solid"]},"check-double":{hexCode:"f560",acceptedStyles:["solid"]},"check-to-slot":{hexCode:"f772",acceptedStyles:["solid"]},cheese:{hexCode:"f7ef",acceptedStyles:["solid"]},chess:{hexCode:"f439",acceptedStyles:["solid"]},"chess-bishop":{hexCode:"f43a",acceptedStyles:["solid","regular"]},"chess-board":{hexCode:"f43c",acceptedStyles:["solid"]},"chess-king":{hexCode:"f43f",acceptedStyles:["solid","regular"]},"chess-knight":{hexCode:"f441",acceptedStyles:["solid","regular"]},"chess-pawn":{hexCode:"f443",acceptedStyles:["solid","regular"]},"chess-queen":{hexCode:"f445",acceptedStyles:["solid","regular"]},"chess-rook":{hexCode:"f447",acceptedStyles:["solid","regular"]},"chevron-down":{hexCode:"f078",acceptedStyles:["solid"]},"chevron-left":{hexCode:"f053",acceptedStyles:["solid"]},"chevron-right":{hexCode:"f054",acceptedStyles:["solid"]},"chevron-up":{hexCode:"f077",acceptedStyles:["solid"]},child:{hexCode:"f1ae",acceptedStyles:["solid"]},"child-combatant":{hexCode:"e4e0",acceptedStyles:["solid"]},"child-dress":{hexCode:"e59c",acceptedStyles:["solid"]},"child-reaching":{hexCode:"e59d",acceptedStyles:["solid"]},children:{hexCode:"e4e1",acceptedStyles:["solid"]},chrome:{hexCode:"f268",acceptedStyles:["brands"]},chromecast:{hexCode:"f838",acceptedStyles:["brands"]},church:{hexCode:"f51d",acceptedStyles:["solid"]},circle:{hexCode:"f111",acceptedStyles:["solid","regular"]},"circle-arrow-down":{hexCode:"f0ab",acceptedStyles:["solid"]},"circle-arrow-left":{hexCode:"f0a8",acceptedStyles:["solid"]},"circle-arrow-right":{hexCode:"f0a9",acceptedStyles:["solid"]},"circle-arrow-up":{hexCode:"f0aa",acceptedStyles:["solid"]},"circle-check":{hexCode:"f058",acceptedStyles:["solid","regular"]},"circle-chevron-down":{hexCode:"f13a",acceptedStyles:["solid"]},"circle-chevron-left":{hexCode:"f137",acceptedStyles:["solid"]},"circle-chevron-right":{hexCode:"f138",acceptedStyles:["solid"]},"circle-chevron-up":{hexCode:"f139",acceptedStyles:["solid"]},"circle-dollar-to-slot":{hexCode:"f4b9",acceptedStyles:["solid"]},"circle-dot":{hexCode:"f192",acceptedStyles:["solid","regular"]},"circle-down":{hexCode:"f358",acceptedStyles:["solid","regular"]},"circle-exclamation":{hexCode:"f06a",acceptedStyles:["solid"]},"circle-h":{hexCode:"f47e",acceptedStyles:["solid"]},"circle-half-stroke":{hexCode:"f042",acceptedStyles:["solid"]},"circle-info":{hexCode:"f05a",acceptedStyles:["solid"]},"circle-left":{hexCode:"f359",acceptedStyles:["solid","regular"]},"circle-minus":{hexCode:"f056",acceptedStyles:["solid"]},"circle-nodes":{hexCode:"e4e2",acceptedStyles:["solid"]},"circle-notch":{hexCode:"f1ce",acceptedStyles:["solid"]},"circle-pause":{hexCode:"f28b",acceptedStyles:["solid","regular"]},"circle-play":{hexCode:"f144",acceptedStyles:["solid","regular"]},"circle-plus":{hexCode:"f055",acceptedStyles:["solid"]},"circle-question":{hexCode:"f059",acceptedStyles:["solid","regular"]},"circle-radiation":{hexCode:"f7ba",acceptedStyles:["solid"]},"circle-right":{hexCode:"f35a",acceptedStyles:["solid","regular"]},"circle-stop":{hexCode:"f28d",acceptedStyles:["solid","regular"]},"circle-up":{hexCode:"f35b",acceptedStyles:["solid","regular"]},"circle-user":{hexCode:"f2bd",acceptedStyles:["solid","regular"]},"circle-xmark":{hexCode:"f057",acceptedStyles:["solid","regular"]},city:{hexCode:"f64f",acceptedStyles:["solid"]},clapperboard:{hexCode:"e131",acceptedStyles:["solid"]},clipboard:{hexCode:"f328",acceptedStyles:["solid","regular"]},"clipboard-check":{hexCode:"f46c",acceptedStyles:["solid"]},"clipboard-list":{hexCode:"f46d",acceptedStyles:["solid"]},"clipboard-question":{hexCode:"e4e3",acceptedStyles:["solid"]},"clipboard-user":{hexCode:"f7f3",acceptedStyles:["solid"]},clock:{hexCode:"f017",acceptedStyles:["solid","regular"]},"clock-rotate-left":{hexCode:"f1da",acceptedStyles:["solid"]},clone:{hexCode:"f24d",acceptedStyles:["solid","regular"]},"closed-captioning":{hexCode:"f20a",acceptedStyles:["solid","regular"]},cloud:{hexCode:"f0c2",acceptedStyles:["solid","regular"]},"cloud-arrow-down":{hexCode:"f0ed",acceptedStyles:["solid"]},"cloud-arrow-up":{hexCode:"f0ee",acceptedStyles:["solid"]},"cloud-bolt":{hexCode:"f76c",acceptedStyles:["solid"]},"cloud-meatball":{hexCode:"f73b",acceptedStyles:["solid"]},"cloud-moon":{hexCode:"f6c3",acceptedStyles:["solid"]},"cloud-moon-rain":{hexCode:"f73c",acceptedStyles:["solid"]},"cloud-rain":{hexCode:"f73d",acceptedStyles:["solid"]},"cloud-showers-heavy":{hexCode:"f740",acceptedStyles:["solid"]},"cloud-showers-water":{hexCode:"e4e4",acceptedStyles:["solid"]},"cloud-sun":{hexCode:"f6c4",acceptedStyles:["solid"]},"cloud-sun-rain":{hexCode:"f743",acceptedStyles:["solid"]},cloudflare:{hexCode:"e07d",acceptedStyles:["brands"]},cloudscale:{hexCode:"f383",acceptedStyles:["brands"]},cloudsmith:{hexCode:"f384",acceptedStyles:["brands"]},cloudversify:{hexCode:"f385",acceptedStyles:["brands"]},clover:{hexCode:"e139",acceptedStyles:["solid"]},cmplid:{hexCode:"e360",acceptedStyles:["brands"]},code:{hexCode:"f121",acceptedStyles:["solid"]},"code-branch":{hexCode:"f126",acceptedStyles:["solid"]},"code-commit":{hexCode:"f386",acceptedStyles:["solid"]},"code-compare":{hexCode:"e13a",acceptedStyles:["solid"]},"code-fork":{hexCode:"e13b",acceptedStyles:["solid"]},"code-merge":{hexCode:"f387",acceptedStyles:["solid"]},"code-pull-request":{hexCode:"e13c",acceptedStyles:["solid"]},codepen:{hexCode:"f1cb",acceptedStyles:["brands"]},codiepie:{hexCode:"f284",acceptedStyles:["brands"]},coins:{hexCode:"f51e",acceptedStyles:["solid"]},"colon-sign":{hexCode:"e140",acceptedStyles:["solid"]},comment:{hexCode:"f075",acceptedStyles:["solid","regular"]},"comment-dollar":{hexCode:"f651",acceptedStyles:["solid"]},"comment-dots":{hexCode:"f4ad",acceptedStyles:["solid","regular"]},"comment-medical":{hexCode:"f7f5",acceptedStyles:["solid"]},"comment-nodes":{hexCode:"e696",acceptedStyles:["solid"]},"comment-slash":{hexCode:"f4b3",acceptedStyles:["solid"]},"comment-sms":{hexCode:"f7cd",acceptedStyles:["solid"]},comments:{hexCode:"f086",acceptedStyles:["solid","regular"]},"comments-dollar":{hexCode:"f653",acceptedStyles:["solid"]},"compact-disc":{hexCode:"f51f",acceptedStyles:["solid"]},compass:{hexCode:"f14e",acceptedStyles:["solid","regular"]},"compass-drafting":{hexCode:"f568",acceptedStyles:["solid"]},compress:{hexCode:"f066",acceptedStyles:["solid"]},computer:{hexCode:"e4e5",acceptedStyles:["solid"]},"computer-mouse":{hexCode:"f8cc",acceptedStyles:["solid"]},confluence:{hexCode:"f78d",acceptedStyles:["brands"]},connectdevelop:{hexCode:"f20e",acceptedStyles:["brands"]},contao:{hexCode:"f26d",acceptedStyles:["brands"]},cookie:{hexCode:"f563",acceptedStyles:["solid"]},"cookie-bite":{hexCode:"f564",acceptedStyles:["solid"]},copy:{hexCode:"f0c5",acceptedStyles:["solid","regular"]},copyright:{hexCode:"f1f9",acceptedStyles:["solid","regular"]},"cotton-bureau":{hexCode:"f89e",acceptedStyles:["brands"]},couch:{hexCode:"f4b8",acceptedStyles:["solid"]},cow:{hexCode:"f6c8",acceptedStyles:["solid"]},cpanel:{hexCode:"f388",acceptedStyles:["brands"]},"creative-commons":{hexCode:"f25e",acceptedStyles:["brands"]},"creative-commons-by":{hexCode:"f4e7",acceptedStyles:["brands"]},"creative-commons-nc":{hexCode:"f4e8",acceptedStyles:["brands"]},"creative-commons-nc-eu":{hexCode:"f4e9",acceptedStyles:["brands"]},"creative-commons-nc-jp":{hexCode:"f4ea",acceptedStyles:["brands"]},"creative-commons-nd":{hexCode:"f4eb",acceptedStyles:["brands"]},"creative-commons-pd":{hexCode:"f4ec",acceptedStyles:["brands"]},"creative-commons-pd-alt":{hexCode:"f4ed",acceptedStyles:["brands"]},"creative-commons-remix":{hexCode:"f4ee",acceptedStyles:["brands"]},"creative-commons-sa":{hexCode:"f4ef",acceptedStyles:["brands"]},"creative-commons-sampling":{hexCode:"f4f0",acceptedStyles:["brands"]},"creative-commons-sampling-plus":{hexCode:"f4f1",acceptedStyles:["brands"]},"creative-commons-share":{hexCode:"f4f2",acceptedStyles:["brands"]},"creative-commons-zero":{hexCode:"f4f3",acceptedStyles:["brands"]},"credit-card":{hexCode:"f09d",acceptedStyles:["solid","regular"]},"critical-role":{hexCode:"f6c9",acceptedStyles:["brands"]},crop:{hexCode:"f125",acceptedStyles:["solid"]},"crop-simple":{hexCode:"f565",acceptedStyles:["solid"]},cross:{hexCode:"f654",acceptedStyles:["solid"]},crosshairs:{hexCode:"f05b",acceptedStyles:["solid"]},crow:{hexCode:"f520",acceptedStyles:["solid"]},crown:{hexCode:"f521",acceptedStyles:["solid"]},crutch:{hexCode:"f7f7",acceptedStyles:["solid"]},"cruzeiro-sign":{hexCode:"e152",acceptedStyles:["solid"]},css:{hexCode:"e6a2",acceptedStyles:["brands"]},css3:{hexCode:"f13c",acceptedStyles:["brands"]},"css3-alt":{hexCode:"f38b",acceptedStyles:["brands"]},cube:{hexCode:"f1b2",acceptedStyles:["solid"]},cubes:{hexCode:"f1b3",acceptedStyles:["solid"]},"cubes-stacked":{hexCode:"e4e6",acceptedStyles:["solid"]},cuttlefish:{hexCode:"f38c",acceptedStyles:["brands"]},d:{hexCode:"44",acceptedStyles:["solid"]},"d-and-d":{hexCode:"f38d",acceptedStyles:["brands"]},"d-and-d-beyond":{hexCode:"f6ca",acceptedStyles:["brands"]},dailymotion:{hexCode:"e052",acceptedStyles:["brands"]},"dart-lang":{hexCode:"e693",acceptedStyles:["brands"]},dashcube:{hexCode:"f210",acceptedStyles:["brands"]},database:{hexCode:"f1c0",acceptedStyles:["solid"]},debian:{hexCode:"e60b",acceptedStyles:["brands"]},deezer:{hexCode:"e077",acceptedStyles:["brands"]},"delete-left":{hexCode:"f55a",acceptedStyles:["solid"]},delicious:{hexCode:"f1a5",acceptedStyles:["brands"]},democrat:{hexCode:"f747",acceptedStyles:["solid"]},deploydog:{hexCode:"f38e",acceptedStyles:["brands"]},deskpro:{hexCode:"f38f",acceptedStyles:["brands"]},desktop:{hexCode:"f390",acceptedStyles:["solid"]},dev:{hexCode:"f6cc",acceptedStyles:["brands"]},deviantart:{hexCode:"f1bd",acceptedStyles:["brands"]},dharmachakra:{hexCode:"f655",acceptedStyles:["solid"]},dhl:{hexCode:"f790",acceptedStyles:["brands"]},"diagram-next":{hexCode:"e476",acceptedStyles:["solid"]},"diagram-predecessor":{hexCode:"e477",acceptedStyles:["solid"]},"diagram-project":{hexCode:"f542",acceptedStyles:["solid"]},"diagram-successor":{hexCode:"e47a",acceptedStyles:["solid"]},diamond:{hexCode:"f219",acceptedStyles:["solid"]},"diamond-turn-right":{hexCode:"f5eb",acceptedStyles:["solid"]},diaspora:{hexCode:"f791",acceptedStyles:["brands"]},dice:{hexCode:"f522",acceptedStyles:["solid"]},"dice-d20":{hexCode:"f6cf",acceptedStyles:["solid"]},"dice-d6":{hexCode:"f6d1",acceptedStyles:["solid"]},"dice-five":{hexCode:"f523",acceptedStyles:["solid"]},"dice-four":{hexCode:"f524",acceptedStyles:["solid"]},"dice-one":{hexCode:"f525",acceptedStyles:["solid"]},"dice-six":{hexCode:"f526",acceptedStyles:["solid"]},"dice-three":{hexCode:"f527",acceptedStyles:["solid"]},"dice-two":{hexCode:"f528",acceptedStyles:["solid"]},digg:{hexCode:"f1a6",acceptedStyles:["brands"]},"digital-ocean":{hexCode:"f391",acceptedStyles:["brands"]},discord:{hexCode:"f392",acceptedStyles:["brands"]},discourse:{hexCode:"f393",acceptedStyles:["brands"]},disease:{hexCode:"f7fa",acceptedStyles:["solid"]},display:{hexCode:"e163",acceptedStyles:["solid"]},disqus:{hexCode:"e7d5",acceptedStyles:["brands"]},divide:{hexCode:"f529",acceptedStyles:["solid"]},dna:{hexCode:"f471",acceptedStyles:["solid"]},dochub:{hexCode:"f394",acceptedStyles:["brands"]},docker:{hexCode:"f395",acceptedStyles:["brands"]},dog:{hexCode:"f6d3",acceptedStyles:["solid"]},"dollar-sign":{hexCode:"24",acceptedStyles:["solid"]},dolly:{hexCode:"f472",acceptedStyles:["solid"]},"dong-sign":{hexCode:"e169",acceptedStyles:["solid"]},"door-closed":{hexCode:"f52a",acceptedStyles:["solid"]},"door-open":{hexCode:"f52b",acceptedStyles:["solid"]},dove:{hexCode:"f4ba",acceptedStyles:["solid"]},"down-left-and-up-right-to-center":{hexCode:"f422",acceptedStyles:["solid"]},"down-long":{hexCode:"f309",acceptedStyles:["solid"]},download:{hexCode:"f019",acceptedStyles:["solid"]},draft2digital:{hexCode:"f396",acceptedStyles:["brands"]},dragon:{hexCode:"f6d5",acceptedStyles:["solid"]},"draw-polygon":{hexCode:"f5ee",acceptedStyles:["solid"]},dribbble:{hexCode:"f17d",acceptedStyles:["brands"]},dropbox:{hexCode:"f16b",acceptedStyles:["brands"]},droplet:{hexCode:"f043",acceptedStyles:["solid"]},"droplet-slash":{hexCode:"f5c7",acceptedStyles:["solid"]},drum:{hexCode:"f569",acceptedStyles:["solid"]},"drum-steelpan":{hexCode:"f56a",acceptedStyles:["solid"]},"drumstick-bite":{hexCode:"f6d7",acceptedStyles:["solid"]},drupal:{hexCode:"f1a9",acceptedStyles:["brands"]},dumbbell:{hexCode:"f44b",acceptedStyles:["solid"]},dumpster:{hexCode:"f793",acceptedStyles:["solid"]},"dumpster-fire":{hexCode:"f794",acceptedStyles:["solid"]},dungeon:{hexCode:"f6d9",acceptedStyles:["solid"]},duolingo:{hexCode:"e812",acceptedStyles:["brands"]},dyalog:{hexCode:"f399",acceptedStyles:["brands"]},e:{hexCode:"45",acceptedStyles:["solid"]},"ear-deaf":{hexCode:"f2a4",acceptedStyles:["solid"]},"ear-listen":{hexCode:"f2a2",acceptedStyles:["solid"]},earlybirds:{hexCode:"f39a",acceptedStyles:["brands"]},"earth-africa":{hexCode:"f57c",acceptedStyles:["solid"]},"earth-americas":{hexCode:"f57d",acceptedStyles:["solid"]},"earth-asia":{hexCode:"f57e",acceptedStyles:["solid"]},"earth-europe":{hexCode:"f7a2",acceptedStyles:["solid"]},"earth-oceania":{hexCode:"e47b",acceptedStyles:["solid"]},ebay:{hexCode:"f4f4",acceptedStyles:["brands"]},edge:{hexCode:"f282",acceptedStyles:["brands"]},"edge-legacy":{hexCode:"e078",acceptedStyles:["brands"]},egg:{hexCode:"f7fb",acceptedStyles:["solid"]},eject:{hexCode:"f052",acceptedStyles:["solid"]},elementor:{hexCode:"f430",acceptedStyles:["brands"]},elevator:{hexCode:"e16d",acceptedStyles:["solid"]},eleventy:{hexCode:"e7d6",acceptedStyles:["brands"]},ellipsis:{hexCode:"f141",acceptedStyles:["solid"]},"ellipsis-vertical":{hexCode:"f142",acceptedStyles:["solid"]},ello:{hexCode:"f5f1",acceptedStyles:["brands"]},ember:{hexCode:"f423",acceptedStyles:["brands"]},empire:{hexCode:"f1d1",acceptedStyles:["brands"]},envelope:{hexCode:"f0e0",acceptedStyles:["solid","regular"]},"envelope-circle-check":{hexCode:"e4e8",acceptedStyles:["solid"]},"envelope-open":{hexCode:"f2b6",acceptedStyles:["solid","regular"]},"envelope-open-text":{hexCode:"f658",acceptedStyles:["solid"]},"envelopes-bulk":{hexCode:"f674",acceptedStyles:["solid"]},envira:{hexCode:"f299",acceptedStyles:["brands"]},equals:{hexCode:"3d",acceptedStyles:["solid"]},eraser:{hexCode:"f12d",acceptedStyles:["solid"]},erlang:{hexCode:"f39d",acceptedStyles:["brands"]},ethereum:{hexCode:"f42e",acceptedStyles:["brands"]},ethernet:{hexCode:"f796",acceptedStyles:["solid"]},etsy:{hexCode:"f2d7",acceptedStyles:["brands"]},"euro-sign":{hexCode:"f153",acceptedStyles:["solid"]},evernote:{hexCode:"f839",acceptedStyles:["brands"]},exclamation:{hexCode:"21",acceptedStyles:["solid"]},expand:{hexCode:"f065",acceptedStyles:["solid"]},expeditedssl:{hexCode:"f23e",acceptedStyles:["brands"]},explosion:{hexCode:"e4e9",acceptedStyles:["solid"]},eye:{hexCode:"f06e",acceptedStyles:["solid","regular"]},"eye-dropper":{hexCode:"f1fb",acceptedStyles:["solid"]},"eye-low-vision":{hexCode:"f2a8",acceptedStyles:["solid"]},"eye-slash":{hexCode:"f070",acceptedStyles:["solid","regular"]},f:{hexCode:"46",acceptedStyles:["solid"]},"face-angry":{hexCode:"f556",acceptedStyles:["solid","regular"]},"face-dizzy":{hexCode:"f567",acceptedStyles:["solid","regular"]},"face-flushed":{hexCode:"f579",acceptedStyles:["solid","regular"]},"face-frown":{hexCode:"f119",acceptedStyles:["solid","regular"]},"face-frown-open":{hexCode:"f57a",acceptedStyles:["solid","regular"]},"face-grimace":{hexCode:"f57f",acceptedStyles:["solid","regular"]},"face-grin":{hexCode:"f580",acceptedStyles:["solid","regular"]},"face-grin-beam":{hexCode:"f582",acceptedStyles:["solid","regular"]},"face-grin-beam-sweat":{hexCode:"f583",acceptedStyles:["solid","regular"]},"face-grin-hearts":{hexCode:"f584",acceptedStyles:["solid","regular"]},"face-grin-squint":{hexCode:"f585",acceptedStyles:["solid","regular"]},"face-grin-squint-tears":{hexCode:"f586",acceptedStyles:["solid","regular"]},"face-grin-stars":{hexCode:"f587",acceptedStyles:["solid","regular"]},"face-grin-tears":{hexCode:"f588",acceptedStyles:["solid","regular"]},"face-grin-tongue":{hexCode:"f589",acceptedStyles:["solid","regular"]},"face-grin-tongue-squint":{hexCode:"f58a",acceptedStyles:["solid","regular"]},"face-grin-tongue-wink":{hexCode:"f58b",acceptedStyles:["solid","regular"]},"face-grin-wide":{hexCode:"f581",acceptedStyles:["solid","regular"]},"face-grin-wink":{hexCode:"f58c",acceptedStyles:["solid","regular"]},"face-kiss":{hexCode:"f596",acceptedStyles:["solid","regular"]},"face-kiss-beam":{hexCode:"f597",acceptedStyles:["solid","regular"]},"face-kiss-wink-heart":{hexCode:"f598",acceptedStyles:["solid","regular"]},"face-laugh":{hexCode:"f599",acceptedStyles:["solid","regular"]},"face-laugh-beam":{hexCode:"f59a",acceptedStyles:["solid","regular"]},"face-laugh-squint":{hexCode:"f59b",acceptedStyles:["solid","regular"]},"face-laugh-wink":{hexCode:"f59c",acceptedStyles:["solid","regular"]},"face-meh":{hexCode:"f11a",acceptedStyles:["solid","regular"]},"face-meh-blank":{hexCode:"f5a4",acceptedStyles:["solid","regular"]},"face-rolling-eyes":{hexCode:"f5a5",acceptedStyles:["solid","regular"]},"face-sad-cry":{hexCode:"f5b3",acceptedStyles:["solid","regular"]},"face-sad-tear":{hexCode:"f5b4",acceptedStyles:["solid","regular"]},"face-smile":{hexCode:"f118",acceptedStyles:["solid","regular"]},"face-smile-beam":{hexCode:"f5b8",acceptedStyles:["solid","regular"]},"face-smile-wink":{hexCode:"f4da",acceptedStyles:["solid","regular"]},"face-surprise":{hexCode:"f5c2",acceptedStyles:["solid","regular"]},"face-tired":{hexCode:"f5c8",acceptedStyles:["solid","regular"]},facebook:{hexCode:"f09a",acceptedStyles:["brands"]},"facebook-f":{hexCode:"f39e",acceptedStyles:["brands"]},"facebook-messenger":{hexCode:"f39f",acceptedStyles:["brands"]},fan:{hexCode:"f863",acceptedStyles:["solid"]},"fantasy-flight-games":{hexCode:"f6dc",acceptedStyles:["brands"]},faucet:{hexCode:"e005",acceptedStyles:["solid"]},"faucet-drip":{hexCode:"e006",acceptedStyles:["solid"]},fax:{hexCode:"f1ac",acceptedStyles:["solid"]},feather:{hexCode:"f52d",acceptedStyles:["solid"]},"feather-pointed":{hexCode:"f56b",acceptedStyles:["solid"]},fedex:{hexCode:"f797",acceptedStyles:["brands"]},fedora:{hexCode:"f798",acceptedStyles:["brands"]},ferry:{hexCode:"e4ea",acceptedStyles:["solid"]},figma:{hexCode:"f799",acceptedStyles:["brands"]},file:{hexCode:"f15b",acceptedStyles:["solid","regular"]},"file-arrow-down":{hexCode:"f56d",acceptedStyles:["solid"]},"file-arrow-up":{hexCode:"f574",acceptedStyles:["solid"]},"file-audio":{hexCode:"f1c7",acceptedStyles:["solid","regular"]},"file-circle-check":{hexCode:"e5a0",acceptedStyles:["solid"]},"file-circle-exclamation":{hexCode:"e4eb",acceptedStyles:["solid"]},"file-circle-minus":{hexCode:"e4ed",acceptedStyles:["solid"]},"file-circle-plus":{hexCode:"e494",acceptedStyles:["solid"]},"file-circle-question":{hexCode:"e4ef",acceptedStyles:["solid"]},"file-circle-xmark":{hexCode:"e5a1",acceptedStyles:["solid"]},"file-code":{hexCode:"f1c9",acceptedStyles:["solid","regular"]},"file-contract":{hexCode:"f56c",acceptedStyles:["solid"]},"file-csv":{hexCode:"f6dd",acceptedStyles:["solid"]},"file-excel":{hexCode:"f1c3",acceptedStyles:["solid","regular"]},"file-export":{hexCode:"f56e",acceptedStyles:["solid"]},"file-fragment":{hexCode:"e697",acceptedStyles:["solid"]},"file-half-dashed":{hexCode:"e698",acceptedStyles:["solid"]},"file-image":{hexCode:"f1c5",acceptedStyles:["solid","regular"]},"file-import":{hexCode:"f56f",acceptedStyles:["solid"]},"file-invoice":{hexCode:"f570",acceptedStyles:["solid"]},"file-invoice-dollar":{hexCode:"f571",acceptedStyles:["solid"]},"file-lines":{hexCode:"f15c",acceptedStyles:["solid","regular"]},"file-medical":{hexCode:"f477",acceptedStyles:["solid"]},"file-pdf":{hexCode:"f1c1",acceptedStyles:["solid","regular"]},"file-pen":{hexCode:"f31c",acceptedStyles:["solid"]},"file-powerpoint":{hexCode:"f1c4",acceptedStyles:["solid","regular"]},"file-prescription":{hexCode:"f572",acceptedStyles:["solid"]},"file-shield":{hexCode:"e4f0",acceptedStyles:["solid"]},"file-signature":{hexCode:"f573",acceptedStyles:["solid"]},"file-video":{hexCode:"f1c8",acceptedStyles:["solid","regular"]},"file-waveform":{hexCode:"f478",acceptedStyles:["solid"]},"file-word":{hexCode:"f1c2",acceptedStyles:["solid","regular"]},"file-zipper":{hexCode:"f1c6",acceptedStyles:["solid","regular"]},"files-pinwheel":{hexCode:"e69f",acceptedStyles:["brands"]},fill:{hexCode:"f575",acceptedStyles:["solid"]},"fill-drip":{hexCode:"f576",acceptedStyles:["solid"]},film:{hexCode:"f008",acceptedStyles:["solid"]},filter:{hexCode:"f0b0",acceptedStyles:["solid"]},"filter-circle-dollar":{hexCode:"f662",acceptedStyles:["solid"]},"filter-circle-xmark":{hexCode:"e17b",acceptedStyles:["solid"]},fingerprint:{hexCode:"f577",acceptedStyles:["solid"]},fire:{hexCode:"f06d",acceptedStyles:["solid"]},"fire-burner":{hexCode:"e4f1",acceptedStyles:["solid"]},"fire-extinguisher":{hexCode:"f134",acceptedStyles:["solid"]},"fire-flame-curved":{hexCode:"f7e4",acceptedStyles:["solid"]},"fire-flame-simple":{hexCode:"f46a",acceptedStyles:["solid"]},firefox:{hexCode:"f269",acceptedStyles:["brands"]},"firefox-browser":{hexCode:"e007",acceptedStyles:["brands"]},"first-order":{hexCode:"f2b0",acceptedStyles:["brands"]},"first-order-alt":{hexCode:"f50a",acceptedStyles:["brands"]},firstdraft:{hexCode:"f3a1",acceptedStyles:["brands"]},fish:{hexCode:"f578",acceptedStyles:["solid"]},"fish-fins":{hexCode:"e4f2",acceptedStyles:["solid"]},flag:{hexCode:"f024",acceptedStyles:["solid","regular"]},"flag-checkered":{hexCode:"f11e",acceptedStyles:["solid"]},"flag-usa":{hexCode:"f74d",acceptedStyles:["solid"]},flask:{hexCode:"f0c3",acceptedStyles:["solid"]},"flask-vial":{hexCode:"e4f3",acceptedStyles:["solid"]},flickr:{hexCode:"f16e",acceptedStyles:["brands"]},flipboard:{hexCode:"f44d",acceptedStyles:["brands"]},"floppy-disk":{hexCode:"f0c7",acceptedStyles:["solid","regular"]},"florin-sign":{hexCode:"e184",acceptedStyles:["solid"]},flutter:{hexCode:"e694",acceptedStyles:["brands"]},fly:{hexCode:"f417",acceptedStyles:["brands"]},folder:{hexCode:"f07b",acceptedStyles:["solid","regular"]},"folder-closed":{hexCode:"e185",acceptedStyles:["solid","regular"]},"folder-minus":{hexCode:"f65d",acceptedStyles:["solid"]},"folder-open":{hexCode:"f07c",acceptedStyles:["solid","regular"]},"folder-plus":{hexCode:"f65e",acceptedStyles:["solid"]},"folder-tree":{hexCode:"f802",acceptedStyles:["solid"]},font:{hexCode:"f031",acceptedStyles:["solid"]},"font-awesome":{hexCode:"f2b4",acceptedStyles:["solid","regular","brands"]},fonticons:{hexCode:"f280",acceptedStyles:["brands"]},"fonticons-fi":{hexCode:"f3a2",acceptedStyles:["brands"]},football:{hexCode:"f44e",acceptedStyles:["solid"]},"fort-awesome":{hexCode:"f286",acceptedStyles:["brands"]},"fort-awesome-alt":{hexCode:"f3a3",acceptedStyles:["brands"]},forumbee:{hexCode:"f211",acceptedStyles:["brands"]},forward:{hexCode:"f04e",acceptedStyles:["solid"]},"forward-fast":{hexCode:"f050",acceptedStyles:["solid"]},"forward-step":{hexCode:"f051",acceptedStyles:["solid"]},foursquare:{hexCode:"f180",acceptedStyles:["brands"]},"franc-sign":{hexCode:"e18f",acceptedStyles:["solid"]},"free-code-camp":{hexCode:"f2c5",acceptedStyles:["brands"]},freebsd:{hexCode:"f3a4",acceptedStyles:["brands"]},frog:{hexCode:"f52e",acceptedStyles:["solid"]},fulcrum:{hexCode:"f50b",acceptedStyles:["brands"]},futbol:{hexCode:"f1e3",acceptedStyles:["solid","regular"]},g:{hexCode:"47",acceptedStyles:["solid"]},"galactic-republic":{hexCode:"f50c",acceptedStyles:["brands"]},"galactic-senate":{hexCode:"f50d",acceptedStyles:["brands"]},gamepad:{hexCode:"f11b",acceptedStyles:["solid"]},"gas-pump":{hexCode:"f52f",acceptedStyles:["solid"]},gauge:{hexCode:"f624",acceptedStyles:["solid"]},"gauge-high":{hexCode:"f625",acceptedStyles:["solid"]},"gauge-simple":{hexCode:"f629",acceptedStyles:["solid"]},"gauge-simple-high":{hexCode:"f62a",acceptedStyles:["solid"]},gavel:{hexCode:"f0e3",acceptedStyles:["solid"]},gear:{hexCode:"f013",acceptedStyles:["solid"]},gears:{hexCode:"f085",acceptedStyles:["solid"]},gem:{hexCode:"f3a5",acceptedStyles:["solid","regular"]},genderless:{hexCode:"f22d",acceptedStyles:["solid"]},"get-pocket":{hexCode:"f265",acceptedStyles:["brands"]},gg:{hexCode:"f260",acceptedStyles:["brands"]},"gg-circle":{hexCode:"f261",acceptedStyles:["brands"]},ghost:{hexCode:"f6e2",acceptedStyles:["solid"]},gift:{hexCode:"f06b",acceptedStyles:["solid"]},gifts:{hexCode:"f79c",acceptedStyles:["solid"]},git:{hexCode:"f1d3",acceptedStyles:["brands"]},"git-alt":{hexCode:"f841",acceptedStyles:["brands"]},github:{hexCode:"f09b",acceptedStyles:["brands"]},"github-alt":{hexCode:"f113",acceptedStyles:["brands"]},gitkraken:{hexCode:"f3a6",acceptedStyles:["brands"]},gitlab:{hexCode:"f296",acceptedStyles:["brands"]},gitter:{hexCode:"f426",acceptedStyles:["brands"]},"glass-water":{hexCode:"e4f4",acceptedStyles:["solid"]},"glass-water-droplet":{hexCode:"e4f5",acceptedStyles:["solid"]},glasses:{hexCode:"f530",acceptedStyles:["solid"]},glide:{hexCode:"f2a5",acceptedStyles:["brands"]},"glide-g":{hexCode:"f2a6",acceptedStyles:["brands"]},globe:{hexCode:"f0ac",acceptedStyles:["solid"]},gofore:{hexCode:"f3a7",acceptedStyles:["brands"]},golang:{hexCode:"e40f",acceptedStyles:["brands"]},"golf-ball-tee":{hexCode:"f450",acceptedStyles:["solid"]},goodreads:{hexCode:"f3a8",acceptedStyles:["brands"]},"goodreads-g":{hexCode:"f3a9",acceptedStyles:["brands"]},google:{hexCode:"f1a0",acceptedStyles:["brands"]},"google-drive":{hexCode:"f3aa",acceptedStyles:["brands"]},"google-pay":{hexCode:"e079",acceptedStyles:["brands"]},"google-play":{hexCode:"f3ab",acceptedStyles:["brands"]},"google-plus":{hexCode:"f2b3",acceptedStyles:["brands"]},"google-plus-g":{hexCode:"f0d5",acceptedStyles:["brands"]},"google-scholar":{hexCode:"e63b",acceptedStyles:["brands"]},"google-wallet":{hexCode:"f1ee",acceptedStyles:["brands"]},gopuram:{hexCode:"f664",acceptedStyles:["solid"]},"graduation-cap":{hexCode:"f19d",acceptedStyles:["solid"]},gratipay:{hexCode:"f184",acceptedStyles:["brands"]},grav:{hexCode:"f2d6",acceptedStyles:["brands"]},"greater-than":{hexCode:"3e",acceptedStyles:["solid"]},"greater-than-equal":{hexCode:"f532",acceptedStyles:["solid"]},grip:{hexCode:"f58d",acceptedStyles:["solid"]},"grip-lines":{hexCode:"f7a4",acceptedStyles:["solid"]},"grip-lines-vertical":{hexCode:"f7a5",acceptedStyles:["solid"]},"grip-vertical":{hexCode:"f58e",acceptedStyles:["solid"]},gripfire:{hexCode:"f3ac",acceptedStyles:["brands"]},"group-arrows-rotate":{hexCode:"e4f6",acceptedStyles:["solid"]},grunt:{hexCode:"f3ad",acceptedStyles:["brands"]},"guarani-sign":{hexCode:"e19a",acceptedStyles:["solid"]},guilded:{hexCode:"e07e",acceptedStyles:["brands"]},guitar:{hexCode:"f7a6",acceptedStyles:["solid"]},gulp:{hexCode:"f3ae",acceptedStyles:["brands"]},gun:{hexCode:"e19b",acceptedStyles:["solid"]},h:{hexCode:"48",acceptedStyles:["solid"]},"hacker-news":{hexCode:"f1d4",acceptedStyles:["brands"]},hackerrank:{hexCode:"f5f7",acceptedStyles:["brands"]},hammer:{hexCode:"f6e3",acceptedStyles:["solid"]},hamsa:{hexCode:"f665",acceptedStyles:["solid"]},hand:{hexCode:"f256",acceptedStyles:["solid","regular"]},"hand-back-fist":{hexCode:"f255",acceptedStyles:["solid","regular"]},"hand-dots":{hexCode:"f461",acceptedStyles:["solid"]},"hand-fist":{hexCode:"f6de",acceptedStyles:["solid"]},"hand-holding":{hexCode:"f4bd",acceptedStyles:["solid"]},"hand-holding-dollar":{hexCode:"f4c0",acceptedStyles:["solid"]},"hand-holding-droplet":{hexCode:"f4c1",acceptedStyles:["solid"]},"hand-holding-hand":{hexCode:"e4f7",acceptedStyles:["solid"]},"hand-holding-heart":{hexCode:"f4be",acceptedStyles:["solid"]},"hand-holding-medical":{hexCode:"e05c",acceptedStyles:["solid"]},"hand-lizard":{hexCode:"f258",acceptedStyles:["solid","regular"]},"hand-middle-finger":{hexCode:"f806",acceptedStyles:["solid"]},"hand-peace":{hexCode:"f25b",acceptedStyles:["solid","regular"]},"hand-point-down":{hexCode:"f0a7",acceptedStyles:["solid","regular"]},"hand-point-left":{hexCode:"f0a5",acceptedStyles:["solid","regular"]},"hand-point-right":{hexCode:"f0a4",acceptedStyles:["solid","regular"]},"hand-point-up":{hexCode:"f0a6",acceptedStyles:["solid","regular"]},"hand-pointer":{hexCode:"f25a",acceptedStyles:["solid","regular"]},"hand-scissors":{hexCode:"f257",acceptedStyles:["solid","regular"]},"hand-sparkles":{hexCode:"e05d",acceptedStyles:["solid"]},"hand-spock":{hexCode:"f259",acceptedStyles:["solid","regular"]},handcuffs:{hexCode:"e4f8",acceptedStyles:["solid"]},hands:{hexCode:"f2a7",acceptedStyles:["solid"]},"hands-asl-interpreting":{hexCode:"f2a3",acceptedStyles:["solid"]},"hands-bound":{hexCode:"e4f9",acceptedStyles:["solid"]},"hands-bubbles":{hexCode:"e05e",acceptedStyles:["solid"]},"hands-clapping":{hexCode:"e1a8",acceptedStyles:["solid"]},"hands-holding":{hexCode:"f4c2",acceptedStyles:["solid"]},"hands-holding-child":{hexCode:"e4fa",acceptedStyles:["solid"]},"hands-holding-circle":{hexCode:"e4fb",acceptedStyles:["solid"]},"hands-praying":{hexCode:"f684",acceptedStyles:["solid"]},handshake:{hexCode:"f2b5",acceptedStyles:["solid","regular"]},"handshake-angle":{hexCode:"f4c4",acceptedStyles:["solid"]},"handshake-slash":{hexCode:"e060",acceptedStyles:["solid"]},hanukiah:{hexCode:"f6e6",acceptedStyles:["solid"]},"hard-drive":{hexCode:"f0a0",acceptedStyles:["solid","regular"]},hashnode:{hexCode:"e499",acceptedStyles:["brands"]},hashtag:{hexCode:"23",acceptedStyles:["solid"]},"hat-cowboy":{hexCode:"f8c0",acceptedStyles:["solid"]},"hat-cowboy-side":{hexCode:"f8c1",acceptedStyles:["solid"]},"hat-wizard":{hexCode:"f6e8",acceptedStyles:["solid"]},"head-side-cough":{hexCode:"e061",acceptedStyles:["solid"]},"head-side-cough-slash":{hexCode:"e062",acceptedStyles:["solid"]},"head-side-mask":{hexCode:"e063",acceptedStyles:["solid"]},"head-side-virus":{hexCode:"e064",acceptedStyles:["solid"]},heading:{hexCode:"f1dc",acceptedStyles:["solid"]},headphones:{hexCode:"f025",acceptedStyles:["solid","regular"]},headset:{hexCode:"f590",acceptedStyles:["solid"]},heart:{hexCode:"f004",acceptedStyles:["solid","regular"]},"heart-circle-bolt":{hexCode:"e4fc",acceptedStyles:["solid"]},"heart-circle-check":{hexCode:"e4fd",acceptedStyles:["solid"]},"heart-circle-exclamation":{hexCode:"e4fe",acceptedStyles:["solid"]},"heart-circle-minus":{hexCode:"e4ff",acceptedStyles:["solid"]},"heart-circle-plus":{hexCode:"e500",acceptedStyles:["solid"]},"heart-circle-xmark":{hexCode:"e501",acceptedStyles:["solid"]},"heart-crack":{hexCode:"f7a9",acceptedStyles:["solid"]},"heart-pulse":{hexCode:"f21e",acceptedStyles:["solid"]},helicopter:{hexCode:"f533",acceptedStyles:["solid"]},"helicopter-symbol":{hexCode:"e502",acceptedStyles:["solid"]},"helmet-safety":{hexCode:"f807",acceptedStyles:["solid"]},"helmet-un":{hexCode:"e503",acceptedStyles:["solid"]},hexagon:{hexCode:"f312",acceptedStyles:["solid"]},"hexagon-nodes":{hexCode:"e699",acceptedStyles:["solid"]},"hexagon-nodes-bolt":{hexCode:"e69a",acceptedStyles:["solid"]},highlighter:{hexCode:"f591",acceptedStyles:["solid"]},"hill-avalanche":{hexCode:"e507",acceptedStyles:["solid"]},"hill-rockslide":{hexCode:"e508",acceptedStyles:["solid"]},hippo:{hexCode:"f6ed",acceptedStyles:["solid"]},hips:{hexCode:"f452",acceptedStyles:["brands"]},"hire-a-helper":{hexCode:"f3b0",acceptedStyles:["brands"]},hive:{hexCode:"e07f",acceptedStyles:["brands"]},"hockey-puck":{hexCode:"f453",acceptedStyles:["solid"]},"holly-berry":{hexCode:"f7aa",acceptedStyles:["solid"]},hooli:{hexCode:"f427",acceptedStyles:["brands"]},hornbill:{hexCode:"f592",acceptedStyles:["brands"]},horse:{hexCode:"f6f0",acceptedStyles:["solid"]},"horse-head":{hexCode:"f7ab",acceptedStyles:["solid"]},hospital:{hexCode:"f0f8",acceptedStyles:["solid","regular"]},"hospital-user":{hexCode:"f80d",acceptedStyles:["solid"]},"hot-tub-person":{hexCode:"f593",acceptedStyles:["solid"]},hotdog:{hexCode:"f80f",acceptedStyles:["solid"]},hotel:{hexCode:"f594",acceptedStyles:["solid"]},hotjar:{hexCode:"f3b1",acceptedStyles:["brands"]},hourglass:{hexCode:"f254",acceptedStyles:["solid","regular"]},"hourglass-end":{hexCode:"f253",acceptedStyles:["solid"]},"hourglass-half":{hexCode:"f252",acceptedStyles:["solid","regular"]},"hourglass-start":{hexCode:"f251",acceptedStyles:["solid"]},house:{hexCode:"f015",acceptedStyles:["solid","regular"]},"house-chimney":{hexCode:"e3af",acceptedStyles:["solid"]},"house-chimney-crack":{hexCode:"f6f1",acceptedStyles:["solid"]},"house-chimney-medical":{hexCode:"f7f2",acceptedStyles:["solid"]},"house-chimney-user":{hexCode:"e065",acceptedStyles:["solid"]},"house-chimney-window":{hexCode:"e00d",acceptedStyles:["solid"]},"house-circle-check":{hexCode:"e509",acceptedStyles:["solid"]},"house-circle-exclamation":{hexCode:"e50a",acceptedStyles:["solid"]},"house-circle-xmark":{hexCode:"e50b",acceptedStyles:["solid"]},"house-crack":{hexCode:"e3b1",acceptedStyles:["solid"]},"house-fire":{hexCode:"e50c",acceptedStyles:["solid"]},"house-flag":{hexCode:"e50d",acceptedStyles:["solid"]},"house-flood-water":{hexCode:"e50e",acceptedStyles:["solid"]},"house-flood-water-circle-arrow-right":{hexCode:"e50f",acceptedStyles:["solid"]},"house-laptop":{hexCode:"e066",acceptedStyles:["solid"]},"house-lock":{hexCode:"e510",acceptedStyles:["solid"]},"house-medical":{hexCode:"e3b2",acceptedStyles:["solid"]},"house-medical-circle-check":{hexCode:"e511",acceptedStyles:["solid"]},"house-medical-circle-exclamation":{hexCode:"e512",acceptedStyles:["solid"]},"house-medical-circle-xmark":{hexCode:"e513",acceptedStyles:["solid"]},"house-medical-flag":{hexCode:"e514",acceptedStyles:["solid"]},"house-signal":{hexCode:"e012",acceptedStyles:["solid"]},"house-tsunami":{hexCode:"e515",acceptedStyles:["solid"]},"house-user":{hexCode:"e1b0",acceptedStyles:["solid"]},houzz:{hexCode:"f27c",acceptedStyles:["brands"]},"hryvnia-sign":{hexCode:"f6f2",acceptedStyles:["solid"]},html5:{hexCode:"f13b",acceptedStyles:["brands"]},hubspot:{hexCode:"f3b2",acceptedStyles:["brands"]},hurricane:{hexCode:"f751",acceptedStyles:["solid"]},i:{hexCode:"49",acceptedStyles:["solid"]},"i-cursor":{hexCode:"f246",acceptedStyles:["solid"]},"ice-cream":{hexCode:"f810",acceptedStyles:["solid"]},icicles:{hexCode:"f7ad",acceptedStyles:["solid"]},icons:{hexCode:"f86d",acceptedStyles:["solid"]},"id-badge":{hexCode:"f2c1",acceptedStyles:["solid","regular"]},"id-card":{hexCode:"f2c2",acceptedStyles:["solid","regular"]},"id-card-clip":{hexCode:"f47f",acceptedStyles:["solid"]},ideal:{hexCode:"e013",acceptedStyles:["brands"]},igloo:{hexCode:"f7ae",acceptedStyles:["solid"]},image:{hexCode:"f03e",acceptedStyles:["solid","regular"]},"image-portrait":{hexCode:"f3e0",acceptedStyles:["solid"]},images:{hexCode:"f302",acceptedStyles:["solid","regular"]},imdb:{hexCode:"f2d8",acceptedStyles:["brands"]},inbox:{hexCode:"f01c",acceptedStyles:["solid"]},indent:{hexCode:"f03c",acceptedStyles:["solid"]},"indian-rupee-sign":{hexCode:"e1bc",acceptedStyles:["solid"]},industry:{hexCode:"f275",acceptedStyles:["solid"]},infinity:{hexCode:"f534",acceptedStyles:["solid"]},info:{hexCode:"f129",acceptedStyles:["solid"]},instagram:{hexCode:"f16d",acceptedStyles:["brands"]},instalod:{hexCode:"e081",acceptedStyles:["brands"]},intercom:{hexCode:"f7af",acceptedStyles:["brands"]},"internet-explorer":{hexCode:"f26b",acceptedStyles:["brands"]},invision:{hexCode:"f7b0",acceptedStyles:["brands"]},ioxhost:{hexCode:"f208",acceptedStyles:["brands"]},italic:{hexCode:"f033",acceptedStyles:["solid"]},"itch-io":{hexCode:"f83a",acceptedStyles:["brands"]},itunes:{hexCode:"f3b4",acceptedStyles:["brands"]},"itunes-note":{hexCode:"f3b5",acceptedStyles:["brands"]},j:{hexCode:"4a",acceptedStyles:["solid"]},jar:{hexCode:"e516",acceptedStyles:["solid"]},"jar-wheat":{hexCode:"e517",acceptedStyles:["solid"]},java:{hexCode:"f4e4",acceptedStyles:["brands"]},jedi:{hexCode:"f669",acceptedStyles:["solid"]},"jedi-order":{hexCode:"f50e",acceptedStyles:["brands"]},jenkins:{hexCode:"f3b6",acceptedStyles:["brands"]},"jet-fighter":{hexCode:"f0fb",acceptedStyles:["solid"]},"jet-fighter-up":{hexCode:"e518",acceptedStyles:["solid"]},jira:{hexCode:"f7b1",acceptedStyles:["brands"]},joget:{hexCode:"f3b7",acceptedStyles:["brands"]},joint:{hexCode:"f595",acceptedStyles:["solid"]},joomla:{hexCode:"f1aa",acceptedStyles:["brands"]},js:{hexCode:"f3b8",acceptedStyles:["brands"]},jsfiddle:{hexCode:"f1cc",acceptedStyles:["brands"]},"jug-detergent":{hexCode:"e519",acceptedStyles:["solid"]},jxl:{hexCode:"e67b",acceptedStyles:["brands"]},k:{hexCode:"4b",acceptedStyles:["solid"]},kaaba:{hexCode:"f66b",acceptedStyles:["solid"]},kaggle:{hexCode:"f5fa",acceptedStyles:["brands"]},"kakao-talk":{hexCode:"e7d7",acceptedStyles:["brands"]},key:{hexCode:"f084",acceptedStyles:["solid"]},keybase:{hexCode:"f4f5",acceptedStyles:["brands"]},keyboard:{hexCode:"f11c",acceptedStyles:["solid","regular"]},keycdn:{hexCode:"f3ba",acceptedStyles:["brands"]},khanda:{hexCode:"f66d",acceptedStyles:["solid"]},kickstarter:{hexCode:"f3bb",acceptedStyles:["brands"]},"kickstarter-k":{hexCode:"f3bc",acceptedStyles:["brands"]},"kip-sign":{hexCode:"e1c4",acceptedStyles:["solid"]},"kit-medical":{hexCode:"f479",acceptedStyles:["solid"]},"kitchen-set":{hexCode:"e51a",acceptedStyles:["solid"]},"kiwi-bird":{hexCode:"f535",acceptedStyles:["solid"]},korvue:{hexCode:"f42f",acceptedStyles:["brands"]},l:{hexCode:"4c",acceptedStyles:["solid"]},"land-mine-on":{hexCode:"e51b",acceptedStyles:["solid"]},landmark:{hexCode:"f66f",acceptedStyles:["solid"]},"landmark-dome":{hexCode:"f752",acceptedStyles:["solid"]},"landmark-flag":{hexCode:"e51c",acceptedStyles:["solid"]},language:{hexCode:"f1ab",acceptedStyles:["solid"]},laptop:{hexCode:"f109",acceptedStyles:["solid"]},"laptop-code":{hexCode:"f5fc",acceptedStyles:["solid"]},"laptop-file":{hexCode:"e51d",acceptedStyles:["solid"]},"laptop-medical":{hexCode:"f812",acceptedStyles:["solid"]},laravel:{hexCode:"f3bd",acceptedStyles:["brands"]},"lari-sign":{hexCode:"e1c8",acceptedStyles:["solid"]},lastfm:{hexCode:"f202",acceptedStyles:["brands"]},"layer-group":{hexCode:"f5fd",acceptedStyles:["solid"]},leaf:{hexCode:"f06c",acceptedStyles:["solid"]},leanpub:{hexCode:"f212",acceptedStyles:["brands"]},"left-long":{hexCode:"f30a",acceptedStyles:["solid"]},"left-right":{hexCode:"f337",acceptedStyles:["solid"]},lemon:{hexCode:"f094",acceptedStyles:["solid","regular"]},less:{hexCode:"f41d",acceptedStyles:["brands"]},"less-than":{hexCode:"3c",acceptedStyles:["solid"]},"less-than-equal":{hexCode:"f537",acceptedStyles:["solid"]},letterboxd:{hexCode:"e62d",acceptedStyles:["brands"]},"life-ring":{hexCode:"f1cd",acceptedStyles:["solid","regular"]},lightbulb:{hexCode:"f0eb",acceptedStyles:["solid","regular"]},line:{hexCode:"f3c0",acceptedStyles:["brands"]},"lines-leaning":{hexCode:"e51e",acceptedStyles:["solid"]},link:{hexCode:"f0c1",acceptedStyles:["solid"]},"link-slash":{hexCode:"f127",acceptedStyles:["solid"]},linkedin:{hexCode:"f08c",acceptedStyles:["brands"]},"linkedin-in":{hexCode:"f0e1",acceptedStyles:["brands"]},linktree:{hexCode:"e7d8",acceptedStyles:["brands"]},linode:{hexCode:"f2b8",acceptedStyles:["brands"]},linux:{hexCode:"f17c",acceptedStyles:["brands"]},"lira-sign":{hexCode:"f195",acceptedStyles:["solid"]},list:{hexCode:"f03a",acceptedStyles:["solid"]},"list-check":{hexCode:"f0ae",acceptedStyles:["solid"]},"list-ol":{hexCode:"f0cb",acceptedStyles:["solid"]},"list-ul":{hexCode:"f0ca",acceptedStyles:["solid"]},"litecoin-sign":{hexCode:"e1d3",acceptedStyles:["solid"]},"location-arrow":{hexCode:"f124",acceptedStyles:["solid"]},"location-crosshairs":{hexCode:"f601",acceptedStyles:["solid"]},"location-dot":{hexCode:"f3c5",acceptedStyles:["solid"]},"location-pin":{hexCode:"f041",acceptedStyles:["solid"]},"location-pin-lock":{hexCode:"e51f",acceptedStyles:["solid"]},lock:{hexCode:"f023",acceptedStyles:["solid"]},"lock-open":{hexCode:"f3c1",acceptedStyles:["solid"]},locust:{hexCode:"e520",acceptedStyles:["solid"]},lumon:{hexCode:"e7e2",acceptedStyles:["brands"]},"lumon-drop":{hexCode:"e7e3",acceptedStyles:["brands"]},lungs:{hexCode:"f604",acceptedStyles:["solid"]},"lungs-virus":{hexCode:"e067",acceptedStyles:["solid"]},lyft:{hexCode:"f3c3",acceptedStyles:["brands"]},m:{hexCode:"4d",acceptedStyles:["solid"]},magento:{hexCode:"f3c4",acceptedStyles:["brands"]},magnet:{hexCode:"f076",acceptedStyles:["solid"]},"magnifying-glass":{hexCode:"f002",acceptedStyles:["solid"]},"magnifying-glass-arrow-right":{hexCode:"e521",acceptedStyles:["solid"]},"magnifying-glass-chart":{hexCode:"e522",acceptedStyles:["solid"]},"magnifying-glass-dollar":{hexCode:"f688",acceptedStyles:["solid"]},"magnifying-glass-location":{hexCode:"f689",acceptedStyles:["solid"]},"magnifying-glass-minus":{hexCode:"f010",acceptedStyles:["solid"]},"magnifying-glass-plus":{hexCode:"f00e",acceptedStyles:["solid"]},mailchimp:{hexCode:"f59e",acceptedStyles:["brands"]},"manat-sign":{hexCode:"e1d5",acceptedStyles:["solid"]},mandalorian:{hexCode:"f50f",acceptedStyles:["brands"]},map:{hexCode:"f279",acceptedStyles:["solid","regular"]},"map-location":{hexCode:"f59f",acceptedStyles:["solid"]},"map-location-dot":{hexCode:"f5a0",acceptedStyles:["solid"]},"map-pin":{hexCode:"f276",acceptedStyles:["solid"]},markdown:{hexCode:"f60f",acceptedStyles:["brands"]},marker:{hexCode:"f5a1",acceptedStyles:["solid"]},mars:{hexCode:"f222",acceptedStyles:["solid"]},"mars-and-venus":{hexCode:"f224",acceptedStyles:["solid"]},"mars-and-venus-burst":{hexCode:"e523",acceptedStyles:["solid"]},"mars-double":{hexCode:"f227",acceptedStyles:["solid"]},"mars-stroke":{hexCode:"f229",acceptedStyles:["solid"]},"mars-stroke-right":{hexCode:"f22b",acceptedStyles:["solid"]},"mars-stroke-up":{hexCode:"f22a",acceptedStyles:["solid"]},"martini-glass":{hexCode:"f57b",acceptedStyles:["solid"]},"martini-glass-citrus":{hexCode:"f561",acceptedStyles:["solid"]},"martini-glass-empty":{hexCode:"f000",acceptedStyles:["solid"]},mask:{hexCode:"f6fa",acceptedStyles:["solid"]},"mask-face":{hexCode:"e1d7",acceptedStyles:["solid"]},"mask-ventilator":{hexCode:"e524",acceptedStyles:["solid"]},"masks-theater":{hexCode:"f630",acceptedStyles:["solid"]},mastodon:{hexCode:"f4f6",acceptedStyles:["brands"]},"mattress-pillow":{hexCode:"e525",acceptedStyles:["solid"]},maxcdn:{hexCode:"f136",acceptedStyles:["brands"]},maximize:{hexCode:"f31e",acceptedStyles:["solid"]},mdb:{hexCode:"f8ca",acceptedStyles:["brands"]},medal:{hexCode:"f5a2",acceptedStyles:["solid"]},medapps:{hexCode:"f3c6",acceptedStyles:["brands"]},medium:{hexCode:"f23a",acceptedStyles:["brands"]},medrt:{hexCode:"f3c8",acceptedStyles:["brands"]},meetup:{hexCode:"f2e0",acceptedStyles:["brands"]},megaport:{hexCode:"f5a3",acceptedStyles:["brands"]},memory:{hexCode:"f538",acceptedStyles:["solid"]},mendeley:{hexCode:"f7b3",acceptedStyles:["brands"]},menorah:{hexCode:"f676",acceptedStyles:["solid"]},mercury:{hexCode:"f223",acceptedStyles:["solid"]},message:{hexCode:"f27a",acceptedStyles:["solid","regular"]},meta:{hexCode:"e49b",acceptedStyles:["brands"]},meteor:{hexCode:"f753",acceptedStyles:["solid"]},microblog:{hexCode:"e01a",acceptedStyles:["brands"]},microchip:{hexCode:"f2db",acceptedStyles:["solid"]},microphone:{hexCode:"f130",acceptedStyles:["solid"]},"microphone-lines":{hexCode:"f3c9",acceptedStyles:["solid"]},"microphone-lines-slash":{hexCode:"f539",acceptedStyles:["solid"]},"microphone-slash":{hexCode:"f131",acceptedStyles:["solid"]},microscope:{hexCode:"f610",acceptedStyles:["solid"]},microsoft:{hexCode:"f3ca",acceptedStyles:["brands"]},"mill-sign":{hexCode:"e1ed",acceptedStyles:["solid"]},minimize:{hexCode:"f78c",acceptedStyles:["solid"]},mintbit:{hexCode:"e62f",acceptedStyles:["brands"]},minus:{hexCode:"f068",acceptedStyles:["solid"]},mitten:{hexCode:"f7b5",acceptedStyles:["solid"]},mix:{hexCode:"f3cb",acceptedStyles:["brands"]},mixcloud:{hexCode:"f289",acceptedStyles:["brands"]},mixer:{hexCode:"e056",acceptedStyles:["brands"]},mizuni:{hexCode:"f3cc",acceptedStyles:["brands"]},mobile:{hexCode:"f3ce",acceptedStyles:["solid"]},"mobile-button":{hexCode:"f10b",acceptedStyles:["solid"]},"mobile-retro":{hexCode:"e527",acceptedStyles:["solid"]},"mobile-screen":{hexCode:"f3cf",acceptedStyles:["solid"]},"mobile-screen-button":{hexCode:"f3cd",acceptedStyles:["solid"]},"mobile-vibrate":{hexCode:"e816",acceptedStyles:["solid"]},modx:{hexCode:"f285",acceptedStyles:["brands"]},monero:{hexCode:"f3d0",acceptedStyles:["brands"]},"money-bill":{hexCode:"f0d6",acceptedStyles:["solid"]},"money-bill-1":{hexCode:"f3d1",acceptedStyles:["solid","regular"]},"money-bill-1-wave":{hexCode:"f53b",acceptedStyles:["solid"]},"money-bill-transfer":{hexCode:"e528",acceptedStyles:["solid"]},"money-bill-trend-up":{hexCode:"e529",acceptedStyles:["solid"]},"money-bill-wave":{hexCode:"f53a",acceptedStyles:["solid"]},"money-bill-wheat":{hexCode:"e52a",acceptedStyles:["solid"]},"money-bills":{hexCode:"e1f3",acceptedStyles:["solid"]},"money-check":{hexCode:"f53c",acceptedStyles:["solid"]},"money-check-dollar":{hexCode:"f53d",acceptedStyles:["solid"]},monument:{hexCode:"f5a6",acceptedStyles:["solid"]},moon:{hexCode:"f186",acceptedStyles:["solid","regular"]},"mortar-pestle":{hexCode:"f5a7",acceptedStyles:["solid"]},mosque:{hexCode:"f678",acceptedStyles:["solid"]},mosquito:{hexCode:"e52b",acceptedStyles:["solid"]},"mosquito-net":{hexCode:"e52c",acceptedStyles:["solid"]},motorcycle:{hexCode:"f21c",acceptedStyles:["solid"]},mound:{hexCode:"e52d",acceptedStyles:["solid"]},mountain:{hexCode:"f6fc",acceptedStyles:["solid"]},"mountain-city":{hexCode:"e52e",acceptedStyles:["solid"]},"mountain-sun":{hexCode:"e52f",acceptedStyles:["solid"]},"mug-hot":{hexCode:"f7b6",acceptedStyles:["solid"]},"mug-saucer":{hexCode:"f0f4",acceptedStyles:["solid"]},music:{hexCode:"f001",acceptedStyles:["solid"]},n:{hexCode:"4e",acceptedStyles:["solid"]},"naira-sign":{hexCode:"e1f6",acceptedStyles:["solid"]},napster:{hexCode:"f3d2",acceptedStyles:["brands"]},neos:{hexCode:"f612",acceptedStyles:["brands"]},"network-wired":{hexCode:"f6ff",acceptedStyles:["solid"]},neuter:{hexCode:"f22c",acceptedStyles:["solid"]},newspaper:{hexCode:"f1ea",acceptedStyles:["solid","regular"]},"nfc-directional":{hexCode:"e530",acceptedStyles:["brands"]},"nfc-symbol":{hexCode:"e531",acceptedStyles:["brands"]},nimblr:{hexCode:"f5a8",acceptedStyles:["brands"]},node:{hexCode:"f419",acceptedStyles:["brands"]},"node-js":{hexCode:"f3d3",acceptedStyles:["brands"]},"non-binary":{hexCode:"e807",acceptedStyles:["solid"]},"not-equal":{hexCode:"f53e",acceptedStyles:["solid"]},notdef:{hexCode:"e1fe",acceptedStyles:["solid"]},"note-sticky":{hexCode:"f249",acceptedStyles:["solid","regular"]},"notes-medical":{hexCode:"f481",acceptedStyles:["solid"]},notion:{hexCode:"e7d9",acceptedStyles:["brands"]},npm:{hexCode:"f3d4",acceptedStyles:["brands"]},ns8:{hexCode:"f3d5",acceptedStyles:["brands"]},nutritionix:{hexCode:"f3d6",acceptedStyles:["brands"]},o:{hexCode:"4f",acceptedStyles:["solid"]},"object-group":{hexCode:"f247",acceptedStyles:["solid","regular"]},"object-ungroup":{hexCode:"f248",acceptedStyles:["solid","regular"]},octagon:{hexCode:"f306",acceptedStyles:["solid"]},"octopus-deploy":{hexCode:"e082",acceptedStyles:["brands"]},odnoklassniki:{hexCode:"f263",acceptedStyles:["brands"]},odysee:{hexCode:"e5c6",acceptedStyles:["brands"]},"oil-can":{hexCode:"f613",acceptedStyles:["solid"]},"oil-well":{hexCode:"e532",acceptedStyles:["solid"]},"old-republic":{hexCode:"f510",acceptedStyles:["brands"]},om:{hexCode:"f679",acceptedStyles:["solid"]},openai:{hexCode:"e7cf",acceptedStyles:["brands"]},opencart:{hexCode:"f23d",acceptedStyles:["brands"]},openid:{hexCode:"f19b",acceptedStyles:["brands"]},opensuse:{hexCode:"e62b",acceptedStyles:["brands"]},opera:{hexCode:"f26a",acceptedStyles:["brands"]},"optin-monster":{hexCode:"f23c",acceptedStyles:["brands"]},orcid:{hexCode:"f8d2",acceptedStyles:["brands"]},osi:{hexCode:"f41a",acceptedStyles:["brands"]},otter:{hexCode:"f700",acceptedStyles:["solid"]},outdent:{hexCode:"f03b",acceptedStyles:["solid"]},p:{hexCode:"50",acceptedStyles:["solid"]},padlet:{hexCode:"e4a0",acceptedStyles:["brands"]},page4:{hexCode:"f3d7",acceptedStyles:["brands"]},pagelines:{hexCode:"f18c",acceptedStyles:["brands"]},pager:{hexCode:"f815",acceptedStyles:["solid"]},"paint-roller":{hexCode:"f5aa",acceptedStyles:["solid"]},paintbrush:{hexCode:"f1fc",acceptedStyles:["solid"]},palette:{hexCode:"f53f",acceptedStyles:["solid"]},palfed:{hexCode:"f3d8",acceptedStyles:["brands"]},pallet:{hexCode:"f482",acceptedStyles:["solid"]},pandora:{hexCode:"e7da",acceptedStyles:["brands"]},panorama:{hexCode:"e209",acceptedStyles:["solid"]},"paper-plane":{hexCode:"f1d8",acceptedStyles:["solid","regular"]},paperclip:{hexCode:"f0c6",acceptedStyles:["solid"]},"parachute-box":{hexCode:"f4cd",acceptedStyles:["solid"]},paragraph:{hexCode:"f1dd",acceptedStyles:["solid"]},passport:{hexCode:"f5ab",acceptedStyles:["solid"]},paste:{hexCode:"f0ea",acceptedStyles:["solid","regular"]},patreon:{hexCode:"f3d9",acceptedStyles:["brands"]},pause:{hexCode:"f04c",acceptedStyles:["solid"]},paw:{hexCode:"f1b0",acceptedStyles:["solid"]},paypal:{hexCode:"f1ed",acceptedStyles:["brands"]},peace:{hexCode:"f67c",acceptedStyles:["solid"]},pen:{hexCode:"f304",acceptedStyles:["solid"]},"pen-clip":{hexCode:"f305",acceptedStyles:["solid"]},"pen-fancy":{hexCode:"f5ac",acceptedStyles:["solid"]},"pen-nib":{hexCode:"f5ad",acceptedStyles:["solid"]},"pen-ruler":{hexCode:"f5ae",acceptedStyles:["solid"]},"pen-to-square":{hexCode:"f044",acceptedStyles:["solid","regular"]},pencil:{hexCode:"f303",acceptedStyles:["solid"]},pentagon:{hexCode:"e790",acceptedStyles:["solid"]},"people-arrows":{hexCode:"e068",acceptedStyles:["solid"]},"people-carry-box":{hexCode:"f4ce",acceptedStyles:["solid"]},"people-group":{hexCode:"e533",acceptedStyles:["solid"]},"people-line":{hexCode:"e534",acceptedStyles:["solid"]},"people-pulling":{hexCode:"e535",acceptedStyles:["solid"]},"people-robbery":{hexCode:"e536",acceptedStyles:["solid"]},"people-roof":{hexCode:"e537",acceptedStyles:["solid"]},"pepper-hot":{hexCode:"f816",acceptedStyles:["solid"]},perbyte:{hexCode:"e083",acceptedStyles:["brands"]},percent:{hexCode:"25",acceptedStyles:["solid"]},periscope:{hexCode:"f3da",acceptedStyles:["brands"]},person:{hexCode:"f183",acceptedStyles:["solid"]},"person-arrow-down-to-line":{hexCode:"e538",acceptedStyles:["solid"]},"person-arrow-up-from-line":{hexCode:"e539",acceptedStyles:["solid"]},"person-biking":{hexCode:"f84a",acceptedStyles:["solid"]},"person-booth":{hexCode:"f756",acceptedStyles:["solid"]},"person-breastfeeding":{hexCode:"e53a",acceptedStyles:["solid"]},"person-burst":{hexCode:"e53b",acceptedStyles:["solid"]},"person-cane":{hexCode:"e53c",acceptedStyles:["solid"]},"person-chalkboard":{hexCode:"e53d",acceptedStyles:["solid"]},"person-circle-check":{hexCode:"e53e",acceptedStyles:["solid"]},"person-circle-exclamation":{hexCode:"e53f",acceptedStyles:["solid"]},"person-circle-minus":{hexCode:"e540",acceptedStyles:["solid"]},"person-circle-plus":{hexCode:"e541",acceptedStyles:["solid"]},"person-circle-question":{hexCode:"e542",acceptedStyles:["solid"]},"person-circle-xmark":{hexCode:"e543",acceptedStyles:["solid"]},"person-digging":{hexCode:"f85e",acceptedStyles:["solid"]},"person-dots-from-line":{hexCode:"f470",acceptedStyles:["solid"]},"person-dress":{hexCode:"f182",acceptedStyles:["solid"]},"person-dress-burst":{hexCode:"e544",acceptedStyles:["solid"]},"person-drowning":{hexCode:"e545",acceptedStyles:["solid"]},"person-falling":{hexCode:"e546",acceptedStyles:["solid"]},"person-falling-burst":{hexCode:"e547",acceptedStyles:["solid"]},"person-half-dress":{hexCode:"e548",acceptedStyles:["solid"]},"person-harassing":{hexCode:"e549",acceptedStyles:["solid"]},"person-hiking":{hexCode:"f6ec",acceptedStyles:["solid"]},"person-military-pointing":{hexCode:"e54a",acceptedStyles:["solid"]},"person-military-rifle":{hexCode:"e54b",acceptedStyles:["solid"]},"person-military-to-person":{hexCode:"e54c",acceptedStyles:["solid"]},"person-praying":{hexCode:"f683",acceptedStyles:["solid"]},"person-pregnant":{hexCode:"e31e",acceptedStyles:["solid"]},"person-rays":{hexCode:"e54d",acceptedStyles:["solid"]},"person-rifle":{hexCode:"e54e",acceptedStyles:["solid"]},"person-running":{hexCode:"f70c",acceptedStyles:["solid"]},"person-shelter":{hexCode:"e54f",acceptedStyles:["solid"]},"person-skating":{hexCode:"f7c5",acceptedStyles:["solid"]},"person-skiing":{hexCode:"f7c9",acceptedStyles:["solid"]},"person-skiing-nordic":{hexCode:"f7ca",acceptedStyles:["solid"]},"person-snowboarding":{hexCode:"f7ce",acceptedStyles:["solid"]},"person-swimming":{hexCode:"f5c4",acceptedStyles:["solid"]},"person-through-window":{hexCode:"e5a9",acceptedStyles:["solid"]},"person-walking":{hexCode:"f554",acceptedStyles:["solid"]},"person-walking-arrow-loop-left":{hexCode:"e551",acceptedStyles:["solid"]},"person-walking-arrow-right":{hexCode:"e552",acceptedStyles:["solid"]},"person-walking-dashed-line-arrow-right":{hexCode:"e553",acceptedStyles:["solid"]},"person-walking-luggage":{hexCode:"e554",acceptedStyles:["solid"]},"person-walking-with-cane":{hexCode:"f29d",acceptedStyles:["solid"]},"peseta-sign":{hexCode:"e221",acceptedStyles:["solid"]},"peso-sign":{hexCode:"e222",acceptedStyles:["solid"]},phabricator:{hexCode:"f3db",acceptedStyles:["brands"]},"phoenix-framework":{hexCode:"f3dc",acceptedStyles:["brands"]},"phoenix-squadron":{hexCode:"f511",acceptedStyles:["brands"]},phone:{hexCode:"f095",acceptedStyles:["solid"]},"phone-flip":{hexCode:"f879",acceptedStyles:["solid"]},"phone-slash":{hexCode:"f3dd",acceptedStyles:["solid"]},"phone-volume":{hexCode:"f2a0",acceptedStyles:["solid"]},"photo-film":{hexCode:"f87c",acceptedStyles:["solid"]},php:{hexCode:"f457",acceptedStyles:["brands"]},"pied-piper":{hexCode:"f2ae",acceptedStyles:["brands"]},"pied-piper-alt":{hexCode:"f1a8",acceptedStyles:["brands"]},"pied-piper-hat":{hexCode:"f4e5",acceptedStyles:["brands"]},"pied-piper-pp":{hexCode:"f1a7",acceptedStyles:["brands"]},"piggy-bank":{hexCode:"f4d3",acceptedStyles:["solid"]},pills:{hexCode:"f484",acceptedStyles:["solid"]},pinterest:{hexCode:"f0d2",acceptedStyles:["brands"]},"pinterest-p":{hexCode:"f231",acceptedStyles:["brands"]},pix:{hexCode:"e43a",acceptedStyles:["brands"]},pixelfed:{hexCode:"e7db",acceptedStyles:["brands"]},pixiv:{hexCode:"e640",acceptedStyles:["brands"]},"pizza-slice":{hexCode:"f818",acceptedStyles:["solid"]},"place-of-worship":{hexCode:"f67f",acceptedStyles:["solid"]},plane:{hexCode:"f072",acceptedStyles:["solid"]},"plane-arrival":{hexCode:"f5af",acceptedStyles:["solid"]},"plane-circle-check":{hexCode:"e555",acceptedStyles:["solid"]},"plane-circle-exclamation":{hexCode:"e556",acceptedStyles:["solid"]},"plane-circle-xmark":{hexCode:"e557",acceptedStyles:["solid"]},"plane-departure":{hexCode:"f5b0",acceptedStyles:["solid"]},"plane-lock":{hexCode:"e558",acceptedStyles:["solid"]},"plane-slash":{hexCode:"e069",acceptedStyles:["solid"]},"plane-up":{hexCode:"e22d",acceptedStyles:["solid"]},"plant-wilt":{hexCode:"e5aa",acceptedStyles:["solid"]},"plate-wheat":{hexCode:"e55a",acceptedStyles:["solid"]},play:{hexCode:"f04b",acceptedStyles:["solid"]},playstation:{hexCode:"f3df",acceptedStyles:["brands"]},plug:{hexCode:"f1e6",acceptedStyles:["solid"]},"plug-circle-bolt":{hexCode:"e55b",acceptedStyles:["solid"]},"plug-circle-check":{hexCode:"e55c",acceptedStyles:["solid"]},"plug-circle-exclamation":{hexCode:"e55d",acceptedStyles:["solid"]},"plug-circle-minus":{hexCode:"e55e",acceptedStyles:["solid"]},"plug-circle-plus":{hexCode:"e55f",acceptedStyles:["solid"]},"plug-circle-xmark":{hexCode:"e560",acceptedStyles:["solid"]},plus:{hexCode:"2b",acceptedStyles:["solid"]},"plus-minus":{hexCode:"e43c",acceptedStyles:["solid"]},podcast:{hexCode:"f2ce",acceptedStyles:["solid"]},poo:{hexCode:"f2fe",acceptedStyles:["solid"]},"poo-storm":{hexCode:"f75a",acceptedStyles:["solid"]},poop:{hexCode:"f619",acceptedStyles:["solid"]},"power-off":{hexCode:"f011",acceptedStyles:["solid"]},prescription:{hexCode:"f5b1",acceptedStyles:["solid"]},"prescription-bottle":{hexCode:"f485",acceptedStyles:["solid"]},"prescription-bottle-medical":{hexCode:"f486",acceptedStyles:["solid"]},print:{hexCode:"f02f",acceptedStyles:["solid"]},"product-hunt":{hexCode:"f288",acceptedStyles:["brands"]},"pump-medical":{hexCode:"e06a",acceptedStyles:["solid"]},"pump-soap":{hexCode:"e06b",acceptedStyles:["solid"]},pushed:{hexCode:"f3e1",acceptedStyles:["brands"]},"puzzle-piece":{hexCode:"f12e",acceptedStyles:["solid"]},python:{hexCode:"f3e2",acceptedStyles:["brands"]},q:{hexCode:"51",acceptedStyles:["solid"]},qq:{hexCode:"f1d6",acceptedStyles:["brands"]},qrcode:{hexCode:"f029",acceptedStyles:["solid"]},question:{hexCode:"3f",acceptedStyles:["solid"]},quinscape:{hexCode:"f459",acceptedStyles:["brands"]},quora:{hexCode:"f2c4",acceptedStyles:["brands"]},"quote-left":{hexCode:"f10d",acceptedStyles:["solid"]},"quote-right":{hexCode:"f10e",acceptedStyles:["solid"]},r:{hexCode:"52",acceptedStyles:["solid"]},"r-project":{hexCode:"f4f7",acceptedStyles:["brands"]},radiation:{hexCode:"f7b9",acceptedStyles:["solid"]},radio:{hexCode:"f8d7",acceptedStyles:["solid"]},rainbow:{hexCode:"f75b",acceptedStyles:["solid"]},"ranking-star":{hexCode:"e561",acceptedStyles:["solid"]},"raspberry-pi":{hexCode:"f7bb",acceptedStyles:["brands"]},ravelry:{hexCode:"f2d9",acceptedStyles:["brands"]},react:{hexCode:"f41b",acceptedStyles:["brands"]},reacteurope:{hexCode:"f75d",acceptedStyles:["brands"]},readme:{hexCode:"f4d5",acceptedStyles:["brands"]},rebel:{hexCode:"f1d0",acceptedStyles:["brands"]},receipt:{hexCode:"f543",acceptedStyles:["solid"]},"record-vinyl":{hexCode:"f8d9",acceptedStyles:["solid"]},"rectangle-ad":{hexCode:"f641",acceptedStyles:["solid"]},"rectangle-list":{hexCode:"f022",acceptedStyles:["solid","regular"]},"rectangle-xmark":{hexCode:"f410",acceptedStyles:["solid","regular"]},recycle:{hexCode:"f1b8",acceptedStyles:["solid"]},"red-river":{hexCode:"f3e3",acceptedStyles:["brands"]},reddit:{hexCode:"f1a1",acceptedStyles:["brands"]},"reddit-alien":{hexCode:"f281",acceptedStyles:["brands"]},redhat:{hexCode:"f7bc",acceptedStyles:["brands"]},registered:{hexCode:"f25d",acceptedStyles:["solid","regular"]},renren:{hexCode:"f18b",acceptedStyles:["brands"]},repeat:{hexCode:"f363",acceptedStyles:["solid"]},reply:{hexCode:"f3e5",acceptedStyles:["solid"]},"reply-all":{hexCode:"f122",acceptedStyles:["solid"]},replyd:{hexCode:"f3e6",acceptedStyles:["brands"]},republican:{hexCode:"f75e",acceptedStyles:["solid"]},researchgate:{hexCode:"f4f8",acceptedStyles:["brands"]},resolving:{hexCode:"f3e7",acceptedStyles:["brands"]},restroom:{hexCode:"f7bd",acceptedStyles:["solid"]},retweet:{hexCode:"f079",acceptedStyles:["solid"]},rev:{hexCode:"f5b2",acceptedStyles:["brands"]},ribbon:{hexCode:"f4d6",acceptedStyles:["solid"]},"right-from-bracket":{hexCode:"f2f5",acceptedStyles:["solid"]},"right-left":{hexCode:"f362",acceptedStyles:["solid"]},"right-long":{hexCode:"f30b",acceptedStyles:["solid"]},"right-to-bracket":{hexCode:"f2f6",acceptedStyles:["solid"]},ring:{hexCode:"f70b",acceptedStyles:["solid"]},road:{hexCode:"f018",acceptedStyles:["solid"]},"road-barrier":{hexCode:"e562",acceptedStyles:["solid"]},"road-bridge":{hexCode:"e563",acceptedStyles:["solid"]},"road-circle-check":{hexCode:"e564",acceptedStyles:["solid"]},"road-circle-exclamation":{hexCode:"e565",acceptedStyles:["solid"]},"road-circle-xmark":{hexCode:"e566",acceptedStyles:["solid"]},"road-lock":{hexCode:"e567",acceptedStyles:["solid"]},"road-spikes":{hexCode:"e568",acceptedStyles:["solid"]},robot:{hexCode:"f544",acceptedStyles:["solid"]},rocket:{hexCode:"f135",acceptedStyles:["solid"]},rocketchat:{hexCode:"f3e8",acceptedStyles:["brands"]},rockrms:{hexCode:"f3e9",acceptedStyles:["brands"]},rotate:{hexCode:"f2f1",acceptedStyles:["solid"]},"rotate-left":{hexCode:"f2ea",acceptedStyles:["solid"]},"rotate-right":{hexCode:"f2f9",acceptedStyles:["solid"]},route:{hexCode:"f4d7",acceptedStyles:["solid"]},rss:{hexCode:"f09e",acceptedStyles:["solid"]},"ruble-sign":{hexCode:"f158",acceptedStyles:["solid"]},rug:{hexCode:"e569",acceptedStyles:["solid"]},ruler:{hexCode:"f545",acceptedStyles:["solid"]},"ruler-combined":{hexCode:"f546",acceptedStyles:["solid"]},"ruler-horizontal":{hexCode:"f547",acceptedStyles:["solid"]},"ruler-vertical":{hexCode:"f548",acceptedStyles:["solid"]},"rupee-sign":{hexCode:"f156",acceptedStyles:["solid"]},"rupiah-sign":{hexCode:"e23d",acceptedStyles:["solid"]},rust:{hexCode:"e07a",acceptedStyles:["brands"]},s:{hexCode:"53",acceptedStyles:["solid"]},"sack-dollar":{hexCode:"f81d",acceptedStyles:["solid"]},"sack-xmark":{hexCode:"e56a",acceptedStyles:["solid"]},safari:{hexCode:"f267",acceptedStyles:["brands"]},sailboat:{hexCode:"e445",acceptedStyles:["solid"]},salesforce:{hexCode:"f83b",acceptedStyles:["brands"]},sass:{hexCode:"f41e",acceptedStyles:["brands"]},satellite:{hexCode:"f7bf",acceptedStyles:["solid"]},"satellite-dish":{hexCode:"f7c0",acceptedStyles:["solid"]},"scale-balanced":{hexCode:"f24e",acceptedStyles:["solid"]},"scale-unbalanced":{hexCode:"f515",acceptedStyles:["solid"]},"scale-unbalanced-flip":{hexCode:"f516",acceptedStyles:["solid"]},schlix:{hexCode:"f3ea",acceptedStyles:["brands"]},school:{hexCode:"f549",acceptedStyles:["solid"]},"school-circle-check":{hexCode:"e56b",acceptedStyles:["solid"]},"school-circle-exclamation":{hexCode:"e56c",acceptedStyles:["solid"]},"school-circle-xmark":{hexCode:"e56d",acceptedStyles:["solid"]},"school-flag":{hexCode:"e56e",acceptedStyles:["solid"]},"school-lock":{hexCode:"e56f",acceptedStyles:["solid"]},scissors:{hexCode:"f0c4",acceptedStyles:["solid"]},screenpal:{hexCode:"e570",acceptedStyles:["brands"]},screwdriver:{hexCode:"f54a",acceptedStyles:["solid"]},"screwdriver-wrench":{hexCode:"f7d9",acceptedStyles:["solid"]},scribd:{hexCode:"f28a",acceptedStyles:["brands"]},scroll:{hexCode:"f70e",acceptedStyles:["solid"]},"scroll-torah":{hexCode:"f6a0",acceptedStyles:["solid"]},"sd-card":{hexCode:"f7c2",acceptedStyles:["solid"]},searchengin:{hexCode:"f3eb",acceptedStyles:["brands"]},section:{hexCode:"e447",acceptedStyles:["solid"]},seedling:{hexCode:"f4d8",acceptedStyles:["solid"]},sellcast:{hexCode:"f2da",acceptedStyles:["brands"]},sellsy:{hexCode:"f213",acceptedStyles:["brands"]},septagon:{hexCode:"e820",acceptedStyles:["solid"]},server:{hexCode:"f233",acceptedStyles:["solid"]},servicestack:{hexCode:"f3ec",acceptedStyles:["brands"]},shapes:{hexCode:"f61f",acceptedStyles:["solid"]},share:{hexCode:"f064",acceptedStyles:["solid"]},"share-from-square":{hexCode:"f14d",acceptedStyles:["solid","regular"]},"share-nodes":{hexCode:"f1e0",acceptedStyles:["solid"]},"sheet-plastic":{hexCode:"e571",acceptedStyles:["solid"]},"shekel-sign":{hexCode:"f20b",acceptedStyles:["solid"]},shield:{hexCode:"f132",acceptedStyles:["solid"]},"shield-cat":{hexCode:"e572",acceptedStyles:["solid"]},"shield-dog":{hexCode:"e573",acceptedStyles:["solid"]},"shield-halved":{hexCode:"f3ed",acceptedStyles:["solid"]},"shield-heart":{hexCode:"e574",acceptedStyles:["solid"]},"shield-virus":{hexCode:"e06c",acceptedStyles:["solid"]},ship:{hexCode:"f21a",acceptedStyles:["solid"]},shirt:{hexCode:"f553",acceptedStyles:["solid"]},shirtsinbulk:{hexCode:"f214",acceptedStyles:["brands"]},"shoe-prints":{hexCode:"f54b",acceptedStyles:["solid"]},shoelace:{hexCode:"e60c",acceptedStyles:["brands"]},shop:{hexCode:"f54f",acceptedStyles:["solid"]},"shop-lock":{hexCode:"e4a5",acceptedStyles:["solid"]},"shop-slash":{hexCode:"e070",acceptedStyles:["solid"]},shopify:{hexCode:"e057",acceptedStyles:["brands"]},shopware:{hexCode:"f5b5",acceptedStyles:["brands"]},shower:{hexCode:"f2cc",acceptedStyles:["solid"]},shrimp:{hexCode:"e448",acceptedStyles:["solid"]},shuffle:{hexCode:"f074",acceptedStyles:["solid"]},"shuttle-space":{hexCode:"f197",acceptedStyles:["solid"]},"sign-hanging":{hexCode:"f4d9",acceptedStyles:["solid"]},signal:{hexCode:"f012",acceptedStyles:["solid"]},"signal-messenger":{hexCode:"e663",acceptedStyles:["brands"]},signature:{hexCode:"f5b7",acceptedStyles:["solid"]},"signs-post":{hexCode:"f277",acceptedStyles:["solid"]},"sim-card":{hexCode:"f7c4",acceptedStyles:["solid"]},simplybuilt:{hexCode:"f215",acceptedStyles:["brands"]},"single-quote-left":{hexCode:"e81b",acceptedStyles:["solid"]},"single-quote-right":{hexCode:"e81c",acceptedStyles:["solid"]},sink:{hexCode:"e06d",acceptedStyles:["solid"]},sistrix:{hexCode:"f3ee",acceptedStyles:["brands"]},sitemap:{hexCode:"f0e8",acceptedStyles:["solid"]},sith:{hexCode:"f512",acceptedStyles:["brands"]},sitrox:{hexCode:"e44a",acceptedStyles:["brands"]},sketch:{hexCode:"f7c6",acceptedStyles:["brands"]},skull:{hexCode:"f54c",acceptedStyles:["solid"]},"skull-crossbones":{hexCode:"f714",acceptedStyles:["solid"]},skyatlas:{hexCode:"f216",acceptedStyles:["brands"]},skype:{hexCode:"f17e",acceptedStyles:["brands"]},slack:{hexCode:"f198",acceptedStyles:["brands"]},slash:{hexCode:"f715",acceptedStyles:["solid"]},sleigh:{hexCode:"f7cc",acceptedStyles:["solid"]},sliders:{hexCode:"f1de",acceptedStyles:["solid"]},slideshare:{hexCode:"f1e7",acceptedStyles:["brands"]},smog:{hexCode:"f75f",acceptedStyles:["solid"]},smoking:{hexCode:"f48d",acceptedStyles:["solid"]},snapchat:{hexCode:"f2ab",acceptedStyles:["brands"]},snowflake:{hexCode:"f2dc",acceptedStyles:["solid","regular"]},snowman:{hexCode:"f7d0",acceptedStyles:["solid"]},snowplow:{hexCode:"f7d2",acceptedStyles:["solid"]},soap:{hexCode:"e06e",acceptedStyles:["solid"]},socks:{hexCode:"f696",acceptedStyles:["solid"]},"solar-panel":{hexCode:"f5ba",acceptedStyles:["solid"]},sort:{hexCode:"f0dc",acceptedStyles:["solid"]},"sort-down":{hexCode:"f0dd",acceptedStyles:["solid"]},"sort-up":{hexCode:"f0de",acceptedStyles:["solid"]},soundcloud:{hexCode:"f1be",acceptedStyles:["brands"]},sourcetree:{hexCode:"f7d3",acceptedStyles:["brands"]},spa:{hexCode:"f5bb",acceptedStyles:["solid"]},"space-awesome":{hexCode:"e5ac",acceptedStyles:["brands"]},"spaghetti-monster-flying":{hexCode:"f67b",acceptedStyles:["solid"]},speakap:{hexCode:"f3f3",acceptedStyles:["brands"]},"speaker-deck":{hexCode:"f83c",acceptedStyles:["brands"]},"spell-check":{hexCode:"f891",acceptedStyles:["solid"]},spider:{hexCode:"f717",acceptedStyles:["solid"]},spinner:{hexCode:"f110",acceptedStyles:["solid"]},spiral:{hexCode:"e80a",acceptedStyles:["solid"]},splotch:{hexCode:"f5bc",acceptedStyles:["solid"]},spoon:{hexCode:"f2e5",acceptedStyles:["solid"]},spotify:{hexCode:"f1bc",acceptedStyles:["brands"]},"spray-can":{hexCode:"f5bd",acceptedStyles:["solid"]},"spray-can-sparkles":{hexCode:"f5d0",acceptedStyles:["solid"]},square:{hexCode:"f0c8",acceptedStyles:["solid","regular"]},"square-arrow-up-right":{hexCode:"f14c",acceptedStyles:["solid"]},"square-behance":{hexCode:"f1b5",acceptedStyles:["brands"]},"square-binary":{hexCode:"e69b",acceptedStyles:["solid"]},"square-bluesky":{hexCode:"e6a3",acceptedStyles:["brands"]},"square-caret-down":{hexCode:"f150",acceptedStyles:["solid","regular"]},"square-caret-left":{hexCode:"f191",acceptedStyles:["solid","regular"]},"square-caret-right":{hexCode:"f152",acceptedStyles:["solid","regular"]},"square-caret-up":{hexCode:"f151",acceptedStyles:["solid","regular"]},"square-check":{hexCode:"f14a",acceptedStyles:["solid","regular"]},"square-dribbble":{hexCode:"f397",acceptedStyles:["brands"]},"square-envelope":{hexCode:"f199",acceptedStyles:["solid"]},"square-facebook":{hexCode:"f082",acceptedStyles:["brands"]},"square-figma":{hexCode:"e7e4",acceptedStyles:["brands"]},"square-font-awesome":{hexCode:"e5ad",acceptedStyles:["brands"]},"square-font-awesome-stroke":{hexCode:"f35c",acceptedStyles:["brands"]},"square-full":{hexCode:"f45c",acceptedStyles:["solid","regular"]},"square-git":{hexCode:"f1d2",acceptedStyles:["brands"]},"square-github":{hexCode:"f092",acceptedStyles:["brands"]},"square-gitlab":{hexCode:"e5ae",acceptedStyles:["brands"]},"square-google-plus":{hexCode:"f0d4",acceptedStyles:["brands"]},"square-h":{hexCode:"f0fd",acceptedStyles:["solid"]},"square-hacker-news":{hexCode:"f3af",acceptedStyles:["brands"]},"square-instagram":{hexCode:"e055",acceptedStyles:["brands"]},"square-js":{hexCode:"f3b9",acceptedStyles:["brands"]},"square-lastfm":{hexCode:"f203",acceptedStyles:["brands"]},"square-letterboxd":{hexCode:"e62e",acceptedStyles:["brands"]},"square-linkedin":{hexCode:"e7d0",acceptedStyles:["brands"]},"square-minus":{hexCode:"f146",acceptedStyles:["solid","regular"]},"square-nfi":{hexCode:"e576",acceptedStyles:["solid"]},"square-odnoklassniki":{hexCode:"f264",acceptedStyles:["brands"]},"square-parking":{hexCode:"f540",acceptedStyles:["solid"]},"square-pen":{hexCode:"f14b",acceptedStyles:["solid"]},"square-person-confined":{hexCode:"e577",acceptedStyles:["solid"]},"square-phone":{hexCode:"f098",acceptedStyles:["solid"]},"square-phone-flip":{hexCode:"f87b",acceptedStyles:["solid"]},"square-pied-piper":{hexCode:"e01e",acceptedStyles:["brands"]},"square-pinterest":{hexCode:"f0d3",acceptedStyles:["brands"]},"square-plus":{hexCode:"f0fe",acceptedStyles:["solid","regular"]},"square-poll-horizontal":{hexCode:"f682",acceptedStyles:["solid"]},"square-poll-vertical":{hexCode:"f681",acceptedStyles:["solid"]},"square-reddit":{hexCode:"f1a2",acceptedStyles:["brands"]},"square-root-variable":{hexCode:"f698",acceptedStyles:["solid"]},"square-rss":{hexCode:"f143",acceptedStyles:["solid"]},"square-share-nodes":{hexCode:"f1e1",acceptedStyles:["solid"]},"square-snapchat":{hexCode:"f2ad",acceptedStyles:["brands"]},"square-steam":{hexCode:"f1b7",acceptedStyles:["brands"]},"square-threads":{hexCode:"e619",acceptedStyles:["brands"]},"square-tumblr":{hexCode:"f174",acceptedStyles:["brands"]},"square-twitter":{hexCode:"f081",acceptedStyles:["brands"]},"square-up-right":{hexCode:"f360",acceptedStyles:["solid"]},"square-upwork":{hexCode:"e67c",acceptedStyles:["brands"]},"square-viadeo":{hexCode:"f2aa",acceptedStyles:["brands"]},"square-vimeo":{hexCode:"f194",acceptedStyles:["brands"]},"square-virus":{hexCode:"e578",acceptedStyles:["solid"]},"square-web-awesome":{hexCode:"e683",acceptedStyles:["brands"]},"square-web-awesome-stroke":{hexCode:"e684",acceptedStyles:["brands"]},"square-whatsapp":{hexCode:"f40c",acceptedStyles:["brands"]},"square-x-twitter":{hexCode:"e61a",acceptedStyles:["brands"]},"square-xing":{hexCode:"f169",acceptedStyles:["brands"]},"square-xmark":{hexCode:"f2d3",acceptedStyles:["solid"]},"square-youtube":{hexCode:"f431",acceptedStyles:["brands"]},squarespace:{hexCode:"f5be",acceptedStyles:["brands"]},"stack-exchange":{hexCode:"f18d",acceptedStyles:["brands"]},"stack-overflow":{hexCode:"f16c",acceptedStyles:["brands"]},stackpath:{hexCode:"f842",acceptedStyles:["brands"]},"staff-snake":{hexCode:"e579",acceptedStyles:["solid"]},stairs:{hexCode:"e289",acceptedStyles:["solid"]},stamp:{hexCode:"f5bf",acceptedStyles:["solid"]},stapler:{hexCode:"e5af",acceptedStyles:["solid"]},star:{hexCode:"f005",acceptedStyles:["solid","regular"]},"star-and-crescent":{hexCode:"f699",acceptedStyles:["solid"]},"star-half":{hexCode:"f089",acceptedStyles:["solid","regular"]},"star-half-stroke":{hexCode:"f5c0",acceptedStyles:["solid","regular"]},"star-of-david":{hexCode:"f69a",acceptedStyles:["solid"]},"star-of-life":{hexCode:"f621",acceptedStyles:["solid"]},staylinked:{hexCode:"f3f5",acceptedStyles:["brands"]},steam:{hexCode:"f1b6",acceptedStyles:["brands"]},"steam-symbol":{hexCode:"f3f6",acceptedStyles:["brands"]},"sterling-sign":{hexCode:"f154",acceptedStyles:["solid"]},stethoscope:{hexCode:"f0f1",acceptedStyles:["solid"]},"sticker-mule":{hexCode:"f3f7",acceptedStyles:["brands"]},stop:{hexCode:"f04d",acceptedStyles:["solid"]},stopwatch:{hexCode:"f2f2",acceptedStyles:["solid"]},"stopwatch-20":{hexCode:"e06f",acceptedStyles:["solid"]},store:{hexCode:"f54e",acceptedStyles:["solid"]},"store-slash":{hexCode:"e071",acceptedStyles:["solid"]},strava:{hexCode:"f428",acceptedStyles:["brands"]},"street-view":{hexCode:"f21d",acceptedStyles:["solid"]},strikethrough:{hexCode:"f0cc",acceptedStyles:["solid"]},stripe:{hexCode:"f429",acceptedStyles:["brands"]},"stripe-s":{hexCode:"f42a",acceptedStyles:["brands"]},stroopwafel:{hexCode:"f551",acceptedStyles:["solid"]},stubber:{hexCode:"e5c7",acceptedStyles:["brands"]},studiovinari:{hexCode:"f3f8",acceptedStyles:["brands"]},stumbleupon:{hexCode:"f1a4",acceptedStyles:["brands"]},"stumbleupon-circle":{hexCode:"f1a3",acceptedStyles:["brands"]},subscript:{hexCode:"f12c",acceptedStyles:["solid"]},suitcase:{hexCode:"f0f2",acceptedStyles:["solid"]},"suitcase-medical":{hexCode:"f0fa",acceptedStyles:["solid"]},"suitcase-rolling":{hexCode:"f5c1",acceptedStyles:["solid"]},sun:{hexCode:"f185",acceptedStyles:["solid","regular"]},"sun-plant-wilt":{hexCode:"e57a",acceptedStyles:["solid"]},superpowers:{hexCode:"f2dd",acceptedStyles:["brands"]},superscript:{hexCode:"f12b",acceptedStyles:["solid"]},supple:{hexCode:"f3f9",acceptedStyles:["brands"]},suse:{hexCode:"f7d6",acceptedStyles:["brands"]},swatchbook:{hexCode:"f5c3",acceptedStyles:["solid"]},swift:{hexCode:"f8e1",acceptedStyles:["brands"]},symfony:{hexCode:"f83d",acceptedStyles:["brands"]},synagogue:{hexCode:"f69b",acceptedStyles:["solid"]},syringe:{hexCode:"f48e",acceptedStyles:["solid"]},t:{hexCode:"54",acceptedStyles:["solid"]},table:{hexCode:"f0ce",acceptedStyles:["solid"]},"table-cells":{hexCode:"f00a",acceptedStyles:["solid"]},"table-cells-column-lock":{hexCode:"e678",acceptedStyles:["solid"]},"table-cells-large":{hexCode:"f009",acceptedStyles:["solid"]},"table-cells-row-lock":{hexCode:"e67a",acceptedStyles:["solid"]},"table-cells-row-unlock":{hexCode:"e691",acceptedStyles:["solid"]},"table-columns":{hexCode:"f0db",acceptedStyles:["solid"]},"table-list":{hexCode:"f00b",acceptedStyles:["solid"]},"table-tennis-paddle-ball":{hexCode:"f45d",acceptedStyles:["solid"]},tablet:{hexCode:"f3fb",acceptedStyles:["solid"]},"tablet-button":{hexCode:"f10a",acceptedStyles:["solid"]},"tablet-screen-button":{hexCode:"f3fa",acceptedStyles:["solid"]},tablets:{hexCode:"f490",acceptedStyles:["solid"]},"tachograph-digital":{hexCode:"f566",acceptedStyles:["solid"]},tag:{hexCode:"f02b",acceptedStyles:["solid"]},tags:{hexCode:"f02c",acceptedStyles:["solid"]},tape:{hexCode:"f4db",acceptedStyles:["solid"]},tarp:{hexCode:"e57b",acceptedStyles:["solid"]},"tarp-droplet":{hexCode:"e57c",acceptedStyles:["solid"]},taxi:{hexCode:"f1ba",acceptedStyles:["solid"]},teamspeak:{hexCode:"f4f9",acceptedStyles:["brands"]},teeth:{hexCode:"f62e",acceptedStyles:["solid"]},"teeth-open":{hexCode:"f62f",acceptedStyles:["solid"]},telegram:{hexCode:"f2c6",acceptedStyles:["brands"]},"temperature-arrow-down":{hexCode:"e03f",acceptedStyles:["solid"]},"temperature-arrow-up":{hexCode:"e040",acceptedStyles:["solid"]},"temperature-empty":{hexCode:"f2cb",acceptedStyles:["solid"]},"temperature-full":{hexCode:"f2c7",acceptedStyles:["solid"]},"temperature-half":{hexCode:"f2c9",acceptedStyles:["solid"]},"temperature-high":{hexCode:"f769",acceptedStyles:["solid"]},"temperature-low":{hexCode:"f76b",acceptedStyles:["solid"]},"temperature-quarter":{hexCode:"f2ca",acceptedStyles:["solid"]},"temperature-three-quarters":{hexCode:"f2c8",acceptedStyles:["solid"]},"tencent-weibo":{hexCode:"f1d5",acceptedStyles:["brands"]},"tenge-sign":{hexCode:"f7d7",acceptedStyles:["solid"]},tent:{hexCode:"e57d",acceptedStyles:["solid"]},"tent-arrow-down-to-line":{hexCode:"e57e",acceptedStyles:["solid"]},"tent-arrow-left-right":{hexCode:"e57f",acceptedStyles:["solid"]},"tent-arrow-turn-left":{hexCode:"e580",acceptedStyles:["solid"]},"tent-arrows-down":{hexCode:"e581",acceptedStyles:["solid"]},tents:{hexCode:"e582",acceptedStyles:["solid"]},terminal:{hexCode:"f120",acceptedStyles:["solid"]},tex:{hexCode:"e7ff",acceptedStyles:["brands"]},"text-height":{hexCode:"f034",acceptedStyles:["solid"]},"text-slash":{hexCode:"f87d",acceptedStyles:["solid"]},"text-width":{hexCode:"f035",acceptedStyles:["solid"]},"the-red-yeti":{hexCode:"f69d",acceptedStyles:["brands"]},themeco:{hexCode:"f5c6",acceptedStyles:["brands"]},themeisle:{hexCode:"f2b2",acceptedStyles:["brands"]},thermometer:{hexCode:"f491",acceptedStyles:["solid"]},"think-peaks":{hexCode:"f731",acceptedStyles:["brands"]},threads:{hexCode:"e618",acceptedStyles:["brands"]},"thumbs-down":{hexCode:"f165",acceptedStyles:["solid","regular"]},"thumbs-up":{hexCode:"f164",acceptedStyles:["solid","regular"]},thumbtack:{hexCode:"f08d",acceptedStyles:["solid"]},"thumbtack-slash":{hexCode:"e68f",acceptedStyles:["solid"]},ticket:{hexCode:"f145",acceptedStyles:["solid"]},"ticket-simple":{hexCode:"f3ff",acceptedStyles:["solid"]},tidal:{hexCode:"e7dc",acceptedStyles:["brands"]},tiktok:{hexCode:"e07b",acceptedStyles:["brands"]},timeline:{hexCode:"e29c",acceptedStyles:["solid"]},"toggle-off":{hexCode:"f204",acceptedStyles:["solid"]},"toggle-on":{hexCode:"f205",acceptedStyles:["solid"]},toilet:{hexCode:"f7d8",acceptedStyles:["solid"]},"toilet-paper":{hexCode:"f71e",acceptedStyles:["solid"]},"toilet-paper-slash":{hexCode:"e072",acceptedStyles:["solid"]},"toilet-portable":{hexCode:"e583",acceptedStyles:["solid"]},"toilets-portable":{hexCode:"e584",acceptedStyles:["solid"]},toolbox:{hexCode:"f552",acceptedStyles:["solid"]},tooth:{hexCode:"f5c9",acceptedStyles:["solid"]},"torii-gate":{hexCode:"f6a1",acceptedStyles:["solid"]},tornado:{hexCode:"f76f",acceptedStyles:["solid"]},"tower-broadcast":{hexCode:"f519",acceptedStyles:["solid"]},"tower-cell":{hexCode:"e585",acceptedStyles:["solid"]},"tower-observation":{hexCode:"e586",acceptedStyles:["solid"]},tractor:{hexCode:"f722",acceptedStyles:["solid"]},"trade-federation":{hexCode:"f513",acceptedStyles:["brands"]},trademark:{hexCode:"f25c",acceptedStyles:["solid"]},"traffic-light":{hexCode:"f637",acceptedStyles:["solid"]},trailer:{hexCode:"e041",acceptedStyles:["solid"]},train:{hexCode:"f238",acceptedStyles:["solid"]},"train-subway":{hexCode:"f239",acceptedStyles:["solid"]},"train-tram":{hexCode:"e5b4",acceptedStyles:["solid"]},transgender:{hexCode:"f225",acceptedStyles:["solid"]},trash:{hexCode:"f1f8",acceptedStyles:["solid"]},"trash-arrow-up":{hexCode:"f829",acceptedStyles:["solid"]},"trash-can":{hexCode:"f2ed",acceptedStyles:["solid","regular"]},"trash-can-arrow-up":{hexCode:"f82a",acceptedStyles:["solid"]},tree:{hexCode:"f1bb",acceptedStyles:["solid"]},"tree-city":{hexCode:"e587",acceptedStyles:["solid"]},trello:{hexCode:"f181",acceptedStyles:["brands"]},"triangle-exclamation":{hexCode:"f071",acceptedStyles:["solid"]},trophy:{hexCode:"f091",acceptedStyles:["solid"]},trowel:{hexCode:"e589",acceptedStyles:["solid"]},"trowel-bricks":{hexCode:"e58a",acceptedStyles:["solid"]},truck:{hexCode:"f0d1",acceptedStyles:["solid","regular"]},"truck-arrow-right":{hexCode:"e58b",acceptedStyles:["solid"]},"truck-droplet":{hexCode:"e58c",acceptedStyles:["solid"]},"truck-fast":{hexCode:"f48b",acceptedStyles:["solid"]},"truck-field":{hexCode:"e58d",acceptedStyles:["solid"]},"truck-field-un":{hexCode:"e58e",acceptedStyles:["solid"]},"truck-front":{hexCode:"e2b7",acceptedStyles:["solid"]},"truck-medical":{hexCode:"f0f9",acceptedStyles:["solid"]},"truck-monster":{hexCode:"f63b",acceptedStyles:["solid"]},"truck-moving":{hexCode:"f4df",acceptedStyles:["solid"]},"truck-pickup":{hexCode:"f63c",acceptedStyles:["solid"]},"truck-plane":{hexCode:"e58f",acceptedStyles:["solid"]},"truck-ramp-box":{hexCode:"f4de",acceptedStyles:["solid"]},tty:{hexCode:"f1e4",acceptedStyles:["solid"]},tumblr:{hexCode:"f173",acceptedStyles:["brands"]},"turkish-lira-sign":{hexCode:"e2bb",acceptedStyles:["solid"]},"turn-down":{hexCode:"f3be",acceptedStyles:["solid"]},"turn-up":{hexCode:"f3bf",acceptedStyles:["solid"]},tv:{hexCode:"f26c",acceptedStyles:["solid"]},twitch:{hexCode:"f1e8",acceptedStyles:["brands"]},twitter:{hexCode:"f099",acceptedStyles:["brands"]},typo3:{hexCode:"f42b",acceptedStyles:["brands"]},u:{hexCode:"55",acceptedStyles:["solid"]},uber:{hexCode:"f402",acceptedStyles:["brands"]},ubuntu:{hexCode:"f7df",acceptedStyles:["brands"]},uikit:{hexCode:"f403",acceptedStyles:["brands"]},umbraco:{hexCode:"f8e8",acceptedStyles:["brands"]},umbrella:{hexCode:"f0e9",acceptedStyles:["solid"]},"umbrella-beach":{hexCode:"f5ca",acceptedStyles:["solid"]},uncharted:{hexCode:"e084",acceptedStyles:["brands"]},underline:{hexCode:"f0cd",acceptedStyles:["solid"]},uniregistry:{hexCode:"f404",acceptedStyles:["brands"]},unity:{hexCode:"e049",acceptedStyles:["brands"]},"universal-access":{hexCode:"f29a",acceptedStyles:["solid"]},unlock:{hexCode:"f09c",acceptedStyles:["solid"]},"unlock-keyhole":{hexCode:"f13e",acceptedStyles:["solid"]},unsplash:{hexCode:"e07c",acceptedStyles:["brands"]},untappd:{hexCode:"f405",acceptedStyles:["brands"]},"up-down":{hexCode:"f338",acceptedStyles:["solid"]},"up-down-left-right":{hexCode:"f0b2",acceptedStyles:["solid"]},"up-long":{hexCode:"f30c",acceptedStyles:["solid"]},"up-right-and-down-left-from-center":{hexCode:"f424",acceptedStyles:["solid"]},"up-right-from-square":{hexCode:"f35d",acceptedStyles:["solid"]},upload:{hexCode:"f093",acceptedStyles:["solid"]},ups:{hexCode:"f7e0",acceptedStyles:["brands"]},upwork:{hexCode:"e641",acceptedStyles:["brands"]},usb:{hexCode:"f287",acceptedStyles:["brands"]},user:{hexCode:"f007",acceptedStyles:["solid","regular"]},"user-astronaut":{hexCode:"f4fb",acceptedStyles:["solid"]},"user-check":{hexCode:"f4fc",acceptedStyles:["solid"]},"user-clock":{hexCode:"f4fd",acceptedStyles:["solid"]},"user-doctor":{hexCode:"f0f0",acceptedStyles:["solid"]},"user-gear":{hexCode:"f4fe",acceptedStyles:["solid"]},"user-graduate":{hexCode:"f501",acceptedStyles:["solid"]},"user-group":{hexCode:"f500",acceptedStyles:["solid"]},"user-injured":{hexCode:"f728",acceptedStyles:["solid"]},"user-lock":{hexCode:"f502",acceptedStyles:["solid"]},"user-minus":{hexCode:"f503",acceptedStyles:["solid"]},"user-ninja":{hexCode:"f504",acceptedStyles:["solid"]},"user-nurse":{hexCode:"f82f",acceptedStyles:["solid"]},"user-pen":{hexCode:"f4ff",acceptedStyles:["solid"]},"user-plus":{hexCode:"f234",acceptedStyles:["solid"]},"user-secret":{hexCode:"f21b",acceptedStyles:["solid"]},"user-shield":{hexCode:"f505",acceptedStyles:["solid"]},"user-slash":{hexCode:"f506",acceptedStyles:["solid"]},"user-tag":{hexCode:"f507",acceptedStyles:["solid"]},"user-tie":{hexCode:"f508",acceptedStyles:["solid"]},"user-xmark":{hexCode:"f235",acceptedStyles:["solid"]},users:{hexCode:"f0c0",acceptedStyles:["solid"]},"users-between-lines":{hexCode:"e591",acceptedStyles:["solid"]},"users-gear":{hexCode:"f509",acceptedStyles:["solid"]},"users-line":{hexCode:"e592",acceptedStyles:["solid"]},"users-rays":{hexCode:"e593",acceptedStyles:["solid"]},"users-rectangle":{hexCode:"e594",acceptedStyles:["solid"]},"users-slash":{hexCode:"e073",acceptedStyles:["solid"]},"users-viewfinder":{hexCode:"e595",acceptedStyles:["solid"]},usps:{hexCode:"f7e1",acceptedStyles:["brands"]},ussunnah:{hexCode:"f407",acceptedStyles:["brands"]},utensils:{hexCode:"f2e7",acceptedStyles:["solid"]},v:{hexCode:"56",acceptedStyles:["solid"]},vaadin:{hexCode:"f408",acceptedStyles:["brands"]},"van-shuttle":{hexCode:"f5b6",acceptedStyles:["solid"]},vault:{hexCode:"e2c5",acceptedStyles:["solid"]},venus:{hexCode:"f221",acceptedStyles:["solid"]},"venus-double":{hexCode:"f226",acceptedStyles:["solid"]},"venus-mars":{hexCode:"f228",acceptedStyles:["solid"]},vest:{hexCode:"e085",acceptedStyles:["solid"]},"vest-patches":{hexCode:"e086",acceptedStyles:["solid"]},viacoin:{hexCode:"f237",acceptedStyles:["brands"]},viadeo:{hexCode:"f2a9",acceptedStyles:["brands"]},vial:{hexCode:"f492",acceptedStyles:["solid"]},"vial-circle-check":{hexCode:"e596",acceptedStyles:["solid"]},"vial-virus":{hexCode:"e597",acceptedStyles:["solid"]},vials:{hexCode:"f493",acceptedStyles:["solid"]},viber:{hexCode:"f409",acceptedStyles:["brands"]},video:{hexCode:"f03d",acceptedStyles:["solid"]},"video-slash":{hexCode:"f4e2",acceptedStyles:["solid"]},vihara:{hexCode:"f6a7",acceptedStyles:["solid"]},vimeo:{hexCode:"f40a",acceptedStyles:["brands"]},"vimeo-v":{hexCode:"f27d",acceptedStyles:["brands"]},vine:{hexCode:"f1ca",acceptedStyles:["brands"]},virus:{hexCode:"e074",acceptedStyles:["solid"]},"virus-covid":{hexCode:"e4a8",acceptedStyles:["solid"]},"virus-covid-slash":{hexCode:"e4a9",acceptedStyles:["solid"]},"virus-slash":{hexCode:"e075",acceptedStyles:["solid"]},viruses:{hexCode:"e076",acceptedStyles:["solid"]},vk:{hexCode:"f189",acceptedStyles:["brands"]},vnv:{hexCode:"f40b",acceptedStyles:["brands"]},voicemail:{hexCode:"f897",acceptedStyles:["solid"]},volcano:{hexCode:"f770",acceptedStyles:["solid"]},volleyball:{hexCode:"f45f",acceptedStyles:["solid"]},"volume-high":{hexCode:"f028",acceptedStyles:["solid"]},"volume-low":{hexCode:"f027",acceptedStyles:["solid"]},"volume-off":{hexCode:"f026",acceptedStyles:["solid"]},"volume-xmark":{hexCode:"f6a9",acceptedStyles:["solid"]},"vr-cardboard":{hexCode:"f729",acceptedStyles:["solid"]},vsco:{hexCode:"e7dd",acceptedStyles:["brands"]},vuejs:{hexCode:"f41f",acceptedStyles:["brands"]},w:{hexCode:"57",acceptedStyles:["solid"]},w3c:{hexCode:"e7de",acceptedStyles:["brands"]},"walkie-talkie":{hexCode:"f8ef",acceptedStyles:["solid"]},wallet:{hexCode:"f555",acceptedStyles:["solid"]},"wand-magic":{hexCode:"f0d0",acceptedStyles:["solid"]},"wand-magic-sparkles":{hexCode:"e2ca",acceptedStyles:["solid"]},"wand-sparkles":{hexCode:"f72b",acceptedStyles:["solid"]},warehouse:{hexCode:"f494",acceptedStyles:["solid"]},"watchman-monitoring":{hexCode:"e087",acceptedStyles:["brands"]},water:{hexCode:"f773",acceptedStyles:["solid"]},"water-ladder":{hexCode:"f5c5",acceptedStyles:["solid"]},"wave-square":{hexCode:"f83e",acceptedStyles:["solid"]},waze:{hexCode:"f83f",acceptedStyles:["brands"]},"web-awesome":{hexCode:"e682",acceptedStyles:["solid","brands"]},webflow:{hexCode:"e65c",acceptedStyles:["brands"]},weebly:{hexCode:"f5cc",acceptedStyles:["brands"]},weibo:{hexCode:"f18a",acceptedStyles:["brands"]},"weight-hanging":{hexCode:"f5cd",acceptedStyles:["solid"]},"weight-scale":{hexCode:"f496",acceptedStyles:["solid"]},weixin:{hexCode:"f1d7",acceptedStyles:["brands"]},whatsapp:{hexCode:"f232",acceptedStyles:["brands"]},"wheat-awn":{hexCode:"e2cd",acceptedStyles:["solid"]},"wheat-awn-circle-exclamation":{hexCode:"e598",acceptedStyles:["solid"]},wheelchair:{hexCode:"f193",acceptedStyles:["solid"]},"wheelchair-move":{hexCode:"e2ce",acceptedStyles:["solid"]},"whiskey-glass":{hexCode:"f7a0",acceptedStyles:["solid"]},whmcs:{hexCode:"f40d",acceptedStyles:["brands"]},wifi:{hexCode:"f1eb",acceptedStyles:["solid"]},"wikipedia-w":{hexCode:"f266",acceptedStyles:["brands"]},wind:{hexCode:"f72e",acceptedStyles:["solid"]},"window-maximize":{hexCode:"f2d0",acceptedStyles:["solid","regular"]},"window-minimize":{hexCode:"f2d1",acceptedStyles:["solid","regular"]},"window-restore":{hexCode:"f2d2",acceptedStyles:["solid","regular"]},windows:{hexCode:"f17a",acceptedStyles:["brands"]},"wine-bottle":{hexCode:"f72f",acceptedStyles:["solid"]},"wine-glass":{hexCode:"f4e3",acceptedStyles:["solid"]},"wine-glass-empty":{hexCode:"f5ce",acceptedStyles:["solid"]},wirsindhandwerk:{hexCode:"e2d0",acceptedStyles:["brands"]},wix:{hexCode:"f5cf",acceptedStyles:["brands"]},"wizards-of-the-coast":{hexCode:"f730",acceptedStyles:["brands"]},wodu:{hexCode:"e088",acceptedStyles:["brands"]},"wolf-pack-battalion":{hexCode:"f514",acceptedStyles:["brands"]},"won-sign":{hexCode:"f159",acceptedStyles:["solid"]},wordpress:{hexCode:"f19a",acceptedStyles:["brands"]},"wordpress-simple":{hexCode:"f411",acceptedStyles:["brands"]},worm:{hexCode:"e599",acceptedStyles:["solid"]},wpbeginner:{hexCode:"f297",acceptedStyles:["brands"]},wpexplorer:{hexCode:"f2de",acceptedStyles:["brands"]},wpforms:{hexCode:"f298",acceptedStyles:["brands"]},wpressr:{hexCode:"f3e4",acceptedStyles:["brands"]},wrench:{hexCode:"f0ad",acceptedStyles:["solid"]},x:{hexCode:"58",acceptedStyles:["solid"]},"x-ray":{hexCode:"f497",acceptedStyles:["solid"]},"x-twitter":{hexCode:"e61b",acceptedStyles:["brands"]},xbox:{hexCode:"f412",acceptedStyles:["brands"]},xing:{hexCode:"f168",acceptedStyles:["brands"]},xmark:{hexCode:"f00d",acceptedStyles:["solid"]},"xmarks-lines":{hexCode:"e59a",acceptedStyles:["solid"]},y:{hexCode:"59",acceptedStyles:["solid"]},"y-combinator":{hexCode:"f23b",acceptedStyles:["brands"]},yahoo:{hexCode:"f19e",acceptedStyles:["brands"]},yammer:{hexCode:"f840",acceptedStyles:["brands"]},yandex:{hexCode:"f413",acceptedStyles:["brands"]},"yandex-international":{hexCode:"f414",acceptedStyles:["brands"]},yarn:{hexCode:"f7e3",acceptedStyles:["brands"]},yelp:{hexCode:"f1e9",acceptedStyles:["brands"]},"yen-sign":{hexCode:"f157",acceptedStyles:["solid"]},"yin-yang":{hexCode:"f6ad",acceptedStyles:["solid"]},yoast:{hexCode:"f2b1",acceptedStyles:["brands"]},youtube:{hexCode:"f167",acceptedStyles:["brands"]},z:{hexCode:"5a",acceptedStyles:["solid"]},zhihu:{hexCode:"f63f",acceptedStyles:["brands"]}},E=e=>{if(!X[e])throw new Error(`Icon ${e} not found in fontIcons`);return t=X[e].hexCode,String.fromCharCode(parseInt(t,16));var t};class L extends t.GameObjects.Text{currentIconStyle="solid";icon;constructor({scene:e,x:t,y:s,icon:d,size:o=16,style:a={},iconStyle:c="solid"}){super(e,t,s,E(d),{fontSize:`${o}px`,...a}),this.icon=d,this.currentIconStyle=c,this.applyIconStyle(this.currentIconStyle),this.setOrigin(.5,.5)}setIcon(e,t){this.setText(E(e)),this.icon=e,t?.iconStyle&&this.applyIconStyle(t.iconStyle)}setIconStyle(e){this.applyIconStyle(e)}getIconStyle(){return this.currentIconStyle}getIcon(){return this.icon}applyIconStyle(e){let t=e;const s=(e=>{if(!X[e])throw new Error(`Icon ${e} not found in fontIcons`);return new Set(X[e].acceptedStyles)})(this.icon);if(!s.has(e)){const d=[...s][0];console.warn(`Icon ${this.icon} does not support style "${e}", using "${d}" instead. Available styles: ${Array.from([...s].map(e=>`"${e}"`)).join(", ")}`),t=d}"brands"===t?(this.setFontFamily("'Font Awesome 7 Brands'"),this.setFontStyle("normal")):(this.setFontFamily("'Font Awesome 7 Free'"),this.setFontStyle("solid"===t?"bold":"normal")),this.currentIconStyle=t}}const N=e=>(e=>new Promise((t,s)=>{if(document.querySelector(`link[href="${e}"]`))return void t();const d=document.createElement("link");d.rel="stylesheet",d.href=e,d.onload=()=>{t()},d.onerror=()=>{s(new Error(`Failed to load stylesheet: ${e}`))},document.head.appendChild(d)}))(e??"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css").then(()=>(async()=>{const e=[document.fonts.load('900 16px "Font Awesome 7 Free"',""),document.fonts.load('400 16px "Font Awesome 7 Free"',""),document.fonts.load('400 16px "Font Awesome 7 Brands"',"")];await Promise.all(e),await document.fonts.ready})()).catch(e=>{throw e});var K=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.icon,c=void 0===a?"spinner":a,i=t.size,r=t.color,l=void 0===r?"blue":r,n=t.rotationsPerMinute,h=void 0===n?60:n,p=e.call(this,s,d,o)||this;p.isSpinning=!0,p.pw=G(s),p.rotationSpeed=h;var y="number"==typeof i?i:p.pw.fontSize.px(null!=i?i:"md");return p.createIconText(s,c,y,l),p.setupContainer(),p.startSpinning(),p}return d(t,e),t.prototype.start=function(){return this.isSpinning||(this.isSpinning=!0,this.startSpinning()),this},t.prototype.stop=function(){return this.isSpinning=!1,this.scene.tweens.killTweensOf(this.iconText),this},t.prototype.setRotationsPerMinute=function(e){return this.rotationSpeed=e,this.isSpinning&&(this.scene.tweens.killTweensOf(this.iconText),this.startSpinning()),this},t.prototype.setIcon=function(e){return this.iconText.setIcon(e),this},t.prototype.setColor=function(e){return this.iconText.setStyle({color:this.pw.color.rgb(e)}),this},t.prototype.setSize=function(e){var t="number"==typeof e?e:this.pw.fontSize.px(e);return this.iconText.setFontSize("".concat(t,"px")),this},Object.defineProperty(t.prototype,"spinning",{get:function(){return this.isSpinning},enumerable:!1,configurable:!0}),t.prototype.createIconText=function(e,t,s,d){var o;o="black"===d||"white"===d||d.includes("-")?d:"".concat(d,"-500"),this.iconText=new L({scene:e,x:0,y:0,icon:t,size:s,style:{color:this.pw.color.rgb(o)}}),this.iconText.setOrigin(.5,.5)},t.prototype.setupContainer=function(){this.add([this.iconText])},t.prototype.startSpinning=function(){var e=this;if(this.isSpinning){var t=6e4/this.rotationSpeed;this.scene.tweens.add({targets:this.iconText,rotation:2*Math.PI,duration:t,ease:"Linear",repeat:-1,onComplete:function(){e.iconText.rotation=0}})}},t.prototype.destroy=function(){this.stop(),e.prototype.destroy.call(this)},t}(t.GameObjects.Container),U=60,J=100,Q=2.2,Z=.5,ee=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.icon,c=t.iconStyle,i=void 0===c?"solid":c,r=t.size,l=t.backgroundColor,n=void 0===l?"blue-500":l,h=t.iconColor,p=void 0===h?"white":h,y=t.onClick,f=t.borderRadius,x=void 0===f?"md":f,u=t.backgroundOpacity,S=void 0===u?1:u,C=t.iconOpacity,b=void 0===C?1:C,m=e.call(this,s,d,o)||this;return m.backgroundOpacityValue=1,m.iconOpacityValue=1,m.pw=G(s),m.baseSizePx="number"==typeof r?r:m.pw.fontSize.px(null!=r?r:"md"),m.updateSize(),m.borderRadiusPx="number"==typeof x?x:m.pw.radius.px(null!=x?x:"md"),m.backgroundColorValue=g.rgb(n),m.iconColorValue=g.rgb(p),m.backgroundOpacityValue=S,m.iconOpacityValue=b,m.createWhiteBorderSprite(s),m.createBackgroundSprite(s),m.createIconText(s,a,i),m.setupContainer(),m.setupInteractivity(y),m}return d(t,e),t.prototype.setBackgroundColor=function(e){return this.backgroundColorValue=g.rgb(e),this.regenerateBackgroundTexture(),this},t.prototype.setIconColor=function(e){return this.iconColorValue=g.rgb(e),this.iconText.setColor(this.iconColorValue),this.iconText.setAlpha(this.iconOpacityValue),this},t.prototype.setBackgroundOpacity=function(e){return this.backgroundOpacityValue=Math.max(0,Math.min(1,e)),this.backgroundSprite.setAlpha(this.backgroundOpacityValue),this},t.prototype.setIconOpacity=function(e){return this.iconOpacityValue=Math.max(0,Math.min(1,e)),this.iconText.setAlpha(this.iconOpacityValue),this},t.prototype.setBorderRadius=function(e){var t="number"==typeof e?e:this.pw.radius.px(e);if(this.borderRadiusPx===t)return this;this.borderRadiusPx=t;var s=this.createWhiteBorderTexture(this.scene),d=this.createBackgroundTexture(this.scene);return this.whiteBorderSprite.setTexture(s),this.backgroundSprite.setTexture(d),this.backgroundSprite.setAlpha(this.backgroundOpacityValue),this},t.prototype.setIcon=function(e,t){return this.iconText.setIcon(e,t),this},t.prototype.setButtonSize=function(e){this.baseSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"md"),this.iconText.setFontSize("".concat(this.baseSizePx,"px")),this.updateSize();var t=this.createWhiteBorderTexture(this.scene),s=this.createBackgroundTexture(this.scene);return this.whiteBorderSprite.setTexture(t),this.backgroundSprite.setTexture(s),this.backgroundSprite.setAlpha(this.backgroundOpacityValue),this},t.prototype.updateSize=function(){this.width=this.baseSizePx*Q,this.height=this.baseSizePx*Q},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(Z,Z)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(Z,Z),this.backgroundSprite.setAlpha(this.backgroundOpacityValue)},t.prototype.regenerateBackgroundTexture=function(){var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t),this.backgroundSprite.setAlpha(this.backgroundOpacityValue)},t.prototype.createWhiteBorderTexture=function(e){var t="flatIconButton_whiteBorder_r".concat(this.borderRadiusPx,"_").concat(this.baseSizePx),s=2*this.baseSizePx+6,d=this.baseSizePx*Q+6,o=d/2,a=d/2,c=e.add.graphics(),i=Math.floor(Math.min(s/2,s/2)),r=Math.min(this.borderRadiusPx+2,i),l=Math.max(0,r);return c.fillStyle(g.hex("white"),1),c.fillRoundedRect(o-s/2,a-s/2,s,s,l),c.generateTexture(t,d,d),c.destroy(),t},t.prototype.createBackgroundTexture=function(e){var t=this.baseSizePx,s="flatIconButton_".concat(this.backgroundColorValue,"_").concat(this.borderRadiusPx,"_").concat(t),d=t*Q,o=1.1*t,a=1.1*t,c=e.add.graphics(),i=2*t,r=Math.floor(Math.min(i/2,i/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return c.fillStyle(g.hex(this.backgroundColorValue),1),c.fillRoundedRect(o-i/2,a-i/2,i,i,n),c.lineStyle(2,g.hex("black"),1),c.strokeRoundedRect(o-i/2,a-i/2,i,i,n),c.generateTexture(s,d,d),c.destroy(),s},t.prototype.createIconText=function(e,t,s){var d=g.rgb("black");this.iconText=new L({scene:e,x:0,y:-1.5,icon:t,size:this.baseSizePx,style:{color:this.iconColorValue,strokeThickness:3,stroke:d,shadow:{offsetX:0,offsetY:3,color:d,blur:0,stroke:!0,fill:!0}},iconStyle:s}),this.iconText.setAlpha(this.iconOpacityValue),this.iconText.setOrigin(Z,Z)},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.iconText])},t.prototype.setupInteractivity=function(e){var t=this;this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",function(){t.scene.tweens.add({targets:t,duration:J,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",function(){t.scene.tweens.add({targets:t,duration:J,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.iconText],scaleX:.95,scaleY:.95,duration:U,ease:"Linear"})}),this.backgroundSprite.on("pointerup",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.iconText],scaleX:1,scaleY:1,duration:U,ease:"Linear"}),null==e||e()})},Object.defineProperty(t.prototype,"interactive",{get:function(){var e=this.backgroundSprite,t=e.on,s=e.off,d=e.setInteractive,o=e.once;return{on:t.bind(this.backgroundSprite),off:s.bind(this.backgroundSprite),setInteractive:d.bind(this.backgroundSprite),once:o.bind(this.backgroundSprite)}},enumerable:!1,configurable:!0}),t.prototype.getBounds=function(e){var t=this.baseSizePx*Q,s=this.baseSizePx*Q;return e?e.setTo(this.x-t/2,this.y-s/2,t,s):new Phaser.Geom.Rectangle(this.x-t/2,this.y-s/2,t,s)},t}(t.GameObjects.Container);const te=e=>e.pw;class se extends t.GameObjects.Container{hitArea;constructor({scene:e,x:t,y:s}){super(e,t,s)}on(e,t,s){return this.hitArea?(this.hitArea.on(e,t,s),this):super.on(e,t,s)}off(e,t,s,d){return this.hitArea?(this.hitArea.off(e,t,s,d),this):super.off(e,t,s,d)}once(e,t,s){return this.hitArea?(this.hitArea.once(e,t,s),this):super.once(e,t,s)}setInteractive(e,t,s){return this.hitArea?(this.hitArea.setInteractive(e,t,s),this):super.setInteractive(e,t,s)}setSize(e,t){return this.hitArea&&"setSize"in this.hitArea?(this.hitArea.setSize(e,t),this):super.setSize(e,t)}get width(){return this.hitArea&&"width"in this.hitArea?this.hitArea.width:0}get height(){return this.hitArea&&"height"in this.hitArea?this.hitArea.height:0}set width(e){this.hitArea&&"width"in this.hitArea&&(this.hitArea.width=e)}set height(e){this.hitArea&&"height"in this.hitArea&&(this.hitArea.height=e)}}class de extends se{whiteBorderSprite;backgroundSprite;child;pw;marginPx;borderRadiusPx;backgroundColorValue;hasExplicitSize=!1;constructor({scene:e,x:t,y:s,backgroundColor:d="white",borderRadius:o="md",margin:a="4",child:c,width:i,height:r}){super({scene:e,x:t,y:s}),this.pw=te(e),this.marginPx="number"==typeof a?a:this.pw.spacing.px(a??"4"),this.borderRadiusPx="number"==typeof o?o:this.pw.radius.px(o??"md"),this.backgroundColorValue=g.rgb(d),this.child=c,this.hasExplicitSize=void 0!==i&&void 0!==r,this.createWhiteBorderSprite(e),this.createBackgroundSprite(e),this.setupContainer(),this.hitArea=this.backgroundSprite}setSize(e,t){return this.hasExplicitSize=!0,this.width=e,this.height=t,this.regenerateSprites(),this}setWidth(e){return this.setSize(e,this.height),this}setHeight(e){return this.setSize(this.width,e),this}setBackgroundColor(e){return this.backgroundColorValue=g.rgb(e),this.regenerateSprites(),this}setBorderRadius(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(e??"md"),this.regenerateSprites(),this}setMargin(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(e??"4"),this.layout(),this}setChild(e){return this.child&&this.remove(this.child),this.child=e,this.layout(),this}createWhiteBorderSprite(e){const t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)}createBackgroundSprite(e){const t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)}regenerateSprites(){const e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)}setupContainer(){this.add([this.whiteBorderSprite,this.backgroundSprite]),this.child&&this.add([this.child]),this.hasExplicitSize||this.layout()}layout(){if(!this.child)return;const e=this.child.getBounds(),t=e.width+2*this.marginPx,s=e.height+2*this.marginPx,d=this.getChildOrigin(),o=this.calculateChildX(t,e.width,d),a=this.calculateChildY(s,e.height,d);this.width=t,this.height=s,this.regenerateSprites(),this.child.setPosition(o,a)}getChildOrigin(){if(this.child&&"originX"in this.child&&"originY"in this.child)return{x:this.child.originX,y:this.child.originY};if(this.child&&"function"==typeof this.child.getOrigin){const e=this.child.getOrigin();if(e&&"number"==typeof e.x&&"number"==typeof e.y)return{x:e.x,y:e.y}}return null}calculateChildX(e,t,s){if(this.child&&s){const d=t*s.x;return-e/2+this.marginPx+d}return-e/2+this.marginPx}calculateChildY(e,t,s){if(s){const d=t*s.y;return-e/2+this.marginPx+d}return-e/2+this.marginPx}measureChild(e){return{w:c(e),h:i(e)}}getCardDimensions(){let e=0,t=0;if(this.hasExplicitSize)e=this.width,t=this.height;else if(this.child){const{w:s,h:d}=this.measureChild(this.child);e=s+2*this.marginPx,t=d+2*this.marginPx}else{const s=100;e=this.width||s,t=this.height||s}return{width:e,height:t}}createWhiteBorderTexture(e){const{width:t,height:s}=this.getCardDimensions(),d=`card_whiteBorder_${this.borderRadiusPx}_${t}_${s}`,o=t+6,a=s+6,c=o+16,i=a+16,r=e.add.graphics(),l=Math.floor(Math.min(o/2,a/2)),n=Math.min(this.borderRadiusPx+2,l),h=Math.max(0,n);return r.fillStyle(g.hex("white"),1),r.fillRoundedRect(8,8,o,a,h),r.generateTexture(d,c,i),r.destroy(),d}createBackgroundTexture(e){const{width:t,height:s}=this.getCardDimensions(),d=`card_bg_${this.backgroundColorValue}_${this.borderRadiusPx}_${t}_${s}`,o=t+16,a=s+16,c=e.add.graphics(),i=Math.floor(Math.min(t/2,s/2)),r=Math.min(this.borderRadiusPx,i),l=Math.max(0,r);return c.fillStyle(g.hex(this.backgroundColorValue),1),c.fillRoundedRect(8,8,t,s,l),c.lineStyle(2,g.hex("black"),1),c.strokeRoundedRect(8,8,t,s,l),c.generateTexture(d,o,a),c.destroy(),d}}t.GameObjects.Container;const oe=60,ae=100,ce=2.2,ie=.5;class re extends t.GameObjects.Container{backgroundSprite;whiteBorderSprite;iconText;pw;baseSizePx;borderRadiusPx;backgroundColorValue;iconColorValue;backgroundOpacityValue=1;iconOpacityValue=1;constructor({scene:e,x:t,y:s,icon:d,iconStyle:o="solid",size:a,backgroundColor:c="blue-500",iconColor:i="white",onClick:r,borderRadius:l="md",backgroundOpacity:n=1,iconOpacity:h=1}){super(e,t,s),this.pw=te(e),this.baseSizePx="number"==typeof a?a:this.pw.fontSize.px(a??"md"),this.updateSize(),this.borderRadiusPx="number"==typeof l?l:this.pw.radius.px(l??"md"),this.backgroundColorValue=g.rgb(c),this.iconColorValue=g.rgb(i),this.backgroundOpacityValue=n,this.iconOpacityValue=h,this.createWhiteBorderSprite(e),this.createBackgroundSprite(e),this.createIconText(e,d,o),this.setupContainer(),this.setupInteractivity(r)}setBackgroundColor(e){return this.backgroundColorValue=g.rgb(e),this.regenerateBackgroundTexture(),this}setIconColor(e){return this.iconColorValue=g.rgb(e),this.iconText.setColor(this.iconColorValue),this.iconText.setAlpha(this.iconOpacityValue),this}setBackgroundOpacity(e){return this.backgroundOpacityValue=Math.max(0,Math.min(1,e)),this.backgroundSprite.setAlpha(this.backgroundOpacityValue),this}setIconOpacity(e){return this.iconOpacityValue=Math.max(0,Math.min(1,e)),this.iconText.setAlpha(this.iconOpacityValue),this}setBorderRadius(e){const t="number"==typeof e?e:this.pw.radius.px(e);if(this.borderRadiusPx===t)return this;this.borderRadiusPx=t;const s=this.createWhiteBorderTexture(this.scene),d=this.createBackgroundTexture(this.scene);return this.whiteBorderSprite.setTexture(s),this.backgroundSprite.setTexture(d),this.backgroundSprite.setAlpha(this.backgroundOpacityValue),this}setIcon(e,t){return this.iconText.setIcon(e,t),this}setButtonSize(e){this.baseSizePx="number"==typeof e?e:this.pw.fontSize.px(e??"md"),this.iconText.setFontSize(`${this.baseSizePx}px`),this.updateSize();const t=this.createWhiteBorderTexture(this.scene),s=this.createBackgroundTexture(this.scene);return this.whiteBorderSprite.setTexture(t),this.backgroundSprite.setTexture(s),this.backgroundSprite.setAlpha(this.backgroundOpacityValue),this}updateSize(){this.width=this.baseSizePx*ce,this.height=this.baseSizePx*ce}createWhiteBorderSprite(e){const t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(ie,ie)}createBackgroundSprite(e){const t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(ie,ie),this.backgroundSprite.setAlpha(this.backgroundOpacityValue)}regenerateBackgroundTexture(){const e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t),this.backgroundSprite.setAlpha(this.backgroundOpacityValue)}createWhiteBorderTexture(e){const t=`flatIconButton_whiteBorder_r${this.borderRadiusPx}_${this.baseSizePx}`,s=2*this.baseSizePx+6,d=this.baseSizePx*ce+6,o=d/2,a=d/2,c=e.add.graphics(),i=Math.floor(Math.min(s/2,s/2)),r=Math.min(this.borderRadiusPx+2,i),l=Math.max(0,r);return c.fillStyle(g.hex("white"),1),c.fillRoundedRect(o-s/2,a-s/2,s,s,l),c.generateTexture(t,d,d),c.destroy(),t}createBackgroundTexture(e){const t=this.baseSizePx,s=`flatIconButton_${this.backgroundColorValue}_${this.borderRadiusPx}_${t}`,d=t*ce,o=1.1*t,a=1.1*t,c=e.add.graphics(),i=2*t,r=Math.floor(Math.min(i/2,i/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return c.fillStyle(g.hex(this.backgroundColorValue),1),c.fillRoundedRect(o-i/2,a-i/2,i,i,n),c.lineStyle(2,g.hex("black"),1),c.strokeRoundedRect(o-i/2,a-i/2,i,i,n),c.generateTexture(s,d,d),c.destroy(),s}createIconText(e,t,s){const d=g.rgb("black");this.iconText=new L({scene:e,x:0,y:-1.5,icon:t,size:this.baseSizePx,style:{color:this.iconColorValue,strokeThickness:3,stroke:d,shadow:{offsetX:0,offsetY:3,color:d,blur:0,stroke:!0,fill:!0}},iconStyle:s}),this.iconText.setAlpha(this.iconOpacityValue),this.iconText.setOrigin(ie,ie)}setupContainer(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.iconText])}setupInteractivity(e){this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",()=>{this.scene.tweens.add({targets:this,duration:ae,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",()=>{this.scene.tweens.add({targets:this,duration:ae,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",()=>{this.scene.tweens.add({targets:[this.whiteBorderSprite,this.backgroundSprite,this.iconText],scaleX:.95,scaleY:.95,duration:oe,ease:"Linear"})}),this.backgroundSprite.on("pointerup",()=>{this.scene.tweens.add({targets:[this.whiteBorderSprite,this.backgroundSprite,this.iconText],scaleX:1,scaleY:1,duration:oe,ease:"Linear"}),e?.()})}get interactive(){const{on:e,off:t,setInteractive:s,once:d}=this.backgroundSprite;return{on:e.bind(this.backgroundSprite),off:t.bind(this.backgroundSprite),setInteractive:s.bind(this.backgroundSprite),once:d.bind(this.backgroundSprite)}}getBounds(e){const t=this.baseSizePx*ce,s=this.baseSizePx*ce;return e?e.setTo(this.x-t/2,this.y-s/2,t,s):new Phaser.Geom.Rectangle(this.x-t/2,this.y-s/2,t,s)}}let le=class extends Phaser.GameObjects.Text{constructor({scene:e,x:t,y:s,text:d,size:o=22,fontFamily:a="Bebas Neue"}){super(e,t,s,d,{font:`${o}px "${a}"`,color:g.white(),stroke:g.black(),strokeThickness:2,shadow:{offsetX:0,offsetY:3,color:g.black(),blur:0,stroke:!0,fill:!0}})}};const ne=(e,s,d)=>{let o=e;"string"!=typeof e||e.includes("-")||g.isValidColorToken(e)||e in x&&"black"!==e&&"white"!==e&&(o=`${e}-500`);const a=g.rgb(o);if(g.isValidColorToken(o)){const e=o.split("-"),t=parseInt(e[1].toString(),10),d=100,a=900,c=Math.max(Math.min(t+s,a),d).toString();return g.hex(`${e[0]}-${c}`)}const c=t.Display.Color.ValueToColor(a);return 0===d?c.color:d>0?c.clone().lighten(d).color:c.clone().darken(Math.abs(d)).color},he=60,pe=100,ye=2.2,fe=.5;t.GameObjects.Container;t.GameObjects.Container;let xe=class extends se{whiteBorderSprite;backgroundSprite;headerText;pw;fontSizePx;marginPx;borderRadiusPx;colorButton;lightColorButton;darkColorButton;textColorValue;fontFamily;textValue;constructor({scene:e,x:t,y:s,text:d,fontSize:o,font:a,backgroundColor:c="blue-600",textColor:i="white",borderRadius:r="md",margin:l="4"}){super({scene:e,x:t,y:s}),this.pw=te(e),this.textValue=d,this.fontSizePx="number"==typeof o?o:this.pw.fontSize.px(o??"lg"),this.marginPx="number"==typeof l?l:this.pw.spacing.px(l??"4"),this.borderRadiusPx="number"==typeof r?r:this.pw.radius.px(r??"md"),this.colorButton=g.rgb(c),this.lightColorButton=ne(c,-100,30),this.darkColorButton=ne(c,100,-30),this.textColorValue=g.rgb(i),this.fontFamily=a?"string"==typeof a?a:this.pw.font.family(a):"Bebas Neue",this.createHeaderText(e),this.createWhiteBorderSprite(e),this.createBackgroundSprite(e),this.setupContainer(),this.hitArea=this.backgroundSprite}setText(e){return this.textValue=e,this.headerText.setText(e),this.regenerateGraphics(),this}setFontSize(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(e??"lg"),this.headerText.setFontSize(this.fontSizePx),this.regenerateGraphics(),this}setFont(e){return this.fontFamily=e?"string"==typeof e?e:this.pw.font.family(e):"Bebas Neue",this.headerText.setFontFamily(this.fontFamily),this.regenerateGraphics(),this}setBackgroundColor(e){return this.colorButton=g.rgb(e),this.lightColorButton=ne(e,-100,30),this.darkColorButton=ne(e,100,-30),this.regenerateGraphics(),this}setTextColor(e){return this.textColorValue=g.rgb(e),this.headerText.setColor(this.textColorValue),this}setBorderRadius(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(e??"md"),this.regenerateGraphics(),this}setMargin(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(e??"4"),this.regenerateGraphics(),this}createHeaderText(e){this.headerText=new le({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily}),this.headerText.setOrigin(.5,.5)}createWhiteBorderSprite(e){const t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)}createBackgroundSprite(e){const t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)}regenerateGraphics(){this.headerText.setText(this.textValue);const e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)}createWhiteBorderTexture(e){const{width:t,height:s}=this.getHeaderDimensions(),d=`sectionHeader_whiteBorder_${this.borderRadiusPx}_${t}_${s}`,o=t+4,a=s+4,c=o+16,i=a+16,r=e.add.graphics(),l=Math.floor(Math.min(o/2,a/2)),n=Math.min(this.borderRadiusPx+2,l),h=Math.max(0,n);return r.fillStyle(g.hex("white"),1),r.fillRoundedRect(8,8,o,a,h),r.generateTexture(d,c,i),r.destroy(),d}createBackgroundTexture(e){const{width:t,height:s}=this.getHeaderDimensions(),d=`sectionHeader_bg_${this.colorButton}_${this.borderRadiusPx}_${t}_${s}`,o=t+16,a=s+16,c=e.add.graphics(),i=Math.floor(Math.min(t/2,s/2)),r=Math.min(this.borderRadiusPx,i),l=Math.max(0,r);return this.drawCssColorGradient(c,8,t,s,l),c.generateTexture(d,o,a),c.destroy(),d}drawCssColorGradient(e,t,s,d,o){e.fillStyle(g.hex(this.colorButton),1),e.fillRoundedRect(t,t,s,d,o);const a=.15*d,c=Math.min(o,a/2);e.fillStyle(this.lightColorButton,1),e.fillRoundedRect(t,t,s,a,c);const i=Math.min(o,a/2);e.fillStyle(this.darkColorButton,1),e.fillRoundedRect(t,t+d-a,s,a,i),e.lineStyle(2,g.hex("black"),1),e.strokeRoundedRect(t,t,s,d,o)}getHeaderDimensions(){const e=this.headerText.getBounds();return{width:e.width+2*this.marginPx,height:e.height+2*this.marginPx}}setupContainer(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.headerText])}};const ue="red-500";t.GameObjects.Container;const Se=100;t.GameObjects.Container;t.GameObjects.Container,t.GameObjects.Rectangle,t.Plugins.BasePlugin;var Ce=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.text,c=t.size,i=void 0===c?22:c,r=t.fontFamily,l=void 0===r?"Bebas Neue":r;return e.call(this,s,d,o,a,{font:"".concat(i,'px "').concat(l,'"'),color:g.white(),stroke:g.black(),strokeThickness:2,shadow:{offsetX:0,offsetY:3,color:g.black(),blur:0,stroke:!0,fill:!0}})||this}return d(t,e),t}(Phaser.GameObjects.Text),ge=60,be=100,me=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.text,c=t.fontSize,i=void 0===c?"lg":c,r=t.font,l=t.color,n=void 0===l?"blue-500":l,h=t.textColor,p=void 0===h?"white":h,y=t.borderRadius,f=void 0===y?"md":y,x=t.padding,u=void 0===x?"4":x,S=t.onClick,C=e.call(this,{scene:s,x:d,y:o})||this;return C.pw=G(s),C.textValue=a,C.fontSizePx="number"==typeof i?i:C.pw.fontSize.px(null!=i?i:"md"),C.paddingPx="number"==typeof u?u:C.pw.spacing.px(null!=u?u:"4"),C.borderRadiusPx="number"==typeof f?f:C.pw.radius.px(null!=f?f:"md"),C.colorButton=g.rgb(n),C.textColorValue=g.rgb(p),C.fontFamily=r?"string"==typeof r?r:C.pw.font.family(r):"Bebas Neue",C.createButtonText(s),C.createWhiteBorderSprite(s),C.createBackgroundSprite(s),C.setupContainer(),C.setupInteractivity(S),C.hitArea=C.backgroundSprite,C}return d(t,e),t.prototype.setText=function(e){return this.textValue=e,this.buttonText.setText(e),this.regenerateSprites(),this},t.prototype.setFontSize=function(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"md"),this.buttonText.setFontSize(this.fontSizePx),this.regenerateSprites(),this},t.prototype.setFont=function(e){return this.fontFamily="string"==typeof e?e:this.pw.font.family(null!=e?e:"primary"),this.buttonText.setFontFamily(this.fontFamily),this.regenerateSprites(),this},t.prototype.setColor=function(e){return this.colorButton=g.rgb(e),this.regenerateSprites(),this},t.prototype.setTextColor=function(e){return this.textColorValue=g.rgb(e),this.buttonText.setColor(this.textColorValue),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateSprites(),this},t.prototype.setPadding=function(e){return this.paddingPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.regenerateSprites(),this},t.prototype.createButtonText=function(e){this.buttonText=new Ce({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily}),this.buttonText.setOrigin(.5,.5)},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateSprites=function(){this.buttonText.setText(this.textValue);var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)},t.prototype.getButtonDimensions=function(){var e=this.buttonText.getBounds();return{width:e.width+2*this.paddingPx,height:e.height+2*this.paddingPx}},t.prototype.createWhiteBorderTexture=function(e){var t=this.getButtonDimensions(),s=t.width,d=t.height,o="flatTextButton_whiteBorder_".concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+6,c=d+6,i=a+16,r=c+16,l=e.add.graphics(),n=Math.floor(Math.min(a/2,c/2)),h=Math.min(this.borderRadiusPx+2,n),p=Math.max(0,h);return l.fillStyle(g.hex("white"),1),l.fillRoundedRect(8,8,a,c,p),l.generateTexture(o,i,r),l.destroy(),o},t.prototype.createBackgroundTexture=function(e){var t=this.getButtonDimensions(),s=t.width,d=t.height,o="flatTextButton_bg_".concat(this.colorButton,"_").concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+16,c=d+16,i=e.add.graphics(),r=Math.floor(Math.min(s/2,d/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return i.fillStyle(g.hex(this.colorButton),1),i.fillRoundedRect(8,8,s,d,n),i.lineStyle(2,g.hex("black"),1),i.strokeRoundedRect(8,8,s,d,n),i.generateTexture(o,a,c),i.destroy(),o},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.buttonText])},t.prototype.setupInteractivity=function(e){var t=this;this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",function(){t.scene.tweens.add({targets:t,duration:be,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",function(){t.scene.tweens.add({targets:t,duration:be,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.buttonText],scaleX:.95,scaleY:.95,duration:ge,ease:"Linear"})}),this.backgroundSprite.on("pointerup",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.buttonText],scaleX:1,scaleY:1,duration:ge,ease:"Linear"}),null==e||e()})},Object.defineProperty(t.prototype,"interactive",{get:function(){var e=this.backgroundSprite,t=e.on,s=e.off,d=e.setInteractive,o=e.once;return{on:t.bind(this.backgroundSprite),off:s.bind(this.backgroundSprite),setInteractive:d.bind(this.backgroundSprite),once:o.bind(this.backgroundSprite)}},enumerable:!1,configurable:!0}),t}(Y),we=function(e,s,d){var o=e;"string"!=typeof e||e.includes("-")||g.isValidColorToken(e)||e in x&&"black"!==e&&"white"!==e&&(o="".concat(e,"-500"));var a=g.rgb(o);if(g.isValidColorToken(o)){var c=o.split("-"),i=parseInt(c[1].toString(),10),r=Math.max(Math.min(i+s,900),100).toString();return g.hex("".concat(c[0],"-").concat(r))}var l=t.Display.Color.ValueToColor(a);return 0===d?l.color:d>0?l.clone().lighten(d).color:l.clone().darken(Math.abs(d)).color},ke=60,ve=100,Be=2.2,Te=.5,Pe=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.icon,c=t.size,i=t.color,r=t.onClick,l=t.borderRadius,n=e.call(this,s,d,o)||this;n.pw=G(s);var h="number"==typeof c?c:n.pw.fontSize.px(null!=c?c:"md"),p=null!=i?i:"blue-500";return n.sizePx=h,n.updateSize(),n.baseColor=p,n.colorButton=g.rgb(p),n.lightColorButton=we(p,-100,30),n.darkColorButton=g.blackHex(),n.borderRadiusPx="number"==typeof l?l:n.pw.radius.px(null!=l?l:"full"),n.createWhiteBorderSprite(s,h,n.borderRadiusPx),n.createBackgroundSprite(s,h,p,n.borderRadiusPx),n.createIconText(s,a,h),n.setupContainer(),n.setupInteractivity(r),n}return d(t,e),t.prototype.setBorderRadius=function(e){var t="number"==typeof e?e:this.pw.radius.px(e);if(this.borderRadiusPx===t)return this;this.borderRadiusPx=t;var s=this.createWhiteBorderTexture(this.scene,this.sizePx,this.borderRadiusPx),d=this.createBackgroundTexture(this.scene,this.sizePx,this.baseColor,this.borderRadiusPx);return this.whiteBorderSprite.setTexture(s),this.backgroundSprite.setTexture(d),this},t.prototype.setButtonSize=function(e){this.sizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"md"),this.iconText.setFontSize("".concat(this.sizePx,"px")),this.updateSize();var t=this.createWhiteBorderTexture(this.scene,this.sizePx,this.borderRadiusPx),s=this.createBackgroundTexture(this.scene,this.sizePx,this.baseColor,this.borderRadiusPx);return this.whiteBorderSprite.setTexture(t),this.backgroundSprite.setTexture(s),this},t.prototype.updateSize=function(){this.setSize(this.sizePx*Be,this.sizePx*Be)},t.prototype.createWhiteBorderSprite=function(e,t,s){var d=this.createWhiteBorderTexture(e,t,s);this.whiteBorderSprite=e.add.sprite(0,0,d),this.whiteBorderSprite.setOrigin(Te,Te)},t.prototype.createBackgroundSprite=function(e,t,s,d){var o=this.createBackgroundTexture(e,t,s,d);this.backgroundSprite=e.add.sprite(0,0,o),this.backgroundSprite.setOrigin(Te,Te)},t.prototype.createWhiteBorderTexture=function(e,t,s){var d="iconButton_whiteBorder_r".concat(s,"_").concat(t),o=2*t+6,a=t*Be+6,c=a/2,i=a/2,r=e.add.graphics(),l=Math.floor(Math.min(o/2,o/2)),n=Math.min(s+2,l),h=Math.max(0,n);return r.fillStyle(g.hex("white"),1),r.fillRoundedRect(c-o/2,i-o/2,o,o,h),r.generateTexture(d,a,a),r.destroy(),d},t.prototype.createBackgroundTexture=function(e,t,s,d){var o="iconButton_r".concat(d,"_").concat(s,"_").concat(t),a=t*Be,c=1.1*t,i=1.1*t,r=e.add.graphics(),l=2*t,n=Math.floor(Math.min(l/2,l/2)),h=Math.min(d,n),p=Math.max(0,h);return this.drawCssColorGradient(r,c,i,l,p),r.generateTexture(o,a,a),r.destroy(),o},t.prototype.drawCssColorGradient=function(e,t,s,d,o){e.fillStyle(g.hex(this.colorButton),1),e.fillRoundedRect(t-d/2,s-d/2,d,d,o);var a=.6*d,c=Math.min(o,a/2);e.fillStyle(this.lightColorButton,1),e.fillRoundedRect(t-a/2,s-a/2,a,a,c),e.lineStyle(2,g.hex("black"),1),e.strokeRoundedRect(t-d/2,s-d/2,d,d,o)},t.prototype.createIconText=function(e,t,s){var d=Phaser.Display.Color.ValueToColor(this.darkColorButton),o="rgb(".concat(d.color32>>16&255,", ").concat(d.color32>>8&255,", ").concat(255&d.color32,")");this.iconText=new L({scene:e,x:0,y:-1.5,icon:t,size:s,style:{color:g.rgb("white"),strokeThickness:3,stroke:o,shadow:{offsetX:0,offsetY:3,color:o,blur:0,stroke:!0,fill:!0}}}),this.iconText.setFontStyle("900"),this.iconText.setOrigin(Te,Te)},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.iconText])},t.prototype.setupInteractivity=function(e){var t=this;this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",function(){t.scene.tweens.add({targets:t,duration:ve,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",function(){t.scene.tweens.add({targets:t,duration:ve,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.iconText],scaleX:.95,scaleY:.95,duration:ke,ease:"Linear"})}),this.backgroundSprite.on("pointerup",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.iconText],scaleX:1,scaleY:1,duration:ke,ease:"Linear"}),null==e||e()})},Object.defineProperty(t.prototype,"interactive",{get:function(){var e=this.backgroundSprite,t=e.on,s=e.off,d=e.setInteractive,o=e.once;return{on:t.bind(this.backgroundSprite),off:s.bind(this.backgroundSprite),setInteractive:d.bind(this.backgroundSprite),once:o.bind(this.backgroundSprite)}},enumerable:!1,configurable:!0}),t.prototype.getBounds=function(e){var t,s,d=null!==(t=this.backgroundSprite.displayWidth)&&void 0!==t?t:this.backgroundSprite.width,o=null!==(s=this.backgroundSprite.displayHeight)&&void 0!==s?s:this.backgroundSprite.height;return e?e.setTo(this.x-d/2,this.y-o/2,d,o):new Phaser.Geom.Rectangle(this.x-d/2,this.y-o/2,d,o)},t}(t.GameObjects.Container),ze=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.width,c=t.height,i=t.backgroundColor,r=void 0===i?"gray-200":i,l=t.progressColor,n=void 0===l?"blue-500":l,h=t.borderRadius,p=void 0===h?"default":h,y=t.progress,f=void 0===y?0:y,x=t.indeterminate,u=void 0!==x&&x,S=t.indeterminateAnimationDuration,C=void 0===S?1500:S,g=e.call(this,s,d,o)||this;return g.pw=G(s),g.progressWidth=a,g.progressHeight=c,g.backgroundColor=r,g.progressColor=n,g.currentProgress=Math.max(0,Math.min(100,f)),g.isIndeterminate=u,g.indeterminateAnimationDuration=C,g.borderRadiusPx="number"==typeof p?p:g.pw.radius.px(p),g.createBackgroundSprite(),g.createProgressSprite(),g.setupContainer(),g.isIndeterminate?g.startIndeterminateAnimation():g.updateProgressBar(),g}return d(t,e),t.prototype.setProgress=function(e,t){var s=this;if(void 0===t&&(t=!0),this.isIndeterminate)return this;var d=Math.max(0,Math.min(100,e));if(this.currentProgress===d)return this;if(t){var o={value:this.currentProgress};this.scene.tweens.add({targets:o,value:d,duration:300,ease:"Power2",onUpdate:function(){s.currentProgress=o.value,s.updateProgressBar()}})}else this.currentProgress=d,this.updateProgressBar();return this},t.prototype.getProgress=function(){return this.currentProgress},t.prototype.setIndeterminate=function(e){return this.isIndeterminate===e||(this.isIndeterminate=e,this.isIndeterminate?(this.stopIndeterminateAnimation(),this.startIndeterminateAnimation()):(this.stopIndeterminateAnimation(),this.updateProgressBar())),this},t.prototype.setBorderRadius=function(e){var t="number"==typeof e?e:this.pw.radius.px(e);return this.borderRadiusPx===t||(this.borderRadiusPx=t,this.recreateSprites()),this},t.prototype.setBackgroundColor=function(e){return this.backgroundColor===e||(this.backgroundColor=e,this.recreateSprites()),this},t.prototype.setProgressColor=function(e){return this.progressColor===e||(this.progressColor=e,this.recreateSprites()),this},t.prototype.destroy=function(){this.stopIndeterminateAnimation(),e.prototype.destroy.call(this)},t.prototype.createBackgroundSprite=function(){var e=this.scene.add.graphics();e.fillStyle(g.hex(this.backgroundColor),1),e.fillRoundedRect(-this.progressWidth/2,-this.progressHeight/2,this.progressWidth,this.progressHeight,this.getEffectiveBorderRadius()),this.backgroundProgressBar=e},t.prototype.createProgressSprite=function(){var e=this.scene.add.graphics();e.fillStyle(g.hex(this.progressColor),1),e.fillRoundedRect(-this.progressWidth/2,-this.progressHeight/2,this.progressWidth,this.progressHeight,this.getEffectiveBorderRadius()),this.progressBar=e},t.prototype.setupContainer=function(){this.add([this.backgroundProgressBar,this.progressBar])},t.prototype.calculateProgressDimensions=function(){var e=this.progressWidth*this.currentProgress/100;return{progressWidth:e,leftOffset:(e-this.progressWidth)/2}},t.prototype.updateProgressBar=function(e){if(void 0===e&&(e=!1),!this.isIndeterminate||e){var t=this.calculateProgressDimensions(),s=t.progressWidth,d=t.leftOffset;this.progressBar.setScale(s/this.progressWidth,1),this.progressBar.setX(d)}},t.prototype.startIndeterminateAnimation=function(){if(this.isIndeterminate){this.currentProgress=40,this.updateProgressBar(!0);var e=this.calculateProgressDimensions().progressWidth,t=this.progressWidth/2-e/2,s=-this.progressWidth/2+e/2;this.progressBar.setX(s),this.indeterminateAnimation=this.scene.tweens.add({targets:this.progressBar,x:t,duration:this.indeterminateAnimationDuration,ease:"Sine.easeInOut",yoyo:!0,repeat:-1})}},t.prototype.stopIndeterminateAnimation=function(){this.indeterminateAnimation&&(this.indeterminateAnimation.destroy(),this.indeterminateAnimation=void 0)},t.prototype.recreateSprites=function(){this.remove([this.backgroundProgressBar,this.progressBar]),this.backgroundProgressBar.destroy(),this.progressBar.destroy(),this.createBackgroundSprite(),this.createProgressSprite(),this.setupContainer(),this.isIndeterminate?this.startIndeterminateAnimation():this.updateProgressBar()},t.prototype.getEffectiveBorderRadius=function(){var e=Math.min(this.progressWidth,this.progressHeight)/2;return Math.min(this.borderRadiusPx,e)},t}(t.GameObjects.Container),Re=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.text,c=t.fontSize,i=t.font,r=t.backgroundColor,l=void 0===r?"blue-600":r,n=t.textColor,h=void 0===n?"white":n,p=t.borderRadius,y=void 0===p?"md":p,f=t.margin,x=void 0===f?"4":f,u=e.call(this,{scene:s,x:d,y:o})||this;return u.pw=G(s),u.textValue=a,u.fontSizePx="number"==typeof c?c:u.pw.fontSize.px(null!=c?c:"lg"),u.marginPx="number"==typeof x?x:u.pw.spacing.px(null!=x?x:"4"),u.borderRadiusPx="number"==typeof y?y:u.pw.radius.px(null!=y?y:"md"),u.colorButton=g.rgb(l),u.lightColorButton=we(l,-100,30),u.darkColorButton=we(l,100,-30),u.textColorValue=g.rgb(h),u.fontFamily=i?"string"==typeof i?i:u.pw.font.family(i):"Bebas Neue",u.createHeaderText(s),u.createWhiteBorderSprite(s),u.createBackgroundSprite(s),u.setupContainer(),u.hitArea=u.backgroundSprite,u}return d(t,e),t.prototype.setText=function(e){return this.textValue=e,this.headerText.setText(e),this.regenerateGraphics(),this},t.prototype.setFontSize=function(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"lg"),this.headerText.setFontSize(this.fontSizePx),this.regenerateGraphics(),this},t.prototype.setFont=function(e){return this.fontFamily=e?"string"==typeof e?e:this.pw.font.family(e):"Bebas Neue",this.headerText.setFontFamily(this.fontFamily),this.regenerateGraphics(),this},t.prototype.setBackgroundColor=function(e){return this.colorButton=g.rgb(e),this.lightColorButton=we(e,-100,30),this.darkColorButton=we(e,100,-30),this.regenerateGraphics(),this},t.prototype.setTextColor=function(e){return this.textColorValue=g.rgb(e),this.headerText.setColor(this.textColorValue),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateGraphics(),this},t.prototype.setMargin=function(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.regenerateGraphics(),this},t.prototype.createHeaderText=function(e){this.headerText=new Ce({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily}),this.headerText.setOrigin(.5,.5)},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateGraphics=function(){this.headerText.setText(this.textValue);var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)},t.prototype.createWhiteBorderTexture=function(e){var t=this.getHeaderDimensions(),s=t.width,d=t.height,o="sectionHeader_whiteBorder_".concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+4,c=d+4,i=a+16,r=c+16,l=e.add.graphics(),n=Math.floor(Math.min(a/2,c/2)),h=Math.min(this.borderRadiusPx+2,n),p=Math.max(0,h);return l.fillStyle(g.hex("white"),1),l.fillRoundedRect(8,8,a,c,p),l.generateTexture(o,i,r),l.destroy(),o},t.prototype.createBackgroundTexture=function(e){var t=this.getHeaderDimensions(),s=t.width,d=t.height,o="sectionHeader_bg_".concat(this.colorButton,"_").concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+16,c=d+16,i=e.add.graphics(),r=Math.floor(Math.min(s/2,d/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return this.drawCssColorGradient(i,8,s,d,n),i.generateTexture(o,a,c),i.destroy(),o},t.prototype.drawCssColorGradient=function(e,t,s,d,o){e.fillStyle(g.hex(this.colorButton),1),e.fillRoundedRect(t,t,s,d,o);var a=.15*d,c=Math.min(o,a/2);e.fillStyle(this.lightColorButton,1),e.fillRoundedRect(t,t,s,a,c);var i=Math.min(o,a/2);e.fillStyle(this.darkColorButton,1),e.fillRoundedRect(t,t+d-a,s,a,i),e.lineStyle(2,g.hex("black"),1),e.strokeRoundedRect(t,t,s,d,o)},t.prototype.getHeaderDimensions=function(){var e=this.headerText.getBounds();return{width:e.width+2*this.marginPx,height:e.height+2*this.marginPx}},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.headerText])},t}(Y),Oe="red-500",Me=function(e){function t(t){var s,d,o,a,c,i,r,l=e.call(this,t.scene,null!==(s=t.x)&&void 0!==s?s:0,null!==(d=t.y)&&void 0!==d?d:0)||this;return l.sectionHeader=null,l.closeButton=null,l.title=null!==(o=t.title)&&void 0!==o?o:"",l.showCloseButton=null!==(a=t.showCloseButton)&&void 0!==a&&a,l.onClose=t.onClose,l.card=new D({scene:t.scene,x:0,y:0,backgroundColor:null!==(c=t.backgroundColor)&&void 0!==c?c:Oe,borderRadius:null!==(i=t.borderRadius)&&void 0!==i?i:8,margin:null!==(r=t.margin)&&void 0!==r?r:16,child:t.child}),l.add(l.card),l.title&&l.createSectionHeader(),l.showCloseButton&&l.createCloseButton(),l.updateLayout(),l}return d(t,e),t.prototype.createSectionHeader=function(){this.sectionHeader=new Re({scene:this.scene,x:0,y:0,text:this.title,backgroundColor:Oe,borderRadius:0}),this.add(this.sectionHeader)},t.prototype.createCloseButton=function(){var e=this;this.closeButton=new ee({scene:this.scene,x:0,y:0,icon:"x",size:18,onClick:function(){e.onClose&&e.onClose()}}),this.add(this.closeButton)},t.prototype.updateLayout=function(){var e=this.card.width,t=this.card.height;if(this.sectionHeader){var s=-t/2-this.sectionHeader.height/4;this.sectionHeader.setPosition(0,s)}if(this.closeButton){var d=e/2-9+8,o=-t/2+9-8;this.closeButton.setPosition(d,o)}},t.prototype.setTitle=function(e){return this.title=e,e&&!this.sectionHeader?this.createSectionHeader():!e&&this.sectionHeader?(this.remove(this.sectionHeader),this.sectionHeader=null):this.sectionHeader&&this.sectionHeader.setText(e),this.updateLayout(),this},t.prototype.setShowCloseButton=function(e){return this.showCloseButton=e,e&&!this.closeButton?this.createCloseButton():!e&&this.closeButton&&(this.remove(this.closeButton),this.closeButton=null),this.updateLayout(),this},t.prototype.setOnClose=function(e){return this.onClose=e,this},t.prototype.setBackgroundColor=function(e){return this.card.setBackgroundColor(e),this.sectionHeader&&this.sectionHeader.setBackgroundColor(e),this},t.prototype.setBorderRadius=function(e){return this.card.setBorderRadius(e),this.updateLayout(),this},t.prototype.setMargin=function(e){return this.card.setMargin(e),this.updateLayout(),this},t.prototype.setChild=function(e){return this.card.setChild(e),this.updateLayout(),this},t.prototype.getCard=function(){return this.card},t.prototype.getSectionHeader=function(){return this.sectionHeader},t.prototype.getCloseButton=function(){return this.closeButton},t}(t.GameObjects.Container),Ae=100,Ie=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.radius,c=t.thickness,i=void 0===c?4:c,r=t.backgroundColor,l=void 0===r?"gray-200":r,n=t.backgroundAlpha,h=void 0===n?.2:n,p=t.progressColor,y=void 0===p?"blue-500":p,f=t.progress,x=void 0===f?0:f,u=t.startAngle,S=void 0===u?270:u,C=t.showText,g=void 0!==C&&C,b=t.textColor,m=void 0===b?"white":b,w=t.fontSize,k=void 0===w?"base":w,v=t.textAlpha,B=void 0===v?1:v,T=e.call(this,s,d,o)||this;return T.pw=G(s),T.radius=a,T.thickness=i,T.backgroundColor=l,T.backgroundAlpha=h,T.progressColor=y,T.currentProgress=Math.max(0,Math.min(Ae,x)),T.startAngle=S,T.showText=g,T.textColor=m,T.fontSize=k,T.textAlpha=B,T.createBackgroundSprite(),T.createRadialArc(),T.showText&&T.createPercentageText(),T.setupContainer(),T.updateProgressBar(),T}return d(t,e),t.prototype.setProgress=function(e,t){var s=this;void 0===t&&(t=!0);var d=Math.max(0,Math.min(Ae,e));if(this.currentProgress===d)return this;if(t){var o={value:this.currentProgress};this.scene.tweens.add({targets:o,value:d,duration:300,ease:"Power2",onUpdate:function(){s.currentProgress=o.value,s.updateProgressBar(),s.updatePercentageText()}})}else this.currentProgress=d,this.updateProgressBar(),this.updatePercentageText();return this},t.prototype.getProgress=function(){return this.currentProgress},t.prototype.setBackgroundColor=function(e){return this.backgroundColor===e||(this.backgroundColor=e,this.recreateSprites()),this},t.prototype.setBackgroundAlpha=function(e){return this.backgroundAlpha===e||(this.backgroundAlpha=e,this.recreateSprites()),this},t.prototype.setProgressColor=function(e){return this.progressColor===e||(this.progressColor=e,this.recreateSprites()),this},t.prototype.setShowText=function(e){return this.showText===e||(this.showText=e,e&&!this.percentageText?(this.createPercentageText(),this.percentageText&&this.add(this.percentageText)):!e&&this.percentageText&&(this.remove(this.percentageText),this.percentageText.destroy(),this.percentageText=void 0)),this},t.prototype.setTextColor=function(e){return this.textColor===e||(this.textColor=e,this.percentageText&&(this.percentageText.destroy(),this.createPercentageText(),this.add(this.percentageText))),this},t.prototype.setFontSize=function(e){return this.fontSize===e||(this.fontSize=e,this.percentageText&&(this.percentageText.destroy(),this.createPercentageText(),this.add(this.percentageText))),this},t.prototype.setTextAlpha=function(e){return this.textAlpha===e||(this.textAlpha=e,this.percentageText&&this.percentageText.setAlpha(this.textAlpha)),this},t.prototype.setRadius=function(e){return this.radius===e||(this.radius=e,this.recreateSprites()),this},t.prototype.destroy=function(){e.prototype.destroy.call(this)},t.prototype.createBackgroundSprite=function(){var e=this.scene.add.graphics();e.fillStyle(this.pw.color.hex(this.backgroundColor),this.backgroundAlpha),e.beginPath(),e.arc(0,0,this.radius,0,Phaser.Math.PI2,!1),e.closePath(),e.fillPath(),this.backgroundProgressBar=e},t.prototype.createRadialArc=function(){var e=this.scene.add.graphics();e.lineStyle(this.thickness,this.pw.color.hex(this.progressColor),1),e.beginPath(),e.arc(0,0,this.radius,this.startAngle,Phaser.Math.DegToRad(360),!0),e.strokePath(),this.radialArc=e},t.prototype.createPercentageText=function(){this.percentageText=this.scene.add.text(0,0,"".concat(Math.round(this.currentProgress),"%"),{fontSize:this.pw.fontSize.css(this.fontSize),color:this.pw.color.rgb(this.textColor),fontStyle:"bold"}),this.percentageText.setOrigin(.5),this.percentageText.setAlpha(this.textAlpha)},t.prototype.setThickness=function(e){this.thickness=e,this.recreateSprites()},t.prototype.setupContainer=function(){var e=[this.backgroundProgressBar,this.radialArc];this.percentageText&&e.push(this.percentageText),this.add(e)},t.prototype.updateProgressBar=function(){if(this.radialArc){this.radialArc.clear();var e=Phaser.Math.DegToRad(this.startAngle),t=e+Phaser.Math.DegToRad(this.currentProgress/Ae*360),s=this.currentProgress>=Ae;this.radialArc.lineStyle(this.thickness,this.pw.color.hex(this.progressColor),1),this.radialArc.beginPath(),s?this.radialArc.arc(0,0,this.radius,0,Phaser.Math.PI2,!1):this.radialArc.arc(0,0,this.radius,e,t,!1),this.radialArc.strokePath()}},t.prototype.updatePercentageText=function(){this.percentageText&&this.percentageText.setText("".concat(Math.round(this.currentProgress),"%"))},t.prototype.recreateSprites=function(){var e=[this.backgroundProgressBar,this.radialArc];this.percentageText&&e.push(this.percentageText),this.remove(e),this.backgroundProgressBar.destroy(),this.radialArc.destroy(),this.percentageText&&(this.percentageText.destroy(),this.percentageText=void 0),this.createBackgroundSprite(),this.createRadialArc(),this.showText&&this.createPercentageText(),this.setupContainer(),this.updateProgressBar()},t}(t.GameObjects.Container),He=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.text,c=t.fontSize,i=t.font,r=t.backgroundColor,l=void 0===r?"blue-600":r,n=t.textColor,h=void 0===n?"white":n,p=t.borderRadius,y=void 0===p?"md":p,f=t.margin,x=void 0===f?"4":f,u=e.call(this,s,d,o)||this;return u.pw=G(s),u.textValue=a,u.fontSizePx="number"==typeof c?c:u.pw.fontSize.px(null!=c?c:"lg"),u.marginPx="number"==typeof x?x:u.pw.spacing.px(null!=x?x:"4"),u.borderRadiusPx="number"==typeof y?y:u.pw.radius.px(null!=y?y:"md"),u.colorButton=g.rgb(l),u.textColorValue=g.rgb(h),u.fontFamily=i?"string"==typeof i?i:u.pw.font.family(i):"Bebas Neue",u.createHeaderText(s),u.createWhiteBorderSprite(s),u.createBackgroundSprite(s),u.setupContainer(),u.setupInteractivity(),u}return d(t,e),t.prototype.setText=function(e){return this.textValue=e,this.headerText.setText(e),this.regenerateGraphics(),this},t.prototype.setFontSize=function(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"lg"),this.headerText.setFontSize(this.fontSizePx),this.regenerateGraphics(),this},t.prototype.setFont=function(e){return this.fontFamily=e?"string"==typeof e?e:this.pw.font.family(e):"Bebas Neue",this.headerText.setFontFamily(this.fontFamily),this.regenerateGraphics(),this},t.prototype.setBackgroundColor=function(e){return this.colorButton=g.rgb(e),this.regenerateGraphics(),this},t.prototype.setTextColor=function(e){return this.textColorValue=g.rgb(e),this.headerText.setColor(this.textColorValue),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateGraphics(),this},t.prototype.setMargin=function(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.regenerateGraphics(),this},t.prototype.createHeaderText=function(e){this.headerText=new Ce({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily}),this.headerText.setOrigin(.5,.5)},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateGraphics=function(){this.headerText.setText(this.textValue);var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)},t.prototype.createWhiteBorderTexture=function(e){var t=this.getHeaderDimensions(),s=t.width,d=t.height,o="flatSectionHeader_whiteBorder_".concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+6,c=d+6,i=a+16,r=c+16,l=e.add.graphics(),n=Math.floor(Math.min(a/2,c/2)),h=Math.min(this.borderRadiusPx+2,n),p=Math.max(0,h);return l.fillStyle(g.hex("white"),1),l.fillRoundedRect(8,8,a,c,p),l.generateTexture(o,i,r),l.destroy(),o},t.prototype.createBackgroundTexture=function(e){var t=this.getHeaderDimensions(),s=t.width,d=t.height,o="flatSectionHeader_bg_".concat(this.colorButton,"_").concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+16,c=d+16,i=e.add.graphics(),r=Math.floor(Math.min(s/2,d/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return i.fillStyle(g.hex(this.colorButton),1),i.fillRoundedRect(8,8,s,d,n),i.lineStyle(2,g.hex("black"),1),i.strokeRoundedRect(8,8,s,d,n),i.generateTexture(o,a,c),i.destroy(),o},t.prototype.getHeaderDimensions=function(){var e=this.headerText.getBounds();return{width:e.width+2*this.marginPx,height:e.height+2*this.marginPx}},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.headerText])},t.prototype.setupInteractivity=function(){var e=this;this.setInteractive(),this.on("pointerdown",function(){e.setScale(.95),e.on("pointerup",function(){e.setScale(1)})})},t}(t.GameObjects.Container),qe=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.width,c=void 0===a?1:a,i=t.height,r=void 0===i?1:i;if(void 0===c&&void 0===r)throw new Error("SizedBox must have at least width or height specified");var l=null!=c?c:1,n=null!=r?r:1;return e.call(this,s,d,o,l,n,0,0)||this}return d(t,e),t.prototype.setWidth=function(e){return this.width=e,this},t.prototype.setHeight=function(e){return this.height=e,this},t.prototype.setSize=function(e,t){return this.width=e,this.height=t,this},t}(t.GameObjects.Rectangle),We=60,Fe=100,Ve=function(e){function t(t){var s=t.scene,d=t.x,o=t.y,a=t.text,c=t.fontSize,i=void 0===c?"lg":c,r=t.font,l=t.color,n=void 0===l?"blue-500":l,h=t.textColor,p=void 0===h?"white":h,y=t.borderRadius,f=void 0===y?"md":y,x=t.padding,u=void 0===x?"4":x,S=t.onClick,C=e.call(this,{scene:s,x:d,y:o})||this;return C.pw=G(s),C.textValue=a,C.fontSizePx="number"==typeof i?i:C.pw.fontSize.px(null!=i?i:"md"),C.paddingPx="number"==typeof u?u:C.pw.spacing.px(null!=u?u:"4"),C.borderRadiusPx="number"==typeof f?f:C.pw.radius.px(null!=f?f:"md"),C.colorButton=g.rgb(n),C.lightColorButton=we(n,-100,30),C.darkColorButton=we(n,100,-30),C.textColorValue=g.rgb(p),C.fontFamily=r?"string"==typeof r?r:C.pw.font.family(r):"Bebas Neue",C.createButtonText(s),C.createWhiteBorderSprite(s),C.createBackgroundSprite(s),C.setupContainer(),C.setupInteractivity(S),C.hitArea=C.backgroundSprite,C}return d(t,e),t.prototype.setText=function(e){return this.textValue=e,this.buttonText.setText(e),this.regenerateSprites(),this},t.prototype.setFontSize=function(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"md"),this.buttonText.setFontSize(this.fontSizePx),this.regenerateSprites(),this},t.prototype.setFont=function(e){return this.fontFamily="string"==typeof e?e:this.pw.font.family(null!=e?e:"primary"),this.buttonText.setFontFamily(this.fontFamily),this.regenerateSprites(),this},t.prototype.setColor=function(e){return this.colorButton=g.rgb(e),this.lightColorButton=we(e,-100,30),this.darkColorButton=we(e,100,-30),this.regenerateSprites(),this},t.prototype.setTextColor=function(e){return this.textColorValue=g.rgb(e),this.buttonText.setColor(this.textColorValue),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateSprites(),this},t.prototype.setPadding=function(e){return this.paddingPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.regenerateSprites(),this},t.prototype.createButtonText=function(e){this.buttonText=new Ce({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily}),this.buttonText.setOrigin(.5,.5)},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateSprites=function(){this.buttonText.setText(this.textValue);var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)},t.prototype.getButtonDimensions=function(){var e=this.buttonText.getBounds();return{width:e.width+2*this.paddingPx,height:e.height+2*this.paddingPx}},t.prototype.createWhiteBorderTexture=function(e){var t=this.getButtonDimensions(),s=t.width,d=t.height,o="textButton_whiteBorder_".concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+6,c=d+6,i=a+16,r=c+16,l=e.add.graphics(),n=Math.floor(Math.min(a/2,c/2)),h=Math.min(this.borderRadiusPx+2,n),p=Math.max(0,h);return l.fillStyle(g.hex("white"),1),l.fillRoundedRect(8,8,a,c,p),l.generateTexture(o,i,r),l.destroy(),o},t.prototype.createBackgroundTexture=function(e){var t=this.getButtonDimensions(),s=t.width,d=t.height,o="textButton_bg_".concat(this.colorButton,"_").concat(this.borderRadiusPx,"_").concat(s,"_").concat(d),a=s+16,c=d+16,i=e.add.graphics(),r=Math.floor(Math.min(s/2,d/2)),l=Math.min(this.borderRadiusPx,r),n=Math.max(0,l);return this.drawCssColorGradient(i,8,s,d,n),i.generateTexture(o,a,c),i.destroy(),o},t.prototype.drawCssColorGradient=function(e,t,s,d,o){e.fillStyle(g.hex(this.colorButton),1),e.fillRoundedRect(t,t,s,d,o);var a=.15*d,c=Math.min(o,a/2);e.fillStyle(this.lightColorButton,1),e.fillRoundedRect(t,t,s,a,c);var i=Math.min(o,a/2);e.fillStyle(this.darkColorButton,1),e.fillRoundedRect(t,t+d-a,s,a,i),e.lineStyle(2,g.hex("black"),1),e.strokeRoundedRect(t,t,s,d,o)},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite,this.buttonText])},t.prototype.setupInteractivity=function(e){var t=this;this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",function(){t.scene.tweens.add({targets:t,duration:Fe,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",function(){t.scene.tweens.add({targets:t,duration:Fe,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.buttonText],scaleX:.95,scaleY:.95,duration:We,ease:"Linear"})}),this.backgroundSprite.on("pointerup",function(){t.scene.tweens.add({targets:[t.whiteBorderSprite,t.backgroundSprite,t.buttonText],scaleX:1,scaleY:1,duration:We,ease:"Linear"}),null==e||e()})},t}(Y),$e="hudini",_e=function(e){function t(t){var s=e.call(this,t)||this;return s.phaserWindMappingKey=$,s}return d(t,e),t.prototype.init=function(e){var t=e.theme,s=e.darkMode,d=void 0!==s&&s,o=e.phaserWindMappingKey,a=void 0===o?$:o;if(this.phaserWindMappingKey=a,!this.pluginManager.get($)){var c=null!=t?t:d?V:F;this.pluginManager.install($,_,!0,a,{theme:c,darkMode:d})}},Object.defineProperty(t.prototype,"pw",{get:function(){return this.pluginManager.get(this.phaserWindMappingKey)},enumerable:!1,configurable:!0}),t}(t.Plugins.BasePlugin),je=function(e){function t(t){return e.call(this,t)||this}return d(t,e),t}(j);e.Card=D,e.CircularProgress=K,e.Color=g,e.Column=l,e.ContainerInteractive=Y,e.DEFAULT_GAP=8,e.FlatIconButton=ee,e.FlatSectionHeader=He,e.FlatTextButton=me,e.FontSize=w,e.HUDINI_KEY=$e,e.HudiniPlugin=_e,e.IconButton=Pe,e.LinearProgress=ze,e.Opacity=P,e.PHASER_WIND_KEY=$,e.Panel=Me,e.PhaserWindPlugin=_,e.RadialProgress=Ie,e.Radius=O,e.Row=n,e.SceneWithHudini=je,e.SceneWithPhaserWind=j,e.SectionHeader=Re,e.Shadow=I,e.SizedBox=qe,e.Spacing=W,e.Text=Ce,e.TextButton=Ve,e.createColor=C,e.createFont=v,e.createFontSize=m,e.createOpacity=T,e.createRadius=R,e.createShadow=A,e.createSpacing=q,e.createTheme=e=>y({},F,e),e.defaultDarkTheme=V,e.defaultLightTheme=F,e.defaultShadowMap=M,e.fontMap=k,e.fontSizeMap=b,e.getColorVariant=we,e.getDisplayHeightOf=i,e.getDisplayWidthOf=c,e.getHudini=function(e){return e.hudini},e.getNormalizedOriginOf=r,e.getPWFromScene=G,e.isValidColor=f,e.loadFonts=function(e){return o(void 0,void 0,void 0,function(){var t,s,d,c,i,r,l;return a(this,function(n){switch(n.label){case 0:s=(t=null!=e?e:{}).fontAwesomeUrl,d=t.baseFont,c=void 0===d?"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap":d,i=t.baseFontFamily,r=void 0===i?"Bebas Neue":i,n.label=1;case 1:return n.trys.push([1,6,,7]),[4,N(s)];case 2:return n.sent(),[4,(p=c,new Promise(function(e,t){if(document.querySelector('link[href="'.concat(p,'"]')))e();else{var s=document.createElement("link");s.rel="stylesheet",s.href=p,s.onload=function(){e()},s.onerror=function(){t(new Error("Failed to load stylesheet: ".concat(p)))},document.head.appendChild(s)}}))];case 3:return n.sent(),[4,(h=r,o(void 0,void 0,void 0,function(){var e;return a(this,function(t){switch(t.label){case 0:return e=[document.fonts.load('400 16px "'.concat(h,'"'),"A"),document.fonts.load('700 16px "'.concat(h,'"'),"B")],[4,Promise.all(e)];case 1:return t.sent(),[4,document.fonts.ready];case 2:return t.sent(),[2]}})}))];case 4:return n.sent(),[4,document.fonts.ready];case 5:return n.sent(),[3,7];case 6:throw l=n.sent(),new Error("Failed to load fonts: ".concat(l instanceof Error?l.message:String(l)));case 7:return[2]}var h,p})})},e.merge=y,e.mergeDeep=(e,...t)=>y({},e,...t),e.opacityMap=B,e.palette=x,e.radiusMap=z,e.spacingMap=H,e.withHudini=function(e){return e.plugins.get($e)},e.withPhaserWind=e=>e.plugins.get($)});
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("phaser")):"function"==typeof define&&define.amd?define(["exports","phaser"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Hudini={},e.Phaser)}(this,function(e,t){"use strict";var d=function(e,t){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var d in t)Object.prototype.hasOwnProperty.call(t,d)&&(e[d]=t[d])},d(e,t)};function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function s(){this.constructor=e}d(e,t),e.prototype=null===t?Object.create(t):(s.prototype=t.prototype,new s)}function o(e,t,d,s){return new(d||(d=Promise))(function(o,c){function a(e){try{l(s.next(e))}catch(e){c(e)}}function i(e){try{l(s.throw(e))}catch(e){c(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof d?t:new d(function(e){e(t)})).then(a,i)}l((s=s.apply(e,t||[])).next())})}function c(e,t){var d,s,o,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=i(0),a.throw=i(1),a.return=i(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function i(i){return function(l){return function(i){if(d)throw new TypeError("Generator is already executing.");for(;a&&(a=0,i[0]&&(c=0)),c;)try{if(d=1,s&&(o=2&i[0]?s.return:i[0]?s.throw||((o=s.return)&&o.call(s),0):s.next)&&!(o=o.call(s,i[1])).done)return o;switch(s=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,s=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!(o=c.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=t.call(e,c)}catch(e){i=[6,e],s=0}finally{d=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,l])}}}"function"==typeof SuppressedError&&SuppressedError;const a=e=>{const t=e;if(e&&"object"==typeof e&&"list"in e&&Array.isArray(e.list)){if("number"==typeof t.displayWidth&&t.displayWidth>0)return t.displayWidth;if("number"==typeof t.width&&t.width>0)return t.width;const d=e;if("number"==typeof d.displayWidth&&d.displayWidth>0)return d.displayWidth;if("number"==typeof d.width&&d.width>0)return"number"==typeof d.scale&&d.scale>0?d.width/d.scale:d.width;let s=0;for(const e of d.list){const t=a(e);s=Math.max(s,t)}return s}if("number"==typeof t.displayWidth)return t.displayWidth;if("number"==typeof t.width)return t.width;const d=t.getBounds?.();return d?d.width:0},i=e=>{const t=e;if(e&&"object"==typeof e&&"list"in e&&Array.isArray(e.list)){if("number"==typeof t.displayHeight&&t.displayHeight>0)return t.displayHeight;if("number"==typeof t.height&&t.height>0)return t.height;const d=e;if("number"==typeof d.displayHeight&&d.displayHeight>0)return d.displayHeight;if("number"==typeof d.height&&d.height>0)return"number"==typeof d.scale&&d.scale>0?d.height/d.scale:d.height;let s=0;for(const e of d.list){const t=i(e);s=Math.max(s,t)}return s}if("number"==typeof t.displayHeight)return t.displayHeight;if("number"==typeof t.height)return t.height;const d=t.getBounds?.();return d?d.height:0},l=e=>{const t=a(e),d=i(e),s=e;let o="number"==typeof s.originX?s.originX:void 0,c="number"==typeof s.originY?s.originY:void 0;return void 0===o&&"number"==typeof s.displayOriginX&&t>0&&(o=s.displayOriginX/t),void 0===c&&"number"==typeof s.displayOriginY&&d>0&&(c=s.displayOriginY/d),{x:o??.5,y:c??.5}};class r extends t.GameObjects.Container{gap;align;verticalOrigin;constructor({scene:e,x:t,y:d,gap:s=8,align:o="center",children:c=[],verticalOrigin:a="center"}){super(e,t,d),this.gap=s,this.align=o,this.verticalOrigin=a,c.length>0&&this.add(c),this.layout()}setGap(e){this.gap=e,this.layout()}setAlign(e){this.align=e,this.layout()}addChild(e,t=!0){return this.add(e),t&&this.layout(),this}addChildren(e,t=!0){return e.length>0&&this.add(e),t&&this.layout(),this}layout(){const e=this.list;if(0===e.length)return void this.setSize(0,0);const t=e.map(e=>({child:e,width:this.getDisplayWidth(e),height:this.getDisplayHeight(e),origin:this.getNormalizedOrigin(e)})),d=t.reduce((e,t)=>Math.max(e,t.width),0),s=t.reduce((e,t)=>e+t.height,0)+this.gap*(t.length-1);let o="top"===this.verticalOrigin?0:"center"===this.verticalOrigin?-s/2:-s;for(const{child:e,width:s,height:c,origin:a}of t){let t=0;t="left"===this.align?-d/2+a.x*s:"right"===this.align?d/2-(1-a.x)*s:(a.x-.5)*s;const i=o+a.y*c;e.setPosition(t,i),o+=c+this.gap}this.setSize(d,s)}getDisplayWidth(e){return a(e)}getDisplayHeight(e){return i(e)}getNormalizedOrigin(e){return l(e)}}class h extends t.GameObjects.Container{gap;align;horizontalOrigin;constructor({scene:e,x:t,y:d,gap:s=8,align:o="center",children:c=[],horizontalOrigin:a="center"}){super(e,t,d),this.gap=s,this.align=o,this.horizontalOrigin=a,c.length>0&&this.add(c),this.layout()}setGap(e){this.gap=e,this.layout()}setAlign(e){this.align=e,this.layout()}addChild(e,t=!0){return this.add(e),t&&this.layout(),this}addChildren(e,t=!0){return e.length>0&&this.add(e),t&&this.layout(),this}layout(){const e=this.list;if(0===e.length)return void this.setSize(0,0);const t=e.map(e=>({child:e,width:this.getDisplayWidth(e),height:this.getDisplayHeight(e),origin:this.getNormalizedOrigin(e)})),d=t.reduce((e,t)=>Math.max(e,t.height),0),s=t.reduce((e,t)=>e+t.width,0)+this.gap*(t.length-1);let o="left"===this.horizontalOrigin?0:"center"===this.horizontalOrigin?-s/2:-s;for(const{child:e,width:s,height:c,origin:a}of t){let t=0;t="top"===this.align?-d/2+a.y*c:"bottom"===this.align?d/2-(1-a.y)*c:(a.y-.5)*c;const i=o+a.x*s;e.setPosition(i,t),o+=s+this.gap}this.setSize(s,d)}getDisplayWidth(e){return a(e)}getDisplayHeight(e){return i(e)}getNormalizedOrigin(e){return l(e)}}const n=e=>null!==e&&"object"==typeof e&&!Array.isArray(e)&&"[object Object]"===Object.prototype.toString.call(e),p=e=>{if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(e=>p(e));if(n(e)){const t={};for(const d in e)Object.prototype.hasOwnProperty.call(e,d)&&(t[d]=p(e[d]));return t}return e},y=(e,...t)=>{if(!n(e))return e;let d=p(e);for(const e of t){if(!n(e))continue;const t=p(e);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)){const s=t[e],o=d[e];n(s)&&n(o)?d[e]=y(o,s):void 0!==s&&(d[e]=s)}}return d},f=e=>{if("string"!=typeof e)return!1;const t=e.trim();return!!/^#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})$/.test(t)||(!!/^rgb\(\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*\)$/.test(t)||(!!/^rgba\(\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*,\s*(\d{1,3}%?)\s*,\s*([01]|0?\.\d+)\s*\)$/.test(t)||!!/^oklch\(\s*(\d*\.?\d+%?)\s+(\d*\.?\d+)\s+(\d*\.?\d+)(?:\s*\/\s*([01]|0?\.\d+))?\s*\)$/.test(t)))},x={black:"#000",white:"#fff",slate:{50:"rgb(248, 250, 252)",100:"rgb(241, 245, 249)",200:"rgb(226, 232, 240)",300:"rgb(203, 213, 225)",400:"rgb(148, 163, 184)",500:"rgb(100, 116, 139)",600:"rgb(71, 85, 105)",700:"rgb(51, 65, 85)",800:"rgb(30, 41, 59)",900:"rgb(15, 23, 42)",950:"rgb(2, 6, 23)"},gray:{50:"rgb(249, 250, 251)",100:"rgb(243, 244, 246)",200:"rgb(229, 231, 235)",300:"rgb(209, 213, 219)",400:"rgb(156, 163, 175)",500:"rgb(107, 114, 128)",600:"rgb(75, 85, 99)",700:"rgb(55, 65, 81)",800:"rgb(31, 41, 55)",900:"rgb(17, 24, 39)",950:"rgb(3, 7, 18)"},zinc:{50:"rgb(250, 250, 250)",100:"rgb(244, 244, 245)",200:"rgb(228, 228, 231)",300:"rgb(212, 212, 216)",400:"rgb(161, 161, 170)",500:"rgb(113, 113, 122)",600:"rgb(82, 82, 91)",700:"rgb(63, 63, 70)",800:"rgb(39, 39, 42)",900:"rgb(24, 24, 27)",950:"rgb(9, 9, 11)"},neutral:{50:"rgb(250, 250, 250)",100:"rgb(245, 245, 245)",200:"rgb(229, 229, 229)",300:"rgb(212, 212, 212)",400:"rgb(163, 163, 163)",500:"rgb(115, 115, 115)",600:"rgb(82, 82, 82)",700:"rgb(64, 64, 64)",800:"rgb(38, 38, 38)",900:"rgb(23, 23, 23)",950:"rgb(10, 10, 10)"},stone:{50:"rgb(250, 250, 249)",100:"rgb(245, 245, 244)",200:"rgb(231, 229, 228)",300:"rgb(214, 211, 209)",400:"rgb(168, 162, 158)",500:"rgb(120, 113, 108)",600:"rgb(87, 83, 78)",700:"rgb(68, 64, 60)",800:"rgb(41, 37, 36)",900:"rgb(28, 25, 23)",950:"rgb(12, 10, 9)"},red:{50:"rgb(254, 242, 242)",100:"rgb(254, 226, 226)",200:"rgb(254, 202, 202)",300:"rgb(252, 165, 165)",400:"rgb(248, 113, 113)",500:"rgb(239, 68, 68)",600:"rgb(220, 38, 38)",700:"rgb(185, 28, 28)",800:"rgb(153, 27, 27)",900:"rgb(127, 29, 29)",950:"rgb(69, 10, 10)"},orange:{50:"rgb(255, 247, 237)",100:"rgb(255, 237, 213)",200:"rgb(254, 215, 170)",300:"rgb(253, 186, 116)",400:"rgb(251, 146, 60)",500:"rgb(249, 115, 22)",600:"rgb(234, 88, 12)",700:"rgb(194, 65, 12)",800:"rgb(154, 52, 18)",900:"rgb(124, 45, 18)",950:"rgb(67, 20, 7)"},amber:{50:"rgb(255, 251, 235)",100:"rgb(254, 243, 199)",200:"rgb(253, 230, 138)",300:"rgb(252, 211, 77)",400:"rgb(251, 191, 36)",500:"rgb(245, 158, 11)",600:"rgb(217, 119, 6)",700:"rgb(180, 83, 9)",800:"rgb(146, 64, 14)",900:"rgb(120, 53, 15)",950:"rgb(69, 26, 3)"},yellow:{50:"rgb(254, 252, 232)",100:"rgb(254, 249, 195)",200:"rgb(254, 240, 138)",300:"rgb(253, 224, 71)",400:"rgb(250, 204, 21)",500:"rgb(234, 179, 8)",600:"rgb(202, 138, 4)",700:"rgb(161, 98, 7)",800:"rgb(133, 77, 14)",900:"rgb(113, 63, 18)",950:"rgb(66, 32, 6)"},lime:{50:"rgb(247, 254, 231)",100:"rgb(236, 252, 203)",200:"rgb(217, 249, 157)",300:"rgb(190, 242, 100)",400:"rgb(163, 230, 53)",500:"rgb(132, 204, 22)",600:"rgb(101, 163, 13)",700:"rgb(77, 124, 15)",800:"rgb(63, 98, 18)",900:"rgb(54, 83, 20)",950:"rgb(26, 46, 5)"},green:{50:"rgb(240, 253, 244)",100:"rgb(220, 252, 231)",200:"rgb(187, 247, 208)",300:"rgb(134, 239, 172)",400:"rgb(74, 222, 128)",500:"rgb(34, 197, 94)",600:"rgb(22, 163, 74)",700:"rgb(21, 128, 61)",800:"rgb(22, 101, 52)",900:"rgb(20, 83, 45)",950:"rgb(5, 46, 22)"},emerald:{50:"rgb(236, 253, 245)",100:"rgb(209, 250, 229)",200:"rgb(167, 243, 208)",300:"rgb(110, 231, 183)",400:"rgb(52, 211, 153)",500:"rgb(16, 185, 129)",600:"rgb(5, 150, 105)",700:"rgb(4, 120, 87)",800:"rgb(6, 95, 70)",900:"rgb(6, 78, 59)",950:"rgb(2, 44, 34)"},teal:{50:"rgb(240, 253, 250)",100:"rgb(204, 251, 241)",200:"rgb(153, 246, 228)",300:"rgb(94, 234, 212)",400:"rgb(45, 212, 191)",500:"rgb(20, 184, 166)",600:"rgb(13, 148, 136)",700:"rgb(15, 118, 110)",800:"rgb(17, 94, 89)",900:"rgb(19, 78, 74)",950:"rgb(4, 47, 46)"},cyan:{50:"rgb(236, 254, 255)",100:"rgb(207, 250, 254)",200:"rgb(165, 243, 252)",300:"rgb(103, 232, 249)",400:"rgb(34, 211, 238)",500:"rgb(6, 182, 212)",600:"rgb(8, 145, 178)",700:"rgb(14, 116, 144)",800:"rgb(21, 94, 117)",900:"rgb(22, 78, 99)",950:"rgb(8, 51, 68)"},sky:{50:"rgb(240, 249, 255)",100:"rgb(224, 242, 254)",200:"rgb(186, 230, 253)",300:"rgb(125, 211, 252)",400:"rgb(56, 189, 248)",500:"rgb(14, 165, 233)",600:"rgb(2, 132, 199)",700:"rgb(3, 105, 161)",800:"rgb(7, 89, 133)",900:"rgb(12, 74, 110)",950:"rgb(8, 47, 73)"},blue:{50:"rgb(239, 246, 255)",100:"rgb(219, 234, 254)",200:"rgb(191, 219, 254)",300:"rgb(147, 197, 253)",400:"rgb(96, 165, 250)",500:"rgb(59, 130, 246)",600:"rgb(37, 99, 235)",700:"rgb(29, 78, 216)",800:"rgb(30, 64, 175)",900:"rgb(30, 58, 138)",950:"rgb(23, 37, 84)"},indigo:{50:"rgb(238, 242, 255)",100:"rgb(224, 231, 255)",200:"rgb(199, 210, 254)",300:"rgb(165, 180, 252)",400:"rgb(129, 140, 248)",500:"rgb(99, 102, 241)",600:"rgb(79, 70, 229)",700:"rgb(67, 56, 202)",800:"rgb(55, 48, 163)",900:"rgb(49, 46, 129)",950:"rgb(30, 27, 75)"},violet:{50:"rgb(245, 243, 255)",100:"rgb(237, 233, 254)",200:"rgb(221, 214, 254)",300:"rgb(196, 181, 253)",400:"rgb(167, 139, 250)",500:"rgb(139, 92, 246)",600:"rgb(124, 58, 237)",700:"rgb(109, 40, 217)",800:"rgb(91, 33, 182)",900:"rgb(76, 29, 149)",950:"rgb(46, 16, 101)"},purple:{50:"rgb(250, 245, 255)",100:"rgb(243, 232, 255)",200:"rgb(233, 213, 255)",300:"rgb(216, 180, 254)",400:"rgb(192, 132, 252)",500:"rgb(168, 85, 247)",600:"rgb(147, 51, 234)",700:"rgb(126, 34, 206)",800:"rgb(107, 33, 168)",900:"rgb(88, 28, 135)",950:"rgb(59, 7, 100)"},fuchsia:{50:"rgb(253, 244, 255)",100:"rgb(250, 232, 255)",200:"rgb(245, 208, 254)",300:"rgb(240, 171, 252)",400:"rgb(232, 121, 249)",500:"rgb(217, 70, 239)",600:"rgb(192, 38, 211)",700:"rgb(162, 28, 175)",800:"rgb(134, 25, 143)",900:"rgb(112, 26, 117)",950:"rgb(74, 4, 78)"},pink:{50:"rgb(253, 242, 248)",100:"rgb(252, 231, 243)",200:"rgb(251, 207, 232)",300:"rgb(249, 168, 212)",400:"rgb(244, 114, 182)",500:"rgb(236, 72, 153)",600:"rgb(219, 39, 119)",700:"rgb(190, 24, 93)",800:"rgb(157, 23, 77)",900:"rgb(131, 24, 67)",950:"rgb(80, 7, 36)"},rose:{50:"rgb(255, 241, 242)",100:"rgb(255, 228, 230)",200:"rgb(254, 205, 211)",300:"rgb(253, 164, 175)",400:"rgb(251, 113, 133)",500:"rgb(244, 63, 94)",600:"rgb(225, 29, 72)",700:"rgb(190, 18, 60)",800:"rgb(159, 18, 57)",900:"rgb(136, 19, 55)",950:"rgb(76, 5, 25)"}},S=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/,u=[50,100,200,300,400,500,600,700,800,900,950],C=e=>{if(e<=50)return String(50);if(e>=950)return String(950);let t=u[0],d=Math.abs(e-t);for(const s of u){const o=Math.abs(e-s);o<d&&(d=o,t=s)}return String(t)},g=(e,t)=>{if("black"===e||"white"===e)return e;if(b(e)){return`${e}-${C(500+t)}`}const d=String(e).split("-");if(2!==d.length)return e;const s=d[0],o=parseInt(d[1]??"",10);if(Number.isNaN(o))return e;return`${s}-${C(o+t)}`},b=e=>e in x,m=e=>e.startsWith("#")?(e=>{const t=e.slice(1);if(3===t.length)return(parseInt(t[0]+t[0],16)<<16)+(parseInt(t[1]+t[1],16)<<8)+parseInt(t[2]+t[2],16);return parseInt(t,16)})(e):(e=>{const t=e.match(S);if(!t)throw new Error(`Invalid RGB format: ${e}`);return(parseInt(t[1])<<16)+(parseInt(t[2])<<8)+parseInt(t[3])})(e),w=e=>{const t=t=>e&&t in e?e[t]:null,d=e=>"string"==typeof e&&!String(e).includes("-")&&e in x&&"black"!==e&&"white"!==e?`${e}-500`:e,s=e=>{if("string"==typeof e&&f(e))return e;const o=t(e);if(o)return s(o);const c=d(e),a=c?.split("-")??[];if(2===a.length){const e=a[0],t=a[1],d=x[e]?.[t];if(!d){if(f(c))return c;throw new Error(`Color token "${e}-${t}" not found`)}return d}const i=x[c];if(!i){if(f(c))return c;throw new Error(`Color token "${c}" not found`)}return i},o=e=>{if("string"==typeof e&&f(e))return m(e);const s=t(e);if(s)return o(s);const c=d(e),a=c?.split("-")??[];if(2===a.length){const e=a[0],t=a[1],d=x[e]?.[t];if(!d){if(f(c))return m(c);throw new Error(`Color token "${e}-${t}" not found`)}return m(d)}const i=x[c];if(f(i))return m(i);throw new Error(`Color token "${c}" not found`)};return{rgb:s,hex:o,shift:g,isValidColorToken:e=>{if("black"===e||"white"===e)return!0;const t=e.split("-");if(2===t.length){const e=t[0],d=t[1];return e in x&&d in x[e]}return!1},black:()=>s("black"),white:()=>s("white"),slate:e=>s(`slate-${e}`),gray:e=>s(`gray-${e}`),zinc:e=>s(`zinc-${e}`),neutral:e=>s(`neutral-${e}`),stone:e=>s(`stone-${e}`),red:e=>s(`red-${e}`),orange:e=>s(`orange-${e}`),amber:e=>s(`amber-${e}`),yellow:e=>s(`yellow-${e}`),lime:e=>s(`lime-${e}`),green:e=>s(`green-${e}`),emerald:e=>s(`emerald-${e}`),teal:e=>s(`teal-${e}`),cyan:e=>s(`cyan-${e}`),sky:e=>s(`sky-${e}`),blue:e=>s(`blue-${e}`),indigo:e=>s(`indigo-${e}`),violet:e=>s(`violet-${e}`),purple:e=>s(`purple-${e}`),fuchsia:e=>s(`fuchsia-${e}`),pink:e=>s(`pink-${e}`),rose:e=>s(`rose-${e}`),blackHex:()=>o("black"),whiteHex:()=>o("white"),slateHex:e=>o(`slate-${e}`),grayHex:e=>o(`gray-${e}`),zincHex:e=>o(`zinc-${e}`),neutralHex:e=>o(`neutral-${e}`),stoneHex:e=>o(`stone-${e}`),redHex:e=>o(`red-${e}`),orangeHex:e=>o(`orange-${e}`),amberHex:e=>o(`amber-${e}`),yellowHex:e=>o(`yellow-${e}`),limeHex:e=>o(`lime-${e}`),greenHex:e=>o(`green-${e}`),emeraldHex:e=>o(`emerald-${e}`),tealHex:e=>o(`teal-${e}`),cyanHex:e=>o(`cyan-${e}`),skyHex:e=>o(`sky-${e}`),blueHex:e=>o(`blue-${e}`),indigoHex:e=>o(`indigo-${e}`),violetHex:e=>o(`violet-${e}`),purpleHex:e=>o(`purple-${e}`),fuchsiaHex:e=>o(`fuchsia-${e}`),pinkHex:e=>o(`pink-${e}`),roseHex:e=>o(`rose-${e}`)}},k=w({}),v={xs:12,sm:14,base:16,lg:18,xl:20,"2xl":24,"3xl":30,"4xl":36,"5xl":48,"6xl":60,"7xl":72,"8xl":96,"9xl":128},P=e=>{const t={...v,...e};return{px:e=>{const d=t[e];return"number"==typeof d?d:0},rem:e=>{const d=t[e];return"number"==typeof d?d/16:0},css:e=>{const d=t[e];return"number"==typeof d?`${d}px`:"0px"}}},B=P(void 0),T={primary:"Inter, system-ui, sans-serif",secondary:"Roboto, Arial, sans-serif",monospace:"Fira Code, Consolas, monospace",display:"Poppins, Inter, sans-serif"},z=(e,t)=>{const d={...T,...e},s=P(t),o=e=>{if(e.includes(".")){const[,t]=e.split(".");if(t&&"string"==typeof d[t])return d[t]}return"string"==typeof d[e]?d[e]:e};return{size:e=>s.px(e)??0,format:({size:e,family:t})=>`${s.px(e)??0}px '${o(t)}'`,family:e=>o(e),getAvailableFonts:()=>Array.from(new Set([...Object.keys(T),...Object.keys(d)]))}},A={0:0,5:.05,10:.1,15:.15,20:.2,25:.25,30:.3,35:.35,40:.4,45:.45,50:.5,55:.55,60:.6,65:.65,70:.7,75:.75,80:.8,85:.85,90:.9,95:.95,100:1},I=e=>{const t={...A,...e},d=e=>"number"==typeof t[e]?t[e]:0;return{value:e=>d(e),percent:e=>100*d(e),css:e=>100*d(e)+"%"}},R=I(void 0),q={none:0,sm:2,default:4,md:6,lg:8,xl:12,"2xl":16,"3xl":24,full:9999},O=e=>{const t={...q,...e},d=e=>"number"==typeof t[e]?t[e]:0;return{px:e=>d(e),rem:e=>d(e)/16,css:e=>`${d(e)}px`}},$=O(void 0),F={sm:{blur:2,offsetX:1,offsetY:1,alpha:.15},md:{blur:4,offsetX:2,offsetY:2,alpha:.2},lg:{blur:6,offsetX:4,offsetY:4,alpha:.25},xl:{blur:8,offsetX:6,offsetY:6,alpha:.3},"2xl":{blur:12,offsetX:8,offsetY:8,alpha:.35},inner:{blur:4,offsetX:-2,offsetY:-2,alpha:.2}},M=e=>{const t={...F,...e};return{get:e=>(e=>{const d=t[e];return d&&"object"==typeof d?d:F.md})(e)}},j=M(void 0),H={0:0,px:1,.5:2,1:4,1.5:6,2:8,2.5:10,3:12,3.5:14,4:16,5:20,6:24,7:28,8:32,9:36,10:40,11:44,12:48,14:56,16:64,20:80,24:96,28:112,32:128,36:144,40:160,44:176,48:192,52:208,56:224,60:240,64:256,72:288,80:320,96:384},W=e=>{const t={...H,...e},d=e=>"number"==typeof t[e]?t[e]:0;return{px:e=>d(e),rem:e=>d(e)/16,css:e=>`${d(e)}px`}},_=W(void 0),V={fonts:{primary:"Inter, system-ui, sans-serif",secondary:"Roboto, Arial, sans-serif",monospace:"Fira Code, Consolas, monospace",display:"Poppins, Inter, sans-serif"},fontSizes:{...v},colors:{primary:"blue-600",secondary:"gray-600",success:"green-500",warning:"yellow-500",error:"red-500",info:"blue-400",background:"white",text:"gray-900",shadow:"black",overlay:"black"},spacing:{...H},opacity:{...A},typography:{heading:{fontSize:"2xl",fontFamily:"fonts.display",fontWeight:600,lineHeight:1.2},"heading-large":{fontSize:"4xl",fontFamily:"fonts.display",fontWeight:700,lineHeight:1.1},body:{fontSize:"base",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.5},caption:{fontSize:"sm",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.4}},effects:{"shadow-sm":{blur:2,offsetY:1,color:"colors.shadow",alpha:.05},"shadow-md":{blur:4,offsetY:2,color:"colors.shadow",alpha:.1},"shadow-lg":{blur:8,offsetY:4,color:"colors.shadow",alpha:.1}},custom:{}},D={fonts:{primary:"Inter, system-ui, sans-serif",secondary:"Roboto, Arial, sans-serif",monospace:"Fira Code, Consolas, monospace",display:"Poppins, Inter, sans-serif"},fontSizes:{...v},radius:{...q},colors:{primary:"blue-400",secondary:"gray-400",success:"green-400",warning:"yellow-400",error:"red-400",info:"blue-300",background:"gray-900",text:"white",shadow:"black",overlay:"black"},spacing:{...H},opacity:{...A},typography:{heading:{fontSize:"2xl",fontFamily:"fonts.display",fontWeight:600,lineHeight:1.2},"heading-large":{fontSize:"4xl",fontFamily:"fonts.display",fontWeight:700,lineHeight:1.1},body:{fontSize:"base",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.5},caption:{fontSize:"sm",fontFamily:"fonts.primary",fontWeight:400,lineHeight:1.4}},effects:{"shadow-sm":{blur:2,offsetY:1,color:"colors.shadow",alpha:.1},"shadow-md":{blur:4,offsetY:2,color:"colors.shadow",alpha:.15},"shadow-lg":{blur:8,offsetY:4,color:"colors.shadow",alpha:.2}},custom:{}},Y="pw";class E extends t.Plugins.BasePlugin{colorInstance=null;fontSizeInstance=null;spacingInstance=null;radiusInstance=null;opacityInstance=null;fontInstance=null;shadowInstance=null;theme;constructor(e){super(e),this.theme=V}init({theme:e,darkMode:t=!1}){e?(this.theme=e,this.colorInstance=w(this.theme.colors),this.fontSizeInstance=P(this.theme.fontSizes),this.spacingInstance=W(this.theme.spacing),this.radiusInstance=O(this.theme.radius),this.opacityInstance=I(this.theme.opacity),this.fontInstance=z(this.theme.fonts,this.theme.fontSizes),this.shadowInstance=M(this.theme.effects)):this.theme=t?D:V}getTheme(){return this.theme}get color(){return this.colorInstance}get fontSize(){return this.fontSizeInstance}get spacing(){return this.spacingInstance}get radius(){return this.radiusInstance}get opacity(){return this.opacityInstance}get font(){return this.fontInstance}get shadow(){return this.shadowInstance}}class X extends Phaser.Scene{constructor(e){super(e)}pw}var G=function(e){var t;return b(e)||k.isValidColorToken(e)?k.rgb(k.shift(e,400)):(t=R.value("60"),"rgba(0, 0, 0, ".concat(t,")"))},L=function(e){return e.pw},N=function(e){function t(t){var d=t.scene,s=t.x,o=t.y;return e.call(this,d,s,o)||this}return s(t,e),t.prototype.on=function(t,d,s){return this.hitArea?(this.hitArea.on(t,d,s),this):e.prototype.on.call(this,t,d,s)},t.prototype.off=function(t,d,s,o){return this.hitArea?(this.hitArea.off(t,d,s,o),this):e.prototype.off.call(this,t,d,s,o)},t.prototype.once=function(t,d,s){return this.hitArea?(this.hitArea.once(t,d,s),this):e.prototype.once.call(this,t,d,s)},t.prototype.setInteractive=function(t,d,s){return this.hitArea?(this.hitArea.setInteractive(t,d,s),this):e.prototype.setInteractive.call(this,t,d,s)},t.prototype.setSize=function(t,d){return this.hitArea&&"setSize"in this.hitArea?(this.hitArea.setSize(t,d),this):e.prototype.setSize.call(this,t,d)},Object.defineProperty(t.prototype,"width",{get:function(){return this.hitArea&&"width"in this.hitArea?this.hitArea.width:0},set:function(e){this.hitArea&&"width"in this.hitArea&&(this.hitArea.width=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this.hitArea&&"height"in this.hitArea?this.hitArea.height:0},set:function(e){this.hitArea&&"height"in this.hitArea&&(this.hitArea.height=e)},enumerable:!1,configurable:!0}),t}(t.GameObjects.Container);const K=e=>b(e)||k.isValidColorToken(e)?k.rgb(k.shift(e,400)):`rgba(0, 0, 0, ${R.value("60")})`,U=e=>e.pw;class J extends t.GameObjects.Container{hitArea;constructor({scene:e,x:t,y:d}){super(e,t,d)}on(e,t,d){return this.hitArea?(this.hitArea.on(e,t,d),this):super.on(e,t,d)}off(e,t,d,s){return this.hitArea?(this.hitArea.off(e,t,d,s),this):super.off(e,t,d,s)}once(e,t,d){return this.hitArea?(this.hitArea.once(e,t,d),this):super.once(e,t,d)}setInteractive(e,t,d){return this.hitArea?(this.hitArea.setInteractive(e,t,d),this):super.setInteractive(e,t,d)}setSize(e,t){return this.hitArea&&"setSize"in this.hitArea?(this.hitArea.setSize(e,t),this):super.setSize(e,t)}get width(){return this.hitArea&&"width"in this.hitArea?this.hitArea.width:0}get height(){return this.hitArea&&"height"in this.hitArea?this.hitArea.height:0}set width(e){this.hitArea&&"width"in this.hitArea&&(this.hitArea.width=e)}set height(e){this.hitArea&&"height"in this.hitArea&&(this.hitArea.height=e)}}const Q=e=>`rgba(0, 0, 0, ${e})`;let Z=class extends Phaser.GameObjects.Text{constructor({scene:e,x:t,y:d,text:s,size:o=22,fontFamily:c="Fredoka",strokeColor:a=Q(R.value("90")),color:i=k.white(),strokeThickness:l=3}){super(e,t,d,s,{font:`${o}px "${c}"`,color:i,stroke:a,strokeThickness:l})}};let ee=class extends J{backgroundSprite;badgeText;pw;fontSizePx;paddingPx;borderRadiusPx;colorInput;colorBadge;textColorValue;fontFamily;textValue;constructor({scene:e,x:t,y:d,text:s,fontSize:o="lg",font:c,color:a="blue-600",textColor:i="white",borderRadius:l="md",padding:r="4"}){super({scene:e,x:t,y:d}),this.pw=U(e),this.textValue=s,this.fontSizePx="number"==typeof o?o:this.pw.fontSize.px(o??"lg"),this.paddingPx="number"==typeof r?r:this.pw.spacing.px(r??"4"),this.borderRadiusPx="number"==typeof l?l:this.pw.radius.px(l??"md"),this.colorInput=String(a),this.colorBadge=k.rgb(a),this.textColorValue=k.rgb(i),this.fontFamily=c?"string"==typeof c?c:this.pw.font.family(c):"Fredoka",this.createBadgeText(e),this.createBackgroundSprite(e),this.setupContainer(),this.hitArea=this.backgroundSprite,this.syncContainerSize()}setText(e){return this.textValue=e,this.badgeText.setText(e),this.regenerateSprites(),this}setFontSize(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(e??"lg"),this.badgeText.setFontSize(this.fontSizePx),this.regenerateSprites(),this}setFont(e){return this.fontFamily="string"==typeof e?e:this.pw.font.family(e??"primary"),this.badgeText.setFontFamily(this.fontFamily),this.regenerateSprites(),this}setColor(e){return this.colorInput=String(e),this.colorBadge=k.rgb(e),this.regenerateSprites(),this}setTextColor(e){return this.textColorValue=k.rgb(e),this.badgeText.setColor(this.textColorValue),this}setBorderRadius(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(e??"md"),this.regenerateSprites(),this}setPadding(e){return this.paddingPx="number"==typeof e?e:this.pw.spacing.px(e??"4"),this.regenerateSprites(),this}createBadgeText(e){this.badgeText=new Z({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily,strokeThickness:3,strokeColor:K(this.colorInput)}),this.badgeText.setColor(this.textColorValue),this.badgeText.setOrigin(.5,.5)}createBackgroundSprite(e){const t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)}regenerateSprites(){this.badgeText.setText(this.textValue);const e=this.createBackgroundTexture(this.scene);this.backgroundSprite.setTexture(e),this.syncContainerSize()}syncContainerSize(){const{width:e,height:t}=this.getBadgeDimensions();this.setSize(e,t)}getBadgeDimensions(){const e=this.badgeText.getBounds();return{width:e.width+2*this.paddingPx,height:e.height+2*this.paddingPx}}createBackgroundTexture(e){const{width:t,height:d}=this.getBadgeDimensions(),s=`badge_bg_${this.colorBadge}_${this.borderRadiusPx}_${t}_${d}`,o=t+2,c=d+2,a=e.add.graphics(),i=Math.floor(Math.min(t/2,d/2)),l=Math.min(this.borderRadiusPx,i),r=Math.max(0,l);return this.drawBadgeBackground(a,1,t,d,r),a.generateTexture(s,o,c),a.destroy(),s}drawBadgeBackground(e,t,d,s,o){e.fillStyle(k.hex(this.colorBadge),1),e.fillRoundedRect(t,t,d,s,o)}setupContainer(){this.add([this.backgroundSprite,this.badgeText])}};let te=class extends J{whiteBorderSprite;backgroundSprite;child;pw;marginPx;borderRadiusPx;backgroundColorValue;hasExplicitSize=!1;constructor({scene:e,x:t,y:d,backgroundColor:s="white",borderRadius:o="md",margin:c="4",child:a,width:i,height:l}){super({scene:e,x:t,y:d}),this.pw=U(e),this.marginPx="number"==typeof c?c:this.pw.spacing.px(c??"4"),this.borderRadiusPx="number"==typeof o?o:this.pw.radius.px(o??"md"),this.backgroundColorValue=k.rgb(s),this.child=a,this.hasExplicitSize=void 0!==i&&void 0!==l,this.createWhiteBorderSprite(e),this.createBackgroundSprite(e),this.setupContainer(),this.hitArea=this.backgroundSprite}setSize(e,t){return this.hasExplicitSize=!0,this.width=e,this.height=t,this.regenerateSprites(),this}setWidth(e){return this.setSize(e,this.height),this}setHeight(e){return this.setSize(this.width,e),this}setBackgroundColor(e){return this.backgroundColorValue=k.rgb(e),this.regenerateSprites(),this}setBorderRadius(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(e??"md"),this.regenerateSprites(),this}setMargin(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(e??"4"),this.layout(),this}setChild(e){return this.child&&this.remove(this.child),this.child=e,this.layout(),this}createWhiteBorderSprite(e){const t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)}createBackgroundSprite(e){const t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)}regenerateSprites(){const e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)}setupContainer(){this.add([this.whiteBorderSprite,this.backgroundSprite]),this.child&&this.add([this.child]),this.hasExplicitSize||this.layout()}layout(){if(!this.child)return;const e=this.child.getBounds(),t=e.width+2*this.marginPx,d=e.height+2*this.marginPx,s=this.getChildOrigin(),o=this.calculateChildX(t,e.width,s),c=this.calculateChildY(d,e.height,s);this.width=t,this.height=d,this.regenerateSprites(),this.child.setPosition(o,c)}getChildOrigin(){if(this.child&&"originX"in this.child&&"originY"in this.child)return{x:this.child.originX,y:this.child.originY};if(this.child&&"function"==typeof this.child.getOrigin){const e=this.child.getOrigin();if(e&&"number"==typeof e.x&&"number"==typeof e.y)return{x:e.x,y:e.y}}return null}calculateChildX(e,t,d){if(this.child&&d){const s=t*d.x;return-e/2+this.marginPx+s}return-e/2+this.marginPx}calculateChildY(e,t,d){if(d){const s=t*d.y;return-e/2+this.marginPx+s}return-e/2+this.marginPx}measureChild(e){return{w:a(e),h:i(e)}}getCardDimensions(){let e=0,t=0;if(this.hasExplicitSize)e=this.width,t=this.height;else if(this.child){const{w:d,h:s}=this.measureChild(this.child);e=d+2*this.marginPx,t=s+2*this.marginPx}else{const d=100;e=this.width||d,t=this.height||d}return{width:e,height:t}}createWhiteBorderTexture(e){const{width:t,height:d}=this.getCardDimensions(),s=`card_whiteBorder_${this.borderRadiusPx}_${t}_${d}`,o=t+6,c=d+6,a=o+16,i=c+16,l=e.add.graphics(),r=Math.floor(Math.min(o/2,c/2)),h=Math.min(this.borderRadiusPx+2,r),n=Math.max(0,h);return l.fillStyle(k.hex("white"),1),l.fillRoundedRect(8,8,o,c,n),l.generateTexture(s,a,i),l.destroy(),s}createBackgroundTexture(e){const{width:t,height:d}=this.getCardDimensions(),s=`card_bg_${this.backgroundColorValue}_${this.borderRadiusPx}_${t}_${d}`,o=t+16,c=d+16,a=e.add.graphics(),i=Math.floor(Math.min(t/2,d/2)),l=Math.min(this.borderRadiusPx,i),r=Math.max(0,l);return a.fillStyle(k.hex(this.backgroundColorValue),1),a.fillRoundedRect(8,8,t,d,r),a.lineStyle(2,k.hex("black"),1),a.strokeRoundedRect(8,8,t,d,r),a.generateTexture(s,o,c),a.destroy(),s}};const de={0:{hexCode:"30",acceptedStyles:["solid"]},1:{hexCode:"31",acceptedStyles:["solid"]},2:{hexCode:"32",acceptedStyles:["solid"]},3:{hexCode:"33",acceptedStyles:["solid"]},4:{hexCode:"34",acceptedStyles:["solid"]},5:{hexCode:"35",acceptedStyles:["solid"]},6:{hexCode:"36",acceptedStyles:["solid"]},7:{hexCode:"37",acceptedStyles:["solid"]},8:{hexCode:"38",acceptedStyles:["solid"]},9:{hexCode:"39",acceptedStyles:["solid"]},"42-group":{hexCode:"e080",acceptedStyles:["brands"]},"500px":{hexCode:"f26e",acceptedStyles:["brands"]},a:{hexCode:"41",acceptedStyles:["solid"]},"accessible-icon":{hexCode:"f368",acceptedStyles:["brands"]},accusoft:{hexCode:"f369",acceptedStyles:["brands"]},"address-book":{hexCode:"f2b9",acceptedStyles:["solid","regular"]},"address-card":{hexCode:"f2bb",acceptedStyles:["solid","regular"]},adn:{hexCode:"f170",acceptedStyles:["brands"]},adversal:{hexCode:"f36a",acceptedStyles:["brands"]},affiliatetheme:{hexCode:"f36b",acceptedStyles:["brands"]},airbnb:{hexCode:"f834",acceptedStyles:["brands"]},"alarm-clock":{hexCode:"f34e",acceptedStyles:["solid","regular"]},algolia:{hexCode:"f36c",acceptedStyles:["brands"]},"align-center":{hexCode:"f037",acceptedStyles:["solid"]},"align-justify":{hexCode:"f039",acceptedStyles:["solid"]},"align-left":{hexCode:"f036",acceptedStyles:["solid"]},"align-right":{hexCode:"f038",acceptedStyles:["solid"]},alipay:{hexCode:"f642",acceptedStyles:["brands"]},amazon:{hexCode:"f270",acceptedStyles:["brands"]},"amazon-pay":{hexCode:"f42c",acceptedStyles:["brands"]},amilia:{hexCode:"f36d",acceptedStyles:["brands"]},anchor:{hexCode:"f13d",acceptedStyles:["solid"]},"anchor-circle-check":{hexCode:"e4aa",acceptedStyles:["solid"]},"anchor-circle-exclamation":{hexCode:"e4ab",acceptedStyles:["solid"]},"anchor-circle-xmark":{hexCode:"e4ac",acceptedStyles:["solid"]},"anchor-lock":{hexCode:"e4ad",acceptedStyles:["solid"]},android:{hexCode:"f17b",acceptedStyles:["brands"]},angellist:{hexCode:"f209",acceptedStyles:["brands"]},"angle-down":{hexCode:"f107",acceptedStyles:["solid"]},"angle-left":{hexCode:"f104",acceptedStyles:["solid"]},"angle-right":{hexCode:"f105",acceptedStyles:["solid"]},"angle-up":{hexCode:"f106",acceptedStyles:["solid"]},"angles-down":{hexCode:"f103",acceptedStyles:["solid"]},"angles-left":{hexCode:"f100",acceptedStyles:["solid"]},"angles-right":{hexCode:"f101",acceptedStyles:["solid"]},"angles-up":{hexCode:"f102",acceptedStyles:["solid"]},angrycreative:{hexCode:"f36e",acceptedStyles:["brands"]},angular:{hexCode:"f420",acceptedStyles:["brands"]},ankh:{hexCode:"f644",acceptedStyles:["solid"]},"app-store":{hexCode:"f36f",acceptedStyles:["brands"]},"app-store-ios":{hexCode:"f370",acceptedStyles:["brands"]},apper:{hexCode:"f371",acceptedStyles:["brands"]},apple:{hexCode:"f179",acceptedStyles:["brands"]},"apple-pay":{hexCode:"f415",acceptedStyles:["brands"]},"apple-whole":{hexCode:"f5d1",acceptedStyles:["solid"]},archway:{hexCode:"f557",acceptedStyles:["solid"]},"arrow-down":{hexCode:"f063",acceptedStyles:["solid"]},"arrow-down-1-9":{hexCode:"f162",acceptedStyles:["solid"]},"arrow-down-9-1":{hexCode:"f886",acceptedStyles:["solid"]},"arrow-down-a-z":{hexCode:"f15d",acceptedStyles:["solid"]},"arrow-down-long":{hexCode:"f175",acceptedStyles:["solid"]},"arrow-down-short-wide":{hexCode:"f884",acceptedStyles:["solid"]},"arrow-down-up-across-line":{hexCode:"e4af",acceptedStyles:["solid"]},"arrow-down-up-lock":{hexCode:"e4b0",acceptedStyles:["solid"]},"arrow-down-wide-short":{hexCode:"f160",acceptedStyles:["solid"]},"arrow-down-z-a":{hexCode:"f881",acceptedStyles:["solid"]},"arrow-left":{hexCode:"f060",acceptedStyles:["solid"]},"arrow-left-long":{hexCode:"f177",acceptedStyles:["solid"]},"arrow-pointer":{hexCode:"f245",acceptedStyles:["solid"]},"arrow-right":{hexCode:"f061",acceptedStyles:["solid"]},"arrow-right-arrow-left":{hexCode:"f0ec",acceptedStyles:["solid"]},"arrow-right-from-bracket":{hexCode:"f08b",acceptedStyles:["solid"]},"arrow-right-long":{hexCode:"f178",acceptedStyles:["solid"]},"arrow-right-to-bracket":{hexCode:"f090",acceptedStyles:["solid"]},"arrow-right-to-city":{hexCode:"e4b3",acceptedStyles:["solid"]},"arrow-rotate-left":{hexCode:"f0e2",acceptedStyles:["solid"]},"arrow-rotate-right":{hexCode:"f01e",acceptedStyles:["solid"]},"arrow-trend-down":{hexCode:"e097",acceptedStyles:["solid"]},"arrow-trend-up":{hexCode:"e098",acceptedStyles:["solid"]},"arrow-turn-down":{hexCode:"f149",acceptedStyles:["solid"]},"arrow-turn-up":{hexCode:"f148",acceptedStyles:["solid"]},"arrow-up":{hexCode:"f062",acceptedStyles:["solid"]},"arrow-up-1-9":{hexCode:"f163",acceptedStyles:["solid"]},"arrow-up-9-1":{hexCode:"f887",acceptedStyles:["solid"]},"arrow-up-a-z":{hexCode:"f15e",acceptedStyles:["solid"]},"arrow-up-from-bracket":{hexCode:"e09a",acceptedStyles:["solid"]},"arrow-up-from-ground-water":{hexCode:"e4b5",acceptedStyles:["solid"]},"arrow-up-from-water-pump":{hexCode:"e4b6",acceptedStyles:["solid"]},"arrow-up-long":{hexCode:"f176",acceptedStyles:["solid"]},"arrow-up-right-dots":{hexCode:"e4b7",acceptedStyles:["solid"]},"arrow-up-right-from-square":{hexCode:"f08e",acceptedStyles:["solid"]},"arrow-up-short-wide":{hexCode:"f885",acceptedStyles:["solid"]},"arrow-up-wide-short":{hexCode:"f161",acceptedStyles:["solid"]},"arrow-up-z-a":{hexCode:"f882",acceptedStyles:["solid"]},"arrows-down-to-line":{hexCode:"e4b8",acceptedStyles:["solid"]},"arrows-down-to-people":{hexCode:"e4b9",acceptedStyles:["solid"]},"arrows-left-right":{hexCode:"f07e",acceptedStyles:["solid"]},"arrows-left-right-to-line":{hexCode:"e4ba",acceptedStyles:["solid"]},"arrows-rotate":{hexCode:"f021",acceptedStyles:["solid"]},"arrows-spin":{hexCode:"e4bb",acceptedStyles:["solid"]},"arrows-split-up-and-left":{hexCode:"e4bc",acceptedStyles:["solid"]},"arrows-to-circle":{hexCode:"e4bd",acceptedStyles:["solid"]},"arrows-to-dot":{hexCode:"e4be",acceptedStyles:["solid"]},"arrows-to-eye":{hexCode:"e4bf",acceptedStyles:["solid"]},"arrows-turn-right":{hexCode:"e4c0",acceptedStyles:["solid"]},"arrows-turn-to-dots":{hexCode:"e4c1",acceptedStyles:["solid"]},"arrows-up-down":{hexCode:"f07d",acceptedStyles:["solid"]},"arrows-up-down-left-right":{hexCode:"f047",acceptedStyles:["solid"]},"arrows-up-to-line":{hexCode:"e4c2",acceptedStyles:["solid"]},artstation:{hexCode:"f77a",acceptedStyles:["brands"]},asterisk:{hexCode:"2a",acceptedStyles:["solid"]},asymmetrik:{hexCode:"f372",acceptedStyles:["brands"]},at:{hexCode:"40",acceptedStyles:["solid"]},atlassian:{hexCode:"f77b",acceptedStyles:["brands"]},atom:{hexCode:"f5d2",acceptedStyles:["solid"]},audible:{hexCode:"f373",acceptedStyles:["brands"]},"audio-description":{hexCode:"f29e",acceptedStyles:["solid"]},"austral-sign":{hexCode:"e0a9",acceptedStyles:["solid"]},autoprefixer:{hexCode:"f41c",acceptedStyles:["brands"]},avianex:{hexCode:"f374",acceptedStyles:["brands"]},aviato:{hexCode:"f421",acceptedStyles:["brands"]},award:{hexCode:"f559",acceptedStyles:["solid"]},aws:{hexCode:"f375",acceptedStyles:["brands"]},b:{hexCode:"42",acceptedStyles:["solid"]},baby:{hexCode:"f77c",acceptedStyles:["solid"]},"baby-carriage":{hexCode:"f77d",acceptedStyles:["solid"]},backward:{hexCode:"f04a",acceptedStyles:["solid"]},"backward-fast":{hexCode:"f049",acceptedStyles:["solid"]},"backward-step":{hexCode:"f048",acceptedStyles:["solid"]},bacon:{hexCode:"f7e5",acceptedStyles:["solid"]},bacteria:{hexCode:"e059",acceptedStyles:["solid"]},bacterium:{hexCode:"e05a",acceptedStyles:["solid"]},"bag-shopping":{hexCode:"f290",acceptedStyles:["solid"]},bahai:{hexCode:"f666",acceptedStyles:["solid"]},"baht-sign":{hexCode:"e0ac",acceptedStyles:["solid"]},ban:{hexCode:"f05e",acceptedStyles:["solid"]},"ban-smoking":{hexCode:"f54d",acceptedStyles:["solid"]},bandage:{hexCode:"f462",acceptedStyles:["solid"]},bandcamp:{hexCode:"f2d5",acceptedStyles:["brands"]},"bangladeshi-taka-sign":{hexCode:"e2e6",acceptedStyles:["solid"]},barcode:{hexCode:"f02a",acceptedStyles:["solid"]},bars:{hexCode:"f0c9",acceptedStyles:["solid"]},"bars-progress":{hexCode:"f828",acceptedStyles:["solid"]},"bars-staggered":{hexCode:"f550",acceptedStyles:["solid"]},baseball:{hexCode:"f433",acceptedStyles:["solid"]},"baseball-bat-ball":{hexCode:"f432",acceptedStyles:["solid"]},"basket-shopping":{hexCode:"f291",acceptedStyles:["solid"]},basketball:{hexCode:"f434",acceptedStyles:["solid"]},bath:{hexCode:"f2cd",acceptedStyles:["solid"]},"battery-empty":{hexCode:"f244",acceptedStyles:["solid"]},"battery-full":{hexCode:"f240",acceptedStyles:["solid"]},"battery-half":{hexCode:"f242",acceptedStyles:["solid"]},"battery-quarter":{hexCode:"f243",acceptedStyles:["solid"]},"battery-three-quarters":{hexCode:"f241",acceptedStyles:["solid"]},"battle-net":{hexCode:"f835",acceptedStyles:["brands"]},bed:{hexCode:"f236",acceptedStyles:["solid"]},"bed-pulse":{hexCode:"f487",acceptedStyles:["solid"]},"beer-mug-empty":{hexCode:"f0fc",acceptedStyles:["solid"]},behance:{hexCode:"f1b4",acceptedStyles:["brands"]},bell:{hexCode:"f0f3",acceptedStyles:["solid","regular"]},"bell-concierge":{hexCode:"f562",acceptedStyles:["solid"]},"bell-slash":{hexCode:"f1f6",acceptedStyles:["solid","regular"]},"bezier-curve":{hexCode:"f55b",acceptedStyles:["solid"]},bicycle:{hexCode:"f206",acceptedStyles:["solid"]},bilibili:{hexCode:"e3d9",acceptedStyles:["brands"]},bimobject:{hexCode:"f378",acceptedStyles:["brands"]},binoculars:{hexCode:"f1e5",acceptedStyles:["solid"]},biohazard:{hexCode:"f780",acceptedStyles:["solid"]},bitbucket:{hexCode:"f171",acceptedStyles:["brands"]},bitcoin:{hexCode:"f379",acceptedStyles:["brands"]},"bitcoin-sign":{hexCode:"e0b4",acceptedStyles:["solid"]},bity:{hexCode:"f37a",acceptedStyles:["brands"]},"black-tie":{hexCode:"f27e",acceptedStyles:["brands"]},blackberry:{hexCode:"f37b",acceptedStyles:["brands"]},blender:{hexCode:"f517",acceptedStyles:["solid"]},"blender-phone":{hexCode:"f6b6",acceptedStyles:["solid"]},blog:{hexCode:"f781",acceptedStyles:["solid"]},blogger:{hexCode:"f37c",acceptedStyles:["brands"]},"blogger-b":{hexCode:"f37d",acceptedStyles:["brands"]},bluesky:{hexCode:"e671",acceptedStyles:["brands"]},bluetooth:{hexCode:"f293",acceptedStyles:["brands"]},"bluetooth-b":{hexCode:"f294",acceptedStyles:["brands"]},bold:{hexCode:"f032",acceptedStyles:["solid"]},bolt:{hexCode:"f0e7",acceptedStyles:["solid"]},"bolt-lightning":{hexCode:"e0b7",acceptedStyles:["solid"]},bomb:{hexCode:"f1e2",acceptedStyles:["solid"]},bone:{hexCode:"f5d7",acceptedStyles:["solid"]},bong:{hexCode:"f55c",acceptedStyles:["solid"]},book:{hexCode:"f02d",acceptedStyles:["solid"]},"book-atlas":{hexCode:"f558",acceptedStyles:["solid"]},"book-bible":{hexCode:"f647",acceptedStyles:["solid"]},"book-bookmark":{hexCode:"e0bb",acceptedStyles:["solid"]},"book-journal-whills":{hexCode:"f66a",acceptedStyles:["solid"]},"book-medical":{hexCode:"f7e6",acceptedStyles:["solid"]},"book-open":{hexCode:"f518",acceptedStyles:["solid"]},"book-open-reader":{hexCode:"f5da",acceptedStyles:["solid"]},"book-quran":{hexCode:"f687",acceptedStyles:["solid"]},"book-skull":{hexCode:"f6b7",acceptedStyles:["solid"]},"book-tanakh":{hexCode:"f827",acceptedStyles:["solid"]},bookmark:{hexCode:"f02e",acceptedStyles:["solid","regular"]},bootstrap:{hexCode:"f836",acceptedStyles:["brands"]},"border-all":{hexCode:"f84c",acceptedStyles:["solid"]},"border-none":{hexCode:"f850",acceptedStyles:["solid"]},"border-top-left":{hexCode:"f853",acceptedStyles:["solid"]},"bore-hole":{hexCode:"e4c3",acceptedStyles:["solid"]},bots:{hexCode:"e340",acceptedStyles:["brands"]},"bottle-droplet":{hexCode:"e4c4",acceptedStyles:["solid"]},"bottle-water":{hexCode:"e4c5",acceptedStyles:["solid"]},"bowl-food":{hexCode:"e4c6",acceptedStyles:["solid"]},"bowl-rice":{hexCode:"e2eb",acceptedStyles:["solid"]},"bowling-ball":{hexCode:"f436",acceptedStyles:["solid"]},box:{hexCode:"f466",acceptedStyles:["solid"]},"box-archive":{hexCode:"f187",acceptedStyles:["solid"]},"box-open":{hexCode:"f49e",acceptedStyles:["solid"]},"box-tissue":{hexCode:"e05b",acceptedStyles:["solid"]},"boxes-packing":{hexCode:"e4c7",acceptedStyles:["solid"]},"boxes-stacked":{hexCode:"f468",acceptedStyles:["solid"]},braille:{hexCode:"f2a1",acceptedStyles:["solid"]},brain:{hexCode:"f5dc",acceptedStyles:["solid"]},brave:{hexCode:"e63c",acceptedStyles:["brands"]},"brave-reverse":{hexCode:"e63d",acceptedStyles:["brands"]},"brazilian-real-sign":{hexCode:"e46c",acceptedStyles:["solid"]},"bread-slice":{hexCode:"f7ec",acceptedStyles:["solid"]},bridge:{hexCode:"e4c8",acceptedStyles:["solid"]},"bridge-circle-check":{hexCode:"e4c9",acceptedStyles:["solid"]},"bridge-circle-exclamation":{hexCode:"e4ca",acceptedStyles:["solid"]},"bridge-circle-xmark":{hexCode:"e4cb",acceptedStyles:["solid"]},"bridge-lock":{hexCode:"e4cc",acceptedStyles:["solid"]},"bridge-water":{hexCode:"e4ce",acceptedStyles:["solid"]},briefcase:{hexCode:"f0b1",acceptedStyles:["solid"]},"briefcase-medical":{hexCode:"f469",acceptedStyles:["solid"]},broom:{hexCode:"f51a",acceptedStyles:["solid"]},"broom-ball":{hexCode:"f458",acceptedStyles:["solid"]},brush:{hexCode:"f55d",acceptedStyles:["solid"]},btc:{hexCode:"f15a",acceptedStyles:["brands"]},bucket:{hexCode:"e4cf",acceptedStyles:["solid"]},buffer:{hexCode:"f837",acceptedStyles:["brands"]},bug:{hexCode:"f188",acceptedStyles:["solid"]},"bug-slash":{hexCode:"e490",acceptedStyles:["solid"]},bugs:{hexCode:"e4d0",acceptedStyles:["solid"]},building:{hexCode:"f1ad",acceptedStyles:["solid","regular"]},"building-circle-arrow-right":{hexCode:"e4d1",acceptedStyles:["solid"]},"building-circle-check":{hexCode:"e4d2",acceptedStyles:["solid"]},"building-circle-exclamation":{hexCode:"e4d3",acceptedStyles:["solid"]},"building-circle-xmark":{hexCode:"e4d4",acceptedStyles:["solid"]},"building-columns":{hexCode:"f19c",acceptedStyles:["solid"]},"building-flag":{hexCode:"e4d5",acceptedStyles:["solid"]},"building-lock":{hexCode:"e4d6",acceptedStyles:["solid"]},"building-ngo":{hexCode:"e4d7",acceptedStyles:["solid"]},"building-shield":{hexCode:"e4d8",acceptedStyles:["solid"]},"building-un":{hexCode:"e4d9",acceptedStyles:["solid"]},"building-user":{hexCode:"e4da",acceptedStyles:["solid"]},"building-wheat":{hexCode:"e4db",acceptedStyles:["solid"]},bullhorn:{hexCode:"f0a1",acceptedStyles:["solid"]},bullseye:{hexCode:"f140",acceptedStyles:["solid"]},burger:{hexCode:"f805",acceptedStyles:["solid"]},buromobelexperte:{hexCode:"f37f",acceptedStyles:["brands"]},burst:{hexCode:"e4dc",acceptedStyles:["solid"]},bus:{hexCode:"f207",acceptedStyles:["solid"]},"bus-side":{hexCode:"e81d",acceptedStyles:["solid"]},"bus-simple":{hexCode:"f55e",acceptedStyles:["solid"]},"business-time":{hexCode:"f64a",acceptedStyles:["solid"]},"buy-n-large":{hexCode:"f8a6",acceptedStyles:["brands"]},buysellads:{hexCode:"f20d",acceptedStyles:["brands"]},c:{hexCode:"43",acceptedStyles:["solid"]},"cable-car":{hexCode:"f7da",acceptedStyles:["solid"]},"cake-candles":{hexCode:"f1fd",acceptedStyles:["solid"]},calculator:{hexCode:"f1ec",acceptedStyles:["solid"]},calendar:{hexCode:"f133",acceptedStyles:["solid","regular"]},"calendar-check":{hexCode:"f274",acceptedStyles:["solid","regular"]},"calendar-day":{hexCode:"f783",acceptedStyles:["solid"]},"calendar-days":{hexCode:"f073",acceptedStyles:["solid","regular"]},"calendar-minus":{hexCode:"f272",acceptedStyles:["solid","regular"]},"calendar-plus":{hexCode:"f271",acceptedStyles:["solid","regular"]},"calendar-week":{hexCode:"f784",acceptedStyles:["solid"]},"calendar-xmark":{hexCode:"f273",acceptedStyles:["solid","regular"]},camera:{hexCode:"f030",acceptedStyles:["solid","regular"]},"camera-retro":{hexCode:"f083",acceptedStyles:["solid"]},"camera-rotate":{hexCode:"e0d8",acceptedStyles:["solid"]},campground:{hexCode:"f6bb",acceptedStyles:["solid"]},"canadian-maple-leaf":{hexCode:"f785",acceptedStyles:["brands"]},"candy-cane":{hexCode:"f786",acceptedStyles:["solid"]},cannabis:{hexCode:"f55f",acceptedStyles:["solid"]},capsules:{hexCode:"f46b",acceptedStyles:["solid"]},car:{hexCode:"f1b9",acceptedStyles:["solid"]},"car-battery":{hexCode:"f5df",acceptedStyles:["solid"]},"car-burst":{hexCode:"f5e1",acceptedStyles:["solid"]},"car-on":{hexCode:"e4dd",acceptedStyles:["solid"]},"car-rear":{hexCode:"f5de",acceptedStyles:["solid"]},"car-side":{hexCode:"f5e4",acceptedStyles:["solid"]},"car-tunnel":{hexCode:"e4de",acceptedStyles:["solid"]},caravan:{hexCode:"f8ff",acceptedStyles:["solid"]},"caret-down":{hexCode:"f0d7",acceptedStyles:["solid"]},"caret-left":{hexCode:"f0d9",acceptedStyles:["solid"]},"caret-right":{hexCode:"f0da",acceptedStyles:["solid"]},"caret-up":{hexCode:"f0d8",acceptedStyles:["solid"]},carrot:{hexCode:"f787",acceptedStyles:["solid"]},"cart-arrow-down":{hexCode:"f218",acceptedStyles:["solid"]},"cart-flatbed":{hexCode:"f474",acceptedStyles:["solid"]},"cart-flatbed-suitcase":{hexCode:"f59d",acceptedStyles:["solid"]},"cart-plus":{hexCode:"f217",acceptedStyles:["solid"]},"cart-shopping":{hexCode:"f07a",acceptedStyles:["solid"]},"cash-app":{hexCode:"e7d4",acceptedStyles:["brands"]},"cash-register":{hexCode:"f788",acceptedStyles:["solid"]},cat:{hexCode:"f6be",acceptedStyles:["solid"]},"cc-amazon-pay":{hexCode:"f42d",acceptedStyles:["brands"]},"cc-amex":{hexCode:"f1f3",acceptedStyles:["brands"]},"cc-apple-pay":{hexCode:"f416",acceptedStyles:["brands"]},"cc-diners-club":{hexCode:"f24c",acceptedStyles:["brands"]},"cc-discover":{hexCode:"f1f2",acceptedStyles:["brands"]},"cc-jcb":{hexCode:"f24b",acceptedStyles:["brands"]},"cc-mastercard":{hexCode:"f1f1",acceptedStyles:["brands"]},"cc-paypal":{hexCode:"f1f4",acceptedStyles:["brands"]},"cc-stripe":{hexCode:"f1f5",acceptedStyles:["brands"]},"cc-visa":{hexCode:"f1f0",acceptedStyles:["brands"]},"cedi-sign":{hexCode:"e0df",acceptedStyles:["solid"]},"cent-sign":{hexCode:"e3f5",acceptedStyles:["solid"]},centercode:{hexCode:"f380",acceptedStyles:["brands"]},centos:{hexCode:"f789",acceptedStyles:["brands"]},certificate:{hexCode:"f0a3",acceptedStyles:["solid"]},chair:{hexCode:"f6c0",acceptedStyles:["solid"]},chalkboard:{hexCode:"f51b",acceptedStyles:["solid"]},"chalkboard-user":{hexCode:"f51c",acceptedStyles:["solid"]},"champagne-glasses":{hexCode:"f79f",acceptedStyles:["solid"]},"charging-station":{hexCode:"f5e7",acceptedStyles:["solid"]},"chart-area":{hexCode:"f1fe",acceptedStyles:["solid"]},"chart-bar":{hexCode:"f080",acceptedStyles:["solid","regular"]},"chart-column":{hexCode:"e0e3",acceptedStyles:["solid"]},"chart-diagram":{hexCode:"e695",acceptedStyles:["solid"]},"chart-gantt":{hexCode:"e0e4",acceptedStyles:["solid"]},"chart-line":{hexCode:"f201",acceptedStyles:["solid"]},"chart-pie":{hexCode:"f200",acceptedStyles:["solid"]},"chart-simple":{hexCode:"e473",acceptedStyles:["solid"]},check:{hexCode:"f00c",acceptedStyles:["solid"]},"check-double":{hexCode:"f560",acceptedStyles:["solid"]},"check-to-slot":{hexCode:"f772",acceptedStyles:["solid"]},cheese:{hexCode:"f7ef",acceptedStyles:["solid"]},chess:{hexCode:"f439",acceptedStyles:["solid"]},"chess-bishop":{hexCode:"f43a",acceptedStyles:["solid","regular"]},"chess-board":{hexCode:"f43c",acceptedStyles:["solid"]},"chess-king":{hexCode:"f43f",acceptedStyles:["solid","regular"]},"chess-knight":{hexCode:"f441",acceptedStyles:["solid","regular"]},"chess-pawn":{hexCode:"f443",acceptedStyles:["solid","regular"]},"chess-queen":{hexCode:"f445",acceptedStyles:["solid","regular"]},"chess-rook":{hexCode:"f447",acceptedStyles:["solid","regular"]},"chevron-down":{hexCode:"f078",acceptedStyles:["solid"]},"chevron-left":{hexCode:"f053",acceptedStyles:["solid"]},"chevron-right":{hexCode:"f054",acceptedStyles:["solid"]},"chevron-up":{hexCode:"f077",acceptedStyles:["solid"]},child:{hexCode:"f1ae",acceptedStyles:["solid"]},"child-combatant":{hexCode:"e4e0",acceptedStyles:["solid"]},"child-dress":{hexCode:"e59c",acceptedStyles:["solid"]},"child-reaching":{hexCode:"e59d",acceptedStyles:["solid"]},children:{hexCode:"e4e1",acceptedStyles:["solid"]},chrome:{hexCode:"f268",acceptedStyles:["brands"]},chromecast:{hexCode:"f838",acceptedStyles:["brands"]},church:{hexCode:"f51d",acceptedStyles:["solid"]},circle:{hexCode:"f111",acceptedStyles:["solid","regular"]},"circle-arrow-down":{hexCode:"f0ab",acceptedStyles:["solid"]},"circle-arrow-left":{hexCode:"f0a8",acceptedStyles:["solid"]},"circle-arrow-right":{hexCode:"f0a9",acceptedStyles:["solid"]},"circle-arrow-up":{hexCode:"f0aa",acceptedStyles:["solid"]},"circle-check":{hexCode:"f058",acceptedStyles:["solid","regular"]},"circle-chevron-down":{hexCode:"f13a",acceptedStyles:["solid"]},"circle-chevron-left":{hexCode:"f137",acceptedStyles:["solid"]},"circle-chevron-right":{hexCode:"f138",acceptedStyles:["solid"]},"circle-chevron-up":{hexCode:"f139",acceptedStyles:["solid"]},"circle-dollar-to-slot":{hexCode:"f4b9",acceptedStyles:["solid"]},"circle-dot":{hexCode:"f192",acceptedStyles:["solid","regular"]},"circle-down":{hexCode:"f358",acceptedStyles:["solid","regular"]},"circle-exclamation":{hexCode:"f06a",acceptedStyles:["solid"]},"circle-h":{hexCode:"f47e",acceptedStyles:["solid"]},"circle-half-stroke":{hexCode:"f042",acceptedStyles:["solid"]},"circle-info":{hexCode:"f05a",acceptedStyles:["solid"]},"circle-left":{hexCode:"f359",acceptedStyles:["solid","regular"]},"circle-minus":{hexCode:"f056",acceptedStyles:["solid"]},"circle-nodes":{hexCode:"e4e2",acceptedStyles:["solid"]},"circle-notch":{hexCode:"f1ce",acceptedStyles:["solid"]},"circle-pause":{hexCode:"f28b",acceptedStyles:["solid","regular"]},"circle-play":{hexCode:"f144",acceptedStyles:["solid","regular"]},"circle-plus":{hexCode:"f055",acceptedStyles:["solid"]},"circle-question":{hexCode:"f059",acceptedStyles:["solid","regular"]},"circle-radiation":{hexCode:"f7ba",acceptedStyles:["solid"]},"circle-right":{hexCode:"f35a",acceptedStyles:["solid","regular"]},"circle-stop":{hexCode:"f28d",acceptedStyles:["solid","regular"]},"circle-up":{hexCode:"f35b",acceptedStyles:["solid","regular"]},"circle-user":{hexCode:"f2bd",acceptedStyles:["solid","regular"]},"circle-xmark":{hexCode:"f057",acceptedStyles:["solid","regular"]},city:{hexCode:"f64f",acceptedStyles:["solid"]},clapperboard:{hexCode:"e131",acceptedStyles:["solid"]},clipboard:{hexCode:"f328",acceptedStyles:["solid","regular"]},"clipboard-check":{hexCode:"f46c",acceptedStyles:["solid"]},"clipboard-list":{hexCode:"f46d",acceptedStyles:["solid"]},"clipboard-question":{hexCode:"e4e3",acceptedStyles:["solid"]},"clipboard-user":{hexCode:"f7f3",acceptedStyles:["solid"]},clock:{hexCode:"f017",acceptedStyles:["solid","regular"]},"clock-rotate-left":{hexCode:"f1da",acceptedStyles:["solid"]},clone:{hexCode:"f24d",acceptedStyles:["solid","regular"]},"closed-captioning":{hexCode:"f20a",acceptedStyles:["solid","regular"]},cloud:{hexCode:"f0c2",acceptedStyles:["solid","regular"]},"cloud-arrow-down":{hexCode:"f0ed",acceptedStyles:["solid"]},"cloud-arrow-up":{hexCode:"f0ee",acceptedStyles:["solid"]},"cloud-bolt":{hexCode:"f76c",acceptedStyles:["solid"]},"cloud-meatball":{hexCode:"f73b",acceptedStyles:["solid"]},"cloud-moon":{hexCode:"f6c3",acceptedStyles:["solid"]},"cloud-moon-rain":{hexCode:"f73c",acceptedStyles:["solid"]},"cloud-rain":{hexCode:"f73d",acceptedStyles:["solid"]},"cloud-showers-heavy":{hexCode:"f740",acceptedStyles:["solid"]},"cloud-showers-water":{hexCode:"e4e4",acceptedStyles:["solid"]},"cloud-sun":{hexCode:"f6c4",acceptedStyles:["solid"]},"cloud-sun-rain":{hexCode:"f743",acceptedStyles:["solid"]},cloudflare:{hexCode:"e07d",acceptedStyles:["brands"]},cloudscale:{hexCode:"f383",acceptedStyles:["brands"]},cloudsmith:{hexCode:"f384",acceptedStyles:["brands"]},cloudversify:{hexCode:"f385",acceptedStyles:["brands"]},clover:{hexCode:"e139",acceptedStyles:["solid"]},cmplid:{hexCode:"e360",acceptedStyles:["brands"]},code:{hexCode:"f121",acceptedStyles:["solid"]},"code-branch":{hexCode:"f126",acceptedStyles:["solid"]},"code-commit":{hexCode:"f386",acceptedStyles:["solid"]},"code-compare":{hexCode:"e13a",acceptedStyles:["solid"]},"code-fork":{hexCode:"e13b",acceptedStyles:["solid"]},"code-merge":{hexCode:"f387",acceptedStyles:["solid"]},"code-pull-request":{hexCode:"e13c",acceptedStyles:["solid"]},codepen:{hexCode:"f1cb",acceptedStyles:["brands"]},codiepie:{hexCode:"f284",acceptedStyles:["brands"]},coins:{hexCode:"f51e",acceptedStyles:["solid"]},"colon-sign":{hexCode:"e140",acceptedStyles:["solid"]},comment:{hexCode:"f075",acceptedStyles:["solid","regular"]},"comment-dollar":{hexCode:"f651",acceptedStyles:["solid"]},"comment-dots":{hexCode:"f4ad",acceptedStyles:["solid","regular"]},"comment-medical":{hexCode:"f7f5",acceptedStyles:["solid"]},"comment-nodes":{hexCode:"e696",acceptedStyles:["solid"]},"comment-slash":{hexCode:"f4b3",acceptedStyles:["solid"]},"comment-sms":{hexCode:"f7cd",acceptedStyles:["solid"]},comments:{hexCode:"f086",acceptedStyles:["solid","regular"]},"comments-dollar":{hexCode:"f653",acceptedStyles:["solid"]},"compact-disc":{hexCode:"f51f",acceptedStyles:["solid"]},compass:{hexCode:"f14e",acceptedStyles:["solid","regular"]},"compass-drafting":{hexCode:"f568",acceptedStyles:["solid"]},compress:{hexCode:"f066",acceptedStyles:["solid"]},computer:{hexCode:"e4e5",acceptedStyles:["solid"]},"computer-mouse":{hexCode:"f8cc",acceptedStyles:["solid"]},confluence:{hexCode:"f78d",acceptedStyles:["brands"]},connectdevelop:{hexCode:"f20e",acceptedStyles:["brands"]},contao:{hexCode:"f26d",acceptedStyles:["brands"]},cookie:{hexCode:"f563",acceptedStyles:["solid"]},"cookie-bite":{hexCode:"f564",acceptedStyles:["solid"]},copy:{hexCode:"f0c5",acceptedStyles:["solid","regular"]},copyright:{hexCode:"f1f9",acceptedStyles:["solid","regular"]},"cotton-bureau":{hexCode:"f89e",acceptedStyles:["brands"]},couch:{hexCode:"f4b8",acceptedStyles:["solid"]},cow:{hexCode:"f6c8",acceptedStyles:["solid"]},cpanel:{hexCode:"f388",acceptedStyles:["brands"]},"creative-commons":{hexCode:"f25e",acceptedStyles:["brands"]},"creative-commons-by":{hexCode:"f4e7",acceptedStyles:["brands"]},"creative-commons-nc":{hexCode:"f4e8",acceptedStyles:["brands"]},"creative-commons-nc-eu":{hexCode:"f4e9",acceptedStyles:["brands"]},"creative-commons-nc-jp":{hexCode:"f4ea",acceptedStyles:["brands"]},"creative-commons-nd":{hexCode:"f4eb",acceptedStyles:["brands"]},"creative-commons-pd":{hexCode:"f4ec",acceptedStyles:["brands"]},"creative-commons-pd-alt":{hexCode:"f4ed",acceptedStyles:["brands"]},"creative-commons-remix":{hexCode:"f4ee",acceptedStyles:["brands"]},"creative-commons-sa":{hexCode:"f4ef",acceptedStyles:["brands"]},"creative-commons-sampling":{hexCode:"f4f0",acceptedStyles:["brands"]},"creative-commons-sampling-plus":{hexCode:"f4f1",acceptedStyles:["brands"]},"creative-commons-share":{hexCode:"f4f2",acceptedStyles:["brands"]},"creative-commons-zero":{hexCode:"f4f3",acceptedStyles:["brands"]},"credit-card":{hexCode:"f09d",acceptedStyles:["solid","regular"]},"critical-role":{hexCode:"f6c9",acceptedStyles:["brands"]},crop:{hexCode:"f125",acceptedStyles:["solid"]},"crop-simple":{hexCode:"f565",acceptedStyles:["solid"]},cross:{hexCode:"f654",acceptedStyles:["solid"]},crosshairs:{hexCode:"f05b",acceptedStyles:["solid"]},crow:{hexCode:"f520",acceptedStyles:["solid"]},crown:{hexCode:"f521",acceptedStyles:["solid"]},crutch:{hexCode:"f7f7",acceptedStyles:["solid"]},"cruzeiro-sign":{hexCode:"e152",acceptedStyles:["solid"]},css:{hexCode:"e6a2",acceptedStyles:["brands"]},css3:{hexCode:"f13c",acceptedStyles:["brands"]},"css3-alt":{hexCode:"f38b",acceptedStyles:["brands"]},cube:{hexCode:"f1b2",acceptedStyles:["solid"]},cubes:{hexCode:"f1b3",acceptedStyles:["solid"]},"cubes-stacked":{hexCode:"e4e6",acceptedStyles:["solid"]},cuttlefish:{hexCode:"f38c",acceptedStyles:["brands"]},d:{hexCode:"44",acceptedStyles:["solid"]},"d-and-d":{hexCode:"f38d",acceptedStyles:["brands"]},"d-and-d-beyond":{hexCode:"f6ca",acceptedStyles:["brands"]},dailymotion:{hexCode:"e052",acceptedStyles:["brands"]},"dart-lang":{hexCode:"e693",acceptedStyles:["brands"]},dashcube:{hexCode:"f210",acceptedStyles:["brands"]},database:{hexCode:"f1c0",acceptedStyles:["solid"]},debian:{hexCode:"e60b",acceptedStyles:["brands"]},deezer:{hexCode:"e077",acceptedStyles:["brands"]},"delete-left":{hexCode:"f55a",acceptedStyles:["solid"]},delicious:{hexCode:"f1a5",acceptedStyles:["brands"]},democrat:{hexCode:"f747",acceptedStyles:["solid"]},deploydog:{hexCode:"f38e",acceptedStyles:["brands"]},deskpro:{hexCode:"f38f",acceptedStyles:["brands"]},desktop:{hexCode:"f390",acceptedStyles:["solid"]},dev:{hexCode:"f6cc",acceptedStyles:["brands"]},deviantart:{hexCode:"f1bd",acceptedStyles:["brands"]},dharmachakra:{hexCode:"f655",acceptedStyles:["solid"]},dhl:{hexCode:"f790",acceptedStyles:["brands"]},"diagram-next":{hexCode:"e476",acceptedStyles:["solid"]},"diagram-predecessor":{hexCode:"e477",acceptedStyles:["solid"]},"diagram-project":{hexCode:"f542",acceptedStyles:["solid"]},"diagram-successor":{hexCode:"e47a",acceptedStyles:["solid"]},diamond:{hexCode:"f219",acceptedStyles:["solid"]},"diamond-turn-right":{hexCode:"f5eb",acceptedStyles:["solid"]},diaspora:{hexCode:"f791",acceptedStyles:["brands"]},dice:{hexCode:"f522",acceptedStyles:["solid"]},"dice-d20":{hexCode:"f6cf",acceptedStyles:["solid"]},"dice-d6":{hexCode:"f6d1",acceptedStyles:["solid"]},"dice-five":{hexCode:"f523",acceptedStyles:["solid"]},"dice-four":{hexCode:"f524",acceptedStyles:["solid"]},"dice-one":{hexCode:"f525",acceptedStyles:["solid"]},"dice-six":{hexCode:"f526",acceptedStyles:["solid"]},"dice-three":{hexCode:"f527",acceptedStyles:["solid"]},"dice-two":{hexCode:"f528",acceptedStyles:["solid"]},digg:{hexCode:"f1a6",acceptedStyles:["brands"]},"digital-ocean":{hexCode:"f391",acceptedStyles:["brands"]},discord:{hexCode:"f392",acceptedStyles:["brands"]},discourse:{hexCode:"f393",acceptedStyles:["brands"]},disease:{hexCode:"f7fa",acceptedStyles:["solid"]},display:{hexCode:"e163",acceptedStyles:["solid"]},disqus:{hexCode:"e7d5",acceptedStyles:["brands"]},divide:{hexCode:"f529",acceptedStyles:["solid"]},dna:{hexCode:"f471",acceptedStyles:["solid"]},dochub:{hexCode:"f394",acceptedStyles:["brands"]},docker:{hexCode:"f395",acceptedStyles:["brands"]},dog:{hexCode:"f6d3",acceptedStyles:["solid"]},"dollar-sign":{hexCode:"24",acceptedStyles:["solid"]},dolly:{hexCode:"f472",acceptedStyles:["solid"]},"dong-sign":{hexCode:"e169",acceptedStyles:["solid"]},"door-closed":{hexCode:"f52a",acceptedStyles:["solid"]},"door-open":{hexCode:"f52b",acceptedStyles:["solid"]},dove:{hexCode:"f4ba",acceptedStyles:["solid"]},"down-left-and-up-right-to-center":{hexCode:"f422",acceptedStyles:["solid"]},"down-long":{hexCode:"f309",acceptedStyles:["solid"]},download:{hexCode:"f019",acceptedStyles:["solid"]},draft2digital:{hexCode:"f396",acceptedStyles:["brands"]},dragon:{hexCode:"f6d5",acceptedStyles:["solid"]},"draw-polygon":{hexCode:"f5ee",acceptedStyles:["solid"]},dribbble:{hexCode:"f17d",acceptedStyles:["brands"]},dropbox:{hexCode:"f16b",acceptedStyles:["brands"]},droplet:{hexCode:"f043",acceptedStyles:["solid"]},"droplet-slash":{hexCode:"f5c7",acceptedStyles:["solid"]},drum:{hexCode:"f569",acceptedStyles:["solid"]},"drum-steelpan":{hexCode:"f56a",acceptedStyles:["solid"]},"drumstick-bite":{hexCode:"f6d7",acceptedStyles:["solid"]},drupal:{hexCode:"f1a9",acceptedStyles:["brands"]},dumbbell:{hexCode:"f44b",acceptedStyles:["solid"]},dumpster:{hexCode:"f793",acceptedStyles:["solid"]},"dumpster-fire":{hexCode:"f794",acceptedStyles:["solid"]},dungeon:{hexCode:"f6d9",acceptedStyles:["solid"]},duolingo:{hexCode:"e812",acceptedStyles:["brands"]},dyalog:{hexCode:"f399",acceptedStyles:["brands"]},e:{hexCode:"45",acceptedStyles:["solid"]},"ear-deaf":{hexCode:"f2a4",acceptedStyles:["solid"]},"ear-listen":{hexCode:"f2a2",acceptedStyles:["solid"]},earlybirds:{hexCode:"f39a",acceptedStyles:["brands"]},"earth-africa":{hexCode:"f57c",acceptedStyles:["solid"]},"earth-americas":{hexCode:"f57d",acceptedStyles:["solid"]},"earth-asia":{hexCode:"f57e",acceptedStyles:["solid"]},"earth-europe":{hexCode:"f7a2",acceptedStyles:["solid"]},"earth-oceania":{hexCode:"e47b",acceptedStyles:["solid"]},ebay:{hexCode:"f4f4",acceptedStyles:["brands"]},edge:{hexCode:"f282",acceptedStyles:["brands"]},"edge-legacy":{hexCode:"e078",acceptedStyles:["brands"]},egg:{hexCode:"f7fb",acceptedStyles:["solid"]},eject:{hexCode:"f052",acceptedStyles:["solid"]},elementor:{hexCode:"f430",acceptedStyles:["brands"]},elevator:{hexCode:"e16d",acceptedStyles:["solid"]},eleventy:{hexCode:"e7d6",acceptedStyles:["brands"]},ellipsis:{hexCode:"f141",acceptedStyles:["solid"]},"ellipsis-vertical":{hexCode:"f142",acceptedStyles:["solid"]},ello:{hexCode:"f5f1",acceptedStyles:["brands"]},ember:{hexCode:"f423",acceptedStyles:["brands"]},empire:{hexCode:"f1d1",acceptedStyles:["brands"]},envelope:{hexCode:"f0e0",acceptedStyles:["solid","regular"]},"envelope-circle-check":{hexCode:"e4e8",acceptedStyles:["solid"]},"envelope-open":{hexCode:"f2b6",acceptedStyles:["solid","regular"]},"envelope-open-text":{hexCode:"f658",acceptedStyles:["solid"]},"envelopes-bulk":{hexCode:"f674",acceptedStyles:["solid"]},envira:{hexCode:"f299",acceptedStyles:["brands"]},equals:{hexCode:"3d",acceptedStyles:["solid"]},eraser:{hexCode:"f12d",acceptedStyles:["solid"]},erlang:{hexCode:"f39d",acceptedStyles:["brands"]},ethereum:{hexCode:"f42e",acceptedStyles:["brands"]},ethernet:{hexCode:"f796",acceptedStyles:["solid"]},etsy:{hexCode:"f2d7",acceptedStyles:["brands"]},"euro-sign":{hexCode:"f153",acceptedStyles:["solid"]},evernote:{hexCode:"f839",acceptedStyles:["brands"]},exclamation:{hexCode:"21",acceptedStyles:["solid"]},expand:{hexCode:"f065",acceptedStyles:["solid"]},expeditedssl:{hexCode:"f23e",acceptedStyles:["brands"]},explosion:{hexCode:"e4e9",acceptedStyles:["solid"]},eye:{hexCode:"f06e",acceptedStyles:["solid","regular"]},"eye-dropper":{hexCode:"f1fb",acceptedStyles:["solid"]},"eye-low-vision":{hexCode:"f2a8",acceptedStyles:["solid"]},"eye-slash":{hexCode:"f070",acceptedStyles:["solid","regular"]},f:{hexCode:"46",acceptedStyles:["solid"]},"face-angry":{hexCode:"f556",acceptedStyles:["solid","regular"]},"face-dizzy":{hexCode:"f567",acceptedStyles:["solid","regular"]},"face-flushed":{hexCode:"f579",acceptedStyles:["solid","regular"]},"face-frown":{hexCode:"f119",acceptedStyles:["solid","regular"]},"face-frown-open":{hexCode:"f57a",acceptedStyles:["solid","regular"]},"face-grimace":{hexCode:"f57f",acceptedStyles:["solid","regular"]},"face-grin":{hexCode:"f580",acceptedStyles:["solid","regular"]},"face-grin-beam":{hexCode:"f582",acceptedStyles:["solid","regular"]},"face-grin-beam-sweat":{hexCode:"f583",acceptedStyles:["solid","regular"]},"face-grin-hearts":{hexCode:"f584",acceptedStyles:["solid","regular"]},"face-grin-squint":{hexCode:"f585",acceptedStyles:["solid","regular"]},"face-grin-squint-tears":{hexCode:"f586",acceptedStyles:["solid","regular"]},"face-grin-stars":{hexCode:"f587",acceptedStyles:["solid","regular"]},"face-grin-tears":{hexCode:"f588",acceptedStyles:["solid","regular"]},"face-grin-tongue":{hexCode:"f589",acceptedStyles:["solid","regular"]},"face-grin-tongue-squint":{hexCode:"f58a",acceptedStyles:["solid","regular"]},"face-grin-tongue-wink":{hexCode:"f58b",acceptedStyles:["solid","regular"]},"face-grin-wide":{hexCode:"f581",acceptedStyles:["solid","regular"]},"face-grin-wink":{hexCode:"f58c",acceptedStyles:["solid","regular"]},"face-kiss":{hexCode:"f596",acceptedStyles:["solid","regular"]},"face-kiss-beam":{hexCode:"f597",acceptedStyles:["solid","regular"]},"face-kiss-wink-heart":{hexCode:"f598",acceptedStyles:["solid","regular"]},"face-laugh":{hexCode:"f599",acceptedStyles:["solid","regular"]},"face-laugh-beam":{hexCode:"f59a",acceptedStyles:["solid","regular"]},"face-laugh-squint":{hexCode:"f59b",acceptedStyles:["solid","regular"]},"face-laugh-wink":{hexCode:"f59c",acceptedStyles:["solid","regular"]},"face-meh":{hexCode:"f11a",acceptedStyles:["solid","regular"]},"face-meh-blank":{hexCode:"f5a4",acceptedStyles:["solid","regular"]},"face-rolling-eyes":{hexCode:"f5a5",acceptedStyles:["solid","regular"]},"face-sad-cry":{hexCode:"f5b3",acceptedStyles:["solid","regular"]},"face-sad-tear":{hexCode:"f5b4",acceptedStyles:["solid","regular"]},"face-smile":{hexCode:"f118",acceptedStyles:["solid","regular"]},"face-smile-beam":{hexCode:"f5b8",acceptedStyles:["solid","regular"]},"face-smile-wink":{hexCode:"f4da",acceptedStyles:["solid","regular"]},"face-surprise":{hexCode:"f5c2",acceptedStyles:["solid","regular"]},"face-tired":{hexCode:"f5c8",acceptedStyles:["solid","regular"]},facebook:{hexCode:"f09a",acceptedStyles:["brands"]},"facebook-f":{hexCode:"f39e",acceptedStyles:["brands"]},"facebook-messenger":{hexCode:"f39f",acceptedStyles:["brands"]},fan:{hexCode:"f863",acceptedStyles:["solid"]},"fantasy-flight-games":{hexCode:"f6dc",acceptedStyles:["brands"]},faucet:{hexCode:"e005",acceptedStyles:["solid"]},"faucet-drip":{hexCode:"e006",acceptedStyles:["solid"]},fax:{hexCode:"f1ac",acceptedStyles:["solid"]},feather:{hexCode:"f52d",acceptedStyles:["solid"]},"feather-pointed":{hexCode:"f56b",acceptedStyles:["solid"]},fedex:{hexCode:"f797",acceptedStyles:["brands"]},fedora:{hexCode:"f798",acceptedStyles:["brands"]},ferry:{hexCode:"e4ea",acceptedStyles:["solid"]},figma:{hexCode:"f799",acceptedStyles:["brands"]},file:{hexCode:"f15b",acceptedStyles:["solid","regular"]},"file-arrow-down":{hexCode:"f56d",acceptedStyles:["solid"]},"file-arrow-up":{hexCode:"f574",acceptedStyles:["solid"]},"file-audio":{hexCode:"f1c7",acceptedStyles:["solid","regular"]},"file-circle-check":{hexCode:"e5a0",acceptedStyles:["solid"]},"file-circle-exclamation":{hexCode:"e4eb",acceptedStyles:["solid"]},"file-circle-minus":{hexCode:"e4ed",acceptedStyles:["solid"]},"file-circle-plus":{hexCode:"e494",acceptedStyles:["solid"]},"file-circle-question":{hexCode:"e4ef",acceptedStyles:["solid"]},"file-circle-xmark":{hexCode:"e5a1",acceptedStyles:["solid"]},"file-code":{hexCode:"f1c9",acceptedStyles:["solid","regular"]},"file-contract":{hexCode:"f56c",acceptedStyles:["solid"]},"file-csv":{hexCode:"f6dd",acceptedStyles:["solid"]},"file-excel":{hexCode:"f1c3",acceptedStyles:["solid","regular"]},"file-export":{hexCode:"f56e",acceptedStyles:["solid"]},"file-fragment":{hexCode:"e697",acceptedStyles:["solid"]},"file-half-dashed":{hexCode:"e698",acceptedStyles:["solid"]},"file-image":{hexCode:"f1c5",acceptedStyles:["solid","regular"]},"file-import":{hexCode:"f56f",acceptedStyles:["solid"]},"file-invoice":{hexCode:"f570",acceptedStyles:["solid"]},"file-invoice-dollar":{hexCode:"f571",acceptedStyles:["solid"]},"file-lines":{hexCode:"f15c",acceptedStyles:["solid","regular"]},"file-medical":{hexCode:"f477",acceptedStyles:["solid"]},"file-pdf":{hexCode:"f1c1",acceptedStyles:["solid","regular"]},"file-pen":{hexCode:"f31c",acceptedStyles:["solid"]},"file-powerpoint":{hexCode:"f1c4",acceptedStyles:["solid","regular"]},"file-prescription":{hexCode:"f572",acceptedStyles:["solid"]},"file-shield":{hexCode:"e4f0",acceptedStyles:["solid"]},"file-signature":{hexCode:"f573",acceptedStyles:["solid"]},"file-video":{hexCode:"f1c8",acceptedStyles:["solid","regular"]},"file-waveform":{hexCode:"f478",acceptedStyles:["solid"]},"file-word":{hexCode:"f1c2",acceptedStyles:["solid","regular"]},"file-zipper":{hexCode:"f1c6",acceptedStyles:["solid","regular"]},"files-pinwheel":{hexCode:"e69f",acceptedStyles:["brands"]},fill:{hexCode:"f575",acceptedStyles:["solid"]},"fill-drip":{hexCode:"f576",acceptedStyles:["solid"]},film:{hexCode:"f008",acceptedStyles:["solid"]},filter:{hexCode:"f0b0",acceptedStyles:["solid"]},"filter-circle-dollar":{hexCode:"f662",acceptedStyles:["solid"]},"filter-circle-xmark":{hexCode:"e17b",acceptedStyles:["solid"]},fingerprint:{hexCode:"f577",acceptedStyles:["solid"]},fire:{hexCode:"f06d",acceptedStyles:["solid"]},"fire-burner":{hexCode:"e4f1",acceptedStyles:["solid"]},"fire-extinguisher":{hexCode:"f134",acceptedStyles:["solid"]},"fire-flame-curved":{hexCode:"f7e4",acceptedStyles:["solid"]},"fire-flame-simple":{hexCode:"f46a",acceptedStyles:["solid"]},firefox:{hexCode:"f269",acceptedStyles:["brands"]},"firefox-browser":{hexCode:"e007",acceptedStyles:["brands"]},"first-order":{hexCode:"f2b0",acceptedStyles:["brands"]},"first-order-alt":{hexCode:"f50a",acceptedStyles:["brands"]},firstdraft:{hexCode:"f3a1",acceptedStyles:["brands"]},fish:{hexCode:"f578",acceptedStyles:["solid"]},"fish-fins":{hexCode:"e4f2",acceptedStyles:["solid"]},flag:{hexCode:"f024",acceptedStyles:["solid","regular"]},"flag-checkered":{hexCode:"f11e",acceptedStyles:["solid"]},"flag-usa":{hexCode:"f74d",acceptedStyles:["solid"]},flask:{hexCode:"f0c3",acceptedStyles:["solid"]},"flask-vial":{hexCode:"e4f3",acceptedStyles:["solid"]},flickr:{hexCode:"f16e",acceptedStyles:["brands"]},flipboard:{hexCode:"f44d",acceptedStyles:["brands"]},"floppy-disk":{hexCode:"f0c7",acceptedStyles:["solid","regular"]},"florin-sign":{hexCode:"e184",acceptedStyles:["solid"]},flutter:{hexCode:"e694",acceptedStyles:["brands"]},fly:{hexCode:"f417",acceptedStyles:["brands"]},folder:{hexCode:"f07b",acceptedStyles:["solid","regular"]},"folder-closed":{hexCode:"e185",acceptedStyles:["solid","regular"]},"folder-minus":{hexCode:"f65d",acceptedStyles:["solid"]},"folder-open":{hexCode:"f07c",acceptedStyles:["solid","regular"]},"folder-plus":{hexCode:"f65e",acceptedStyles:["solid"]},"folder-tree":{hexCode:"f802",acceptedStyles:["solid"]},font:{hexCode:"f031",acceptedStyles:["solid"]},"font-awesome":{hexCode:"f2b4",acceptedStyles:["solid","regular","brands"]},fonticons:{hexCode:"f280",acceptedStyles:["brands"]},"fonticons-fi":{hexCode:"f3a2",acceptedStyles:["brands"]},football:{hexCode:"f44e",acceptedStyles:["solid"]},"fort-awesome":{hexCode:"f286",acceptedStyles:["brands"]},"fort-awesome-alt":{hexCode:"f3a3",acceptedStyles:["brands"]},forumbee:{hexCode:"f211",acceptedStyles:["brands"]},forward:{hexCode:"f04e",acceptedStyles:["solid"]},"forward-fast":{hexCode:"f050",acceptedStyles:["solid"]},"forward-step":{hexCode:"f051",acceptedStyles:["solid"]},foursquare:{hexCode:"f180",acceptedStyles:["brands"]},"franc-sign":{hexCode:"e18f",acceptedStyles:["solid"]},"free-code-camp":{hexCode:"f2c5",acceptedStyles:["brands"]},freebsd:{hexCode:"f3a4",acceptedStyles:["brands"]},frog:{hexCode:"f52e",acceptedStyles:["solid"]},fulcrum:{hexCode:"f50b",acceptedStyles:["brands"]},futbol:{hexCode:"f1e3",acceptedStyles:["solid","regular"]},g:{hexCode:"47",acceptedStyles:["solid"]},"galactic-republic":{hexCode:"f50c",acceptedStyles:["brands"]},"galactic-senate":{hexCode:"f50d",acceptedStyles:["brands"]},gamepad:{hexCode:"f11b",acceptedStyles:["solid"]},"gas-pump":{hexCode:"f52f",acceptedStyles:["solid"]},gauge:{hexCode:"f624",acceptedStyles:["solid"]},"gauge-high":{hexCode:"f625",acceptedStyles:["solid"]},"gauge-simple":{hexCode:"f629",acceptedStyles:["solid"]},"gauge-simple-high":{hexCode:"f62a",acceptedStyles:["solid"]},gavel:{hexCode:"f0e3",acceptedStyles:["solid"]},gear:{hexCode:"f013",acceptedStyles:["solid"]},gears:{hexCode:"f085",acceptedStyles:["solid"]},gem:{hexCode:"f3a5",acceptedStyles:["solid","regular"]},genderless:{hexCode:"f22d",acceptedStyles:["solid"]},"get-pocket":{hexCode:"f265",acceptedStyles:["brands"]},gg:{hexCode:"f260",acceptedStyles:["brands"]},"gg-circle":{hexCode:"f261",acceptedStyles:["brands"]},ghost:{hexCode:"f6e2",acceptedStyles:["solid"]},gift:{hexCode:"f06b",acceptedStyles:["solid"]},gifts:{hexCode:"f79c",acceptedStyles:["solid"]},git:{hexCode:"f1d3",acceptedStyles:["brands"]},"git-alt":{hexCode:"f841",acceptedStyles:["brands"]},github:{hexCode:"f09b",acceptedStyles:["brands"]},"github-alt":{hexCode:"f113",acceptedStyles:["brands"]},gitkraken:{hexCode:"f3a6",acceptedStyles:["brands"]},gitlab:{hexCode:"f296",acceptedStyles:["brands"]},gitter:{hexCode:"f426",acceptedStyles:["brands"]},"glass-water":{hexCode:"e4f4",acceptedStyles:["solid"]},"glass-water-droplet":{hexCode:"e4f5",acceptedStyles:["solid"]},glasses:{hexCode:"f530",acceptedStyles:["solid"]},glide:{hexCode:"f2a5",acceptedStyles:["brands"]},"glide-g":{hexCode:"f2a6",acceptedStyles:["brands"]},globe:{hexCode:"f0ac",acceptedStyles:["solid"]},gofore:{hexCode:"f3a7",acceptedStyles:["brands"]},golang:{hexCode:"e40f",acceptedStyles:["brands"]},"golf-ball-tee":{hexCode:"f450",acceptedStyles:["solid"]},goodreads:{hexCode:"f3a8",acceptedStyles:["brands"]},"goodreads-g":{hexCode:"f3a9",acceptedStyles:["brands"]},google:{hexCode:"f1a0",acceptedStyles:["brands"]},"google-drive":{hexCode:"f3aa",acceptedStyles:["brands"]},"google-pay":{hexCode:"e079",acceptedStyles:["brands"]},"google-play":{hexCode:"f3ab",acceptedStyles:["brands"]},"google-plus":{hexCode:"f2b3",acceptedStyles:["brands"]},"google-plus-g":{hexCode:"f0d5",acceptedStyles:["brands"]},"google-scholar":{hexCode:"e63b",acceptedStyles:["brands"]},"google-wallet":{hexCode:"f1ee",acceptedStyles:["brands"]},gopuram:{hexCode:"f664",acceptedStyles:["solid"]},"graduation-cap":{hexCode:"f19d",acceptedStyles:["solid"]},gratipay:{hexCode:"f184",acceptedStyles:["brands"]},grav:{hexCode:"f2d6",acceptedStyles:["brands"]},"greater-than":{hexCode:"3e",acceptedStyles:["solid"]},"greater-than-equal":{hexCode:"f532",acceptedStyles:["solid"]},grip:{hexCode:"f58d",acceptedStyles:["solid"]},"grip-lines":{hexCode:"f7a4",acceptedStyles:["solid"]},"grip-lines-vertical":{hexCode:"f7a5",acceptedStyles:["solid"]},"grip-vertical":{hexCode:"f58e",acceptedStyles:["solid"]},gripfire:{hexCode:"f3ac",acceptedStyles:["brands"]},"group-arrows-rotate":{hexCode:"e4f6",acceptedStyles:["solid"]},grunt:{hexCode:"f3ad",acceptedStyles:["brands"]},"guarani-sign":{hexCode:"e19a",acceptedStyles:["solid"]},guilded:{hexCode:"e07e",acceptedStyles:["brands"]},guitar:{hexCode:"f7a6",acceptedStyles:["solid"]},gulp:{hexCode:"f3ae",acceptedStyles:["brands"]},gun:{hexCode:"e19b",acceptedStyles:["solid"]},h:{hexCode:"48",acceptedStyles:["solid"]},"hacker-news":{hexCode:"f1d4",acceptedStyles:["brands"]},hackerrank:{hexCode:"f5f7",acceptedStyles:["brands"]},hammer:{hexCode:"f6e3",acceptedStyles:["solid"]},hamsa:{hexCode:"f665",acceptedStyles:["solid"]},hand:{hexCode:"f256",acceptedStyles:["solid","regular"]},"hand-back-fist":{hexCode:"f255",acceptedStyles:["solid","regular"]},"hand-dots":{hexCode:"f461",acceptedStyles:["solid"]},"hand-fist":{hexCode:"f6de",acceptedStyles:["solid"]},"hand-holding":{hexCode:"f4bd",acceptedStyles:["solid"]},"hand-holding-dollar":{hexCode:"f4c0",acceptedStyles:["solid"]},"hand-holding-droplet":{hexCode:"f4c1",acceptedStyles:["solid"]},"hand-holding-hand":{hexCode:"e4f7",acceptedStyles:["solid"]},"hand-holding-heart":{hexCode:"f4be",acceptedStyles:["solid"]},"hand-holding-medical":{hexCode:"e05c",acceptedStyles:["solid"]},"hand-lizard":{hexCode:"f258",acceptedStyles:["solid","regular"]},"hand-middle-finger":{hexCode:"f806",acceptedStyles:["solid"]},"hand-peace":{hexCode:"f25b",acceptedStyles:["solid","regular"]},"hand-point-down":{hexCode:"f0a7",acceptedStyles:["solid","regular"]},"hand-point-left":{hexCode:"f0a5",acceptedStyles:["solid","regular"]},"hand-point-right":{hexCode:"f0a4",acceptedStyles:["solid","regular"]},"hand-point-up":{hexCode:"f0a6",acceptedStyles:["solid","regular"]},"hand-pointer":{hexCode:"f25a",acceptedStyles:["solid","regular"]},"hand-scissors":{hexCode:"f257",acceptedStyles:["solid","regular"]},"hand-sparkles":{hexCode:"e05d",acceptedStyles:["solid"]},"hand-spock":{hexCode:"f259",acceptedStyles:["solid","regular"]},handcuffs:{hexCode:"e4f8",acceptedStyles:["solid"]},hands:{hexCode:"f2a7",acceptedStyles:["solid"]},"hands-asl-interpreting":{hexCode:"f2a3",acceptedStyles:["solid"]},"hands-bound":{hexCode:"e4f9",acceptedStyles:["solid"]},"hands-bubbles":{hexCode:"e05e",acceptedStyles:["solid"]},"hands-clapping":{hexCode:"e1a8",acceptedStyles:["solid"]},"hands-holding":{hexCode:"f4c2",acceptedStyles:["solid"]},"hands-holding-child":{hexCode:"e4fa",acceptedStyles:["solid"]},"hands-holding-circle":{hexCode:"e4fb",acceptedStyles:["solid"]},"hands-praying":{hexCode:"f684",acceptedStyles:["solid"]},handshake:{hexCode:"f2b5",acceptedStyles:["solid","regular"]},"handshake-angle":{hexCode:"f4c4",acceptedStyles:["solid"]},"handshake-slash":{hexCode:"e060",acceptedStyles:["solid"]},hanukiah:{hexCode:"f6e6",acceptedStyles:["solid"]},"hard-drive":{hexCode:"f0a0",acceptedStyles:["solid","regular"]},hashnode:{hexCode:"e499",acceptedStyles:["brands"]},hashtag:{hexCode:"23",acceptedStyles:["solid"]},"hat-cowboy":{hexCode:"f8c0",acceptedStyles:["solid"]},"hat-cowboy-side":{hexCode:"f8c1",acceptedStyles:["solid"]},"hat-wizard":{hexCode:"f6e8",acceptedStyles:["solid"]},"head-side-cough":{hexCode:"e061",acceptedStyles:["solid"]},"head-side-cough-slash":{hexCode:"e062",acceptedStyles:["solid"]},"head-side-mask":{hexCode:"e063",acceptedStyles:["solid"]},"head-side-virus":{hexCode:"e064",acceptedStyles:["solid"]},heading:{hexCode:"f1dc",acceptedStyles:["solid"]},headphones:{hexCode:"f025",acceptedStyles:["solid","regular"]},headset:{hexCode:"f590",acceptedStyles:["solid"]},heart:{hexCode:"f004",acceptedStyles:["solid","regular"]},"heart-circle-bolt":{hexCode:"e4fc",acceptedStyles:["solid"]},"heart-circle-check":{hexCode:"e4fd",acceptedStyles:["solid"]},"heart-circle-exclamation":{hexCode:"e4fe",acceptedStyles:["solid"]},"heart-circle-minus":{hexCode:"e4ff",acceptedStyles:["solid"]},"heart-circle-plus":{hexCode:"e500",acceptedStyles:["solid"]},"heart-circle-xmark":{hexCode:"e501",acceptedStyles:["solid"]},"heart-crack":{hexCode:"f7a9",acceptedStyles:["solid"]},"heart-pulse":{hexCode:"f21e",acceptedStyles:["solid"]},helicopter:{hexCode:"f533",acceptedStyles:["solid"]},"helicopter-symbol":{hexCode:"e502",acceptedStyles:["solid"]},"helmet-safety":{hexCode:"f807",acceptedStyles:["solid"]},"helmet-un":{hexCode:"e503",acceptedStyles:["solid"]},hexagon:{hexCode:"f312",acceptedStyles:["solid"]},"hexagon-nodes":{hexCode:"e699",acceptedStyles:["solid"]},"hexagon-nodes-bolt":{hexCode:"e69a",acceptedStyles:["solid"]},highlighter:{hexCode:"f591",acceptedStyles:["solid"]},"hill-avalanche":{hexCode:"e507",acceptedStyles:["solid"]},"hill-rockslide":{hexCode:"e508",acceptedStyles:["solid"]},hippo:{hexCode:"f6ed",acceptedStyles:["solid"]},hips:{hexCode:"f452",acceptedStyles:["brands"]},"hire-a-helper":{hexCode:"f3b0",acceptedStyles:["brands"]},hive:{hexCode:"e07f",acceptedStyles:["brands"]},"hockey-puck":{hexCode:"f453",acceptedStyles:["solid"]},"holly-berry":{hexCode:"f7aa",acceptedStyles:["solid"]},hooli:{hexCode:"f427",acceptedStyles:["brands"]},hornbill:{hexCode:"f592",acceptedStyles:["brands"]},horse:{hexCode:"f6f0",acceptedStyles:["solid"]},"horse-head":{hexCode:"f7ab",acceptedStyles:["solid"]},hospital:{hexCode:"f0f8",acceptedStyles:["solid","regular"]},"hospital-user":{hexCode:"f80d",acceptedStyles:["solid"]},"hot-tub-person":{hexCode:"f593",acceptedStyles:["solid"]},hotdog:{hexCode:"f80f",acceptedStyles:["solid"]},hotel:{hexCode:"f594",acceptedStyles:["solid"]},hotjar:{hexCode:"f3b1",acceptedStyles:["brands"]},hourglass:{hexCode:"f254",acceptedStyles:["solid","regular"]},"hourglass-end":{hexCode:"f253",acceptedStyles:["solid"]},"hourglass-half":{hexCode:"f252",acceptedStyles:["solid","regular"]},"hourglass-start":{hexCode:"f251",acceptedStyles:["solid"]},house:{hexCode:"f015",acceptedStyles:["solid","regular"]},"house-chimney":{hexCode:"e3af",acceptedStyles:["solid"]},"house-chimney-crack":{hexCode:"f6f1",acceptedStyles:["solid"]},"house-chimney-medical":{hexCode:"f7f2",acceptedStyles:["solid"]},"house-chimney-user":{hexCode:"e065",acceptedStyles:["solid"]},"house-chimney-window":{hexCode:"e00d",acceptedStyles:["solid"]},"house-circle-check":{hexCode:"e509",acceptedStyles:["solid"]},"house-circle-exclamation":{hexCode:"e50a",acceptedStyles:["solid"]},"house-circle-xmark":{hexCode:"e50b",acceptedStyles:["solid"]},"house-crack":{hexCode:"e3b1",acceptedStyles:["solid"]},"house-fire":{hexCode:"e50c",acceptedStyles:["solid"]},"house-flag":{hexCode:"e50d",acceptedStyles:["solid"]},"house-flood-water":{hexCode:"e50e",acceptedStyles:["solid"]},"house-flood-water-circle-arrow-right":{hexCode:"e50f",acceptedStyles:["solid"]},"house-laptop":{hexCode:"e066",acceptedStyles:["solid"]},"house-lock":{hexCode:"e510",acceptedStyles:["solid"]},"house-medical":{hexCode:"e3b2",acceptedStyles:["solid"]},"house-medical-circle-check":{hexCode:"e511",acceptedStyles:["solid"]},"house-medical-circle-exclamation":{hexCode:"e512",acceptedStyles:["solid"]},"house-medical-circle-xmark":{hexCode:"e513",acceptedStyles:["solid"]},"house-medical-flag":{hexCode:"e514",acceptedStyles:["solid"]},"house-signal":{hexCode:"e012",acceptedStyles:["solid"]},"house-tsunami":{hexCode:"e515",acceptedStyles:["solid"]},"house-user":{hexCode:"e1b0",acceptedStyles:["solid"]},houzz:{hexCode:"f27c",acceptedStyles:["brands"]},"hryvnia-sign":{hexCode:"f6f2",acceptedStyles:["solid"]},html5:{hexCode:"f13b",acceptedStyles:["brands"]},hubspot:{hexCode:"f3b2",acceptedStyles:["brands"]},hurricane:{hexCode:"f751",acceptedStyles:["solid"]},i:{hexCode:"49",acceptedStyles:["solid"]},"i-cursor":{hexCode:"f246",acceptedStyles:["solid"]},"ice-cream":{hexCode:"f810",acceptedStyles:["solid"]},icicles:{hexCode:"f7ad",acceptedStyles:["solid"]},icons:{hexCode:"f86d",acceptedStyles:["solid"]},"id-badge":{hexCode:"f2c1",acceptedStyles:["solid","regular"]},"id-card":{hexCode:"f2c2",acceptedStyles:["solid","regular"]},"id-card-clip":{hexCode:"f47f",acceptedStyles:["solid"]},ideal:{hexCode:"e013",acceptedStyles:["brands"]},igloo:{hexCode:"f7ae",acceptedStyles:["solid"]},image:{hexCode:"f03e",acceptedStyles:["solid","regular"]},"image-portrait":{hexCode:"f3e0",acceptedStyles:["solid"]},images:{hexCode:"f302",acceptedStyles:["solid","regular"]},imdb:{hexCode:"f2d8",acceptedStyles:["brands"]},inbox:{hexCode:"f01c",acceptedStyles:["solid"]},indent:{hexCode:"f03c",acceptedStyles:["solid"]},"indian-rupee-sign":{hexCode:"e1bc",acceptedStyles:["solid"]},industry:{hexCode:"f275",acceptedStyles:["solid"]},infinity:{hexCode:"f534",acceptedStyles:["solid"]},info:{hexCode:"f129",acceptedStyles:["solid"]},instagram:{hexCode:"f16d",acceptedStyles:["brands"]},instalod:{hexCode:"e081",acceptedStyles:["brands"]},intercom:{hexCode:"f7af",acceptedStyles:["brands"]},"internet-explorer":{hexCode:"f26b",acceptedStyles:["brands"]},invision:{hexCode:"f7b0",acceptedStyles:["brands"]},ioxhost:{hexCode:"f208",acceptedStyles:["brands"]},italic:{hexCode:"f033",acceptedStyles:["solid"]},"itch-io":{hexCode:"f83a",acceptedStyles:["brands"]},itunes:{hexCode:"f3b4",acceptedStyles:["brands"]},"itunes-note":{hexCode:"f3b5",acceptedStyles:["brands"]},j:{hexCode:"4a",acceptedStyles:["solid"]},jar:{hexCode:"e516",acceptedStyles:["solid"]},"jar-wheat":{hexCode:"e517",acceptedStyles:["solid"]},java:{hexCode:"f4e4",acceptedStyles:["brands"]},jedi:{hexCode:"f669",acceptedStyles:["solid"]},"jedi-order":{hexCode:"f50e",acceptedStyles:["brands"]},jenkins:{hexCode:"f3b6",acceptedStyles:["brands"]},"jet-fighter":{hexCode:"f0fb",acceptedStyles:["solid"]},"jet-fighter-up":{hexCode:"e518",acceptedStyles:["solid"]},jira:{hexCode:"f7b1",acceptedStyles:["brands"]},joget:{hexCode:"f3b7",acceptedStyles:["brands"]},joint:{hexCode:"f595",acceptedStyles:["solid"]},joomla:{hexCode:"f1aa",acceptedStyles:["brands"]},js:{hexCode:"f3b8",acceptedStyles:["brands"]},jsfiddle:{hexCode:"f1cc",acceptedStyles:["brands"]},"jug-detergent":{hexCode:"e519",acceptedStyles:["solid"]},jxl:{hexCode:"e67b",acceptedStyles:["brands"]},k:{hexCode:"4b",acceptedStyles:["solid"]},kaaba:{hexCode:"f66b",acceptedStyles:["solid"]},kaggle:{hexCode:"f5fa",acceptedStyles:["brands"]},"kakao-talk":{hexCode:"e7d7",acceptedStyles:["brands"]},key:{hexCode:"f084",acceptedStyles:["solid"]},keybase:{hexCode:"f4f5",acceptedStyles:["brands"]},keyboard:{hexCode:"f11c",acceptedStyles:["solid","regular"]},keycdn:{hexCode:"f3ba",acceptedStyles:["brands"]},khanda:{hexCode:"f66d",acceptedStyles:["solid"]},kickstarter:{hexCode:"f3bb",acceptedStyles:["brands"]},"kickstarter-k":{hexCode:"f3bc",acceptedStyles:["brands"]},"kip-sign":{hexCode:"e1c4",acceptedStyles:["solid"]},"kit-medical":{hexCode:"f479",acceptedStyles:["solid"]},"kitchen-set":{hexCode:"e51a",acceptedStyles:["solid"]},"kiwi-bird":{hexCode:"f535",acceptedStyles:["solid"]},korvue:{hexCode:"f42f",acceptedStyles:["brands"]},l:{hexCode:"4c",acceptedStyles:["solid"]},"land-mine-on":{hexCode:"e51b",acceptedStyles:["solid"]},landmark:{hexCode:"f66f",acceptedStyles:["solid"]},"landmark-dome":{hexCode:"f752",acceptedStyles:["solid"]},"landmark-flag":{hexCode:"e51c",acceptedStyles:["solid"]},language:{hexCode:"f1ab",acceptedStyles:["solid"]},laptop:{hexCode:"f109",acceptedStyles:["solid"]},"laptop-code":{hexCode:"f5fc",acceptedStyles:["solid"]},"laptop-file":{hexCode:"e51d",acceptedStyles:["solid"]},"laptop-medical":{hexCode:"f812",acceptedStyles:["solid"]},laravel:{hexCode:"f3bd",acceptedStyles:["brands"]},"lari-sign":{hexCode:"e1c8",acceptedStyles:["solid"]},lastfm:{hexCode:"f202",acceptedStyles:["brands"]},"layer-group":{hexCode:"f5fd",acceptedStyles:["solid"]},leaf:{hexCode:"f06c",acceptedStyles:["solid"]},leanpub:{hexCode:"f212",acceptedStyles:["brands"]},"left-long":{hexCode:"f30a",acceptedStyles:["solid"]},"left-right":{hexCode:"f337",acceptedStyles:["solid"]},lemon:{hexCode:"f094",acceptedStyles:["solid","regular"]},less:{hexCode:"f41d",acceptedStyles:["brands"]},"less-than":{hexCode:"3c",acceptedStyles:["solid"]},"less-than-equal":{hexCode:"f537",acceptedStyles:["solid"]},letterboxd:{hexCode:"e62d",acceptedStyles:["brands"]},"life-ring":{hexCode:"f1cd",acceptedStyles:["solid","regular"]},lightbulb:{hexCode:"f0eb",acceptedStyles:["solid","regular"]},line:{hexCode:"f3c0",acceptedStyles:["brands"]},"lines-leaning":{hexCode:"e51e",acceptedStyles:["solid"]},link:{hexCode:"f0c1",acceptedStyles:["solid"]},"link-slash":{hexCode:"f127",acceptedStyles:["solid"]},linkedin:{hexCode:"f08c",acceptedStyles:["brands"]},"linkedin-in":{hexCode:"f0e1",acceptedStyles:["brands"]},linktree:{hexCode:"e7d8",acceptedStyles:["brands"]},linode:{hexCode:"f2b8",acceptedStyles:["brands"]},linux:{hexCode:"f17c",acceptedStyles:["brands"]},"lira-sign":{hexCode:"f195",acceptedStyles:["solid"]},list:{hexCode:"f03a",acceptedStyles:["solid"]},"list-check":{hexCode:"f0ae",acceptedStyles:["solid"]},"list-ol":{hexCode:"f0cb",acceptedStyles:["solid"]},"list-ul":{hexCode:"f0ca",acceptedStyles:["solid"]},"litecoin-sign":{hexCode:"e1d3",acceptedStyles:["solid"]},"location-arrow":{hexCode:"f124",acceptedStyles:["solid"]},"location-crosshairs":{hexCode:"f601",acceptedStyles:["solid"]},"location-dot":{hexCode:"f3c5",acceptedStyles:["solid"]},"location-pin":{hexCode:"f041",acceptedStyles:["solid"]},"location-pin-lock":{hexCode:"e51f",acceptedStyles:["solid"]},lock:{hexCode:"f023",acceptedStyles:["solid"]},"lock-open":{hexCode:"f3c1",acceptedStyles:["solid"]},locust:{hexCode:"e520",acceptedStyles:["solid"]},lumon:{hexCode:"e7e2",acceptedStyles:["brands"]},"lumon-drop":{hexCode:"e7e3",acceptedStyles:["brands"]},lungs:{hexCode:"f604",acceptedStyles:["solid"]},"lungs-virus":{hexCode:"e067",acceptedStyles:["solid"]},lyft:{hexCode:"f3c3",acceptedStyles:["brands"]},m:{hexCode:"4d",acceptedStyles:["solid"]},magento:{hexCode:"f3c4",acceptedStyles:["brands"]},magnet:{hexCode:"f076",acceptedStyles:["solid"]},"magnifying-glass":{hexCode:"f002",acceptedStyles:["solid"]},"magnifying-glass-arrow-right":{hexCode:"e521",acceptedStyles:["solid"]},"magnifying-glass-chart":{hexCode:"e522",acceptedStyles:["solid"]},"magnifying-glass-dollar":{hexCode:"f688",acceptedStyles:["solid"]},"magnifying-glass-location":{hexCode:"f689",acceptedStyles:["solid"]},"magnifying-glass-minus":{hexCode:"f010",acceptedStyles:["solid"]},"magnifying-glass-plus":{hexCode:"f00e",acceptedStyles:["solid"]},mailchimp:{hexCode:"f59e",acceptedStyles:["brands"]},"manat-sign":{hexCode:"e1d5",acceptedStyles:["solid"]},mandalorian:{hexCode:"f50f",acceptedStyles:["brands"]},map:{hexCode:"f279",acceptedStyles:["solid","regular"]},"map-location":{hexCode:"f59f",acceptedStyles:["solid"]},"map-location-dot":{hexCode:"f5a0",acceptedStyles:["solid"]},"map-pin":{hexCode:"f276",acceptedStyles:["solid"]},markdown:{hexCode:"f60f",acceptedStyles:["brands"]},marker:{hexCode:"f5a1",acceptedStyles:["solid"]},mars:{hexCode:"f222",acceptedStyles:["solid"]},"mars-and-venus":{hexCode:"f224",acceptedStyles:["solid"]},"mars-and-venus-burst":{hexCode:"e523",acceptedStyles:["solid"]},"mars-double":{hexCode:"f227",acceptedStyles:["solid"]},"mars-stroke":{hexCode:"f229",acceptedStyles:["solid"]},"mars-stroke-right":{hexCode:"f22b",acceptedStyles:["solid"]},"mars-stroke-up":{hexCode:"f22a",acceptedStyles:["solid"]},"martini-glass":{hexCode:"f57b",acceptedStyles:["solid"]},"martini-glass-citrus":{hexCode:"f561",acceptedStyles:["solid"]},"martini-glass-empty":{hexCode:"f000",acceptedStyles:["solid"]},mask:{hexCode:"f6fa",acceptedStyles:["solid"]},"mask-face":{hexCode:"e1d7",acceptedStyles:["solid"]},"mask-ventilator":{hexCode:"e524",acceptedStyles:["solid"]},"masks-theater":{hexCode:"f630",acceptedStyles:["solid"]},mastodon:{hexCode:"f4f6",acceptedStyles:["brands"]},"mattress-pillow":{hexCode:"e525",acceptedStyles:["solid"]},maxcdn:{hexCode:"f136",acceptedStyles:["brands"]},maximize:{hexCode:"f31e",acceptedStyles:["solid"]},mdb:{hexCode:"f8ca",acceptedStyles:["brands"]},medal:{hexCode:"f5a2",acceptedStyles:["solid"]},medapps:{hexCode:"f3c6",acceptedStyles:["brands"]},medium:{hexCode:"f23a",acceptedStyles:["brands"]},medrt:{hexCode:"f3c8",acceptedStyles:["brands"]},meetup:{hexCode:"f2e0",acceptedStyles:["brands"]},megaport:{hexCode:"f5a3",acceptedStyles:["brands"]},memory:{hexCode:"f538",acceptedStyles:["solid"]},mendeley:{hexCode:"f7b3",acceptedStyles:["brands"]},menorah:{hexCode:"f676",acceptedStyles:["solid"]},mercury:{hexCode:"f223",acceptedStyles:["solid"]},message:{hexCode:"f27a",acceptedStyles:["solid","regular"]},meta:{hexCode:"e49b",acceptedStyles:["brands"]},meteor:{hexCode:"f753",acceptedStyles:["solid"]},microblog:{hexCode:"e01a",acceptedStyles:["brands"]},microchip:{hexCode:"f2db",acceptedStyles:["solid"]},microphone:{hexCode:"f130",acceptedStyles:["solid"]},"microphone-lines":{hexCode:"f3c9",acceptedStyles:["solid"]},"microphone-lines-slash":{hexCode:"f539",acceptedStyles:["solid"]},"microphone-slash":{hexCode:"f131",acceptedStyles:["solid"]},microscope:{hexCode:"f610",acceptedStyles:["solid"]},microsoft:{hexCode:"f3ca",acceptedStyles:["brands"]},"mill-sign":{hexCode:"e1ed",acceptedStyles:["solid"]},minimize:{hexCode:"f78c",acceptedStyles:["solid"]},mintbit:{hexCode:"e62f",acceptedStyles:["brands"]},minus:{hexCode:"f068",acceptedStyles:["solid"]},mitten:{hexCode:"f7b5",acceptedStyles:["solid"]},mix:{hexCode:"f3cb",acceptedStyles:["brands"]},mixcloud:{hexCode:"f289",acceptedStyles:["brands"]},mixer:{hexCode:"e056",acceptedStyles:["brands"]},mizuni:{hexCode:"f3cc",acceptedStyles:["brands"]},mobile:{hexCode:"f3ce",acceptedStyles:["solid"]},"mobile-button":{hexCode:"f10b",acceptedStyles:["solid"]},"mobile-retro":{hexCode:"e527",acceptedStyles:["solid"]},"mobile-screen":{hexCode:"f3cf",acceptedStyles:["solid"]},"mobile-screen-button":{hexCode:"f3cd",acceptedStyles:["solid"]},"mobile-vibrate":{hexCode:"e816",acceptedStyles:["solid"]},modx:{hexCode:"f285",acceptedStyles:["brands"]},monero:{hexCode:"f3d0",acceptedStyles:["brands"]},"money-bill":{hexCode:"f0d6",acceptedStyles:["solid"]},"money-bill-1":{hexCode:"f3d1",acceptedStyles:["solid","regular"]},"money-bill-1-wave":{hexCode:"f53b",acceptedStyles:["solid"]},"money-bill-transfer":{hexCode:"e528",acceptedStyles:["solid"]},"money-bill-trend-up":{hexCode:"e529",acceptedStyles:["solid"]},"money-bill-wave":{hexCode:"f53a",acceptedStyles:["solid"]},"money-bill-wheat":{hexCode:"e52a",acceptedStyles:["solid"]},"money-bills":{hexCode:"e1f3",acceptedStyles:["solid"]},"money-check":{hexCode:"f53c",acceptedStyles:["solid"]},"money-check-dollar":{hexCode:"f53d",acceptedStyles:["solid"]},monument:{hexCode:"f5a6",acceptedStyles:["solid"]},moon:{hexCode:"f186",acceptedStyles:["solid","regular"]},"mortar-pestle":{hexCode:"f5a7",acceptedStyles:["solid"]},mosque:{hexCode:"f678",acceptedStyles:["solid"]},mosquito:{hexCode:"e52b",acceptedStyles:["solid"]},"mosquito-net":{hexCode:"e52c",acceptedStyles:["solid"]},motorcycle:{hexCode:"f21c",acceptedStyles:["solid"]},mound:{hexCode:"e52d",acceptedStyles:["solid"]},mountain:{hexCode:"f6fc",acceptedStyles:["solid"]},"mountain-city":{hexCode:"e52e",acceptedStyles:["solid"]},"mountain-sun":{hexCode:"e52f",acceptedStyles:["solid"]},"mug-hot":{hexCode:"f7b6",acceptedStyles:["solid"]},"mug-saucer":{hexCode:"f0f4",acceptedStyles:["solid"]},music:{hexCode:"f001",acceptedStyles:["solid"]},n:{hexCode:"4e",acceptedStyles:["solid"]},"naira-sign":{hexCode:"e1f6",acceptedStyles:["solid"]},napster:{hexCode:"f3d2",acceptedStyles:["brands"]},neos:{hexCode:"f612",acceptedStyles:["brands"]},"network-wired":{hexCode:"f6ff",acceptedStyles:["solid"]},neuter:{hexCode:"f22c",acceptedStyles:["solid"]},newspaper:{hexCode:"f1ea",acceptedStyles:["solid","regular"]},"nfc-directional":{hexCode:"e530",acceptedStyles:["brands"]},"nfc-symbol":{hexCode:"e531",acceptedStyles:["brands"]},nimblr:{hexCode:"f5a8",acceptedStyles:["brands"]},node:{hexCode:"f419",acceptedStyles:["brands"]},"node-js":{hexCode:"f3d3",acceptedStyles:["brands"]},"non-binary":{hexCode:"e807",acceptedStyles:["solid"]},"not-equal":{hexCode:"f53e",acceptedStyles:["solid"]},notdef:{hexCode:"e1fe",acceptedStyles:["solid"]},"note-sticky":{hexCode:"f249",acceptedStyles:["solid","regular"]},"notes-medical":{hexCode:"f481",acceptedStyles:["solid"]},notion:{hexCode:"e7d9",acceptedStyles:["brands"]},npm:{hexCode:"f3d4",acceptedStyles:["brands"]},ns8:{hexCode:"f3d5",acceptedStyles:["brands"]},nutritionix:{hexCode:"f3d6",acceptedStyles:["brands"]},o:{hexCode:"4f",acceptedStyles:["solid"]},"object-group":{hexCode:"f247",acceptedStyles:["solid","regular"]},"object-ungroup":{hexCode:"f248",acceptedStyles:["solid","regular"]},octagon:{hexCode:"f306",acceptedStyles:["solid"]},"octopus-deploy":{hexCode:"e082",acceptedStyles:["brands"]},odnoklassniki:{hexCode:"f263",acceptedStyles:["brands"]},odysee:{hexCode:"e5c6",acceptedStyles:["brands"]},"oil-can":{hexCode:"f613",acceptedStyles:["solid"]},"oil-well":{hexCode:"e532",acceptedStyles:["solid"]},"old-republic":{hexCode:"f510",acceptedStyles:["brands"]},om:{hexCode:"f679",acceptedStyles:["solid"]},openai:{hexCode:"e7cf",acceptedStyles:["brands"]},opencart:{hexCode:"f23d",acceptedStyles:["brands"]},openid:{hexCode:"f19b",acceptedStyles:["brands"]},opensuse:{hexCode:"e62b",acceptedStyles:["brands"]},opera:{hexCode:"f26a",acceptedStyles:["brands"]},"optin-monster":{hexCode:"f23c",acceptedStyles:["brands"]},orcid:{hexCode:"f8d2",acceptedStyles:["brands"]},osi:{hexCode:"f41a",acceptedStyles:["brands"]},otter:{hexCode:"f700",acceptedStyles:["solid"]},outdent:{hexCode:"f03b",acceptedStyles:["solid"]},p:{hexCode:"50",acceptedStyles:["solid"]},padlet:{hexCode:"e4a0",acceptedStyles:["brands"]},page4:{hexCode:"f3d7",acceptedStyles:["brands"]},pagelines:{hexCode:"f18c",acceptedStyles:["brands"]},pager:{hexCode:"f815",acceptedStyles:["solid"]},"paint-roller":{hexCode:"f5aa",acceptedStyles:["solid"]},paintbrush:{hexCode:"f1fc",acceptedStyles:["solid"]},palette:{hexCode:"f53f",acceptedStyles:["solid"]},palfed:{hexCode:"f3d8",acceptedStyles:["brands"]},pallet:{hexCode:"f482",acceptedStyles:["solid"]},pandora:{hexCode:"e7da",acceptedStyles:["brands"]},panorama:{hexCode:"e209",acceptedStyles:["solid"]},"paper-plane":{hexCode:"f1d8",acceptedStyles:["solid","regular"]},paperclip:{hexCode:"f0c6",acceptedStyles:["solid"]},"parachute-box":{hexCode:"f4cd",acceptedStyles:["solid"]},paragraph:{hexCode:"f1dd",acceptedStyles:["solid"]},passport:{hexCode:"f5ab",acceptedStyles:["solid"]},paste:{hexCode:"f0ea",acceptedStyles:["solid","regular"]},patreon:{hexCode:"f3d9",acceptedStyles:["brands"]},pause:{hexCode:"f04c",acceptedStyles:["solid"]},paw:{hexCode:"f1b0",acceptedStyles:["solid"]},paypal:{hexCode:"f1ed",acceptedStyles:["brands"]},peace:{hexCode:"f67c",acceptedStyles:["solid"]},pen:{hexCode:"f304",acceptedStyles:["solid"]},"pen-clip":{hexCode:"f305",acceptedStyles:["solid"]},"pen-fancy":{hexCode:"f5ac",acceptedStyles:["solid"]},"pen-nib":{hexCode:"f5ad",acceptedStyles:["solid"]},"pen-ruler":{hexCode:"f5ae",acceptedStyles:["solid"]},"pen-to-square":{hexCode:"f044",acceptedStyles:["solid","regular"]},pencil:{hexCode:"f303",acceptedStyles:["solid"]},pentagon:{hexCode:"e790",acceptedStyles:["solid"]},"people-arrows":{hexCode:"e068",acceptedStyles:["solid"]},"people-carry-box":{hexCode:"f4ce",acceptedStyles:["solid"]},"people-group":{hexCode:"e533",acceptedStyles:["solid"]},"people-line":{hexCode:"e534",acceptedStyles:["solid"]},"people-pulling":{hexCode:"e535",acceptedStyles:["solid"]},"people-robbery":{hexCode:"e536",acceptedStyles:["solid"]},"people-roof":{hexCode:"e537",acceptedStyles:["solid"]},"pepper-hot":{hexCode:"f816",acceptedStyles:["solid"]},perbyte:{hexCode:"e083",acceptedStyles:["brands"]},percent:{hexCode:"25",acceptedStyles:["solid"]},periscope:{hexCode:"f3da",acceptedStyles:["brands"]},person:{hexCode:"f183",acceptedStyles:["solid"]},"person-arrow-down-to-line":{hexCode:"e538",acceptedStyles:["solid"]},"person-arrow-up-from-line":{hexCode:"e539",acceptedStyles:["solid"]},"person-biking":{hexCode:"f84a",acceptedStyles:["solid"]},"person-booth":{hexCode:"f756",acceptedStyles:["solid"]},"person-breastfeeding":{hexCode:"e53a",acceptedStyles:["solid"]},"person-burst":{hexCode:"e53b",acceptedStyles:["solid"]},"person-cane":{hexCode:"e53c",acceptedStyles:["solid"]},"person-chalkboard":{hexCode:"e53d",acceptedStyles:["solid"]},"person-circle-check":{hexCode:"e53e",acceptedStyles:["solid"]},"person-circle-exclamation":{hexCode:"e53f",acceptedStyles:["solid"]},"person-circle-minus":{hexCode:"e540",acceptedStyles:["solid"]},"person-circle-plus":{hexCode:"e541",acceptedStyles:["solid"]},"person-circle-question":{hexCode:"e542",acceptedStyles:["solid"]},"person-circle-xmark":{hexCode:"e543",acceptedStyles:["solid"]},"person-digging":{hexCode:"f85e",acceptedStyles:["solid"]},"person-dots-from-line":{hexCode:"f470",acceptedStyles:["solid"]},"person-dress":{hexCode:"f182",acceptedStyles:["solid"]},"person-dress-burst":{hexCode:"e544",acceptedStyles:["solid"]},"person-drowning":{hexCode:"e545",acceptedStyles:["solid"]},"person-falling":{hexCode:"e546",acceptedStyles:["solid"]},"person-falling-burst":{hexCode:"e547",acceptedStyles:["solid"]},"person-half-dress":{hexCode:"e548",acceptedStyles:["solid"]},"person-harassing":{hexCode:"e549",acceptedStyles:["solid"]},"person-hiking":{hexCode:"f6ec",acceptedStyles:["solid"]},"person-military-pointing":{hexCode:"e54a",acceptedStyles:["solid"]},"person-military-rifle":{hexCode:"e54b",acceptedStyles:["solid"]},"person-military-to-person":{hexCode:"e54c",acceptedStyles:["solid"]},"person-praying":{hexCode:"f683",acceptedStyles:["solid"]},"person-pregnant":{hexCode:"e31e",acceptedStyles:["solid"]},"person-rays":{hexCode:"e54d",acceptedStyles:["solid"]},"person-rifle":{hexCode:"e54e",acceptedStyles:["solid"]},"person-running":{hexCode:"f70c",acceptedStyles:["solid"]},"person-shelter":{hexCode:"e54f",acceptedStyles:["solid"]},"person-skating":{hexCode:"f7c5",acceptedStyles:["solid"]},"person-skiing":{hexCode:"f7c9",acceptedStyles:["solid"]},"person-skiing-nordic":{hexCode:"f7ca",acceptedStyles:["solid"]},"person-snowboarding":{hexCode:"f7ce",acceptedStyles:["solid"]},"person-swimming":{hexCode:"f5c4",acceptedStyles:["solid"]},"person-through-window":{hexCode:"e5a9",acceptedStyles:["solid"]},"person-walking":{hexCode:"f554",acceptedStyles:["solid"]},"person-walking-arrow-loop-left":{hexCode:"e551",acceptedStyles:["solid"]},"person-walking-arrow-right":{hexCode:"e552",acceptedStyles:["solid"]},"person-walking-dashed-line-arrow-right":{hexCode:"e553",acceptedStyles:["solid"]},"person-walking-luggage":{hexCode:"e554",acceptedStyles:["solid"]},"person-walking-with-cane":{hexCode:"f29d",acceptedStyles:["solid"]},"peseta-sign":{hexCode:"e221",acceptedStyles:["solid"]},"peso-sign":{hexCode:"e222",acceptedStyles:["solid"]},phabricator:{hexCode:"f3db",acceptedStyles:["brands"]},"phoenix-framework":{hexCode:"f3dc",acceptedStyles:["brands"]},"phoenix-squadron":{hexCode:"f511",acceptedStyles:["brands"]},phone:{hexCode:"f095",acceptedStyles:["solid"]},"phone-flip":{hexCode:"f879",acceptedStyles:["solid"]},"phone-slash":{hexCode:"f3dd",acceptedStyles:["solid"]},"phone-volume":{hexCode:"f2a0",acceptedStyles:["solid"]},"photo-film":{hexCode:"f87c",acceptedStyles:["solid"]},php:{hexCode:"f457",acceptedStyles:["brands"]},"pied-piper":{hexCode:"f2ae",acceptedStyles:["brands"]},"pied-piper-alt":{hexCode:"f1a8",acceptedStyles:["brands"]},"pied-piper-hat":{hexCode:"f4e5",acceptedStyles:["brands"]},"pied-piper-pp":{hexCode:"f1a7",acceptedStyles:["brands"]},"piggy-bank":{hexCode:"f4d3",acceptedStyles:["solid"]},pills:{hexCode:"f484",acceptedStyles:["solid"]},pinterest:{hexCode:"f0d2",acceptedStyles:["brands"]},"pinterest-p":{hexCode:"f231",acceptedStyles:["brands"]},pix:{hexCode:"e43a",acceptedStyles:["brands"]},pixelfed:{hexCode:"e7db",acceptedStyles:["brands"]},pixiv:{hexCode:"e640",acceptedStyles:["brands"]},"pizza-slice":{hexCode:"f818",acceptedStyles:["solid"]},"place-of-worship":{hexCode:"f67f",acceptedStyles:["solid"]},plane:{hexCode:"f072",acceptedStyles:["solid"]},"plane-arrival":{hexCode:"f5af",acceptedStyles:["solid"]},"plane-circle-check":{hexCode:"e555",acceptedStyles:["solid"]},"plane-circle-exclamation":{hexCode:"e556",acceptedStyles:["solid"]},"plane-circle-xmark":{hexCode:"e557",acceptedStyles:["solid"]},"plane-departure":{hexCode:"f5b0",acceptedStyles:["solid"]},"plane-lock":{hexCode:"e558",acceptedStyles:["solid"]},"plane-slash":{hexCode:"e069",acceptedStyles:["solid"]},"plane-up":{hexCode:"e22d",acceptedStyles:["solid"]},"plant-wilt":{hexCode:"e5aa",acceptedStyles:["solid"]},"plate-wheat":{hexCode:"e55a",acceptedStyles:["solid"]},play:{hexCode:"f04b",acceptedStyles:["solid"]},playstation:{hexCode:"f3df",acceptedStyles:["brands"]},plug:{hexCode:"f1e6",acceptedStyles:["solid"]},"plug-circle-bolt":{hexCode:"e55b",acceptedStyles:["solid"]},"plug-circle-check":{hexCode:"e55c",acceptedStyles:["solid"]},"plug-circle-exclamation":{hexCode:"e55d",acceptedStyles:["solid"]},"plug-circle-minus":{hexCode:"e55e",acceptedStyles:["solid"]},"plug-circle-plus":{hexCode:"e55f",acceptedStyles:["solid"]},"plug-circle-xmark":{hexCode:"e560",acceptedStyles:["solid"]},plus:{hexCode:"2b",acceptedStyles:["solid"]},"plus-minus":{hexCode:"e43c",acceptedStyles:["solid"]},podcast:{hexCode:"f2ce",acceptedStyles:["solid"]},poo:{hexCode:"f2fe",acceptedStyles:["solid"]},"poo-storm":{hexCode:"f75a",acceptedStyles:["solid"]},poop:{hexCode:"f619",acceptedStyles:["solid"]},"power-off":{hexCode:"f011",acceptedStyles:["solid"]},prescription:{hexCode:"f5b1",acceptedStyles:["solid"]},"prescription-bottle":{hexCode:"f485",acceptedStyles:["solid"]},"prescription-bottle-medical":{hexCode:"f486",acceptedStyles:["solid"]},print:{hexCode:"f02f",acceptedStyles:["solid"]},"product-hunt":{hexCode:"f288",acceptedStyles:["brands"]},"pump-medical":{hexCode:"e06a",acceptedStyles:["solid"]},"pump-soap":{hexCode:"e06b",acceptedStyles:["solid"]},pushed:{hexCode:"f3e1",acceptedStyles:["brands"]},"puzzle-piece":{hexCode:"f12e",acceptedStyles:["solid"]},python:{hexCode:"f3e2",acceptedStyles:["brands"]},q:{hexCode:"51",acceptedStyles:["solid"]},qq:{hexCode:"f1d6",acceptedStyles:["brands"]},qrcode:{hexCode:"f029",acceptedStyles:["solid"]},question:{hexCode:"3f",acceptedStyles:["solid"]},quinscape:{hexCode:"f459",acceptedStyles:["brands"]},quora:{hexCode:"f2c4",acceptedStyles:["brands"]},"quote-left":{hexCode:"f10d",acceptedStyles:["solid"]},"quote-right":{hexCode:"f10e",acceptedStyles:["solid"]},r:{hexCode:"52",acceptedStyles:["solid"]},"r-project":{hexCode:"f4f7",acceptedStyles:["brands"]},radiation:{hexCode:"f7b9",acceptedStyles:["solid"]},radio:{hexCode:"f8d7",acceptedStyles:["solid"]},rainbow:{hexCode:"f75b",acceptedStyles:["solid"]},"ranking-star":{hexCode:"e561",acceptedStyles:["solid"]},"raspberry-pi":{hexCode:"f7bb",acceptedStyles:["brands"]},ravelry:{hexCode:"f2d9",acceptedStyles:["brands"]},react:{hexCode:"f41b",acceptedStyles:["brands"]},reacteurope:{hexCode:"f75d",acceptedStyles:["brands"]},readme:{hexCode:"f4d5",acceptedStyles:["brands"]},rebel:{hexCode:"f1d0",acceptedStyles:["brands"]},receipt:{hexCode:"f543",acceptedStyles:["solid"]},"record-vinyl":{hexCode:"f8d9",acceptedStyles:["solid"]},"rectangle-ad":{hexCode:"f641",acceptedStyles:["solid"]},"rectangle-list":{hexCode:"f022",acceptedStyles:["solid","regular"]},"rectangle-xmark":{hexCode:"f410",acceptedStyles:["solid","regular"]},recycle:{hexCode:"f1b8",acceptedStyles:["solid"]},"red-river":{hexCode:"f3e3",acceptedStyles:["brands"]},reddit:{hexCode:"f1a1",acceptedStyles:["brands"]},"reddit-alien":{hexCode:"f281",acceptedStyles:["brands"]},redhat:{hexCode:"f7bc",acceptedStyles:["brands"]},registered:{hexCode:"f25d",acceptedStyles:["solid","regular"]},renren:{hexCode:"f18b",acceptedStyles:["brands"]},repeat:{hexCode:"f363",acceptedStyles:["solid"]},reply:{hexCode:"f3e5",acceptedStyles:["solid"]},"reply-all":{hexCode:"f122",acceptedStyles:["solid"]},replyd:{hexCode:"f3e6",acceptedStyles:["brands"]},republican:{hexCode:"f75e",acceptedStyles:["solid"]},researchgate:{hexCode:"f4f8",acceptedStyles:["brands"]},resolving:{hexCode:"f3e7",acceptedStyles:["brands"]},restroom:{hexCode:"f7bd",acceptedStyles:["solid"]},retweet:{hexCode:"f079",acceptedStyles:["solid"]},rev:{hexCode:"f5b2",acceptedStyles:["brands"]},ribbon:{hexCode:"f4d6",acceptedStyles:["solid"]},"right-from-bracket":{hexCode:"f2f5",acceptedStyles:["solid"]},"right-left":{hexCode:"f362",acceptedStyles:["solid"]},"right-long":{hexCode:"f30b",acceptedStyles:["solid"]},"right-to-bracket":{hexCode:"f2f6",acceptedStyles:["solid"]},ring:{hexCode:"f70b",acceptedStyles:["solid"]},road:{hexCode:"f018",acceptedStyles:["solid"]},"road-barrier":{hexCode:"e562",acceptedStyles:["solid"]},"road-bridge":{hexCode:"e563",acceptedStyles:["solid"]},"road-circle-check":{hexCode:"e564",acceptedStyles:["solid"]},"road-circle-exclamation":{hexCode:"e565",acceptedStyles:["solid"]},"road-circle-xmark":{hexCode:"e566",acceptedStyles:["solid"]},"road-lock":{hexCode:"e567",acceptedStyles:["solid"]},"road-spikes":{hexCode:"e568",acceptedStyles:["solid"]},robot:{hexCode:"f544",acceptedStyles:["solid"]},rocket:{hexCode:"f135",acceptedStyles:["solid"]},rocketchat:{hexCode:"f3e8",acceptedStyles:["brands"]},rockrms:{hexCode:"f3e9",acceptedStyles:["brands"]},rotate:{hexCode:"f2f1",acceptedStyles:["solid"]},"rotate-left":{hexCode:"f2ea",acceptedStyles:["solid"]},"rotate-right":{hexCode:"f2f9",acceptedStyles:["solid"]},route:{hexCode:"f4d7",acceptedStyles:["solid"]},rss:{hexCode:"f09e",acceptedStyles:["solid"]},"ruble-sign":{hexCode:"f158",acceptedStyles:["solid"]},rug:{hexCode:"e569",acceptedStyles:["solid"]},ruler:{hexCode:"f545",acceptedStyles:["solid"]},"ruler-combined":{hexCode:"f546",acceptedStyles:["solid"]},"ruler-horizontal":{hexCode:"f547",acceptedStyles:["solid"]},"ruler-vertical":{hexCode:"f548",acceptedStyles:["solid"]},"rupee-sign":{hexCode:"f156",acceptedStyles:["solid"]},"rupiah-sign":{hexCode:"e23d",acceptedStyles:["solid"]},rust:{hexCode:"e07a",acceptedStyles:["brands"]},s:{hexCode:"53",acceptedStyles:["solid"]},"sack-dollar":{hexCode:"f81d",acceptedStyles:["solid"]},"sack-xmark":{hexCode:"e56a",acceptedStyles:["solid"]},safari:{hexCode:"f267",acceptedStyles:["brands"]},sailboat:{hexCode:"e445",acceptedStyles:["solid"]},salesforce:{hexCode:"f83b",acceptedStyles:["brands"]},sass:{hexCode:"f41e",acceptedStyles:["brands"]},satellite:{hexCode:"f7bf",acceptedStyles:["solid"]},"satellite-dish":{hexCode:"f7c0",acceptedStyles:["solid"]},"scale-balanced":{hexCode:"f24e",acceptedStyles:["solid"]},"scale-unbalanced":{hexCode:"f515",acceptedStyles:["solid"]},"scale-unbalanced-flip":{hexCode:"f516",acceptedStyles:["solid"]},schlix:{hexCode:"f3ea",acceptedStyles:["brands"]},school:{hexCode:"f549",acceptedStyles:["solid"]},"school-circle-check":{hexCode:"e56b",acceptedStyles:["solid"]},"school-circle-exclamation":{hexCode:"e56c",acceptedStyles:["solid"]},"school-circle-xmark":{hexCode:"e56d",acceptedStyles:["solid"]},"school-flag":{hexCode:"e56e",acceptedStyles:["solid"]},"school-lock":{hexCode:"e56f",acceptedStyles:["solid"]},scissors:{hexCode:"f0c4",acceptedStyles:["solid"]},screenpal:{hexCode:"e570",acceptedStyles:["brands"]},screwdriver:{hexCode:"f54a",acceptedStyles:["solid"]},"screwdriver-wrench":{hexCode:"f7d9",acceptedStyles:["solid"]},scribd:{hexCode:"f28a",acceptedStyles:["brands"]},scroll:{hexCode:"f70e",acceptedStyles:["solid"]},"scroll-torah":{hexCode:"f6a0",acceptedStyles:["solid"]},"sd-card":{hexCode:"f7c2",acceptedStyles:["solid"]},searchengin:{hexCode:"f3eb",acceptedStyles:["brands"]},section:{hexCode:"e447",acceptedStyles:["solid"]},seedling:{hexCode:"f4d8",acceptedStyles:["solid"]},sellcast:{hexCode:"f2da",acceptedStyles:["brands"]},sellsy:{hexCode:"f213",acceptedStyles:["brands"]},septagon:{hexCode:"e820",acceptedStyles:["solid"]},server:{hexCode:"f233",acceptedStyles:["solid"]},servicestack:{hexCode:"f3ec",acceptedStyles:["brands"]},shapes:{hexCode:"f61f",acceptedStyles:["solid"]},share:{hexCode:"f064",acceptedStyles:["solid"]},"share-from-square":{hexCode:"f14d",acceptedStyles:["solid","regular"]},"share-nodes":{hexCode:"f1e0",acceptedStyles:["solid"]},"sheet-plastic":{hexCode:"e571",acceptedStyles:["solid"]},"shekel-sign":{hexCode:"f20b",acceptedStyles:["solid"]},shield:{hexCode:"f132",acceptedStyles:["solid"]},"shield-cat":{hexCode:"e572",acceptedStyles:["solid"]},"shield-dog":{hexCode:"e573",acceptedStyles:["solid"]},"shield-halved":{hexCode:"f3ed",acceptedStyles:["solid"]},"shield-heart":{hexCode:"e574",acceptedStyles:["solid"]},"shield-virus":{hexCode:"e06c",acceptedStyles:["solid"]},ship:{hexCode:"f21a",acceptedStyles:["solid"]},shirt:{hexCode:"f553",acceptedStyles:["solid"]},shirtsinbulk:{hexCode:"f214",acceptedStyles:["brands"]},"shoe-prints":{hexCode:"f54b",acceptedStyles:["solid"]},shoelace:{hexCode:"e60c",acceptedStyles:["brands"]},shop:{hexCode:"f54f",acceptedStyles:["solid"]},"shop-lock":{hexCode:"e4a5",acceptedStyles:["solid"]},"shop-slash":{hexCode:"e070",acceptedStyles:["solid"]},shopify:{hexCode:"e057",acceptedStyles:["brands"]},shopware:{hexCode:"f5b5",acceptedStyles:["brands"]},shower:{hexCode:"f2cc",acceptedStyles:["solid"]},shrimp:{hexCode:"e448",acceptedStyles:["solid"]},shuffle:{hexCode:"f074",acceptedStyles:["solid"]},"shuttle-space":{hexCode:"f197",acceptedStyles:["solid"]},"sign-hanging":{hexCode:"f4d9",acceptedStyles:["solid"]},signal:{hexCode:"f012",acceptedStyles:["solid"]},"signal-messenger":{hexCode:"e663",acceptedStyles:["brands"]},signature:{hexCode:"f5b7",acceptedStyles:["solid"]},"signs-post":{hexCode:"f277",acceptedStyles:["solid"]},"sim-card":{hexCode:"f7c4",acceptedStyles:["solid"]},simplybuilt:{hexCode:"f215",acceptedStyles:["brands"]},"single-quote-left":{hexCode:"e81b",acceptedStyles:["solid"]},"single-quote-right":{hexCode:"e81c",acceptedStyles:["solid"]},sink:{hexCode:"e06d",acceptedStyles:["solid"]},sistrix:{hexCode:"f3ee",acceptedStyles:["brands"]},sitemap:{hexCode:"f0e8",acceptedStyles:["solid"]},sith:{hexCode:"f512",acceptedStyles:["brands"]},sitrox:{hexCode:"e44a",acceptedStyles:["brands"]},sketch:{hexCode:"f7c6",acceptedStyles:["brands"]},skull:{hexCode:"f54c",acceptedStyles:["solid"]},"skull-crossbones":{hexCode:"f714",acceptedStyles:["solid"]},skyatlas:{hexCode:"f216",acceptedStyles:["brands"]},skype:{hexCode:"f17e",acceptedStyles:["brands"]},slack:{hexCode:"f198",acceptedStyles:["brands"]},slash:{hexCode:"f715",acceptedStyles:["solid"]},sleigh:{hexCode:"f7cc",acceptedStyles:["solid"]},sliders:{hexCode:"f1de",acceptedStyles:["solid"]},slideshare:{hexCode:"f1e7",acceptedStyles:["brands"]},smog:{hexCode:"f75f",acceptedStyles:["solid"]},smoking:{hexCode:"f48d",acceptedStyles:["solid"]},snapchat:{hexCode:"f2ab",acceptedStyles:["brands"]},snowflake:{hexCode:"f2dc",acceptedStyles:["solid","regular"]},snowman:{hexCode:"f7d0",acceptedStyles:["solid"]},snowplow:{hexCode:"f7d2",acceptedStyles:["solid"]},soap:{hexCode:"e06e",acceptedStyles:["solid"]},socks:{hexCode:"f696",acceptedStyles:["solid"]},"solar-panel":{hexCode:"f5ba",acceptedStyles:["solid"]},sort:{hexCode:"f0dc",acceptedStyles:["solid"]},"sort-down":{hexCode:"f0dd",acceptedStyles:["solid"]},"sort-up":{hexCode:"f0de",acceptedStyles:["solid"]},soundcloud:{hexCode:"f1be",acceptedStyles:["brands"]},sourcetree:{hexCode:"f7d3",acceptedStyles:["brands"]},spa:{hexCode:"f5bb",acceptedStyles:["solid"]},"space-awesome":{hexCode:"e5ac",acceptedStyles:["brands"]},"spaghetti-monster-flying":{hexCode:"f67b",acceptedStyles:["solid"]},speakap:{hexCode:"f3f3",acceptedStyles:["brands"]},"speaker-deck":{hexCode:"f83c",acceptedStyles:["brands"]},"spell-check":{hexCode:"f891",acceptedStyles:["solid"]},spider:{hexCode:"f717",acceptedStyles:["solid"]},spinner:{hexCode:"f110",acceptedStyles:["solid"]},spiral:{hexCode:"e80a",acceptedStyles:["solid"]},splotch:{hexCode:"f5bc",acceptedStyles:["solid"]},spoon:{hexCode:"f2e5",acceptedStyles:["solid"]},spotify:{hexCode:"f1bc",acceptedStyles:["brands"]},"spray-can":{hexCode:"f5bd",acceptedStyles:["solid"]},"spray-can-sparkles":{hexCode:"f5d0",acceptedStyles:["solid"]},square:{hexCode:"f0c8",acceptedStyles:["solid","regular"]},"square-arrow-up-right":{hexCode:"f14c",acceptedStyles:["solid"]},"square-behance":{hexCode:"f1b5",acceptedStyles:["brands"]},"square-binary":{hexCode:"e69b",acceptedStyles:["solid"]},"square-bluesky":{hexCode:"e6a3",acceptedStyles:["brands"]},"square-caret-down":{hexCode:"f150",acceptedStyles:["solid","regular"]},"square-caret-left":{hexCode:"f191",acceptedStyles:["solid","regular"]},"square-caret-right":{hexCode:"f152",acceptedStyles:["solid","regular"]},"square-caret-up":{hexCode:"f151",acceptedStyles:["solid","regular"]},"square-check":{hexCode:"f14a",acceptedStyles:["solid","regular"]},"square-dribbble":{hexCode:"f397",acceptedStyles:["brands"]},"square-envelope":{hexCode:"f199",acceptedStyles:["solid"]},"square-facebook":{hexCode:"f082",acceptedStyles:["brands"]},"square-figma":{hexCode:"e7e4",acceptedStyles:["brands"]},"square-font-awesome":{hexCode:"e5ad",acceptedStyles:["brands"]},"square-font-awesome-stroke":{hexCode:"f35c",acceptedStyles:["brands"]},"square-full":{hexCode:"f45c",acceptedStyles:["solid","regular"]},"square-git":{hexCode:"f1d2",acceptedStyles:["brands"]},"square-github":{hexCode:"f092",acceptedStyles:["brands"]},"square-gitlab":{hexCode:"e5ae",acceptedStyles:["brands"]},"square-google-plus":{hexCode:"f0d4",acceptedStyles:["brands"]},"square-h":{hexCode:"f0fd",acceptedStyles:["solid"]},"square-hacker-news":{hexCode:"f3af",acceptedStyles:["brands"]},"square-instagram":{hexCode:"e055",acceptedStyles:["brands"]},"square-js":{hexCode:"f3b9",acceptedStyles:["brands"]},"square-lastfm":{hexCode:"f203",acceptedStyles:["brands"]},"square-letterboxd":{hexCode:"e62e",acceptedStyles:["brands"]},"square-linkedin":{hexCode:"e7d0",acceptedStyles:["brands"]},"square-minus":{hexCode:"f146",acceptedStyles:["solid","regular"]},"square-nfi":{hexCode:"e576",acceptedStyles:["solid"]},"square-odnoklassniki":{hexCode:"f264",acceptedStyles:["brands"]},"square-parking":{hexCode:"f540",acceptedStyles:["solid"]},"square-pen":{hexCode:"f14b",acceptedStyles:["solid"]},"square-person-confined":{hexCode:"e577",acceptedStyles:["solid"]},"square-phone":{hexCode:"f098",acceptedStyles:["solid"]},"square-phone-flip":{hexCode:"f87b",acceptedStyles:["solid"]},"square-pied-piper":{hexCode:"e01e",acceptedStyles:["brands"]},"square-pinterest":{hexCode:"f0d3",acceptedStyles:["brands"]},"square-plus":{hexCode:"f0fe",acceptedStyles:["solid","regular"]},"square-poll-horizontal":{hexCode:"f682",acceptedStyles:["solid"]},"square-poll-vertical":{hexCode:"f681",acceptedStyles:["solid"]},"square-reddit":{hexCode:"f1a2",acceptedStyles:["brands"]},"square-root-variable":{hexCode:"f698",acceptedStyles:["solid"]},"square-rss":{hexCode:"f143",acceptedStyles:["solid"]},"square-share-nodes":{hexCode:"f1e1",acceptedStyles:["solid"]},"square-snapchat":{hexCode:"f2ad",acceptedStyles:["brands"]},"square-steam":{hexCode:"f1b7",acceptedStyles:["brands"]},"square-threads":{hexCode:"e619",acceptedStyles:["brands"]},"square-tumblr":{hexCode:"f174",acceptedStyles:["brands"]},"square-twitter":{hexCode:"f081",acceptedStyles:["brands"]},"square-up-right":{hexCode:"f360",acceptedStyles:["solid"]},"square-upwork":{hexCode:"e67c",acceptedStyles:["brands"]},"square-viadeo":{hexCode:"f2aa",acceptedStyles:["brands"]},"square-vimeo":{hexCode:"f194",acceptedStyles:["brands"]},"square-virus":{hexCode:"e578",acceptedStyles:["solid"]},"square-web-awesome":{hexCode:"e683",acceptedStyles:["brands"]},"square-web-awesome-stroke":{hexCode:"e684",acceptedStyles:["brands"]},"square-whatsapp":{hexCode:"f40c",acceptedStyles:["brands"]},"square-x-twitter":{hexCode:"e61a",acceptedStyles:["brands"]},"square-xing":{hexCode:"f169",acceptedStyles:["brands"]},"square-xmark":{hexCode:"f2d3",acceptedStyles:["solid"]},"square-youtube":{hexCode:"f431",acceptedStyles:["brands"]},squarespace:{hexCode:"f5be",acceptedStyles:["brands"]},"stack-exchange":{hexCode:"f18d",acceptedStyles:["brands"]},"stack-overflow":{hexCode:"f16c",acceptedStyles:["brands"]},stackpath:{hexCode:"f842",acceptedStyles:["brands"]},"staff-snake":{hexCode:"e579",acceptedStyles:["solid"]},stairs:{hexCode:"e289",acceptedStyles:["solid"]},stamp:{hexCode:"f5bf",acceptedStyles:["solid"]},stapler:{hexCode:"e5af",acceptedStyles:["solid"]},star:{hexCode:"f005",acceptedStyles:["solid","regular"]},"star-and-crescent":{hexCode:"f699",acceptedStyles:["solid"]},"star-half":{hexCode:"f089",acceptedStyles:["solid","regular"]},"star-half-stroke":{hexCode:"f5c0",acceptedStyles:["solid","regular"]},"star-of-david":{hexCode:"f69a",acceptedStyles:["solid"]},"star-of-life":{hexCode:"f621",acceptedStyles:["solid"]},staylinked:{hexCode:"f3f5",acceptedStyles:["brands"]},steam:{hexCode:"f1b6",acceptedStyles:["brands"]},"steam-symbol":{hexCode:"f3f6",acceptedStyles:["brands"]},"sterling-sign":{hexCode:"f154",acceptedStyles:["solid"]},stethoscope:{hexCode:"f0f1",acceptedStyles:["solid"]},"sticker-mule":{hexCode:"f3f7",acceptedStyles:["brands"]},stop:{hexCode:"f04d",acceptedStyles:["solid"]},stopwatch:{hexCode:"f2f2",acceptedStyles:["solid"]},"stopwatch-20":{hexCode:"e06f",acceptedStyles:["solid"]},store:{hexCode:"f54e",acceptedStyles:["solid"]},"store-slash":{hexCode:"e071",acceptedStyles:["solid"]},strava:{hexCode:"f428",acceptedStyles:["brands"]},"street-view":{hexCode:"f21d",acceptedStyles:["solid"]},strikethrough:{hexCode:"f0cc",acceptedStyles:["solid"]},stripe:{hexCode:"f429",acceptedStyles:["brands"]},"stripe-s":{hexCode:"f42a",acceptedStyles:["brands"]},stroopwafel:{hexCode:"f551",acceptedStyles:["solid"]},stubber:{hexCode:"e5c7",acceptedStyles:["brands"]},studiovinari:{hexCode:"f3f8",acceptedStyles:["brands"]},stumbleupon:{hexCode:"f1a4",acceptedStyles:["brands"]},"stumbleupon-circle":{hexCode:"f1a3",acceptedStyles:["brands"]},subscript:{hexCode:"f12c",acceptedStyles:["solid"]},suitcase:{hexCode:"f0f2",acceptedStyles:["solid"]},"suitcase-medical":{hexCode:"f0fa",acceptedStyles:["solid"]},"suitcase-rolling":{hexCode:"f5c1",acceptedStyles:["solid"]},sun:{hexCode:"f185",acceptedStyles:["solid","regular"]},"sun-plant-wilt":{hexCode:"e57a",acceptedStyles:["solid"]},superpowers:{hexCode:"f2dd",acceptedStyles:["brands"]},superscript:{hexCode:"f12b",acceptedStyles:["solid"]},supple:{hexCode:"f3f9",acceptedStyles:["brands"]},suse:{hexCode:"f7d6",acceptedStyles:["brands"]},swatchbook:{hexCode:"f5c3",acceptedStyles:["solid"]},swift:{hexCode:"f8e1",acceptedStyles:["brands"]},symfony:{hexCode:"f83d",acceptedStyles:["brands"]},synagogue:{hexCode:"f69b",acceptedStyles:["solid"]},syringe:{hexCode:"f48e",acceptedStyles:["solid"]},t:{hexCode:"54",acceptedStyles:["solid"]},table:{hexCode:"f0ce",acceptedStyles:["solid"]},"table-cells":{hexCode:"f00a",acceptedStyles:["solid"]},"table-cells-column-lock":{hexCode:"e678",acceptedStyles:["solid"]},"table-cells-large":{hexCode:"f009",acceptedStyles:["solid"]},"table-cells-row-lock":{hexCode:"e67a",acceptedStyles:["solid"]},"table-cells-row-unlock":{hexCode:"e691",acceptedStyles:["solid"]},"table-columns":{hexCode:"f0db",acceptedStyles:["solid"]},"table-list":{hexCode:"f00b",acceptedStyles:["solid"]},"table-tennis-paddle-ball":{hexCode:"f45d",acceptedStyles:["solid"]},tablet:{hexCode:"f3fb",acceptedStyles:["solid"]},"tablet-button":{hexCode:"f10a",acceptedStyles:["solid"]},"tablet-screen-button":{hexCode:"f3fa",acceptedStyles:["solid"]},tablets:{hexCode:"f490",acceptedStyles:["solid"]},"tachograph-digital":{hexCode:"f566",acceptedStyles:["solid"]},tag:{hexCode:"f02b",acceptedStyles:["solid"]},tags:{hexCode:"f02c",acceptedStyles:["solid"]},tape:{hexCode:"f4db",acceptedStyles:["solid"]},tarp:{hexCode:"e57b",acceptedStyles:["solid"]},"tarp-droplet":{hexCode:"e57c",acceptedStyles:["solid"]},taxi:{hexCode:"f1ba",acceptedStyles:["solid"]},teamspeak:{hexCode:"f4f9",acceptedStyles:["brands"]},teeth:{hexCode:"f62e",acceptedStyles:["solid"]},"teeth-open":{hexCode:"f62f",acceptedStyles:["solid"]},telegram:{hexCode:"f2c6",acceptedStyles:["brands"]},"temperature-arrow-down":{hexCode:"e03f",acceptedStyles:["solid"]},"temperature-arrow-up":{hexCode:"e040",acceptedStyles:["solid"]},"temperature-empty":{hexCode:"f2cb",acceptedStyles:["solid"]},"temperature-full":{hexCode:"f2c7",acceptedStyles:["solid"]},"temperature-half":{hexCode:"f2c9",acceptedStyles:["solid"]},"temperature-high":{hexCode:"f769",acceptedStyles:["solid"]},"temperature-low":{hexCode:"f76b",acceptedStyles:["solid"]},"temperature-quarter":{hexCode:"f2ca",acceptedStyles:["solid"]},"temperature-three-quarters":{hexCode:"f2c8",acceptedStyles:["solid"]},"tencent-weibo":{hexCode:"f1d5",acceptedStyles:["brands"]},"tenge-sign":{hexCode:"f7d7",acceptedStyles:["solid"]},tent:{hexCode:"e57d",acceptedStyles:["solid"]},"tent-arrow-down-to-line":{hexCode:"e57e",acceptedStyles:["solid"]},"tent-arrow-left-right":{hexCode:"e57f",acceptedStyles:["solid"]},"tent-arrow-turn-left":{hexCode:"e580",acceptedStyles:["solid"]},"tent-arrows-down":{hexCode:"e581",acceptedStyles:["solid"]},tents:{hexCode:"e582",acceptedStyles:["solid"]},terminal:{hexCode:"f120",acceptedStyles:["solid"]},tex:{hexCode:"e7ff",acceptedStyles:["brands"]},"text-height":{hexCode:"f034",acceptedStyles:["solid"]},"text-slash":{hexCode:"f87d",acceptedStyles:["solid"]},"text-width":{hexCode:"f035",acceptedStyles:["solid"]},"the-red-yeti":{hexCode:"f69d",acceptedStyles:["brands"]},themeco:{hexCode:"f5c6",acceptedStyles:["brands"]},themeisle:{hexCode:"f2b2",acceptedStyles:["brands"]},thermometer:{hexCode:"f491",acceptedStyles:["solid"]},"think-peaks":{hexCode:"f731",acceptedStyles:["brands"]},threads:{hexCode:"e618",acceptedStyles:["brands"]},"thumbs-down":{hexCode:"f165",acceptedStyles:["solid","regular"]},"thumbs-up":{hexCode:"f164",acceptedStyles:["solid","regular"]},thumbtack:{hexCode:"f08d",acceptedStyles:["solid"]},"thumbtack-slash":{hexCode:"e68f",acceptedStyles:["solid"]},ticket:{hexCode:"f145",acceptedStyles:["solid"]},"ticket-simple":{hexCode:"f3ff",acceptedStyles:["solid"]},tidal:{hexCode:"e7dc",acceptedStyles:["brands"]},tiktok:{hexCode:"e07b",acceptedStyles:["brands"]},timeline:{hexCode:"e29c",acceptedStyles:["solid"]},"toggle-off":{hexCode:"f204",acceptedStyles:["solid"]},"toggle-on":{hexCode:"f205",acceptedStyles:["solid"]},toilet:{hexCode:"f7d8",acceptedStyles:["solid"]},"toilet-paper":{hexCode:"f71e",acceptedStyles:["solid"]},"toilet-paper-slash":{hexCode:"e072",acceptedStyles:["solid"]},"toilet-portable":{hexCode:"e583",acceptedStyles:["solid"]},"toilets-portable":{hexCode:"e584",acceptedStyles:["solid"]},toolbox:{hexCode:"f552",acceptedStyles:["solid"]},tooth:{hexCode:"f5c9",acceptedStyles:["solid"]},"torii-gate":{hexCode:"f6a1",acceptedStyles:["solid"]},tornado:{hexCode:"f76f",acceptedStyles:["solid"]},"tower-broadcast":{hexCode:"f519",acceptedStyles:["solid"]},"tower-cell":{hexCode:"e585",acceptedStyles:["solid"]},"tower-observation":{hexCode:"e586",acceptedStyles:["solid"]},tractor:{hexCode:"f722",acceptedStyles:["solid"]},"trade-federation":{hexCode:"f513",acceptedStyles:["brands"]},trademark:{hexCode:"f25c",acceptedStyles:["solid"]},"traffic-light":{hexCode:"f637",acceptedStyles:["solid"]},trailer:{hexCode:"e041",acceptedStyles:["solid"]},train:{hexCode:"f238",acceptedStyles:["solid"]},"train-subway":{hexCode:"f239",acceptedStyles:["solid"]},"train-tram":{hexCode:"e5b4",acceptedStyles:["solid"]},transgender:{hexCode:"f225",acceptedStyles:["solid"]},trash:{hexCode:"f1f8",acceptedStyles:["solid"]},"trash-arrow-up":{hexCode:"f829",acceptedStyles:["solid"]},"trash-can":{hexCode:"f2ed",acceptedStyles:["solid","regular"]},"trash-can-arrow-up":{hexCode:"f82a",acceptedStyles:["solid"]},tree:{hexCode:"f1bb",acceptedStyles:["solid"]},"tree-city":{hexCode:"e587",acceptedStyles:["solid"]},trello:{hexCode:"f181",acceptedStyles:["brands"]},"triangle-exclamation":{hexCode:"f071",acceptedStyles:["solid"]},trophy:{hexCode:"f091",acceptedStyles:["solid"]},trowel:{hexCode:"e589",acceptedStyles:["solid"]},"trowel-bricks":{hexCode:"e58a",acceptedStyles:["solid"]},truck:{hexCode:"f0d1",acceptedStyles:["solid","regular"]},"truck-arrow-right":{hexCode:"e58b",acceptedStyles:["solid"]},"truck-droplet":{hexCode:"e58c",acceptedStyles:["solid"]},"truck-fast":{hexCode:"f48b",acceptedStyles:["solid"]},"truck-field":{hexCode:"e58d",acceptedStyles:["solid"]},"truck-field-un":{hexCode:"e58e",acceptedStyles:["solid"]},"truck-front":{hexCode:"e2b7",acceptedStyles:["solid"]},"truck-medical":{hexCode:"f0f9",acceptedStyles:["solid"]},"truck-monster":{hexCode:"f63b",acceptedStyles:["solid"]},"truck-moving":{hexCode:"f4df",acceptedStyles:["solid"]},"truck-pickup":{hexCode:"f63c",acceptedStyles:["solid"]},"truck-plane":{hexCode:"e58f",acceptedStyles:["solid"]},"truck-ramp-box":{hexCode:"f4de",acceptedStyles:["solid"]},tty:{hexCode:"f1e4",acceptedStyles:["solid"]},tumblr:{hexCode:"f173",acceptedStyles:["brands"]},"turkish-lira-sign":{hexCode:"e2bb",acceptedStyles:["solid"]},"turn-down":{hexCode:"f3be",acceptedStyles:["solid"]},"turn-up":{hexCode:"f3bf",acceptedStyles:["solid"]},tv:{hexCode:"f26c",acceptedStyles:["solid"]},twitch:{hexCode:"f1e8",acceptedStyles:["brands"]},twitter:{hexCode:"f099",acceptedStyles:["brands"]},typo3:{hexCode:"f42b",acceptedStyles:["brands"]},u:{hexCode:"55",acceptedStyles:["solid"]},uber:{hexCode:"f402",acceptedStyles:["brands"]},ubuntu:{hexCode:"f7df",acceptedStyles:["brands"]},uikit:{hexCode:"f403",acceptedStyles:["brands"]},umbraco:{hexCode:"f8e8",acceptedStyles:["brands"]},umbrella:{hexCode:"f0e9",acceptedStyles:["solid"]},"umbrella-beach":{hexCode:"f5ca",acceptedStyles:["solid"]},uncharted:{hexCode:"e084",acceptedStyles:["brands"]},underline:{hexCode:"f0cd",acceptedStyles:["solid"]},uniregistry:{hexCode:"f404",acceptedStyles:["brands"]},unity:{hexCode:"e049",acceptedStyles:["brands"]},"universal-access":{hexCode:"f29a",acceptedStyles:["solid"]},unlock:{hexCode:"f09c",acceptedStyles:["solid"]},"unlock-keyhole":{hexCode:"f13e",acceptedStyles:["solid"]},unsplash:{hexCode:"e07c",acceptedStyles:["brands"]},untappd:{hexCode:"f405",acceptedStyles:["brands"]},"up-down":{hexCode:"f338",acceptedStyles:["solid"]},"up-down-left-right":{hexCode:"f0b2",acceptedStyles:["solid"]},"up-long":{hexCode:"f30c",acceptedStyles:["solid"]},"up-right-and-down-left-from-center":{hexCode:"f424",acceptedStyles:["solid"]},"up-right-from-square":{hexCode:"f35d",acceptedStyles:["solid"]},upload:{hexCode:"f093",acceptedStyles:["solid"]},ups:{hexCode:"f7e0",acceptedStyles:["brands"]},upwork:{hexCode:"e641",acceptedStyles:["brands"]},usb:{hexCode:"f287",acceptedStyles:["brands"]},user:{hexCode:"f007",acceptedStyles:["solid","regular"]},"user-astronaut":{hexCode:"f4fb",acceptedStyles:["solid"]},"user-check":{hexCode:"f4fc",acceptedStyles:["solid"]},"user-clock":{hexCode:"f4fd",acceptedStyles:["solid"]},"user-doctor":{hexCode:"f0f0",acceptedStyles:["solid"]},"user-gear":{hexCode:"f4fe",acceptedStyles:["solid"]},"user-graduate":{hexCode:"f501",acceptedStyles:["solid"]},"user-group":{hexCode:"f500",acceptedStyles:["solid"]},"user-injured":{hexCode:"f728",acceptedStyles:["solid"]},"user-lock":{hexCode:"f502",acceptedStyles:["solid"]},"user-minus":{hexCode:"f503",acceptedStyles:["solid"]},"user-ninja":{hexCode:"f504",acceptedStyles:["solid"]},"user-nurse":{hexCode:"f82f",acceptedStyles:["solid"]},"user-pen":{hexCode:"f4ff",acceptedStyles:["solid"]},"user-plus":{hexCode:"f234",acceptedStyles:["solid"]},"user-secret":{hexCode:"f21b",acceptedStyles:["solid"]},"user-shield":{hexCode:"f505",acceptedStyles:["solid"]},"user-slash":{hexCode:"f506",acceptedStyles:["solid"]},"user-tag":{hexCode:"f507",acceptedStyles:["solid"]},"user-tie":{hexCode:"f508",acceptedStyles:["solid"]},"user-xmark":{hexCode:"f235",acceptedStyles:["solid"]},users:{hexCode:"f0c0",acceptedStyles:["solid"]},"users-between-lines":{hexCode:"e591",acceptedStyles:["solid"]},"users-gear":{hexCode:"f509",acceptedStyles:["solid"]},"users-line":{hexCode:"e592",acceptedStyles:["solid"]},"users-rays":{hexCode:"e593",acceptedStyles:["solid"]},"users-rectangle":{hexCode:"e594",acceptedStyles:["solid"]},"users-slash":{hexCode:"e073",acceptedStyles:["solid"]},"users-viewfinder":{hexCode:"e595",acceptedStyles:["solid"]},usps:{hexCode:"f7e1",acceptedStyles:["brands"]},ussunnah:{hexCode:"f407",acceptedStyles:["brands"]},utensils:{hexCode:"f2e7",acceptedStyles:["solid"]},v:{hexCode:"56",acceptedStyles:["solid"]},vaadin:{hexCode:"f408",acceptedStyles:["brands"]},"van-shuttle":{hexCode:"f5b6",acceptedStyles:["solid"]},vault:{hexCode:"e2c5",acceptedStyles:["solid"]},venus:{hexCode:"f221",acceptedStyles:["solid"]},"venus-double":{hexCode:"f226",acceptedStyles:["solid"]},"venus-mars":{hexCode:"f228",acceptedStyles:["solid"]},vest:{hexCode:"e085",acceptedStyles:["solid"]},"vest-patches":{hexCode:"e086",acceptedStyles:["solid"]},viacoin:{hexCode:"f237",acceptedStyles:["brands"]},viadeo:{hexCode:"f2a9",acceptedStyles:["brands"]},vial:{hexCode:"f492",acceptedStyles:["solid"]},"vial-circle-check":{hexCode:"e596",acceptedStyles:["solid"]},"vial-virus":{hexCode:"e597",acceptedStyles:["solid"]},vials:{hexCode:"f493",acceptedStyles:["solid"]},viber:{hexCode:"f409",acceptedStyles:["brands"]},video:{hexCode:"f03d",acceptedStyles:["solid"]},"video-slash":{hexCode:"f4e2",acceptedStyles:["solid"]},vihara:{hexCode:"f6a7",acceptedStyles:["solid"]},vimeo:{hexCode:"f40a",acceptedStyles:["brands"]},"vimeo-v":{hexCode:"f27d",acceptedStyles:["brands"]},vine:{hexCode:"f1ca",acceptedStyles:["brands"]},virus:{hexCode:"e074",acceptedStyles:["solid"]},"virus-covid":{hexCode:"e4a8",acceptedStyles:["solid"]},"virus-covid-slash":{hexCode:"e4a9",acceptedStyles:["solid"]},"virus-slash":{hexCode:"e075",acceptedStyles:["solid"]},viruses:{hexCode:"e076",acceptedStyles:["solid"]},vk:{hexCode:"f189",acceptedStyles:["brands"]},vnv:{hexCode:"f40b",acceptedStyles:["brands"]},voicemail:{hexCode:"f897",acceptedStyles:["solid"]},volcano:{hexCode:"f770",acceptedStyles:["solid"]},volleyball:{hexCode:"f45f",acceptedStyles:["solid"]},"volume-high":{hexCode:"f028",acceptedStyles:["solid"]},"volume-low":{hexCode:"f027",acceptedStyles:["solid"]},"volume-off":{hexCode:"f026",acceptedStyles:["solid"]},"volume-xmark":{hexCode:"f6a9",acceptedStyles:["solid"]},"vr-cardboard":{hexCode:"f729",acceptedStyles:["solid"]},vsco:{hexCode:"e7dd",acceptedStyles:["brands"]},vuejs:{hexCode:"f41f",acceptedStyles:["brands"]},w:{hexCode:"57",acceptedStyles:["solid"]},w3c:{hexCode:"e7de",acceptedStyles:["brands"]},"walkie-talkie":{hexCode:"f8ef",acceptedStyles:["solid"]},wallet:{hexCode:"f555",acceptedStyles:["solid"]},"wand-magic":{hexCode:"f0d0",acceptedStyles:["solid"]},"wand-magic-sparkles":{hexCode:"e2ca",acceptedStyles:["solid"]},"wand-sparkles":{hexCode:"f72b",acceptedStyles:["solid"]},warehouse:{hexCode:"f494",acceptedStyles:["solid"]},"watchman-monitoring":{hexCode:"e087",acceptedStyles:["brands"]},water:{hexCode:"f773",acceptedStyles:["solid"]},"water-ladder":{hexCode:"f5c5",acceptedStyles:["solid"]},"wave-square":{hexCode:"f83e",acceptedStyles:["solid"]},waze:{hexCode:"f83f",acceptedStyles:["brands"]},"web-awesome":{hexCode:"e682",acceptedStyles:["solid","brands"]},webflow:{hexCode:"e65c",acceptedStyles:["brands"]},weebly:{hexCode:"f5cc",acceptedStyles:["brands"]},weibo:{hexCode:"f18a",acceptedStyles:["brands"]},"weight-hanging":{hexCode:"f5cd",acceptedStyles:["solid"]},"weight-scale":{hexCode:"f496",acceptedStyles:["solid"]},weixin:{hexCode:"f1d7",acceptedStyles:["brands"]},whatsapp:{hexCode:"f232",acceptedStyles:["brands"]},"wheat-awn":{hexCode:"e2cd",acceptedStyles:["solid"]},"wheat-awn-circle-exclamation":{hexCode:"e598",acceptedStyles:["solid"]},wheelchair:{hexCode:"f193",acceptedStyles:["solid"]},"wheelchair-move":{hexCode:"e2ce",acceptedStyles:["solid"]},"whiskey-glass":{hexCode:"f7a0",acceptedStyles:["solid"]},whmcs:{hexCode:"f40d",acceptedStyles:["brands"]},wifi:{hexCode:"f1eb",acceptedStyles:["solid"]},"wikipedia-w":{hexCode:"f266",acceptedStyles:["brands"]},wind:{hexCode:"f72e",acceptedStyles:["solid"]},"window-maximize":{hexCode:"f2d0",acceptedStyles:["solid","regular"]},"window-minimize":{hexCode:"f2d1",acceptedStyles:["solid","regular"]},"window-restore":{hexCode:"f2d2",acceptedStyles:["solid","regular"]},windows:{hexCode:"f17a",acceptedStyles:["brands"]},"wine-bottle":{hexCode:"f72f",acceptedStyles:["solid"]},"wine-glass":{hexCode:"f4e3",acceptedStyles:["solid"]},"wine-glass-empty":{hexCode:"f5ce",acceptedStyles:["solid"]},wirsindhandwerk:{hexCode:"e2d0",acceptedStyles:["brands"]},wix:{hexCode:"f5cf",acceptedStyles:["brands"]},"wizards-of-the-coast":{hexCode:"f730",acceptedStyles:["brands"]},wodu:{hexCode:"e088",acceptedStyles:["brands"]},"wolf-pack-battalion":{hexCode:"f514",acceptedStyles:["brands"]},"won-sign":{hexCode:"f159",acceptedStyles:["solid"]},wordpress:{hexCode:"f19a",acceptedStyles:["brands"]},"wordpress-simple":{hexCode:"f411",acceptedStyles:["brands"]},worm:{hexCode:"e599",acceptedStyles:["solid"]},wpbeginner:{hexCode:"f297",acceptedStyles:["brands"]},wpexplorer:{hexCode:"f2de",acceptedStyles:["brands"]},wpforms:{hexCode:"f298",acceptedStyles:["brands"]},wpressr:{hexCode:"f3e4",acceptedStyles:["brands"]},wrench:{hexCode:"f0ad",acceptedStyles:["solid"]},x:{hexCode:"58",acceptedStyles:["solid"]},"x-ray":{hexCode:"f497",acceptedStyles:["solid"]},"x-twitter":{hexCode:"e61b",acceptedStyles:["brands"]},xbox:{hexCode:"f412",acceptedStyles:["brands"]},xing:{hexCode:"f168",acceptedStyles:["brands"]},xmark:{hexCode:"f00d",acceptedStyles:["solid"]},"xmarks-lines":{hexCode:"e59a",acceptedStyles:["solid"]},y:{hexCode:"59",acceptedStyles:["solid"]},"y-combinator":{hexCode:"f23b",acceptedStyles:["brands"]},yahoo:{hexCode:"f19e",acceptedStyles:["brands"]},yammer:{hexCode:"f840",acceptedStyles:["brands"]},yandex:{hexCode:"f413",acceptedStyles:["brands"]},"yandex-international":{hexCode:"f414",acceptedStyles:["brands"]},yarn:{hexCode:"f7e3",acceptedStyles:["brands"]},yelp:{hexCode:"f1e9",acceptedStyles:["brands"]},"yen-sign":{hexCode:"f157",acceptedStyles:["solid"]},"yin-yang":{hexCode:"f6ad",acceptedStyles:["solid"]},yoast:{hexCode:"f2b1",acceptedStyles:["brands"]},youtube:{hexCode:"f167",acceptedStyles:["brands"]},z:{hexCode:"5a",acceptedStyles:["solid"]},zhihu:{hexCode:"f63f",acceptedStyles:["brands"]}},se=e=>{if(!de[e])throw new Error(`Icon ${e} not found in fontIcons`);return t=de[e].hexCode,String.fromCharCode(parseInt(t,16));var t};class oe extends t.GameObjects.Text{currentIconStyle="solid";icon;constructor({scene:e,x:t,y:d,icon:s,size:o=16,style:c={},iconStyle:a="solid"}){super(e,t,d,se(s),{fontSize:`${o}px`,...c}),this.icon=s,this.currentIconStyle=a,this.applyIconStyle(this.currentIconStyle),this.setOrigin(.5,.5)}setIcon(e,t){this.setText(se(e)),this.icon=e,t?.iconStyle&&this.applyIconStyle(t.iconStyle)}setIconStyle(e){this.applyIconStyle(e)}getIconStyle(){return this.currentIconStyle}getIcon(){return this.icon}applyIconStyle(e){let t=e;const d=(e=>{if(!de[e])throw new Error(`Icon ${e} not found in fontIcons`);return new Set(de[e].acceptedStyles)})(this.icon);if(!d.has(e)){const s=[...d][0];console.warn(`Icon ${this.icon} does not support style "${e}", using "${s}" instead. Available styles: ${Array.from([...d].map(e=>`"${e}"`)).join(", ")}`),t=s}"brands"===t?(this.setFontFamily("'Font Awesome 7 Brands'"),this.setFontStyle("normal")):(this.setFontFamily("'Font Awesome 7 Free'"),this.setFontStyle("solid"===t?"bold":"normal")),this.currentIconStyle=t}}const ce=e=>(e=>new Promise((t,d)=>{if(document.querySelector(`link[href="${e}"]`))return void t();const s=document.createElement("link");s.rel="stylesheet",s.href=e,s.onload=()=>{t()},s.onerror=()=>{d(new Error(`Failed to load stylesheet: ${e}`))},document.head.appendChild(s)}))(e??"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css").then(()=>(async()=>{const e=[document.fonts.load('900 16px "Font Awesome 7 Free"',""),document.fonts.load('400 16px "Font Awesome 7 Free"',""),document.fonts.load('400 16px "Font Awesome 7 Brands"',"")];await Promise.all(e),await document.fonts.ready})()).catch(e=>{throw e});t.GameObjects.Container;const ae=60,ie=100,le=.5;let re=class extends t.GameObjects.Container{backgroundSprite;iconText;pw;baseColor;colorButton;sizePx;borderRadiusPx;constructor({scene:e,x:t,y:d,icon:s,size:o,color:c,onClick:a,borderRadius:i}){super(e,t,d),this.pw=U(e);const l="number"==typeof o?o:this.pw.fontSize.px(o??"md"),r=c??"blue-500";this.sizePx=l,this.updateSize(),this.baseColor=r,this.colorButton=k.rgb(r),this.borderRadiusPx="number"==typeof i?i:this.pw.radius.px(i??"full"),this.createBackgroundSprite(e,l,r,this.borderRadiusPx),this.createIconText(e,s,l),this.setupContainer(),this.setupInteractivity(a)}setBorderRadius(e){const t="number"==typeof e?e:this.pw.radius.px(e);if(this.borderRadiusPx===t)return this;this.borderRadiusPx=t;const d=this.createBackgroundTexture(this.scene,this.sizePx,this.baseColor,this.borderRadiusPx);return this.backgroundSprite.setTexture(d),this}setButtonSize(e){this.sizePx="number"==typeof e?e:this.pw.fontSize.px(e??"md"),this.iconText.setFontSize(`${this.sizePx}px`),this.updateSize();const t=this.createBackgroundTexture(this.scene,this.sizePx,this.baseColor,this.borderRadiusPx);return this.backgroundSprite.setTexture(t),this}updateSize(){this.setSize(2.2*this.sizePx,2.2*this.sizePx)}createBackgroundSprite(e,t,d,s){const o=this.createBackgroundTexture(e,t,d,s);this.backgroundSprite=e.add.sprite(0,0,o),this.backgroundSprite.setOrigin(le,le)}createBackgroundTexture(e,t,d,s){const o=`iconButton_r${s}_${d}_${t}`,c=2.2*t,a=1.1*t,i=1.1*t,l=e.add.graphics(),r=2*t,h=Math.floor(Math.min(r/2,r/2)),n=Math.min(s,h),p=Math.max(0,n);return this.drawButtonBackground(l,a,i,r,p),l.generateTexture(o,c,c),l.destroy(),o}drawButtonBackground(e,t,d,s,o){e.fillStyle(k.hex(this.colorButton),1),e.fillRoundedRect(t-s/2,d-s/2,s,s,o)}createIconText(e,t,d){this.iconText=new oe({scene:e,x:0,y:0,icon:t,size:d,style:{color:k.rgb("white"),strokeThickness:3,stroke:K(this.baseColor)}}),this.iconText.setFontStyle("900"),this.iconText.setOrigin(le,le)}setupContainer(){this.add([this.backgroundSprite,this.iconText])}setupInteractivity(e){this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",()=>{this.scene.tweens.add({targets:this,duration:ie,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",()=>{this.scene.tweens.add({targets:this,duration:ie,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",()=>{this.scene.tweens.add({targets:[this.backgroundSprite,this.iconText],scaleX:.95,scaleY:.95,duration:ae,ease:"Linear"})}),this.backgroundSprite.on("pointerup",()=>{this.scene.tweens.add({targets:[this.backgroundSprite,this.iconText],scaleX:1,scaleY:1,duration:ae,ease:"Linear"}),e?.()})}get interactive(){const{on:e,off:t,setInteractive:d,once:s}=this.backgroundSprite;return{on:e.bind(this.backgroundSprite),off:t.bind(this.backgroundSprite),setInteractive:d.bind(this.backgroundSprite),once:s.bind(this.backgroundSprite)}}getBounds(e){const t=this.backgroundSprite.displayWidth??this.backgroundSprite.width,d=this.backgroundSprite.displayHeight??this.backgroundSprite.height;return e?e.setTo(this.x-t/2,this.y-d/2,t,d):new Phaser.Geom.Rectangle(this.x-t/2,this.y-d/2,t,d)}};t.GameObjects.Container;const he="red-500";t.GameObjects.Container;const ne=100;t.GameObjects.Container,t.GameObjects.Rectangle,t.Plugins.BasePlugin;var pe=function(e){function t(t){var d,s=t.scene,o=t.x,c=t.y,a=t.text,i=t.size,l=void 0===i?22:i,r=t.fontFamily,h=void 0===r?"Fredoka":r,n=t.strokeColor,p=void 0===n?(d=R.value("90"),"rgba(0, 0, 0, ".concat(d,")")):n,y=t.color,f=void 0===y?k.white():y,x=t.strokeThickness,S=void 0===x?3:x;return e.call(this,s,o,c,a,{font:"".concat(l,'px "').concat(h,'"'),color:f,stroke:p,strokeThickness:S})||this}return s(t,e),t}(Phaser.GameObjects.Text),ye=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.text,a=t.fontSize,i=void 0===a?"lg":a,l=t.font,r=t.color,h=void 0===r?"blue-600":r,n=t.textColor,p=void 0===n?"white":n,y=t.borderRadius,f=void 0===y?"md":y,x=t.padding,S=void 0===x?"4":x,u=e.call(this,{scene:d,x:s,y:o})||this;return u.pw=L(d),u.textValue=c,u.fontSizePx="number"==typeof i?i:u.pw.fontSize.px(null!=i?i:"lg"),u.paddingPx="number"==typeof S?S:u.pw.spacing.px(null!=S?S:"4"),u.borderRadiusPx="number"==typeof f?f:u.pw.radius.px(null!=f?f:"md"),u.colorInput=String(h),u.colorBadge=k.rgb(h),u.textColorValue=k.rgb(p),u.fontFamily=l?"string"==typeof l?l:u.pw.font.family(l):"Fredoka",u.createBadgeText(d),u.createBackgroundSprite(d),u.setupContainer(),u.hitArea=u.backgroundSprite,u.syncContainerSize(),u}return s(t,e),t.prototype.setText=function(e){return this.textValue=e,this.badgeText.setText(e),this.regenerateSprites(),this},t.prototype.setFontSize=function(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"lg"),this.badgeText.setFontSize(this.fontSizePx),this.regenerateSprites(),this},t.prototype.setFont=function(e){return this.fontFamily="string"==typeof e?e:this.pw.font.family(null!=e?e:"primary"),this.badgeText.setFontFamily(this.fontFamily),this.regenerateSprites(),this},t.prototype.setColor=function(e){return this.colorInput=String(e),this.colorBadge=k.rgb(e),this.regenerateSprites(),this},t.prototype.setTextColor=function(e){return this.textColorValue=k.rgb(e),this.badgeText.setColor(this.textColorValue),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateSprites(),this},t.prototype.setPadding=function(e){return this.paddingPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.regenerateSprites(),this},t.prototype.createBadgeText=function(e){this.badgeText=new pe({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily,strokeThickness:3,strokeColor:G(this.colorInput)}),this.badgeText.setColor(this.textColorValue),this.badgeText.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateSprites=function(){this.badgeText.setText(this.textValue);var e=this.createBackgroundTexture(this.scene);this.backgroundSprite.setTexture(e),this.syncContainerSize()},t.prototype.syncContainerSize=function(){var e=this.getBadgeDimensions(),t=e.width,d=e.height;this.setSize(t,d)},t.prototype.getBadgeDimensions=function(){var e=this.badgeText.getBounds();return{width:e.width+2*this.paddingPx,height:e.height+2*this.paddingPx}},t.prototype.createBackgroundTexture=function(e){var t=this.getBadgeDimensions(),d=t.width,s=t.height,o="badge_bg_".concat(this.colorBadge,"_").concat(this.borderRadiusPx,"_").concat(d,"_").concat(s),c=d+2,a=s+2,i=e.add.graphics(),l=Math.floor(Math.min(d/2,s/2)),r=Math.min(this.borderRadiusPx,l),h=Math.max(0,r);return this.drawBadgeBackground(i,1,d,s,h),i.generateTexture(o,c,a),i.destroy(),o},t.prototype.drawBadgeBackground=function(e,t,d,s,o){e.fillStyle(k.hex(this.colorBadge),1),e.fillRoundedRect(t,t,d,s,o)},t.prototype.setupContainer=function(){this.add([this.backgroundSprite,this.badgeText])},t}(N),fe=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.backgroundColor,a=void 0===c?"white":c,i=t.borderRadius,l=void 0===i?"md":i,r=t.margin,h=void 0===r?"4":r,n=t.child,p=t.width,y=t.height,f=e.call(this,{scene:d,x:s,y:o})||this;return f.hasExplicitSize=!1,f.pw=L(d),f.marginPx="number"==typeof h?h:f.pw.spacing.px(null!=h?h:"4"),f.borderRadiusPx="number"==typeof l?l:f.pw.radius.px(null!=l?l:"md"),f.backgroundColorValue=k.rgb(a),f.child=n,f.hasExplicitSize=void 0!==p&&void 0!==y,f.createWhiteBorderSprite(d),f.createBackgroundSprite(d),f.setupContainer(),f.hitArea=f.backgroundSprite,f}return s(t,e),t.prototype.setSize=function(e,t){return this.hasExplicitSize=!0,this.width=e,this.height=t,this.regenerateSprites(),this},t.prototype.setWidth=function(e){return this.setSize(e,this.height),this},t.prototype.setHeight=function(e){return this.setSize(this.width,e),this},t.prototype.setBackgroundColor=function(e){return this.backgroundColorValue=k.rgb(e),this.regenerateSprites(),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateSprites(),this},t.prototype.setMargin=function(e){return this.marginPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.layout(),this},t.prototype.setChild=function(e){return this.child&&this.remove(this.child),this.child=e,this.layout(),this},t.prototype.createWhiteBorderSprite=function(e){var t=this.createWhiteBorderTexture(e);this.whiteBorderSprite=e.add.sprite(0,0,t),this.whiteBorderSprite.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateSprites=function(){var e=this.createWhiteBorderTexture(this.scene),t=this.createBackgroundTexture(this.scene);this.whiteBorderSprite.setTexture(e),this.backgroundSprite.setTexture(t)},t.prototype.setupContainer=function(){this.add([this.whiteBorderSprite,this.backgroundSprite]),this.child&&this.add([this.child]),this.hasExplicitSize||this.layout()},t.prototype.layout=function(){if(this.child){var e=this.child.getBounds(),t=e.width+2*this.marginPx,d=e.height+2*this.marginPx,s=this.getChildOrigin(),o=this.calculateChildX(t,e.width,s),c=this.calculateChildY(d,e.height,s);this.width=t,this.height=d,this.regenerateSprites(),this.child.setPosition(o,c)}},t.prototype.getChildOrigin=function(){if(this.child&&"originX"in this.child&&"originY"in this.child)return{x:this.child.originX,y:this.child.originY};if(this.child&&"function"==typeof this.child.getOrigin){var e=this.child.getOrigin();if(e&&"number"==typeof e.x&&"number"==typeof e.y)return{x:e.x,y:e.y}}return null},t.prototype.calculateChildX=function(e,t,d){if(this.child&&d){var s=t*d.x;return-e/2+this.marginPx+s}return-e/2+this.marginPx},t.prototype.calculateChildY=function(e,t,d){if(d){var s=t*d.y;return-e/2+this.marginPx+s}return-e/2+this.marginPx},t.prototype.measureChild=function(e){return{w:a(e),h:i(e)}},t.prototype.getCardDimensions=function(){var e=0,t=0;if(this.hasExplicitSize)e=this.width,t=this.height;else if(this.child){var d=this.measureChild(this.child),s=d.w,o=d.h;e=s+2*this.marginPx,t=o+2*this.marginPx}else{e=this.width||100,t=this.height||100}return{width:e,height:t}},t.prototype.createWhiteBorderTexture=function(e){var t=this.getCardDimensions(),d=t.width,s=t.height,o="card_whiteBorder_".concat(this.borderRadiusPx,"_").concat(d,"_").concat(s),c=d+6,a=s+6,i=c+16,l=a+16,r=e.add.graphics(),h=Math.floor(Math.min(c/2,a/2)),n=Math.min(this.borderRadiusPx+2,h),p=Math.max(0,n);return r.fillStyle(k.hex("white"),1),r.fillRoundedRect(8,8,c,a,p),r.generateTexture(o,i,l),r.destroy(),o},t.prototype.createBackgroundTexture=function(e){var t=this.getCardDimensions(),d=t.width,s=t.height,o="card_bg_".concat(this.backgroundColorValue,"_").concat(this.borderRadiusPx,"_").concat(d,"_").concat(s),c=d+16,a=s+16,i=e.add.graphics(),l=Math.floor(Math.min(d/2,s/2)),r=Math.min(this.borderRadiusPx,l),h=Math.max(0,r);return i.fillStyle(k.hex(this.backgroundColorValue),1),i.fillRoundedRect(8,8,d,s,h),i.lineStyle(2,k.hex("black"),1),i.strokeRoundedRect(8,8,d,s,h),i.generateTexture(o,c,a),i.destroy(),o},t}(N),xe=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.icon,a=void 0===c?"spinner":c,i=t.size,l=t.color,r=void 0===l?"blue":l,h=t.rotationsPerMinute,n=void 0===h?60:h,p=e.call(this,d,s,o)||this;p.isSpinning=!0,p.pw=L(d),p.rotationSpeed=n;var y="number"==typeof i?i:p.pw.fontSize.px(null!=i?i:"md");return p.createIconText(d,a,y,r),p.setupContainer(),p.startSpinning(),p}return s(t,e),t.prototype.start=function(){return this.isSpinning||(this.isSpinning=!0,this.startSpinning()),this},t.prototype.stop=function(){return this.isSpinning=!1,this.scene.tweens.killTweensOf(this.iconText),this},t.prototype.setRotationsPerMinute=function(e){return this.rotationSpeed=e,this.isSpinning&&(this.scene.tweens.killTweensOf(this.iconText),this.startSpinning()),this},t.prototype.setIcon=function(e){return this.iconText.setIcon(e),this},t.prototype.setColor=function(e){return this.iconText.setStyle({color:this.pw.color.rgb(e)}),this},t.prototype.setSize=function(e){var t="number"==typeof e?e:this.pw.fontSize.px(e);return this.iconText.setFontSize("".concat(t,"px")),this},Object.defineProperty(t.prototype,"spinning",{get:function(){return this.isSpinning},enumerable:!1,configurable:!0}),t.prototype.createIconText=function(e,t,d,s){var o;o="black"===s||"white"===s||s.includes("-")?s:"".concat(s,"-500"),this.iconText=new oe({scene:e,x:0,y:0,icon:t,size:d,style:{color:this.pw.color.rgb(o)}}),this.iconText.setOrigin(.5,.5)},t.prototype.setupContainer=function(){this.add([this.iconText])},t.prototype.startSpinning=function(){var e=this;if(this.isSpinning){var t=6e4/this.rotationSpeed;this.scene.tweens.add({targets:this.iconText,rotation:2*Math.PI,duration:t,ease:"Linear",repeat:-1,onComplete:function(){e.iconText.rotation=0}})}},t.prototype.destroy=function(){this.stop(),e.prototype.destroy.call(this)},t}(t.GameObjects.Container),Se=60,ue=100,Ce=.5,ge=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.icon,a=t.size,i=t.color,l=t.onClick,r=t.borderRadius,h=e.call(this,d,s,o)||this;h.pw=L(d);var n="number"==typeof a?a:h.pw.fontSize.px(null!=a?a:"md"),p=null!=i?i:"blue-500";return h.sizePx=n,h.updateSize(),h.baseColor=p,h.colorButton=k.rgb(p),h.borderRadiusPx="number"==typeof r?r:h.pw.radius.px(null!=r?r:"full"),h.createBackgroundSprite(d,n,p,h.borderRadiusPx),h.createIconText(d,c,n),h.setupContainer(),h.setupInteractivity(l),h}return s(t,e),t.prototype.setBorderRadius=function(e){var t="number"==typeof e?e:this.pw.radius.px(e);if(this.borderRadiusPx===t)return this;this.borderRadiusPx=t;var d=this.createBackgroundTexture(this.scene,this.sizePx,this.baseColor,this.borderRadiusPx);return this.backgroundSprite.setTexture(d),this},t.prototype.setButtonSize=function(e){this.sizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"md"),this.iconText.setFontSize("".concat(this.sizePx,"px")),this.updateSize();var t=this.createBackgroundTexture(this.scene,this.sizePx,this.baseColor,this.borderRadiusPx);return this.backgroundSprite.setTexture(t),this},t.prototype.updateSize=function(){this.setSize(2.2*this.sizePx,2.2*this.sizePx)},t.prototype.createBackgroundSprite=function(e,t,d,s){var o=this.createBackgroundTexture(e,t,d,s);this.backgroundSprite=e.add.sprite(0,0,o),this.backgroundSprite.setOrigin(Ce,Ce)},t.prototype.createBackgroundTexture=function(e,t,d,s){var o="iconButton_r".concat(s,"_").concat(d,"_").concat(t),c=2.2*t,a=1.1*t,i=1.1*t,l=e.add.graphics(),r=2*t,h=Math.floor(Math.min(r/2,r/2)),n=Math.min(s,h),p=Math.max(0,n);return this.drawButtonBackground(l,a,i,r,p),l.generateTexture(o,c,c),l.destroy(),o},t.prototype.drawButtonBackground=function(e,t,d,s,o){e.fillStyle(k.hex(this.colorButton),1),e.fillRoundedRect(t-s/2,d-s/2,s,s,o)},t.prototype.createIconText=function(e,t,d){this.iconText=new oe({scene:e,x:0,y:0,icon:t,size:d,style:{color:k.rgb("white"),strokeThickness:3,stroke:G(this.baseColor)}}),this.iconText.setFontStyle("900"),this.iconText.setOrigin(Ce,Ce)},t.prototype.setupContainer=function(){this.add([this.backgroundSprite,this.iconText])},t.prototype.setupInteractivity=function(e){var t=this;this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",function(){t.scene.tweens.add({targets:t,duration:ue,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",function(){t.scene.tweens.add({targets:t,duration:ue,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",function(){t.scene.tweens.add({targets:[t.backgroundSprite,t.iconText],scaleX:.95,scaleY:.95,duration:Se,ease:"Linear"})}),this.backgroundSprite.on("pointerup",function(){t.scene.tweens.add({targets:[t.backgroundSprite,t.iconText],scaleX:1,scaleY:1,duration:Se,ease:"Linear"}),null==e||e()})},Object.defineProperty(t.prototype,"interactive",{get:function(){var e=this.backgroundSprite,t=e.on,d=e.off,s=e.setInteractive,o=e.once;return{on:t.bind(this.backgroundSprite),off:d.bind(this.backgroundSprite),setInteractive:s.bind(this.backgroundSprite),once:o.bind(this.backgroundSprite)}},enumerable:!1,configurable:!0}),t.prototype.getBounds=function(e){var t,d,s=null!==(t=this.backgroundSprite.displayWidth)&&void 0!==t?t:this.backgroundSprite.width,o=null!==(d=this.backgroundSprite.displayHeight)&&void 0!==d?d:this.backgroundSprite.height;return e?e.setTo(this.x-s/2,this.y-o/2,s,o):new Phaser.Geom.Rectangle(this.x-s/2,this.y-o/2,s,o)},t}(t.GameObjects.Container),be=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.width,a=t.height,i=t.backgroundColor,l=void 0===i?"gray-200":i,r=t.progressColor,h=void 0===r?"blue-500":r,n=t.borderRadius,p=void 0===n?"default":n,y=t.progress,f=void 0===y?0:y,x=t.indeterminate,S=void 0!==x&&x,u=t.indeterminateAnimationDuration,C=void 0===u?1500:u,g=e.call(this,d,s,o)||this;return g.pw=L(d),g.progressWidth=c,g.progressHeight=a,g.backgroundColor=l,g.progressColor=h,g.currentProgress=Math.max(0,Math.min(100,f)),g.isIndeterminate=S,g.indeterminateAnimationDuration=C,g.borderRadiusPx="number"==typeof p?p:g.pw.radius.px(p),g.createBackgroundSprite(),g.createProgressSprite(),g.setupContainer(),g.isIndeterminate?g.startIndeterminateAnimation():g.updateProgressBar(),g}return s(t,e),t.prototype.setProgress=function(e,t){var d=this;if(void 0===t&&(t=!0),this.isIndeterminate)return this;var s=Math.max(0,Math.min(100,e));if(this.currentProgress===s)return this;if(t){var o={value:this.currentProgress};this.scene.tweens.add({targets:o,value:s,duration:300,ease:"Power2",onUpdate:function(){d.currentProgress=o.value,d.updateProgressBar()}})}else this.currentProgress=s,this.updateProgressBar();return this},t.prototype.getProgress=function(){return this.currentProgress},t.prototype.setIndeterminate=function(e){return this.isIndeterminate===e||(this.isIndeterminate=e,this.isIndeterminate?(this.stopIndeterminateAnimation(),this.startIndeterminateAnimation()):(this.stopIndeterminateAnimation(),this.updateProgressBar())),this},t.prototype.setBorderRadius=function(e){var t="number"==typeof e?e:this.pw.radius.px(e);return this.borderRadiusPx===t||(this.borderRadiusPx=t,this.recreateSprites()),this},t.prototype.setBackgroundColor=function(e){return this.backgroundColor===e||(this.backgroundColor=e,this.recreateSprites()),this},t.prototype.setProgressColor=function(e){return this.progressColor===e||(this.progressColor=e,this.recreateSprites()),this},t.prototype.destroy=function(){this.stopIndeterminateAnimation(),e.prototype.destroy.call(this)},t.prototype.createBackgroundSprite=function(){var e=this.scene.add.graphics();e.fillStyle(k.hex(this.backgroundColor),1),e.fillRoundedRect(-this.progressWidth/2,-this.progressHeight/2,this.progressWidth,this.progressHeight,this.getEffectiveBorderRadius()),this.backgroundProgressBar=e},t.prototype.createProgressSprite=function(){var e=this.scene.add.graphics();e.fillStyle(k.hex(this.progressColor),1),e.fillRoundedRect(-this.progressWidth/2,-this.progressHeight/2,this.progressWidth,this.progressHeight,this.getEffectiveBorderRadius()),this.progressBar=e},t.prototype.setupContainer=function(){this.add([this.backgroundProgressBar,this.progressBar])},t.prototype.calculateProgressDimensions=function(){var e=this.progressWidth*this.currentProgress/100;return{progressWidth:e,leftOffset:(e-this.progressWidth)/2}},t.prototype.updateProgressBar=function(e){if(void 0===e&&(e=!1),!this.isIndeterminate||e){var t=this.calculateProgressDimensions(),d=t.progressWidth,s=t.leftOffset;this.progressBar.setScale(d/this.progressWidth,1),this.progressBar.setX(s)}},t.prototype.startIndeterminateAnimation=function(){if(this.isIndeterminate){this.currentProgress=40,this.updateProgressBar(!0);var e=this.calculateProgressDimensions().progressWidth,t=this.progressWidth/2-e/2,d=-this.progressWidth/2+e/2;this.progressBar.setX(d),this.indeterminateAnimation=this.scene.tweens.add({targets:this.progressBar,x:t,duration:this.indeterminateAnimationDuration,ease:"Sine.easeInOut",yoyo:!0,repeat:-1})}},t.prototype.stopIndeterminateAnimation=function(){this.indeterminateAnimation&&(this.indeterminateAnimation.destroy(),this.indeterminateAnimation=void 0)},t.prototype.recreateSprites=function(){this.remove([this.backgroundProgressBar,this.progressBar]),this.backgroundProgressBar.destroy(),this.progressBar.destroy(),this.createBackgroundSprite(),this.createProgressSprite(),this.setupContainer(),this.isIndeterminate?this.startIndeterminateAnimation():this.updateProgressBar()},t.prototype.getEffectiveBorderRadius=function(){var e=Math.min(this.progressWidth,this.progressHeight)/2;return Math.min(this.borderRadiusPx,e)},t}(t.GameObjects.Container),me="red-500",we=function(e){function t(t){var d,s,o,c,a,i,l,r=e.call(this,t.scene,null!==(d=t.x)&&void 0!==d?d:0,null!==(s=t.y)&&void 0!==s?s:0)||this;return r.badge=null,r.closeButton=null,r.title=null!==(o=t.title)&&void 0!==o?o:"",r.showCloseButton=null!==(c=t.showCloseButton)&&void 0!==c&&c,r.onClose=t.onClose,r.card=new fe({scene:t.scene,x:0,y:0,backgroundColor:null!==(a=t.backgroundColor)&&void 0!==a?a:me,borderRadius:null!==(i=t.borderRadius)&&void 0!==i?i:8,margin:null!==(l=t.margin)&&void 0!==l?l:16,child:t.child}),r.add(r.card),r.title&&r.createBadge(),r.showCloseButton&&r.createCloseButton(),r.updateLayout(),r}return s(t,e),t.prototype.createBadge=function(){this.badge=new ye({scene:this.scene,x:0,y:0,text:this.title,color:me,borderRadius:0}),this.add(this.badge)},t.prototype.createCloseButton=function(){var e=this;this.closeButton=new ge({scene:this.scene,x:0,y:0,icon:"x",size:18,onClick:function(){e.onClose&&e.onClose()}}),this.add(this.closeButton)},t.prototype.updateLayout=function(){var e=this.card.width,t=this.card.height;if(this.badge){var d=-t/2-this.badge.height/4;this.badge.setPosition(0,d)}if(this.closeButton){var s=e/2-9+8,o=-t/2+9-8;this.closeButton.setPosition(s,o)}},t.prototype.setTitle=function(e){return this.title=e,e&&!this.badge?this.createBadge():!e&&this.badge?(this.remove(this.badge),this.badge=null):this.badge&&this.badge.setText(e),this.updateLayout(),this},t.prototype.setShowCloseButton=function(e){return this.showCloseButton=e,e&&!this.closeButton?this.createCloseButton():!e&&this.closeButton&&(this.remove(this.closeButton),this.closeButton=null),this.updateLayout(),this},t.prototype.setOnClose=function(e){return this.onClose=e,this},t.prototype.setBackgroundColor=function(e){return this.card.setBackgroundColor(e),this.badge&&this.badge.setColor(e),this},t.prototype.setBorderRadius=function(e){return this.card.setBorderRadius(e),this.updateLayout(),this},t.prototype.setMargin=function(e){return this.card.setMargin(e),this.updateLayout(),this},t.prototype.setChild=function(e){return this.card.setChild(e),this.updateLayout(),this},t.prototype.getCard=function(){return this.card},t.prototype.getBadge=function(){return this.badge},t.prototype.getCloseButton=function(){return this.closeButton},t}(t.GameObjects.Container),ke=100,ve=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.radius,a=t.thickness,i=void 0===a?4:a,l=t.backgroundColor,r=void 0===l?"gray-200":l,h=t.backgroundAlpha,n=void 0===h?.2:h,p=t.progressColor,y=void 0===p?"blue-500":p,f=t.progress,x=void 0===f?0:f,S=t.startAngle,u=void 0===S?270:S,C=t.showText,g=void 0!==C&&C,b=t.textColor,m=void 0===b?"white":b,w=t.fontSize,k=void 0===w?"base":w,v=t.textAlpha,P=void 0===v?1:v,B=e.call(this,d,s,o)||this;return B.pw=L(d),B.radius=c,B.thickness=i,B.backgroundColor=r,B.backgroundAlpha=n,B.progressColor=y,B.currentProgress=Math.max(0,Math.min(ke,x)),B.startAngle=u,B.showText=g,B.textColor=m,B.fontSize=k,B.textAlpha=P,B.createBackgroundSprite(),B.createRadialArc(),B.showText&&B.createPercentageText(),B.setupContainer(),B.updateProgressBar(),B}return s(t,e),t.prototype.setProgress=function(e,t){var d=this;void 0===t&&(t=!0);var s=Math.max(0,Math.min(ke,e));if(this.currentProgress===s)return this;if(t){var o={value:this.currentProgress};this.scene.tweens.add({targets:o,value:s,duration:300,ease:"Power2",onUpdate:function(){d.currentProgress=o.value,d.updateProgressBar(),d.updatePercentageText()}})}else this.currentProgress=s,this.updateProgressBar(),this.updatePercentageText();return this},t.prototype.getProgress=function(){return this.currentProgress},t.prototype.setBackgroundColor=function(e){return this.backgroundColor===e||(this.backgroundColor=e,this.recreateSprites()),this},t.prototype.setBackgroundAlpha=function(e){return this.backgroundAlpha===e||(this.backgroundAlpha=e,this.recreateSprites()),this},t.prototype.setProgressColor=function(e){return this.progressColor===e||(this.progressColor=e,this.recreateSprites()),this},t.prototype.setShowText=function(e){return this.showText===e||(this.showText=e,e&&!this.percentageText?(this.createPercentageText(),this.percentageText&&this.add(this.percentageText)):!e&&this.percentageText&&(this.remove(this.percentageText),this.percentageText.destroy(),this.percentageText=void 0)),this},t.prototype.setTextColor=function(e){return this.textColor===e||(this.textColor=e,this.percentageText&&(this.percentageText.destroy(),this.createPercentageText(),this.add(this.percentageText))),this},t.prototype.setFontSize=function(e){return this.fontSize===e||(this.fontSize=e,this.percentageText&&(this.percentageText.destroy(),this.createPercentageText(),this.add(this.percentageText))),this},t.prototype.setTextAlpha=function(e){return this.textAlpha===e||(this.textAlpha=e,this.percentageText&&this.percentageText.setAlpha(this.textAlpha)),this},t.prototype.setRadius=function(e){return this.radius===e||(this.radius=e,this.recreateSprites()),this},t.prototype.destroy=function(){e.prototype.destroy.call(this)},t.prototype.createBackgroundSprite=function(){var e=this.scene.add.graphics();e.fillStyle(this.pw.color.hex(this.backgroundColor),this.backgroundAlpha),e.beginPath(),e.arc(0,0,this.radius,0,Phaser.Math.PI2,!1),e.closePath(),e.fillPath(),this.backgroundProgressBar=e},t.prototype.createRadialArc=function(){var e=this.scene.add.graphics();e.lineStyle(this.thickness,this.pw.color.hex(this.progressColor),1),e.beginPath(),e.arc(0,0,this.radius,this.startAngle,Phaser.Math.DegToRad(360),!0),e.strokePath(),this.radialArc=e},t.prototype.createPercentageText=function(){this.percentageText=this.scene.add.text(0,0,"".concat(Math.round(this.currentProgress),"%"),{fontSize:this.pw.fontSize.css(this.fontSize),color:this.pw.color.rgb(this.textColor),fontStyle:"bold"}),this.percentageText.setOrigin(.5),this.percentageText.setAlpha(this.textAlpha)},t.prototype.setThickness=function(e){this.thickness=e,this.recreateSprites()},t.prototype.setupContainer=function(){var e=[this.backgroundProgressBar,this.radialArc];this.percentageText&&e.push(this.percentageText),this.add(e)},t.prototype.updateProgressBar=function(){if(this.radialArc){this.radialArc.clear();var e=Phaser.Math.DegToRad(this.startAngle),t=e+Phaser.Math.DegToRad(this.currentProgress/ke*360),d=this.currentProgress>=ke;this.radialArc.lineStyle(this.thickness,this.pw.color.hex(this.progressColor),1),this.radialArc.beginPath(),d?this.radialArc.arc(0,0,this.radius,0,Phaser.Math.PI2,!1):this.radialArc.arc(0,0,this.radius,e,t,!1),this.radialArc.strokePath()}},t.prototype.updatePercentageText=function(){this.percentageText&&this.percentageText.setText("".concat(Math.round(this.currentProgress),"%"))},t.prototype.recreateSprites=function(){var e=[this.backgroundProgressBar,this.radialArc];this.percentageText&&e.push(this.percentageText),this.remove(e),this.backgroundProgressBar.destroy(),this.radialArc.destroy(),this.percentageText&&(this.percentageText.destroy(),this.percentageText=void 0),this.createBackgroundSprite(),this.createRadialArc(),this.showText&&this.createPercentageText(),this.setupContainer(),this.updateProgressBar()},t}(t.GameObjects.Container),Pe=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.width,a=void 0===c?1:c,i=t.height,l=void 0===i?1:i;if(void 0===a&&void 0===l)throw new Error("SizedBox must have at least width or height specified");var r=null!=a?a:1,h=null!=l?l:1;return e.call(this,d,s,o,r,h,0,0)||this}return s(t,e),t.prototype.setWidth=function(e){return this.width=e,this},t.prototype.setHeight=function(e){return this.height=e,this},t.prototype.setSize=function(e,t){return this.width=e,this.height=t,this},t}(t.GameObjects.Rectangle),Be=60,Te=100,ze=function(e){function t(t){var d=t.scene,s=t.x,o=t.y,c=t.text,a=t.fontSize,i=void 0===a?"lg":a,l=t.font,r=t.color,h=void 0===r?"blue-500":r,n=t.textColor,p=void 0===n?"white":n,y=t.borderRadius,f=void 0===y?"md":y,x=t.padding,S=void 0===x?"4":x,u=t.onClick,C=e.call(this,{scene:d,x:s,y:o})||this;return C.pw=L(d),C.textValue=c,C.fontSizePx="number"==typeof i?i:C.pw.fontSize.px(null!=i?i:"md"),C.paddingPx="number"==typeof S?S:C.pw.spacing.px(null!=S?S:"4"),C.borderRadiusPx="number"==typeof f?f:C.pw.radius.px(null!=f?f:"3xl"),C.colorInput=String(h),C.colorButton=k.rgb(h),C.textColorValue=k.rgb(p),C.fontFamily=l?"string"==typeof l?l:C.pw.font.family(l):"Fredoka",C.createButtonText(d),C.createBackgroundSprite(d),C.setupContainer(),C.hitArea=C.backgroundSprite,C.setupInteractivity(u),C.syncContainerSize(),C}return s(t,e),t.prototype.setText=function(e){return this.textValue=e,this.buttonText.setText(e),this.regenerateSprites(),this},t.prototype.setFontSize=function(e){return this.fontSizePx="number"==typeof e?e:this.pw.fontSize.px(null!=e?e:"md"),this.buttonText.setFontSize(this.fontSizePx),this.regenerateSprites(),this},t.prototype.setFont=function(e){return this.fontFamily="string"==typeof e?e:this.pw.font.family(null!=e?e:"primary"),this.buttonText.setFontFamily(this.fontFamily),this.regenerateSprites(),this},t.prototype.setColor=function(e){return this.colorInput=String(e),this.colorButton=k.rgb(e),this.regenerateSprites(),this},t.prototype.setTextColor=function(e){return this.textColorValue=k.rgb(e),this.buttonText.setColor(this.textColorValue),this},t.prototype.setBorderRadius=function(e){return this.borderRadiusPx="number"==typeof e?e:this.pw.radius.px(null!=e?e:"md"),this.regenerateSprites(),this},t.prototype.setPadding=function(e){return this.paddingPx="number"==typeof e?e:this.pw.spacing.px(null!=e?e:"4"),this.regenerateSprites(),this},t.prototype.createButtonText=function(e){this.buttonText=new pe({scene:e,x:0,y:0,text:this.textValue,size:this.fontSizePx,fontFamily:this.fontFamily,strokeThickness:3,strokeColor:G(this.colorInput)}),this.buttonText.setOrigin(.5,.5)},t.prototype.createBackgroundSprite=function(e){var t=this.createBackgroundTexture(e);this.backgroundSprite=e.add.sprite(0,0,t),this.backgroundSprite.setOrigin(.5,.5)},t.prototype.regenerateSprites=function(){this.buttonText.setText(this.textValue);var e=this.createBackgroundTexture(this.scene);this.backgroundSprite.setTexture(e),this.syncContainerSize()},t.prototype.syncContainerSize=function(){var e=this.getButtonDimensions(),t=e.width,d=e.height;this.setSize(t,d)},t.prototype.getButtonDimensions=function(){var e=this.buttonText.getBounds();return{width:e.width+2*this.paddingPx,height:e.height+2*this.paddingPx}},t.prototype.createBackgroundTexture=function(e){var t=this.getButtonDimensions(),d=t.width,s=t.height,o="textButton_bg_".concat(this.colorButton,"_").concat(this.borderRadiusPx,"_").concat(d,"_").concat(s),c=d+2,a=s+2,i=e.add.graphics(),l=Math.floor(Math.min(d/2,s/2)),r=Math.min(this.borderRadiusPx,l),h=Math.max(0,r);return this.drawButtonBackground(i,1,d,s,h),i.generateTexture(o,c,a),i.destroy(),o},t.prototype.drawButtonBackground=function(e,t,d,s,o){e.fillStyle(k.hex(this.colorButton),1),e.fillRoundedRect(t,t,d,s,o)},t.prototype.setupContainer=function(){this.add([this.backgroundSprite,this.buttonText])},t.prototype.setupInteractivity=function(e){var t=this;this.backgroundSprite.setInteractive({useHandCursor:!0}),this.backgroundSprite.on("pointerover",function(){t.scene.tweens.add({targets:t,duration:Te,scaleX:1.05,scaleY:1.05,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerout",function(){t.scene.tweens.add({targets:t,duration:Te,scaleX:1,scaleY:1,ease:"Back.easeOut"})}),this.backgroundSprite.on("pointerdown",function(){t.scene.tweens.add({targets:[t.backgroundSprite,t.buttonText],scaleX:.95,scaleY:.95,duration:Be,ease:"Linear"})}),this.backgroundSprite.on("pointerup",function(){t.scene.tweens.add({targets:[t.backgroundSprite,t.buttonText],scaleX:1,scaleY:1,duration:Be,ease:"Linear"}),null==e||e()})},t}(N),Ae="hudini",Ie=function(e){function t(t){var d=e.call(this,t)||this;return d.phaserWindMappingKey=Y,d}return s(t,e),t.prototype.init=function(e){var t=e.theme,d=e.darkMode,s=void 0!==d&&d,o=e.phaserWindMappingKey,c=void 0===o?Y:o;if(this.phaserWindMappingKey=c,!this.pluginManager.get(Y)){var a=null!=t?t:s?D:V;this.pluginManager.install(Y,E,!0,c,{theme:a,darkMode:s})}},Object.defineProperty(t.prototype,"pw",{get:function(){return this.pluginManager.get(this.phaserWindMappingKey)},enumerable:!1,configurable:!0}),t}(t.Plugins.BasePlugin),Re=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t}(X);e.BUTTON_STROKE_THICKNESS=3,e.Badge=ye,e.Card=fe,e.CircularProgress=xe,e.Color=k,e.Column=r,e.ContainerInteractive=N,e.DEFAULT_GAP=8,e.FontSize=B,e.HUDINI_KEY=Ae,e.HudiniPlugin=Ie,e.IconButton=ge,e.LinearProgress=be,e.Opacity=R,e.PHASER_WIND_KEY=Y,e.Panel=we,e.PhaserWindPlugin=E,e.RadialProgress=ve,e.Radius=$,e.Row=h,e.SceneWithHudini=Re,e.SceneWithPhaserWind=X,e.Shadow=j,e.SizedBox=Pe,e.Spacing=_,e.Text=pe,e.TextButton=ze,e.createColor=w,e.createFont=z,e.createFontSize=P,e.createOpacity=I,e.createRadius=O,e.createShadow=M,e.createSpacing=W,e.createTheme=e=>y({},V,e),e.defaultDarkTheme=D,e.defaultLightTheme=V,e.defaultShadowMap=F,e.fontMap=T,e.fontSizeMap=v,e.getButtonStrokeColor=G,e.getColorVariant=function(e,d,s){var o=e;"string"!=typeof e||e.includes("-")||k.isValidColorToken(e)||e in x&&"black"!==e&&"white"!==e&&(o="".concat(e,"-500"));var c=k.rgb(o);if(k.isValidColorToken(o)){var a=o.split("-"),i=parseInt(a[1].toString(),10),l=Math.max(Math.min(i+d,900),100).toString();return k.hex("".concat(a[0],"-").concat(l))}var r=t.Display.Color.ValueToColor(c);return 0===s?r.color:s>0?r.clone().lighten(s).color:r.clone().darken(Math.abs(s)).color},e.getDisplayHeightOf=i,e.getDisplayWidthOf=a,e.getHudini=function(e){return e.hudini},e.getNormalizedOriginOf=l,e.getPWFromScene=L,e.isColorKey=b,e.isValidColor=f,e.loadFonts=function(e){return o(void 0,void 0,void 0,function(){var t,d,s,a,i,l,r;return c(this,function(h){switch(h.label){case 0:d=(t=null!=e?e:{}).fontAwesomeUrl,s=t.baseFont,a=void 0===s?"https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap":s,i=t.baseFontFamily,l=void 0===i?"Fredoka":i,h.label=1;case 1:return h.trys.push([1,6,,7]),[4,ce(d)];case 2:return h.sent(),[4,(p=a,new Promise(function(e,t){if(document.querySelector('link[href="'.concat(p,'"]')))e();else{var d=document.createElement("link");d.rel="stylesheet",d.href=p,d.onload=function(){e()},d.onerror=function(){t(new Error("Failed to load stylesheet: ".concat(p)))},document.head.appendChild(d)}}))];case 3:return h.sent(),[4,(n=l,o(void 0,void 0,void 0,function(){var e;return c(this,function(t){switch(t.label){case 0:return e=[document.fonts.load('400 16px "'.concat(n,'"'),"A"),document.fonts.load('700 16px "'.concat(n,'"'),"B")],[4,Promise.all(e)];case 1:return t.sent(),[4,document.fonts.ready];case 2:return t.sent(),[2]}})}))];case 4:return h.sent(),[4,document.fonts.ready];case 5:return h.sent(),[3,7];case 6:throw r=h.sent(),new Error("Failed to load fonts: ".concat(r instanceof Error?r.message:String(r)));case 7:return[2]}var n,p})})},e.merge=y,e.mergeDeep=(e,...t)=>y({},e,...t),e.numberToRgb=function(e){var d=t.Display.Color.ValueToColor(e);return"rgb(".concat(d.red,", ").concat(d.green,", ").concat(d.blue,")")},e.opacityMap=A,e.palette=x,e.radiusMap=q,e.spacingMap=H,e.withHudini=function(e){return e.plugins.get(Ae)},e.withPhaserWind=e=>e.plugins.get(Y)});