@bethinkpl/design-system 26.15.1 → 27.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +9 -0
- package/dist/RadioButton-BWi6jLxx.js +63 -0
- package/dist/RadioButton-BWi6jLxx.js.map +1 -0
- package/dist/RadioButton-DSmKwvPr.js +63 -0
- package/dist/RadioButton-DSmKwvPr.js.map +1 -0
- package/dist/design-system.js +266 -0
- package/dist/design-system.js.map +1 -0
- package/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/index-BzPDEKft.js +24356 -0
- package/dist/index-BzPDEKft.js.map +1 -0
- package/dist/index-Oq81NaeJ.js +1388 -0
- package/dist/index-Oq81NaeJ.js.map +1 -0
- package/dist/index-UMXgzRbZ.js +24356 -0
- package/dist/index-UMXgzRbZ.js.map +1 -0
- package/dist/lib/js/components/Banner/Banner.consts.d.ts +4 -4
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +49 -1824
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +41 -443
- package/dist/lib/js/components/Buttons/HelpButton/HelpButton.vue.d.ts +40 -0
- package/dist/lib/js/components/Buttons/HelpButton/index.d.ts +3 -0
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +77 -427
- package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +5 -0
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +52 -175
- package/dist/lib/js/components/Cards/Card/index.d.ts +1 -0
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +116 -154
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +79 -430
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +2 -1
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +4 -2
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +2 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +507 -1557
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +77 -426
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +1 -0
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +1 -0
- package/dist/lib/js/components/Form/FormField/FormField.consts.d.ts +9 -0
- package/dist/lib/js/components/Form/FormField/FormField.stories.shared.d.ts +5 -0
- package/dist/lib/js/components/Form/FormField/FormField.types.d.ts +21 -0
- package/dist/lib/js/components/Form/FormField/FormField.utils.d.ts +11 -0
- package/dist/lib/js/components/Form/FormField/FormField.vue.d.ts +20 -0
- package/dist/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue.d.ts +30 -0
- package/dist/lib/js/components/Form/FormField/FormFieldMessage/index.d.ts +3 -0
- package/dist/lib/js/components/Form/FormField/index.d.ts +5 -0
- package/dist/lib/js/components/Form/InputField/InputField.types.d.ts +13 -0
- package/dist/lib/js/components/Form/InputField/InputField.vue.d.ts +78 -0
- package/dist/lib/js/components/Form/InputField/index.d.ts +3 -0
- package/dist/lib/js/components/Form/InputField/useInputFieldWithinForm.d.ts +8 -0
- package/dist/lib/js/components/Form/PasswordField/PasswordField.vue.d.ts +76 -0
- package/dist/lib/js/components/Form/PasswordField/index.d.ts +3 -0
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +77 -426
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +76 -426
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.d.ts +17 -11
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +22 -138
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
- package/dist/lib/js/components/Modals/Modal/Modal.consts.d.ts +8 -4
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +281 -1093
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +288 -1100
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +78 -426
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +6 -4
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +4 -2
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +3 -0
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +262 -1002
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +268 -1008
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +104 -1806
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +1 -0
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +190 -581
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/dist/lib/js/index.d.ts +10 -1
- package/dist/lib/js/tests/helpers.d.ts +1 -0
- package/dist/pl-C3BEVRTZ.js +91 -0
- package/dist/pl-C3BEVRTZ.js.map +1 -0
- package/docs/assets/{AccessStatus-plchnY0B.js → AccessStatus-DGd8XBwr.js} +1 -1
- package/docs/assets/{AccessStatus.stories-DIIoog2Q.js → AccessStatus.stories-BUpfD_Uw.js} +1 -1
- package/docs/assets/Avatar-DJEZDpOI.js +1 -0
- package/docs/assets/{Avatar.stories-9Vth29zT.js → Avatar.stories-D40fYcFF.js} +1 -1
- package/docs/assets/{Badge-BbvNKG41.js → Badge-B8eFbzRx.js} +1 -1
- package/docs/assets/{Badge.stories-CKPGT_pt.js → Badge.stories-DxdwaS-k.js} +3 -3
- package/docs/assets/{BadgeScore-BOOWTi6N.js → BadgeScore-ByouU1Eu.js} +1 -1
- package/docs/assets/{BadgeScore.stories-ERFMPhhE.js → BadgeScore.stories-DsodV82W.js} +1 -1
- package/docs/assets/Banner-D5riYdGJ.js +1 -0
- package/docs/assets/Banner.stories-Ch0_NPk4.js +64 -0
- package/docs/assets/BasicRichListItem-NMNh0Xfo.js +1 -0
- package/docs/assets/{BasicRichListItem.stories-BJZo9YF9.js → BasicRichListItem.stories-Gu9n5wvW.js} +2 -2
- package/docs/assets/{BlockadeStatus-D1j0ZWIW.js → BlockadeStatus-Dqr_LSfC.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-BKi05Ndl.js → BlockedeStatus.stories-BKblKF33.js} +1 -1
- package/docs/assets/Button-XuK8IxnR.js +1 -0
- package/docs/assets/{Button.stories-Da2LsOLk.js → Button.stories-UiGEsaro.js} +5 -3
- package/docs/assets/Card-BhK1CiCP.js +1 -0
- package/docs/assets/Card.stories-BfWbSV_u.js +33 -0
- package/docs/assets/CardExpandable-CPuSx_lW.js +1 -0
- package/docs/assets/{CardExpandable.stories-DtC5egGK.js → CardExpandable.stories-mHnNt6zg.js} +1 -1
- package/docs/assets/Checkbox-g1Bvy8z-.js +1 -0
- package/docs/assets/{Checkbox.stories-BUIzgcCC.js → Checkbox.stories-DdJRLzJy.js} +1 -1
- package/docs/assets/{Chip-BJcjfD8j.js → Chip-CGm2pLPD.js} +1 -1
- package/docs/assets/{Chip.stories-Dgmetn8m.js → Chip.stories-CnHjkDSI.js} +1 -1
- package/docs/assets/Color-ERTF36HU-8BveRk6J.js +1 -0
- package/docs/assets/{Colors.stories-BrNisWwH.js → Colors.stories-BtNgjWxi.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-DvZl0m40.js → ColorsThemes.stories-Ct0Ai41o.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-D3nA1ro1.js → ColorsTokensLms.stories-BP-WMJrS.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-w4A7RjpQ.js → ColorsTokensPrimaryBodywork.stories-zdX-tf4x.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-CncgXEG5.js → ColorsTokensPrimaryWnl.stories-DFVUj_99.js} +1 -1
- package/docs/assets/{CounterToggle-DKRrZ9t2.js → CounterToggle-B9hjjWpv.js} +1 -1
- package/docs/assets/{CounterToggle.stories-DEP60zRp.js → CounterToggle.stories-BtS63BEz.js} +1 -1
- package/docs/assets/{DateBox.stories-y5_2vs0g.js → DateBox.stories-B7PTVLxc.js} +3 -3
- package/docs/assets/{DatePicker-QHo-i7qh.js → DatePicker-70Dj0lsn.js} +1 -1
- package/docs/assets/{DatePicker.stories-4hPgpb1-.js → DatePicker.stories-DZN51CwX.js} +1 -1
- package/docs/assets/{DateRangePicker-B0NAwdsr.js → DateRangePicker-D5bqKMMk.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-BXQLC6L-.js → DateRangePicker.stories-WhCXoUeh.js} +1 -1
- package/docs/assets/{Divider-9o-i_zKL.js → Divider-NOTDPuJ1.js} +1 -1
- package/docs/assets/{Divider.stories-IQKEznYT.js → Divider.stories-Cjyx7utt.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-rC6r6xBG.js → DocsRenderer-CFRXHY34-BThTLMHt.js} +72 -72
- package/docs/assets/{Drawer-ClrSDwUZ.js → Drawer-CrAn35Yo.js} +1 -1
- package/docs/assets/{Drawer.stories-DR-CXra3.js → Drawer.stories-iInS0JV5.js} +1 -1
- package/docs/assets/{DrawerContent-D6Bl5GA-.js → DrawerContent-DAIzyQNz.js} +1 -1
- package/docs/assets/{DrawerContent.stories-BR11egKi.js → DrawerContent.stories-CBpbbVk_.js} +1 -1
- package/docs/assets/{DrawerDivider-DMhjaSPk.js → DrawerDivider-CKRXkKRz.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-DdcVRbtO.js → DrawerDivider.stories-iQ2J_ExP.js} +1 -1
- package/docs/assets/DrawerHeader-DPBlervR.js +1 -0
- package/docs/assets/{DrawerHeader.stories-DnPlkGmI.js → DrawerHeader.stories-ugFv_siA.js} +1 -1
- package/docs/assets/{DrawerListItem-dizQZUbe.js → DrawerListItem-ClOcwiVc.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-pVTEuckG.js → DrawerListItem.stories-BMZ35_qS.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-B5XadRVV.js → DrawerListItemGroup-SEWltKLJ.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-pOGG952w.js → DrawerListItemGroup.stories-Bn2TyQLH.js} +1 -1
- package/docs/assets/DrawerSection-ByJjEPPu.js +1 -0
- package/docs/assets/{DrawerSection.stories-tQT_zWBt.js → DrawerSection.stories-DuLphbcs.js} +1 -1
- package/docs/assets/DrawerTile-BGQvQQSp.js +1 -0
- package/docs/assets/DrawerTile.stories-DCe2L4Tv.js +10 -0
- package/docs/assets/Dropdown-Bdrd2ZIh.js +1 -0
- package/docs/assets/{Dropdown.stories-DLo-4_G3.js → Dropdown.stories-DnkREwa1.js} +2 -2
- package/docs/assets/FeatureIcon-DY5WvpPf.js +1 -0
- package/docs/assets/{FeatureIcon.stories-H_yUD4i4.js → FeatureIcon.stories-BqYqiSzM.js} +1 -1
- package/docs/assets/FormField-BjLFip7T.js +1 -0
- package/docs/assets/FormField.stories-DY8Mz4YE.js +40 -0
- package/docs/assets/FormField.stories.shared-3_36NKi_.js +1 -0
- package/docs/assets/FormFieldMessage-B4Oy2QBT.js +1 -0
- package/docs/assets/FormFieldMessage.stories-BD7JfJNj.js +32 -0
- package/docs/assets/GroupRichListItem-CHiSrcou.js +1 -0
- package/docs/assets/{GroupRichListItem.stories-C25AujXP.js → GroupRichListItem.stories-C3EubvlY.js} +1 -1
- package/docs/assets/HelpButton-BStTtLsz.js +1 -0
- package/docs/assets/HelpButton.stories-C3-CU20F.js +17 -0
- package/docs/assets/Icon-DUeXRUm6.js +761 -0
- package/docs/assets/{Icon.stories-BhnUVRrV.js → Icon.stories-ClzUno-E.js} +1 -1
- package/docs/assets/IconButton-Cn83Zk5-.js +1 -0
- package/docs/assets/{IconButton.stories-B8QjmTyV.js → IconButton.stories-CwZts8kF.js} +6 -6
- package/docs/assets/{IconText-CKJ4jGzm.js → IconText-Colreg4i.js} +1 -1
- package/docs/assets/{IconText.stories-B5zjHqug.js → IconText.stories-DSZffl3k.js} +1 -1
- package/docs/assets/{Image-Dbv2u4ta.js → Image-B7PRENWe.js} +1 -1
- package/docs/assets/{Image.stories-CUWPBT5K.js → Image.stories-DkYrm30P.js} +1 -1
- package/docs/assets/InputField-CplPTgjC.js +5 -0
- package/docs/assets/InputField.stories-K675XZL5.js +44 -0
- package/docs/assets/{ItemsList-CJTCYbgI.js → ItemsList-nTRSgJDP.js} +1 -1
- package/docs/assets/{LoadingBar-Dc_eLNsl.js → LoadingBar-DGNrwKu4.js} +1 -1
- package/docs/assets/{LoadingBar.stories-DWH4VmcD.js → LoadingBar.stories-owR_6Oqy.js} +1 -1
- package/docs/assets/Modal-ByQBkOMU.js +1 -0
- package/docs/assets/{Modal.stories-0zzyLX_Z.js → Modal.stories-DlxDxfN1.js} +1 -1
- package/docs/assets/{ModalDialog-BuO78uuh.js → ModalDialog-Cr21J58H.js} +1 -1
- package/docs/assets/{ModalDialog.stories-lBI09xqp.js → ModalDialog.stories-DP4FjijI.js} +1 -1
- package/docs/assets/{NumberInCircle-DnPE2szs.js → NumberInCircle-CE28_Nsz.js} +1 -1
- package/docs/assets/{NumberInCircle.stories-Tn0v6S_I.js → NumberInCircle.stories-DFdUVSKM.js} +1 -1
- package/docs/assets/OutlineDivider-DJ9pnpJN.js +1 -0
- package/docs/assets/{OutlineDivider.stories-D9Hzkdbe.js → OutlineDivider.stories-Dzpei9KR.js} +1 -1
- package/docs/assets/{OutlineItem-1BOyMbS2.js → OutlineItem-CApzlES7.js} +1 -1
- package/docs/assets/{OutlineItem.stories-DZ_RXCGO.js → OutlineItem.stories-DtEAJjzy.js} +1 -1
- package/docs/assets/{OutlineSectionHeader-LGOAi424.js → OutlineSectionHeader-CSNr7XVB.js} +1 -1
- package/docs/assets/{OutlineSectionHeader.stories-PPIsaHhR.js → OutlineSectionHeader.stories-CuJwkOKg.js} +1 -1
- package/docs/assets/OverlayHeader-B5ajrI4B.js +1 -0
- package/docs/assets/{OverlayHeader.stories-D0TRoa1n.js → OverlayHeader.stories-Zed9WXER.js} +2 -2
- package/docs/assets/{PageHeader-DkHlb7_P.js → PageHeader-Cy-UHuRb.js} +1 -1
- package/docs/assets/{PageHeader.stories-WThxfLse.js → PageHeader.stories-DlW4dler.js} +1 -1
- package/docs/assets/Pagination-D34dUtsQ.js +1 -0
- package/docs/assets/{Pagination.stories-CL9tb6Sx.js → Pagination.stories-IDi5nqa_.js} +2 -2
- package/docs/assets/PasswordField-Bkc6j8ri.js +1 -0
- package/docs/assets/PasswordField.stories-CklmsmJF.js +42 -0
- package/docs/assets/{PopOver-BDVCOkO6.js → PopOver-DVj1_TNg.js} +1 -1
- package/docs/assets/{PopOver.stories-CmDQPumC.js → PopOver.stories-BljOgM3Z.js} +2 -2
- package/docs/assets/{ProgressBar-q_I44DQc.js → ProgressBar-D2hkMeQ0.js} +1 -1
- package/docs/assets/{ProgressBar.stories-Df10tpd-.js → ProgressBar.stories-BDHI6-tO.js} +1 -1
- package/docs/assets/{ProgressDonutChart-DP55sH2Q.js → ProgressDonutChart-CBO-vy-E.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-CXJhJ1AH.js → ProgressDonutChart.stories-CGwlVICI.js} +1 -1
- package/docs/assets/RadioButton-Bd-D-2PY.js +1 -0
- package/docs/assets/{RadioButton.stories-NVFxjqN4.js → RadioButton.stories-BkCwnbIp.js} +1 -1
- package/docs/assets/{RichListItem.stories-B3NGpkHT.js → RichListItem.stories-Bls_aY12.js} +2 -2
- package/docs/assets/SectionHeader-isKXGfjn.js +1 -0
- package/docs/assets/{SectionHeader.stories-CTANEOdf.js → SectionHeader.stories-Bj3scOLc.js} +1 -1
- package/docs/assets/{SectionTitle-DLcFKzRH.js → SectionTitle-wTuJZZVS.js} +1 -1
- package/docs/assets/{SectionTitle.stories-Dybq4paM.js → SectionTitle.stories-Dr3KOvIl.js} +1 -1
- package/docs/assets/{SelectList-B323Y2el.js → SelectList-YMQ8rEMc.js} +1 -1
- package/docs/assets/{SelectList.stories-BCS6zdJ9.js → SelectList.stories-ETdEOJ81.js} +1 -1
- package/docs/assets/{SelectListItem-DfLqJR-_.js → SelectListItem-BqKhIPSO.js} +1 -1
- package/docs/assets/{SelectListItem.stories-m8BTHS53.js → SelectListItem.stories-ClyL-djS.js} +1 -1
- package/docs/assets/{SelectListItemDivider-lDLIwtP8.js → SelectListItemDivider-CTU7_4OL.js} +1 -1
- package/docs/assets/{SelectListItemDivider.stories-BZ6_HOBG.js → SelectListItemDivider.stories-rGpk0Yeg.js} +1 -1
- package/docs/assets/{SelectListItemTile-DzAuBa66.js → SelectListItemTile-BhOwBFIO.js} +1 -1
- package/docs/assets/SelectListItemTile.stories-BXFfuX9q.js +19 -0
- package/docs/assets/{SelectListItemToggle-DJ_P6PIB.js → SelectListItemToggle-C0lffqeC.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-yej5J6y8.js → SelectListItemToggle.stories-D39XrmtN.js} +1 -2
- package/docs/assets/SelectListSectionTitle-B9Dj10G9.js +1 -0
- package/docs/assets/{SelectListSectionTitle.stories-NKPegok4.js → SelectListSectionTitle.stories-DCZ-Sq6v.js} +1 -1
- package/docs/assets/{SelectionControl-CwdtLuOD.js → SelectionControl-DIC2vtGo.js} +1 -1
- package/docs/assets/{SelectionTile-hjRK7Lwc.js → SelectionTile-D7fhj7-I.js} +2 -2
- package/docs/assets/{SelectionTile.stories-DRdGcDuJ.js → SelectionTile.stories-Cato0iSj.js} +1 -1
- package/docs/assets/{Skeleton-DhyJ4ZKG.js → Skeleton-D5xhZMQa.js} +5 -5
- package/docs/assets/{Skeleton.stories-CsZjBoj1.js → Skeleton.stories-ll-E-sPN.js} +1 -1
- package/docs/assets/SurveyQuestionOpenEnded-DDdPQe2b.js +1 -0
- package/docs/assets/{SurveyQuestionOpenEnded.stories-Is_s49TT.js → SurveyQuestionOpenEnded.stories-mHTUclXK.js} +1 -1
- package/docs/assets/SurveyQuestionScale-BKZbW5q7.js +1 -0
- package/docs/assets/{SurveyQuestionScale.stories-BqOjFThb.js → SurveyQuestionScale.stories-Cczg5QpY.js} +1 -1
- package/docs/assets/SurveyToggle-Sid2a-IO.js +1 -0
- package/docs/assets/{SurveyToggle.stories-DySS4Jzx.js → SurveyToggle.stories-Dv7PJARv.js} +1 -1
- package/docs/assets/Switch-B8xEwHO8.js +1 -0
- package/docs/assets/{Switch.stories-Bq6_6t39.js → Switch.stories-RbY8wA55.js} +1 -1
- package/docs/assets/{TabItem-Bn_qIbPX.js → TabItem-Ci3vrkRH.js} +1 -1
- package/docs/assets/{TabItem.stories-ZPYw1uH1.js → TabItem.stories-relncwaI.js} +1 -1
- package/docs/assets/{TextGroup-AUUBIFJZ.js → TextGroup-dzR19lzs.js} +1 -1
- package/docs/assets/{TextGroup.stories-CqwkdBAO.js → TextGroup.stories-bCLjp0Xb.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-DXA1815_.js → ThreeColumnLayout-LVzDOKfj.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-BA08mTZ7.js → ThreeColumnLayout.stories-CkgbTH3p.js} +1 -1
- package/docs/assets/{Tile-3fvrXM7M.js → Tile-ByL6drhn.js} +1 -1
- package/docs/assets/{Tile.sb.shared-Crj50ugV.js → Tile.sb.shared-D3LxXPDs.js} +1 -1
- package/docs/assets/Tile.stories-BhXwnkKz.js +12 -0
- package/docs/assets/{Toast-CTbKhm1i.js → Toast-ukLuB2Qi.js} +1 -1
- package/docs/assets/{Toast.stories-hUEtnOQn.js → Toast.stories-D3PagUcH.js} +1 -1
- package/docs/assets/{ToggleButton-D-t1sDTL.js → ToggleButton-YUVnfx-x.js} +1 -1
- package/docs/assets/{ToggleButton.stories-CaAweKdC.js → ToggleButton.stories-C18YYEsJ.js} +1 -1
- package/docs/assets/{Tooltip-DZi9yXjr.js → Tooltip-BvaJ_K9_.js} +1 -1
- package/docs/assets/{Tooltip.stories-D-DHfToA.js → Tooltip.stories-o7f8wLv_.js} +4 -4
- package/docs/assets/{TypographyTokensLms.stories-CZpPPUwu.js → TypographyTokensLms.stories-Cm_y52b6.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-B4Lg96R3.js → TypographyVariables.stories-DTHJ_1UO.js} +1 -1
- package/docs/assets/{Well-D1j9q3W3.js → Well-iUOt2HEx.js} +1 -1
- package/docs/assets/{Well.stories-wgg6f6S7.js → Well.stories-4VLIlu-l.js} +3 -3
- package/docs/assets/entry-preview-CAn2_StQ.js +1 -0
- package/docs/assets/{entry-preview-docs-Bz8Se46p.js → entry-preview-docs-Y_6rrjxM.js} +1 -1
- package/docs/assets/{iframe-CKOJ9wC7.js → iframe-D_RvUlhr.js} +18 -15
- package/docs/assets/index-BtMHnMz0.js +1 -0
- package/docs/assets/index-Cpsdq_ip.js +1 -0
- package/docs/assets/preview-B_G3dFbe.js +2 -0
- package/docs/assets/preview-vzvQxRBZ.js +64 -0
- package/docs/assets/string--hkylObx.js +1 -0
- package/docs/assets/vue-popper-m_ujT3wC.js +24 -0
- package/docs/assets/vue.esm-bundler-DcRN7CPI.js +36 -0
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/Badge/Badge.vue +6 -5
- package/lib/js/components/Banner/Banner.consts.ts +5 -5
- package/lib/js/components/Banner/Banner.spec.ts +148 -0
- package/lib/js/components/Banner/Banner.stories.ts +13 -8
- package/lib/js/components/Banner/Banner.vue +215 -196
- package/lib/js/components/Buttons/Button/Button.spec.ts +18 -3
- package/lib/js/components/Buttons/Button/Button.stories.ts +6 -0
- package/lib/js/components/Buttons/Button/Button.vue +63 -114
- package/lib/js/components/Buttons/HelpButton/HelpButton.spec.ts +87 -0
- package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +70 -0
- package/lib/js/components/Buttons/HelpButton/HelpButton.vue +52 -0
- package/lib/js/components/Buttons/HelpButton/index.ts +3 -0
- package/lib/js/components/Cards/Card/Card.consts.ts +7 -0
- package/lib/js/components/Cards/Card/Card.spec.ts +86 -41
- package/lib/js/components/Cards/Card/Card.stories.ts +21 -18
- package/lib/js/components/Cards/Card/Card.vue +128 -88
- package/lib/js/components/Cards/Card/index.ts +1 -0
- package/lib/js/components/Chip/Chip.spec.ts +3 -2
- package/lib/js/components/Chip/Chip.vue +0 -1
- package/lib/js/components/DatePickers/DateBox/DateBox.stories.ts +0 -3
- package/lib/js/components/Form/FormField/FormField.consts.ts +10 -0
- package/lib/js/components/Form/FormField/FormField.spec.ts +138 -0
- package/lib/js/components/Form/FormField/FormField.stories.shared.ts +53 -0
- package/lib/js/components/Form/FormField/FormField.stories.ts +81 -0
- package/lib/js/components/Form/FormField/FormField.types.ts +17 -0
- package/lib/js/components/Form/FormField/FormField.utils.ts +24 -0
- package/lib/js/components/Form/FormField/FormField.vue +192 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.spec.ts +53 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.stories.ts +74 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +89 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/index.ts +2 -0
- package/lib/js/components/Form/FormField/index.ts +6 -0
- package/lib/js/components/Form/InputField/InputField.spec.ts +274 -0
- package/lib/js/components/Form/InputField/InputField.stories.ts +98 -0
- package/lib/js/components/Form/InputField/InputField.types.ts +14 -0
- package/lib/js/components/Form/InputField/InputField.vue +175 -0
- package/lib/js/components/Form/InputField/index.ts +3 -0
- package/lib/js/components/Form/InputField/useInputFieldWithinForm.ts +54 -0
- package/lib/js/components/Form/PasswordField/PasswordField.spec.ts +73 -0
- package/lib/js/components/Form/PasswordField/PasswordField.stories.ts +88 -0
- package/lib/js/components/Form/PasswordField/PasswordField.vue +55 -0
- package/lib/js/components/Form/PasswordField/index.ts +3 -0
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.ts +10 -2
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.spec.ts +18 -0
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.stories.ts +1 -1
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +44 -58
- package/lib/js/components/Modals/Modal/Modal.consts.ts +8 -2
- package/lib/js/components/Modals/Modal/Modal.vue +12 -5
- package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +2 -2
- package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.stories.ts +0 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +43 -47
- package/lib/js/components/TabItem/TabItem.spec.ts +0 -1
- package/lib/js/components/Toast/Toast.vue +0 -2
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +11 -1
- package/lib/js/styles/Borders/BorderSizes.stories.ts +1 -1
- package/lib/js/styles/ItemsList.vue +1 -1
- package/lib/js/tests/helpers.ts +5 -0
- package/package.json +13 -7
- package/tsconfig.base.json +1 -2
- package/tsconfig.build.json +8 -0
- package/tsconfig.json +1 -6
- package/vite.config.ts +11 -8
- package/docs/assets/Avatar-CM7iogZ3.js +0 -1
- package/docs/assets/Banner-DXAd9x-3.js +0 -1
- package/docs/assets/Banner.stories-BC2VxrMC.js +0 -62
- package/docs/assets/BasicRichListItem-quALUWxY.js +0 -1
- package/docs/assets/Button-C5dr6u6F.js +0 -1
- package/docs/assets/Card-KSW_Q55y.js +0 -1
- package/docs/assets/Card.stories-Bqmd77lg.js +0 -49
- package/docs/assets/CardExpandable-yMDr4_fF.js +0 -1
- package/docs/assets/Checkbox-DAOkXx1R.js +0 -1
- package/docs/assets/Color-ERTF36HU-DaHgyI5V.js +0 -1
- package/docs/assets/DrawerHeader-AkG6Jq7W.js +0 -1
- package/docs/assets/DrawerSection-HBM59yvF.js +0 -1
- package/docs/assets/DrawerTile-0-CB5w9j.js +0 -1
- package/docs/assets/DrawerTile.stories-6JDnzzyo.js +0 -10
- package/docs/assets/Dropdown-CYFZ3OvV.js +0 -1
- package/docs/assets/FeatureIcon-BoUhuGOr.js +0 -1
- package/docs/assets/GroupRichListItem-C_Gsy7fK.js +0 -1
- package/docs/assets/Icon-I3Cniv10.js +0 -761
- package/docs/assets/IconButton-BPKB5gT7.js +0 -1
- package/docs/assets/Modal-Cy1kzNhG.js +0 -1
- package/docs/assets/OutlineDivider-UaRb6wKt.js +0 -1
- package/docs/assets/OverlayHeader-u9AeOezr.js +0 -1
- package/docs/assets/Pagination-CgO9MoPY.js +0 -1
- package/docs/assets/RadioButton-DISpvFOt.js +0 -1
- package/docs/assets/SectionHeader-ByewlGaG.js +0 -1
- package/docs/assets/SelectListItemTile.stories-n2MJqr9U.js +0 -19
- package/docs/assets/SelectListSectionTitle-BFbrwNgw.js +0 -1
- package/docs/assets/SurveyQuestionOpenEnded-B_HbDRQs.js +0 -1
- package/docs/assets/SurveyQuestionScale-CiKDA0ax.js +0 -1
- package/docs/assets/SurveyToggle-CCF4WE7n.js +0 -1
- package/docs/assets/Switch-Du-uh84v.js +0 -1
- package/docs/assets/Tile.stories-0SQaiGz7.js +0 -12
- package/docs/assets/_commonjsHelpers-CDR5Xrri.js +0 -1
- package/docs/assets/entry-preview-lHccVHf5.js +0 -1
- package/docs/assets/index-0M4xY6Fw.js +0 -1
- package/docs/assets/index-Be4sB5Yj.js +0 -1
- package/docs/assets/preview-BIPjgpxe.js +0 -2
- package/docs/assets/preview-BQvHXGdy.js +0 -64
- package/docs/assets/string-B1AGRR5v.js +0 -1
- package/docs/assets/vue-popper-DoPHnofs.js +0 -24
- package/docs/assets/vue.esm-bundler-DD4BrEtS.js +0 -36
|
@@ -0,0 +1,761 @@
|
|
|
1
|
+
import{d as q0,q as Z,w as C6,$ as b6,c as j,a as V,o as k,a0 as M6,j as _6,k as u4,x as w6,G as P6,v as y6,l as N6}from"./vue.esm-bundler-DcRN7CPI.js";import{_ as H6}from"./_plugin-vue_export-helper-DlAUqK2U.js";function v4(a,i){var n=Object.keys(a);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(a);i&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(a,t).enumerable})),n.push.apply(n,r)}return n}function o(a){for(var i=1;i<arguments.length;i++){var n=arguments[i]!=null?arguments[i]:{};i%2?v4(Object(n),!0).forEach(function(r){N(a,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(n)):v4(Object(n)).forEach(function(r){Object.defineProperty(a,r,Object.getOwnPropertyDescriptor(n,r))})}return a}function Ha(a){"@babel/helpers - typeof";return Ha=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},Ha(a)}function F6(a,i){if(!(a instanceof i))throw new TypeError("Cannot call a class as a function")}function L6(a,i){for(var n=0;n<i.length;n++){var r=i[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(a,r.key,r)}}function z6(a,i,n){return i&&L6(a.prototype,i),Object.defineProperty(a,"prototype",{writable:!1}),a}function N(a,i,n){return i in a?Object.defineProperty(a,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):a[i]=n,a}function Ze(a,i){return E6(a)||V6(a,i)||I0(a,i)||S6()}function oa(a){return A6(a)||D6(a)||I0(a)||k6()}function A6(a){if(Array.isArray(a))return Ie(a)}function E6(a){if(Array.isArray(a))return a}function D6(a){if(typeof Symbol!="undefined"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}function V6(a,i){var n=a==null?null:typeof Symbol!="undefined"&&a[Symbol.iterator]||a["@@iterator"];if(n!=null){var r=[],t=!0,e=!1,c,f;try{for(n=n.call(a);!(t=(c=n.next()).done)&&(r.push(c.value),!(i&&r.length===i));t=!0);}catch(l){e=!0,f=l}finally{try{!t&&n.return!=null&&n.return()}finally{if(e)throw f}}return r}}function I0(a,i){if(a){if(typeof a=="string")return Ie(a,i);var n=Object.prototype.toString.call(a).slice(8,-1);if(n==="Object"&&a.constructor&&(n=a.constructor.name),n==="Map"||n==="Set")return Array.from(a);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ie(a,i)}}function Ie(a,i){(i==null||i>a.length)&&(i=a.length);for(var n=0,r=new Array(i);n<i;n++)r[n]=a[n];return r}function k6(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function S6(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
3
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var o4=function(){},Je={},T0={},j0=null,B0={mark:o4,measure:o4};try{typeof window!="undefined"&&(Je=window),typeof document!="undefined"&&(T0=document),typeof MutationObserver!="undefined"&&(j0=MutationObserver),typeof performance!="undefined"&&(B0=performance)}catch{}var R6=Je.navigator||{},s4=R6.userAgent,d4=s4===void 0?"":s4,G=Je,_=T0,h4=j0,ha=B0;G.document;var B=!!_.documentElement&&!!_.head&&typeof _.addEventListener=="function"&&typeof _.createElement=="function",U0=~d4.indexOf("MSIE")||~d4.indexOf("Trident/"),ma,ga,Ca,ba,Ma,q="___FONT_AWESOME___",Te=16,G0="fa",$0="svg-inline--fa",X="data-fa-i2svg",je="data-fa-pseudo-element",O6="data-fa-pseudo-element-pending",pe="data-prefix",xe="data-icon",m4="fontawesome-i2svg",q6="async",I6=["HTML","HEAD","STYLE","SCRIPT"],K0=function(){try{return!0}catch{return!1}}(),M="classic",w="sharp",a4=[M,w];function sa(a){return new Proxy(a,{get:function(n,r){return r in n?n[r]:n[M]}})}var ca=sa((ma={},N(ma,M,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit","fa-kit":"kit"}),N(ma,w,{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light"}),ma)),fa=sa((ga={},N(ga,M,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),N(ga,w,{solid:"fass",regular:"fasr",light:"fasl"}),ga)),la=sa((Ca={},N(Ca,M,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),N(Ca,w,{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light"}),Ca)),T6=sa((ba={},N(ba,M,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),N(ba,w,{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl"}),ba)),j6=/fa(s|r|l|t|d|b|k|ss|sr|sl)?[\-\ ]/,W0="fa-layers-text",B6=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,U6=sa((Ma={},N(Ma,M,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),N(Ma,w,{900:"fass",400:"fasr",300:"fasl"}),Ma)),Y0=[1,2,3,4,5,6,7,8,9,10],G6=Y0.concat([11,12,13,14,15,16,17,18,19,20]),$6=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],W={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},ua=new Set;Object.keys(fa[M]).map(ua.add.bind(ua));Object.keys(fa[w]).map(ua.add.bind(ua));var K6=[].concat(a4,oa(ua),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",W.GROUP,W.SWAP_OPACITY,W.PRIMARY,W.SECONDARY]).concat(Y0.map(function(a){return"".concat(a,"x")})).concat(G6.map(function(a){return"w-".concat(a)})),ra=G.FontAwesomeConfig||{};function W6(a){var i=_.querySelector("script["+a+"]");if(i)return i.getAttribute(a)}function Y6(a){return a===""?!0:a==="false"?!1:a==="true"?!0:a}if(_&&typeof _.querySelector=="function"){var X6=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];X6.forEach(function(a){var i=Ze(a,2),n=i[0],r=i[1],t=Y6(W6(n));t!=null&&(ra[r]=t)})}var X0={styleDefault:"solid",familyDefault:"classic",cssPrefix:G0,replacementClass:$0,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};ra.familyPrefix&&(ra.cssPrefix=ra.familyPrefix);var ia=o(o({},X0),ra);ia.autoReplaceSvg||(ia.observeMutations=!1);var s={};Object.keys(X0).forEach(function(a){Object.defineProperty(s,a,{enumerable:!0,set:function(n){ia[a]=n,ta.forEach(function(r){return r(s)})},get:function(){return ia[a]}})});Object.defineProperty(s,"familyPrefix",{enumerable:!0,set:function(i){ia.cssPrefix=i,ta.forEach(function(n){return n(s)})},get:function(){return ia.cssPrefix}});G.FontAwesomeConfig=s;var ta=[];function Q6(a){return ta.push(a),function(){ta.splice(ta.indexOf(a),1)}}var J=Te,R={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Z6(a){if(!(!a||!B)){var i=_.createElement("style");i.setAttribute("type","text/css"),i.innerHTML=a;for(var n=_.head.childNodes,r=null,t=n.length-1;t>-1;t--){var e=n[t],c=(e.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(c)>-1&&(r=e)}return _.head.insertBefore(i,r),a}}var J6="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function va(){for(var a=12,i="";a-- >0;)i+=J6[Math.random()*62|0];return i}function ea(a){for(var i=[],n=(a||[]).length>>>0;n--;)i[n]=a[n];return i}function i4(a){return a.classList?ea(a.classList):(a.getAttribute("class")||"").split(" ").filter(function(i){return i})}function Q0(a){return"".concat(a).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function p6(a){return Object.keys(a||{}).reduce(function(i,n){return i+"".concat(n,'="').concat(Q0(a[n]),'" ')},"").trim()}function Aa(a){return Object.keys(a||{}).reduce(function(i,n){return i+"".concat(n,": ").concat(a[n].trim(),";")},"")}function e4(a){return a.size!==R.size||a.x!==R.x||a.y!==R.y||a.rotate!==R.rotate||a.flipX||a.flipY}function x6(a){var i=a.transform,n=a.containerWidth,r=a.iconWidth,t={transform:"translate(".concat(n/2," 256)")},e="translate(".concat(i.x*32,", ").concat(i.y*32,") "),c="scale(".concat(i.size/16*(i.flipX?-1:1),", ").concat(i.size/16*(i.flipY?-1:1),") "),f="rotate(".concat(i.rotate," 0 0)"),l={transform:"".concat(e," ").concat(c," ").concat(f)},v={transform:"translate(".concat(r/2*-1," -256)")};return{outer:t,inner:l,path:v}}function at(a){var i=a.transform,n=a.width,r=n===void 0?Te:n,t=a.height,e=t===void 0?Te:t,c="";return U0?c+="translate(".concat(i.x/J-r/2,"em, ").concat(i.y/J-e/2,"em) "):c+="translate(calc(-50% + ".concat(i.x/J,"em), calc(-50% + ").concat(i.y/J,"em)) "),c+="scale(".concat(i.size/J*(i.flipX?-1:1),", ").concat(i.size/J*(i.flipY?-1:1),") "),c+="rotate(".concat(i.rotate,"deg) "),c}var it=`:root, :host {
|
|
4
|
+
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
|
|
5
|
+
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
|
|
6
|
+
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
|
|
7
|
+
--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
|
|
8
|
+
--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
|
|
9
|
+
--fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
|
|
10
|
+
--fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
|
|
11
|
+
--fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
|
|
12
|
+
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
16
|
+
overflow: visible;
|
|
17
|
+
box-sizing: content-box;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.svg-inline--fa {
|
|
21
|
+
display: var(--fa-display, inline-block);
|
|
22
|
+
height: 1em;
|
|
23
|
+
overflow: visible;
|
|
24
|
+
vertical-align: -0.125em;
|
|
25
|
+
}
|
|
26
|
+
.svg-inline--fa.fa-2xs {
|
|
27
|
+
vertical-align: 0.1em;
|
|
28
|
+
}
|
|
29
|
+
.svg-inline--fa.fa-xs {
|
|
30
|
+
vertical-align: 0em;
|
|
31
|
+
}
|
|
32
|
+
.svg-inline--fa.fa-sm {
|
|
33
|
+
vertical-align: -0.0714285705em;
|
|
34
|
+
}
|
|
35
|
+
.svg-inline--fa.fa-lg {
|
|
36
|
+
vertical-align: -0.2em;
|
|
37
|
+
}
|
|
38
|
+
.svg-inline--fa.fa-xl {
|
|
39
|
+
vertical-align: -0.25em;
|
|
40
|
+
}
|
|
41
|
+
.svg-inline--fa.fa-2xl {
|
|
42
|
+
vertical-align: -0.3125em;
|
|
43
|
+
}
|
|
44
|
+
.svg-inline--fa.fa-pull-left {
|
|
45
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
46
|
+
width: auto;
|
|
47
|
+
}
|
|
48
|
+
.svg-inline--fa.fa-pull-right {
|
|
49
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
50
|
+
width: auto;
|
|
51
|
+
}
|
|
52
|
+
.svg-inline--fa.fa-li {
|
|
53
|
+
width: var(--fa-li-width, 2em);
|
|
54
|
+
top: 0.25em;
|
|
55
|
+
}
|
|
56
|
+
.svg-inline--fa.fa-fw {
|
|
57
|
+
width: var(--fa-fw-width, 1.25em);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.fa-layers svg.svg-inline--fa {
|
|
61
|
+
bottom: 0;
|
|
62
|
+
left: 0;
|
|
63
|
+
margin: auto;
|
|
64
|
+
position: absolute;
|
|
65
|
+
right: 0;
|
|
66
|
+
top: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.fa-layers-counter, .fa-layers-text {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
position: absolute;
|
|
72
|
+
text-align: center;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.fa-layers {
|
|
76
|
+
display: inline-block;
|
|
77
|
+
height: 1em;
|
|
78
|
+
position: relative;
|
|
79
|
+
text-align: center;
|
|
80
|
+
vertical-align: -0.125em;
|
|
81
|
+
width: 1em;
|
|
82
|
+
}
|
|
83
|
+
.fa-layers svg.svg-inline--fa {
|
|
84
|
+
-webkit-transform-origin: center center;
|
|
85
|
+
transform-origin: center center;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.fa-layers-text {
|
|
89
|
+
left: 50%;
|
|
90
|
+
top: 50%;
|
|
91
|
+
-webkit-transform: translate(-50%, -50%);
|
|
92
|
+
transform: translate(-50%, -50%);
|
|
93
|
+
-webkit-transform-origin: center center;
|
|
94
|
+
transform-origin: center center;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.fa-layers-counter {
|
|
98
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
99
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
100
|
+
box-sizing: border-box;
|
|
101
|
+
color: var(--fa-inverse, #fff);
|
|
102
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
103
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
104
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
105
|
+
overflow: hidden;
|
|
106
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
107
|
+
right: var(--fa-right, 0);
|
|
108
|
+
text-overflow: ellipsis;
|
|
109
|
+
top: var(--fa-top, 0);
|
|
110
|
+
-webkit-transform: scale(var(--fa-counter-scale, 0.25));
|
|
111
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
112
|
+
-webkit-transform-origin: top right;
|
|
113
|
+
transform-origin: top right;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.fa-layers-bottom-right {
|
|
117
|
+
bottom: var(--fa-bottom, 0);
|
|
118
|
+
right: var(--fa-right, 0);
|
|
119
|
+
top: auto;
|
|
120
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
121
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
122
|
+
-webkit-transform-origin: bottom right;
|
|
123
|
+
transform-origin: bottom right;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.fa-layers-bottom-left {
|
|
127
|
+
bottom: var(--fa-bottom, 0);
|
|
128
|
+
left: var(--fa-left, 0);
|
|
129
|
+
right: auto;
|
|
130
|
+
top: auto;
|
|
131
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
132
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
133
|
+
-webkit-transform-origin: bottom left;
|
|
134
|
+
transform-origin: bottom left;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.fa-layers-top-right {
|
|
138
|
+
top: var(--fa-top, 0);
|
|
139
|
+
right: var(--fa-right, 0);
|
|
140
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
141
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
142
|
+
-webkit-transform-origin: top right;
|
|
143
|
+
transform-origin: top right;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.fa-layers-top-left {
|
|
147
|
+
left: var(--fa-left, 0);
|
|
148
|
+
right: auto;
|
|
149
|
+
top: var(--fa-top, 0);
|
|
150
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
151
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
152
|
+
-webkit-transform-origin: top left;
|
|
153
|
+
transform-origin: top left;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.fa-1x {
|
|
157
|
+
font-size: 1em;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.fa-2x {
|
|
161
|
+
font-size: 2em;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.fa-3x {
|
|
165
|
+
font-size: 3em;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.fa-4x {
|
|
169
|
+
font-size: 4em;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.fa-5x {
|
|
173
|
+
font-size: 5em;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.fa-6x {
|
|
177
|
+
font-size: 6em;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.fa-7x {
|
|
181
|
+
font-size: 7em;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.fa-8x {
|
|
185
|
+
font-size: 8em;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.fa-9x {
|
|
189
|
+
font-size: 9em;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.fa-10x {
|
|
193
|
+
font-size: 10em;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.fa-2xs {
|
|
197
|
+
font-size: 0.625em;
|
|
198
|
+
line-height: 0.1em;
|
|
199
|
+
vertical-align: 0.225em;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.fa-xs {
|
|
203
|
+
font-size: 0.75em;
|
|
204
|
+
line-height: 0.0833333337em;
|
|
205
|
+
vertical-align: 0.125em;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.fa-sm {
|
|
209
|
+
font-size: 0.875em;
|
|
210
|
+
line-height: 0.0714285718em;
|
|
211
|
+
vertical-align: 0.0535714295em;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.fa-lg {
|
|
215
|
+
font-size: 1.25em;
|
|
216
|
+
line-height: 0.05em;
|
|
217
|
+
vertical-align: -0.075em;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.fa-xl {
|
|
221
|
+
font-size: 1.5em;
|
|
222
|
+
line-height: 0.0416666682em;
|
|
223
|
+
vertical-align: -0.125em;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.fa-2xl {
|
|
227
|
+
font-size: 2em;
|
|
228
|
+
line-height: 0.03125em;
|
|
229
|
+
vertical-align: -0.1875em;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.fa-fw {
|
|
233
|
+
text-align: center;
|
|
234
|
+
width: 1.25em;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.fa-ul {
|
|
238
|
+
list-style-type: none;
|
|
239
|
+
margin-left: var(--fa-li-margin, 2.5em);
|
|
240
|
+
padding-left: 0;
|
|
241
|
+
}
|
|
242
|
+
.fa-ul > li {
|
|
243
|
+
position: relative;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.fa-li {
|
|
247
|
+
left: calc(var(--fa-li-width, 2em) * -1);
|
|
248
|
+
position: absolute;
|
|
249
|
+
text-align: center;
|
|
250
|
+
width: var(--fa-li-width, 2em);
|
|
251
|
+
line-height: inherit;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.fa-border {
|
|
255
|
+
border-color: var(--fa-border-color, #eee);
|
|
256
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
257
|
+
border-style: var(--fa-border-style, solid);
|
|
258
|
+
border-width: var(--fa-border-width, 0.08em);
|
|
259
|
+
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.fa-pull-left {
|
|
263
|
+
float: left;
|
|
264
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.fa-pull-right {
|
|
268
|
+
float: right;
|
|
269
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.fa-beat {
|
|
273
|
+
-webkit-animation-name: fa-beat;
|
|
274
|
+
animation-name: fa-beat;
|
|
275
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
276
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
277
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
278
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
279
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
280
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
281
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
282
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
283
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
284
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.fa-bounce {
|
|
288
|
+
-webkit-animation-name: fa-bounce;
|
|
289
|
+
animation-name: fa-bounce;
|
|
290
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
291
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
292
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
293
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
294
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
295
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
296
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
297
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
298
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
299
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.fa-fade {
|
|
303
|
+
-webkit-animation-name: fa-fade;
|
|
304
|
+
animation-name: fa-fade;
|
|
305
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
306
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
307
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
308
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
309
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
310
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
311
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
312
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
313
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
314
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.fa-beat-fade {
|
|
318
|
+
-webkit-animation-name: fa-beat-fade;
|
|
319
|
+
animation-name: fa-beat-fade;
|
|
320
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
321
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
322
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
323
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
324
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
325
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
326
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
327
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
328
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
329
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.fa-flip {
|
|
333
|
+
-webkit-animation-name: fa-flip;
|
|
334
|
+
animation-name: fa-flip;
|
|
335
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
336
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
337
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
338
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
339
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
340
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
341
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
342
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
343
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
344
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.fa-shake {
|
|
348
|
+
-webkit-animation-name: fa-shake;
|
|
349
|
+
animation-name: fa-shake;
|
|
350
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
351
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
352
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
353
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
354
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
355
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
356
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
357
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
358
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
359
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.fa-spin {
|
|
363
|
+
-webkit-animation-name: fa-spin;
|
|
364
|
+
animation-name: fa-spin;
|
|
365
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
366
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
367
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
368
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
369
|
+
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
370
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
371
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
372
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
373
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
374
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.fa-spin-reverse {
|
|
378
|
+
--fa-animation-direction: reverse;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.fa-pulse,
|
|
382
|
+
.fa-spin-pulse {
|
|
383
|
+
-webkit-animation-name: fa-spin;
|
|
384
|
+
animation-name: fa-spin;
|
|
385
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
386
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
387
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
388
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
389
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
390
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
391
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
392
|
+
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
@media (prefers-reduced-motion: reduce) {
|
|
396
|
+
.fa-beat,
|
|
397
|
+
.fa-bounce,
|
|
398
|
+
.fa-fade,
|
|
399
|
+
.fa-beat-fade,
|
|
400
|
+
.fa-flip,
|
|
401
|
+
.fa-pulse,
|
|
402
|
+
.fa-shake,
|
|
403
|
+
.fa-spin,
|
|
404
|
+
.fa-spin-pulse {
|
|
405
|
+
-webkit-animation-delay: -1ms;
|
|
406
|
+
animation-delay: -1ms;
|
|
407
|
+
-webkit-animation-duration: 1ms;
|
|
408
|
+
animation-duration: 1ms;
|
|
409
|
+
-webkit-animation-iteration-count: 1;
|
|
410
|
+
animation-iteration-count: 1;
|
|
411
|
+
-webkit-transition-delay: 0s;
|
|
412
|
+
transition-delay: 0s;
|
|
413
|
+
-webkit-transition-duration: 0s;
|
|
414
|
+
transition-duration: 0s;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
@-webkit-keyframes fa-beat {
|
|
418
|
+
0%, 90% {
|
|
419
|
+
-webkit-transform: scale(1);
|
|
420
|
+
transform: scale(1);
|
|
421
|
+
}
|
|
422
|
+
45% {
|
|
423
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
424
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
@keyframes fa-beat {
|
|
428
|
+
0%, 90% {
|
|
429
|
+
-webkit-transform: scale(1);
|
|
430
|
+
transform: scale(1);
|
|
431
|
+
}
|
|
432
|
+
45% {
|
|
433
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
434
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
@-webkit-keyframes fa-bounce {
|
|
438
|
+
0% {
|
|
439
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
440
|
+
transform: scale(1, 1) translateY(0);
|
|
441
|
+
}
|
|
442
|
+
10% {
|
|
443
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
444
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
445
|
+
}
|
|
446
|
+
30% {
|
|
447
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
448
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
449
|
+
}
|
|
450
|
+
50% {
|
|
451
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
452
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
453
|
+
}
|
|
454
|
+
57% {
|
|
455
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
456
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
457
|
+
}
|
|
458
|
+
64% {
|
|
459
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
460
|
+
transform: scale(1, 1) translateY(0);
|
|
461
|
+
}
|
|
462
|
+
100% {
|
|
463
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
464
|
+
transform: scale(1, 1) translateY(0);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
@keyframes fa-bounce {
|
|
468
|
+
0% {
|
|
469
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
470
|
+
transform: scale(1, 1) translateY(0);
|
|
471
|
+
}
|
|
472
|
+
10% {
|
|
473
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
474
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
475
|
+
}
|
|
476
|
+
30% {
|
|
477
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
478
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
479
|
+
}
|
|
480
|
+
50% {
|
|
481
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
482
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
483
|
+
}
|
|
484
|
+
57% {
|
|
485
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
486
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
487
|
+
}
|
|
488
|
+
64% {
|
|
489
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
490
|
+
transform: scale(1, 1) translateY(0);
|
|
491
|
+
}
|
|
492
|
+
100% {
|
|
493
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
494
|
+
transform: scale(1, 1) translateY(0);
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
@-webkit-keyframes fa-fade {
|
|
498
|
+
50% {
|
|
499
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
@keyframes fa-fade {
|
|
503
|
+
50% {
|
|
504
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
@-webkit-keyframes fa-beat-fade {
|
|
508
|
+
0%, 100% {
|
|
509
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
510
|
+
-webkit-transform: scale(1);
|
|
511
|
+
transform: scale(1);
|
|
512
|
+
}
|
|
513
|
+
50% {
|
|
514
|
+
opacity: 1;
|
|
515
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
516
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
@keyframes fa-beat-fade {
|
|
520
|
+
0%, 100% {
|
|
521
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
522
|
+
-webkit-transform: scale(1);
|
|
523
|
+
transform: scale(1);
|
|
524
|
+
}
|
|
525
|
+
50% {
|
|
526
|
+
opacity: 1;
|
|
527
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
528
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
@-webkit-keyframes fa-flip {
|
|
532
|
+
50% {
|
|
533
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
534
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
@keyframes fa-flip {
|
|
538
|
+
50% {
|
|
539
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
540
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
@-webkit-keyframes fa-shake {
|
|
544
|
+
0% {
|
|
545
|
+
-webkit-transform: rotate(-15deg);
|
|
546
|
+
transform: rotate(-15deg);
|
|
547
|
+
}
|
|
548
|
+
4% {
|
|
549
|
+
-webkit-transform: rotate(15deg);
|
|
550
|
+
transform: rotate(15deg);
|
|
551
|
+
}
|
|
552
|
+
8%, 24% {
|
|
553
|
+
-webkit-transform: rotate(-18deg);
|
|
554
|
+
transform: rotate(-18deg);
|
|
555
|
+
}
|
|
556
|
+
12%, 28% {
|
|
557
|
+
-webkit-transform: rotate(18deg);
|
|
558
|
+
transform: rotate(18deg);
|
|
559
|
+
}
|
|
560
|
+
16% {
|
|
561
|
+
-webkit-transform: rotate(-22deg);
|
|
562
|
+
transform: rotate(-22deg);
|
|
563
|
+
}
|
|
564
|
+
20% {
|
|
565
|
+
-webkit-transform: rotate(22deg);
|
|
566
|
+
transform: rotate(22deg);
|
|
567
|
+
}
|
|
568
|
+
32% {
|
|
569
|
+
-webkit-transform: rotate(-12deg);
|
|
570
|
+
transform: rotate(-12deg);
|
|
571
|
+
}
|
|
572
|
+
36% {
|
|
573
|
+
-webkit-transform: rotate(12deg);
|
|
574
|
+
transform: rotate(12deg);
|
|
575
|
+
}
|
|
576
|
+
40%, 100% {
|
|
577
|
+
-webkit-transform: rotate(0deg);
|
|
578
|
+
transform: rotate(0deg);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
@keyframes fa-shake {
|
|
582
|
+
0% {
|
|
583
|
+
-webkit-transform: rotate(-15deg);
|
|
584
|
+
transform: rotate(-15deg);
|
|
585
|
+
}
|
|
586
|
+
4% {
|
|
587
|
+
-webkit-transform: rotate(15deg);
|
|
588
|
+
transform: rotate(15deg);
|
|
589
|
+
}
|
|
590
|
+
8%, 24% {
|
|
591
|
+
-webkit-transform: rotate(-18deg);
|
|
592
|
+
transform: rotate(-18deg);
|
|
593
|
+
}
|
|
594
|
+
12%, 28% {
|
|
595
|
+
-webkit-transform: rotate(18deg);
|
|
596
|
+
transform: rotate(18deg);
|
|
597
|
+
}
|
|
598
|
+
16% {
|
|
599
|
+
-webkit-transform: rotate(-22deg);
|
|
600
|
+
transform: rotate(-22deg);
|
|
601
|
+
}
|
|
602
|
+
20% {
|
|
603
|
+
-webkit-transform: rotate(22deg);
|
|
604
|
+
transform: rotate(22deg);
|
|
605
|
+
}
|
|
606
|
+
32% {
|
|
607
|
+
-webkit-transform: rotate(-12deg);
|
|
608
|
+
transform: rotate(-12deg);
|
|
609
|
+
}
|
|
610
|
+
36% {
|
|
611
|
+
-webkit-transform: rotate(12deg);
|
|
612
|
+
transform: rotate(12deg);
|
|
613
|
+
}
|
|
614
|
+
40%, 100% {
|
|
615
|
+
-webkit-transform: rotate(0deg);
|
|
616
|
+
transform: rotate(0deg);
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
@-webkit-keyframes fa-spin {
|
|
620
|
+
0% {
|
|
621
|
+
-webkit-transform: rotate(0deg);
|
|
622
|
+
transform: rotate(0deg);
|
|
623
|
+
}
|
|
624
|
+
100% {
|
|
625
|
+
-webkit-transform: rotate(360deg);
|
|
626
|
+
transform: rotate(360deg);
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
@keyframes fa-spin {
|
|
630
|
+
0% {
|
|
631
|
+
-webkit-transform: rotate(0deg);
|
|
632
|
+
transform: rotate(0deg);
|
|
633
|
+
}
|
|
634
|
+
100% {
|
|
635
|
+
-webkit-transform: rotate(360deg);
|
|
636
|
+
transform: rotate(360deg);
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
.fa-rotate-90 {
|
|
640
|
+
-webkit-transform: rotate(90deg);
|
|
641
|
+
transform: rotate(90deg);
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.fa-rotate-180 {
|
|
645
|
+
-webkit-transform: rotate(180deg);
|
|
646
|
+
transform: rotate(180deg);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.fa-rotate-270 {
|
|
650
|
+
-webkit-transform: rotate(270deg);
|
|
651
|
+
transform: rotate(270deg);
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.fa-flip-horizontal {
|
|
655
|
+
-webkit-transform: scale(-1, 1);
|
|
656
|
+
transform: scale(-1, 1);
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.fa-flip-vertical {
|
|
660
|
+
-webkit-transform: scale(1, -1);
|
|
661
|
+
transform: scale(1, -1);
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.fa-flip-both,
|
|
665
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
666
|
+
-webkit-transform: scale(-1, -1);
|
|
667
|
+
transform: scale(-1, -1);
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.fa-rotate-by {
|
|
671
|
+
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
|
672
|
+
transform: rotate(var(--fa-rotate-angle, none));
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.fa-stack {
|
|
676
|
+
display: inline-block;
|
|
677
|
+
vertical-align: middle;
|
|
678
|
+
height: 2em;
|
|
679
|
+
position: relative;
|
|
680
|
+
width: 2.5em;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.fa-stack-1x,
|
|
684
|
+
.fa-stack-2x {
|
|
685
|
+
bottom: 0;
|
|
686
|
+
left: 0;
|
|
687
|
+
margin: auto;
|
|
688
|
+
position: absolute;
|
|
689
|
+
right: 0;
|
|
690
|
+
top: 0;
|
|
691
|
+
z-index: var(--fa-stack-z-index, auto);
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.svg-inline--fa.fa-stack-1x {
|
|
695
|
+
height: 1em;
|
|
696
|
+
width: 1.25em;
|
|
697
|
+
}
|
|
698
|
+
.svg-inline--fa.fa-stack-2x {
|
|
699
|
+
height: 2em;
|
|
700
|
+
width: 2.5em;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.fa-inverse {
|
|
704
|
+
color: var(--fa-inverse, #fff);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.sr-only,
|
|
708
|
+
.fa-sr-only {
|
|
709
|
+
position: absolute;
|
|
710
|
+
width: 1px;
|
|
711
|
+
height: 1px;
|
|
712
|
+
padding: 0;
|
|
713
|
+
margin: -1px;
|
|
714
|
+
overflow: hidden;
|
|
715
|
+
clip: rect(0, 0, 0, 0);
|
|
716
|
+
white-space: nowrap;
|
|
717
|
+
border-width: 0;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.sr-only-focusable:not(:focus),
|
|
721
|
+
.fa-sr-only-focusable:not(:focus) {
|
|
722
|
+
position: absolute;
|
|
723
|
+
width: 1px;
|
|
724
|
+
height: 1px;
|
|
725
|
+
padding: 0;
|
|
726
|
+
margin: -1px;
|
|
727
|
+
overflow: hidden;
|
|
728
|
+
clip: rect(0, 0, 0, 0);
|
|
729
|
+
white-space: nowrap;
|
|
730
|
+
border-width: 0;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.svg-inline--fa .fa-primary {
|
|
734
|
+
fill: var(--fa-primary-color, currentColor);
|
|
735
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.svg-inline--fa .fa-secondary {
|
|
739
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
740
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
744
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
748
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.svg-inline--fa mask .fa-primary,
|
|
752
|
+
.svg-inline--fa mask .fa-secondary {
|
|
753
|
+
fill: black;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.fad.fa-inverse,
|
|
757
|
+
.fa-duotone.fa-inverse {
|
|
758
|
+
color: var(--fa-inverse, #fff);
|
|
759
|
+
}`;function Z0(){var a=G0,i=$0,n=s.cssPrefix,r=s.replacementClass,t=it;if(n!==a||r!==i){var e=new RegExp("\\.".concat(a,"\\-"),"g"),c=new RegExp("\\--".concat(a,"\\-"),"g"),f=new RegExp("\\.".concat(i),"g");t=t.replace(e,".".concat(n,"-")).replace(c,"--".concat(n,"-")).replace(f,".".concat(r))}return t}var g4=!1;function Sa(){s.autoAddCss&&!g4&&(Z6(Z0()),g4=!0)}var et={mixout:function(){return{dom:{css:Z0,insertCss:Sa}}},hooks:function(){return{beforeDOMElementCreation:function(){Sa()},beforeI2svg:function(){Sa()}}}},I=G||{};I[q]||(I[q]={});I[q].styles||(I[q].styles={});I[q].hooks||(I[q].hooks={});I[q].shims||(I[q].shims=[]);var D=I[q],J0=[],nt=function a(){_.removeEventListener("DOMContentLoaded",a),Fa=1,J0.map(function(i){return i()})},Fa=!1;B&&(Fa=(_.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(_.readyState),Fa||_.addEventListener("DOMContentLoaded",nt));function rt(a){B&&(Fa?setTimeout(a,0):J0.push(a))}function da(a){var i=a.tag,n=a.attributes,r=n===void 0?{}:n,t=a.children,e=t===void 0?[]:t;return typeof a=="string"?Q0(a):"<".concat(i," ").concat(p6(r),">").concat(e.map(da).join(""),"</").concat(i,">")}function C4(a,i,n){if(a&&a[i]&&a[i][n])return{prefix:i,iconName:n,icon:a[i][n]}}var Ra=function(i,n,r,t){var e=Object.keys(i),c=e.length,f=n,l,v,u;for(r===void 0?(l=1,u=i[e[0]]):(l=0,u=r);l<c;l++)v=e[l],u=f(u,i[v],v,i);return u};function tt(a){for(var i=[],n=0,r=a.length;n<r;){var t=a.charCodeAt(n++);if(t>=55296&&t<=56319&&n<r){var e=a.charCodeAt(n++);(e&64512)==56320?i.push(((t&1023)<<10)+(e&1023)+65536):(i.push(t),n--)}else i.push(t)}return i}function Be(a){var i=tt(a);return i.length===1?i[0].toString(16):null}function ct(a,i){var n=a.length,r=a.charCodeAt(i),t;return r>=55296&&r<=56319&&n>i+1&&(t=a.charCodeAt(i+1),t>=56320&&t<=57343)?(r-55296)*1024+t-56320+65536:r}function b4(a){return Object.keys(a).reduce(function(i,n){var r=a[n],t=!!r.icon;return t?i[r.iconName]=r.icon:i[n]=r,i},{})}function Ue(a,i){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,t=r===void 0?!1:r,e=b4(i);typeof D.hooks.addPack=="function"&&!t?D.hooks.addPack(a,b4(i)):D.styles[a]=o(o({},D.styles[a]||{}),e),a==="fas"&&Ue("fa",i)}var _a,wa,Pa,p=D.styles,ft=D.shims,lt=(_a={},N(_a,M,Object.values(la[M])),N(_a,w,Object.values(la[w])),_a),n4=null,p0={},x0={},a6={},i6={},e6={},ut=(wa={},N(wa,M,Object.keys(ca[M])),N(wa,w,Object.keys(ca[w])),wa);function vt(a){return~K6.indexOf(a)}function ot(a,i){var n=i.split("-"),r=n[0],t=n.slice(1).join("-");return r===a&&t!==""&&!vt(t)?t:null}var n6=function(){var i=function(e){return Ra(p,function(c,f,l){return c[l]=Ra(f,e,{}),c},{})};p0=i(function(t,e,c){if(e[3]&&(t[e[3]]=c),e[2]){var f=e[2].filter(function(l){return typeof l=="number"});f.forEach(function(l){t[l.toString(16)]=c})}return t}),x0=i(function(t,e,c){if(t[c]=c,e[2]){var f=e[2].filter(function(l){return typeof l=="string"});f.forEach(function(l){t[l]=c})}return t}),e6=i(function(t,e,c){var f=e[2];return t[c]=c,f.forEach(function(l){t[l]=c}),t});var n="far"in p||s.autoFetchSvg,r=Ra(ft,function(t,e){var c=e[0],f=e[1],l=e[2];return f==="far"&&!n&&(f="fas"),typeof c=="string"&&(t.names[c]={prefix:f,iconName:l}),typeof c=="number"&&(t.unicodes[c.toString(16)]={prefix:f,iconName:l}),t},{names:{},unicodes:{}});a6=r.names,i6=r.unicodes,n4=Ea(s.styleDefault,{family:s.familyDefault})};Q6(function(a){n4=Ea(a.styleDefault,{family:s.familyDefault})});n6();function r4(a,i){return(p0[a]||{})[i]}function st(a,i){return(x0[a]||{})[i]}function Y(a,i){return(e6[a]||{})[i]}function r6(a){return a6[a]||{prefix:null,iconName:null}}function dt(a){var i=i6[a],n=r4("fas",a);return i||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function $(){return n4}var t4=function(){return{prefix:null,iconName:null,rest:[]}};function Ea(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=i.family,r=n===void 0?M:n,t=ca[r][a],e=fa[r][a]||fa[r][t],c=a in D.styles?a:null;return e||c||null}var M4=(Pa={},N(Pa,M,Object.keys(la[M])),N(Pa,w,Object.keys(la[w])),Pa);function Da(a){var i,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.skipLookups,t=r===void 0?!1:r,e=(i={},N(i,M,"".concat(s.cssPrefix,"-").concat(M)),N(i,w,"".concat(s.cssPrefix,"-").concat(w)),i),c=null,f=M;(a.includes(e[M])||a.some(function(v){return M4[M].includes(v)}))&&(f=M),(a.includes(e[w])||a.some(function(v){return M4[w].includes(v)}))&&(f=w);var l=a.reduce(function(v,u){var d=ot(s.cssPrefix,u);if(p[u]?(u=lt[f].includes(u)?T6[f][u]:u,c=u,v.prefix=u):ut[f].indexOf(u)>-1?(c=u,v.prefix=Ea(u,{family:f})):d?v.iconName=d:u!==s.replacementClass&&u!==e[M]&&u!==e[w]&&v.rest.push(u),!t&&v.prefix&&v.iconName){var g=c==="fa"?r6(v.iconName):{},C=Y(v.prefix,v.iconName);g.prefix&&(c=null),v.iconName=g.iconName||C||v.iconName,v.prefix=g.prefix||v.prefix,v.prefix==="far"&&!p.far&&p.fas&&!s.autoFetchSvg&&(v.prefix="fas")}return v},t4());return(a.includes("fa-brands")||a.includes("fab"))&&(l.prefix="fab"),(a.includes("fa-duotone")||a.includes("fad"))&&(l.prefix="fad"),!l.prefix&&f===w&&(p.fass||s.autoFetchSvg)&&(l.prefix="fass",l.iconName=Y(l.prefix,l.iconName)||l.iconName),(l.prefix==="fa"||c==="fa")&&(l.prefix=$()||"fas"),l}var ht=function(){function a(){F6(this,a),this.definitions={}}return z6(a,[{key:"add",value:function(){for(var n=this,r=arguments.length,t=new Array(r),e=0;e<r;e++)t[e]=arguments[e];var c=t.reduce(this._pullDefinitions,{});Object.keys(c).forEach(function(f){n.definitions[f]=o(o({},n.definitions[f]||{}),c[f]),Ue(f,c[f]);var l=la[M][f];l&&Ue(l,c[f]),n6()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(n,r){var t=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(t).map(function(e){var c=t[e],f=c.prefix,l=c.iconName,v=c.icon,u=v[2];n[f]||(n[f]={}),u.length>0&&u.forEach(function(d){typeof d=="string"&&(n[f][d]=v)}),n[f][l]=v}),n}}]),a}(),_4=[],x={},aa={},mt=Object.keys(aa);function gt(a,i){var n=i.mixoutsTo;return _4=a,x={},Object.keys(aa).forEach(function(r){mt.indexOf(r)===-1&&delete aa[r]}),_4.forEach(function(r){var t=r.mixout?r.mixout():{};if(Object.keys(t).forEach(function(c){typeof t[c]=="function"&&(n[c]=t[c]),Ha(t[c])==="object"&&Object.keys(t[c]).forEach(function(f){n[c]||(n[c]={}),n[c][f]=t[c][f]})}),r.hooks){var e=r.hooks();Object.keys(e).forEach(function(c){x[c]||(x[c]=[]),x[c].push(e[c])})}r.provides&&r.provides(aa)}),n}function Ge(a,i){for(var n=arguments.length,r=new Array(n>2?n-2:0),t=2;t<n;t++)r[t-2]=arguments[t];var e=x[a]||[];return e.forEach(function(c){i=c.apply(null,[i].concat(r))}),i}function Q(a){for(var i=arguments.length,n=new Array(i>1?i-1:0),r=1;r<i;r++)n[r-1]=arguments[r];var t=x[a]||[];t.forEach(function(e){e.apply(null,n)})}function T(){var a=arguments[0],i=Array.prototype.slice.call(arguments,1);return aa[a]?aa[a].apply(null,i):void 0}function $e(a){a.prefix==="fa"&&(a.prefix="fas");var i=a.iconName,n=a.prefix||$();if(i)return i=Y(n,i)||i,C4(t6.definitions,n,i)||C4(D.styles,n,i)}var t6=new ht,Ct=function(){s.autoReplaceSvg=!1,s.observeMutations=!1,Q("noAuto")},bt={i2svg:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return B?(Q("beforeI2svg",i),T("pseudoElements2svg",i),T("i2svg",i)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=i.autoReplaceSvgRoot;s.autoReplaceSvg===!1&&(s.autoReplaceSvg=!0),s.observeMutations=!0,rt(function(){_t({autoReplaceSvgRoot:n}),Q("watch",i)})}},Mt={icon:function(i){if(i===null)return null;if(Ha(i)==="object"&&i.prefix&&i.iconName)return{prefix:i.prefix,iconName:Y(i.prefix,i.iconName)||i.iconName};if(Array.isArray(i)&&i.length===2){var n=i[1].indexOf("fa-")===0?i[1].slice(3):i[1],r=Ea(i[0]);return{prefix:r,iconName:Y(r,n)||n}}if(typeof i=="string"&&(i.indexOf("".concat(s.cssPrefix,"-"))>-1||i.match(j6))){var t=Da(i.split(" "),{skipLookups:!0});return{prefix:t.prefix||$(),iconName:Y(t.prefix,t.iconName)||t.iconName}}if(typeof i=="string"){var e=$();return{prefix:e,iconName:Y(e,i)||i}}}},A={noAuto:Ct,config:s,dom:bt,parse:Mt,library:t6,findIconDefinition:$e,toHtml:da},_t=function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=i.autoReplaceSvgRoot,r=n===void 0?_:n;(Object.keys(D.styles).length>0||s.autoFetchSvg)&&B&&s.autoReplaceSvg&&A.dom.i2svg({node:r})};function Va(a,i){return Object.defineProperty(a,"abstract",{get:i}),Object.defineProperty(a,"html",{get:function(){return a.abstract.map(function(r){return da(r)})}}),Object.defineProperty(a,"node",{get:function(){if(B){var r=_.createElement("div");return r.innerHTML=a.html,r.children}}}),a}function wt(a){var i=a.children,n=a.main,r=a.mask,t=a.attributes,e=a.styles,c=a.transform;if(e4(c)&&n.found&&!r.found){var f=n.width,l=n.height,v={x:f/l/2,y:.5};t.style=Aa(o(o({},e),{},{"transform-origin":"".concat(v.x+c.x/16,"em ").concat(v.y+c.y/16,"em")}))}return[{tag:"svg",attributes:t,children:i}]}function Pt(a){var i=a.prefix,n=a.iconName,r=a.children,t=a.attributes,e=a.symbol,c=e===!0?"".concat(i,"-").concat(s.cssPrefix,"-").concat(n):e;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:o(o({},t),{},{id:c}),children:r}]}]}function c4(a){var i=a.icons,n=i.main,r=i.mask,t=a.prefix,e=a.iconName,c=a.transform,f=a.symbol,l=a.title,v=a.maskId,u=a.titleId,d=a.extra,g=a.watchable,C=g===void 0?!1:g,H=r.found?r:n,F=H.width,L=H.height,h=t==="fak",m=[s.replacementClass,e?"".concat(s.cssPrefix,"-").concat(e):""].filter(function(U){return d.classes.indexOf(U)===-1}).filter(function(U){return U!==""||!!U}).concat(d.classes).join(" "),b={children:[],attributes:o(o({},d.attributes),{},{"data-prefix":t,"data-icon":e,class:m,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(F," ").concat(L)})},P=h&&!~d.classes.indexOf("fa-fw")?{width:"".concat(F/L*16*.0625,"em")}:{};C&&(b.attributes[X]=""),l&&(b.children.push({tag:"title",attributes:{id:b.attributes["aria-labelledby"]||"title-".concat(u||va())},children:[l]}),delete b.attributes.title);var y=o(o({},b),{},{prefix:t,iconName:e,main:n,mask:r,maskId:v,transform:c,symbol:f,styles:o(o({},P),d.styles)}),S=r.found&&n.found?T("generateAbstractMask",y)||{children:[],attributes:{}}:T("generateAbstractIcon",y)||{children:[],attributes:{}},E=S.children,ka=S.attributes;return y.children=E,y.attributes=ka,f?Pt(y):wt(y)}function w4(a){var i=a.content,n=a.width,r=a.height,t=a.transform,e=a.title,c=a.extra,f=a.watchable,l=f===void 0?!1:f,v=o(o(o({},c.attributes),e?{title:e}:{}),{},{class:c.classes.join(" ")});l&&(v[X]="");var u=o({},c.styles);e4(t)&&(u.transform=at({transform:t,width:n,height:r}),u["-webkit-transform"]=u.transform);var d=Aa(u);d.length>0&&(v.style=d);var g=[];return g.push({tag:"span",attributes:v,children:[i]}),e&&g.push({tag:"span",attributes:{class:"sr-only"},children:[e]}),g}function yt(a){var i=a.content,n=a.title,r=a.extra,t=o(o(o({},r.attributes),n?{title:n}:{}),{},{class:r.classes.join(" ")}),e=Aa(r.styles);e.length>0&&(t.style=e);var c=[];return c.push({tag:"span",attributes:t,children:[i]}),n&&c.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),c}var Oa=D.styles;function Ke(a){var i=a[0],n=a[1],r=a.slice(4),t=Ze(r,1),e=t[0],c=null;return Array.isArray(e)?c={tag:"g",attributes:{class:"".concat(s.cssPrefix,"-").concat(W.GROUP)},children:[{tag:"path",attributes:{class:"".concat(s.cssPrefix,"-").concat(W.SECONDARY),fill:"currentColor",d:e[0]}},{tag:"path",attributes:{class:"".concat(s.cssPrefix,"-").concat(W.PRIMARY),fill:"currentColor",d:e[1]}}]}:c={tag:"path",attributes:{fill:"currentColor",d:e}},{found:!0,width:i,height:n,icon:c}}var Nt={found:!1,width:512,height:512};function Ht(a,i){!K0&&!s.showMissingIcons&&a&&console.error('Icon with name "'.concat(a,'" and prefix "').concat(i,'" is missing.'))}function We(a,i){var n=i;return i==="fa"&&s.styleDefault!==null&&(i=$()),new Promise(function(r,t){if(T("missingIconAbstract"),n==="fa"){var e=r6(a)||{};a=e.iconName||a,i=e.prefix||i}if(a&&i&&Oa[i]&&Oa[i][a]){var c=Oa[i][a];return r(Ke(c))}Ht(a,i),r(o(o({},Nt),{},{icon:s.showMissingIcons&&a?T("missingIconAbstract")||{}:{}}))})}var P4=function(){},Ye=s.measurePerformance&&ha&&ha.mark&&ha.measure?ha:{mark:P4,measure:P4},na='FA "6.4.2"',Ft=function(i){return Ye.mark("".concat(na," ").concat(i," begins")),function(){return c6(i)}},c6=function(i){Ye.mark("".concat(na," ").concat(i," ends")),Ye.measure("".concat(na," ").concat(i),"".concat(na," ").concat(i," begins"),"".concat(na," ").concat(i," ends"))},f4={begin:Ft,end:c6},ya=function(){};function y4(a){var i=a.getAttribute?a.getAttribute(X):null;return typeof i=="string"}function Lt(a){var i=a.getAttribute?a.getAttribute(pe):null,n=a.getAttribute?a.getAttribute(xe):null;return i&&n}function zt(a){return a&&a.classList&&a.classList.contains&&a.classList.contains(s.replacementClass)}function At(){if(s.autoReplaceSvg===!0)return Na.replace;var a=Na[s.autoReplaceSvg];return a||Na.replace}function Et(a){return _.createElementNS("http://www.w3.org/2000/svg",a)}function Dt(a){return _.createElement(a)}function f6(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=i.ceFn,r=n===void 0?a.tag==="svg"?Et:Dt:n;if(typeof a=="string")return _.createTextNode(a);var t=r(a.tag);Object.keys(a.attributes||[]).forEach(function(c){t.setAttribute(c,a.attributes[c])});var e=a.children||[];return e.forEach(function(c){t.appendChild(f6(c,{ceFn:r}))}),t}function Vt(a){var i=" ".concat(a.outerHTML," ");return i="".concat(i,"Font Awesome fontawesome.com "),i}var Na={replace:function(i){var n=i[0];if(n.parentNode)if(i[1].forEach(function(t){n.parentNode.insertBefore(f6(t),n)}),n.getAttribute(X)===null&&s.keepOriginalSource){var r=_.createComment(Vt(n));n.parentNode.replaceChild(r,n)}else n.remove()},nest:function(i){var n=i[0],r=i[1];if(~i4(n).indexOf(s.replacementClass))return Na.replace(i);var t=new RegExp("".concat(s.cssPrefix,"-.*"));if(delete r[0].attributes.id,r[0].attributes.class){var e=r[0].attributes.class.split(" ").reduce(function(f,l){return l===s.replacementClass||l.match(t)?f.toSvg.push(l):f.toNode.push(l),f},{toNode:[],toSvg:[]});r[0].attributes.class=e.toSvg.join(" "),e.toNode.length===0?n.removeAttribute("class"):n.setAttribute("class",e.toNode.join(" "))}var c=r.map(function(f){return da(f)}).join(`
|
|
760
|
+
`);n.setAttribute(X,""),n.innerHTML=c}};function N4(a){a()}function l6(a,i){var n=typeof i=="function"?i:ya;if(a.length===0)n();else{var r=N4;s.mutateApproach===q6&&(r=G.requestAnimationFrame||N4),r(function(){var t=At(),e=f4.begin("mutate");a.map(t),e(),n()})}}var l4=!1;function u6(){l4=!0}function Xe(){l4=!1}var La=null;function H4(a){if(h4&&s.observeMutations){var i=a.treeCallback,n=i===void 0?ya:i,r=a.nodeCallback,t=r===void 0?ya:r,e=a.pseudoElementsCallback,c=e===void 0?ya:e,f=a.observeMutationsRoot,l=f===void 0?_:f;La=new h4(function(v){if(!l4){var u=$();ea(v).forEach(function(d){if(d.type==="childList"&&d.addedNodes.length>0&&!y4(d.addedNodes[0])&&(s.searchPseudoElements&&c(d.target),n(d.target)),d.type==="attributes"&&d.target.parentNode&&s.searchPseudoElements&&c(d.target.parentNode),d.type==="attributes"&&y4(d.target)&&~$6.indexOf(d.attributeName))if(d.attributeName==="class"&&Lt(d.target)){var g=Da(i4(d.target)),C=g.prefix,H=g.iconName;d.target.setAttribute(pe,C||u),H&&d.target.setAttribute(xe,H)}else zt(d.target)&&t(d.target)})}}),B&&La.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function kt(){La&&La.disconnect()}function St(a){var i=a.getAttribute("style"),n=[];return i&&(n=i.split(";").reduce(function(r,t){var e=t.split(":"),c=e[0],f=e.slice(1);return c&&f.length>0&&(r[c]=f.join(":").trim()),r},{})),n}function Rt(a){var i=a.getAttribute("data-prefix"),n=a.getAttribute("data-icon"),r=a.innerText!==void 0?a.innerText.trim():"",t=Da(i4(a));return t.prefix||(t.prefix=$()),i&&n&&(t.prefix=i,t.iconName=n),t.iconName&&t.prefix||(t.prefix&&r.length>0&&(t.iconName=st(t.prefix,a.innerText)||r4(t.prefix,Be(a.innerText))),!t.iconName&&s.autoFetchSvg&&a.firstChild&&a.firstChild.nodeType===Node.TEXT_NODE&&(t.iconName=a.firstChild.data)),t}function Ot(a){var i=ea(a.attributes).reduce(function(t,e){return t.name!=="class"&&t.name!=="style"&&(t[e.name]=e.value),t},{}),n=a.getAttribute("title"),r=a.getAttribute("data-fa-title-id");return s.autoA11y&&(n?i["aria-labelledby"]="".concat(s.replacementClass,"-title-").concat(r||va()):(i["aria-hidden"]="true",i.focusable="false")),i}function qt(){return{iconName:null,title:null,titleId:null,prefix:null,transform:R,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function F4(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},n=Rt(a),r=n.iconName,t=n.prefix,e=n.rest,c=Ot(a),f=Ge("parseNodeAttributes",{},a),l=i.styleParser?St(a):[];return o({iconName:r,title:a.getAttribute("title"),titleId:a.getAttribute("data-fa-title-id"),prefix:t,transform:R,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:e,styles:l,attributes:c}},f)}var It=D.styles;function v6(a){var i=s.autoReplaceSvg==="nest"?F4(a,{styleParser:!1}):F4(a);return~i.extra.classes.indexOf(W0)?T("generateLayersText",a,i):T("generateSvgReplacementMutation",a,i)}var K=new Set;a4.map(function(a){K.add("fa-".concat(a))});Object.keys(ca[M]).map(K.add.bind(K));Object.keys(ca[w]).map(K.add.bind(K));K=oa(K);function L4(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!B)return Promise.resolve();var n=_.documentElement.classList,r=function(d){return n.add("".concat(m4,"-").concat(d))},t=function(d){return n.remove("".concat(m4,"-").concat(d))},e=s.autoFetchSvg?K:a4.map(function(u){return"fa-".concat(u)}).concat(Object.keys(It));e.includes("fa")||e.push("fa");var c=[".".concat(W0,":not([").concat(X,"])")].concat(e.map(function(u){return".".concat(u,":not([").concat(X,"])")})).join(", ");if(c.length===0)return Promise.resolve();var f=[];try{f=ea(a.querySelectorAll(c))}catch{}if(f.length>0)r("pending"),t("complete");else return Promise.resolve();var l=f4.begin("onTree"),v=f.reduce(function(u,d){try{var g=v6(d);g&&u.push(g)}catch(C){K0||C.name==="MissingIcon"&&console.error(C)}return u},[]);return new Promise(function(u,d){Promise.all(v).then(function(g){l6(g,function(){r("active"),r("complete"),t("pending"),typeof i=="function"&&i(),l(),u()})}).catch(function(g){l(),d(g)})})}function Tt(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;v6(a).then(function(n){n&&l6([n],i)})}function jt(a){return function(i){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=(i||{}).icon?i:$e(i||{}),t=n.mask;return t&&(t=(t||{}).icon?t:$e(t||{})),a(r,o(o({},n),{},{mask:t}))}}var Bt=function(i){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.transform,t=r===void 0?R:r,e=n.symbol,c=e===void 0?!1:e,f=n.mask,l=f===void 0?null:f,v=n.maskId,u=v===void 0?null:v,d=n.title,g=d===void 0?null:d,C=n.titleId,H=C===void 0?null:C,F=n.classes,L=F===void 0?[]:F,h=n.attributes,m=h===void 0?{}:h,b=n.styles,P=b===void 0?{}:b;if(i){var y=i.prefix,S=i.iconName,E=i.icon;return Va(o({type:"icon"},i),function(){return Q("beforeDOMElementCreation",{iconDefinition:i,params:n}),s.autoA11y&&(g?m["aria-labelledby"]="".concat(s.replacementClass,"-title-").concat(H||va()):(m["aria-hidden"]="true",m.focusable="false")),c4({icons:{main:Ke(E),mask:l?Ke(l.icon):{found:!1,width:null,height:null,icon:{}}},prefix:y,iconName:S,transform:o(o({},R),t),symbol:c,title:g,maskId:u,titleId:H,extra:{attributes:m,styles:P,classes:L}})})}},Ut={mixout:function(){return{icon:jt(Bt)}},hooks:function(){return{mutationObserverCallbacks:function(n){return n.treeCallback=L4,n.nodeCallback=Tt,n}}},provides:function(i){i.i2svg=function(n){var r=n.node,t=r===void 0?_:r,e=n.callback,c=e===void 0?function(){}:e;return L4(t,c)},i.generateSvgReplacementMutation=function(n,r){var t=r.iconName,e=r.title,c=r.titleId,f=r.prefix,l=r.transform,v=r.symbol,u=r.mask,d=r.maskId,g=r.extra;return new Promise(function(C,H){Promise.all([We(t,f),u.iconName?We(u.iconName,u.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(F){var L=Ze(F,2),h=L[0],m=L[1];C([n,c4({icons:{main:h,mask:m},prefix:f,iconName:t,transform:l,symbol:v,maskId:d,title:e,titleId:c,extra:g,watchable:!0})])}).catch(H)})},i.generateAbstractIcon=function(n){var r=n.children,t=n.attributes,e=n.main,c=n.transform,f=n.styles,l=Aa(f);l.length>0&&(t.style=l);var v;return e4(c)&&(v=T("generateAbstractTransformGrouping",{main:e,transform:c,containerWidth:e.width,iconWidth:e.width})),r.push(v||e.icon),{children:r,attributes:t}}}},Gt={mixout:function(){return{layer:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=r.classes,e=t===void 0?[]:t;return Va({type:"layer"},function(){Q("beforeDOMElementCreation",{assembler:n,params:r});var c=[];return n(function(f){Array.isArray(f)?f.map(function(l){c=c.concat(l.abstract)}):c=c.concat(f.abstract)}),[{tag:"span",attributes:{class:["".concat(s.cssPrefix,"-layers")].concat(oa(e)).join(" ")},children:c}]})}}}},$t={mixout:function(){return{counter:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=r.title,e=t===void 0?null:t,c=r.classes,f=c===void 0?[]:c,l=r.attributes,v=l===void 0?{}:l,u=r.styles,d=u===void 0?{}:u;return Va({type:"counter",content:n},function(){return Q("beforeDOMElementCreation",{content:n,params:r}),yt({content:n.toString(),title:e,extra:{attributes:v,styles:d,classes:["".concat(s.cssPrefix,"-layers-counter")].concat(oa(f))}})})}}}},Kt={mixout:function(){return{text:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=r.transform,e=t===void 0?R:t,c=r.title,f=c===void 0?null:c,l=r.classes,v=l===void 0?[]:l,u=r.attributes,d=u===void 0?{}:u,g=r.styles,C=g===void 0?{}:g;return Va({type:"text",content:n},function(){return Q("beforeDOMElementCreation",{content:n,params:r}),w4({content:n,transform:o(o({},R),e),title:f,extra:{attributes:d,styles:C,classes:["".concat(s.cssPrefix,"-layers-text")].concat(oa(v))}})})}}},provides:function(i){i.generateLayersText=function(n,r){var t=r.title,e=r.transform,c=r.extra,f=null,l=null;if(U0){var v=parseInt(getComputedStyle(n).fontSize,10),u=n.getBoundingClientRect();f=u.width/v,l=u.height/v}return s.autoA11y&&!t&&(c.attributes["aria-hidden"]="true"),Promise.resolve([n,w4({content:n.innerHTML,width:f,height:l,transform:e,title:t,extra:c,watchable:!0})])}}},Wt=new RegExp('"',"ug"),z4=[1105920,1112319];function Yt(a){var i=a.replace(Wt,""),n=ct(i,0),r=n>=z4[0]&&n<=z4[1],t=i.length===2?i[0]===i[1]:!1;return{value:Be(t?i[0]:i),isSecondary:r||t}}function A4(a,i){var n="".concat(O6).concat(i.replace(":","-"));return new Promise(function(r,t){if(a.getAttribute(n)!==null)return r();var e=ea(a.children),c=e.filter(function(E){return E.getAttribute(je)===i})[0],f=G.getComputedStyle(a,i),l=f.getPropertyValue("font-family").match(B6),v=f.getPropertyValue("font-weight"),u=f.getPropertyValue("content");if(c&&!l)return a.removeChild(c),r();if(l&&u!=="none"&&u!==""){var d=f.getPropertyValue("content"),g=~["Sharp"].indexOf(l[2])?w:M,C=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(l[2])?fa[g][l[2].toLowerCase()]:U6[g][v],H=Yt(d),F=H.value,L=H.isSecondary,h=l[0].startsWith("FontAwesome"),m=r4(C,F),b=m;if(h){var P=dt(F);P.iconName&&P.prefix&&(m=P.iconName,C=P.prefix)}if(m&&!L&&(!c||c.getAttribute(pe)!==C||c.getAttribute(xe)!==b)){a.setAttribute(n,b),c&&a.removeChild(c);var y=qt(),S=y.extra;S.attributes[je]=i,We(m,C).then(function(E){var ka=c4(o(o({},y),{},{icons:{main:E,mask:t4()},prefix:C,iconName:b,extra:S,watchable:!0})),U=_.createElementNS("http://www.w3.org/2000/svg","svg");i==="::before"?a.insertBefore(U,a.firstChild):a.appendChild(U),U.outerHTML=ka.map(function(g6){return da(g6)}).join(`
|
|
761
|
+
`),a.removeAttribute(n),r()}).catch(t)}else r()}else r()})}function Xt(a){return Promise.all([A4(a,"::before"),A4(a,"::after")])}function Qt(a){return a.parentNode!==document.head&&!~I6.indexOf(a.tagName.toUpperCase())&&!a.getAttribute(je)&&(!a.parentNode||a.parentNode.tagName!=="svg")}function E4(a){if(B)return new Promise(function(i,n){var r=ea(a.querySelectorAll("*")).filter(Qt).map(Xt),t=f4.begin("searchPseudoElements");u6(),Promise.all(r).then(function(){t(),Xe(),i()}).catch(function(){t(),Xe(),n()})})}var Zt={hooks:function(){return{mutationObserverCallbacks:function(n){return n.pseudoElementsCallback=E4,n}}},provides:function(i){i.pseudoElements2svg=function(n){var r=n.node,t=r===void 0?_:r;s.searchPseudoElements&&E4(t)}}},D4=!1,Jt={mixout:function(){return{dom:{unwatch:function(){u6(),D4=!0}}}},hooks:function(){return{bootstrap:function(){H4(Ge("mutationObserverCallbacks",{}))},noAuto:function(){kt()},watch:function(n){var r=n.observeMutationsRoot;D4?Xe():H4(Ge("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},V4=function(i){var n={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return i.toLowerCase().split(" ").reduce(function(r,t){var e=t.toLowerCase().split("-"),c=e[0],f=e.slice(1).join("-");if(c&&f==="h")return r.flipX=!0,r;if(c&&f==="v")return r.flipY=!0,r;if(f=parseFloat(f),isNaN(f))return r;switch(c){case"grow":r.size=r.size+f;break;case"shrink":r.size=r.size-f;break;case"left":r.x=r.x-f;break;case"right":r.x=r.x+f;break;case"up":r.y=r.y-f;break;case"down":r.y=r.y+f;break;case"rotate":r.rotate=r.rotate+f;break}return r},n)},pt={mixout:function(){return{parse:{transform:function(n){return V4(n)}}}},hooks:function(){return{parseNodeAttributes:function(n,r){var t=r.getAttribute("data-fa-transform");return t&&(n.transform=V4(t)),n}}},provides:function(i){i.generateAbstractTransformGrouping=function(n){var r=n.main,t=n.transform,e=n.containerWidth,c=n.iconWidth,f={transform:"translate(".concat(e/2," 256)")},l="translate(".concat(t.x*32,", ").concat(t.y*32,") "),v="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),u="rotate(".concat(t.rotate," 0 0)"),d={transform:"".concat(l," ").concat(v," ").concat(u)},g={transform:"translate(".concat(c/2*-1," -256)")},C={outer:f,inner:d,path:g};return{tag:"g",attributes:o({},C.outer),children:[{tag:"g",attributes:o({},C.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:o(o({},r.icon.attributes),C.path)}]}]}}}},qa={x:0,y:0,width:"100%",height:"100%"};function k4(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return a.attributes&&(a.attributes.fill||i)&&(a.attributes.fill="black"),a}function xt(a){return a.tag==="g"?a.children:[a]}var ac={hooks:function(){return{parseNodeAttributes:function(n,r){var t=r.getAttribute("data-fa-mask"),e=t?Da(t.split(" ").map(function(c){return c.trim()})):t4();return e.prefix||(e.prefix=$()),n.mask=e,n.maskId=r.getAttribute("data-fa-mask-id"),n}}},provides:function(i){i.generateAbstractMask=function(n){var r=n.children,t=n.attributes,e=n.main,c=n.mask,f=n.maskId,l=n.transform,v=e.width,u=e.icon,d=c.width,g=c.icon,C=x6({transform:l,containerWidth:d,iconWidth:v}),H={tag:"rect",attributes:o(o({},qa),{},{fill:"white"})},F=u.children?{children:u.children.map(k4)}:{},L={tag:"g",attributes:o({},C.inner),children:[k4(o({tag:u.tag,attributes:o(o({},u.attributes),C.path)},F))]},h={tag:"g",attributes:o({},C.outer),children:[L]},m="mask-".concat(f||va()),b="clip-".concat(f||va()),P={tag:"mask",attributes:o(o({},qa),{},{id:m,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[H,h]},y={tag:"defs",children:[{tag:"clipPath",attributes:{id:b},children:xt(g)},P]};return r.push(y,{tag:"rect",attributes:o({fill:"currentColor","clip-path":"url(#".concat(b,")"),mask:"url(#".concat(m,")")},qa)}),{children:r,attributes:t}}}},ic={provides:function(i){var n=!1;G.matchMedia&&(n=G.matchMedia("(prefers-reduced-motion: reduce)").matches),i.missingIconAbstract=function(){var r=[],t={fill:"currentColor"},e={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"path",attributes:o(o({},t),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var c=o(o({},e),{},{attributeName:"opacity"}),f={tag:"circle",attributes:o(o({},t),{},{cx:"256",cy:"364",r:"28"}),children:[]};return n||f.children.push({tag:"animate",attributes:o(o({},e),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:o(o({},c),{},{values:"1;0;1;1;0;1;"})}),r.push(f),r.push({tag:"path",attributes:o(o({},t),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:n?[]:[{tag:"animate",attributes:o(o({},c),{},{values:"1;0;0;0;0;1;"})}]}),n||r.push({tag:"path",attributes:o(o({},t),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:o(o({},c),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:r}}}},ec={hooks:function(){return{parseNodeAttributes:function(n,r){var t=r.getAttribute("data-fa-symbol"),e=t===null?!1:t===""?!0:t;return n.symbol=e,n}}}},nc=[et,Ut,Gt,$t,Kt,Zt,Jt,pt,ac,ic,ec];gt(nc,{mixoutsTo:A});A.noAuto;A.config;var rc=A.library;A.dom;var Qe=A.parse;A.findIconDefinition;A.toHtml;var tc=A.icon;A.layer;A.text;A.counter;function S4(a,i){var n=Object.keys(a);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(a);i&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(a,t).enumerable})),n.push.apply(n,r)}return n}function O(a){for(var i=1;i<arguments.length;i++){var n=arguments[i]!=null?arguments[i]:{};i%2?S4(Object(n),!0).forEach(function(r){z(a,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(n)):S4(Object(n)).forEach(function(r){Object.defineProperty(a,r,Object.getOwnPropertyDescriptor(n,r))})}return a}function za(a){"@babel/helpers - typeof";return za=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},za(a)}function z(a,i,n){return i in a?Object.defineProperty(a,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):a[i]=n,a}function cc(a,i){if(a==null)return{};var n={},r=Object.keys(a),t,e;for(e=0;e<r.length;e++)t=r[e],!(i.indexOf(t)>=0)&&(n[t]=a[t]);return n}function fc(a,i){if(a==null)return{};var n=cc(a,i),r,t;if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(a);for(t=0;t<e.length;t++)r=e[t],!(i.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(a,r)&&(n[r]=a[r])}return n}var lc=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},o6={exports:{}};(function(a){(function(i){var n=function(h,m,b){if(!v(m)||d(m)||g(m)||C(m)||l(m))return m;var P,y=0,S=0;if(u(m))for(P=[],S=m.length;y<S;y++)P.push(n(h,m[y],b));else{P={};for(var E in m)Object.prototype.hasOwnProperty.call(m,E)&&(P[h(E,b)]=n(h,m[E],b))}return P},r=function(h,m){m=m||{};var b=m.separator||"_",P=m.split||/(?=[A-Z])/;return h.split(P).join(b)},t=function(h){return H(h)?h:(h=h.replace(/[\-_\s]+(.)?/g,function(m,b){return b?b.toUpperCase():""}),h.substr(0,1).toLowerCase()+h.substr(1))},e=function(h){var m=t(h);return m.substr(0,1).toUpperCase()+m.substr(1)},c=function(h,m){return r(h,m).toLowerCase()},f=Object.prototype.toString,l=function(h){return typeof h=="function"},v=function(h){return h===Object(h)},u=function(h){return f.call(h)=="[object Array]"},d=function(h){return f.call(h)=="[object Date]"},g=function(h){return f.call(h)=="[object RegExp]"},C=function(h){return f.call(h)=="[object Boolean]"},H=function(h){return h=h-0,h===h},F=function(h,m){var b=m&&"process"in m?m.process:m;return typeof b!="function"?h:function(P,y){return b(P,h,y)}},L={camelize:t,decamelize:c,pascalize:e,depascalize:c,camelizeKeys:function(h,m){return n(F(t,m),h)},decamelizeKeys:function(h,m){return n(F(c,m),h,m)},pascalizeKeys:function(h,m){return n(F(e,m),h)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};a.exports?a.exports=L:i.humps=L})(lc)})(o6);var uc=o6.exports,vc=["class","style"];function oc(a){return a.split(";").map(function(i){return i.trim()}).filter(function(i){return i}).reduce(function(i,n){var r=n.indexOf(":"),t=uc.camelize(n.slice(0,r)),e=n.slice(r+1).trim();return i[t]=e,i},{})}function sc(a){return a.split(/\s+/).reduce(function(i,n){return i[n]=!0,i},{})}function s6(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof a=="string")return a;var r=(a.children||[]).map(function(l){return s6(l)}),t=Object.keys(a.attributes||{}).reduce(function(l,v){var u=a.attributes[v];switch(v){case"class":l.class=sc(u);break;case"style":l.style=oc(u);break;default:l.attrs[v]=u}return l},{attrs:{},class:{},style:{}});n.class;var e=n.style,c=e===void 0?{}:e,f=fc(n,vc);return b6(a.tag,O(O(O({},i),{},{class:t.class,style:O(O({},t.style),c)},t.attrs),f),r)}var d6=!1;try{d6=!0}catch{}function dc(){if(!d6&&console&&typeof console.error=="function"){var a;(a=console).error.apply(a,arguments)}}function Ia(a,i){return Array.isArray(i)&&i.length>0||!Array.isArray(i)&&i?z({},a,i):{}}function hc(a){var i,n=(i={"fa-spin":a.spin,"fa-pulse":a.pulse,"fa-fw":a.fixedWidth,"fa-border":a.border,"fa-li":a.listItem,"fa-inverse":a.inverse,"fa-flip":a.flip===!0,"fa-flip-horizontal":a.flip==="horizontal"||a.flip==="both","fa-flip-vertical":a.flip==="vertical"||a.flip==="both"},z(i,"fa-".concat(a.size),a.size!==null),z(i,"fa-rotate-".concat(a.rotation),a.rotation!==null),z(i,"fa-pull-".concat(a.pull),a.pull!==null),z(i,"fa-swap-opacity",a.swapOpacity),z(i,"fa-bounce",a.bounce),z(i,"fa-shake",a.shake),z(i,"fa-beat",a.beat),z(i,"fa-fade",a.fade),z(i,"fa-beat-fade",a.beatFade),z(i,"fa-flash",a.flash),z(i,"fa-spin-pulse",a.spinPulse),z(i,"fa-spin-reverse",a.spinReverse),i);return Object.keys(n).map(function(r){return n[r]?r:null}).filter(function(r){return r})}function R4(a){if(a&&za(a)==="object"&&a.prefix&&a.iconName&&a.icon)return a;if(Qe.icon)return Qe.icon(a);if(a===null)return null;if(za(a)==="object"&&a.prefix&&a.iconName)return a;if(Array.isArray(a)&&a.length===2)return{prefix:a[0],iconName:a[1]};if(typeof a=="string")return{prefix:"fas",iconName:a}}var mc=q0({name:"FontAwesomeIcon",props:{border:{type:Boolean,default:!1},fixedWidth:{type:Boolean,default:!1},flip:{type:[Boolean,String],default:!1,validator:function(i){return[!0,!1,"horizontal","vertical","both"].indexOf(i)>-1}},icon:{type:[Object,Array,String],required:!0},mask:{type:[Object,Array,String],default:null},listItem:{type:Boolean,default:!1},pull:{type:String,default:null,validator:function(i){return["right","left"].indexOf(i)>-1}},pulse:{type:Boolean,default:!1},rotation:{type:[String,Number],default:null,validator:function(i){return[90,180,270].indexOf(Number.parseInt(i,10))>-1}},swapOpacity:{type:Boolean,default:!1},size:{type:String,default:null,validator:function(i){return["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"].indexOf(i)>-1}},spin:{type:Boolean,default:!1},transform:{type:[String,Object],default:null},symbol:{type:[Boolean,String],default:!1},title:{type:String,default:null},inverse:{type:Boolean,default:!1},bounce:{type:Boolean,default:!1},shake:{type:Boolean,default:!1},beat:{type:Boolean,default:!1},fade:{type:Boolean,default:!1},beatFade:{type:Boolean,default:!1},flash:{type:Boolean,default:!1},spinPulse:{type:Boolean,default:!1},spinReverse:{type:Boolean,default:!1}},setup:function(i,n){var r=n.attrs,t=Z(function(){return R4(i.icon)}),e=Z(function(){return Ia("classes",hc(i))}),c=Z(function(){return Ia("transform",typeof i.transform=="string"?Qe.transform(i.transform):i.transform)}),f=Z(function(){return Ia("mask",R4(i.mask))}),l=Z(function(){return tc(t.value,O(O(O(O({},e.value),c.value),f.value),{},{symbol:i.symbol,title:i.title}))});C6(l,function(u){if(!u)return dc("Could not find one or more icon(s)",t.value,f.value)},{immediate:!0});var v=Z(function(){return l.value?s6(l.value.abstract[0],{},r):null});return function(){return v.value}}});const gc={xmlns:"http://www.w3.org/2000/svg",viewBox:"5 0 56.638 66"};function Cc(a,i){return k(),j("svg",gc,i[0]||(i[0]=[V("path",{fill:"currentColor",d:"M41.77 1.93C49.45 3.64 55.3 9.08 57.42 16.5c2.38 8.32.91 12.68-1.26 17.51-.47 1.04-1 2.02-1.52 2.97-1.38 2.54-2.81 5.15-3.18 9.3-.5 5.68 1.47 11.22 1.49 11.28.24.65.16 1.38-.21 1.97-.38.59-1 .97-1.69 1.03q-23.925 2.19-26.58 2.43c-.07.01-.14.01-.21.01-.65 0-1.28-.29-1.71-.79-.47-.56-.64-1.32-.46-2.02 0-.01.43-1.77.28-4.8-.05-.92-.12-1.45-.18-1.75q-.33-.06-.36-.06c-.36-.07-.9-.09-1.52-.11-1.43-.04-3.39-.1-5.86-.79-1.9-.53-4-2.41-4.4-5.4-.2-1.52.12-3.02.4-4.35.11-.52.22-1.02.28-1.46.08-.61.04-1.5-.05-2.32-1.38-.38-2.78-.95-3.53-1.75-2.59-2.78-.15-6.09.9-7.51.19-.26.36-.48.47-.67 1.13-1.89 1.77-3.15 2-3.68-.04-.13-.1-.28-.15-.41-.28-.73-.67-1.72-.66-3 .01-1.89 2.34-8.05 3.11-9.76 1.32-2.89 3.56-6.56 9.35-9.22C27.27.8 34.6.35 41.77 1.93m-17.72 5.3c-4.41 2.03-6.08 4.68-7.13 7-1.05 2.31-2.64 7.08-2.72 7.99 0 .36.16.78.35 1.27.27.69.61 1.55.48 2.58-.05.4-.15 1.26-2.65 5.45-.2.33-.45.67-.72 1.03-.3.41-.95 1.3-1.12 1.8.53.24 1.65.58 2.59.77.89.18 1.59.88 1.76 1.78.06.31.58 3.11.29 5.18-.08.61-.21 1.21-.34 1.79-.21 1.02-.43 2.06-.34 2.81.16 1.14.91 1.6 1.16 1.67 1.94.54 3.46.59 4.79.63.76.03 1.48.05 2.16.17.19.03.3.05.32.05 3.09.49 3.75 2.4 3.93 5.97.05 1.19.04 2.23-.01 3.09 12.65-1.16 19.67-1.8 21.08-1.93-.62-2.5-1.3-6.4-.94-10.44.45-5.08 2.18-8.26 3.7-11.06.5-.91.98-1.78 1.37-2.66 1.91-4.25 3.01-7.55 1.04-14.44-2.46-8.6-10.04-10.91-12.3-11.41-4.82-1.07-11.76-1.39-16.75.91m11.44 30.46c.3 0 .54.09.74.29.19.19.29.44.29.73v5.14c0 .3-.1.54-.29.74-.2.19-.44.29-.74.29h-5.14c-.29 0-.54-.1-.73-.29-.2-.2-.29-.44-.29-.74v-5.14c0-.29.09-.54.29-.73.19-.2.44-.29.73-.29zm5.73-21.77c2.34 1.91 3.51 4.2 3.51 6.88 0 1.07-.16 2.03-.48 2.89-.32.85-.81 1.59-1.46 2.21s-1.21 1.09-1.67 1.41-1.1.71-1.91 1.16c-.68.38-1.18.68-1.49.9-.31.21-.59.47-.84.77q-.36.45-.36.93v1.02c0 .3-.1.55-.29.74-.2.19-.44.29-.74.29h-5.14c-.29 0-.54-.1-.73-.29-.2-.19-.29-.44-.29-.74v-2.18q0-1.125.33-2.07c.23-.63.49-1.14.77-1.52q.435-.585 1.26-1.14c.54-.38.98-.65 1.31-.82s.81-.4 1.43-.67c1.13-.54 1.94-1 2.41-1.38.47-.39.7-.91.7-1.58 0-.89-.46-1.66-1.39-2.29s-1.96-.95-3.07-.95c-1.2 0-2.21.29-3.05.87-.62.43-1.47 1.32-2.56 2.66-.2.26-.46.39-.81.39-.23 0-.43-.07-.61-.19-2.07-1.58-3.23-2.46-3.46-2.64a.95.95 0 0 1-.39-.64 1 1 0 0 1 .16-.74c2.61-4.1 6.35-6.16 11.2-6.16 2.76 0 5.31.96 7.66 2.88"},null,-1)]))}const bc={render:Cc},Mc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 458.001 458.001"};function _c(a,i){return k(),j("svg",Mc,i[0]||(i[0]=[V("path",{fill:"currentColor",d:"M308.497 0H149.504c-8.284 0-15 6.716-15 15v428.001a14.998 14.998 0 0 0 23.637 12.263l70.859-49.9 70.859 49.9a15 15 0 0 0 23.637-12.263V15c.001-8.284-6.715-15-14.999-15"},null,-1)]))}const wc={render:_c},Pc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"};function yc(a,i){return k(),j("svg",Pc,i[0]||(i[0]=[V("path",{fill:"currentColor",d:"M17.5 22.067c-4.375 0-8.25 3-9.5 7H3c-1.625 0-3 1.375-3 3 0 1.75 1.375 3 3 3h5c1.25 4.125 5.125 7 9.5 7 4.5 0 8.375-2.875 9.625-7H32c1.75 0 3-1.25 3-3 0-1.625-1.25-3-3-3h-4.875c-1.25-4-5.125-7-9.625-7m-4 10c0-2.125 1.875-4 4-4 2.25 0 4 1.875 4 4 0 2.25-1.75 4-4 4-2.125 0-4-1.75-4-4M3 9.067c-1.625 0-3 1.375-3 3 0 1.75 1.375 3 3 3h27.5c1.25 4.125 5.125 7 9.5 7 4.5 0 8.375-2.875 9.625-7H61c1.75 0 3-1.25 3-3 0-1.625-1.25-3-3-3H49.625c-1.25-4-5.125-7-9.625-7-4.375 0-8.25 3-9.5 7zm41 3c0 2.25-1.75 4-4 4-2.125 0-4-1.75-4-4 0-2.125 1.875-4 4-4 2.25 0 4 1.875 4 4"},null,-1),V("path",{fill:"currentColor","fill-rule":"evenodd",d:"M0 52a3 3 0 0 1 3-3h25a3 3 0 1 1 0 6H3a3 3 0 0 1-3-3M59.327 34.772c-4.544-6.255-13.3-7.642-19.555-3.097-6.255 4.544-7.642 13.3-3.097 19.555 3.94 5.422 11.042 7.186 16.939 4.6l4.891 6.733a3 3 0 0 0 4.854-3.527l-4.891-6.733c4.281-4.808 4.799-12.109.86-17.531M43.3 36.529a8 8 0 1 1 9.404 12.944A8 8 0 0 1 43.3 36.53","clip-rule":"evenodd"},null,-1)]))}const Nc={render:yc},Hc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 64 64"};function Fc(a,i){return k(),j("svg",Hc,i[0]||(i[0]=[M6('<g fill="currentColor" clip-path="url(#a)"><path d="M20.823 6c11.394 0 20.789 8.023 20.789 17.875 0 9.953-9.395 17.875-20.79 17.875-1.898 0-3.697-.203-5.496-.61C12.327 43.07 7.93 45 2.433 45c-1 0-1.9-.508-2.2-1.523-.399-.914-.299-1.93.4-2.743.1 0 2.3-2.437 3.899-5.687C1.733 32 .034 28.14.034 23.875.034 14.023 9.329 6 20.823 6m-4.398 30.367c1.5.406 2.899.508 4.398.508 8.795 0 15.991-5.79 15.991-13 0-7.11-7.196-13-15.991-13-8.895 0-15.992 5.89-15.992 13 0 3.656 1.7 6.297 3.199 7.82l2.398 2.54-1.599 3.148c-.4.61-.8 1.32-1.2 2.031 1.8-.508 3.5-1.32 5.198-2.437l1.7-1.016zm27.686-17.265C55.205 19.508 64 27.328 64 36.875c0 4.266-1.799 8.125-4.598 11.172 1.6 3.25 3.798 5.687 3.898 5.687.7.813.8 1.828.4 2.743C63.4 57.492 62.5 58 61.501 58c-5.497 0-9.894-1.93-12.893-3.86q-2.699.61-5.397.61c-8.196 0-15.292-4.063-18.69-9.953 1.699-.203 3.398-.61 4.897-1.219 2.799 3.86 7.896 6.297 13.793 6.297 1.4 0 2.799-.102 4.298-.508l1.899-.406 1.699 1.016c1.699 1.117 3.398 1.93 5.197 2.437-.4-.71-.8-1.422-1.2-2.031l-1.598-3.149 2.398-2.539c1.5-1.523 3.298-4.164 3.298-7.82 0-6.703-6.396-12.188-14.492-12.898l.1-.102c0-1.625-.3-3.25-.7-4.773Z"></path><path d="M19.746 29.73c-.6.61-1.699.61-2.298 0l-3.998-4.062c-.6-.61-.6-1.727 0-2.336.6-.61 1.699-.61 2.299 0l2.898 2.945 7.596-7.82c.6-.61 1.7-.61 2.299 0 .6.61.6 1.727 0 2.336l-8.796 8.938Z"></path></g><defs><clipPath id="a"><path fill="currentColor" d="M0 0h64v64H0z"></path></clipPath></defs>',2)]))}const Lc={render:Fc},zc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 64 37"};function Ac(a,i){return k(),j("svg",zc,i[0]||(i[0]=[V("path",{fill:"currentColor","fill-rule":"evenodd",d:"M15.928 0a3.02 3.02 0 0 1 2.78 1.84l12.92 30.405a3.02 3.02 0 0 1-5.56 2.363L24.4 30.68H7.47l-1.667 3.927a3.02 3.02 0 0 1-5.561-2.36L13.148 1.84A3.02 3.02 0 0 1 15.928 0m.002 10.748 5.688 13.387h-11.37zM40.225 0a3.02 3.02 0 0 0-3.021 3.02v30.394a3.02 3.02 0 0 0 3.02 3.02h11.273q.202 0 .399-.026h1.637C59.42 36.408 64 31.484 64 25.656c0-3.727-1.873-7.085-4.764-9.02A9.96 9.96 0 0 0 61.756 10c0-5.521-4.479-10-10-10zm13.308 30.367H43.245v-9.421h10.288c2.338 0 4.425 2.002 4.425 4.71s-2.087 4.71-4.425 4.71M51.756 6.042h-8.51v7.916h8.51A3.96 3.96 0 0 0 55.714 10a3.96 3.96 0 0 0-3.958-3.958","clip-rule":"evenodd"},null,-1)]))}const Ec={render:Ac},Dc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 64 64"};function Vc(a,i){return k(),j("svg",Dc,i[0]||(i[0]=[V("g",{fill:"currentColor","clip-path":"url(#clip0_2574_94)"},[V("path",{"fill-rule":"evenodd",d:"M7.848 6.636a3 3 0 1 0-3.696 4.727l55 43a3 3 0 1 0 3.696-4.727l-2.418-1.89a10.9 10.9 0 0 0 3.57-8.09c0-3.727-1.873-7.085-4.764-9.021A9.96 9.96 0 0 0 61.756 24c0-5.521-4.479-10-10-10H40.224a3.02 3.02 0 0 0-3.02 3.02v12.567zm36.21 28.31 11.426 8.934c1.434-.753 2.474-2.312 2.474-4.224 0-2.708-2.087-4.71-4.425-4.71zm-.813-14.904h8.511a3.96 3.96 0 0 1 3.958 3.957 3.96 3.96 0 0 1-3.958 3.959h-8.51z","clip-rule":"evenodd"}),V("path",{d:"m.24 46.246 9.736-22.932 4.927 3.852-4.656 10.969h11.371l-3.639-8.564 9.83 7.685 3.82 8.989a3.02 3.02 0 0 1-5.56 2.363l-1.67-3.928H7.47l-1.667 3.927a3.02 3.02 0 1 1-5.561-2.361M37.204 47.413v-2.812l7.46 5.833h-4.44a3.02 3.02 0 0 1-3.02-3.02"})],-1)]))}const kc={render:Vc},Sc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"};function Rc(a,i){return k(),j("svg",Sc,i[0]||(i[0]=[V("path",{d:"M53 17c0-1.625-1.375-3-3-3h-6c-1.75 0-3 1.375-3 3 0 1.75 1.25 3 3 3h6c1.625 0 3-1.25 3-3M50 26h-6c-1.75 0-3 1.375-3 3 0 1.75 1.25 3 3 3h6c1.625 0 3-1.25 3-3 0-1.625-1.375-3-3-3M50 38c1.625 0 3 1.375 3 3 0 1.75-1.375 3-3 3h-6c-1.75 0-3-1.25-3-3 0-1.625 1.25-3 3-3z"},null,-1),V("path",{"fill-rule":"evenodd",d:"M8 4a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8h48c4.5 0 8-3.5 8-8V12c0-4.375-3.5-8-8-8zm28 6v44h20c1.125 0 2-.875 2-2V12c0-1-.875-2-2-2z","clip-rule":"evenodd"},null,-1)]))}const Oc={render:Rc},qc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 64 64"};function Ic(a,i){return k(),j("svg",qc,i[0]||(i[0]=[V("path",{fill:"currentColor",d:"m60.176 36.361.219.008c2.508.177 3.564 3.393 1.542 5.01l-14.09 11.272-.186.137a2.82 2.82 0 0 1-3.775-.577l-.137-.186a2.82 2.82 0 0 1 .578-3.774l7.817-6.254H15.09l-.21-.008a2.818 2.818 0 0 1 .21-5.628zM16.34 11.481a2.82 2.82 0 0 1 3.775.577l.137.186a2.82 2.82 0 0 1-.578 3.774l-7.817 6.254H48.91l.21.008a2.818 2.818 0 0 1-.21 5.628H3.824l-.219-.008c-2.508-.177-3.564-3.393-1.542-5.01l14.09-11.272.186-.138Z"},null,-1)]))}const Tc={render:Ic};var Ta={},O4;function jc(){return O4||(O4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="address-card",r=576,t=512,e=[62140,"contact-card","vcard"],c="f2bb",f="M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H304c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H176zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAddressCard=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ta)),Ta}var Bc=jc(),ja={},q4;function Uc(){return q4||(q4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="angle-down",r=448,t=512,e=[8964],c="f107",f="M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAngleDown=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ja)),ja}var Gc=Uc(),Ba={},I4;function $c(){return I4||(I4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="angle-left",r=320,t=512,e=[8249],c="f104",f="M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAngleLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ba)),Ba}var Kc=$c(),Ua={},T4;function Wc(){return T4||(T4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="angle-right",r=320,t=512,e=[8250],c="f105",f="M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAngleRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ua)),Ua}var Yc=Wc(),Ga={},j4;function Xc(){return j4||(j4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="angle-up",r=448,t=512,e=[8963],c="f106",f="M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAngleUp=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ga)),Ga}var Qc=Xc(),$a={},B4;function Zc(){return B4||(B4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-down-left-and-arrow-up-right-to-center",r=512,t=512,e=[],c="e092",f="M489 57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-135 135V72c0-13.3-10.7-24-24-24s-24 10.7-24 24V216c0 13.3 10.7 24 24 24H440c13.3 0 24-10.7 24-24s-10.7-24-24-24H353.9L489 57zM23 455c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135V440c0 13.3 10.7 24 24 24s24-10.7 24-24V296c0-13.3-10.7-24-24-24H72c-13.3 0-24 10.7-24 24s10.7 24 24 24h86.1L23 455z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowDownLeftAndArrowUpRightToCenter=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}($a)),$a}var Jc=Zc(),Ka={},U4;function pc(){return U4||(U4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-down-to-line",r=384,t=512,e=["arrow-to-bottom"],c="f33d",f="M360 480c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0zM174.5 344.4c4.5 4.8 10.9 7.6 17.5 7.6s12.9-2.7 17.5-7.6l128-136c9.1-9.7 8.6-24.8-1-33.9s-24.8-8.6-33.9 1L216 267.5l0-83.5 0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 128 0 83.5L81.5 175.6c-9.1-9.7-24.3-10.1-33.9-1s-10.1 24.3-1 33.9l128 136z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowDownToLine=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ka)),Ka}var xc=pc(),Wa={},G4;function a8(){return G4||(G4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-pointer",r=320,t=512,e=["mouse-pointer"],c="f245",f="M144 272h85.8L48 110.4V356.8l59.9-68.4C117 278 130.2 272 144 272zM0 426V55.2C0 42.4 10.4 32 23.2 32c5.7 0 11.2 2.1 15.4 5.9l274 243.6c4.7 4.2 7.4 10.2 7.4 16.5c0 12.2-9.9 22.1-22.1 22.1H170.5l59.1 126.8c5.6 12 .4 26.3-11.6 31.9s-26.3 .4-31.9-11.6L126.7 339.7 38.6 440.5C34.4 445.3 28.4 448 22 448c-12.2 0-22-9.9-22-22z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowPointer=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Wa)),Wa}var i8=a8(),Ya={},$4;function e8(){return $4||($4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-right-from-bracket",r=512,t=512,e=["sign-out"],c="f08b",f="M505 273c9.4-9.4 9.4-24.6 0-33.9L377 111c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l87 87L184 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-87 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273zM168 80c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 32C39.4 32 0 71.4 0 120L0 392c0 48.6 39.4 88 88 88l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-22.1 0-40-17.9-40-40l0-272c0-22.1 17.9-40 40-40l80 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowRightFromBracket=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ya)),Ya}var n8=e8(),Xa={},K4;function r8(){return K4||(K4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-rotate-left",r=512,t=512,e=[8634,"arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],c="f0e2",f="M40 224c-13.3 0-24-10.7-24-24V56c0-13.3 10.7-24 24-24s24 10.7 24 24v80.1l20-23.5C125 63.4 186.9 32 256 32c123.7 0 224 100.3 224 224s-100.3 224-224 224c-50.4 0-97-16.7-134.4-44.8c-10.6-8-12.7-23-4.8-33.6s23-12.7 33.6-4.8C179.8 418.9 216.3 432 256 432c97.2 0 176-78.8 176-176s-78.8-176-176-176c-54.3 0-102.9 24.6-135.2 63.4l-.1 .2 0 0L93.1 176H184c13.3 0 24 10.7 24 24s-10.7 24-24 24H40z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowRotateLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Xa)),Xa}var t8=r8(),Qa={},W4;function c8(){return W4||(W4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-rotate-right",r=512,t=512,e=[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],c="f01e",f="M472 224c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24s-24 10.7-24 24v80.1l-20-23.5C387 63.4 325.1 32 256 32C132.3 32 32 132.3 32 256s100.3 224 224 224c50.4 0 97-16.7 134.4-44.8c10.6-8 12.7-23 4.8-33.6s-23-12.7-33.6-4.8C332.2 418.9 295.7 432 256 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c54.3 0 102.9 24.6 135.2 63.4l.1 .2 0 0L418.9 176H328c-13.3 0-24 10.7-24 24s10.7 24 24 24H472z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowRotateRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Qa)),Qa}var f8=c8(),Za={},Y4;function l8(){return Y4||(Y4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrows-maximize",r=512,t=512,e=["expand-arrows"],c="f31d",f="M328 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h70.1L256 222.1 113.9 80H184c13.3 0 24-10.7 24-24s-10.7-24-24-24H56C42.7 32 32 42.7 32 56V184c0 13.3 10.7 24 24 24s24-10.7 24-24V113.9L222.1 256 80 398.1V328c0-13.3-10.7-24-24-24s-24 10.7-24 24V456c0 13.3 10.7 24 24 24H184c13.3 0 24-10.7 24-24s-10.7-24-24-24H113.9L256 289.9 398.1 432H328c-13.3 0-24 10.7-24 24s10.7 24 24 24H456c13.3 0 24-10.7 24-24V328c0-13.3-10.7-24-24-24s-24 10.7-24 24v70.1L289.9 256 432 113.9V184c0 13.3 10.7 24 24 24s24-10.7 24-24V56c0-13.3-10.7-24-24-24H328z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowsMaximize=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Za)),Za}var u8=l8(),Ja={},X4;function v8(){return X4||(X4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrows-rotate",r=512,t=512,e=[128472,"refresh","sync"],c="f021",f="M496 200c0 13.3-10.7 24-24 24h0H360 328c-13.3 0-24-10.7-24-24s10.7-24 24-24h32 54.1l-52.1-52.1C333.8 95.8 295.7 80 256 80c-72.7 0-135.2 44.1-162 107.1c-5.2 12.2-19.3 17.9-31.5 12.7s-17.9-19.3-12.7-31.5C83.9 88.2 163.4 32 256 32c52.5 0 102.8 20.8 139.9 57.9L448 142.1V88l0-.4V56c0-13.3 10.7-24 24-24s24 10.7 24 24V200zM40 288H152c13.3 0 24 10.7 24 24s-10.7 24-24 24H97.9l52.1 52.1C178.2 416.2 216.3 432 256 432c72.6 0 135-43.9 161.9-106.8c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5C427.8 424 348.5 480 256 480c-52.5 0-102.8-20.8-139.9-57.9L64 369.9V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V312c0-13.3 10.7-24 24-24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowsRotate=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ja)),Ja}var o8=v8(),pa={},Q4;function s8(){return Q4||(Q4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-up-right-and-arrow-down-left-from-center",r=512,t=512,e=[],c="e0a0",f="M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135V168c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24H344c-13.3 0-24 10.7-24 24s10.7 24 24 24h86.1L295 183zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1V344c0-13.3-10.7-24-24-24s-24 10.7-24 24V488c0 13.3 10.7 24 24 24H168c13.3 0 24-10.7 24-24s-10.7-24-24-24H81.9L217 329z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowUpRightAndArrowDownLeftFromCenter=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(pa)),pa}var d8=s8(),xa={},Z4;function h8(){return Z4||(Z4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="arrow-up-right-from-square",r=512,t=512,e=["external-link"],c="f08e",f="M304 24c0 13.3 10.7 24 24 24H430.1L207 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l223-223V184c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V440c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowUpRightFromSquare=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(xa)),xa}var m8=h8(),a1={},J4;function g8(){return J4||(J4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="atom",r=512,t=512,e=[9883],c="f5d2",f="M306.3 417.2c-16.3-4.7-33.1-10.9-50.3-18.4c-17.1 7.5-34 13.6-50.3 18.4C224.1 455.5 243.1 464 256 464s31.9-8.5 50.3-46.8zM293 325.7c14.8-8.9 28.7-18.1 41.4-27.6c1-13.5 1.6-27.6 1.6-42.1s-.5-28.6-1.6-42.1c-12.8-9.4-26.6-18.7-41.4-27.6c-12.5-7.5-24.9-14.2-37-20.2c-12.1 6-24.5 12.7-37 20.2c-14.8 8.9-28.7 18.1-41.4 27.6c-1 13.5-1.6 27.6-1.6 42.1s.5 28.6 1.6 42.1c12.8 9.4 26.6 18.7 41.4 27.6c12.5 7.5 24.9 14.2 37 20.2c12.1-6 24.5-12.7 37-20.2zm120.5-32.2c-10.2 10.2-21.3 20.2-33.4 29.9c-2.4 20.1-5.8 39.2-10.3 57c37.2 2.2 51.9-9.1 57.8-19.7c6.5-11.7 8.2-32.8-14.1-67.2zM469.6 128c20.7 37.1 9.4 82.8-23.6 128c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2zM84.4 360.7c5.9 10.6 20.6 22 57.8 19.7c-4.5-17.8-7.9-36.9-10.3-57c-12-9.7-23.2-19.8-33.4-29.9C76.2 327.8 77.8 349 84.4 360.7zM98.5 218.5c10.2-10.2 21.3-20.2 33.4-29.9c2.4-20.1 5.8-39.2 10.3-57c-37.2-2.3-51.9 9.1-57.8 19.7c-6.5 11.7-8.2 32.8 14.1 67.2zM256 113.2c17.1-7.5 34-13.6 50.3-18.4C287.9 56.5 268.9 48 256 48s-31.9 8.5-50.3 46.8c16.3 4.7 33.1 10.9 50.3 18.4zm124.2 75.4c12 9.7 23.2 19.8 33.4 29.9c22.3-34.3 20.6-55.5 14.1-67.2c-5.9-10.6-20.6-22-57.8-19.7c4.5 17.8 7.9 36.9 10.3 57zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAtom=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(a1)),a1}var C8=g8(),i1={},p4;function b8(){return p4||(p4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="atom",r=512,t=512,e=[9883],c="f5d2",f="M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faAtom=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(i1)),i1}var M8=b8(),e1={},x4;function _8(){return x4||(x4=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="badge-percent",r=512,t=512,e=[],c="f646",f="M200.3 81.5C210.9 61.5 231.9 48 256 48s45.1 13.5 55.7 33.5C317.1 91.7 329 96.6 340 93.2c21.6-6.6 46.1-1.4 63.1 15.7s22.3 41.5 15.7 63.1c-3.4 11 1.5 22.9 11.7 28.2c20 10.6 33.5 31.6 33.5 55.7s-13.5 45.1-33.5 55.7c-10.2 5.4-15.1 17.2-11.7 28.2c6.6 21.6 1.4 46.1-15.7 63.1s-41.5 22.3-63.1 15.7c-11-3.4-22.9 1.5-28.2 11.7c-10.6 20-31.6 33.5-55.7 33.5s-45.1-13.5-55.7-33.5c-5.4-10.2-17.2-15.1-28.2-11.7c-21.6 6.6-46.1 1.4-63.1-15.7S86.6 361.6 93.2 340c3.4-11-1.5-22.9-11.7-28.2C61.5 301.1 48 280.1 48 256s13.5-45.1 33.5-55.7C91.7 194.9 96.6 183 93.2 172c-6.6-21.6-1.4-46.1 15.7-63.1S150.4 86.6 172 93.2c11 3.4 22.9-1.5 28.2-11.7zM256 0c-35.9 0-67.8 17-88.1 43.4c-33-4.3-67.6 6.2-93 31.6s-35.9 60-31.6 93C17 188.2 0 220.1 0 256s17 67.8 43.4 88.1c-4.3 33 6.2 67.6 31.6 93s60 35.9 93 31.6C188.2 495 220.1 512 256 512s67.8-17 88.1-43.4c33 4.3 67.6-6.2 93-31.6s35.9-60 31.6-93C495 323.8 512 291.9 512 256s-17-67.8-43.4-88.1c4.3-33-6.2-67.6-31.6-93s-60-35.9-93-31.6C323.8 17 291.9 0 256 0zM192 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM337 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L175 303c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L337 209z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBadgePercent=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(e1)),e1}var w8=_8(),n1={},an;function P8(){return an||(an=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="ban",r=512,t=512,e=[128683,"cancel"],c="f05e",f="M385.1 419.1L92.9 126.9C64.8 162.3 48 207.2 48 256c0 114.9 93.1 208 208 208c48.8 0 93.7-16.8 129.1-44.9zm33.9-33.9C447.2 349.7 464 304.8 464 256c0-114.9-93.1-208-208-208c-48.8 0-93.7 16.8-129.1 44.9L419.1 385.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBan=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(n1)),n1}var y8=P8(),r1={},en;function N8(){return en||(en=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="bars",r=448,t=512,e=["navicon"],c="f0c9",f="M0 88C0 74.7 10.7 64 24 64H424c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 112 0 101.3 0 88zM0 248c0-13.3 10.7-24 24-24H424c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zM448 408c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H424c13.3 0 24 10.7 24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBars=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(r1)),r1}var H8=N8(),t1={},nn;function F8(){return nn||(nn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="bell",r=448,t=512,e=[128276,61602],c="f0f3",f="M224 0c-17.7 0-32 14.3-32 32V49.9C119.5 61.4 64 124.2 64 200v33.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416H424c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32zm0 96h8c57.4 0 104 46.6 104 104v33.4c0 47.9 13.9 94.6 39.7 134.6H72.3C98.1 328 112 281.3 112 233.4V200c0-57.4 46.6-104 104-104h8zm64 352H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBell=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(t1)),t1}var L8=F8(),c1={},rn;function z8(){return rn||(rn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="bell-slash",r=640,t=512,e=[128277,61943],c="f1f6",f="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V49.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96h8 8c57.4 0 104 46.6 104 104v33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48H168.3c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1v11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6H406.2zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBellSlash=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(c1)),c1}var A8=z8(),f1={},tn;function E8(){return tn||(tn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="books",r=512,t=512,e=[128218],c="f5db",f="M48 416v48h64V416H48zm88 89.6c-7.1 4.1-15.3 6.4-24 6.4H48c-26.5 0-48-21.5-48-48V416 392 368 144 120 96 48C0 21.5 21.5 0 48 0h64c8.7 0 16.9 2.3 24 6.4C143.1 2.3 151.3 0 160 0h64c20.6 0 38.1 12.9 45 31.1c5.6-6.1 12.9-10.7 21.4-13L349.9 1.6c24.7-6.8 50.1 8.3 56.7 33.8l18 69.2 6 23.2 61.8 238.3 6 23.2 11.9 46c6.6 25.5-8 51.7-32.7 58.5l-59.6 16.5c-24.7 6.8-50.1-8.3-56.7-33.8l-18-69.2-6-23.2L275.6 145.9 272 132.2V144 368v24 24 48c0 26.5-21.5 48-48 48H160c-8.7 0-16.9-2.3-24-6.4zM160 464h64V416H160v48zM112 48H48V96h64V48zm0 96H48V368h64V144zm48-48h64V48H160V96zm64 272V144H160V368h64zm216.1-12.3l-55.8-215-56.5 15.6 55.8 215 56.5-15.6zm-44.4 62.1l11.9 45.7L464 447.9c0-.1 0-.2 0-.3l0-.1-11.7-45.2-56.5 15.6zm-79.9-308l56.5-15.6L360.4 48.5 304 64.1c0 .1 0 .2 0 .4l11.7 45.2z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBooks=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(f1)),f1}var D8=E8(),l1={},cn;function V8(){return cn||(cn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="book",r=448,t=512,e=[128212],c="f02d",f="M0 88C0 39.4 39.4 0 88 0H392c30.9 0 56 25.1 56 56V344c0 22.3-13.1 41.6-32 50.6V464h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H80c-44.2 0-80-35.8-80-80c0-2.7 .1-5.4 .4-8H0V88zM80 400c-17.7 0-32 14.3-32 32s14.3 32 32 32H368V400H80zM48 358.7c9.8-4.3 20.6-6.7 32-6.7H392c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8H88C65.9 48 48 65.9 48 88V358.7zM152 112H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBook=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(l1)),l1}var k8=V8(),u1={},fn;function S8(){return fn||(fn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="book-blank",r=448,t=512,e=[128213,128215,128216,128217,"book-alt"],c="f5d9",f="M88 0C39.4 0 0 39.4 0 88V424H.4c-.3 2.6-.4 5.3-.4 8c0 44.2 35.8 80 80 80H424c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V394.6c18.9-9 32-28.3 32-50.6V56c0-30.9-25.1-56-56-56H88zM368 400v64H80c-17.7 0-32-14.3-32-32s14.3-32 32-32H368zM80 352c-11.4 0-22.2 2.4-32 6.7V88c0-22.1 17.9-40 40-40H392c4.4 0 8 3.6 8 8V344c0 4.4-3.6 8-8 8H80z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBookBlank=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(u1)),u1}var R8=S8(),v1={},ln;function O8(){return ln||(ln=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="book-copy",r=576,t=512,e=[],c="e0be",f="M192 88c0-48.6 39.4-88 88-88H528c26.5 0 48 21.5 48 48V160v96c0 20.9-13.4 38.7-32 45.3V368h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H520 272c-44.2 0-80-35.8-80-80V88zM528 48H280c-22.1 0-40 17.9-40 40V262.7c9.8-4.3 20.6-6.7 32-6.7H520h8V160 48zM272 304c-17.7 0-32 14.3-32 32s14.3 32 32 32H496V304H272zM160 96v48H88c-22.1 0-40 17.9-40 40V358.7c9.8-4.3 20.6-6.7 32-6.7h81.1c2.5 17.7 9.2 34 18.9 48H80c-17.7 0-32 14.3-32 32s14.3 32 32 32H304V448h48v16h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H328 80c-44.2 0-80-35.8-80-80V184c0-48.6 39.4-88 88-88h72z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBookCopy=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(v1)),v1}var q8=O8(),o1={},un;function I8(){return un||(un=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="box",r=448,t=512,e=[128230],c="f466",f="M342.4 80H248v80H388.4L357 89.5c-2.6-5.8-8.3-9.5-14.6-9.5zM400 208H48V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V208zM59.6 160H200V80H105.6c-6.3 0-12.1 3.7-14.6 9.5L59.6 160zM342.4 32c25.3 0 48.2 14.9 58.5 38l41.6 93.6c3.6 8.2 5.5 17 5.5 26V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V189.6c0-9 1.9-17.8 5.5-26L47.1 70c10.3-23.1 33.2-38 58.5-38H342.4z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBox=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(o1)),o1}var T8=I8(),s1={},vn;function j8(){return vn||(vn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="box-archive",r=512,t=512,e=["archive"],c="f187",f="M48 80v48H464V80H48zM32 32H480c17.7 0 32 14.3 32 32v80c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V64C0 46.3 14.3 32 32 32zM160 248c0-13.3 10.7-24 24-24H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24zM32 416V208H80V416c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V208h48V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBoxArchive=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(s1)),s1}var B8=j8(),d1={},on;function U8(){return on||(on=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="calculator-simple",r=512,t=512,e=["calculator-alt"],c="f64c",f="M0 48C0 21.5 21.5 0 48 0H176c26.5 0 48 21.5 48 48V176c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48zm288 0c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V176c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48V48zm48 240H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48V336c0-26.5 21.5-48 48-48zM0 336c0-26.5 21.5-48 48-48H176c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336zM416 64c0-8.8-7.2-16-16-16s-16 7.2-16 16V96H352c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16V128h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H416V64zM64 96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H64zM83.3 348.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L89.4 400 60.7 428.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L112 422.6l28.7 28.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L134.6 400l28.7-28.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L112 377.4 83.3 348.7zM352 352c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H352zm0 64c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H352z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalculatorSimple=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(d1)),d1}var G8=U8(),h1={},sn;function $8(){return sn||(sn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar",r=448,t=512,e=[128197,128198],c="f133",f="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendar=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(h1)),h1}var K8=$8(),m1={},dn;function W8(){return dn||(dn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-days",r=448,t=512,e=["calendar-alt"],c="f073",f="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192h80v56H48V192zm0 104h80v64H48V296zm128 0h96v64H176V296zm144 0h80v64H320V296zm80-48H320V192h80v56zm0 160v40c0 8.8-7.2 16-16 16H320V408h80zm-128 0v56H176V408h96zm-144 0v56H64c-8.8 0-16-7.2-16-16V408h80zM272 248H176V192h96v56z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarDays=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(m1)),m1}var Y8=W8(),g1={},hn;function X8(){return hn||(hn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-day",r=448,t=512,e=[],c="f783",f="M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM112 256h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H112c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarDay=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(g1)),g1}var Q8=X8(),C1={},mn;function Z8(){return mn||(mn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-range",r=512,t=512,e=[],c="e0d6",f="M184 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H96c-35.3 0-64 28.7-64 64v16 48V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H376V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H184V24zM80 192H432V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V192zm48 96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm224 64a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM224 288c0 13.3 10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248c-13.3 0-24 10.7-24 24zm40 72H152c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarRange=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(C1)),C1}var J8=Z8(),b1={},gn;function p8(){return gn||(gn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-circle-exclamation",r=576,t=512,e=[],c="e46e",f="M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48H432 400 352 48V448c0 8.8 7.2 16 16 16H284.5c12.3 18.8 28 35.1 46.3 48H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarCircleExclamation=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(b1)),b1}var x8=p8(),M1={},Cn;function af(){return Cn||(Cn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-check",r=448,t=512,e=[],c="f274",f="M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(M1)),M1}var ef=af(),_1={},bn;function nf(){return bn||(bn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-xmark",r=512,t=512,e=["calendar-times"],c="f273",f="M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarXmark=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(_1)),_1}var rf=nf(),w1={},Mn;function tf(){return Mn||(Mn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="cart-shopping",r=576,t=512,e=[128722,"shopping-cart"],c="f07a",f="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCartShopping=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(w1)),w1}var cf=tf(),P1={},_n;function ff(){return _n||(_n=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="chart-column",r=512,t=512,e=[],c="e0e3",f="M24 32c13.3 0 24 10.7 24 24V408c0 13.3 10.7 24 24 24H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56C0 42.7 10.7 32 24 32zM168 224c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V248c0-13.3 10.7-24 24-24zm120-72V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24s24 10.7 24 24zm72 40c13.3 0 24 10.7 24 24V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24zM480 88V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChartColumn=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(P1)),P1}var lf=ff(),y1={},wn;function uf(){return wn||(wn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="chart-line-up",r=512,t=512,e=[],c="e0e5",f="M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56V408c0 39.8 32.2 72 72 72H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H72c-13.3 0-24-10.7-24-24V56zm272 96c0 13.3 10.7 24 24 24h54.1L304 270.1l-79-79c-9.4-9.4-24.6-9.4-33.9 0l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l63-63 79 79c9.4 9.4 24.6 9.4 33.9 0l111-111V264c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24H344c-13.3 0-24 10.7-24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChartLineUp=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(y1)),y1}var vf=uf(),N1={},Pn;function of(){return Pn||(Pn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="chevron-down",r=512,t=512,e=[],c="f078",f="M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChevronDown=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(N1)),N1}var sf=of(),H1={},yn;function df(){return yn||(yn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="chevron-left",r=320,t=512,e=[9001],c="f053",f="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChevronLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(H1)),H1}var hf=df(),F1={},Nn;function mf(){return Nn||(Nn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="chevron-right",r=320,t=512,e=[9002],c="f054",f="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChevronRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(F1)),F1}var gf=mf(),L1={},Hn;function Cf(){return Hn||(Hn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="chevron-up",r=512,t=512,e=[],c="f077",f="M239 111c9.4-9.4 24.6-9.4 33.9 0L465 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-175-175L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 111z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChevronUp=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(L1)),L1}var bf=Cf(),z1={},Fn;function Mf(){return Fn||(Fn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle",r=512,t=512,e=[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],c="f111",f="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircle=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(z1)),z1}var _f=Mf(),A1={},Ln;function wf(){return Ln||(Ln=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-arrow-left",r=512,t=512,e=["arrow-circle-left"],c="f0a8",f="M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM223 151l-88 88c-9.4 9.4-9.4 24.6 0 33.9l88 88c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47L360 280c13.3 0 24-10.7 24-24s-10.7-24-24-24l-150.1 0 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleArrowLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(A1)),A1}var Pf=wf(),E1={},zn;function yf(){return zn||(zn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-arrow-right",r=512,t=512,e=["arrow-circle-right"],c="f0a9",f="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM289 361l88-88c9.4-9.4 9.4-24.6 0-33.9l-88-88c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47L152 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l150.1 0-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleArrowRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(E1)),E1}var Nf=yf(),D1={},An;function Hf(){return An||(An=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-check",r=512,t=512,e=[61533,"check-circle"],c="f058",f="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(D1)),D1}var Ff=Hf(),V1={},En;function Lf(){return En||(En=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-ellipsis",r=512,t=512,e=[],c="e10a",f="M256 464a208 208 0 1 0 0-416 208 208 0 1 0 0 416zM256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zm32 256a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM192 256a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleEllipsis=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(V1)),V1}var zf=Lf(),k1={},Dn;function Af(){return Dn||(Dn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-exclamation",r=512,t=512,e=["exclamation-circle"],c="f06a",f="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-13.3 0-24 10.7-24 24V264c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleExclamation=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(k1)),k1}var Ef=Af(),S1={},Vn;function Df(){return Vn||(Vn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-info",r=512,t=512,e=["info-circle"],c="f05a",f="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V248c0-13.3-10.7-24-24-24H216c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v64H216zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleInfo=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(S1)),S1}var Vf=Df(),R1={},kn;function kf(){return kn||(kn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-notch",r=512,t=512,e=[],c="f1ce",f="M215.1 26.3c3.6 12.7-3.7 26-16.5 29.7C111.6 80.9 48 161.1 48 256c0 114.9 93.1 208 208 208s208-93.1 208-208c0-94.9-63.6-175.1-150.6-200c-12.7-3.6-20.1-16.9-16.5-29.7s16.9-20.1 29.7-16.5C433.6 40.5 512 139.1 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 139.1 78.4 40.5 185.4 9.9c12.7-3.6 26 3.7 29.7 16.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleNotch=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(R1)),R1}var Sf=kf(),O1={},Sn;function Rf(){return Sn||(Sn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-question",r=512,t=512,e=[62108,"question-circle"],c="f059",f="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleQuestion=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(O1)),O1}var Of=Rf(),q1={},Rn;function qf(){return Rn||(Rn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="circle-xmark",r=512,t=512,e=[61532,"times-circle","xmark-circle"],c="f057",f="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleXmark=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(q1)),q1}var If=qf(),I1={},On;function Tf(){return On||(On=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="clipboard-medical",r=384,t=512,e=[],c="e133",f="M320 64H280h-9.6C263 27.5 230.7 0 192 0s-71 27.5-78.4 64H104 64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM80 112v24c0 13.3 10.7 24 24 24h88 88c13.3 0 24-10.7 24-24V112h16c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16H80zm88-32a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm-8 160v48H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V352h48c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faClipboardMedical=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(I1)),I1}var jf=Tf(),T1={},qn;function Bf(){return qn||(qn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="clipboard-list",r=384,t=512,e=[],c="f46d",f="M320 64H280h-9.6C263 27.5 230.7 0 192 0s-71 27.5-78.4 64H104 64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM80 112v24c0 13.3 10.7 24 24 24h88 88c13.3 0 24-10.7 24-24V112h16c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16H80zm88-32a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM136 272a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm40-16c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zm0 96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zm-64 40a24 24 0 1 0 0-48 24 24 0 1 0 0 48z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faClipboardList=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(T1)),T1}var Uf=Bf(),j1={},In;function Gf(){return In||(In=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="clock",r=512,t=512,e=[128339,"clock-four"],c="f017",f="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faClock=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(j1)),j1}var $f=Gf(),B1={},Tn;function Kf(){return Tn||(Tn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="clock-rotate-left",r=512,t=512,e=["history"],c="f1da",f="M48 106.7V56c0-13.3-10.7-24-24-24S0 42.7 0 56V168c0 13.3 10.7 24 24 24H136c13.3 0 24-10.7 24-24s-10.7-24-24-24H80.7c37-57.8 101.7-96 175.3-96c114.9 0 208 93.1 208 208s-93.1 208-208 208c-42.5 0-81.9-12.7-114.7-34.5c-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3C155.2 496.4 203.8 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faClockRotateLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(B1)),B1}var Wf=Kf(),U1={},jn;function Yf(){return jn||(jn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="code",r=640,t=512,e=[],c="f121",f="M399.1 1.1c-12.7-3.9-26.1 3.1-30 15.8l-144 464c-3.9 12.7 3.1 26.1 15.8 30s26.1-3.1 30-15.8l144-464c3.9-12.7-3.1-26.1-15.8-30zm71.4 118.5c-9.1 9.7-8.6 24.9 1.1 33.9L580.9 256 471.6 358.5c-9.7 9.1-10.2 24.3-1.1 33.9s24.3 10.2 33.9 1.1l128-120c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-13-7.6-17.5l-128-120c-9.7-9.1-24.9-8.6-33.9 1.1zm-301 0c-9.1-9.7-24.3-10.2-33.9-1.1l-128 120C2.7 243 0 249.4 0 256s2.7 13 7.6 17.5l128 120c9.7 9.1 24.9 8.6 33.9-1.1s8.6-24.9-1.1-33.9L59.1 256 168.4 153.5c9.7-9.1 10.2-24.3 1.1-33.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCode=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(U1)),U1}var Xf=Yf(),Qf={prefix:"far",iconName:"code-simple",icon:[576,512,[],"e13d","M216.6 105.4c9.6-9.2 9.9-24.3 .8-33.9s-24.3-9.9-33.9-.8l-176 168C2.7 243.2 0 249.4 0 256s2.7 12.8 7.4 17.4l176 168c9.6 9.2 24.8 8.8 33.9-.8s8.8-24.8-.8-33.9L58.8 256 216.6 105.4zm142.9 0L517.2 256 359.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9z"]},G1={},Bn;function Zf(){return Bn||(Bn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="comment",r=512,t=512,e=[128489,61669],c="f075",f="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faComment=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(G1)),G1}var Jf=Zf(),$1={},Un;function pf(){return Un||(Un=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="comment-dots",r=512,t=512,e=[128172,62075,"commenting"],c="f4ad",f="M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCommentDots=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}($1)),$1}var xf=pf(),K1={},Gn;function a5(){return Gn||(Gn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="comments",r=640,t=512,e=[128490,61670],c="f086",f="M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faComments=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(K1)),K1}var i5=a5(),W1={},$n;function e5(){return $n||($n=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="compress",r=448,t=512,e=[],c="f066",f="M160 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v88H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H136c13.3 0 24-10.7 24-24V56zM24 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V344c0-13.3-10.7-24-24-24H24zM336 56c0-13.3-10.7-24-24-24s-24 10.7-24 24V168c0 13.3 10.7 24 24 24H424c13.3 0 24-10.7 24-24s-10.7-24-24-24H336V56zM312 320c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24s24-10.7 24-24V368h88c13.3 0 24-10.7 24-24s-10.7-24-24-24H312z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCompress=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(W1)),W1}var n5=e5(),Y1={},Kn;function r5(){return Kn||(Kn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="copy",r=448,t=512,e=[],c="f0c5",f="M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCopy=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Y1)),Y1}var t5=r5(),X1={},Wn;function c5(){return Wn||(Wn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="credit-card",r=576,t=512,e=[128179,62083,"credit-card-alt"],c="f09d",f="M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H512zm16 144V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCreditCard=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(X1)),X1}var f5=c5(),Q1={},Yn;function l5(){return Yn||(Yn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="dna",r=448,t=512,e=[129516],c="f471",f="M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9l0 0 0 0 0 0-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5H283.3c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32H64c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32H384c0-17.7 14.3-32 32-32zM338.6 384H109.4c-10.1 10.6-18.6 21.3-25.5 32H364.1c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128H338.6c10.1-10.7 18.6-21.3 25.5-32H83.9c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5H164.7z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faDna=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Q1)),Q1}var u5=l5(),Z1={},Xn;function v5(){return Xn||(Xn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="earth-americas",r=512,t=512,e=[127758,"earth","earth-america","globe-americas"],c="f57d",f="M256 464C141.1 464 48 370.9 48 256c0-22 3.4-43.1 9.7-63l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v30.4c0 15.9 15.2 27.3 30.5 23c15.9-4.5 28.3-17 32.8-32.8l1.5-5.4c4.6-16.1 15.3-29.7 29.8-38l9.2-5.3c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c73.6 3.6 137.2 45.6 171.2 106.3L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3C448.7 385.4 361.5 464 256 464zm0 48A256 256 0 1 0 256 0a256 256 0 1 0 0 512z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faEarthAmericas=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Z1)),Z1}var o5=v5(),J1={},Qn;function s5(){return Qn||(Qn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="ellipsis",r=448,t=512,e=["ellipsis-h"],c="f141",f="M432 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-160 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faEllipsis=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(J1)),J1}var d5=s5(),p1={},Zn;function h5(){return Zn||(Zn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="ellipsis-vertical",r=128,t=512,e=["ellipsis-v"],c="f142",f="M64 368a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0-160a48 48 0 1 0 0 96 48 48 0 1 0 0-96zM112 96A48 48 0 1 0 16 96a48 48 0 1 0 96 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faEllipsisVertical=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(p1)),p1}var m5=h5(),x1={},Jn;function g5(){return Jn||(Jn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="envelope",r=512,t=512,e=[128386,9993,61443],c="f0e0",f="M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faEnvelope=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(x1)),x1}var C5=g5(),a2={},pn;function b5(){return pn||(pn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="eye",r=576,t=512,e=[128065],c="f06e",f="M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faEye=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(a2)),a2}var M5=b5(),i2={},xn;function _5(){return xn||(xn=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="eye-slash",r=640,t=512,e=[],c="f070",f="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faEyeSlash=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(i2)),i2}var w5=_5(),e2={},ar;function P5(){return ar||(ar=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="face-frown",r=512,t=512,e=[9785,"frown"],c="f119",f="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFaceFrown=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(e2)),e2}var y5=P5(),n2={},ir;function N5(){return ir||(ir=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="face-grimace",r=512,t=512,e=[128556,"grimace"],c="f57f",f="M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h8V320h-8zm40 48h32V320H208v48zm96 0V320H272v48h32zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v48zM168 288H344c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFaceGrimace=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(n2)),n2}var H5=N5(),r2={},er;function F5(){return er||(er=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="face-meh",r=512,t=512,e=[128528,"meh"],c="f11a",f="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFaceMeh=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(r2)),r2}var L5=F5(),t2={},nr;function z5(){return nr||(nr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="face-smile",r=512,t=512,e=[128578,"smile"],c="f118",f="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFaceSmile=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(t2)),t2}var A5=z5(),c2={},rr;function E5(){return rr||(rr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="file-invoice-dollar",r=384,t=512,e=[],c="f571",f="M336 448V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM192 215.6c11 0 20 9 20 20v10.1c7.2 1.1 14.2 2.5 20.6 4.1c10.7 2.5 17.4 13.3 14.9 24.1s-13.3 17.4-24.1 14.9c-11-2.6-21.8-4.5-31.7-4.7c-8.2-.1-16.7 1.6-22.4 4.6c-5.2 2.8-5.3 4.7-5.3 5.9c0 .4 0 .4 0 .4c0 0 0 0 0 0c.3 .4 1.4 1.6 4.4 3.2c6.5 3.5 15.8 6 28.6 9.5l.7 .2c11.2 3 25.4 6.8 36.8 13.2c12.4 7 25.2 19.2 25.4 39.3c.3 20.7-11.7 34.8-25.7 42.5c-6.9 3.8-14.6 6.3-22.3 7.8v10.1c0 11-9 20-20 20s-20-9-20-20V409.7c-10-1.9-19.3-4.8-27.5-7.3l0 0c-2.1-.7-4.2-1.3-6.1-1.9c-10.6-3.1-16.6-14.3-13.5-24.9s14.3-16.6 24.9-13.5c2.5 .7 4.9 1.5 7.2 2.2l0 0 0 0c13.6 4.1 24.2 7.3 35.7 7.7c8.9 .3 17.2-1.5 22.4-4.4c4.4-2.5 5.1-4.5 5-6.9l0-.1c0-.5 .2-2-5-4.8c-6.4-3.6-15.7-6.3-28.3-9.7l-1.7-.5c-10.9-2.9-24.5-6.6-35.4-12.4c-12.2-6.5-25.4-18.4-25.6-38.6c-.1-21 13.2-34.4 26.7-41.5c6.7-3.5 14-5.9 21.3-7.3V235.6c0-11 9-20 20-20zM96 96h80c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h80c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFileInvoiceDollar=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(c2)),c2}var D5=E5(),f2={},tr;function V5(){return tr||(tr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="file-lines",r=384,t=512,e=[128441,128462,61686,"file-alt","file-text"],c="f15c",f="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFileLines=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(f2)),f2}var k5=V5(),l2={},cr;function S5(){return cr||(cr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="file-magnifying-glass",r=384,t=512,e=["file-search"],c="f865",f="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zM272 304c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c17.8 0 34.4-4.8 48.7-13.2L263 425.1c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-38.3-38.3c8.5-14.3 13.3-31 13.3-48.9zm-96-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFileMagnifyingGlass=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(l2)),l2}var R5=S5(),u2={},fr;function O5(){return fr||(fr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="film",r=512,t=512,e=[127902],c="f008",f="M352 432H160V320 280H352v40V432zm0-200H160V192 80H352V192v40zM64 80h48v88H48V96c0-8.8 7.2-16 16-16zM48 216h64v80H48V216zm64 216H64c-8.8 0-16-7.2-16-16V344h64v88zM400 168V80h48c8.8 0 16 7.2 16 16v72H400zm0 48h64v80H400V216zm0 128h64v72c0 8.8-7.2 16-16 16H400V344zM448 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFilm=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(u2)),u2}var q5=O5(),v2={},lr;function I5(){return lr||(lr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="filter",r=512,t=512,e=[],c="f0b0",f="M0 73.7C0 50.7 18.7 32 41.7 32H470.3c23 0 41.7 18.7 41.7 41.7c0 9.6-3.3 18.9-9.4 26.3L336 304.5V447.7c0 17.8-14.5 32.3-32.3 32.3c-7.3 0-14.4-2.5-20.1-7l-92.5-73.4c-9.6-7.6-15.1-19.1-15.1-31.3V304.5L9.4 100C3.3 92.6 0 83.3 0 73.7zM55 80L218.6 280.8c3.5 4.3 5.4 9.6 5.4 15.2v68.4l64 50.8V296c0-5.5 1.9-10.9 5.4-15.2L457 80H55z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFilter=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(v2)),v2}var T5=I5(),o2={},ur;function j5(){return ur||(ur=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="flag",r=448,t=512,e=[127988,61725],c="f024",f="M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24V64 350.5 400v88c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8V334.7l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFlag=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(o2)),o2}var B5=j5(),s2={},vr;function U5(){return vr||(vr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="floppy-disk",r=448,t=512,e=[128190,128426,"save"],c="f0c7",f="M48 96V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H309.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16zm80-16v80H272V80H128zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFloppyDisk=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(s2)),s2}var G5=U5(),d2={},or;function $5(){return or||(or=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="gauge-high",r=512,t=512,e=[62461,"tachometer-alt","tachometer-alt-fast"],c="f625",f="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-400a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 408c30.9 0 56-25.1 56-56c0-14-5.1-26.8-13.7-36.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L254.4 296c-30.2 .8-54.4 25.6-54.4 56c0 30.9 25.1 56 56 56zM192 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM112 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm320-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGaugeHigh=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(d2)),d2}var K5=$5(),h2={},sr;function W5(){return sr||(sr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="gear",r=512,t=512,e=[9881,"cog"],c="f013",f="M256 0c17 0 33.6 1.7 49.8 4.8c7.9 1.5 21.8 6.1 29.4 20.1c2 3.7 3.6 7.6 4.6 11.8l9.3 38.5C350.5 81 360.3 86.7 366 85l38-11.2c4-1.2 8.1-1.8 12.2-1.9c16.1-.5 27 9.4 32.3 15.4c22.1 25.1 39.1 54.6 49.9 86.3c2.6 7.6 5.6 21.8-2.7 35.4c-2.2 3.6-4.9 7-8 10L459 246.3c-4.2 4-4.2 15.5 0 19.5l28.7 27.3c3.1 3 5.8 6.4 8 10c8.2 13.6 5.2 27.8 2.7 35.4c-10.8 31.7-27.8 61.1-49.9 86.3c-5.3 6-16.3 15.9-32.3 15.4c-4.1-.1-8.2-.8-12.2-1.9L366 427c-5.7-1.7-15.5 4-16.9 9.8l-9.3 38.5c-1 4.2-2.6 8.2-4.6 11.8c-7.7 14-21.6 18.5-29.4 20.1C289.6 510.3 273 512 256 512s-33.6-1.7-49.8-4.8c-7.9-1.5-21.8-6.1-29.4-20.1c-2-3.7-3.6-7.6-4.6-11.8l-9.3-38.5c-1.4-5.8-11.2-11.5-16.9-9.8l-38 11.2c-4 1.2-8.1 1.8-12.2 1.9c-16.1 .5-27-9.4-32.3-15.4c-22-25.1-39.1-54.6-49.9-86.3c-2.6-7.6-5.6-21.8 2.7-35.4c2.2-3.6 4.9-7 8-10L53 265.7c4.2-4 4.2-15.5 0-19.5L24.2 218.9c-3.1-3-5.8-6.4-8-10C8 195.3 11 181.1 13.6 173.6c10.8-31.7 27.8-61.1 49.9-86.3c5.3-6 16.3-15.9 32.3-15.4c4.1 .1 8.2 .8 12.2 1.9L146 85c5.7 1.7 15.5-4 16.9-9.8l9.3-38.5c1-4.2 2.6-8.2 4.6-11.8c7.7-14 21.6-18.5 29.4-20.1C222.4 1.7 239 0 256 0zM218.1 51.4l-8.5 35.1c-7.8 32.3-45.3 53.9-77.2 44.6L97.9 120.9c-16.5 19.3-29.5 41.7-38 65.7l26.2 24.9c24 22.8 24 66.2 0 89L59.9 325.4c8.5 24 21.5 46.4 38 65.7l34.6-10.2c31.8-9.4 69.4 12.3 77.2 44.6l8.5 35.1c24.6 4.5 51.3 4.5 75.9 0l8.5-35.1c7.8-32.3 45.3-53.9 77.2-44.6l34.6 10.2c16.5-19.3 29.5-41.7 38-65.7l-26.2-24.9c-24-22.8-24-66.2 0-89l26.2-24.9c-8.5-24-21.5-46.4-38-65.7l-34.6 10.2c-31.8 9.4-69.4-12.3-77.2-44.6l-8.5-35.1c-24.6-4.5-51.3-4.5-75.9 0zM208 256a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zm48 96a96 96 0 1 1 0-192 96 96 0 1 1 0 192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGear=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(h2)),h2}var Y5=W5(),m2={},dr;function X5(){return dr||(dr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="gem",r=512,t=512,e=[128142],c="f3a5",f="M168.5 72L256 165l87.5-93h-175zM383.9 99.1L311.5 176h129L383.9 99.1zm50 124.9H256 78.1L256 420.3 433.9 224zM71.5 176h129L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGem=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(m2)),m2}var Q5=X5(),g2={},hr;function Z5(){return hr||(hr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="gift",r=512,t=512,e=[127873],c="f06b",f="M231.9 44.4C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88c0 14.4 3.5 28 9.6 40H48c-26.5 0-48 21.5-48 48v64c0 20.9 13.4 38.7 32 45.3V288 448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V288v-2.7c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41zM464 176v64H432 288V176h72H464zm-240 0v64H80 48V176H152h72zm0 112V464H96c-8.8 0-16-7.2-16-16V288H224zm64 176V288H432V448c0 8.8-7.2 16-16 16H288zm72-336H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40s-17.9 40-40 40zm-136 0H152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8L225.3 128H224z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGift=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(g2)),g2}var J5=Z5(),C2={},mr;function p5(){return mr||(mr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="graduation-cap",r=640,t=512,e=[127891,"mortar-board"],c="f19d",f="M320 80c2.5 0 5 .4 7.4 1.3l218 78.7-218 78.7c-2.4 .9-4.9 1.3-7.4 1.3s-5-.4-7.4-1.3L184.9 192.6l140.8-52.8c8.3-3.1 12.5-12.3 9.4-20.6s-12.3-12.5-20.6-9.4L154.9 169.6c-5.2 2-10.3 4.2-15.3 6.6L94.7 160l218-78.7c2.4-.9 4.9-1.3 7.4-1.3zM15.8 182.6l77.4 27.9c-27.2 28.7-43.7 66.7-45.1 107.7c-.1 .6-.1 1.2-.1 1.8c0 28.4-10.8 57.8-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7c-3.2-14-7.5-28.3-13.4-41.5c1.9-37 19.2-70.9 46.7-94.2l169.5 61.2c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32s-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6zm480.8 80l-46.5 16.8 12.7 120.5c-4.8 3.5-12.8 8-24.6 12.6C410 423.6 368 432 320 432s-90-8.4-118.3-19.4c-11.8-4.6-19.8-9.2-24.6-12.6l12.7-120.5-46.5-16.8L128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6zM467.4 396a.7 .7 0 1 0 -1.2-.7 .7 .7 0 1 0 1.2 .7zm-294.8 0a.7 .7 0 1 0 1.2-.6 .7 .7 0 1 0 -1.2 .6z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGraduationCap=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(C2)),C2}var x5=p5(),b2={},gr;function a7(){return gr||(gr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="grid",r=448,t=512,e=["grid-3"],c="e195",f="M88 72v48H40V72H88zM40 32C17.9 32 0 49.9 0 72v48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40H40zM88 232v48H40V232H88zM40 192c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40H40zm0 200H88v48H40V392zM0 392v48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V392c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40zM248 72v48H200V72h48zM200 32c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40H200zm0 200h48v48H200V232zm-40 0v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40H200c-22.1 0-40 17.9-40 40zm88 160v48H200V392h48zm-48-40c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V392c0-22.1-17.9-40-40-40H200zM360 72h48v48H360V72zm-40 0v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40H360c-22.1 0-40 17.9-40 40zm88 160v48H360V232h48zm-48-40c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40H360zm0 200h48v48H360V392zm-40 0v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V392c0-22.1-17.9-40-40-40H360c-22.1 0-40 17.9-40 40z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGrid=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(b2)),b2}var i7=a7(),M2={},Cr;function e7(){return Cr||(Cr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="hand-point-left",r=512,t=512,e=[],c="f0a5",f="M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHandPointLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(M2)),M2}var n7=e7(),_2={},br;function r7(){return br||(br=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="hand-point-right",r=512,t=512,e=[],c="f0a4",f="M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHandPointRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(_2)),_2}var t7=r7(),w2={},Mr;function c7(){return Mr||(Mr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="heart-pulse",r=512,t=512,e=["heartbeat"],c="f21e",f="M256 163.9L222.1 130l-12-12c-21.7-21.7-52.5-31.6-82.7-26.5C81.6 99.1 48 138.7 48 185.1v5.8c0 23.9 8.4 46.9 23.5 65.1h51.1c6.5 0 12.3-3.9 14.8-9.8l31.8-76.3c2.5-5.9 8.2-9.8 14.5-9.8s12.2 3.6 14.8 9.4l58.2 129.3 48.9-97.9c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8l23.2 46.3c2.7 5.4 8.2 8.8 14.3 8.8h68.7c15.1-18.2 23.5-41.2 23.5-65.1v-5.8c0-46.4-33.6-86-79.3-93.6c-30.2-5-61.1 4.8-82.7 26.5l-12 12L256 163.9zM456 288H407.4 371.8c-18.2 0-34.8-10.3-42.9-26.5L320 243.8l-49.7 99.4c-2.8 5.5-8.5 9-14.6 8.8s-11.7-3.8-14.3-9.4L184.6 216.2 167 258.5C159.5 276.3 142 288 122.7 288h-18H56 35.7C12.8 261.1 0 226.7 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l0 0 12 12 12-12 0 0c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1v5.8c0 35.8-12.8 70.1-35.7 97.1H456zM68.6 320h70.3L256 429.3 373.1 320h70.3L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L68.6 320z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHeartPulse=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(w2)),w2}var f7=c7(),P2={},_r;function l7(){return _r||(_r=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="hourglass",r=384,t=512,e=[9203,62032,"hourglass-empty"],c="f254",f="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V67c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445v19H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V445c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM192 289.9l81.5 81.5C293 391 304 417.4 304 445v19H80V445c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67V48H304V67c0 27.6-11 54-30.5 73.5L192 222.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHourglass=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(P2)),P2}var u7=l7(),y2={},wr;function v7(){return wr||(wr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="hourglass-end",r=384,t=512,e=[8987,"hourglass-3"],c="f253",f="M0 24C0 10.7 10.7 0 24 0H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V67c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V445c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67V48H24C10.7 48 0 37.3 0 24zM273.5 140.5C293 121 304 94.6 304 67V48H80V67c0 27.6 11 54 30.5 73.5L192 222.1l81.5-81.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHourglassEnd=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(y2)),y2}var o7=v7(),N2={},Pr;function s7(){return Pr||(Pr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="hourglass-start",r=384,t=512,e=["hourglass-1"],c="f251",f="M0 488c0 13.3 10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V445c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24C10.7 0 0 10.7 0 24S10.7 48 24 48h8V67c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445v19H24c-13.3 0-24 10.7-24 24zM273.5 371.5C293 391 304 417.4 304 445v19H80V445c0-27.6 11-54 30.5-73.5L192 289.9l81.5 81.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHourglassStart=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(N2)),N2}var d7=s7(),H2={},yr;function h7(){return yr||(yr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="house",r=576,t=512,e=[127968,63498,63500,"home","home-alt","home-lg-alt"],c="f015",f="M303.5 5.7c-9-7.6-22.1-7.6-31.1 0l-264 224c-10.1 8.6-11.3 23.7-2.8 33.8s23.7 11.3 33.8 2.8L64 245.5V432c0 44.2 35.8 80 80 80H432c44.2 0 80-35.8 80-80V245.5l24.5 20.8c10.1 8.6 25.3 7.3 33.8-2.8s7.3-25.3-2.8-33.8l-264-224zM112 432V204.8L288 55.5 464 204.8V432c0 17.7-14.3 32-32 32H384V312c0-22.1-17.9-40-40-40H232c-22.1 0-40 17.9-40 40V464H144c-17.7 0-32-14.3-32-32zm128 32V320h96V464H240z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHouse=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(H2)),H2}var m7=h7(),F2={},Nr;function g7(){return Nr||(Nr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="images",r=576,t=512,e=[],c="f302",f="M160 80H512c8.8 0 16 7.2 16 16V320c0 8.8-7.2 16-16 16H490.8L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336H160c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM96 96V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faImages=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(F2)),F2}var C7=g7(),L2={},Hr;function b7(){return Hr||(Hr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="images",r=576,t=512,e=[],c="f302",f="M160 32c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320H328 280 200c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faImages=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(L2)),L2}var M7=b7(),z2={},Fr;function _7(){return Fr||(Fr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="key",r=512,t=512,e=[128273],c="f084",f="M208 176c0-70.7 57.3-128 128-128s128 57.3 128 128s-57.3 128-128 128c-10.4 0-20.5-1.2-30.1-3.6c-8.1-2-16.7 .4-22.6 6.4L254.1 336H200c-13.3 0-24 10.7-24 24v40H136c-13.3 0-24 10.7-24 24v40H48V385.9L205.2 228.7c5.9-5.9 8.3-14.5 6.4-22.6c-2.3-9.6-3.6-19.7-3.6-30.1zM336 0C238.8 0 160 78.8 160 176c0 9.5 .7 18.8 2.2 27.9L7 359c-4.5 4.5-7 10.6-7 17V488c0 13.3 10.7 24 24 24H136c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l27.2-27.2c9.1 1.4 18.4 2.2 27.9 2.2c97.2 0 176-78.8 176-176S433.2 0 336 0zm32 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faKey=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(z2)),z2}var w7=_7(),A2={},Lr;function P7(){return Lr||(Lr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="keyboard",r=576,t=512,e=[9e3],c="f11c",f="M64 112c-8.8 0-16 7.2-16 16V384c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H64zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 320H400c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faKeyboard=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(A2)),A2}var y7=P7(),E2={},zr;function N7(){return zr||(zr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="lightbulb",r=384,t=512,e=[128161],c="f0eb",f="M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7l0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8l0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4l0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5H226.4c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8l0 0 0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80V416H272v16c0 44.2-35.8 80-80 80z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faLightbulb=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(E2)),E2}var H7=N7(),D2={},Ar;function F7(){return Ar||(Ar=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="link",r=640,t=512,e=[128279,"chain"],c="f0c1",f="M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faLink=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(D2)),D2}var L7=F7(),V2={},Er;function z7(){return Er||(Er=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="link-slash",r=640,t=512,e=["chain-broken","chain-slash","unlink"],c="f127",f="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l91-91c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6l-95.1 95.1-45.5-35.7c24.2-53.3 14.1-117.9-29.3-161.3c-52.1-52.1-134.4-55.9-190.8-11.2L38.8 5.1zm186.3 146c36.9-22.3 85.6-17.6 117.4 14.3c26 26 34 63.3 23.7 96.4L225.1 151.1zM406.9 416.6l-54.2-42.7c-20.2-2.7-39.7-11.7-55.2-27.3c-9.8-9.8-17-21.2-21.7-33.3l-54.2-42.7c-2.2 39.6 11.9 79.9 41.9 109.9c38.8 38.8 94.2 50.8 143.4 36zM116.6 187.9L59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6l60.9-60.9-38-29.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faLinkSlash=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(V2)),V2}var A7=z7(),k2={},Dr;function E7(){return Dr||(Dr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="list",r=512,t=512,e=["list-squares"],c="f03a",f="M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM184 72c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faList=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(k2)),k2}var D7=E7(),S2={},Vr;function V7(){return Vr||(Vr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="list-check",r=512,t=512,e=["tasks"],c="f0ae",f="M153.8 72.1c8.9-9.9 8.1-25-1.8-33.9s-25-8.1-33.9 1.8L63.1 101.1 41 79C31.6 69.7 16.4 69.7 7 79s-9.4 24.6 0 33.9l40 40c4.7 4.7 11 7.2 17.6 7s12.8-3 17.2-7.9l72-80zm0 160c8.9-9.9 8.1-25-1.8-33.9s-25-8.1-33.9 1.8L63.1 261.1 41 239c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l40 40c4.7 4.7 11 7.2 17.6 7s12.8-3 17.2-7.9l72-80zM216 120H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H216c-13.3 0-24 10.7-24 24s10.7 24 24 24zM192 256c0 13.3 10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H216c-13.3 0-24 10.7-24 24zM160 416c0 13.3 10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm-64 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faListCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(S2)),S2}var k7=V7(),R2={},kr;function S7(){return kr||(kr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="list-ol",r=512,t=512,e=["list-1-2","list-numeric"],c="f0cb",f="M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM216 72H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 160H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 160H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faListOl=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(R2)),R2}var R7=S7(),O2={},Sr;function O7(){return Sr||(Sr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="location-dot",r=384,t=512,e=["map-marker-alt"],c="f3c5",f="M336 192c0-79.5-64.5-144-144-144S48 112.5 48 192c0 12.4 4.5 31.6 15.3 57.2c10.5 24.8 25.4 52.2 42.5 79.9c28.5 46.2 61.5 90.8 86.2 122.6c24.8-31.8 57.8-76.4 86.2-122.6c17.1-27.7 32-55.1 42.5-79.9C331.5 223.6 336 204.4 336 192zm48 0c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192zm-160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-112 0a80 80 0 1 1 160 0 80 80 0 1 1 -160 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faLocationDot=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(O2)),O2}var q7=O7(),q2={},Rr;function I7(){return Rr||(Rr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="lock-keyhole",r=448,t=512,e=["lock-alt"],c="f30d",f="M224 48c44.2 0 80 35.8 80 80v64H144V128c0-44.2 35.8-80 80-80zM96 128v64H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H352V128C352 57.3 294.7 0 224 0S96 57.3 96 128zM64 240H384c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V256c0-8.8 7.2-16 16-16zm184 80c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V320z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faLockKeyhole=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(q2)),q2}var T7=I7(),I2={},Or;function j7(){return Or||(Or=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="magnifying-glass",r=512,t=512,e=[128269,"search"],c="f002",f="M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMagnifyingGlass=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(I2)),I2}var B7=j7(),T2={},qr;function U7(){return qr||(qr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="medal",r=512,t=512,e=[127941],c="f5a2",f="M4.1 38.2L106.4 191.5c11.2-11.6 23.7-21.9 37.3-30.6L68.4 48h64.5l54.9 91.5c15.8-5.5 32.4-9.1 49.6-10.6l-6.1-10.1L169.3 15.5C163.5 5.9 153.1 0 141.9 0H24.6C11 0 0 11 0 24.6c0 4.8 1.4 9.6 4.1 13.6zm276.6 80.5l-6.1 10.1c17.2 1.5 33.8 5.2 49.6 10.6L379.2 48h64.5L368.4 160.9c13.6 8.7 26.1 19 37.3 30.6L507.9 38.2c2.7-4 4.1-8.8 4.1-13.6C512 11 501 0 487.4 0H370.1c-11.2 0-21.7 5.9-27.4 15.5L280.8 118.7zM256 208a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 304a176 176 0 1 0 0-352 176 176 0 1 0 0 352zm7.2-257.5c-2.9-5.9-11.4-5.9-14.3 0l-19.2 38.9c-1.2 2.4-3.4 4-6 4.4L180.7 304c-6.6 1-9.2 9-4.4 13.6l31 30.2c1.9 1.8 2.7 4.5 2.3 7.1l-7.3 42.7c-1.1 6.5 5.7 11.5 11.6 8.4L252.3 386c2.3-1.2 5.1-1.2 7.4 0l38.4 20.2c5.9 3.1 12.7-1.9 11.6-8.4L302.4 355c-.4-2.6 .4-5.2 2.3-7.1l31-30.2c4.7-4.6 2.1-12.7-4.4-13.6l-42.9-6.2c-2.6-.4-4.9-2-6-4.4l-19.2-38.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMedal=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(T2)),T2}var G7=U7(),j2={},Ir;function $7(){return Ir||(Ir=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="memo-circle-info",r=576,t=512,e=[],c="e49a",f="M320 48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H284.5c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V198.6c-17.2 4.9-33.4 12.3-48 21.8V64c0-8.8-7.2-16-16-16zM96 152c0-13.3 10.7-24 24-24H264c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24zm24 72H264c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24zm312-96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-32 48c0 8.8 7.2 16 16 16h0v48h0c-8.8 0-16 7.2-16 16s7.2 16 16 16h16 16c8.8 0 16-7.2 16-16s-7.2-16-16-16V368c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMemoCircleInfo=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(j2)),j2}var K7=$7(),B2={},Tr;function W7(){return Tr||(Tr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="minus",r=448,t=512,e=[8211,8722,10134,"subtract"],c="f068",f="M432 256c0 13.3-10.7 24-24 24L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l368 0c13.3 0 24 10.7 24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMinus=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(B2)),B2}var Y7=W7(),U2={},jr;function X7(){return jr||(jr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="money-bill-1",r=576,t=512,e=["money-bill-alt"],c="f3d1",f="M112 112c0 35.3-28.7 64-64 64V336c35.3 0 64 28.7 64 64H464c0-35.3 28.7-64 64-64V176c-35.3 0-64-28.7-64-64H112zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16v64h-8c-8.8 0-16 7.2-16 16s7.2 16 16 16h24 24c8.8 0 16-7.2 16-16s-7.2-16-16-16h-8V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMoneyBill1=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(U2)),U2}var Q7=X7(),G2={},Br;function Z7(){return Br||(Br=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="music",r=512,t=512,e=[127925],c="f001",f="M512 31c0-17.1-13.9-31-31-31c-3.1 0-6.2 .5-9.1 1.4l-311 95.7C150.9 100.2 144 109.5 144 120V240 362.7c-14.1-6.8-30.5-10.7-48-10.7c-53 0-96 35.8-96 80s43 80 96 80s96-35.8 96-80V260.2l272-83.7V298.7c-14.1-6.8-30.5-10.7-48-10.7c-53 0-96 35.8-96 80s43 80 96 80s96-35.8 96-80V144.6c0-.4 0-.7 0-1.1V31zM464 368c0 9.8-12.9 32-48 32s-48-22.2-48-32s12.9-32 48-32s48 22.2 48 32zM144 432c0 9.8-12.9 32-48 32s-48-22.2-48-32s12.9-32 48-32s48 22.2 48 32zM464 126.3L192 210V137.7L464 54v72.2z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMusic=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(G2)),G2}var J7=Z7(),$2={},Ur;function p7(){return Ur||(Ur=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="paperclip",r=448,t=512,e=[128206],c="f0c6",f="M375 73c-26-26-68.1-26-94.1 0L89 265C45.3 308.6 45.3 379.4 89 423s114.4 43.6 158.1 0L399 271c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L281 457c-62.4 62.4-163.5 62.4-225.9 0S-7.4 293.4 55 231L247 39C291.7-5.7 364.2-5.7 409 39s44.7 117.2 0 161.9L225.2 384.7c-31.6 31.6-83.6 28.7-111.5-6.2c-23.8-29.8-21.5-72.8 5.5-99.8L271 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L153.2 312.7c-9.7 9.7-10.6 25.1-2 35.8c10 12.5 28.7 13.6 40 2.2L375 167c26-26 26-68.1 0-94.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPaperclip=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}($2)),$2}var x7=p7(),K2={},Gr;function al(){return Gr||(Gr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="paper-plane",r=512,t=512,e=[61913],c="f1d8",f="M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376V479.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPaperPlane=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(K2)),K2}var il=al(),W2={},$r;function el(){return $r||($r=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="pencil",r=512,t=512,e=[9999,61504,"pencil-alt"],c="f303",f="M36.4 360.9L13.4 439 1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1L73 498.6l78.1-23c10.4-3 20.1-8 28.6-14.5l.3 .2 .5-.8c1.4-1.1 2.7-2.2 4-3.3c1.4-1.2 2.7-2.5 4-3.8L492.7 149.3c21.9-21.9 24.6-55.6 8.2-80.5c-2.3-3.5-5.1-6.9-8.2-10L453.3 19.3c-25-25-65.5-25-90.5 0L58.6 323.5c-2.5 2.5-4.9 5.2-7.1 8l-.8 .5 .2 .3c-6.5 8.5-11.4 18.2-14.5 28.6zM383 191L197.4 376.6l-49.6-12.4-12.4-49.6L321 129 383 191zM97 358.9l7.7 31c2.1 8.6 8.9 15.3 17.5 17.5l31 7.7-7.4 11.2c-2.6 1.4-5.3 2.6-8.1 3.4l-23.4 6.9L59.4 452.6l16.1-54.8 6.9-23.4c.8-2.8 2-5.6 3.4-8.1L97 358.9zM315.3 218.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-96 96c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l96-96z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPencil=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(W2)),W2}var nl=el(),Y2={},Kr;function rl(){return Kr||(Kr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="pen-circle",r=512,t=512,e=[],c="e20e",f="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM357.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM151.9 289L257.1 183.8l71 71L222.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPenCircle=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Y2)),Y2}var tl=rl(),X2={},Wr;function cl(){return Wr||(Wr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="pen-field",r=640,t=512,e=[],c="e211",f="M569.2 59.1L581.1 71c9.4 9.4 9.4 24.6 0 33.9L560 126.1 514.3 80.4l20.8-21.1c9.4-9.5 24.6-9.5 34.1-.1zM359.9 236.8L480.6 114.5 526.1 160 404.6 281.6c-3.3 3.3-7.5 5.6-12 6.5L343 298.5l10.4-49.7c.9-4.5 3.2-8.7 6.4-11.9zM501 25.5L325.7 203.1c-9.7 9.8-16.4 22.3-19.2 35.8l-18 85.7c-1.7 7.9 .8 16.2 6.5 21.9s14 8.2 21.9 6.5l85.5-17.9c13.7-2.9 26.2-9.7 36.1-19.6L615.1 138.9c28.1-28.1 28.1-73.7 0-101.8L603.1 25.2C574.9-3.1 529-2.9 501 25.5zM72 128c-39.8 0-72 32.2-72 72V440c0 39.8 32.2 72 72 72H504c39.8 0 72-32.2 72-72V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V440c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V200c0-13.3 10.7-24 24-24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H72zm56 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPenField=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(X2)),X2}var fl=cl(),Q2={},Yr;function ll(){return Yr||(Yr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="play",r=384,t=512,e=[9654],c="f04b",f="M48 432L336 256 48 80l0 352zM24.5 38.1C39.7 29.6 58.2 30 73 39L361 215c14.3 8.7 23 24.2 23 41s-8.7 32.2-23 41L73 473c-14.8 9.1-33.4 9.4-48.5 .9S0 449.4 0 432V80C0 62.6 9.4 46.6 24.5 38.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPlay=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Q2)),Q2}var ul=ll(),Z2={},Xr;function vl(){return Xr||(Xr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="plus",r=448,t=512,e=[10133,61543,"add"],c="2b",f="M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24V232H40c-13.3 0-24 10.7-24 24s10.7 24 24 24H200V440c0 13.3 10.7 24 24 24s24-10.7 24-24V280H408c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V72z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPlus=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Z2)),Z2}var ol=vl(),J2={},Qr;function sl(){return Qr||(Qr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="presentation-screen",r=576,t=512,e=["presentation"],c="f685",f="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H552c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zm8 80V296c0 30.9 25.1 56 56 56H264v46.1l-73 73c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l63-63 63 63c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-73-73V352H488c30.9 0 56-25.1 56-56V80H496V296c0 4.4-3.6 8-8 8H288 88c-4.4 0-8-3.6-8-8V80H32z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPresentationScreen=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(J2)),J2}var dl=sl(),p2={},Zr;function hl(){return Zr||(Zr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="print",r=512,t=512,e=[128424,128438,9113],c="f02f",f="M112 160V64c0-8.8 7.2-16 16-16H357.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c3 3 4.7 7.1 4.7 11.3V160h48V90.5c0-17-6.7-33.3-18.7-45.3L402.7 18.7C390.7 6.7 374.5 0 357.5 0H128C92.7 0 64 28.7 64 64v96h48zm16 208H384v96H128V368zm-16-48c-17.7 0-32 14.3-32 32H48V256c0-8.8 7.2-16 16-16H448c8.8 0 16 7.2 16 16v96H432c0-17.7-14.3-32-32-32H112zm320 80h48c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64V368c0 17.7 14.3 32 32 32H80v80c0 17.7 14.3 32 32 32H400c17.7 0 32-14.3 32-32V400z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPrint=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(p2)),p2}var ml=hl(),x2={},Jr;function gl(){return Jr||(Jr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="rectangle-code",r=512,t=512,e=[],c="e322",f="M448 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM287 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9l-64-64c-9.4-9.4-24.6-9.4-33.9 0zM225 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-64 64c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faRectangleCode=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(x2)),x2}var Cl=gl(),ai={},pr;function bl(){return pr||(pr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="rectangle-list",r=576,t=512,e=["list-alt"],c="f022",f="M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faRectangleList=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ai)),ai}var Ml=bl(),ii={},xr;function _l(){return xr||(xr=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="rectangle-history",r=512,t=512,e=[],c="e4a2",f="M464 224c0-8.8-7.2-16-16-16L64 208c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-224zm-16-64c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l384 0zm-8-80c13.3 0 24 10.7 24 24s-10.7 24-24 24L72 128c-13.3 0-24-10.7-24-24s10.7-24 24-24l368 0zM392 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L120 48c-13.3 0-24-10.7-24-24s10.7-24 24-24L392 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faRectangleHistory=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ii)),ii}var wl=_l(),ei={},a3;function Pl(){return a3||(a3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="reply",r=512,t=512,e=[61714,"mail-reply"],c="f3e5",f="M224 240h96c66.2 0 122 44.7 138.8 105.5c3.3-12.4 5.2-26.2 5.2-41.5c0-70.7-57.3-128-128-128H224 200c-13.3 0-24-10.7-24-24V128 99.9L55.9 208 176 316.1V288 264c0-13.3 10.7-24 24-24h24zm0 48v48 16c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4s19 16.6 19 29.2V80v48h48 64c97.2 0 176 78.8 176 176c0 78-38.6 126.2-68.7 152.1c-4.1 3.5-8.1 6.6-11.7 9.3c-3.2 2.4-6.2 4.4-8.9 6.2c-4.5 3-8.3 5.1-10.8 6.5c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-6.8 3.6-13.2 8.3-18.1c.5-.5 .9-.9 1.4-1.4c2.4-2.3 5.1-5.1 7.7-8.6c1.7-2.3 3.4-5 5-7.9c5.3-9.7 9.5-22.9 9.5-40.2c0-53-43-96-96-96H272 224z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faReply=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ei)),ei}var yl=Pl(),ni={},i3;function Nl(){return i3||(i3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="rotate-left",r=512,t=512,e=["rotate-back","rotate-backward","undo-alt"],c="f2ea",f="M140.8 122.9C171.7 96.2 212 80 256 80c97.2 0 176 78.8 176 176s-78.8 176-176 176c-39.7 0-76.2-13.1-105.6-35.2c-10.6-8-25.6-5.8-33.6 4.8s-5.8 25.6 4.8 33.6C159 463.3 205.6 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32c-57.3 0-109.6 21.5-149.2 56.9L76.3 58.3C69.7 51.7 60.7 48 51.3 48C31.8 48 16 63.8 16 83.3V200c0 13.3 10.7 24 24 24H156.7c19.5 0 35.3-15.8 35.3-35.3c0-9.4-3.7-18.3-10.3-25l-40.8-40.8zm-76.8-9L126.1 176H64V113.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faRotateLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ni)),ni}var Hl=Nl(),ri={},e3;function Fl(){return e3||(e3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="share",r=512,t=512,e=["arrow-turn-right","mail-forward"],c="f064",f="M288 240H192c-66.2 0-122 44.7-138.8 105.5C49.9 333.1 48 319.3 48 304c0-70.7 57.3-128 128-128H288h24c13.3 0 24-10.7 24-24V128 99.9L456.1 208 336 316.1V288 264c0-13.3-10.7-24-24-24H288zm0 48v48 16c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4s-19 16.6-19 29.2V80v48H240 176C78.8 128 0 206.8 0 304c0 78 38.6 126.2 68.7 152.1c4.1 3.5 8.1 6.6 11.7 9.3c3.2 2.4 6.2 4.4 8.9 6.2c4.5 3 8.3 5.1 10.8 6.5c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-6.8-3.6-13.2-8.3-18.1c-.5-.5-.9-.9-1.4-1.4c-2.4-2.3-5.1-5.1-7.7-8.6c-1.7-2.3-3.4-5-5-7.9c-5.3-9.7-9.5-22.9-9.5-40.2c0-53 43-96 96-96h48 48z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faShare=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ri)),ri}var Ll=Fl(),ti={},n3;function zl(){return n3||(n3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="share-nodes",r=448,t=512,e=["share-alt"],c="f1e0",f="M448 128c0 53-43 96-96 96c-28.9 0-54.8-12.8-72.4-33l-89.7 44.9c1.4 6.5 2.1 13.2 2.1 20.1s-.7 13.6-2.1 20.1L279.6 321c17.6-20.2 43.5-33 72.4-33c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96c0-6.9 .7-13.6 2.1-20.1L168.4 319c-17.6 20.2-43.5 33-72.4 33c-53 0-96-43-96-96s43-96 96-96c28.9 0 54.8 12.8 72.4 33l89.7-44.9c-1.4-6.5-2.1-13.2-2.1-20.1c0-53 43-96 96-96s96 43 96 96zM96 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM400 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM352 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faShareNodes=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ti)),ti}var Al=zl(),ci={},r3;function El(){return r3||(r3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="shield-halved",r=512,t=512,e=["shield-alt"],c="f3ed",f="M232 59.6V450.3C99.2 375.7 64.4 227.3 64 139.7c0-5 3.1-10.2 9-12.8L232 59.6zm48 390.8V59.6L439 127c5.9 2.5 9.1 7.8 9 12.8c-.4 87.5-35.2 236-168 310.6zM457.7 82.8L269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.8 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faShieldHalved=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ci)),ci}var Dl=El(),fi={},t3;function Vl(){return t3||(t3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="sidebar-flip",r=512,t=512,e=[],c="e24f",f="M288 80V432H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H288zM512 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96zm-64 24c0 13.3-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24zm-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24h48zm24 120c0 13.3-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSidebarFlip=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(fi)),fi}var kl=Vl(),li={},c3;function Sl(){return c3||(c3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="signal",r=640,t=512,e=[128246,"signal-5","signal-perfect"],c="f012",f="M576 0c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24zM448 96c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V120c0-13.3 10.7-24 24-24zM320 192c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24zM192 288c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V312c0-13.3 10.7-24 24-24zM64 384c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V408c0-13.3 10.7-24 24-24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSignal=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(li)),li}var Rl=Sl(),ui={},f3;function Ol(){return f3||(f3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="sitemap",r=576,t=512,e=[],c="f0e8",f="M320 80v64H256V80h64zM256 32c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h8v40H112c-30.9 0-56 25.1-56 56v32H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-8V288c0-4.4 3.6-8 8-8H264v40h-8c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-8V280H464c4.4 0 8 3.6 8 8v32h-8c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-8V288c0-30.9-25.1-56-56-56H312V192h8c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H256zM48 368h64v64H48V368zm208 0h64v64H256V368zm208 0h64v64H464V368z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSitemap=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ui)),ui}var ql=Ol(),vi={},l3;function Il(){return l3||(l3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="sliders",r=512,t=512,e=["sliders-h"],c="f1de",f="M0 416c0 13.3 10.7 24 24 24l59.7 0c10.2 32.5 40.5 56 76.3 56s66.1-23.5 76.3-56L488 440c13.3 0 24-10.7 24-24s-10.7-24-24-24l-251.7 0c-10.2-32.5-40.5-56-76.3-56s-66.1 23.5-76.3 56L24 392c-13.3 0-24 10.7-24 24zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-35.8 0-66.1 23.5-76.3 56L24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l251.7 0c10.2 32.5 40.5 56 76.3 56s66.1-23.5 76.3-56l59.7 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-59.7 0c-10.2-32.5-40.5-56-76.3-56zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm76.3-56C258.1 39.5 227.8 16 192 16s-66.1 23.5-76.3 56L24 72C10.7 72 0 82.7 0 96s10.7 24 24 24l91.7 0c10.2 32.5 40.5 56 76.3 56s66.1-23.5 76.3-56L488 120c13.3 0 24-10.7 24-24s-10.7-24-24-24L268.3 72z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSliders=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(vi)),vi}var Tl=Il(),oi={},u3;function jl(){return u3||(u3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="spell-check",r=576,t=512,e=[],c="f891",f="M134.1 14.6C130.4 5.8 121.6 0 112 0s-18.3 5.8-22.1 14.6l-88 208c-5.2 12.2 .5 26.3 12.8 31.5s26.3-.5 31.5-12.8L56.8 216H167.2l10.7 25.4c5.2 12.2 19.2 17.9 31.5 12.8s17.9-19.2 12.8-31.5l-88-208zM146.9 168H77.1L112 85.6 146.9 168zM256 24V128 232c0 13.3 10.7 24 24 24h92c42 0 76-34 76-76c0-24.6-11.7-46.4-29.8-60.3C426.9 107.3 432 92.2 432 76c0-42-34-76-76-76H280c-13.3 0-24 10.7-24 24zm100 80H304V48h52c15.5 0 28 12.5 28 28s-12.5 28-28 28zm-52 48h52 16c15.5 0 28 12.5 28 28s-12.5 28-28 28H304V152zM568.6 313.3c9.6-9.2 9.9-24.4 .7-33.9s-24.4-9.9-33.9-.7l-183 175.7L265 367c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L335 505c9.2 9.2 24.2 9.4 33.6 .3l200-192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSpellCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(oi)),oi}var Bl=jl(),si={},v3;function Ul(){return v3||(v3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="square",r=448,t=512,e=[9632,9723,9724,61590],c="f0c8",f="M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquare=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(si)),si}var Gl=Ul(),di={},o3;function $l(){return o3||(o3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="square-caret-right",r=448,t=512,e=["caret-square-right"],c="f152",f="M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquareCaretRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(di)),di}var Kl=$l(),hi={},s3;function Wl(){return s3||(s3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="square-check",r=448,t=512,e=[9745,9989,61510,"check-square"],c="f14a",f="M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquareCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(hi)),hi}var Yl=Wl(),mi={},d3;function Xl(){return d3||(d3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="square-list",r=448,t=512,e=[],c="e489",f="M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquareList=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(mi)),mi}var Ql=Xl(),gi={},h3;function Zl(){return h3||(h3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="star",r=576,t=512,e=[11088,61446],c="f005",f="M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.6 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faStar=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(gi)),gi}var Jl=Zl(),Ci={},m3;function pl(){return m3||(m3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="tag",r=448,t=512,e=[127991],c="f02b",f="M197.5 32c17 0 33.3 6.7 45.3 18.7l176 176c25 25 25 65.5 0 90.5L285.3 450.7c-25 25-65.5 25-90.5 0l-176-176C6.7 262.7 0 246.5 0 229.5V80C0 53.5 21.5 32 48 32H197.5zM48 229.5c0 4.2 1.7 8.3 4.7 11.3l176 176c6.2 6.2 16.4 6.2 22.6 0L384.8 283.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-3-3-7.1-4.7-11.3-4.7H48V229.5zM112 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTag=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ci)),Ci}var xl=pl(),bi={},g3;function au(){return g3||(g3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="tags",r=512,t=512,e=[],c="f02c",f="M345 39.1c-9.3-9.4-24.5-9.5-33.9-.2s-9.5 24.5-.2 33.9L438.6 202.1c33.9 34.3 33.9 89.4 0 123.7L326.7 439.1c-9.3 9.4-9.2 24.6 .2 33.9s24.6 9.2 33.9-.2L472.8 359.6c52.4-53 52.4-138.2 0-191.2L345 39.1zM242.7 50.7c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80V229.5c0 17 6.7 33.3 18.7 45.3l168 168c25 25 65.5 25 90.5 0L410.7 309.3c25-25 25-65.5 0-90.5l-168-168zM48 80H197.5c4.2 0 8.3 1.7 11.3 4.7l168 168c6.2 6.2 6.2 16.4 0 22.6L243.3 408.8c-6.2 6.2-16.4 6.2-22.6 0l-168-168c-3-3-4.7-7.1-4.7-11.3V80zm96 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTags=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(bi)),bi}var iu=au(),Mi={},C3;function eu(){return C3||(C3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="text",r=448,t=512,e=[],c="f893",f="M48 80v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V72C0 49.9 17.9 32 40 32H408c22.1 0 40 17.9 40 40v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H248l0 352h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h48l0-352H48z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faText=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Mi)),Mi}var nu=eu(),_i={},b3;function ru(){return b3||(b3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="text-slash",r=640,t=512,e=["remove-format"],c="f87d",f="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-281.9-221L396.4 80H521.3l-8.5 34.2c-3.2 12.9 4.6 25.9 17.5 29.1s25.9-4.6 29.1-17.5l11-44.1C576.6 56.5 557.5 32 531.5 32h-335c-18.4 0-34.4 12.5-38.8 30.3l-7.5 30.1L38.8 5.1zM191.5 124.8L202.7 80H346.5L308.1 216.2 191.5 124.8zm57.4 300.7l-1.8 6.5H192c-13.3 0-24 10.7-24 24s10.7 24 24 24H352c13.3 0 24-10.7 24-24s-10.7-24-24-24H296.9l23.6-83.5-40.8-32.1L248.9 425.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTextSlash=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(_i)),_i}var tu=ru(),wi={},M3;function cu(){return M3||(M3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="thumbs-up",r=512,t=512,e=[128077,61575],c="f164",f="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faThumbsUp=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(wi)),wi}var fu=cu(),Pi={},_3;function lu(){return _3||(_3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="trash-can",r=448,t=512,e=[61460,"trash-alt"],c="f2ed",f="M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTrashCan=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Pi)),Pi}var uu=lu(),yi={},w3;function vu(){return w3||(w3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="tree-palm",r=576,t=512,e=[127796],c="f82b",f="M102.9 91.4l30.3 50.5c-4 3.5-8 7.2-12 11.2c-71 71-60.2 151-32.7 191.3c5 7.3 15.2 7.3 21.4 1L236 219.3c2.3 9.3 4.3 20.3 5.6 32.9c4.9 46.6 .5 115.1-26.4 208.3c-7.3 25.3 11.3 51.5 38.5 51.5h84.1c20 0 37.6-15 39.6-35.7c9.2-95.5-5.9-202-34.3-284.3H446.7c2.8 0 5.4-1.5 6.9-3.9l19.6-32.7c3.1-5.2 10.6-5.2 13.7 0l19.6 32.7c1.4 2.4 4.1 3.9 6.9 3.9H560c8.8 0 16.1-7.2 14.4-15.9C565.3 128.2 516.4 64 416 64c-43.7 0-77.6 12.2-102.8 29.8C296.5 49.4 248 0 160 0C59.6 0 10.7 64.2 1.6 112.1C-.1 120.8 7.2 128 16 128H62.7c2.8 0 5.4-1.5 6.9-3.9L89.1 91.4c3.1-5.2 10.6-5.2 13.7 0zM292 192c28.6 74.1 46 177.9 38.3 272H264.1c25.8-92.9 30.7-164.5 25.2-216.8c-2.2-21.5-6.2-39.9-11.4-55.2H292z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTreePalm=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(yi)),yi}var ou=vu(),Ni={},P3;function su(){return P3||(P3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="triangle-exclamation",r=512,t=512,e=[9888,"exclamation-triangle","warning"],c="f071",f="M248.4 84.3c1.6-2.7 4.5-4.3 7.6-4.3s6 1.6 7.6 4.3L461.9 410c1.4 2.3 2.1 4.9 2.1 7.5c0 8-6.5 14.5-14.5 14.5H62.5c-8 0-14.5-6.5-14.5-14.5c0-2.7 .7-5.3 2.1-7.5L248.4 84.3zm-41-25L9.1 385c-6 9.8-9.1 21-9.1 32.5C0 452 28 480 62.5 480h387c34.5 0 62.5-28 62.5-62.5c0-11.5-3.2-22.7-9.1-32.5L304.6 59.3C294.3 42.4 275.9 32 256 32s-38.3 10.4-48.6 27.3zM288 368a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-8-184c0-13.3-10.7-24-24-24s-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24V184z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTriangleExclamation=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ni)),Ni}var du=su(),Hi={},y3;function hu(){return y3||(y3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="trophy-star",r=576,t=512,e=["trophy-alt"],c="f2eb",f="M176.9 48c6.4 160.7 44.3 231.4 71.8 261.7c13.7 15.1 25.9 21.4 33.1 24.1c2.6 1 4.7 1.5 6.1 1.9c1.4-.3 3.5-.9 6.1-1.9c7.2-2.7 19.4-9 33.1-24.1c27.5-30.3 65.5-101 71.8-261.7H176.9zM176 0H400c26.5 0 48.1 21.8 47.1 48.2c-.2 5.3-.4 10.6-.7 15.8H552c13.3 0 24 10.7 24 24c0 108.5-45.9 177.7-101.4 220.6c-53.9 41.7-115.7 57.6-149.5 63.7c-4.7 2.5-9.1 4.5-13.1 6.1V464h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H288 184c-13.3 0-24-10.7-24-24s10.7-24 24-24h80V378.4c-4-1.6-8.4-3.6-13.1-6.1c-33.8-6-95.5-22-149.5-63.7C45.9 265.7 0 196.5 0 88C0 74.7 10.7 64 24 64H129.6c-.3-5.2-.5-10.4-.7-15.8C127.9 21.8 149.5 0 176 0zM390.8 302.6c18.1-8 36.8-18.4 54.4-32c40.6-31.3 75.9-80.2 81.9-158.6H442.7c-9.1 90.1-29.2 150.3-51.9 190.6zm-260-32c17.5 13.6 36.3 24 54.4 32c-22.7-40.3-42.8-100.5-51.9-190.6H48.9c6 78.4 41.3 127.3 81.9 158.6zM295.2 102.5l14.5 29.3c1.2 2.4 3.4 4 6 4.4l32.4 4.7c6.6 1 9.2 9 4.4 13.6l-23.4 22.8c-1.9 1.8-2.7 4.5-2.3 7.1l5.5 32.2c1.1 6.5-5.7 11.5-11.6 8.4l-29-15.2c-2.3-1.2-5.1-1.2-7.4 0l-29 15.2c-5.9 3.1-12.7-1.9-11.6-8.4l5.5-32.2c.4-2.6-.4-5.2-2.3-7.1l-23.4-22.8c-4.7-4.6-2.1-12.7 4.4-13.6l32.4-4.7c2.6-.4 4.9-2 6-4.4l14.5-29.3c2.9-5.9 11.4-5.9 14.3 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTrophyStar=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Hi)),Hi}var mu=hu(),Fi={},N3;function gu(){return N3||(N3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="unlock-keyhole",r=448,t=512,e=["unlock-alt"],c="f13e",f="M224 48c-44.2 0-80 35.8-80 80v64H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H96V128C96 57.3 153.3 0 224 0c57 0 105.2 37.2 121.8 88.6c4.1 12.6-2.8 26.1-15.5 30.2s-26.1-2.8-30.2-15.5C289.8 71.2 259.6 48 224 48zM64 240c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V256c0-8.8-7.2-16-16-16H64zM256 376H192c-13.3 0-24-10.7-24-24s10.7-24 24-24h64c13.3 0 24 10.7 24 24s-10.7 24-24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faUnlockKeyhole=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Fi)),Fi}var Cu=gu(),Li={},H3;function bu(){return H3||(H3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="upload",r=512,t=512,e=[],c="f093",f="M280 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V81.9l-95 95c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 7c9.4-9.4 24.6-9.4 33.9 0L409 143c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-95-95V360zm32-8V304H448c35.3 0 64 28.7 64 64v80c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V368c0-35.3 28.7-64 64-64H200v48H64c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H312zm72 56a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faUpload=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Li)),Li}var Mu=bu(),zi={},F3;function _u(){return F3||(F3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="user",r=448,t=512,e=[128100,62144],c="f007",f="M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faUser=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(zi)),zi}var wu=_u(),Ai={},L3;function Pu(){return L3||(L3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="wand-magic-sparkles",r=576,t=512,e=["magic-wand-sparkles"],c="e2ca",f="M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM461.4 48L496 82.6 386.2 192.3l-34.6-34.6L461.4 48zM80 429.4L317.7 191.7l34.6 34.6L114.6 464 80 429.4zM427.4 14.1L46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faWandMagicSparkles=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ai)),Ai}var yu=Pu(),Ei={},z3;function Nu(){return z3||(z3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="window-maximize",r=512,t=512,e=[128470],c="f2d0",f="M.3 89.5C.1 91.6 0 93.8 0 96V224 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64V224 96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224H464l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faWindowMaximize=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ei)),Ei}var Hu=Nu(),Di={},A3;function Fu(){return A3||(A3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="xmark",r=384,t=512,e=[128473,10005,10006,10060,215,"close","multiply","remove","times"],c="f00d",f="M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faXmark=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Di)),Di}var Lu=Fu(),Vi={},E3;function zu(){return E3||(E3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="comments-question",r=640,t=512,e=[],c="e14e",f="M80.7 253.2c14.3 15 17.3 37.6 7.5 55.8c-1.1 2-2.2 4-3.2 5.9c-2.5 4.5-5.2 9-7.9 13.6c17.1-4.5 33.9-10.7 49.9-18c4.3-1.9 8.5-3.9 12.6-6c9.5-4.8 20.3-6.2 30.7-4.2c12.1 2.4 24.8 3.6 37.8 3.6c96.2 0 160-64.5 160-128s-63.8-128-160-128S48 112.5 48 176c0 28 11.4 54.9 32.7 77.2zM416 176c0 97.2-93.1 176-208 176c-16.2 0-31.9-1.6-47.1-4.5c-4.6 2.3-9.4 4.6-14.2 6.8C110.5 370.7 67 384 24 384c-9.6 0-18.2-5.7-22-14.5c-3.8-8.8-2-19 4.6-25.9c14.2-15.6 26.2-33.7 36.6-52.1c.9-1.7 1.9-3.4 2.8-5.1C17.2 256.1 0 217.8 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM245.2 381.5c17.2-2.4 34-6.3 50-11.8C322 405.5 370.3 432 432 432c13.1 0 25.8-1.3 37.8-3.6c10.4-2 21.2-.6 30.7 4.2c4.1 2.1 8.3 4.1 12.6 6c16 7.2 32.9 13.5 49.9 18c-2.8-4.6-5.4-9.1-7.9-13.6c-1.1-1.9-2.2-3.9-3.2-5.9c-9.8-18.3-6.8-40.8 7.5-55.8C580.6 358.9 592 332 592 304c0-59.9-56.8-120.7-144-127.4l0-.6c0-16.6-2.2-32.6-6.2-47.8C552.1 132.5 640 209.6 640 304c0 41.8-17.2 80.1-45.9 110.3c.9 1.7 1.9 3.5 2.8 5.1c10.3 18.4 22.3 36.5 36.6 52.1c6.6 7 8.3 17.2 4.6 25.9c-3.8 8.8-12.5 14.5-22 14.5c-43 0-86.5-13.3-122.7-29.7c-4.8-2.2-9.6-4.5-14.2-6.8c-15.1 3-30.9 4.5-47.1 4.5c-82 0-153-40.2-186.8-98.5zM147.9 112.1c5.5-15.4 20.1-25.7 36.4-25.7h41.3c24.2 0 43.7 19.6 43.7 43.7c0 15.7-8.4 30.1-22 37.9L224 181.4v.3c0 8.8-7.2 16-16 16s-16-7.2-16-16v-9.5c0-5.7 3.1-11 8-13.9l31.4-18c3.6-2.1 5.9-6 5.9-10.2c0-6.5-5.3-11.7-11.7-11.7H184.3c-2.8 0-5.3 1.8-6.3 4.4l-.3 .9c-3 8.3-12.1 12.7-20.4 9.7s-12.7-12.1-9.7-20.4l.3-.9zM185.3 244a22.7 22.7 0 1 1 45.3 0 22.7 22.7 0 1 1 -45.3 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCommentsQuestion=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Vi)),Vi}var Au=zu(),ki={},D3;function Eu(){return D3||(D3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="comments-question-check",r=640,t=512,e=[],c="e14f",f="M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.8 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480zM184.3 86.3c-16.4 0-31 10.3-36.4 25.7l-.3 .9c-3 8.3 1.4 17.5 9.7 20.4s17.5-1.4 20.4-9.7l.3-.9c.9-2.7 3.5-4.4 6.3-4.4h41.3c6.5 0 11.7 5.3 11.7 11.7c0 4.2-2.2 8.1-5.9 10.2l-31.4 18c-5 2.9-8 8.1-8 13.9v9.5c0 8.8 7.2 16 16 16s16-7.2 16-16v-.3L247.4 168c13.6-7.8 22-22.3 22-37.9c0-24.2-19.6-43.7-43.7-43.7H184.3zM208 266.7a22.7 22.7 0 1 0 0-45.3 22.7 22.7 0 1 0 0 45.3zm331.3 22c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-74 74-31.4-31.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L431.4 374c6.2 6.2 16.4 6.2 22.6 0l85.3-85.3z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCommentsQuestionCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ki)),ki}var Du=Eu(),Si={},V3;function Vu(){return V3||(V3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="calendar-clock",r=576,t=512,e=["calendar-time"],c="e0d2",f="M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48H432 400 288 48V448c0 8.8 7.2 16 16 16H284.5c12.3 18.8 28 35.1 46.3 48H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304c0-8.8-7.2-16-16-16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCalendarClock=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Si)),Si}var ku=Vu(),Ri={},k3;function Su(){return k3||(k3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="file-check",r=384,t=512,e=[],c="f316",f="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zM289 267.6c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-89.7 89.7L129 287c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l53.3 53.3c4.5 4.5 10.6 7 17 7s12.5-2.5 17-7L289 267.6z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFileCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ri)),Ri}var Ru=Su(),Oi={},S3;function Ou(){return S3||(S3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="arrow-down",r=384,t=512,e=[8595],c="f063",f="M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowDown=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Oi)),Oi}var qu=Ou(),qi={},R3;function Iu(){return R3||(R3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="arrow-left",r=448,t=512,e=[8592],c="f060",f="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(qi)),qi}var Tu=Iu(),Ii={},O3;function ju(){return O3||(O3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="arrow-right",r=448,t=512,e=[8594],c="f061",f="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ii)),Ii}var Bu=ju(),Ti={},q3;function Uu(){return q3||(q3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="arrows-left-right",r=512,t=512,e=["arrows-h"],c="f07e",f="M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowsLeftRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ti)),Ti}var Gu=Uu(),ji={},I3;function $u(){return I3||(I3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="arrow-up",r=384,t=512,e=[8593],c="f062",f="M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faArrowUp=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ji)),ji}var Ku=$u(),Bi={},T3;function Wu(){return T3||(T3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="bookmark",r=384,t=512,e=[128278,61591],c="f02e",f="M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBookmark=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Bi)),Bi}var Yu=Wu(),Ui={},j3;function Xu(){return j3||(j3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="book-medical",r=448,t=512,e=[],c="f7e6",f="M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM208 112v48H160c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h48c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBookMedical=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ui)),Ui}var Qu=Xu(),Gi={},B3;function Zu(){return B3||(B3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="book-sparkles",r=448,t=512,e=["book-spells"],c="f6b8",f="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zM264 200l16.6-38.8c2.8-6.5 11.9-6.5 14.7 0L312 200l38.8 16.6c6.5 2.8 6.5 11.9 0 14.7L312 248l-16.6 38.8c-2.8 6.5-11.9 6.5-14.7 0L264 248l-38.8-16.6c-6.5-2.8-6.5-11.9 0-14.7L264 200zM168.8 78.3c2.9-5.9 11.4-5.9 14.3 0L192 96l17.7 8.8c5.9 2.9 5.9 11.4 0 14.3L192 128l-8.8 17.7c-2.9 5.9-11.4 5.9-14.3 0L160 128l-17.7-8.8c-5.9-2.9-5.9-11.4 0-14.3L160 96l8.8-17.7z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faBookSparkles=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Gi)),Gi}var Ju=Zu(),$i={},U3;function pu(){return U3||(U3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="camera",r=512,t=512,e=[62258,"camera-alt"],c="f030",f="M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCamera=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}($i)),$i}var xu=pu(),Ki={},Wi={},G3;function a9(){return G3||(G3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="square-caret-right",r=448,t=512,e=["caret-square-right"],c="f152",f="M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquareCaretRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Wi)),Wi}var $3;function i9(){return $3||($3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i=a9();a.definition={prefix:i.prefix,iconName:i.iconName,icon:[i.width,i.height,i.aliases,i.unicode,i.svgPathData]},a.faCaretSquareRight=a.definition,a.prefix=i.prefix,a.iconName=i.iconName,a.width=i.width,a.height=i.height,a.ligatures=i.aliases,a.unicode=i.unicode,a.svgPathData=i.svgPathData,a.aliases=i.aliases}(Ki)),Ki}var e9=i9(),Yi={},K3;function n9(){return K3||(K3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="check",r=448,t=512,e=[10003,10004],c="f00c",f="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Yi)),Yi}var r9=n9(),Xi={},W3;function t9(){return W3||(W3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="circle-check",r=512,t=512,e=[61533,"check-circle"],c="f058",f="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Xi)),Xi}var c9=t9(),Qi={},Y3;function f9(){return Y3||(Y3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="circle-play",r=512,t=512,e=[61469,"play-circle"],c="f144",f="M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCirclePlay=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Qi)),Qi}var l9=f9(),Zi={},X3;function u9(){return X3||(X3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="comment",r=512,t=512,e=[128489,61669],c="f075",f="M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faComment=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Zi)),Zi}var v9=u9(),Ji={},Q3;function o9(){return Q3||(Q3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="compass",r=512,t=512,e=[129517],c="f14e",f="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCompass=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ji)),Ji}var s9=o9(),pi={},Z3;function d9(){return Z3||(Z3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="exclamation",r=64,t=512,e=[10069,10071,61738],c="21",f="M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faExclamation=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(pi)),pi}var h9=d9(),xi={},J3;function m9(){return J3||(J3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="file-lines",r=384,t=512,e=[128441,128462,61686,"file-alt","file-text"],c="f15c",f="M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFileLines=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(xi)),xi}var g9=m9(),ae={},p3;function C9(){return p3||(p3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="file-pen",r=576,t=512,e=[128221,"file-edit"],c="f31c",f="M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V285.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFilePen=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ae)),ae}var b9=C9(),ie={},x3;function M9(){return x3||(x3=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="flask",r=448,t=512,e=[],c="f0c3",f="M288 0H160 128C110.3 0 96 14.3 96 32s14.3 32 32 32V196.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512H378.6c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288zM192 196.8V64h64V196.8c0 23.7 6.6 46.9 19 67.1L309.5 320h-171L173 263.9c12.4-20.2 19-43.4 19-67.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFlask=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ie)),ie}var _9=M9(),ee={},a0;function w9(){return a0||(a0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="folder",r=512,t=512,e=[128193,128447,61716,"folder-blank"],c="f07b",f="M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFolder=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ee)),ee}var P9=w9(),ne={},i0;function y9(){return i0||(i0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="gear",r=512,t=512,e=[9881,"cog"],c="f013",f="M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGear=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ne)),ne}var N9=y9(),re={},e0;function H9(){return e0||(e0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="gears",r=640,t=512,e=["cogs"],c="f085",f="M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8h-.7c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faGears=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(re)),re}var F9=H9(),te={},n0;function L9(){return n0||(n0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="hands",r=576,t=512,e=["sign-language","signing"],c="f2a7",f="M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 0 0 0 0 43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H224 210.7l0 0H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H224l0 0 0 0h93.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHands=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(te)),te}var z9=L9(),ce={},r0;function A9(){return r0||(r0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="hand-spock",r=576,t=512,e=[128406],c="f259",f="M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64h10.9 8.2c.1 0 .1-.1 .1-.1v0c0-.1 .1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHandSpock=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ce)),ce}var E9=A9(),fe={},t0;function D9(){return t0||(t0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="heart",r=512,t=512,e=[128153,128154,128155,128156,128420,129293,129294,129505,9829,10084,61578],c="f004",f="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faHeart=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(fe)),fe}var V9=D9(),le={},c0;function k9(){return c0||(c0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="info",r=192,t=512,e=[],c="f129",f="M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V448h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64V256H32c-17.7 0-32-14.3-32-32z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faInfo=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(le)),le}var S9=k9(),ue={},f0;function R9(){return f0||(f0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="lightbulb",r=384,t=512,e=[128161],c="f0eb",f="M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faLightbulb=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ue)),ue}var O9=R9(),ve={},l0;function q9(){return l0||(l0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="memo-circle-info",r=576,t=512,e=[],c="e49a",f="M0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V198.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm64 80c0 8.8 7.2 16 16 16H304c8.8 0 16-7.2 16-16s-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16s7.2 16 16 16H240c8.8 0 16-7.2 16-16s-7.2-16-16-16H80zm0 96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H80zm352-96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-32 48c0 8.8 7.2 16 16 16h0v48h0c-8.8 0-16 7.2-16 16s7.2 16 16 16h16 16c8.8 0 16-7.2 16-16s-7.2-16-16-16V368c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMemoCircleInfo=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ve)),ve}var I9=q9(),oe={},u0;function T9(){return u0||(u0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="messages",r=640,t=512,e=["comments-alt"],c="f4b6",f="M48 72c0-13.3 10.7-24 24-24H344c13.3 0 24 10.7 24 24V248c0 13.3-10.7 24-24 24H216c-4.7 0-9.4 1.4-13.3 4L144 315.2V296c0-13.3-10.7-24-24-24H72c-13.3 0-24-10.7-24-24V72zM72 0C32.2 0 0 32.2 0 72V248c0 39.8 32.2 72 72 72H96v40c0 8.9 4.9 17 12.7 21.2s17.3 3.7 24.6-1.2l90-60H344c39.8 0 72-32.2 72-72V72c0-39.8-32.2-72-72-72H72zM256 376c0 39.8 32.2 72 72 72h88.7l90 60c7.4 4.9 16.8 5.4 24.6 1.2S544 496.9 544 488V448h24c39.8 0 72-32.2 72-72V200c0-39.8-32.2-72-72-72H448v48H568c13.3 0 24 10.7 24 24V376c0 13.3-10.7 24-24 24H520c-13.3 0-24 10.7-24 24v19.2L437.3 404c-3.9-2.6-8.6-4-13.3-4H328c-13.3 0-24-10.7-24-24V352H256v24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMessages=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(oe)),oe}var j9=T9(),se={},v0;function B9(){return v0||(v0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="message-question",r=512,t=512,e=[],c="e1e3",f="M0 64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V416H64c-35.3 0-64-28.7-64-64V64zm169.8 53.3l-.4 1.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6l.4-1.2c1.1-3.2 4.2-5.3 7.5-5.3h58.3c8.4 0 15.1 6.8 15.1 15.1c0 5.4-2.9 10.4-7.6 13.1l-44.3 25.4c-7.5 4.3-12.1 12.2-12.1 20.8V216c0 13.3 10.7 24 24 24c13.1 0 23.8-10.5 24-23.6l32.3-18.5c19.6-11.3 31.7-32.2 31.7-54.8c0-34.9-28.3-63.1-63.1-63.1H222.6c-23.7 0-44.8 14.9-52.8 37.3zM288 304a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMessageQuestion=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(se)),se}var U9=B9(),de={},o0;function G9(){return o0||(o0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="message-question",r=512,t=512,e=[],c="e1e3",f="M208 416c0-26.5-21.5-48-48-48H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H448c8.8 0 16 7.2 16 16V352c0 8.8-7.2 16-16 16H309.3c-10.4 0-20.5 3.4-28.8 9.6L208 432V416zm-.2 76.2l.2-.2 101.3-76H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h48 48v48 4 .3 6.4V496c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 496l5.1-3.8zM169.8 117.3l-.4 1.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6l.4-1.2c1.1-3.2 4.2-5.3 7.5-5.3h58.3c8.4 0 15.1 6.8 15.1 15.1c0 5.4-2.9 10.4-7.6 13.1l-44.3 25.4c-7.5 4.3-12.1 12.2-12.1 20.8V216c0 13.3 10.7 24 24 24c13.1 0 23.8-10.5 24-23.6l32.3-18.5c19.6-11.3 31.7-32.2 31.7-54.8c0-34.9-28.3-63.1-63.1-63.1H222.6c-23.7 0-44.8 14.9-52.8 37.3zM288 304a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMessageQuestion=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(de)),de}var $9=G9(),he={},s0;function K9(){return s0||(s0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="message-xmark",r=512,t=512,e=["comment-alt-times","message-times"],c="f4ab",f="M208 416c0-26.5-21.5-48-48-48H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H448c8.8 0 16 7.2 16 16V352c0 8.8-7.2 16-16 16H309.3c-10.4 0-20.5 3.4-28.8 9.6L208 432V416zm-.2 76.2l.2-.2 101.3-76H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h48 48v48 4 .3 6.4V496c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 496l5.1-3.8zM175 127c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMessageXmark=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(he)),he}var W9=K9(),me={},d0;function Y9(){return d0||(d0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="message",r=512,t=512,e=["comment-alt"],c="f27a",f="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faMessage=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(me)),me}var X9=Y9(),ge={},h0;function Q9(){return h0||(h0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="pills",r=576,t=512,e=[],c="f484",f="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faPills=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ge)),ge}var Z9=Q9(),Ce={},m0;function J9(){return m0||(m0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="sitemap",r=576,t=512,e=[],c="f0e8",f="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSitemap=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ce)),Ce}var p9=J9(),be={},g0;function x9(){return g0||(g0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="square-check",r=448,t=512,e=[9745,9989,61510,"check-square"],c="f14a",f="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquareCheck=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(be)),be}var av=x9(),Me={},C0;function iv(){return C0||(C0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="square-list",r=448,t=512,e=[],c="e489",f="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24H352c13.3 0 24-10.7 24-24s-10.7-24-24-24H192zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H352c13.3 0 24-10.7 24-24s-10.7-24-24-24H192zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H352c13.3 0 24-10.7 24-24s-10.7-24-24-24H192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSquareList=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Me)),Me}var ev=iv(),_e={},b0;function nv(){return b0||(b0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="star",r=576,t=512,e=[11088,61446],c="f005",f="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faStar=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(_e)),_e}var rv=nv(),we={},M0;function tv(){return M0||(M0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="stethoscope",r=576,t=512,e=[129658],c="f0f1",f="M142.5 15.6c4.7 12.4-1.6 26.2-14 30.9L85.2 62.7c-3.1 1.2-5.2 4.2-5.2 7.5V200c0 57.4 46.6 104 104 104h8 8c57.4 0 104-46.6 104-104V70.2c0-3.3-2.1-6.3-5.2-7.5L255.6 46.5c-12.4-4.7-18.7-18.5-14-30.9s18.5-18.7 30.9-14l43.2 16.2C337.5 25.9 352 46.8 352 70.2V200c0 78.5-59.5 143.1-135.8 151.1C219.9 414.1 272.1 464 336 464c66.3 0 120-53.7 120-120V268.3c-32.5-10.2-56-40.5-56-76.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 35.8-23.5 66.1-56 76.3V344c0 92.8-75.2 168-168 168c-90.4 0-164.1-71.4-167.8-160.8C91.7 343.3 32 278.6 32 200V70.2c0-23.3 14.5-44.2 36.3-52.4L111.6 1.5c12.4-4.7 26.2 1.6 30.9 14zM480 160a32 32 0 1 0 0 64 32 32 0 1 0 0-64z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faStethoscope=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(we)),we}var cv=tv(),Pe={},_0;function fv(){return _0||(_0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="stopwatch",r=448,t=512,e=[9201],c="f2f2",f="M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faStopwatch=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Pe)),Pe}var lv=fv(),ye={},w0;function uv(){return w0||(w0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="thumbs-up",r=512,t=512,e=[128077,61575],c="f164",f="M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faThumbsUp=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ye)),ye}var vv=uv(),Ne={},P0;function ov(){return P0||(P0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="thumbtack",r=384,t=512,e=[128204,128392,"thumb-tack"],c="f08d",f="M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faThumbtack=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ne)),Ne}var sv=ov(),He={},y0;function dv(){return y0||(y0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="thumbtack",r=384,t=512,e=[128204,128392,"thumb-tack"],c="f08d",f="M134.6 51.7L123.8 192.6c-1.1 14.6-8.8 27.8-20.9 36C79 244.8 61.1 269.4 53.8 298.9L52.5 304H168V216c0-13.3 10.7-24 24-24s24 10.7 24 24v88H331.5l-1.3-5.1c-7.4-29.5-25.2-54.1-49.1-70.2c-12.1-8.2-19.8-21.5-20.9-36L249.4 51.7c-.1-1.2-.1-2.5-.1-3.7H134.8c0 1.2 0 2.5-.1 3.7zM168 352H32c-9.9 0-19.2-4.5-25.2-12.3S-1.4 321.8 1 312.2l6.2-25c10.3-41.3 35.4-75.7 68.7-98.3L83.1 96l3.7-48H56c-4.4 0-8.6-1.2-12.2-3.3C36.8 40.5 32 32.8 32 24C32 10.7 42.7 0 56 0H86.8 297.2 328c13.3 0 24 10.7 24 24c0 8.8-4.8 16.5-11.8 20.7c-3.6 2.1-7.7 3.3-12.2 3.3H297.2l3.7 48 7.1 92.9c33.3 22.6 58.4 57.1 68.7 98.3l6.2 25c2.4 9.6 .2 19.7-5.8 27.5s-15.4 12.3-25.2 12.3H216V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V352z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faThumbtack=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(He)),He}var hv=dv(),Fe={},N0;function mv(){return N0||(N0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="triangle-exclamation",r=512,t=512,e=[9888,"exclamation-triangle","warning"],c="f071",f="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faTriangleExclamation=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Fe)),Fe}var gv=mv(),Le={},H0;function Cv(){return H0||(H0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="user-doctor",r=448,t=512,e=["user-md"],c="f0f0",f="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16s7.2-16 16-16V424c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16H256c-8.8 0-16-7.2-16-16V424c0-29.8 20.4-54.9 48-62V304.9c-6-.6-12.1-.9-18.3-.9H178.3c-6.2 0-12.3 .3-18.3 .9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7V311.2zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faUserDoctor=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Le)),Le}var bv=Cv(),ze={},F0;function Mv(){return F0||(F0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="video",r=576,t=512,e=["video-camera"],c="f03d",f="M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2V384c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1V320 192 174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faVideo=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ze)),ze}var _v=Mv(),Ae={},L0;function wv(){return L0||(L0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="volume-high",r=640,t=512,e=[128266,"volume-up"],c="f028",f="M533.6 32.5C598.5 85.3 640 165.8 640 256s-41.5 170.8-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faVolumeHigh=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ae)),Ae}var Pv=wv(),Ee={},z0;function yv(){return z0||(z0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="circle-dot",r=512,t=512,e=[128280,"dot-circle"],c="f192",f="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCircleDot=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ee)),Ee}var Nv=yv(),De={},A0;function Hv(){return A0||(A0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fas",n="flag-checkered",r=448,t=512,e=[127937],c="f11e",f="M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1V345.8c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V400 334 64 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9v65.5L64 252.6V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3V238.7l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244.2l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4V194c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-.4-26 .8-38.7 3.6L128 173.2V98L64 114v73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2V251.9l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5v77.4zm64-149.4V115.4c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFlagCheckered=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(De)),De}var Fv=Hv(),Ve={},E0;function Lv(){return E0||(E0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fal",n="chevron-left",r=320,t=512,e=[9001],c="f053",f="M20.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l192-192c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L54.6 256 235.3 436.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-192-192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChevronLeft=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Ve)),Ve}var zv=Lv(),ke={},D0;function Av(){return D0||(D0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fal",n="chevron-right",r=320,t=512,e=[9002],c="f054",f="M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faChevronRight=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(ke)),ke}var Ev=Av(),Se={},V0;function Dv(){return V0||(V0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fad",n="spinner-third",r=512,t=512,e=[],c="f3f4",f=["M256 64C150 64 64 150 64 256s86 192 192 192c70.1 0 131.3-37.5 164.9-93.6l.1 .1c-6.9 14.9-1.5 32.8 13 41.2c15.3 8.9 34.9 3.6 43.7-11.7c.2-.3 .4-.6 .5-.9l0 0C434.1 460.1 351.1 512 256 512C114.6 512 0 397.4 0 256S114.6 0 256 0c-17.7 0-32 14.3-32 32s14.3 32 32 32z","M224 32c0-17.7 14.3-32 32-32C397.4 0 512 114.6 512 256c0 46.6-12.5 90.4-34.3 128c-8.8 15.3-28.4 20.5-43.7 11.7s-20.5-28.4-11.7-43.7c16.3-28.2 25.7-61 25.7-96c0-106-86-192-192-192c-17.7 0-32-14.3-32-32z"];a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faSpinnerThird=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Se)),Se}var Vv=Dv(),Re={},k0;function kv(){return k0||(k0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="fab",n="facebook",r=512,t=512,e=[62e3],c="f09a",f="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faFacebook=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Re)),Re}var Sv=kv(),Oe={},S0;function Rv(){return S0||(S0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="user-gear",r=640,t=512,e=["user-cog"],c="f4fe",f="M224 208a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM49.3 464H336.6c3.3 4.2 6.7 8.2 10.3 12c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304H224h45.7c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-3.6 2.3-7 5.1-9.9 8.4c-14.4-5.5-30.1-8.5-46.5-8.5H178.3c-65.7 0-120.1 48.7-129 112zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V454.8c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9V218.2zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faUserGear=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(Oe)),Oe}var Ov=Rv(),qe={},R0;function qv(){return R0||(R0=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});var i="far",n="cards-blank",r=640,t=512,e=[],c="e4df",f="M51.8 160.4c-3.7 2.1-4.9 6.8-2.8 10.5l167 289.3c2.1 3.7 6.8 4.9 10.5 2.8L419.4 351.6c3.7-2.1 4.9-6.8 2.8-10.5L255.2 51.8c-2.1-3.7-6.8-4.9-10.5-2.8L51.8 160.4zM7.5 194.9c-15.4-26.6-6.3-60.7 20.4-76.1L220.7 7.5c26.6-15.4 60.7-6.3 76.1 20.4l167 289.3c15.4 26.6 6.2 60.7-20.4 76.1L250.5 504.5c-26.6 15.4-60.7 6.2-76.1-20.4L7.5 194.9zm451.9 226c41.9-24.2 56.3-77.8 32.1-119.8L354.7 64.2c1.7-.2 3.5-.2 5.3-.2H584c30.9 0 56 25.1 56 56V456c0 30.9-25.1 56-56 56H360c-13.7 0-26.2-4.9-35.9-13l135.3-78.1z";a.definition={prefix:i,iconName:n,icon:[r,t,e,c,f]},a.faCardsBlank=a.definition,a.prefix=i,a.iconName=n,a.width=r,a.height=t,a.ligatures=e,a.unicode=c,a.svgPathData=f,a.aliases=e}(qe)),qe}var Iv=qv();const h6={FA_ADDRESS_CARD:Bc.faAddressCard,FA_ANGLE_DOWN:Gc.faAngleDown,FA_ANGLE_LEFT:Kc.faAngleLeft,FA_ANGLE_RIGHT:Yc.faAngleRight,FA_ANGLE_UP:Qc.faAngleUp,FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER:Jc.faArrowDownLeftAndArrowUpRightToCenter,FA_ARROW_DOWN_SOLID:qu.faArrowDown,FA_ARROW_DOWN_TO_LINE:xc.faArrowDownToLine,FA_ARROW_LEFT_SOLID:Tu.faArrowLeft,FA_ARROW_POINTER:i8.faArrowPointer,FA_ARROW_RIGHT_FROM_BRACKET:n8.faArrowRightFromBracket,FA_ARROW_RIGHT_SOLID:Bu.faArrowRight,FA_ARROW_ROTATE_LEFT:t8.faArrowRotateLeft,FA_ARROW_ROTATE_RIGHT:f8.faArrowRotateRight,FA_ARROW_UP_SOLID:Ku.faArrowUp,FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER:d8.faArrowUpRightAndArrowDownLeftFromCenter,FA_ARROW_UP_RIGHT_FROM_SQUARE:m8.faArrowUpRightFromSquare,FA_ARROWS_LEFT_RIGHT_SOLID:Gu.faArrowsLeftRight,FA_ARROWS_MAXIMIZE:u8.faArrowsMaximize,FA_ARROWS_ROTATE:o8.faArrowsRotate,FA_ATOM:C8.faAtom,FA_ATOM_SOLID:M8.faAtom,FA_BADGE_PERCENT:w8.faBadgePercent,FA_BAN:y8.faBan,FA_BARS:H8.faBars,FA_BELL:L8.faBell,FA_BELL_SLASH:A8.faBellSlash,FA_BOOKS:D8.faBooks,FA_BOOK:k8.faBook,FA_BOOK_BLANK:R8.faBookBlank,FA_BOOK_COPY:q8.faBookCopy,FA_BOOK_SPARKLES_SOLID:Ju.faBookSparkles,FA_BOOKMARK_SOLID:Yu.faBookmark,FA_BOOK_MEDICAL_SOLID:Qu.faBookMedical,FA_BOX:T8.faBox,FA_BOX_ARCHIVE:B8.faBoxArchive,FA_CALCULATOR_SIMPLE_SOLID:G8.faCalculatorSimple,FA_CALENDAR:K8.faCalendar,FA_CALENDAR_CLOCK:ku.faCalendarClock,FA_CALENDAR_CIRCLE_EXCLAMATION:x8.faCalendarCircleExclamation,FA_CALENDAR_CHECK:ef.faCalendarCheck,FA_CALENDAR_DAY:Q8.faCalendarDay,FA_CALENDAR_DAYS:Y8.faCalendarDays,FA_CALENDAR_RANGE:J8.faCalendarRange,FA_CALENDAR_XMARK:rf.faCalendarXmark,FA_CAMERA_SOLID:xu.faCamera,FA_CARDS_BLANK:Iv.faCardsBlank,FA_CARET_SQUARE_RIGHT_SOLID:e9.faCaretSquareRight,FA_CART_SHOPPING:cf.faCartShopping,FA_CHART_COLUMN:lf.faChartColumn,FA_CHART_LINE_UP:vf.faChartLineUp,FA_CHECK_SOLID:r9.faCheck,FA_CHEVRON_DOWN:sf.faChevronDown,FA_CHEVRON_LEFT:hf.faChevronLeft,FA_CHEVRON_LEFT_LIGHT:zv.faChevronLeft,FA_CHEVRON_RIGHT:gf.faChevronRight,FA_CHEVRON_RIGHT_LIGHT:Ev.faChevronRight,FA_CHEVRON_UP:bf.faChevronUp,FA_CIRCLE:_f.faCircle,FA_CIRCLE_ARROW_LEFT:Pf.faCircleArrowLeft,FA_CIRCLE_ARROW_RIGHT:Nf.faCircleArrowRight,FA_CIRCLE_CHECK:Ff.faCircleCheck,FA_CIRCLE_CHECK_SOLID:c9.faCircleCheck,FA_CIRCLE_ELLIPSIS:zf.faCircleEllipsis,FA_CIRCLE_EXCLAMATION:Ef.faCircleExclamation,FA_CIRCLE_INFO:Vf.faCircleInfo,FA_CIRCLE_NOTCH:Sf.faCircleNotch,FA_CIRCLE_PLAY_SOLID:l9.faCirclePlay,FA_CIRCLE_QUESTION:Of.faCircleQuestion,FA_CIRCLE_XMARK:If.faCircleXmark,FA_CLIPBOARD_MEDICAL:jf.faClipboardMedical,FA_CLIPBOARD_LIST:Uf.faClipboardList,FA_CLOCK:$f.faClock,FA_CLOCK_ROTATE_LEFT:Wf.faClockRotateLeft,FA_CODE:Xf.faCode,FA_CODE_SIMPLE:Qf,FA_COMMENT:Jf.faComment,FA_COMMENT_DOTS:xf.faCommentDots,FA_COMMENT_SOLID:v9.faComment,FA_COMMENTS:i5.faComments,FA_COMMENTS_QUESTION:Au.faCommentsQuestion,FA_COMMENTS_QUESTION_CHECK:Du.faCommentsQuestionCheck,FA_COMPASS_SOLID:s9.faCompass,FA_COMPRESS:n5.faCompress,FA_COPY:t5.faCopy,FA_CREDIT_CARD:f5.faCreditCard,FA_DNA_SOLID:u5.faDna,FA_DOT_CIRCLE_SOLID:Nv.faCircleDot,FA_EARTH_AMERICAS:o5.faEarthAmericas,FA_ELLIPSIS:d5.faEllipsis,FA_ELLIPSIS_VERTICAL:m5.faEllipsisVertical,FA_ENVELOPE:C5.faEnvelope,FA_EXCLAMATION_SOLID:h9.faExclamation,FA_EYE:M5.faEye,FA_EYE_SLASH:w5.faEyeSlash,FA_FACE_FROWN:y5.faFaceFrown,FA_FACE_GRIMACE:H5.faFaceGrimace,FA_FACE_MEH:L5.faFaceMeh,FA_FACE_SMILE:A5.faFaceSmile,FA_FACEBOOK:Sv.faFacebook,FA_FILE_CHECK:Ru.faFileCheck,FA_FILE_INVOICE_DOLLAR:D5.faFileInvoiceDollar,FA_FILE_LINES:k5.faFileLines,FA_FILE_LINES_SOLID:g9.faFileLines,FA_FILE_MAGNIFYING_GLASS:R5.faFileMagnifyingGlass,FA_FILE_PEN_SOLID:b9.faFilePen,FA_FILM:q5.faFilm,FA_FILTER:T5.faFilter,FA_FLAG:B5.faFlag,FA_FLAG_CHECKERED_SOLID:Fv.faFlagCheckered,FA_FLASK_SOLID:_9.faFlask,FA_FLOPPY_DISK:G5.faFloppyDisk,FA_FOLDER_SOLID:P9.faFolder,FA_GAUGE_HIGH:K5.faGaugeHigh,FA_GEAR:Y5.faGear,FA_GEAR_SOLID:N9.faGear,FA_GEARS_SOLID:F9.faGears,FA_GEM:Q5.faGem,FA_GIFT:J5.faGift,FA_GRADUATION_CAP:x5.faGraduationCap,FA_GRID:i7.faGrid,FA_HAND_POINT_LEFT:n7.faHandPointLeft,FA_HAND_POINT_RIGHT:t7.faHandPointRight,FA_HAND_SPOCK_SOLID:E9.faHandSpock,FA_HANDS_SOLID:z9.faHands,FA_HEART_PULSE:f7.faHeartPulse,FA_HEART_SOLID:V9.faHeart,FA_HOURGLASS:u7.faHourglass,FA_HOURGLASS_END:o7.faHourglassEnd,FA_HOURGLASS_START:d7.faHourglassStart,FA_HOUSE:m7.faHouse,FA_IMAGES:C7.faImages,FA_IMAGES_SOLID:M7.faImages,FA_INFO_SOLID:S9.faInfo,FA_KEY:w7.faKey,FA_KEYBOARD:y7.faKeyboard,FA_LIGHTBULB:H7.faLightbulb,FA_LIGHTBULB_SOLID:O9.faLightbulb,FA_LINK:L7.faLink,FA_LINK_SLASH:A7.faLinkSlash,FA_LIST:D7.faList,FA_LIST_CHECK:k7.faListCheck,FA_LIST_OL:R7.faListOl,FA_LOCATION_DOT:q7.faLocationDot,FA_LOCK_KEYHOLE:T7.faLockKeyhole,FA_MAGNIFYING_GLASS:B7.faMagnifyingGlass,FA_MEDAL:G7.faMedal,FA_MEMO_CIRCLE_INFO:K7.faMemoCircleInfo,FA_MEMO_CIRCLE_INFO_SOLID:I9.faMemoCircleInfo,FA_MESSAGES:j9.faMessages,FA_MESSAGE_QUESTION_SOLID:U9.faMessageQuestion,FA_MESSAGE_QUESTION:$9.faMessageQuestion,FA_MESSAGE_XMARK:W9.faMessageXmark,FA_MESSAGE:X9.faMessage,FA_MINUS:Y7.faMinus,FA_MONEY_BILL1:Q7.faMoneyBill1,FA_MUSIC:J7.faMusic,FA_PAPER_PLANE:il.faPaperPlane,FA_PAPERCLIP:x7.faPaperclip,FA_PEN_CIRCLE:tl.faPenCircle,FA_PEN_FIELD:fl.faPenField,FA_PENCIL:nl.faPencil,FA_PILLS_SOLID:Z9.faPills,FA_PLAY:ul.faPlay,FA_PLUS:ol.faPlus,FA_PRESENTATION_SCREEN:dl.faPresentationScreen,FA_PRINT:ml.faPrint,FA_RECTANGLE_CODE:Cl.faRectangleCode,FA_RECTANGLE_HISTORY:wl.faRectangleHistory,FA_RECTANGLE_LIST:Ml.faRectangleList,FA_REPLY:yl.faReply,FA_ROTATE_LEFT:Hl.faRotateLeft,FA_SHARE:Ll.faShare,FA_SHARE_NODES:Al.faShareNodes,FA_SHIELD_HALVED:Dl.faShieldHalved,FA_SIDEBAR_FLIP:kl.faSidebarFlip,FA_SIGNAL:Rl.faSignal,FA_SITEMAP:ql.faSitemap,FA_SITEMAP_SOLID:p9.faSitemap,FA_SLIDERS:Tl.faSliders,FA_SPELL_CHECK:Bl.faSpellCheck,FA_SQUARE:Gl.faSquare,FA_SQUARE_CARET_RIGHT:Kl.faSquareCaretRight,FA_SQUARE_CHECK:Yl.faSquareCheck,FA_SQUARE_CHECK_SOLID:av.faSquareCheck,FA_SQUARE_LIST:Ql.faSquareList,FA_SQUARE_LIST_SOLID:ev.faSquareList,FA_STAR:Jl.faStar,FA_STAR_SOLID:rv.faStar,FA_STETHOSCOPE:cv.faStethoscope,FA_STOPWATCH_SOLID:lv.faStopwatch,FA_TAG:xl.faTag,FA_TAGS:iu.faTags,FA_TEXT:nu.faText,FA_TEXT_SLASH:tu.faTextSlash,FA_THUMBS_UP:fu.faThumbsUp,FA_THUMBS_UP_SOLID:vv.faThumbsUp,FA_THUMBTACK:hv.faThumbtack,FA_THUMBTACK_SOLID:sv.faThumbtack,FA_TRASH_CAN:uu.faTrashCan,FA_TREE_PALM:ou.faTreePalm,FA_TRIANGLE_EXCLAMATION:du.faTriangleExclamation,FA_TRIANGLE_EXCLAMATION_SOLID:gv.faTriangleExclamation,FA_TROPHY_STAR:mu.faTrophyStar,FA_UNLOCK_KEYHOLE:Cu.faUnlockKeyhole,FA_UPLOAD:Mu.faUpload,FA_USER:wu.faUser,FA_USER_GEAR:Ov.faUserGear,FA_USER_DOCTOR_SOLID:bv.faUserDoctor,FA_VIDEO_SOLID:_v.faVideo,FA_VOLUME_HIGH_SOLID:Pv.faVolumeHigh,FA_WAND_MAGIC_SPARKLES:yu.faWandMagicSparkles,FA_WINDOW_MAXIMIZE:Hu.faWindowMaximize,FA_XMARK:Lu.faXmark,FAD_SPINNER_THIRD:Vv.faSpinnerThird};function $v(){rc.add(...Object.values(h6))}const Kv={ACCENT:"accent",DANGER:"danger",DEFAULT:"default",FAIL:"fail",INFO:"info",INVERTED:"inverted",NEUTRAL:"neutral",NEUTRAL_STRONG:"neutralStrong",NEUTRAL_WEAK:"neutralWeak",PRIMARY:"primary",PRIMARY_WEAK:"primaryWeak",SUCCESS:"success",WARNING:"warning"},O0={XXX_SMALL:"xxx-small",XX_SMALL:"xx-small",X_SMALL:"x-small",SMALL:"small",MEDIUM:"medium",LARGE:"large",X_LARGE:"x-large",XX_LARGE:"xx-large"},Tv={ANSWERS:Ec,CHANGE:Tc,COMMENTS_CHECK:Lc,HEAD_WITH_QUESTION_MARK:bc,HIDE_ANSWERS:kc,RIBBON:wc,SIDEBAR_FLIP_SOLID:Oc,SLIDERS_SEARCH:Nc},jv={...h6,...Tv},m6=q0({name:"Icon",components:{FontAwesomeIcon:mc},props:{icon:{type:Object,required:!0,validator(a){return Object.values(jv).includes(_6(a))}},size:{type:String,default:O0.MEDIUM,validator:a=>Object.values(O0).includes(a)},rotation:{type:[Number,null],default:null},flippedVertical:{type:Boolean,default:!1},flippedHorizontal:{type:Boolean,default:!1},touchable:{type:Boolean,default:!1},spinning:{type:Boolean,default:!1}},computed:{sizeClassName(){return`-ds-${this.size}`},isFontawesomeIcon(){return"iconName"in this.icon}}});function Bv(a,i,n,r,t,e){var f;const c=N6("font-awesome-icon");return k(),j("div",{class:y6(["ds-icon",{"-ds-touchable":a.touchable,"-ds-spin":a.spinning,"-ds-flipped-vertical":a.flippedVertical,"-ds-flipped-horizontal":a.flippedHorizontal,[a.sizeClassName]:!0}]),style:P6({"--rotate":`${(f=a.rotation)!=null?f:0}deg`})},[a.isFontawesomeIcon?(k(),u4(c,{key:0,icon:a.icon},null,8,["icon"])):(k(),u4(w6(a.icon),{key:1}))],6)}const Wv=H6(m6,[["render",Bv]]);m6.__docgenInfo={displayName:"Icon",exportName:"default",description:"",tags:{},props:[{name:"icon",type:{name:"object"},required:!0},{name:"size",type:{name:"string"},defaultValue:{func:!1,value:"ICON_SIZES.MEDIUM"}},{name:"rotation",type:{name:"number|null"},defaultValue:{func:!1,value:"null"}},{name:"flippedVertical",type:{name:"boolean"},defaultValue:{func:!1,value:"false"}},{name:"flippedHorizontal",type:{name:"boolean"},defaultValue:{func:!1,value:"false"}},{name:"touchable",type:{name:"boolean"},defaultValue:{func:!1,value:"false"}},{name:"spinning",type:{name:"boolean"},defaultValue:{func:!1,value:"false"}}],sourceFiles:["/home/runner/work/design-system/design-system/lib/js/components/Icons/Icon/Icon.vue"]};export{jv as I,Wv as a,O0 as b,Kv as c,$v as i};
|