ethyca-fides 2.60.2b0__py2.py3-none-any.whl → 2.60.2b1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/METADATA +1 -1
  2. {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/RECORD +165 -161
  3. {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/WHEEL +1 -1
  4. fides/_version.py +3 -3
  5. fides/api/alembic/migrations/versions/d0cbfec0b2dd_add_okta_to_connection_types.py +61 -0
  6. fides/api/models/connectionconfig.py +3 -0
  7. fides/api/schemas/connection_configuration/__init__.py +9 -1
  8. fides/api/schemas/connection_configuration/connection_secrets_okta.py +28 -0
  9. fides/api/schemas/connection_configuration/enums/system_type.py +1 -0
  10. fides/api/service/connectors/__init__.py +2 -0
  11. fides/api/service/connectors/okta_connector.py +82 -0
  12. fides/api/service/connectors/website_connector.py +3 -0
  13. fides/api/task/task_resources.py +3 -0
  14. fides/ui-build/static/admin/404.html +1 -1
  15. fides/ui-build/static/admin/_next/static/{WSibKOvTP1wQ2ioehb_pY → 41G5DqvxaeevMKeDa2GHI}/_buildManifest.js +1 -1
  16. fides/ui-build/static/admin/_next/static/chunks/4481-07b76ecbabb5b27c.js +1 -0
  17. fides/ui-build/static/admin/_next/static/chunks/5973-3cd839e76636a62e.js +1 -0
  18. fides/ui-build/static/admin/_next/static/chunks/pages/{_app-e2f86c400e5d4c5d.js → _app-e72a874012ab832d.js} +1 -1
  19. fides/ui-build/static/admin/_next/static/chunks/pages/integrations/{[id]-900e1581de2811c1.js → [id]-edfa3f23be117915.js} +1 -1
  20. fides/ui-build/static/admin/_next/static/chunks/pages/integrations-225715668d4cf4c4.js +1 -0
  21. fides/ui-build/static/admin/_next/static/chunks/pages/settings/consent/[configuration_id]/{[purpose_id]-e4bee84add8a913b.js → [purpose_id]-37b2b8def129b56e.js} +1 -1
  22. fides/ui-build/static/admin/add-systems/manual.html +1 -1
  23. fides/ui-build/static/admin/add-systems/multiple.html +1 -1
  24. fides/ui-build/static/admin/add-systems.html +1 -1
  25. fides/ui-build/static/admin/ant-poc.html +1 -1
  26. fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
  27. fides/ui-build/static/admin/consent/configure.html +1 -1
  28. fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
  29. fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
  30. fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
  31. fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
  32. fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
  33. fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
  34. fides/ui-build/static/admin/consent/properties.html +1 -1
  35. fides/ui-build/static/admin/consent/reporting.html +1 -1
  36. fides/ui-build/static/admin/consent.html +1 -1
  37. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
  38. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
  39. fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
  40. fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
  41. fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
  42. fides/ui-build/static/admin/data-catalog.html +1 -1
  43. fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
  44. fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
  45. fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
  46. fides/ui-build/static/admin/data-discovery/activity.html +1 -1
  47. fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
  48. fides/ui-build/static/admin/data-discovery/detection.html +1 -1
  49. fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
  50. fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
  51. fides/ui-build/static/admin/datamap.html +1 -1
  52. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
  53. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
  54. fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
  55. fides/ui-build/static/admin/dataset/new.html +1 -1
  56. fides/ui-build/static/admin/dataset.html +1 -1
  57. fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
  58. fides/ui-build/static/admin/datastore-connection/new.html +1 -1
  59. fides/ui-build/static/admin/datastore-connection.html +1 -1
  60. fides/ui-build/static/admin/images/connector-logos/okta.svg +7 -0
  61. fides/ui-build/static/admin/index.html +1 -1
  62. fides/ui-build/static/admin/integrations/[id].html +1 -1
  63. fides/ui-build/static/admin/integrations.html +1 -1
  64. fides/ui-build/static/admin/lib/fides-ext-gpp.js +1 -1
  65. fides/ui-build/static/admin/lib/fides-headless.js +1 -1
  66. fides/ui-build/static/admin/lib/fides-preview.js +1 -1
  67. fides/ui-build/static/admin/lib/fides-tcf.js +3 -3
  68. fides/ui-build/static/admin/lib/fides.js +2 -2
  69. fides/ui-build/static/admin/login/[provider].html +1 -1
  70. fides/ui-build/static/admin/login.html +1 -1
  71. fides/ui-build/static/admin/messaging/[id].html +1 -1
  72. fides/ui-build/static/admin/messaging/add-template.html +1 -1
  73. fides/ui-build/static/admin/messaging.html +1 -1
  74. fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
  75. fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
  76. fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
  77. fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
  78. fides/ui-build/static/admin/privacy-requests.html +1 -1
  79. fides/ui-build/static/admin/properties/[id].html +1 -1
  80. fides/ui-build/static/admin/properties/add-property.html +1 -1
  81. fides/ui-build/static/admin/properties.html +1 -1
  82. fides/ui-build/static/admin/reporting/datamap.html +1 -1
  83. fides/ui-build/static/admin/settings/about.html +1 -1
  84. fides/ui-build/static/admin/settings/consent/[configuration_id]/[purpose_id].html +1 -1
  85. fides/ui-build/static/admin/settings/consent.html +1 -1
  86. fides/ui-build/static/admin/settings/custom-fields.html +1 -1
  87. fides/ui-build/static/admin/settings/domain-records.html +1 -1
  88. fides/ui-build/static/admin/settings/domains.html +1 -1
  89. fides/ui-build/static/admin/settings/email-templates.html +1 -1
  90. fides/ui-build/static/admin/settings/locations.html +1 -1
  91. fides/ui-build/static/admin/settings/organization.html +1 -1
  92. fides/ui-build/static/admin/settings/regulations.html +1 -1
  93. fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
  94. fides/ui-build/static/admin/systems/configure/[id].html +1 -1
  95. fides/ui-build/static/admin/systems.html +1 -1
  96. fides/ui-build/static/admin/taxonomy.html +1 -1
  97. fides/ui-build/static/admin/user-management/new.html +1 -1
  98. fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
  99. fides/ui-build/static/admin/user-management.html +1 -1
  100. fides/ui-build/static/admin/_next/static/chunks/4481-c587763cfbc603c7.js +0 -1
  101. fides/ui-build/static/admin/_next/static/chunks/5973-6bb609a5771dfe2a.js +0 -1
  102. fides/ui-build/static/admin/_next/static/chunks/pages/integrations-750f32b5bd24542a.js +0 -1
  103. {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/entry_points.txt +0 -0
  104. {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/licenses/LICENSE +0 -0
  105. {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/top_level.txt +0 -0
  106. /fides/ui-build/static/admin/_next/static/{WSibKOvTP1wQ2ioehb_pY → 41G5DqvxaeevMKeDa2GHI}/_ssgManifest.js +0 -0
  107. /fides/ui-build/static/admin/_next/static/chunks/{1100-574adc8f50f9ef3a.js → 1100-2cf394cd4471259e.js} +0 -0
  108. /fides/ui-build/static/admin/_next/static/chunks/{1904-3aa43570520790fc.js → 1904-f87496dea2581dc8.js} +0 -0
  109. /fides/ui-build/static/admin/_next/static/chunks/{2479-b91631f5e7ad58fe.js → 2479-d6501f8b9bca3d8b.js} +0 -0
  110. /fides/ui-build/static/admin/_next/static/chunks/{3503-f8b68879ea28e6ee.js → 3503-9cc9334d3a68f43e.js} +0 -0
  111. /fides/ui-build/static/admin/_next/static/chunks/{3505-a94b641168547225.js → 3505-be2b4bf19fc92dd1.js} +0 -0
  112. /fides/ui-build/static/admin/_next/static/chunks/{3513-bcef489f2c8e30e1.js → 3513-a67cbaea856db18b.js} +0 -0
  113. /fides/ui-build/static/admin/_next/static/chunks/{3855-cf98ef0345aa9cca.js → 3855-d3f97721e4660f01.js} +0 -0
  114. /fides/ui-build/static/admin/_next/static/chunks/{3872-7382a9d55bb94d53.js → 3872-df1ba49f1a04d709.js} +0 -0
  115. /fides/ui-build/static/admin/_next/static/chunks/{401-f18cd4739b98ce74.js → 401-54d252182b3e2ea7.js} +0 -0
  116. /fides/ui-build/static/admin/_next/static/chunks/{4060-891319185929d1ae.js → 4060-59e9be4a1470e956.js} +0 -0
  117. /fides/ui-build/static/admin/_next/static/chunks/{4121-6d5719d695f696ca.js → 4121-86ddc6a0c73b7287.js} +0 -0
  118. /fides/ui-build/static/admin/_next/static/chunks/{5487-1035279f9f4aaa81.js → 5487-4883ba29c664eb59.js} +0 -0
  119. /fides/ui-build/static/admin/_next/static/chunks/{5826-dbb96ab3cc360ed4.js → 5826-933b8ee2bb1f2127.js} +0 -0
  120. /fides/ui-build/static/admin/_next/static/chunks/{6277-70d615c50ac54e1d.js → 6277-4c913be9a3224d85.js} +0 -0
  121. /fides/ui-build/static/admin/_next/static/chunks/{6853-38e3fd5a7b1bde87.js → 6853-69b4ed278f795088.js} +0 -0
  122. /fides/ui-build/static/admin/_next/static/chunks/{69-5f2103ace46481d6.js → 69-1c5ef5d9bd62c647.js} +0 -0
  123. /fides/ui-build/static/admin/_next/static/chunks/{6954-92f362ffea739388.js → 6954-20fef944516137e9.js} +0 -0
  124. /fides/ui-build/static/admin/_next/static/chunks/{7751-b61c0979c4f5ba79.js → 7751-b18457156beb526c.js} +0 -0
  125. /fides/ui-build/static/admin/_next/static/chunks/{79-82c500f39db614d1.js → 79-2bfc1edf2768a8ca.js} +0 -0
  126. /fides/ui-build/static/admin/_next/static/chunks/{8934-5e141988ad7c1000.js → 8934-d721b469d866804f.js} +0 -0
  127. /fides/ui-build/static/admin/_next/static/chunks/{9327-1b672d64969cfafb.js → 9327-ff3bcfb81f5b13ff.js} +0 -0
  128. /fides/ui-build/static/admin/_next/static/chunks/{9572-235d37e0b7db0257.js → 9572-0d0f7ec92668289c.js} +0 -0
  129. /fides/ui-build/static/admin/_next/static/chunks/{9767-8d96e7f8fd72eadc.js → 9767-ef56c202c0aed26e.js} +0 -0
  130. /fides/ui-build/static/admin/_next/static/chunks/{9951-d8d18047e05b1df4.js → 9951-6858d7c48b6af193.js} +0 -0
  131. /fides/ui-build/static/admin/_next/static/chunks/{9965-4149f5bb9ccf2c54.js → 9965-5458a5e440196293.js} +0 -0
  132. /fides/ui-build/static/admin/_next/static/chunks/pages/{add-systems-72768fa90f31d936.js → add-systems-05ece3100a0c3419.js} +0 -0
  133. /fides/ui-build/static/admin/_next/static/chunks/pages/{ant-poc-4cad8b20c7fa422c.js → ant-poc-3a07457432d08020.js} +0 -0
  134. /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{configure-7d3f39e6207c0d4d.js → configure-07b20c42253721ed.js} +0 -0
  135. /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-experience-08bcc477fa5544b6.js → privacy-experience-0bede0bfe68670e8.js} +0 -0
  136. /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-notices-22693568fd342608.js → privacy-notices-71028bda4ba9bcf9.js} +0 -0
  137. /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{reporting-c71f7e3ef8a3bdd4.js → reporting-bddf1524caf1eb17.js} +0 -0
  138. /fides/ui-build/static/admin/_next/static/chunks/pages/{consent-49cec8727ba462e1.js → consent-b2ccaff7cb5a7110.js} +0 -0
  139. /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/{projects-a637d57347ad4bd7.js → projects-e249f80191e95778.js} +0 -0
  140. /fides/ui-build/static/admin/_next/static/chunks/pages/{data-catalog-f416c61699380589.js → data-catalog-ce3633a6b06e55a9.js} +0 -0
  141. /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/{[systemId]-d59f6f49d91c4166.js → [systemId]-e133a36e8a84f1eb.js} +0 -0
  142. /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/{[monitorId]-fc99be4f494946cf.js → [monitorId]-b13d724f5c018dbc.js} +0 -0
  143. /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{action-center-36e75ed0154c9d07.js → action-center-84842f32dfe1a457.js} +0 -0
  144. /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{activity-aec2dd0d89d11c1f.js → activity-675069b1fc87e064.js} +0 -0
  145. /fides/ui-build/static/admin/_next/static/chunks/pages/{datamap-359ab1b6513a5329.js → datamap-b1b8a9c527c81aa2.js} +0 -0
  146. /fides/ui-build/static/admin/_next/static/chunks/pages/dataset/{new-274b8cf0932e2741.js → new-0ab5d223bb086360.js} +0 -0
  147. /fides/ui-build/static/admin/_next/static/chunks/pages/{dataset-9b3ab8de38e343b9.js → dataset-32a74faa36cd0e41.js} +0 -0
  148. /fides/ui-build/static/admin/_next/static/chunks/pages/{datastore-connection-3a196ef552fb5352.js → datastore-connection-d13440427c446de5.js} +0 -0
  149. /fides/ui-build/static/admin/_next/static/chunks/pages/{index-e5fa3ad65420815b.js → index-d996683a6be4989d.js} +0 -0
  150. /fides/ui-build/static/admin/_next/static/chunks/pages/{messaging-226fdc9ccf65bf88.js → messaging-ad70e91809840341.js} +0 -0
  151. /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{[id]-f208ea9573f5d16f.js → [id]-5690e61a492ecfe7.js} +0 -0
  152. /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/{messaging-9103ff5824f10280.js → messaging-dc057b74178117ee.js} +0 -0
  153. /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/{storage-ccc8829fb8e6d889.js → storage-2377669c82a0ce70.js} +0 -0
  154. /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{configure-f0fcddade8258445.js → configure-2f5d74846a0d2fb6.js} +0 -0
  155. /fides/ui-build/static/admin/_next/static/chunks/pages/{privacy-requests-0cd0024113f958da.js → privacy-requests-cd6f3319866992d2.js} +0 -0
  156. /fides/ui-build/static/admin/_next/static/chunks/pages/reporting/{datamap-4aafe0b82fe05626.js → datamap-02bf6b4e43e0457d.js} +0 -0
  157. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{about-1b1273e9eb69ac45.js → about-5320dbda1705cf4c.js} +0 -0
  158. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{consent-60f6d15fa6c6b1af.js → consent-6af20633b9646c93.js} +0 -0
  159. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{custom-fields-298fa77e090bf7cb.js → custom-fields-42692f8a5fcae0b2.js} +0 -0
  160. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domain-records-3b59fd523eee38fc.js → domain-records-2161d4fd1f3fe54c.js} +0 -0
  161. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domains-1c1f4f775561e528.js → domains-7cbaa712ed7bd146.js} +0 -0
  162. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{email-templates-ebb37a1ae630931a.js → email-templates-e99dc55a7a48a208.js} +0 -0
  163. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{locations-84f0c04250972998.js → locations-40bc52b108e6ab44.js} +0 -0
  164. /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{organization-2fcbf2b113dce00c.js → organization-693223a45403713e.js} +0 -0
  165. /fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/[id]/{test-datasets-7bf0c1ff8d1d09cf.js → test-datasets-371665a915463095.js} +0 -0
  166. /fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/{[id]-3a2a18084f89dc04.js → [id]-54a928ef67fa344f.js} +0 -0
  167. /fides/ui-build/static/admin/_next/static/chunks/pages/{systems-c921992c82514912.js → systems-22c29d7ee580c63f.js} +0 -0
  168. /fides/ui-build/static/admin/_next/static/chunks/pages/{taxonomy-07d26364d187c7c3.js → taxonomy-69d7eaf99cd157eb.js} +0 -0
@@ -1,4 +1,4 @@
1
- (function(g,_e){typeof exports=="object"&&typeof module<"u"?_e(exports):typeof define=="function"&&define.amd?define(["exports"],_e):(g=typeof globalThis<"u"?globalThis:g||self,_e(g.Fides={}))})(this,function(g){"use strict";var _e=Object.defineProperty,_n=(e,t,o)=>t in e?_e(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Qe=(e,t,o)=>_n(e,typeof t!="symbol"?t+"":t,o);class be{constructor(t,o,i){Qe(this,"consentPreference"),Qe(this,"notice"),Qe(this,"noticeHistoryId"),this.notice=t,this.consentPreference=o,this.noticeHistoryId=i}}g.TCMobileDataVals=void 0,(e=>{(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFgdprApplies||(e.IABTCFgdprApplies={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFPurposeOneTreatment||(e.IABTCFPurposeOneTreatment={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFUseNonStandardTexts||(e.IABTCFUseNonStandardTexts={}))})(g.TCMobileDataVals||(g.TCMobileDataVals={}));var Mt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(Mt||{}),zt=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(zt||{}),V=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(V||{}),H=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.TCF="tcf",e))(H||{}),F=(e=>(e.OVERLAY="overlay",e.BANNER_AND_MODAL="banner_and_modal",e.MODAL="modal",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.HEADLESS="headless",e))(F||{}),Rt=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Rt||{}),de=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(de||{}),Y=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(Y||{}),et=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(et||{}),Ut=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Ut||{}),N=(e=>(e.BUTTON="button",e.REJECT="reject",e.ACCEPT="accept",e.SCRIPT="script",e.SAVE="save",e.DISMISS="dismiss",e.GPC="gpc",e.INDIVIDUAL_NOTICE="individual_notice",e.ACKNOWLEDGE="acknowledge",e))(N||{}),Bt=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(Bt||{}),Q=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(Q||{}),ye=(e=>(e.OVERLAY="overlay",e.MODAL="modal",e.BANNER="banner",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.TCF_BANNER="tcf_banner",e))(ye||{});const bn=e=>{throw new Error(e)},Gt=e=>e.fidesConsentOverride===N.ACCEPT||e.fidesConsentOverride===N.REJECT,Ee=(e,t)=>!!Object.keys(t).includes(e.notice_key),ce=e=>!e||e===H.OPT_OUT?!1:e===H.OPT_IN?!0:e===H.ACKNOWLEDGE,ie=(e,t)=>e?t===V.NOTICE_ONLY?H.ACKNOWLEDGE:H.OPT_IN:H.OPT_OUT,pe=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,yn=e=>!!(e&&e.every(t=>t.default_preference===H.OPT_IN)),tt=e=>e?e.location&&hn.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,Vt=e=>{if(typeof e!="object"||!e.fidesApiUrl||!e.privacyCenterUrl)return!1;try{new URL(e.privacyCenterUrl),new URL(e.fidesApiUrl)}catch{return!1}return!0},Ht=e=>{switch(e){case de.OPTIONS:return kn;case de.EXPERIENCE_TRANSLATION:return wn;default:return null}},Kt=e=>{if(!pe(e))return!1;const t=e.experience_config;return t&&(t.component===F.MODAL||t.component===F.BANNER_AND_MODAL||t.component===F.TCF_OVERLAY||t.component===F.HEADLESS)?!(t.component===F.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},mn=e=>{var t;return(t=e.default_preference)!=null?t:H.OPT_OUT},Oe=(e,t,o,i)=>{var n,r,a,s,l,d;return i!=null&&i.fidesDisableBanner||!pe(e)?!1:((n=e.experience_config)==null?void 0:n.component)===F.TCF_OVERLAY&&t?(r=e.meta)!=null&&r.version_hash&&t.fides_meta.consentMethod!==N.DISMISS?e.meta.version_hash!==t.tcf_version_hash:!0:((a=e.experience_config)==null?void 0:a.component)===F.MODAL||((s=e.experience_config)==null?void 0:s.component)===F.HEADLESS||!((l=e?.privacy_notices)!=null&&l.length)?!1:o?i&&Gt(i)?!1:t?.fides_meta.consentMethod===N.GPC?!0:!((d=e.privacy_notices)!=null&&d.every(p=>Ee(p,o))):!0},Yt=e=>{e[0]==="window"&&e.shift();let t=window;for(;e.length>0;){const o=e.shift();if(typeof o>"u"||typeof t[o]!="object")return;t=t[o]}return t},qt=({value:e,notice:t,consentContext:o})=>!o.globalPrivacyControl||!t.has_gpc_flag||t.consent_mechanism===V.NOTICE_ONLY?Q.NONE:e?Q.OVERRIDDEN:Q.APPLIED,ot=()=>{},Wt=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],Zt=(e,t)=>e.map(o=>{var i;const n=ie(t.includes(o.notice.notice_key),o.notice.consent_mechanism);return new be(o.notice,n,(i=o.bestTranslation)==null?void 0:i.privacy_notice_history_id)}),Jt=e=>{try{const t=JSON.stringify(e);return btoa(t.replace(/\s/g,""))}catch(t){throw new Error("Failed to encode Notice Consent string:",{cause:t})}},it=e=>{if(!e)return{};try{const t=atob(e),o=JSON.parse(t);return Object.fromEntries(Object.entries(o).map(([i,n])=>[i,!!n]))}catch(t){throw new Error("Failed to decode Notice Consent string:",{cause:t})}},M="en",Pe="Manage preferences",Ae=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,hn=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,kn=[{overrideName:"fidesEmbed",overrideType:"boolean",overrideKey:"fides_embed",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableSaveApi",overrideType:"boolean",overrideKey:"fides_disable_save_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableNoticesServedApi",overrideType:"boolean",overrideKey:"fides_disable_notices_served_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableBanner",overrideType:"boolean",overrideKey:"fides_disable_banner",validationRegex:/^(true|false)$/},{overrideName:"fidesString",overrideType:"string",overrideKey:"fides_string",validationRegex:/(.*)/},{overrideName:"fidesTcfGdprApplies",overrideType:"boolean",overrideKey:"fides_tcf_gdpr_applies",validationRegex:/^(true|false)$/},{overrideName:"fidesLocale",overrideType:"string",overrideKey:"fides_locale",validationRegex:Ae},{overrideName:"fidesPrimaryColor",overrideType:"string",overrideKey:"fides_primary_color",validationRegex:/(.*)/},{overrideName:"fidesClearCookie",overrideType:"string",overrideKey:"fides_clear_cookie",validationRegex:/(.*)/},{overrideName:"fidesConsentOverride",overrideType:"string",overrideKey:"fides_consent_override",validationRegex:/^(accept|reject)$/},{overrideName:"otFidesMapping",overrideType:"string",overrideKey:"ot_fides_mapping",validationRegex:/(.*)/},{overrideName:"fidesDisabledNotices",overrideType:"array",overrideKey:"fides_disabled_notices",validationRegex:/(.*)/,transform:Wt}],wn=[{overrideName:"title",overrideType:"string",overrideKey:"fides_title",validationRegex:/(.*)/},{overrideName:"description",overrideType:"string",overrideKey:"fides_description",validationRegex:/(.*)/},{overrideName:"privacy_policy_url",overrideType:"string",overrideKey:"fides_privacy_policy_url",validationRegex:/(.*)/},{overrideName:"override_language",overrideType:"string",overrideKey:"fides_override_language",validationRegex:Ae}],Xt="fides-overlay-wrapper",xn="fides-i18n-icon",Qt=["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state","sales_sharing_targeted_advertising_gpp_us_national"],Cn=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",$e=()=>{var e,t,o;if(!Cn()||!((e=window.blueConicClient)!=null&&e.profile))return;const i=(o=(t=window.blueConicClient)==null?void 0:t.profile)==null?void 0:o.getProfile(),{consent:n}=window.Fides,r=n!==void 0&&Object.entries(n).length>0,a=Qt.some(s=>n[s]);!r||a?(i.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),i.setRefusedObjectives([])):(i.setConsentedObjectives(["iab_purpose_1"]),i.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},En=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",$e),window.addEventListener("FidesUpdated",$e),window.addEventListener("onBlueConicLoaded",$e),$e()};var On=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(On||{}),Pn=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(Pn||{});const An=(e,t,o)=>{const i={};return Object.entries(e).forEach(([n,r])=>{if(t&&o==="consent_mechanism"){const a=t.find(s=>s.notice_key===n);i[n]=ie(r,a?.consent_mechanism)}else i[n]=r}),i},eo=(e,t)=>{var o,i,n,r,a;const s=(o=window.dataLayer)!=null?o:[];window.dataLayer=s;const{detail:l,type:d}=e,{consent:p,extraDetails:c,fides_string:_,timestamp:f}=l,{non_applicable_flag_mode:u="omit",flag_type:b="boolean"}=t??{},y={},m=(n=(i=window.Fides)==null?void 0:i.experience)==null?void 0:n.privacy_notices,h=(a=(r=window.Fides)==null?void 0:r.experience)==null?void 0:a.non_applicable_privacy_notices;u==="include"&&h&&h.forEach(k=>{y[k]=b==="consent_mechanism"?"not_applicable":!0}),p&&Object.assign(y,An(p,m,b));const x={consent:y,extraDetails:c,fides_string:_,timestamp:f};s.push({event:d,Fides:x})},$n=e=>{var t,o;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,i])=>i).map(([i])=>i).forEach(i=>{window.addEventListener(i,n=>eo(n,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:i,fides_meta:n,identity:r,tcf_consent:a}=window.Fides,s=(o=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:o.startTime;eo({type:"FidesInitialized",detail:{consent:i,fides_meta:n,identity:r,tcf_consent:a,timestamp:s,extraDetails:{consentMethod:n?.consentMethod}}},e)}},Nn=()=>{if(window.fbq)return window.fbq;const e={queue:[],loaded:!0,version:"2.0",push(...t){const o=window.fbq;o.callMethod?o.callMethod(...t):o.queue.push(t)}};return window.fbq=Object.assign(e.push,e),window._fbq=window.fbq,window.fbq},Tn=e=>{const t=Nn();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Sn={marketing:Qt,sale_of_data:["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state"],analytics:["analytics"],preferences:["functional"]};function Ln(e){var t;const o=Object.fromEntries(Object.entries(Sn).map(([i,n])=>[i,n.some(r=>e[r]===!0)||(n.some(r=>e[r]===!1)?!1:void 0)]));return o.sale_of_data=(t=o.sale_of_data)!=null?t:!1,o}const Ne=e=>{window.Shopify.customerPrivacy.setTrackingConsent(Ln(e),()=>{})},to=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",o=>Ne(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ne(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ne(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&Ne(window.Fides.consent)},In=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){to();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],e=>{if(e)throw Error("Fides could not load Shopify's consent-tracking-api");to()})},3e3)};var nt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Te={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Te.exports,function(e,t){(function(o){var i=t,n=e&&e.exports==i&&e,r=typeof nt=="object"&&nt;(r.global===r||r.window===r)&&(o=r);var a=function(u){this.message=u};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var s=function(u){throw new a(u)},l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=/[\t\n\f\r ]/g,p=function(u){u=String(u).replace(d,"");var b=u.length;b%4==0&&(u=u.replace(/==?$/,""),b=u.length),(b%4==1||/[^+a-zA-Z0-9/]/.test(u))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var y=0,m,h,x="",k=-1;++k<b;)h=l.indexOf(u.charAt(k)),m=y%4?m*64+h:h,y++%4&&(x+=String.fromCharCode(255&m>>(-2*y&6)));return x},c=function(u){u=String(u),/[^\0-\xFF]/.test(u)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var b=u.length%3,y="",m=-1,h,x,k,C,I=u.length-b;++m<I;)h=u.charCodeAt(m)<<16,x=u.charCodeAt(++m)<<8,k=u.charCodeAt(++m),C=h+x+k,y+=l.charAt(C>>18&63)+l.charAt(C>>12&63)+l.charAt(C>>6&63)+l.charAt(C&63);return b==2?(h=u.charCodeAt(m)<<8,x=u.charCodeAt(++m),C=h+x,y+=l.charAt(C>>10)+l.charAt(C>>4&63)+l.charAt(C<<2&63)+"="):b==1&&(C=u.charCodeAt(m),y+=l.charAt(C>>2)+l.charAt(C<<4&63)+"=="),y},_={encode:c,decode:p,version:"1.0.0"};if(i&&!i.nodeType)if(n)n.exports=_;else for(var f in _)_.hasOwnProperty(f)&&(i[f]=_[f]);else o.base64=_})(nt)}(Te,Te.exports);var oo=Te.exports;/*! js-cookie v3.0.5 | MIT */function Se(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)e[i]=o[i]}return e}var Fn={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function rt(e,t){function o(n,r,a){if(!(typeof document>"u")){a=Se({},t,a),typeof a.expires=="number"&&(a.expires=new Date(Date.now()+a.expires*864e5)),a.expires&&(a.expires=a.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var l in a)a[l]&&(s+="; "+l,a[l]!==!0&&(s+="="+a[l].split(";")[0]));return document.cookie=n+"="+e.write(r,n)+s}}function i(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var r=document.cookie?document.cookie.split("; "):[],a={},s=0;s<r.length;s++){var l=r[s].split("="),d=l.slice(1).join("=");try{var p=decodeURIComponent(l[0]);if(a[p]=e.read(d,p),n===p)break}catch{}}return n?a[n]:a}}return Object.create({set:o,get:i,remove:function(n,r){o(n,"",Se({},r,{expires:-1}))},withAttributes:function(n){return rt(this.converter,Se({},this.attributes,n))},withConverter:function(n){return rt(Se({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var jn=rt(Fn,{path:"/"});let Le;const Dn=new Uint8Array(16);function Mn(){if(!Le&&(Le=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Le))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Le(Dn)}const S=[];for(let e=0;e<256;++e)S.push((e+256).toString(16).slice(1));function zn(e,t=0){return S[e[t+0]]+S[e[t+1]]+S[e[t+2]]+S[e[t+3]]+"-"+S[e[t+4]]+S[e[t+5]]+"-"+S[e[t+6]]+S[e[t+7]]+"-"+S[e[t+8]]+S[e[t+9]]+"-"+S[e[t+10]]+S[e[t+11]]+S[e[t+12]]+S[e[t+13]]+S[e[t+14]]+S[e[t+15]]}var io={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Ie(e,t,o){if(io.randomUUID&&!t&&!e)return io.randomUUID();e=e||{};const i=e.random||(e.rng||Mn)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,t){o=o||0;for(let n=0;n<16;++n)t[o+n]=i[n];return t}return zn(i)}const no=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,at=(e,t)=>e.consent_mechanism===V.NOTICE_ONLY?!0:t&&Ee(e,t)?!!t[e.notice_key]:ce(e.default_preference);var Rn=(e=>(e.CONSENT="Consent",e.CONTRACT="Contract",e.LEGAL_OBLIGATIONS="Legal obligations",e.VITAL_INTERESTS="Vital interests",e.PUBLIC_INTEREST="Public interest",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(Rn||{}),st=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(st||{});const Un=",",Bn=[{experienceKey:"tcf_purpose_consents",tcfModelKey:"purposeConsents",enabledIdsKey:"purposesConsent"},{experienceKey:"tcf_purpose_legitimate_interests",tcfModelKey:"purposeLegitimateInterests",enabledIdsKey:"purposesLegint"},{experienceKey:"tcf_special_features",tcfModelKey:"specialFeatureOptins",enabledIdsKey:"specialFeatures"},{experienceKey:"tcf_vendor_consents",tcfModelKey:"vendorConsents",enabledIdsKey:"vendorsConsent"},{experienceKey:"tcf_vendor_legitimate_interests",tcfModelKey:"vendorLegitimateInterests",enabledIdsKey:"vendorsLegint"}],Gn=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Bn.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),st.CONSENT.toString(),st.LEGITIMATE_INTERESTS.toString();var Vn=Object.defineProperty,Hn=Object.defineProperties,Kn=Object.getOwnPropertyDescriptors,ro=Object.getOwnPropertySymbols,Yn=Object.prototype.hasOwnProperty,qn=Object.prototype.propertyIsEnumerable,ao=(e,t,o)=>t in e?Vn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ne=(e,t)=>{for(var o in t||(t={}))Yn.call(t,o)&&ao(e,o,t[o]);if(ro)for(var o of ro(t))qn.call(t,o)&&ao(e,o,t[o]);return e},me=(e,t)=>Hn(e,Kn(t)),Wn=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const lt="fides_consent",so="OptanonConsent",lo=365,Fe=jn.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),dt=e=>e?Object.values(e).some(t=>t!==void 0):!1,co=()=>Ie(),Zn=co(),po=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},uo=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:Zn||co()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},je=e=>Fe.get(e),ct=()=>{const e=je(so);if(e)return e},fo=(e,t)=>{const o={},i=e.match(/groups=([^&]*)/);return!i||!i[1]||i[1].split(",").forEach(n=>{const[r,a]=n.split(":");t[r]&&t[r].forEach(s=>{const l=a==="1";o[s]===void 0&&(o[s]=l)})}),o},ue=()=>{const e=je(lt);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(oo.decode(e))}catch{return}}},vo=(e,t=!1)=>{const o=uo(e);if(typeof document>"u")return o;if(t)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",o;let i=ue();if(!i)return o;try{"consent"in i&&"fides_meta"in i||(i=me(ne({},o),{consent:i}));const n=ne(ne({},e),i.consent);return i.consent=n,i}catch(n){return console.error("Unable to read consent cookie: invalid JSON.",n),o}},pt=(e,t=!1)=>{if(typeof document>"u")return;const o=new Date().toISOString();e.fides_meta.updatedAt=o;let i=JSON.stringify(e);t&&(i=oo.encode(i));const n=window.location.hostname.split(".");let r="";for(let a=1;a<=n.length;a+=1)if(r=n.slice(-a).join("."),Fe.set(lt,i,{path:"/",domain:r,expires:lo})){const s=ue();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},ut=({experience:e,cookie:t})=>{var o;if(!e.privacy_notices)return e;const i=(o=e.privacy_notices)==null?void 0:o.map(r=>{const a=Object.keys(t.consent).includes(r.notice_key)?ie(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return me(ne({},r),{current_preference:a})});return me(ne({},e),{privacy_notices:i})},Jn=e=>{const t={};return Gn.forEach(({cookieKey:o})=>{var i;const n=(i=e[o])!=null?i:[];t[o]=Object.fromEntries(n.map(r=>[r.id,ce(r.preference)]))}),t},go=(e,t)=>{const o={};return e?.options.forEach(({cookieKeys:i,default:n})=>{if(n===void 0)return;const r=no(n,t);i.forEach(a=>{const s=o[a];if(s===void 0){o[a]=r;return}o[a]=s&&r})}),o},_o=(e,t=!0)=>{e.forEach(o=>{var i;if(Fe.remove(o.name,{path:(i=o.path)!=null?i:"/",domain:o.domain}),t){const{hostname:n}=window.location;Fe.remove(o.name,{domain:`.${n}`})}})},bo=e=>{const t=new Map(e.map(({notice:o,consentPreference:i})=>[o.notice_key,ce(i)]));return Object.fromEntries(t)},ft=(e,t)=>Wn(void 0,null,function*(){return me(ne({},e),{consent:bo(t)})}),yo=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(o=>{o.current_preference?t[o.notice_key]=ce(o.current_preference):o.default_preference&&(t[o.notice_key]=ce(o.default_preference))}),t},mo=({cookie:e,experience:t})=>{const o=yo(t);return me(ne({},e),{consent:o})},Xn=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}};var Qn=Object.defineProperty,er=Object.defineProperties,tr=Object.getOwnPropertyDescriptors,ho=Object.getOwnPropertySymbols,or=Object.prototype.hasOwnProperty,ir=Object.prototype.propertyIsEnumerable,ko=(e,t,o)=>t in e?Qn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,wo=(e,t)=>{for(var o in t||(t={}))or.call(t,o)&&ko(e,o,t[o]);if(ho)for(var o of ho(t))ir.call(t,o)&&ko(e,o,t[o]);return e},nr=(e,t)=>er(e,tr(t));const q=(e,t,o,i)=>{var n;if(typeof window<"u"&&typeof CustomEvent<"u"){const r=wo({consentMethod:t?.fides_meta.consentMethod},i),a=(n=performance?.mark)==null?void 0:n.call(performance,e),s=a?.startTime,l=new CustomEvent(e,{detail:nr(wo({},t),{debug:o,extraDetails:r,timestamp:s}),bubbles:!0});window.dispatchEvent(l)}},xo=(e,t)=>{const o=i=>t(i.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}};var rr=(e=>(e.GVL="gvl",e.AC="gacp",e))(rr||{});const Co=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",i="",n=""]=e.split(Un);return t?{tc:t,ac:o,gpp:i,nc:n}:{tc:"",ac:"",gpp:i,nc:n}};var ar={"static.gpc":"\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629","static.gpc.description":"\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u062A\u0641\u0636\u064A\u0644\u0643 \u0644\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629. \u0644\u0642\u062F \u0623\u0644\u063A\u064A \u0627\u0634\u062A\u0631\u0627\u0643\u0643 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u062D\u0627\u0644\u0627\u062A \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0644\u062A\u0632\u0645 \u0628\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629.","static.gpc.status.applied":"\u062A\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","static.gpc.status.overridden":"\u062A\u0645 \u0627\u0644\u062A\u062C\u0627\u0648\u0632","static.gpc.title":"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629"},sr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.gpc.description":"\u0412\u0430\u0448\u0435\u0442\u043E \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438\u0435 \u0437\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438 \u0435 \u0437\u0430\u0447\u0435\u0442\u0435\u043D\u043E. \u0412\u0438\u0435 \u0441\u0442\u0435 \u0431\u0438\u043B\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0438\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u0438 \u043E\u0442 \u0441\u043B\u0443\u0447\u0430\u0438\u0442\u0435 \u043D\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0442\u043D\u0430\u0441\u044F\u0442 \u043A\u044A\u043C \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u043E","static.gpc.status.overridden":"\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u043E","static.gpc.title":"\u041E\u0442\u043A\u0440\u0438\u0442\u043E \u0435 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438"},lr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161 izbor globalne kontrole privatnosti je uva\u017Een. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Prihva\u0107ena","static.gpc.status.overridden":"Odbijena","static.gpc.title":"Otkrivena je Globalna kontrola privatnosti"},dr={"static.gpc":"Control de privadesa global","static.gpc.description":"S\u2019ha respectat la vostra prefer\xE8ncia pel que fa al control de privadesa global. Se us ha excl\xF2s autom\xE0ticament dels casos d\u2019\xFAs de dades que s\u2019adhereixen al control de privadesa global.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Anul\xB7lat","static.gpc.title":"Control de privadesa global detectat"},cr={"static.gpc":"Glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F","static.gpc.description":"Byly dodr\u017Eeny va\u0161e glob\xE1ln\xED preference ochrany osobn\xEDch \xFAdaj\u016F. Automaticky jste byli vy\u0159azeni z pou\u017E\xEDv\xE1n\xED \xFAdaj\u016F v p\u0159\xEDpadech, na kter\xE9 se vztahuje glob\xE1ln\xED ochrana osobn\xEDch \xFAdaj\u016F.","static.gpc.status.applied":"Aplikov\xE1no","static.gpc.status.overridden":"P\u0159eps\xE1no","static.gpc.title":"Bylo zji\u0161t\u011Bna glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F"},pr={"static.gpc":"Global fortrolighedskontrol","static.gpc.description":"Din pr\xE6ference i forbindelse med global fortrolighedskontrol er blevet efterkommet. Du er automatisk blevet frameldt tilf\xE6lde af databrug, der overholder global fortrolighedskontrol.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Tilsidesat","static.gpc.title":"Der blev p\xE5vist global fortrolighedskontrol"},ur={"static.gpc":"Globale Datenschutzeinstellungen","static.gpc.description":"Ihre globale Datenschutzeinstellungen werden ber\xFCcksichtigt. Sie wurden automatisch von Anwendungsf\xE4llen ausgenommen, die nicht Ihren globalen Datenschutzeinstellungen unterliegen.","static.gpc.status.applied":"Angewendet","static.gpc.status.overridden":"\xDCberschrieben","static.gpc.title":"Globale Datenschutzeinstellungen entdeckt"},fr={"static.gpc":"\u039A\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5","static.gpc.description":"\u0397 \u03C0\u03C1\u03BF\u03C4\u03AF\u03BC\u03B7\u03C3\u03AE \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5 \u03AD\u03C7\u03B5\u03B9 \u03C4\u03B7\u03C1\u03B7\u03B8\u03B5\u03AF. \u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03BE\u03B1\u03B9\u03C1\u03B5\u03B8\u03B5\u03AF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03CC \u03C0\u03B5\u03C1\u03B9\u03C0\u03C4\u03CE\u03C3\u03B5\u03B9\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C0\u03BF\u03C5 \u03C3\u03C5\u03BC\u03BC\u03BF\u03C1\u03C6\u03CE\u03BD\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5.","static.gpc.status.applied":"\u0395\u03C6\u03B1\u03C1\u03BC\u03CC\u03C3\u03C4\u03B7\u03BA\u03B5","static.gpc.status.overridden":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03BC\u03C6\u03B8\u03B7\u03BA\u03B5","static.gpc.title":"\u0395\u03BD\u03C4\u03BF\u03C0\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5"},vr={"static.gpc":"Global Privacy Control","static.gpc.description":"Your global privacy control preference has been honored. You have been automatically opted out of data use cases which adhere to global privacy control.","static.gpc.status.applied":"Applied","static.gpc.status.overridden":"Overridden","static.gpc.title":"Global Privacy Control detected"},gr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le ha excluido autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},_r={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le excluy\xF3 autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},br={"static.gpc":"\xDCldine andmekaitsekontroll","static.gpc.description":"Teie \xFCldist andmekaitse-eelistust on arvestatud. Teid on automaatselt v\xE4lja arvatud andmete kasutamise juhtudest, mis j\xE4rgivad \xFCldist andmekaitsekontrolli.","static.gpc.status.applied":"Rakendatud","static.gpc.status.overridden":"T\xFChistatud","static.gpc.title":"Tuvastatud \xFCldine andmekaitsekontroll"},yr={"static.gpc":"Pribatutasun-kontrol globala","static.gpc.description":"Pribatutasun-kontrol globalaren lehentasuna bete da. Pribatutasun-kontrol globalari atxikitzen zaizkion datuen erabileren kasuetatik automatikoki baztertua izan zara.","static.gpc.status.applied":"Ezarrita","static.gpc.status.overridden":"Baliogabetuta","static.gpc.title":"Pribatutasun-kontrol globala antzeman da"},mr={"static.gpc":"Maailmanlaajunen tietosuojavalvonta","static.gpc.description":"Maailmanlaajuinen tietosuojavalvontanne on vahvistettu. Teid\xE4t on automaattisesti poistettu tietojen k\xE4ytt\xF6tapauksista, jotka noudattavat maailmanlaajuista tietosuojavalvontaa.","static.gpc.status.applied":"K\xE4yt\xF6ss\xE4","static.gpc.status.overridden":"Ohitettu","static.gpc.title":"Maailmanlaajuinen tietosuojavalvonta havaittu"},hr={"static.gpc":"Global Privacy Control","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le global de la confidentialit\xE9 (GPC) a \xE9t\xE9 respect\xE9e. Vous avez automatiquement \xE9t\xE9 retir\xE9 des cas d\u2019usage des donn\xE9es qui adh\xE8rent au GPC.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Ignor\xE9","static.gpc.title":"Global Privacy Control (GPC) d\xE9tect\xE9"},kr={"static.gpc":"Contr\xF4le mondial de confidentialit\xE9","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le mondial de confidentialit\xE9 a \xE9t\xE9 honor\xE9e. Vous avez \xE9t\xE9 automatiquement \xE9cart\xE9 des cas d'utilisation de donn\xE9es qui adh\xE8rent au contr\xF4le mondial de confidentialit\xE9.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Annul\xE9","static.gpc.title":"Contr\xF4le mondial de confidentialit\xE9 d\xE9tect\xE9"},wr={"static.gpc":"Control de privacidade global","static.gpc.description":"Respetouse a s\xFAa preferencia de control de privacidade global. Foi automaticamente exclu\xEDdo dos casos de uso de datos que cumpren o control de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidade global detectado"},xr={"static.gpc":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923","static.gpc.description":"\u0906\u092A\u0915\u0940 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0935\u0930\u0940\u092F\u0924\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E\u0964 \u0906\u092A\u0915\u094B \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0921\u0947\u091F\u093E \u0909\u092A\u092F\u094B\u0917 \u092E\u093E\u092E\u0932\u094B\u0902 \u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u092C\u093E\u0939\u0930 \u0915\u0930 \u0926\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964","static.gpc.status.applied":"\u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E","static.gpc.status.overridden":"\u0913\u0935\u0930\u0930\u093E\u0907\u0921 \u0915\u093F\u092F\u093E","static.gpc.title":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u0924\u093E \u091A\u0932\u093E"},Cr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Po\u0161tuju se va\u0161e preferencije globalne kontrole privatnosti. Automatski se isklju\u010Deni iz slu\u010Dajeve kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Primijenjeno","static.gpc.status.overridden":"Premo\u0161\u0107eno","static.gpc.title":"Primije\u0107ena je Globalna kontrola privatnosti (Global Privacy Control)"},Er={"static.gpc":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s","static.gpc.description":"A glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1ssal kapcsolatos be\xE1ll\xEDt\xE1sai el lettek fogadva. Automatikusan kiker\xFClt azokb\xF3l az adatfelhaszn\xE1l\xE1si esetekb\u0151l, amelyek a glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1shoz tartoznak.","static.gpc.status.applied":"Alkalmazva","static.gpc.status.overridden":"Fel\xFCl\xEDrva","static.gpc.title":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s \xE9szlelve"},Or={"static.gpc":"Controllo Globale della Privacy","static.gpc.description":"Le tue preferenze del Controllo Globale della Privacy sono state prese in carico. Sei stato automaticamente escluso dai casi di utilizzo dei dati che corrispondono al Controllo Globale della Privacy.","static.gpc.status.applied":"Applicato","static.gpc.status.overridden":"Non applicato","static.gpc.title":"Controllo Globale della Privacy rilevato"},Pr={"static.gpc":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB","static.gpc.description":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306E\u8A2D\u5B9A\u306F\u5C0A\u91CD\u3055\u308C\u307E\u3059\u3002\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306B\u5F93\u3046\u30C7\u30FC\u30BF\u306E\u30E6\u30FC\u30B9\u30B1\u30FC\u30B9\u304B\u3089\u306F\u81EA\u52D5\u7684\u306B\u30AA\u30D7\u30C8\u30A2\u30A6\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002","static.gpc.status.applied":"\u9069\u7528","static.gpc.status.overridden":"\u5909\u66F4","static.gpc.title":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u3092\u691C\u51FA\u3057\u307E\u3057\u305F"},Ar={"static.gpc":"Visuotin\u0117 privatumo kontrol\u0117","static.gpc.description":"Buvo atsi\u017Evelgta \u012F j\u016Bs\u0173 visuotin\u0117s privatumo kontrol\u0117s pageidavim\u0105. Buvote automati\u0161kai at\u0161auktas i\u0161 duomen\u0173 naudojimo atvej\u0173, kai laikomasi visuotin\u0117s privatumo kontrol\u0117s.","static.gpc.status.applied":"Taikoma","static.gpc.status.overridden":"Nebegaliojantis","static.gpc.title":"Aptikta visuotin\u0117 privatumo kontrol\u0117"},$r={"static.gpc":"Glob\u0101l\u0101 priv\u0101tuma kontrole","static.gpc.description":"M\u0113s esam izpild\u012Bju\u0161i j\u016Bsu pras\u012Bbu kontrol\u0113t glob\u0101lo priv\u0101tumu. P\u0113c noklus\u0113juma esat no\u0146emts no datu lietojuma pieteikumiem, kas atbilst glob\u0101lajai priv\u0101tuma kontrolei.","static.gpc.status.applied":"Pielietots","static.gpc.status.overridden":"Ignor\u0113ts","static.gpc.title":"Konstat\u0113ta glob\u0101l\u0101 priv\u0101tuma kontrole"},Nr={"static.gpc":"Kontroll Globali tal-Privatezza","static.gpc.description":"Il-preferenza globali tieg\u0127ek g\u0127all-kontroll tal-privatezza \u0121iet onorata. Inti awtomatikament g\u0127a\u017Cilt li ma tibqax tu\u017Ca d-dejta f'ka\u017Cijiet li jirrispettaw il-kontroll globali tal-privatezza.","static.gpc.status.applied":"Applikat","static.gpc.status.overridden":"Maqbu\u017Ca","static.gpc.title":"Instab il-Kontroll Globali tal-Privatezza"},Tr={"static.gpc":"Global Privacy Control","static.gpc.description":"Uw Global Privacy Control-voorkeur wordt gerespecteerd. U bent automatisch afgemeld voor gegevensgebruiksscenario's die zich houden aan Global Privacy Control.","static.gpc.status.applied":"Toegepast","static.gpc.status.overridden":"Genegeerd","static.gpc.title":"Global Privacy Control gedetecteerd"},Sr={"static.gpc":"Globale personverninnstillinger","static.gpc.description":"Preferansene dine vedr\xF8rende de globale personverninnstilingene dine er godtatt. Du har automatisk takket nei til databruksaker som f\xF8lger globale personverninnstillinger.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Overstyrt","static.gpc.title":"Globale personverninnstillinger er oppdaget"},Lr={"static.gpc":"Og\xF3lna kontrola prywatno\u015Bci","static.gpc.description":"Twoja preferencja dotycz\u0105ca og\xF3lnej kontroli prywatno\u015Bci zosta\u0142a uwzgl\u0119dniona. Automatycznie odm\xF3wiono zgody na Twoje przypadki wykorzystania danych, kt\xF3re s\u0105 zgodne z Og\xF3ln\u0105 kontrol\u0105 prywatno\u015Bci.","static.gpc.status.applied":"Zastosowano","static.gpc.status.overridden":"Nadpisano","static.gpc.title":"Wykryta Og\xF3lna kontrola prywatno\u015Bci"},Ir={"static.gpc":"Controle de Privacidade Global","static.gpc.description":"Sua prefer\xEAncia global de controle de privacidade foi respeitada. Voc\xEA foi automaticamente removido dos casos de uso de dados que aderem ao controle de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controle de Privacidade Global detectado"},Fr={"static.gpc":"Controlo de Privacidade Global","static.gpc.description":"A sua prefer\xEAncia de controlo de privacidade global foi honrada. Foi automaticamente exclu\xEDdo/a dos casos de utiliza\xE7\xE3o de dados que aderem ao controlo de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controlo de Privacidade Global detetado"},jr={"static.gpc":"Control global al confiden\u021Bialit\u0103\u021Bii","static.gpc.description":"Preferin\u021Ba dvs. de control global al confiden\u021Bialit\u0103\u021Bii a fost onorat\u0103. A\u021Bi fost exclus(\u0103) automat de la cazurile de utilizare a datelor care respect\u0103 controlul global al confiden\u021Bialit\u0103\u021Bii.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Suprascris","static.gpc.title":"A fost detectat un control global al confiden\u021Bialit\u0103\u021Bii"},Dr={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 Global Privacy Control \u0443\u0447\u0442\u0435\u043D\u0430. \u0412\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0435\u0441\u044C \u0432 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445, \u0433\u0434\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Global Privacy Control.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.status.overridden":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.title":"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Global Privacy Control"},Mr={"static.gpc":"Glob\xE1lna kontrola s\xFAkromia","static.gpc.description":"Va\u0161a predvo\u013Eba pre glob\xE1lnu kontrolu s\xFAkromia bola dodr\u017Ean\xE1. Pre pr\xEDpady pou\u017Eitia, kde sa pou\u017E\xEDva glob\xE1lna kontrola s\xFAkromia, v\xE1m bol automaticky nastaven\xFD explicitn\xFD nes\xFAhlas.","static.gpc.status.applied":"Pou\u017Eit\xE1","static.gpc.status.overridden":"Prep\xEDsan\xE1","static.gpc.title":"Bola zisten\xE1 Glob\xE1lna kontrola s\xFAkromia"},zr={"static.gpc":"Global Privacy Control","static.gpc.description":"Va\u0161a nastavitev globalnega nadzora zasebnosti je bila upo\u0161tevana. Samodejno je bilo preklicano va\u0161e soglasje za tiste primere uporabe podatkov, ki se ravnajo po globalnem nadzoru zasebnosti.","static.gpc.status.applied":"Uporabljeno","static.gpc.status.overridden":"Pregla\u0161eno","static.gpc.title":"Zaznan globalni nadzor zasebnosti \xBBGlobal Privacy Control\xAB"},Rr={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0435 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438 \u0458\u0435 \u043F\u043E\u0434\u0435\u0448\u0435\u043D\u0430. \u0410\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u0441\u0442\u0435 \u0438\u0441\u043A\u0459\u0443\u0447\u0435\u043D\u0438 \u0438\u0437 \u0441\u043B\u0443\u0447\u0430\u0458\u0435\u0432\u0430 \u0443\u043F\u043E\u0442\u0440\u0435\u0431\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u043A\u043E\u0458\u0438 \u0441\u0443 \u0443 \u0441\u043A\u043B\u0430\u0434\u0443 \u0441\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E\u043C \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043E\u043C \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.status.overridden":"\u0417\u0430\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.title":"Global Privacy Control \u043E\u0442\u043A\u0440\u0438\u0432\u0435\u043D"},Ur={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161a globalna postavka kontrole privatnosti se po\u0161tuje. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161c\u0301enja podataka koji podle\u017Eu globalnoj kontroli privatnosti.","static.gpc.status.applied":"Primenjeno","static.gpc.status.overridden":"Zaobi\u0111eno","static.gpc.title":"Otkrivena je globalna kontrola privatnosti"},Br={"static.gpc":"Global integritetskontroll","static.gpc.description":"Dina preferenser f\xF6r global integritetskontroll har efterf\xF6ljts. Du har automatiskt valt bort anv\xE4ndningsfall f\xF6r uppgifter som efterf\xF6ljer global integritetskontroll.","static.gpc.status.applied":"Till\xE4mpad","static.gpc.status.overridden":"\xC5sidosatt","static.gpc.title":"Global integritetskontroll uppt\xE4cktes"},Gr={"static.gpc":"Global Gizlilik Kontrol\xFC","static.gpc.description":"Global gizlilik kontrol\xFC tercihiniz yerine getirildi. Global gizlilik kontrol\xFCne uygun veri kullan\u0131m durumlar\u0131ndan otomatik olarak \xE7\u0131kar\u0131ld\u0131n\u0131z.","static.gpc.status.applied":"Uyguland\u0131","static.gpc.status.overridden":"Ge\xE7ersiz k\u0131l\u0131nd\u0131","static.gpc.title":"Global Gizlilik Kontrol\xFC tespit edildi"},Vr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456","static.gpc.description":"\u0412\u0430\u0448\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456 \u0432\u0440\u0430\u0445\u043E\u0432\u0430\u043D\u043E. \u0412\u0430\u0441 \u0431\u0443\u043B\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0437 \u0432\u0438\u043F\u0430\u0434\u043A\u0456\u0432 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445, \u044F\u043A\u0456 \u0434\u043E\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456.","static.gpc.status.applied":"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u043E","static.gpc.status.overridden":"\u041F\u0435\u0440\u0435\u0432\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E","static.gpc.title":"\u0412\u0438\u044F\u0432\u043B\u0435\u043D\u043E \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456"},Hr={"static.gpc":"\u5168\u5C40\u9690\u79C1\u63A7\u5236","static.gpc.description":"\u60A8\u7684\u5168\u5C40\u9690\u79C1\u63A7\u5236\u504F\u597D\u5DF2\u5F97\u5230\u5C0A\u91CD\u3002\u60A8\u5DF2\u81EA\u52A8\u9009\u62E9\u9000\u51FA\u7B26\u5408\u5168\u5C40\u9690\u79C1\u63A7\u5236\u7684\u6570\u636E\u4F7F\u7528\u6848\u4F8B\u3002","static.gpc.status.applied":"\u5DF2\u5E94\u7528","static.gpc.status.overridden":"\u88AB\u8986\u76D6","static.gpc.title":"\u68C0\u6D4B\u5230\u5168\u5C40\u9690\u79C1\u63A7\u5236"};const vt={ar,bg:sr,bs:lr,ca:dr,cs:cr,da:pr,de:ur,el:fr,en:vr,es:gr,"es-MX":_r,et:br,eu:yr,fi:mr,fr:hr,"fr-CA":kr,gl:wr,"hi-IN":xr,hr:Cr,hu:Er,it:Or,ja:Pr,lt:Ar,lv:$r,mt:Nr,nl:Tr,no:Sr,pl:Lr,"pt-BR":Ir,"pt-PT":Fr,ro:jr,ru:Dr,sk:Mr,sl:zr,"sr-Cyrl":Rr,"sr-Latn":Ur,sv:Br,tr:Gr,uk:Vr,zh:Hr},Kr=[{locale:"ar",label_en:"Arabic",label_original:"\u0627\u0644\u0639\u064E\u0631\u064E\u0628\u0650\u064A\u064E\u0651\u0629"},{locale:"bg",label_en:"Bulgarian",label_original:"\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438 \u0435\u0437\u0438\u043A"},{locale:"bs",label_en:"Bosnian",label_original:"Bosanski Jezik"},{locale:"ca",label_en:"Catalan",label_original:"catal\xE0"},{locale:"cs",label_en:"Czech",label_original:"\u010Desk\xFD jazyk"},{locale:"da",label_en:"Danish",label_original:"Dansk"},{locale:"de",label_en:"German",label_original:"Deutsch"},{locale:"el",label_en:"Greek",label_original:"\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"},{locale:"en",label_en:"English",label_original:"English"},{locale:"es",label_en:"Spanish",label_original:"Espa\xF1ol"},{locale:"es-MX",label_en:"Spanish (Mexico)",label_original:"Espa\xF1ol - MX"},{locale:"et",label_en:"Estonian",label_original:"Eesti"},{locale:"eu",label_en:"Basque",label_original:"euskara"},{locale:"fi",label_en:"Finnish",label_original:"Suomi"},{locale:"fr",label_en:"French",label_original:"Fran\xE7ais"},{locale:"fr-CA",label_en:"French (Canada)",label_original:"Fran\xE7ais - CA"},{locale:"gl",label_en:"Galician",label_original:"Galego"},{locale:"hi-IN",label_en:"Hindi (India)",label_original:"\u0939\u093F\u0928\u094D\u0926\u0940"},{locale:"hr",label_en:"Croatian",label_original:"Hrvatski Jezik"},{locale:"hu",label_en:"Hungarian",label_original:"magyar"},{locale:"it",label_en:"Italian",label_original:"Italiano"},{locale:"ja",label_en:"Japanese",label_original:"\u65E5\u672C\u8A9E"},{locale:"lt",label_en:"Lithuanian",label_original:"lietuvi\u0173 kalba"},{locale:"lv",label_en:"Latvian",label_original:"latvie\u0161u valoda"},{locale:"mt",label_en:"Maltese",label_original:"Malti"},{locale:"nl",label_en:"Dutch",label_original:"Nederlands"},{locale:"no",label_en:"Norwegian",label_original:"Norsk"},{locale:"pl",label_en:"Polish",label_original:"Polski"},{locale:"pt-BR",label_en:"Portuguese (Brazil)",label_original:"Portugu\xEAs - BR"},{locale:"pt-PT",label_en:"Portuguese (Portugal)",label_original:"Portugu\xEAs - PT"},{locale:"ro",label_en:"Romanian",label_original:"limba rom\xE2n\u0103"},{locale:"ru",label_en:"Russian",label_original:"\u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A"},{locale:"sk",label_en:"Slovak",label_original:"sloven\u010Dina"},{locale:"sl",label_en:"Slovenian",label_original:"Slovenski Jezik"},{locale:"sr-Cyrl",label_en:"Serbian (Cyrillic)",label_original:"\u0441\u0440\u043F\u0441\u043A\u0438"},{locale:"sr-Latn",label_en:"Serbian (Latin)",label_original:"Srpski"},{locale:"sv",label_en:"Swedish",label_original:"Sverige"},{locale:"tr",label_en:"Turkish",label_original:"T\xFCrk\xE7e"},{locale:"uk",label_en:"Ukrainian",label_original:"\u0443\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430 \u043C\u043E\u0432\u0430"},{locale:"zh",label_en:"Chinese",label_original:"\u4E2D\u6587"}];var Yr=Object.defineProperty,Eo=Object.getOwnPropertySymbols,qr=Object.prototype.hasOwnProperty,Wr=Object.prototype.propertyIsEnumerable,Oo=(e,t,o)=>t in e?Yr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,W=(e,t)=>{for(var o in t||(t={}))qr.call(t,o)&&Oo(e,o,t[o]);if(Eo)for(var o of Eo(t))Wr.call(t,o)&&Oo(e,o,t[o]);return e};function Z(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function Zr(e,t){const o={},i=["accept_button_label","acknowledge_button_label","banner_description","banner_title","description","purpose_header","privacy_policy_link_label","privacy_policy_url","privacy_preferences_link_label","reject_button_label","save_button_label","title","modal_link_label"];if(e.translations)e.translations.forEach(n=>{const r=n.language;let a=!1;t!=null&&t.override_language&&(a=Z(t.override_language,r));const s={};i.forEach(l=>{let d=null;t&&(a||l==="privacy_policy_url")&&(d=l in t?t[l]:null);const p=n[l];typeof p=="string"&&(s[`exp.${l}`]=d||p)}),o[r]=W(W({},s),o[r])});else{const n=M,r={};i.forEach(a=>{const s=e[a];typeof s=="string"&&(r[`exp.${a}`]=s)}),o[n]=W(W({},r),o[n])}return o}function Po(e){var t;if((t=e?.experience_config)!=null&&t.translations){const{translations:o}=e.experience_config,i=o.find(n=>n.is_default);return i?.language}}function Ao(e,t){const o={};return t.forEach(i=>{const n=Object.keys(e).find(r=>Z(r,i));if(n){const r=e[n],a={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(s=>{const l=r[s]||{};Object.keys(l).forEach(d=>{const p=l[d],c=`exp.tcf.${s}.${d}`;a[`${c}.name`]=p.name,a[`${c}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((_,f)=>{a[`${c}.illustrations.${f}`]=_})})}),o[i]=W(W({},a),o[i])}}),o}function $o(e){return Object.keys(vt).forEach(t=>{e.load(t,vt[t])}),Object.keys(vt)}function No(e,t,o){var i;const n={},r=(i=t.available_locales)!=null&&i.length?t.available_locales:[M];if(t!=null&&t.experience_config){const a=t.experience_config,s=Zr(a,o);Object.keys(s).forEach(l=>{n[l]=W(W({},s[l]),n[l])})}r.forEach(a=>{e.load(a,n[a])})}function To(e,t){if(!t.gvl)return;const{locale:o}=e,i={};i[o]=t.gvl;const n=Ao(i,[o]);e.load(o,n[o])}function So(e,t,o){const i=Ao(t,o);o.forEach(n=>{e.load(n,i[n])})}function De(e){return e.locale}function Lo(e,t,o=M){const i=e?.language;return t||i||o}function Io(e,t,o=M){const i=e.match(Ae);if(i){const[n,r]=i,a=t.find(l=>Z(l,n));if(a)return a;const s=t.find(l=>Z(l,r));if(s)return s}return o}function re(e,t){return e.t(t)!==""&&e.t(t)!==t}function gt(e,t){if(!t||!t.translations)return null;const o=De(e),i=t.translations.find(r=>Z(r.language,o));return i||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Me(e,t){if(!t||!t.translations)return null;const o=De(e),i=t.translations.find(r=>Z(r.language,o));return i||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Fo(e,t,o,i,n){var r,a,s,l,d;$o(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[M];No(e,o,n);const c=Kr.filter(y=>p.includes(y.locale)),_=c.findIndex(y=>Z(y.locale,e.getDefaultLocale()));_>0&&c.unshift(c.splice(_,1)[0]),e.setAvailableLanguages(c);const f=Po(o)||M;e.setDefaultLocale(f);let u=f;((a=o.experience_config)==null?void 0:a.auto_detect_language)===!1||(u=Lo(t,i?.fidesLocale,f));const b=Io(u,p||[],e.getDefaultLocale());if((l=(s=o.experience_config)==null?void 0:s.translations)!=null&&l.find(y=>y.language===b))e.activate(b);else{const y=Me(e,o.experience_config);y?.language,e.activate(y?.language||b)}((d=o.experience_config)==null?void 0:d.component)===F.TCF_OVERLAY&&o.gvl&&To(e,o)}function _t(){let e=[],t=M,o=M;const i={};return{setAvailableLanguages(n){e=n},get availableLanguages(){return e},activate:n=>{o=n},getDefaultLocale:()=>t,setDefaultLocale:n=>{t=n},get locale(){return o},load:(n,r)=>{i[n]=W(W({},i[n]),r)},t:n=>{if(typeof n>"u")throw new TypeError("Unexpected type for descriptor or id!");let r;if(typeof n=="string")r=n;else if(typeof n=="object"&&n.id)r=n.id;else return"";return o&&o in i&&r&&r in i[o]&&i[o][r]?i[o][r]:r}}}const jo=(e,t,o)=>{var i;let n=Pe;if(!e)t.t("exp.modal_link_label")!=="exp.modal_link_label"&&(n=t.t("exp.modal_link_label"));else{const r=t.getDefaultLocale(),a=(i=o?.experience_config)==null?void 0:i.translations.find(s=>s.language===r);a!=null&&a.modal_link_label&&(n=a.modal_link_label)}return n},Jr=_t();var Xr=Object.defineProperty,Qr=Object.defineProperties,ea=Object.getOwnPropertyDescriptors,Do=Object.getOwnPropertySymbols,ta=Object.prototype.hasOwnProperty,oa=Object.prototype.propertyIsEnumerable,Mo=(e,t,o)=>t in e?Xr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,he=(e,t)=>{for(var o in t||(t={}))ta.call(t,o)&&Mo(e,o,t[o]);if(Do)for(var o of Do(t))oa.call(t,o)&&Mo(e,o,t[o]);return e},bt=(e,t)=>Qr(e,ea(t)),ze=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())}),zo=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(zo||{});const Ro=e=>ze(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:i,apiOptions:n,propertyId:r,requestMinimalTCF:a}){var s,l,d;if(n!=null&&n.getPrivacyExperienceFn)try{return yield n.getPrivacyExperienceFn(t,null)}catch{return{}}const p=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];o&&p.push(["Accept-Language",o]);const c={method:"GET",mode:"cors",headers:p};let _=he(he({show_disabled:"false",region:t,component:F.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},a&&{minimal_tcf:"true"}),r&&{property_id:r});_=new URLSearchParams(_);let f;try{if(f=yield fetch(`${i}/privacy-experience?${_}`,c),!f.ok)throw new Error("Error fetching experience from Fides API")}catch{return{}}try{const u=yield f.json(),b=(s=u.items&&u.items[0])!=null?s:{},y=(d=(l=b.experience_config)==null?void 0:l.translations)==null?void 0:d[0].language;return b}catch{return{}}}),Uo=(e,t)=>ze(void 0,null,function*(){const o=new URLSearchParams;t?.forEach(a=>{o.append("language",a)});const i={method:"GET",mode:"cors"};let n;try{n=yield fetch(`${e}/privacy-experience/gvl/translations${o.size>0?"?":""}${o.toString()}`,i)}catch{return{}}return n.ok?yield n.json():{}}),Bo={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Go="Fides.js",Vo=(e,t,o,i,n)=>ze(void 0,null,function*(){var r;if((r=o.apiOptions)!=null&&r.savePreferencesFn){try{yield o.apiOptions.savePreferencesFn(e,i.consent,i.fides_string,n)}catch(l){return Promise.reject(l)}return Promise.resolve()}const a=bt(he({},Bo),{body:JSON.stringify(bt(he({},t),{source:Go}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),Ho=e=>ze(void 0,[e],function*({request:t,options:o}){var i;if((i=o.apiOptions)!=null&&i.patchNoticesServedFn)try{return yield o.apiOptions.patchNoticesServedFn(t)}catch{return null}const n=bt(he({},Bo),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,n);return r.ok?r.json():null});var ia=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const Ko=(e,t)=>ia(void 0,null,function*(){if(!e||!t)return null;const o=yield fetch(t,{mode:"cors"});if(!o.ok)return null;try{return yield o.json()}catch{return null}}),na=()=>{var e;if(window.Fides.options.tcfEnabled)return!1;if(typeof((e=window.navigator)==null?void 0:e.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const t=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(t==="true")return!0;if(t==="false")return!1},fe=()=>typeof window>"u"?{}:{globalPrivacyControl:na()};var ra=Object.defineProperty,Yo=Object.getOwnPropertySymbols,aa=Object.prototype.hasOwnProperty,sa=Object.prototype.propertyIsEnumerable,qo=(e,t,o)=>t in e?ra(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,la=(e,t)=>{for(var o in t||(t={}))aa.call(t,o)&&qo(e,o,t[o]);if(Yo)for(var o of Yo(t))sa.call(t,o)&&qo(e,o,t[o]);return e},Wo=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});function da(e,t,o,i,n,r,a,s,l,d){return Wo(this,null,function*(){const p=(r||[]).map(_=>({preference:_.consentPreference,privacy_notice_history_id:_.noticeHistoryId||""})),c=la({browser_identity:t.identity,preferences:p,privacy_experience_config_history_id:n,user_geography:s,method:i,served_notice_history_id:l,property_id:d},a??[]);yield Vo(i,c,e,t,o)})}const Zo=e=>Wo(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:o,experience:i,consentMethod:n,options:r,userLocationString:a,cookie:s,servedNoticeHistoryId:l,tcf:d,updateCookie:p,propertyId:c}){const _=yield p(s);if(Object.assign(s,_),Object.assign(s.fides_meta,{consentMethod:n}),q("FidesUpdating",s,r.debug),window.Fides.consent=s.consent,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,pt(s,r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield da(r,s,i,n,o,t,d,a,l,c)}catch{}t&&t.filter(f=>f.consentPreference===H.OPT_OUT).forEach(f=>{var u,b;(u=f.notice)!=null&&u.cookies&&_o(f.notice.cookies,(b=i.experience_config)==null?void 0:b.auto_subdomain_cookie_deletion)}),q("FidesUpdated",s,r.debug)}),ca=()=>{document.body.classList.add("fides-no-scroll")},Jo=()=>{document.body.classList.remove("fides-no-scroll")},pa=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",Xo=e=>{let t=0,o=200;return new Promise(i=>{const n=r=>{const a=setTimeout(()=>{const s=document.getElementById(e);s?(clearInterval(a),i(s)):(t+=1,t>=5&&o<1e3&&(o+=200),n(o))},r)};n(o)})};var ua=Object.defineProperty,Qo=Object.getOwnPropertySymbols,fa=Object.prototype.hasOwnProperty,va=Object.prototype.propertyIsEnumerable,ei=(e,t,o)=>t in e?ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ti=(e,t)=>{for(var o in t||(t={}))fa.call(t,o)&&ei(e,o,t[o]);if(Qo)for(var o of Qo(t))va.call(t,o)&&ei(e,o,t[o]);return e},yt=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ga=(e,t)=>yt(void 0,null,function*(){return tt(e)||tt(yield Ko(t.isGeolocationEnabled,t.geolocationApiUrl))}),_a=e=>yt(void 0,[e],function*({savedConsent:t,effectiveExperience:o,cookie:i,fidesRegionString:n,fidesOptions:r,i18n:a}){if(!o||!o.experience_config||!o.privacy_notices||o.privacy_notices.length===0)return!1;const s=fe(),{nc:l}=Co(r.fidesString||"");if(s.globalPrivacyControl,!s.globalPrivacyControl&&!l)return!1;const d=Me(a,o.experience_config),p=d?.privacy_experience_config_history_id;let c=!1,_=!1;const f=o.privacy_notices.map(u=>{const b=Ee(u,t),y=gt(a,u),m=it(l);if(u.consent_mechanism!==V.NOTICE_ONLY){if(m){const h=m[u.notice_key];if(h!==void 0)return _=!0,new be(u,ie(h,u.consent_mechanism),y?.privacy_notice_history_id)}if(s.globalPrivacyControl&&u.has_gpc_flag&&!b)return c=!0,new be(u,ie(!1,u.consent_mechanism),y?.privacy_notice_history_id)}return new be(u,ie(at(u,t),u.consent_mechanism),y?.privacy_notice_history_id)});if(c||_){let u=N.SCRIPT;return _&&(u=N.SCRIPT),c&&(u=N.GPC),yield Zo({servedNoticeHistoryId:Ie(),consentPreferencesToSave:f,privacyExperienceConfigHistoryId:p,experience:o,consentMethod:u,options:r,userLocationString:n||void 0,cookie:i,updateCookie:b=>ft(b,f)}),!0}return!1}),oi=(e,t)=>{const o={};if(typeof window<"u"){const i=new URLSearchParams(window.location.search),n=t.options.customOptionsPath&&t.options.customOptionsPath.split("."),r=n&&n.length>=0?Yt(n):window.fides_overrides,a=Ht(e);a?.forEach(({overrideName:s,overrideType:l,overrideKey:d,validationRegex:p,transform:c})=>{const _=i.get(d),f=r?r[d]:void 0,u=je(d),b=_||f||u;b&&p.test(b.toString())&&(c?o[s]=c(b.toString()):o[s]=l==="string"?b:JSON.parse(b.toString()))})}return o},ba=({consent:e,options:t})=>{const o=fe(),i=go(e,o);return vo(i,t.fidesClearCookie)},ya=({cookie:e,savedConsent:t,experience:o,geolocation:i,options:n,updateExperienceFromCookieConsent:r})=>{const a=!po(e),s=!!(n.otFidesMapping&&ct())&&!!n.otFidesMapping;if(!a&&!n.fidesString&&!s)return null;let l=o;return pe(o)&&(l=r({experience:o,cookie:e,debug:n.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:l,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:i,options:n,initialized:!0}},ma=e=>yt(void 0,[e],function*({fides:t,options:o,geolocation:i,initOverlay:n,renderOverlay:r,updateExperience:a,overrides:s,propertyId:l}){var d;let p=!0,c=null,_=()=>Pe;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(p=o.isOverlayEnabled,p){Vt(o)||(p=!1),c=yield ga(i,o);let h=!1;if(c?pe(t.experience)||(h=!0,t.experience=yield Ro({userLocationString:c,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:l})):p=!1,p&&pe(t.experience)&&Kt(t.experience)){if(h){const C=a({cookie:t.cookie,experience:t.experience});t.experience=ti(ti({},t.experience),C)}const x=mo({cookie:t.cookie,experience:t.experience});t.cookie=x;const k=_t();if(Fo(k,window?.navigator,t.experience,o,s?.experienceTranslationOverrides),t.locale=k.locale||M,_=C=>jo(!!(C!=null&&C.disableLocalization),k,t.experience),((d=t.experience.experience_config)==null?void 0:d.component)===F.HEADLESS){const C=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,Xo(C).then(I=>{document.body.classList.add("fides-overlay-modal-link-shown"),I.classList.add("fides-modal-link-shown")}),p=!1}n&&p&&n({options:o,experience:t.experience,i18n:k,fidesRegionString:c,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:l,translationOverrides:s?.experienceTranslationOverrides}).catch(C=>{}),setTimeout(_a.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:c,fidesOptions:o,i18n:k}))}}const{consent:f,fides_meta:u,identity:b,fides_string:y,tcf_consent:m}=t.cookie;return{consent:f,fides_meta:u,identity:b,fides_string:y,tcf_consent:m,experience:t.experience,geolocation:i,options:o,initialized:!0,getModalLinkLabel:_}});var Re,E,ii,ae,ni,ri,mt,ht,kt,wt,ai,ke={},si=[],ha=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Ue=Array.isArray;function oe(e,t){for(var o in t)e[o]=t[o];return e}function li(e){var t=e.parentNode;t&&t.removeChild(e)}function v(e,t,o){var i,n,r,a={};for(r in t)r=="key"?i=t[r]:r=="ref"?n=t[r]:a[r]=t[r];if(arguments.length>2&&(a.children=arguments.length>3?Re.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)a[r]===void 0&&(a[r]=e.defaultProps[r]);return Be(e,a,i,n,null)}function Be(e,t,o,i,n){var r={type:e,props:t,key:o,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:n??++ii,__i:-1,__u:0};return n==null&&E.vnode!=null&&E.vnode(r),r}function ee(e){return e.children}function te(e,t){this.props=e,this.context=t}function se(e,t){if(t==null)return e.__?se(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null)return o.__e;return typeof e.type=="function"?se(e):null}function di(e){var t,o;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null){e.__e=e.__c.base=o.__e;break}return di(e)}}function xt(e){(!e.__d&&(e.__d=!0)&&ae.push(e)&&!Ge.__r++||ni!==E.debounceRendering)&&((ni=E.debounceRendering)||ri)(Ge)}function Ge(){var e,t,o,i,n,r,a,s;for(ae.sort(mt);e=ae.shift();)e.__d&&(t=ae.length,i=void 0,r=(n=(o=e).__v).__e,a=[],s=[],o.__P&&((i=oe({},n)).__v=n.__v+1,E.vnode&&E.vnode(i),Ct(o.__P,i,n,o.__n,o.__P.namespaceURI,32&n.__u?[r]:null,a,r??se(n),!!(32&n.__u),s),i.__v=n.__v,i.__.__k[i.__i]=i,vi(a,i,s),i.__e!=r&&di(i)),ae.length>t&&ae.sort(mt));Ge.__r=0}function ci(e,t,o,i,n,r,a,s,l,d,p){var c,_,f,u,b,y=i&&i.__k||si,m=t.length;for(o.__d=l,ka(o,t,y),l=o.__d,c=0;c<m;c++)(f=o.__k[c])!=null&&typeof f!="boolean"&&typeof f!="function"&&(_=f.__i===-1?ke:y[f.__i]||ke,f.__i=c,Ct(e,f,_,n,r,a,s,l,d,p),u=f.__e,f.ref&&_.ref!=f.ref&&(_.ref&&Et(_.ref,null,f),p.push(f.ref,f.__c||u,f)),b==null&&u!=null&&(b=u),65536&f.__u||_.__k===f.__k?(l&&typeof f.type=="string"&&!e.contains(l)&&(l=se(_)),l=pi(f,l,e)):typeof f.type=="function"&&f.__d!==void 0?l=f.__d:u&&(l=u.nextSibling),f.__d=void 0,f.__u&=-196609);o.__d=l,o.__e=b}function ka(e,t,o){var i,n,r,a,s,l=t.length,d=o.length,p=d,c=0;for(e.__k=[],i=0;i<l;i++)a=i+c,(n=e.__k[i]=(n=t[i])==null||typeof n=="boolean"||typeof n=="function"?null:typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?Be(null,n,null,null,null):Ue(n)?Be(ee,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?Be(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)!=null?(n.__=e,n.__b=e.__b+1,s=wa(n,o,a,p),n.__i=s,r=null,s!==-1&&(p--,(r=o[s])&&(r.__u|=131072)),r==null||r.__v===null?(s==-1&&c--,typeof n.type!="function"&&(n.__u|=65536)):s!==a&&(s==a-1?c=s-a:s==a+1?c++:s>a?p>l-a?c+=s-a:c--:s<a&&c++,s!==i+c&&(n.__u|=65536))):(r=o[a])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=se(r)),Ot(r,r,!1),o[a]=null,p--);if(p)for(i=0;i<d;i++)(r=o[i])!=null&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=se(r)),Ot(r,r))}function pi(e,t,o){var i,n;if(typeof e.type=="function"){for(i=e.__k,n=0;i&&n<i.length;n++)i[n]&&(i[n].__=e,t=pi(i[n],t,o));return t}e.__e!=t&&(o.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function Ve(e,t){return t=t||[],e==null||typeof e=="boolean"||(Ue(e)?e.some(function(o){Ve(o,t)}):t.push(e)),t}function wa(e,t,o,i){var n=e.key,r=e.type,a=o-1,s=o+1,l=t[o];if(l===null||l&&n==l.key&&r===l.type&&(131072&l.__u)==0)return o;if(i>(l!=null&&(131072&l.__u)==0?1:0))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&(131072&l.__u)==0&&n==l.key&&r===l.type)return a;a--}if(s<t.length){if((l=t[s])&&(131072&l.__u)==0&&n==l.key&&r===l.type)return s;s++}}return-1}function ui(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||ha.test(t)?o:o+"px"}function He(e,t,o,i,n){var r;e:if(t==="style")if(typeof o=="string")e.style.cssText=o;else{if(typeof i=="string"&&(e.style.cssText=i=""),i)for(t in i)o&&t in o||ui(e.style,t,"");if(o)for(t in o)i&&o[t]===i[t]||ui(e.style,t,o[t])}else if(t[0]==="o"&&t[1]==="n")r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?i?o.u=i.u:(o.u=ht,e.addEventListener(t,r?wt:kt,r)):e.removeEventListener(t,r?wt:kt,r);else{if(n=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=o??"";break e}catch{}typeof o=="function"||(o==null||o===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&o==1?"":o))}}function fi(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=ht++;else if(t.t<o.u)return;return o(E.event?E.event(t):t)}}}function Ct(e,t,o,i,n,r,a,s,l,d){var p,c,_,f,u,b,y,m,h,x,k,C,I,U,G,D,$=t.type;if(t.constructor!==void 0)return null;128&o.__u&&(l=!!(32&o.__u),r=[s=t.__e=o.__e]),(p=E.__b)&&p(t);e:if(typeof $=="function")try{if(m=t.props,h="prototype"in $&&$.prototype.render,x=(p=$.contextType)&&i[p.__c],k=p?x?x.props.value:p.__:i,o.__c?y=(c=t.__c=o.__c).__=c.__E:(h?t.__c=c=new $(m,k):(t.__c=c=new te(m,k),c.constructor=$,c.render=Ca),x&&x.sub(c),c.props=m,c.state||(c.state={}),c.context=k,c.__n=i,_=c.__d=!0,c.__h=[],c._sb=[]),h&&c.__s==null&&(c.__s=c.state),h&&$.getDerivedStateFromProps!=null&&(c.__s==c.state&&(c.__s=oe({},c.__s)),oe(c.__s,$.getDerivedStateFromProps(m,c.__s))),f=c.props,u=c.state,c.__v=t,_)h&&$.getDerivedStateFromProps==null&&c.componentWillMount!=null&&c.componentWillMount(),h&&c.componentDidMount!=null&&c.__h.push(c.componentDidMount);else{if(h&&$.getDerivedStateFromProps==null&&m!==f&&c.componentWillReceiveProps!=null&&c.componentWillReceiveProps(m,k),!c.__e&&(c.shouldComponentUpdate!=null&&c.shouldComponentUpdate(m,c.__s,k)===!1||t.__v===o.__v)){for(t.__v!==o.__v&&(c.props=m,c.state=c.__s,c.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.forEach(function(w){w&&(w.__=t)}),C=0;C<c._sb.length;C++)c.__h.push(c._sb[C]);c._sb=[],c.__h.length&&a.push(c);break e}c.componentWillUpdate!=null&&c.componentWillUpdate(m,c.__s,k),h&&c.componentDidUpdate!=null&&c.__h.push(function(){c.componentDidUpdate(f,u,b)})}if(c.context=k,c.props=m,c.__P=e,c.__e=!1,I=E.__r,U=0,h){for(c.state=c.__s,c.__d=!1,I&&I(t),p=c.render(c.props,c.state,c.context),G=0;G<c._sb.length;G++)c.__h.push(c._sb[G]);c._sb=[]}else do c.__d=!1,I&&I(t),p=c.render(c.props,c.state,c.context),c.state=c.__s;while(c.__d&&++U<25);c.state=c.__s,c.getChildContext!=null&&(i=oe(oe({},i),c.getChildContext())),h&&!_&&c.getSnapshotBeforeUpdate!=null&&(b=c.getSnapshotBeforeUpdate(f,u)),ci(e,Ue(D=p!=null&&p.type===ee&&p.key==null?p.props.children:p)?D:[D],t,o,i,n,r,a,s,l,d),c.base=t.__e,t.__u&=-161,c.__h.length&&a.push(c),y&&(c.__E=c.__=null)}catch(w){t.__v=null,l||r!=null?(t.__e=s,t.__u|=l?160:32,r[r.indexOf(s)]=null):(t.__e=o.__e,t.__k=o.__k),E.__e(w,t,o)}else r==null&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):t.__e=xa(o.__e,t,o,i,n,r,a,l,d);(p=E.diffed)&&p(t)}function vi(e,t,o){t.__d=void 0;for(var i=0;i<o.length;i++)Et(o[i],o[++i],o[++i]);E.__c&&E.__c(t,e),e.some(function(n){try{e=n.__h,n.__h=[],e.some(function(r){r.call(n)})}catch(r){E.__e(r,n.__v)}})}function xa(e,t,o,i,n,r,a,s,l){var d,p,c,_,f,u,b,y=o.props,m=t.props,h=t.type;if(h==="svg"?n="http://www.w3.org/2000/svg":h==="math"?n="http://www.w3.org/1998/Math/MathML":n||(n="http://www.w3.org/1999/xhtml"),r!=null){for(d=0;d<r.length;d++)if((f=r[d])&&"setAttribute"in f==!!h&&(h?f.localName===h:f.nodeType===3)){e=f,r[d]=null;break}}if(e==null){if(h===null)return document.createTextNode(m);e=document.createElementNS(n,h,m.is&&m),r=null,s=!1}if(h===null)y===m||s&&e.data===m||(e.data=m);else{if(r=r&&Re.call(e.childNodes),y=o.props||ke,!s&&r!=null)for(y={},d=0;d<e.attributes.length;d++)y[(f=e.attributes[d]).name]=f.value;for(d in y)if(f=y[d],d!="children"){if(d=="dangerouslySetInnerHTML")c=f;else if(d!=="key"&&!(d in m)){if(d=="value"&&"defaultValue"in m||d=="checked"&&"defaultChecked"in m)continue;He(e,d,null,f,n)}}for(d in m)f=m[d],d=="children"?_=f:d=="dangerouslySetInnerHTML"?p=f:d=="value"?u=f:d=="checked"?b=f:d==="key"||s&&typeof f!="function"||y[d]===f||He(e,d,f,y[d],n);if(p)s||c&&(p.__html===c.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(c&&(e.innerHTML=""),ci(e,Ue(_)?_:[_],t,o,i,h==="foreignObject"?"http://www.w3.org/1999/xhtml":n,r,a,r?r[0]:o.__k&&se(o,0),s,l),r!=null)for(d=r.length;d--;)r[d]!=null&&li(r[d]);s||(d="value",u!==void 0&&(u!==e[d]||h==="progress"&&!u||h==="option"&&u!==y[d])&&He(e,d,u,y[d],n),d="checked",b!==void 0&&b!==e[d]&&He(e,d,b,y[d],n))}return e}function Et(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(i){E.__e(i,o)}}function Ot(e,t,o){var i,n;if(E.unmount&&E.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Et(i,null,t)),(i=e.__c)!=null){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(r){E.__e(r,t)}i.base=i.__P=null}if(i=e.__k)for(n=0;n<i.length;n++)i[n]&&Ot(i[n],t,o||typeof e.type!="function");o||e.__e==null||li(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Ca(e,t,o){return this.constructor(e,o)}function gi(e,t,o){var i,n,r,a;E.__&&E.__(e,t),n=(i=typeof o=="function")?null:o&&o.__k||t.__k,r=[],a=[],Ct(t,e=(!i&&o||t).__k=v(ee,null,[e]),n||ke,ke,t.namespaceURI,!i&&o?[o]:n?null:t.firstChild?Re.call(t.childNodes):null,r,!i&&o?o:n?n.__e:t.firstChild,i,a),vi(r,e,a)}function Pt(e,t){var o={__c:t="__cC"+ai++,__:e,Consumer:function(i,n){return i.children(n)},Provider:function(i){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&n.some(function(s){s.__e=!0,xt(s)})},this.sub=function(a){n.push(a);var s=a.componentWillUnmount;a.componentWillUnmount=function(){n&&n.splice(n.indexOf(a),1),s&&s.call(a)}}),i.children}};return o.Provider.__=o.Consumer.contextType=o}Re=si.slice,E={__e:function(e,t,o,i){for(var n,r,a;t=t.__;)if((n=t.__c)&&!n.__)try{if((r=n.constructor)&&r.getDerivedStateFromError!=null&&(n.setState(r.getDerivedStateFromError(e)),a=n.__d),n.componentDidCatch!=null&&(n.componentDidCatch(e,i||{}),a=n.__d),a)return n.__E=n}catch(s){e=s}throw e}},ii=0,te.prototype.setState=function(e,t){var o;o=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=oe({},this.state),typeof e=="function"&&(e=e(oe({},o),this.props)),e&&oe(o,e),e!=null&&this.__v&&(t&&this._sb.push(t),xt(this))},te.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),xt(this))},te.prototype.render=ee,ae=[],ri=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,mt=function(e,t){return e.__v.__b-t.__v.__b},Ge.__r=0,ht=0,kt=fi(!1),wt=fi(!0),ai=0;const Ea=e=>{try{const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);if(!t)return null;let o=parseInt(t[1],16),i=parseInt(t[2],16),n=parseInt(t[3],16);o/=255,i/=255,n/=255;const r=Math.max(o,i,n),a=Math.min(o,i,n);let s,l;const d=(r+a)/2;if(r===a)s=l=0;else{const p=r-a;switch(l=d>.5?p/(2-r-a):p/(r+a),r){case o:s=(i-n)/p+(i<n?6:0);break;case i:s=(n-o)/p+2;break;case n:s=(o-i)/p+4;break}s/=6}return{h:s,s:l,l:d}}catch{return null}},Oa=(e,t=!1)=>{let o="";const i=Math.round(e.h*360),n=Math.round(e.s*100),r=Math.round(e.l*100);return o=`${i},${n}%,${r}%`,o=t?o:`hsl(${o})`,o};var _i=(e=>(e.HEX="hex",e.HSL="hsl",e))(_i||{});const Pa=(e,t,o)=>{const i=t==="hex"?Ea(e):e;return i&&i.l?(i.l<.25?i.l=o===1?i.l+.1:i.l+.2:i.l<.5?i.l=o===1?i.l+.08:i.l+.16:i.l<.75?i.l=o===1?i.l+.06:i.l+.12:i.l<.9?i.l=o===1?i.l+.04:i.l+.08:i.l=.9,Oa(i)):e};var Ke=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const bi="fides-embed-container",Aa="fides-overlay";let Ye;const yi=e=>Ke(void 0,[e],function*({options:t,experience:o,i18n:i,fidesRegionString:n,cookie:r,savedConsent:a,renderOverlay:s,propertyId:l,translationOverrides:d}){const p=()=>Ke(void 0,null,function*(){var c,_,f;try{if(Ye&&(gi(null,Ye),Ye=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const b=Pa(t.fidesPrimaryColor,_i.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",b)}let u;if(t.fidesEmbed)u=document.getElementById(bi),u||(yield Ke(void 0,null,function*(){return new Promise(b=>{let y=0,m=200;const h=setInterval(()=>{u=document.getElementById(bi),u?(clearInterval(h),b()):(y+=1,y>=5&&m<1e3&&(m+=200))},m)})}));else{const b=t.overlayParentId||Aa;u=document.getElementById(b),u||(u=document.createElement("div"),u.id=b,u.className="fides-overlay",document.body.prepend(u))}return u?(s&&(((c=o.experience_config)==null?void 0:c.component)===F.MODAL||((_=o.experience_config)==null?void 0:_.component)===F.BANNER_AND_MODAL||((f=o.experience_config)==null?void 0:f.component)===F.TCF_OVERLAY)&&(s({options:t,experience:o,i18n:i,fidesRegionString:n,cookie:r,savedConsent:a,propertyId:l,translationOverrides:d},u),Ye=u),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(u){return Promise.reject(u)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>Ke(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function $a(e,t){t===void 0&&(t={});var o=t.insertAt;if(!(!e||typeof document>"u")){var i=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",o==="top"&&i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}var Na=`:root{--fides-overlay-primary-color:#2b2e35;--fides-overlay-background-color:#f7fafc;--fides-overlay-embed-background-color:transparent;--fides-overlay-font-color:#4a5568;--fides-overlay-font-color-dark:#2d3748;--fides-overlay-hover-color:#edf2f7;--fides-overlay-gpc-applied-background-color:#38a169;--fides-overlay-gpc-applied-text-color:#fff;--fides-overlay-gpc-overridden-background-color:#e53e3e;--fides-overlay-gpc-overridden-text-color:#fff;--fides-overlay-brand-link-logo-color:#2b2e35;--fides-overlay-background-dark-color:#e2e8f0;--fides-overlay-width:680px;--fides-overlay-primary-button-background-color:var(
1
+ (function(g,_e){typeof exports=="object"&&typeof module<"u"?_e(exports):typeof define=="function"&&define.amd?define(["exports"],_e):(g=typeof globalThis<"u"?globalThis:g||self,_e(g.Fides={}))})(this,function(g){"use strict";var _e=Object.defineProperty,mn=(e,t,o)=>t in e?_e(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Qe=(e,t,o)=>mn(e,typeof t!="symbol"?t+"":t,o);class de{constructor(t,o,i){Qe(this,"consentPreference"),Qe(this,"notice"),Qe(this,"noticeHistoryId"),this.notice=t,this.consentPreference=o,this.noticeHistoryId=i}}g.TCMobileDataVals=void 0,(e=>{(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFgdprApplies||(e.IABTCFgdprApplies={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFPurposeOneTreatment||(e.IABTCFPurposeOneTreatment={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFUseNonStandardTexts||(e.IABTCFUseNonStandardTexts={}))})(g.TCMobileDataVals||(g.TCMobileDataVals={}));var zt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(zt||{}),Rt=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(Rt||{}),V=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(V||{}),H=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.TCF="tcf",e))(H||{}),F=(e=>(e.OVERLAY="overlay",e.BANNER_AND_MODAL="banner_and_modal",e.MODAL="modal",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.HEADLESS="headless",e))(F||{}),Ut=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Ut||{}),pe=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(pe||{}),Y=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(Y||{}),et=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(et||{}),Gt=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Gt||{}),T=(e=>(e.BUTTON="button",e.REJECT="reject",e.ACCEPT="accept",e.SCRIPT="script",e.SAVE="save",e.DISMISS="dismiss",e.GPC="gpc",e.INDIVIDUAL_NOTICE="individual_notice",e.ACKNOWLEDGE="acknowledge",e.OT_MIGRATION="ot_migration",e))(T||{}),Bt=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(Bt||{}),Q=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(Q||{}),be=(e=>(e.OVERLAY="overlay",e.MODAL="modal",e.BANNER="banner",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.TCF_BANNER="tcf_banner",e))(be||{});const hn=e=>{throw new Error(e)},Vt=e=>e.fidesConsentOverride===T.ACCEPT||e.fidesConsentOverride===T.REJECT,Ee=(e,t)=>!!Object.keys(t).includes(e.notice_key),ue=e=>!e||e===H.OPT_OUT?!1:e===H.OPT_IN?!0:e===H.ACKNOWLEDGE,oe=(e,t)=>e?t===V.NOTICE_ONLY?H.ACKNOWLEDGE:H.OPT_IN:H.OPT_OUT,ne=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,kn=e=>!!(e&&e.every(t=>t.default_preference===H.OPT_IN)),tt=e=>e?e.location&&xn.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,Ht=e=>{if(typeof e!="object"||!e.fidesApiUrl||!e.privacyCenterUrl)return!1;try{new URL(e.privacyCenterUrl),new URL(e.fidesApiUrl)}catch{return!1}return!0},Kt=e=>{switch(e){case pe.OPTIONS:return Cn;case pe.EXPERIENCE_TRANSLATION:return En;default:return null}},Yt=e=>{if(!ne(e))return!1;const t=e.experience_config;return t&&(t.component===F.MODAL||t.component===F.BANNER_AND_MODAL||t.component===F.TCF_OVERLAY||t.component===F.HEADLESS)?!(t.component===F.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},wn=e=>{var t;return(t=e.default_preference)!=null?t:H.OPT_OUT},Oe=(e,t,o,i)=>{var n,r,l,a,s,c;return i!=null&&i.fidesDisableBanner||!ne(e)?!1:((n=e.experience_config)==null?void 0:n.component)===F.TCF_OVERLAY&&t?(r=e.meta)!=null&&r.version_hash&&t.fides_meta.consentMethod!==T.DISMISS?e.meta.version_hash!==t.tcf_version_hash:!0:((l=e.experience_config)==null?void 0:l.component)===F.MODAL||((a=e.experience_config)==null?void 0:a.component)===F.HEADLESS||!((s=e?.privacy_notices)!=null&&s.length)?!1:o?i&&Vt(i)?!1:t?.fides_meta.consentMethod===T.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(u=>Ee(u,o))):!0},qt=e=>{e[0]==="window"&&e.shift();let t=window;for(;e.length>0;){const o=e.shift();if(typeof o>"u"||typeof t[o]!="object")return;t=t[o]}return t},Wt=({value:e,notice:t,consentContext:o})=>!o.globalPrivacyControl||!t.has_gpc_flag||t.consent_mechanism===V.NOTICE_ONLY?Q.NONE:e?Q.OVERRIDDEN:Q.APPLIED,ot=()=>{},Zt=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],Jt=(e,t)=>e.map(o=>{var i;const n=oe(t.includes(o.notice.notice_key),o.notice.consent_mechanism);return new de(o.notice,n,(i=o.bestTranslation)==null?void 0:i.privacy_notice_history_id)}),Xt=e=>{try{const t=JSON.stringify(e);return btoa(t.replace(/\s/g,""))}catch(t){throw new Error("Failed to encode Notice Consent string:",{cause:t})}},it=e=>{if(!e)return{};try{const t=atob(e),o=JSON.parse(t);return Object.fromEntries(Object.entries(o).map(([i,n])=>[i,!!n]))}catch(t){throw new Error("Failed to decode Notice Consent string:",{cause:t})}},M="en",Pe="Manage preferences",Ae=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,xn=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,Cn=[{overrideName:"fidesEmbed",overrideType:"boolean",overrideKey:"fides_embed",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableSaveApi",overrideType:"boolean",overrideKey:"fides_disable_save_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableNoticesServedApi",overrideType:"boolean",overrideKey:"fides_disable_notices_served_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableBanner",overrideType:"boolean",overrideKey:"fides_disable_banner",validationRegex:/^(true|false)$/},{overrideName:"fidesString",overrideType:"string",overrideKey:"fides_string",validationRegex:/(.*)/},{overrideName:"fidesTcfGdprApplies",overrideType:"boolean",overrideKey:"fides_tcf_gdpr_applies",validationRegex:/^(true|false)$/},{overrideName:"fidesLocale",overrideType:"string",overrideKey:"fides_locale",validationRegex:Ae},{overrideName:"fidesPrimaryColor",overrideType:"string",overrideKey:"fides_primary_color",validationRegex:/(.*)/},{overrideName:"fidesClearCookie",overrideType:"string",overrideKey:"fides_clear_cookie",validationRegex:/(.*)/},{overrideName:"fidesConsentOverride",overrideType:"string",overrideKey:"fides_consent_override",validationRegex:/^(accept|reject)$/},{overrideName:"otFidesMapping",overrideType:"string",overrideKey:"ot_fides_mapping",validationRegex:/(.*)/},{overrideName:"fidesDisabledNotices",overrideType:"array",overrideKey:"fides_disabled_notices",validationRegex:/(.*)/,transform:Zt}],En=[{overrideName:"title",overrideType:"string",overrideKey:"fides_title",validationRegex:/(.*)/},{overrideName:"description",overrideType:"string",overrideKey:"fides_description",validationRegex:/(.*)/},{overrideName:"privacy_policy_url",overrideType:"string",overrideKey:"fides_privacy_policy_url",validationRegex:/(.*)/},{overrideName:"override_language",overrideType:"string",overrideKey:"fides_override_language",validationRegex:Ae}],Qt="fides-overlay-wrapper",On="fides-i18n-icon",eo=["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state","sales_sharing_targeted_advertising_gpp_us_national"],Pn=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",$e=()=>{var e,t,o;if(!Pn()||!((e=window.blueConicClient)!=null&&e.profile))return;const i=(o=(t=window.blueConicClient)==null?void 0:t.profile)==null?void 0:o.getProfile(),{consent:n}=window.Fides,r=n!==void 0&&Object.entries(n).length>0,l=eo.some(a=>n[a]);!r||l?(i.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),i.setRefusedObjectives([])):(i.setConsentedObjectives(["iab_purpose_1"]),i.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},An=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",$e),window.addEventListener("FidesUpdated",$e),window.addEventListener("onBlueConicLoaded",$e),$e()};var $n=(e=>(e.OMIT="omit",e.INCLUDE="include",e))($n||{}),Nn=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(Nn||{});const Tn=(e,t,o)=>{const i={};return Object.entries(e).forEach(([n,r])=>{if(t&&o==="consent_mechanism"){const l=t.find(a=>a.notice_key===n);i[n]=oe(r,l?.consent_mechanism)}else i[n]=r}),i},to=(e,t)=>{var o,i,n,r,l;const a=(o=window.dataLayer)!=null?o:[];window.dataLayer=a;const{detail:s,type:c}=e,{consent:u,extraDetails:d,fides_string:_,timestamp:v}=s,{non_applicable_flag_mode:p="omit",flag_type:b="boolean"}=t??{},y={},m=(n=(i=window.Fides)==null?void 0:i.experience)==null?void 0:n.privacy_notices,h=(l=(r=window.Fides)==null?void 0:r.experience)==null?void 0:l.non_applicable_privacy_notices;p==="include"&&h&&h.forEach(k=>{y[k]=b==="consent_mechanism"?"not_applicable":!0}),u&&Object.assign(y,Tn(u,m,b));const w={consent:y,extraDetails:d,fides_string:_,timestamp:v};a.push({event:c,Fides:w})},Sn=e=>{var t,o;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,i])=>i).map(([i])=>i).forEach(i=>{window.addEventListener(i,n=>to(n,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:i,fides_meta:n,identity:r,tcf_consent:l}=window.Fides,a=(o=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:o.startTime;to({type:"FidesInitialized",detail:{consent:i,fides_meta:n,identity:r,tcf_consent:l,timestamp:a,extraDetails:{consentMethod:n?.consentMethod}}},e)}},Ln=()=>{if(window.fbq)return window.fbq;const e={queue:[],loaded:!0,version:"2.0",push(...t){const o=window.fbq;o.callMethod?o.callMethod(...t):o.queue.push(t)}};return window.fbq=Object.assign(e.push,e),window._fbq=window.fbq,window.fbq},In=e=>{const t=Ln();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Fn={marketing:eo,sale_of_data:["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state"],analytics:["analytics"],preferences:["functional"]};function jn(e){var t;const o=Object.fromEntries(Object.entries(Fn).map(([i,n])=>[i,n.some(r=>e[r]===!0)||(n.some(r=>e[r]===!1)?!1:void 0)]));return o.sale_of_data=(t=o.sale_of_data)!=null?t:!1,o}const Ne=e=>{window.Shopify.customerPrivacy.setTrackingConsent(jn(e),()=>{})},oo=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",o=>Ne(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ne(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ne(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&Ne(window.Fides.consent)},Dn=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){oo();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],e=>{if(e)throw Error("Fides could not load Shopify's consent-tracking-api");oo()})},3e3)};var nt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Te={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Te.exports,function(e,t){(function(o){var i=t,n=e&&e.exports==i&&e,r=typeof nt=="object"&&nt;(r.global===r||r.window===r)&&(o=r);var l=function(p){this.message=p};l.prototype=new Error,l.prototype.name="InvalidCharacterError";var a=function(p){throw new l(p)},s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\t\n\f\r ]/g,u=function(p){p=String(p).replace(c,"");var b=p.length;b%4==0&&(p=p.replace(/==?$/,""),b=p.length),(b%4==1||/[^+a-zA-Z0-9/]/.test(p))&&a("Invalid character: the string to be decoded is not correctly encoded.");for(var y=0,m,h,w="",k=-1;++k<b;)h=s.indexOf(p.charAt(k)),m=y%4?m*64+h:h,y++%4&&(w+=String.fromCharCode(255&m>>(-2*y&6)));return w},d=function(p){p=String(p),/[^\0-\xFF]/.test(p)&&a("The string to be encoded contains characters outside of the Latin1 range.");for(var b=p.length%3,y="",m=-1,h,w,k,C,$=p.length-b;++m<$;)h=p.charCodeAt(m)<<16,w=p.charCodeAt(++m)<<8,k=p.charCodeAt(++m),C=h+w+k,y+=s.charAt(C>>18&63)+s.charAt(C>>12&63)+s.charAt(C>>6&63)+s.charAt(C&63);return b==2?(h=p.charCodeAt(m)<<8,w=p.charCodeAt(++m),C=h+w,y+=s.charAt(C>>10)+s.charAt(C>>4&63)+s.charAt(C<<2&63)+"="):b==1&&(C=p.charCodeAt(m),y+=s.charAt(C>>2)+s.charAt(C<<4&63)+"=="),y},_={encode:d,decode:u,version:"1.0.0"};if(i&&!i.nodeType)if(n)n.exports=_;else for(var v in _)_.hasOwnProperty(v)&&(i[v]=_[v]);else o.base64=_})(nt)}(Te,Te.exports);var io=Te.exports;/*! js-cookie v3.0.5 | MIT */function Se(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)e[i]=o[i]}return e}var Mn={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function rt(e,t){function o(n,r,l){if(!(typeof document>"u")){l=Se({},t,l),typeof l.expires=="number"&&(l.expires=new Date(Date.now()+l.expires*864e5)),l.expires&&(l.expires=l.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var a="";for(var s in l)l[s]&&(a+="; "+s,l[s]!==!0&&(a+="="+l[s].split(";")[0]));return document.cookie=n+"="+e.write(r,n)+a}}function i(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var r=document.cookie?document.cookie.split("; "):[],l={},a=0;a<r.length;a++){var s=r[a].split("="),c=s.slice(1).join("=");try{var u=decodeURIComponent(s[0]);if(l[u]=e.read(c,u),n===u)break}catch{}}return n?l[n]:l}}return Object.create({set:o,get:i,remove:function(n,r){o(n,"",Se({},r,{expires:-1}))},withAttributes:function(n){return rt(this.converter,Se({},this.attributes,n))},withConverter:function(n){return rt(Se({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var zn=rt(Mn,{path:"/"});let Le;const Rn=new Uint8Array(16);function Un(){if(!Le&&(Le=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Le))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Le(Rn)}const L=[];for(let e=0;e<256;++e)L.push((e+256).toString(16).slice(1));function Gn(e,t=0){return L[e[t+0]]+L[e[t+1]]+L[e[t+2]]+L[e[t+3]]+"-"+L[e[t+4]]+L[e[t+5]]+"-"+L[e[t+6]]+L[e[t+7]]+"-"+L[e[t+8]]+L[e[t+9]]+"-"+L[e[t+10]]+L[e[t+11]]+L[e[t+12]]+L[e[t+13]]+L[e[t+14]]+L[e[t+15]]}var no={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Ie(e,t,o){if(no.randomUUID&&!t&&!e)return no.randomUUID();e=e||{};const i=e.random||(e.rng||Un)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,t){o=o||0;for(let n=0;n<16;++n)t[o+n]=i[n];return t}return Gn(i)}const ro=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,at=(e,t)=>e.consent_mechanism===V.NOTICE_ONLY?!0:t&&Ee(e,t)?!!t[e.notice_key]:ue(e.default_preference);var Bn=(e=>(e.CONSENT="Consent",e.CONTRACT="Contract",e.LEGAL_OBLIGATIONS="Legal obligations",e.VITAL_INTERESTS="Vital interests",e.PUBLIC_INTEREST="Public interest",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(Bn||{}),st=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(st||{});const Vn=",",Hn=[{experienceKey:"tcf_purpose_consents",tcfModelKey:"purposeConsents",enabledIdsKey:"purposesConsent"},{experienceKey:"tcf_purpose_legitimate_interests",tcfModelKey:"purposeLegitimateInterests",enabledIdsKey:"purposesLegint"},{experienceKey:"tcf_special_features",tcfModelKey:"specialFeatureOptins",enabledIdsKey:"specialFeatures"},{experienceKey:"tcf_vendor_consents",tcfModelKey:"vendorConsents",enabledIdsKey:"vendorsConsent"},{experienceKey:"tcf_vendor_legitimate_interests",tcfModelKey:"vendorLegitimateInterests",enabledIdsKey:"vendorsLegint"}],Kn=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Hn.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),st.CONSENT.toString(),st.LEGITIMATE_INTERESTS.toString();var Yn=Object.defineProperty,qn=Object.defineProperties,Wn=Object.getOwnPropertyDescriptors,ao=Object.getOwnPropertySymbols,Zn=Object.prototype.hasOwnProperty,Jn=Object.prototype.propertyIsEnumerable,so=(e,t,o)=>t in e?Yn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,re=(e,t)=>{for(var o in t||(t={}))Zn.call(t,o)&&so(e,o,t[o]);if(ao)for(var o of ao(t))Jn.call(t,o)&&so(e,o,t[o]);return e},ye=(e,t)=>qn(e,Wn(t)),Xn=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const lt="fides_consent",lo=365,Fe=zn.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),ct=e=>e?Object.values(e).some(t=>t!==void 0):!1,co=()=>Ie(),Qn=co(),po=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},uo=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:Qn||co()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},je=e=>Fe.get(e),me=()=>{const e=je(lt);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(io.decode(e))}catch{return}}},fo=(e,t=!1)=>{const o=uo(e);if(typeof document>"u")return o;if(t)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",o;let i=me();if(!i)return o;try{"consent"in i&&"fides_meta"in i||(i=ye(re({},o),{consent:i}));const n=re(re({},e),i.consent);return i.consent=n,i}catch(n){return console.error("Unable to read consent cookie: invalid JSON.",n),o}},dt=(e,t=!1)=>{if(typeof document>"u")return;const o=new Date().toISOString();e.fides_meta.updatedAt=o;let i=JSON.stringify(e);t&&(i=io.encode(i));const n=window.location.hostname.split(".");let r="";for(let l=1;l<=n.length;l+=1)if(r=n.slice(-l).join("."),Fe.set(lt,i,{path:"/",domain:r,expires:lo})){const a=me();if(a&&a.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},pt=({experience:e,cookie:t})=>{var o;if(!e.privacy_notices)return e;const i=(o=e.privacy_notices)==null?void 0:o.map(r=>{const l=Object.keys(t.consent).includes(r.notice_key)?oe(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return ye(re({},r),{current_preference:l})});return ye(re({},e),{privacy_notices:i})},er=e=>{const t={};return Kn.forEach(({cookieKey:o})=>{var i;const n=(i=e[o])!=null?i:[];t[o]=Object.fromEntries(n.map(r=>[r.id,ue(r.preference)]))}),t},vo=(e,t)=>{const o={};return e?.options.forEach(({cookieKeys:i,default:n})=>{if(n===void 0)return;const r=ro(n,t);i.forEach(l=>{const a=o[l];if(a===void 0){o[l]=r;return}o[l]=a&&r})}),o},go=(e,t=!0)=>{e.forEach(o=>{var i;if(Fe.remove(o.name,{path:(i=o.path)!=null?i:"/",domain:o.domain}),t){const{hostname:n}=window.location;Fe.remove(o.name,{domain:`.${n}`})}})},_o=e=>{const t=new Map(e.map(({notice:o,consentPreference:i})=>[o.notice_key,ue(i)]));return Object.fromEntries(t)},ut=(e,t)=>Xn(void 0,null,function*(){return ye(re({},e),{consent:_o(t)})}),bo=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(o=>{o.current_preference?t[o.notice_key]=ue(o.current_preference):o.default_preference&&(t[o.notice_key]=ue(o.default_preference))}),t},yo=({cookie:e,experience:t})=>{const o=bo(t);return ye(re({},e),{consent:o})};var tr=Object.defineProperty,or=(e,t,o)=>t in e?tr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,mo=(e,t,o)=>or(e,typeof t!="symbol"?t+"":t,o);class ir{constructor(){mo(this,"cookieName","OptanonConsent"),mo(this,"migrationMethod",T.OT_MIGRATION)}getConsentCookie(){return je(this.cookieName)}convertToFidesConsent(t,o){if(o.otFidesMapping)try{const i=decodeURIComponent(o.otFidesMapping).replace(/^'|'$/g,""),n=JSON.parse(i),r=this.parseCookieValue(t,n);return r}catch{return}}parseCookieValue(t,o){const i={},n=t.match(/groups=([^&]*)/);return!n||!n[1]||n[1].split(",").forEach(r=>{const[l,a]=r.split(":");o[l]&&o[l].forEach(s=>{const c=a==="1";i[s]===void 0&&(i[s]=c)})}),i}}var ho=(e=>(e.ONETRUST="onetrust",e))(ho||{});const ft=new Map;function nr(e,t){ft.set(e,t)}function ko(e){e.otFidesMapping&&nr(ho.ONETRUST,new ir)}function wo(e){let t,o;if(Array.from(ft).some(([n,r])=>{const l=r.getConsentCookie();if(!l)return!1;const a=r.convertToFidesConsent(l,e);return a?(t=a,o=n,!0):!1}),!o)return{consent:void 0,method:void 0};const i=ft.get(o);return{consent:t,method:i.migrationMethod}}const rr=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}};var ar=Object.defineProperty,sr=Object.defineProperties,lr=Object.getOwnPropertyDescriptors,xo=Object.getOwnPropertySymbols,cr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable,Co=(e,t,o)=>t in e?ar(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Eo=(e,t)=>{for(var o in t||(t={}))cr.call(t,o)&&Co(e,o,t[o]);if(xo)for(var o of xo(t))dr.call(t,o)&&Co(e,o,t[o]);return e},pr=(e,t)=>sr(e,lr(t));const q=(e,t,o,i)=>{var n;if(typeof window<"u"&&typeof CustomEvent<"u"){const r=Eo({consentMethod:t?.fides_meta.consentMethod},i),l=(n=performance?.mark)==null?void 0:n.call(performance,e),a=l?.startTime,s=new CustomEvent(e,{detail:pr(Eo({},t),{debug:o,extraDetails:r,timestamp:a}),bubbles:!0});window.dispatchEvent(s)}},Oo=(e,t)=>{const o=i=>t(i.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}};var ur=(e=>(e.GVL="gvl",e.AC="gacp",e))(ur||{});const Po=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",i="",n=""]=e.split(Vn);return t?{tc:t,ac:o,gpp:i,nc:n}:{tc:"",ac:"",gpp:i,nc:n}};var fr={"static.gpc":"\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629","static.gpc.description":"\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u062A\u0641\u0636\u064A\u0644\u0643 \u0644\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629. \u0644\u0642\u062F \u0623\u0644\u063A\u064A \u0627\u0634\u062A\u0631\u0627\u0643\u0643 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u062D\u0627\u0644\u0627\u062A \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0644\u062A\u0632\u0645 \u0628\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629.","static.gpc.status.applied":"\u062A\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","static.gpc.status.overridden":"\u062A\u0645 \u0627\u0644\u062A\u062C\u0627\u0648\u0632","static.gpc.title":"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629"},vr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.gpc.description":"\u0412\u0430\u0448\u0435\u0442\u043E \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438\u0435 \u0437\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438 \u0435 \u0437\u0430\u0447\u0435\u0442\u0435\u043D\u043E. \u0412\u0438\u0435 \u0441\u0442\u0435 \u0431\u0438\u043B\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0438\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u0438 \u043E\u0442 \u0441\u043B\u0443\u0447\u0430\u0438\u0442\u0435 \u043D\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0442\u043D\u0430\u0441\u044F\u0442 \u043A\u044A\u043C \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u043E","static.gpc.status.overridden":"\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u043E","static.gpc.title":"\u041E\u0442\u043A\u0440\u0438\u0442\u043E \u0435 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438"},gr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161 izbor globalne kontrole privatnosti je uva\u017Een. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Prihva\u0107ena","static.gpc.status.overridden":"Odbijena","static.gpc.title":"Otkrivena je Globalna kontrola privatnosti"},_r={"static.gpc":"Control de privadesa global","static.gpc.description":"S\u2019ha respectat la vostra prefer\xE8ncia pel que fa al control de privadesa global. Se us ha excl\xF2s autom\xE0ticament dels casos d\u2019\xFAs de dades que s\u2019adhereixen al control de privadesa global.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Anul\xB7lat","static.gpc.title":"Control de privadesa global detectat"},br={"static.gpc":"Glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F","static.gpc.description":"Byly dodr\u017Eeny va\u0161e glob\xE1ln\xED preference ochrany osobn\xEDch \xFAdaj\u016F. Automaticky jste byli vy\u0159azeni z pou\u017E\xEDv\xE1n\xED \xFAdaj\u016F v p\u0159\xEDpadech, na kter\xE9 se vztahuje glob\xE1ln\xED ochrana osobn\xEDch \xFAdaj\u016F.","static.gpc.status.applied":"Aplikov\xE1no","static.gpc.status.overridden":"P\u0159eps\xE1no","static.gpc.title":"Bylo zji\u0161t\u011Bna glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F"},yr={"static.gpc":"Global fortrolighedskontrol","static.gpc.description":"Din pr\xE6ference i forbindelse med global fortrolighedskontrol er blevet efterkommet. Du er automatisk blevet frameldt tilf\xE6lde af databrug, der overholder global fortrolighedskontrol.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Tilsidesat","static.gpc.title":"Der blev p\xE5vist global fortrolighedskontrol"},mr={"static.gpc":"Globale Datenschutzeinstellungen","static.gpc.description":"Ihre globale Datenschutzeinstellungen werden ber\xFCcksichtigt. Sie wurden automatisch von Anwendungsf\xE4llen ausgenommen, die nicht Ihren globalen Datenschutzeinstellungen unterliegen.","static.gpc.status.applied":"Angewendet","static.gpc.status.overridden":"\xDCberschrieben","static.gpc.title":"Globale Datenschutzeinstellungen entdeckt"},hr={"static.gpc":"\u039A\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5","static.gpc.description":"\u0397 \u03C0\u03C1\u03BF\u03C4\u03AF\u03BC\u03B7\u03C3\u03AE \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5 \u03AD\u03C7\u03B5\u03B9 \u03C4\u03B7\u03C1\u03B7\u03B8\u03B5\u03AF. \u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03BE\u03B1\u03B9\u03C1\u03B5\u03B8\u03B5\u03AF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03CC \u03C0\u03B5\u03C1\u03B9\u03C0\u03C4\u03CE\u03C3\u03B5\u03B9\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C0\u03BF\u03C5 \u03C3\u03C5\u03BC\u03BC\u03BF\u03C1\u03C6\u03CE\u03BD\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5.","static.gpc.status.applied":"\u0395\u03C6\u03B1\u03C1\u03BC\u03CC\u03C3\u03C4\u03B7\u03BA\u03B5","static.gpc.status.overridden":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03BC\u03C6\u03B8\u03B7\u03BA\u03B5","static.gpc.title":"\u0395\u03BD\u03C4\u03BF\u03C0\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5"},kr={"static.gpc":"Global Privacy Control","static.gpc.description":"Your global privacy control preference has been honored. You have been automatically opted out of data use cases which adhere to global privacy control.","static.gpc.status.applied":"Applied","static.gpc.status.overridden":"Overridden","static.gpc.title":"Global Privacy Control detected"},wr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le ha excluido autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},xr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le excluy\xF3 autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},Cr={"static.gpc":"\xDCldine andmekaitsekontroll","static.gpc.description":"Teie \xFCldist andmekaitse-eelistust on arvestatud. Teid on automaatselt v\xE4lja arvatud andmete kasutamise juhtudest, mis j\xE4rgivad \xFCldist andmekaitsekontrolli.","static.gpc.status.applied":"Rakendatud","static.gpc.status.overridden":"T\xFChistatud","static.gpc.title":"Tuvastatud \xFCldine andmekaitsekontroll"},Er={"static.gpc":"Pribatutasun-kontrol globala","static.gpc.description":"Pribatutasun-kontrol globalaren lehentasuna bete da. Pribatutasun-kontrol globalari atxikitzen zaizkion datuen erabileren kasuetatik automatikoki baztertua izan zara.","static.gpc.status.applied":"Ezarrita","static.gpc.status.overridden":"Baliogabetuta","static.gpc.title":"Pribatutasun-kontrol globala antzeman da"},Or={"static.gpc":"Maailmanlaajunen tietosuojavalvonta","static.gpc.description":"Maailmanlaajuinen tietosuojavalvontanne on vahvistettu. Teid\xE4t on automaattisesti poistettu tietojen k\xE4ytt\xF6tapauksista, jotka noudattavat maailmanlaajuista tietosuojavalvontaa.","static.gpc.status.applied":"K\xE4yt\xF6ss\xE4","static.gpc.status.overridden":"Ohitettu","static.gpc.title":"Maailmanlaajuinen tietosuojavalvonta havaittu"},Pr={"static.gpc":"Global Privacy Control","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le global de la confidentialit\xE9 (GPC) a \xE9t\xE9 respect\xE9e. Vous avez automatiquement \xE9t\xE9 retir\xE9 des cas d\u2019usage des donn\xE9es qui adh\xE8rent au GPC.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Ignor\xE9","static.gpc.title":"Global Privacy Control (GPC) d\xE9tect\xE9"},Ar={"static.gpc":"Contr\xF4le mondial de confidentialit\xE9","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le mondial de confidentialit\xE9 a \xE9t\xE9 honor\xE9e. Vous avez \xE9t\xE9 automatiquement \xE9cart\xE9 des cas d'utilisation de donn\xE9es qui adh\xE8rent au contr\xF4le mondial de confidentialit\xE9.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Annul\xE9","static.gpc.title":"Contr\xF4le mondial de confidentialit\xE9 d\xE9tect\xE9"},$r={"static.gpc":"Control de privacidade global","static.gpc.description":"Respetouse a s\xFAa preferencia de control de privacidade global. Foi automaticamente exclu\xEDdo dos casos de uso de datos que cumpren o control de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidade global detectado"},Nr={"static.gpc":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923","static.gpc.description":"\u0906\u092A\u0915\u0940 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0935\u0930\u0940\u092F\u0924\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E\u0964 \u0906\u092A\u0915\u094B \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0921\u0947\u091F\u093E \u0909\u092A\u092F\u094B\u0917 \u092E\u093E\u092E\u0932\u094B\u0902 \u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u092C\u093E\u0939\u0930 \u0915\u0930 \u0926\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964","static.gpc.status.applied":"\u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E","static.gpc.status.overridden":"\u0913\u0935\u0930\u0930\u093E\u0907\u0921 \u0915\u093F\u092F\u093E","static.gpc.title":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u0924\u093E \u091A\u0932\u093E"},Tr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Po\u0161tuju se va\u0161e preferencije globalne kontrole privatnosti. Automatski se isklju\u010Deni iz slu\u010Dajeve kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Primijenjeno","static.gpc.status.overridden":"Premo\u0161\u0107eno","static.gpc.title":"Primije\u0107ena je Globalna kontrola privatnosti (Global Privacy Control)"},Sr={"static.gpc":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s","static.gpc.description":"A glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1ssal kapcsolatos be\xE1ll\xEDt\xE1sai el lettek fogadva. Automatikusan kiker\xFClt azokb\xF3l az adatfelhaszn\xE1l\xE1si esetekb\u0151l, amelyek a glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1shoz tartoznak.","static.gpc.status.applied":"Alkalmazva","static.gpc.status.overridden":"Fel\xFCl\xEDrva","static.gpc.title":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s \xE9szlelve"},Lr={"static.gpc":"Controllo Globale della Privacy","static.gpc.description":"Le tue preferenze del Controllo Globale della Privacy sono state prese in carico. Sei stato automaticamente escluso dai casi di utilizzo dei dati che corrispondono al Controllo Globale della Privacy.","static.gpc.status.applied":"Applicato","static.gpc.status.overridden":"Non applicato","static.gpc.title":"Controllo Globale della Privacy rilevato"},Ir={"static.gpc":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB","static.gpc.description":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306E\u8A2D\u5B9A\u306F\u5C0A\u91CD\u3055\u308C\u307E\u3059\u3002\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306B\u5F93\u3046\u30C7\u30FC\u30BF\u306E\u30E6\u30FC\u30B9\u30B1\u30FC\u30B9\u304B\u3089\u306F\u81EA\u52D5\u7684\u306B\u30AA\u30D7\u30C8\u30A2\u30A6\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002","static.gpc.status.applied":"\u9069\u7528","static.gpc.status.overridden":"\u5909\u66F4","static.gpc.title":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u3092\u691C\u51FA\u3057\u307E\u3057\u305F"},Fr={"static.gpc":"Visuotin\u0117 privatumo kontrol\u0117","static.gpc.description":"Buvo atsi\u017Evelgta \u012F j\u016Bs\u0173 visuotin\u0117s privatumo kontrol\u0117s pageidavim\u0105. Buvote automati\u0161kai at\u0161auktas i\u0161 duomen\u0173 naudojimo atvej\u0173, kai laikomasi visuotin\u0117s privatumo kontrol\u0117s.","static.gpc.status.applied":"Taikoma","static.gpc.status.overridden":"Nebegaliojantis","static.gpc.title":"Aptikta visuotin\u0117 privatumo kontrol\u0117"},jr={"static.gpc":"Glob\u0101l\u0101 priv\u0101tuma kontrole","static.gpc.description":"M\u0113s esam izpild\u012Bju\u0161i j\u016Bsu pras\u012Bbu kontrol\u0113t glob\u0101lo priv\u0101tumu. P\u0113c noklus\u0113juma esat no\u0146emts no datu lietojuma pieteikumiem, kas atbilst glob\u0101lajai priv\u0101tuma kontrolei.","static.gpc.status.applied":"Pielietots","static.gpc.status.overridden":"Ignor\u0113ts","static.gpc.title":"Konstat\u0113ta glob\u0101l\u0101 priv\u0101tuma kontrole"},Dr={"static.gpc":"Kontroll Globali tal-Privatezza","static.gpc.description":"Il-preferenza globali tieg\u0127ek g\u0127all-kontroll tal-privatezza \u0121iet onorata. Inti awtomatikament g\u0127a\u017Cilt li ma tibqax tu\u017Ca d-dejta f'ka\u017Cijiet li jirrispettaw il-kontroll globali tal-privatezza.","static.gpc.status.applied":"Applikat","static.gpc.status.overridden":"Maqbu\u017Ca","static.gpc.title":"Instab il-Kontroll Globali tal-Privatezza"},Mr={"static.gpc":"Global Privacy Control","static.gpc.description":"Uw Global Privacy Control-voorkeur wordt gerespecteerd. U bent automatisch afgemeld voor gegevensgebruiksscenario's die zich houden aan Global Privacy Control.","static.gpc.status.applied":"Toegepast","static.gpc.status.overridden":"Genegeerd","static.gpc.title":"Global Privacy Control gedetecteerd"},zr={"static.gpc":"Globale personverninnstillinger","static.gpc.description":"Preferansene dine vedr\xF8rende de globale personverninnstilingene dine er godtatt. Du har automatisk takket nei til databruksaker som f\xF8lger globale personverninnstillinger.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Overstyrt","static.gpc.title":"Globale personverninnstillinger er oppdaget"},Rr={"static.gpc":"Og\xF3lna kontrola prywatno\u015Bci","static.gpc.description":"Twoja preferencja dotycz\u0105ca og\xF3lnej kontroli prywatno\u015Bci zosta\u0142a uwzgl\u0119dniona. Automatycznie odm\xF3wiono zgody na Twoje przypadki wykorzystania danych, kt\xF3re s\u0105 zgodne z Og\xF3ln\u0105 kontrol\u0105 prywatno\u015Bci.","static.gpc.status.applied":"Zastosowano","static.gpc.status.overridden":"Nadpisano","static.gpc.title":"Wykryta Og\xF3lna kontrola prywatno\u015Bci"},Ur={"static.gpc":"Controle de Privacidade Global","static.gpc.description":"Sua prefer\xEAncia global de controle de privacidade foi respeitada. Voc\xEA foi automaticamente removido dos casos de uso de dados que aderem ao controle de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controle de Privacidade Global detectado"},Gr={"static.gpc":"Controlo de Privacidade Global","static.gpc.description":"A sua prefer\xEAncia de controlo de privacidade global foi honrada. Foi automaticamente exclu\xEDdo/a dos casos de utiliza\xE7\xE3o de dados que aderem ao controlo de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controlo de Privacidade Global detetado"},Br={"static.gpc":"Control global al confiden\u021Bialit\u0103\u021Bii","static.gpc.description":"Preferin\u021Ba dvs. de control global al confiden\u021Bialit\u0103\u021Bii a fost onorat\u0103. A\u021Bi fost exclus(\u0103) automat de la cazurile de utilizare a datelor care respect\u0103 controlul global al confiden\u021Bialit\u0103\u021Bii.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Suprascris","static.gpc.title":"A fost detectat un control global al confiden\u021Bialit\u0103\u021Bii"},Vr={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 Global Privacy Control \u0443\u0447\u0442\u0435\u043D\u0430. \u0412\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0435\u0441\u044C \u0432 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445, \u0433\u0434\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Global Privacy Control.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.status.overridden":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.title":"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Global Privacy Control"},Hr={"static.gpc":"Glob\xE1lna kontrola s\xFAkromia","static.gpc.description":"Va\u0161a predvo\u013Eba pre glob\xE1lnu kontrolu s\xFAkromia bola dodr\u017Ean\xE1. Pre pr\xEDpady pou\u017Eitia, kde sa pou\u017E\xEDva glob\xE1lna kontrola s\xFAkromia, v\xE1m bol automaticky nastaven\xFD explicitn\xFD nes\xFAhlas.","static.gpc.status.applied":"Pou\u017Eit\xE1","static.gpc.status.overridden":"Prep\xEDsan\xE1","static.gpc.title":"Bola zisten\xE1 Glob\xE1lna kontrola s\xFAkromia"},Kr={"static.gpc":"Global Privacy Control","static.gpc.description":"Va\u0161a nastavitev globalnega nadzora zasebnosti je bila upo\u0161tevana. Samodejno je bilo preklicano va\u0161e soglasje za tiste primere uporabe podatkov, ki se ravnajo po globalnem nadzoru zasebnosti.","static.gpc.status.applied":"Uporabljeno","static.gpc.status.overridden":"Pregla\u0161eno","static.gpc.title":"Zaznan globalni nadzor zasebnosti \xBBGlobal Privacy Control\xAB"},Yr={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0435 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438 \u0458\u0435 \u043F\u043E\u0434\u0435\u0448\u0435\u043D\u0430. \u0410\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u0441\u0442\u0435 \u0438\u0441\u043A\u0459\u0443\u0447\u0435\u043D\u0438 \u0438\u0437 \u0441\u043B\u0443\u0447\u0430\u0458\u0435\u0432\u0430 \u0443\u043F\u043E\u0442\u0440\u0435\u0431\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u043A\u043E\u0458\u0438 \u0441\u0443 \u0443 \u0441\u043A\u043B\u0430\u0434\u0443 \u0441\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E\u043C \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043E\u043C \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.status.overridden":"\u0417\u0430\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.title":"Global Privacy Control \u043E\u0442\u043A\u0440\u0438\u0432\u0435\u043D"},qr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161a globalna postavka kontrole privatnosti se po\u0161tuje. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161c\u0301enja podataka koji podle\u017Eu globalnoj kontroli privatnosti.","static.gpc.status.applied":"Primenjeno","static.gpc.status.overridden":"Zaobi\u0111eno","static.gpc.title":"Otkrivena je globalna kontrola privatnosti"},Wr={"static.gpc":"Global integritetskontroll","static.gpc.description":"Dina preferenser f\xF6r global integritetskontroll har efterf\xF6ljts. Du har automatiskt valt bort anv\xE4ndningsfall f\xF6r uppgifter som efterf\xF6ljer global integritetskontroll.","static.gpc.status.applied":"Till\xE4mpad","static.gpc.status.overridden":"\xC5sidosatt","static.gpc.title":"Global integritetskontroll uppt\xE4cktes"},Zr={"static.gpc":"Global Gizlilik Kontrol\xFC","static.gpc.description":"Global gizlilik kontrol\xFC tercihiniz yerine getirildi. Global gizlilik kontrol\xFCne uygun veri kullan\u0131m durumlar\u0131ndan otomatik olarak \xE7\u0131kar\u0131ld\u0131n\u0131z.","static.gpc.status.applied":"Uyguland\u0131","static.gpc.status.overridden":"Ge\xE7ersiz k\u0131l\u0131nd\u0131","static.gpc.title":"Global Gizlilik Kontrol\xFC tespit edildi"},Jr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456","static.gpc.description":"\u0412\u0430\u0448\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456 \u0432\u0440\u0430\u0445\u043E\u0432\u0430\u043D\u043E. \u0412\u0430\u0441 \u0431\u0443\u043B\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0437 \u0432\u0438\u043F\u0430\u0434\u043A\u0456\u0432 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445, \u044F\u043A\u0456 \u0434\u043E\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456.","static.gpc.status.applied":"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u043E","static.gpc.status.overridden":"\u041F\u0435\u0440\u0435\u0432\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E","static.gpc.title":"\u0412\u0438\u044F\u0432\u043B\u0435\u043D\u043E \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456"},Xr={"static.gpc":"\u5168\u5C40\u9690\u79C1\u63A7\u5236","static.gpc.description":"\u60A8\u7684\u5168\u5C40\u9690\u79C1\u63A7\u5236\u504F\u597D\u5DF2\u5F97\u5230\u5C0A\u91CD\u3002\u60A8\u5DF2\u81EA\u52A8\u9009\u62E9\u9000\u51FA\u7B26\u5408\u5168\u5C40\u9690\u79C1\u63A7\u5236\u7684\u6570\u636E\u4F7F\u7528\u6848\u4F8B\u3002","static.gpc.status.applied":"\u5DF2\u5E94\u7528","static.gpc.status.overridden":"\u88AB\u8986\u76D6","static.gpc.title":"\u68C0\u6D4B\u5230\u5168\u5C40\u9690\u79C1\u63A7\u5236"};const vt={ar:fr,bg:vr,bs:gr,ca:_r,cs:br,da:yr,de:mr,el:hr,en:kr,es:wr,"es-MX":xr,et:Cr,eu:Er,fi:Or,fr:Pr,"fr-CA":Ar,gl:$r,"hi-IN":Nr,hr:Tr,hu:Sr,it:Lr,ja:Ir,lt:Fr,lv:jr,mt:Dr,nl:Mr,no:zr,pl:Rr,"pt-BR":Ur,"pt-PT":Gr,ro:Br,ru:Vr,sk:Hr,sl:Kr,"sr-Cyrl":Yr,"sr-Latn":qr,sv:Wr,tr:Zr,uk:Jr,zh:Xr},Qr=[{locale:"ar",label_en:"Arabic",label_original:"\u0627\u0644\u0639\u064E\u0631\u064E\u0628\u0650\u064A\u064E\u0651\u0629"},{locale:"bg",label_en:"Bulgarian",label_original:"\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438 \u0435\u0437\u0438\u043A"},{locale:"bs",label_en:"Bosnian",label_original:"Bosanski Jezik"},{locale:"ca",label_en:"Catalan",label_original:"catal\xE0"},{locale:"cs",label_en:"Czech",label_original:"\u010Desk\xFD jazyk"},{locale:"da",label_en:"Danish",label_original:"Dansk"},{locale:"de",label_en:"German",label_original:"Deutsch"},{locale:"el",label_en:"Greek",label_original:"\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"},{locale:"en",label_en:"English",label_original:"English"},{locale:"es",label_en:"Spanish",label_original:"Espa\xF1ol"},{locale:"es-MX",label_en:"Spanish (Mexico)",label_original:"Espa\xF1ol - MX"},{locale:"et",label_en:"Estonian",label_original:"Eesti"},{locale:"eu",label_en:"Basque",label_original:"euskara"},{locale:"fi",label_en:"Finnish",label_original:"Suomi"},{locale:"fr",label_en:"French",label_original:"Fran\xE7ais"},{locale:"fr-CA",label_en:"French (Canada)",label_original:"Fran\xE7ais - CA"},{locale:"gl",label_en:"Galician",label_original:"Galego"},{locale:"hi-IN",label_en:"Hindi (India)",label_original:"\u0939\u093F\u0928\u094D\u0926\u0940"},{locale:"hr",label_en:"Croatian",label_original:"Hrvatski Jezik"},{locale:"hu",label_en:"Hungarian",label_original:"magyar"},{locale:"it",label_en:"Italian",label_original:"Italiano"},{locale:"ja",label_en:"Japanese",label_original:"\u65E5\u672C\u8A9E"},{locale:"lt",label_en:"Lithuanian",label_original:"lietuvi\u0173 kalba"},{locale:"lv",label_en:"Latvian",label_original:"latvie\u0161u valoda"},{locale:"mt",label_en:"Maltese",label_original:"Malti"},{locale:"nl",label_en:"Dutch",label_original:"Nederlands"},{locale:"no",label_en:"Norwegian",label_original:"Norsk"},{locale:"pl",label_en:"Polish",label_original:"Polski"},{locale:"pt-BR",label_en:"Portuguese (Brazil)",label_original:"Portugu\xEAs - BR"},{locale:"pt-PT",label_en:"Portuguese (Portugal)",label_original:"Portugu\xEAs - PT"},{locale:"ro",label_en:"Romanian",label_original:"limba rom\xE2n\u0103"},{locale:"ru",label_en:"Russian",label_original:"\u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A"},{locale:"sk",label_en:"Slovak",label_original:"sloven\u010Dina"},{locale:"sl",label_en:"Slovenian",label_original:"Slovenski Jezik"},{locale:"sr-Cyrl",label_en:"Serbian (Cyrillic)",label_original:"\u0441\u0440\u043F\u0441\u043A\u0438"},{locale:"sr-Latn",label_en:"Serbian (Latin)",label_original:"Srpski"},{locale:"sv",label_en:"Swedish",label_original:"Sverige"},{locale:"tr",label_en:"Turkish",label_original:"T\xFCrk\xE7e"},{locale:"uk",label_en:"Ukrainian",label_original:"\u0443\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430 \u043C\u043E\u0432\u0430"},{locale:"zh",label_en:"Chinese",label_original:"\u4E2D\u6587"}];var ea=Object.defineProperty,Ao=Object.getOwnPropertySymbols,ta=Object.prototype.hasOwnProperty,oa=Object.prototype.propertyIsEnumerable,$o=(e,t,o)=>t in e?ea(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,W=(e,t)=>{for(var o in t||(t={}))ta.call(t,o)&&$o(e,o,t[o]);if(Ao)for(var o of Ao(t))oa.call(t,o)&&$o(e,o,t[o]);return e};function Z(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function ia(e,t){const o={},i=["accept_button_label","acknowledge_button_label","banner_description","banner_title","description","purpose_header","privacy_policy_link_label","privacy_policy_url","privacy_preferences_link_label","reject_button_label","save_button_label","title","modal_link_label"];if(e.translations)e.translations.forEach(n=>{const r=n.language;let l=!1;t!=null&&t.override_language&&(l=Z(t.override_language,r));const a={};i.forEach(s=>{let c=null;t&&(l||s==="privacy_policy_url")&&(c=s in t?t[s]:null);const u=n[s];typeof u=="string"&&(a[`exp.${s}`]=c||u)}),o[r]=W(W({},a),o[r])});else{const n=M,r={};i.forEach(l=>{const a=e[l];typeof a=="string"&&(r[`exp.${l}`]=a)}),o[n]=W(W({},r),o[n])}return o}function No(e){var t;if((t=e?.experience_config)!=null&&t.translations){const{translations:o}=e.experience_config,i=o.find(n=>n.is_default);return i?.language}}function To(e,t){const o={};return t.forEach(i=>{const n=Object.keys(e).find(r=>Z(r,i));if(n){const r=e[n],l={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(a=>{const s=r[a]||{};Object.keys(s).forEach(c=>{const u=s[c],d=`exp.tcf.${a}.${c}`;l[`${d}.name`]=u.name,l[`${d}.description`]=u.description,u.illustrations&&u.illustrations.length>0&&u.illustrations.forEach((_,v)=>{l[`${d}.illustrations.${v}`]=_})})}),o[i]=W(W({},l),o[i])}}),o}function So(e){return Object.keys(vt).forEach(t=>{e.load(t,vt[t])}),Object.keys(vt)}function Lo(e,t,o){var i;const n={},r=(i=t.available_locales)!=null&&i.length?t.available_locales:[M];if(t!=null&&t.experience_config){const l=t.experience_config,a=ia(l,o);Object.keys(a).forEach(s=>{n[s]=W(W({},a[s]),n[s])})}r.forEach(l=>{e.load(l,n[l])})}function Io(e,t){if(!t.gvl)return;const{locale:o}=e,i={};i[o]=t.gvl;const n=To(i,[o]);e.load(o,n[o])}function Fo(e,t,o){const i=To(t,o);o.forEach(n=>{e.load(n,i[n])})}function De(e){return e.locale}function jo(e,t,o=M){const i=e?.language;return t||i||o}function Do(e,t,o=M){const i=e.match(Ae);if(i){const[n,r]=i,l=t.find(s=>Z(s,n));if(l)return l;const a=t.find(s=>Z(s,r));if(a)return a}return o}function ae(e,t){return e.t(t)!==""&&e.t(t)!==t}function gt(e,t){if(!t||!t.translations)return null;const o=De(e),i=t.translations.find(r=>Z(r.language,o));return i||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Me(e,t){if(!t||!t.translations)return null;const o=De(e),i=t.translations.find(r=>Z(r.language,o));return i||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Mo(e,t,o,i,n){var r,l,a,s,c;So(e);const u=(r=o.available_locales)!=null&&r.length?o.available_locales:[M];Lo(e,o,n);const d=Qr.filter(y=>u.includes(y.locale)),_=d.findIndex(y=>Z(y.locale,e.getDefaultLocale()));_>0&&d.unshift(d.splice(_,1)[0]),e.setAvailableLanguages(d);const v=No(o)||M;e.setDefaultLocale(v);let p=v;((l=o.experience_config)==null?void 0:l.auto_detect_language)===!1||(p=jo(t,i?.fidesLocale,v));const b=Do(p,u||[],e.getDefaultLocale());if((s=(a=o.experience_config)==null?void 0:a.translations)!=null&&s.find(y=>y.language===b))e.activate(b);else{const y=Me(e,o.experience_config);y?.language,e.activate(y?.language||b)}((c=o.experience_config)==null?void 0:c.component)===F.TCF_OVERLAY&&o.gvl&&Io(e,o)}function _t(){let e=[],t=M,o=M;const i={};return{setAvailableLanguages(n){e=n},get availableLanguages(){return e},activate:n=>{o=n},getDefaultLocale:()=>t,setDefaultLocale:n=>{t=n},get locale(){return o},load:(n,r)=>{i[n]=W(W({},i[n]),r)},t:n=>{if(typeof n>"u")throw new TypeError("Unexpected type for descriptor or id!");let r;if(typeof n=="string")r=n;else if(typeof n=="object"&&n.id)r=n.id;else return"";return o&&o in i&&r&&r in i[o]&&i[o][r]?i[o][r]:r}}}const zo=(e,t,o)=>{var i;let n=Pe;if(!e)t.t("exp.modal_link_label")!=="exp.modal_link_label"&&(n=t.t("exp.modal_link_label"));else{const r=t.getDefaultLocale(),l=(i=o?.experience_config)==null?void 0:i.translations.find(a=>a.language===r);l!=null&&l.modal_link_label&&(n=l.modal_link_label)}return n},na=_t();var ra=Object.defineProperty,aa=Object.defineProperties,sa=Object.getOwnPropertyDescriptors,Ro=Object.getOwnPropertySymbols,la=Object.prototype.hasOwnProperty,ca=Object.prototype.propertyIsEnumerable,Uo=(e,t,o)=>t in e?ra(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,he=(e,t)=>{for(var o in t||(t={}))la.call(t,o)&&Uo(e,o,t[o]);if(Ro)for(var o of Ro(t))ca.call(t,o)&&Uo(e,o,t[o]);return e},bt=(e,t)=>aa(e,sa(t)),ze=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())}),Go=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(Go||{});const Bo=e=>ze(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:i,apiOptions:n,propertyId:r,requestMinimalTCF:l}){var a,s,c;if(n!=null&&n.getPrivacyExperienceFn)try{return yield n.getPrivacyExperienceFn(t,null)}catch{return{}}const u=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];o&&u.push(["Accept-Language",o]);const d={method:"GET",mode:"cors",headers:u};let _=he(he({show_disabled:"false",region:t,component:F.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},l&&{minimal_tcf:"true"}),r&&{property_id:r});_=new URLSearchParams(_);let v;try{if(v=yield fetch(`${i}/privacy-experience?${_}`,d),!v.ok)throw new Error("Error fetching experience from Fides API")}catch{return{}}try{const p=yield v.json(),b=(a=p.items&&p.items[0])!=null?a:{},y=(c=(s=b.experience_config)==null?void 0:s.translations)==null?void 0:c[0].language;return b}catch{return{}}}),Vo=(e,t)=>ze(void 0,null,function*(){const o=new URLSearchParams;t?.forEach(l=>{o.append("language",l)});const i={method:"GET",mode:"cors"};let n;try{n=yield fetch(`${e}/privacy-experience/gvl/translations${o.size>0?"?":""}${o.toString()}`,i)}catch{return{}}return n.ok?yield n.json():{}}),Ho={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Ko="Fides.js",Yo=(e,t,o,i,n)=>ze(void 0,null,function*(){var r;if((r=o.apiOptions)!=null&&r.savePreferencesFn){try{yield o.apiOptions.savePreferencesFn(e,i.consent,i.fides_string,n)}catch(s){return Promise.reject(s)}return Promise.resolve()}const l=bt(he({},Ho),{body:JSON.stringify(bt(he({},t),{source:Ko}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,l)).ok,Promise.resolve()}),qo=e=>ze(void 0,[e],function*({request:t,options:o}){var i;if((i=o.apiOptions)!=null&&i.patchNoticesServedFn)try{return yield o.apiOptions.patchNoticesServedFn(t)}catch{return null}const n=bt(he({},Ho),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,n);return r.ok?r.json():null});var da=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const Wo=(e,t)=>da(void 0,null,function*(){if(!e||!t)return null;const o=yield fetch(t,{mode:"cors"});if(!o.ok)return null;try{return yield o.json()}catch{return null}}),pa=()=>{var e;if(window.Fides.options.tcfEnabled)return!1;if(typeof((e=window.navigator)==null?void 0:e.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const t=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(t==="true")return!0;if(t==="false")return!1},fe=()=>typeof window>"u"?{}:{globalPrivacyControl:pa()};var ua=Object.defineProperty,Zo=Object.getOwnPropertySymbols,fa=Object.prototype.hasOwnProperty,va=Object.prototype.propertyIsEnumerable,Jo=(e,t,o)=>t in e?ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ga=(e,t)=>{for(var o in t||(t={}))fa.call(t,o)&&Jo(e,o,t[o]);if(Zo)for(var o of Zo(t))va.call(t,o)&&Jo(e,o,t[o]);return e},Xo=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});function _a(e,t,o,i,n,r,l,a,s,c){return Xo(this,null,function*(){const u=(r||[]).map(_=>({preference:_.consentPreference,privacy_notice_history_id:_.noticeHistoryId||""})),d=ga({browser_identity:t.identity,preferences:u,privacy_experience_config_history_id:n,user_geography:a,method:i,served_notice_history_id:s,property_id:c},l??[]);yield Yo(i,d,e,t,o)})}const yt=e=>Xo(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:o,experience:i,consentMethod:n,options:r,userLocationString:l,cookie:a,servedNoticeHistoryId:s,tcf:c,updateCookie:u,propertyId:d}){const _=yield u(a);if(Object.assign(a,_),Object.assign(a.fides_meta,{consentMethod:n}),q("FidesUpdating",a,r.debug),window.Fides.consent=a.consent,window.Fides.fides_string=a.fides_string,window.Fides.tcf_consent=a.tcf_consent,dt(a,r.base64Cookie),window.Fides.saved_consent=a.consent,!r.fidesDisableSaveApi)try{yield _a(r,a,i,n,o,t,c,l,s,d)}catch{}t&&t.filter(v=>v.consentPreference===H.OPT_OUT).forEach(v=>{var p,b;(p=v.notice)!=null&&p.cookies&&go(v.notice.cookies,(b=i.experience_config)==null?void 0:b.auto_subdomain_cookie_deletion)}),q("FidesUpdated",a,r.debug)}),ba=()=>{document.body.classList.add("fides-no-scroll")},Qo=()=>{document.body.classList.remove("fides-no-scroll")},ya=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",ei=e=>{let t=0,o=200;return new Promise(i=>{const n=r=>{const l=setTimeout(()=>{const a=document.getElementById(e);a?(clearInterval(l),i(a)):(t+=1,t>=5&&o<1e3&&(o+=200),n(o))},r)};n(o)})};var ma=Object.defineProperty,ti=Object.getOwnPropertySymbols,ha=Object.prototype.hasOwnProperty,ka=Object.prototype.propertyIsEnumerable,oi=(e,t,o)=>t in e?ma(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ii=(e,t)=>{for(var o in t||(t={}))ha.call(t,o)&&oi(e,o,t[o]);if(ti)for(var o of ti(t))ka.call(t,o)&&oi(e,o,t[o]);return e},mt=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const wa=(e,t)=>mt(void 0,null,function*(){return tt(e)||tt(yield Wo(t.isGeolocationEnabled,t.geolocationApiUrl))}),xa=e=>mt(void 0,[e],function*({savedConsent:t,effectiveExperience:o,cookie:i,fidesRegionString:n,fidesOptions:r,i18n:l}){if(!o||!o.experience_config||!o.privacy_notices||o.privacy_notices.length===0)return!1;const a=fe(),{nc:s}=Po(r.fidesString||"");if(a.globalPrivacyControl,!a.globalPrivacyControl&&!s)return!1;const c=Me(l,o.experience_config),u=c?.privacy_experience_config_history_id;let d=!1,_=!1;const v=o.privacy_notices.map(p=>{const b=Ee(p,t),y=gt(l,p),m=it(s);if(p.consent_mechanism!==V.NOTICE_ONLY){if(m){const h=m[p.notice_key];if(h!==void 0)return _=!0,new de(p,oe(h,p.consent_mechanism),y?.privacy_notice_history_id)}if(a.globalPrivacyControl&&p.has_gpc_flag&&!b)return d=!0,new de(p,oe(!1,p.consent_mechanism),y?.privacy_notice_history_id)}return new de(p,oe(at(p,t),p.consent_mechanism),y?.privacy_notice_history_id)});if(d||_){let p=T.SCRIPT;return _&&(p=T.SCRIPT),d&&(p=T.GPC),yield yt({servedNoticeHistoryId:Ie(),consentPreferencesToSave:v,privacyExperienceConfigHistoryId:u,experience:o,consentMethod:p,options:r,userLocationString:n||void 0,cookie:i,updateCookie:b=>ut(b,v)}),!0}return!1}),ni=(e,t)=>{const o={};if(typeof window<"u"){const i=new URLSearchParams(window.location.search),n=t.options.customOptionsPath&&t.options.customOptionsPath.split("."),r=n&&n.length>=0?qt(n):window.fides_overrides,l=Kt(e);l?.forEach(({overrideName:a,overrideType:s,overrideKey:c,validationRegex:u,transform:d})=>{const _=i.get(c),v=r?r[c]:void 0,p=je(c),b=_||v||p;b&&u.test(b.toString())&&(d?o[a]=d(b.toString()):o[a]=s==="string"?b:JSON.parse(b.toString()))})}return o},Ca=({consent:e,options:t})=>{const o=fe(),i=vo(e,o);return fo(i,t.fidesClearCookie)},Ea=({cookie:e,savedConsent:t,experience:o,geolocation:i,options:n,updateExperienceFromCookieConsent:r})=>{const l=!po(e);ko(n);const{consent:a}=wo(n),s=!!a;if(!l&&!n.fidesString&&!s)return null;let c=o;return ne(o)&&(c=r({experience:o,cookie:e,debug:n.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:c,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:i,options:n,initialized:!0}},Oa=e=>mt(void 0,[e],function*({fides:t,options:o,geolocation:i,initOverlay:n,renderOverlay:r,updateExperience:l,overrides:a,propertyId:s}){var c;let u=!0,d=null,_=()=>Pe;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(u=o.isOverlayEnabled,u){Ht(o)||(u=!1),d=yield wa(i,o);let h=!1;if(d?ne(t.experience)||(h=!0,t.experience=yield Bo({userLocationString:d,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:s})):u=!1,u&&ne(t.experience)&&Yt(t.experience)){if(h){const C=l({cookie:t.cookie,experience:t.experience});t.experience=ii(ii({},t.experience),C)}const w=yo({cookie:t.cookie,experience:t.experience});t.cookie=w;const k=_t();if(Mo(k,window?.navigator,t.experience,o,a?.experienceTranslationOverrides),t.locale=k.locale||M,_=C=>zo(!!(C!=null&&C.disableLocalization),k,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===F.HEADLESS){const C=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,ei(C).then($=>{document.body.classList.add("fides-overlay-modal-link-shown"),$.classList.add("fides-modal-link-shown")}),u=!1}n&&u&&n({options:o,experience:t.experience,i18n:k,fidesRegionString:d,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:s,translationOverrides:a?.experienceTranslationOverrides}).catch(C=>{}),setTimeout(xa.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:d,fidesOptions:o,i18n:k}))}}const{consent:v,fides_meta:p,identity:b,fides_string:y,tcf_consent:m}=t.cookie;return{consent:v,fides_meta:p,identity:b,fides_string:y,tcf_consent:m,experience:t.experience,geolocation:i,options:o,initialized:!0,getModalLinkLabel:_}});var Re,E,ri,se,ai,si,ht,kt,wt,xt,li,ke={},ci=[],Pa=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Ue=Array.isArray;function ie(e,t){for(var o in t)e[o]=t[o];return e}function di(e){var t=e.parentNode;t&&t.removeChild(e)}function f(e,t,o){var i,n,r,l={};for(r in t)r=="key"?i=t[r]:r=="ref"?n=t[r]:l[r]=t[r];if(arguments.length>2&&(l.children=arguments.length>3?Re.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)l[r]===void 0&&(l[r]=e.defaultProps[r]);return Ge(e,l,i,n,null)}function Ge(e,t,o,i,n){var r={type:e,props:t,key:o,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:n??++ri,__i:-1,__u:0};return n==null&&E.vnode!=null&&E.vnode(r),r}function ee(e){return e.children}function te(e,t){this.props=e,this.context=t}function le(e,t){if(t==null)return e.__?le(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null)return o.__e;return typeof e.type=="function"?le(e):null}function pi(e){var t,o;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null){e.__e=e.__c.base=o.__e;break}return pi(e)}}function Ct(e){(!e.__d&&(e.__d=!0)&&se.push(e)&&!Be.__r++||ai!==E.debounceRendering)&&((ai=E.debounceRendering)||si)(Be)}function Be(){var e,t,o,i,n,r,l,a;for(se.sort(ht);e=se.shift();)e.__d&&(t=se.length,i=void 0,r=(n=(o=e).__v).__e,l=[],a=[],o.__P&&((i=ie({},n)).__v=n.__v+1,E.vnode&&E.vnode(i),Et(o.__P,i,n,o.__n,o.__P.namespaceURI,32&n.__u?[r]:null,l,r??le(n),!!(32&n.__u),a),i.__v=n.__v,i.__.__k[i.__i]=i,_i(l,i,a),i.__e!=r&&pi(i)),se.length>t&&se.sort(ht));Be.__r=0}function ui(e,t,o,i,n,r,l,a,s,c,u){var d,_,v,p,b,y=i&&i.__k||ci,m=t.length;for(o.__d=s,Aa(o,t,y),s=o.__d,d=0;d<m;d++)(v=o.__k[d])!=null&&typeof v!="boolean"&&typeof v!="function"&&(_=v.__i===-1?ke:y[v.__i]||ke,v.__i=d,Et(e,v,_,n,r,l,a,s,c,u),p=v.__e,v.ref&&_.ref!=v.ref&&(_.ref&&Ot(_.ref,null,v),u.push(v.ref,v.__c||p,v)),b==null&&p!=null&&(b=p),65536&v.__u||_.__k===v.__k?(s&&typeof v.type=="string"&&!e.contains(s)&&(s=le(_)),s=fi(v,s,e)):typeof v.type=="function"&&v.__d!==void 0?s=v.__d:p&&(s=p.nextSibling),v.__d=void 0,v.__u&=-196609);o.__d=s,o.__e=b}function Aa(e,t,o){var i,n,r,l,a,s=t.length,c=o.length,u=c,d=0;for(e.__k=[],i=0;i<s;i++)l=i+d,(n=e.__k[i]=(n=t[i])==null||typeof n=="boolean"||typeof n=="function"?null:typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?Ge(null,n,null,null,null):Ue(n)?Ge(ee,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?Ge(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)!=null?(n.__=e,n.__b=e.__b+1,a=$a(n,o,l,u),n.__i=a,r=null,a!==-1&&(u--,(r=o[a])&&(r.__u|=131072)),r==null||r.__v===null?(a==-1&&d--,typeof n.type!="function"&&(n.__u|=65536)):a!==l&&(a==l-1?d=a-l:a==l+1?d++:a>l?u>s-l?d+=a-l:d--:a<l&&d++,a!==i+d&&(n.__u|=65536))):(r=o[l])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=le(r)),Pt(r,r,!1),o[l]=null,u--);if(u)for(i=0;i<c;i++)(r=o[i])!=null&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=le(r)),Pt(r,r))}function fi(e,t,o){var i,n;if(typeof e.type=="function"){for(i=e.__k,n=0;i&&n<i.length;n++)i[n]&&(i[n].__=e,t=fi(i[n],t,o));return t}e.__e!=t&&(o.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function Ve(e,t){return t=t||[],e==null||typeof e=="boolean"||(Ue(e)?e.some(function(o){Ve(o,t)}):t.push(e)),t}function $a(e,t,o,i){var n=e.key,r=e.type,l=o-1,a=o+1,s=t[o];if(s===null||s&&n==s.key&&r===s.type&&(131072&s.__u)==0)return o;if(i>(s!=null&&(131072&s.__u)==0?1:0))for(;l>=0||a<t.length;){if(l>=0){if((s=t[l])&&(131072&s.__u)==0&&n==s.key&&r===s.type)return l;l--}if(a<t.length){if((s=t[a])&&(131072&s.__u)==0&&n==s.key&&r===s.type)return a;a++}}return-1}function vi(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||Pa.test(t)?o:o+"px"}function He(e,t,o,i,n){var r;e:if(t==="style")if(typeof o=="string")e.style.cssText=o;else{if(typeof i=="string"&&(e.style.cssText=i=""),i)for(t in i)o&&t in o||vi(e.style,t,"");if(o)for(t in o)i&&o[t]===i[t]||vi(e.style,t,o[t])}else if(t[0]==="o"&&t[1]==="n")r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?i?o.u=i.u:(o.u=kt,e.addEventListener(t,r?xt:wt,r)):e.removeEventListener(t,r?xt:wt,r);else{if(n=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=o??"";break e}catch{}typeof o=="function"||(o==null||o===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&o==1?"":o))}}function gi(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=kt++;else if(t.t<o.u)return;return o(E.event?E.event(t):t)}}}function Et(e,t,o,i,n,r,l,a,s,c){var u,d,_,v,p,b,y,m,h,w,k,C,$,U,B,D,N=t.type;if(t.constructor!==void 0)return null;128&o.__u&&(s=!!(32&o.__u),r=[a=t.__e=o.__e]),(u=E.__b)&&u(t);e:if(typeof N=="function")try{if(m=t.props,h="prototype"in N&&N.prototype.render,w=(u=N.contextType)&&i[u.__c],k=u?w?w.props.value:u.__:i,o.__c?y=(d=t.__c=o.__c).__=d.__E:(h?t.__c=d=new N(m,k):(t.__c=d=new te(m,k),d.constructor=N,d.render=Ta),w&&w.sub(d),d.props=m,d.state||(d.state={}),d.context=k,d.__n=i,_=d.__d=!0,d.__h=[],d._sb=[]),h&&d.__s==null&&(d.__s=d.state),h&&N.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=ie({},d.__s)),ie(d.__s,N.getDerivedStateFromProps(m,d.__s))),v=d.props,p=d.state,d.__v=t,_)h&&N.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),h&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(h&&N.getDerivedStateFromProps==null&&m!==v&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(m,k),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(m,d.__s,k)===!1||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=m,d.state=d.__s,d.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.forEach(function(x){x&&(x.__=t)}),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&l.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(m,d.__s,k),h&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(v,p,b)})}if(d.context=k,d.props=m,d.__P=e,d.__e=!1,$=E.__r,U=0,h){for(d.state=d.__s,d.__d=!1,$&&$(t),u=d.render(d.props,d.state,d.context),B=0;B<d._sb.length;B++)d.__h.push(d._sb[B]);d._sb=[]}else do d.__d=!1,$&&$(t),u=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++U<25);d.state=d.__s,d.getChildContext!=null&&(i=ie(ie({},i),d.getChildContext())),h&&!_&&d.getSnapshotBeforeUpdate!=null&&(b=d.getSnapshotBeforeUpdate(v,p)),ui(e,Ue(D=u!=null&&u.type===ee&&u.key==null?u.props.children:u)?D:[D],t,o,i,n,r,l,a,s,c),d.base=t.__e,t.__u&=-161,d.__h.length&&l.push(d),y&&(d.__E=d.__=null)}catch(x){t.__v=null,s||r!=null?(t.__e=a,t.__u|=s?160:32,r[r.indexOf(a)]=null):(t.__e=o.__e,t.__k=o.__k),E.__e(x,t,o)}else r==null&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):t.__e=Na(o.__e,t,o,i,n,r,l,s,c);(u=E.diffed)&&u(t)}function _i(e,t,o){t.__d=void 0;for(var i=0;i<o.length;i++)Ot(o[i],o[++i],o[++i]);E.__c&&E.__c(t,e),e.some(function(n){try{e=n.__h,n.__h=[],e.some(function(r){r.call(n)})}catch(r){E.__e(r,n.__v)}})}function Na(e,t,o,i,n,r,l,a,s){var c,u,d,_,v,p,b,y=o.props,m=t.props,h=t.type;if(h==="svg"?n="http://www.w3.org/2000/svg":h==="math"?n="http://www.w3.org/1998/Math/MathML":n||(n="http://www.w3.org/1999/xhtml"),r!=null){for(c=0;c<r.length;c++)if((v=r[c])&&"setAttribute"in v==!!h&&(h?v.localName===h:v.nodeType===3)){e=v,r[c]=null;break}}if(e==null){if(h===null)return document.createTextNode(m);e=document.createElementNS(n,h,m.is&&m),r=null,a=!1}if(h===null)y===m||a&&e.data===m||(e.data=m);else{if(r=r&&Re.call(e.childNodes),y=o.props||ke,!a&&r!=null)for(y={},c=0;c<e.attributes.length;c++)y[(v=e.attributes[c]).name]=v.value;for(c in y)if(v=y[c],c!="children"){if(c=="dangerouslySetInnerHTML")d=v;else if(c!=="key"&&!(c in m)){if(c=="value"&&"defaultValue"in m||c=="checked"&&"defaultChecked"in m)continue;He(e,c,null,v,n)}}for(c in m)v=m[c],c=="children"?_=v:c=="dangerouslySetInnerHTML"?u=v:c=="value"?p=v:c=="checked"?b=v:c==="key"||a&&typeof v!="function"||y[c]===v||He(e,c,v,y[c],n);if(u)a||d&&(u.__html===d.__html||u.__html===e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(d&&(e.innerHTML=""),ui(e,Ue(_)?_:[_],t,o,i,h==="foreignObject"?"http://www.w3.org/1999/xhtml":n,r,l,r?r[0]:o.__k&&le(o,0),a,s),r!=null)for(c=r.length;c--;)r[c]!=null&&di(r[c]);a||(c="value",p!==void 0&&(p!==e[c]||h==="progress"&&!p||h==="option"&&p!==y[c])&&He(e,c,p,y[c],n),c="checked",b!==void 0&&b!==e[c]&&He(e,c,b,y[c],n))}return e}function Ot(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(i){E.__e(i,o)}}function Pt(e,t,o){var i,n;if(E.unmount&&E.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Ot(i,null,t)),(i=e.__c)!=null){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(r){E.__e(r,t)}i.base=i.__P=null}if(i=e.__k)for(n=0;n<i.length;n++)i[n]&&Pt(i[n],t,o||typeof e.type!="function");o||e.__e==null||di(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Ta(e,t,o){return this.constructor(e,o)}function bi(e,t,o){var i,n,r,l;E.__&&E.__(e,t),n=(i=typeof o=="function")?null:o&&o.__k||t.__k,r=[],l=[],Et(t,e=(!i&&o||t).__k=f(ee,null,[e]),n||ke,ke,t.namespaceURI,!i&&o?[o]:n?null:t.firstChild?Re.call(t.childNodes):null,r,!i&&o?o:n?n.__e:t.firstChild,i,l),_i(r,e,l)}function At(e,t){var o={__c:t="__cC"+li++,__:e,Consumer:function(i,n){return i.children(n)},Provider:function(i){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(l){this.props.value!==l.value&&n.some(function(a){a.__e=!0,Ct(a)})},this.sub=function(l){n.push(l);var a=l.componentWillUnmount;l.componentWillUnmount=function(){n&&n.splice(n.indexOf(l),1),a&&a.call(l)}}),i.children}};return o.Provider.__=o.Consumer.contextType=o}Re=ci.slice,E={__e:function(e,t,o,i){for(var n,r,l;t=t.__;)if((n=t.__c)&&!n.__)try{if((r=n.constructor)&&r.getDerivedStateFromError!=null&&(n.setState(r.getDerivedStateFromError(e)),l=n.__d),n.componentDidCatch!=null&&(n.componentDidCatch(e,i||{}),l=n.__d),l)return n.__E=n}catch(a){e=a}throw e}},ri=0,te.prototype.setState=function(e,t){var o;o=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=ie({},this.state),typeof e=="function"&&(e=e(ie({},o),this.props)),e&&ie(o,e),e!=null&&this.__v&&(t&&this._sb.push(t),Ct(this))},te.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Ct(this))},te.prototype.render=ee,se=[],si=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,ht=function(e,t){return e.__v.__b-t.__v.__b},Be.__r=0,kt=0,wt=gi(!1),xt=gi(!0),li=0;const Sa=e=>{try{const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);if(!t)return null;let o=parseInt(t[1],16),i=parseInt(t[2],16),n=parseInt(t[3],16);o/=255,i/=255,n/=255;const r=Math.max(o,i,n),l=Math.min(o,i,n);let a,s;const c=(r+l)/2;if(r===l)a=s=0;else{const u=r-l;switch(s=c>.5?u/(2-r-l):u/(r+l),r){case o:a=(i-n)/u+(i<n?6:0);break;case i:a=(n-o)/u+2;break;case n:a=(o-i)/u+4;break}a/=6}return{h:a,s,l:c}}catch{return null}},La=(e,t=!1)=>{let o="";const i=Math.round(e.h*360),n=Math.round(e.s*100),r=Math.round(e.l*100);return o=`${i},${n}%,${r}%`,o=t?o:`hsl(${o})`,o};var yi=(e=>(e.HEX="hex",e.HSL="hsl",e))(yi||{});const Ia=(e,t,o)=>{const i=t==="hex"?Sa(e):e;return i&&i.l?(i.l<.25?i.l=o===1?i.l+.1:i.l+.2:i.l<.5?i.l=o===1?i.l+.08:i.l+.16:i.l<.75?i.l=o===1?i.l+.06:i.l+.12:i.l<.9?i.l=o===1?i.l+.04:i.l+.08:i.l=.9,La(i)):e};var Ke=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const mi="fides-embed-container",Fa="fides-overlay";let Ye;const hi=e=>Ke(void 0,[e],function*({options:t,experience:o,i18n:i,fidesRegionString:n,cookie:r,savedConsent:l,renderOverlay:a,propertyId:s,translationOverrides:c}){const u=()=>Ke(void 0,null,function*(){var d,_,v;try{if(Ye&&(bi(null,Ye),Ye=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const b=Ia(t.fidesPrimaryColor,yi.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",b)}let p;if(t.fidesEmbed)p=document.getElementById(mi),p||(yield Ke(void 0,null,function*(){return new Promise(b=>{let y=0,m=200;const h=setInterval(()=>{p=document.getElementById(mi),p?(clearInterval(h),b()):(y+=1,y>=5&&m<1e3&&(m+=200))},m)})}));else{const b=t.overlayParentId||Fa;p=document.getElementById(b),p||(p=document.createElement("div"),p.id=b,p.className="fides-overlay",document.body.prepend(p))}return p?(a&&(((d=o.experience_config)==null?void 0:d.component)===F.MODAL||((_=o.experience_config)==null?void 0:_.component)===F.BANNER_AND_MODAL||((v=o.experience_config)==null?void 0:v.component)===F.TCF_OVERLAY)&&(a({options:t,experience:o,i18n:i,fidesRegionString:n,cookie:r,savedConsent:l,propertyId:s,translationOverrides:c},p),Ye=p),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(p){return Promise.reject(p)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>Ke(void 0,null,function*(){document.readyState==="interactive"&&u()})):u(),Promise.resolve()});function ja(e,t){t===void 0&&(t={});var o=t.insertAt;if(!(!e||typeof document>"u")){var i=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",o==="top"&&i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}var Da=`:root{--fides-overlay-primary-color:#2b2e35;--fides-overlay-background-color:#f7fafc;--fides-overlay-embed-background-color:transparent;--fides-overlay-font-color:#4a5568;--fides-overlay-font-color-dark:#2d3748;--fides-overlay-hover-color:#edf2f7;--fides-overlay-gpc-applied-background-color:#38a169;--fides-overlay-gpc-applied-text-color:#fff;--fides-overlay-gpc-overridden-background-color:#e53e3e;--fides-overlay-gpc-overridden-text-color:#fff;--fides-overlay-brand-link-logo-color:#2b2e35;--fides-overlay-background-dark-color:#e2e8f0;--fides-overlay-width:680px;--fides-overlay-primary-button-background-color:var(
2
2
  --fides-overlay-primary-color
3
3
  );--fides-overlay-primary-button-background-hover-color:#4f525b;--fides-overlay-primary-button-text-color:#fff;--fides-overlay-primary-button-border-color:transparent;--fides-overlay-secondary-button-background-color:var(
4
4
  --fides-overlay-background-color
@@ -8,4 +8,4 @@
8
8
  --fides-overlay-primary-color
9
9
  );--fides-overlay-title-font-color:var(--fides-overlay-font-color);--fides-overlay-body-font-color:var(--fides-overlay-font-color);--fides-overlay-link-font-color:var(--fides-overlay-font-color-dark);--fides-overlay-primary-active-color:var(--fides-overlay-primary-color);--fides-overlay-inactive-color:#e2e8f0;--fides-overlay-inactive-font-color:#a0aec0;--fides-overlay-disabled-color:#e1e7ee;--fides-overlay-row-divider-color:#e2e8f0;--fides-overlay-row-hover-color:var(--fides-overlay-hover-color);--fides-overlay-badge-background-color:#718096;--fides-overlay-badge-border-radius:4px;--fides-overlay-select-border-color:#e2e8f0;--fides-overlay-language-button-border-radius:4px;--fides-overlay-font-family:Inter,sans-serif;--fides-base-font-size:16px;--8px:calc(var(--fides-base-font-size)*0.5);--12px:calc(var(--fides-base-font-size)*0.75);--14px:calc(var(--fides-base-font-size)*0.875);--16px:calc(var(--fides-base-font-size)*1);--fides-overlay-font-size-body-xs:var(--8px);--fides-overlay-font-size-body-small:var(--12px);--fides-overlay-font-size-body:var(--14px);--fides-overlay-font-size-title:var(--16px);--fides-overlay-font-size-buttons:var(--14px);--fides-overlay-padding:24px;--fides-overlay-button-border-radius:6px;--fides-overlay-button-padding:8px 16px;--fides-overlay-link-v-padding:4px;--fides-overlay-link-h-padding:4px;--fides-overlay-link-padding:var(--fides-overlay-link-v-padding) var(--fides-overlay-link-h-padding);--fides-overlay-container-border-radius:12px;--fides-overlay-container-border-width:1px;--fides-overlay-component-border-radius:4px;--fides-overlay-banner-offset:48px;--fides-banner-font-size-title:var(--16px);--fides-overlay-language-loading-indicator-speed:5s;--fides-overlay-modal-secondary-button-group-height:calc(var(--fides-overlay-font-size-body) + var(--fides-overlay-link-v-padding)*2)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}div.fides-overlay{position:fixed;z-index:1000}div#fides-overlay-wrapper *{box-sizing:border-box}.fides-banner,.fides-modal-container{-webkit-font-smoothing:antialiased;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-body);line-height:1.4em;white-space:pre-line}#fides-modal-link{cursor:pointer;display:none}#fides-modal-link.fides-modal-link-shown{display:inline}div#fides-banner-container:not(.fides-embedded){display:flex;justify-content:center;position:fixed;transform:translateY(0);transition:transform 1s,visibility 1s;visibility:visible;width:100%;z-index:1}div#fides-banner{align-items:center;background:var(--fides-overlay-background-color);border-top:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);color:var(--fides-overlay-body-font-color);display:flex;flex-direction:row;flex-wrap:wrap;font-size:var(--fides-overlay-font-size-body);justify-content:space-between;overflow-y:hidden;padding:24px;position:relative}.fides-embedded div#fides-banner{border:none}div#fides-banner-inner{width:100%}div#fides-banner-container.fides-banner-bottom{bottom:0;left:0}div#fides-banner-container.fides-banner-hidden{visibility:hidden}div#fides-banner-container.fides-banner-hidden.fides-embedded{display:none}div#fides-banner-container.fides-banner-bottom.fides-banner-hidden{transform:translateY(150%)}div#fides-banner-container.fides-banner-top{left:0;top:0}div#fides-banner-container.fides-banner-top.fides-banner-hidden{transform:translateY(-150%)}div#fides-banner-inner div#fides-button-group{align-items:center;flex-direction:row-reverse;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0;width:100%}.fides-modal-footer div#fides-button-group{align-items:center;flex-direction:column;gap:12px;margin-inline:var(--fides-overlay-padding)}div#fides-banner-heading{align-items:center;display:flex;margin-right:13px}.fides-banner-title{color:var(--fides-overlay-title-font-color);font-size:var(--fides-banner-font-size-title);font-weight:600;line-height:1.5em;margin:0}.fides-banner-description{flex:1;font-size:var(--fides-overlay-font-size-body);margin-bottom:24px;margin-top:16px}.fides-banner-description a,.fides-modal-description a{color:var(--fides-overlay-primary-color)}div#fides-banner-notices{margin-top:16px}div#fides-button-group{background-color:var(--fides-overlay-background-color);display:flex;justify-content:space-between;margin-bottom:var(--fides-overlay-padding);margin-top:8px;z-index:5}button.fides-banner-button{align-items:center;background:var(--fides-overlay-primary-button-background-color);border:1px solid;border-radius:var(--fides-overlay-button-border-radius);color:var(--fides-overlay-primary-button-text-color);cursor:pointer;display:flex;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-buttons);font-weight:600;justify-content:center;margin:4px 0 0;padding:var(--fides-overlay-button-padding);text-decoration:none}button.fides-banner-button:focus,button.fides-banner-button:hover,button.fides-banner-button[disabled]{background:var(--fides-overlay-primary-button-background-hover-color)}button.fides-banner-button.fides-banner-button-primary{background:var(--fides-overlay-primary-button-background-color);border:none;color:var(--fides-overlay-primary-button-text-color)}button.fides-banner-button.fides-banner-button-primary:focus,button.fides-banner-button.fides-banner-button-primary:hover,button.fides-banner-button.fides-banner-button-primary[disabled]{background:var(--fides-overlay-primary-button-background-hover-color)}button.fides-banner-button.fides-banner-button-secondary{background:var(--fides-overlay-secondary-button-background-color);border:1px solid var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-secondary-button-text-color)}button.fides-banner-button.fides-banner-button-secondary:focus,button.fides-banner-button.fides-banner-button-secondary:hover,button.fides-banner-button.fides-banner-button-secondary[disabled]{background:var(--fides-overlay-secondary-button-background-hover-color)}button.fides-banner-button.fides-banner-button-tertiary{background:none;border:none;color:var(--fides-overlay-link-font-color);cursor:pointer;font-size:var(--fides-overlay-font-size-body);font-weight:500;line-height:1.25em;padding:0;text-decoration:underline}button.fides-banner-button.fides-acknowledge-button{min-width:160px}.fides-spinner{animation:spin 1s linear infinite;border-color:currentcolor currentcolor transparent transparent;border-radius:50%;border-style:solid;border-width:2px;border-right:2px solid var(--fides-overlay-primary-color);border-top:2px solid var(--fides-overlay-primary-color);height:1em;margin-left:8px;width:1em}.fides-banner-button-primary .fides-spinner{border-right-color:var(--fides-overlay-primary-button-text-color);border-top-color:var(--fides-overlay-primary-button-text-color)}.fides-banner-button-secondary .fides-spinner{border-right-color:var(--fides-overlay-secondary-button-border-color);border-top-color:var(--fides-overlay-secondary-button-border-color)}div.fides-modal-content{background-color:var(--fides-overlay-background-color);border:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-container-border-radius);color:var(--fides-overlay-body-font-color);display:flex;flex-direction:column;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-body);left:50%;max-height:680px;overflow:hidden;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:var(--fides-overlay-width);z-index:2}.fides-modal-container,.fides-modal-overlay{background-color:rgba(0,0,0,.25);bottom:0;left:0;position:fixed;right:0;top:0}div#fides-embed-container div#fides-consent-content .fides-modal-footer{position:inherit}div#fides-embed-container .fides-modal-body{padding-top:16px}div#fides-embed-container div#fides-consent-content{background-color:var(--fides-overlay-background-color);border:none;border-radius:var(--fides-overlay-container-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--fides-overlay-body-font-color);display:flex;flex-direction:column;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-body);left:50%;max-height:none;overflow:hidden;padding:0;position:static;top:50%;transform:none;width:var(--fides-overlay-width)}.fides-modal-container{display:flex;z-index:2}.fides-modal-container[aria-hidden=true]{display:none}div#fides-modal .fides-modal-header{display:flex;justify-content:end}div#fides-consent-content{overflow:auto;scrollbar-gutter:stable}div#fides-consent-content .fides-modal-title{color:var(--fides-overlay-title-font-color);font-size:var(--fides-overlay-font-size-title);font-weight:600;margin:0;text-align:center}div#fides-consent-content .fides-modal-body{height:100%;overflow-y:auto;padding-inline:var(--fides-overlay-padding)}.fides-modal-footer{background-color:var(--fides-overlay-background-color);border-bottom-left-radius:var(--fides-overlay-component-border-radius);border-bottom-right-radius:var(--fides-overlay-component-border-radius);bottom:0;display:flex;flex-direction:column;max-width:var(--fides-overlay-width);position:relative;width:100%;z-index:5}div#fides-consent-content .fides-modal-description{margin:8px 0 24px}.fides-banner-button-group{align-items:center;display:flex;gap:12px}.fides-modal-button-group{display:flex;flex-direction:row;gap:12px;margin-inline:var(--fides-overlay-padding);width:100%}.fides-modal-primary-actions .fides-banner-button{flex:1}.fides-banner-secondary-actions{justify-content:space-between}.fides-modal-secondary-actions{justify-content:center}.fides-modal-footer .fides-button-group-brand{min-height:var(--fides-overlay-modal-secondary-button-group-height)}.fides-modal-secondary-actions .fides-brand{align-items:center;bottom:var(--fides-overlay-padding);display:flex;font-size:var(--fides-overlay-font-size-body-xs);justify-content:center;position:absolute;right:var(--fides-overlay-padding)}.fides-modal-secondary-actions .fides-brand-link{align-items:center;color:var(--fides-overlay-font-color);display:flex;gap:4px;text-decoration:none}.fides-modal-secondary-actions .fides-brand .ethyca-logo{color:var(--fides-overlay-brand-link-logo-color)}.fides-banner-secondary-actions{gap:36px}.fides-no-scroll{overflow:hidden}div#fides-banner .fides-close-button{display:flex;position:absolute;right:0;top:0}.fides-modal-header .fides-close-button,div#fides-banner .fides-close-button{background:none;border:none;cursor:pointer;padding-right:8px;padding-top:8px}.fides-close-button:hover{background:var(--fides-overlay-hover-color)}.fides-embedded .fides-close-button{display:none!important}.fides-modal-notices{margin-bottom:16px}.fides-privacy-policy{color:var(--fides-overlay-primary-color);display:block;font-family:var(--fides-overlay-font-family);text-align:center}.fides-privacy-policy,button.fides-banner-button.fides-banner-button-tertiary,div.fides-i18n-pseudo-button{line-height:1;margin:0;padding:var(--fides-overlay-link-padding)}@media (prefers-reduced-motion:reduce){.fides-toggle-display{transition-duration:0ms}}.fides-toggle{align-items:center;display:inline-flex;flex-wrap:wrap;gap:1ch;position:relative}.fides-toggle .fides-toggle-input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:4}.fides-toggle .fides-toggle-display{--offset:4px;--diameter:16px;align-items:center;background-color:var(--fides-overlay-inactive-color);border-radius:100vw;box-sizing:content-box;color:var(--fides-overlay-inactive-font-color);display:inline-flex!important;height:24px;justify-content:space-around;justify-content:end;padding-inline:8px;position:relative;transition:.25s;width:34px}div#fides-overlay-wrapper .fides-toggle .fides-toggle-display{box-sizing:content-box}.fides-toggle .fides-toggle-display:before{background-color:#fff;border-radius:50%;box-shadow:0 1.3px 2.7px rgba(0,0,0,.25);box-sizing:border-box;content:"";height:var(--diameter);left:var(--offset);position:absolute;top:50%;transform:translateY(-50%);transition:inherit;width:var(--diameter);z-index:3}.fides-toggle .fides-toggle-input:checked+.fides-toggle-display{background-color:var(--fides-overlay-primary-active-color);color:var(--fides-overlay-primary-button-text-color);justify-content:start}.fides-toggle .fides-toggle-input:checked+.fides-toggle-display:before{transform:translate(26px,-50%)}.fides-toggle .fides-toggle-input:disabled{cursor:not-allowed}.fides-toggle .fides-toggle-input:disabled+.fides-toggle-display,.fides-toggle .fides-toggle-input:disabled:checked+.fides-toggle-display{background-color:var(--fides-overlay-disabled-color)}.fides-toggle .fides-toggle-input:focus+.fides-toggle-display{outline:1px auto Highlight;outline:1px auto -webkit-focus-ring-color}.fides-toggle .fides-toggle-input:focus:not(:focus-visible)+.fides-toggle-display{outline:0}.fides-divider{border-color:var(--fides-overlay-row-divider-color);border-width:0 0 1px;margin:0}.fides-disclosure-hidden{display:flex;height:0;margin-bottom:0;margin-top:0;overflow:hidden;visibility:hidden}.fides-notice-toggle .fides-notice-toggle-title{align-items:center;border-bottom:1px solid var(--fides-overlay-row-divider-color);display:flex;justify-content:space-between;padding-inline:12px 12px}.fides-notice-toggle .fides-notice-toggle-trigger{align-items:center;display:flex;justify-content:flex-end;min-height:40px}.fides-notice-toggle .fides-notice-toggle-trigger svg{flex-shrink:0}.fides-notice-toggle .fides-notice-toggle-title:hover{background-color:var(--fides-overlay-row-hover-color);cursor:pointer}.fides-notice-toggle .fides-notice-toggle-trigger:before{border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:8px;margin-right:calc(var(--8px) + 2px);min-width:8px;transform:translateY(-2px) rotate(135deg);transition:transform .12s ease-in-out}.fides-notice-toggle.fides-notice-toggle-expanded .fides-notice-toggle-trigger:before{transform:translateY(2px) rotate(-45deg)}.fides-notice-toggle .fides-disclosure-visible{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:12px}.fides-notice-toggle p{margin:0 0 18px}.fides-notice-toggle p:last-child{margin:0}.fides-notice-toggle-title .fides-flex-center{align-items:center;display:flex;white-space:wrap;width:100%}.fides-notice-toggle-expanded{background-color:var(--fides-overlay-row-hover-color)}.fides-notice-toggle-header{font-weight:600}.fides-notice-toggle-controls{margin-left:8px;white-space:nowrap}.fides-gpc-banner{border:1px solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);display:flex;margin-bottom:16px;padding:18px}.fides-gpc-banner p{margin:0}.fides-gpc-warning{color:var(--fides-overlay-primary-color);margin-right:8px}.fides-gpc-header{font-weight:700}.fides-gpc-label{display:inline-flex;font-size:var(--fides-overlay-font-size-body);font-weight:600;padding:0 8px;white-space:nowrap}.fides-gpc-badge{border-radius:var(--fides-overlay-badge-border-radius);display:inline-flex;font-weight:700;margin-left:4px;padding:0 4px;text-transform:uppercase}.fides-gpc-badge-applied,.fides-gpc-badge-detected{background:var(--fides-overlay-gpc-applied-background-color);color:var(--fides-overlay-gpc-applied-text-color)}.fides-gpc-badge-overridden{background:var(--fides-overlay-gpc-overridden-background-color);color:var(--fides-overlay-gpc-overridden-text-color)}.fides-tab-list{display:flex;list-style-type:none;padding:0}.fides-tab-list>li{width:100%}.fides-tab-button{background:none;border-width:0 0 1px;border-bottom:1px solid var(--fides-overlay-row-divider-color);color:var(--fides-overlay-body-font-color);cursor:pointer;font-weight:500;padding:10px 20px;width:100%}.fides-tab-button[aria-selected=true]{border-bottom-width:2px;border-color:var(--fides-overlay-primary-active-color);color:var(--fides-overlay-primary-active-color);font-weight:600}.fides-tab-button::focus-visible{outline:1px auto Highlight;outline:1px auto -webkit-focus-ring-color}.fides-tab-button:focus:not(:focus-visible){outline:0}.fides-notice-badge{align-items:center;background:var(--fides-overlay-badge-background-color);border-radius:var(--fides-overlay-badge-border-radius);color:#fff;display:inline-flex;font-size:var(--fides-overlay-font-size-body-small);font-weight:600;height:18px;margin-left:4px;margin-right:8px;padding:0 4px;text-transform:uppercase}.fides-background-dark{background-color:var(--fides-overlay-background-dark-color)}.fides-radio-button-group{background-color:var(
