@strapi/admin 4.0.2 → 4.0.6

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 (316) hide show
  1. package/admin/src/components/LeftMenu/index.js +13 -5
  2. package/admin/src/components/UpgradePlanModal/index.js +7 -2
  3. package/admin/src/content-manager/components/DynamicTable/CellContent/CellValue.js +12 -2
  4. package/admin/src/content-manager/components/DynamicTable/CellContent/utils/getNumberOfDecimals.js +8 -0
  5. package/admin/src/content-manager/components/DynamicZone/components/DzLabel/index.js +24 -7
  6. package/admin/src/content-manager/components/DynamicZone/index.js +6 -10
  7. package/admin/src/content-manager/components/InputUID/index.js +4 -0
  8. package/admin/src/content-manager/components/PreviewWysiwyg/Wrapper.js +8 -0
  9. package/admin/src/content-manager/components/PreviewWysiwyg/utils/mdRenderer.js +1 -1
  10. package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/IconButtonCustoms.js +0 -4
  11. package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/index.js +36 -14
  12. package/admin/src/content-manager/components/RepeatableComponent/index.js +2 -2
  13. package/admin/src/content-manager/components/Wysiwyg/Editor.js +6 -4
  14. package/admin/src/content-manager/components/Wysiwyg/EditorLayout.js +2 -0
  15. package/admin/src/content-manager/components/Wysiwyg/EditorStylesContainer.js +2 -1
  16. package/admin/src/content-manager/components/Wysiwyg/WysiwygFooter.js +2 -4
  17. package/admin/src/content-manager/components/Wysiwyg/WysiwygNav.js +79 -68
  18. package/admin/src/content-manager/components/Wysiwyg/WysiwygStyles.js +1 -0
  19. package/admin/src/content-manager/components/Wysiwyg/index.js +17 -5
  20. package/admin/src/content-manager/pages/App/index.js +9 -3
  21. package/admin/src/content-manager/pages/EditSettingsView/components/DisplayedFieldButton.js +1 -1
  22. package/admin/src/content-manager/pages/EditSettingsView/components/DisplayedFields.js +1 -3
  23. package/admin/src/content-manager/pages/EditSettingsView/components/FieldButtonContent.js +1 -1
  24. package/admin/src/content-manager/pages/EditSettingsView/components/ModalForm.js +6 -7
  25. package/admin/src/content-manager/pages/EditSettingsView/components/RelationalFieldButton.js +1 -1
  26. package/admin/src/content-manager/pages/ListSettingsView/components/DraggableCard.js +1 -0
  27. package/admin/src/pages/Admin/index.js +2 -0
  28. package/admin/src/pages/AuthPage/components/Register/index.js +4 -1
  29. package/admin/src/pages/AuthPage/utils/forms.js +2 -0
  30. package/admin/src/pages/InternalErrorPage/index.js +53 -0
  31. package/admin/src/pages/NotFoundPage/index.js +45 -2
  32. package/admin/src/pages/ProfilePage/index.js +2 -0
  33. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +1 -0
  34. package/admin/src/pages/SettingsPage/pages/Users/EditPage/utils/layout.js +2 -0
  35. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/utils/layout.js +2 -0
  36. package/admin/src/pages/SettingsPage/pages/Users/components/SelectRoles/index.js +1 -0
  37. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/index.js +1 -9
  38. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +2 -0
  39. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/schema.js +1 -4
  40. package/admin/src/translations/dk.json +300 -110
  41. package/admin/src/translations/en.json +4 -0
  42. package/admin/src/translations/es.json +204 -4
  43. package/admin/src/translations/hu.json +672 -0
  44. package/admin/src/translations/ja.json +327 -7
  45. package/admin/src/translations/languageNativeNames.js +1 -0
  46. package/admin/src/translations/nl.json +512 -125
  47. package/admin/src/translations/pt-BR.json +398 -19
  48. package/admin/src/translations/uk.json +40 -40
  49. package/admin/src/translations/zh-Hans.json +554 -204
  50. package/admin/src/translations/zh.json +7 -0
  51. package/build/{1024.1b15fbb5.chunk.js → 1024.595f3e01.chunk.js} +1 -1
  52. package/build/{1856.0a6992d6.chunk.js → 1856.cc060f4a.chunk.js} +1 -1
  53. package/build/{5881.deb18c91.chunk.js → 3215.03a0bf5d.chunk.js} +2 -2
  54. package/build/{5881.deb18c91.chunk.js.LICENSE.txt → 3215.03a0bf5d.chunk.js.LICENSE.txt} +0 -0
  55. package/build/4261.061aed35.chunk.js +1 -0
  56. package/build/4362.1b2440be.chunk.js +1 -0
  57. package/build/4672.68466ddc.chunk.js +1 -0
  58. package/build/{4715.f134f37a.chunk.js → 4715.a5e6716c.chunk.js} +1 -1
  59. package/build/4741.18bf386b.chunk.js +2 -0
  60. package/build/{4741.1fb6ad6e.chunk.js.LICENSE.txt → 4741.18bf386b.chunk.js.LICENSE.txt} +0 -0
  61. package/build/4801.44382ab3.chunk.js +2 -0
  62. package/build/{2664.f33f619d.chunk.js.LICENSE.txt → 4801.44382ab3.chunk.js.LICENSE.txt} +0 -0
  63. package/build/{497.726adbfa.chunk.js → 497.a28b7510.chunk.js} +1 -1
  64. package/build/{4982.a7f87e6c.chunk.js → 4982.4666f610.chunk.js} +1 -1
  65. package/build/6060.72f9dda2.chunk.js +2 -0
  66. package/build/{3226.1a4b5cd1.chunk.js.LICENSE.txt → 6060.72f9dda2.chunk.js.LICENSE.txt} +1 -1
  67. package/build/{6250.11ba8b50.chunk.js → 6250.6c7a86f7.chunk.js} +1 -1
  68. package/build/849.2f8d8ef9.chunk.js +1 -0
  69. package/build/9235.63b1528f.chunk.js +1 -0
  70. package/build/Admin-authenticatedApp.b9ff71df.chunk.js +1 -0
  71. package/build/Admin_homePage.964f59a3.chunk.js +1 -0
  72. package/build/Admin_marketplace.1cf20eeb.chunk.js +1 -0
  73. package/build/{Admin_pluginsPage.22390055.chunk.js → Admin_pluginsPage.0d59d86e.chunk.js} +1 -1
  74. package/build/Admin_profilePage.c08119de.chunk.js +1 -0
  75. package/build/Admin_settingsPage.23cd984a.chunk.js +1 -0
  76. package/build/admin-edit-roles-page.57fa787d.chunk.js +1 -0
  77. package/build/admin-edit-users.572c68f8.chunk.js +1 -0
  78. package/build/admin-users.fa7573b6.chunk.js +1 -0
  79. package/build/{api-tokens-create-page.ab33d46d.chunk.js → api-tokens-create-page.ef71291c.chunk.js} +1 -1
  80. package/build/{api-tokens-edit-page.749496cc.chunk.js → api-tokens-edit-page.1486974f.chunk.js} +1 -1
  81. package/build/api-tokens-list-page.05f53943.chunk.js +1 -0
  82. package/build/{ar-json.9805489e.chunk.js → ar-json.d79e4709.chunk.js} +1 -1
  83. package/build/codemirror-css.17bc19d4.chunk.js +1 -0
  84. package/build/codemirror-theme.b5559efc.chunk.js +1 -0
  85. package/build/content-manager.006dc634.chunk.js +1 -0
  86. package/build/{content-type-builder-translation-ar-json.bce4d624.chunk.js → content-type-builder-translation-ar-json.f1fedc12.chunk.js} +1 -1
  87. package/build/{content-type-builder-translation-cs-json.785866b6.chunk.js → content-type-builder-translation-cs-json.2f7e2289.chunk.js} +1 -1
  88. package/build/{content-type-builder-translation-de-json.6faa019a.chunk.js → content-type-builder-translation-de-json.46017754.chunk.js} +1 -1
  89. package/build/content-type-builder-translation-dk-json.098bd218.chunk.js +1 -0
  90. package/build/{content-type-builder-translation-en-json.81257d0d.chunk.js → content-type-builder-translation-en-json.d70fc3af.chunk.js} +1 -1
  91. package/build/content-type-builder-translation-es-json.20c177ee.chunk.js +1 -0
  92. package/build/{content-type-builder-translation-fr-json.2156f48c.chunk.js → content-type-builder-translation-fr-json.8f66eb66.chunk.js} +1 -1
  93. package/build/content-type-builder-translation-id-json.aab2f426.chunk.js +1 -0
  94. package/build/{content-type-builder-translation-it-json.dc154c62.chunk.js → content-type-builder-translation-it-json.4c91e895.chunk.js} +1 -1
  95. package/build/{content-type-builder-translation-ja-json.9f8695a0.chunk.js → content-type-builder-translation-ja-json.c239ba90.chunk.js} +1 -1
  96. package/build/{content-type-builder-translation-ko-json.0288cb2b.chunk.js → content-type-builder-translation-ko-json.2a5e0769.chunk.js} +1 -1
  97. package/build/{content-type-builder-translation-ms-json.cfc21fb6.chunk.js → content-type-builder-translation-ms-json.124be88c.chunk.js} +1 -1
  98. package/build/{content-type-builder-translation-nl-json.4d742025.chunk.js → content-type-builder-translation-nl-json.98a240b8.chunk.js} +1 -1
  99. package/build/{content-type-builder-translation-pl-json.1b701a76.chunk.js → content-type-builder-translation-pl-json.2abc61bd.chunk.js} +1 -1
  100. package/build/{content-type-builder-translation-pt-BR-json.2c514ada.chunk.js → content-type-builder-translation-pt-BR-json.c0415545.chunk.js} +1 -1
  101. package/build/{content-type-builder-translation-pt-json.a3c4315c.chunk.js → content-type-builder-translation-pt-json.ab3e086d.chunk.js} +1 -1
  102. package/build/{content-type-builder-translation-ru-json.72173619.chunk.js → content-type-builder-translation-ru-json.1a6779fd.chunk.js} +1 -1
  103. package/build/{content-type-builder-translation-sk-json.e654be3b.chunk.js → content-type-builder-translation-sk-json.5c82f020.chunk.js} +1 -1
  104. package/build/{content-type-builder-translation-th-json.403aa6a4.chunk.js → content-type-builder-translation-th-json.24ee19eb.chunk.js} +1 -1
  105. package/build/{content-type-builder-translation-tr-json.72027971.chunk.js → content-type-builder-translation-tr-json.30434835.chunk.js} +1 -1
  106. package/build/{content-type-builder-translation-uk-json.a1b9f71b.chunk.js → content-type-builder-translation-uk-json.771662ef.chunk.js} +1 -1
  107. package/build/{content-type-builder-translation-zh-Hans-json.4c242866.chunk.js → content-type-builder-translation-zh-Hans-json.070020ae.chunk.js} +1 -1
  108. package/build/{content-type-builder-translation-zh-json.3b3eb4e8.chunk.js → content-type-builder-translation-zh-json.9708310d.chunk.js} +1 -1
  109. package/build/content-type-builder.2e3a53f1.chunk.js +1 -0
  110. package/build/cropper-css.ace19575.chunk.js +1 -0
  111. package/build/{cs-json.ff08076e.chunk.js → cs-json.b8ba75b8.chunk.js} +1 -1
  112. package/build/de-json.e01bdeae.chunk.js +1 -0
  113. package/build/dk-json.7356ea4b.chunk.js +1 -0
  114. package/build/email-settings-page.8f22f49c.chunk.js +1 -0
  115. package/build/email-translation-ar-json.95d90eb4.chunk.js +1 -0
  116. package/build/email-translation-cs-json.dfd1f3f2.chunk.js +1 -0
  117. package/build/email-translation-de-json.559a7d5f.chunk.js +1 -0
  118. package/build/email-translation-dk-json.f8a595bf.chunk.js +1 -0
  119. package/build/{email-translation-en-json.ef8208e3.chunk.js → email-translation-en-json.fa0dc92b.chunk.js} +1 -1
  120. package/build/email-translation-es-json.eb303dea.chunk.js +1 -0
  121. package/build/email-translation-fr-json.49c3c888.chunk.js +1 -0
  122. package/build/email-translation-id-json.e3c2101d.chunk.js +1 -0
  123. package/build/email-translation-it-json.3de61cb6.chunk.js +1 -0
  124. package/build/{email-translation-ja-json.66b21ec1.chunk.js → email-translation-ja-json.66337e44.chunk.js} +1 -1
  125. package/build/{email-translation-ko-json.e383ad57.chunk.js → email-translation-ko-json.52bbd7b4.chunk.js} +1 -1
  126. package/build/email-translation-ms-json.e39256df.chunk.js +1 -0
  127. package/build/email-translation-nl-json.12d28adb.chunk.js +1 -0
  128. package/build/email-translation-pl-json.9585a84e.chunk.js +1 -0
  129. package/build/email-translation-pt-BR-json.6c04b3ef.chunk.js +1 -0
  130. package/build/email-translation-pt-json.0239be04.chunk.js +1 -0
  131. package/build/email-translation-ru-json.f3b4fecc.chunk.js +1 -0
  132. package/build/email-translation-sk-json.76dbaaa6.chunk.js +1 -0
  133. package/build/email-translation-th-json.25ad73e7.chunk.js +1 -0
  134. package/build/email-translation-tr-json.ae04a9f2.chunk.js +1 -0
  135. package/build/email-translation-uk-json.03b27b08.chunk.js +1 -0
  136. package/build/email-translation-vi-json.3e1dd5b3.chunk.js +1 -0
  137. package/build/email-translation-zh-Hans-json.0df4ca59.chunk.js +1 -0
  138. package/build/email-translation-zh-json.82978eb0.chunk.js +1 -0
  139. package/build/en-json.ec998c8f.chunk.js +1 -0
  140. package/build/es-json.ed9c8bef.chunk.js +1 -0
  141. package/build/fontawesome-css-all.3b89f909.chunk.js +1 -0
  142. package/build/fontawesome-css.ef93ee2a.chunk.js +1 -0
  143. package/build/fr-json.bae03a2c.chunk.js +1 -0
  144. package/build/{he-json.fafa8569.chunk.js → he-json.86f9e663.chunk.js} +1 -1
  145. package/build/highlight.js.6321cb45.chunk.js +1 -0
  146. package/build/hu-json.a741d263.chunk.js +1 -0
  147. package/build/i18n-translation-dk-json.932d3cc2.chunk.js +1 -0
  148. package/build/{i18n-translation-en-json.a90b9dc5.chunk.js → i18n-translation-en-json.239b740f.chunk.js} +1 -1
  149. package/build/i18n-translation-es-json.347904f3.chunk.js +1 -0
  150. package/build/i18n-translation-fr-json.b52474fc.chunk.js +1 -0
  151. package/build/{i18n-translation-ko-json.f0628aff.chunk.js → i18n-translation-ko-json.e88e11ef.chunk.js} +1 -1
  152. package/build/{i18n-translation-zh-Hans-json.670b4940.chunk.js → i18n-translation-zh-Hans-json.4c17fed0.chunk.js} +1 -1
  153. package/build/{id-json.3372dadc.chunk.js → id-json.0b0c9731.chunk.js} +1 -1
  154. package/build/index.html +1 -1
  155. package/build/{it-json.0e5d5fdb.chunk.js → it-json.939916bc.chunk.js} +1 -1
  156. package/build/ja-json.52581a2a.chunk.js +1 -0
  157. package/build/{ko-json.35832b30.chunk.js → ko-json.29633034.chunk.js} +1 -1
  158. package/build/main.815f1087.js +2 -0
  159. package/build/{main.dfa22c7a.js.LICENSE.txt → main.815f1087.js.LICENSE.txt} +0 -0
  160. package/build/{ms-json.a66beabc.chunk.js → ms-json.5e5d12f9.chunk.js} +1 -1
  161. package/build/nl-json.ac661b7f.chunk.js +1 -0
  162. package/build/{no-json.25f63ee7.chunk.js → no-json.ff46b126.chunk.js} +1 -1
  163. package/build/{pl-json.3d7884e1.chunk.js → pl-json.6bff1d54.chunk.js} +1 -1
  164. package/build/pt-BR-json.8b3f799d.chunk.js +1 -0
  165. package/build/{pt-json.21a66a61.chunk.js → pt-json.b23d9a79.chunk.js} +1 -1
  166. package/build/{ru-json.ca2b6c3c.chunk.js → ru-json.bff93229.chunk.js} +1 -1
  167. package/build/runtime~main.85d349af.js +1 -0
  168. package/build/{sk-json.7f750e28.chunk.js → sk-json.a40bc2c8.chunk.js} +1 -1
  169. package/build/{sso-settings-page.bd7a8fd7.chunk.js → sso-settings-page.36c35df0.chunk.js} +1 -1
  170. package/build/{sv-json.3b5cc7f9.chunk.js → sv-json.8ac61ecf.chunk.js} +1 -1
  171. package/build/{th-json.694b4038.chunk.js → th-json.6e4502a3.chunk.js} +1 -1
  172. package/build/{tr-json.a842843a.chunk.js → tr-json.eaca955b.chunk.js} +1 -1
  173. package/build/uk-json.da2ed14e.chunk.js +1 -0
  174. package/build/{upload-translation-de-json.b4ff3c56.chunk.js → upload-translation-de-json.00f90715.chunk.js} +1 -1
  175. package/build/{upload-translation-dk-json.f37ae5c0.chunk.js → upload-translation-dk-json.bc6af8b4.chunk.js} +1 -1
  176. package/build/upload-translation-en-json.6b529046.chunk.js +1 -0
  177. package/build/upload-translation-es-json.b53d6641.chunk.js +1 -0
  178. package/build/{upload-translation-fr-json.0f4b3839.chunk.js → upload-translation-fr-json.ccb4ad8b.chunk.js} +1 -1
  179. package/build/{upload-translation-he-json.4b5e48bc.chunk.js → upload-translation-he-json.5dc34ea8.chunk.js} +1 -1
  180. package/build/upload-translation-it-json.c1809a47.chunk.js +1 -0
  181. package/build/{upload-translation-ja-json.9e1193c7.chunk.js → upload-translation-ja-json.71aa85eb.chunk.js} +1 -1
  182. package/build/{upload-translation-ko-json.b6602572.chunk.js → upload-translation-ko-json.da369eef.chunk.js} +1 -1
  183. package/build/{upload-translation-ms-json.bfb86c2e.chunk.js → upload-translation-ms-json.be669f81.chunk.js} +1 -1
  184. package/build/{upload-translation-pl-json.e0282fa4.chunk.js → upload-translation-pl-json.67685825.chunk.js} +1 -1
  185. package/build/{upload-translation-pt-BR-json.ad6bb9f8.chunk.js → upload-translation-pt-BR-json.f7b1133d.chunk.js} +1 -1
  186. package/build/{upload-translation-ru-json.4303b6a0.chunk.js → upload-translation-ru-json.54c031aa.chunk.js} +1 -1
  187. package/build/{upload-translation-sk-json.90a0bc6c.chunk.js → upload-translation-sk-json.f643dfc2.chunk.js} +1 -1
  188. package/build/{upload-translation-th-json.cf0d62e0.chunk.js → upload-translation-th-json.88ee2090.chunk.js} +1 -1
  189. package/build/{upload-translation-uk-json.ec345d61.chunk.js → upload-translation-uk-json.1a90e73c.chunk.js} +1 -1
  190. package/build/{upload-translation-zh-Hans-json.f320fa39.chunk.js → upload-translation-zh-Hans-json.ac1dc0b9.chunk.js} +1 -1
  191. package/build/{upload-translation-zh-json.9ad30216.chunk.js → upload-translation-zh-json.164ac601.chunk.js} +1 -1
  192. package/build/{upload.1e3e2685.chunk.js → upload.6f33785e.chunk.js} +1 -1
  193. package/build/users-email-settings-page.678794aa.chunk.js +1 -0
  194. package/build/{users-permissions-translation-ar-json.6fe0dcf5.chunk.js → users-permissions-translation-ar-json.bdddd0d7.chunk.js} +1 -1
  195. package/build/{users-permissions-translation-cs-json.dd4bb452.chunk.js → users-permissions-translation-cs-json.7881d3ff.chunk.js} +1 -1
  196. package/build/{users-permissions-translation-de-json.1505b462.chunk.js → users-permissions-translation-de-json.8d53c619.chunk.js} +1 -1
  197. package/build/{users-permissions-translation-dk-json.6b47229f.chunk.js → users-permissions-translation-dk-json.3e0295e5.chunk.js} +1 -1
  198. package/build/{users-permissions-translation-en-json.3e650c44.chunk.js → users-permissions-translation-en-json.1993655e.chunk.js} +1 -1
  199. package/build/users-permissions-translation-es-json.a4f81eaa.chunk.js +1 -0
  200. package/build/users-permissions-translation-fr-json.a2172545.chunk.js +1 -0
  201. package/build/users-permissions-translation-id-json.8f17982a.chunk.js +1 -0
  202. package/build/{users-permissions-translation-it-json.baa4f859.chunk.js → users-permissions-translation-it-json.87952a24.chunk.js} +1 -1
  203. package/build/{users-permissions-translation-ja-json.3ddd4418.chunk.js → users-permissions-translation-ja-json.5915d9ef.chunk.js} +1 -1
  204. package/build/users-permissions-translation-ko-json.f1ca6cc4.chunk.js +1 -0
  205. package/build/{users-permissions-translation-ms-json.dc405667.chunk.js → users-permissions-translation-ms-json.2268324c.chunk.js} +1 -1
  206. package/build/{users-permissions-translation-nl-json.2d8e847a.chunk.js → users-permissions-translation-nl-json.4e1231dd.chunk.js} +1 -1
  207. package/build/{users-permissions-translation-pl-json.b150dfb0.chunk.js → users-permissions-translation-pl-json.107638b5.chunk.js} +1 -1
  208. package/build/{users-permissions-translation-pt-BR-json.0c494c69.chunk.js → users-permissions-translation-pt-BR-json.8dafc053.chunk.js} +1 -1
  209. package/build/{users-permissions-translation-pt-json.0fccc389.chunk.js → users-permissions-translation-pt-json.3322464f.chunk.js} +1 -1
  210. package/build/users-permissions-translation-ru-json.5709c5a0.chunk.js +1 -0
  211. package/build/{users-permissions-translation-sk-json.2602e768.chunk.js → users-permissions-translation-sk-json.fe7cc044.chunk.js} +1 -1
  212. package/build/users-permissions-translation-sv-json.e7e1684b.chunk.js +1 -0
  213. package/build/{users-permissions-translation-th-json.abe0558b.chunk.js → users-permissions-translation-th-json.bb544ee3.chunk.js} +1 -1
  214. package/build/{users-permissions-translation-tr-json.269ee593.chunk.js → users-permissions-translation-tr-json.30f3ca90.chunk.js} +1 -1
  215. package/build/{users-permissions-translation-uk-json.ffd9a4ee.chunk.js → users-permissions-translation-uk-json.634f2569.chunk.js} +1 -1
  216. package/build/{users-permissions-translation-vi-json.c2cd19d5.chunk.js → users-permissions-translation-vi-json.605d88bc.chunk.js} +1 -1
  217. package/build/{users-permissions-translation-zh-Hans-json.2d909528.chunk.js → users-permissions-translation-zh-Hans-json.85480dab.chunk.js} +1 -1
  218. package/build/{users-permissions-translation-zh-json.7f3027c5.chunk.js → users-permissions-translation-zh-json.99932731.chunk.js} +1 -1
  219. package/build/users-providers-settings-page.fa21d558.chunk.js +1 -0
  220. package/build/users-roles-settings-page.e65d4d62.chunk.js +1 -0
  221. package/build/{vi-json.c25f42fe.chunk.js → vi-json.e993857a.chunk.js} +1 -1
  222. package/build/webhook-edit-page.640e85eb.chunk.js +1 -0
  223. package/build/{webhook-list-page.8abf0b5f.chunk.js → webhook-list-page.93432566.chunk.js} +1 -1
  224. package/build/zh-Hans-json.fcc53388.chunk.js +1 -0
  225. package/build/zh-json.2e4c9ef4.chunk.js +1 -0
  226. package/ee/admin/pages/App/utils/customRoutes.js +1 -1
  227. package/ee/server/controllers/authentication/utils.js +1 -1
  228. package/index.html +1 -1
  229. package/index.js +43 -26
  230. package/package.json +30 -37
  231. package/server/bootstrap.js +16 -0
  232. package/server/controllers/webhooks.js +6 -10
  233. package/server/services/api-token.js +1 -1
  234. package/server/services/metrics.js +6 -0
  235. package/server/services/permission/permissions-manager/sanitize.js +13 -5
  236. package/server/services/user.js +10 -0
  237. package/server/strategies/api-token.js +0 -3
  238. package/webpack.alias.js +0 -6
  239. package/webpack.config.js +1 -3
  240. package/build/2664.f33f619d.chunk.js +0 -2
  241. package/build/3226.1a4b5cd1.chunk.js +0 -2
  242. package/build/4064.2683bcce.chunk.js +0 -1
  243. package/build/4261.b7b7ac00.chunk.js +0 -1
  244. package/build/4362.c65ab24b.chunk.js +0 -1
  245. package/build/4741.1fb6ad6e.chunk.js +0 -2
  246. package/build/849.35b7e7af.chunk.js +0 -1
  247. package/build/9238.63386655.chunk.js +0 -1
  248. package/build/Admin-authenticatedApp.5e99b423.chunk.js +0 -1
  249. package/build/Admin_homePage.74b48134.chunk.js +0 -1
  250. package/build/Admin_marketplace.8d0028cc.chunk.js +0 -1
  251. package/build/Admin_profilePage.f276f571.chunk.js +0 -1
  252. package/build/Admin_settingsPage.1947fe0c.chunk.js +0 -1
  253. package/build/admin-edit-roles-page.2bccaf76.chunk.js +0 -1
  254. package/build/admin-edit-users.1632dcf7.chunk.js +0 -1
  255. package/build/admin-users.1f0533e6.chunk.js +0 -1
  256. package/build/api-tokens-list-page.d451255e.chunk.js +0 -1
  257. package/build/codemirror-css.d09c79d2.chunk.js +0 -1
  258. package/build/codemirror-theme.4a209ed5.chunk.js +0 -1
  259. package/build/content-manager.363a1bad.chunk.js +0 -1
  260. package/build/content-type-builder-translation-dk-json.215eca36.chunk.js +0 -1
  261. package/build/content-type-builder-translation-es-json.5a4f519b.chunk.js +0 -1
  262. package/build/content-type-builder-translation-id-json.e66f4e0a.chunk.js +0 -1
  263. package/build/content-type-builder.aa13e7a4.chunk.js +0 -1
  264. package/build/cropper-css.b71d1229.chunk.js +0 -1
  265. package/build/de-json.93987708.chunk.js +0 -1
  266. package/build/dk-json.97f8f309.chunk.js +0 -1
  267. package/build/email-settings-page.d3ce077f.chunk.js +0 -1
  268. package/build/email-translation-ar-json.536b0217.chunk.js +0 -1
  269. package/build/email-translation-cs-json.8f533c9b.chunk.js +0 -1
  270. package/build/email-translation-de-json.89f5373e.chunk.js +0 -1
  271. package/build/email-translation-dk-json.9c95cf96.chunk.js +0 -1
  272. package/build/email-translation-es-json.fec78330.chunk.js +0 -1
  273. package/build/email-translation-fr-json.76afb1c3.chunk.js +0 -1
  274. package/build/email-translation-id-json.1b3e055a.chunk.js +0 -1
  275. package/build/email-translation-it-json.7273fee2.chunk.js +0 -1
  276. package/build/email-translation-ms-json.af7c5861.chunk.js +0 -1
  277. package/build/email-translation-nl-json.10fec023.chunk.js +0 -1
  278. package/build/email-translation-pl-json.ebda42d5.chunk.js +0 -1
  279. package/build/email-translation-pt-BR-json.338d8b7c.chunk.js +0 -1
  280. package/build/email-translation-pt-json.1cd0fedf.chunk.js +0 -1
  281. package/build/email-translation-ru-json.2c369331.chunk.js +0 -1
  282. package/build/email-translation-sk-json.ba2e026d.chunk.js +0 -1
  283. package/build/email-translation-th-json.16457076.chunk.js +0 -1
  284. package/build/email-translation-tr-json.92e0a5d9.chunk.js +0 -1
  285. package/build/email-translation-uk-json.d00dd5b1.chunk.js +0 -1
  286. package/build/email-translation-vi-json.ed425dde.chunk.js +0 -1
  287. package/build/email-translation-zh-Hans-json.e2c630b6.chunk.js +0 -1
  288. package/build/email-translation-zh-json.2a06ebac.chunk.js +0 -1
  289. package/build/en-json.4c3c1c95.chunk.js +0 -1
  290. package/build/es-json.060b658c.chunk.js +0 -1
  291. package/build/fontawesome-css-all.90be2358.chunk.js +0 -1
  292. package/build/fontawesome-css.32df0f91.chunk.js +0 -1
  293. package/build/fr-json.c75e1a2e.chunk.js +0 -1
  294. package/build/highlight.js.3f31aed7.chunk.js +0 -1
  295. package/build/i18n-translation-fr-json.482f6933.chunk.js +0 -1
  296. package/build/ja-json.14eaee93.chunk.js +0 -1
  297. package/build/main.dfa22c7a.js +0 -2
  298. package/build/nl-json.9e55cf9c.chunk.js +0 -1
  299. package/build/pt-BR-json.e21cd994.chunk.js +0 -1
  300. package/build/runtime~main.2d8596f7.js +0 -1
  301. package/build/uk-json.3b8f967b.chunk.js +0 -1
  302. package/build/upload-translation-en-json.d205cecd.chunk.js +0 -1
  303. package/build/upload-translation-es-json.f9e9ffdf.chunk.js +0 -1
  304. package/build/upload-translation-it-json.fb24c332.chunk.js +0 -1
  305. package/build/users-email-settings-page.36142cd7.chunk.js +0 -1
  306. package/build/users-permissions-translation-es-json.768cc00e.chunk.js +0 -1
  307. package/build/users-permissions-translation-fr-json.12f3c930.chunk.js +0 -1
  308. package/build/users-permissions-translation-id-json.ec3deaf0.chunk.js +0 -1
  309. package/build/users-permissions-translation-ko-json.4677f640.chunk.js +0 -1
  310. package/build/users-permissions-translation-ru-json.4389c542.chunk.js +0 -1
  311. package/build/users-permissions-translation-sv-json.438e46f7.chunk.js +0 -1
  312. package/build/users-providers-settings-page.2c0685d3.chunk.js +0 -1
  313. package/build/users-roles-settings-page.61c9b376.chunk.js +0 -1
  314. package/build/webhook-edit-page.36755ae4.chunk.js +0 -1
  315. package/build/zh-Hans-json.e5041b18.chunk.js +0 -1
  316. package/build/zh-json.3b683748.chunk.js +0 -1
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8367],{69715:e=>{"use strict";e.exports=JSON.parse('{"Analytics":"Analytics","Auth.components.Oops.text":"Tu cuenta ha sido suspendida","Auth.form.button.forgot-password":"Enviar Email","Auth.form.button.go-home":"REGRESAR A CASA","Auth.form.button.login":"Iniciar sesi\xf3n","Auth.form.button.register":"Listo para comenzar","Auth.form.button.reset-password":"Cambiar contrase\xf1a","Auth.form.confirmPassword.label":"Confirmaci\xf3n de contrase\xf1a","Auth.form.email.label":"Correo electr\xf3nico","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"Su cuenta ha sido bloqueada por el administrador.","Auth.form.error.code.provide":"C\xf3digo incorrecto proporcionado.","Auth.form.error.confirmed":"Su cuenta de correo no ha sido confirmada.","Auth.form.error.email.invalid":"Este email es inv\xe1lido.","Auth.form.error.email.provide":"Por favor proporcione su nombre de usuario o su correo electr\xf3nico.","Auth.form.error.email.taken":"El email ya est\xe1 registrado","Auth.form.error.invalid":"Identificador o contrase\xf1a inv\xe1lidos.","Auth.form.error.params.provide":"Parametros incorrectos proporcionados.","Auth.form.error.password.format":"Su contrase\xf1a no puede contener el s\xedmbolo `$` m\xe1s de tres veces.","Auth.form.error.password.local":"Este usuario nunca estableci\xf3 una contrase\xf1a local, por favor ingrese a trav\xe9s de su proveedor utilizado durante la creaci\xf3n de la cuenta.","Auth.form.error.password.matching":"Las contrase\xf1as no coinciden.","Auth.form.error.password.provide":"Por favor, introduzca su contrase\xf1a.","Auth.form.error.ratelimit":"Demasiados intentos. Por favor vuelva a intentarlo dentro de un minuto.","Auth.form.error.user.not-exist":"Este email no existe.","Auth.form.error.username.taken":"El nombre de usuario ya est\xe1 registrado","Auth.form.firstname.label":"Nombre","Auth.form.firstname.placeholder":"Juan","Auth.form.forgot-password.email.label":"Introduce tu email","Auth.form.forgot-password.email.label.success":"Email enviado con \xe9xito a","Auth.form.lastname.label":"Apellido","Auth.form.lastname.placeholder":"P\xe9rez","Auth.form.password.label":"Contrase\xf1a","Auth.form.register.news.label":"Mantenerme informado sobre las nuevas funciones y las pr\xf3ximas mejoras (al hacer esto, acepta las {terms} y la {policy}).","Auth.form.rememberMe.label":"Recu\xe9rdame","Auth.form.username.label":"Usuario","Auth.form.username.placeholder":"Kai Doe","Auth.link.forgot-password":"\xbfOlvid\xf3 su contrase\xf1a?","Auth.link.ready":"\xbfListo para iniciar sesi\xf3n?","Auth.link.signin":"Registrarse","Auth.link.signin.account":"\xbfYa tienes una cuenta?","Auth.privacy-policy-agreement.policy":"pol\xedtica de privacidad","Auth.privacy-policy-agreement.terms":"condiciones","Content Manager":"Gestor de Contenidos","Content Type Builder":"Constructor de Tipos de Contenido","Documentation":"Documentaci\xf3n","Email":"Email","Files Upload":"Subida de archivos","HomePage.helmet.title":"P\xe1gina principal","HomePage.roadmap":"Vea nuestra hoja de ruta","HomePage.welcome.congrats":"\xa1Felicidades!","HomePage.welcome.congrats.content":"Est\xe1 registrado como el primer administrador. \\nPara descubrir las potentes funciones que ofrece Strapi,","HomePage.welcome.congrats.content.bold":"le recomendamos que cree su primer Tipo de Colecci\xf3n.","Media Library":"Biblioteca de Multimedia","New entry":"Entrada nueva","Password":"Contrase\xf1a","Provider":"Proveedor","ResetPasswordToken":"Restablecer Token de Contrase\xf1a","Role":"Rol","Roles & Permissions":"Roles y Permisos","Roles.ListPage.notification.delete-all-not-allowed":"Algunos roles no se pudieron eliminar porque est\xe1n asociados a usuarios","Roles.ListPage.notification.delete-not-allowed":"No se puede eliminar un rol si est\xe1 asociado a usuarios","Roles.RoleRow.user-count.plural":"{number} usuarios","Roles.RoleRow.user-count.singular":"{number} usuario","Roles.components.List.empty.withSearch":"No hay rol correspondiente a la b\xfasqueda ({search})...","Settings.PageTitle":"Configuraci\xf3n - {name}","Settings.error":"Error","Settings.global":"Configuraci\xf3n global","Settings.permissions":"Panel de administraci\xf3n","Settings.permissions.category":"Configuraci\xf3n de permisos para {category}","Settings.permissions.conditions.anytime":"En cualquier momento","Settings.permissions.conditions.apply":"Aplicar","Settings.permissions.conditions.can":"Poder","Settings.permissions.conditions.define-conditions":"Definir condiciones","Settings.permissions.conditions.links":"Enlaces","Settings.permissions.conditions.no-actions":"No hay acci\xf3n","Settings.permissions.conditions.or":"O","Settings.permissions.conditions.selected.plural":"{number} condiciones seleccionadas","Settings.permissions.conditions.selected.singular":"{number} condici\xf3n seleccionada","Settings.permissions.conditions.when":"Cuando","Settings.permissions.menu.link.roles.label":"Roles","Settings.permissions.menu.link.users.label":"Usuarios","Settings.permissions.users.create":"Crear nuevo usuario","Settings.permissions.users.form.email":"Correo electr\xf3nico","Settings.permissions.users.form.firstname":"Nombre","Settings.permissions.users.form.lastname":"Apellido","Settings.permissions.users.listview.header.title":"Usuarios","Settings.roles.create.description":"Definir los derechos otorgados al rol","Settings.roles.create.title":"Crea un rol","Settings.roles.created":"Rol creado","Settings.roles.edit.title":"Editar un rol","Settings.roles.form.button.users-with-role":"Usuarios con este rol","Settings.roles.form.created":"Creado","Settings.roles.form.description":"Nombre y descripci\xf3n del rol","Settings.roles.form.input.description":"Descripci\xf3n","Settings.roles.form.input.name":"Nombre","Settings.roles.form.permissions.attributesPermissions":"Permisos de los campos","Settings.roles.form.permissions.create":"Crear","Settings.roles.form.permissions.delete":"Eliminar","Settings.roles.form.permissions.publish":"Publicar","Settings.roles.form.permissions.read":"Leer","Settings.roles.form.permissions.update":"Actualizar","Settings.roles.form.title":"Detalles","Settings.roles.list.button.add":"Agregar nuevo rol","Settings.roles.list.description":"Lista de roles","Settings.roles.list.title.plural":"{number} roles","Settings.roles.list.title.singular":"{number} rol","Settings.roles.title":"Roles","Settings.roles.title.singular":"rol","Settings.webhooks.create":"Crea un webhook","Settings.webhooks.create.header":"Crea un nuevo encabezado","Settings.webhooks.created":"Webhook created","Settings.webhooks.disabled":"Deshabilitado","Settings.webhooks.enabled":"Habilitado","Settings.webhooks.event.publish-tooltip":"Este evento solo existe para contenidos con el sistema Borrador/Publicaci\xf3n habilitado","Settings.webhooks.events.create":"Crear","Settings.webhooks.events.update":"Actualizar","Settings.webhooks.form.events":"Eventos","Settings.webhooks.form.headers":"Encabezados","Settings.webhooks.form.name":"Nombre","Settings.webhooks.form.url":"Url","Settings.webhooks.key":"Clave","Settings.webhooks.list.button.add":"Agregar nuevo webhook","Settings.webhooks.list.description":"Recibe notificaciones de cambios POST.","Settings.webhooks.list.empty.description":"Agregue el primero a esta lista.","Settings.webhooks.list.empty.link":"Ver nuestra documentaci\xf3n","Settings.webhooks.list.empty.title":"Todav\xeda no hay webhooks","Settings.webhooks.singular":"webhook","Settings.webhooks.title":"Webhooks","Settings.webhooks.trigger":"Desencadenante","Settings.webhooks.trigger.cancel":"Cancelar disparador","Settings.webhooks.trigger.pending":"Pendiente\u2026","Settings.webhooks.trigger.save":"Guarde para desencadenar","Settings.webhooks.trigger.success":"\xa1\xc9xito!","Settings.webhooks.trigger.success.label":"Desencadenante \xe9xitoso","Settings.webhooks.trigger.test":"Probar desencadenante","Settings.webhooks.trigger.title":"Guardar antes de desencadenar","Settings.webhooks.value":"Valor","Username":"Nombre de usuario","Users":"Usuarios","Users & Permissions":"Usuarios y permisos","Users.components.List.empty":"No hay usuarios...","Users.components.List.empty.withFilters":"No hay usuarios con los filtros aplicados...","Users.components.List.empty.withSearch":"No hay usuarios correspondientes a la b\xfasqueda ({search})...","app.components.BlockLink.code":"Ejemplos de c\xf3digo","app.components.Button.cancel":"Cancelar","app.components.Button.reset":"Reiniciar","app.components.Button.save":"Guardar","app.components.ComingSoonPage.comingSoon":"Pr\xf3ximamente","app.components.DownloadInfo.download":"Descarga en curso...","app.components.DownloadInfo.text":"Esto puede tardar un minuto. Gracias por su paciencia.","app.components.EmptyAttributes.title":"A\xfan no hay campos","app.components.HomePage.button.blog":"VER M\xc1S EN EL BLOG","app.components.HomePage.community":"Encuentre la comunidad en la web","app.components.HomePage.community.content":"Hable con los miembros del equipo, colaboradores y desarrolladores en diferentes canales.","app.components.HomePage.create":"Crea tu primer Tipo de Contenido","app.components.HomePage.welcome":"\xa1Bienvenido a bordo!","app.components.HomePage.welcome.again":"\xa1Bienvenido ","app.components.HomePage.welcomeBlock.content":"Estamos felices de tenerlo como miembro de la comunidad. Estamos constantemente en busca de comentarios as\xed que no dude en enviarnos un DM en ","app.components.HomePage.welcomeBlock.content.again":"Esperamos que est\xe9s progresando en tu proyecto.... Si\xe9ntase libre de leer las \xfaltimas novedades sobre Strapi. Estamos dando lo mejor de nosotros mismos para mejorar el producto bas\xe1ndonos en sus comentarios.","app.components.HomePage.welcomeBlock.content.issues":"problema.","app.components.HomePage.welcomeBlock.content.raise":" o reportar cualquier ","app.components.ImgPreview.hint":"Arrastre y suelte el archivo en esta \xe1rea o {browse} para subir un archivo.","app.components.ImgPreview.hint.browse":"buscar","app.components.InputFile.newFile":"A\xf1adir nuevo archivo","app.components.InputFileDetails.open":"Abrir en una nueva pesta\xf1a","app.components.InputFileDetails.originalName":"Nombre original:","app.components.InputFileDetails.remove":"Eliminar este archivo","app.components.InputFileDetails.size":"Tama\xf1o:","app.components.InstallPluginPage.Download.description":"La descarga e instalaci\xf3n del plugin podr\xeda llevar unos segundos.","app.components.InstallPluginPage.Download.title":"Descargando...","app.components.InstallPluginPage.description":"Extienda su aplicaci\xf3n sin esfuerzo.","app.components.InstallPluginPage.helmet":"Tienda - Plugins","app.components.InstallPluginPage.title":"Tienda - Plugins","app.components.LeftMenuFooter.documentation":"Documentaci\xf3n","app.components.LeftMenuFooter.help":"Ayuda","app.components.LeftMenuFooter.poweredBy":"Potenciado por ","app.components.LeftMenuLinkContainer.collectionTypes":"Tipos de Colecci\xf3n","app.components.LeftMenuLinkContainer.configuration":"Configuraciones","app.components.LeftMenuLinkContainer.general":"General","app.components.LeftMenuLinkContainer.installNewPlugin":"Tienda","app.components.LeftMenuLinkContainer.listPlugins":"Plugins","app.components.LeftMenuLinkContainer.noPluginsInstalled":"No hay plugins instalados todav\xeda","app.components.LeftMenuLinkContainer.plugins":"Plugins","app.components.LeftMenuLinkContainer.settings":"Configuraciones","app.components.LeftMenuLinkContainer.singleTypes":"Tipos \xdanicos","app.components.ListPluginsPage.deletePlugin.description":"Es posible que la desinstalaci\xf3n del plugin tarde unos segundos.","app.components.ListPluginsPage.deletePlugin.title":"Desinstalar","app.components.ListPluginsPage.description":"Lista de los plugins instalados en el proyecto.","app.components.ListPluginsPage.helmet.title":"Lista de plugins","app.components.ListPluginsPage.title":"Plugins","app.components.Logout.logout":"Cerrar sesi\xf3n","app.components.Logout.profile":"Perfil","app.components.NotFoundPage.back":"Volver a la p\xe1gina de inicio","app.components.NotFoundPage.description":"No encontrado","app.components.Official":"Oficial","app.components.Onboarding.label.completed":"% completado","app.components.Onboarding.title":"V\xeddeos introductorios","app.components.PluginCard.Button.label.download":"Descargar","app.components.PluginCard.Button.label.install":"Ya instalado","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"La funci\xf3n de recarga autom\xe1tica debe estar desactivada. Por favor, inicie su aplicaci\xf3n con `yarn develop`.","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"\xa1Entendido!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"Por motivos de seguridad, el plugin s\xf3lo puede descargarse en entorno de desarrollo.","app.components.PluginCard.PopUpWarning.install.impossible.title":"Imposible descargar","app.components.PluginCard.compatible":"Compatible con su aplicaci\xf3n","app.components.PluginCard.compatibleCommunity":"Compatible con la comunidad","app.components.PluginCard.more-details":"M\xe1s detalles","app.components.UpgradePlanModal.button":"SABER M\xc1S","app.components.UpgradePlanModal.limit-reached":"Has alcanzado el l\xedmite","app.components.UpgradePlanModal.text-ce":"Edici\xf3n de la Comunidad","app.components.UpgradePlanModal.text-ee":"Edici\xf3n Empresarial","app.components.UpgradePlanModal.text-power":"Desbloquea todo el poder","app.components.UpgradePlanModal.text-strapi":"de Strapi actualizando su plan al","app.components.Users.MagicLink.connect":"Env\xede este enlace al usuario para que se conecte.","app.components.Users.ModalCreateBody.block-title.details":"Detalles","app.components.Users.ModalCreateBody.block-title.roles":"Roles del usuario","app.components.Users.SortPicker.button-label":"Ordenar por","app.components.Users.SortPicker.sortby.email_asc":"Correo electr\xf3nico (de la A a la Z)","app.components.Users.SortPicker.sortby.email_desc":"Correo electr\xf3nico (de la Z a la A)","app.components.Users.SortPicker.sortby.firstname_asc":"Nombre (de la A a la Z)","app.components.Users.SortPicker.sortby.firstname_desc":"Nombre (de la Z a la A)","app.components.Users.SortPicker.sortby.lastname_asc":"Apellido (de la A a la Z)","app.components.Users.SortPicker.sortby.lastname_desc":"Apellido (de la Z a la A)","app.components.Users.SortPicker.sortby.username_asc":"Nombre de usuario (de la A a la Z)","app.components.Users.SortPicker.sortby.username_desc":"Nombre de usuario (de la Z a la A)","app.components.listPlugins.button":"A\xf1adir nuevo plugin","app.components.listPlugins.title.none":"No hay plugins instalados","app.components.listPlugins.title.plural":"{number} plugins est\xe1n instalados","app.components.listPlugins.title.singular":"{number} plugin est\xe1 instalado","app.components.listPluginsPage.deletePlugin.error":"Se ha producido un error al desinstalar el plugin","app.containers.App.notification.error.init":"Se produjo un error al solicitar la API","app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin":"Si no recibe este enlace, comun\xedquese con su administrador.","app.containers.AuthPage.ForgotPasswordSuccess.text.email":"Es posible que tarde unos minutos en recibir el enlace de recuperaci\xf3n de contrase\xf1a.","app.containers.AuthPage.ForgotPasswordSuccess.title":"Correo electr\xf3nico enviado","app.containers.Users.EditPage.form.active.label":"Activo","app.containers.Users.EditPage.header.label":"Editar {name}","app.containers.Users.EditPage.header.label-loading":"Editar usuario","app.containers.Users.EditPage.roles-bloc-title":"Roles atribuidos","app.containers.Users.ModalForm.footer.button-success":"Crear usuario","app.links.configure-view":"Configurar la vista","app.static.links.cheatsheet":"CheatSheet","app.utils.SelectOption.defaultMessage":" ","app.utils.add-filter":"A\xf1adir filtro","app.utils.defaultMessage":" ","app.utils.delete":"Eliminar","app.utils.errors.file-too-big.message":"El archivo es demasiado grande","app.utils.filters":"Filtros","app.utils.placeholder.defaultMessage":" ","app.utils.publish":"Publicar","app.utils.select-all":"Seleccionar todo","app.utils.unpublish":"Anular publicaci\xf3n","component.Input.error.validation.integer":"El valor debe ser un n\xfamero entero","components.AutoReloadBlocker.description":"Inicia Strapi con uno de los siguientes comandos:","components.AutoReloadBlocker.header":"Es necesario recargar para este plugin.","components.ErrorBoundary.title":"Algo sali\xf3 mal...","components.Input.error.attribute.key.taken":"Este valor ya existe","components.Input.error.attribute.sameKeyAndName":"No puede ser igual","components.Input.error.attribute.taken":"Este nombre de campo ya existe","components.Input.error.contain.lowercase":"La contrase\xf1a debe contener al menos un car\xe1cter en min\xfascula","components.Input.error.contain.number":"La contrase\xf1a debe contener al menos un n\xfamero","components.Input.error.contain.uppercase":"La contrase\xf1a debe contener al menos un car\xe1cter en may\xfascula","components.Input.error.contentTypeName.taken":"Este nombre ya existe","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"Las contrase\xf1as no coinciden","components.Input.error.validation.email":"Esto no es un email","components.Input.error.validation.json":"Esto no coincide con el formato JSON","components.Input.error.validation.max":"El valor es demasiado alto.","components.Input.error.validation.maxLength":"El valor es demasiado largo.","components.Input.error.validation.min":"El valor es demasiado bajo.","components.Input.error.validation.minLength":"El valor es demasiado corto.","components.Input.error.validation.minSupMax":"No puede ser superior","components.Input.error.validation.regex":"El valor no coincide con el de regex.","components.Input.error.validation.required":"Este valor es obligatorio.","components.Input.error.validation.unique":"Este valor ya se utiliza.","components.InputSelect.option.placeholder":"Elige aqu\xed","components.ListRow.empty":"No hay datos que mostrar.","components.OverlayBlocker.description":"Est\xe1 utilizando una funci\xf3n que necesita que el servidor se reinicie. Por favor, espere hasta que el servidor est\xe9 listo..","components.OverlayBlocker.description.serverError":"El servidor deber\xeda haberse reiniciado, compruebe sus logs en el terminal.","components.OverlayBlocker.title":"Esperando el reinicio...","components.OverlayBlocker.title.serverError":"El reinicio est\xe1 llevando m\xe1s tiempo de lo esperado","components.PageFooter.select":"entradas por p\xe1gina","components.ProductionBlocker.description":"Por razones de seguridad tenemos que desactivar este plugin en otros entornos.","components.ProductionBlocker.header":"Este plugin s\xf3lo est\xe1 disponible en entornos de desarrollo.","components.Search.placeholder":"Buscar...","components.Wysiwyg.collapse":"Contraer men\xfa","components.Wysiwyg.selectOptions.H1":"T\xedtulo H1","components.Wysiwyg.selectOptions.H2":"T\xedtulo H2","components.Wysiwyg.selectOptions.H3":"T\xedtulo H3","components.Wysiwyg.selectOptions.H4":"T\xedtulo H4","components.Wysiwyg.selectOptions.H5":"T\xedtulo H5","components.Wysiwyg.selectOptions.H6":"T\xedtulo H6","components.Wysiwyg.selectOptions.title":"A\xf1adir un t\xedtulo","components.WysiwygBottomControls.charactersIndicators":"caracteres","components.WysiwygBottomControls.fullscreen":"Expandir","components.WysiwygBottomControls.uploadFiles":"Arrastrar y soltar archivos, pegar desde el portapapeles o {browse}.","components.WysiwygBottomControls.uploadFiles.browse":"seleccionarlos","components.popUpWarning.button.cancel":"No, cancelar","components.popUpWarning.button.confirm":"S\xed, confirmar","components.popUpWarning.message":"\xbfEst\xe1s seguro de que quieres borrar esto?","components.popUpWarning.title":"Por favor, confirme","content-manager.EditRelations.title":"Datos relacionados","content-manager.api.id":"ID de API","content-manager.components.AddFilterCTA.add":"Filtros","content-manager.components.AddFilterCTA.hide":"Filtros","content-manager.components.DraggableAttr.edit":"Click para editar","content-manager.components.DynamicZone.pick-compo":"Elija un componente","content-manager.components.DynamicZone.required":"Se requiere un componente","content-manager.components.EmptyAttributesBlock.button":"Ir a la p\xe1gina de configuraciones","content-manager.components.EmptyAttributesBlock.description":"Usted puede cambiar sus configuraciones","content-manager.components.FieldItem.linkToComponentLayout":"Establecer el dise\xf1o del componente","content-manager.components.FilterOptions.button.apply":"Aplicar","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"Aplicar","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"Limpiar todo","content-manager.components.FiltersPickWrapper.PluginHeader.description":"Establece las condiciones a aplicar para filtrar registros","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"Filtros","content-manager.components.FiltersPickWrapper.hide":"Ocultar","content-manager.components.LimitSelect.itemsPerPage":"registros por p\xe1gina","content-manager.components.NotAllowedInput.text":"Sin permisos para ver este campo","content-manager.components.Search.placeholder":"Buscar un registro...","content-manager.components.Select.draft-info-title":"Estado: Borrador","content-manager.components.Select.publish-info-title":"Estado: Publicado","content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings":"Personaliza c\xf3mo se ver\xe1 la vista de edici\xf3n.","content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings":"Defina la configuraci\xf3n de la vista de lista.","content-manager.components.SettingsViewWrapper.pluginHeader.title":"Configurar la vista - {name}","content-manager.components.TableDelete.delete":"Eliminar todo","content-manager.components.TableDelete.deleteSelected":"Eliminar seleccionados","content-manager.components.TableEmpty.withFilters":"No hay {contentType} con los filtros aplicados...","content-manager.components.TableEmpty.withSearch":"No hay {contentType} que coincida con la b\xfasqueda ({search})...","content-manager.components.TableEmpty.withoutFilter":"No hay {contentType}...","content-manager.components.empty-repeatable":"A\xfan no hay entrada. Haga clic en el bot\xf3n de abajo para agregar uno.","content-manager.components.notification.info.maximum-requirement":"Ya has alcanzado el n\xfamero m\xe1ximo de campos","content-manager.components.notification.info.minimum-requirement":"Se ha agregado un campo para cumplir con el requisito m\xednimo","content-manager.components.reset-entry":"Restablecer entrada","content-manager.components.uid.apply":"aplicar","content-manager.components.uid.available":"disponible","content-manager.components.uid.regenerate":"regenerado","content-manager.components.uid.suggested":"sugerido","content-manager.components.uid.unavailable":"no disponible","content-manager.containers.Edit.Link.Layout":"Configurar el layout","content-manager.containers.Edit.Link.Model":"Edita el Tipo de Colecci\xf3n","content-manager.containers.Edit.addAnItem":"Agregar un registro...","content-manager.containers.Edit.clickToJump":"Click para ir al registro","content-manager.containers.Edit.delete":"Eliminar","content-manager.containers.Edit.delete-entry":"Eliminar esta entrada","content-manager.containers.Edit.editing":"Editando...","content-manager.containers.Edit.information":"Informaci\xf3n","content-manager.containers.Edit.information.by":"Por","content-manager.containers.Edit.information.draftVersion":"versi\xf3n preliminar","content-manager.containers.Edit.information.editing":"Edici\xf3n","content-manager.containers.Edit.information.lastUpdate":"\xdaltima actualizaci\xf3n","content-manager.containers.Edit.information.publishedVersion":"versi\xf3n publicada","content-manager.containers.Edit.pluginHeader.title.new":"Crea una entrada","content-manager.containers.Edit.reset":"Reiniciar","content-manager.containers.Edit.returnList":"Regresar a la lista","content-manager.containers.Edit.seeDetails":"Detalles","content-manager.containers.Edit.submit":"Guardar","content-manager.containers.EditSettingsView.modal-form.edit-field":"Edita el campo","content-manager.containers.EditView.components.missing.plural":"Faltan {count} componentes","content-manager.containers.EditView.components.missing.singular":"Falta {count} componente","content-manager.containers.EditView.notification.errors":"El formulario contiene algunos errores","content-manager.containers.Home.introduction":"Para editar sus registros vaya al link en espec\xedfico en el menu de la izquierda. Este plugin no tiene una manera de editar configuraciones y a\xfan esta en continuo desarrollo.","content-manager.containers.Home.pluginHeaderDescription":"Gestiona sus registros en una bella y poderoza interfaz.","content-manager.containers.Home.pluginHeaderTitle":"Gestor de Contenido","content-manager.containers.List.draft":"Borrador","content-manager.containers.List.errorFetchRecords":"Error","content-manager.containers.List.published":"Publicado","content-manager.containers.ListPage.displayedFields":"Campos mostrados","content-manager.containers.ListPage.table-headers.published_at":"Estado","content-manager.containers.ListSettingsView.modal-form.edit-label":"Edita la etiqueta","content-manager.containers.SettingPage.add.field":"Insertar otro campo","content-manager.containers.SettingPage.add.relational-field":"Insertar otro campo relacional","content-manager.containers.SettingPage.attributes":"Campos de atributos","content-manager.containers.SettingPage.attributes.description":"Defina el orden de sus atributos","content-manager.containers.SettingPage.editSettings.description":"Arrastra y suelta los campos para construir el dise\xf1o","content-manager.containers.SettingPage.editSettings.entry.title":"T\xedtulo de la entrada","content-manager.containers.SettingPage.editSettings.entry.title.description":"Establece el campo para mostar en tu entrada","content-manager.containers.SettingPage.editSettings.title":"Editar (configuraciones)","content-manager.containers.SettingPage.layout":"Layout","content-manager.containers.SettingPage.listSettings.description":"Configure las opciones para este Tipo de Colecci\xf3n","content-manager.containers.SettingPage.listSettings.title":"Lista (configuraciones)","content-manager.containers.SettingPage.pluginHeaderDescription":"Configure los ajustes espec\xedficos para este Tipo de Colecci\xf3n","content-manager.containers.SettingPage.relations":"Campos relacionales","content-manager.containers.SettingPage.settings":"Ajustes","content-manager.containers.SettingPage.view":"Ver","content-manager.containers.SettingViewModel.pluginHeader.title":"Administrador de contenido - {name}","content-manager.containers.SettingsPage.Block.contentType.description":"Configuraciones espec\xedficas","content-manager.containers.SettingsPage.Block.contentType.title":"Tipos de Colecci\xf3n","content-manager.containers.SettingsPage.Block.generalSettings.description":"Configure las opciones predeterminadas para sus Tipos de Colecci\xf3n","content-manager.containers.SettingsPage.Block.generalSettings.title":"General","content-manager.containers.SettingsPage.pluginHeaderDescription":"Configure los ajustes para todos sus Tipos y Grupos de Colecciones","content-manager.containers.SettingsView.list.subtitle":"Configure el dise\xf1o y la visualizaci\xf3n de sus Tipos y Grupos de Colecciones","content-manager.containers.SettingsView.list.title":"Configuraciones de pantalla","content-manager.emptyAttributes.button":"Ir al constructor de Tipo de Colecci\xf3n","content-manager.emptyAttributes.description":"Agregue su primer campo a su Tipo de Colecci\xf3n","content-manager.emptyAttributes.title":"A\xfan no hay campos","content-manager.error.attribute.key.taken":"Este valor ya existe","content-manager.error.attribute.sameKeyAndName":"No pueden ser iguales","content-manager.error.attribute.taken":"Este campo ya existe","content-manager.error.contentTypeName.taken":"Este nombre ya existe","content-manager.error.model.fetch":"Ocurri\xf3 un error durante la consulta de configuraci\xf3n de modelos.","content-manager.error.record.create":"Ocurri\xf3 un error durante la creaci\xf3n del registro.","content-manager.error.record.delete":"Ocurri\xf3 un error durante la eliminaci\xf3n del registro.","content-manager.error.record.fetch":"Ocurri\xf3 un error durante la consulta del registro.","content-manager.error.record.update":"Ocurri\xf3 un error durante la actualizaci\xf3n del registro.","content-manager.error.records.count":"Ocurri\xf3 un error durante la consulta del n\xfamero de registros.","content-manager.error.records.fetch":"Ocurri\xf3 un error durante la consulta de registros.","content-manager.error.schema.generation":"Ocurri\xf3 un error durante la generaci\xf3n de esquema.","content-manager.error.validation.json":"Este no es un JSON","content-manager.error.validation.max":"El valor es muy alto.","content-manager.error.validation.maxLength":"El valor es muy largo.","content-manager.error.validation.min":"El valor es muy bajo.","content-manager.error.validation.minLength":"El valor es muy corto.","content-manager.error.validation.minSupMax":"No puede ser superior","content-manager.error.validation.regex":"El valor no cumple la expresi\xf3n regular.","content-manager.error.validation.required":"Este dato es requerido.","content-manager.form.Input.bulkActions":"Habilitar acciones en bloque","content-manager.form.Input.defaultSort":"Atributo para ordenar por defecto","content-manager.form.Input.description":"Descripci\xf3n","content-manager.form.Input.description.placeholder":"Mostrar nombre en el perf\xedl","content-manager.form.Input.editable":"Campo editable","content-manager.form.Input.filters":"Habilitar filtros","content-manager.form.Input.label":"Etiqueta","content-manager.form.Input.label.inputDescription":"Este valor sobrescribe la etiqueta mostrada en la cabecera de la tabla","content-manager.form.Input.pageEntries":"Entradas por p\xe1gina","content-manager.form.Input.pageEntries.inputDescription":"Nota: Puede anular este valor en la p\xe1gina de configuraci\xf3n de Tipo de Colecci\xf3n.","content-manager.form.Input.placeholder":"Placeholder","content-manager.form.Input.placeholder.placeholder":"Mi valor maravilloso","content-manager.form.Input.search":"Habilitar la b\xfasqueda","content-manager.form.Input.search.field":"Habilitar la b\xfasqueda para este campo","content-manager.form.Input.sort.field":"Habilitar ordenado para este campo","content-manager.form.Input.wysiwyg":"Mostrar como WYSIWYG","content-manager.global.displayedFields":"Campos mostrados","content-manager.groups":"Grupos","content-manager.groups.numbered":"Grupos ({number})","content-manager.models":"Tipos de Colecci\xf3n","content-manager.models.numbered":"Tipos de Colecci\xf3n ({number})","content-manager.notification.error.displayedFields":"Usted necesita al menos un campo mostrado","content-manager.notification.error.relationship.fetch":"Ocurri\xf3 un error durante la consulta de la relaci\xf3n.","content-manager.notification.info.SettingPage.disableSort":"Necesita tener un habilidato el ordenado en un atributo","content-manager.notification.info.minimumFields":"Debe tener al menos un campo mostrado","content-manager.notification.upload.error":"Se produjo un error al subir sus archivos","content-manager.pageNotFound":"P\xe1gina no encontrada","content-manager.permissions.not-allowed.create":"No se le permite crear un documento","content-manager.permissions.not-allowed.update":"No se le permite ver este documento","content-manager.plugin.description.long":"Ver, editar y eliminar informaci\xf3n de su base de datos de manera r\xe1pida.","content-manager.plugin.description.short":"Ver, editar y eliminar informaci\xf3n de su base de datos de manera r\xe1pida.","content-manager.popUpWarning.bodyMessage.contentType.delete":"\xbfEst\xe1 seguro de querer eliminar este registro?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"\xbfEst\xe1 seguro de querer eliminar estos registros?","content-manager.popUpWarning.warning.cancelAllSettings":"\xbfEst\xe1 seguro de querer cancelar sus cambios?","content-manager.popUpWarning.warning.publish-question":"\xbfA\xfan quieres publicarlo?","content-manager.popUpWarning.warning.unpublish":"Si anula la publicaci\xf3n de este contenido, se convertir\xe1 autom\xe1ticamente en un borrador.","content-manager.popUpWarning.warning.unpublish-question":"\xbfEst\xe1 seguro de que desea anular la publicaci\xf3n?","content-manager.popUpWarning.warning.updateAllSettings":"Esto modificar\xe1 todas sus configuraciones","content-manager.popUpwarning.warning.has-draft-relations.button-confirm":"Si, publicar","content-manager.success.record.delete":"Eliminado","content-manager.success.record.publish":"Publicado","content-manager.success.record.save":"Guardado","content-manager.success.record.unpublish":"Sin publicar","form.button.continue":"Continuar","form.button.done":"Hecho","form.button.finish":"Terminar","global.prompt.unsaved":"\xbfEst\xe1 seguro de que quiere salir de esta p\xe1gina? Todas sus modificaciones se perder\xe1n","notification.contentType.relations.conflict":"El Tipo de Contenido tiene relaciones conflictivas","notification.error":"Se ha producido un error","notification.error.layout":"No se pudo recuperar el esquema","notification.form.error.fields":"El formulario contiene algunos errores","notification.form.success.fields":"Cambios guardados","notification.link-copied":"Enlace copiado en el portapapeles","notification.permission.not-allowed-read":"No tienes permiso para ver este documento","notification.success.delete":"El elemento ha sido eliminado","notification.success.saved":"Guardado","request.error.model.unknown":"Este modelo no existe"}')}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7566],{38030:(n,e,f)=>{"use strict";n.exports=f.p+"23f19bb08961f37aaf69.eot"},42348:(n,e,f)=>{"use strict";n.exports=f.p+"2f517e09eb2ca6650ff5.svg"},56196:(n,e,f)=>{"use strict";n.exports=f.p+"527940b104eb2ea366c8.ttf"},36877:(n,e,f)=>{"use strict";n.exports=f.p+"2285773e6b4b172f07d9.woff"},45177:(n,e,f)=>{"use strict";n.exports=f.p+"d878b0a6a1144760244f.woff2"},81378:(n,e,f)=>{"use strict";n.exports=f.p+"77206a6bb316fa0aded5.eot"},43812:(n,e,f)=>{"use strict";n.exports=f.p+"4689f52cc96215721344.svg"},82040:(n,e,f)=>{"use strict";n.exports=f.p+"491974d108fe4002b2aa.ttf"},27281:(n,e,f)=>{"use strict";n.exports=f.p+"bb58e57c48a3e911f15f.woff"},62996:(n,e,f)=>{"use strict";n.exports=f.p+"7a3337626410ca2f4071.woff2"},95576:(n,e,f)=>{"use strict";n.exports=f.p+"9bbb245e67a133f6e486.eot"},84435:(n,e,f)=>{"use strict";n.exports=f.p+"7a8b4f130182d19a2d7c.svg"},92231:(n,e,f)=>{"use strict";n.exports=f.p+"be9ee23c0c6390141475.ttf"},8871:(n,e,f)=>{"use strict";n.exports=f.p+"eeccf4f66002c6f2ba24.woff"},47752:(n,e,f)=>{"use strict";n.exports=f.p+"1551f4f60c37af51121f.woff2"},65304:(n,e,f)=>{"use strict";f.r(e),f.d(e,{default:()=>c});var t=f(90487),o=f.n(t),a=f(36616),r={insert:"head",singleton:!1};o()(a.Z,r);const c=a.Z.locals||{}},90487:(n,e,f)=>{"use strict";var t=function(){var n;return function(){return"undefined"===typeof n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n}}(),o=function(){var n={};return function(e){if("undefined"===typeof n[e]){var f=document.querySelector(e);if(window.HTMLIFrameElement&&f instanceof window.HTMLIFrameElement)try{f=f.contentDocument.head}catch(t){f=null}n[e]=f}return n[e]}}(),a=[];function r(n){for(var e=-1,f=0;f<a.length;f++)if(a[f].identifier===n){e=f;break}return e}function c(n,e){for(var f={},t=[],o=0;o<n.length;o++){var c=n[o],b=e.base?c[0]+e.base:c[0],i=f[b]||0,s="".concat(b," ").concat(i);f[b]=i+1;var l=r(s),d={css:c[1],media:c[2],sourceMap:c[3]};-1!==l?(a[l].references++,a[l].updater(d)):a.push({identifier:s,updater:u(d,e),references:1}),t.push(s)}return t}function b(n){var e=document.createElement("style"),t=n.attributes||{};if("undefined"===typeof t.nonce){var a=f.nc;a&&(t.nonce=a)}if(Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])})),"function"===typeof n.insert)n.insert(e);else{var r=o(n.insert||"head");if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(e)}return e}var i=function(){var n=[];return function(e,f){return n[e]=f,n.filter(Boolean).join("\n")}}();function s(n,e,f,t){var o=f?"":t.media?"@media ".concat(t.media," {").concat(t.css,"}"):t.css;if(n.styleSheet)n.styleSheet.cssText=i(e,o);else{var a=document.createTextNode(o),r=n.childNodes;r[e]&&n.removeChild(r[e]),r.length?n.insertBefore(a,r[e]):n.appendChild(a)}}function l(n,e,f){var t=f.css,o=f.media,a=f.sourceMap;if(o?n.setAttribute("media",o):n.removeAttribute("media"),a&&"undefined"!==typeof btoa&&(t+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),n.styleSheet)n.styleSheet.cssText=t;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(t))}}var d=null,p=0;function u(n,e){var f,t,o;if(e.singleton){var a=p++;f=d||(d=b(e)),t=s.bind(null,f,a,!1),o=s.bind(null,f,a,!0)}else f=b(e),t=l.bind(null,f,e),o=function(){!function(n){if(null===n.parentNode)return!1;n.parentNode.removeChild(n)}(f)};return t(n),function(e){if(e){if(e.css===n.css&&e.media===n.media&&e.sourceMap===n.sourceMap)return;t(n=e)}else o()}}n.exports=function(n,e){(e=e||{}).singleton||"boolean"===typeof e.singleton||(e.singleton=t());var f=c(n=n||[],e);return function(n){if(n=n||[],"[object Array]"===Object.prototype.toString.call(n)){for(var t=0;t<f.length;t++){var o=r(f[t]);a[o].references--}for(var b=c(n,e),i=0;i<f.length;i++){var s=r(f[i]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}f=b}}}},68922:n=>{"use strict";n.exports=function(n){var e=[];return e.toString=function(){return this.map((function(e){var f=n(e);return e[2]?"@media ".concat(e[2]," {").concat(f,"}"):f})).join("")},e.i=function(n,f,t){"string"===typeof n&&(n=[[null,n,""]]);var o={};if(t)for(var a=0;a<this.length;a++){var r=this[a][0];null!=r&&(o[r]=!0)}for(var c=0;c<n.length;c++){var b=[].concat(n[c]);t&&o[b[0]]||(f&&(b[2]?b[2]="".concat(f," and ").concat(b[2]):b[2]=f),e.push(b))}},e}},84155:n=>{"use strict";n.exports=function(n,e){return e||(e={}),"string"!==typeof(n=n&&n.__esModule?n.default:n)?n:(/^['"].*['"]$/.test(n)&&(n=n.slice(1,-1)),e.hash&&(n+=e.hash),/["'() \t\n]/.test(n)||e.needQuotes?'"'.concat(n.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):n)}},36616:(n,e,f)=>{"use strict";f.d(e,{Z:()=>O});var t=f(68922),o=f.n(t),a=f(84155),r=f.n(a),c=f(38030),b=f(45177),i=f(36877),s=f(56196),l=f(42348),d=f(81378),p=f(62996),u=f(27281),m=f(82040),h=f(43812),g=f(95576),w=f(47752),k=f(8871),y=f(92231),v=f(84435),x=o()((function(n){return n[1]})),q=r()(c),z=r()(c,{hash:"?#iefix"}),j=r()(b),I=r()(i),F=r()(s),C=r()(l,{hash:"#fontawesome"}),M=r()(d),A=r()(d,{hash:"?#iefix"}),T=r()(p),B=r()(u),S=r()(m),D=r()(h,{hash:"#fontawesome"}),L=r()(g),N=r()(g,{hash:"?#iefix"}),X=r()(w),_=r()(k),E=r()(y),U=r()(v,{hash:"#fontawesome"});x.push([n.id,'/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\n.fa,\n.fas,\n.far,\n.fal,\n.fad,\n.fab {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1; }\n\n.fa-lg {\n font-size: 1.33333em;\n line-height: 0.75em;\n vertical-align: -.0667em; }\n\n.fa-xs {\n font-size: .75em; }\n\n.fa-sm {\n font-size: .875em; }\n\n.fa-1x {\n font-size: 1em; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-6x {\n font-size: 6em; }\n\n.fa-7x {\n font-size: 7em; }\n\n.fa-8x {\n font-size: 8em; }\n\n.fa-9x {\n font-size: 9em; }\n\n.fa-10x {\n font-size: 10em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit; }\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: .1em;\n padding: .2em .25em .15em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: .3em; }\n\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none; }\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em; }\n\n.fa-stack-1x,\n.fa-stack-2x {\n left: 0;\n position: absolute;\n text-align: center;\n width: 100%; }\n\n.fa-stack-1x {\n line-height: inherit; }\n\n.fa-stack-2x {\n font-size: 2em; }\n\n.fa-inverse {\n color: #fff; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n.fa-500px:before {\n content: "\\f26e"; }\n\n.fa-accessible-icon:before {\n content: "\\f368"; }\n\n.fa-accusoft:before {\n content: "\\f369"; }\n\n.fa-acquisitions-incorporated:before {\n content: "\\f6af"; }\n\n.fa-ad:before {\n content: "\\f641"; }\n\n.fa-address-book:before {\n content: "\\f2b9"; }\n\n.fa-address-card:before {\n content: "\\f2bb"; }\n\n.fa-adjust:before {\n content: "\\f042"; }\n\n.fa-adn:before {\n content: "\\f170"; }\n\n.fa-adversal:before {\n content: "\\f36a"; }\n\n.fa-affiliatetheme:before {\n content: "\\f36b"; }\n\n.fa-air-freshener:before {\n content: "\\f5d0"; }\n\n.fa-airbnb:before {\n content: "\\f834"; }\n\n.fa-algolia:before {\n content: "\\f36c"; }\n\n.fa-align-center:before {\n content: "\\f037"; }\n\n.fa-align-justify:before {\n content: "\\f039"; }\n\n.fa-align-left:before {\n content: "\\f036"; }\n\n.fa-align-right:before {\n content: "\\f038"; }\n\n.fa-alipay:before {\n content: "\\f642"; }\n\n.fa-allergies:before {\n content: "\\f461"; }\n\n.fa-amazon:before {\n content: "\\f270"; }\n\n.fa-amazon-pay:before {\n content: "\\f42c"; }\n\n.fa-ambulance:before {\n content: "\\f0f9"; }\n\n.fa-american-sign-language-interpreting:before {\n content: "\\f2a3"; }\n\n.fa-amilia:before {\n content: "\\f36d"; }\n\n.fa-anchor:before {\n content: "\\f13d"; }\n\n.fa-android:before {\n content: "\\f17b"; }\n\n.fa-angellist:before {\n content: "\\f209"; }\n\n.fa-angle-double-down:before {\n content: "\\f103"; }\n\n.fa-angle-double-left:before {\n content: "\\f100"; }\n\n.fa-angle-double-right:before {\n content: "\\f101"; }\n\n.fa-angle-double-up:before {\n content: "\\f102"; }\n\n.fa-angle-down:before {\n content: "\\f107"; }\n\n.fa-angle-left:before {\n content: "\\f104"; }\n\n.fa-angle-right:before {\n content: "\\f105"; }\n\n.fa-angle-up:before {\n content: "\\f106"; }\n\n.fa-angry:before {\n content: "\\f556"; }\n\n.fa-angrycreative:before {\n content: "\\f36e"; }\n\n.fa-angular:before {\n content: "\\f420"; }\n\n.fa-ankh:before {\n content: "\\f644"; }\n\n.fa-app-store:before {\n content: "\\f36f"; }\n\n.fa-app-store-ios:before {\n content: "\\f370"; }\n\n.fa-apper:before {\n content: "\\f371"; }\n\n.fa-apple:before {\n content: "\\f179"; }\n\n.fa-apple-alt:before {\n content: "\\f5d1"; }\n\n.fa-apple-pay:before {\n content: "\\f415"; }\n\n.fa-archive:before {\n content: "\\f187"; }\n\n.fa-archway:before {\n content: "\\f557"; }\n\n.fa-arrow-alt-circle-down:before {\n content: "\\f358"; }\n\n.fa-arrow-alt-circle-left:before {\n content: "\\f359"; }\n\n.fa-arrow-alt-circle-right:before {\n content: "\\f35a"; }\n\n.fa-arrow-alt-circle-up:before {\n content: "\\f35b"; }\n\n.fa-arrow-circle-down:before {\n content: "\\f0ab"; }\n\n.fa-arrow-circle-left:before {\n content: "\\f0a8"; }\n\n.fa-arrow-circle-right:before {\n content: "\\f0a9"; }\n\n.fa-arrow-circle-up:before {\n content: "\\f0aa"; }\n\n.fa-arrow-down:before {\n content: "\\f063"; }\n\n.fa-arrow-left:before {\n content: "\\f060"; }\n\n.fa-arrow-right:before {\n content: "\\f061"; }\n\n.fa-arrow-up:before {\n content: "\\f062"; }\n\n.fa-arrows-alt:before {\n content: "\\f0b2"; }\n\n.fa-arrows-alt-h:before {\n content: "\\f337"; }\n\n.fa-arrows-alt-v:before {\n content: "\\f338"; }\n\n.fa-artstation:before {\n content: "\\f77a"; }\n\n.fa-assistive-listening-systems:before {\n content: "\\f2a2"; }\n\n.fa-asterisk:before {\n content: "\\f069"; }\n\n.fa-asymmetrik:before {\n content: "\\f372"; }\n\n.fa-at:before {\n content: "\\f1fa"; }\n\n.fa-atlas:before {\n content: "\\f558"; }\n\n.fa-atlassian:before {\n content: "\\f77b"; }\n\n.fa-atom:before {\n content: "\\f5d2"; }\n\n.fa-audible:before {\n content: "\\f373"; }\n\n.fa-audio-description:before {\n content: "\\f29e"; }\n\n.fa-autoprefixer:before {\n content: "\\f41c"; }\n\n.fa-avianex:before {\n content: "\\f374"; }\n\n.fa-aviato:before {\n content: "\\f421"; }\n\n.fa-award:before {\n content: "\\f559"; }\n\n.fa-aws:before {\n content: "\\f375"; }\n\n.fa-baby:before {\n content: "\\f77c"; }\n\n.fa-baby-carriage:before {\n content: "\\f77d"; }\n\n.fa-backspace:before {\n content: "\\f55a"; }\n\n.fa-backward:before {\n content: "\\f04a"; }\n\n.fa-bacon:before {\n content: "\\f7e5"; }\n\n.fa-bacteria:before {\n content: "\\e059"; }\n\n.fa-bacterium:before {\n content: "\\e05a"; }\n\n.fa-bahai:before {\n content: "\\f666"; }\n\n.fa-balance-scale:before {\n content: "\\f24e"; }\n\n.fa-balance-scale-left:before {\n content: "\\f515"; }\n\n.fa-balance-scale-right:before {\n content: "\\f516"; }\n\n.fa-ban:before {\n content: "\\f05e"; }\n\n.fa-band-aid:before {\n content: "\\f462"; }\n\n.fa-bandcamp:before {\n content: "\\f2d5"; }\n\n.fa-barcode:before {\n content: "\\f02a"; }\n\n.fa-bars:before {\n content: "\\f0c9"; }\n\n.fa-baseball-ball:before {\n content: "\\f433"; }\n\n.fa-basketball-ball:before {\n content: "\\f434"; }\n\n.fa-bath:before {\n content: "\\f2cd"; }\n\n.fa-battery-empty:before {\n content: "\\f244"; }\n\n.fa-battery-full:before {\n content: "\\f240"; }\n\n.fa-battery-half:before {\n content: "\\f242"; }\n\n.fa-battery-quarter:before {\n content: "\\f243"; }\n\n.fa-battery-three-quarters:before {\n content: "\\f241"; }\n\n.fa-battle-net:before {\n content: "\\f835"; }\n\n.fa-bed:before {\n content: "\\f236"; }\n\n.fa-beer:before {\n content: "\\f0fc"; }\n\n.fa-behance:before {\n content: "\\f1b4"; }\n\n.fa-behance-square:before {\n content: "\\f1b5"; }\n\n.fa-bell:before {\n content: "\\f0f3"; }\n\n.fa-bell-slash:before {\n content: "\\f1f6"; }\n\n.fa-bezier-curve:before {\n content: "\\f55b"; }\n\n.fa-bible:before {\n content: "\\f647"; }\n\n.fa-bicycle:before {\n content: "\\f206"; }\n\n.fa-biking:before {\n content: "\\f84a"; }\n\n.fa-bimobject:before {\n content: "\\f378"; }\n\n.fa-binoculars:before {\n content: "\\f1e5"; }\n\n.fa-biohazard:before {\n content: "\\f780"; }\n\n.fa-birthday-cake:before {\n content: "\\f1fd"; }\n\n.fa-bitbucket:before {\n content: "\\f171"; }\n\n.fa-bitcoin:before {\n content: "\\f379"; }\n\n.fa-bity:before {\n content: "\\f37a"; }\n\n.fa-black-tie:before {\n content: "\\f27e"; }\n\n.fa-blackberry:before {\n content: "\\f37b"; }\n\n.fa-blender:before {\n content: "\\f517"; }\n\n.fa-blender-phone:before {\n content: "\\f6b6"; }\n\n.fa-blind:before {\n content: "\\f29d"; }\n\n.fa-blog:before {\n content: "\\f781"; }\n\n.fa-blogger:before {\n content: "\\f37c"; }\n\n.fa-blogger-b:before {\n content: "\\f37d"; }\n\n.fa-bluetooth:before {\n content: "\\f293"; }\n\n.fa-bluetooth-b:before {\n content: "\\f294"; }\n\n.fa-bold:before {\n content: "\\f032"; }\n\n.fa-bolt:before {\n content: "\\f0e7"; }\n\n.fa-bomb:before {\n content: "\\f1e2"; }\n\n.fa-bone:before {\n content: "\\f5d7"; }\n\n.fa-bong:before {\n content: "\\f55c"; }\n\n.fa-book:before {\n content: "\\f02d"; }\n\n.fa-book-dead:before {\n content: "\\f6b7"; }\n\n.fa-book-medical:before {\n content: "\\f7e6"; }\n\n.fa-book-open:before {\n content: "\\f518"; }\n\n.fa-book-reader:before {\n content: "\\f5da"; }\n\n.fa-bookmark:before {\n content: "\\f02e"; }\n\n.fa-bootstrap:before {\n content: "\\f836"; }\n\n.fa-border-all:before {\n content: "\\f84c"; }\n\n.fa-border-none:before {\n content: "\\f850"; }\n\n.fa-border-style:before {\n content: "\\f853"; }\n\n.fa-bowling-ball:before {\n content: "\\f436"; }\n\n.fa-box:before {\n content: "\\f466"; }\n\n.fa-box-open:before {\n content: "\\f49e"; }\n\n.fa-box-tissue:before {\n content: "\\e05b"; }\n\n.fa-boxes:before {\n content: "\\f468"; }\n\n.fa-braille:before {\n content: "\\f2a1"; }\n\n.fa-brain:before {\n content: "\\f5dc"; }\n\n.fa-bread-slice:before {\n content: "\\f7ec"; }\n\n.fa-briefcase:before {\n content: "\\f0b1"; }\n\n.fa-briefcase-medical:before {\n content: "\\f469"; }\n\n.fa-broadcast-tower:before {\n content: "\\f519"; }\n\n.fa-broom:before {\n content: "\\f51a"; }\n\n.fa-brush:before {\n content: "\\f55d"; }\n\n.fa-btc:before {\n content: "\\f15a"; }\n\n.fa-buffer:before {\n content: "\\f837"; }\n\n.fa-bug:before {\n content: "\\f188"; }\n\n.fa-building:before {\n content: "\\f1ad"; }\n\n.fa-bullhorn:before {\n content: "\\f0a1"; }\n\n.fa-bullseye:before {\n content: "\\f140"; }\n\n.fa-burn:before {\n content: "\\f46a"; }\n\n.fa-buromobelexperte:before {\n content: "\\f37f"; }\n\n.fa-bus:before {\n content: "\\f207"; }\n\n.fa-bus-alt:before {\n content: "\\f55e"; }\n\n.fa-business-time:before {\n content: "\\f64a"; }\n\n.fa-buy-n-large:before {\n content: "\\f8a6"; }\n\n.fa-buysellads:before {\n content: "\\f20d"; }\n\n.fa-calculator:before {\n content: "\\f1ec"; }\n\n.fa-calendar:before {\n content: "\\f133"; }\n\n.fa-calendar-alt:before {\n content: "\\f073"; }\n\n.fa-calendar-check:before {\n content: "\\f274"; }\n\n.fa-calendar-day:before {\n content: "\\f783"; }\n\n.fa-calendar-minus:before {\n content: "\\f272"; }\n\n.fa-calendar-plus:before {\n content: "\\f271"; }\n\n.fa-calendar-times:before {\n content: "\\f273"; }\n\n.fa-calendar-week:before {\n content: "\\f784"; }\n\n.fa-camera:before {\n content: "\\f030"; }\n\n.fa-camera-retro:before {\n content: "\\f083"; }\n\n.fa-campground:before {\n content: "\\f6bb"; }\n\n.fa-canadian-maple-leaf:before {\n content: "\\f785"; }\n\n.fa-candy-cane:before {\n content: "\\f786"; }\n\n.fa-cannabis:before {\n content: "\\f55f"; }\n\n.fa-capsules:before {\n content: "\\f46b"; }\n\n.fa-car:before {\n content: "\\f1b9"; }\n\n.fa-car-alt:before {\n content: "\\f5de"; }\n\n.fa-car-battery:before {\n content: "\\f5df"; }\n\n.fa-car-crash:before {\n content: "\\f5e1"; }\n\n.fa-car-side:before {\n content: "\\f5e4"; }\n\n.fa-caravan:before {\n content: "\\f8ff"; }\n\n.fa-caret-down:before {\n content: "\\f0d7"; }\n\n.fa-caret-left:before {\n content: "\\f0d9"; }\n\n.fa-caret-right:before {\n content: "\\f0da"; }\n\n.fa-caret-square-down:before {\n content: "\\f150"; }\n\n.fa-caret-square-left:before {\n content: "\\f191"; }\n\n.fa-caret-square-right:before {\n content: "\\f152"; }\n\n.fa-caret-square-up:before {\n content: "\\f151"; }\n\n.fa-caret-up:before {\n content: "\\f0d8"; }\n\n.fa-carrot:before {\n content: "\\f787"; }\n\n.fa-cart-arrow-down:before {\n content: "\\f218"; }\n\n.fa-cart-plus:before {\n content: "\\f217"; }\n\n.fa-cash-register:before {\n content: "\\f788"; }\n\n.fa-cat:before {\n content: "\\f6be"; }\n\n.fa-cc-amazon-pay:before {\n content: "\\f42d"; }\n\n.fa-cc-amex:before {\n content: "\\f1f3"; }\n\n.fa-cc-apple-pay:before {\n content: "\\f416"; }\n\n.fa-cc-diners-club:before {\n content: "\\f24c"; }\n\n.fa-cc-discover:before {\n content: "\\f1f2"; }\n\n.fa-cc-jcb:before {\n content: "\\f24b"; }\n\n.fa-cc-mastercard:before {\n content: "\\f1f1"; }\n\n.fa-cc-paypal:before {\n content: "\\f1f4"; }\n\n.fa-cc-stripe:before {\n content: "\\f1f5"; }\n\n.fa-cc-visa:before {\n content: "\\f1f0"; }\n\n.fa-centercode:before {\n content: "\\f380"; }\n\n.fa-centos:before {\n content: "\\f789"; }\n\n.fa-certificate:before {\n content: "\\f0a3"; }\n\n.fa-chair:before {\n content: "\\f6c0"; }\n\n.fa-chalkboard:before {\n content: "\\f51b"; }\n\n.fa-chalkboard-teacher:before {\n content: "\\f51c"; }\n\n.fa-charging-station:before {\n content: "\\f5e7"; }\n\n.fa-chart-area:before {\n content: "\\f1fe"; }\n\n.fa-chart-bar:before {\n content: "\\f080"; }\n\n.fa-chart-line:before {\n content: "\\f201"; }\n\n.fa-chart-pie:before {\n content: "\\f200"; }\n\n.fa-check:before {\n content: "\\f00c"; }\n\n.fa-check-circle:before {\n content: "\\f058"; }\n\n.fa-check-double:before {\n content: "\\f560"; }\n\n.fa-check-square:before {\n content: "\\f14a"; }\n\n.fa-cheese:before {\n content: "\\f7ef"; }\n\n.fa-chess:before {\n content: "\\f439"; }\n\n.fa-chess-bishop:before {\n content: "\\f43a"; }\n\n.fa-chess-board:before {\n content: "\\f43c"; }\n\n.fa-chess-king:before {\n content: "\\f43f"; }\n\n.fa-chess-knight:before {\n content: "\\f441"; }\n\n.fa-chess-pawn:before {\n content: "\\f443"; }\n\n.fa-chess-queen:before {\n content: "\\f445"; }\n\n.fa-chess-rook:before {\n content: "\\f447"; }\n\n.fa-chevron-circle-down:before {\n content: "\\f13a"; }\n\n.fa-chevron-circle-left:before {\n content: "\\f137"; }\n\n.fa-chevron-circle-right:before {\n content: "\\f138"; }\n\n.fa-chevron-circle-up:before {\n content: "\\f139"; }\n\n.fa-chevron-down:before {\n content: "\\f078"; }\n\n.fa-chevron-left:before {\n content: "\\f053"; }\n\n.fa-chevron-right:before {\n content: "\\f054"; }\n\n.fa-chevron-up:before {\n content: "\\f077"; }\n\n.fa-child:before {\n content: "\\f1ae"; }\n\n.fa-chrome:before {\n content: "\\f268"; }\n\n.fa-chromecast:before {\n content: "\\f838"; }\n\n.fa-church:before {\n content: "\\f51d"; }\n\n.fa-circle:before {\n content: "\\f111"; }\n\n.fa-circle-notch:before {\n content: "\\f1ce"; }\n\n.fa-city:before {\n content: "\\f64f"; }\n\n.fa-clinic-medical:before {\n content: "\\f7f2"; }\n\n.fa-clipboard:before {\n content: "\\f328"; }\n\n.fa-clipboard-check:before {\n content: "\\f46c"; }\n\n.fa-clipboard-list:before {\n content: "\\f46d"; }\n\n.fa-clock:before {\n content: "\\f017"; }\n\n.fa-clone:before {\n content: "\\f24d"; }\n\n.fa-closed-captioning:before {\n content: "\\f20a"; }\n\n.fa-cloud:before {\n content: "\\f0c2"; }\n\n.fa-cloud-download-alt:before {\n content: "\\f381"; }\n\n.fa-cloud-meatball:before {\n content: "\\f73b"; }\n\n.fa-cloud-moon:before {\n content: "\\f6c3"; }\n\n.fa-cloud-moon-rain:before {\n content: "\\f73c"; }\n\n.fa-cloud-rain:before {\n content: "\\f73d"; }\n\n.fa-cloud-showers-heavy:before {\n content: "\\f740"; }\n\n.fa-cloud-sun:before {\n content: "\\f6c4"; }\n\n.fa-cloud-sun-rain:before {\n content: "\\f743"; }\n\n.fa-cloud-upload-alt:before {\n content: "\\f382"; }\n\n.fa-cloudflare:before {\n content: "\\e07d"; }\n\n.fa-cloudscale:before {\n content: "\\f383"; }\n\n.fa-cloudsmith:before {\n content: "\\f384"; }\n\n.fa-cloudversify:before {\n content: "\\f385"; }\n\n.fa-cocktail:before {\n content: "\\f561"; }\n\n.fa-code:before {\n content: "\\f121"; }\n\n.fa-code-branch:before {\n content: "\\f126"; }\n\n.fa-codepen:before {\n content: "\\f1cb"; }\n\n.fa-codiepie:before {\n content: "\\f284"; }\n\n.fa-coffee:before {\n content: "\\f0f4"; }\n\n.fa-cog:before {\n content: "\\f013"; }\n\n.fa-cogs:before {\n content: "\\f085"; }\n\n.fa-coins:before {\n content: "\\f51e"; }\n\n.fa-columns:before {\n content: "\\f0db"; }\n\n.fa-comment:before {\n content: "\\f075"; }\n\n.fa-comment-alt:before {\n content: "\\f27a"; }\n\n.fa-comment-dollar:before {\n content: "\\f651"; }\n\n.fa-comment-dots:before {\n content: "\\f4ad"; }\n\n.fa-comment-medical:before {\n content: "\\f7f5"; }\n\n.fa-comment-slash:before {\n content: "\\f4b3"; }\n\n.fa-comments:before {\n content: "\\f086"; }\n\n.fa-comments-dollar:before {\n content: "\\f653"; }\n\n.fa-compact-disc:before {\n content: "\\f51f"; }\n\n.fa-compass:before {\n content: "\\f14e"; }\n\n.fa-compress:before {\n content: "\\f066"; }\n\n.fa-compress-alt:before {\n content: "\\f422"; }\n\n.fa-compress-arrows-alt:before {\n content: "\\f78c"; }\n\n.fa-concierge-bell:before {\n content: "\\f562"; }\n\n.fa-confluence:before {\n content: "\\f78d"; }\n\n.fa-connectdevelop:before {\n content: "\\f20e"; }\n\n.fa-contao:before {\n content: "\\f26d"; }\n\n.fa-cookie:before {\n content: "\\f563"; }\n\n.fa-cookie-bite:before {\n content: "\\f564"; }\n\n.fa-copy:before {\n content: "\\f0c5"; }\n\n.fa-copyright:before {\n content: "\\f1f9"; }\n\n.fa-cotton-bureau:before {\n content: "\\f89e"; }\n\n.fa-couch:before {\n content: "\\f4b8"; }\n\n.fa-cpanel:before {\n content: "\\f388"; }\n\n.fa-creative-commons:before {\n content: "\\f25e"; }\n\n.fa-creative-commons-by:before {\n content: "\\f4e7"; }\n\n.fa-creative-commons-nc:before {\n content: "\\f4e8"; }\n\n.fa-creative-commons-nc-eu:before {\n content: "\\f4e9"; }\n\n.fa-creative-commons-nc-jp:before {\n content: "\\f4ea"; }\n\n.fa-creative-commons-nd:before {\n content: "\\f4eb"; }\n\n.fa-creative-commons-pd:before {\n content: "\\f4ec"; }\n\n.fa-creative-commons-pd-alt:before {\n content: "\\f4ed"; }\n\n.fa-creative-commons-remix:before {\n content: "\\f4ee"; }\n\n.fa-creative-commons-sa:before {\n content: "\\f4ef"; }\n\n.fa-creative-commons-sampling:before {\n content: "\\f4f0"; }\n\n.fa-creative-commons-sampling-plus:before {\n content: "\\f4f1"; }\n\n.fa-creative-commons-share:before {\n content: "\\f4f2"; }\n\n.fa-creative-commons-zero:before {\n content: "\\f4f3"; }\n\n.fa-credit-card:before {\n content: "\\f09d"; }\n\n.fa-critical-role:before {\n content: "\\f6c9"; }\n\n.fa-crop:before {\n content: "\\f125"; }\n\n.fa-crop-alt:before {\n content: "\\f565"; }\n\n.fa-cross:before {\n content: "\\f654"; }\n\n.fa-crosshairs:before {\n content: "\\f05b"; }\n\n.fa-crow:before {\n content: "\\f520"; }\n\n.fa-crown:before {\n content: "\\f521"; }\n\n.fa-crutch:before {\n content: "\\f7f7"; }\n\n.fa-css3:before {\n content: "\\f13c"; }\n\n.fa-css3-alt:before {\n content: "\\f38b"; }\n\n.fa-cube:before {\n content: "\\f1b2"; }\n\n.fa-cubes:before {\n content: "\\f1b3"; }\n\n.fa-cut:before {\n content: "\\f0c4"; }\n\n.fa-cuttlefish:before {\n content: "\\f38c"; }\n\n.fa-d-and-d:before {\n content: "\\f38d"; }\n\n.fa-d-and-d-beyond:before {\n content: "\\f6ca"; }\n\n.fa-dailymotion:before {\n content: "\\e052"; }\n\n.fa-dashcube:before {\n content: "\\f210"; }\n\n.fa-database:before {\n content: "\\f1c0"; }\n\n.fa-deaf:before {\n content: "\\f2a4"; }\n\n.fa-deezer:before {\n content: "\\e077"; }\n\n.fa-delicious:before {\n content: "\\f1a5"; }\n\n.fa-democrat:before {\n content: "\\f747"; }\n\n.fa-deploydog:before {\n content: "\\f38e"; }\n\n.fa-deskpro:before {\n content: "\\f38f"; }\n\n.fa-desktop:before {\n content: "\\f108"; }\n\n.fa-dev:before {\n content: "\\f6cc"; }\n\n.fa-deviantart:before {\n content: "\\f1bd"; }\n\n.fa-dharmachakra:before {\n content: "\\f655"; }\n\n.fa-dhl:before {\n content: "\\f790"; }\n\n.fa-diagnoses:before {\n content: "\\f470"; }\n\n.fa-diaspora:before {\n content: "\\f791"; }\n\n.fa-dice:before {\n content: "\\f522"; }\n\n.fa-dice-d20:before {\n content: "\\f6cf"; }\n\n.fa-dice-d6:before {\n content: "\\f6d1"; }\n\n.fa-dice-five:before {\n content: "\\f523"; }\n\n.fa-dice-four:before {\n content: "\\f524"; }\n\n.fa-dice-one:before {\n content: "\\f525"; }\n\n.fa-dice-six:before {\n content: "\\f526"; }\n\n.fa-dice-three:before {\n content: "\\f527"; }\n\n.fa-dice-two:before {\n content: "\\f528"; }\n\n.fa-digg:before {\n content: "\\f1a6"; }\n\n.fa-digital-ocean:before {\n content: "\\f391"; }\n\n.fa-digital-tachograph:before {\n content: "\\f566"; }\n\n.fa-directions:before {\n content: "\\f5eb"; }\n\n.fa-discord:before {\n content: "\\f392"; }\n\n.fa-discourse:before {\n content: "\\f393"; }\n\n.fa-disease:before {\n content: "\\f7fa"; }\n\n.fa-divide:before {\n content: "\\f529"; }\n\n.fa-dizzy:before {\n content: "\\f567"; }\n\n.fa-dna:before {\n content: "\\f471"; }\n\n.fa-dochub:before {\n content: "\\f394"; }\n\n.fa-docker:before {\n content: "\\f395"; }\n\n.fa-dog:before {\n content: "\\f6d3"; }\n\n.fa-dollar-sign:before {\n content: "\\f155"; }\n\n.fa-dolly:before {\n content: "\\f472"; }\n\n.fa-dolly-flatbed:before {\n content: "\\f474"; }\n\n.fa-donate:before {\n content: "\\f4b9"; }\n\n.fa-door-closed:before {\n content: "\\f52a"; }\n\n.fa-door-open:before {\n content: "\\f52b"; }\n\n.fa-dot-circle:before {\n content: "\\f192"; }\n\n.fa-dove:before {\n content: "\\f4ba"; }\n\n.fa-download:before {\n content: "\\f019"; }\n\n.fa-draft2digital:before {\n content: "\\f396"; }\n\n.fa-drafting-compass:before {\n content: "\\f568"; }\n\n.fa-dragon:before {\n content: "\\f6d5"; }\n\n.fa-draw-polygon:before {\n content: "\\f5ee"; }\n\n.fa-dribbble:before {\n content: "\\f17d"; }\n\n.fa-dribbble-square:before {\n content: "\\f397"; }\n\n.fa-dropbox:before {\n content: "\\f16b"; }\n\n.fa-drum:before {\n content: "\\f569"; }\n\n.fa-drum-steelpan:before {\n content: "\\f56a"; }\n\n.fa-drumstick-bite:before {\n content: "\\f6d7"; }\n\n.fa-drupal:before {\n content: "\\f1a9"; }\n\n.fa-dumbbell:before {\n content: "\\f44b"; }\n\n.fa-dumpster:before {\n content: "\\f793"; }\n\n.fa-dumpster-fire:before {\n content: "\\f794"; }\n\n.fa-dungeon:before {\n content: "\\f6d9"; }\n\n.fa-dyalog:before {\n content: "\\f399"; }\n\n.fa-earlybirds:before {\n content: "\\f39a"; }\n\n.fa-ebay:before {\n content: "\\f4f4"; }\n\n.fa-edge:before {\n content: "\\f282"; }\n\n.fa-edge-legacy:before {\n content: "\\e078"; }\n\n.fa-edit:before {\n content: "\\f044"; }\n\n.fa-egg:before {\n content: "\\f7fb"; }\n\n.fa-eject:before {\n content: "\\f052"; }\n\n.fa-elementor:before {\n content: "\\f430"; }\n\n.fa-ellipsis-h:before {\n content: "\\f141"; }\n\n.fa-ellipsis-v:before {\n content: "\\f142"; }\n\n.fa-ello:before {\n content: "\\f5f1"; }\n\n.fa-ember:before {\n content: "\\f423"; }\n\n.fa-empire:before {\n content: "\\f1d1"; }\n\n.fa-envelope:before {\n content: "\\f0e0"; }\n\n.fa-envelope-open:before {\n content: "\\f2b6"; }\n\n.fa-envelope-open-text:before {\n content: "\\f658"; }\n\n.fa-envelope-square:before {\n content: "\\f199"; }\n\n.fa-envira:before {\n content: "\\f299"; }\n\n.fa-equals:before {\n content: "\\f52c"; }\n\n.fa-eraser:before {\n content: "\\f12d"; }\n\n.fa-erlang:before {\n content: "\\f39d"; }\n\n.fa-ethereum:before {\n content: "\\f42e"; }\n\n.fa-ethernet:before {\n content: "\\f796"; }\n\n.fa-etsy:before {\n content: "\\f2d7"; }\n\n.fa-euro-sign:before {\n content: "\\f153"; }\n\n.fa-evernote:before {\n content: "\\f839"; }\n\n.fa-exchange-alt:before {\n content: "\\f362"; }\n\n.fa-exclamation:before {\n content: "\\f12a"; }\n\n.fa-exclamation-circle:before {\n content: "\\f06a"; }\n\n.fa-exclamation-triangle:before {\n content: "\\f071"; }\n\n.fa-expand:before {\n content: "\\f065"; }\n\n.fa-expand-alt:before {\n content: "\\f424"; }\n\n.fa-expand-arrows-alt:before {\n content: "\\f31e"; }\n\n.fa-expeditedssl:before {\n content: "\\f23e"; }\n\n.fa-external-link-alt:before {\n content: "\\f35d"; }\n\n.fa-external-link-square-alt:before {\n content: "\\f360"; }\n\n.fa-eye:before {\n content: "\\f06e"; }\n\n.fa-eye-dropper:before {\n content: "\\f1fb"; }\n\n.fa-eye-slash:before {\n content: "\\f070"; }\n\n.fa-facebook:before {\n content: "\\f09a"; }\n\n.fa-facebook-f:before {\n content: "\\f39e"; }\n\n.fa-facebook-messenger:before {\n content: "\\f39f"; }\n\n.fa-facebook-square:before {\n content: "\\f082"; }\n\n.fa-fan:before {\n content: "\\f863"; }\n\n.fa-fantasy-flight-games:before {\n content: "\\f6dc"; }\n\n.fa-fast-backward:before {\n content: "\\f049"; }\n\n.fa-fast-forward:before {\n content: "\\f050"; }\n\n.fa-faucet:before {\n content: "\\e005"; }\n\n.fa-fax:before {\n content: "\\f1ac"; }\n\n.fa-feather:before {\n content: "\\f52d"; }\n\n.fa-feather-alt:before {\n content: "\\f56b"; }\n\n.fa-fedex:before {\n content: "\\f797"; }\n\n.fa-fedora:before {\n content: "\\f798"; }\n\n.fa-female:before {\n content: "\\f182"; }\n\n.fa-fighter-jet:before {\n content: "\\f0fb"; }\n\n.fa-figma:before {\n content: "\\f799"; }\n\n.fa-file:before {\n content: "\\f15b"; }\n\n.fa-file-alt:before {\n content: "\\f15c"; }\n\n.fa-file-archive:before {\n content: "\\f1c6"; }\n\n.fa-file-audio:before {\n content: "\\f1c7"; }\n\n.fa-file-code:before {\n content: "\\f1c9"; }\n\n.fa-file-contract:before {\n content: "\\f56c"; }\n\n.fa-file-csv:before {\n content: "\\f6dd"; }\n\n.fa-file-download:before {\n content: "\\f56d"; }\n\n.fa-file-excel:before {\n content: "\\f1c3"; }\n\n.fa-file-export:before {\n content: "\\f56e"; }\n\n.fa-file-image:before {\n content: "\\f1c5"; }\n\n.fa-file-import:before {\n content: "\\f56f"; }\n\n.fa-file-invoice:before {\n content: "\\f570"; }\n\n.fa-file-invoice-dollar:before {\n content: "\\f571"; }\n\n.fa-file-medical:before {\n content: "\\f477"; }\n\n.fa-file-medical-alt:before {\n content: "\\f478"; }\n\n.fa-file-pdf:before {\n content: "\\f1c1"; }\n\n.fa-file-powerpoint:before {\n content: "\\f1c4"; }\n\n.fa-file-prescription:before {\n content: "\\f572"; }\n\n.fa-file-signature:before {\n content: "\\f573"; }\n\n.fa-file-upload:before {\n content: "\\f574"; }\n\n.fa-file-video:before {\n content: "\\f1c8"; }\n\n.fa-file-word:before {\n content: "\\f1c2"; }\n\n.fa-fill:before {\n content: "\\f575"; }\n\n.fa-fill-drip:before {\n content: "\\f576"; }\n\n.fa-film:before {\n content: "\\f008"; }\n\n.fa-filter:before {\n content: "\\f0b0"; }\n\n.fa-fingerprint:before {\n content: "\\f577"; }\n\n.fa-fire:before {\n content: "\\f06d"; }\n\n.fa-fire-alt:before {\n content: "\\f7e4"; }\n\n.fa-fire-extinguisher:before {\n content: "\\f134"; }\n\n.fa-firefox:before {\n content: "\\f269"; }\n\n.fa-firefox-browser:before {\n content: "\\e007"; }\n\n.fa-first-aid:before {\n content: "\\f479"; }\n\n.fa-first-order:before {\n content: "\\f2b0"; }\n\n.fa-first-order-alt:before {\n content: "\\f50a"; }\n\n.fa-firstdraft:before {\n content: "\\f3a1"; }\n\n.fa-fish:before {\n content: "\\f578"; }\n\n.fa-fist-raised:before {\n content: "\\f6de"; }\n\n.fa-flag:before {\n content: "\\f024"; }\n\n.fa-flag-checkered:before {\n content: "\\f11e"; }\n\n.fa-flag-usa:before {\n content: "\\f74d"; }\n\n.fa-flask:before {\n content: "\\f0c3"; }\n\n.fa-flickr:before {\n content: "\\f16e"; }\n\n.fa-flipboard:before {\n content: "\\f44d"; }\n\n.fa-flushed:before {\n content: "\\f579"; }\n\n.fa-fly:before {\n content: "\\f417"; }\n\n.fa-folder:before {\n content: "\\f07b"; }\n\n.fa-folder-minus:before {\n content: "\\f65d"; }\n\n.fa-folder-open:before {\n content: "\\f07c"; }\n\n.fa-folder-plus:before {\n content: "\\f65e"; }\n\n.fa-font:before {\n content: "\\f031"; }\n\n.fa-font-awesome:before {\n content: "\\f2b4"; }\n\n.fa-font-awesome-alt:before {\n content: "\\f35c"; }\n\n.fa-font-awesome-flag:before {\n content: "\\f425"; }\n\n.fa-font-awesome-logo-full:before {\n content: "\\f4e6"; }\n\n.fa-fonticons:before {\n content: "\\f280"; }\n\n.fa-fonticons-fi:before {\n content: "\\f3a2"; }\n\n.fa-football-ball:before {\n content: "\\f44e"; }\n\n.fa-fort-awesome:before {\n content: "\\f286"; }\n\n.fa-fort-awesome-alt:before {\n content: "\\f3a3"; }\n\n.fa-forumbee:before {\n content: "\\f211"; }\n\n.fa-forward:before {\n content: "\\f04e"; }\n\n.fa-foursquare:before {\n content: "\\f180"; }\n\n.fa-free-code-camp:before {\n content: "\\f2c5"; }\n\n.fa-freebsd:before {\n content: "\\f3a4"; }\n\n.fa-frog:before {\n content: "\\f52e"; }\n\n.fa-frown:before {\n content: "\\f119"; }\n\n.fa-frown-open:before {\n content: "\\f57a"; }\n\n.fa-fulcrum:before {\n content: "\\f50b"; }\n\n.fa-funnel-dollar:before {\n content: "\\f662"; }\n\n.fa-futbol:before {\n content: "\\f1e3"; }\n\n.fa-galactic-republic:before {\n content: "\\f50c"; }\n\n.fa-galactic-senate:before {\n content: "\\f50d"; }\n\n.fa-gamepad:before {\n content: "\\f11b"; }\n\n.fa-gas-pump:before {\n content: "\\f52f"; }\n\n.fa-gavel:before {\n content: "\\f0e3"; }\n\n.fa-gem:before {\n content: "\\f3a5"; }\n\n.fa-genderless:before {\n content: "\\f22d"; }\n\n.fa-get-pocket:before {\n content: "\\f265"; }\n\n.fa-gg:before {\n content: "\\f260"; }\n\n.fa-gg-circle:before {\n content: "\\f261"; }\n\n.fa-ghost:before {\n content: "\\f6e2"; }\n\n.fa-gift:before {\n content: "\\f06b"; }\n\n.fa-gifts:before {\n content: "\\f79c"; }\n\n.fa-git:before {\n content: "\\f1d3"; }\n\n.fa-git-alt:before {\n content: "\\f841"; }\n\n.fa-git-square:before {\n content: "\\f1d2"; }\n\n.fa-github:before {\n content: "\\f09b"; }\n\n.fa-github-alt:before {\n content: "\\f113"; }\n\n.fa-github-square:before {\n content: "\\f092"; }\n\n.fa-gitkraken:before {\n content: "\\f3a6"; }\n\n.fa-gitlab:before {\n content: "\\f296"; }\n\n.fa-gitter:before {\n content: "\\f426"; }\n\n.fa-glass-cheers:before {\n content: "\\f79f"; }\n\n.fa-glass-martini:before {\n content: "\\f000"; }\n\n.fa-glass-martini-alt:before {\n content: "\\f57b"; }\n\n.fa-glass-whiskey:before {\n content: "\\f7a0"; }\n\n.fa-glasses:before {\n content: "\\f530"; }\n\n.fa-glide:before {\n content: "\\f2a5"; }\n\n.fa-glide-g:before {\n content: "\\f2a6"; }\n\n.fa-globe:before {\n content: "\\f0ac"; }\n\n.fa-globe-africa:before {\n content: "\\f57c"; }\n\n.fa-globe-americas:before {\n content: "\\f57d"; }\n\n.fa-globe-asia:before {\n content: "\\f57e"; }\n\n.fa-globe-europe:before {\n content: "\\f7a2"; }\n\n.fa-gofore:before {\n content: "\\f3a7"; }\n\n.fa-golf-ball:before {\n content: "\\f450"; }\n\n.fa-goodreads:before {\n content: "\\f3a8"; }\n\n.fa-goodreads-g:before {\n content: "\\f3a9"; }\n\n.fa-google:before {\n content: "\\f1a0"; }\n\n.fa-google-drive:before {\n content: "\\f3aa"; }\n\n.fa-google-pay:before {\n content: "\\e079"; }\n\n.fa-google-play:before {\n content: "\\f3ab"; }\n\n.fa-google-plus:before {\n content: "\\f2b3"; }\n\n.fa-google-plus-g:before {\n content: "\\f0d5"; }\n\n.fa-google-plus-square:before {\n content: "\\f0d4"; }\n\n.fa-google-wallet:before {\n content: "\\f1ee"; }\n\n.fa-gopuram:before {\n content: "\\f664"; }\n\n.fa-graduation-cap:before {\n content: "\\f19d"; }\n\n.fa-gratipay:before {\n content: "\\f184"; }\n\n.fa-grav:before {\n content: "\\f2d6"; }\n\n.fa-greater-than:before {\n content: "\\f531"; }\n\n.fa-greater-than-equal:before {\n content: "\\f532"; }\n\n.fa-grimace:before {\n content: "\\f57f"; }\n\n.fa-grin:before {\n content: "\\f580"; }\n\n.fa-grin-alt:before {\n content: "\\f581"; }\n\n.fa-grin-beam:before {\n content: "\\f582"; }\n\n.fa-grin-beam-sweat:before {\n content: "\\f583"; }\n\n.fa-grin-hearts:before {\n content: "\\f584"; }\n\n.fa-grin-squint:before {\n content: "\\f585"; }\n\n.fa-grin-squint-tears:before {\n content: "\\f586"; }\n\n.fa-grin-stars:before {\n content: "\\f587"; }\n\n.fa-grin-tears:before {\n content: "\\f588"; }\n\n.fa-grin-tongue:before {\n content: "\\f589"; }\n\n.fa-grin-tongue-squint:before {\n content: "\\f58a"; }\n\n.fa-grin-tongue-wink:before {\n content: "\\f58b"; }\n\n.fa-grin-wink:before {\n content: "\\f58c"; }\n\n.fa-grip-horizontal:before {\n content: "\\f58d"; }\n\n.fa-grip-lines:before {\n content: "\\f7a4"; }\n\n.fa-grip-lines-vertical:before {\n content: "\\f7a5"; }\n\n.fa-grip-vertical:before {\n content: "\\f58e"; }\n\n.fa-gripfire:before {\n content: "\\f3ac"; }\n\n.fa-grunt:before {\n content: "\\f3ad"; }\n\n.fa-guilded:before {\n content: "\\e07e"; }\n\n.fa-guitar:before {\n content: "\\f7a6"; }\n\n.fa-gulp:before {\n content: "\\f3ae"; }\n\n.fa-h-square:before {\n content: "\\f0fd"; }\n\n.fa-hacker-news:before {\n content: "\\f1d4"; }\n\n.fa-hacker-news-square:before {\n content: "\\f3af"; }\n\n.fa-hackerrank:before {\n content: "\\f5f7"; }\n\n.fa-hamburger:before {\n content: "\\f805"; }\n\n.fa-hammer:before {\n content: "\\f6e3"; }\n\n.fa-hamsa:before {\n content: "\\f665"; }\n\n.fa-hand-holding:before {\n content: "\\f4bd"; }\n\n.fa-hand-holding-heart:before {\n content: "\\f4be"; }\n\n.fa-hand-holding-medical:before {\n content: "\\e05c"; }\n\n.fa-hand-holding-usd:before {\n content: "\\f4c0"; }\n\n.fa-hand-holding-water:before {\n content: "\\f4c1"; }\n\n.fa-hand-lizard:before {\n content: "\\f258"; }\n\n.fa-hand-middle-finger:before {\n content: "\\f806"; }\n\n.fa-hand-paper:before {\n content: "\\f256"; }\n\n.fa-hand-peace:before {\n content: "\\f25b"; }\n\n.fa-hand-point-down:before {\n content: "\\f0a7"; }\n\n.fa-hand-point-left:before {\n content: "\\f0a5"; }\n\n.fa-hand-point-right:before {\n content: "\\f0a4"; }\n\n.fa-hand-point-up:before {\n content: "\\f0a6"; }\n\n.fa-hand-pointer:before {\n content: "\\f25a"; }\n\n.fa-hand-rock:before {\n content: "\\f255"; }\n\n.fa-hand-scissors:before {\n content: "\\f257"; }\n\n.fa-hand-sparkles:before {\n content: "\\e05d"; }\n\n.fa-hand-spock:before {\n content: "\\f259"; }\n\n.fa-hands:before {\n content: "\\f4c2"; }\n\n.fa-hands-helping:before {\n content: "\\f4c4"; }\n\n.fa-hands-wash:before {\n content: "\\e05e"; }\n\n.fa-handshake:before {\n content: "\\f2b5"; }\n\n.fa-handshake-alt-slash:before {\n content: "\\e05f"; }\n\n.fa-handshake-slash:before {\n content: "\\e060"; }\n\n.fa-hanukiah:before {\n content: "\\f6e6"; }\n\n.fa-hard-hat:before {\n content: "\\f807"; }\n\n.fa-hashtag:before {\n content: "\\f292"; }\n\n.fa-hat-cowboy:before {\n content: "\\f8c0"; }\n\n.fa-hat-cowboy-side:before {\n content: "\\f8c1"; }\n\n.fa-hat-wizard:before {\n content: "\\f6e8"; }\n\n.fa-hdd:before {\n content: "\\f0a0"; }\n\n.fa-head-side-cough:before {\n content: "\\e061"; }\n\n.fa-head-side-cough-slash:before {\n content: "\\e062"; }\n\n.fa-head-side-mask:before {\n content: "\\e063"; }\n\n.fa-head-side-virus:before {\n content: "\\e064"; }\n\n.fa-heading:before {\n content: "\\f1dc"; }\n\n.fa-headphones:before {\n content: "\\f025"; }\n\n.fa-headphones-alt:before {\n content: "\\f58f"; }\n\n.fa-headset:before {\n content: "\\f590"; }\n\n.fa-heart:before {\n content: "\\f004"; }\n\n.fa-heart-broken:before {\n content: "\\f7a9"; }\n\n.fa-heartbeat:before {\n content: "\\f21e"; }\n\n.fa-helicopter:before {\n content: "\\f533"; }\n\n.fa-highlighter:before {\n content: "\\f591"; }\n\n.fa-hiking:before {\n content: "\\f6ec"; }\n\n.fa-hippo:before {\n content: "\\f6ed"; }\n\n.fa-hips:before {\n content: "\\f452"; }\n\n.fa-hire-a-helper:before {\n content: "\\f3b0"; }\n\n.fa-history:before {\n content: "\\f1da"; }\n\n.fa-hive:before {\n content: "\\e07f"; }\n\n.fa-hockey-puck:before {\n content: "\\f453"; }\n\n.fa-holly-berry:before {\n content: "\\f7aa"; }\n\n.fa-home:before {\n content: "\\f015"; }\n\n.fa-hooli:before {\n content: "\\f427"; }\n\n.fa-hornbill:before {\n content: "\\f592"; }\n\n.fa-horse:before {\n content: "\\f6f0"; }\n\n.fa-horse-head:before {\n content: "\\f7ab"; }\n\n.fa-hospital:before {\n content: "\\f0f8"; }\n\n.fa-hospital-alt:before {\n content: "\\f47d"; }\n\n.fa-hospital-symbol:before {\n content: "\\f47e"; }\n\n.fa-hospital-user:before {\n content: "\\f80d"; }\n\n.fa-hot-tub:before {\n content: "\\f593"; }\n\n.fa-hotdog:before {\n content: "\\f80f"; }\n\n.fa-hotel:before {\n content: "\\f594"; }\n\n.fa-hotjar:before {\n content: "\\f3b1"; }\n\n.fa-hourglass:before {\n content: "\\f254"; }\n\n.fa-hourglass-end:before {\n content: "\\f253"; }\n\n.fa-hourglass-half:before {\n content: "\\f252"; }\n\n.fa-hourglass-start:before {\n content: "\\f251"; }\n\n.fa-house-damage:before {\n content: "\\f6f1"; }\n\n.fa-house-user:before {\n content: "\\e065"; }\n\n.fa-houzz:before {\n content: "\\f27c"; }\n\n.fa-hryvnia:before {\n content: "\\f6f2"; }\n\n.fa-html5:before {\n content: "\\f13b"; }\n\n.fa-hubspot:before {\n content: "\\f3b2"; }\n\n.fa-i-cursor:before {\n content: "\\f246"; }\n\n.fa-ice-cream:before {\n content: "\\f810"; }\n\n.fa-icicles:before {\n content: "\\f7ad"; }\n\n.fa-icons:before {\n content: "\\f86d"; }\n\n.fa-id-badge:before {\n content: "\\f2c1"; }\n\n.fa-id-card:before {\n content: "\\f2c2"; }\n\n.fa-id-card-alt:before {\n content: "\\f47f"; }\n\n.fa-ideal:before {\n content: "\\e013"; }\n\n.fa-igloo:before {\n content: "\\f7ae"; }\n\n.fa-image:before {\n content: "\\f03e"; }\n\n.fa-images:before {\n content: "\\f302"; }\n\n.fa-imdb:before {\n content: "\\f2d8"; }\n\n.fa-inbox:before {\n content: "\\f01c"; }\n\n.fa-indent:before {\n content: "\\f03c"; }\n\n.fa-industry:before {\n content: "\\f275"; }\n\n.fa-infinity:before {\n content: "\\f534"; }\n\n.fa-info:before {\n content: "\\f129"; }\n\n.fa-info-circle:before {\n content: "\\f05a"; }\n\n.fa-innosoft:before {\n content: "\\e080"; }\n\n.fa-instagram:before {\n content: "\\f16d"; }\n\n.fa-instagram-square:before {\n content: "\\e055"; }\n\n.fa-instalod:before {\n content: "\\e081"; }\n\n.fa-intercom:before {\n content: "\\f7af"; }\n\n.fa-internet-explorer:before {\n content: "\\f26b"; }\n\n.fa-invision:before {\n content: "\\f7b0"; }\n\n.fa-ioxhost:before {\n content: "\\f208"; }\n\n.fa-italic:before {\n content: "\\f033"; }\n\n.fa-itch-io:before {\n content: "\\f83a"; }\n\n.fa-itunes:before {\n content: "\\f3b4"; }\n\n.fa-itunes-note:before {\n content: "\\f3b5"; }\n\n.fa-java:before {\n content: "\\f4e4"; }\n\n.fa-jedi:before {\n content: "\\f669"; }\n\n.fa-jedi-order:before {\n content: "\\f50e"; }\n\n.fa-jenkins:before {\n content: "\\f3b6"; }\n\n.fa-jira:before {\n content: "\\f7b1"; }\n\n.fa-joget:before {\n content: "\\f3b7"; }\n\n.fa-joint:before {\n content: "\\f595"; }\n\n.fa-joomla:before {\n content: "\\f1aa"; }\n\n.fa-journal-whills:before {\n content: "\\f66a"; }\n\n.fa-js:before {\n content: "\\f3b8"; }\n\n.fa-js-square:before {\n content: "\\f3b9"; }\n\n.fa-jsfiddle:before {\n content: "\\f1cc"; }\n\n.fa-kaaba:before {\n content: "\\f66b"; }\n\n.fa-kaggle:before {\n content: "\\f5fa"; }\n\n.fa-key:before {\n content: "\\f084"; }\n\n.fa-keybase:before {\n content: "\\f4f5"; }\n\n.fa-keyboard:before {\n content: "\\f11c"; }\n\n.fa-keycdn:before {\n content: "\\f3ba"; }\n\n.fa-khanda:before {\n content: "\\f66d"; }\n\n.fa-kickstarter:before {\n content: "\\f3bb"; }\n\n.fa-kickstarter-k:before {\n content: "\\f3bc"; }\n\n.fa-kiss:before {\n content: "\\f596"; }\n\n.fa-kiss-beam:before {\n content: "\\f597"; }\n\n.fa-kiss-wink-heart:before {\n content: "\\f598"; }\n\n.fa-kiwi-bird:before {\n content: "\\f535"; }\n\n.fa-korvue:before {\n content: "\\f42f"; }\n\n.fa-landmark:before {\n content: "\\f66f"; }\n\n.fa-language:before {\n content: "\\f1ab"; }\n\n.fa-laptop:before {\n content: "\\f109"; }\n\n.fa-laptop-code:before {\n content: "\\f5fc"; }\n\n.fa-laptop-house:before {\n content: "\\e066"; }\n\n.fa-laptop-medical:before {\n content: "\\f812"; }\n\n.fa-laravel:before {\n content: "\\f3bd"; }\n\n.fa-lastfm:before {\n content: "\\f202"; }\n\n.fa-lastfm-square:before {\n content: "\\f203"; }\n\n.fa-laugh:before {\n content: "\\f599"; }\n\n.fa-laugh-beam:before {\n content: "\\f59a"; }\n\n.fa-laugh-squint:before {\n content: "\\f59b"; }\n\n.fa-laugh-wink:before {\n content: "\\f59c"; }\n\n.fa-layer-group:before {\n content: "\\f5fd"; }\n\n.fa-leaf:before {\n content: "\\f06c"; }\n\n.fa-leanpub:before {\n content: "\\f212"; }\n\n.fa-lemon:before {\n content: "\\f094"; }\n\n.fa-less:before {\n content: "\\f41d"; }\n\n.fa-less-than:before {\n content: "\\f536"; }\n\n.fa-less-than-equal:before {\n content: "\\f537"; }\n\n.fa-level-down-alt:before {\n content: "\\f3be"; }\n\n.fa-level-up-alt:before {\n content: "\\f3bf"; }\n\n.fa-life-ring:before {\n content: "\\f1cd"; }\n\n.fa-lightbulb:before {\n content: "\\f0eb"; }\n\n.fa-line:before {\n content: "\\f3c0"; }\n\n.fa-link:before {\n content: "\\f0c1"; }\n\n.fa-linkedin:before {\n content: "\\f08c"; }\n\n.fa-linkedin-in:before {\n content: "\\f0e1"; }\n\n.fa-linode:before {\n content: "\\f2b8"; }\n\n.fa-linux:before {\n content: "\\f17c"; }\n\n.fa-lira-sign:before {\n content: "\\f195"; }\n\n.fa-list:before {\n content: "\\f03a"; }\n\n.fa-list-alt:before {\n content: "\\f022"; }\n\n.fa-list-ol:before {\n content: "\\f0cb"; }\n\n.fa-list-ul:before {\n content: "\\f0ca"; }\n\n.fa-location-arrow:before {\n content: "\\f124"; }\n\n.fa-lock:before {\n content: "\\f023"; }\n\n.fa-lock-open:before {\n content: "\\f3c1"; }\n\n.fa-long-arrow-alt-down:before {\n content: "\\f309"; }\n\n.fa-long-arrow-alt-left:before {\n content: "\\f30a"; }\n\n.fa-long-arrow-alt-right:before {\n content: "\\f30b"; }\n\n.fa-long-arrow-alt-up:before {\n content: "\\f30c"; }\n\n.fa-low-vision:before {\n content: "\\f2a8"; }\n\n.fa-luggage-cart:before {\n content: "\\f59d"; }\n\n.fa-lungs:before {\n content: "\\f604"; }\n\n.fa-lungs-virus:before {\n content: "\\e067"; }\n\n.fa-lyft:before {\n content: "\\f3c3"; }\n\n.fa-magento:before {\n content: "\\f3c4"; }\n\n.fa-magic:before {\n content: "\\f0d0"; }\n\n.fa-magnet:before {\n content: "\\f076"; }\n\n.fa-mail-bulk:before {\n content: "\\f674"; }\n\n.fa-mailchimp:before {\n content: "\\f59e"; }\n\n.fa-male:before {\n content: "\\f183"; }\n\n.fa-mandalorian:before {\n content: "\\f50f"; }\n\n.fa-map:before {\n content: "\\f279"; }\n\n.fa-map-marked:before {\n content: "\\f59f"; }\n\n.fa-map-marked-alt:before {\n content: "\\f5a0"; }\n\n.fa-map-marker:before {\n content: "\\f041"; }\n\n.fa-map-marker-alt:before {\n content: "\\f3c5"; }\n\n.fa-map-pin:before {\n content: "\\f276"; }\n\n.fa-map-signs:before {\n content: "\\f277"; }\n\n.fa-markdown:before {\n content: "\\f60f"; }\n\n.fa-marker:before {\n content: "\\f5a1"; }\n\n.fa-mars:before {\n content: "\\f222"; }\n\n.fa-mars-double:before {\n content: "\\f227"; }\n\n.fa-mars-stroke:before {\n content: "\\f229"; }\n\n.fa-mars-stroke-h:before {\n content: "\\f22b"; }\n\n.fa-mars-stroke-v:before {\n content: "\\f22a"; }\n\n.fa-mask:before {\n content: "\\f6fa"; }\n\n.fa-mastodon:before {\n content: "\\f4f6"; }\n\n.fa-maxcdn:before {\n content: "\\f136"; }\n\n.fa-mdb:before {\n content: "\\f8ca"; }\n\n.fa-medal:before {\n content: "\\f5a2"; }\n\n.fa-medapps:before {\n content: "\\f3c6"; }\n\n.fa-medium:before {\n content: "\\f23a"; }\n\n.fa-medium-m:before {\n content: "\\f3c7"; }\n\n.fa-medkit:before {\n content: "\\f0fa"; }\n\n.fa-medrt:before {\n content: "\\f3c8"; }\n\n.fa-meetup:before {\n content: "\\f2e0"; }\n\n.fa-megaport:before {\n content: "\\f5a3"; }\n\n.fa-meh:before {\n content: "\\f11a"; }\n\n.fa-meh-blank:before {\n content: "\\f5a4"; }\n\n.fa-meh-rolling-eyes:before {\n content: "\\f5a5"; }\n\n.fa-memory:before {\n content: "\\f538"; }\n\n.fa-mendeley:before {\n content: "\\f7b3"; }\n\n.fa-menorah:before {\n content: "\\f676"; }\n\n.fa-mercury:before {\n content: "\\f223"; }\n\n.fa-meteor:before {\n content: "\\f753"; }\n\n.fa-microblog:before {\n content: "\\e01a"; }\n\n.fa-microchip:before {\n content: "\\f2db"; }\n\n.fa-microphone:before {\n content: "\\f130"; }\n\n.fa-microphone-alt:before {\n content: "\\f3c9"; }\n\n.fa-microphone-alt-slash:before {\n content: "\\f539"; }\n\n.fa-microphone-slash:before {\n content: "\\f131"; }\n\n.fa-microscope:before {\n content: "\\f610"; }\n\n.fa-microsoft:before {\n content: "\\f3ca"; }\n\n.fa-minus:before {\n content: "\\f068"; }\n\n.fa-minus-circle:before {\n content: "\\f056"; }\n\n.fa-minus-square:before {\n content: "\\f146"; }\n\n.fa-mitten:before {\n content: "\\f7b5"; }\n\n.fa-mix:before {\n content: "\\f3cb"; }\n\n.fa-mixcloud:before {\n content: "\\f289"; }\n\n.fa-mixer:before {\n content: "\\e056"; }\n\n.fa-mizuni:before {\n content: "\\f3cc"; }\n\n.fa-mobile:before {\n content: "\\f10b"; }\n\n.fa-mobile-alt:before {\n content: "\\f3cd"; }\n\n.fa-modx:before {\n content: "\\f285"; }\n\n.fa-monero:before {\n content: "\\f3d0"; }\n\n.fa-money-bill:before {\n content: "\\f0d6"; }\n\n.fa-money-bill-alt:before {\n content: "\\f3d1"; }\n\n.fa-money-bill-wave:before {\n content: "\\f53a"; }\n\n.fa-money-bill-wave-alt:before {\n content: "\\f53b"; }\n\n.fa-money-check:before {\n content: "\\f53c"; }\n\n.fa-money-check-alt:before {\n content: "\\f53d"; }\n\n.fa-monument:before {\n content: "\\f5a6"; }\n\n.fa-moon:before {\n content: "\\f186"; }\n\n.fa-mortar-pestle:before {\n content: "\\f5a7"; }\n\n.fa-mosque:before {\n content: "\\f678"; }\n\n.fa-motorcycle:before {\n content: "\\f21c"; }\n\n.fa-mountain:before {\n content: "\\f6fc"; }\n\n.fa-mouse:before {\n content: "\\f8cc"; }\n\n.fa-mouse-pointer:before {\n content: "\\f245"; }\n\n.fa-mug-hot:before {\n content: "\\f7b6"; }\n\n.fa-music:before {\n content: "\\f001"; }\n\n.fa-napster:before {\n content: "\\f3d2"; }\n\n.fa-neos:before {\n content: "\\f612"; }\n\n.fa-network-wired:before {\n content: "\\f6ff"; }\n\n.fa-neuter:before {\n content: "\\f22c"; }\n\n.fa-newspaper:before {\n content: "\\f1ea"; }\n\n.fa-nimblr:before {\n content: "\\f5a8"; }\n\n.fa-node:before {\n content: "\\f419"; }\n\n.fa-node-js:before {\n content: "\\f3d3"; }\n\n.fa-not-equal:before {\n content: "\\f53e"; }\n\n.fa-notes-medical:before {\n content: "\\f481"; }\n\n.fa-npm:before {\n content: "\\f3d4"; }\n\n.fa-ns8:before {\n content: "\\f3d5"; }\n\n.fa-nutritionix:before {\n content: "\\f3d6"; }\n\n.fa-object-group:before {\n content: "\\f247"; }\n\n.fa-object-ungroup:before {\n content: "\\f248"; }\n\n.fa-octopus-deploy:before {\n content: "\\e082"; }\n\n.fa-odnoklassniki:before {\n content: "\\f263"; }\n\n.fa-odnoklassniki-square:before {\n content: "\\f264"; }\n\n.fa-oil-can:before {\n content: "\\f613"; }\n\n.fa-old-republic:before {\n content: "\\f510"; }\n\n.fa-om:before {\n content: "\\f679"; }\n\n.fa-opencart:before {\n content: "\\f23d"; }\n\n.fa-openid:before {\n content: "\\f19b"; }\n\n.fa-opera:before {\n content: "\\f26a"; }\n\n.fa-optin-monster:before {\n content: "\\f23c"; }\n\n.fa-orcid:before {\n content: "\\f8d2"; }\n\n.fa-osi:before {\n content: "\\f41a"; }\n\n.fa-otter:before {\n content: "\\f700"; }\n\n.fa-outdent:before {\n content: "\\f03b"; }\n\n.fa-page4:before {\n content: "\\f3d7"; }\n\n.fa-pagelines:before {\n content: "\\f18c"; }\n\n.fa-pager:before {\n content: "\\f815"; }\n\n.fa-paint-brush:before {\n content: "\\f1fc"; }\n\n.fa-paint-roller:before {\n content: "\\f5aa"; }\n\n.fa-palette:before {\n content: "\\f53f"; }\n\n.fa-palfed:before {\n content: "\\f3d8"; }\n\n.fa-pallet:before {\n content: "\\f482"; }\n\n.fa-paper-plane:before {\n content: "\\f1d8"; }\n\n.fa-paperclip:before {\n content: "\\f0c6"; }\n\n.fa-parachute-box:before {\n content: "\\f4cd"; }\n\n.fa-paragraph:before {\n content: "\\f1dd"; }\n\n.fa-parking:before {\n content: "\\f540"; }\n\n.fa-passport:before {\n content: "\\f5ab"; }\n\n.fa-pastafarianism:before {\n content: "\\f67b"; }\n\n.fa-paste:before {\n content: "\\f0ea"; }\n\n.fa-patreon:before {\n content: "\\f3d9"; }\n\n.fa-pause:before {\n content: "\\f04c"; }\n\n.fa-pause-circle:before {\n content: "\\f28b"; }\n\n.fa-paw:before {\n content: "\\f1b0"; }\n\n.fa-paypal:before {\n content: "\\f1ed"; }\n\n.fa-peace:before {\n content: "\\f67c"; }\n\n.fa-pen:before {\n content: "\\f304"; }\n\n.fa-pen-alt:before {\n content: "\\f305"; }\n\n.fa-pen-fancy:before {\n content: "\\f5ac"; }\n\n.fa-pen-nib:before {\n content: "\\f5ad"; }\n\n.fa-pen-square:before {\n content: "\\f14b"; }\n\n.fa-pencil-alt:before {\n content: "\\f303"; }\n\n.fa-pencil-ruler:before {\n content: "\\f5ae"; }\n\n.fa-penny-arcade:before {\n content: "\\f704"; }\n\n.fa-people-arrows:before {\n content: "\\e068"; }\n\n.fa-people-carry:before {\n content: "\\f4ce"; }\n\n.fa-pepper-hot:before {\n content: "\\f816"; }\n\n.fa-perbyte:before {\n content: "\\e083"; }\n\n.fa-percent:before {\n content: "\\f295"; }\n\n.fa-percentage:before {\n content: "\\f541"; }\n\n.fa-periscope:before {\n content: "\\f3da"; }\n\n.fa-person-booth:before {\n content: "\\f756"; }\n\n.fa-phabricator:before {\n content: "\\f3db"; }\n\n.fa-phoenix-framework:before {\n content: "\\f3dc"; }\n\n.fa-phoenix-squadron:before {\n content: "\\f511"; }\n\n.fa-phone:before {\n content: "\\f095"; }\n\n.fa-phone-alt:before {\n content: "\\f879"; }\n\n.fa-phone-slash:before {\n content: "\\f3dd"; }\n\n.fa-phone-square:before {\n content: "\\f098"; }\n\n.fa-phone-square-alt:before {\n content: "\\f87b"; }\n\n.fa-phone-volume:before {\n content: "\\f2a0"; }\n\n.fa-photo-video:before {\n content: "\\f87c"; }\n\n.fa-php:before {\n content: "\\f457"; }\n\n.fa-pied-piper:before {\n content: "\\f2ae"; }\n\n.fa-pied-piper-alt:before {\n content: "\\f1a8"; }\n\n.fa-pied-piper-hat:before {\n content: "\\f4e5"; }\n\n.fa-pied-piper-pp:before {\n content: "\\f1a7"; }\n\n.fa-pied-piper-square:before {\n content: "\\e01e"; }\n\n.fa-piggy-bank:before {\n content: "\\f4d3"; }\n\n.fa-pills:before {\n content: "\\f484"; }\n\n.fa-pinterest:before {\n content: "\\f0d2"; }\n\n.fa-pinterest-p:before {\n content: "\\f231"; }\n\n.fa-pinterest-square:before {\n content: "\\f0d3"; }\n\n.fa-pizza-slice:before {\n content: "\\f818"; }\n\n.fa-place-of-worship:before {\n content: "\\f67f"; }\n\n.fa-plane:before {\n content: "\\f072"; }\n\n.fa-plane-arrival:before {\n content: "\\f5af"; }\n\n.fa-plane-departure:before {\n content: "\\f5b0"; }\n\n.fa-plane-slash:before {\n content: "\\e069"; }\n\n.fa-play:before {\n content: "\\f04b"; }\n\n.fa-play-circle:before {\n content: "\\f144"; }\n\n.fa-playstation:before {\n content: "\\f3df"; }\n\n.fa-plug:before {\n content: "\\f1e6"; }\n\n.fa-plus:before {\n content: "\\f067"; }\n\n.fa-plus-circle:before {\n content: "\\f055"; }\n\n.fa-plus-square:before {\n content: "\\f0fe"; }\n\n.fa-podcast:before {\n content: "\\f2ce"; }\n\n.fa-poll:before {\n content: "\\f681"; }\n\n.fa-poll-h:before {\n content: "\\f682"; }\n\n.fa-poo:before {\n content: "\\f2fe"; }\n\n.fa-poo-storm:before {\n content: "\\f75a"; }\n\n.fa-poop:before {\n content: "\\f619"; }\n\n.fa-portrait:before {\n content: "\\f3e0"; }\n\n.fa-pound-sign:before {\n content: "\\f154"; }\n\n.fa-power-off:before {\n content: "\\f011"; }\n\n.fa-pray:before {\n content: "\\f683"; }\n\n.fa-praying-hands:before {\n content: "\\f684"; }\n\n.fa-prescription:before {\n content: "\\f5b1"; }\n\n.fa-prescription-bottle:before {\n content: "\\f485"; }\n\n.fa-prescription-bottle-alt:before {\n content: "\\f486"; }\n\n.fa-print:before {\n content: "\\f02f"; }\n\n.fa-procedures:before {\n content: "\\f487"; }\n\n.fa-product-hunt:before {\n content: "\\f288"; }\n\n.fa-project-diagram:before {\n content: "\\f542"; }\n\n.fa-pump-medical:before {\n content: "\\e06a"; }\n\n.fa-pump-soap:before {\n content: "\\e06b"; }\n\n.fa-pushed:before {\n content: "\\f3e1"; }\n\n.fa-puzzle-piece:before {\n content: "\\f12e"; }\n\n.fa-python:before {\n content: "\\f3e2"; }\n\n.fa-qq:before {\n content: "\\f1d6"; }\n\n.fa-qrcode:before {\n content: "\\f029"; }\n\n.fa-question:before {\n content: "\\f128"; }\n\n.fa-question-circle:before {\n content: "\\f059"; }\n\n.fa-quidditch:before {\n content: "\\f458"; }\n\n.fa-quinscape:before {\n content: "\\f459"; }\n\n.fa-quora:before {\n content: "\\f2c4"; }\n\n.fa-quote-left:before {\n content: "\\f10d"; }\n\n.fa-quote-right:before {\n content: "\\f10e"; }\n\n.fa-quran:before {\n content: "\\f687"; }\n\n.fa-r-project:before {\n content: "\\f4f7"; }\n\n.fa-radiation:before {\n content: "\\f7b9"; }\n\n.fa-radiation-alt:before {\n content: "\\f7ba"; }\n\n.fa-rainbow:before {\n content: "\\f75b"; }\n\n.fa-random:before {\n content: "\\f074"; }\n\n.fa-raspberry-pi:before {\n content: "\\f7bb"; }\n\n.fa-ravelry:before {\n content: "\\f2d9"; }\n\n.fa-react:before {\n content: "\\f41b"; }\n\n.fa-reacteurope:before {\n content: "\\f75d"; }\n\n.fa-readme:before {\n content: "\\f4d5"; }\n\n.fa-rebel:before {\n content: "\\f1d0"; }\n\n.fa-receipt:before {\n content: "\\f543"; }\n\n.fa-record-vinyl:before {\n content: "\\f8d9"; }\n\n.fa-recycle:before {\n content: "\\f1b8"; }\n\n.fa-red-river:before {\n content: "\\f3e3"; }\n\n.fa-reddit:before {\n content: "\\f1a1"; }\n\n.fa-reddit-alien:before {\n content: "\\f281"; }\n\n.fa-reddit-square:before {\n content: "\\f1a2"; }\n\n.fa-redhat:before {\n content: "\\f7bc"; }\n\n.fa-redo:before {\n content: "\\f01e"; }\n\n.fa-redo-alt:before {\n content: "\\f2f9"; }\n\n.fa-registered:before {\n content: "\\f25d"; }\n\n.fa-remove-format:before {\n content: "\\f87d"; }\n\n.fa-renren:before {\n content: "\\f18b"; }\n\n.fa-reply:before {\n content: "\\f3e5"; }\n\n.fa-reply-all:before {\n content: "\\f122"; }\n\n.fa-replyd:before {\n content: "\\f3e6"; }\n\n.fa-republican:before {\n content: "\\f75e"; }\n\n.fa-researchgate:before {\n content: "\\f4f8"; }\n\n.fa-resolving:before {\n content: "\\f3e7"; }\n\n.fa-restroom:before {\n content: "\\f7bd"; }\n\n.fa-retweet:before {\n content: "\\f079"; }\n\n.fa-rev:before {\n content: "\\f5b2"; }\n\n.fa-ribbon:before {\n content: "\\f4d6"; }\n\n.fa-ring:before {\n content: "\\f70b"; }\n\n.fa-road:before {\n content: "\\f018"; }\n\n.fa-robot:before {\n content: "\\f544"; }\n\n.fa-rocket:before {\n content: "\\f135"; }\n\n.fa-rocketchat:before {\n content: "\\f3e8"; }\n\n.fa-rockrms:before {\n content: "\\f3e9"; }\n\n.fa-route:before {\n content: "\\f4d7"; }\n\n.fa-rss:before {\n content: "\\f09e"; }\n\n.fa-rss-square:before {\n content: "\\f143"; }\n\n.fa-ruble-sign:before {\n content: "\\f158"; }\n\n.fa-ruler:before {\n content: "\\f545"; }\n\n.fa-ruler-combined:before {\n content: "\\f546"; }\n\n.fa-ruler-horizontal:before {\n content: "\\f547"; }\n\n.fa-ruler-vertical:before {\n content: "\\f548"; }\n\n.fa-running:before {\n content: "\\f70c"; }\n\n.fa-rupee-sign:before {\n content: "\\f156"; }\n\n.fa-rust:before {\n content: "\\e07a"; }\n\n.fa-sad-cry:before {\n content: "\\f5b3"; }\n\n.fa-sad-tear:before {\n content: "\\f5b4"; }\n\n.fa-safari:before {\n content: "\\f267"; }\n\n.fa-salesforce:before {\n content: "\\f83b"; }\n\n.fa-sass:before {\n content: "\\f41e"; }\n\n.fa-satellite:before {\n content: "\\f7bf"; }\n\n.fa-satellite-dish:before {\n content: "\\f7c0"; }\n\n.fa-save:before {\n content: "\\f0c7"; }\n\n.fa-schlix:before {\n content: "\\f3ea"; }\n\n.fa-school:before {\n content: "\\f549"; }\n\n.fa-screwdriver:before {\n content: "\\f54a"; }\n\n.fa-scribd:before {\n content: "\\f28a"; }\n\n.fa-scroll:before {\n content: "\\f70e"; }\n\n.fa-sd-card:before {\n content: "\\f7c2"; }\n\n.fa-search:before {\n content: "\\f002"; }\n\n.fa-search-dollar:before {\n content: "\\f688"; }\n\n.fa-search-location:before {\n content: "\\f689"; }\n\n.fa-search-minus:before {\n content: "\\f010"; }\n\n.fa-search-plus:before {\n content: "\\f00e"; }\n\n.fa-searchengin:before {\n content: "\\f3eb"; }\n\n.fa-seedling:before {\n content: "\\f4d8"; }\n\n.fa-sellcast:before {\n content: "\\f2da"; }\n\n.fa-sellsy:before {\n content: "\\f213"; }\n\n.fa-server:before {\n content: "\\f233"; }\n\n.fa-servicestack:before {\n content: "\\f3ec"; }\n\n.fa-shapes:before {\n content: "\\f61f"; }\n\n.fa-share:before {\n content: "\\f064"; }\n\n.fa-share-alt:before {\n content: "\\f1e0"; }\n\n.fa-share-alt-square:before {\n content: "\\f1e1"; }\n\n.fa-share-square:before {\n content: "\\f14d"; }\n\n.fa-shekel-sign:before {\n content: "\\f20b"; }\n\n.fa-shield-alt:before {\n content: "\\f3ed"; }\n\n.fa-shield-virus:before {\n content: "\\e06c"; }\n\n.fa-ship:before {\n content: "\\f21a"; }\n\n.fa-shipping-fast:before {\n content: "\\f48b"; }\n\n.fa-shirtsinbulk:before {\n content: "\\f214"; }\n\n.fa-shoe-prints:before {\n content: "\\f54b"; }\n\n.fa-shopify:before {\n content: "\\e057"; }\n\n.fa-shopping-bag:before {\n content: "\\f290"; }\n\n.fa-shopping-basket:before {\n content: "\\f291"; }\n\n.fa-shopping-cart:before {\n content: "\\f07a"; }\n\n.fa-shopware:before {\n content: "\\f5b5"; }\n\n.fa-shower:before {\n content: "\\f2cc"; }\n\n.fa-shuttle-van:before {\n content: "\\f5b6"; }\n\n.fa-sign:before {\n content: "\\f4d9"; }\n\n.fa-sign-in-alt:before {\n content: "\\f2f6"; }\n\n.fa-sign-language:before {\n content: "\\f2a7"; }\n\n.fa-sign-out-alt:before {\n content: "\\f2f5"; }\n\n.fa-signal:before {\n content: "\\f012"; }\n\n.fa-signature:before {\n content: "\\f5b7"; }\n\n.fa-sim-card:before {\n content: "\\f7c4"; }\n\n.fa-simplybuilt:before {\n content: "\\f215"; }\n\n.fa-sink:before {\n content: "\\e06d"; }\n\n.fa-sistrix:before {\n content: "\\f3ee"; }\n\n.fa-sitemap:before {\n content: "\\f0e8"; }\n\n.fa-sith:before {\n content: "\\f512"; }\n\n.fa-skating:before {\n content: "\\f7c5"; }\n\n.fa-sketch:before {\n content: "\\f7c6"; }\n\n.fa-skiing:before {\n content: "\\f7c9"; }\n\n.fa-skiing-nordic:before {\n content: "\\f7ca"; }\n\n.fa-skull:before {\n content: "\\f54c"; }\n\n.fa-skull-crossbones:before {\n content: "\\f714"; }\n\n.fa-skyatlas:before {\n content: "\\f216"; }\n\n.fa-skype:before {\n content: "\\f17e"; }\n\n.fa-slack:before {\n content: "\\f198"; }\n\n.fa-slack-hash:before {\n content: "\\f3ef"; }\n\n.fa-slash:before {\n content: "\\f715"; }\n\n.fa-sleigh:before {\n content: "\\f7cc"; }\n\n.fa-sliders-h:before {\n content: "\\f1de"; }\n\n.fa-slideshare:before {\n content: "\\f1e7"; }\n\n.fa-smile:before {\n content: "\\f118"; }\n\n.fa-smile-beam:before {\n content: "\\f5b8"; }\n\n.fa-smile-wink:before {\n content: "\\f4da"; }\n\n.fa-smog:before {\n content: "\\f75f"; }\n\n.fa-smoking:before {\n content: "\\f48d"; }\n\n.fa-smoking-ban:before {\n content: "\\f54d"; }\n\n.fa-sms:before {\n content: "\\f7cd"; }\n\n.fa-snapchat:before {\n content: "\\f2ab"; }\n\n.fa-snapchat-ghost:before {\n content: "\\f2ac"; }\n\n.fa-snapchat-square:before {\n content: "\\f2ad"; }\n\n.fa-snowboarding:before {\n content: "\\f7ce"; }\n\n.fa-snowflake:before {\n content: "\\f2dc"; }\n\n.fa-snowman:before {\n content: "\\f7d0"; }\n\n.fa-snowplow:before {\n content: "\\f7d2"; }\n\n.fa-soap:before {\n content: "\\e06e"; }\n\n.fa-socks:before {\n content: "\\f696"; }\n\n.fa-solar-panel:before {\n content: "\\f5ba"; }\n\n.fa-sort:before {\n content: "\\f0dc"; }\n\n.fa-sort-alpha-down:before {\n content: "\\f15d"; }\n\n.fa-sort-alpha-down-alt:before {\n content: "\\f881"; }\n\n.fa-sort-alpha-up:before {\n content: "\\f15e"; }\n\n.fa-sort-alpha-up-alt:before {\n content: "\\f882"; }\n\n.fa-sort-amount-down:before {\n content: "\\f160"; }\n\n.fa-sort-amount-down-alt:before {\n content: "\\f884"; }\n\n.fa-sort-amount-up:before {\n content: "\\f161"; }\n\n.fa-sort-amount-up-alt:before {\n content: "\\f885"; }\n\n.fa-sort-down:before {\n content: "\\f0dd"; }\n\n.fa-sort-numeric-down:before {\n content: "\\f162"; }\n\n.fa-sort-numeric-down-alt:before {\n content: "\\f886"; }\n\n.fa-sort-numeric-up:before {\n content: "\\f163"; }\n\n.fa-sort-numeric-up-alt:before {\n content: "\\f887"; }\n\n.fa-sort-up:before {\n content: "\\f0de"; }\n\n.fa-soundcloud:before {\n content: "\\f1be"; }\n\n.fa-sourcetree:before {\n content: "\\f7d3"; }\n\n.fa-spa:before {\n content: "\\f5bb"; }\n\n.fa-space-shuttle:before {\n content: "\\f197"; }\n\n.fa-speakap:before {\n content: "\\f3f3"; }\n\n.fa-speaker-deck:before {\n content: "\\f83c"; }\n\n.fa-spell-check:before {\n content: "\\f891"; }\n\n.fa-spider:before {\n content: "\\f717"; }\n\n.fa-spinner:before {\n content: "\\f110"; }\n\n.fa-splotch:before {\n content: "\\f5bc"; }\n\n.fa-spotify:before {\n content: "\\f1bc"; }\n\n.fa-spray-can:before {\n content: "\\f5bd"; }\n\n.fa-square:before {\n content: "\\f0c8"; }\n\n.fa-square-full:before {\n content: "\\f45c"; }\n\n.fa-square-root-alt:before {\n content: "\\f698"; }\n\n.fa-squarespace:before {\n content: "\\f5be"; }\n\n.fa-stack-exchange:before {\n content: "\\f18d"; }\n\n.fa-stack-overflow:before {\n content: "\\f16c"; }\n\n.fa-stackpath:before {\n content: "\\f842"; }\n\n.fa-stamp:before {\n content: "\\f5bf"; }\n\n.fa-star:before {\n content: "\\f005"; }\n\n.fa-star-and-crescent:before {\n content: "\\f699"; }\n\n.fa-star-half:before {\n content: "\\f089"; }\n\n.fa-star-half-alt:before {\n content: "\\f5c0"; }\n\n.fa-star-of-david:before {\n content: "\\f69a"; }\n\n.fa-star-of-life:before {\n content: "\\f621"; }\n\n.fa-staylinked:before {\n content: "\\f3f5"; }\n\n.fa-steam:before {\n content: "\\f1b6"; }\n\n.fa-steam-square:before {\n content: "\\f1b7"; }\n\n.fa-steam-symbol:before {\n content: "\\f3f6"; }\n\n.fa-step-backward:before {\n content: "\\f048"; }\n\n.fa-step-forward:before {\n content: "\\f051"; }\n\n.fa-stethoscope:before {\n content: "\\f0f1"; }\n\n.fa-sticker-mule:before {\n content: "\\f3f7"; }\n\n.fa-sticky-note:before {\n content: "\\f249"; }\n\n.fa-stop:before {\n content: "\\f04d"; }\n\n.fa-stop-circle:before {\n content: "\\f28d"; }\n\n.fa-stopwatch:before {\n content: "\\f2f2"; }\n\n.fa-stopwatch-20:before {\n content: "\\e06f"; }\n\n.fa-store:before {\n content: "\\f54e"; }\n\n.fa-store-alt:before {\n content: "\\f54f"; }\n\n.fa-store-alt-slash:before {\n content: "\\e070"; }\n\n.fa-store-slash:before {\n content: "\\e071"; }\n\n.fa-strava:before {\n content: "\\f428"; }\n\n.fa-stream:before {\n content: "\\f550"; }\n\n.fa-street-view:before {\n content: "\\f21d"; }\n\n.fa-strikethrough:before {\n content: "\\f0cc"; }\n\n.fa-stripe:before {\n content: "\\f429"; }\n\n.fa-stripe-s:before {\n content: "\\f42a"; }\n\n.fa-stroopwafel:before {\n content: "\\f551"; }\n\n.fa-studiovinari:before {\n content: "\\f3f8"; }\n\n.fa-stumbleupon:before {\n content: "\\f1a4"; }\n\n.fa-stumbleupon-circle:before {\n content: "\\f1a3"; }\n\n.fa-subscript:before {\n content: "\\f12c"; }\n\n.fa-subway:before {\n content: "\\f239"; }\n\n.fa-suitcase:before {\n content: "\\f0f2"; }\n\n.fa-suitcase-rolling:before {\n content: "\\f5c1"; }\n\n.fa-sun:before {\n content: "\\f185"; }\n\n.fa-superpowers:before {\n content: "\\f2dd"; }\n\n.fa-superscript:before {\n content: "\\f12b"; }\n\n.fa-supple:before {\n content: "\\f3f9"; }\n\n.fa-surprise:before {\n content: "\\f5c2"; }\n\n.fa-suse:before {\n content: "\\f7d6"; }\n\n.fa-swatchbook:before {\n content: "\\f5c3"; }\n\n.fa-swift:before {\n content: "\\f8e1"; }\n\n.fa-swimmer:before {\n content: "\\f5c4"; }\n\n.fa-swimming-pool:before {\n content: "\\f5c5"; }\n\n.fa-symfony:before {\n content: "\\f83d"; }\n\n.fa-synagogue:before {\n content: "\\f69b"; }\n\n.fa-sync:before {\n content: "\\f021"; }\n\n.fa-sync-alt:before {\n content: "\\f2f1"; }\n\n.fa-syringe:before {\n content: "\\f48e"; }\n\n.fa-table:before {\n content: "\\f0ce"; }\n\n.fa-table-tennis:before {\n content: "\\f45d"; }\n\n.fa-tablet:before {\n content: "\\f10a"; }\n\n.fa-tablet-alt:before {\n content: "\\f3fa"; }\n\n.fa-tablets:before {\n content: "\\f490"; }\n\n.fa-tachometer-alt:before {\n content: "\\f3fd"; }\n\n.fa-tag:before {\n content: "\\f02b"; }\n\n.fa-tags:before {\n content: "\\f02c"; }\n\n.fa-tape:before {\n content: "\\f4db"; }\n\n.fa-tasks:before {\n content: "\\f0ae"; }\n\n.fa-taxi:before {\n content: "\\f1ba"; }\n\n.fa-teamspeak:before {\n content: "\\f4f9"; }\n\n.fa-teeth:before {\n content: "\\f62e"; }\n\n.fa-teeth-open:before {\n content: "\\f62f"; }\n\n.fa-telegram:before {\n content: "\\f2c6"; }\n\n.fa-telegram-plane:before {\n content: "\\f3fe"; }\n\n.fa-temperature-high:before {\n content: "\\f769"; }\n\n.fa-temperature-low:before {\n content: "\\f76b"; }\n\n.fa-tencent-weibo:before {\n content: "\\f1d5"; }\n\n.fa-tenge:before {\n content: "\\f7d7"; }\n\n.fa-terminal:before {\n content: "\\f120"; }\n\n.fa-text-height:before {\n content: "\\f034"; }\n\n.fa-text-width:before {\n content: "\\f035"; }\n\n.fa-th:before {\n content: "\\f00a"; }\n\n.fa-th-large:before {\n content: "\\f009"; }\n\n.fa-th-list:before {\n content: "\\f00b"; }\n\n.fa-the-red-yeti:before {\n content: "\\f69d"; }\n\n.fa-theater-masks:before {\n content: "\\f630"; }\n\n.fa-themeco:before {\n content: "\\f5c6"; }\n\n.fa-themeisle:before {\n content: "\\f2b2"; }\n\n.fa-thermometer:before {\n content: "\\f491"; }\n\n.fa-thermometer-empty:before {\n content: "\\f2cb"; }\n\n.fa-thermometer-full:before {\n content: "\\f2c7"; }\n\n.fa-thermometer-half:before {\n content: "\\f2c9"; }\n\n.fa-thermometer-quarter:before {\n content: "\\f2ca"; }\n\n.fa-thermometer-three-quarters:before {\n content: "\\f2c8"; }\n\n.fa-think-peaks:before {\n content: "\\f731"; }\n\n.fa-thumbs-down:before {\n content: "\\f165"; }\n\n.fa-thumbs-up:before {\n content: "\\f164"; }\n\n.fa-thumbtack:before {\n content: "\\f08d"; }\n\n.fa-ticket-alt:before {\n content: "\\f3ff"; }\n\n.fa-tiktok:before {\n content: "\\e07b"; }\n\n.fa-times:before {\n content: "\\f00d"; }\n\n.fa-times-circle:before {\n content: "\\f057"; }\n\n.fa-tint:before {\n content: "\\f043"; }\n\n.fa-tint-slash:before {\n content: "\\f5c7"; }\n\n.fa-tired:before {\n content: "\\f5c8"; }\n\n.fa-toggle-off:before {\n content: "\\f204"; }\n\n.fa-toggle-on:before {\n content: "\\f205"; }\n\n.fa-toilet:before {\n content: "\\f7d8"; }\n\n.fa-toilet-paper:before {\n content: "\\f71e"; }\n\n.fa-toilet-paper-slash:before {\n content: "\\e072"; }\n\n.fa-toolbox:before {\n content: "\\f552"; }\n\n.fa-tools:before {\n content: "\\f7d9"; }\n\n.fa-tooth:before {\n content: "\\f5c9"; }\n\n.fa-torah:before {\n content: "\\f6a0"; }\n\n.fa-torii-gate:before {\n content: "\\f6a1"; }\n\n.fa-tractor:before {\n content: "\\f722"; }\n\n.fa-trade-federation:before {\n content: "\\f513"; }\n\n.fa-trademark:before {\n content: "\\f25c"; }\n\n.fa-traffic-light:before {\n content: "\\f637"; }\n\n.fa-trailer:before {\n content: "\\e041"; }\n\n.fa-train:before {\n content: "\\f238"; }\n\n.fa-tram:before {\n content: "\\f7da"; }\n\n.fa-transgender:before {\n content: "\\f224"; }\n\n.fa-transgender-alt:before {\n content: "\\f225"; }\n\n.fa-trash:before {\n content: "\\f1f8"; }\n\n.fa-trash-alt:before {\n content: "\\f2ed"; }\n\n.fa-trash-restore:before {\n content: "\\f829"; }\n\n.fa-trash-restore-alt:before {\n content: "\\f82a"; }\n\n.fa-tree:before {\n content: "\\f1bb"; }\n\n.fa-trello:before {\n content: "\\f181"; }\n\n.fa-trophy:before {\n content: "\\f091"; }\n\n.fa-truck:before {\n content: "\\f0d1"; }\n\n.fa-truck-loading:before {\n content: "\\f4de"; }\n\n.fa-truck-monster:before {\n content: "\\f63b"; }\n\n.fa-truck-moving:before {\n content: "\\f4df"; }\n\n.fa-truck-pickup:before {\n content: "\\f63c"; }\n\n.fa-tshirt:before {\n content: "\\f553"; }\n\n.fa-tty:before {\n content: "\\f1e4"; }\n\n.fa-tumblr:before {\n content: "\\f173"; }\n\n.fa-tumblr-square:before {\n content: "\\f174"; }\n\n.fa-tv:before {\n content: "\\f26c"; }\n\n.fa-twitch:before {\n content: "\\f1e8"; }\n\n.fa-twitter:before {\n content: "\\f099"; }\n\n.fa-twitter-square:before {\n content: "\\f081"; }\n\n.fa-typo3:before {\n content: "\\f42b"; }\n\n.fa-uber:before {\n content: "\\f402"; }\n\n.fa-ubuntu:before {\n content: "\\f7df"; }\n\n.fa-uikit:before {\n content: "\\f403"; }\n\n.fa-umbraco:before {\n content: "\\f8e8"; }\n\n.fa-umbrella:before {\n content: "\\f0e9"; }\n\n.fa-umbrella-beach:before {\n content: "\\f5ca"; }\n\n.fa-uncharted:before {\n content: "\\e084"; }\n\n.fa-underline:before {\n content: "\\f0cd"; }\n\n.fa-undo:before {\n content: "\\f0e2"; }\n\n.fa-undo-alt:before {\n content: "\\f2ea"; }\n\n.fa-uniregistry:before {\n content: "\\f404"; }\n\n.fa-unity:before {\n content: "\\e049"; }\n\n.fa-universal-access:before {\n content: "\\f29a"; }\n\n.fa-university:before {\n content: "\\f19c"; }\n\n.fa-unlink:before {\n content: "\\f127"; }\n\n.fa-unlock:before {\n content: "\\f09c"; }\n\n.fa-unlock-alt:before {\n content: "\\f13e"; }\n\n.fa-unsplash:before {\n content: "\\e07c"; }\n\n.fa-untappd:before {\n content: "\\f405"; }\n\n.fa-upload:before {\n content: "\\f093"; }\n\n.fa-ups:before {\n content: "\\f7e0"; }\n\n.fa-usb:before {\n content: "\\f287"; }\n\n.fa-user:before {\n content: "\\f007"; }\n\n.fa-user-alt:before {\n content: "\\f406"; }\n\n.fa-user-alt-slash:before {\n content: "\\f4fa"; }\n\n.fa-user-astronaut:before {\n content: "\\f4fb"; }\n\n.fa-user-check:before {\n content: "\\f4fc"; }\n\n.fa-user-circle:before {\n content: "\\f2bd"; }\n\n.fa-user-clock:before {\n content: "\\f4fd"; }\n\n.fa-user-cog:before {\n content: "\\f4fe"; }\n\n.fa-user-edit:before {\n content: "\\f4ff"; }\n\n.fa-user-friends:before {\n content: "\\f500"; }\n\n.fa-user-graduate:before {\n content: "\\f501"; }\n\n.fa-user-injured:before {\n content: "\\f728"; }\n\n.fa-user-lock:before {\n content: "\\f502"; }\n\n.fa-user-md:before {\n content: "\\f0f0"; }\n\n.fa-user-minus:before {\n content: "\\f503"; }\n\n.fa-user-ninja:before {\n content: "\\f504"; }\n\n.fa-user-nurse:before {\n content: "\\f82f"; }\n\n.fa-user-plus:before {\n content: "\\f234"; }\n\n.fa-user-secret:before {\n content: "\\f21b"; }\n\n.fa-user-shield:before {\n content: "\\f505"; }\n\n.fa-user-slash:before {\n content: "\\f506"; }\n\n.fa-user-tag:before {\n content: "\\f507"; }\n\n.fa-user-tie:before {\n content: "\\f508"; }\n\n.fa-user-times:before {\n content: "\\f235"; }\n\n.fa-users:before {\n content: "\\f0c0"; }\n\n.fa-users-cog:before {\n content: "\\f509"; }\n\n.fa-users-slash:before {\n content: "\\e073"; }\n\n.fa-usps:before {\n content: "\\f7e1"; }\n\n.fa-ussunnah:before {\n content: "\\f407"; }\n\n.fa-utensil-spoon:before {\n content: "\\f2e5"; }\n\n.fa-utensils:before {\n content: "\\f2e7"; }\n\n.fa-vaadin:before {\n content: "\\f408"; }\n\n.fa-vector-square:before {\n content: "\\f5cb"; }\n\n.fa-venus:before {\n content: "\\f221"; }\n\n.fa-venus-double:before {\n content: "\\f226"; }\n\n.fa-venus-mars:before {\n content: "\\f228"; }\n\n.fa-vest:before {\n content: "\\e085"; }\n\n.fa-vest-patches:before {\n content: "\\e086"; }\n\n.fa-viacoin:before {\n content: "\\f237"; }\n\n.fa-viadeo:before {\n content: "\\f2a9"; }\n\n.fa-viadeo-square:before {\n content: "\\f2aa"; }\n\n.fa-vial:before {\n content: "\\f492"; }\n\n.fa-vials:before {\n content: "\\f493"; }\n\n.fa-viber:before {\n content: "\\f409"; }\n\n.fa-video:before {\n content: "\\f03d"; }\n\n.fa-video-slash:before {\n content: "\\f4e2"; }\n\n.fa-vihara:before {\n content: "\\f6a7"; }\n\n.fa-vimeo:before {\n content: "\\f40a"; }\n\n.fa-vimeo-square:before {\n content: "\\f194"; }\n\n.fa-vimeo-v:before {\n content: "\\f27d"; }\n\n.fa-vine:before {\n content: "\\f1ca"; }\n\n.fa-virus:before {\n content: "\\e074"; }\n\n.fa-virus-slash:before {\n content: "\\e075"; }\n\n.fa-viruses:before {\n content: "\\e076"; }\n\n.fa-vk:before {\n content: "\\f189"; }\n\n.fa-vnv:before {\n content: "\\f40b"; }\n\n.fa-voicemail:before {\n content: "\\f897"; }\n\n.fa-volleyball-ball:before {\n content: "\\f45f"; }\n\n.fa-volume-down:before {\n content: "\\f027"; }\n\n.fa-volume-mute:before {\n content: "\\f6a9"; }\n\n.fa-volume-off:before {\n content: "\\f026"; }\n\n.fa-volume-up:before {\n content: "\\f028"; }\n\n.fa-vote-yea:before {\n content: "\\f772"; }\n\n.fa-vr-cardboard:before {\n content: "\\f729"; }\n\n.fa-vuejs:before {\n content: "\\f41f"; }\n\n.fa-walking:before {\n content: "\\f554"; }\n\n.fa-wallet:before {\n content: "\\f555"; }\n\n.fa-warehouse:before {\n content: "\\f494"; }\n\n.fa-watchman-monitoring:before {\n content: "\\e087"; }\n\n.fa-water:before {\n content: "\\f773"; }\n\n.fa-wave-square:before {\n content: "\\f83e"; }\n\n.fa-waze:before {\n content: "\\f83f"; }\n\n.fa-weebly:before {\n content: "\\f5cc"; }\n\n.fa-weibo:before {\n content: "\\f18a"; }\n\n.fa-weight:before {\n content: "\\f496"; }\n\n.fa-weight-hanging:before {\n content: "\\f5cd"; }\n\n.fa-weixin:before {\n content: "\\f1d7"; }\n\n.fa-whatsapp:before {\n content: "\\f232"; }\n\n.fa-whatsapp-square:before {\n content: "\\f40c"; }\n\n.fa-wheelchair:before {\n content: "\\f193"; }\n\n.fa-whmcs:before {\n content: "\\f40d"; }\n\n.fa-wifi:before {\n content: "\\f1eb"; }\n\n.fa-wikipedia-w:before {\n content: "\\f266"; }\n\n.fa-wind:before {\n content: "\\f72e"; }\n\n.fa-window-close:before {\n content: "\\f410"; }\n\n.fa-window-maximize:before {\n content: "\\f2d0"; }\n\n.fa-window-minimize:before {\n content: "\\f2d1"; }\n\n.fa-window-restore:before {\n content: "\\f2d2"; }\n\n.fa-windows:before {\n content: "\\f17a"; }\n\n.fa-wine-bottle:before {\n content: "\\f72f"; }\n\n.fa-wine-glass:before {\n content: "\\f4e3"; }\n\n.fa-wine-glass-alt:before {\n content: "\\f5ce"; }\n\n.fa-wix:before {\n content: "\\f5cf"; }\n\n.fa-wizards-of-the-coast:before {\n content: "\\f730"; }\n\n.fa-wodu:before {\n content: "\\e088"; }\n\n.fa-wolf-pack-battalion:before {\n content: "\\f514"; }\n\n.fa-won-sign:before {\n content: "\\f159"; }\n\n.fa-wordpress:before {\n content: "\\f19a"; }\n\n.fa-wordpress-simple:before {\n content: "\\f411"; }\n\n.fa-wpbeginner:before {\n content: "\\f297"; }\n\n.fa-wpexplorer:before {\n content: "\\f2de"; }\n\n.fa-wpforms:before {\n content: "\\f298"; }\n\n.fa-wpressr:before {\n content: "\\f3e4"; }\n\n.fa-wrench:before {\n content: "\\f0ad"; }\n\n.fa-x-ray:before {\n content: "\\f497"; }\n\n.fa-xbox:before {\n content: "\\f412"; }\n\n.fa-xing:before {\n content: "\\f168"; }\n\n.fa-xing-square:before {\n content: "\\f169"; }\n\n.fa-y-combinator:before {\n content: "\\f23b"; }\n\n.fa-yahoo:before {\n content: "\\f19e"; }\n\n.fa-yammer:before {\n content: "\\f840"; }\n\n.fa-yandex:before {\n content: "\\f413"; }\n\n.fa-yandex-international:before {\n content: "\\f414"; }\n\n.fa-yarn:before {\n content: "\\f7e3"; }\n\n.fa-yelp:before {\n content: "\\f1e9"; }\n\n.fa-yen-sign:before {\n content: "\\f157"; }\n\n.fa-yin-yang:before {\n content: "\\f6ad"; }\n\n.fa-yoast:before {\n content: "\\f2b1"; }\n\n.fa-youtube:before {\n content: "\\f167"; }\n\n.fa-youtube-square:before {\n content: "\\f431"; }\n\n.fa-zhihu:before {\n content: "\\f63f"; }\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto; }\n@font-face {\n font-family: \'Font Awesome 5 Brands\';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url('+q+");\n src: url("+z+') format("embedded-opentype"), url('+j+') format("woff2"), url('+I+') format("woff"), url('+F+') format("truetype"), url('+C+") format(\"svg\"); }\n\n.fab {\n font-family: 'Font Awesome 5 Brands';\n font-weight: 400; }\n@font-face {\n font-family: 'Font Awesome 5 Free';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url("+M+");\n src: url("+A+') format("embedded-opentype"), url('+T+') format("woff2"), url('+B+') format("woff"), url('+S+') format("truetype"), url('+D+") format(\"svg\"); }\n\n.far {\n font-family: 'Font Awesome 5 Free';\n font-weight: 400; }\n@font-face {\n font-family: 'Font Awesome 5 Free';\n font-style: normal;\n font-weight: 900;\n font-display: block;\n src: url("+L+");\n src: url("+N+') format("embedded-opentype"), url('+X+') format("woff2"), url('+_+') format("woff"), url('+E+') format("truetype"), url('+U+") format(\"svg\"); }\n\n.fa,\n.fas {\n font-family: 'Font Awesome 5 Free';\n font-weight: 900; }\n",""]);const O=x}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7723],{37906:(e,f,o)=>{"use strict";e.exports=o.p+"8b43027f47b20503057d.eot"},19202:(e,f,o)=>{"use strict";e.exports=o.p+"8b43027f47b20503057d.eot?v=4.7.0"},77109:(e,f,o)=>{"use strict";e.exports=o.p+"c1e38fd9e0e74ba58f7a.svg?v=4.7.0"},3919:(e,f,o)=>{"use strict";e.exports=o.p+"1e59d2330b4c6deb84b3.ttf?v=4.7.0"},35858:(e,f,o)=>{"use strict";e.exports=o.p+"20fd1704ea223900efa9.woff2?v=4.7.0"},66864:(e,f,o)=>{"use strict";e.exports=o.p+"f691f37e57f04c152e23.woff?v=4.7.0"},95560:(e,f,o)=>{"use strict";o.r(f),o.d(f,{default:()=>c});var t=o(90487),n=o.n(t),a=o(33293),r={insert:"head",singleton:!1};n()(a.Z,r);const c=a.Z.locals||{}},90487:(e,f,o)=>{"use strict";var t=function(){var e;return function(){return"undefined"===typeof e&&(e=Boolean(window&&document&&document.all&&!window.atob)),e}}(),n=function(){var e={};return function(f){if("undefined"===typeof e[f]){var o=document.querySelector(f);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(t){o=null}e[f]=o}return e[f]}}(),a=[];function r(e){for(var f=-1,o=0;o<a.length;o++)if(a[o].identifier===e){f=o;break}return f}function c(e,f){for(var o={},t=[],n=0;n<e.length;n++){var c=e[n],b=f.base?c[0]+f.base:c[0],i=o[b]||0,s="".concat(b," ").concat(i);o[b]=i+1;var l=r(s),d={css:c[1],media:c[2],sourceMap:c[3]};-1!==l?(a[l].references++,a[l].updater(d)):a.push({identifier:s,updater:p(d,f),references:1}),t.push(s)}return t}function b(e){var f=document.createElement("style"),t=e.attributes||{};if("undefined"===typeof t.nonce){var a=o.nc;a&&(t.nonce=a)}if(Object.keys(t).forEach((function(e){f.setAttribute(e,t[e])})),"function"===typeof e.insert)e.insert(f);else{var r=n(e.insert||"head");if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(f)}return f}var i=function(){var e=[];return function(f,o){return e[f]=o,e.filter(Boolean).join("\n")}}();function s(e,f,o,t){var n=o?"":t.media?"@media ".concat(t.media," {").concat(t.css,"}"):t.css;if(e.styleSheet)e.styleSheet.cssText=i(f,n);else{var a=document.createTextNode(n),r=e.childNodes;r[f]&&e.removeChild(r[f]),r.length?e.insertBefore(a,r[f]):e.appendChild(a)}}function l(e,f,o){var t=o.css,n=o.media,a=o.sourceMap;if(n?e.setAttribute("media",n):e.removeAttribute("media"),a&&"undefined"!==typeof btoa&&(t+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}var d=null,u=0;function p(e,f){var o,t,n;if(f.singleton){var a=u++;o=d||(d=b(f)),t=s.bind(null,o,a,!1),n=s.bind(null,o,a,!0)}else o=b(f),t=l.bind(null,o,f),n=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(o)};return t(e),function(f){if(f){if(f.css===e.css&&f.media===e.media&&f.sourceMap===e.sourceMap)return;t(e=f)}else n()}}e.exports=function(e,f){(f=f||{}).singleton||"boolean"===typeof f.singleton||(f.singleton=t());var o=c(e=e||[],f);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var t=0;t<o.length;t++){var n=r(o[t]);a[n].references--}for(var b=c(e,f),i=0;i<o.length;i++){var s=r(o[i]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}o=b}}}},68922:e=>{"use strict";e.exports=function(e){var f=[];return f.toString=function(){return this.map((function(f){var o=e(f);return f[2]?"@media ".concat(f[2]," {").concat(o,"}"):o})).join("")},f.i=function(e,o,t){"string"===typeof e&&(e=[[null,e,""]]);var n={};if(t)for(var a=0;a<this.length;a++){var r=this[a][0];null!=r&&(n[r]=!0)}for(var c=0;c<e.length;c++){var b=[].concat(e[c]);t&&n[b[0]]||(o&&(b[2]?b[2]="".concat(o," and ").concat(b[2]):b[2]=o),f.push(b))}},f}},84155:e=>{"use strict";e.exports=function(e,f){return f||(f={}),"string"!==typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),f.hash&&(e+=f.hash),/["'() \t\n]/.test(e)||f.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},33293:(e,f,o)=>{"use strict";o.d(f,{Z:()=>y});var t=o(68922),n=o.n(t),a=o(84155),r=o.n(a),c=o(19202),b=o(37906),i=o(35858),s=o(66864),l=o(3919),d=o(77109),u=n()((function(e){return e[1]})),p=r()(c),m=r()(b,{hash:"?#iefix&v=4.7.0"}),h=r()(i),g=r()(s),w=r()(l),v=r()(d,{hash:"#fontawesomeregular"});u.push([e.id,"/*!\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */@font-face{font-family:'FontAwesome';src:url("+p+");src:url("+m+") format('embedded-opentype'),url("+h+") format('woff2'),url("+g+") format('woff'),url("+w+") format('truetype'),url("+v+') format(\'svg\');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\\f000"}.fa-music:before{content:"\\f001"}.fa-search:before{content:"\\f002"}.fa-envelope-o:before{content:"\\f003"}.fa-heart:before{content:"\\f004"}.fa-star:before{content:"\\f005"}.fa-star-o:before{content:"\\f006"}.fa-user:before{content:"\\f007"}.fa-film:before{content:"\\f008"}.fa-th-large:before{content:"\\f009"}.fa-th:before{content:"\\f00a"}.fa-th-list:before{content:"\\f00b"}.fa-check:before{content:"\\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\\f00d"}.fa-search-plus:before{content:"\\f00e"}.fa-search-minus:before{content:"\\f010"}.fa-power-off:before{content:"\\f011"}.fa-signal:before{content:"\\f012"}.fa-gear:before,.fa-cog:before{content:"\\f013"}.fa-trash-o:before{content:"\\f014"}.fa-home:before{content:"\\f015"}.fa-file-o:before{content:"\\f016"}.fa-clock-o:before{content:"\\f017"}.fa-road:before{content:"\\f018"}.fa-download:before{content:"\\f019"}.fa-arrow-circle-o-down:before{content:"\\f01a"}.fa-arrow-circle-o-up:before{content:"\\f01b"}.fa-inbox:before{content:"\\f01c"}.fa-play-circle-o:before{content:"\\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\\f01e"}.fa-refresh:before{content:"\\f021"}.fa-list-alt:before{content:"\\f022"}.fa-lock:before{content:"\\f023"}.fa-flag:before{content:"\\f024"}.fa-headphones:before{content:"\\f025"}.fa-volume-off:before{content:"\\f026"}.fa-volume-down:before{content:"\\f027"}.fa-volume-up:before{content:"\\f028"}.fa-qrcode:before{content:"\\f029"}.fa-barcode:before{content:"\\f02a"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-book:before{content:"\\f02d"}.fa-bookmark:before{content:"\\f02e"}.fa-print:before{content:"\\f02f"}.fa-camera:before{content:"\\f030"}.fa-font:before{content:"\\f031"}.fa-bold:before{content:"\\f032"}.fa-italic:before{content:"\\f033"}.fa-text-height:before{content:"\\f034"}.fa-text-width:before{content:"\\f035"}.fa-align-left:before{content:"\\f036"}.fa-align-center:before{content:"\\f037"}.fa-align-right:before{content:"\\f038"}.fa-align-justify:before{content:"\\f039"}.fa-list:before{content:"\\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\\f03b"}.fa-indent:before{content:"\\f03c"}.fa-video-camera:before{content:"\\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\\f03e"}.fa-pencil:before{content:"\\f040"}.fa-map-marker:before{content:"\\f041"}.fa-adjust:before{content:"\\f042"}.fa-tint:before{content:"\\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\\f044"}.fa-share-square-o:before{content:"\\f045"}.fa-check-square-o:before{content:"\\f046"}.fa-arrows:before{content:"\\f047"}.fa-step-backward:before{content:"\\f048"}.fa-fast-backward:before{content:"\\f049"}.fa-backward:before{content:"\\f04a"}.fa-play:before{content:"\\f04b"}.fa-pause:before{content:"\\f04c"}.fa-stop:before{content:"\\f04d"}.fa-forward:before{content:"\\f04e"}.fa-fast-forward:before{content:"\\f050"}.fa-step-forward:before{content:"\\f051"}.fa-eject:before{content:"\\f052"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-plus-circle:before{content:"\\f055"}.fa-minus-circle:before{content:"\\f056"}.fa-times-circle:before{content:"\\f057"}.fa-check-circle:before{content:"\\f058"}.fa-question-circle:before{content:"\\f059"}.fa-info-circle:before{content:"\\f05a"}.fa-crosshairs:before{content:"\\f05b"}.fa-times-circle-o:before{content:"\\f05c"}.fa-check-circle-o:before{content:"\\f05d"}.fa-ban:before{content:"\\f05e"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-up:before{content:"\\f062"}.fa-arrow-down:before{content:"\\f063"}.fa-mail-forward:before,.fa-share:before{content:"\\f064"}.fa-expand:before{content:"\\f065"}.fa-compress:before{content:"\\f066"}.fa-plus:before{content:"\\f067"}.fa-minus:before{content:"\\f068"}.fa-asterisk:before{content:"\\f069"}.fa-exclamation-circle:before{content:"\\f06a"}.fa-gift:before{content:"\\f06b"}.fa-leaf:before{content:"\\f06c"}.fa-fire:before{content:"\\f06d"}.fa-eye:before{content:"\\f06e"}.fa-eye-slash:before{content:"\\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\\f071"}.fa-plane:before{content:"\\f072"}.fa-calendar:before{content:"\\f073"}.fa-random:before{content:"\\f074"}.fa-comment:before{content:"\\f075"}.fa-magnet:before{content:"\\f076"}.fa-chevron-up:before{content:"\\f077"}.fa-chevron-down:before{content:"\\f078"}.fa-retweet:before{content:"\\f079"}.fa-shopping-cart:before{content:"\\f07a"}.fa-folder:before{content:"\\f07b"}.fa-folder-open:before{content:"\\f07c"}.fa-arrows-v:before{content:"\\f07d"}.fa-arrows-h:before{content:"\\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\\f080"}.fa-twitter-square:before{content:"\\f081"}.fa-facebook-square:before{content:"\\f082"}.fa-camera-retro:before{content:"\\f083"}.fa-key:before{content:"\\f084"}.fa-gears:before,.fa-cogs:before{content:"\\f085"}.fa-comments:before{content:"\\f086"}.fa-thumbs-o-up:before{content:"\\f087"}.fa-thumbs-o-down:before{content:"\\f088"}.fa-star-half:before{content:"\\f089"}.fa-heart-o:before{content:"\\f08a"}.fa-sign-out:before{content:"\\f08b"}.fa-linkedin-square:before{content:"\\f08c"}.fa-thumb-tack:before{content:"\\f08d"}.fa-external-link:before{content:"\\f08e"}.fa-sign-in:before{content:"\\f090"}.fa-trophy:before{content:"\\f091"}.fa-github-square:before{content:"\\f092"}.fa-upload:before{content:"\\f093"}.fa-lemon-o:before{content:"\\f094"}.fa-phone:before{content:"\\f095"}.fa-square-o:before{content:"\\f096"}.fa-bookmark-o:before{content:"\\f097"}.fa-phone-square:before{content:"\\f098"}.fa-twitter:before{content:"\\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\\f09a"}.fa-github:before{content:"\\f09b"}.fa-unlock:before{content:"\\f09c"}.fa-credit-card:before{content:"\\f09d"}.fa-feed:before,.fa-rss:before{content:"\\f09e"}.fa-hdd-o:before{content:"\\f0a0"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bell:before{content:"\\f0f3"}.fa-certificate:before{content:"\\f0a3"}.fa-hand-o-right:before{content:"\\f0a4"}.fa-hand-o-left:before{content:"\\f0a5"}.fa-hand-o-up:before{content:"\\f0a6"}.fa-hand-o-down:before{content:"\\f0a7"}.fa-arrow-circle-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before{content:"\\f0aa"}.fa-arrow-circle-down:before{content:"\\f0ab"}.fa-globe:before{content:"\\f0ac"}.fa-wrench:before{content:"\\f0ad"}.fa-tasks:before{content:"\\f0ae"}.fa-filter:before{content:"\\f0b0"}.fa-briefcase:before{content:"\\f0b1"}.fa-arrows-alt:before{content:"\\f0b2"}.fa-group:before,.fa-users:before{content:"\\f0c0"}.fa-chain:before,.fa-link:before{content:"\\f0c1"}.fa-cloud:before{content:"\\f0c2"}.fa-flask:before{content:"\\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\\f0c5"}.fa-paperclip:before{content:"\\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\\f0c7"}.fa-square:before{content:"\\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\\f0c9"}.fa-list-ul:before{content:"\\f0ca"}.fa-list-ol:before{content:"\\f0cb"}.fa-strikethrough:before{content:"\\f0cc"}.fa-underline:before{content:"\\f0cd"}.fa-table:before{content:"\\f0ce"}.fa-magic:before{content:"\\f0d0"}.fa-truck:before{content:"\\f0d1"}.fa-pinterest:before{content:"\\f0d2"}.fa-pinterest-square:before{content:"\\f0d3"}.fa-google-plus-square:before{content:"\\f0d4"}.fa-google-plus:before{content:"\\f0d5"}.fa-money:before{content:"\\f0d6"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-up:before{content:"\\f0d8"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-columns:before{content:"\\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\\f0de"}.fa-envelope:before{content:"\\f0e0"}.fa-linkedin:before{content:"\\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\\f0e4"}.fa-comment-o:before{content:"\\f0e5"}.fa-comments-o:before{content:"\\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\\f0e7"}.fa-sitemap:before{content:"\\f0e8"}.fa-umbrella:before{content:"\\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\\f0ea"}.fa-lightbulb-o:before{content:"\\f0eb"}.fa-exchange:before{content:"\\f0ec"}.fa-cloud-download:before{content:"\\f0ed"}.fa-cloud-upload:before{content:"\\f0ee"}.fa-user-md:before{content:"\\f0f0"}.fa-stethoscope:before{content:"\\f0f1"}.fa-suitcase:before{content:"\\f0f2"}.fa-bell-o:before{content:"\\f0a2"}.fa-coffee:before{content:"\\f0f4"}.fa-cutlery:before{content:"\\f0f5"}.fa-file-text-o:before{content:"\\f0f6"}.fa-building-o:before{content:"\\f0f7"}.fa-hospital-o:before{content:"\\f0f8"}.fa-ambulance:before{content:"\\f0f9"}.fa-medkit:before{content:"\\f0fa"}.fa-fighter-jet:before{content:"\\f0fb"}.fa-beer:before{content:"\\f0fc"}.fa-h-square:before{content:"\\f0fd"}.fa-plus-square:before{content:"\\f0fe"}.fa-angle-double-left:before{content:"\\f100"}.fa-angle-double-right:before{content:"\\f101"}.fa-angle-double-up:before{content:"\\f102"}.fa-angle-double-down:before{content:"\\f103"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angle-down:before{content:"\\f107"}.fa-desktop:before{content:"\\f108"}.fa-laptop:before{content:"\\f109"}.fa-tablet:before{content:"\\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\\f10b"}.fa-circle-o:before{content:"\\f10c"}.fa-quote-left:before{content:"\\f10d"}.fa-quote-right:before{content:"\\f10e"}.fa-spinner:before{content:"\\f110"}.fa-circle:before{content:"\\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\\f112"}.fa-github-alt:before{content:"\\f113"}.fa-folder-o:before{content:"\\f114"}.fa-folder-open-o:before{content:"\\f115"}.fa-smile-o:before{content:"\\f118"}.fa-frown-o:before{content:"\\f119"}.fa-meh-o:before{content:"\\f11a"}.fa-gamepad:before{content:"\\f11b"}.fa-keyboard-o:before{content:"\\f11c"}.fa-flag-o:before{content:"\\f11d"}.fa-flag-checkered:before{content:"\\f11e"}.fa-terminal:before{content:"\\f120"}.fa-code:before{content:"\\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\\f123"}.fa-location-arrow:before{content:"\\f124"}.fa-crop:before{content:"\\f125"}.fa-code-fork:before{content:"\\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\\f127"}.fa-question:before{content:"\\f128"}.fa-info:before{content:"\\f129"}.fa-exclamation:before{content:"\\f12a"}.fa-superscript:before{content:"\\f12b"}.fa-subscript:before{content:"\\f12c"}.fa-eraser:before{content:"\\f12d"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-microphone:before{content:"\\f130"}.fa-microphone-slash:before{content:"\\f131"}.fa-shield:before{content:"\\f132"}.fa-calendar-o:before{content:"\\f133"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-rocket:before{content:"\\f135"}.fa-maxcdn:before{content:"\\f136"}.fa-chevron-circle-left:before{content:"\\f137"}.fa-chevron-circle-right:before{content:"\\f138"}.fa-chevron-circle-up:before{content:"\\f139"}.fa-chevron-circle-down:before{content:"\\f13a"}.fa-html5:before{content:"\\f13b"}.fa-css3:before{content:"\\f13c"}.fa-anchor:before{content:"\\f13d"}.fa-unlock-alt:before{content:"\\f13e"}.fa-bullseye:before{content:"\\f140"}.fa-ellipsis-h:before{content:"\\f141"}.fa-ellipsis-v:before{content:"\\f142"}.fa-rss-square:before{content:"\\f143"}.fa-play-circle:before{content:"\\f144"}.fa-ticket:before{content:"\\f145"}.fa-minus-square:before{content:"\\f146"}.fa-minus-square-o:before{content:"\\f147"}.fa-level-up:before{content:"\\f148"}.fa-level-down:before{content:"\\f149"}.fa-check-square:before{content:"\\f14a"}.fa-pencil-square:before{content:"\\f14b"}.fa-external-link-square:before{content:"\\f14c"}.fa-share-square:before{content:"\\f14d"}.fa-compass:before{content:"\\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\\f152"}.fa-euro:before,.fa-eur:before{content:"\\f153"}.fa-gbp:before{content:"\\f154"}.fa-dollar:before,.fa-usd:before{content:"\\f155"}.fa-rupee:before,.fa-inr:before{content:"\\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\\f158"}.fa-won:before,.fa-krw:before{content:"\\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\\f15a"}.fa-file:before{content:"\\f15b"}.fa-file-text:before{content:"\\f15c"}.fa-sort-alpha-asc:before{content:"\\f15d"}.fa-sort-alpha-desc:before{content:"\\f15e"}.fa-sort-amount-asc:before{content:"\\f160"}.fa-sort-amount-desc:before{content:"\\f161"}.fa-sort-numeric-asc:before{content:"\\f162"}.fa-sort-numeric-desc:before{content:"\\f163"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumbs-down:before{content:"\\f165"}.fa-youtube-square:before{content:"\\f166"}.fa-youtube:before{content:"\\f167"}.fa-xing:before{content:"\\f168"}.fa-xing-square:before{content:"\\f169"}.fa-youtube-play:before{content:"\\f16a"}.fa-dropbox:before{content:"\\f16b"}.fa-stack-overflow:before{content:"\\f16c"}.fa-instagram:before{content:"\\f16d"}.fa-flickr:before{content:"\\f16e"}.fa-adn:before{content:"\\f170"}.fa-bitbucket:before{content:"\\f171"}.fa-bitbucket-square:before{content:"\\f172"}.fa-tumblr:before{content:"\\f173"}.fa-tumblr-square:before{content:"\\f174"}.fa-long-arrow-down:before{content:"\\f175"}.fa-long-arrow-up:before{content:"\\f176"}.fa-long-arrow-left:before{content:"\\f177"}.fa-long-arrow-right:before{content:"\\f178"}.fa-apple:before{content:"\\f179"}.fa-windows:before{content:"\\f17a"}.fa-android:before{content:"\\f17b"}.fa-linux:before{content:"\\f17c"}.fa-dribbble:before{content:"\\f17d"}.fa-skype:before{content:"\\f17e"}.fa-foursquare:before{content:"\\f180"}.fa-trello:before{content:"\\f181"}.fa-female:before{content:"\\f182"}.fa-male:before{content:"\\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\\f184"}.fa-sun-o:before{content:"\\f185"}.fa-moon-o:before{content:"\\f186"}.fa-archive:before{content:"\\f187"}.fa-bug:before{content:"\\f188"}.fa-vk:before{content:"\\f189"}.fa-weibo:before{content:"\\f18a"}.fa-renren:before{content:"\\f18b"}.fa-pagelines:before{content:"\\f18c"}.fa-stack-exchange:before{content:"\\f18d"}.fa-arrow-circle-o-right:before{content:"\\f18e"}.fa-arrow-circle-o-left:before{content:"\\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\\f191"}.fa-dot-circle-o:before{content:"\\f192"}.fa-wheelchair:before{content:"\\f193"}.fa-vimeo-square:before{content:"\\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\\f195"}.fa-plus-square-o:before{content:"\\f196"}.fa-space-shuttle:before{content:"\\f197"}.fa-slack:before{content:"\\f198"}.fa-envelope-square:before{content:"\\f199"}.fa-wordpress:before{content:"\\f19a"}.fa-openid:before{content:"\\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\\f19d"}.fa-yahoo:before{content:"\\f19e"}.fa-google:before{content:"\\f1a0"}.fa-reddit:before{content:"\\f1a1"}.fa-reddit-square:before{content:"\\f1a2"}.fa-stumbleupon-circle:before{content:"\\f1a3"}.fa-stumbleupon:before{content:"\\f1a4"}.fa-delicious:before{content:"\\f1a5"}.fa-digg:before{content:"\\f1a6"}.fa-pied-piper-pp:before{content:"\\f1a7"}.fa-pied-piper-alt:before{content:"\\f1a8"}.fa-drupal:before{content:"\\f1a9"}.fa-joomla:before{content:"\\f1aa"}.fa-language:before{content:"\\f1ab"}.fa-fax:before{content:"\\f1ac"}.fa-building:before{content:"\\f1ad"}.fa-child:before{content:"\\f1ae"}.fa-paw:before{content:"\\f1b0"}.fa-spoon:before{content:"\\f1b1"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-behance:before{content:"\\f1b4"}.fa-behance-square:before{content:"\\f1b5"}.fa-steam:before{content:"\\f1b6"}.fa-steam-square:before{content:"\\f1b7"}.fa-recycle:before{content:"\\f1b8"}.fa-automobile:before,.fa-car:before{content:"\\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\\f1ba"}.fa-tree:before{content:"\\f1bb"}.fa-spotify:before{content:"\\f1bc"}.fa-deviantart:before{content:"\\f1bd"}.fa-soundcloud:before{content:"\\f1be"}.fa-database:before{content:"\\f1c0"}.fa-file-pdf-o:before{content:"\\f1c1"}.fa-file-word-o:before{content:"\\f1c2"}.fa-file-excel-o:before{content:"\\f1c3"}.fa-file-powerpoint-o:before{content:"\\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\\f1c8"}.fa-file-code-o:before{content:"\\f1c9"}.fa-vine:before{content:"\\f1ca"}.fa-codepen:before{content:"\\f1cb"}.fa-jsfiddle:before{content:"\\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\\f1cd"}.fa-circle-o-notch:before{content:"\\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\\f1d0"}.fa-ge:before,.fa-empire:before{content:"\\f1d1"}.fa-git-square:before{content:"\\f1d2"}.fa-git:before{content:"\\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\\f1d4"}.fa-tencent-weibo:before{content:"\\f1d5"}.fa-qq:before{content:"\\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\\f1d9"}.fa-history:before{content:"\\f1da"}.fa-circle-thin:before{content:"\\f1db"}.fa-header:before{content:"\\f1dc"}.fa-paragraph:before{content:"\\f1dd"}.fa-sliders:before{content:"\\f1de"}.fa-share-alt:before{content:"\\f1e0"}.fa-share-alt-square:before{content:"\\f1e1"}.fa-bomb:before{content:"\\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\\f1e3"}.fa-tty:before{content:"\\f1e4"}.fa-binoculars:before{content:"\\f1e5"}.fa-plug:before{content:"\\f1e6"}.fa-slideshare:before{content:"\\f1e7"}.fa-twitch:before{content:"\\f1e8"}.fa-yelp:before{content:"\\f1e9"}.fa-newspaper-o:before{content:"\\f1ea"}.fa-wifi:before{content:"\\f1eb"}.fa-calculator:before{content:"\\f1ec"}.fa-paypal:before{content:"\\f1ed"}.fa-google-wallet:before{content:"\\f1ee"}.fa-cc-visa:before{content:"\\f1f0"}.fa-cc-mastercard:before{content:"\\f1f1"}.fa-cc-discover:before{content:"\\f1f2"}.fa-cc-amex:before{content:"\\f1f3"}.fa-cc-paypal:before{content:"\\f1f4"}.fa-cc-stripe:before{content:"\\f1f5"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bell-slash-o:before{content:"\\f1f7"}.fa-trash:before{content:"\\f1f8"}.fa-copyright:before{content:"\\f1f9"}.fa-at:before{content:"\\f1fa"}.fa-eyedropper:before{content:"\\f1fb"}.fa-paint-brush:before{content:"\\f1fc"}.fa-birthday-cake:before{content:"\\f1fd"}.fa-area-chart:before{content:"\\f1fe"}.fa-pie-chart:before{content:"\\f200"}.fa-line-chart:before{content:"\\f201"}.fa-lastfm:before{content:"\\f202"}.fa-lastfm-square:before{content:"\\f203"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-bicycle:before{content:"\\f206"}.fa-bus:before{content:"\\f207"}.fa-ioxhost:before{content:"\\f208"}.fa-angellist:before{content:"\\f209"}.fa-cc:before{content:"\\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\\f20b"}.fa-meanpath:before{content:"\\f20c"}.fa-buysellads:before{content:"\\f20d"}.fa-connectdevelop:before{content:"\\f20e"}.fa-dashcube:before{content:"\\f210"}.fa-forumbee:before{content:"\\f211"}.fa-leanpub:before{content:"\\f212"}.fa-sellsy:before{content:"\\f213"}.fa-shirtsinbulk:before{content:"\\f214"}.fa-simplybuilt:before{content:"\\f215"}.fa-skyatlas:before{content:"\\f216"}.fa-cart-plus:before{content:"\\f217"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-diamond:before{content:"\\f219"}.fa-ship:before{content:"\\f21a"}.fa-user-secret:before{content:"\\f21b"}.fa-motorcycle:before{content:"\\f21c"}.fa-street-view:before{content:"\\f21d"}.fa-heartbeat:before{content:"\\f21e"}.fa-venus:before{content:"\\f221"}.fa-mars:before{content:"\\f222"}.fa-mercury:before{content:"\\f223"}.fa-intersex:before,.fa-transgender:before{content:"\\f224"}.fa-transgender-alt:before{content:"\\f225"}.fa-venus-double:before{content:"\\f226"}.fa-mars-double:before{content:"\\f227"}.fa-venus-mars:before{content:"\\f228"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-v:before{content:"\\f22a"}.fa-mars-stroke-h:before{content:"\\f22b"}.fa-neuter:before{content:"\\f22c"}.fa-genderless:before{content:"\\f22d"}.fa-facebook-official:before{content:"\\f230"}.fa-pinterest-p:before{content:"\\f231"}.fa-whatsapp:before{content:"\\f232"}.fa-server:before{content:"\\f233"}.fa-user-plus:before{content:"\\f234"}.fa-user-times:before{content:"\\f235"}.fa-hotel:before,.fa-bed:before{content:"\\f236"}.fa-viacoin:before{content:"\\f237"}.fa-train:before{content:"\\f238"}.fa-subway:before{content:"\\f239"}.fa-medium:before{content:"\\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\\f23b"}.fa-optin-monster:before{content:"\\f23c"}.fa-opencart:before{content:"\\f23d"}.fa-expeditedssl:before{content:"\\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\\f244"}.fa-mouse-pointer:before{content:"\\f245"}.fa-i-cursor:before{content:"\\f246"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-sticky-note:before{content:"\\f249"}.fa-sticky-note-o:before{content:"\\f24a"}.fa-cc-jcb:before{content:"\\f24b"}.fa-cc-diners-club:before{content:"\\f24c"}.fa-clone:before{content:"\\f24d"}.fa-balance-scale:before{content:"\\f24e"}.fa-hourglass-o:before{content:"\\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass:before{content:"\\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\\f256"}.fa-hand-scissors-o:before{content:"\\f257"}.fa-hand-lizard-o:before{content:"\\f258"}.fa-hand-spock-o:before{content:"\\f259"}.fa-hand-pointer-o:before{content:"\\f25a"}.fa-hand-peace-o:before{content:"\\f25b"}.fa-trademark:before{content:"\\f25c"}.fa-registered:before{content:"\\f25d"}.fa-creative-commons:before{content:"\\f25e"}.fa-gg:before{content:"\\f260"}.fa-gg-circle:before{content:"\\f261"}.fa-tripadvisor:before{content:"\\f262"}.fa-odnoklassniki:before{content:"\\f263"}.fa-odnoklassniki-square:before{content:"\\f264"}.fa-get-pocket:before{content:"\\f265"}.fa-wikipedia-w:before{content:"\\f266"}.fa-safari:before{content:"\\f267"}.fa-chrome:before{content:"\\f268"}.fa-firefox:before{content:"\\f269"}.fa-opera:before{content:"\\f26a"}.fa-internet-explorer:before{content:"\\f26b"}.fa-tv:before,.fa-television:before{content:"\\f26c"}.fa-contao:before{content:"\\f26d"}.fa-500px:before{content:"\\f26e"}.fa-amazon:before{content:"\\f270"}.fa-calendar-plus-o:before{content:"\\f271"}.fa-calendar-minus-o:before{content:"\\f272"}.fa-calendar-times-o:before{content:"\\f273"}.fa-calendar-check-o:before{content:"\\f274"}.fa-industry:before{content:"\\f275"}.fa-map-pin:before{content:"\\f276"}.fa-map-signs:before{content:"\\f277"}.fa-map-o:before{content:"\\f278"}.fa-map:before{content:"\\f279"}.fa-commenting:before{content:"\\f27a"}.fa-commenting-o:before{content:"\\f27b"}.fa-houzz:before{content:"\\f27c"}.fa-vimeo:before{content:"\\f27d"}.fa-black-tie:before{content:"\\f27e"}.fa-fonticons:before{content:"\\f280"}.fa-reddit-alien:before{content:"\\f281"}.fa-edge:before{content:"\\f282"}.fa-credit-card-alt:before{content:"\\f283"}.fa-codiepie:before{content:"\\f284"}.fa-modx:before{content:"\\f285"}.fa-fort-awesome:before{content:"\\f286"}.fa-usb:before{content:"\\f287"}.fa-product-hunt:before{content:"\\f288"}.fa-mixcloud:before{content:"\\f289"}.fa-scribd:before{content:"\\f28a"}.fa-pause-circle:before{content:"\\f28b"}.fa-pause-circle-o:before{content:"\\f28c"}.fa-stop-circle:before{content:"\\f28d"}.fa-stop-circle-o:before{content:"\\f28e"}.fa-shopping-bag:before{content:"\\f290"}.fa-shopping-basket:before{content:"\\f291"}.fa-hashtag:before{content:"\\f292"}.fa-bluetooth:before{content:"\\f293"}.fa-bluetooth-b:before{content:"\\f294"}.fa-percent:before{content:"\\f295"}.fa-gitlab:before{content:"\\f296"}.fa-wpbeginner:before{content:"\\f297"}.fa-wpforms:before{content:"\\f298"}.fa-envira:before{content:"\\f299"}.fa-universal-access:before{content:"\\f29a"}.fa-wheelchair-alt:before{content:"\\f29b"}.fa-question-circle-o:before{content:"\\f29c"}.fa-blind:before{content:"\\f29d"}.fa-audio-description:before{content:"\\f29e"}.fa-volume-control-phone:before{content:"\\f2a0"}.fa-braille:before{content:"\\f2a1"}.fa-assistive-listening-systems:before{content:"\\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\\f2a4"}.fa-glide:before{content:"\\f2a5"}.fa-glide-g:before{content:"\\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\\f2a7"}.fa-low-vision:before{content:"\\f2a8"}.fa-viadeo:before{content:"\\f2a9"}.fa-viadeo-square:before{content:"\\f2aa"}.fa-snapchat:before{content:"\\f2ab"}.fa-snapchat-ghost:before{content:"\\f2ac"}.fa-snapchat-square:before{content:"\\f2ad"}.fa-pied-piper:before{content:"\\f2ae"}.fa-first-order:before{content:"\\f2b0"}.fa-yoast:before{content:"\\f2b1"}.fa-themeisle:before{content:"\\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\\f2b4"}.fa-handshake-o:before{content:"\\f2b5"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-o:before{content:"\\f2b7"}.fa-linode:before{content:"\\f2b8"}.fa-address-book:before{content:"\\f2b9"}.fa-address-book-o:before{content:"\\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\\f2bc"}.fa-user-circle:before{content:"\\f2bd"}.fa-user-circle-o:before{content:"\\f2be"}.fa-user-o:before{content:"\\f2c0"}.fa-id-badge:before{content:"\\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\\f2c3"}.fa-quora:before{content:"\\f2c4"}.fa-free-code-camp:before{content:"\\f2c5"}.fa-telegram:before{content:"\\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\\f2cb"}.fa-shower:before{content:"\\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\\f2cd"}.fa-podcast:before{content:"\\f2ce"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\\f2d4"}.fa-bandcamp:before{content:"\\f2d5"}.fa-grav:before{content:"\\f2d6"}.fa-etsy:before{content:"\\f2d7"}.fa-imdb:before{content:"\\f2d8"}.fa-ravelry:before{content:"\\f2d9"}.fa-eercast:before{content:"\\f2da"}.fa-microchip:before{content:"\\f2db"}.fa-snowflake-o:before{content:"\\f2dc"}.fa-superpowers:before{content:"\\f2dd"}.fa-wpexplorer:before{content:"\\f2de"}.fa-meetup:before{content:"\\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}\n',""]);const y=u}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8006],{88934:e=>{"use strict";e.exports=JSON.parse('{"Analytics":"Statistiques","Auth.components.Oops.text":"Votre compte a \xe9t\xe9 suspendu.","Auth.components.Oops.text.admin":"Si c\'est une erreur, veuillez contacter votre administrateur.","Auth.components.Oops.title":"Oups !","Auth.form.button.forgot-password":"Envoyer \xe0 nouveau","Auth.form.button.go-home":"Retour \xe0 l\'accueil","Auth.form.button.login":"Se connecter","Auth.form.button.login.providers.error":"Nous ne pouvons pas vous connecter via le fournisseur s\xe9lectionn\xe9","Auth.form.button.login.providers.see-more":"Voir plus","Auth.form.button.login.strapi":"Se connecter avec Strapi","Auth.form.button.password-recovery":"R\xe9cup\xe9ration de mot de passe","Auth.form.button.register":"Pr\xeat \xe0 commencer","Auth.form.button.reset-password":"Changez votre mot de passe","Auth.form.confirmPassword.label":"Confirmation du mot de passe","Auth.form.currentPassword.label":"Mot de passe actuel","Auth.form.email.label":"Email","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"Votre compte a \xe9t\xe9 bloqu\xe9 par l\'administrateur.","Auth.form.error.code.provide":"Le code est incorrect.","Auth.form.error.confirmed":"L\'e-mail de votre compte n\'est pas confirm\xe9.","Auth.form.error.email.invalid":"Cette e-mail n\'est pas valide.","Auth.form.error.email.provide":"Votre identifiant est manquant.","Auth.form.error.email.taken":"Cet e-mail est d\xe9j\xe0 utilis\xe9","Auth.form.error.invalid":"Votre identifiant ou mot de passe est incorrect.","Auth.form.error.params.provide":"Les informations sont incorrectes.","Auth.form.error.password.format":"Votre mot de passe ne peut pas contenir trois fois le symbole `$`.","Auth.form.error.password.local":"Ce compte n\'a pas de mot de passe.","Auth.form.error.password.matching":"Les mots de passe ne sont pas identique.","Auth.form.error.password.provide":"Votre mot de passe est manquant.","Auth.form.error.ratelimit":"Trop de tentatives, veuillez r\xe9essayer dans une minute.","Auth.form.error.user.not-exist":"Cette e-mail n\'existe pas.","Auth.form.error.username.taken":"Ce nom est d\xe9j\xe0 utilis\xe9","Auth.form.firstname.label":"Pr\xe9nom","Auth.form.firstname.placeholder":"John","Auth.form.forgot-password.email.label":"Entrez votre e-mail","Auth.form.forgot-password.email.label.success":"E-mail envoy\xe9 avec succ\xe8s \xe0 l\'adresse suivante","Auth.form.lastname.label":"Nom","Auth.form.lastname.placeholder":"Doe","Auth.form.password.hide-password":"Cacher le mot de passe","Auth.form.password.hint":"Le mot de passe doit contenir au moins 8 caract\xe8res, 1 majuscule, 1 minuscule et 1 chiffre.","Auth.form.password.label":"Mot de passe","Auth.form.password.show-password":"Afficher le mot de passe","Auth.form.register.news.label":"Me tenir au courant des nouvelles fonctionnalit\xe9s et am\xe9liorations \xe0 venir (en faisant cela vous acceptez les {terms} et {policy}).","Auth.form.register.subtitle":"Vos identifiants sont utilis\xe9 uniquement pour vous authentifier sur l\'interface d\'administration. Toutes les donn\xe9es sauvegard\xe9es seront stock\xe9es dans votre propre base de donn\xe9es.","Auth.form.rememberMe.label":"Se souvenir de moi","Auth.form.username.label":"Nom d\'utilisateur","Auth.form.username.placeholder":"Kai Doe","Auth.form.welcome.subtitle":"Connectez-vous \xe0 votre compte Strapi","Auth.form.welcome.title":"Bienvenue!","Auth.link.forgot-password":"Mot de passe oubli\xe9 ?","Auth.link.ready":"Pr\xeat \xe0 vous connecter ?","Auth.link.signin":"Connexion","Auth.link.signin.account":"Vous avez d\xe9j\xe0 un compte ?","Auth.login.sso.divider":"Ou connectez-vous avec","Auth.login.sso.loading":"Chargement des fournisseurs","Auth.login.sso.subtitle":"Vous connecter via SSO","Auth.privacy-policy-agreement.policy":"la politique de confidentialit\xe9","Auth.privacy-policy-agreement.terms":"termes","Auth.reset-password.title":"R\xe9initialiser votre mot de passe","admin.pages.MarketPlacePage.helmet":"Marketplace - Plugins","admin.pages.MarketPlacePage.illustration":"illustration de la Marketplace","admin.pages.MarketPlacePage.title":"Marketplace","admin.pages.MarketPlacePage.subtitle":"Tirez le meilleur de Strapi","admin.pages.MarketPlacePage.coming-soon.1":"Une nouvelle fa\xe7on de rendre Strapi g\xe9nial.","admin.pages.MarketPlacePage.coming-soon.2":"Bient\xf4t disponible.","admin.pages.MarketPlacePage.content.subtitle":"La nouvelle marketplace vous aidera \xe0 tirer le meilleur parti de Strapi. Nous travaillons dur pour vous offrir la meilleure exp\xe9rience possible pour d\xe9couvrir et installer des plugins.","admin.pages.MarketPlacePage.submit.plugin.link":"Soumettez votre plugin","admin.pages.MarketPlacePage.blog.link":"Lire notre article de blog","Content Manager":"Content Manager","Content Type Builder":"Content Types Builder","Documentation":"Documentation","Email":"E-mail","Files Upload":"T\xe9l\xe9versement de fichiers","HomePage.helmet.title":"Accueil","HomePage.roadmap":"Voir la roadmap","HomePage.welcome.congrats":"Bravo!","HomePage.welcome.congrats.content":"Vous \xeates connect\xe9 en tant que premier Administrateur. Afin de d\xe9couvrir les fonctionnalit\xe9s propos\xe9es par Strapi,","HomePage.welcome.congrats.content.bold":"nous vous conseillons de cr\xe9er votre premi\xe8re Collection.","Media Library":"Mediath\xe8que","New entry":"Nouvelle entr\xe9e","Password":"Mot de passe","Provider":"Provider","ResetPasswordToken":"ResetPasswordToken","Role":"R\xf4le","Roles & Permissions":"R\xf4les & Permissions","Roles.ListPage.notification.delete-all-not-allowed":"Certains r\xf4les n\'ont pas pu \xeatre supprim\xe9s car ils sont associ\xe9s \xe0 des utilisateurs.","Roles.ListPage.notification.delete-not-allowed":"Un r\xf4le ne peu pas \xeatre supprim\xe9 s\'il est associ\xe9 \xe0 des utilisateurs.","Roles.RoleRow.select-all":"S\xe9lectionner {name} pour action group\xe9e","Roles.RoleRow.user-count.plural":"{number} utilisateurs","Roles.RoleRow.user-count.singular":"{number} utilisateur","Roles.components.List.empty.withSearch":"Il n\'y a pas de r\xf4les correspondant \xe0 la recherche ({search})...","Settings.PageTitle":"R\xe9glages - {name}","Settings.apiTokens.details":"D\xe9tails","Settings.apiTokens.addFirstToken":"Ajouter votre premier jeton d\'API","Settings.apiTokens.addNewToken":"Ajouter un nouveau jeton d\'API","Settings.apiTokens.copy.editMessage":"Pour des raisons de s\xe9curit\xe9, vous ne pouvoir voir votre jeton qu\'une seule fois","Settings.apiTokens.copy.editTitle":"Ce jeton n\'est d\xe9sormais plus accessible","Settings.apiTokens.copy.lastWarning":"Assurez-vous de copier ce jeton, vous ne pourrez plus le revoir par la suite!","Settings.apiTokens.create":"Ajouter une entr\xe9e","Settings.apiTokens.description":"Liste des jetons g\xe9n\xe9r\xe9s pour consommer l\'API","Settings.apiTokens.emptyStateLayout":"Vous n\'avez pas encore de contenu...","Settings.apiTokens.notification.copied":"Jeton copi\xe9 dans le press-papiers.","Settings.apiTokens.title":"Jetons d\'API","Settings.apiTokens.types.full-access":"Acc\xe8s total","Settings.apiTokens.types.read-only":"Lecture seule","Settings.application.description":"Informations globales du panneau d\'administration","Settings.application.strapiVersion":"version de strapi","Settings.application.edition-title":"plan actuel","Settings.application.details":"D\xe9tails","Settings.application.link-pricing":"Voir tous les tarifs","Settings.application.link-upgrade":"Mettez \xe0 niveau votre panneau d\'administration","Settings.application.get-help":"Obtenir de l\'aide","Settings.application.node-version":"version de node","Settings.application.strapi-version":"version de strapi","Settings.application.title":"Aper\xe7u","Settings.error":"Erreur","Settings.global":"Param\xe8tre Globaux","Settings.permissions":"Panneau d\'aministration","Settings.permissions.category":"Param\xe8tres de permissions pour la cat\xe9gorie {category}","Settings.permissions.category.plugins":"Param\xe8tres de permissions pour le plugin {plugin}","Settings.permissions.conditions.anytime":"N\'importe quand","Settings.permissions.conditions.apply":"Appliquer","Settings.permissions.conditions.can":"Peut","Settings.permissions.conditions.define-conditions":"D\xe9finir les conditions","Settings.permissions.conditions.links":"Liens","Settings.permissions.conditions.no-actions":"Vous devez d\'abord s\xe9lectionner des actions (cr\xe9er, lire, mettre \xe0 jour, ...) avant de d\xe9finir des conditions sur celles-ci.","Settings.permissions.conditions.none-selected":"N\'importe quand","Settings.permissions.conditions.or":"OU","Settings.permissions.conditions.selected.plural":"{number} conditions s\xe9lectionn\xe9es","Settings.permissions.conditions.selected.singular":"{number} condition s\xe9lectionn\xe9e","Settings.permissions.conditions.when":"Quand","Settings.permissions.menu.link.roles.label":"R\xf4les","Settings.permissions.menu.link.users.label":"Utilisateurs","Settings.permissions.select-all-by-permission":"S\xe9lectionner toutes les permissions de {label}","Settings.permissions.select-by-permission":"S\xe9lectionner la permission de {label}","Settings.permissions.users.create":"Cr\xe9er un nouvel Utilisateur","Settings.permissions.users.form.email":"Email","Settings.permissions.users.form.firstname":"Pr\xe9nom","Settings.permissions.users.form.lastname":"Nom","Settings.permissions.users.form.sso":"Se connecter via SSO","Settings.permissions.users.form.sso.description":"Quand activ\xe9, les utilisateurs peuvent se connecter via SSO","Settings.permissions.users.listview.header.subtitle":"Tous les utilisateurs ayant acc\xe8s au panneau d\'administration de Strapi","Settings.permissions.users.listview.header.title":"Utilisateurs","Settings.permissions.users.tabs.label":"Onglet Autorisations","Settings.profile.form.notify.data.loaded":"Les donn\xe9es de votre profil ont \xe9t\xe9 charg\xe9es","Settings.profile.form.section.experience.clear.select":"Vider la langue de l\'interface s\xe9lectionn\xe9e","Settings.profile.form.section.experience.interfaceLanguage":"Langue de l\'interface","Settings.profile.form.section.experience.interfaceLanguage.hint":"Cel\xe0 affichera seulement votre propre interface dans la langue s\xe9lectionn\xe9e","Settings.profile.form.section.experience.interfaceLanguageHelp":"La s\xe9lection changera la langue de l\'interface uniquement pour vous. Veuillez vous r\xe9f\xe9rer \xe0 cette {documentation} pour rendre d\'autres langues disponibles pour votre \xe9quipe.","Settings.profile.form.section.experience.documentation":"documentation","Settings.profile.form.section.experience.title":"Exp\xe9rience","Settings.profile.form.section.helmet.title":"Profil utilisateur","Settings.profile.form.section.password.title":"Changer le mot de passe","Settings.profile.form.section.profile.page.title":"Page de profil","Settings.profile.form.section.profile.title":"Profil","Settings.roles.create.description":"D\xe9finir les droits attribu\xe9s au r\xf4le","Settings.roles.create.title":"Cr\xe9er un r\xf4le","Settings.roles.created":"R\xf4le cr\xe9\xe9","Settings.roles.edit.title":"Editer un r\xf4le","Settings.roles.form.button.users-with-role":"{number, plural, =0 {# utilisateurs} one {# utilisateur} other {# utilisateurs}} poss\xe9dant ce r\xf4le","Settings.roles.form.created":"Cr\xe9\xe9","Settings.roles.form.description":"Nom et description du r\xf4le","Settings.roles.form.input.description":"Description","Settings.roles.form.input.name":"Nom","Settings.roles.form.permission.property-label":"permissions de {label}","Settings.roles.form.permissions.attributesPermissions":"Permissions de champs","Settings.roles.form.permissions.create":"Cr\xe9er","Settings.roles.form.permissions.delete":"Supprimer","Settings.roles.form.permissions.publish":"Publier","Settings.roles.form.permissions.read":"Lire","Settings.roles.form.permissions.update":"Mettre \xe0 jour","Settings.roles.form.title":"D\xe9tails","Settings.roles.list.button.add":"Ajouter un r\xf4le","Settings.roles.list.description":"Liste des r\xf4les","Settings.roles.list.header.actions":"Actions","Settings.roles.list.header.description":"Description","Settings.roles.list.header.name":"Nom","Settings.roles.list.header.users":"Utilisateurs","Settings.roles.list.title.plural":"{number} r\xf4les","Settings.roles.list.title.singular":"{number} r\xf4le","Settings.roles.title":"R\xf4les","Settings.roles.title.singular":"r\xf4le","Settings.sso.description":"Configurer les param\xe8tres de la fonctionnalit\xe9 Single Sign-On.","Settings.sso.form.defaultRole.description":"Cel\xe0 attribuera le nouvel utilisateur authentifi\xe9 au r\xf4le s\xe9lectionn\xe9","Settings.sso.form.defaultRole.description-not-allowed":"Vous devez avec la permission de lire les r\xf4les administateurs","Settings.sso.form.defaultRole.label":"R\xf4le par d\xe9faut","Settings.sso.form.registration.description":"Cr\xe9er un nouvel utilisateur lors de la connexion via SSO si aucun compte n\'existe","Settings.sso.form.registration.label":"Enregistrement automatique","Settings.sso.form.settings.title":"R\xe9glages","Settings.sso.title":"Single Sign-On","Settings.webhooks.create":"Cr\xe9er un webhook","Settings.webhooks.create.header":"Cr\xe9er un nouvel en-t\xeate","Settings.webhooks.created":"Webhook cr\xe9\xe9","Settings.webhooks.disabled":"D\xe9sactiv\xe9","Settings.webhooks.enabled":"Activ\xe9","Settings.webhooks.event.publish-tooltip":"Cet \xe9v\xe9nement n\'existe que pour les contenus avec le syst\xe8me Brouillon/Publier activ\xe9","Settings.webhooks.events.create":"Cr\xe9er","Settings.webhooks.events.delete":"Supprimer","Settings.webhooks.events.update":"Mettre \xe0 jour","Settings.webhooks.form.events":"Ev\xe9nements","Settings.webhooks.form.headers":"En-t\xeates","Settings.webhooks.form.name":"Nom","Settings.webhooks.form.url":"Url","Settings.webhooks.headers.remove":"Supprimer l\'en-t\xeate ligne {number}","Settings.webhooks.key":"Cl\xe9","Settings.webhooks.list.all-entries.select":"S\xe9lectionner toutes les entr\xe9es","Settings.webhooks.list.button.add":"Cr\xe9er un nouveau webhook","Settings.webhooks.list.description":"Recevoir des notifications de modifications en POST","Settings.webhooks.list.empty.description":"Aucun webhook trouv\xe9","Settings.webhooks.list.empty.link":"Voir notre documentation","Settings.webhooks.list.empty.title":"Il n\'y a pas encore de webhooks","Settings.webhooks.list.select":"S\xe9lectionner","Settings.webhooks.list.th.actions":"actions","Settings.webhooks.list.th.status":"statut","Settings.webhooks.singular":"webhook","Settings.webhooks.title":"Webhooks","Settings.webhooks.to.delete":"{webhooksToDeleteLength, plural, one {# \xe9l\xe9ment} other {# \xe9l\xe9ments}} s\xe9lectionn\xe9","Settings.webhooks.trigger":"D\xe9clencheur","Settings.webhooks.trigger.cancel":"Annuler le d\xe9clencheur","Settings.webhooks.trigger.pending":"En attente...","Settings.webhooks.trigger.save":"Veuillez sauvegarder pour d\xe9clencher","Settings.webhooks.trigger.success":"Succ\xe8s!","Settings.webhooks.trigger.success.label":"D\xe9clenchement r\xe9ussi","Settings.webhooks.trigger.test":"D\xe9clencheur de test","Settings.webhooks.trigger.title":"Sauvegarder avant de d\xe9clencher","Settings.webhooks.value":"Valeur","Username":"Nom d\'utilisateur","Users":"Utilisateurs","Users & Permissions":"Utilisateurs et autorisations","Users.components.List.empty":"Aucun utilisateur...","Users.components.List.empty.withFilters":"Aucun utilisateur avec les filtres appliqu\xe9s...","Users.components.List.empty.withSearch":"Aucun utilisateur correspondant \xe0 la recherche ({search})...","anErrorOccurred":"Oups! Une erreur s\'est produite. Veuillez r\xe9essayer.","app.component.CopyToClipboard.label":"Copier dans le presse-papier","app.component.search.label":"Rechercher {target}","app.component.table.delete":"Supprimer {target}","app.component.table.duplicate":"Dupliquer {target}","app.component.table.edit":"Modifier {target}","app.component.table.select.all-entries":"S\xe9lectionner toutes les entr\xe9es","app.component.table.select.one-entry":"S\xe9lectionner {target}","app.components.BlockLink.blog":"Blog","app.components.BlockLink.blog.content":"Lire les derni\xe8res actualit\xe9s \xe0 propos de Strapi et de son \xe9cosyst\xe8me","app.components.BlockLink.code":"Apps d\'exemple","app.components.BlockLink.code.content":"Apprenez en testant des projets r\xe9els d\xe9velopp\xe9s par la communaut\xe9.","app.components.BlockLink.documentation":"Documentation","app.components.BlockLink.documentation.content":"D\xe9couvrir les concepts essentials, guides et instructions.","app.components.BlockLink.tutorial":"Tutoriels","app.components.BlockLink.tutorial.content":"Suivre les instructions \xe9tapes par \xe9tapes pour utiliser et personnaliser Strapi.","app.components.Button.cancel":"Annuler","app.components.Button.confirm":"Confirmer","app.components.Button.reset":"Annuler","app.components.Button.save":"Sauvegarder","app.components.ComingSoonPage.comingSoon":"Bient\xf4t disponible","app.components.ConfirmDialog.title":"Confirmation","app.components.DownloadInfo.download":"T\xe9l\xe9chargement en cours...","app.components.DownloadInfo.text":"Cela peut prendre une minute. Merci de patienter.","app.components.EmptyAttributes.title":"Il n\'y a pas encore de champ","app.components.EmptyStateLayout.content-document":"Vous n\'avez pas encore de contenu...","app.components.EmptyStateLayout.content-permissions":"Vous n\'avez pas les permissions pour acc\xe9der \xe0 ce contenu","app.components.HeaderLayout.link.go-back":"Retour","app.components.HomePage.button.blog":"Voir plus sur le blog","app.components.HomePage.community":"Rejoignez la communaut\xe9","app.components.HomePage.community.content":"Discutez avec les membres de l\'\xe9quipe, contributeurs et d\xe9veloppeurs sur diff\xe9rent supports.","app.components.HomePage.create":"Cr\xe9ez votre premi\xe8re Collection","app.components.HomePage.roadmap":"Voir notre roadmap","app.components.HomePage.welcome":"Bienvenue \xe0 bord !","app.components.HomePage.welcome.again":"Bienvenue ","app.components.HomePage.welcomeBlock.content":"F\xe9licitations! Vous \xeates connect\xe9 en tant que tout premier administrateur. Pour d\xe9couvrir les puissantes fonctionnalit\xe9s fournies par Strapi, nous vous recommandons de cr\xe9er votre premier Type de Contenu !","app.components.HomePage.welcomeBlock.content.again":"Nous esp\xe9rons que votre projet avance bien... D\xe9couvrez les derniers articles \xe0 propos de Strapi. Nous faisons de notre mieux pour am\xe9liorer le produit selon vos retours.","app.components.HomePage.welcomeBlock.content.issues":"issues","app.components.HomePage.welcomeBlock.content.raise":" ou soumettez des ","app.components.ImgPreview.hint":"Glissez-d\xe9posez dans cette zone ou {browse} un fichier \xe0 t\xe9l\xe9charger","app.components.ImgPreview.hint.browse":"recherchez","app.components.InputFile.newFile":"Ajouter un nouveau fichier","app.components.InputFileDetails.open":"Ouvrir dans une nouvelle fen\xeatre","app.components.InputFileDetails.originalName":"Nom d\'origine :","app.components.InputFileDetails.remove":"Supprimer ce fichier","app.components.InputFileDetails.size":"Taille:","app.components.InstallPluginPage.Download.description":"L\'installation d\'un plugin peut prendre quelques secondes.","app.components.InstallPluginPage.Download.title":"T\xe9l\xe9chargement en cours...","app.components.InstallPluginPage.description":"Am\xe9liorez votre app sans efforts","app.components.LeftMenu.collapse":"R\xe9duire la barre de navigation","app.components.LeftMenu.expand":"D\xe9velopper la barre de navigation","app.components.LeftMenu.logout":"D\xe9connexion","app.components.LeftMenu.profile":"Profil","app.components.LeftMenuFooter.documentation":"Documentation","app.components.LeftMenuFooter.help":"Aide","app.components.LeftMenuFooter.poweredBy":"Propuls\xe9 par ","app.components.LeftMenuLinkContainer.collectionTypes":"Types de collection","app.components.LeftMenuLinkContainer.configuration":"Configurations","app.components.LeftMenuLinkContainer.general":"G\xe9n\xe9ral","app.components.LeftMenuLinkContainer.installNewPlugin":"Marketplace","app.components.LeftMenuLinkContainer.listPlugins":"Plugins","app.components.LeftMenuLinkContainer.noPluginsInstalled":"Aucun plugin install\xe9","app.components.LeftMenuLinkContainer.plugins":"Plugins","app.components.LeftMenuLinkContainer.settings":"Param\xe8tres","app.components.LeftMenuLinkContainer.singleTypes":"Types uniques","app.components.ListPluginsPage.deletePlugin.description":"La d\xe9sinstallation du plugin peut prendre quelques secondes.","app.components.ListPluginsPage.deletePlugin.title":"D\xe9sinstallation","app.components.ListPluginsPage.description":"Liste des plugins install\xe9s dans le projet.","app.components.ListPluginsPage.helmet.title":"List plugins","app.components.ListPluginsPage.title":"Plugins","app.components.Logout.logout":"Se d\xe9connecter","app.components.Logout.profile":"Profil","app.components.MarketplaceBanner":"D\xe9couvrez les plugins construits par la communaut\xe9, et bien d\'autres choses g\xe9niales pour d\xe9marrer votre projet, sur Strapi Awesome.","app.components.MarketplaceBanner.image.alt":"un logo fus\xe9e de strapi","app.components.MarketplaceBanner.link":"Aller voir \xe7a maintenant","app.components.NotFoundPage.back":"Retourner \xe0 la page d\'accueil","app.components.NotFoundPage.description":"Page introuvable","app.components.Official":"Officiel","app.components.Onboarding.help.button":"Bouton d\'aide","app.components.Onboarding.label.completed":"% compl\xe9t\xe9es","app.components.Onboarding.title":"D\xe9marrons ensemble","app.components.PluginCard.Button.label.download":"T\xe9l\xe9charger","app.components.PluginCard.Button.label.install":"D\xe9j\xe0 install\xe9","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"La configuration d\'autoReload a besoin d\'\xeatre activ\xe9e pour t\xe9l\xe9charger un plugin. Veuillez d\xe9marrer votre application avec `yarn develop`.","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"J\'ai compris!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"Pour des raisoins de s\xe9curit\xe9, un plugin ne peut \xeatre install\xe9 qu\'en d\xe9velopment.","app.components.PluginCard.PopUpWarning.install.impossible.title":"Le t\xe9l\xe9chargement est impossible","app.components.PluginCard.compatible":"Compatible avec votre app","app.components.PluginCard.compatibleCommunity":"Compatible avec la communaut\xe9","app.components.PluginCard.more-details":"Plus de d\xe9tails","app.components.ToggleCheckbox.off-label":"D\xe9sactiv\xe9","app.components.ToggleCheckbox.on-label":"Activ\xe9","app.components.UpgradePlanModal.button":"En savoir plus","app.components.UpgradePlanModal.limit-reached":"Vous avez atteint la limite","app.components.UpgradePlanModal.text-ce":"Edition Communaut\xe9","app.components.UpgradePlanModal.text-ee":"Edition Entreprise","app.components.UpgradePlanModal.text-power":"D\xe9bloquez toute la puissance de Strapi en mettant votre plan \xe0 niveau vers l\'Edition Entreprise","app.components.UpgradePlanModal.text-strapi":"de Strapi en mettant votre plan \xe0 niveau vers","app.components.Users.MagicLink.connect":"Envoyez ce lien \xe0 l\'utilisateur pour qu\'il se connecte.","app.components.Users.MagicLink.connect.sso":"Envoyez ce lien \xe0 l\'utilisateur, la premi\xe8re connexion peut \xeatre effectu\xe9 via un fournisseur SSO","app.components.Users.ModalCreateBody.block-title.details":"D\xe9tails","app.components.Users.ModalCreateBody.block-title.login":"R\xf4les","app.components.Users.ModalCreateBody.block-title.roles":"R\xf4les de l\'utilisateur","app.components.Users.ModalCreateBody.block-title.roles.description":"Un utilisateur peut avoir un ou plusieurs r\xf4les","app.components.Users.SortPicker.button-label":"Trier par","app.components.Users.SortPicker.sortby.email_asc":"Email (A \xe0 Z)","app.components.Users.SortPicker.sortby.email_desc":"Email (Z \xe0 A)","app.components.Users.SortPicker.sortby.firstname_asc":"Pr\xe9nom (A \xe0 Z)","app.components.Users.SortPicker.sortby.firstname_desc":"Pr\xe9nom (Z \xe0 A)","app.components.Users.SortPicker.sortby.lastname_asc":"Nom (A \xe0 Z)","app.components.Users.SortPicker.sortby.lastname_desc":"Nom (Z \xe0 A)","app.components.Users.SortPicker.sortby.username_asc":"Nom d\'utilisateur (A \xe0 Z)","app.components.Users.SortPicker.sortby.username_desc":"Nom d\'utilisateur (Z \xe0 A)","app.components.go-back":"Retour","app.components.listPlugins.button":"Ajouter un Nouveau Plugin","app.components.listPlugins.title.none":"Aucun plugin n\'est install\xe9","app.components.listPlugins.title.plural":"{number} sont disponibles","app.components.listPlugins.title.singular":"{number} est disponible","app.components.listPluginsPage.deletePlugin.error":"Une erreur est survenue pendant la d\xe9sintallation","app.containers.App.notification.error.init":"Une erreur est survenue en requ\xeatant l\'API","app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin":"Si vous ne recevez pas ce lien, veuillez contacter votre administrateur.","app.containers.AuthPage.ForgotPasswordSuccess.text.email":"La r\xe9ception de votre lien de r\xe9cup\xe9ration de mot de passe peut prendre quelques minutes.","app.containers.AuthPage.ForgotPasswordSuccess.title":"Email envoy\xe9","app.containers.Users.EditPage.form.active.label":"Actif","app.containers.Users.EditPage.header.label":"Modifier {name}","app.containers.Users.EditPage.header.label-loading":"Modifier l\'utilisateur","app.containers.Users.EditPage.roles-bloc-title":"R\xf4les attribu\xe9s","app.containers.Users.ModalForm.footer.button-success":"Cr\xe9er l\'utilisateur","app.links.configure-view":"Configurez la vue","app.static.links.cheatsheet":"Aide-m\xe9moire","app.utils.SelectOption.defaultMessage":" ","app.utils.add-filter":"Ajouter un filtre","app.utils.close-label":"Fermer","app.utils.defaultMessage":" ","app.utils.delete":"Supprimer","app.utils.duplicate":"Dupliquer","app.utils.edit":"Modifier","app.utils.errors.file-too-big.message":"Le fichier est trop lourd","app.utils.filter-value":"Valeur du filtre","app.utils.filters":"Filtres","app.utils.notify.data-loaded":"{target} est charg\xe9e","app.utils.placeholder.defaultMessage":" ","app.utils.publish":"Publier","app.utils.select-all":"Tout s\xe9lectionner","app.utils.select-field":"S\xe9lectionner un champ","app.utils.select-filter":"S\xe9lectionner un filtre","app.utils.unpublish":"Annuler la publication","clearLabel":"Vider","coming.soon":"Ce contenu est actuellement en construction et sera de retour dans quelques semaines !","component.Input.error.validation.integer":"La valeur doit \xeatre un nombre entier","components.AutoReloadBlocker.description":"D\xe9marrez Strapi avec l\'une des commandes suivantes:","components.AutoReloadBlocker.header":"L\'autoReload doit \xeatre activ\xe9 pour ce plugin.","components.ErrorBoundary.title":"Une erreur est survenue...","components.FilterOptions.FILTER_TYPES.$contains":"contient (sensible aux majuscules et minuscules)","components.FilterOptions.FILTER_TYPES.$endsWith":"termine par","components.FilterOptions.FILTER_TYPES.$eq":"est","components.FilterOptions.FILTER_TYPES.$gt":"est plus grand que","components.FilterOptions.FILTER_TYPES.$gte":"est plus grand ou \xe9gal \xe0","components.FilterOptions.FILTER_TYPES.$lt":"est plus petit que","components.FilterOptions.FILTER_TYPES.$lte":"est plus petit ou \xe9gal \xe0","components.FilterOptions.FILTER_TYPES.$ne":"n\'est pas","components.FilterOptions.FILTER_TYPES.$notContains":"","components.FilterOptions.FILTER_TYPES.$notNull":"ne contient pas (sensible aux majuscules et minuscules)","components.FilterOptions.FILTER_TYPES.$null":"n\'est pas nul","components.FilterOptions.FILTER_TYPES.$startsWith":"commence par","components.Input.error.attribute.key.taken":"Cette valeur existe d\xe9j\xe0","components.Input.error.attribute.sameKeyAndName":"Ne peuvent pas \xeatre \xe9gaux","components.Input.error.attribute.taken":"Ce champ existe d\xe9j\xe0","components.Input.error.contain.lowercase":"Le mot de passe doit contenir au moins une lettre minuscule","components.Input.error.contain.number":"Le mot de passe doit contenir au moins un chiffre","components.Input.error.contain.uppercase":"Le mot de passe doit contenir au moins une lettre majuscule","components.Input.error.contentTypeName.taken":"Ce nom existe d\xe9j\xe0","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"Le mot de passe ne correspond pas","components.Input.error.validation.email":"Le format n\'est pas de type e-mail","components.Input.error.validation.json":"Le format JSON n\'est pas respect\xe9","components.Input.error.validation.max":"La valeur est trop grande.","components.Input.error.validation.maxLength":"La valeur est trop longue.","components.Input.error.validation.min":"La valeur est trop basse.","components.Input.error.validation.minLength":"La valeur est trop courte.","components.Input.error.validation.minSupMax":"Ne peut pas \xeatre plus grand.","components.Input.error.validation.regex":"La valeur ne correspond pas au format attendu.","components.Input.error.validation.required":"Ce champ est obligatoire.","components.Input.error.validation.unique":"Cette valeur est d\xe9j\xe0 prise","components.InputSelect.option.placeholder":"Choisissez ici","components.ListRow.empty":"Il n\'y a pas de donn\xe9es \xe0 afficher.","components.NotAllowedInput.text":"Vous n\'\xeates pas autoris\xe9 \xe0 voir ce champ","components.OverlayBlocker.description":"Vous utilisez une fonctionnalit\xe9 qui n\xe9cessite le red\xe9marrage du server. Merci d\'attendre que celui-ci ait red\xe9marr\xe9.","components.OverlayBlocker.description.serverError":"Le serveur aurait d\xe9j\xe0 du red\xe9marrer, vous devriez regarder les messages dans le terminal.","components.OverlayBlocker.title":"Le serveur est en train de red\xe9marrer","components.OverlayBlocker.title.serverError":"Le serveur aurait d\xe9j\xe0 du red\xe9marrer","components.PageFooter.select":"entr\xe9es par page","components.ProductionBlocker.description":"Pour des raisons de s\xe9curit\xe9 il est d\xe9sactiv\xe9 dans les autres environnements.","components.ProductionBlocker.header":"Ce plugin est disponible uniquement en d\xe9veloppement.","components.Search.placeholder":"Rechercher...","components.Select.placeholder":"S\xe9lectionner","components.TableHeader.actions-label":"Actions","components.TableHeader.sort":"Trier par {label}","components.Wysiwyg.ToggleMode.markdown-mode":"Mode Markdown","components.Wysiwyg.ToggleMode.preview-mode":"Mode Aper\xe7u","components.Wysiwyg.collapse":"Fermer","components.Wysiwyg.selectOptions.H1":"Titre H1","components.Wysiwyg.selectOptions.H2":"Titre H2","components.Wysiwyg.selectOptions.H3":"Titre H3","components.Wysiwyg.selectOptions.H4":"Titre H4","components.Wysiwyg.selectOptions.H5":"Titre H5","components.Wysiwyg.selectOptions.H6":"Titre H6","components.Wysiwyg.selectOptions.title":"Ajouter un titre","components.WysiwygBottomControls.charactersIndicators":"caract\xe8res","components.WysiwygBottomControls.fullscreen":"Plein \xe9cran","components.WysiwygBottomControls.uploadFiles":"Ajouter des fichiers en les \'glissant-d\xe9posant\', {browse}, ou en les collant depuis le presse-papier","components.WysiwygBottomControls.uploadFiles.browse":"en les selectionnant","components.pagination.go-to":"Aller \xe0 la page {page}","components.pagination.go-to-next":"Aller \xe0 la page suivante","components.pagination.go-to-previous":"Aller \xe0 la page pr\xe9c\xe9dente","components.pagination.remaining-links":"Et {number} autres liens","components.popUpWarning.button.cancel":"Non, annuler","components.popUpWarning.button.confirm":"Oui, confirmer","components.popUpWarning.message":"Etes-vous sure de vouloir le supprimer ?","components.popUpWarning.title":"Merci de confirmer","content-manager.App.schemas.data-loaded":"Les sch\xe9ma ont \xe9t\xe9 charg\xe9s avec succ\xe8s","content-manager.DynamicTable.relation-loaded":"Les relations on \xe9t\xe9 charg\xe9es","content-manager.EditRelations.title":"Donn\xe9es associ\xe9es","content-manager.HeaderLayout.button.label-add-entry":"Cr\xe9er une nouvelle entr\xe9e","content-manager.api.id":"API ID","content-manager.components.AddFilterCTA.add":"Filtres","content-manager.components.AddFilterCTA.hide":"Filtres","content-manager.components.DragHandle-label":"Glisser","content-manager.components.DraggableAttr.edit":"Cliquez pour modifier","content-manager.components.DraggableCard.delete.field":"Supprimer {item}","content-manager.components.DraggableCard.edit.field":"Modifier {item}","content-manager.components.DraggableCard.move.field":"D\xe9placer {item}","content-manager.components.DynamicTable.row-line":"ligne {number}","content-manager.components.DynamicZone.ComponentPicker-label":"Choisir un compoosant","content-manager.components.DynamicZone.add-component":"Ajouter un composant \xe0 {componentName}","content-manager.components.DynamicZone.delete-label":"Supprimer {name}","content-manager.components.DynamicZone.error-message":"Le composant contient une ou des erreurs","content-manager.components.DynamicZone.missing-components":"Il y a {number, plural, =0 {# composants manquants} one {# composant manquant} other {# composants manquants}}","content-manager.components.DynamicZone.move-down-label":"D\xe9placer le composant vers le bas","content-manager.components.DynamicZone.move-up-label":"D\xe9placer le composant vers le haut","content-manager.components.DynamicZone.pick-compo":"Choisir un composant","content-manager.components.DynamicZone.required":"Composant requis","content-manager.components.EmptyAttributesBlock.button":"Voir la page des configurations","content-manager.components.EmptyAttributesBlock.description":"Vous pouvez modifiez vos param\xe8tres","content-manager.components.FieldItem.linkToComponentLayout":"Modifier le layout du composant","content-manager.components.FieldSelect.label":"Ajouter un champ","content-manager.components.FilterOptions.button.apply":"Appliquer","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"Appliquer","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"Tout supprimer","content-manager.components.FiltersPickWrapper.PluginHeader.description":"D\xe9finissez les conditions des filtres \xe0 appliquer","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"Filtres","content-manager.components.FiltersPickWrapper.hide":"Fermer","content-manager.components.LeftMenu.Search.label":"Chercher un type de contenu","content-manager.components.LeftMenu.collection-types":"Types de Collections","content-manager.components.LeftMenu.single-types":"Types uniques","content-manager.components.LimitSelect.itemsPerPage":"\xc9l\xe9ments par page","content-manager.components.NotAllowedInput.text":"Vous n\'avez pas la permission de voir ce champ","content-manager.components.RepeatableComponent.error-message":"Le composant contient une ou des erreurs","content-manager.components.Search.placeholder":"Rechercher une entr\xe9e...","content-manager.components.Select.draft-info-title":"Statut: Brouillon","content-manager.components.Select.publish-info-title":"Statut: Publi\xe9","content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings":"D\xe9finissez l\'apparence de la vue edit.","content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings":"D\xe9finir les param\xe8tres de la vue liste.","content-manager.components.SettingsViewWrapper.pluginHeader.title":"Configurer la vue - {name}","content-manager.components.TableDelete.delete":"Tout supprimer","content-manager.components.TableDelete.deleteSelected":"Supprimer les \xe9l\xe9ments s\xe9lectionn\xe9s","content-manager.components.TableDelete.label":"{number, plural, one {# entr\xe9e s\xe9lectionn\xe9e} other {# entr\xe9es s\xe9lectionn\xe9es}}","content-manager.components.TableEmpty.withFilters":"Aucun {contentType} n\'a \xe9t\xe9 trouv\xe9 avec ces filtres...","content-manager.components.TableEmpty.withSearch":"Aucun {contentType} n\'a \xe9t\xe9 trouv\xe9 avec cette recherche ({search})...","content-manager.components.TableEmpty.withoutFilter":"Aucun {contentType} n\'a \xe9t\xe9 trouv\xe9...","content-manager.components.empty-repeatable":"Il n\'a pas encore d\'entr\xe9e. Cliquez sur le bouton pour en ajouter une.","content-manager.components.notification.info.maximum-requirement":"Le nombre maximal de champs est atteint","content-manager.components.notification.info.minimum-requirement":"Un champ a \xe9t\xe9 rajout\xe9 pour remplir les conditions minimales","content-manager.components.repeatable.reorder.error":"Une erreur s\'est produite lors de la r\xe9organisation du champ de votre composant, veuillez r\xe9essayer","content-manager.components.reset-entry":"Supprimer l\'entr\xe9e","content-manager.components.uid.apply":"appliquer","content-manager.components.uid.available":"disponible","content-manager.components.uid.regenerate":"reg\xe9n\xe9rer","content-manager.components.uid.suggested":"sugg\xe9r\xe9","content-manager.components.uid.unavailable":"indisponible","content-manager.containers.Edit.Link.Layout":"Param\xe9trer la vue","content-manager.containers.Edit.Link.Model":"\xc9diter le mod\xe8le","content-manager.containers.Edit.addAnItem":"Ajouter un \xe9l\xe9ment...","content-manager.containers.Edit.clickToJump":"Cliquer pour voir l\'entr\xe9e","content-manager.containers.Edit.delete":"Supprimer","content-manager.containers.Edit.delete-entry":"Supprimer cette entr\xe9e","content-manager.containers.Edit.editing":"\xc9dition en cours...","content-manager.containers.Edit.information":"Informations","content-manager.containers.Edit.information.by":"Par","content-manager.containers.Edit.information.draftVersion":"version brouillon","content-manager.containers.Edit.information.editing":"\xc9dition :","content-manager.containers.Edit.information.created":"Cr\xe9\xe9","content-manager.containers.Edit.information.lastUpdate":"Derni\xe8re modification","content-manager.containers.Edit.information.publishedVersion":"version publi\xe9e","content-manager.containers.Edit.pluginHeader.title.new":"Cr\xe9er un document","content-manager.containers.Edit.reset":"Annuler","content-manager.containers.Edit.returnList":"Retourner \xe0 la liste","content-manager.containers.Edit.seeDetails":"D\xe9tails","content-manager.containers.Edit.submit":"Valider","content-manager.containers.EditSettingsView.modal-form.edit-field":"Editer le champ","content-manager.containers.EditView.add.new-entry":"Ajouter une nouvelle entr\xe9e","content-manager.containers.EditView.components.missing.plural":"{count} composants manquants","content-manager.containers.EditView.components.missing.singular":"{count} composants manquant","content-manager.containers.EditView.notification.errors":"Le formulaire contient des erreurs","content-manager.containers.Home.introduction":"Pour \xe9diter du contenu, choisissez un type de donn\xe9es dans le menu de gauche.","content-manager.containers.Home.pluginHeaderDescription":"Cr\xe9er et modifier votre type de contenu","content-manager.containers.Home.pluginHeaderTitle":"Type de contenu","content-manager.containers.List.draft":"Brouillon","content-manager.containers.List.errorFetchRecords":"Erreur","content-manager.containers.List.published":"Publi\xe9","content-manager.containers.ListPage.displayedFields":"Champs affich\xe9s","content-manager.containers.ListPage.items":"{number, plural, =0 {\xe9lements} one {\xe9lement} other {\xe9lements}}","content-manager.containers.ListPage.table-headers.published_at":"Statut","content-manager.containers.ListSettingsView.modal-form.edit-label":"Editer le label","content-manager.containers.SettingPage.add.field":"Ins\xe9rer un autre champ","content-manager.containers.SettingPage.add.relational-field":"Ins\xe9rer un autre champ relationnel","content-manager.containers.SettingPage.attributes":"Attributs","content-manager.containers.SettingPage.attributes.description":"Organisez les attributs du mod\xe8le","content-manager.containers.SettingPage.editSettings.description":"Glissez & d\xe9posez les champs pour construire le layout","content-manager.containers.SettingPage.editSettings.entry.title":"Nom de l\'entr\xe9e","content-manager.containers.SettingPage.editSettings.entry.title.description":"D\xe9finissez quel champ sera affich\xe9","content-manager.containers.SettingPage.editSettings.relation-field.description":"D\xe9finir le champ affich\xe9 dans les vues d\'\xe9dition et de liste","content-manager.containers.SettingPage.editSettings.title":"Vue edit (param\xe8tres)","content-manager.containers.SettingPage.layout":"Layout","content-manager.containers.SettingPage.listSettings.description":"Configurez les options de ce mod\xe8le","content-manager.containers.SettingPage.listSettings.title":"Vue liste (param\xe8tres)","content-manager.containers.SettingPage.pluginHeaderDescription":"Configurez les param\xe8tres de ce mod\xe8le","content-manager.containers.SettingPage.relations":"Champs relationnels","content-manager.containers.SettingPage.settings":"Param\xe8tres","content-manager.containers.SettingPage.view":"Vue","content-manager.containers.SettingViewModel.pluginHeader.title":"Gestion du contenu - {name}","content-manager.containers.SettingsPage.Block.contentType.description":"Configurez les param\xe8tres sp\xe9cifiques","content-manager.containers.SettingsPage.Block.contentType.title":"Types de collection","content-manager.containers.SettingsPage.Block.generalSettings.description":"Configurez les options par d\xe9fault de vos mod\xe8les","content-manager.containers.SettingsPage.Block.generalSettings.title":"G\xe9n\xe9ral","content-manager.containers.SettingsPage.pluginHeaderDescription":"Configurez les param\xe8tres de vos mod\xe8les et groupes","content-manager.containers.SettingsView.list.subtitle":"Configurez le layout et l\'affichage de vos types de collection et groupes","content-manager.containers.SettingsView.list.title":"Param\xe8tres d\'affichage","content-manager.edit-settings-view.link-to-ctb.components":"Modifier le composant","content-manager.edit-settings-view.link-to-ctb.content-types":"Modifier le type de contenu","content-manager.emptyAttributes.button":"Ouvrir le constructeur de types de contenu","content-manager.emptyAttributes.description":"Ajoutez votre premier champ a votre mod\xe8le","content-manager.emptyAttributes.title":"Il n\'y a pas encore de champs","content-manager.error.attribute.key.taken":"Cette valeur existe d\xe9j\xe0","content-manager.error.attribute.sameKeyAndName":"Ne peuvent pas \xeatre \xe9gaux","content-manager.error.attribute.taken":"Ce champ existe d\xe9j\xe0","content-manager.error.contentTypeName.taken":"Ce nom existe d\xe9j\xe0","content-manager.error.model.fetch":"Une erreur est survenue lors de la r\xe9ception des mod\xe8les.","content-manager.error.record.create":"Une erreur est survenue lors de la cr\xe9ation de l\'entr\xe9e.","content-manager.error.record.delete":"Une erreur est survenue lors de la suppression de l\'entr\xe9e.","content-manager.error.record.fetch":"Une erreur est survenue lors de la r\xe9ception de l\'entr\xe9e.","content-manager.error.record.update":"Une erreur est survenue lors de la modification de l\'entr\xe9e.","content-manager.error.records.count":"Une erreur est survenue lors de la r\xe9ception du nombre d\'entr\xe9es.","content-manager.error.records.fetch":"Une erreur est survenue lors de la r\xe9ception des entr\xe9es.","content-manager.error.schema.generation":"Une erreur est survenue lors de la g\xe9n\xe9ration du sch\xe9ma.","content-manager.error.validation.json":"Le format JSON n\'est pas respect\xe9","content-manager.error.validation.max":"La valeur est trop grande.","content-manager.error.validation.maxLength":"La valeur est trop longue.","content-manager.error.validation.min":"La valeur est trop basse.","content-manager.error.validation.minLength":"La valeur est trop courte.","content-manager.error.validation.minSupMax":"Ne peut pas \xeatre plus grand","content-manager.error.validation.regex":"La valeur ne correspond pas au format attendu.","content-manager.error.validation.required":"Ce champ est obligatoire.","content-manager.form.Input.bulkActions":"Autoriser les actions group\xe9es","content-manager.form.Input.defaultSort":"Attribut de tri par d\xe9fault","content-manager.form.Input.description":"Description","content-manager.form.Input.description.placeholder":"Afficher le nom dans le profil","content-manager.form.Input.editable":"Champ editable","content-manager.form.Input.filters":"Autoriser les filtres","content-manager.form.Input.label":"Label","content-manager.form.Input.label.inputDescription":"Cette valeur modifie celle du champs de la table","content-manager.form.Input.pageEntries":"Nombre d\'entr\xe9es par page","content-manager.form.Input.pageEntries.inputDescription":"Note : Vous pouvez modifier ces valeurs par mod\xe8le","content-manager.form.Input.placeholder":"Placeholder","content-manager.form.Input.placeholder.placeholder":"Mon super placeholder","content-manager.form.Input.search":"Autoriser la recherche","content-manager.form.Input.search.field":"Autoriser la recherche sur ce champs","content-manager.form.Input.sort.field":"Autoriser le tri sur ce champs","content-manager.form.Input.sort.order":"Ordre de tri par d\xe9faut","content-manager.form.Input.wysiwyg":"Afficher comme WYSIWYG","content-manager.global.displayedFields":"Champs affich\xe9s","content-manager.groups":"Groupes","content-manager.groups.numbered":"Groupes ({number})","content-manager.header.name":"Contenu","content-manager.link-to-ctb":"Editer le mod\xe8le","content-manager.models":"Types de Collection","content-manager.models.numbered":"Types de Collection ({number})","content-manager.notification.error.displayedFields":"Vous devez avoir au moins un champ d\'affich\xe9","content-manager.notification.error.relationship.fetch":"Une erreur est survenue en r\xe9cup\xe9rant les relations.","content-manager.notification.info.SettingPage.disableSort":"Vous devez avoir au moins un attribut de tri par d\xe9faut","content-manager.notification.info.minimumFields":"Vous devez avoir au moins un champ d\'affich\xe9","content-manager.notification.upload.error":"Une erreur est survenues en t\xe9l\xe9chargeant vos fichiers","content-manager.pageNotFound":"Page non trouv\xe9e","content-manager.pages.ListView.header-subtitle":"{number, plural, =0 {# entr\xe9es trouv\xe9e} one {# entr\xe9e trouv\xe9e} other {# entr\xe9es trouv\xe9es}}","content-manager.pages.NoContentType.button":"Cr\xe9er votre premier Type de Contenu","content-manager.pages.NoContentType.text":"Vous n\'avez encore aucun contenu, nous vous recommandons de cr\xe9er votre premier Type de Contenu","content-manager.permissions.not-allowed.create":"Vous n\'\xeates pas autoris\xe9 \xe0 cr\xe9er un document","content-manager.permissions.not-allowed.update":"Vous n\'\xeates pas autoris\xe9 \xe0 voir ce document","content-manager.plugin.description.long":"Visualisez, modifiez et supprimez les donn\xe9es de votre base de donn\xe9es.","content-manager.plugin.description.short":"Visualisez, modifiez et supprimez les donn\xe9es de votre base de donn\xe9es.","content-manager.plugin.name":"Gestion du contenu","content-manager.popUpWarning.bodyMessage.contentType.delete":"\xcates-vous s\xfbr de vouloir supprimer cette entr\xe9e ?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"\xcates-vous s\xfbr de vouloir supprimer ces entr\xe9es ?","content-manager.popUpWarning.warning.cancelAllSettings":"\xcates-vous s\xfbr de vouloir abandonner vos modifications ?","content-manager.popUpWarning.warning.publish-question":"\xcates-vous s\xfbr de vouloir le publier ?","content-manager.popUpWarning.warning.unpublish":"Si vous annulez la publication de ce contenu, il deviendra automatiquement un brouillon.","content-manager.popUpWarning.warning.unpublish-question":"\xcates-vous s\xfbr de vouloir annuler sa publication ?","content-manager.popUpWarning.warning.updateAllSettings":"Cela modifiera tous vos pr\xe9c\xe9dents param\xe8tres.","content-manager.popUpwarning.warning.has-draft-relations.button-confirm":"Oui, publier","content-manager.popUpwarning.warning.has-draft-relations.message":"<b>{count, plural, =0 { des relations de votre contenu n\'est} one { des relations de votre contenu n\'est} other { des relations de votre contenu ne sont}}</b> pas publi\xe9 actuellement.<br></br>Cela peut engendrer des liens cass\xe9s ou des erreurs dans votre projet.","content-manager.popover.display-relations.label":"Afficher les relations","content-manager.success.record.delete":"Supprim\xe9","content-manager.success.record.publish":"Publi\xe9","content-manager.success.record.save":"Sauvegard\xe9","content-manager.success.record.unpublish":"Publication annul\xe9e","content-manager.utils.data-loaded":"{number, plural, =1 {L\'entr\xe9e a \xe9t\xe9 charg\xe9e} other {Les entr\xe9es on \xe9t\xe9 charg\xe9es} avec succ\xe8s","form.button.continue":"Continuer","form.button.done":"Terminer","form.button.finish":"Terminer","form.button.save":"Sauvegarder","global.prompt.unsaved":"\xcates-vous s\xfbr de vouloir quitter cette page? Toutes vos modifications seront perdues","notification.contentType.relations.conflict":"Le Type de Contenu \xe0 des relations qui rentrent en conflit","notification.default.title":"Information:","notification.error":"Une erreur est survenue","notification.error.layout":"Impossible de r\xe9cup\xe9rer le layout de l\'admin","notification.form.error.fields":"Le formulaire contient des erreurs","notification.form.success.fields":"Modifications enregistr\xe9es","notification.link-copied":"Lien cop\xe9 dans le presse-papiers","notification.permission.not-allowed-read":"Vous n\'\xeates pas autoris\xe9 \xe0 voir ce document","notification.success.delete":"Cet \xe9l\xe9ment a \xe9t\xe9 supprim\xe9","notification.success.saved":"Sauvegard\xe9","notification.success.title":"Succ\xe8s:","notification.version.update.link":"Voir plus","notification.version.update.message":"Une nouvelle version de Strapi est disponible!","notification.warning.title":"Attention:","or":"OU","request.error.model.unknown":"Le model n\'existe pas","skipToContent":"Aller au contenu","submit":"Soumettre"}')}}]);