10
10
  --fides-overlay-secondary-button-background-hover-color
11
- );border:1px solid var(--fides-overlay-row-divider-color);display:flex;margin-bottom:22px;padding:4px}.fides-radio-button{background-color:transparent;border:none;cursor:pointer;flex:1;padding:5px 16px}.fides-radio-button[aria-checked=true]{background-color:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}.fides-flex-center{align-items:center;display:flex}.fides-margin-right{margin-right:3px}.fides-justify-space-between{justify-content:space-between}.fides-vendor-details-table{width:100%}.fides-vendor-details-table td,.fides-vendor-details-table th{font-size:var(--fides-overlay-font-size-body-small);text-align:left}.fides-vendor-details-table td{border-bottom:1px solid var(--fides-overlay-row-divider-color)}.fides-link-button{background:none;border:none;color:var(--fides-overlay-body-font-color);cursor:pointer;padding:0;text-decoration:underline}.fides-external-link,.fides-primary-text-color{color:var(--fides-overlay-primary-color)}.fides-external-link{font-size:var(--fides-overlay-font-size-body-small);font-weight:500;margin-right:16px}.fides-info-box{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-component-border-radius);margin:10px 0;padding:16px}.fides-info-box p{margin:0}.fides-tabs .tabpanel-container{overflow:hidden}.tabpanel-container section[hidden]{display:none}.fides-paging-buttons{display:flex;gap:8px;justify-content:center}.fides-paging-info{color:var(--fides-overlay-font-color-dark);font-size:var(--fides-overlay-font-size-body-small);font-weight:600;padding:8px}.fides-paging-previous-button{margin-right:8px}.fides-paging-next-button,.fides-paging-previous-button{background-color:transparent;border:none;cursor:pointer;padding:6px}.fides-paging-next-button:disabled,.fides-paging-previous-button:disabled{cursor:default}.fides-i18n-menu{position:relative}.fides-modal-footer .fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}.fides-modal-footer .fides-button-group-i18n{min-height:var(--fides-overlay-modal-secondary-button-group-height)}div.fides-i18n-pseudo-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:2px;height:var(--fides-overlay-font-size-body);text-transform:uppercase;white-space:nowrap}#fides-i18n-icon{animation-duration:var(--fides-overlay-language-loading-indicator-speed);animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:50% 50%}div#fides-overlay-wrapper .fides-i18n-pseudo-button{box-sizing:content-box}.fides-i18n-popover{bottom:100%;display:flex;flex-direction:column;gap:1px;height:0;left:0;max-height:calc(var(--fides-base-font-size)*7);overflow:hidden;position:absolute;transition:height .5s}.fides-i18n-menu:hover .fides-i18n-pseudo-button{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-language-button-border-radius)}.fides-i18n-menu:hover .fides-i18n-pseudo-button .fides-i18n-caret{transform:rotate(180deg)}.fides-i18n-menu:focus-within .fides-i18n-popover,.fides-i18n-menu:hover .fides-i18n-popover{background-color:var(--fides-overlay-background-dark-color);border:1px solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);height:auto;min-width:calc(var(--fides-base-font-size)*9);overflow:scroll}button.fides-banner-button.fides-menu-item{background:var(--fides-overlay-secondary-button-background-color);border:none;border-radius:0;color:var(--fides-overlay-secondary-button-text-color);margin:0;padding-left:calc(var(--fides-base-font-size)*1.5);text-align:left;width:100%}button.fides-banner-button.fides-menu-item[aria-pressed=true]{background:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}button.fides-banner-button.fides-menu-item[aria-pressed=true]:before{content:"\\2713";display:inline-block;margin-left:calc(var(--fides-base-font-size)*-1);margin-right:calc(var(--fides-base-font-size)*.25)}button.fides-banner-button.fides-menu-item:not([aria-pressed=true]):hover{background:var(--fides-overlay-secondary-button-background-hover-color)}@media (min-width:1280px){div#fides-banner{width:60%}}@media (min-width:768px){div#fides-banner{border:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);width:75%}div#fides-banner-container.fides-banner-bottom{bottom:var(--fides-overlay-banner-offset)}}@media (max-width:768px){div#fides-consent-content,div.fides-modal-content{width:100%!important}.fides-modal-button-group{flex-direction:column}button.fides-banner-button{margin:0 8px 12px 0}div#fides-banner{padding:24px;width:100%}div#fides-banner-description{margin-bottom:0}div#fides-banner-inner div#fides-button-group{align-items:flex-start;flex-direction:column;gap:12px;padding-top:24px}.fides-banner-button-group{flex-direction:column;width:100%}button.fides-banner-button{margin:0;width:100%}div#fides-banner-inner-container{max-height:50vh;overflow-y:auto;scrollbar-gutter:stable}div.fides-privacy-policy-link{width:100%}.fides-modal-footer{max-width:100%}.fides-banner-secondary-actions{gap:12px}.fides-banner-secondary-actions .fides-manage-preferences-button{order:0}.fides-banner-secondary-actions .fides-privacy-policy{order:1}.fides-banner-secondary-actions .fides-i18n-menu{order:2}.fides-banner-button-group.fides-button-group-i18n{min-height:68px}.fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}}`;$a(Na);var ve,P,At,mi,we=0,hi=[],A=E,ki=A.__b,wi=A.__r,xi=A.diffed,Ci=A.__c,Ei=A.unmount,Oi=A.__;function qe(e,t){A.__h&&A.__h(P,e,we||t),we=0;var o=P.__H||(P.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function R(e){return we=1,Ta($i,e)}function Ta(e,t,o){var i=qe(ve++,2);if(i.t=e,!i.__c&&(i.__=[o?o(t):$i(void 0,t),function(s){var l=i.__N?i.__N[0]:i.__[0],d=i.t(l,s);l!==d&&(i.__N=[d,i.__[1]],i.__c.setState({}))}],i.__c=P,!P.u)){var n=function(s,l,d){if(!i.__c.__H)return!0;var p=i.__c.__H.__.filter(function(_){return!!_.__c});if(p.every(function(_){return!_.__N}))return!r||r.call(this,s,l,d);var c=!1;return p.forEach(function(_){if(_.__N){var f=_.__[0];_.__=_.__N,_.__N=void 0,f!==_.__[0]&&(c=!0)}}),!(!c&&i.__c.props===s)&&(!r||r.call(this,s,l,d))};P.u=!0;var r=P.shouldComponentUpdate,a=P.componentWillUpdate;P.componentWillUpdate=function(s,l,d){if(this.__e){var p=r;r=void 0,n(s,l,d),r=p}a&&a.call(this,s,l,d)},P.shouldComponentUpdate=n}return i.__N||i.__}function L(e,t){var o=qe(ve++,3);!A.__s&&Ai(o.__H,t)&&(o.__=e,o.i=t,P.__H.__h.push(o))}function Sa(e){return we=5,xe(function(){return{current:e}},[])}function xe(e,t){var o=qe(ve++,7);return Ai(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function j(e,t){return we=8,xe(function(){return e},t)}function $t(e){var t=P.context[e.__c],o=qe(ve++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(P)),t.props.value):e.__}function La(){for(var e;e=hi.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(We),e.__H.__h.forEach(Nt),e.__H.__h=[]}catch(t){e.__H.__h=[],A.__e(t,e.__v)}}A.__b=function(e){P=null,ki&&ki(e)},A.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Oi&&Oi(e,t)},A.__r=function(e){wi&&wi(e),ve=0;var t=(P=e.__c).__H;t&&(At===P?(t.__h=[],P.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(t.__h.forEach(We),t.__h.forEach(Nt),t.__h=[],ve=0)),At=P},A.diffed=function(e){xi&&xi(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(hi.push(t)!==1&&mi===A.requestAnimationFrame||((mi=A.requestAnimationFrame)||Ia)(La)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),At=P=null},A.__c=function(e,t){t.some(function(o){try{o.__h.forEach(We),o.__h=o.__h.filter(function(i){return!i.__||Nt(i)})}catch(i){t.some(function(n){n.__h&&(n.__h=[])}),t=[],A.__e(i,o.__v)}}),Ci&&Ci(e,t)},A.unmount=function(e){Ei&&Ei(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(i){try{We(i)}catch(n){t=n}}),o.__H=void 0,t&&A.__e(t,o.__v))};var Pi=typeof requestAnimationFrame=="function";function Ia(e){var t,o=function(){clearTimeout(i),Pi&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(o,100);Pi&&(t=requestAnimationFrame(o))}function We(e){var t=P,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),P=t}function Nt(e){var t=P;e.__c=e.__(),P=t}function Ai(e,t){return!e||e.length!==t.length||t.some(function(o,i){return o!==e[i]})}function $i(e,t){return typeof t=="function"?t(e):t}const Fa=({id:e})=>{const[t,o]=R(!1),i=j(()=>o(!1),[]),n=j(()=>o(!0),[]),r=j(()=>{t?i():n()},[t,n,i]);return{isOpen:t,onOpen:n,onClose:i,onToggle:r,getButtonProps:()=>({"aria-expanded":t,"aria-controls":e,onClick:r}),getDisclosureProps:()=>({id:e,className:t?"fides-disclosure-visible":"fides-disclosure-hidden"})}},ja=(e,t)=>{const[o,i]=R(null);return L(()=>{if(t)return()=>{};Xo(e).then(n=>{i(n)})},[e,t]),o},Da=()=>{const[e,t]=R(!1);return L(()=>{t(!0)},[]),e};var Ma=Object.defineProperty,Ni=Object.getOwnPropertySymbols,za=Object.prototype.hasOwnProperty,Ra=Object.prototype.propertyIsEnumerable,Ti=(e,t,o)=>t in e?Ma(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ua=(e,t)=>{for(var o in t||(t={}))za.call(t,o)&&Ti(e,o,t[o]);if(Ni)for(var o of Ni(t))Ra.call(t,o)&&Ti(e,o,t[o]);return e},Ba=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const Ga=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:i,userGeography:n,acknowledgeMode:r,propertyId:a,tcfNoticesServed:s})=>{const[l,d]=R(Ie()),p=j(c=>Ba(void 0,null,function*(){var _;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!c.detail.extraDetails||c.detail.extraDetails.servingComponent===ye.BANNER&&!((_=t?.experience_config)!=null&&_.show_layer1_notices))return;const f=Ie();d(f);const u=Ua({served_notice_history_id:f,browser_identity:c.detail.identity,privacy_experience_config_history_id:o||"",user_geography:n,acknowledge_mode:r,privacy_notice_history_ids:i||[],serving_component:String(c.detail.extraDetails.servingComponent),property_id:a},s);Ho({request:u,options:e})}),[e,t,o,n,r,i,a,s]);return L(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:l}},Si=Pt({}),Va=({i18nInstance:e,children:t})=>{const[o,i]=R(),[n,r]=R(!1),a=j(l=>{e.activate(l),i(l)},[e,i]);L(()=>{const l=document.getElementById(xn);n?l?.style.setProperty("animation-name","spin"):l?.style.removeProperty("animation-name")},[n]);const s=xe(()=>({i18n:e,currentLocale:o,setCurrentLocale:a,isLoading:n,setIsLoading:r}),[e,o,a,n]);return v(Si.Provider,{value:s},t)},J=()=>{const e=$t(Si);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},Li=({onClick:e,ariaLabel:t,hidden:o=!1})=>v("button",{type:"button","aria-label":t,className:"fides-close-button",onClick:e,style:{visibility:o?"hidden":"visible"}},v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},v("path",{fill:"#2D3748",d:"m8 7.057 3.3-3.3.943.943-3.3 3.3 3.3 3.3-.943.943-3.3-3.3-3.3 3.3-.943-.943 3.3-3.3-3.3-3.3.943-.943 3.3 3.3Z"}))),Ha=Pt({}),Ii="__VENDOR_COUNT_LINK__",Fi=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):pa(e).trim(),ji=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[i,n]=R();let r=0;const a=$t(Ha);return a!=null&&a.vendorCount&&(r=a.vendorCount),L(()=>{if(e)if(e.includes(Ii)&&t){const s=e.split(Ii);for(let d=1;d<s.length;d+=2)s.splice(d,0,v(ee,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const l=s.map(d=>typeof d=="string"?Fi(d,o):d);n(l)}else n([Fi(e,o)])},[e,t]),e?v("div",null,i):null},Di=({status:e})=>{const{i18n:t}=J(),o=t.t("static.gpc"),i=e.valueOf();let n="";if(e===Q.APPLIED)n=t.t("static.gpc.status.applied");else if(e===Q.OVERRIDDEN)n=t.t("static.gpc.status.overridden");else if(e===Q.NONE)return null;return v("span",{className:"fides-gpc-label"},o," ",v("span",{className:`fides-gpc-badge fides-gpc-badge-${i}`},n))},Ka=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:i,children:n,onVendorPageClick:r,renderButtonGroup:a,className:s,isEmbedded:l})=>{var d,p,c,_,f,u,b,y,m,h,x;const{i18n:k}=J(),C=fe().globalPrivacyControl;L(()=>{i&&t()},[i,t]);const I=re(k,"exp.banner_title")?k.t("exp.banner_title"):k.t("exp.title"),U=re(k,"exp.banner_description")?k.t("exp.banner_description"):k.t("exp.description"),G=["fides-banner","fides-banner-bottom",!i&&"fides-banner-hidden",l&&"fides-embedded",s].filter($=>typeof $=="string").join(" ");let D=[];return(c=(p=(d=window.Fides)==null?void 0:d.experience)==null?void 0:p.experience_config)!=null&&c.show_layer1_notices&&(f=(_=window.Fides)==null?void 0:_.experience)!=null&&f.privacy_notices&&(D=(b=(u=window.Fides)==null?void 0:u.experience)==null?void 0:b.privacy_notices),v("div",{id:"fides-banner-container",className:G},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(Li,{ariaLabel:"Close banner",onClick:o,hidden:((m=(y=window.Fides)==null?void 0:y.options)==null?void 0:m.preventDismissal)||!e}),v("div",{id:"fides-banner-inner-container"},v("div",{className:"fides-banner__col"},v("div",{id:"fides-banner-heading"},v("h1",{id:"fides-banner-title",className:"fides-banner-title"},I),C&&v(Di,{status:Q.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(ji,{description:U,onVendorPageClick:r,allowHTMLDescription:(x=(h=window.Fides)==null?void 0:h.options)==null?void 0:x.allowHTMLDescription}),!!(D!=null&&D.length)&&v("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map(($,w)=>v("span",{key:$.id},v("strong",null,$.name),w<D.length-1&&", "))))),n),a())))},Ya=e=>{const[t,o]=R(!1);return L(()=>{const i=window.matchMedia(e);o(i.matches);function n(r){o(r.matches)}return i.addEventListener?i.addEventListener("change",n):i.addListener(n),()=>{i.removeEventListener?i.removeEventListener("change",n):i.removeListener(n)}},[e]),t},qa=()=>v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},v("path",{d:"M11.5602 0H8.70311V7.9999H11.5602V0ZM23.0026 12.0001H20.1455V20H23.0026V12.0001ZM14.1258 20H17.5799L12.1315 11.9774V17.0631L14.1258 20ZM8.13179 17.0626V11.9769L2.68588 19.9995H6.14003L8.13129 17.0626H8.13179ZM23.5744 2.93688V8.02263L29.0198 0H25.5682L23.5739 2.93688H23.5744ZM19.5742 2.93688L17.5799 0H14.1258L19.5742 8.02263V2.93688ZM19.5717 8.57121H12.132V11.4283H19.5717V8.57121ZM31 8.57121H23.5603V11.4283H31V8.57121ZM8.13179 8.57121H0.691589V11.4283H8.13179V8.57121Z"})),Wa=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(qa,null))),Za=()=>v("div",{className:"fides-spinner"}),ge=({buttonType:e,label:t,id:o,onClick:i,className:n="",disabled:r,loading:a})=>v("button",{type:"button",id:o,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${n}`,onClick:i,"data-testid":`${t}-btn`,disabled:r||a,style:{cursor:r||a?"not-allowed":"pointer"}},t||"",a&&v(Za,null));function Ja(e,t){for(var o in t)e[o]=t[o];return e}function Mi(e,t){for(var o in e)if(o!=="__source"&&!(o in t))return!0;for(var i in t)if(i!=="__source"&&e[i]!==t[i])return!0;return!1}function zi(e,t){this.props=e,this.context=t}(zi.prototype=new te).isPureReactComponent=!0,zi.prototype.shouldComponentUpdate=function(e,t){return Mi(this.props,e)||Mi(this.state,t)};var Ri=E.__b;E.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Ri&&Ri(e)};var Xa=E.__e;E.__e=function(e,t,o,i){if(e.then){for(var n,r=t;r=r.__;)if((n=r.__c)&&n.__c)return t.__e==null&&(t.__e=o.__e,t.__k=o.__k),n.__c(e,t)}Xa(e,t,o,i)};var Ui=E.unmount;function Bi(e,t,o){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(i){typeof i.__c=="function"&&i.__c()}),e.__c.__H=null),(e=Ja({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(i){return Bi(i,t,o)})),e}function Gi(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(i){return Gi(i,t,o)}),e.__c&&e.__c.__P===t&&(e.__e&&o.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=o)),e}function Tt(){this.__u=0,this.t=null,this.__b=null}function Vi(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Ze(){this.u=null,this.o=null}E.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Ui&&Ui(e)},(Tt.prototype=new te).__c=function(e,t){var o=t.__c,i=this;i.t==null&&(i.t=[]),i.t.push(o);var n=Vi(i.__v),r=!1,a=function(){r||(r=!0,o.__R=null,n?n(s):s())};o.__R=a;var s=function(){if(!--i.__u){if(i.state.__a){var l=i.state.__a;i.__v.__k[0]=Gi(l,l.__c.__P,l.__c.__O)}var d;for(i.setState({__a:i.__b=null});d=i.t.pop();)d.forceUpdate()}};i.__u++||32&t.__u||i.setState({__a:i.__b=i.__v.__k[0]}),e.then(a,a)},Tt.prototype.componentWillUnmount=function(){this.t=[]},Tt.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var o=document.createElement("div"),i=this.__v.__k[0].__c;this.__v.__k[0]=Bi(this.__b,o,i.__O=i.__P)}this.__b=null}var n=t.__a&&v(ee,null,e.fallback);return n&&(n.__u&=-33),[v(ee,null,t.__a?null:e.children),n]};var Hi=function(e,t,o){if(++o[1]===o[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(o=e.u;o;){for(;o.length>3;)o.pop()();if(o[1]<o[0])break;e.u=o=o[2]}};(Ze.prototype=new te).__a=function(e){var t=this,o=Vi(t.__v),i=t.o.get(e);return i[0]++,function(n){var r=function(){t.props.revealOrder?(i.push(n),Hi(t,e,i)):n()};o?o(r):r()}},Ze.prototype.render=function(e){this.u=null,this.o=new Map;var t=Ve(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var o=t.length;o--;)this.o.set(t[o],this.u=[1,0,this.u]);return e.children},Ze.prototype.componentDidUpdate=Ze.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){Hi(e,o,t)})};var Qa=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,es=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,ts=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,os=/[A-Z0-9]/g,is=typeof document<"u",ns=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};te.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(te.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var Ki=E.event;function rs(){}function as(){return this.cancelBubble}function ss(){return this.defaultPrevented}E.event=function(e){return Ki&&(e=Ki(e)),e.persist=rs,e.isPropagationStopped=as,e.isDefaultPrevented=ss,e.nativeEvent=e};var ls={enumerable:!1,configurable:!0,get:function(){return this.class}},Yi=E.vnode;E.vnode=function(e){typeof e.type=="string"&&function(t){var o=t.props,i=t.type,n={};for(var r in o){var a=o[r];if(!(r==="value"&&"defaultValue"in o&&a==null||is&&r==="children"&&i==="noscript"||r==="class"||r==="className")){var s=r.toLowerCase();r==="defaultValue"&&"value"in o&&o.value==null?r="value":r==="download"&&a===!0?a="":s==="translate"&&a==="no"?a=!1:s==="ondoubleclick"?r="ondblclick":s!=="onchange"||i!=="input"&&i!=="textarea"||ns(o.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":ts.test(r)?r=s:i.indexOf("-")===-1&&es.test(r)?r=r.replace(os,"-$&").toLowerCase():a===null&&(a=void 0):s=r="oninput",s==="oninput"&&n[r=s]&&(r="oninputCapture"),n[r]=a}}i=="select"&&n.multiple&&Array.isArray(n.value)&&(n.value=Ve(o.children).forEach(function(l){l.props.selected=n.value.indexOf(l.props.value)!=-1})),i=="select"&&n.defaultValue!=null&&(n.value=Ve(o.children).forEach(function(l){l.props.selected=n.multiple?n.defaultValue.indexOf(l.props.value)!=-1:n.defaultValue==l.props.value})),o.class&&!o.className?(n.class=o.class,Object.defineProperty(n,"className",ls)):(o.className&&!o.class||o.class&&o.className)&&(n.class=n.className=o.className),t.props=n}(e),e.$$typeof=Qa,Yi&&Yi(e)};var qi=E.__r;E.__r=function(e){qi&&qi(e),e.__c};var Wi=E.diffed;E.diffed=function(e){Wi&&Wi(e);var t=e.props,o=e.__e;o!=null&&e.type==="textarea"&&"value"in t&&t.value!==o.value&&(o.value=t.value==null?"":t.value)};const ds=Pt({});var cs=Object.defineProperty,ps=Object.defineProperties,us=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,Zi=Object.prototype.hasOwnProperty,Ji=Object.prototype.propertyIsEnumerable,Xi=(e,t,o)=>t in e?cs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,fs=(e,t)=>{for(var o in t||(t={}))Zi.call(t,o)&&Xi(e,o,t[o]);if(Je)for(var o of Je(t))Ji.call(t,o)&&Xi(e,o,t[o]);return e},vs=(e,t)=>ps(e,us(t)),gs=(e,t)=>{var o={};for(var i in e)Zi.call(e,i)&&t.indexOf(i)<0&&(o[i]=e[i]);if(e!=null&&Je)for(var i of Je(e))t.indexOf(i)<0&&Ji.call(e,i)&&(o[i]=e[i]);return o};const _s=e=>{var t=e,{isActive:o,className:i,children:n}=t,r=gs(t,["isActive","className","children"]);return v("button",vs(fs({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${i||""}`}),n)};var bs=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ys=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:i,currentLocale:n,setCurrentLocale:r,setIsLoading:a}=J(),s=$t(ds),l=d=>bs(void 0,null,function*(){var p;if(d!==i.locale)if(o){a(!0);const c=yield Uo(t.fidesApiUrl,[d]);a(!1),c&&Object.keys(c).length?(s.setGvlTranslations(c[d]),So(i,c,e||[M]),r(d),fidesDebugger(`Fides locale updated to ${d}`)):console.error(`Unable to load GVL translation for ${d}`)}else r(d),fidesDebugger(`Fides locale updated to ${d}`);(p=document.getElementById(Xt))==null||p.focus()});return v("div",{className:"fides-i18n-menu"},v("div",{role:"group",className:"fides-i18n-popover"},i.availableLanguages.map(d=>v(_s,{key:d.locale,"data-testid":`fides-i18n-option-${d.locale}`,id:n===d.locale?"fidesActiveMenuItem":void 0,onClick:()=>l(d.locale),isActive:n===d.locale,title:d.label_en},d.label_original))),v("div",{className:"fides-i18n-pseudo-button"},v("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},v("path",{fill:"currentColor",d:"M18 32.625c.52 0 1.898-.506 3.347-3.403.619-1.245 1.153-2.756 1.547-4.472h-9.788c.394 1.716.928 3.227 1.547 4.472 1.449 2.897 2.827 3.403 3.347 3.403m-5.45-11.25h10.9a32.5 32.5 0 0 0 0-6.75h-10.9a32.5 32.5 0 0 0 0 6.75m.556-10.125h9.788c-.394-1.716-.928-3.227-1.547-4.472C19.898 3.881 18.52 3.375 18 3.375s-1.898.506-3.347 3.403c-.619 1.245-1.153 2.756-1.547 4.472m13.732 3.375A35 35 0 0 1 26.993 18c0 1.153-.056 2.285-.155 3.375h5.393c.253-1.083.394-2.215.394-3.375s-.134-2.292-.394-3.375h-5.393m4.135-3.375a14.7 14.7 0 0 0-6.92-6.567c.992 1.8 1.78 4.043 2.293 6.567h4.634zm-21.326 0c.513-2.524 1.3-4.76 2.292-6.567A14.7 14.7 0 0 0 5.02 11.25h4.634zm-5.878 3.375A14.8 14.8 0 0 0 3.375 18c0 1.16.134 2.292.394 3.375h5.393A35 35 0 0 1 9.007 18c0-1.153.056-2.285.155-3.375zm20.285 16.692a14.7 14.7 0 0 0 6.919-6.567h-4.627c-.513 2.524-1.3 4.76-2.292 6.567m-12.108 0c-.991-1.8-1.779-4.043-2.292-6.567H5.02a14.7 14.7 0 0 0 6.92 6.567zM18 36a18 18 0 1 1 0-36 18 18 0 0 1 0 36"})),n,v("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},v("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},ms=()=>{const{i18n:e}=J();if(!re(e,"exp.privacy_policy_link_label")||!re(e,"exp.privacy_policy_url"))return null;const t=e.t("exp.privacy_policy_link_label"),o=e.t("exp.privacy_policy_url");return v("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},v("a",{href:o,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},t))},hs=({availableLocales:e=[M],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:i,onRejectAll:n,hideOptInOut:r,hideRejectAll:a,options:s,isInModal:l,isTCF:d,isMinimalTCF:p,isGVLLoading:c})=>{var _;const[f,u]=R(!1),{i18n:b}=J(),y=Ya("(max-width: 768px)"),m=((_=b.availableLanguages)==null?void 0:_.length)>1,h=re(b,"exp.privacy_policy_link_label")&&re(b,"exp.privacy_policy_url"),x=()=>{const C=!d||!p;u(!C),t&&C&&t()},k=l&&s.showFidesBrandLink;return L(()=>{f&&!p&&x()},[f,p]),v("div",{id:"fides-button-group"},v("div",{className:l?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!o&&o(),!r&&v(ee,null,d&&!!t&&v(ge,{buttonType:Y.SECONDARY,label:b.t("exp.privacy_preferences_link_label"),onClick:x,className:"fides-manage-preferences-button",loading:f}),!a&&v(ge,{buttonType:Y.PRIMARY,label:b.t("exp.reject_button_label"),onClick:n,className:"fides-reject-all-button",loading:c}),v(ge,{buttonType:Y.PRIMARY,label:b.t("exp.accept_button_label"),onClick:i,className:"fides-accept-all-button",loading:c}))),v("div",{className:`${l?"fides-modal-button-group fides-modal-secondary-actions":"fides-banner-button-group fides-banner-secondary-actions"}${m?" fides-button-group-i18n":""}${h?" fides-button-group-privacy-policy":""}${k?" fides-button-group-brand":""}`},m&&v(ys,{availableLocales:e,options:s,isTCF:!!d}),!d&&!!t&&v(ge,{buttonType:y?Y.SECONDARY:Y.TERTIARY,label:b.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),h&&v(ms,null),k&&v(Wa,null)))},Qi=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:i,onManagePreferencesClick:n,enabledKeys:r,isInModal:a,isAcknowledge:s,hideOptInOut:l=!1,options:d})=>{const{i18n:p}=J();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:c}=e,_=()=>{i(N.ACKNOWLEDGE,c.map(b=>b.notice_key))},f=()=>{i(N.SAVE,r)},u=()=>s?v(ge,{buttonType:Y.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:_,className:"fides-acknowledge-button"}):a?v(ge,{buttonType:l?Y.PRIMARY:Y.SECONDARY,label:p.t("exp.save_button_label"),onClick:f,className:"fides-save-button"}):null;return v(hs,{availableLocales:e.available_locales,onManagePreferencesClick:n,onAcceptAll:t,onRejectAll:o,isInModal:a,renderFirstButton:u,hideOptInOut:l,options:d})};var ks=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'],ws="Tab",xs="Escape";function K(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}K.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=Ce('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(t){t.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=Ce("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Ce('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},K.prototype.show=function(e){if(this.shown)return this;this._previouslyFocused=document.activeElement;const t=e&&e.target?e.target:null;return t&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=t),this.$el.removeAttribute("aria-hidden"),this.shown=!0,en(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},K.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},K.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},K.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},K.prototype.off=function(e,t){var o=(this._listeners[e]||[]).indexOf(t);return o>-1&&this._listeners[e].splice(o,1),this},K.prototype._fire=function(e,t){var o=this._listeners[e]||[],i=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(i),o.forEach(function(n){n(this.$el,t)}.bind(this))},K.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===xs&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===ws&&Os(this.$el,e))},K.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&en(this.$el)};function Cs(e){return Array.prototype.slice.call(e)}function Ce(e,t){return Cs((t||document).querySelectorAll(e))}function en(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Es(e){return Ce(ks.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function Os(e,t){var o=Es(e),i=o.indexOf(document.activeElement);t.shiftKey&&i===0?(o[o.length-1].focus(),t.preventDefault()):!t.shiftKey&&i===o.length-1&&(o[0].focus(),t.preventDefault())}function St(){Ce("[data-a11y-dialog]").forEach(function(e){new K(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",St):window.requestAnimationFrame?window.requestAnimationFrame(St):window.setTimeout(St,16));const Ps=()=>{const[e,t]=R(null),o=j(i=>{if(i!==null){const n=new K(i);n.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(n)}},[]);return{instance:e,container:o}},As=({role:e,id:t,onClose:o})=>{const{instance:i,container:n}=Ps(),r=e==="alertdialog",a=`${t}-title`,s=j(()=>{i&&i.hide(),o&&o()},[o,i]);return L(()=>()=>{i&&i.destroy()},[i]),{instance:i,attributes:{container:{id:t,ref:n,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":a},overlay:{onClick:r?void 0:s},dialog:{role:"document"},closeButton:{type:"button",onClick:s},title:{role:"heading","aria-level":1,id:a}}}},$s=()=>v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},v("path",{d:"M9 12.05a.68.68 0 0 0-.68.7c0 .39.32.7.68.7.39 0 .68-.31.68-.7a.66.66 0 0 0-.68-.7Zm0-1.18c.26 0 .44-.2.44-.46V6.19c0-.26-.2-.47-.44-.47a.49.49 0 0 0-.47.47v4.22c0 .25.21.46.47.46Zm7.27 2.27-5.85-9.9c-.3-.5-.83-.8-1.42-.8-.6 0-1.12.3-1.42.8l-5.86 9.9c-.3.5-.3 1.1-.01 1.6.3.51.83.82 1.43.82h11.72c.6 0 1.13-.3 1.43-.82.29-.5.28-1.1-.02-1.6Zm-.82 1.1c-.1.25-.33.38-.62.38H3.14a.7.7 0 0 1-.61-.35.64.64 0 0 1 0-.65l5.86-9.9A.7.7 0 0 1 9 3.37a.7.7 0 0 1 .61.35l5.86 9.9c.1.2.12.44-.02.63Z"})),Ns=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v($s,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var Ts=Object.defineProperty,Ss=Object.defineProperties,Ls=Object.getOwnPropertyDescriptors,tn=Object.getOwnPropertySymbols,Is=Object.prototype.hasOwnProperty,Fs=Object.prototype.propertyIsEnumerable,on=(e,t,o)=>t in e?Ts(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,js=(e,t)=>{for(var o in t||(t={}))Is.call(t,o)&&on(e,o,t[o]);if(tn)for(var o of tn(t))Fs.call(t,o)&&on(e,o,t[o]);return e},Ds=(e,t)=>Ss(e,Ls(t));const nn=({titleProps:e,className:t,renderModalFooter:o,children:i,onVendorPageClick:n})=>{var r,a;const{i18n:s}=J(),l=s.t("exp.title"),d=s.t("exp.description"),p=fe().globalPrivacyControl,c=s.t("static.gpc.title"),_=s.t("static.gpc.description");return v(ee,null,v("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},v("div",{className:"fides-modal-body"},v("div",Ds(js({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),l),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(ji,{onVendorPageClick:n,description:d,allowHTMLDescription:(a=(r=window.Fides)==null?void 0:r.options)==null?void 0:a.allowHTMLDescription})),p&&v(Ns,{title:c,description:_}),i)),v("div",{className:"fides-modal-footer"},o()))};var Ms=Object.defineProperty,zs=Object.defineProperties,Rs=Object.getOwnPropertyDescriptors,rn=Object.getOwnPropertySymbols,Us=Object.prototype.hasOwnProperty,Bs=Object.prototype.propertyIsEnumerable,an=(e,t,o)=>t in e?Ms(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Lt=(e,t)=>{for(var o in t||(t={}))Us.call(t,o)&&an(e,o,t[o]);if(rn)for(var o of rn(t))Bs.call(t,o)&&an(e,o,t[o]);return e},It=(e,t)=>zs(e,Rs(t));const Gs=({attributes:e,children:t,dismissable:o,onVendorPageClick:i,renderModalFooter:n})=>{const{container:r,overlay:a,dialog:s,title:l,closeButton:d}=e;return v("div",It(Lt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",It(Lt({},a),{className:"fides-modal-overlay"})),v("div",It(Lt({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(Li,{ariaLabel:"Close modal",onClick:d.onClick,hidden:window.Fides.options.preventDismissal||!o})),v(nn,{titleProps:l,renderModalFooter:n,onVendorPageClick:i},t)))},Vs=({options:e,experience:t,cookie:o,savedConsent:i,onOpen:n,onDismiss:r,renderBanner:a,renderModalContent:s,renderModalFooter:l,onVendorPageClick:d,isUiBlocking:p})=>{const{i18n:c}=J(),_=100,f=Da(),u=e.modalLinkId||"fides-modal-link",b=!t||!!e.fidesEmbed||e.modalLinkId==="",y=ja(u,b),m=Sa(null),[h,x]=R(null);L(()=>{h===null&&x(!Oe(t,o,i,e))},[h]);const[k,C]=R(e.fidesEmbed?Oe(t,o,i,e):!1);L(()=>(p&&k?ca():Jo(),()=>{Jo()}),[p,k]);const I=j(({saved:O=!1})=>{q("FidesModalClosed",o,e.debug,{saved:O}),O||r()},[o,r,e.debug]),{instance:U,attributes:G}=As({id:"fides-modal",role:"alertdialog",title:c.t("exp.title"),onClose:()=>{I({saved:!1})}}),D=j(()=>{e.fidesEmbed?C(!1):U&&(C(!1),U.show(),n())},[U,n,e]),$=j(()=>{U&&!e.fidesEmbed&&(U.hide(),I({saved:!0}))},[U,I,e.fidesEmbed]);L(()=>{e.fidesEmbed&&!k&&n()},[e,n,k]),L(()=>{const O=setTimeout(()=>{h||C(!0)},_);return()=>clearTimeout(O)},[h,C]),L(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=D),()=>{window.Fides.showModal=ot}),[t,D,e.fidesEmbed]),L(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),b?fidesDebugger("Modal Link is disabled for this experience."):y?(fidesDebugger("Modal link element found, updating it to show and trigger modal on click."),m.current=y,m.current.addEventListener("click",window.Fides.showModal),m.current.classList.add("fides-modal-link-shown")):fidesDebugger(`Searching for Modal link element #${u}...`),()=>{m.current&&m.current.removeEventListener("click",window.Fides.showModal)}),[y,b,u]);const w=()=>{D()};return f?t.experience_config?v("div",{id:Xt,tabIndex:-1},!h&&k&&p&&v("div",{className:"fides-modal-overlay"}),e.fidesEmbed?k||!s||!l?null:v(nn,{titleProps:G.title,renderModalFooter:()=>l({onClose:$,isMobile:!1}),onVendorPageClick:d},s()):v(Gs,{attributes:G,dismissable:t.experience_config.dismissable,onVendorPageClick:d,renderModalFooter:()=>l?l({onClose:$,isMobile:!1}):null},s&&s()),!h&&a({isOpen:k,isEmbedded:e.fidesEmbed,onClose:()=>{C(!1)},onManagePreferencesClick:w})):(fidesDebugger("No experience config found"),null):null},Hs=({label:e,name:t,id:o,checked:i,onChange:n,disabled:r,onLabel:a,offLabel:s})=>{const l=i?a:s;return v("div",{className:"fides-toggle","data-testid":`toggle-${e}`},v("input",{type:"checkbox",name:t,"aria-label":e,className:"fides-toggle-input",onChange:()=>{n(o,{type:"toggle",label:e,checked:!i})},checked:i,role:"switch",disabled:r}),v("span",{className:"fides-toggle-display"},l))};var Ks=Object.defineProperty,Ys=Object.defineProperties,qs=Object.getOwnPropertyDescriptors,sn=Object.getOwnPropertySymbols,Ws=Object.prototype.hasOwnProperty,Zs=Object.prototype.propertyIsEnumerable,ln=(e,t,o)=>t in e?Ks(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,dn=(e,t)=>{for(var o in t||(t={}))Ws.call(t,o)&&ln(e,o,t[o]);if(sn)for(var o of sn(t))Zs.call(t,o)&&ln(e,o,t[o]);return e},Js=(e,t)=>Ys(e,qs(t));const Xs=({noticeKey:e,title:t,checked:o,onToggle:i,children:n,badge:r,gpcBadge:a,disabled:s,onLabel:l,offLabel:d,isHeader:p,includeToggle:c=!0})=>{const{isOpen:_,getButtonProps:f,getDisclosureProps:u,onToggle:b}=Fa({id:e}),y=(x,k)=>{(x.code==="Space"||x.code==="Enter")&&(x.preventDefault(),k&&b())},m=n!=null,h=m?f():{};return v("div",{className:_&&m?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},v("div",{key:e,className:"fides-notice-toggle-title"},v("span",Js(dn({role:"button",tabIndex:0,onKeyDown:x=>y(x,m)},h),{className:p?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),v("span",{className:"fides-flex-center fides-justify-space-between"},t)),v("span",{className:"fides-notice-toggle-controls"},a,r?v("span",{className:"fides-notice-badge"},r):null,c?v(Hs,{label:t,name:e,id:e,checked:o,onChange:i,disabled:s,onLabel:l,offLabel:d}):null)),n?v("div",dn({},u()),n):null)},Qs=()=>v("hr",{className:"fides-divider"}),el=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:i}=J(),n=(s,l)=>{const d={key:s,type:"notice"};t.indexOf(s)===-1?o([...t,s],l,d):o(t.filter(p=>p!==s),l,d)};let r,a;return De(i)===M&&(r="On",a="Off"),v("div",null,e.map((s,l)=>{const{noticeKey:d,title:p,description:c,checked:_,disabled:f,gpcStatus:u}=s,b=l===e.length-1;return v("div",{key:d},v(Xs,{noticeKey:d,title:p,checked:_,onToggle:n,gpcBadge:v(Di,{status:u}),disabled:f,onLabel:r,offLabel:a},c),b?null:v(Qs,null))}))};var tl=Object.defineProperty,ol=Object.defineProperties,il=Object.getOwnPropertyDescriptors,cn=Object.getOwnPropertySymbols,nl=Object.prototype.hasOwnProperty,rl=Object.prototype.propertyIsEnumerable,pn=(e,t,o)=>t in e?tl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,al=(e,t)=>{for(var o in t||(t={}))nl.call(t,o)&&pn(e,o,t[o]);if(cn)for(var o of cn(t))rl.call(t,o)&&pn(e,o,t[o]);return e},sl=(e,t)=>ol(e,il(t));const ll=({options:e,experience:t,fidesRegionString:o,cookie:i,propertyId:n})=>{var r;const{i18n:a,currentLocale:s,setCurrentLocale:l}=J(),d=ue(),p=window.Fides.saved_consent,c=w=>t.privacy_notices?t.privacy_notices.map(O=>at(O,w||p||d?.consent)?O.notice_key:""):[];L(()=>{!s&&a.locale&&l(a.locale)},[s,a.locale,l]);const _=xe(()=>{if(t.experience_config){const w=Me(a,t.experience_config);return w?.privacy_experience_config_history_id}},[t,a,s]),f=xe(()=>{var w;const O=((w=t.privacy_notices)!=null?w:[]).map(z=>{var le,Xe;const Dt=z.consent_mechanism===V.NOTICE_ONLY||((Xe=(le=e.fidesDisabledNotices)==null?void 0:le.includes(z.notice_key))!=null?Xe:!1)||z.disabled,El=gt(a,z);return{notice:sl(al({},z),{disabled:Dt}),bestTranslation:El}}),T=O.filter(z=>z.notice.consent_mechanism===V.NOTICE_ONLY),B=O.filter(z=>z.notice.consent_mechanism!==V.NOTICE_ONLY);return[...T,...B]},[t.privacy_notices,a,s,e.fidesDisabledNotices]),[u,b]=R(c());window.addEventListener("FidesUpdating",w=>{b(c(w.detail.consent))});const y=f.every(w=>w.notice.consent_mechanism===V.NOTICE_ONLY),m=f.map(w=>{var O,T;const B=u.indexOf(w.notice.notice_key)!==-1,z=fe(),le=qt({value:B,notice:w.notice,consentContext:z});return{noticeKey:w.notice.notice_key,title:((O=w.bestTranslation)==null?void 0:O.title)||w.notice.name||"",description:(T=w.bestTranslation)==null?void 0:T.description,checked:B,consentMechanism:w.notice.consent_mechanism,disabled:w.notice.disabled,gpcStatus:le}}),{servedNoticeHistoryId:h}=Ga({privacyExperienceConfigHistoryId:_,privacyNoticeHistoryIds:f.reduce((w,O)=>{var T;const B=(T=O.bestTranslation)==null?void 0:T.privacy_notice_history_id;return B&&w.push(B),w},[]),options:e,userGeography:o,acknowledgeMode:y,privacyExperience:t,propertyId:n}),x=j((w,O)=>{const T=Zt(f,O);Zo({consentPreferencesToSave:T,privacyExperienceConfigHistoryId:_,experience:t,consentMethod:w,options:e,userLocationString:o,cookie:i,servedNoticeHistoryId:h,propertyId:n,updateCookie:B=>ft(B,T)}),b(O)},[i,o,t,e,_,f,h,n]),k=j(w=>{x(w?N.SCRIPT:N.ACCEPT,f.filter(O=>!O.notice.disabled||u.includes(O.notice.notice_key)).map(O=>O.notice.notice_key))},[u,x,f]),C=j(w=>{x(w?N.SCRIPT:N.REJECT,f.filter(O=>O.notice.consent_mechanism===V.NOTICE_ONLY||O.notice.disabled&&u.includes(O.notice.notice_key)).map(O=>O.notice.notice_key))},[u,x,f]);L(()=>{Gt(e)&&t.privacy_notices&&(e.fidesConsentOverride===N.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),k(!0)):e.fidesConsentOverride===N.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),C(!0)))},[t.privacy_notices,e.fidesConsentOverride]);const I=j(()=>{q("FidesUIShown",i,e.debug,{servingComponent:ye.BANNER})},[i,e.debug]),U=j(()=>{q("FidesUIShown",i,e.debug,{servingComponent:ye.MODAL})},[i,e.debug]),G=j(()=>{dt(d?.consent)||x(N.DISMISS,c())},[x,c,d?.consent]);if(!t.experience_config)return fidesDebugger("No experience config found"),null;const D=!!((r=t.experience_config)!=null&&r.dismissable),$=f.length===1;return v(Vs,{options:e,experience:t,cookie:i,savedConsent:p,isUiBlocking:!D,onOpen:U,onDismiss:G,renderBanner:({isEmbedded:w,isOpen:O,onClose:T,onManagePreferencesClick:B})=>{var z;const le=y||((z=t.experience_config)==null?void 0:z.layer1_button_options)===et.ACKNOWLEDGE;return v(Ka,{bannerIsOpen:O,dismissable:D,onOpen:I,onClose:()=>{T(),G()},isEmbedded:w,renderButtonGroup:()=>v(Qi,{experience:t,onManagePreferencesClick:B,enabledKeys:u,onAcceptAll:()=>{k(),T()},onRejectAll:()=>{C(),T()},onSave:(Xe,Dt)=>{x(Xe,Dt),T()},isAcknowledge:le,hideOptInOut:le,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v(el,{noticeToggles:m,enabledNoticeKeys:u,onChange:(w,O,T)=>{const B={servingComponent:"modal",trigger:O,preference:T};b(w),q("FidesUIChanged",i,e.debug,B)}}))),renderModalFooter:({onClose:w})=>v(Qi,{experience:t,enabledKeys:u,onAcceptAll:()=>{k(),w()},onRejectAll:()=>{C(),w()},onSave:(O,T)=>{x(O,T),w()},isInModal:!0,isAcknowledge:y,hideOptInOut:$||y,options:e})})};var dl=Object.defineProperty,un=Object.getOwnPropertySymbols,cl=Object.prototype.hasOwnProperty,pl=Object.prototype.propertyIsEnumerable,fn=(e,t,o)=>t in e?dl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ul=(e,t)=>{for(var o in t||(t={}))cl.call(t,o)&&fn(e,o,t[o]);if(un)for(var o of un(t))pl.call(t,o)&&fn(e,o,t[o]);return e};const fl=(e,t)=>{const{i18n:o}=e;gi(v(Va,{i18nInstance:o},v(ll,ul({},e))),t)};var vl=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});function gl(e){return vl(this,null,function*(){var t;if(!((t=e.options.apiOptions)!=null&&t.getPreferencesFn))return null;try{return yield e.options.apiOptions.getPreferencesFn(e)}catch{return null}})}var _l=Object.defineProperty,bl=Object.defineProperties,yl=Object.getOwnPropertyDescriptors,vn=Object.getOwnPropertySymbols,ml=Object.prototype.hasOwnProperty,hl=Object.prototype.propertyIsEnumerable,gn=(e,t,o)=>t in e?_l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,X=(e,t)=>{for(var o in t||(t={}))ml.call(t,o)&&gn(e,o,t[o]);if(vn)for(var o of vn(t))hl.call(t,o)&&gn(e,o,t[o]);return e},Ft=(e,t)=>bl(e,yl(t)),kl=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const jt=e=>{typeof window<"u"&&(window.Fides=e)},wl=({cookie:e,experience:t})=>{let o=t;return dt(e.consent)&&(o=ut({experience:t,cookie:e})),o},xl=(e,t)=>{const o=!!t.otFidesMapping&&ct();if(!(!t.otFidesMapping||!o))try{const i=decodeURIComponent(t.otFidesMapping).replace(/^'|'$/g,""),n=JSON.parse(i),r=fo(o,n);return r||void 0}catch{}};function Cl(e){return kl(this,null,function*(){var t,o,i,n,r;let a=(t=e??this.config)!=null?t:bn("Fides must be initialized with a configuration object");Xn(!!((o=a.options)!=null&&o.debug)),this.config=a,q("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((n=(i=this.config.experience)==null?void 0:i.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const s=oi(de.OPTIONS,a),l=oi(de.EXPERIENCE_TRANSLATION,a),d=yield gl(a);!s.fidesString&&d!=null&&d.fides_string&&(s.fidesString=d.fides_string);const p={optionsOverrides:s,consentPrefsOverrides:d,experienceTranslationOverrides:l};let c;s.otFidesMapping&&!ue()&&(c=xl(a,s)),a=Ft(X({},a),{options:X(X({},a.options),p.optionsOverrides)}),this.cookie=ba(a),this.cookie.consent=X(X({},this.cookie.consent),c),this.saved_consent=X({},this.cookie.consent),c&&!ue()&&(Object.assign(this.cookie.fides_meta,{consentMethod:N.SCRIPT}),pt(this.cookie,a.options.base64Cookie));const{fidesString:_}=a.options;if(_)try{const{nc:b}=Co(_);this.decodeNoticeConsentString(b);const y={fides_string:_};this.cookie=X(X({},this.cookie),y)}catch{}const f=ya(Ft(X({},a),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:ut}));f&&(Object.assign(this,f),jt(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(r=f?.experience)!=null?r:a.experience;const u=yield ma(Ft(X({},a),{fides:this,initOverlay:yi,renderOverlay:fl,updateExperience:wl,overrides:p,propertyId:a.propertyId}));Object.assign(this,u),jt(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}jt({consent:{},experience:void 0,geolocation:{},locale:M,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:!1,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:!1,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!0,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},blueconic:En,gtm:$n,init:Cl,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:xo,shouldShowExperience(){return Oe(this.experience,this.cookie,this.saved_consent,this.options)},meta:Tn,shopify:In,showModal:ot,getModalLinkLabel:()=>Pe,encodeNoticeConsentString:Jt,decodeNoticeConsentString:it}),g.BannerEnabled=Rt,g.ButtonType=Y,g.CONSENT_COOKIE_MAX_AGE_DAYS=lo,g.CONSENT_COOKIE_NAME=lt,g.ComponentType=F,g.ConsentMechanism=V,g.ConsentMethod=N,g.DEFAULT_LOCALE=M,g.DEFAULT_MODAL_LINK_LABEL=Pe,g.EnforcementLevel=zt,g.FidesEndpointPaths=zo,g.GpcStatus=Q,g.LOCALE_REGEX=Ae,g.Layer1ButtonOption=et,g.OT_CONSENT_COOKIE_NAME=so,g.OverrideType=de,g.PrivacyNoticeFramework=Mt,g.REQUEST_SOURCE=Go,g.RejectAllMechanism=Ut,g.RequestOrigin=Bt,g.SaveConsentPreference=be,g.ServingComponent=ye,g.UserConsentPreference=H,g.allNoticesAreDefaultOptIn=yn,g.areLocalesEqual=Z,g.buildCookieConsentFromConsentPreferences=bo,g.consentCookieObjHasSomeConsentSet=dt,g.constructFidesRegionString=tt,g.createConsentPreferencesToSave=Zt,g.decodeNoticeConsentString=it,g.defaultShowModal=ot,g.detectUserLocale=Lo,g.dispatchFidesEvent=q,g.encodeNoticeConsentString=Jt,g.experienceIsValid=Kt,g.extractDefaultLocaleFromExperience=Po,g.fetchExperience=Ro,g.fetchGvlTranslations=Uo,g.getConsentContext=fe,g.getConsentStateFromExperience=yo,g.getCookieByName=je,g.getCurrentLocale=De,g.getFidesConsentCookie=ue,g.getGeolocation=Ko,g.getGpcStatusFromNotice=qt,g.getOTConsentCookie=ct,g.getOrMakeFidesCookie=vo,g.getOverrideValidatorMapByType=Ht,g.getTcfDefaultPreference=mn,g.getWindowObjFromPath=Yt,g.i18n=Jr,g.initOverlay=yi,g.initializeI18n=Fo,g.isNewFidesCookie=po,g.isPrivacyExperience=pe,g.loadGVLMessagesFromExperience=To,g.loadMessagesFromExperience=No,g.loadMessagesFromFiles=$o,g.loadMessagesFromGVLTranslations=So,g.localizeModalLinkText=jo,g.makeConsentDefaultsLegacy=go,g.makeFidesCookie=uo,g.matchAvailableLocales=Io,g.messageExists=re,g.noticeHasConsentInCookie=Ee,g.onFidesEvent=xo,g.otCookieToFidesConsent=fo,g.parseFidesDisabledNotices=Wt,g.patchNoticesServed=Ho,g.patchUserPreference=Vo,g.removeCookiesFromBrowser=_o,g.resolveConsentValue=at,g.resolveLegacyConsentValue=no,g.saveFidesCookie=pt,g.selectBestExperienceConfigTranslation=Me,g.selectBestNoticeTranslation=gt,g.setupI18n=_t,g.shouldResurfaceBanner=Oe,g.transformConsentToFidesUserPreference=ie,g.transformTcfPreferencesToCookieKeys=Jn,g.transformUserPreferenceToBoolean=ce,g.updateCookieFromExperience=mo,g.updateCookieFromNoticePreferences=ft,g.updateExperienceFromCookieConsentNotices=ut,g.validateOptions=Vt});
11
+ );border:1px solid var(--fides-overlay-row-divider-color);display:flex;margin-bottom:22px;padding:4px}.fides-radio-button{background-color:transparent;border:none;cursor:pointer;flex:1;padding:5px 16px}.fides-radio-button[aria-checked=true]{background-color:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}.fides-flex-center{align-items:center;display:flex}.fides-margin-right{margin-right:3px}.fides-justify-space-between{justify-content:space-between}.fides-vendor-details-table{width:100%}.fides-vendor-details-table td,.fides-vendor-details-table th{font-size:var(--fides-overlay-font-size-body-small);text-align:left}.fides-vendor-details-table td{border-bottom:1px solid var(--fides-overlay-row-divider-color)}.fides-link-button{background:none;border:none;color:var(--fides-overlay-body-font-color);cursor:pointer;padding:0;text-decoration:underline}.fides-external-link,.fides-primary-text-color{color:var(--fides-overlay-primary-color)}.fides-external-link{font-size:var(--fides-overlay-font-size-body-small);font-weight:500;margin-right:16px}.fides-info-box{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-component-border-radius);margin:10px 0;padding:16px}.fides-info-box p{margin:0}.fides-tabs .tabpanel-container{overflow:hidden}.tabpanel-container section[hidden]{display:none}.fides-paging-buttons{display:flex;gap:8px;justify-content:center}.fides-paging-info{color:var(--fides-overlay-font-color-dark);font-size:var(--fides-overlay-font-size-body-small);font-weight:600;padding:8px}.fides-paging-previous-button{margin-right:8px}.fides-paging-next-button,.fides-paging-previous-button{background-color:transparent;border:none;cursor:pointer;padding:6px}.fides-paging-next-button:disabled,.fides-paging-previous-button:disabled{cursor:default}.fides-i18n-menu{position:relative}.fides-modal-footer .fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}.fides-modal-footer .fides-button-group-i18n{min-height:var(--fides-overlay-modal-secondary-button-group-height)}div.fides-i18n-pseudo-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:2px;height:var(--fides-overlay-font-size-body);text-transform:uppercase;white-space:nowrap}#fides-i18n-icon{animation-duration:var(--fides-overlay-language-loading-indicator-speed);animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:50% 50%}div#fides-overlay-wrapper .fides-i18n-pseudo-button{box-sizing:content-box}.fides-i18n-popover{bottom:100%;display:flex;flex-direction:column;gap:1px;height:0;left:0;max-height:calc(var(--fides-base-font-size)*7);overflow:hidden;position:absolute;transition:height .5s}.fides-i18n-menu:hover .fides-i18n-pseudo-button{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-language-button-border-radius)}.fides-i18n-menu:hover .fides-i18n-pseudo-button .fides-i18n-caret{transform:rotate(180deg)}.fides-i18n-menu:focus-within .fides-i18n-popover,.fides-i18n-menu:hover .fides-i18n-popover{background-color:var(--fides-overlay-background-dark-color);border:1px solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);height:auto;min-width:calc(var(--fides-base-font-size)*9);overflow:scroll}button.fides-banner-button.fides-menu-item{background:var(--fides-overlay-secondary-button-background-color);border:none;border-radius:0;color:var(--fides-overlay-secondary-button-text-color);margin:0;padding-left:calc(var(--fides-base-font-size)*1.5);text-align:left;width:100%}button.fides-banner-button.fides-menu-item[aria-pressed=true]{background:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}button.fides-banner-button.fides-menu-item[aria-pressed=true]:before{content:"\\2713";display:inline-block;margin-left:calc(var(--fides-base-font-size)*-1);margin-right:calc(var(--fides-base-font-size)*.25)}button.fides-banner-button.fides-menu-item:not([aria-pressed=true]):hover{background:var(--fides-overlay-secondary-button-background-hover-color)}@media (min-width:1280px){div#fides-banner{width:60%}}@media (min-width:768px){div#fides-banner{border:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);width:75%}div#fides-banner-container.fides-banner-bottom{bottom:var(--fides-overlay-banner-offset)}}@media (max-width:768px){div#fides-consent-content,div.fides-modal-content{width:100%!important}.fides-modal-button-group{flex-direction:column}button.fides-banner-button{margin:0 8px 12px 0}div#fides-banner{padding:24px;width:100%}div#fides-banner-description{margin-bottom:0}div#fides-banner-inner div#fides-button-group{align-items:flex-start;flex-direction:column;gap:12px;padding-top:24px}.fides-banner-button-group{flex-direction:column;width:100%}button.fides-banner-button{margin:0;width:100%}div#fides-banner-inner-container{max-height:50vh;overflow-y:auto;scrollbar-gutter:stable}div.fides-privacy-policy-link{width:100%}.fides-modal-footer{max-width:100%}.fides-banner-secondary-actions{gap:12px}.fides-banner-secondary-actions .fides-manage-preferences-button{order:0}.fides-banner-secondary-actions .fides-privacy-policy{order:1}.fides-banner-secondary-actions .fides-i18n-menu{order:2}.fides-banner-button-group.fides-button-group-i18n{min-height:68px}.fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}}`;ja(Da);var ve,P,$t,ki,we=0,wi=[],A=E,xi=A.__b,Ci=A.__r,Ei=A.diffed,Oi=A.__c,Pi=A.unmount,Ai=A.__;function qe(e,t){A.__h&&A.__h(P,e,we||t),we=0;var o=P.__H||(P.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function R(e){return we=1,Ma(Ti,e)}function Ma(e,t,o){var i=qe(ve++,2);if(i.t=e,!i.__c&&(i.__=[o?o(t):Ti(void 0,t),function(a){var s=i.__N?i.__N[0]:i.__[0],c=i.t(s,a);s!==c&&(i.__N=[c,i.__[1]],i.__c.setState({}))}],i.__c=P,!P.u)){var n=function(a,s,c){if(!i.__c.__H)return!0;var u=i.__c.__H.__.filter(function(_){return!!_.__c});if(u.every(function(_){return!_.__N}))return!r||r.call(this,a,s,c);var d=!1;return u.forEach(function(_){if(_.__N){var v=_.__[0];_.__=_.__N,_.__N=void 0,v!==_.__[0]&&(d=!0)}}),!(!d&&i.__c.props===a)&&(!r||r.call(this,a,s,c))};P.u=!0;var r=P.shouldComponentUpdate,l=P.componentWillUpdate;P.componentWillUpdate=function(a,s,c){if(this.__e){var u=r;r=void 0,n(a,s,c),r=u}l&&l.call(this,a,s,c)},P.shouldComponentUpdate=n}return i.__N||i.__}function I(e,t){var o=qe(ve++,3);!A.__s&&Ni(o.__H,t)&&(o.__=e,o.i=t,P.__H.__h.push(o))}function za(e){return we=5,xe(function(){return{current:e}},[])}function xe(e,t){var o=qe(ve++,7);return Ni(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function j(e,t){return we=8,xe(function(){return e},t)}function Nt(e){var t=P.context[e.__c],o=qe(ve++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(P)),t.props.value):e.__}function Ra(){for(var e;e=wi.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(We),e.__H.__h.forEach(Tt),e.__H.__h=[]}catch(t){e.__H.__h=[],A.__e(t,e.__v)}}A.__b=function(e){P=null,xi&&xi(e)},A.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Ai&&Ai(e,t)},A.__r=function(e){Ci&&Ci(e),ve=0;var t=(P=e.__c).__H;t&&($t===P?(t.__h=[],P.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(t.__h.forEach(We),t.__h.forEach(Tt),t.__h=[],ve=0)),$t=P},A.diffed=function(e){Ei&&Ei(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(wi.push(t)!==1&&ki===A.requestAnimationFrame||((ki=A.requestAnimationFrame)||Ua)(Ra)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),$t=P=null},A.__c=function(e,t){t.some(function(o){try{o.__h.forEach(We),o.__h=o.__h.filter(function(i){return!i.__||Tt(i)})}catch(i){t.some(function(n){n.__h&&(n.__h=[])}),t=[],A.__e(i,o.__v)}}),Oi&&Oi(e,t)},A.unmount=function(e){Pi&&Pi(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(i){try{We(i)}catch(n){t=n}}),o.__H=void 0,t&&A.__e(t,o.__v))};var $i=typeof requestAnimationFrame=="function";function Ua(e){var t,o=function(){clearTimeout(i),$i&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(o,100);$i&&(t=requestAnimationFrame(o))}function We(e){var t=P,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),P=t}function Tt(e){var t=P;e.__c=e.__(),P=t}function Ni(e,t){return!e||e.length!==t.length||t.some(function(o,i){return o!==e[i]})}function Ti(e,t){return typeof t=="function"?t(e):t}const Ga=({id:e})=>{const[t,o]=R(!1),i=j(()=>o(!1),[]),n=j(()=>o(!0),[]),r=j(()=>{t?i():n()},[t,n,i]);return{isOpen:t,onOpen:n,onClose:i,onToggle:r,getButtonProps:()=>({"aria-expanded":t,"aria-controls":e,onClick:r}),getDisclosureProps:()=>({id:e,className:t?"fides-disclosure-visible":"fides-disclosure-hidden"})}},Ba=(e,t)=>{const[o,i]=R(null);return I(()=>{if(t)return()=>{};ei(e).then(n=>{i(n)})},[e,t]),o},Va=()=>{const[e,t]=R(!1);return I(()=>{t(!0)},[]),e};var Ha=Object.defineProperty,Si=Object.getOwnPropertySymbols,Ka=Object.prototype.hasOwnProperty,Ya=Object.prototype.propertyIsEnumerable,Li=(e,t,o)=>t in e?Ha(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,qa=(e,t)=>{for(var o in t||(t={}))Ka.call(t,o)&&Li(e,o,t[o]);if(Si)for(var o of Si(t))Ya.call(t,o)&&Li(e,o,t[o]);return e},Wa=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const Za=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:i,userGeography:n,acknowledgeMode:r,propertyId:l,tcfNoticesServed:a})=>{const[s,c]=R(Ie()),u=j(d=>Wa(void 0,null,function*(){var _;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===be.BANNER&&!((_=t?.experience_config)!=null&&_.show_layer1_notices))return;const v=Ie();c(v);const p=qa({served_notice_history_id:v,browser_identity:d.detail.identity,privacy_experience_config_history_id:o||"",user_geography:n,acknowledge_mode:r,privacy_notice_history_ids:i||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:l},a);qo({request:p,options:e})}),[e,t,o,n,r,i,l,a]);return I(()=>(window.addEventListener("FidesUIShown",u),()=>{window.removeEventListener("FidesUIShown",u)}),[u]),{servedNoticeHistoryId:s}},Ii=At({}),Ja=({i18nInstance:e,children:t})=>{const[o,i]=R(),[n,r]=R(!1),l=j(s=>{e.activate(s),i(s)},[e,i]);I(()=>{const s=document.getElementById(On);n?s?.style.setProperty("animation-name","spin"):s?.style.removeProperty("animation-name")},[n]);const a=xe(()=>({i18n:e,currentLocale:o,setCurrentLocale:l,isLoading:n,setIsLoading:r}),[e,o,l,n]);return f(Ii.Provider,{value:a},t)},J=()=>{const e=Nt(Ii);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},Fi=({onClick:e,ariaLabel:t,hidden:o=!1})=>f("button",{type:"button","aria-label":t,className:"fides-close-button",onClick:e,style:{visibility:o?"hidden":"visible"}},f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},f("path",{fill:"#2D3748",d:"m8 7.057 3.3-3.3.943.943-3.3 3.3 3.3 3.3-.943.943-3.3-3.3-3.3 3.3-.943-.943 3.3-3.3-3.3-3.3.943-.943 3.3 3.3Z"}))),Xa=At({}),ji="__VENDOR_COUNT_LINK__",Di=(e,t)=>t?f("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):ya(e).trim(),Mi=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[i,n]=R();let r=0;const l=Nt(Xa);return l!=null&&l.vendorCount&&(r=l.vendorCount),I(()=>{if(e)if(e.includes(ji)&&t){const a=e.split(ji);for(let c=1;c<a.length;c+=2)a.splice(c,0,f(ee,null," ",f("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const s=a.map(c=>typeof c=="string"?Di(c,o):c);n(s)}else n([Di(e,o)])},[e,t]),e?f("div",null,i):null},zi=({status:e})=>{const{i18n:t}=J(),o=t.t("static.gpc"),i=e.valueOf();let n="";if(e===Q.APPLIED)n=t.t("static.gpc.status.applied");else if(e===Q.OVERRIDDEN)n=t.t("static.gpc.status.overridden");else if(e===Q.NONE)return null;return f("span",{className:"fides-gpc-label"},o," ",f("span",{className:`fides-gpc-badge fides-gpc-badge-${i}`},n))},Qa=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:i,children:n,onVendorPageClick:r,renderButtonGroup:l,className:a,isEmbedded:s})=>{var c,u,d,_,v,p,b,y,m,h,w;const{i18n:k}=J(),C=fe().globalPrivacyControl;I(()=>{i&&t()},[i,t]);const $=ae(k,"exp.banner_title")?k.t("exp.banner_title"):k.t("exp.title"),U=ae(k,"exp.banner_description")?k.t("exp.banner_description"):k.t("exp.description"),B=["fides-banner","fides-banner-bottom",!i&&"fides-banner-hidden",s&&"fides-embedded",a].filter(N=>typeof N=="string").join(" ");let D=[];return(d=(u=(c=window.Fides)==null?void 0:c.experience)==null?void 0:u.experience_config)!=null&&d.show_layer1_notices&&(v=(_=window.Fides)==null?void 0:_.experience)!=null&&v.privacy_notices&&(D=(b=(p=window.Fides)==null?void 0:p.experience)==null?void 0:b.privacy_notices),f("div",{id:"fides-banner-container",className:B},f("div",{id:"fides-banner"},f("div",{id:"fides-banner-inner"},f(Fi,{ariaLabel:"Close banner",onClick:o,hidden:((m=(y=window.Fides)==null?void 0:y.options)==null?void 0:m.preventDismissal)||!e}),f("div",{id:"fides-banner-inner-container"},f("div",{className:"fides-banner__col"},f("div",{id:"fides-banner-heading"},f("h1",{id:"fides-banner-title",className:"fides-banner-title"},$),C&&f(zi,{status:Q.APPLIED})),f("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},f(Mi,{description:U,onVendorPageClick:r,allowHTMLDescription:(w=(h=window.Fides)==null?void 0:h.options)==null?void 0:w.allowHTMLDescription}),!!(D!=null&&D.length)&&f("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map((N,x)=>f("span",{key:N.id},f("strong",null,N.name),x<D.length-1&&", "))))),n),l())))},es=e=>{const[t,o]=R(!1);return I(()=>{const i=window.matchMedia(e);o(i.matches);function n(r){o(r.matches)}return i.addEventListener?i.addEventListener("change",n):i.addListener(n),()=>{i.removeEventListener?i.removeEventListener("change",n):i.removeListener(n)}},[e]),t},ts=()=>f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},f("path",{d:"M11.5602 0H8.70311V7.9999H11.5602V0ZM23.0026 12.0001H20.1455V20H23.0026V12.0001ZM14.1258 20H17.5799L12.1315 11.9774V17.0631L14.1258 20ZM8.13179 17.0626V11.9769L2.68588 19.9995H6.14003L8.13129 17.0626H8.13179ZM23.5744 2.93688V8.02263L29.0198 0H25.5682L23.5739 2.93688H23.5744ZM19.5742 2.93688L17.5799 0H14.1258L19.5742 8.02263V2.93688ZM19.5717 8.57121H12.132V11.4283H19.5717V8.57121ZM31 8.57121H23.5603V11.4283H31V8.57121ZM8.13179 8.57121H0.691589V11.4283H8.13179V8.57121Z"})),os=()=>f("div",{className:"fides-brand"},f("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",f(ts,null))),is=()=>f("div",{className:"fides-spinner"}),ge=({buttonType:e,label:t,id:o,onClick:i,className:n="",disabled:r,loading:l})=>f("button",{type:"button",id:o,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${n}`,onClick:i,"data-testid":`${t}-btn`,disabled:r||l,style:{cursor:r||l?"not-allowed":"pointer"}},t||"",l&&f(is,null));function ns(e,t){for(var o in t)e[o]=t[o];return e}function Ri(e,t){for(var o in e)if(o!=="__source"&&!(o in t))return!0;for(var i in t)if(i!=="__source"&&e[i]!==t[i])return!0;return!1}function Ui(e,t){this.props=e,this.context=t}(Ui.prototype=new te).isPureReactComponent=!0,Ui.prototype.shouldComponentUpdate=function(e,t){return Ri(this.props,e)||Ri(this.state,t)};var Gi=E.__b;E.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Gi&&Gi(e)};var rs=E.__e;E.__e=function(e,t,o,i){if(e.then){for(var n,r=t;r=r.__;)if((n=r.__c)&&n.__c)return t.__e==null&&(t.__e=o.__e,t.__k=o.__k),n.__c(e,t)}rs(e,t,o,i)};var Bi=E.unmount;function Vi(e,t,o){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(i){typeof i.__c=="function"&&i.__c()}),e.__c.__H=null),(e=ns({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(i){return Vi(i,t,o)})),e}function Hi(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(i){return Hi(i,t,o)}),e.__c&&e.__c.__P===t&&(e.__e&&o.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=o)),e}function St(){this.__u=0,this.t=null,this.__b=null}function Ki(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Ze(){this.u=null,this.o=null}E.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Bi&&Bi(e)},(St.prototype=new te).__c=function(e,t){var o=t.__c,i=this;i.t==null&&(i.t=[]),i.t.push(o);var n=Ki(i.__v),r=!1,l=function(){r||(r=!0,o.__R=null,n?n(a):a())};o.__R=l;var a=function(){if(!--i.__u){if(i.state.__a){var s=i.state.__a;i.__v.__k[0]=Hi(s,s.__c.__P,s.__c.__O)}var c;for(i.setState({__a:i.__b=null});c=i.t.pop();)c.forceUpdate()}};i.__u++||32&t.__u||i.setState({__a:i.__b=i.__v.__k[0]}),e.then(l,l)},St.prototype.componentWillUnmount=function(){this.t=[]},St.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var o=document.createElement("div"),i=this.__v.__k[0].__c;this.__v.__k[0]=Vi(this.__b,o,i.__O=i.__P)}this.__b=null}var n=t.__a&&f(ee,null,e.fallback);return n&&(n.__u&=-33),[f(ee,null,t.__a?null:e.children),n]};var Yi=function(e,t,o){if(++o[1]===o[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(o=e.u;o;){for(;o.length>3;)o.pop()();if(o[1]<o[0])break;e.u=o=o[2]}};(Ze.prototype=new te).__a=function(e){var t=this,o=Ki(t.__v),i=t.o.get(e);return i[0]++,function(n){var r=function(){t.props.revealOrder?(i.push(n),Yi(t,e,i)):n()};o?o(r):r()}},Ze.prototype.render=function(e){this.u=null,this.o=new Map;var t=Ve(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var o=t.length;o--;)this.o.set(t[o],this.u=[1,0,this.u]);return e.children},Ze.prototype.componentDidUpdate=Ze.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){Yi(e,o,t)})};var as=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,ss=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,ls=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,cs=/[A-Z0-9]/g,ds=typeof document<"u",ps=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};te.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(te.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var qi=E.event;function us(){}function fs(){return this.cancelBubble}function vs(){return this.defaultPrevented}E.event=function(e){return qi&&(e=qi(e)),e.persist=us,e.isPropagationStopped=fs,e.isDefaultPrevented=vs,e.nativeEvent=e};var gs={enumerable:!1,configurable:!0,get:function(){return this.class}},Wi=E.vnode;E.vnode=function(e){typeof e.type=="string"&&function(t){var o=t.props,i=t.type,n={};for(var r in o){var l=o[r];if(!(r==="value"&&"defaultValue"in o&&l==null||ds&&r==="children"&&i==="noscript"||r==="class"||r==="className")){var a=r.toLowerCase();r==="defaultValue"&&"value"in o&&o.value==null?r="value":r==="download"&&l===!0?l="":a==="translate"&&l==="no"?l=!1:a==="ondoubleclick"?r="ondblclick":a!=="onchange"||i!=="input"&&i!=="textarea"||ps(o.type)?a==="onfocus"?r="onfocusin":a==="onblur"?r="onfocusout":ls.test(r)?r=a:i.indexOf("-")===-1&&ss.test(r)?r=r.replace(cs,"-$&").toLowerCase():l===null&&(l=void 0):a=r="oninput",a==="oninput"&&n[r=a]&&(r="oninputCapture"),n[r]=l}}i=="select"&&n.multiple&&Array.isArray(n.value)&&(n.value=Ve(o.children).forEach(function(s){s.props.selected=n.value.indexOf(s.props.value)!=-1})),i=="select"&&n.defaultValue!=null&&(n.value=Ve(o.children).forEach(function(s){s.props.selected=n.multiple?n.defaultValue.indexOf(s.props.value)!=-1:n.defaultValue==s.props.value})),o.class&&!o.className?(n.class=o.class,Object.defineProperty(n,"className",gs)):(o.className&&!o.class||o.class&&o.className)&&(n.class=n.className=o.className),t.props=n}(e),e.$$typeof=as,Wi&&Wi(e)};var Zi=E.__r;E.__r=function(e){Zi&&Zi(e),e.__c};var Ji=E.diffed;E.diffed=function(e){Ji&&Ji(e);var t=e.props,o=e.__e;o!=null&&e.type==="textarea"&&"value"in t&&t.value!==o.value&&(o.value=t.value==null?"":t.value)};const _s=At({});var bs=Object.defineProperty,ys=Object.defineProperties,ms=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,Xi=Object.prototype.hasOwnProperty,Qi=Object.prototype.propertyIsEnumerable,en=(e,t,o)=>t in e?bs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,hs=(e,t)=>{for(var o in t||(t={}))Xi.call(t,o)&&en(e,o,t[o]);if(Je)for(var o of Je(t))Qi.call(t,o)&&en(e,o,t[o]);return e},ks=(e,t)=>ys(e,ms(t)),ws=(e,t)=>{var o={};for(var i in e)Xi.call(e,i)&&t.indexOf(i)<0&&(o[i]=e[i]);if(e!=null&&Je)for(var i of Je(e))t.indexOf(i)<0&&Qi.call(e,i)&&(o[i]=e[i]);return o};const xs=e=>{var t=e,{isActive:o,className:i,children:n}=t,r=ws(t,["isActive","className","children"]);return f("button",ks(hs({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${i||""}`}),n)};var Cs=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const Es=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:i,currentLocale:n,setCurrentLocale:r,setIsLoading:l}=J(),a=Nt(_s),s=c=>Cs(void 0,null,function*(){var u;if(c!==i.locale)if(o){l(!0);const d=yield Vo(t.fidesApiUrl,[c]);l(!1),d&&Object.keys(d).length?(a.setGvlTranslations(d[c]),Fo(i,d,e||[M]),r(c),fidesDebugger(`Fides locale updated to ${c}`)):console.error(`Unable to load GVL translation for ${c}`)}else r(c),fidesDebugger(`Fides locale updated to ${c}`);(u=document.getElementById(Qt))==null||u.focus()});return f("div",{className:"fides-i18n-menu"},f("div",{role:"group",className:"fides-i18n-popover"},i.availableLanguages.map(c=>f(xs,{key:c.locale,"data-testid":`fides-i18n-option-${c.locale}`,id:n===c.locale?"fidesActiveMenuItem":void 0,onClick:()=>s(c.locale),isActive:n===c.locale,title:c.label_en},c.label_original))),f("div",{className:"fides-i18n-pseudo-button"},f("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},f("path",{fill:"currentColor",d:"M18 32.625c.52 0 1.898-.506 3.347-3.403.619-1.245 1.153-2.756 1.547-4.472h-9.788c.394 1.716.928 3.227 1.547 4.472 1.449 2.897 2.827 3.403 3.347 3.403m-5.45-11.25h10.9a32.5 32.5 0 0 0 0-6.75h-10.9a32.5 32.5 0 0 0 0 6.75m.556-10.125h9.788c-.394-1.716-.928-3.227-1.547-4.472C19.898 3.881 18.52 3.375 18 3.375s-1.898.506-3.347 3.403c-.619 1.245-1.153 2.756-1.547 4.472m13.732 3.375A35 35 0 0 1 26.993 18c0 1.153-.056 2.285-.155 3.375h5.393c.253-1.083.394-2.215.394-3.375s-.134-2.292-.394-3.375h-5.393m4.135-3.375a14.7 14.7 0 0 0-6.92-6.567c.992 1.8 1.78 4.043 2.293 6.567h4.634zm-21.326 0c.513-2.524 1.3-4.76 2.292-6.567A14.7 14.7 0 0 0 5.02 11.25h4.634zm-5.878 3.375A14.8 14.8 0 0 0 3.375 18c0 1.16.134 2.292.394 3.375h5.393A35 35 0 0 1 9.007 18c0-1.153.056-2.285.155-3.375zm20.285 16.692a14.7 14.7 0 0 0 6.919-6.567h-4.627c-.513 2.524-1.3 4.76-2.292 6.567m-12.108 0c-.991-1.8-1.779-4.043-2.292-6.567H5.02a14.7 14.7 0 0 0 6.92 6.567zM18 36a18 18 0 1 1 0-36 18 18 0 0 1 0 36"})),n,f("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},f("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},Os=()=>{const{i18n:e}=J();if(!ae(e,"exp.privacy_policy_link_label")||!ae(e,"exp.privacy_policy_url"))return null;const t=e.t("exp.privacy_policy_link_label"),o=e.t("exp.privacy_policy_url");return f("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},f("a",{href:o,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},t))},Ps=({availableLocales:e=[M],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:i,onRejectAll:n,hideOptInOut:r,hideRejectAll:l,options:a,isInModal:s,isTCF:c,isMinimalTCF:u,isGVLLoading:d})=>{var _;const[v,p]=R(!1),{i18n:b}=J(),y=es("(max-width: 768px)"),m=((_=b.availableLanguages)==null?void 0:_.length)>1,h=ae(b,"exp.privacy_policy_link_label")&&ae(b,"exp.privacy_policy_url"),w=()=>{const C=!c||!u;p(!C),t&&C&&t()},k=s&&a.showFidesBrandLink;return I(()=>{v&&!u&&w()},[v,u]),f("div",{id:"fides-button-group"},f("div",{className:s?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!o&&o(),!r&&f(ee,null,c&&!!t&&f(ge,{buttonType:Y.SECONDARY,label:b.t("exp.privacy_preferences_link_label"),onClick:w,className:"fides-manage-preferences-button",loading:v}),!l&&f(ge,{buttonType:Y.PRIMARY,label:b.t("exp.reject_button_label"),onClick:n,className:"fides-reject-all-button",loading:d}),f(ge,{buttonType:Y.PRIMARY,label:b.t("exp.accept_button_label"),onClick:i,className:"fides-accept-all-button",loading:d}))),f("div",{className:`${s?"fides-modal-button-group fides-modal-secondary-actions":"fides-banner-button-group fides-banner-secondary-actions"}${m?" fides-button-group-i18n":""}${h?" fides-button-group-privacy-policy":""}${k?" fides-button-group-brand":""}`},m&&f(Es,{availableLocales:e,options:a,isTCF:!!c}),!c&&!!t&&f(ge,{buttonType:y?Y.SECONDARY:Y.TERTIARY,label:b.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),h&&f(Os,null),k&&f(os,null)))},tn=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:i,onManagePreferencesClick:n,enabledKeys:r,isInModal:l,isAcknowledge:a,hideOptInOut:s=!1,options:c})=>{const{i18n:u}=J();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:d}=e,_=()=>{i(T.ACKNOWLEDGE,d.map(b=>b.notice_key))},v=()=>{i(T.SAVE,r)},p=()=>a?f(ge,{buttonType:Y.PRIMARY,label:u.t("exp.acknowledge_button_label"),onClick:_,className:"fides-acknowledge-button"}):l?f(ge,{buttonType:s?Y.PRIMARY:Y.SECONDARY,label:u.t("exp.save_button_label"),onClick:v,className:"fides-save-button"}):null;return f(Ps,{availableLocales:e.available_locales,onManagePreferencesClick:n,onAcceptAll:t,onRejectAll:o,isInModal:l,renderFirstButton:p,hideOptInOut:s,options:c})};var As=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'],$s="Tab",Ns="Escape";function K(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}K.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=Ce('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(t){t.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=Ce("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Ce('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},K.prototype.show=function(e){if(this.shown)return this;this._previouslyFocused=document.activeElement;const t=e&&e.target?e.target:null;return t&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=t),this.$el.removeAttribute("aria-hidden"),this.shown=!0,on(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},K.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},K.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},K.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},K.prototype.off=function(e,t){var o=(this._listeners[e]||[]).indexOf(t);return o>-1&&this._listeners[e].splice(o,1),this},K.prototype._fire=function(e,t){var o=this._listeners[e]||[],i=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(i),o.forEach(function(n){n(this.$el,t)}.bind(this))},K.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===Ns&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===$s&&Ls(this.$el,e))},K.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&on(this.$el)};function Ts(e){return Array.prototype.slice.call(e)}function Ce(e,t){return Ts((t||document).querySelectorAll(e))}function on(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Ss(e){return Ce(As.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function Ls(e,t){var o=Ss(e),i=o.indexOf(document.activeElement);t.shiftKey&&i===0?(o[o.length-1].focus(),t.preventDefault()):!t.shiftKey&&i===o.length-1&&(o[0].focus(),t.preventDefault())}function Lt(){Ce("[data-a11y-dialog]").forEach(function(e){new K(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Lt):window.requestAnimationFrame?window.requestAnimationFrame(Lt):window.setTimeout(Lt,16));const Is=()=>{const[e,t]=R(null),o=j(i=>{if(i!==null){const n=new K(i);n.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(n)}},[]);return{instance:e,container:o}},Fs=({role:e,id:t,onClose:o})=>{const{instance:i,container:n}=Is(),r=e==="alertdialog",l=`${t}-title`,a=j(()=>{i&&i.hide(),o&&o()},[o,i]);return I(()=>()=>{i&&i.destroy()},[i]),{instance:i,attributes:{container:{id:t,ref:n,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":l},overlay:{onClick:r?void 0:a},dialog:{role:"document"},closeButton:{type:"button",onClick:a},title:{role:"heading","aria-level":1,id:l}}}},js=()=>f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},f("path",{d:"M9 12.05a.68.68 0 0 0-.68.7c0 .39.32.7.68.7.39 0 .68-.31.68-.7a.66.66 0 0 0-.68-.7Zm0-1.18c.26 0 .44-.2.44-.46V6.19c0-.26-.2-.47-.44-.47a.49.49 0 0 0-.47.47v4.22c0 .25.21.46.47.46Zm7.27 2.27-5.85-9.9c-.3-.5-.83-.8-1.42-.8-.6 0-1.12.3-1.42.8l-5.86 9.9c-.3.5-.3 1.1-.01 1.6.3.51.83.82 1.43.82h11.72c.6 0 1.13-.3 1.43-.82.29-.5.28-1.1-.02-1.6Zm-.82 1.1c-.1.25-.33.38-.62.38H3.14a.7.7 0 0 1-.61-.35.64.64 0 0 1 0-.65l5.86-9.9A.7.7 0 0 1 9 3.37a.7.7 0 0 1 .61.35l5.86 9.9c.1.2.12.44-.02.63Z"})),Ds=({title:e,description:t})=>f("div",{className:"fides-gpc-banner"},f("div",{className:"fides-gpc-warning"},f(js,null)),f("div",null,f("p",{className:"fides-gpc-header"},e),f("p",null,t)));var Ms=Object.defineProperty,zs=Object.defineProperties,Rs=Object.getOwnPropertyDescriptors,nn=Object.getOwnPropertySymbols,Us=Object.prototype.hasOwnProperty,Gs=Object.prototype.propertyIsEnumerable,rn=(e,t,o)=>t in e?Ms(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Bs=(e,t)=>{for(var o in t||(t={}))Us.call(t,o)&&rn(e,o,t[o]);if(nn)for(var o of nn(t))Gs.call(t,o)&&rn(e,o,t[o]);return e},Vs=(e,t)=>zs(e,Rs(t));const an=({titleProps:e,className:t,renderModalFooter:o,children:i,onVendorPageClick:n})=>{var r,l;const{i18n:a}=J(),s=a.t("exp.title"),c=a.t("exp.description"),u=fe().globalPrivacyControl,d=a.t("static.gpc.title"),_=a.t("static.gpc.description");return f(ee,null,f("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},f("div",{className:"fides-modal-body"},f("div",Vs(Bs({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),s),f("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},f(Mi,{onVendorPageClick:n,description:c,allowHTMLDescription:(l=(r=window.Fides)==null?void 0:r.options)==null?void 0:l.allowHTMLDescription})),u&&f(Ds,{title:d,description:_}),i)),f("div",{className:"fides-modal-footer"},o()))};var Hs=Object.defineProperty,Ks=Object.defineProperties,Ys=Object.getOwnPropertyDescriptors,sn=Object.getOwnPropertySymbols,qs=Object.prototype.hasOwnProperty,Ws=Object.prototype.propertyIsEnumerable,ln=(e,t,o)=>t in e?Hs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,It=(e,t)=>{for(var o in t||(t={}))qs.call(t,o)&&ln(e,o,t[o]);if(sn)for(var o of sn(t))Ws.call(t,o)&&ln(e,o,t[o]);return e},Ft=(e,t)=>Ks(e,Ys(t));const Zs=({attributes:e,children:t,dismissable:o,onVendorPageClick:i,renderModalFooter:n})=>{const{container:r,overlay:l,dialog:a,title:s,closeButton:c}=e;return f("div",Ft(It({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),f("div",Ft(It({},l),{className:"fides-modal-overlay"})),f("div",Ft(It({"data-testid":"fides-modal-content"},a),{className:"fides-modal-content"}),f("div",{className:"fides-modal-header"},f("div",null),f(Fi,{ariaLabel:"Close modal",onClick:c.onClick,hidden:window.Fides.options.preventDismissal||!o})),f(an,{titleProps:s,renderModalFooter:n,onVendorPageClick:i},t)))},Js=({options:e,experience:t,cookie:o,savedConsent:i,onOpen:n,onDismiss:r,renderBanner:l,renderModalContent:a,renderModalFooter:s,onVendorPageClick:c,isUiBlocking:u})=>{const{i18n:d}=J(),_=100,v=Va(),p=e.modalLinkId||"fides-modal-link",b=!t||!!e.fidesEmbed||e.modalLinkId==="",y=Ba(p,b),m=za(null),[h,w]=R(null);I(()=>{h===null&&w(!Oe(t,o,i,e))},[h]);const[k,C]=R(e.fidesEmbed?Oe(t,o,i,e):!1);I(()=>(u&&k?ba():Qo(),()=>{Qo()}),[u,k]);const $=j(({saved:O=!1})=>{q("FidesModalClosed",o,e.debug,{saved:O}),O||r()},[o,r,e.debug]),{instance:U,attributes:B}=Fs({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{$({saved:!1})}}),D=j(()=>{e.fidesEmbed?C(!1):U&&(C(!1),U.show(),n())},[U,n,e]),N=j(()=>{U&&!e.fidesEmbed&&(U.hide(),$({saved:!0}))},[U,$,e.fidesEmbed]);I(()=>{e.fidesEmbed&&!k&&n()},[e,n,k]),I(()=>{const O=setTimeout(()=>{h||C(!0)},_);return()=>clearTimeout(O)},[h,C]),I(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=D),()=>{window.Fides.showModal=ot}),[t,D,e.fidesEmbed]),I(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),b?fidesDebugger("Modal Link is disabled for this experience."):y?(fidesDebugger("Modal link element found, updating it to show and trigger modal on click."),m.current=y,m.current.addEventListener("click",window.Fides.showModal),m.current.classList.add("fides-modal-link-shown")):fidesDebugger(`Searching for Modal link element #${p}...`),()=>{m.current&&m.current.removeEventListener("click",window.Fides.showModal)}),[y,b,p]);const x=()=>{D()};return v?t.experience_config?f("div",{id:Qt,tabIndex:-1},!h&&k&&u&&f("div",{className:"fides-modal-overlay"}),e.fidesEmbed?k||!a||!s?null:f(an,{titleProps:B.title,renderModalFooter:()=>s({onClose:N,isMobile:!1}),onVendorPageClick:c},a()):f(Zs,{attributes:B,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>s?s({onClose:N,isMobile:!1}):null},a&&a()),!h&&l({isOpen:k,isEmbedded:e.fidesEmbed,onClose:()=>{C(!1)},onManagePreferencesClick:x})):(fidesDebugger("No experience config found"),null):null},Xs=({label:e,name:t,id:o,checked:i,onChange:n,disabled:r,onLabel:l,offLabel:a})=>{const s=i?l:a;return f("div",{className:"fides-toggle","data-testid":`toggle-${e}`},f("input",{type:"checkbox",name:t,"aria-label":e,className:"fides-toggle-input",onChange:()=>{n(o,{type:"toggle",label:e,checked:!i})},checked:i,role:"switch",disabled:r}),f("span",{className:"fides-toggle-display"},s))};var Qs=Object.defineProperty,el=Object.defineProperties,tl=Object.getOwnPropertyDescriptors,cn=Object.getOwnPropertySymbols,ol=Object.prototype.hasOwnProperty,il=Object.prototype.propertyIsEnumerable,dn=(e,t,o)=>t in e?Qs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,pn=(e,t)=>{for(var o in t||(t={}))ol.call(t,o)&&dn(e,o,t[o]);if(cn)for(var o of cn(t))il.call(t,o)&&dn(e,o,t[o]);return e},nl=(e,t)=>el(e,tl(t));const rl=({noticeKey:e,title:t,checked:o,onToggle:i,children:n,badge:r,gpcBadge:l,disabled:a,onLabel:s,offLabel:c,isHeader:u,includeToggle:d=!0})=>{const{isOpen:_,getButtonProps:v,getDisclosureProps:p,onToggle:b}=Ga({id:e}),y=(w,k)=>{(w.code==="Space"||w.code==="Enter")&&(w.preventDefault(),k&&b())},m=n!=null,h=m?v():{};return f("div",{className:_&&m?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},f("div",{key:e,className:"fides-notice-toggle-title"},f("span",nl(pn({role:"button",tabIndex:0,onKeyDown:w=>y(w,m)},h),{className:u?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),f("span",{className:"fides-flex-center fides-justify-space-between"},t)),f("span",{className:"fides-notice-toggle-controls"},l,r?f("span",{className:"fides-notice-badge"},r):null,d?f(Xs,{label:t,name:e,id:e,checked:o,onChange:i,disabled:a,onLabel:s,offLabel:c}):null)),n?f("div",pn({},p()),n):null)},al=()=>f("hr",{className:"fides-divider"}),sl=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:i}=J(),n=(a,s)=>{const c={key:a,type:"notice"};t.indexOf(a)===-1?o([...t,a],s,c):o(t.filter(u=>u!==a),s,c)};let r,l;return De(i)===M&&(r="On",l="Off"),f("div",null,e.map((a,s)=>{const{noticeKey:c,title:u,description:d,checked:_,disabled:v,gpcStatus:p}=a,b=s===e.length-1;return f("div",{key:c},f(rl,{noticeKey:c,title:u,checked:_,onToggle:n,gpcBadge:f(zi,{status:p}),disabled:v,onLabel:r,offLabel:l},d),b?null:f(al,null))}))};var ll=Object.defineProperty,cl=Object.defineProperties,dl=Object.getOwnPropertyDescriptors,un=Object.getOwnPropertySymbols,pl=Object.prototype.hasOwnProperty,ul=Object.prototype.propertyIsEnumerable,fn=(e,t,o)=>t in e?ll(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,fl=(e,t)=>{for(var o in t||(t={}))pl.call(t,o)&&fn(e,o,t[o]);if(un)for(var o of un(t))ul.call(t,o)&&fn(e,o,t[o]);return e},vl=(e,t)=>cl(e,dl(t));const gl=({options:e,experience:t,fidesRegionString:o,cookie:i,propertyId:n})=>{var r;const{i18n:l,currentLocale:a,setCurrentLocale:s}=J(),c=me(),u=window.Fides.saved_consent,d=x=>t.privacy_notices?t.privacy_notices.map(O=>at(O,x||u||c?.consent)?O.notice_key:""):[];I(()=>{!a&&l.locale&&s(l.locale)},[a,l.locale,s]);const _=xe(()=>{if(t.experience_config){const x=Me(l,t.experience_config);return x?.privacy_experience_config_history_id}},[t,l,a]),v=xe(()=>{var x;const O=((x=t.privacy_notices)!=null?x:[]).map(z=>{var ce,Xe;const Mt=z.consent_mechanism===V.NOTICE_ONLY||((Xe=(ce=e.fidesDisabledNotices)==null?void 0:ce.includes(z.notice_key))!=null?Xe:!1)||z.disabled,Nl=gt(l,z);return{notice:vl(fl({},z),{disabled:Mt}),bestTranslation:Nl}}),S=O.filter(z=>z.notice.consent_mechanism===V.NOTICE_ONLY),G=O.filter(z=>z.notice.consent_mechanism!==V.NOTICE_ONLY);return[...S,...G]},[t.privacy_notices,l,a,e.fidesDisabledNotices]),[p,b]=R(d());window.addEventListener("FidesUpdating",x=>{b(d(x.detail.consent))});const y=v.every(x=>x.notice.consent_mechanism===V.NOTICE_ONLY),m=v.map(x=>{var O,S;const G=p.indexOf(x.notice.notice_key)!==-1,z=fe(),ce=Wt({value:G,notice:x.notice,consentContext:z});return{noticeKey:x.notice.notice_key,title:((O=x.bestTranslation)==null?void 0:O.title)||x.notice.name||"",description:(S=x.bestTranslation)==null?void 0:S.description,checked:G,consentMechanism:x.notice.consent_mechanism,disabled:x.notice.disabled,gpcStatus:ce}}),{servedNoticeHistoryId:h}=Za({privacyExperienceConfigHistoryId:_,privacyNoticeHistoryIds:v.reduce((x,O)=>{var S;const G=(S=O.bestTranslation)==null?void 0:S.privacy_notice_history_id;return G&&x.push(G),x},[]),options:e,userGeography:o,acknowledgeMode:y,privacyExperience:t,propertyId:n}),w=j((x,O)=>{const S=Jt(v,O);yt({consentPreferencesToSave:S,privacyExperienceConfigHistoryId:_,experience:t,consentMethod:x,options:e,userLocationString:o,cookie:i,servedNoticeHistoryId:h,propertyId:n,updateCookie:G=>ut(G,S)}),b(O)},[i,o,t,e,_,v,h,n]),k=j(x=>{w(x?T.SCRIPT:T.ACCEPT,v.filter(O=>!O.notice.disabled||p.includes(O.notice.notice_key)).map(O=>O.notice.notice_key))},[p,w,v]),C=j(x=>{w(x?T.SCRIPT:T.REJECT,v.filter(O=>O.notice.consent_mechanism===V.NOTICE_ONLY||O.notice.disabled&&p.includes(O.notice.notice_key)).map(O=>O.notice.notice_key))},[p,w,v]);I(()=>{Vt(e)&&t.privacy_notices&&(e.fidesConsentOverride===T.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),k(!0)):e.fidesConsentOverride===T.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),C(!0)))},[t.privacy_notices,e.fidesConsentOverride]);const $=j(()=>{q("FidesUIShown",i,e.debug,{servingComponent:be.BANNER})},[i,e.debug]),U=j(()=>{q("FidesUIShown",i,e.debug,{servingComponent:be.MODAL})},[i,e.debug]),B=j(()=>{ct(c?.consent)||w(T.DISMISS,d())},[w,d,c?.consent]);if(!t.experience_config)return fidesDebugger("No experience config found"),null;const D=!!((r=t.experience_config)!=null&&r.dismissable),N=v.length===1;return f(Js,{options:e,experience:t,cookie:i,savedConsent:u,isUiBlocking:!D,onOpen:U,onDismiss:B,renderBanner:({isEmbedded:x,isOpen:O,onClose:S,onManagePreferencesClick:G})=>{var z;const ce=y||((z=t.experience_config)==null?void 0:z.layer1_button_options)===et.ACKNOWLEDGE;return f(Qa,{bannerIsOpen:O,dismissable:D,onOpen:$,onClose:()=>{S(),B()},isEmbedded:x,renderButtonGroup:()=>f(tn,{experience:t,onManagePreferencesClick:G,enabledKeys:p,onAcceptAll:()=>{k(),S()},onRejectAll:()=>{C(),S()},onSave:(Xe,Mt)=>{w(Xe,Mt),S()},isAcknowledge:ce,hideOptInOut:ce,options:e})})},renderModalContent:()=>f("div",null,f("div",{className:"fides-modal-notices"},f(sl,{noticeToggles:m,enabledNoticeKeys:p,onChange:(x,O,S)=>{const G={servingComponent:"modal",trigger:O,preference:S};b(x),q("FidesUIChanged",i,e.debug,G)}}))),renderModalFooter:({onClose:x})=>f(tn,{experience:t,enabledKeys:p,onAcceptAll:()=>{k(),x()},onRejectAll:()=>{C(),x()},onSave:(O,S)=>{w(O,S),x()},isInModal:!0,isAcknowledge:y,hideOptInOut:N||y,options:e})})};var _l=Object.defineProperty,vn=Object.getOwnPropertySymbols,bl=Object.prototype.hasOwnProperty,yl=Object.prototype.propertyIsEnumerable,gn=(e,t,o)=>t in e?_l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ml=(e,t)=>{for(var o in t||(t={}))bl.call(t,o)&&gn(e,o,t[o]);if(vn)for(var o of vn(t))yl.call(t,o)&&gn(e,o,t[o]);return e};const hl=(e,t)=>{const{i18n:o}=e;bi(f(Ja,{i18nInstance:o},f(gl,ml({},e))),t)};var kl=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});function wl(e){return kl(this,null,function*(){var t;if(!((t=e.options.apiOptions)!=null&&t.getPreferencesFn))return null;try{return yield e.options.apiOptions.getPreferencesFn(e)}catch{return null}})}var xl=Object.defineProperty,Cl=Object.defineProperties,El=Object.getOwnPropertyDescriptors,_n=Object.getOwnPropertySymbols,Ol=Object.prototype.hasOwnProperty,Pl=Object.prototype.propertyIsEnumerable,bn=(e,t,o)=>t in e?xl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,X=(e,t)=>{for(var o in t||(t={}))Ol.call(t,o)&&bn(e,o,t[o]);if(_n)for(var o of _n(t))Pl.call(t,o)&&bn(e,o,t[o]);return e},jt=(e,t)=>Cl(e,El(t)),yn=(e,t,o)=>new Promise((i,n)=>{var r=s=>{try{a(o.next(s))}catch(c){n(c)}},l=s=>{try{a(o.throw(s))}catch(c){n(c)}},a=s=>s.done?i(s.value):Promise.resolve(s.value).then(r,l);a((o=o.apply(e,t)).next())});const Dt=e=>{typeof window<"u"&&(window.Fides=e)},Al=({cookie:e,experience:t})=>{let o=t;return ct(e.consent)&&(o=pt({experience:t,cookie:e})),o};function $l(e){return yn(this,null,function*(){var t,o,i,n,r,l;let a=(t=e??this.config)!=null?t:hn("Fides must be initialized with a configuration object");rr(!!((o=a.options)!=null&&o.debug)),this.config=a,q("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((n=(i=this.config.experience)==null?void 0:i.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const s=ni(pe.OPTIONS,a),c=ni(pe.EXPERIENCE_TRANSLATION,a),u=yield wl(a);!s.fidesString&&u!=null&&u.fides_string&&(s.fidesString=u.fides_string);const d={optionsOverrides:s,consentPrefsOverrides:u,experienceTranslationOverrides:c};ko(s);let _,v=!1,p;if(!me()){const{consent:h,method:w}=wo(s);h&&w&&(_=h,p=w)}a=jt(X({},a),{options:X(X({},a.options),d.optionsOverrides)}),this.cookie=Ca(a),this.cookie.consent=X(X({},this.cookie.consent),_),this.saved_consent=X({},this.cookie.consent);const{fidesString:b}=a.options;if(b)try{const{nc:h}=Po(b);this.decodeNoticeConsentString(h);const w={fides_string:b};this.cookie=X(X({},this.cookie),w)}catch{}_&&p&&(Object.assign(this.cookie.fides_meta,{consentMethod:p}),dt(this.cookie,a.options.base64Cookie),v=!0);const y=Ea(jt(X({},a),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:pt}));y&&(Object.assign(this,y),Dt(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(r=y?.experience)!=null?r:a.experience;const m=yield Oa(jt(X({},a),{fides:this,initOverlay:hi,renderOverlay:hl,updateExperience:Al,overrides:d,propertyId:a.propertyId}));if(Object.assign(this,m),Dt(this),_&&v&&p&&ne(this.experience)&&this.experience.privacy_notices){const h=new Map(this.experience.privacy_notices.map(k=>[k.notice_key,k])),w=Object.entries(this.cookie.consent).map(([k,C])=>{const $=h.get(k);return $?new de($,oe(C),k):null}).filter(k=>k!==null);yield yt({consentPreferencesToSave:w,experience:this.experience,consentMethod:p,options:a.options,cookie:this.cookie,userLocationString:(l=this.geolocation)==null?void 0:l.region,updateCookie:k=>yn(this,null,function*(){return k}),propertyId:a.propertyId})}q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}Dt({consent:{},experience:void 0,geolocation:{},locale:M,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:!1,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:!1,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!0,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},blueconic:An,gtm:Sn,init:$l,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:Oo,shouldShowExperience(){return Oe(this.experience,this.cookie,this.saved_consent,this.options)},meta:In,shopify:Dn,showModal:ot,getModalLinkLabel:()=>Pe,encodeNoticeConsentString:Xt,decodeNoticeConsentString:it}),g.BannerEnabled=Ut,g.ButtonType=Y,g.CONSENT_COOKIE_MAX_AGE_DAYS=lo,g.CONSENT_COOKIE_NAME=lt,g.ComponentType=F,g.ConsentMechanism=V,g.ConsentMethod=T,g.DEFAULT_LOCALE=M,g.DEFAULT_MODAL_LINK_LABEL=Pe,g.EnforcementLevel=Rt,g.FidesEndpointPaths=Go,g.GpcStatus=Q,g.LOCALE_REGEX=Ae,g.Layer1ButtonOption=et,g.OverrideType=pe,g.PrivacyNoticeFramework=zt,g.REQUEST_SOURCE=Ko,g.RejectAllMechanism=Gt,g.RequestOrigin=Bt,g.SaveConsentPreference=de,g.ServingComponent=be,g.UserConsentPreference=H,g.allNoticesAreDefaultOptIn=kn,g.areLocalesEqual=Z,g.buildCookieConsentFromConsentPreferences=_o,g.consentCookieObjHasSomeConsentSet=ct,g.constructFidesRegionString=tt,g.createConsentPreferencesToSave=Jt,g.decodeNoticeConsentString=it,g.defaultShowModal=ot,g.detectUserLocale=jo,g.dispatchFidesEvent=q,g.encodeNoticeConsentString=Xt,g.experienceIsValid=Yt,g.extractDefaultLocaleFromExperience=No,g.fetchExperience=Bo,g.fetchGvlTranslations=Vo,g.getConsentContext=fe,g.getConsentStateFromExperience=bo,g.getCookieByName=je,g.getCurrentLocale=De,g.getFidesConsentCookie=me,g.getGeolocation=Wo,g.getGpcStatusFromNotice=Wt,g.getOrMakeFidesCookie=fo,g.getOverrideValidatorMapByType=Kt,g.getTcfDefaultPreference=wn,g.getWindowObjFromPath=qt,g.i18n=na,g.initOverlay=hi,g.initializeI18n=Mo,g.isNewFidesCookie=po,g.isPrivacyExperience=ne,g.loadGVLMessagesFromExperience=Io,g.loadMessagesFromExperience=Lo,g.loadMessagesFromFiles=So,g.loadMessagesFromGVLTranslations=Fo,g.localizeModalLinkText=zo,g.makeConsentDefaultsLegacy=vo,g.makeFidesCookie=uo,g.matchAvailableLocales=Do,g.messageExists=ae,g.noticeHasConsentInCookie=Ee,g.onFidesEvent=Oo,g.parseFidesDisabledNotices=Zt,g.patchNoticesServed=qo,g.patchUserPreference=Yo,g.removeCookiesFromBrowser=go,g.resolveConsentValue=at,g.resolveLegacyConsentValue=ro,g.saveFidesCookie=dt,g.selectBestExperienceConfigTranslation=Me,g.selectBestNoticeTranslation=gt,g.setupI18n=_t,g.shouldResurfaceBanner=Oe,g.transformConsentToFidesUserPreference=oe,g.transformTcfPreferencesToCookieKeys=er,g.transformUserPreferenceToBoolean=ue,g.updateCookieFromExperience=yo,g.updateCookieFromNoticePreferences=ut,g.updateExperienceFromCookieConsentNotices=pt,g.validateOptions=Ht});