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.
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/METADATA +1 -1
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/RECORD +165 -161
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/WHEEL +1 -1
- fides/_version.py +3 -3
- fides/api/alembic/migrations/versions/d0cbfec0b2dd_add_okta_to_connection_types.py +61 -0
- fides/api/models/connectionconfig.py +3 -0
- fides/api/schemas/connection_configuration/__init__.py +9 -1
- fides/api/schemas/connection_configuration/connection_secrets_okta.py +28 -0
- fides/api/schemas/connection_configuration/enums/system_type.py +1 -0
- fides/api/service/connectors/__init__.py +2 -0
- fides/api/service/connectors/okta_connector.py +82 -0
- fides/api/service/connectors/website_connector.py +3 -0
- fides/api/task/task_resources.py +3 -0
- fides/ui-build/static/admin/404.html +1 -1
- fides/ui-build/static/admin/_next/static/{WSibKOvTP1wQ2ioehb_pY → 41G5DqvxaeevMKeDa2GHI}/_buildManifest.js +1 -1
- fides/ui-build/static/admin/_next/static/chunks/4481-07b76ecbabb5b27c.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/5973-3cd839e76636a62e.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/{_app-e2f86c400e5d4c5d.js → _app-e72a874012ab832d.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations/{[id]-900e1581de2811c1.js → [id]-edfa3f23be117915.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations-225715668d4cf4c4.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/consent/[configuration_id]/{[purpose_id]-e4bee84add8a913b.js → [purpose_id]-37b2b8def129b56e.js} +1 -1
- fides/ui-build/static/admin/add-systems/manual.html +1 -1
- fides/ui-build/static/admin/add-systems/multiple.html +1 -1
- fides/ui-build/static/admin/add-systems.html +1 -1
- fides/ui-build/static/admin/ant-poc.html +1 -1
- fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
- fides/ui-build/static/admin/consent/configure.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
- fides/ui-build/static/admin/consent/properties.html +1 -1
- fides/ui-build/static/admin/consent/reporting.html +1 -1
- fides/ui-build/static/admin/consent.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
- fides/ui-build/static/admin/data-catalog.html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
- fides/ui-build/static/admin/data-discovery/activity.html +1 -1
- fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/detection.html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
- fides/ui-build/static/admin/datamap.html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
- fides/ui-build/static/admin/dataset/new.html +1 -1
- fides/ui-build/static/admin/dataset.html +1 -1
- fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
- fides/ui-build/static/admin/datastore-connection/new.html +1 -1
- fides/ui-build/static/admin/datastore-connection.html +1 -1
- fides/ui-build/static/admin/images/connector-logos/okta.svg +7 -0
- fides/ui-build/static/admin/index.html +1 -1
- fides/ui-build/static/admin/integrations/[id].html +1 -1
- fides/ui-build/static/admin/integrations.html +1 -1
- fides/ui-build/static/admin/lib/fides-ext-gpp.js +1 -1
- fides/ui-build/static/admin/lib/fides-headless.js +1 -1
- fides/ui-build/static/admin/lib/fides-preview.js +1 -1
- fides/ui-build/static/admin/lib/fides-tcf.js +3 -3
- fides/ui-build/static/admin/lib/fides.js +2 -2
- fides/ui-build/static/admin/login/[provider].html +1 -1
- fides/ui-build/static/admin/login.html +1 -1
- fides/ui-build/static/admin/messaging/[id].html +1 -1
- fides/ui-build/static/admin/messaging/add-template.html +1 -1
- fides/ui-build/static/admin/messaging.html +1 -1
- fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
- fides/ui-build/static/admin/privacy-requests.html +1 -1
- fides/ui-build/static/admin/properties/[id].html +1 -1
- fides/ui-build/static/admin/properties/add-property.html +1 -1
- fides/ui-build/static/admin/properties.html +1 -1
- fides/ui-build/static/admin/reporting/datamap.html +1 -1
- fides/ui-build/static/admin/settings/about.html +1 -1
- fides/ui-build/static/admin/settings/consent/[configuration_id]/[purpose_id].html +1 -1
- fides/ui-build/static/admin/settings/consent.html +1 -1
- fides/ui-build/static/admin/settings/custom-fields.html +1 -1
- fides/ui-build/static/admin/settings/domain-records.html +1 -1
- fides/ui-build/static/admin/settings/domains.html +1 -1
- fides/ui-build/static/admin/settings/email-templates.html +1 -1
- fides/ui-build/static/admin/settings/locations.html +1 -1
- fides/ui-build/static/admin/settings/organization.html +1 -1
- fides/ui-build/static/admin/settings/regulations.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id].html +1 -1
- fides/ui-build/static/admin/systems.html +1 -1
- fides/ui-build/static/admin/taxonomy.html +1 -1
- fides/ui-build/static/admin/user-management/new.html +1 -1
- fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
- fides/ui-build/static/admin/user-management.html +1 -1
- fides/ui-build/static/admin/_next/static/chunks/4481-c587763cfbc603c7.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/5973-6bb609a5771dfe2a.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations-750f32b5bd24542a.js +0 -1
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/entry_points.txt +0 -0
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/licenses/LICENSE +0 -0
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.60.2b1.dist-info}/top_level.txt +0 -0
- /fides/ui-build/static/admin/_next/static/{WSibKOvTP1wQ2ioehb_pY → 41G5DqvxaeevMKeDa2GHI}/_ssgManifest.js +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{1100-574adc8f50f9ef3a.js → 1100-2cf394cd4471259e.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{1904-3aa43570520790fc.js → 1904-f87496dea2581dc8.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{2479-b91631f5e7ad58fe.js → 2479-d6501f8b9bca3d8b.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3503-f8b68879ea28e6ee.js → 3503-9cc9334d3a68f43e.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3505-a94b641168547225.js → 3505-be2b4bf19fc92dd1.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3513-bcef489f2c8e30e1.js → 3513-a67cbaea856db18b.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3855-cf98ef0345aa9cca.js → 3855-d3f97721e4660f01.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3872-7382a9d55bb94d53.js → 3872-df1ba49f1a04d709.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{401-f18cd4739b98ce74.js → 401-54d252182b3e2ea7.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{4060-891319185929d1ae.js → 4060-59e9be4a1470e956.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{4121-6d5719d695f696ca.js → 4121-86ddc6a0c73b7287.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{5487-1035279f9f4aaa81.js → 5487-4883ba29c664eb59.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{5826-dbb96ab3cc360ed4.js → 5826-933b8ee2bb1f2127.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6277-70d615c50ac54e1d.js → 6277-4c913be9a3224d85.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6853-38e3fd5a7b1bde87.js → 6853-69b4ed278f795088.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{69-5f2103ace46481d6.js → 69-1c5ef5d9bd62c647.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6954-92f362ffea739388.js → 6954-20fef944516137e9.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{7751-b61c0979c4f5ba79.js → 7751-b18457156beb526c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{79-82c500f39db614d1.js → 79-2bfc1edf2768a8ca.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{8934-5e141988ad7c1000.js → 8934-d721b469d866804f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9327-1b672d64969cfafb.js → 9327-ff3bcfb81f5b13ff.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9572-235d37e0b7db0257.js → 9572-0d0f7ec92668289c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9767-8d96e7f8fd72eadc.js → 9767-ef56c202c0aed26e.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9951-d8d18047e05b1df4.js → 9951-6858d7c48b6af193.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9965-4149f5bb9ccf2c54.js → 9965-5458a5e440196293.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{add-systems-72768fa90f31d936.js → add-systems-05ece3100a0c3419.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{ant-poc-4cad8b20c7fa422c.js → ant-poc-3a07457432d08020.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{configure-7d3f39e6207c0d4d.js → configure-07b20c42253721ed.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-experience-08bcc477fa5544b6.js → privacy-experience-0bede0bfe68670e8.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-notices-22693568fd342608.js → privacy-notices-71028bda4ba9bcf9.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{reporting-c71f7e3ef8a3bdd4.js → reporting-bddf1524caf1eb17.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{consent-49cec8727ba462e1.js → consent-b2ccaff7cb5a7110.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/{projects-a637d57347ad4bd7.js → projects-e249f80191e95778.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{data-catalog-f416c61699380589.js → data-catalog-ce3633a6b06e55a9.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/{[systemId]-d59f6f49d91c4166.js → [systemId]-e133a36e8a84f1eb.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/{[monitorId]-fc99be4f494946cf.js → [monitorId]-b13d724f5c018dbc.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{action-center-36e75ed0154c9d07.js → action-center-84842f32dfe1a457.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{activity-aec2dd0d89d11c1f.js → activity-675069b1fc87e064.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{datamap-359ab1b6513a5329.js → datamap-b1b8a9c527c81aa2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/dataset/{new-274b8cf0932e2741.js → new-0ab5d223bb086360.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{dataset-9b3ab8de38e343b9.js → dataset-32a74faa36cd0e41.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{datastore-connection-3a196ef552fb5352.js → datastore-connection-d13440427c446de5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{index-e5fa3ad65420815b.js → index-d996683a6be4989d.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{messaging-226fdc9ccf65bf88.js → messaging-ad70e91809840341.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{[id]-f208ea9573f5d16f.js → [id]-5690e61a492ecfe7.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/{messaging-9103ff5824f10280.js → messaging-dc057b74178117ee.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/{storage-ccc8829fb8e6d889.js → storage-2377669c82a0ce70.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{configure-f0fcddade8258445.js → configure-2f5d74846a0d2fb6.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{privacy-requests-0cd0024113f958da.js → privacy-requests-cd6f3319866992d2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/reporting/{datamap-4aafe0b82fe05626.js → datamap-02bf6b4e43e0457d.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{about-1b1273e9eb69ac45.js → about-5320dbda1705cf4c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{consent-60f6d15fa6c6b1af.js → consent-6af20633b9646c93.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{custom-fields-298fa77e090bf7cb.js → custom-fields-42692f8a5fcae0b2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domain-records-3b59fd523eee38fc.js → domain-records-2161d4fd1f3fe54c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domains-1c1f4f775561e528.js → domains-7cbaa712ed7bd146.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{email-templates-ebb37a1ae630931a.js → email-templates-e99dc55a7a48a208.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{locations-84f0c04250972998.js → locations-40bc52b108e6ab44.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{organization-2fcbf2b113dce00c.js → organization-693223a45403713e.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/[id]/{test-datasets-7bf0c1ff8d1d09cf.js → test-datasets-371665a915463095.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/{[id]-3a2a18084f89dc04.js → [id]-54a928ef67fa344f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{systems-c921992c82514912.js → systems-22c29d7ee580c63f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{taxonomy-07d26364d187c7c3.js → taxonomy-69d7eaf99cd157eb.js} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
(function(k,de){typeof exports=="object"&&typeof module<"u"?de(exports):typeof define=="function"&&define.amd?define(["exports"],de):(k=typeof globalThis<"u"?globalThis:k||self,de(k.Fides={}))})(this,function(k){"use strict";class de extends Error{constructor(e){super(e),this.name="DecodingError"}}class ye extends Error{constructor(e){super(e),this.name="EncodingError"}}class Qe extends Error{constructor(e){super(e),this.name="GVLError"}}class ke extends Error{constructor(e,i,s=""){super(`invalid value ${i} passed for ${e} ${s}`),this.name="TCModelError"}}class ui{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new ye("Invalid bitField");const i=e.length%this.LCM;e+=i?"0".repeat(this.LCM-i):"";let s="";for(let o=0;o<e.length;o+=this.BASIS)s+=this.DICT[parseInt(e.substr(o,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\-_]+$/.test(e))throw new de("Invalidly encoded Base64URL string");let i="";for(let s=0;s<e.length;s++){const o=this.REVERSE_DICT.get(e[s]).toString(2);i+="0".repeat(this.BASIS-o.length)+o}return i}}class Ce{static langSet=new Set(["AR","BG","BS","CA","CS","CY","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HE","HI","HR","HU","ID","IT","JA","KA","KO","LT","LV","MK","MS","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SQ","SR-LATN","SR-CYRL","SV","SW","TH","TL","TR","UK","VI","ZH","ZH-HANT"]);has(e){return Ce.langSet.has(e)}parseLanguage(e){e=e.toUpperCase();const i=e.split("-")[0];if(e.length>=2&&i.length==2){if(Ce.langSet.has(e))return e;if(Ce.langSet.has(i))return i;const s=i+"-"+i;if(Ce.langSet.has(s))return s;for(const o of Ce.langSet)if(o.indexOf(e)!==-1||o.indexOf(i)!==-1)return o}throw new Error(`unsupported language ${e}`)}forEach(e){Ce.langSet.forEach(e)}get size(){return Ce.langSet.size}}class h{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class nt{clone(){const e=new this.constructor;return Object.keys(this).forEach(s=>{const o=this.deepClone(this[s]);o!==void 0&&(e[s]=o)}),e}deepClone(e){const i=typeof e;if(i==="number"||i==="string"||i==="boolean")return e;if(e!==null&&i==="object"){if(typeof e.clone=="function")return e.clone();if(e instanceof Date)return new Date(e.getTime());if(e[Symbol.iterator]!==void 0){const s=[];for(const o of e)s.push(this.deepClone(o));return e instanceof Array?s:new e.constructor(s)}else{const s={};for(const o in e)e.hasOwnProperty(o)&&(s[o]=this.deepClone(e[o]));return s}}}}var pe;(function(t){t[t.NOT_ALLOWED=0]="NOT_ALLOWED",t[t.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",t[t.REQUIRE_LI=2]="REQUIRE_LI"})(pe||(pe={}));class we extends nt{static hashSeparator="-";purposeId_;restrictionType;constructor(e,i){super(),e!==void 0&&(this.purposeId=e),i!==void 0&&(this.restrictionType=i)}static unHash(e){const i=e.split(this.hashSeparator),s=new we;if(i.length!==2)throw new ke("hash",e);return s.purposeId=parseInt(i[0],10),s.restrictionType=parseInt(i[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${we.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===pe.NOT_ALLOWED||this.restrictionType===pe.REQUIRE_CONSENT||this.restrictionType===pe.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class fs extends nt{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,i,s){let o=!0;if(this.gvl?.vendors){const n=this.gvl.vendors[s];if(n)if(e===pe.NOT_ALLOWED)o=n.legIntPurposes.includes(i)||n.purposes.includes(i);else if(n.flexiblePurposes.length)switch(e){case pe.REQUIRE_CONSENT:o=n.flexiblePurposes.includes(i)&&n.legIntPurposes.includes(i);break;case pe.REQUIRE_LI:o=n.flexiblePurposes.includes(i)&&n.purposes.includes(i);break}else o=!1;else o=!1}return o}add(e,i){if(this.isOkToHave(i.restrictionType,i.purposeId,e)){const s=i.hash;this.has(s)||(this.map.set(s,new Set),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const i=Array.from(this.gvl.vendorIds),s=e.hash,o=i[i.length-1],n=[...Array(o).keys()].map(r=>r+1);if(!this.has(s))this.map.set(s,new Set(n)),this.bitLength=0;else for(let r=1;r<=o;r++)this.map.get(s).add(r)}getVendors(e){let i=[];if(e){const s=e.hash;this.has(s)&&(i=Array.from(this.map.get(s)))}else{const s=new Set;this.map.forEach(o=>{o.forEach(n=>{s.add(n)})}),i=Array.from(s)}return i.sort((s,o)=>s-o)}getRestrictionType(e,i){let s;return this.getRestrictions(e).forEach(o=>{o.purposeId===i&&(s===void 0||s>o.restrictionType)&&(s=o.restrictionType)}),s}vendorHasRestriction(e,i){let s=!1;const o=this.getRestrictions(e);for(let n=0;n<o.length&&!s;n++)s=i.isSameAs(o[n]);return s}getMaxVendorId(){let e=0;return this.map.forEach(i=>{e=Math.max(Array.from(i)[i.size-1],e)}),e}getRestrictions(e){const i=[];return this.map.forEach((s,o)=>{e?s.has(e)&&i.push(we.unHash(o)):i.push(we.unHash(o))}),i}getPurposes(){const e=new Set;return this.map.forEach((i,s)=>{e.add(we.unHash(s).purposeId)}),Array.from(e)}remove(e,i){const s=i.hash,o=this.map.get(s);o&&(o.delete(e),o.size==0&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach((i,s)=>{const o=we.unHash(s);Array.from(i).forEach(r=>{this.isOkToHave(o.restrictionType,o.purposeId,r)||i.delete(r)})}))}get gvl(){return this.gvl_}isEmpty(){return this.map.size===0}get numRestrictions(){return this.map.size}}var vs;(function(t){t.COOKIE="cookie",t.WEB="web",t.APP="app"})(vs||(vs={}));var V;(function(t){t.CORE="core",t.VENDORS_DISCLOSED="vendorsDisclosed",t.VENDORS_ALLOWED="vendorsAllowed",t.PUBLISHER_TC="publisherTC"})(V||(V={}));class gs{static ID_TO_KEY=[V.CORE,V.VENDORS_DISCLOSED,V.VENDORS_ALLOWED,V.PUBLISHER_TC];static KEY_TO_ID={[V.CORE]:0,[V.VENDORS_DISCLOSED]:1,[V.VENDORS_ALLOWED]:2,[V.PUBLISHER_TC]:3}}class ce extends nt{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach(i=>this.unset(i)):typeof e=="object"?this.unset(Object.keys(e).map(i=>Number(i))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach(i=>{this.maxId_=Math.max(this.maxId,i)})))}isIntMap(e){let i=typeof e=="object";return i=i&&Object.keys(e).every(s=>{let o=Number.isInteger(parseInt(s,10));return o=o&&this.isValidNumber(e[s].id),o=o&&e[s].name!==void 0,o}),i}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let i=!1;return e instanceof Set&&(i=Array.from(e).every(this.isValidNumber)),i}set(e){if(Array.isArray(e))e.forEach(i=>this.set(i));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map(i=>Number(i)));else if(this.isValidNumber(e))this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0;else throw new ke("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap")}empty(){this.set_=new Set}forEach(e){for(let i=1;i<=this.maxId;i++)e(this.has(i),i)}get size(){return this.set_.size}setAll(e){this.set(e)}}class C{static[h.cmpId]=12;static[h.cmpVersion]=12;static[h.consentLanguage]=12;static[h.consentScreen]=6;static[h.created]=36;static[h.isServiceSpecific]=1;static[h.lastUpdated]=36;static[h.policyVersion]=6;static[h.publisherCountryCode]=12;static[h.publisherLegitimateInterests]=24;static[h.publisherConsents]=24;static[h.purposeConsents]=24;static[h.purposeLegitimateInterests]=24;static[h.purposeOneTreatment]=1;static[h.specialFeatureOptins]=12;static[h.useNonStandardTexts]=1;static[h.vendorListVersion]=12;static[h.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class _e{static encode(e){return String(Number(e))}static decode(e){return e==="1"}}class T{static encode(e,i){let s;if(typeof e=="string"&&(e=parseInt(e,10)),s=e.toString(2),s.length>i||e<0)throw new ye(`${e} too large to encode into ${i}`);return s.length<i&&(s="0".repeat(i-s.length)+s),s}static decode(e,i){if(i!==e.length)throw new de("invalid bit length");return parseInt(e,2)}}class _s{static encode(e,i){return T.encode(Math.round(e.getTime()/100),i)}static decode(e,i){if(i!==e.length)throw new de("invalid bit length");const s=new Date;return s.setTime(T.decode(e,i)*100),s}}class ze{static encode(e,i){let s="";for(let o=1;o<=i;o++)s+=_e.encode(e.has(o));return s}static decode(e,i){if(e.length!==i)throw new de("bitfield encoding length mismatch");const s=new ce;for(let o=1;o<=i;o++)_e.decode(e[o-1])&&s.set(o);return s.bitLength=e.length,s}}class ms{static encode(e,i){e=e.toUpperCase();const s=65,o=e.charCodeAt(0)-s,n=e.charCodeAt(1)-s;if(o<0||o>25||n<0||n>25)throw new ye(`invalid language code: ${e}`);if(i%2===1)throw new ye(`numBits must be even, ${i} is not valid`);i=i/2;const r=T.encode(o,i),a=T.encode(n,i);return r+a}static decode(e,i){let s;if(i===e.length&&!(e.length%2)){const n=e.length/2,r=T.decode(e.slice(0,n),n)+65,a=T.decode(e.slice(n),n)+65;s=String.fromCharCode(r)+String.fromCharCode(a)}else throw new de("invalid bit length for language");return s}}class qr{static encode(e){let i=T.encode(e.numRestrictions,C.numRestrictions);if(!e.isEmpty()){const s=(o,n)=>{for(let r=o+1;r<=n;r++)if(e.gvl.vendorIds.has(r))return r;return o};e.getRestrictions().forEach(o=>{i+=T.encode(o.purposeId,C.purposeId),i+=T.encode(o.restrictionType,C.restrictionType);const n=e.getVendors(o),r=n.length;let a=0,c=0,l="";for(let p=0;p<r;p++){const d=n[p];if(c===0&&(a++,c=d),p===r-1||n[p+1]>s(d,n[r-1])){const v=d!==c;l+=_e.encode(v),l+=T.encode(c,C.vendorId),v&&(l+=T.encode(d,C.vendorId)),c=0}}i+=T.encode(a,C.numEntries),i+=l})}return i}static decode(e){let i=0;const s=new fs,o=T.decode(e.substr(i,C.numRestrictions),C.numRestrictions);i+=C.numRestrictions;for(let n=0;n<o;n++){const r=T.decode(e.substr(i,C.purposeId),C.purposeId);i+=C.purposeId;const a=T.decode(e.substr(i,C.restrictionType),C.restrictionType);i+=C.restrictionType;const c=new we(r,a),l=T.decode(e.substr(i,C.numEntries),C.numEntries);i+=C.numEntries;for(let p=0;p<l;p++){const d=_e.decode(e.substr(i,C.anyBoolean));i+=C.anyBoolean;const v=T.decode(e.substr(i,C.vendorId),C.vendorId);if(i+=C.vendorId,d){const f=T.decode(e.substr(i,C.vendorId),C.vendorId);if(i+=C.vendorId,f<v)throw new de(`Invalid RangeEntry: endVendorId ${f} is less than ${v}`);for(let g=v;g<=f;g++)s.add(g,c)}else s.add(v,c)}}return s.bitLength=i,s}}var rt;(function(t){t[t.FIELD=0]="FIELD",t[t.RANGE=1]="RANGE"})(rt||(rt={}));class at{static encode(e){const i=[];let s=[],o=T.encode(e.maxId,C.maxId),n="",r;const a=C.maxId+C.encodingType,c=a+e.maxId,l=C.vendorId*2+C.singleOrRange+C.numEntries;let p=a+C.numEntries;return e.forEach((d,v)=>{n+=_e.encode(d),r=e.maxId>l&&p<c,r&&d&&(e.has(v+1)?s.length===0&&(s.push(v),p+=C.singleOrRange,p+=C.vendorId):(s.push(v),p+=C.vendorId,i.push(s),s=[]))}),r?(o+=String(rt.RANGE),o+=this.buildRangeEncoding(i)):(o+=String(rt.FIELD),o+=n),o}static decode(e,i){let s,o=0;const n=T.decode(e.substr(o,C.maxId),C.maxId);o+=C.maxId;const r=T.decode(e.charAt(o),C.encodingType);if(o+=C.encodingType,r===rt.RANGE){if(s=new ce,i===1){if(e.substr(o,1)==="1")throw new de("Unable to decode default consent=1");o++}const a=T.decode(e.substr(o,C.numEntries),C.numEntries);o+=C.numEntries;for(let c=0;c<a;c++){const l=_e.decode(e.charAt(o));o+=C.singleOrRange;const p=T.decode(e.substr(o,C.vendorId),C.vendorId);if(o+=C.vendorId,l){const d=T.decode(e.substr(o,C.vendorId),C.vendorId);o+=C.vendorId;for(let v=p;v<=d;v++)s.set(v)}else s.set(p)}}else{const a=e.substr(o,n);o+=n,s=ze.decode(a,n)}return s.bitLength=o,s}static buildRangeEncoding(e){const i=e.length;let s=T.encode(i,C.numEntries);return e.forEach(o=>{const n=o.length===1;s+=_e.encode(!n),s+=T.encode(o[0],C.vendorId),n||(s+=T.encode(o[1],C.vendorId))}),s}}function hs(){return{[h.version]:T,[h.created]:_s,[h.lastUpdated]:_s,[h.cmpId]:T,[h.cmpVersion]:T,[h.consentScreen]:T,[h.consentLanguage]:ms,[h.vendorListVersion]:T,[h.policyVersion]:T,[h.isServiceSpecific]:_e,[h.useNonStandardTexts]:_e,[h.specialFeatureOptins]:ze,[h.purposeConsents]:ze,[h.purposeLegitimateInterests]:ze,[h.purposeOneTreatment]:_e,[h.publisherCountryCode]:ms,[h.vendorConsents]:at,[h.vendorLegitimateInterests]:at,[h.publisherRestrictions]:qr,segmentType:T,[h.vendorsDisclosed]:at,[h.vendorsAllowed]:at,[h.publisherConsents]:ze,[h.publisherLegitimateInterests]:ze,[h.numCustomPurposes]:T,[h.publisherCustomConsents]:ze,[h.publisherCustomLegitimateInterests]:ze}}class Kr{1={[V.CORE]:[h.version,h.created,h.lastUpdated,h.cmpId,h.cmpVersion,h.consentScreen,h.consentLanguage,h.vendorListVersion,h.purposeConsents,h.vendorConsents]};2={[V.CORE]:[h.version,h.created,h.lastUpdated,h.cmpId,h.cmpVersion,h.consentScreen,h.consentLanguage,h.vendorListVersion,h.policyVersion,h.isServiceSpecific,h.useNonStandardTexts,h.specialFeatureOptins,h.purposeConsents,h.purposeLegitimateInterests,h.purposeOneTreatment,h.publisherCountryCode,h.vendorConsents,h.vendorLegitimateInterests,h.publisherRestrictions],[V.PUBLISHER_TC]:[h.publisherConsents,h.publisherLegitimateInterests,h.numCustomPurposes,h.publisherCustomConsents,h.publisherCustomLegitimateInterests],[V.VENDORS_ALLOWED]:[h.vendorsAllowed],[V.VENDORS_DISCLOSED]:[h.vendorsDisclosed]}}class Yr{1=[V.CORE];2=[V.CORE];constructor(e,i){if(e.version===2)if(e.isServiceSpecific)this[2].push(V.PUBLISHER_TC);else{const s=!!(i&&i.isForVendors);(!s||e[h.supportOOB]===!0)&&this[2].push(V.VENDORS_DISCLOSED),s&&(e[h.supportOOB]&&e[h.vendorsAllowed].size>0&&this[2].push(V.VENDORS_ALLOWED),this[2].push(V.PUBLISHER_TC))}}}class bs{static fieldSequence=new Kr;static encode(e,i){let s;try{s=this.fieldSequence[String(e.version)][i]}catch{throw new ye(`Unable to encode version: ${e.version}, segment: ${i}`)}let o="";i!==V.CORE&&(o=T.encode(gs.KEY_TO_ID[i],C.segmentType));const n=hs();return s.forEach(r=>{const a=e[r],c=n[r];let l=C[r];l===void 0&&this.isPublisherCustom(r)&&(l=Number(e[h.numCustomPurposes]));try{o+=c.encode(a,l)}catch(p){throw new ye(`Error encoding ${i}->${r}: ${p.message}`)}}),ui.encode(o)}static decode(e,i,s){const o=ui.decode(e);let n=0;s===V.CORE&&(i.version=T.decode(o.substr(n,C[h.version]),C[h.version])),s!==V.CORE&&(n+=C.segmentType);const r=this.fieldSequence[String(i.version)][s],a=hs();return r.forEach(c=>{const l=a[c];let p=C[c];if(p===void 0&&this.isPublisherCustom(c)&&(p=Number(i[h.numCustomPurposes])),p!==0){const d=o.substr(n,p);if(l===at?i[c]=l.decode(d,i.version):i[c]=l.decode(d,p),Number.isInteger(p))n+=p;else if(Number.isInteger(i[c].bitLength))n+=i[c].bitLength;else throw new de(c)}}),i}static isPublisherCustom(e){return e.indexOf("publisherCustom")===0}}class Wr{static processor=[e=>e,(e,i)=>{e.publisherRestrictions.gvl=i,e.purposeLegitimateInterests.unset([1,3,4,5,6]);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach((o,n)=>{o.forEach((r,a)=>{if(r){const c=i.vendors[a];if(!c||c.deletedDate)o.unset(a);else if(c[n].length===0)if(n==="legIntPurposes"&&c.purposes.length===0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)o.set(a);else if(n==="legIntPurposes"&&c.purposes.length>0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)o.set(a);else if(e.isServiceSpecific)if(c.flexiblePurposes.length===0)o.unset(a);else{const l=e.publisherRestrictions.getRestrictions(a);let p=!1;for(let d=0,v=l.length;d<v&&!p;d++)p=l[d].restrictionType===pe.REQUIRE_CONSENT&&n==="purposes"||l[d].restrictionType===pe.REQUIRE_LI&&n==="legIntPurposes";p||o.unset(a)}else o.unset(a)}})}),e.vendorsDisclosed.set(i.vendors),e}];static process(e,i){const s=e.gvl;if(!s)throw new ye("Unable to encode TCModel without a GVL");if(!s.isReady)throw new ye("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");e=e.clone(),e.consentLanguage=s.language.slice(0,2).toUpperCase(),i?.version>0&&i?.version<=this.processor.length?e.version=i.version:e.version=this.processor.length;const o=e.version-1;if(!this.processor[o])throw new ye(`Invalid version: ${e.version}`);return this.processor[o](e,s)}}class Jr{static absCall(e,i,s,o){return new Promise((n,r)=>{const a=new XMLHttpRequest,c=()=>{if(a.readyState==XMLHttpRequest.DONE)if(a.status>=200&&a.status<300){let v=a.response;if(typeof v=="string")try{v=JSON.parse(v)}catch{}n(v)}else r(new Error(`HTTP Status: ${a.status} response type: ${a.responseType}`))},l=()=>{r(new Error("error"))},p=()=>{r(new Error("aborted"))},d=()=>{r(new Error("Timeout "+o+"ms "+e))};a.withCredentials=s,a.addEventListener("load",c),a.addEventListener("error",l),a.addEventListener("abort",p),i===null?a.open("GET",e,!0):a.open("POST",e,!0),a.responseType="json",a.timeout=o,a.ontimeout=d,a.send(i)})}static post(e,i,s=!1,o=0){return this.absCall(e,JSON.stringify(i),s,o)}static fetch(e,i=!1,s=0){return this.absCall(e,null,i,s)}}class P extends nt{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new Ce;static baseUrl_;static set baseUrl(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new Qe("Invalid baseUrl! You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&e[e.length-1]!=="/"&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;dataCategories;lang_;cacheLang_;isLatest=!1;constructor(e,i){super();let s=P.baseUrl,o=i?.language;if(o)try{o=P.consentLanguages.parseLanguage(o)}catch(n){throw new Qe("Error during parsing the language: "+n.message)}if(this.lang_=o||P.DEFAULT_LANGUAGE,this.cacheLang_=o||P.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!s)throw new Qe("must specify GVL.baseUrl before loading GVL json");if(e>0){const n=e;P.CACHE.has(n)?(this.populate(P.CACHE.get(n)),this.readyPromise=Promise.resolve()):(s+=P.versionedFilename.replace("[VERSION]",String(n)),this.readyPromise=this.fetchJson(s))}else P.CACHE.has(P.LATEST_CACHE_KEY)?(this.populate(P.CACHE.get(P.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(s+P.latestFilename))}}static emptyLanguageCache(e){let i=!1;return e==null&&P.LANGUAGE_CACHE.size>0?(P.LANGUAGE_CACHE=new Map,i=!0):typeof e=="string"&&this.consentLanguages.has(e.toUpperCase())&&(P.LANGUAGE_CACHE.delete(e.toUpperCase()),i=!0),i}static emptyCache(e){let i=!1;return Number.isInteger(e)&&e>=0?(P.CACHE.delete(e),i=!0):e===void 0&&(P.CACHE=new Map,i=!0),i}cacheLanguage(){P.LANGUAGE_CACHE.has(this.cacheLang_)||P.LANGUAGE_CACHE.set(this.cacheLang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories})}async fetchJson(e){try{this.populate(await Jr.fetch(e))}catch(i){throw new Qe(i.message)}}getJson(){return{gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.clonePurposes(),specialPurposes:this.cloneSpecialPurposes(),features:this.cloneFeatures(),specialFeatures:this.cloneSpecialFeatures(),stacks:this.cloneStacks(),...this.dataCategories?{dataCategories:this.cloneDataCategories()}:{},vendors:this.cloneVendors()}}cloneSpecialFeatures(){const e={};for(const i of Object.keys(this.specialFeatures))e[i]=P.cloneFeature(this.specialFeatures[i]);return e}cloneFeatures(){const e={};for(const i of Object.keys(this.features))e[i]=P.cloneFeature(this.features[i]);return e}cloneStacks(){const e={};for(const i of Object.keys(this.stacks))e[i]=P.cloneStack(this.stacks[i]);return e}cloneDataCategories(){const e={};for(const i of Object.keys(this.dataCategories))e[i]=P.cloneDataCategory(this.dataCategories[i]);return e}cloneSpecialPurposes(){const e={};for(const i of Object.keys(this.specialPurposes))e[i]=P.clonePurpose(this.specialPurposes[i]);return e}clonePurposes(){const e={};for(const i of Object.keys(this.purposes))e[i]=P.clonePurpose(this.purposes[i]);return e}static clonePurpose(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneFeature(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneDataCategory(e){return{id:e.id,name:e.name,description:e.description}}static cloneStack(e){return{id:e.id,name:e.name,description:e.description,purposes:Array.from(e.purposes),specialFeatures:Array.from(e.specialFeatures)}}static cloneDataRetention(e){return{...typeof e.stdRetention=="number"?{stdRetention:e.stdRetention}:{},purposes:{...e.purposes},specialPurposes:{...e.specialPurposes}}}static cloneVendorUrls(e){return e.map(i=>({langId:i.langId,privacy:i.privacy,...i.legIntClaim?{legIntClaim:i.legIntClaim}:{}}))}static cloneVendor(e){return{id:e.id,name:e.name,purposes:Array.from(e.purposes),legIntPurposes:Array.from(e.legIntPurposes),flexiblePurposes:Array.from(e.flexiblePurposes),specialPurposes:Array.from(e.specialPurposes),features:Array.from(e.features),specialFeatures:Array.from(e.specialFeatures),...e.overflow?{overflow:{httpGetLimit:e.overflow.httpGetLimit}}:{},...typeof e.cookieMaxAgeSeconds=="number"||e.cookieMaxAgeSeconds===null?{cookieMaxAgeSeconds:e.cookieMaxAgeSeconds}:{},...e.usesCookies!==void 0?{usesCookies:e.usesCookies}:{},...e.policyUrl?{policyUrl:e.policyUrl}:{},...e.cookieRefresh!==void 0?{cookieRefresh:e.cookieRefresh}:{},...e.usesNonCookieAccess!==void 0?{usesNonCookieAccess:e.usesNonCookieAccess}:{},...e.dataRetention?{dataRetention:this.cloneDataRetention(e.dataRetention)}:{},...e.urls?{urls:this.cloneVendorUrls(e.urls)}:{},...e.dataDeclaration?{dataDeclaration:Array.from(e.dataDeclaration)}:{},...e.deviceStorageDisclosureUrl?{deviceStorageDisclosureUrl:e.deviceStorageDisclosureUrl}:{},...e.deletedDate?{deletedDate:e.deletedDate}:{}}}cloneVendors(){const e={};for(const i of Object.keys(this.fullVendorList))e[i]=P.cloneVendor(this.fullVendorList[i]);return e}async changeLanguage(e){let i=e;try{i=P.consentLanguages.parseLanguage(e)}catch(o){throw new Qe("Error during parsing the language: "+o.message)}const s=e.toUpperCase();if(!(i.toLowerCase()===P.DEFAULT_LANGUAGE.toLowerCase()&&!P.LANGUAGE_CACHE.has(s))&&i!==this.lang_)if(this.lang_=i,P.LANGUAGE_CACHE.has(s)){const o=P.LANGUAGE_CACHE.get(s);for(const n in o)o.hasOwnProperty(n)&&(this[n]=o[n])}else{const o=P.baseUrl+P.languageFilename.replace("[LANG]",this.lang_.toLowerCase());try{await this.fetchJson(o),this.cacheLang_=s,this.cacheLanguage()}catch(n){throw new Qe("unable to load language: "+n.message)}}}get language(){return this.lang_}isVendorList(e){return e!==void 0&&e.vendors!==void 0}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,typeof this.lastUpdated=="string"&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&P.CACHE.set(P.LATEST_CACHE_KEY,this.getJson()),P.CACHE.has(this.vendorListVersion)||P.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach(i=>{this.byPurposeVendorMap[i]={legInt:new Set,consent:new Set,flexible:new Set}}),Object.keys(this.specialPurposes).forEach(i=>{this.bySpecialPurposeVendorMap[i]=new Set}),Object.keys(this.features).forEach(i=>{this.byFeatureVendorMap[i]=new Set}),Object.keys(this.specialFeatures).forEach(i=>{this.bySpecialFeatureVendorMap[i]=new Set}),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map(i=>+i)),this.vendorIds=new Set(e),this.vendors_=e.reduce((i,s)=>{const o=this.vendors_[String(s)];return o&&o.deletedDate===void 0&&(o.purposes.forEach(n=>{this.byPurposeVendorMap[String(n)].consent.add(s)}),o.specialPurposes.forEach(n=>{this.bySpecialPurposeVendorMap[String(n)].add(s)}),o.legIntPurposes.forEach(n=>{this.byPurposeVendorMap[String(n)].legInt.add(s)}),o.flexiblePurposes&&o.flexiblePurposes.forEach(n=>{this.byPurposeVendorMap[String(n)].flexible.add(s)}),o.features.forEach(n=>{this.byFeatureVendorMap[String(n)].add(s)}),o.specialFeatures.forEach(n=>{this.bySpecialFeatureVendorMap[String(n)].add(s)}),i[s]=o),i},{})}getFilteredVendors(e,i,s,o){const n=e.charAt(0).toUpperCase()+e.slice(1);let r;const a={};return e==="purpose"&&s?r=this["by"+n+"VendorMap"][String(i)][s]:r=this["by"+(o?"Special":"")+n+"VendorMap"][String(i)],r.forEach(c=>{a[String(c)]=this.vendors[String(c)]}),a}getVendorsWithConsentPurpose(e){return this.getFilteredVendors("purpose",e,"consent")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors("purpose",e,"legInt")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors("purpose",e,"flexible")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors("purpose",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors("feature",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors("feature",e,void 0,!0)}get vendors(){return this.vendors_}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.isReady_}clone(){const e=new P(this.getJson());return this.lang_!==P.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return typeof e=="object"&&typeof e.narrowVendorsTo=="function"}}class pi extends nt{static consentLanguages=P.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardTexts_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=4;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new ce;purposeConsents=new ce;purposeLegitimateInterests=new ce;publisherConsents=new ce;publisherLegitimateInterests=new ce;publisherCustomConsents=new ce;publisherCustomLegitimateInterests=new ce;customPurposes;vendorConsents=new ce;vendorLegitimateInterests=new ce;vendorsDisclosed=new ce;vendorsAllowed=new ce;publisherRestrictions=new fs;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){P.isInstanceOf(e)||(e=new P(e)),this.gvl_=e,this.publisherRestrictions.gvl=e}get gvl(){return this.gvl_}set cmpId(e){if(e=Number(e),Number.isInteger(e)&&e>1)this.cmpId_=e;else throw new ke("cmpId",e)}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.cmpVersion_=e;else throw new ke("cmpVersion",e)}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.consentScreen_=e;else throw new ke("consentScreen",e)}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(/^([A-z]){2}$/.test(e))this.publisherCountryCode_=e.toUpperCase();else throw new ke("publisherCountryCode",e)}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if(e=Number(e)>>0,e<0)throw new ke("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new ke("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if(typeof this.customPurposes=="object"){const i=Object.keys(this.customPurposes).sort((s,o)=>Number(s)-Number(o));e=parseInt(i.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new ke("numCustomPurposes",e)}updated(){const e=new Date,i=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=i,this.lastUpdated=i}}class yt{static encode(e,i){let s="",o;return e=Wr.process(e,i),Array.isArray(i?.segments)?o=i.segments:o=new Yr(e,i)[""+e.version],o.forEach((n,r)=>{let a="";r<o.length-1&&(a="."),s+=bs.encode(e,n)+a}),s}static decode(e,i){const s=e.split("."),o=s.length;i||(i=new pi);for(let n=0;n<o;n++){const r=s[n],c=ui.decode(r.charAt(0)).substr(0,C.segmentType),l=gs.ID_TO_KEY[T.decode(c,C.segmentType).toString()];bs.decode(r,i,l)}return i}}var Zr=Object.defineProperty,Qr=(t,e,i)=>e in t?Zr(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,fi=(t,e,i)=>Qr(t,typeof e!="symbol"?e+"":e,i);class Xe{constructor(e,i,s){fi(this,"consentPreference"),fi(this,"notice"),fi(this,"noticeHistoryId"),this.notice=e,this.consentPreference=i,this.noticeHistoryId=s}}k.TCMobileDataVals=void 0,(t=>{(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFgdprApplies||(t.IABTCFgdprApplies={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFPurposeOneTreatment||(t.IABTCFPurposeOneTreatment={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFUseNonStandardTexts||(t.IABTCFUseNonStandardTexts={}))})(k.TCMobileDataVals||(k.TCMobileDataVals={}));var ys=(t=>(t.GPP_US_NATIONAL="gpp_us_national",t.GPP_US_STATE="gpp_us_state",t))(ys||{}),ks=(t=>(t.FRONTEND="frontend",t.SYSTEM_WIDE="system_wide",t.NOT_APPLICABLE="not_applicable",t))(ks||{}),oe=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.NOTICE_ONLY="notice_only",t))(oe||{}),fe=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.ACKNOWLEDGE="acknowledge",t.TCF="tcf",t))(fe||{}),X=(t=>(t.OVERLAY="overlay",t.BANNER_AND_MODAL="banner_and_modal",t.MODAL="modal",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.HEADLESS="headless",t))(X||{}),Cs=(t=>(t.ALWAYS_ENABLED="always_enabled",t.ENABLED_WHERE_REQUIRED="enabled_where_required",t.ALWAYS_DISABLED="always_disabled",t))(Cs||{}),Le=(t=>(t.OPTIONS="options",t.EXPERIENCE_TRANSLATION="language",t))(Le||{}),ve=(t=>(t.PRIMARY="primary",t.SECONDARY="secondary",t.TERTIARY="tertiary",t))(ve||{}),kt=(t=>(t.ACKNOWLEDGE="acknowledge",t.OPT_IN_OPT_OUT="opt_in_opt_out",t.OPT_IN_ONLY="opt_in_only",t))(kt||{}),vi=(t=>(t.REJECT_ALL="reject_all",t.REJECT_CONSENT_ONLY="reject_consent_only",t))(vi||{}),F=(t=>(t.BUTTON="button",t.REJECT="reject",t.ACCEPT="accept",t.SCRIPT="script",t.SAVE="save",t.DISMISS="dismiss",t.GPC="gpc",t.INDIVIDUAL_NOTICE="individual_notice",t.ACKNOWLEDGE="acknowledge",t))(F||{}),ws=(t=>(t.privacy_center="privacy_center",t.overlay="overlay",t.api="api",t))(ws||{}),Ee=(t=>(t.NONE="none",t.APPLIED="applied",t.OVERRIDDEN="overridden",t))(Ee||{}),De=(t=>(t.OVERLAY="overlay",t.MODAL="modal",t.BANNER="banner",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.TCF_BANNER="tcf_banner",t))(De||{});const Es=t=>{throw new Error(t)},xe=t=>t?t.map(e=>e.id):[],xs=t=>t.fidesConsentOverride===F.ACCEPT||t.fidesConsentOverride===F.REJECT,Ct=(t,e)=>!!Object.keys(e).includes(t.notice_key),Ne=t=>!t||t===fe.OPT_OUT?!1:t===fe.OPT_IN?!0:t===fe.ACKNOWLEDGE,le=(t,e)=>t?e===oe.NOTICE_ONLY?fe.ACKNOWLEDGE:fe.OPT_IN:fe.OPT_OUT,Re=t=>!t||typeof t!="object"?!1:Object.keys(t).length===0||"id"in t,Xr=t=>!!(t&&t.every(e=>e.default_preference===fe.OPT_IN)),gi=t=>t?t.location&&ta.test(t.location)?t.location.replace("-","_").toLowerCase():t.country&&t.region?`${t.country.toLowerCase()}_${t.region.toLowerCase()}`:null:null,js=t=>{if(typeof t!="object"||!t.fidesApiUrl||!t.privacyCenterUrl)return!1;try{new URL(t.privacyCenterUrl),new URL(t.fidesApiUrl)}catch{return!1}return!0},Is=t=>{switch(t){case Le.OPTIONS:return ia;case Le.EXPERIENCE_TRANSLATION:return sa;default:return null}},_i=t=>{if(!Re(t))return!1;const e=t.experience_config;return e&&(e.component===X.MODAL||e.component===X.BANNER_AND_MODAL||e.component===X.TCF_OVERLAY||e.component===X.HEADLESS)?!(e.component===X.BANNER_AND_MODAL&&!(t.privacy_notices&&t.privacy_notices.length>0)):!1},ea=t=>{var e;return(e=t.default_preference)!=null?e:fe.OPT_OUT},ct=(t,e,i,s)=>{var o,n,r,a,c,l;return s!=null&&s.fidesDisableBanner||!Re(t)?!1:((o=t.experience_config)==null?void 0:o.component)===X.TCF_OVERLAY&&e?(n=t.meta)!=null&&n.version_hash&&e.fides_meta.consentMethod!==F.DISMISS?t.meta.version_hash!==e.tcf_version_hash:!0:((r=t.experience_config)==null?void 0:r.component)===X.MODAL||((a=t.experience_config)==null?void 0:a.component)===X.HEADLESS||!((c=t?.privacy_notices)!=null&&c.length)?!1:i?s&&xs(s)?!1:e?.fides_meta.consentMethod===F.GPC?!0:!((l=t.privacy_notices)!=null&&l.every(p=>Ct(p,i))):!0},Ps=t=>{t[0]==="window"&&t.shift();let e=window;for(;t.length>0;){const i=t.shift();if(typeof i>"u"||typeof e[i]!="object")return;e=e[i]}return e},Os=({value:t,notice:e,consentContext:i})=>!i.globalPrivacyControl||!e.has_gpc_flag||e.consent_mechanism===oe.NOTICE_ONLY?Ee.NONE:t?Ee.OVERRIDDEN:Ee.APPLIED,wt=()=>{},Ss=t=>t?t.split(",").map(e=>e.trim()).filter(Boolean):[],As=(t,e)=>t.map(i=>{var s;const o=le(e.includes(i.notice.notice_key),i.notice.consent_mechanism);return new Xe(i.notice,o,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),mi=t=>{try{const e=JSON.stringify(t);return btoa(e.replace(/\s/g,""))}catch(e){throw new Error("Failed to encode Notice Consent string:",{cause:e})}},Et=t=>{if(!t)return{};try{const e=atob(t),i=JSON.parse(e);return Object.fromEntries(Object.entries(i).map(([s,o])=>[s,!!o]))}catch(e){throw new Error("Failed to decode Notice Consent string:",{cause:e})}},ee="en",xt="Manage preferences",hi=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,ta=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,ia=[{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:hi},{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:Ss}],sa=[{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:hi}],Ts="fides-overlay-wrapper",oa="fides-i18n-icon",zs=["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"],na=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",jt=()=>{var t,e,i;if(!na()||!((t=window.blueConicClient)!=null&&t.profile))return;const s=(i=(e=window.blueConicClient)==null?void 0:e.profile)==null?void 0:i.getProfile(),{consent:o}=window.Fides,n=o!==void 0&&Object.entries(o).length>0,r=zs.some(a=>o[a]);!n||r?(s.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),s.setRefusedObjectives([])):(s.setConsentedObjectives(["iab_purpose_1"]),s.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},Ls=({approach:t="onetrust"}={approach:"onetrust"})=>{if(t!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",jt),window.addEventListener("FidesUpdated",jt),window.addEventListener("onBlueConicLoaded",jt),jt()};var ra=(t=>(t.OMIT="omit",t.INCLUDE="include",t))(ra||{}),aa=(t=>(t.BOOLEAN="boolean",t.CONSENT_MECHANISM="consent_mechanism",t))(aa||{});const ca=(t,e,i)=>{const s={};return Object.entries(t).forEach(([o,n])=>{if(e&&i==="consent_mechanism"){const r=e.find(a=>a.notice_key===o);s[o]=le(n,r?.consent_mechanism)}else s[o]=n}),s},Ns=(t,e)=>{var i,s,o,n,r;const a=(i=window.dataLayer)!=null?i:[];window.dataLayer=a;const{detail:c,type:l}=t,{consent:p,extraDetails:d,fides_string:v,timestamp:f}=c,{non_applicable_flag_mode:g="omit",flag_type:_="boolean"}=e??{},m={},b=(o=(s=window.Fides)==null?void 0:s.experience)==null?void 0:o.privacy_notices,y=(r=(n=window.Fides)==null?void 0:n.experience)==null?void 0:r.non_applicable_privacy_notices;g==="include"&&y&&y.forEach(w=>{m[w]=_==="consent_mechanism"?"not_applicable":!0}),p&&Object.assign(m,ca(p,b,_));const E={consent:m,extraDetails:d,fides_string:v,timestamp:f};a.push({event:l,Fides:E})},$s=t=>{var e,i;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,s])=>s).map(([s])=>s).forEach(s=>{window.addEventListener(s,o=>Ns(o,t))}),(e=window.Fides)!=null&&e.initialized){const{consent:s,fides_meta:o,identity:n,tcf_consent:r}=window.Fides,a=(i=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:i.startTime;Ns({type:"FidesInitialized",detail:{consent:s,fides_meta:o,identity:n,tcf_consent:r,timestamp:a,extraDetails:{consentMethod:o?.consentMethod}}},t)}},la=()=>{if(window.fbq)return window.fbq;const t={queue:[],loaded:!0,version:"2.0",push(...e){const i=window.fbq;i.callMethod?i.callMethod(...e):i.queue.push(e)}};return window.fbq=Object.assign(t.push,t),window._fbq=window.fbq,window.fbq},Fs=t=>{const e=la();e("consent",t.consent?"grant":"revoke"),t.dataUse?e("dataProcessingOptions",[]):e("dataProcessingOptions",["LDU"],1,1e3)},da={marketing:zs,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 ua(t){var e;const i=Object.fromEntries(Object.entries(da).map(([s,o])=>[s,o.some(n=>t[n]===!0)||(o.some(n=>t[n]===!1)?!1:void 0)]));return i.sale_of_data=(e=i.sale_of_data)!=null?e:!1,i}const It=t=>{window.Shopify.customerPrivacy.setTrackingConsent(ua(t),()=>{})},Ds=()=>{var t,e;(t=window.Shopify)!=null&&t.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",i=>It(i.detail.consent)),window.addEventListener("FidesUpdating",i=>It(i.detail.consent)),window.addEventListener("FidesUpdated",i=>It(i.detail.consent)),(e=window.Fides)!=null&&e.initialized&&It(window.Fides.consent)},Rs=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){Ds();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],t=>{if(t)throw Error("Fides could not load Shopify's consent-tracking-api");Ds()})},3e3)};var bi=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Pt={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Pt.exports,function(t,e){(function(i){var s=e,o=t&&t.exports==s&&t,n=typeof bi=="object"&&bi;(n.global===n||n.window===n)&&(i=n);var r=function(g){this.message=g};r.prototype=new Error,r.prototype.name="InvalidCharacterError";var a=function(g){throw new r(g)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=/[\t\n\f\r ]/g,p=function(g){g=String(g).replace(l,"");var _=g.length;_%4==0&&(g=g.replace(/==?$/,""),_=g.length),(_%4==1||/[^+a-zA-Z0-9/]/.test(g))&&a("Invalid character: the string to be decoded is not correctly encoded.");for(var m=0,b,y,E="",w=-1;++w<_;)y=c.indexOf(g.charAt(w)),b=m%4?b*64+y:y,m++%4&&(E+=String.fromCharCode(255&b>>(-2*m&6)));return E},d=function(g){g=String(g),/[^\0-\xFF]/.test(g)&&a("The string to be encoded contains characters outside of the Latin1 range.");for(var _=g.length%3,m="",b=-1,y,E,w,O,Y=g.length-_;++b<Y;)y=g.charCodeAt(b)<<16,E=g.charCodeAt(++b)<<8,w=g.charCodeAt(++b),O=y+E+w,m+=c.charAt(O>>18&63)+c.charAt(O>>12&63)+c.charAt(O>>6&63)+c.charAt(O&63);return _==2?(y=g.charCodeAt(b)<<8,E=g.charCodeAt(++b),O=y+E,m+=c.charAt(O>>10)+c.charAt(O>>4&63)+c.charAt(O<<2&63)+"="):_==1&&(O=g.charCodeAt(b),m+=c.charAt(O>>2)+c.charAt(O<<4&63)+"=="),m},v={encode:d,decode:p,version:"1.0.0"};if(s&&!s.nodeType)if(o)o.exports=v;else for(var f in v)v.hasOwnProperty(f)&&(s[f]=v[f]);else i.base64=v})(bi)}(Pt,Pt.exports);var Vs=Pt.exports;/*! js-cookie v3.0.5 | MIT */function Ot(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)t[s]=i[s]}return t}var pa={read:function(t){return t[0]==='"'&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function yi(t,e){function i(o,n,r){if(!(typeof document>"u")){r=Ot({},e,r),typeof r.expires=="number"&&(r.expires=new Date(Date.now()+r.expires*864e5)),r.expires&&(r.expires=r.expires.toUTCString()),o=encodeURIComponent(o).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var a="";for(var c in r)r[c]&&(a+="; "+c,r[c]!==!0&&(a+="="+r[c].split(";")[0]));return document.cookie=o+"="+t.write(n,o)+a}}function s(o){if(!(typeof document>"u"||arguments.length&&!o)){for(var n=document.cookie?document.cookie.split("; "):[],r={},a=0;a<n.length;a++){var c=n[a].split("="),l=c.slice(1).join("=");try{var p=decodeURIComponent(c[0]);if(r[p]=t.read(l,p),o===p)break}catch{}}return o?r[o]:r}}return Object.create({set:i,get:s,remove:function(o,n){i(o,"",Ot({},n,{expires:-1}))},withAttributes:function(o){return yi(this.converter,Ot({},this.attributes,o))},withConverter:function(o){return yi(Ot({},this.converter,o),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var fa=yi(pa,{path:"/"});let St;const va=new Uint8Array(16);function ga(){if(!St&&(St=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!St))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return St(va)}const Z=[];for(let t=0;t<256;++t)Z.push((t+256).toString(16).slice(1));function _a(t,e=0){return Z[t[e+0]]+Z[t[e+1]]+Z[t[e+2]]+Z[t[e+3]]+"-"+Z[t[e+4]]+Z[t[e+5]]+"-"+Z[t[e+6]]+Z[t[e+7]]+"-"+Z[t[e+8]]+Z[t[e+9]]+"-"+Z[t[e+10]]+Z[t[e+11]]+Z[t[e+12]]+Z[t[e+13]]+Z[t[e+14]]+Z[t[e+15]]}var Ms={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function At(t,e,i){if(Ms.randomUUID&&!e&&!t)return Ms.randomUUID();t=t||{};const s=t.random||(t.rng||ga)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,e){i=i||0;for(let o=0;o<16;++o)e[i+o]=s[o];return e}return _a(s)}const Us=(t,e)=>t===void 0?!1:typeof t=="boolean"?t:e.globalPrivacyControl===!0?t.globalPrivacyControl:t.value,Tt=(t,e)=>t.consent_mechanism===oe.NOTICE_ONLY?!0:e&&Ct(t,e)?!!e[t.notice_key]:Ne(t.default_preference);var ma=(t=>(t.CONSENT="Consent",t.CONTRACT="Contract",t.LEGAL_OBLIGATIONS="Legal obligations",t.VITAL_INTERESTS="Vital interests",t.PUBLIC_INTEREST="Public interest",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(ma||{}),je=(t=>(t.CONSENT="Consent",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(je||{});const Bs=407,zt=",",Gs=[{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"}],Hs=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Gs.filter(({experienceKey:t})=>t!=="tcf_features"&&t!=="tcf_special_purposes").map(t=>t.experienceKey);const Lt=[{i18nMessageID:"static.tcf.consent",value:je.CONSENT.toString()},{i18nMessageID:"static.tcf.legint",value:je.LEGITIMATE_INTERESTS.toString()}],Nt={purposesConsent:[],customPurposesConsent:[],purposesLegint:[],specialPurposes:[],features:[],specialFeatures:[],vendorsConsent:[],vendorsLegint:[]};var ha=Object.defineProperty,ba=Object.defineProperties,ya=Object.getOwnPropertyDescriptors,qs=Object.getOwnPropertySymbols,ka=Object.prototype.hasOwnProperty,Ca=Object.prototype.propertyIsEnumerable,Ks=(t,e,i)=>e in t?ha(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ve=(t,e)=>{for(var i in e||(e={}))ka.call(e,i)&&Ks(t,i,e[i]);if(qs)for(var i of qs(e))Ca.call(e,i)&&Ks(t,i,e[i]);return t},lt=(t,e)=>ba(t,ya(e)),wa=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const ki="fides_consent",Ys="OptanonConsent",Ws=365,$t=fa.withConverter({read(t){return decodeURIComponent(t)},write(t){return encodeURIComponent(t)}}),Ft=t=>t?Object.values(t).some(e=>e!==void 0):!1,Js=()=>At(),Ea=Js(),Zs=t=>{var e;return!((e=t.fides_meta)!=null&&e.updatedAt)},Qs=t=>{const e=new Date;return{consent:t||{},identity:{fides_user_device_id:Ea||Js()},fides_meta:{version:"0.9.0",createdAt:e.toISOString(),updatedAt:""},tcf_consent:{}}},Dt=t=>$t.get(t),Ci=()=>{const t=Dt(Ys);if(t)return t},Xs=(t,e)=>{const i={},s=t.match(/groups=([^&]*)/);return!s||!s[1]||s[1].split(",").forEach(o=>{const[n,r]=o.split(":");e[n]&&e[n].forEach(a=>{const c=r==="1";i[a]===void 0&&(i[a]=c)})}),i},$e=()=>{const t=Dt(ki);if(t)try{return JSON.parse(t)}catch{try{return JSON.parse(Vs.decode(t))}catch{return}}},eo=(t,e=!1)=>{const i=Qs(t);if(typeof document>"u")return i;if(e)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",i;let s=$e();if(!s)return i;try{"consent"in s&&"fides_meta"in s||(s=lt(Ve({},i),{consent:s}));const o=Ve(Ve({},t),s.consent);return s.consent=o,s}catch(o){return console.error("Unable to read consent cookie: invalid JSON.",o),i}},wi=(t,e=!1)=>{if(typeof document>"u")return;const i=new Date().toISOString();t.fides_meta.updatedAt=i;let s=JSON.stringify(t);e&&(s=Vs.encode(s));const o=window.location.hostname.split(".");let n="";for(let r=1;r<=o.length;r+=1)if(n=o.slice(-r).join("."),$t.set(ki,s,{path:"/",domain:n,expires:Ws})){const a=$e();if(a&&a.fides_meta.updatedAt===t.fides_meta.updatedAt)break}},Ei=({experience:t,cookie:e})=>{var i;if(!t.privacy_notices)return t;const s=(i=t.privacy_notices)==null?void 0:i.map(n=>{const r=Object.keys(e.consent).includes(n.notice_key)?le(!!e.consent[n.notice_key],n.consent_mechanism):void 0;return lt(Ve({},n),{current_preference:r})});return lt(Ve({},t),{privacy_notices:s})},to=t=>{const e={};return Hs.forEach(({cookieKey:i})=>{var s;const o=(s=t[i])!=null?s:[];e[i]=Object.fromEntries(o.map(n=>[n.id,Ne(n.preference)]))}),e},io=(t,e)=>{const i={};return t?.options.forEach(({cookieKeys:s,default:o})=>{if(o===void 0)return;const n=Us(o,e);s.forEach(r=>{const a=i[r];if(a===void 0){i[r]=n;return}i[r]=a&&n})}),i},so=(t,e=!0)=>{t.forEach(i=>{var s;if($t.remove(i.name,{path:(s=i.path)!=null?s:"/",domain:i.domain}),e){const{hostname:o}=window.location;$t.remove(i.name,{domain:`.${o}`})}})},xi=t=>{const e=new Map(t.map(({notice:i,consentPreference:s})=>[i.notice_key,Ne(s)]));return Object.fromEntries(e)},ji=(t,e)=>wa(void 0,null,function*(){return lt(Ve({},t),{consent:xi(e)})}),oo=t=>{const e={};return t.privacy_notices&&t.privacy_notices.forEach(i=>{i.current_preference?e[i.notice_key]=Ne(i.current_preference):i.default_preference&&(e[i.notice_key]=Ne(i.default_preference))}),e},no=({cookie:t,experience:e})=>{const i=oo(e);return lt(Ve({},t),{consent:i})},ro=t=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=t?console.log:()=>{}:globalThis.fidesDebugger=()=>{}};var xa=Object.defineProperty,ja=Object.defineProperties,Ia=Object.getOwnPropertyDescriptors,ao=Object.getOwnPropertySymbols,Pa=Object.prototype.hasOwnProperty,Oa=Object.prototype.propertyIsEnumerable,co=(t,e,i)=>e in t?xa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,lo=(t,e)=>{for(var i in e||(e={}))Pa.call(e,i)&&co(t,i,e[i]);if(ao)for(var i of ao(e))Oa.call(e,i)&&co(t,i,e[i]);return t},Sa=(t,e)=>ja(t,Ia(e));const te=(t,e,i,s)=>{var o;if(typeof window<"u"&&typeof CustomEvent<"u"){const n=lo({consentMethod:e?.fides_meta.consentMethod},s),r=(o=performance?.mark)==null?void 0:o.call(performance,t),a=r?.startTime,c=new CustomEvent(t,{detail:Sa(lo({},e),{debug:i,extraDetails:n,timestamp:a}),bubbles:!0});window.dispatchEvent(c)}},Ii=(t,e)=>{const i=s=>e(s.detail);return window.addEventListener(t,i),()=>{window.removeEventListener(t,i)}};var Aa=Object.defineProperty,Ta=Object.defineProperties,za=Object.getOwnPropertyDescriptors,uo=Object.getOwnPropertySymbols,La=Object.prototype.hasOwnProperty,Na=Object.prototype.propertyIsEnumerable,po=(t,e,i)=>e in t?Aa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Pi=(t,e)=>{for(var i in e||(e={}))La.call(e,i)&&po(t,i,e[i]);if(uo)for(var i of uo(e))Na.call(e,i)&&po(t,i,e[i]);return t},$a=(t,e)=>Ta(t,za(e)),fo=(t=>(t.GVL="gvl",t.AC="gacp",t))(fo||{});const Ie=t=>{const e=t.split(".");return e.length===1?{source:void 0,id:e[0]}:{source:e[0],id:e[1]}},Me=(t,e)=>{if(!(e!=null&&e.vendors))return;const{source:i,id:s}=Ie(t);if(i==="gvl"||i===void 0)return e.vendors[s]},Fa=t=>Ie(t).source==="gacp",Da=t=>{const{tcf_vendor_relationships:e=[]}=t;return e.map(i=>i.id).filter(i=>Me(i,t.gvl)).map(i=>+Ie(i).id)},Ra=t=>{const e=[...t.tcf_vendor_consent_ids||[],...t.tcf_vendor_legitimate_interest_ids||[]];return[...new Set(e)].filter(i=>Me(i,t.gvl)).map(i=>+Ie(i).id)},vo=({consents:t,legints:e,relationships:i,isFidesSystem:s,gvl:o})=>{const n=[];return i.forEach(r=>{const a=t.find(p=>p.id===r.id),c=e.find(p=>p.id===r.id),l=$a(Pi(Pi(Pi({},r),a),c),{isFidesSystem:s,isConsent:!!a,isLegint:!!c,isGvl:!!Me(r.id,o)});n.push(l)}),n},Va=t=>{const{tcf_vendor_consents:e=[],tcf_vendor_legitimate_interests:i=[],tcf_vendor_relationships:s=[],tcf_system_consents:o=[],tcf_system_legitimate_interests:n=[],tcf_system_relationships:r=[]}=t,a=vo({consents:e,legints:i,relationships:s,isFidesSystem:!1,gvl:t.gvl}),c=vo({consents:o,legints:n,relationships:r,isFidesSystem:!0,gvl:t.gvl});return[...a,...c]},Rt=t=>{if(!t)return{tc:"",ac:"",gpp:"",nc:""};const[e="",i="",s="",o=""]=t.split(zt);return e?{tc:e,ac:i,gpp:s,nc:o}:{tc:"",ac:"",gpp:s,nc:o}},Ma=t=>{if(!(t!=null&&t.match(/\d~[0-9.]+$/)))return[];const[,e=""]=t.split("~");return e?e.split(".").map(i=>`${fo.AC}.${i}`):[]};var Ua={"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"},Ba={"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"},Ga={"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"},Ha={"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"},qa={"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"},Ka={"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"},Ya={"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"},Wa={"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"},Ja={"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"},Za={"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"},Qa={"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"},Xa={"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"},ec={"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"},tc={"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"},ic={"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"},sc={"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"},oc={"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"},nc={"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"},rc={"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)"},ac={"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"},cc={"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"},lc={"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"},dc={"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"},uc={"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"},pc={"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"},fc={"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"},vc={"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"},gc={"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"},_c={"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"},mc={"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"},hc={"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"},bc={"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"},yc={"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"},kc={"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"},Cc={"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"},wc={"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"},Ec={"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"},xc={"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"},jc={"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"},Ic={"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 Oi={ar:Ua,bg:Ba,bs:Ga,ca:Ha,cs:qa,da:Ka,de:Ya,el:Wa,en:Ja,es:Za,"es-MX":Qa,et:Xa,eu:ec,fi:tc,fr:ic,"fr-CA":sc,gl:oc,"hi-IN":nc,hr:rc,hu:ac,it:cc,ja:lc,lt:dc,lv:uc,mt:pc,nl:fc,no:vc,pl:gc,"pt-BR":_c,"pt-PT":mc,ro:hc,ru:bc,sk:yc,sl:kc,"sr-Cyrl":Cc,"sr-Latn":wc,sv:Ec,tr:xc,uk:jc,zh:Ic},Pc=[{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 Oc=Object.defineProperty,go=Object.getOwnPropertySymbols,Sc=Object.prototype.hasOwnProperty,Ac=Object.prototype.propertyIsEnumerable,_o=(t,e,i)=>e in t?Oc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,me=(t,e)=>{for(var i in e||(e={}))Sc.call(e,i)&&_o(t,i,e[i]);if(go)for(var i of go(e))Ac.call(e,i)&&_o(t,i,e[i]);return t};function Pe(t,e){return t.toLowerCase().replaceAll("_","-")===e.toLowerCase().replaceAll("_","-")}function Tc(t,e){const i={},s=["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(t.translations)t.translations.forEach(o=>{const n=o.language;let r=!1;e!=null&&e.override_language&&(r=Pe(e.override_language,n));const a={};s.forEach(c=>{let l=null;e&&(r||c==="privacy_policy_url")&&(l=c in e?e[c]:null);const p=o[c];typeof p=="string"&&(a[`exp.${c}`]=l||p)}),i[n]=me(me({},a),i[n])});else{const o=ee,n={};s.forEach(r=>{const a=t[r];typeof a=="string"&&(n[`exp.${r}`]=a)}),i[o]=me(me({},n),i[o])}return i}function zc(t){var e;if((e=t?.experience_config)!=null&&e.translations){const{translations:i}=t.experience_config,s=i.find(o=>o.is_default);return s?.language}}function mo(t,e){const i={};return e.forEach(s=>{const o=Object.keys(t).find(n=>Pe(n,s));if(o){const n=t[o],r={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(a=>{const c=n[a]||{};Object.keys(c).forEach(l=>{const p=c[l],d=`exp.tcf.${a}.${l}`;r[`${d}.name`]=p.name,r[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((v,f)=>{r[`${d}.illustrations.${f}`]=v})})}),i[s]=me(me({},r),i[s])}}),i}function Lc(t){return Object.keys(Oi).forEach(e=>{t.load(e,Oi[e])}),Object.keys(Oi)}function ho(t,e,i){var s;const o={},n=(s=e.available_locales)!=null&&s.length?e.available_locales:[ee];if(e!=null&&e.experience_config){const r=e.experience_config,a=Tc(r,i);Object.keys(a).forEach(c=>{o[c]=me(me({},a[c]),o[c])})}n.forEach(r=>{t.load(r,o[r])})}function bo(t,e){if(!e.gvl)return;const{locale:i}=t,s={};s[i]=e.gvl;const o=mo(s,[i]);t.load(i,o[i])}function yo(t,e,i){const s=mo(e,i);i.forEach(o=>{t.load(o,s[o])})}function Vt(t){return t.locale}function ko(t,e,i=ee){const s=t?.language;return e||s||i}function Co(t,e,i=ee){const s=t.match(hi);if(s){const[o,n]=s,r=e.find(c=>Pe(c,o));if(r)return r;const a=e.find(c=>Pe(c,n));if(a)return a}return i}function et(t,e){return t.t(e)!==""&&t.t(e)!==e}function Si(t,e){if(!e||!e.translations)return null;const i=Vt(t),s=e.translations.find(n=>Pe(n.language,i));return s||e.translations.find(n=>Pe(n.language,t.getDefaultLocale()))||e.translations[0]||null}function Mt(t,e){if(!e||!e.translations)return null;const i=Vt(t),s=e.translations.find(n=>Pe(n.language,i));return s||e.translations.find(n=>Pe(n.language,t.getDefaultLocale()))||e.translations[0]||null}function Nc(t,e,i,s,o){var n,r,a,c,l;Lc(t);const p=(n=i.available_locales)!=null&&n.length?i.available_locales:[ee];ho(t,i,o);const d=Pc.filter(m=>p.includes(m.locale)),v=d.findIndex(m=>Pe(m.locale,t.getDefaultLocale()));v>0&&d.unshift(d.splice(v,1)[0]),t.setAvailableLanguages(d);const f=zc(i)||ee;t.setDefaultLocale(f);let g=f;((r=i.experience_config)==null?void 0:r.auto_detect_language)===!1||(g=ko(e,s?.fidesLocale,f));const _=Co(g,p||[],t.getDefaultLocale());if((c=(a=i.experience_config)==null?void 0:a.translations)!=null&&c.find(m=>m.language===_))t.activate(_);else{const m=Mt(t,i.experience_config);m?.language,t.activate(m?.language||_)}((l=i.experience_config)==null?void 0:l.component)===X.TCF_OVERLAY&&i.gvl&&bo(t,i)}function $c(){let t=[],e=ee,i=ee;const s={};return{setAvailableLanguages(o){t=o},get availableLanguages(){return t},activate:o=>{i=o},getDefaultLocale:()=>e,setDefaultLocale:o=>{e=o},get locale(){return i},load:(o,n)=>{s[o]=me(me({},s[o]),n)},t:o=>{if(typeof o>"u")throw new TypeError("Unexpected type for descriptor or id!");let n;if(typeof o=="string")n=o;else if(typeof o=="object"&&o.id)n=o.id;else return"";return i&&i in s&&n&&n in s[i]&&s[i][n]?s[i][n]:n}}}const Fc=(t,e,i)=>{var s;let o=xt;if(!t)e.t("exp.modal_link_label")!=="exp.modal_link_label"&&(o=e.t("exp.modal_link_label"));else{const n=e.getDefaultLocale(),r=(s=i?.experience_config)==null?void 0:s.translations.find(a=>a.language===n);r!=null&&r.modal_link_label&&(o=r.modal_link_label)}return o};var Dc=Object.defineProperty,Rc=Object.defineProperties,Vc=Object.getOwnPropertyDescriptors,wo=Object.getOwnPropertySymbols,Mc=Object.prototype.hasOwnProperty,Uc=Object.prototype.propertyIsEnumerable,Eo=(t,e,i)=>e in t?Dc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,dt=(t,e)=>{for(var i in e||(e={}))Mc.call(e,i)&&Eo(t,i,e[i]);if(wo)for(var i of wo(e))Uc.call(e,i)&&Eo(t,i,e[i]);return t},Ai=(t,e)=>Rc(t,Vc(e)),Ut=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())}),Bc=(t=>(t.PRIVACY_EXPERIENCE="/privacy-experience",t.PRIVACY_PREFERENCES="/privacy-preferences",t.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",t.NOTICES_SERVED="/notices-served",t))(Bc||{});const xo=t=>Ut(void 0,[t],function*({userLocationString:e,userLanguageString:i,fidesApiUrl:s,apiOptions:o,propertyId:n,requestMinimalTCF:r}){var a,c,l;if(o!=null&&o.getPrivacyExperienceFn)try{return yield o.getPrivacyExperienceFn(e,null)}catch{return{}}const p=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];i&&p.push(["Accept-Language",i]);const d={method:"GET",mode:"cors",headers:p};let v=dt(dt({show_disabled:"false",region:e,component:X.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"},r&&{minimal_tcf:"true"}),n&&{property_id:n});v=new URLSearchParams(v);let f;try{if(f=yield fetch(`${s}/privacy-experience?${v}`,d),!f.ok)throw new Error("Error fetching experience from Fides API")}catch{return{}}try{const g=yield f.json(),_=(a=g.items&&g.items[0])!=null?a:{},m=(l=(c=_.experience_config)==null?void 0:c.translations)==null?void 0:l[0].language;return _}catch{return{}}}),jo=(t,e)=>Ut(void 0,null,function*(){const i=new URLSearchParams;e?.forEach(r=>{i.append("language",r)});const s={method:"GET",mode:"cors"};let o;try{o=yield fetch(`${t}/privacy-experience/gvl/translations${i.size>0?"?":""}${i.toString()}`,s)}catch{return{}}return o.ok?yield o.json():{}}),Io={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Gc="Fides.js",Hc=(t,e,i,s,o)=>Ut(void 0,null,function*(){var n;if((n=i.apiOptions)!=null&&n.savePreferencesFn){try{yield i.apiOptions.savePreferencesFn(t,s.consent,s.fides_string,o)}catch(c){return Promise.reject(c)}return Promise.resolve()}const r=Ai(dt({},Io),{body:JSON.stringify(Ai(dt({},e),{source:Gc}))});return(yield fetch(`${i.fidesApiUrl}/privacy-preferences`,r)).ok,Promise.resolve()}),qc=t=>Ut(void 0,[t],function*({request:e,options:i}){var s;if((s=i.apiOptions)!=null&&s.patchNoticesServedFn)try{return yield i.apiOptions.patchNoticesServedFn(e)}catch{return null}const o=Ai(dt({},Io),{body:JSON.stringify(e)}),n=yield fetch(`${i.fidesApiUrl}/notices-served`,o);return n.ok?n.json():null});var Kc=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const Yc=(t,e)=>Kc(void 0,null,function*(){if(!t||!e)return null;const i=yield fetch(e,{mode:"cors"});if(!i.ok)return null;try{return yield i.json()}catch{return null}}),Wc=()=>{var t;if(window.Fides.options.tcfEnabled)return!1;if(typeof((t=window.navigator)==null?void 0:t.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const e=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(e==="true")return!0;if(e==="false")return!1},tt=()=>typeof window>"u"?{}:{globalPrivacyControl:Wc()};var Jc=Object.defineProperty,Po=Object.getOwnPropertySymbols,Zc=Object.prototype.hasOwnProperty,Qc=Object.prototype.propertyIsEnumerable,Oo=(t,e,i)=>e in t?Jc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Xc=(t,e)=>{for(var i in e||(e={}))Zc.call(e,i)&&Oo(t,i,e[i]);if(Po)for(var i of Po(e))Qc.call(e,i)&&Oo(t,i,e[i]);return t},So=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});function el(t,e,i,s,o,n,r,a,c,l){return So(this,null,function*(){const p=(n||[]).map(v=>({preference:v.consentPreference,privacy_notice_history_id:v.noticeHistoryId||""})),d=Xc({browser_identity:e.identity,preferences:p,privacy_experience_config_history_id:o,user_geography:a,method:s,served_notice_history_id:c,property_id:l},r??[]);yield Hc(s,d,t,e,i)})}const Ti=t=>So(void 0,[t],function*({consentPreferencesToSave:e,privacyExperienceConfigHistoryId:i,experience:s,consentMethod:o,options:n,userLocationString:r,cookie:a,servedNoticeHistoryId:c,tcf:l,updateCookie:p,propertyId:d}){const v=yield p(a);if(Object.assign(a,v),Object.assign(a.fides_meta,{consentMethod:o}),te("FidesUpdating",a,n.debug),window.Fides.consent=a.consent,window.Fides.fides_string=a.fides_string,window.Fides.tcf_consent=a.tcf_consent,wi(a,n.base64Cookie),window.Fides.saved_consent=a.consent,!n.fidesDisableSaveApi)try{yield el(n,a,s,o,i,e,l,r,c,d)}catch{}e&&e.filter(f=>f.consentPreference===fe.OPT_OUT).forEach(f=>{var g,_;(g=f.notice)!=null&&g.cookies&&so(f.notice.cookies,(_=s.experience_config)==null?void 0:_.auto_subdomain_cookie_deletion)}),te("FidesUpdated",a,n.debug)}),tl=()=>{document.body.classList.add("fides-no-scroll")},Ao=()=>{document.body.classList.remove("fides-no-scroll")},il=t=>new DOMParser().parseFromString(t,"text/html").body.textContent||"",To=t=>{let e=0,i=200;return new Promise(s=>{const o=n=>{const r=setTimeout(()=>{const a=document.getElementById(t);a?(clearInterval(r),s(a)):(e+=1,e>=5&&i<1e3&&(i+=200),o(i))},n)};o(i)})};var sl=Object.defineProperty,zo=Object.getOwnPropertySymbols,ol=Object.prototype.hasOwnProperty,nl=Object.prototype.propertyIsEnumerable,Lo=(t,e,i)=>e in t?sl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,No=(t,e)=>{for(var i in e||(e={}))ol.call(e,i)&&Lo(t,i,e[i]);if(zo)for(var i of zo(e))nl.call(e,i)&&Lo(t,i,e[i]);return t},zi=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const rl=(t,e)=>zi(void 0,null,function*(){return gi(t)||gi(yield Yc(e.isGeolocationEnabled,e.geolocationApiUrl))}),al=t=>zi(void 0,[t],function*({savedConsent:e,effectiveExperience:i,cookie:s,fidesRegionString:o,fidesOptions:n,i18n:r}){if(!i||!i.experience_config||!i.privacy_notices||i.privacy_notices.length===0)return!1;const a=tt(),{nc:c}=Rt(n.fidesString||"");if(a.globalPrivacyControl,!a.globalPrivacyControl&&!c)return!1;const l=Mt(r,i.experience_config),p=l?.privacy_experience_config_history_id;let d=!1,v=!1;const f=i.privacy_notices.map(g=>{const _=Ct(g,e),m=Si(r,g),b=Et(c);if(g.consent_mechanism!==oe.NOTICE_ONLY){if(b){const y=b[g.notice_key];if(y!==void 0)return v=!0,new Xe(g,le(y,g.consent_mechanism),m?.privacy_notice_history_id)}if(a.globalPrivacyControl&&g.has_gpc_flag&&!_)return d=!0,new Xe(g,le(!1,g.consent_mechanism),m?.privacy_notice_history_id)}return new Xe(g,le(Tt(g,e),g.consent_mechanism),m?.privacy_notice_history_id)});if(d||v){let g=F.SCRIPT;return v&&(g=F.SCRIPT),d&&(g=F.GPC),yield Ti({servedNoticeHistoryId:At(),consentPreferencesToSave:f,privacyExperienceConfigHistoryId:p,experience:i,consentMethod:g,options:n,userLocationString:o||void 0,cookie:s,updateCookie:_=>ji(_,f)}),!0}return!1}),Bt=(t,e)=>{const i={};if(typeof window<"u"){const s=new URLSearchParams(window.location.search),o=e.options.customOptionsPath&&e.options.customOptionsPath.split("."),n=o&&o.length>=0?Ps(o):window.fides_overrides,r=Is(t);r?.forEach(({overrideName:a,overrideType:c,overrideKey:l,validationRegex:p,transform:d})=>{const v=s.get(l),f=n?n[l]:void 0,g=Dt(l),_=v||f||g;_&&p.test(_.toString())&&(d?i[a]=d(_.toString()):i[a]=c==="string"?_:JSON.parse(_.toString()))})}return i},$o=({consent:t,options:e})=>{const i=tt(),s=io(t,i);return eo(s,e.fidesClearCookie)},Fo=({cookie:t,savedConsent:e,experience:i,geolocation:s,options:o,updateExperienceFromCookieConsent:n})=>{const r=!Zs(t),a=!!(o.otFidesMapping&&Ci())&&!!o.otFidesMapping;if(!r&&!o.fidesString&&!a)return null;let c=i;return Re(i)&&(c=n({experience:i,cookie:t,debug:o.debug})),{consent:t.consent,fides_meta:t.fides_meta,identity:t.identity,experience:c,tcf_consent:t.tcf_consent,fides_string:t.fides_string,saved_consent:e,geolocation:s,options:o,initialized:!0}},Do=t=>zi(void 0,[t],function*({fides:e,options:i,geolocation:s,initOverlay:o,renderOverlay:n,updateExperience:r,overrides:a,propertyId:c}){var l;let p=!0,d=null,v=()=>xt;if(!e.cookie)throw new Error("Fides cookie should be initialized");if(p=i.isOverlayEnabled,p){js(i)||(p=!1),d=yield rl(s,i);let y=!1;if(d?Re(e.experience)||(y=!0,e.experience=yield xo({userLocationString:d,fidesApiUrl:i.fidesApiUrl,apiOptions:i.apiOptions,requestMinimalTCF:!1,propertyId:c})):p=!1,p&&Re(e.experience)&&_i(e.experience)){if(y){const O=r({cookie:e.cookie,experience:e.experience});e.experience=No(No({},e.experience),O)}const E=no({cookie:e.cookie,experience:e.experience});e.cookie=E;const w=$c();if(Nc(w,window?.navigator,e.experience,i,a?.experienceTranslationOverrides),e.locale=w.locale||ee,v=O=>Fc(!!(O!=null&&O.disableLocalization),w,e.experience),((l=e.experience.experience_config)==null?void 0:l.component)===X.HEADLESS){const O=i.modalLinkId||"fides-modal-link";!e.experience||i.fidesEmbed||i.modalLinkId,To(O).then(Y=>{document.body.classList.add("fides-overlay-modal-link-shown"),Y.classList.add("fides-modal-link-shown")}),p=!1}o&&p&&o({options:i,experience:e.experience,i18n:w,fidesRegionString:d,cookie:e.cookie,savedConsent:e.saved_consent,renderOverlay:n,propertyId:c,translationOverrides:a?.experienceTranslationOverrides}).catch(O=>{}),setTimeout(al.bind(null,{savedConsent:e.saved_consent,effectiveExperience:e.experience,cookie:e.cookie,fidesRegionString:d,fidesOptions:i,i18n:w}))}}const{consent:f,fides_meta:g,identity:_,fides_string:m,tcf_consent:b}=e.cookie;return{consent:f,fides_meta:g,identity:_,fides_string:m,tcf_consent:b,experience:e.experience,geolocation:s,options:i,initialized:!0,getModalLinkLabel:v}});var Gt,L,Ro,Ue,Vo,Mo,Li,Ni,$i,Fi,Uo,ut={},Bo=[],cl=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Ht=Array.isArray;function Fe(t,e){for(var i in e)t[i]=e[i];return t}function Go(t){var e=t.parentNode;e&&e.removeChild(t)}function u(t,e,i){var s,o,n,r={};for(n in e)n=="key"?s=e[n]:n=="ref"?o=e[n]:r[n]=e[n];if(arguments.length>2&&(r.children=arguments.length>3?Gt.call(arguments,2):i),typeof t=="function"&&t.defaultProps!=null)for(n in t.defaultProps)r[n]===void 0&&(r[n]=t.defaultProps[n]);return qt(t,r,s,o,null)}function qt(t,e,i,s,o){var n={type:t,props:e,key:i,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:o??++Ro,__i:-1,__u:0};return o==null&&L.vnode!=null&&L.vnode(n),n}function ue(t){return t.children}function Oe(t,e){this.props=t,this.context=e}function Be(t,e){if(e==null)return t.__?Be(t.__,t.__i+1):null;for(var i;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null)return i.__e;return typeof t.type=="function"?Be(t):null}function Ho(t){var e,i;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null){t.__e=t.__c.base=i.__e;break}return Ho(t)}}function Di(t){(!t.__d&&(t.__d=!0)&&Ue.push(t)&&!Kt.__r++||Vo!==L.debounceRendering)&&((Vo=L.debounceRendering)||Mo)(Kt)}function Kt(){var t,e,i,s,o,n,r,a;for(Ue.sort(Li);t=Ue.shift();)t.__d&&(e=Ue.length,s=void 0,n=(o=(i=t).__v).__e,r=[],a=[],i.__P&&((s=Fe({},o)).__v=o.__v+1,L.vnode&&L.vnode(s),Ri(i.__P,s,o,i.__n,i.__P.namespaceURI,32&o.__u?[n]:null,r,n??Be(o),!!(32&o.__u),a),s.__v=o.__v,s.__.__k[s.__i]=s,Jo(r,s,a),s.__e!=n&&Ho(s)),Ue.length>e&&Ue.sort(Li));Kt.__r=0}function qo(t,e,i,s,o,n,r,a,c,l,p){var d,v,f,g,_,m=s&&s.__k||Bo,b=e.length;for(i.__d=c,ll(i,e,m),c=i.__d,d=0;d<b;d++)(f=i.__k[d])!=null&&typeof f!="boolean"&&typeof f!="function"&&(v=f.__i===-1?ut:m[f.__i]||ut,f.__i=d,Ri(t,f,v,o,n,r,a,c,l,p),g=f.__e,f.ref&&v.ref!=f.ref&&(v.ref&&Vi(v.ref,null,f),p.push(f.ref,f.__c||g,f)),_==null&&g!=null&&(_=g),65536&f.__u||v.__k===f.__k?(c&&typeof f.type=="string"&&!t.contains(c)&&(c=Be(v)),c=Ko(f,c,t)):typeof f.type=="function"&&f.__d!==void 0?c=f.__d:g&&(c=g.nextSibling),f.__d=void 0,f.__u&=-196609);i.__d=c,i.__e=_}function ll(t,e,i){var s,o,n,r,a,c=e.length,l=i.length,p=l,d=0;for(t.__k=[],s=0;s<c;s++)r=s+d,(o=t.__k[s]=(o=e[s])==null||typeof o=="boolean"||typeof o=="function"?null:typeof o=="string"||typeof o=="number"||typeof o=="bigint"||o.constructor==String?qt(null,o,null,null,null):Ht(o)?qt(ue,{children:o},null,null,null):o.constructor===void 0&&o.__b>0?qt(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o)!=null?(o.__=t,o.__b=t.__b+1,a=dl(o,i,r,p),o.__i=a,n=null,a!==-1&&(p--,(n=i[a])&&(n.__u|=131072)),n==null||n.__v===null?(a==-1&&d--,typeof o.type!="function"&&(o.__u|=65536)):a!==r&&(a==r-1?d=a-r:a==r+1?d++:a>r?p>c-r?d+=a-r:d--:a<r&&d++,a!==s+d&&(o.__u|=65536))):(n=i[r])&&n.key==null&&n.__e&&(131072&n.__u)==0&&(n.__e==t.__d&&(t.__d=Be(n)),Mi(n,n,!1),i[r]=null,p--);if(p)for(s=0;s<l;s++)(n=i[s])!=null&&(131072&n.__u)==0&&(n.__e==t.__d&&(t.__d=Be(n)),Mi(n,n))}function Ko(t,e,i){var s,o;if(typeof t.type=="function"){for(s=t.__k,o=0;s&&o<s.length;o++)s[o]&&(s[o].__=t,e=Ko(s[o],e,i));return e}t.__e!=e&&(i.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType===8);return e}function Yt(t,e){return e=e||[],t==null||typeof t=="boolean"||(Ht(t)?t.some(function(i){Yt(i,e)}):e.push(t)),e}function dl(t,e,i,s){var o=t.key,n=t.type,r=i-1,a=i+1,c=e[i];if(c===null||c&&o==c.key&&n===c.type&&(131072&c.__u)==0)return i;if(s>(c!=null&&(131072&c.__u)==0?1:0))for(;r>=0||a<e.length;){if(r>=0){if((c=e[r])&&(131072&c.__u)==0&&o==c.key&&n===c.type)return r;r--}if(a<e.length){if((c=e[a])&&(131072&c.__u)==0&&o==c.key&&n===c.type)return a;a++}}return-1}function Yo(t,e,i){e[0]==="-"?t.setProperty(e,i??""):t[e]=i==null?"":typeof i!="number"||cl.test(e)?i:i+"px"}function Wt(t,e,i,s,o){var n;e:if(e==="style")if(typeof i=="string")t.style.cssText=i;else{if(typeof s=="string"&&(t.style.cssText=s=""),s)for(e in s)i&&e in i||Yo(t.style,e,"");if(i)for(e in i)s&&i[e]===s[e]||Yo(t.style,e,i[e])}else if(e[0]==="o"&&e[1]==="n")n=e!==(e=e.replace(/(PointerCapture)$|Capture$/i,"$1")),e=e.toLowerCase()in t||e==="onFocusOut"||e==="onFocusIn"?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+n]=i,i?s?i.u=s.u:(i.u=Ni,t.addEventListener(e,n?Fi:$i,n)):t.removeEventListener(e,n?Fi:$i,n);else{if(o=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=i??"";break e}catch{}typeof i=="function"||(i==null||i===!1&&e[4]!=="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&i==1?"":i))}}function Wo(t){return function(e){if(this.l){var i=this.l[e.type+t];if(e.t==null)e.t=Ni++;else if(e.t<i.u)return;return i(L.event?L.event(e):e)}}}function Ri(t,e,i,s,o,n,r,a,c,l){var p,d,v,f,g,_,m,b,y,E,w,O,Y,se,ne,D,x=e.type;if(e.constructor!==void 0)return null;128&i.__u&&(c=!!(32&i.__u),n=[a=e.__e=i.__e]),(p=L.__b)&&p(e);e:if(typeof x=="function")try{if(b=e.props,y="prototype"in x&&x.prototype.render,E=(p=x.contextType)&&s[p.__c],w=p?E?E.props.value:p.__:s,i.__c?m=(d=e.__c=i.__c).__=d.__E:(y?e.__c=d=new x(b,w):(e.__c=d=new Oe(b,w),d.constructor=x,d.render=pl),E&&E.sub(d),d.props=b,d.state||(d.state={}),d.context=w,d.__n=s,v=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&x.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=Fe({},d.__s)),Fe(d.__s,x.getDerivedStateFromProps(b,d.__s))),f=d.props,g=d.state,d.__v=e,v)y&&x.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&x.getDerivedStateFromProps==null&&b!==f&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(b,w),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(b,d.__s,w)===!1||e.__v===i.__v)){for(e.__v!==i.__v&&(d.props=b,d.state=d.__s,d.__d=!1),e.__e=i.__e,e.__k=i.__k,e.__k.forEach(function(I){I&&(I.__=e)}),O=0;O<d._sb.length;O++)d.__h.push(d._sb[O]);d._sb=[],d.__h.length&&r.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(b,d.__s,w),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(f,g,_)})}if(d.context=w,d.props=b,d.__P=t,d.__e=!1,Y=L.__r,se=0,y){for(d.state=d.__s,d.__d=!1,Y&&Y(e),p=d.render(d.props,d.state,d.context),ne=0;ne<d._sb.length;ne++)d.__h.push(d._sb[ne]);d._sb=[]}else do d.__d=!1,Y&&Y(e),p=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++se<25);d.state=d.__s,d.getChildContext!=null&&(s=Fe(Fe({},s),d.getChildContext())),y&&!v&&d.getSnapshotBeforeUpdate!=null&&(_=d.getSnapshotBeforeUpdate(f,g)),qo(t,Ht(D=p!=null&&p.type===ue&&p.key==null?p.props.children:p)?D:[D],e,i,s,o,n,r,a,c,l),d.base=e.__e,e.__u&=-161,d.__h.length&&r.push(d),m&&(d.__E=d.__=null)}catch(I){e.__v=null,c||n!=null?(e.__e=a,e.__u|=c?160:32,n[n.indexOf(a)]=null):(e.__e=i.__e,e.__k=i.__k),L.__e(I,e,i)}else n==null&&e.__v===i.__v?(e.__k=i.__k,e.__e=i.__e):e.__e=ul(i.__e,e,i,s,o,n,r,c,l);(p=L.diffed)&&p(e)}function Jo(t,e,i){e.__d=void 0;for(var s=0;s<i.length;s++)Vi(i[s],i[++s],i[++s]);L.__c&&L.__c(e,t),t.some(function(o){try{t=o.__h,o.__h=[],t.some(function(n){n.call(o)})}catch(n){L.__e(n,o.__v)}})}function ul(t,e,i,s,o,n,r,a,c){var l,p,d,v,f,g,_,m=i.props,b=e.props,y=e.type;if(y==="svg"?o="http://www.w3.org/2000/svg":y==="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),n!=null){for(l=0;l<n.length;l++)if((f=n[l])&&"setAttribute"in f==!!y&&(y?f.localName===y:f.nodeType===3)){t=f,n[l]=null;break}}if(t==null){if(y===null)return document.createTextNode(b);t=document.createElementNS(o,y,b.is&&b),n=null,a=!1}if(y===null)m===b||a&&t.data===b||(t.data=b);else{if(n=n&&Gt.call(t.childNodes),m=i.props||ut,!a&&n!=null)for(m={},l=0;l<t.attributes.length;l++)m[(f=t.attributes[l]).name]=f.value;for(l in m)if(f=m[l],l!="children"){if(l=="dangerouslySetInnerHTML")d=f;else if(l!=="key"&&!(l in b)){if(l=="value"&&"defaultValue"in b||l=="checked"&&"defaultChecked"in b)continue;Wt(t,l,null,f,o)}}for(l in b)f=b[l],l=="children"?v=f:l=="dangerouslySetInnerHTML"?p=f:l=="value"?g=f:l=="checked"?_=f:l==="key"||a&&typeof f!="function"||m[l]===f||Wt(t,l,f,m[l],o);if(p)a||d&&(p.__html===d.__html||p.__html===t.innerHTML)||(t.innerHTML=p.__html),e.__k=[];else if(d&&(t.innerHTML=""),qo(t,Ht(v)?v:[v],e,i,s,y==="foreignObject"?"http://www.w3.org/1999/xhtml":o,n,r,n?n[0]:i.__k&&Be(i,0),a,c),n!=null)for(l=n.length;l--;)n[l]!=null&&Go(n[l]);a||(l="value",g!==void 0&&(g!==t[l]||y==="progress"&&!g||y==="option"&&g!==m[l])&&Wt(t,l,g,m[l],o),l="checked",_!==void 0&&_!==t[l]&&Wt(t,l,_,m[l],o))}return t}function Vi(t,e,i){try{typeof t=="function"?t(e):t.current=e}catch(s){L.__e(s,i)}}function Mi(t,e,i){var s,o;if(L.unmount&&L.unmount(t),(s=t.ref)&&(s.current&&s.current!==t.__e||Vi(s,null,e)),(s=t.__c)!=null){if(s.componentWillUnmount)try{s.componentWillUnmount()}catch(n){L.__e(n,e)}s.base=s.__P=null}if(s=t.__k)for(o=0;o<s.length;o++)s[o]&&Mi(s[o],e,i||typeof t.type!="function");i||t.__e==null||Go(t.__e),t.__c=t.__=t.__e=t.__d=void 0}function pl(t,e,i){return this.constructor(t,i)}function Ui(t,e,i){var s,o,n,r;L.__&&L.__(t,e),o=(s=typeof i=="function")?null:i&&i.__k||e.__k,n=[],r=[],Ri(e,t=(!s&&i||e).__k=u(ue,null,[t]),o||ut,ut,e.namespaceURI,!s&&i?[i]:o?null:e.firstChild?Gt.call(e.childNodes):null,n,!s&&i?i:o?o.__e:e.firstChild,s,r),Jo(n,t,r)}function Bi(t,e){var i={__c:e="__cC"+Uo++,__:t,Consumer:function(s,o){return s.children(o)},Provider:function(s){var o,n;return this.getChildContext||(o=[],(n={})[e]=this,this.getChildContext=function(){return n},this.componentWillUnmount=function(){o=null},this.shouldComponentUpdate=function(r){this.props.value!==r.value&&o.some(function(a){a.__e=!0,Di(a)})},this.sub=function(r){o.push(r);var a=r.componentWillUnmount;r.componentWillUnmount=function(){o&&o.splice(o.indexOf(r),1),a&&a.call(r)}}),s.children}};return i.Provider.__=i.Consumer.contextType=i}Gt=Bo.slice,L={__e:function(t,e,i,s){for(var o,n,r;e=e.__;)if((o=e.__c)&&!o.__)try{if((n=o.constructor)&&n.getDerivedStateFromError!=null&&(o.setState(n.getDerivedStateFromError(t)),r=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(t,s||{}),r=o.__d),r)return o.__E=o}catch(a){t=a}throw t}},Ro=0,Oe.prototype.setState=function(t,e){var i;i=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Fe({},this.state),typeof t=="function"&&(t=t(Fe({},i),this.props)),t&&Fe(i,t),t!=null&&this.__v&&(e&&this._sb.push(e),Di(this))},Oe.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),Di(this))},Oe.prototype.render=ue,Ue=[],Mo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Li=function(t,e){return t.__v.__b-e.__v.__b},Kt.__r=0,Ni=0,$i=Wo(!1),Fi=Wo(!0),Uo=0;const fl=t=>{try{const e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);if(!e)return null;let i=parseInt(e[1],16),s=parseInt(e[2],16),o=parseInt(e[3],16);i/=255,s/=255,o/=255;const n=Math.max(i,s,o),r=Math.min(i,s,o);let a,c;const l=(n+r)/2;if(n===r)a=c=0;else{const p=n-r;switch(c=l>.5?p/(2-n-r):p/(n+r),n){case i:a=(s-o)/p+(s<o?6:0);break;case s:a=(o-i)/p+2;break;case o:a=(i-s)/p+4;break}a/=6}return{h:a,s:c,l}}catch{return null}},vl=(t,e=!1)=>{let i="";const s=Math.round(t.h*360),o=Math.round(t.s*100),n=Math.round(t.l*100);return i=`${s},${o}%,${n}%`,i=e?i:`hsl(${i})`,i};var Zo=(t=>(t.HEX="hex",t.HSL="hsl",t))(Zo||{});const gl=(t,e,i)=>{const s=e==="hex"?fl(t):t;return s&&s.l?(s.l<.25?s.l=i===1?s.l+.1:s.l+.2:s.l<.5?s.l=i===1?s.l+.08:s.l+.16:s.l<.75?s.l=i===1?s.l+.06:s.l+.12:s.l<.9?s.l=i===1?s.l+.04:s.l+.08:s.l=.9,vl(s)):t};var Jt=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const Qo="fides-embed-container",_l="fides-overlay";let Zt;const Gi=t=>Jt(void 0,[t],function*({options:e,experience:i,i18n:s,fidesRegionString:o,cookie:n,savedConsent:r,renderOverlay:a,propertyId:c,translationOverrides:l}){const p=()=>Jt(void 0,null,function*(){var d,v,f;try{if(Zt&&(Ui(null,Zt),Zt=void 0),e.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",e.fidesPrimaryColor);const _=gl(e.fidesPrimaryColor,Zo.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",_)}let g;if(e.fidesEmbed)g=document.getElementById(Qo),g||(yield Jt(void 0,null,function*(){return new Promise(_=>{let m=0,b=200;const y=setInterval(()=>{g=document.getElementById(Qo),g?(clearInterval(y),_()):(m+=1,m>=5&&b<1e3&&(b+=200))},b)})}));else{const _=e.overlayParentId||_l;g=document.getElementById(_),g||(g=document.createElement("div"),g.id=_,g.className="fides-overlay",document.body.prepend(g))}return g?(a&&(((d=i.experience_config)==null?void 0:d.component)===X.MODAL||((v=i.experience_config)==null?void 0:v.component)===X.BANNER_AND_MODAL||((f=i.experience_config)==null?void 0:f.component)===X.TCF_OVERLAY)&&(a({options:e,experience:i,i18n:s,fidesRegionString:o,cookie:n,savedConsent:r,propertyId:c,translationOverrides:l},g),Zt=g),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(g){return Promise.reject(g)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>Jt(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function Xo(t,e){e===void 0&&(e={});var i=e.insertAt;if(!(!t||typeof document>"u")){var s=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css",i==="top"&&s.firstChild?s.insertBefore(o,s.firstChild):s.appendChild(o),o.styleSheet?o.styleSheet.cssText=t:o.appendChild(document.createTextNode(t))}}var ml=`: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(w,de){typeof exports=="object"&&typeof module<"u"?de(exports):typeof define=="function"&&define.amd?define(["exports"],de):(w=typeof globalThis<"u"?globalThis:w||self,de(w.Fides={}))})(this,function(w){"use strict";class de extends Error{constructor(e){super(e),this.name="DecodingError"}}class ke extends Error{constructor(e){super(e),this.name="EncodingError"}}class Xe extends Error{constructor(e){super(e),this.name="GVLError"}}class Ce extends Error{constructor(e,i,s=""){super(`invalid value ${i} passed for ${e} ${s}`),this.name="TCModelError"}}class pi{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new ke("Invalid bitField");const i=e.length%this.LCM;e+=i?"0".repeat(this.LCM-i):"";let s="";for(let o=0;o<e.length;o+=this.BASIS)s+=this.DICT[parseInt(e.substr(o,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\-_]+$/.test(e))throw new de("Invalidly encoded Base64URL string");let i="";for(let s=0;s<e.length;s++){const o=this.REVERSE_DICT.get(e[s]).toString(2);i+="0".repeat(this.BASIS-o.length)+o}return i}}class we{static langSet=new Set(["AR","BG","BS","CA","CS","CY","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HE","HI","HR","HU","ID","IT","JA","KA","KO","LT","LV","MK","MS","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SQ","SR-LATN","SR-CYRL","SV","SW","TH","TL","TR","UK","VI","ZH","ZH-HANT"]);has(e){return we.langSet.has(e)}parseLanguage(e){e=e.toUpperCase();const i=e.split("-")[0];if(e.length>=2&&i.length==2){if(we.langSet.has(e))return e;if(we.langSet.has(i))return i;const s=i+"-"+i;if(we.langSet.has(s))return s;for(const o of we.langSet)if(o.indexOf(e)!==-1||o.indexOf(i)!==-1)return o}throw new Error(`unsupported language ${e}`)}forEach(e){we.langSet.forEach(e)}get size(){return we.langSet.size}}class h{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class nt{clone(){const e=new this.constructor;return Object.keys(this).forEach(s=>{const o=this.deepClone(this[s]);o!==void 0&&(e[s]=o)}),e}deepClone(e){const i=typeof e;if(i==="number"||i==="string"||i==="boolean")return e;if(e!==null&&i==="object"){if(typeof e.clone=="function")return e.clone();if(e instanceof Date)return new Date(e.getTime());if(e[Symbol.iterator]!==void 0){const s=[];for(const o of e)s.push(this.deepClone(o));return e instanceof Array?s:new e.constructor(s)}else{const s={};for(const o in e)e.hasOwnProperty(o)&&(s[o]=this.deepClone(e[o]));return s}}}}var pe;(function(t){t[t.NOT_ALLOWED=0]="NOT_ALLOWED",t[t.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",t[t.REQUIRE_LI=2]="REQUIRE_LI"})(pe||(pe={}));class _e extends nt{static hashSeparator="-";purposeId_;restrictionType;constructor(e,i){super(),e!==void 0&&(this.purposeId=e),i!==void 0&&(this.restrictionType=i)}static unHash(e){const i=e.split(this.hashSeparator),s=new _e;if(i.length!==2)throw new Ce("hash",e);return s.purposeId=parseInt(i[0],10),s.restrictionType=parseInt(i[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${_e.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===pe.NOT_ALLOWED||this.restrictionType===pe.REQUIRE_CONSENT||this.restrictionType===pe.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class fs extends nt{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,i,s){let o=!0;if(this.gvl?.vendors){const n=this.gvl.vendors[s];if(n)if(e===pe.NOT_ALLOWED)o=n.legIntPurposes.includes(i)||n.purposes.includes(i);else if(n.flexiblePurposes.length)switch(e){case pe.REQUIRE_CONSENT:o=n.flexiblePurposes.includes(i)&&n.legIntPurposes.includes(i);break;case pe.REQUIRE_LI:o=n.flexiblePurposes.includes(i)&&n.purposes.includes(i);break}else o=!1;else o=!1}return o}add(e,i){if(this.isOkToHave(i.restrictionType,i.purposeId,e)){const s=i.hash;this.has(s)||(this.map.set(s,new Set),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const i=Array.from(this.gvl.vendorIds),s=e.hash,o=i[i.length-1],n=[...Array(o).keys()].map(a=>a+1);if(!this.has(s))this.map.set(s,new Set(n)),this.bitLength=0;else for(let a=1;a<=o;a++)this.map.get(s).add(a)}getVendors(e){let i=[];if(e){const s=e.hash;this.has(s)&&(i=Array.from(this.map.get(s)))}else{const s=new Set;this.map.forEach(o=>{o.forEach(n=>{s.add(n)})}),i=Array.from(s)}return i.sort((s,o)=>s-o)}getRestrictionType(e,i){let s;return this.getRestrictions(e).forEach(o=>{o.purposeId===i&&(s===void 0||s>o.restrictionType)&&(s=o.restrictionType)}),s}vendorHasRestriction(e,i){let s=!1;const o=this.getRestrictions(e);for(let n=0;n<o.length&&!s;n++)s=i.isSameAs(o[n]);return s}getMaxVendorId(){let e=0;return this.map.forEach(i=>{e=Math.max(Array.from(i)[i.size-1],e)}),e}getRestrictions(e){const i=[];return this.map.forEach((s,o)=>{e?s.has(e)&&i.push(_e.unHash(o)):i.push(_e.unHash(o))}),i}getPurposes(){const e=new Set;return this.map.forEach((i,s)=>{e.add(_e.unHash(s).purposeId)}),Array.from(e)}remove(e,i){const s=i.hash,o=this.map.get(s);o&&(o.delete(e),o.size==0&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach((i,s)=>{const o=_e.unHash(s);Array.from(i).forEach(a=>{this.isOkToHave(o.restrictionType,o.purposeId,a)||i.delete(a)})}))}get gvl(){return this.gvl_}isEmpty(){return this.map.size===0}get numRestrictions(){return this.map.size}}var vs;(function(t){t.COOKIE="cookie",t.WEB="web",t.APP="app"})(vs||(vs={}));var V;(function(t){t.CORE="core",t.VENDORS_DISCLOSED="vendorsDisclosed",t.VENDORS_ALLOWED="vendorsAllowed",t.PUBLISHER_TC="publisherTC"})(V||(V={}));class gs{static ID_TO_KEY=[V.CORE,V.VENDORS_DISCLOSED,V.VENDORS_ALLOWED,V.PUBLISHER_TC];static KEY_TO_ID={[V.CORE]:0,[V.VENDORS_DISCLOSED]:1,[V.VENDORS_ALLOWED]:2,[V.PUBLISHER_TC]:3}}class le extends nt{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach(i=>this.unset(i)):typeof e=="object"?this.unset(Object.keys(e).map(i=>Number(i))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach(i=>{this.maxId_=Math.max(this.maxId,i)})))}isIntMap(e){let i=typeof e=="object";return i=i&&Object.keys(e).every(s=>{let o=Number.isInteger(parseInt(s,10));return o=o&&this.isValidNumber(e[s].id),o=o&&e[s].name!==void 0,o}),i}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let i=!1;return e instanceof Set&&(i=Array.from(e).every(this.isValidNumber)),i}set(e){if(Array.isArray(e))e.forEach(i=>this.set(i));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map(i=>Number(i)));else if(this.isValidNumber(e))this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0;else throw new Ce("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap")}empty(){this.set_=new Set}forEach(e){for(let i=1;i<=this.maxId;i++)e(this.has(i),i)}get size(){return this.set_.size}setAll(e){this.set(e)}}class E{static[h.cmpId]=12;static[h.cmpVersion]=12;static[h.consentLanguage]=12;static[h.consentScreen]=6;static[h.created]=36;static[h.isServiceSpecific]=1;static[h.lastUpdated]=36;static[h.policyVersion]=6;static[h.publisherCountryCode]=12;static[h.publisherLegitimateInterests]=24;static[h.publisherConsents]=24;static[h.purposeConsents]=24;static[h.purposeLegitimateInterests]=24;static[h.purposeOneTreatment]=1;static[h.specialFeatureOptins]=12;static[h.useNonStandardTexts]=1;static[h.vendorListVersion]=12;static[h.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class me{static encode(e){return String(Number(e))}static decode(e){return e==="1"}}class T{static encode(e,i){let s;if(typeof e=="string"&&(e=parseInt(e,10)),s=e.toString(2),s.length>i||e<0)throw new ke(`${e} too large to encode into ${i}`);return s.length<i&&(s="0".repeat(i-s.length)+s),s}static decode(e,i){if(i!==e.length)throw new de("invalid bit length");return parseInt(e,2)}}class _s{static encode(e,i){return T.encode(Math.round(e.getTime()/100),i)}static decode(e,i){if(i!==e.length)throw new de("invalid bit length");const s=new Date;return s.setTime(T.decode(e,i)*100),s}}class ze{static encode(e,i){let s="";for(let o=1;o<=i;o++)s+=me.encode(e.has(o));return s}static decode(e,i){if(e.length!==i)throw new de("bitfield encoding length mismatch");const s=new le;for(let o=1;o<=i;o++)me.decode(e[o-1])&&s.set(o);return s.bitLength=e.length,s}}class ms{static encode(e,i){e=e.toUpperCase();const s=65,o=e.charCodeAt(0)-s,n=e.charCodeAt(1)-s;if(o<0||o>25||n<0||n>25)throw new ke(`invalid language code: ${e}`);if(i%2===1)throw new ke(`numBits must be even, ${i} is not valid`);i=i/2;const a=T.encode(o,i),r=T.encode(n,i);return a+r}static decode(e,i){let s;if(i===e.length&&!(e.length%2)){const n=e.length/2,a=T.decode(e.slice(0,n),n)+65,r=T.decode(e.slice(n),n)+65;s=String.fromCharCode(a)+String.fromCharCode(r)}else throw new de("invalid bit length for language");return s}}class Wr{static encode(e){let i=T.encode(e.numRestrictions,E.numRestrictions);if(!e.isEmpty()){const s=(o,n)=>{for(let a=o+1;a<=n;a++)if(e.gvl.vendorIds.has(a))return a;return o};e.getRestrictions().forEach(o=>{i+=T.encode(o.purposeId,E.purposeId),i+=T.encode(o.restrictionType,E.restrictionType);const n=e.getVendors(o),a=n.length;let r=0,c=0,l="";for(let p=0;p<a;p++){const d=n[p];if(c===0&&(r++,c=d),p===a-1||n[p+1]>s(d,n[a-1])){const g=d!==c;l+=me.encode(g),l+=T.encode(c,E.vendorId),g&&(l+=T.encode(d,E.vendorId)),c=0}}i+=T.encode(r,E.numEntries),i+=l})}return i}static decode(e){let i=0;const s=new fs,o=T.decode(e.substr(i,E.numRestrictions),E.numRestrictions);i+=E.numRestrictions;for(let n=0;n<o;n++){const a=T.decode(e.substr(i,E.purposeId),E.purposeId);i+=E.purposeId;const r=T.decode(e.substr(i,E.restrictionType),E.restrictionType);i+=E.restrictionType;const c=new _e(a,r),l=T.decode(e.substr(i,E.numEntries),E.numEntries);i+=E.numEntries;for(let p=0;p<l;p++){const d=me.decode(e.substr(i,E.anyBoolean));i+=E.anyBoolean;const g=T.decode(e.substr(i,E.vendorId),E.vendorId);if(i+=E.vendorId,d){const f=T.decode(e.substr(i,E.vendorId),E.vendorId);if(i+=E.vendorId,f<g)throw new de(`Invalid RangeEntry: endVendorId ${f} is less than ${g}`);for(let v=g;v<=f;v++)s.add(v,c)}else s.add(g,c)}}return s.bitLength=i,s}}var rt;(function(t){t[t.FIELD=0]="FIELD",t[t.RANGE=1]="RANGE"})(rt||(rt={}));class at{static encode(e){const i=[];let s=[],o=T.encode(e.maxId,E.maxId),n="",a;const r=E.maxId+E.encodingType,c=r+e.maxId,l=E.vendorId*2+E.singleOrRange+E.numEntries;let p=r+E.numEntries;return e.forEach((d,g)=>{n+=me.encode(d),a=e.maxId>l&&p<c,a&&d&&(e.has(g+1)?s.length===0&&(s.push(g),p+=E.singleOrRange,p+=E.vendorId):(s.push(g),p+=E.vendorId,i.push(s),s=[]))}),a?(o+=String(rt.RANGE),o+=this.buildRangeEncoding(i)):(o+=String(rt.FIELD),o+=n),o}static decode(e,i){let s,o=0;const n=T.decode(e.substr(o,E.maxId),E.maxId);o+=E.maxId;const a=T.decode(e.charAt(o),E.encodingType);if(o+=E.encodingType,a===rt.RANGE){if(s=new le,i===1){if(e.substr(o,1)==="1")throw new de("Unable to decode default consent=1");o++}const r=T.decode(e.substr(o,E.numEntries),E.numEntries);o+=E.numEntries;for(let c=0;c<r;c++){const l=me.decode(e.charAt(o));o+=E.singleOrRange;const p=T.decode(e.substr(o,E.vendorId),E.vendorId);if(o+=E.vendorId,l){const d=T.decode(e.substr(o,E.vendorId),E.vendorId);o+=E.vendorId;for(let g=p;g<=d;g++)s.set(g)}else s.set(p)}}else{const r=e.substr(o,n);o+=n,s=ze.decode(r,n)}return s.bitLength=o,s}static buildRangeEncoding(e){const i=e.length;let s=T.encode(i,E.numEntries);return e.forEach(o=>{const n=o.length===1;s+=me.encode(!n),s+=T.encode(o[0],E.vendorId),n||(s+=T.encode(o[1],E.vendorId))}),s}}function hs(){return{[h.version]:T,[h.created]:_s,[h.lastUpdated]:_s,[h.cmpId]:T,[h.cmpVersion]:T,[h.consentScreen]:T,[h.consentLanguage]:ms,[h.vendorListVersion]:T,[h.policyVersion]:T,[h.isServiceSpecific]:me,[h.useNonStandardTexts]:me,[h.specialFeatureOptins]:ze,[h.purposeConsents]:ze,[h.purposeLegitimateInterests]:ze,[h.purposeOneTreatment]:me,[h.publisherCountryCode]:ms,[h.vendorConsents]:at,[h.vendorLegitimateInterests]:at,[h.publisherRestrictions]:Wr,segmentType:T,[h.vendorsDisclosed]:at,[h.vendorsAllowed]:at,[h.publisherConsents]:ze,[h.publisherLegitimateInterests]:ze,[h.numCustomPurposes]:T,[h.publisherCustomConsents]:ze,[h.publisherCustomLegitimateInterests]:ze}}class Jr{1={[V.CORE]:[h.version,h.created,h.lastUpdated,h.cmpId,h.cmpVersion,h.consentScreen,h.consentLanguage,h.vendorListVersion,h.purposeConsents,h.vendorConsents]};2={[V.CORE]:[h.version,h.created,h.lastUpdated,h.cmpId,h.cmpVersion,h.consentScreen,h.consentLanguage,h.vendorListVersion,h.policyVersion,h.isServiceSpecific,h.useNonStandardTexts,h.specialFeatureOptins,h.purposeConsents,h.purposeLegitimateInterests,h.purposeOneTreatment,h.publisherCountryCode,h.vendorConsents,h.vendorLegitimateInterests,h.publisherRestrictions],[V.PUBLISHER_TC]:[h.publisherConsents,h.publisherLegitimateInterests,h.numCustomPurposes,h.publisherCustomConsents,h.publisherCustomLegitimateInterests],[V.VENDORS_ALLOWED]:[h.vendorsAllowed],[V.VENDORS_DISCLOSED]:[h.vendorsDisclosed]}}class Zr{1=[V.CORE];2=[V.CORE];constructor(e,i){if(e.version===2)if(e.isServiceSpecific)this[2].push(V.PUBLISHER_TC);else{const s=!!(i&&i.isForVendors);(!s||e[h.supportOOB]===!0)&&this[2].push(V.VENDORS_DISCLOSED),s&&(e[h.supportOOB]&&e[h.vendorsAllowed].size>0&&this[2].push(V.VENDORS_ALLOWED),this[2].push(V.PUBLISHER_TC))}}}class bs{static fieldSequence=new Jr;static encode(e,i){let s;try{s=this.fieldSequence[String(e.version)][i]}catch{throw new ke(`Unable to encode version: ${e.version}, segment: ${i}`)}let o="";i!==V.CORE&&(o=T.encode(gs.KEY_TO_ID[i],E.segmentType));const n=hs();return s.forEach(a=>{const r=e[a],c=n[a];let l=E[a];l===void 0&&this.isPublisherCustom(a)&&(l=Number(e[h.numCustomPurposes]));try{o+=c.encode(r,l)}catch(p){throw new ke(`Error encoding ${i}->${a}: ${p.message}`)}}),pi.encode(o)}static decode(e,i,s){const o=pi.decode(e);let n=0;s===V.CORE&&(i.version=T.decode(o.substr(n,E[h.version]),E[h.version])),s!==V.CORE&&(n+=E.segmentType);const a=this.fieldSequence[String(i.version)][s],r=hs();return a.forEach(c=>{const l=r[c];let p=E[c];if(p===void 0&&this.isPublisherCustom(c)&&(p=Number(i[h.numCustomPurposes])),p!==0){const d=o.substr(n,p);if(l===at?i[c]=l.decode(d,i.version):i[c]=l.decode(d,p),Number.isInteger(p))n+=p;else if(Number.isInteger(i[c].bitLength))n+=i[c].bitLength;else throw new de(c)}}),i}static isPublisherCustom(e){return e.indexOf("publisherCustom")===0}}class Qr{static processor=[e=>e,(e,i)=>{e.publisherRestrictions.gvl=i,e.purposeLegitimateInterests.unset([1,3,4,5,6]);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach((o,n)=>{o.forEach((a,r)=>{if(a){const c=i.vendors[r];if(!c||c.deletedDate)o.unset(r);else if(c[n].length===0)if(n==="legIntPurposes"&&c.purposes.length===0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)o.set(r);else if(n==="legIntPurposes"&&c.purposes.length>0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)o.set(r);else if(e.isServiceSpecific)if(c.flexiblePurposes.length===0)o.unset(r);else{const l=e.publisherRestrictions.getRestrictions(r);let p=!1;for(let d=0,g=l.length;d<g&&!p;d++)p=l[d].restrictionType===pe.REQUIRE_CONSENT&&n==="purposes"||l[d].restrictionType===pe.REQUIRE_LI&&n==="legIntPurposes";p||o.unset(r)}else o.unset(r)}})}),e.vendorsDisclosed.set(i.vendors),e}];static process(e,i){const s=e.gvl;if(!s)throw new ke("Unable to encode TCModel without a GVL");if(!s.isReady)throw new ke("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");e=e.clone(),e.consentLanguage=s.language.slice(0,2).toUpperCase(),i?.version>0&&i?.version<=this.processor.length?e.version=i.version:e.version=this.processor.length;const o=e.version-1;if(!this.processor[o])throw new ke(`Invalid version: ${e.version}`);return this.processor[o](e,s)}}class Xr{static absCall(e,i,s,o){return new Promise((n,a)=>{const r=new XMLHttpRequest,c=()=>{if(r.readyState==XMLHttpRequest.DONE)if(r.status>=200&&r.status<300){let g=r.response;if(typeof g=="string")try{g=JSON.parse(g)}catch{}n(g)}else a(new Error(`HTTP Status: ${r.status} response type: ${r.responseType}`))},l=()=>{a(new Error("error"))},p=()=>{a(new Error("aborted"))},d=()=>{a(new Error("Timeout "+o+"ms "+e))};r.withCredentials=s,r.addEventListener("load",c),r.addEventListener("error",l),r.addEventListener("abort",p),i===null?r.open("GET",e,!0):r.open("POST",e,!0),r.responseType="json",r.timeout=o,r.ontimeout=d,r.send(i)})}static post(e,i,s=!1,o=0){return this.absCall(e,JSON.stringify(i),s,o)}static fetch(e,i=!1,s=0){return this.absCall(e,null,i,s)}}class O extends nt{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new we;static baseUrl_;static set baseUrl(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new Xe("Invalid baseUrl! You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&e[e.length-1]!=="/"&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;dataCategories;lang_;cacheLang_;isLatest=!1;constructor(e,i){super();let s=O.baseUrl,o=i?.language;if(o)try{o=O.consentLanguages.parseLanguage(o)}catch(n){throw new Xe("Error during parsing the language: "+n.message)}if(this.lang_=o||O.DEFAULT_LANGUAGE,this.cacheLang_=o||O.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!s)throw new Xe("must specify GVL.baseUrl before loading GVL json");if(e>0){const n=e;O.CACHE.has(n)?(this.populate(O.CACHE.get(n)),this.readyPromise=Promise.resolve()):(s+=O.versionedFilename.replace("[VERSION]",String(n)),this.readyPromise=this.fetchJson(s))}else O.CACHE.has(O.LATEST_CACHE_KEY)?(this.populate(O.CACHE.get(O.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(s+O.latestFilename))}}static emptyLanguageCache(e){let i=!1;return e==null&&O.LANGUAGE_CACHE.size>0?(O.LANGUAGE_CACHE=new Map,i=!0):typeof e=="string"&&this.consentLanguages.has(e.toUpperCase())&&(O.LANGUAGE_CACHE.delete(e.toUpperCase()),i=!0),i}static emptyCache(e){let i=!1;return Number.isInteger(e)&&e>=0?(O.CACHE.delete(e),i=!0):e===void 0&&(O.CACHE=new Map,i=!0),i}cacheLanguage(){O.LANGUAGE_CACHE.has(this.cacheLang_)||O.LANGUAGE_CACHE.set(this.cacheLang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories})}async fetchJson(e){try{this.populate(await Xr.fetch(e))}catch(i){throw new Xe(i.message)}}getJson(){return{gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.clonePurposes(),specialPurposes:this.cloneSpecialPurposes(),features:this.cloneFeatures(),specialFeatures:this.cloneSpecialFeatures(),stacks:this.cloneStacks(),...this.dataCategories?{dataCategories:this.cloneDataCategories()}:{},vendors:this.cloneVendors()}}cloneSpecialFeatures(){const e={};for(const i of Object.keys(this.specialFeatures))e[i]=O.cloneFeature(this.specialFeatures[i]);return e}cloneFeatures(){const e={};for(const i of Object.keys(this.features))e[i]=O.cloneFeature(this.features[i]);return e}cloneStacks(){const e={};for(const i of Object.keys(this.stacks))e[i]=O.cloneStack(this.stacks[i]);return e}cloneDataCategories(){const e={};for(const i of Object.keys(this.dataCategories))e[i]=O.cloneDataCategory(this.dataCategories[i]);return e}cloneSpecialPurposes(){const e={};for(const i of Object.keys(this.specialPurposes))e[i]=O.clonePurpose(this.specialPurposes[i]);return e}clonePurposes(){const e={};for(const i of Object.keys(this.purposes))e[i]=O.clonePurpose(this.purposes[i]);return e}static clonePurpose(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneFeature(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneDataCategory(e){return{id:e.id,name:e.name,description:e.description}}static cloneStack(e){return{id:e.id,name:e.name,description:e.description,purposes:Array.from(e.purposes),specialFeatures:Array.from(e.specialFeatures)}}static cloneDataRetention(e){return{...typeof e.stdRetention=="number"?{stdRetention:e.stdRetention}:{},purposes:{...e.purposes},specialPurposes:{...e.specialPurposes}}}static cloneVendorUrls(e){return e.map(i=>({langId:i.langId,privacy:i.privacy,...i.legIntClaim?{legIntClaim:i.legIntClaim}:{}}))}static cloneVendor(e){return{id:e.id,name:e.name,purposes:Array.from(e.purposes),legIntPurposes:Array.from(e.legIntPurposes),flexiblePurposes:Array.from(e.flexiblePurposes),specialPurposes:Array.from(e.specialPurposes),features:Array.from(e.features),specialFeatures:Array.from(e.specialFeatures),...e.overflow?{overflow:{httpGetLimit:e.overflow.httpGetLimit}}:{},...typeof e.cookieMaxAgeSeconds=="number"||e.cookieMaxAgeSeconds===null?{cookieMaxAgeSeconds:e.cookieMaxAgeSeconds}:{},...e.usesCookies!==void 0?{usesCookies:e.usesCookies}:{},...e.policyUrl?{policyUrl:e.policyUrl}:{},...e.cookieRefresh!==void 0?{cookieRefresh:e.cookieRefresh}:{},...e.usesNonCookieAccess!==void 0?{usesNonCookieAccess:e.usesNonCookieAccess}:{},...e.dataRetention?{dataRetention:this.cloneDataRetention(e.dataRetention)}:{},...e.urls?{urls:this.cloneVendorUrls(e.urls)}:{},...e.dataDeclaration?{dataDeclaration:Array.from(e.dataDeclaration)}:{},...e.deviceStorageDisclosureUrl?{deviceStorageDisclosureUrl:e.deviceStorageDisclosureUrl}:{},...e.deletedDate?{deletedDate:e.deletedDate}:{}}}cloneVendors(){const e={};for(const i of Object.keys(this.fullVendorList))e[i]=O.cloneVendor(this.fullVendorList[i]);return e}async changeLanguage(e){let i=e;try{i=O.consentLanguages.parseLanguage(e)}catch(o){throw new Xe("Error during parsing the language: "+o.message)}const s=e.toUpperCase();if(!(i.toLowerCase()===O.DEFAULT_LANGUAGE.toLowerCase()&&!O.LANGUAGE_CACHE.has(s))&&i!==this.lang_)if(this.lang_=i,O.LANGUAGE_CACHE.has(s)){const o=O.LANGUAGE_CACHE.get(s);for(const n in o)o.hasOwnProperty(n)&&(this[n]=o[n])}else{const o=O.baseUrl+O.languageFilename.replace("[LANG]",this.lang_.toLowerCase());try{await this.fetchJson(o),this.cacheLang_=s,this.cacheLanguage()}catch(n){throw new Xe("unable to load language: "+n.message)}}}get language(){return this.lang_}isVendorList(e){return e!==void 0&&e.vendors!==void 0}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,typeof this.lastUpdated=="string"&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&O.CACHE.set(O.LATEST_CACHE_KEY,this.getJson()),O.CACHE.has(this.vendorListVersion)||O.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach(i=>{this.byPurposeVendorMap[i]={legInt:new Set,consent:new Set,flexible:new Set}}),Object.keys(this.specialPurposes).forEach(i=>{this.bySpecialPurposeVendorMap[i]=new Set}),Object.keys(this.features).forEach(i=>{this.byFeatureVendorMap[i]=new Set}),Object.keys(this.specialFeatures).forEach(i=>{this.bySpecialFeatureVendorMap[i]=new Set}),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map(i=>+i)),this.vendorIds=new Set(e),this.vendors_=e.reduce((i,s)=>{const o=this.vendors_[String(s)];return o&&o.deletedDate===void 0&&(o.purposes.forEach(n=>{this.byPurposeVendorMap[String(n)].consent.add(s)}),o.specialPurposes.forEach(n=>{this.bySpecialPurposeVendorMap[String(n)].add(s)}),o.legIntPurposes.forEach(n=>{this.byPurposeVendorMap[String(n)].legInt.add(s)}),o.flexiblePurposes&&o.flexiblePurposes.forEach(n=>{this.byPurposeVendorMap[String(n)].flexible.add(s)}),o.features.forEach(n=>{this.byFeatureVendorMap[String(n)].add(s)}),o.specialFeatures.forEach(n=>{this.bySpecialFeatureVendorMap[String(n)].add(s)}),i[s]=o),i},{})}getFilteredVendors(e,i,s,o){const n=e.charAt(0).toUpperCase()+e.slice(1);let a;const r={};return e==="purpose"&&s?a=this["by"+n+"VendorMap"][String(i)][s]:a=this["by"+(o?"Special":"")+n+"VendorMap"][String(i)],a.forEach(c=>{r[String(c)]=this.vendors[String(c)]}),r}getVendorsWithConsentPurpose(e){return this.getFilteredVendors("purpose",e,"consent")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors("purpose",e,"legInt")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors("purpose",e,"flexible")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors("purpose",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors("feature",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors("feature",e,void 0,!0)}get vendors(){return this.vendors_}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.isReady_}clone(){const e=new O(this.getJson());return this.lang_!==O.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return typeof e=="object"&&typeof e.narrowVendorsTo=="function"}}class fi extends nt{static consentLanguages=O.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardTexts_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=4;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new le;purposeConsents=new le;purposeLegitimateInterests=new le;publisherConsents=new le;publisherLegitimateInterests=new le;publisherCustomConsents=new le;publisherCustomLegitimateInterests=new le;customPurposes;vendorConsents=new le;vendorLegitimateInterests=new le;vendorsDisclosed=new le;vendorsAllowed=new le;publisherRestrictions=new fs;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){O.isInstanceOf(e)||(e=new O(e)),this.gvl_=e,this.publisherRestrictions.gvl=e}get gvl(){return this.gvl_}set cmpId(e){if(e=Number(e),Number.isInteger(e)&&e>1)this.cmpId_=e;else throw new Ce("cmpId",e)}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.cmpVersion_=e;else throw new Ce("cmpVersion",e)}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.consentScreen_=e;else throw new Ce("consentScreen",e)}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(/^([A-z]){2}$/.test(e))this.publisherCountryCode_=e.toUpperCase();else throw new Ce("publisherCountryCode",e)}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if(e=Number(e)>>0,e<0)throw new Ce("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new Ce("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if(typeof this.customPurposes=="object"){const i=Object.keys(this.customPurposes).sort((s,o)=>Number(s)-Number(o));e=parseInt(i.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new Ce("numCustomPurposes",e)}updated(){const e=new Date,i=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=i,this.lastUpdated=i}}class yt{static encode(e,i){let s="",o;return e=Qr.process(e,i),Array.isArray(i?.segments)?o=i.segments:o=new Zr(e,i)[""+e.version],o.forEach((n,a)=>{let r="";a<o.length-1&&(r="."),s+=bs.encode(e,n)+r}),s}static decode(e,i){const s=e.split("."),o=s.length;i||(i=new fi);for(let n=0;n<o;n++){const a=s[n],c=pi.decode(a.charAt(0)).substr(0,E.segmentType),l=gs.ID_TO_KEY[T.decode(c,E.segmentType).toString()];bs.decode(a,i,l)}return i}}var ea=Object.defineProperty,ta=(t,e,i)=>e in t?ea(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,vi=(t,e,i)=>ta(t,typeof e!="symbol"?e+"":e,i);class De{constructor(e,i,s){vi(this,"consentPreference"),vi(this,"notice"),vi(this,"noticeHistoryId"),this.notice=e,this.consentPreference=i,this.noticeHistoryId=s}}w.TCMobileDataVals=void 0,(t=>{(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFgdprApplies||(t.IABTCFgdprApplies={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFPurposeOneTreatment||(t.IABTCFPurposeOneTreatment={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFUseNonStandardTexts||(t.IABTCFUseNonStandardTexts={}))})(w.TCMobileDataVals||(w.TCMobileDataVals={}));var ys=(t=>(t.GPP_US_NATIONAL="gpp_us_national",t.GPP_US_STATE="gpp_us_state",t))(ys||{}),ks=(t=>(t.FRONTEND="frontend",t.SYSTEM_WIDE="system_wide",t.NOT_APPLICABLE="not_applicable",t))(ks||{}),oe=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.NOTICE_ONLY="notice_only",t))(oe||{}),fe=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.ACKNOWLEDGE="acknowledge",t.TCF="tcf",t))(fe||{}),X=(t=>(t.OVERLAY="overlay",t.BANNER_AND_MODAL="banner_and_modal",t.MODAL="modal",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.HEADLESS="headless",t))(X||{}),Cs=(t=>(t.ALWAYS_ENABLED="always_enabled",t.ENABLED_WHERE_REQUIRED="enabled_where_required",t.ALWAYS_DISABLED="always_disabled",t))(Cs||{}),Le=(t=>(t.OPTIONS="options",t.EXPERIENCE_TRANSLATION="language",t))(Le||{}),ve=(t=>(t.PRIMARY="primary",t.SECONDARY="secondary",t.TERTIARY="tertiary",t))(ve||{}),kt=(t=>(t.ACKNOWLEDGE="acknowledge",t.OPT_IN_OPT_OUT="opt_in_opt_out",t.OPT_IN_ONLY="opt_in_only",t))(kt||{}),gi=(t=>(t.REJECT_ALL="reject_all",t.REJECT_CONSENT_ONLY="reject_consent_only",t))(gi||{}),F=(t=>(t.BUTTON="button",t.REJECT="reject",t.ACCEPT="accept",t.SCRIPT="script",t.SAVE="save",t.DISMISS="dismiss",t.GPC="gpc",t.INDIVIDUAL_NOTICE="individual_notice",t.ACKNOWLEDGE="acknowledge",t.OT_MIGRATION="ot_migration",t))(F||{}),ws=(t=>(t.privacy_center="privacy_center",t.overlay="overlay",t.api="api",t))(ws||{}),Ee=(t=>(t.NONE="none",t.APPLIED="applied",t.OVERRIDDEN="overridden",t))(Ee||{}),Re=(t=>(t.OVERLAY="overlay",t.MODAL="modal",t.BANNER="banner",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.TCF_BANNER="tcf_banner",t))(Re||{});const Es=t=>{throw new Error(t)},xe=t=>t?t.map(e=>e.id):[],xs=t=>t.fidesConsentOverride===F.ACCEPT||t.fidesConsentOverride===F.REJECT,Ct=(t,e)=>!!Object.keys(e).includes(t.notice_key),Ne=t=>!t||t===fe.OPT_OUT?!1:t===fe.OPT_IN?!0:t===fe.ACKNOWLEDGE,ne=(t,e)=>t?e===oe.NOTICE_ONLY?fe.ACKNOWLEDGE:fe.OPT_IN:fe.OPT_OUT,$e=t=>!t||typeof t!="object"?!1:Object.keys(t).length===0||"id"in t,ia=t=>!!(t&&t.every(e=>e.default_preference===fe.OPT_IN)),_i=t=>t?t.location&&oa.test(t.location)?t.location.replace("-","_").toLowerCase():t.country&&t.region?`${t.country.toLowerCase()}_${t.region.toLowerCase()}`:null:null,js=t=>{if(typeof t!="object"||!t.fidesApiUrl||!t.privacyCenterUrl)return!1;try{new URL(t.privacyCenterUrl),new URL(t.fidesApiUrl)}catch{return!1}return!0},Is=t=>{switch(t){case Le.OPTIONS:return na;case Le.EXPERIENCE_TRANSLATION:return ra;default:return null}},mi=t=>{if(!$e(t))return!1;const e=t.experience_config;return e&&(e.component===X.MODAL||e.component===X.BANNER_AND_MODAL||e.component===X.TCF_OVERLAY||e.component===X.HEADLESS)?!(e.component===X.BANNER_AND_MODAL&&!(t.privacy_notices&&t.privacy_notices.length>0)):!1},sa=t=>{var e;return(e=t.default_preference)!=null?e:fe.OPT_OUT},ct=(t,e,i,s)=>{var o,n,a,r,c,l;return s!=null&&s.fidesDisableBanner||!$e(t)?!1:((o=t.experience_config)==null?void 0:o.component)===X.TCF_OVERLAY&&e?(n=t.meta)!=null&&n.version_hash&&e.fides_meta.consentMethod!==F.DISMISS?t.meta.version_hash!==e.tcf_version_hash:!0:((a=t.experience_config)==null?void 0:a.component)===X.MODAL||((r=t.experience_config)==null?void 0:r.component)===X.HEADLESS||!((c=t?.privacy_notices)!=null&&c.length)?!1:i?s&&xs(s)?!1:e?.fides_meta.consentMethod===F.GPC?!0:!((l=t.privacy_notices)!=null&&l.every(p=>Ct(p,i))):!0},Ps=t=>{t[0]==="window"&&t.shift();let e=window;for(;t.length>0;){const i=t.shift();if(typeof i>"u"||typeof e[i]!="object")return;e=e[i]}return e},Os=({value:t,notice:e,consentContext:i})=>!i.globalPrivacyControl||!e.has_gpc_flag||e.consent_mechanism===oe.NOTICE_ONLY?Ee.NONE:t?Ee.OVERRIDDEN:Ee.APPLIED,wt=()=>{},Ss=t=>t?t.split(",").map(e=>e.trim()).filter(Boolean):[],As=(t,e)=>t.map(i=>{var s;const o=ne(e.includes(i.notice.notice_key),i.notice.consent_mechanism);return new De(i.notice,o,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),hi=t=>{try{const e=JSON.stringify(t);return btoa(e.replace(/\s/g,""))}catch(e){throw new Error("Failed to encode Notice Consent string:",{cause:e})}},Et=t=>{if(!t)return{};try{const e=atob(t),i=JSON.parse(e);return Object.fromEntries(Object.entries(i).map(([s,o])=>[s,!!o]))}catch(e){throw new Error("Failed to decode Notice Consent string:",{cause:e})}},ee="en",xt="Manage preferences",bi=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,oa=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,na=[{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:bi},{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:Ss}],ra=[{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:bi}],Ts="fides-overlay-wrapper",aa="fides-i18n-icon",zs=["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"],ca=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",jt=()=>{var t,e,i;if(!ca()||!((t=window.blueConicClient)!=null&&t.profile))return;const s=(i=(e=window.blueConicClient)==null?void 0:e.profile)==null?void 0:i.getProfile(),{consent:o}=window.Fides,n=o!==void 0&&Object.entries(o).length>0,a=zs.some(r=>o[r]);!n||a?(s.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),s.setRefusedObjectives([])):(s.setConsentedObjectives(["iab_purpose_1"]),s.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},Ls=({approach:t="onetrust"}={approach:"onetrust"})=>{if(t!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",jt),window.addEventListener("FidesUpdated",jt),window.addEventListener("onBlueConicLoaded",jt),jt()};var la=(t=>(t.OMIT="omit",t.INCLUDE="include",t))(la||{}),da=(t=>(t.BOOLEAN="boolean",t.CONSENT_MECHANISM="consent_mechanism",t))(da||{});const ua=(t,e,i)=>{const s={};return Object.entries(t).forEach(([o,n])=>{if(e&&i==="consent_mechanism"){const a=e.find(r=>r.notice_key===o);s[o]=ne(n,a?.consent_mechanism)}else s[o]=n}),s},Ns=(t,e)=>{var i,s,o,n,a;const r=(i=window.dataLayer)!=null?i:[];window.dataLayer=r;const{detail:c,type:l}=t,{consent:p,extraDetails:d,fides_string:g,timestamp:f}=c,{non_applicable_flag_mode:v="omit",flag_type:_="boolean"}=e??{},m={},b=(o=(s=window.Fides)==null?void 0:s.experience)==null?void 0:o.privacy_notices,y=(a=(n=window.Fides)==null?void 0:n.experience)==null?void 0:a.non_applicable_privacy_notices;v==="include"&&y&&y.forEach(k=>{m[k]=_==="consent_mechanism"?"not_applicable":!0}),p&&Object.assign(m,ua(p,b,_));const C={consent:m,extraDetails:d,fides_string:g,timestamp:f};r.push({event:l,Fides:C})},$s=t=>{var e,i;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,s])=>s).map(([s])=>s).forEach(s=>{window.addEventListener(s,o=>Ns(o,t))}),(e=window.Fides)!=null&&e.initialized){const{consent:s,fides_meta:o,identity:n,tcf_consent:a}=window.Fides,r=(i=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:i.startTime;Ns({type:"FidesInitialized",detail:{consent:s,fides_meta:o,identity:n,tcf_consent:a,timestamp:r,extraDetails:{consentMethod:o?.consentMethod}}},t)}},pa=()=>{if(window.fbq)return window.fbq;const t={queue:[],loaded:!0,version:"2.0",push(...e){const i=window.fbq;i.callMethod?i.callMethod(...e):i.queue.push(e)}};return window.fbq=Object.assign(t.push,t),window._fbq=window.fbq,window.fbq},Fs=t=>{const e=pa();e("consent",t.consent?"grant":"revoke"),t.dataUse?e("dataProcessingOptions",[]):e("dataProcessingOptions",["LDU"],1,1e3)},fa={marketing:zs,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 va(t){var e;const i=Object.fromEntries(Object.entries(fa).map(([s,o])=>[s,o.some(n=>t[n]===!0)||(o.some(n=>t[n]===!1)?!1:void 0)]));return i.sale_of_data=(e=i.sale_of_data)!=null?e:!1,i}const It=t=>{window.Shopify.customerPrivacy.setTrackingConsent(va(t),()=>{})},Ds=()=>{var t,e;(t=window.Shopify)!=null&&t.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",i=>It(i.detail.consent)),window.addEventListener("FidesUpdating",i=>It(i.detail.consent)),window.addEventListener("FidesUpdated",i=>It(i.detail.consent)),(e=window.Fides)!=null&&e.initialized&&It(window.Fides.consent)},Rs=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){Ds();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],t=>{if(t)throw Error("Fides could not load Shopify's consent-tracking-api");Ds()})},3e3)};var yi=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Pt={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Pt.exports,function(t,e){(function(i){var s=e,o=t&&t.exports==s&&t,n=typeof yi=="object"&&yi;(n.global===n||n.window===n)&&(i=n);var a=function(v){this.message=v};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var r=function(v){throw new a(v)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=/[\t\n\f\r ]/g,p=function(v){v=String(v).replace(l,"");var _=v.length;_%4==0&&(v=v.replace(/==?$/,""),_=v.length),(_%4==1||/[^+a-zA-Z0-9/]/.test(v))&&r("Invalid character: the string to be decoded is not correctly encoded.");for(var m=0,b,y,C="",k=-1;++k<_;)y=c.indexOf(v.charAt(k)),b=m%4?b*64+y:y,m++%4&&(C+=String.fromCharCode(255&b>>(-2*m&6)));return C},d=function(v){v=String(v),/[^\0-\xFF]/.test(v)&&r("The string to be encoded contains characters outside of the Latin1 range.");for(var _=v.length%3,m="",b=-1,y,C,k,P,K=v.length-_;++b<K;)y=v.charCodeAt(b)<<16,C=v.charCodeAt(++b)<<8,k=v.charCodeAt(++b),P=y+C+k,m+=c.charAt(P>>18&63)+c.charAt(P>>12&63)+c.charAt(P>>6&63)+c.charAt(P&63);return _==2?(y=v.charCodeAt(b)<<8,C=v.charCodeAt(++b),P=y+C,m+=c.charAt(P>>10)+c.charAt(P>>4&63)+c.charAt(P<<2&63)+"="):_==1&&(P=v.charCodeAt(b),m+=c.charAt(P>>2)+c.charAt(P<<4&63)+"=="),m},g={encode:d,decode:p,version:"1.0.0"};if(s&&!s.nodeType)if(o)o.exports=g;else for(var f in g)g.hasOwnProperty(f)&&(s[f]=g[f]);else i.base64=g})(yi)}(Pt,Pt.exports);var Vs=Pt.exports;/*! js-cookie v3.0.5 | MIT */function Ot(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)t[s]=i[s]}return t}var ga={read:function(t){return t[0]==='"'&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function ki(t,e){function i(o,n,a){if(!(typeof document>"u")){a=Ot({},e,a),typeof a.expires=="number"&&(a.expires=new Date(Date.now()+a.expires*864e5)),a.expires&&(a.expires=a.expires.toUTCString()),o=encodeURIComponent(o).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var c in a)a[c]&&(r+="; "+c,a[c]!==!0&&(r+="="+a[c].split(";")[0]));return document.cookie=o+"="+t.write(n,o)+r}}function s(o){if(!(typeof document>"u"||arguments.length&&!o)){for(var n=document.cookie?document.cookie.split("; "):[],a={},r=0;r<n.length;r++){var c=n[r].split("="),l=c.slice(1).join("=");try{var p=decodeURIComponent(c[0]);if(a[p]=t.read(l,p),o===p)break}catch{}}return o?a[o]:a}}return Object.create({set:i,get:s,remove:function(o,n){i(o,"",Ot({},n,{expires:-1}))},withAttributes:function(o){return ki(this.converter,Ot({},this.attributes,o))},withConverter:function(o){return ki(Ot({},this.converter,o),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var _a=ki(ga,{path:"/"});let St;const ma=new Uint8Array(16);function ha(){if(!St&&(St=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!St))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return St(ma)}const Z=[];for(let t=0;t<256;++t)Z.push((t+256).toString(16).slice(1));function ba(t,e=0){return Z[t[e+0]]+Z[t[e+1]]+Z[t[e+2]]+Z[t[e+3]]+"-"+Z[t[e+4]]+Z[t[e+5]]+"-"+Z[t[e+6]]+Z[t[e+7]]+"-"+Z[t[e+8]]+Z[t[e+9]]+"-"+Z[t[e+10]]+Z[t[e+11]]+Z[t[e+12]]+Z[t[e+13]]+Z[t[e+14]]+Z[t[e+15]]}var Ms={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function At(t,e,i){if(Ms.randomUUID&&!e&&!t)return Ms.randomUUID();t=t||{};const s=t.random||(t.rng||ha)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,e){i=i||0;for(let o=0;o<16;++o)e[i+o]=s[o];return e}return ba(s)}const Us=(t,e)=>t===void 0?!1:typeof t=="boolean"?t:e.globalPrivacyControl===!0?t.globalPrivacyControl:t.value,Tt=(t,e)=>t.consent_mechanism===oe.NOTICE_ONLY?!0:e&&Ct(t,e)?!!e[t.notice_key]:Ne(t.default_preference);var ya=(t=>(t.CONSENT="Consent",t.CONTRACT="Contract",t.LEGAL_OBLIGATIONS="Legal obligations",t.VITAL_INTERESTS="Vital interests",t.PUBLIC_INTEREST="Public interest",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(ya||{}),je=(t=>(t.CONSENT="Consent",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(je||{});const Bs=407,zt=",",Gs=[{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"}],Hs=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Gs.filter(({experienceKey:t})=>t!=="tcf_features"&&t!=="tcf_special_purposes").map(t=>t.experienceKey);const Lt=[{i18nMessageID:"static.tcf.consent",value:je.CONSENT.toString()},{i18nMessageID:"static.tcf.legint",value:je.LEGITIMATE_INTERESTS.toString()}],Nt={purposesConsent:[],customPurposesConsent:[],purposesLegint:[],specialPurposes:[],features:[],specialFeatures:[],vendorsConsent:[],vendorsLegint:[]};var ka=Object.defineProperty,Ca=Object.defineProperties,wa=Object.getOwnPropertyDescriptors,qs=Object.getOwnPropertySymbols,Ea=Object.prototype.hasOwnProperty,xa=Object.prototype.propertyIsEnumerable,Ks=(t,e,i)=>e in t?ka(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ve=(t,e)=>{for(var i in e||(e={}))Ea.call(e,i)&&Ks(t,i,e[i]);if(qs)for(var i of qs(e))xa.call(e,i)&&Ks(t,i,e[i]);return t},lt=(t,e)=>Ca(t,wa(e)),ja=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const Ci="fides_consent",Ys=365,$t=_a.withConverter({read(t){return decodeURIComponent(t)},write(t){return encodeURIComponent(t)}}),Ft=t=>t?Object.values(t).some(e=>e!==void 0):!1,Ws=()=>At(),Ia=Ws(),Js=t=>{var e;return!((e=t.fides_meta)!=null&&e.updatedAt)},Zs=t=>{const e=new Date;return{consent:t||{},identity:{fides_user_device_id:Ia||Ws()},fides_meta:{version:"0.9.0",createdAt:e.toISOString(),updatedAt:""},tcf_consent:{}}},Dt=t=>$t.get(t),Me=()=>{const t=Dt(Ci);if(t)try{return JSON.parse(t)}catch{try{return JSON.parse(Vs.decode(t))}catch{return}}},Qs=(t,e=!1)=>{const i=Zs(t);if(typeof document>"u")return i;if(e)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",i;let s=Me();if(!s)return i;try{"consent"in s&&"fides_meta"in s||(s=lt(Ve({},i),{consent:s}));const o=Ve(Ve({},t),s.consent);return s.consent=o,s}catch(o){return console.error("Unable to read consent cookie: invalid JSON.",o),i}},wi=(t,e=!1)=>{if(typeof document>"u")return;const i=new Date().toISOString();t.fides_meta.updatedAt=i;let s=JSON.stringify(t);e&&(s=Vs.encode(s));const o=window.location.hostname.split(".");let n="";for(let a=1;a<=o.length;a+=1)if(n=o.slice(-a).join("."),$t.set(Ci,s,{path:"/",domain:n,expires:Ys})){const r=Me();if(r&&r.fides_meta.updatedAt===t.fides_meta.updatedAt)break}},Ei=({experience:t,cookie:e})=>{var i;if(!t.privacy_notices)return t;const s=(i=t.privacy_notices)==null?void 0:i.map(n=>{const a=Object.keys(e.consent).includes(n.notice_key)?ne(!!e.consent[n.notice_key],n.consent_mechanism):void 0;return lt(Ve({},n),{current_preference:a})});return lt(Ve({},t),{privacy_notices:s})},Xs=t=>{const e={};return Hs.forEach(({cookieKey:i})=>{var s;const o=(s=t[i])!=null?s:[];e[i]=Object.fromEntries(o.map(n=>[n.id,Ne(n.preference)]))}),e},eo=(t,e)=>{const i={};return t?.options.forEach(({cookieKeys:s,default:o})=>{if(o===void 0)return;const n=Us(o,e);s.forEach(a=>{const r=i[a];if(r===void 0){i[a]=n;return}i[a]=r&&n})}),i},to=(t,e=!0)=>{t.forEach(i=>{var s;if($t.remove(i.name,{path:(s=i.path)!=null?s:"/",domain:i.domain}),e){const{hostname:o}=window.location;$t.remove(i.name,{domain:`.${o}`})}})},xi=t=>{const e=new Map(t.map(({notice:i,consentPreference:s})=>[i.notice_key,Ne(s)]));return Object.fromEntries(e)},ji=(t,e)=>ja(void 0,null,function*(){return lt(Ve({},t),{consent:xi(e)})}),io=t=>{const e={};return t.privacy_notices&&t.privacy_notices.forEach(i=>{i.current_preference?e[i.notice_key]=Ne(i.current_preference):i.default_preference&&(e[i.notice_key]=Ne(i.default_preference))}),e},so=({cookie:t,experience:e})=>{const i=io(e);return lt(Ve({},t),{consent:i})};var Pa=Object.defineProperty,Oa=(t,e,i)=>e in t?Pa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,oo=(t,e,i)=>Oa(t,typeof e!="symbol"?e+"":e,i);class Sa{constructor(){oo(this,"cookieName","OptanonConsent"),oo(this,"migrationMethod",F.OT_MIGRATION)}getConsentCookie(){return Dt(this.cookieName)}convertToFidesConsent(e,i){if(i.otFidesMapping)try{const s=decodeURIComponent(i.otFidesMapping).replace(/^'|'$/g,""),o=JSON.parse(s),n=this.parseCookieValue(e,o);return n}catch{return}}parseCookieValue(e,i){const s={},o=e.match(/groups=([^&]*)/);return!o||!o[1]||o[1].split(",").forEach(n=>{const[a,r]=n.split(":");i[a]&&i[a].forEach(c=>{const l=r==="1";s[c]===void 0&&(s[c]=l)})}),s}}var no=(t=>(t.ONETRUST="onetrust",t))(no||{});const Ii=new Map;function Aa(t,e){Ii.set(t,e)}function ro(t){t.otFidesMapping&&Aa(no.ONETRUST,new Sa)}function ao(t){let e,i;if(Array.from(Ii).some(([o,n])=>{const a=n.getConsentCookie();if(!a)return!1;const r=n.convertToFidesConsent(a,t);return r?(e=r,i=o,!0):!1}),!i)return{consent:void 0,method:void 0};const s=Ii.get(i);return{consent:e,method:s.migrationMethod}}const co=t=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=t?console.log:()=>{}:globalThis.fidesDebugger=()=>{}};var Ta=Object.defineProperty,za=Object.defineProperties,La=Object.getOwnPropertyDescriptors,lo=Object.getOwnPropertySymbols,Na=Object.prototype.hasOwnProperty,$a=Object.prototype.propertyIsEnumerable,uo=(t,e,i)=>e in t?Ta(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,po=(t,e)=>{for(var i in e||(e={}))Na.call(e,i)&&uo(t,i,e[i]);if(lo)for(var i of lo(e))$a.call(e,i)&&uo(t,i,e[i]);return t},Fa=(t,e)=>za(t,La(e));const te=(t,e,i,s)=>{var o;if(typeof window<"u"&&typeof CustomEvent<"u"){const n=po({consentMethod:e?.fides_meta.consentMethod},s),a=(o=performance?.mark)==null?void 0:o.call(performance,t),r=a?.startTime,c=new CustomEvent(t,{detail:Fa(po({},e),{debug:i,extraDetails:n,timestamp:r}),bubbles:!0});window.dispatchEvent(c)}},Pi=(t,e)=>{const i=s=>e(s.detail);return window.addEventListener(t,i),()=>{window.removeEventListener(t,i)}};var Da=Object.defineProperty,Ra=Object.defineProperties,Va=Object.getOwnPropertyDescriptors,fo=Object.getOwnPropertySymbols,Ma=Object.prototype.hasOwnProperty,Ua=Object.prototype.propertyIsEnumerable,vo=(t,e,i)=>e in t?Da(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Oi=(t,e)=>{for(var i in e||(e={}))Ma.call(e,i)&&vo(t,i,e[i]);if(fo)for(var i of fo(e))Ua.call(e,i)&&vo(t,i,e[i]);return t},Ba=(t,e)=>Ra(t,Va(e)),go=(t=>(t.GVL="gvl",t.AC="gacp",t))(go||{});const Ie=t=>{const e=t.split(".");return e.length===1?{source:void 0,id:e[0]}:{source:e[0],id:e[1]}},Ue=(t,e)=>{if(!(e!=null&&e.vendors))return;const{source:i,id:s}=Ie(t);if(i==="gvl"||i===void 0)return e.vendors[s]},Ga=t=>Ie(t).source==="gacp",Ha=t=>{const{tcf_vendor_relationships:e=[]}=t;return e.map(i=>i.id).filter(i=>Ue(i,t.gvl)).map(i=>+Ie(i).id)},qa=t=>{const e=[...t.tcf_vendor_consent_ids||[],...t.tcf_vendor_legitimate_interest_ids||[]];return[...new Set(e)].filter(i=>Ue(i,t.gvl)).map(i=>+Ie(i).id)},_o=({consents:t,legints:e,relationships:i,isFidesSystem:s,gvl:o})=>{const n=[];return i.forEach(a=>{const r=t.find(p=>p.id===a.id),c=e.find(p=>p.id===a.id),l=Ba(Oi(Oi(Oi({},a),r),c),{isFidesSystem:s,isConsent:!!r,isLegint:!!c,isGvl:!!Ue(a.id,o)});n.push(l)}),n},Ka=t=>{const{tcf_vendor_consents:e=[],tcf_vendor_legitimate_interests:i=[],tcf_vendor_relationships:s=[],tcf_system_consents:o=[],tcf_system_legitimate_interests:n=[],tcf_system_relationships:a=[]}=t,r=_o({consents:e,legints:i,relationships:s,isFidesSystem:!1,gvl:t.gvl}),c=_o({consents:o,legints:n,relationships:a,isFidesSystem:!0,gvl:t.gvl});return[...r,...c]},Rt=t=>{if(!t)return{tc:"",ac:"",gpp:"",nc:""};const[e="",i="",s="",o=""]=t.split(zt);return e?{tc:e,ac:i,gpp:s,nc:o}:{tc:"",ac:"",gpp:s,nc:o}},Ya=t=>{if(!(t!=null&&t.match(/\d~[0-9.]+$/)))return[];const[,e=""]=t.split("~");return e?e.split(".").map(i=>`${go.AC}.${i}`):[]};var Wa={"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"},Ja={"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"},Za={"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"},Qa={"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"},Xa={"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"},ec={"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"},tc={"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"},ic={"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"},sc={"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"},oc={"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"},nc={"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"},rc={"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"},ac={"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"},cc={"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"},lc={"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"},dc={"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"},uc={"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"},pc={"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"},fc={"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)"},vc={"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"},gc={"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"},_c={"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"},mc={"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"},hc={"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"},bc={"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"},yc={"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"},kc={"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"},Cc={"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"},wc={"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"},Ec={"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"},xc={"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"},jc={"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"},Ic={"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"},Pc={"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"},Oc={"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"},Sc={"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"},Ac={"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"},Tc={"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"},zc={"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"},Lc={"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 Si={ar:Wa,bg:Ja,bs:Za,ca:Qa,cs:Xa,da:ec,de:tc,el:ic,en:sc,es:oc,"es-MX":nc,et:rc,eu:ac,fi:cc,fr:lc,"fr-CA":dc,gl:uc,"hi-IN":pc,hr:fc,hu:vc,it:gc,ja:_c,lt:mc,lv:hc,mt:bc,nl:yc,no:kc,pl:Cc,"pt-BR":wc,"pt-PT":Ec,ro:xc,ru:jc,sk:Ic,sl:Pc,"sr-Cyrl":Oc,"sr-Latn":Sc,sv:Ac,tr:Tc,uk:zc,zh:Lc},Nc=[{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 $c=Object.defineProperty,mo=Object.getOwnPropertySymbols,Fc=Object.prototype.hasOwnProperty,Dc=Object.prototype.propertyIsEnumerable,ho=(t,e,i)=>e in t?$c(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,he=(t,e)=>{for(var i in e||(e={}))Fc.call(e,i)&&ho(t,i,e[i]);if(mo)for(var i of mo(e))Dc.call(e,i)&&ho(t,i,e[i]);return t};function Pe(t,e){return t.toLowerCase().replaceAll("_","-")===e.toLowerCase().replaceAll("_","-")}function Rc(t,e){const i={},s=["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(t.translations)t.translations.forEach(o=>{const n=o.language;let a=!1;e!=null&&e.override_language&&(a=Pe(e.override_language,n));const r={};s.forEach(c=>{let l=null;e&&(a||c==="privacy_policy_url")&&(l=c in e?e[c]:null);const p=o[c];typeof p=="string"&&(r[`exp.${c}`]=l||p)}),i[n]=he(he({},r),i[n])});else{const o=ee,n={};s.forEach(a=>{const r=t[a];typeof r=="string"&&(n[`exp.${a}`]=r)}),i[o]=he(he({},n),i[o])}return i}function Vc(t){var e;if((e=t?.experience_config)!=null&&e.translations){const{translations:i}=t.experience_config,s=i.find(o=>o.is_default);return s?.language}}function bo(t,e){const i={};return e.forEach(s=>{const o=Object.keys(t).find(n=>Pe(n,s));if(o){const n=t[o],a={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(r=>{const c=n[r]||{};Object.keys(c).forEach(l=>{const p=c[l],d=`exp.tcf.${r}.${l}`;a[`${d}.name`]=p.name,a[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((g,f)=>{a[`${d}.illustrations.${f}`]=g})})}),i[s]=he(he({},a),i[s])}}),i}function Mc(t){return Object.keys(Si).forEach(e=>{t.load(e,Si[e])}),Object.keys(Si)}function yo(t,e,i){var s;const o={},n=(s=e.available_locales)!=null&&s.length?e.available_locales:[ee];if(e!=null&&e.experience_config){const a=e.experience_config,r=Rc(a,i);Object.keys(r).forEach(c=>{o[c]=he(he({},r[c]),o[c])})}n.forEach(a=>{t.load(a,o[a])})}function ko(t,e){if(!e.gvl)return;const{locale:i}=t,s={};s[i]=e.gvl;const o=bo(s,[i]);t.load(i,o[i])}function Co(t,e,i){const s=bo(e,i);i.forEach(o=>{t.load(o,s[o])})}function Vt(t){return t.locale}function wo(t,e,i=ee){const s=t?.language;return e||s||i}function Eo(t,e,i=ee){const s=t.match(bi);if(s){const[o,n]=s,a=e.find(c=>Pe(c,o));if(a)return a;const r=e.find(c=>Pe(c,n));if(r)return r}return i}function et(t,e){return t.t(e)!==""&&t.t(e)!==e}function Ai(t,e){if(!e||!e.translations)return null;const i=Vt(t),s=e.translations.find(n=>Pe(n.language,i));return s||e.translations.find(n=>Pe(n.language,t.getDefaultLocale()))||e.translations[0]||null}function Mt(t,e){if(!e||!e.translations)return null;const i=Vt(t),s=e.translations.find(n=>Pe(n.language,i));return s||e.translations.find(n=>Pe(n.language,t.getDefaultLocale()))||e.translations[0]||null}function Uc(t,e,i,s,o){var n,a,r,c,l;Mc(t);const p=(n=i.available_locales)!=null&&n.length?i.available_locales:[ee];yo(t,i,o);const d=Nc.filter(m=>p.includes(m.locale)),g=d.findIndex(m=>Pe(m.locale,t.getDefaultLocale()));g>0&&d.unshift(d.splice(g,1)[0]),t.setAvailableLanguages(d);const f=Vc(i)||ee;t.setDefaultLocale(f);let v=f;((a=i.experience_config)==null?void 0:a.auto_detect_language)===!1||(v=wo(e,s?.fidesLocale,f));const _=Eo(v,p||[],t.getDefaultLocale());if((c=(r=i.experience_config)==null?void 0:r.translations)!=null&&c.find(m=>m.language===_))t.activate(_);else{const m=Mt(t,i.experience_config);m?.language,t.activate(m?.language||_)}((l=i.experience_config)==null?void 0:l.component)===X.TCF_OVERLAY&&i.gvl&&ko(t,i)}function Bc(){let t=[],e=ee,i=ee;const s={};return{setAvailableLanguages(o){t=o},get availableLanguages(){return t},activate:o=>{i=o},getDefaultLocale:()=>e,setDefaultLocale:o=>{e=o},get locale(){return i},load:(o,n)=>{s[o]=he(he({},s[o]),n)},t:o=>{if(typeof o>"u")throw new TypeError("Unexpected type for descriptor or id!");let n;if(typeof o=="string")n=o;else if(typeof o=="object"&&o.id)n=o.id;else return"";return i&&i in s&&n&&n in s[i]&&s[i][n]?s[i][n]:n}}}const Gc=(t,e,i)=>{var s;let o=xt;if(!t)e.t("exp.modal_link_label")!=="exp.modal_link_label"&&(o=e.t("exp.modal_link_label"));else{const n=e.getDefaultLocale(),a=(s=i?.experience_config)==null?void 0:s.translations.find(r=>r.language===n);a!=null&&a.modal_link_label&&(o=a.modal_link_label)}return o};var Hc=Object.defineProperty,qc=Object.defineProperties,Kc=Object.getOwnPropertyDescriptors,xo=Object.getOwnPropertySymbols,Yc=Object.prototype.hasOwnProperty,Wc=Object.prototype.propertyIsEnumerable,jo=(t,e,i)=>e in t?Hc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,dt=(t,e)=>{for(var i in e||(e={}))Yc.call(e,i)&&jo(t,i,e[i]);if(xo)for(var i of xo(e))Wc.call(e,i)&&jo(t,i,e[i]);return t},Ti=(t,e)=>qc(t,Kc(e)),Ut=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())}),Jc=(t=>(t.PRIVACY_EXPERIENCE="/privacy-experience",t.PRIVACY_PREFERENCES="/privacy-preferences",t.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",t.NOTICES_SERVED="/notices-served",t))(Jc||{});const Io=t=>Ut(void 0,[t],function*({userLocationString:e,userLanguageString:i,fidesApiUrl:s,apiOptions:o,propertyId:n,requestMinimalTCF:a}){var r,c,l;if(o!=null&&o.getPrivacyExperienceFn)try{return yield o.getPrivacyExperienceFn(e,null)}catch{return{}}const p=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];i&&p.push(["Accept-Language",i]);const d={method:"GET",mode:"cors",headers:p};let g=dt(dt({show_disabled:"false",region:e,component:X.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"}),n&&{property_id:n});g=new URLSearchParams(g);let f;try{if(f=yield fetch(`${s}/privacy-experience?${g}`,d),!f.ok)throw new Error("Error fetching experience from Fides API")}catch{return{}}try{const v=yield f.json(),_=(r=v.items&&v.items[0])!=null?r:{},m=(l=(c=_.experience_config)==null?void 0:c.translations)==null?void 0:l[0].language;return _}catch{return{}}}),Po=(t,e)=>Ut(void 0,null,function*(){const i=new URLSearchParams;e?.forEach(a=>{i.append("language",a)});const s={method:"GET",mode:"cors"};let o;try{o=yield fetch(`${t}/privacy-experience/gvl/translations${i.size>0?"?":""}${i.toString()}`,s)}catch{return{}}return o.ok?yield o.json():{}}),Oo={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Zc="Fides.js",Qc=(t,e,i,s,o)=>Ut(void 0,null,function*(){var n;if((n=i.apiOptions)!=null&&n.savePreferencesFn){try{yield i.apiOptions.savePreferencesFn(t,s.consent,s.fides_string,o)}catch(c){return Promise.reject(c)}return Promise.resolve()}const a=Ti(dt({},Oo),{body:JSON.stringify(Ti(dt({},e),{source:Zc}))});return(yield fetch(`${i.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),Xc=t=>Ut(void 0,[t],function*({request:e,options:i}){var s;if((s=i.apiOptions)!=null&&s.patchNoticesServedFn)try{return yield i.apiOptions.patchNoticesServedFn(e)}catch{return null}const o=Ti(dt({},Oo),{body:JSON.stringify(e)}),n=yield fetch(`${i.fidesApiUrl}/notices-served`,o);return n.ok?n.json():null});var el=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const tl=(t,e)=>el(void 0,null,function*(){if(!t||!e)return null;const i=yield fetch(e,{mode:"cors"});if(!i.ok)return null;try{return yield i.json()}catch{return null}}),il=()=>{var t;if(window.Fides.options.tcfEnabled)return!1;if(typeof((t=window.navigator)==null?void 0:t.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const e=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(e==="true")return!0;if(e==="false")return!1},tt=()=>typeof window>"u"?{}:{globalPrivacyControl:il()};var sl=Object.defineProperty,So=Object.getOwnPropertySymbols,ol=Object.prototype.hasOwnProperty,nl=Object.prototype.propertyIsEnumerable,Ao=(t,e,i)=>e in t?sl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,rl=(t,e)=>{for(var i in e||(e={}))ol.call(e,i)&&Ao(t,i,e[i]);if(So)for(var i of So(e))nl.call(e,i)&&Ao(t,i,e[i]);return t},To=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});function al(t,e,i,s,o,n,a,r,c,l){return To(this,null,function*(){const p=(n||[]).map(g=>({preference:g.consentPreference,privacy_notice_history_id:g.noticeHistoryId||""})),d=rl({browser_identity:e.identity,preferences:p,privacy_experience_config_history_id:o,user_geography:r,method:s,served_notice_history_id:c,property_id:l},a??[]);yield Qc(s,d,t,e,i)})}const Bt=t=>To(void 0,[t],function*({consentPreferencesToSave:e,privacyExperienceConfigHistoryId:i,experience:s,consentMethod:o,options:n,userLocationString:a,cookie:r,servedNoticeHistoryId:c,tcf:l,updateCookie:p,propertyId:d}){const g=yield p(r);if(Object.assign(r,g),Object.assign(r.fides_meta,{consentMethod:o}),te("FidesUpdating",r,n.debug),window.Fides.consent=r.consent,window.Fides.fides_string=r.fides_string,window.Fides.tcf_consent=r.tcf_consent,wi(r,n.base64Cookie),window.Fides.saved_consent=r.consent,!n.fidesDisableSaveApi)try{yield al(n,r,s,o,i,e,l,a,c,d)}catch{}e&&e.filter(f=>f.consentPreference===fe.OPT_OUT).forEach(f=>{var v,_;(v=f.notice)!=null&&v.cookies&&to(f.notice.cookies,(_=s.experience_config)==null?void 0:_.auto_subdomain_cookie_deletion)}),te("FidesUpdated",r,n.debug)}),cl=()=>{document.body.classList.add("fides-no-scroll")},zo=()=>{document.body.classList.remove("fides-no-scroll")},ll=t=>new DOMParser().parseFromString(t,"text/html").body.textContent||"",Lo=t=>{let e=0,i=200;return new Promise(s=>{const o=n=>{const a=setTimeout(()=>{const r=document.getElementById(t);r?(clearInterval(a),s(r)):(e+=1,e>=5&&i<1e3&&(i+=200),o(i))},n)};o(i)})};var dl=Object.defineProperty,No=Object.getOwnPropertySymbols,ul=Object.prototype.hasOwnProperty,pl=Object.prototype.propertyIsEnumerable,$o=(t,e,i)=>e in t?dl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Fo=(t,e)=>{for(var i in e||(e={}))ul.call(e,i)&&$o(t,i,e[i]);if(No)for(var i of No(e))pl.call(e,i)&&$o(t,i,e[i]);return t},zi=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const fl=(t,e)=>zi(void 0,null,function*(){return _i(t)||_i(yield tl(e.isGeolocationEnabled,e.geolocationApiUrl))}),vl=t=>zi(void 0,[t],function*({savedConsent:e,effectiveExperience:i,cookie:s,fidesRegionString:o,fidesOptions:n,i18n:a}){if(!i||!i.experience_config||!i.privacy_notices||i.privacy_notices.length===0)return!1;const r=tt(),{nc:c}=Rt(n.fidesString||"");if(r.globalPrivacyControl,!r.globalPrivacyControl&&!c)return!1;const l=Mt(a,i.experience_config),p=l?.privacy_experience_config_history_id;let d=!1,g=!1;const f=i.privacy_notices.map(v=>{const _=Ct(v,e),m=Ai(a,v),b=Et(c);if(v.consent_mechanism!==oe.NOTICE_ONLY){if(b){const y=b[v.notice_key];if(y!==void 0)return g=!0,new De(v,ne(y,v.consent_mechanism),m?.privacy_notice_history_id)}if(r.globalPrivacyControl&&v.has_gpc_flag&&!_)return d=!0,new De(v,ne(!1,v.consent_mechanism),m?.privacy_notice_history_id)}return new De(v,ne(Tt(v,e),v.consent_mechanism),m?.privacy_notice_history_id)});if(d||g){let v=F.SCRIPT;return g&&(v=F.SCRIPT),d&&(v=F.GPC),yield Bt({servedNoticeHistoryId:At(),consentPreferencesToSave:f,privacyExperienceConfigHistoryId:p,experience:i,consentMethod:v,options:n,userLocationString:o||void 0,cookie:s,updateCookie:_=>ji(_,f)}),!0}return!1}),Gt=(t,e)=>{const i={};if(typeof window<"u"){const s=new URLSearchParams(window.location.search),o=e.options.customOptionsPath&&e.options.customOptionsPath.split("."),n=o&&o.length>=0?Ps(o):window.fides_overrides,a=Is(t);a?.forEach(({overrideName:r,overrideType:c,overrideKey:l,validationRegex:p,transform:d})=>{const g=s.get(l),f=n?n[l]:void 0,v=Dt(l),_=g||f||v;_&&p.test(_.toString())&&(d?i[r]=d(_.toString()):i[r]=c==="string"?_:JSON.parse(_.toString()))})}return i},Do=({consent:t,options:e})=>{const i=tt(),s=eo(t,i);return Qs(s,e.fidesClearCookie)},Ro=({cookie:t,savedConsent:e,experience:i,geolocation:s,options:o,updateExperienceFromCookieConsent:n})=>{const a=!Js(t);ro(o);const{consent:r}=ao(o),c=!!r;if(!a&&!o.fidesString&&!c)return null;let l=i;return $e(i)&&(l=n({experience:i,cookie:t,debug:o.debug})),{consent:t.consent,fides_meta:t.fides_meta,identity:t.identity,experience:l,tcf_consent:t.tcf_consent,fides_string:t.fides_string,saved_consent:e,geolocation:s,options:o,initialized:!0}},Vo=t=>zi(void 0,[t],function*({fides:e,options:i,geolocation:s,initOverlay:o,renderOverlay:n,updateExperience:a,overrides:r,propertyId:c}){var l;let p=!0,d=null,g=()=>xt;if(!e.cookie)throw new Error("Fides cookie should be initialized");if(p=i.isOverlayEnabled,p){js(i)||(p=!1),d=yield fl(s,i);let y=!1;if(d?$e(e.experience)||(y=!0,e.experience=yield Io({userLocationString:d,fidesApiUrl:i.fidesApiUrl,apiOptions:i.apiOptions,requestMinimalTCF:!1,propertyId:c})):p=!1,p&&$e(e.experience)&&mi(e.experience)){if(y){const P=a({cookie:e.cookie,experience:e.experience});e.experience=Fo(Fo({},e.experience),P)}const C=so({cookie:e.cookie,experience:e.experience});e.cookie=C;const k=Bc();if(Uc(k,window?.navigator,e.experience,i,r?.experienceTranslationOverrides),e.locale=k.locale||ee,g=P=>Gc(!!(P!=null&&P.disableLocalization),k,e.experience),((l=e.experience.experience_config)==null?void 0:l.component)===X.HEADLESS){const P=i.modalLinkId||"fides-modal-link";!e.experience||i.fidesEmbed||i.modalLinkId,Lo(P).then(K=>{document.body.classList.add("fides-overlay-modal-link-shown"),K.classList.add("fides-modal-link-shown")}),p=!1}o&&p&&o({options:i,experience:e.experience,i18n:k,fidesRegionString:d,cookie:e.cookie,savedConsent:e.saved_consent,renderOverlay:n,propertyId:c,translationOverrides:r?.experienceTranslationOverrides}).catch(P=>{}),setTimeout(vl.bind(null,{savedConsent:e.saved_consent,effectiveExperience:e.experience,cookie:e.cookie,fidesRegionString:d,fidesOptions:i,i18n:k}))}}const{consent:f,fides_meta:v,identity:_,fides_string:m,tcf_consent:b}=e.cookie;return{consent:f,fides_meta:v,identity:_,fides_string:m,tcf_consent:b,experience:e.experience,geolocation:s,options:i,initialized:!0,getModalLinkLabel:g}});var Ht,L,Mo,Be,Uo,Bo,Li,Ni,$i,Fi,Go,ut={},Ho=[],gl=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,qt=Array.isArray;function Fe(t,e){for(var i in e)t[i]=e[i];return t}function qo(t){var e=t.parentNode;e&&e.removeChild(t)}function u(t,e,i){var s,o,n,a={};for(n in e)n=="key"?s=e[n]:n=="ref"?o=e[n]:a[n]=e[n];if(arguments.length>2&&(a.children=arguments.length>3?Ht.call(arguments,2):i),typeof t=="function"&&t.defaultProps!=null)for(n in t.defaultProps)a[n]===void 0&&(a[n]=t.defaultProps[n]);return Kt(t,a,s,o,null)}function Kt(t,e,i,s,o){var n={type:t,props:e,key:i,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:o??++Mo,__i:-1,__u:0};return o==null&&L.vnode!=null&&L.vnode(n),n}function ue(t){return t.children}function Oe(t,e){this.props=t,this.context=e}function Ge(t,e){if(e==null)return t.__?Ge(t.__,t.__i+1):null;for(var i;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null)return i.__e;return typeof t.type=="function"?Ge(t):null}function Ko(t){var e,i;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null){t.__e=t.__c.base=i.__e;break}return Ko(t)}}function Di(t){(!t.__d&&(t.__d=!0)&&Be.push(t)&&!Yt.__r++||Uo!==L.debounceRendering)&&((Uo=L.debounceRendering)||Bo)(Yt)}function Yt(){var t,e,i,s,o,n,a,r;for(Be.sort(Li);t=Be.shift();)t.__d&&(e=Be.length,s=void 0,n=(o=(i=t).__v).__e,a=[],r=[],i.__P&&((s=Fe({},o)).__v=o.__v+1,L.vnode&&L.vnode(s),Ri(i.__P,s,o,i.__n,i.__P.namespaceURI,32&o.__u?[n]:null,a,n??Ge(o),!!(32&o.__u),r),s.__v=o.__v,s.__.__k[s.__i]=s,Qo(a,s,r),s.__e!=n&&Ko(s)),Be.length>e&&Be.sort(Li));Yt.__r=0}function Yo(t,e,i,s,o,n,a,r,c,l,p){var d,g,f,v,_,m=s&&s.__k||Ho,b=e.length;for(i.__d=c,_l(i,e,m),c=i.__d,d=0;d<b;d++)(f=i.__k[d])!=null&&typeof f!="boolean"&&typeof f!="function"&&(g=f.__i===-1?ut:m[f.__i]||ut,f.__i=d,Ri(t,f,g,o,n,a,r,c,l,p),v=f.__e,f.ref&&g.ref!=f.ref&&(g.ref&&Vi(g.ref,null,f),p.push(f.ref,f.__c||v,f)),_==null&&v!=null&&(_=v),65536&f.__u||g.__k===f.__k?(c&&typeof f.type=="string"&&!t.contains(c)&&(c=Ge(g)),c=Wo(f,c,t)):typeof f.type=="function"&&f.__d!==void 0?c=f.__d:v&&(c=v.nextSibling),f.__d=void 0,f.__u&=-196609);i.__d=c,i.__e=_}function _l(t,e,i){var s,o,n,a,r,c=e.length,l=i.length,p=l,d=0;for(t.__k=[],s=0;s<c;s++)a=s+d,(o=t.__k[s]=(o=e[s])==null||typeof o=="boolean"||typeof o=="function"?null:typeof o=="string"||typeof o=="number"||typeof o=="bigint"||o.constructor==String?Kt(null,o,null,null,null):qt(o)?Kt(ue,{children:o},null,null,null):o.constructor===void 0&&o.__b>0?Kt(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o)!=null?(o.__=t,o.__b=t.__b+1,r=ml(o,i,a,p),o.__i=r,n=null,r!==-1&&(p--,(n=i[r])&&(n.__u|=131072)),n==null||n.__v===null?(r==-1&&d--,typeof o.type!="function"&&(o.__u|=65536)):r!==a&&(r==a-1?d=r-a:r==a+1?d++:r>a?p>c-a?d+=r-a:d--:r<a&&d++,r!==s+d&&(o.__u|=65536))):(n=i[a])&&n.key==null&&n.__e&&(131072&n.__u)==0&&(n.__e==t.__d&&(t.__d=Ge(n)),Mi(n,n,!1),i[a]=null,p--);if(p)for(s=0;s<l;s++)(n=i[s])!=null&&(131072&n.__u)==0&&(n.__e==t.__d&&(t.__d=Ge(n)),Mi(n,n))}function Wo(t,e,i){var s,o;if(typeof t.type=="function"){for(s=t.__k,o=0;s&&o<s.length;o++)s[o]&&(s[o].__=t,e=Wo(s[o],e,i));return e}t.__e!=e&&(i.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType===8);return e}function Wt(t,e){return e=e||[],t==null||typeof t=="boolean"||(qt(t)?t.some(function(i){Wt(i,e)}):e.push(t)),e}function ml(t,e,i,s){var o=t.key,n=t.type,a=i-1,r=i+1,c=e[i];if(c===null||c&&o==c.key&&n===c.type&&(131072&c.__u)==0)return i;if(s>(c!=null&&(131072&c.__u)==0?1:0))for(;a>=0||r<e.length;){if(a>=0){if((c=e[a])&&(131072&c.__u)==0&&o==c.key&&n===c.type)return a;a--}if(r<e.length){if((c=e[r])&&(131072&c.__u)==0&&o==c.key&&n===c.type)return r;r++}}return-1}function Jo(t,e,i){e[0]==="-"?t.setProperty(e,i??""):t[e]=i==null?"":typeof i!="number"||gl.test(e)?i:i+"px"}function Jt(t,e,i,s,o){var n;e:if(e==="style")if(typeof i=="string")t.style.cssText=i;else{if(typeof s=="string"&&(t.style.cssText=s=""),s)for(e in s)i&&e in i||Jo(t.style,e,"");if(i)for(e in i)s&&i[e]===s[e]||Jo(t.style,e,i[e])}else if(e[0]==="o"&&e[1]==="n")n=e!==(e=e.replace(/(PointerCapture)$|Capture$/i,"$1")),e=e.toLowerCase()in t||e==="onFocusOut"||e==="onFocusIn"?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+n]=i,i?s?i.u=s.u:(i.u=Ni,t.addEventListener(e,n?Fi:$i,n)):t.removeEventListener(e,n?Fi:$i,n);else{if(o=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=i??"";break e}catch{}typeof i=="function"||(i==null||i===!1&&e[4]!=="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&i==1?"":i))}}function Zo(t){return function(e){if(this.l){var i=this.l[e.type+t];if(e.t==null)e.t=Ni++;else if(e.t<i.u)return;return i(L.event?L.event(e):e)}}}function Ri(t,e,i,s,o,n,a,r,c,l){var p,d,g,f,v,_,m,b,y,C,k,P,K,se,re,D,x=e.type;if(e.constructor!==void 0)return null;128&i.__u&&(c=!!(32&i.__u),n=[r=e.__e=i.__e]),(p=L.__b)&&p(e);e:if(typeof x=="function")try{if(b=e.props,y="prototype"in x&&x.prototype.render,C=(p=x.contextType)&&s[p.__c],k=p?C?C.props.value:p.__:s,i.__c?m=(d=e.__c=i.__c).__=d.__E:(y?e.__c=d=new x(b,k):(e.__c=d=new Oe(b,k),d.constructor=x,d.render=bl),C&&C.sub(d),d.props=b,d.state||(d.state={}),d.context=k,d.__n=s,g=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&x.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=Fe({},d.__s)),Fe(d.__s,x.getDerivedStateFromProps(b,d.__s))),f=d.props,v=d.state,d.__v=e,g)y&&x.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&x.getDerivedStateFromProps==null&&b!==f&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(b,k),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(b,d.__s,k)===!1||e.__v===i.__v)){for(e.__v!==i.__v&&(d.props=b,d.state=d.__s,d.__d=!1),e.__e=i.__e,e.__k=i.__k,e.__k.forEach(function(I){I&&(I.__=e)}),P=0;P<d._sb.length;P++)d.__h.push(d._sb[P]);d._sb=[],d.__h.length&&a.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(b,d.__s,k),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(f,v,_)})}if(d.context=k,d.props=b,d.__P=t,d.__e=!1,K=L.__r,se=0,y){for(d.state=d.__s,d.__d=!1,K&&K(e),p=d.render(d.props,d.state,d.context),re=0;re<d._sb.length;re++)d.__h.push(d._sb[re]);d._sb=[]}else do d.__d=!1,K&&K(e),p=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++se<25);d.state=d.__s,d.getChildContext!=null&&(s=Fe(Fe({},s),d.getChildContext())),y&&!g&&d.getSnapshotBeforeUpdate!=null&&(_=d.getSnapshotBeforeUpdate(f,v)),Yo(t,qt(D=p!=null&&p.type===ue&&p.key==null?p.props.children:p)?D:[D],e,i,s,o,n,a,r,c,l),d.base=e.__e,e.__u&=-161,d.__h.length&&a.push(d),m&&(d.__E=d.__=null)}catch(I){e.__v=null,c||n!=null?(e.__e=r,e.__u|=c?160:32,n[n.indexOf(r)]=null):(e.__e=i.__e,e.__k=i.__k),L.__e(I,e,i)}else n==null&&e.__v===i.__v?(e.__k=i.__k,e.__e=i.__e):e.__e=hl(i.__e,e,i,s,o,n,a,c,l);(p=L.diffed)&&p(e)}function Qo(t,e,i){e.__d=void 0;for(var s=0;s<i.length;s++)Vi(i[s],i[++s],i[++s]);L.__c&&L.__c(e,t),t.some(function(o){try{t=o.__h,o.__h=[],t.some(function(n){n.call(o)})}catch(n){L.__e(n,o.__v)}})}function hl(t,e,i,s,o,n,a,r,c){var l,p,d,g,f,v,_,m=i.props,b=e.props,y=e.type;if(y==="svg"?o="http://www.w3.org/2000/svg":y==="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),n!=null){for(l=0;l<n.length;l++)if((f=n[l])&&"setAttribute"in f==!!y&&(y?f.localName===y:f.nodeType===3)){t=f,n[l]=null;break}}if(t==null){if(y===null)return document.createTextNode(b);t=document.createElementNS(o,y,b.is&&b),n=null,r=!1}if(y===null)m===b||r&&t.data===b||(t.data=b);else{if(n=n&&Ht.call(t.childNodes),m=i.props||ut,!r&&n!=null)for(m={},l=0;l<t.attributes.length;l++)m[(f=t.attributes[l]).name]=f.value;for(l in m)if(f=m[l],l!="children"){if(l=="dangerouslySetInnerHTML")d=f;else if(l!=="key"&&!(l in b)){if(l=="value"&&"defaultValue"in b||l=="checked"&&"defaultChecked"in b)continue;Jt(t,l,null,f,o)}}for(l in b)f=b[l],l=="children"?g=f:l=="dangerouslySetInnerHTML"?p=f:l=="value"?v=f:l=="checked"?_=f:l==="key"||r&&typeof f!="function"||m[l]===f||Jt(t,l,f,m[l],o);if(p)r||d&&(p.__html===d.__html||p.__html===t.innerHTML)||(t.innerHTML=p.__html),e.__k=[];else if(d&&(t.innerHTML=""),Yo(t,qt(g)?g:[g],e,i,s,y==="foreignObject"?"http://www.w3.org/1999/xhtml":o,n,a,n?n[0]:i.__k&&Ge(i,0),r,c),n!=null)for(l=n.length;l--;)n[l]!=null&&qo(n[l]);r||(l="value",v!==void 0&&(v!==t[l]||y==="progress"&&!v||y==="option"&&v!==m[l])&&Jt(t,l,v,m[l],o),l="checked",_!==void 0&&_!==t[l]&&Jt(t,l,_,m[l],o))}return t}function Vi(t,e,i){try{typeof t=="function"?t(e):t.current=e}catch(s){L.__e(s,i)}}function Mi(t,e,i){var s,o;if(L.unmount&&L.unmount(t),(s=t.ref)&&(s.current&&s.current!==t.__e||Vi(s,null,e)),(s=t.__c)!=null){if(s.componentWillUnmount)try{s.componentWillUnmount()}catch(n){L.__e(n,e)}s.base=s.__P=null}if(s=t.__k)for(o=0;o<s.length;o++)s[o]&&Mi(s[o],e,i||typeof t.type!="function");i||t.__e==null||qo(t.__e),t.__c=t.__=t.__e=t.__d=void 0}function bl(t,e,i){return this.constructor(t,i)}function Ui(t,e,i){var s,o,n,a;L.__&&L.__(t,e),o=(s=typeof i=="function")?null:i&&i.__k||e.__k,n=[],a=[],Ri(e,t=(!s&&i||e).__k=u(ue,null,[t]),o||ut,ut,e.namespaceURI,!s&&i?[i]:o?null:e.firstChild?Ht.call(e.childNodes):null,n,!s&&i?i:o?o.__e:e.firstChild,s,a),Qo(n,t,a)}function Bi(t,e){var i={__c:e="__cC"+Go++,__:t,Consumer:function(s,o){return s.children(o)},Provider:function(s){var o,n;return this.getChildContext||(o=[],(n={})[e]=this,this.getChildContext=function(){return n},this.componentWillUnmount=function(){o=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&o.some(function(r){r.__e=!0,Di(r)})},this.sub=function(a){o.push(a);var r=a.componentWillUnmount;a.componentWillUnmount=function(){o&&o.splice(o.indexOf(a),1),r&&r.call(a)}}),s.children}};return i.Provider.__=i.Consumer.contextType=i}Ht=Ho.slice,L={__e:function(t,e,i,s){for(var o,n,a;e=e.__;)if((o=e.__c)&&!o.__)try{if((n=o.constructor)&&n.getDerivedStateFromError!=null&&(o.setState(n.getDerivedStateFromError(t)),a=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(t,s||{}),a=o.__d),a)return o.__E=o}catch(r){t=r}throw t}},Mo=0,Oe.prototype.setState=function(t,e){var i;i=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Fe({},this.state),typeof t=="function"&&(t=t(Fe({},i),this.props)),t&&Fe(i,t),t!=null&&this.__v&&(e&&this._sb.push(e),Di(this))},Oe.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),Di(this))},Oe.prototype.render=ue,Be=[],Bo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Li=function(t,e){return t.__v.__b-e.__v.__b},Yt.__r=0,Ni=0,$i=Zo(!1),Fi=Zo(!0),Go=0;const yl=t=>{try{const e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);if(!e)return null;let i=parseInt(e[1],16),s=parseInt(e[2],16),o=parseInt(e[3],16);i/=255,s/=255,o/=255;const n=Math.max(i,s,o),a=Math.min(i,s,o);let r,c;const l=(n+a)/2;if(n===a)r=c=0;else{const p=n-a;switch(c=l>.5?p/(2-n-a):p/(n+a),n){case i:r=(s-o)/p+(s<o?6:0);break;case s:r=(o-i)/p+2;break;case o:r=(i-s)/p+4;break}r/=6}return{h:r,s:c,l}}catch{return null}},kl=(t,e=!1)=>{let i="";const s=Math.round(t.h*360),o=Math.round(t.s*100),n=Math.round(t.l*100);return i=`${s},${o}%,${n}%`,i=e?i:`hsl(${i})`,i};var Xo=(t=>(t.HEX="hex",t.HSL="hsl",t))(Xo||{});const Cl=(t,e,i)=>{const s=e==="hex"?yl(t):t;return s&&s.l?(s.l<.25?s.l=i===1?s.l+.1:s.l+.2:s.l<.5?s.l=i===1?s.l+.08:s.l+.16:s.l<.75?s.l=i===1?s.l+.06:s.l+.12:s.l<.9?s.l=i===1?s.l+.04:s.l+.08:s.l=.9,kl(s)):t};var Zt=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const en="fides-embed-container",wl="fides-overlay";let Qt;const Gi=t=>Zt(void 0,[t],function*({options:e,experience:i,i18n:s,fidesRegionString:o,cookie:n,savedConsent:a,renderOverlay:r,propertyId:c,translationOverrides:l}){const p=()=>Zt(void 0,null,function*(){var d,g,f;try{if(Qt&&(Ui(null,Qt),Qt=void 0),e.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",e.fidesPrimaryColor);const _=Cl(e.fidesPrimaryColor,Xo.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",_)}let v;if(e.fidesEmbed)v=document.getElementById(en),v||(yield Zt(void 0,null,function*(){return new Promise(_=>{let m=0,b=200;const y=setInterval(()=>{v=document.getElementById(en),v?(clearInterval(y),_()):(m+=1,m>=5&&b<1e3&&(b+=200))},b)})}));else{const _=e.overlayParentId||wl;v=document.getElementById(_),v||(v=document.createElement("div"),v.id=_,v.className="fides-overlay",document.body.prepend(v))}return v?(r&&(((d=i.experience_config)==null?void 0:d.component)===X.MODAL||((g=i.experience_config)==null?void 0:g.component)===X.BANNER_AND_MODAL||((f=i.experience_config)==null?void 0:f.component)===X.TCF_OVERLAY)&&(r({options:e,experience:i,i18n:s,fidesRegionString:o,cookie:n,savedConsent:a,propertyId:c,translationOverrides:l},v),Qt=v),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(v){return Promise.reject(v)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>Zt(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function tn(t,e){e===void 0&&(e={});var i=e.insertAt;if(!(!t||typeof document>"u")){var s=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css",i==="top"&&s.firstChild?s.insertBefore(o,s.firstChild):s.appendChild(o),o.styleSheet?o.styleSheet.cssText=t:o.appendChild(document.createTextNode(t))}}var El=`: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,5 +8,5 @@
|
|
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}}`;Xo(ml);var it,U,Hi,en,pt=0,tn=[],K=L,sn=K.__b,on=K.__r,nn=K.diffed,rn=K.__c,an=K.unmount,cn=K.__;function Qt(t,e){K.__h&&K.__h(U,t,pt||e),pt=0;var i=U.__H||(U.__H={__:[],__h:[]});return t>=i.__.length&&i.__.push({}),i.__[t]}function q(t){return pt=1,hl(un,t)}function hl(t,e,i){var s=Qt(it++,2);if(s.t=t,!s.__c&&(s.__=[i?i(e):un(void 0,e),function(a){var c=s.__N?s.__N[0]:s.__[0],l=s.t(c,a);c!==l&&(s.__N=[l,s.__[1]],s.__c.setState({}))}],s.__c=U,!U.u)){var o=function(a,c,l){if(!s.__c.__H)return!0;var p=s.__c.__H.__.filter(function(v){return!!v.__c});if(p.every(function(v){return!v.__N}))return!n||n.call(this,a,c,l);var d=!1;return p.forEach(function(v){if(v.__N){var f=v.__[0];v.__=v.__N,v.__N=void 0,f!==v.__[0]&&(d=!0)}}),!(!d&&s.__c.props===a)&&(!n||n.call(this,a,c,l))};U.u=!0;var n=U.shouldComponentUpdate,r=U.componentWillUpdate;U.componentWillUpdate=function(a,c,l){if(this.__e){var p=n;n=void 0,o(a,c,l),n=p}r&&r.call(this,a,c,l)},U.shouldComponentUpdate=o}return s.__N||s.__}function B(t,e){var i=Qt(it++,3);!K.__s&&dn(i.__H,e)&&(i.__=t,i.i=e,U.__H.__h.push(i))}function Xt(t){return pt=5,ie(function(){return{current:t}},[])}function ie(t,e){var i=Qt(it++,7);return dn(i.__H,e)&&(i.__=t(),i.__H=e,i.__h=t),i.__}function G(t,e){return pt=8,ie(function(){return t},e)}function ft(t){var e=U.context[t.__c],i=Qt(it++,9);return i.c=t,e?(i.__==null&&(i.__=!0,e.sub(U)),e.props.value):t.__}function bl(){for(var t;t=tn.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(ei),t.__H.__h.forEach(qi),t.__H.__h=[]}catch(e){t.__H.__h=[],K.__e(e,t.__v)}}K.__b=function(t){U=null,sn&&sn(t)},K.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),cn&&cn(t,e)},K.__r=function(t){on&&on(t),it=0;var e=(U=t.__c).__H;e&&(Hi===U?(e.__h=[],U.__h=[],e.__.forEach(function(i){i.__N&&(i.__=i.__N),i.i=i.__N=void 0})):(e.__h.forEach(ei),e.__h.forEach(qi),e.__h=[],it=0)),Hi=U},K.diffed=function(t){nn&&nn(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(tn.push(e)!==1&&en===K.requestAnimationFrame||((en=K.requestAnimationFrame)||yl)(bl)),e.__H.__.forEach(function(i){i.i&&(i.__H=i.i),i.i=void 0})),Hi=U=null},K.__c=function(t,e){e.some(function(i){try{i.__h.forEach(ei),i.__h=i.__h.filter(function(s){return!s.__||qi(s)})}catch(s){e.some(function(o){o.__h&&(o.__h=[])}),e=[],K.__e(s,i.__v)}}),rn&&rn(t,e)},K.unmount=function(t){an&&an(t);var e,i=t.__c;i&&i.__H&&(i.__H.__.forEach(function(s){try{ei(s)}catch(o){e=o}}),i.__H=void 0,e&&K.__e(e,i.__v))};var ln=typeof requestAnimationFrame=="function";function yl(t){var e,i=function(){clearTimeout(s),ln&&cancelAnimationFrame(e),setTimeout(t)},s=setTimeout(i,100);ln&&(e=requestAnimationFrame(i))}function ei(t){var e=U,i=t.__c;typeof i=="function"&&(t.__c=void 0,i()),U=e}function qi(t){var e=U;t.__c=t.__(),U=e}function dn(t,e){return!t||t.length!==e.length||e.some(function(i,s){return i!==t[s]})}function un(t,e){return typeof e=="function"?e(t):e}const kl=({id:t})=>{const[e,i]=q(!1),s=G(()=>i(!1),[]),o=G(()=>i(!0),[]),n=G(()=>{e?s():o()},[e,o,s]);return{isOpen:e,onOpen:o,onClose:s,onToggle:n,getButtonProps:()=>({"aria-expanded":e,"aria-controls":t,onClick:n}),getDisclosureProps:()=>({id:t,className:e?"fides-disclosure-visible":"fides-disclosure-hidden"})}},Cl=(t,e)=>{const[i,s]=q(null);return B(()=>{if(e)return()=>{};To(t).then(o=>{s(o)})},[t,e]),i},wl=()=>{const[t,e]=q(!1);return B(()=>{e(!0)},[]),t};var El=Object.defineProperty,pn=Object.getOwnPropertySymbols,xl=Object.prototype.hasOwnProperty,jl=Object.prototype.propertyIsEnumerable,fn=(t,e,i)=>e in t?El(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Il=(t,e)=>{for(var i in e||(e={}))xl.call(e,i)&&fn(t,i,e[i]);if(pn)for(var i of pn(e))jl.call(e,i)&&fn(t,i,e[i]);return t},Pl=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const vn=({options:t,privacyExperience:e,privacyExperienceConfigHistoryId:i,privacyNoticeHistoryIds:s,userGeography:o,acknowledgeMode:n,propertyId:r,tcfNoticesServed:a})=>{const[c,l]=q(At()),p=G(d=>Pl(void 0,null,function*(){var v;if(t.fidesDisableSaveApi||t.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===De.BANNER&&!((v=e?.experience_config)!=null&&v.show_layer1_notices))return;const f=At();l(f);const g=Il({served_notice_history_id:f,browser_identity:d.detail.identity,privacy_experience_config_history_id:i||"",user_geography:o,acknowledge_mode:n,privacy_notice_history_ids:s||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:r},a);qc({request:g,options:t})}),[t,e,i,o,n,s,r,a]);return B(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:c}},gn=Bi({}),_n=({i18nInstance:t,children:e})=>{const[i,s]=q(),[o,n]=q(!1),r=G(c=>{t.activate(c),s(c)},[t,s]);B(()=>{const c=document.getElementById(oa);o?c?.style.setProperty("animation-name","spin"):c?.style.removeProperty("animation-name")},[o]);const a=ie(()=>({i18n:t,currentLocale:i,setCurrentLocale:r,isLoading:o,setIsLoading:n}),[t,i,r,o]);return u(gn.Provider,{value:a},e)},R=()=>{const t=ft(gn);if(!t||Object.keys(t).length===0)throw new Error("useI18n must be used within a I18nProvider");return t},mn=({onClick:t,ariaLabel:e,hidden:i=!1})=>u("button",{type:"button","aria-label":e,className:"fides-close-button",onClick:t,style:{visibility:i?"hidden":"visible"}},u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},u("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"}))),Ki=Bi({}),Ol=({children:t})=>{const[e,i]=q(),s=ie(()=>({vendorCount:e,setVendorCount:i}),[e,i]);return u(Ki.Provider,{value:s},t)},Sl=()=>{const t=ft(Ki);if(!t||Object.keys(t).length===0)throw new Error("useVendorButton must be used within a VendorButtonProvider");return t},hn="__VENDOR_COUNT_LINK__",bn=(t,e)=>e?u("span",{dangerouslySetInnerHTML:{__html:t.trim()}}):il(t).trim(),yn=({description:t,onVendorPageClick:e,allowHTMLDescription:i=!1})=>{const[s,o]=q();let n=0;const r=ft(Ki);return r!=null&&r.vendorCount&&(n=r.vendorCount),B(()=>{if(t)if(t.includes(hn)&&e){const a=t.split(hn);for(let l=1;l<a.length;l+=2)a.splice(l,0,u(ue,null," ",u("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:e},n)," "));const c=a.map(l=>typeof l=="string"?bn(l,i):l);o(c)}else o([bn(t,i)])},[t,e]),t?u("div",null,s):null},kn=({status:t})=>{const{i18n:e}=R(),i=e.t("static.gpc"),s=t.valueOf();let o="";if(t===Ee.APPLIED)o=e.t("static.gpc.status.applied");else if(t===Ee.OVERRIDDEN)o=e.t("static.gpc.status.overridden");else if(t===Ee.NONE)return null;return u("span",{className:"fides-gpc-label"},i," ",u("span",{className:`fides-gpc-badge fides-gpc-badge-${s}`},o))},Cn=({dismissable:t,onOpen:e,onClose:i,bannerIsOpen:s,children:o,onVendorPageClick:n,renderButtonGroup:r,className:a,isEmbedded:c})=>{var l,p,d,v,f,g,_,m,b,y,E;const{i18n:w}=R(),O=tt().globalPrivacyControl;B(()=>{s&&e()},[s,e]);const Y=et(w,"exp.banner_title")?w.t("exp.banner_title"):w.t("exp.title"),se=et(w,"exp.banner_description")?w.t("exp.banner_description"):w.t("exp.description"),ne=["fides-banner","fides-banner-bottom",!s&&"fides-banner-hidden",c&&"fides-embedded",a].filter(x=>typeof x=="string").join(" ");let D=[];return(d=(p=(l=window.Fides)==null?void 0:l.experience)==null?void 0:p.experience_config)!=null&&d.show_layer1_notices&&(f=(v=window.Fides)==null?void 0:v.experience)!=null&&f.privacy_notices&&(D=(_=(g=window.Fides)==null?void 0:g.experience)==null?void 0:_.privacy_notices),u("div",{id:"fides-banner-container",className:ne},u("div",{id:"fides-banner"},u("div",{id:"fides-banner-inner"},u(mn,{ariaLabel:"Close banner",onClick:i,hidden:((b=(m=window.Fides)==null?void 0:m.options)==null?void 0:b.preventDismissal)||!t}),u("div",{id:"fides-banner-inner-container"},u("div",{className:"fides-banner__col"},u("div",{id:"fides-banner-heading"},u("h1",{id:"fides-banner-title",className:"fides-banner-title"},Y),O&&u(kn,{status:Ee.APPLIED})),u("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},u(yn,{description:se,onVendorPageClick:n,allowHTMLDescription:(E=(y=window.Fides)==null?void 0:y.options)==null?void 0:E.allowHTMLDescription}),!!(D!=null&&D.length)&&u("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map((x,I)=>u("span",{key:x.id},u("strong",null,x.name),I<D.length-1&&", "))))),o),r())))},Al=t=>{const[e,i]=q(!1);return B(()=>{const s=window.matchMedia(t);i(s.matches);function o(n){i(n.matches)}return s.addEventListener?s.addEventListener("change",o):s.addListener(o),()=>{s.removeEventListener?s.removeEventListener("change",o):s.removeListener(o)}},[t]),e},Tl=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},u("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"})),zl=()=>u("div",{className:"fides-brand"},u("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",u(Tl,null))),Ll=()=>u("div",{className:"fides-spinner"}),Ge=({buttonType:t,label:e,id:i,onClick:s,className:o="",disabled:n,loading:r})=>u("button",{type:"button",id:i,className:`fides-banner-button fides-banner-button-${t.valueOf()} ${o}`,onClick:s,"data-testid":`${e}-btn`,disabled:n||r,style:{cursor:n||r?"not-allowed":"pointer"}},e||"",r&&u(Ll,null));function Nl(t,e){for(var i in e)t[i]=e[i];return t}function wn(t,e){for(var i in t)if(i!=="__source"&&!(i in e))return!0;for(var s in e)if(s!=="__source"&&t[s]!==e[s])return!0;return!1}function En(t,e){this.props=t,this.context=e}(En.prototype=new Oe).isPureReactComponent=!0,En.prototype.shouldComponentUpdate=function(t,e){return wn(this.props,t)||wn(this.state,e)};var xn=L.__b;L.__b=function(t){t.type&&t.type.__f&&t.ref&&(t.props.ref=t.ref,t.ref=null),xn&&xn(t)};var $l=L.__e;L.__e=function(t,e,i,s){if(t.then){for(var o,n=e;n=n.__;)if((o=n.__c)&&o.__c)return e.__e==null&&(e.__e=i.__e,e.__k=i.__k),o.__c(t,e)}$l(t,e,i,s)};var jn=L.unmount;function In(t,e,i){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(s){typeof s.__c=="function"&&s.__c()}),t.__c.__H=null),(t=Nl({},t)).__c!=null&&(t.__c.__P===i&&(t.__c.__P=e),t.__c=null),t.__k=t.__k&&t.__k.map(function(s){return In(s,e,i)})),t}function Pn(t,e,i){return t&&i&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(s){return Pn(s,e,i)}),t.__c&&t.__c.__P===e&&(t.__e&&i.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=i)),t}function Yi(){this.__u=0,this.t=null,this.__b=null}function On(t){var e=t.__.__c;return e&&e.__a&&e.__a(t)}function ti(){this.u=null,this.o=null}L.unmount=function(t){var e=t.__c;e&&e.__R&&e.__R(),e&&32&t.__u&&(t.type=null),jn&&jn(t)},(Yi.prototype=new Oe).__c=function(t,e){var i=e.__c,s=this;s.t==null&&(s.t=[]),s.t.push(i);var o=On(s.__v),n=!1,r=function(){n||(n=!0,i.__R=null,o?o(a):a())};i.__R=r;var a=function(){if(!--s.__u){if(s.state.__a){var c=s.state.__a;s.__v.__k[0]=Pn(c,c.__c.__P,c.__c.__O)}var l;for(s.setState({__a:s.__b=null});l=s.t.pop();)l.forceUpdate()}};s.__u++||32&e.__u||s.setState({__a:s.__b=s.__v.__k[0]}),t.then(r,r)},Yi.prototype.componentWillUnmount=function(){this.t=[]},Yi.prototype.render=function(t,e){if(this.__b){if(this.__v.__k){var i=document.createElement("div"),s=this.__v.__k[0].__c;this.__v.__k[0]=In(this.__b,i,s.__O=s.__P)}this.__b=null}var o=e.__a&&u(ue,null,t.fallback);return o&&(o.__u&=-33),[u(ue,null,e.__a?null:t.children),o]};var Sn=function(t,e,i){if(++i[1]===i[0]&&t.o.delete(e),t.props.revealOrder&&(t.props.revealOrder[0]!=="t"||!t.o.size))for(i=t.u;i;){for(;i.length>3;)i.pop()();if(i[1]<i[0])break;t.u=i=i[2]}};(ti.prototype=new Oe).__a=function(t){var e=this,i=On(e.__v),s=e.o.get(t);return s[0]++,function(o){var n=function(){e.props.revealOrder?(s.push(o),Sn(e,t,s)):o()};i?i(n):n()}},ti.prototype.render=function(t){this.u=null,this.o=new Map;var e=Yt(t.children);t.revealOrder&&t.revealOrder[0]==="b"&&e.reverse();for(var i=e.length;i--;)this.o.set(e[i],this.u=[1,0,this.u]);return t.children},ti.prototype.componentDidUpdate=ti.prototype.componentDidMount=function(){var t=this;this.o.forEach(function(e,i){Sn(t,i,e)})};var Fl=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Dl=/^(?: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]/,Rl=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Vl=/[A-Z0-9]/g,Ml=typeof document<"u",Ul=function(t){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(t)};Oe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(Oe.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(e){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:e})}})});var An=L.event;function Bl(){}function Gl(){return this.cancelBubble}function Hl(){return this.defaultPrevented}L.event=function(t){return An&&(t=An(t)),t.persist=Bl,t.isPropagationStopped=Gl,t.isDefaultPrevented=Hl,t.nativeEvent=t};var ql={enumerable:!1,configurable:!0,get:function(){return this.class}},Tn=L.vnode;L.vnode=function(t){typeof t.type=="string"&&function(e){var i=e.props,s=e.type,o={};for(var n in i){var r=i[n];if(!(n==="value"&&"defaultValue"in i&&r==null||Ml&&n==="children"&&s==="noscript"||n==="class"||n==="className")){var a=n.toLowerCase();n==="defaultValue"&&"value"in i&&i.value==null?n="value":n==="download"&&r===!0?r="":a==="translate"&&r==="no"?r=!1:a==="ondoubleclick"?n="ondblclick":a!=="onchange"||s!=="input"&&s!=="textarea"||Ul(i.type)?a==="onfocus"?n="onfocusin":a==="onblur"?n="onfocusout":Rl.test(n)?n=a:s.indexOf("-")===-1&&Dl.test(n)?n=n.replace(Vl,"-$&").toLowerCase():r===null&&(r=void 0):a=n="oninput",a==="oninput"&&o[n=a]&&(n="oninputCapture"),o[n]=r}}s=="select"&&o.multiple&&Array.isArray(o.value)&&(o.value=Yt(i.children).forEach(function(c){c.props.selected=o.value.indexOf(c.props.value)!=-1})),s=="select"&&o.defaultValue!=null&&(o.value=Yt(i.children).forEach(function(c){c.props.selected=o.multiple?o.defaultValue.indexOf(c.props.value)!=-1:o.defaultValue==c.props.value})),i.class&&!i.className?(o.class=i.class,Object.defineProperty(o,"className",ql)):(i.className&&!i.class||i.class&&i.className)&&(o.class=o.className=i.className),e.props=o}(t),t.$$typeof=Fl,Tn&&Tn(t)};var zn=L.__r;L.__r=function(t){zn&&zn(t),t.__c};var Ln=L.diffed;L.diffed=function(t){Ln&&Ln(t);var e=t.props,i=t.__e;i!=null&&t.type==="textarea"&&"value"in e&&e.value!==i.value&&(i.value=e.value==null?"":e.value)};const Wi=Bi({}),Kl=({children:t})=>{const[e,i]=q(),s=ie(()=>({gvlTranslations:e,setGvlTranslations:i}),[e,i]);return u(Wi.Provider,{value:s},t)},Yl=()=>{const t=ft(Wi);if(!t||Object.keys(t).length===0)throw new Error("useGvl must be used within a GVLProvider");return t};var Wl=Object.defineProperty,Jl=Object.defineProperties,Zl=Object.getOwnPropertyDescriptors,ii=Object.getOwnPropertySymbols,Nn=Object.prototype.hasOwnProperty,$n=Object.prototype.propertyIsEnumerable,Fn=(t,e,i)=>e in t?Wl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ql=(t,e)=>{for(var i in e||(e={}))Nn.call(e,i)&&Fn(t,i,e[i]);if(ii)for(var i of ii(e))$n.call(e,i)&&Fn(t,i,e[i]);return t},Xl=(t,e)=>Jl(t,Zl(e)),ed=(t,e)=>{var i={};for(var s in t)Nn.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&ii)for(var s of ii(t))e.indexOf(s)<0&&$n.call(t,s)&&(i[s]=t[s]);return i};const td=t=>{var e=t,{isActive:i,className:s,children:o}=e,n=ed(e,["isActive","className","children"]);return u("button",Xl(Ql({type:"button","aria-pressed":i||void 0},n),{className:`fides-banner-button fides-menu-item ${s||""}`}),o)};var id=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const sd=({availableLocales:t,options:e,isTCF:i})=>{const{i18n:s,currentLocale:o,setCurrentLocale:n,setIsLoading:r}=R(),a=ft(Wi),c=l=>id(void 0,null,function*(){var p;if(l!==s.locale)if(i){r(!0);const d=yield jo(e.fidesApiUrl,[l]);r(!1),d&&Object.keys(d).length?(a.setGvlTranslations(d[l]),yo(s,d,t||[ee]),n(l),fidesDebugger(`Fides locale updated to ${l}`)):console.error(`Unable to load GVL translation for ${l}`)}else n(l),fidesDebugger(`Fides locale updated to ${l}`);(p=document.getElementById(Ts))==null||p.focus()});return u("div",{className:"fides-i18n-menu"},u("div",{role:"group",className:"fides-i18n-popover"},s.availableLanguages.map(l=>u(td,{key:l.locale,"data-testid":`fides-i18n-option-${l.locale}`,id:o===l.locale?"fidesActiveMenuItem":void 0,onClick:()=>c(l.locale),isActive:o===l.locale,title:l.label_en},l.label_original))),u("div",{className:"fides-i18n-pseudo-button"},u("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},u("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"})),o,u("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},u("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},od=()=>{const{i18n:t}=R();if(!et(t,"exp.privacy_policy_link_label")||!et(t,"exp.privacy_policy_url"))return null;const e=t.t("exp.privacy_policy_link_label"),i=t.t("exp.privacy_policy_url");return u("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},u("a",{href:i,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},e))},Dn=({availableLocales:t=[ee],onManagePreferencesClick:e,renderFirstButton:i,onAcceptAll:s,onRejectAll:o,hideOptInOut:n,hideRejectAll:r,options:a,isInModal:c,isTCF:l,isMinimalTCF:p,isGVLLoading:d})=>{var v;const[f,g]=q(!1),{i18n:_}=R(),m=Al("(max-width: 768px)"),b=((v=_.availableLanguages)==null?void 0:v.length)>1,y=et(_,"exp.privacy_policy_link_label")&&et(_,"exp.privacy_policy_url"),E=()=>{const O=!l||!p;g(!O),e&&O&&e()},w=c&&a.showFidesBrandLink;return B(()=>{f&&!p&&E()},[f,p]),u("div",{id:"fides-button-group"},u("div",{className:c?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!i&&i(),!n&&u(ue,null,l&&!!e&&u(Ge,{buttonType:ve.SECONDARY,label:_.t("exp.privacy_preferences_link_label"),onClick:E,className:"fides-manage-preferences-button",loading:f}),!r&&u(Ge,{buttonType:ve.PRIMARY,label:_.t("exp.reject_button_label"),onClick:o,className:"fides-reject-all-button",loading:d}),u(Ge,{buttonType:ve.PRIMARY,label:_.t("exp.accept_button_label"),onClick:s,className:"fides-accept-all-button",loading:d}))),u("div",{className:`${c?"fides-modal-button-group fides-modal-secondary-actions":"fides-banner-button-group fides-banner-secondary-actions"}${b?" fides-button-group-i18n":""}${y?" fides-button-group-privacy-policy":""}${w?" fides-button-group-brand":""}`},b&&u(sd,{availableLocales:t,options:a,isTCF:!!l}),!l&&!!e&&u(Ge,{buttonType:m?ve.SECONDARY:ve.TERTIARY,label:_.t("exp.privacy_preferences_link_label"),onClick:e,className:"fides-manage-preferences-button"}),y&&u(od,null),w&&u(zl,null)))},Rn=({experience:t,onAcceptAll:e,onRejectAll:i,onSave:s,onManagePreferencesClick:o,enabledKeys:n,isInModal:r,isAcknowledge:a,hideOptInOut:c=!1,options:l})=>{const{i18n:p}=R();if(!t.experience_config||!t.privacy_notices)return null;const{privacy_notices:d}=t,v=()=>{s(F.ACKNOWLEDGE,d.map(_=>_.notice_key))},f=()=>{s(F.SAVE,n)},g=()=>a?u(Ge,{buttonType:ve.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:v,className:"fides-acknowledge-button"}):r?u(Ge,{buttonType:c?ve.PRIMARY:ve.SECONDARY,label:p.t("exp.save_button_label"),onClick:f,className:"fides-save-button"}):null;return u(Dn,{availableLocales:t.available_locales,onManagePreferencesClick:o,onAcceptAll:e,onRejectAll:i,isInModal:r,renderFirstButton:g,hideOptInOut:c,options:l})};var nd=['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^="-"])'],rd="Tab",ad="Escape";function ge(t){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=t,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}ge.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=vt('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(e){e.addEventListener("click",this._show)}.bind(this));const t=this.$el;return this._closers=vt("[data-a11y-dialog-hide]",this.$el).filter(function(e){return e.closest('[aria-modal="true"], [data-a11y-dialog]')===t}).concat(vt('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(e){e.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},ge.prototype.show=function(t){if(this.shown)return this;this._previouslyFocused=document.activeElement;const e=t&&t.target?t.target:null;return e&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=e),this.$el.removeAttribute("aria-hidden"),this.shown=!0,Vn(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",t),this},ge.prototype.hide=function(t){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",t),this):this},ge.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(t){t.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(t){t.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},ge.prototype.on=function(t,e){return typeof this._listeners[t]>"u"&&(this._listeners[t]=[]),this._listeners[t].push(e),this},ge.prototype.off=function(t,e){var i=(this._listeners[t]||[]).indexOf(e);return i>-1&&this._listeners[t].splice(i,1),this},ge.prototype._fire=function(t,e){var i=this._listeners[t]||[],s=new CustomEvent(t,{detail:e});this.$el.dispatchEvent(s),i.forEach(function(o){o(this.$el,e)}.bind(this))},ge.prototype._bindKeypress=function(t){const e=document.activeElement;e&&e.closest('[aria-modal="true"]')!==this.$el||(this.shown&&t.key===ad&&this.$el.getAttribute("role")!=="alertdialog"&&(t.preventDefault(),this.hide(t)),this.shown&&t.key===rd&&dd(this.$el,t))},ge.prototype._maintainFocus=function(t){this.shown&&!t.target.closest('[aria-modal="true"]')&&!t.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&Vn(this.$el)};function cd(t){return Array.prototype.slice.call(t)}function vt(t,e){return cd((e||document).querySelectorAll(t))}function Vn(t){var e=t.querySelector("[autofocus]")||t;e.focus()}function ld(t){return vt(nd.join(","),t).filter(function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)})}function dd(t,e){var i=ld(t),s=i.indexOf(document.activeElement);e.shiftKey&&s===0?(i[i.length-1].focus(),e.preventDefault()):!e.shiftKey&&s===i.length-1&&(i[0].focus(),e.preventDefault())}function Ji(){vt("[data-a11y-dialog]").forEach(function(t){new ge(t)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Ji):window.requestAnimationFrame?window.requestAnimationFrame(Ji):window.setTimeout(Ji,16));const ud=()=>{const[t,e]=q(null),i=G(s=>{if(s!==null){const o=new ge(s);o.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),e(o)}},[]);return{instance:t,container:i}},pd=({role:t,id:e,onClose:i})=>{const{instance:s,container:o}=ud(),n=t==="alertdialog",r=`${e}-title`,a=G(()=>{s&&s.hide(),i&&i()},[i,s]);return B(()=>()=>{s&&s.destroy()},[s]),{instance:s,attributes:{container:{id:e,ref:o,role:t,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":r},overlay:{onClick:n?void 0:a},dialog:{role:"document"},closeButton:{type:"button",onClick:a},title:{role:"heading","aria-level":1,id:r}}}},fd=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},u("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"})),vd=({title:t,description:e})=>u("div",{className:"fides-gpc-banner"},u("div",{className:"fides-gpc-warning"},u(fd,null)),u("div",null,u("p",{className:"fides-gpc-header"},t),u("p",null,e)));var gd=Object.defineProperty,_d=Object.defineProperties,md=Object.getOwnPropertyDescriptors,Mn=Object.getOwnPropertySymbols,hd=Object.prototype.hasOwnProperty,bd=Object.prototype.propertyIsEnumerable,Un=(t,e,i)=>e in t?gd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,yd=(t,e)=>{for(var i in e||(e={}))hd.call(e,i)&&Un(t,i,e[i]);if(Mn)for(var i of Mn(e))bd.call(e,i)&&Un(t,i,e[i]);return t},kd=(t,e)=>_d(t,md(e));const Bn=({titleProps:t,className:e,renderModalFooter:i,children:s,onVendorPageClick:o})=>{var n,r;const{i18n:a}=R(),c=a.t("exp.title"),l=a.t("exp.description"),p=tt().globalPrivacyControl,d=a.t("static.gpc.title"),v=a.t("static.gpc.description");return u(ue,null,u("div",{"data-testid":"consent-content",id:"fides-consent-content",className:e},u("div",{className:"fides-modal-body"},u("div",kd(yd({"data-testid":"fides-modal-title"},t),{className:"fides-modal-title"}),c),u("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},u(yn,{onVendorPageClick:o,description:l,allowHTMLDescription:(r=(n=window.Fides)==null?void 0:n.options)==null?void 0:r.allowHTMLDescription})),p&&u(vd,{title:d,description:v}),s)),u("div",{className:"fides-modal-footer"},i()))};var Cd=Object.defineProperty,wd=Object.defineProperties,Ed=Object.getOwnPropertyDescriptors,Gn=Object.getOwnPropertySymbols,xd=Object.prototype.hasOwnProperty,jd=Object.prototype.propertyIsEnumerable,Hn=(t,e,i)=>e in t?Cd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Zi=(t,e)=>{for(var i in e||(e={}))xd.call(e,i)&&Hn(t,i,e[i]);if(Gn)for(var i of Gn(e))jd.call(e,i)&&Hn(t,i,e[i]);return t},Qi=(t,e)=>wd(t,Ed(e));const Id=({attributes:t,children:e,dismissable:i,onVendorPageClick:s,renderModalFooter:o})=>{const{container:n,overlay:r,dialog:a,title:c,closeButton:l}=t;return u("div",Qi(Zi({"data-testid":"consent-modal"},n),{className:"fides-modal-container"}),u("div",Qi(Zi({},r),{className:"fides-modal-overlay"})),u("div",Qi(Zi({"data-testid":"fides-modal-content"},a),{className:"fides-modal-content"}),u("div",{className:"fides-modal-header"},u("div",null),u(mn,{ariaLabel:"Close modal",onClick:l.onClick,hidden:window.Fides.options.preventDismissal||!i})),u(Bn,{titleProps:c,renderModalFooter:o,onVendorPageClick:s},e)))},qn=({options:t,experience:e,cookie:i,savedConsent:s,onOpen:o,onDismiss:n,renderBanner:r,renderModalContent:a,renderModalFooter:c,onVendorPageClick:l,isUiBlocking:p})=>{const{i18n:d}=R(),v=100,f=wl(),g=t.modalLinkId||"fides-modal-link",_=!e||!!t.fidesEmbed||t.modalLinkId==="",m=Cl(g,_),b=Xt(null),[y,E]=q(null);B(()=>{y===null&&E(!ct(e,i,s,t))},[y]);const[w,O]=q(t.fidesEmbed?ct(e,i,s,t):!1);B(()=>(p&&w?tl():Ao(),()=>{Ao()}),[p,w]);const Y=G(({saved:A=!1})=>{te("FidesModalClosed",i,t.debug,{saved:A}),A||n()},[i,n,t.debug]),{instance:se,attributes:ne}=pd({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{Y({saved:!1})}}),D=G(()=>{t.fidesEmbed?O(!1):se&&(O(!1),se.show(),o())},[se,o,t]),x=G(()=>{se&&!t.fidesEmbed&&(se.hide(),Y({saved:!0}))},[se,Y,t.fidesEmbed]);B(()=>{t.fidesEmbed&&!w&&o()},[t,o,w]),B(()=>{const A=setTimeout(()=>{y||O(!0)},v);return()=>clearTimeout(A)},[y,O]),B(()=>(e&&!t.fidesEmbed&&(window.Fides.showModal=D),()=>{window.Fides.showModal=wt}),[e,D,t.fidesEmbed]),B(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),_?fidesDebugger("Modal Link is disabled for this experience."):m?(fidesDebugger("Modal link element found, updating it to show and trigger modal on click."),b.current=m,b.current.addEventListener("click",window.Fides.showModal),b.current.classList.add("fides-modal-link-shown")):fidesDebugger(`Searching for Modal link element #${g}...`),()=>{b.current&&b.current.removeEventListener("click",window.Fides.showModal)}),[m,_,g]);const I=()=>{D()};return f?e.experience_config?u("div",{id:Ts,tabIndex:-1},!y&&w&&p&&u("div",{className:"fides-modal-overlay"}),t.fidesEmbed?w||!a||!c?null:u(Bn,{titleProps:ne.title,renderModalFooter:()=>c({onClose:x,isMobile:!1}),onVendorPageClick:l},a()):u(Id,{attributes:ne,dismissable:e.experience_config.dismissable,onVendorPageClick:l,renderModalFooter:()=>c?c({onClose:x,isMobile:!1}):null},a&&a()),!y&&r({isOpen:w,isEmbedded:t.fidesEmbed,onClose:()=>{O(!1)},onManagePreferencesClick:I})):(fidesDebugger("No experience config found"),null):null},Pd=({label:t,name:e,id:i,checked:s,onChange:o,disabled:n,onLabel:r,offLabel:a})=>{const c=s?r:a;return u("div",{className:"fides-toggle","data-testid":`toggle-${t}`},u("input",{type:"checkbox",name:e,"aria-label":t,className:"fides-toggle-input",onChange:()=>{o(i,{type:"toggle",label:t,checked:!s})},checked:s,role:"switch",disabled:n}),u("span",{className:"fides-toggle-display"},c))};var Od=Object.defineProperty,Sd=Object.defineProperties,Ad=Object.getOwnPropertyDescriptors,Kn=Object.getOwnPropertySymbols,Td=Object.prototype.hasOwnProperty,zd=Object.prototype.propertyIsEnumerable,Yn=(t,e,i)=>e in t?Od(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Wn=(t,e)=>{for(var i in e||(e={}))Td.call(e,i)&&Yn(t,i,e[i]);if(Kn)for(var i of Kn(e))zd.call(e,i)&&Yn(t,i,e[i]);return t},Ld=(t,e)=>Sd(t,Ad(e));const Jn=({noticeKey:t,title:e,checked:i,onToggle:s,children:o,badge:n,gpcBadge:r,disabled:a,onLabel:c,offLabel:l,isHeader:p,includeToggle:d=!0})=>{const{isOpen:v,getButtonProps:f,getDisclosureProps:g,onToggle:_}=kl({id:t}),m=(E,w)=>{(E.code==="Space"||E.code==="Enter")&&(E.preventDefault(),w&&_())},b=o!=null,y=b?f():{};return u("div",{className:v&&b?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},u("div",{key:t,className:"fides-notice-toggle-title"},u("span",Ld(Wn({role:"button",tabIndex:0,onKeyDown:E=>m(E,b)},y),{className:p?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),u("span",{className:"fides-flex-center fides-justify-space-between"},e)),u("span",{className:"fides-notice-toggle-controls"},r,n?u("span",{className:"fides-notice-badge"},n):null,d?u(Pd,{label:e,name:t,id:t,checked:i,onChange:s,disabled:a,onLabel:c,offLabel:l}):null)),o?u("div",Wn({},g()),o):null)},Nd=()=>u("hr",{className:"fides-divider"}),$d=({noticeToggles:t,enabledNoticeKeys:e,onChange:i})=>{const{i18n:s}=R(),o=(a,c)=>{const l={key:a,type:"notice"};e.indexOf(a)===-1?i([...e,a],c,l):i(e.filter(p=>p!==a),c,l)};let n,r;return Vt(s)===ee&&(n="On",r="Off"),u("div",null,t.map((a,c)=>{const{noticeKey:l,title:p,description:d,checked:v,disabled:f,gpcStatus:g}=a,_=c===t.length-1;return u("div",{key:l},u(Jn,{noticeKey:l,title:p,checked:v,onToggle:o,gpcBadge:u(kn,{status:g}),disabled:f,onLabel:n,offLabel:r},d),_?null:u(Nd,null))}))};var Fd=Object.defineProperty,Dd=Object.defineProperties,Rd=Object.getOwnPropertyDescriptors,Zn=Object.getOwnPropertySymbols,Vd=Object.prototype.hasOwnProperty,Md=Object.prototype.propertyIsEnumerable,Qn=(t,e,i)=>e in t?Fd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ud=(t,e)=>{for(var i in e||(e={}))Vd.call(e,i)&&Qn(t,i,e[i]);if(Zn)for(var i of Zn(e))Md.call(e,i)&&Qn(t,i,e[i]);return t},Bd=(t,e)=>Dd(t,Rd(e));const Gd=({options:t,experience:e,fidesRegionString:i,cookie:s,propertyId:o})=>{var n;const{i18n:r,currentLocale:a,setCurrentLocale:c}=R(),l=$e(),p=window.Fides.saved_consent,d=I=>e.privacy_notices?e.privacy_notices.map(A=>Tt(A,I||p||l?.consent)?A.notice_key:""):[];B(()=>{!a&&r.locale&&c(r.locale)},[a,r.locale,c]);const v=ie(()=>{if(e.experience_config){const I=Mt(r,e.experience_config);return I?.privacy_experience_config_history_id}},[e,r,a]),f=ie(()=>{var I;const A=((I=e.privacy_notices)!=null?I:[]).map(J=>{var Te,ot;const ht=J.consent_mechanism===oe.NOTICE_ONLY||((ot=(Te=t.fidesDisabledNotices)==null?void 0:Te.includes(J.notice_key))!=null?ot:!1)||J.disabled,ci=Si(r,J);return{notice:Bd(Ud({},J),{disabled:ht}),bestTranslation:ci}}),N=A.filter(J=>J.notice.consent_mechanism===oe.NOTICE_ONLY),W=A.filter(J=>J.notice.consent_mechanism!==oe.NOTICE_ONLY);return[...N,...W]},[e.privacy_notices,r,a,t.fidesDisabledNotices]),[g,_]=q(d());window.addEventListener("FidesUpdating",I=>{_(d(I.detail.consent))});const m=f.every(I=>I.notice.consent_mechanism===oe.NOTICE_ONLY),b=f.map(I=>{var A,N;const W=g.indexOf(I.notice.notice_key)!==-1,J=tt(),Te=Os({value:W,notice:I.notice,consentContext:J});return{noticeKey:I.notice.notice_key,title:((A=I.bestTranslation)==null?void 0:A.title)||I.notice.name||"",description:(N=I.bestTranslation)==null?void 0:N.description,checked:W,consentMechanism:I.notice.consent_mechanism,disabled:I.notice.disabled,gpcStatus:Te}}),{servedNoticeHistoryId:y}=vn({privacyExperienceConfigHistoryId:v,privacyNoticeHistoryIds:f.reduce((I,A)=>{var N;const W=(N=A.bestTranslation)==null?void 0:N.privacy_notice_history_id;return W&&I.push(W),I},[]),options:t,userGeography:i,acknowledgeMode:m,privacyExperience:e,propertyId:o}),E=G((I,A)=>{const N=As(f,A);Ti({consentPreferencesToSave:N,privacyExperienceConfigHistoryId:v,experience:e,consentMethod:I,options:t,userLocationString:i,cookie:s,servedNoticeHistoryId:y,propertyId:o,updateCookie:W=>ji(W,N)}),_(A)},[s,i,e,t,v,f,y,o]),w=G(I=>{E(I?F.SCRIPT:F.ACCEPT,f.filter(A=>!A.notice.disabled||g.includes(A.notice.notice_key)).map(A=>A.notice.notice_key))},[g,E,f]),O=G(I=>{E(I?F.SCRIPT:F.REJECT,f.filter(A=>A.notice.consent_mechanism===oe.NOTICE_ONLY||A.notice.disabled&&g.includes(A.notice.notice_key)).map(A=>A.notice.notice_key))},[g,E,f]);B(()=>{xs(t)&&e.privacy_notices&&(t.fidesConsentOverride===F.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),w(!0)):t.fidesConsentOverride===F.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),O(!0)))},[e.privacy_notices,t.fidesConsentOverride]);const Y=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:De.BANNER})},[s,t.debug]),se=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:De.MODAL})},[s,t.debug]),ne=G(()=>{Ft(l?.consent)||E(F.DISMISS,d())},[E,d,l?.consent]);if(!e.experience_config)return fidesDebugger("No experience config found"),null;const D=!!((n=e.experience_config)!=null&&n.dismissable),x=f.length===1;return u(qn,{options:t,experience:e,cookie:s,savedConsent:p,isUiBlocking:!D,onOpen:se,onDismiss:ne,renderBanner:({isEmbedded:I,isOpen:A,onClose:N,onManagePreferencesClick:W})=>{var J;const Te=m||((J=e.experience_config)==null?void 0:J.layer1_button_options)===kt.ACKNOWLEDGE;return u(Cn,{bannerIsOpen:A,dismissable:D,onOpen:Y,onClose:()=>{N(),ne()},isEmbedded:I,renderButtonGroup:()=>u(Rn,{experience:e,onManagePreferencesClick:W,enabledKeys:g,onAcceptAll:()=>{w(),N()},onRejectAll:()=>{O(),N()},onSave:(ot,ht)=>{E(ot,ht),N()},isAcknowledge:Te,hideOptInOut:Te,options:t})})},renderModalContent:()=>u("div",null,u("div",{className:"fides-modal-notices"},u($d,{noticeToggles:b,enabledNoticeKeys:g,onChange:(I,A,N)=>{const W={servingComponent:"modal",trigger:A,preference:N};_(I),te("FidesUIChanged",s,t.debug,W)}}))),renderModalFooter:({onClose:I})=>u(Rn,{experience:e,enabledKeys:g,onAcceptAll:()=>{w(),I()},onRejectAll:()=>{O(),I()},onSave:(A,N)=>{E(A,N),I()},isInModal:!0,isAcknowledge:m,hideOptInOut:x||m,options:t})})};var Hd=Object.defineProperty,Xn=Object.getOwnPropertySymbols,qd=Object.prototype.hasOwnProperty,Kd=Object.prototype.propertyIsEnumerable,er=(t,e,i)=>e in t?Hd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Yd=(t,e)=>{for(var i in e||(e={}))qd.call(e,i)&&er(t,i,e[i]);if(Xn)for(var i of Xn(e))Kd.call(e,i)&&er(t,i,e[i]);return t};const Wd=(t,e)=>{const{i18n:i}=t;Ui(u(_n,{i18nInstance:i},u(Gd,Yd({},t))),e)};var Jd=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});function tr(t){return Jd(this,null,function*(){var e;if(!((e=t.options.apiOptions)!=null&&e.getPreferencesFn))return null;try{return yield t.options.apiOptions.getPreferencesFn(t)}catch{return null}})}var Zd=Object.defineProperty,Qd=Object.defineProperties,Xd=Object.getOwnPropertyDescriptors,ir=Object.getOwnPropertySymbols,eu=Object.prototype.hasOwnProperty,tu=Object.prototype.propertyIsEnumerable,sr=(t,e,i)=>e in t?Zd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,he=(t,e)=>{for(var i in e||(e={}))eu.call(e,i)&&sr(t,i,e[i]);if(ir)for(var i of ir(e))tu.call(e,i)&&sr(t,i,e[i]);return t},Xi=(t,e)=>Qd(t,Xd(e)),iu=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const es=t=>{typeof window<"u"&&(window.Fides=t)},su=({cookie:t,experience:e})=>{let i=e;return Ft(t.consent)&&(i=Ei({experience:e,cookie:t})),i},ou=(t,e)=>{const i=!!e.otFidesMapping&&Ci();if(!(!e.otFidesMapping||!i))try{const s=decodeURIComponent(e.otFidesMapping).replace(/^'|'$/g,""),o=JSON.parse(s),n=Xs(i,o);return n||void 0}catch{}};function nu(t){return iu(this,null,function*(){var e,i,s,o,n;let r=(e=t??this.config)!=null?e:Es("Fides must be initialized with a configuration object");ro(!!((i=r.options)!=null&&i.debug)),this.config=r,te("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((o=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:o.enabled),tcfEnabled:this.config.options.tcfEnabled});const a=Bt(Le.OPTIONS,r),c=Bt(Le.EXPERIENCE_TRANSLATION,r),l=yield tr(r);!a.fidesString&&l!=null&&l.fides_string&&(a.fidesString=l.fides_string);const p={optionsOverrides:a,consentPrefsOverrides:l,experienceTranslationOverrides:c};let d;a.otFidesMapping&&!$e()&&(d=ou(r,a)),r=Xi(he({},r),{options:he(he({},r.options),p.optionsOverrides)}),this.cookie=$o(r),this.cookie.consent=he(he({},this.cookie.consent),d),this.saved_consent=he({},this.cookie.consent),d&&!$e()&&(Object.assign(this.cookie.fides_meta,{consentMethod:F.SCRIPT}),wi(this.cookie,r.options.base64Cookie));const{fidesString:v}=r.options;if(v)try{const{nc:_}=Rt(v);this.decodeNoticeConsentString(_);const m={fides_string:v};this.cookie=he(he({},this.cookie),m)}catch{}const f=Fo(Xi(he({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Ei}));f&&(Object.assign(this,f),es(this),te("FidesInitialized",this.cookie,r.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(n=f?.experience)!=null?n:r.experience;const g=yield Do(Xi(he({},r),{fides:this,initOverlay:Gi,renderOverlay:Wd,updateExperience:su,overrides:p,propertyId:r.propertyId}));Object.assign(this,g),es(this),te("FidesInitialized",this.cookie,r.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}es({consent:{},experience:void 0,geolocation:{},locale:ee,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:Ls,gtm:$s,init:nu,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:Ii,shouldShowExperience(){return ct(this.experience,this.cookie,this.saved_consent,this.options)},meta:Fs,shopify:Rs,showModal:wt,getModalLinkLabel:()=>xt,encodeNoticeConsentString:mi,decodeNoticeConsentString:Et});var Q;(function(t){t.PING="ping",t.GET_TC_DATA="getTCData",t.GET_IN_APP_TC_DATA="getInAppTCData",t.GET_VENDOR_LIST="getVendorList",t.ADD_EVENT_LISTENER="addEventListener",t.REMOVE_EVENT_LISTENER="removeEventListener"})(Q||(Q={}));var He;(function(t){t.STUB="stub",t.LOADING="loading",t.LOADED="loaded",t.ERROR="error"})(He||(He={}));var qe;(function(t){t.VISIBLE="visible",t.HIDDEN="hidden",t.DISABLED="disabled"})(qe||(qe={}));var gt;(function(t){t.TC_LOADED="tcloaded",t.CMP_UI_SHOWN="cmpuishown",t.USER_ACTION_COMPLETE="useractioncomplete"})(gt||(gt={}));class si{listenerId;callback;next;param;success=!0;constructor(e,i,s,o){Object.assign(this,{callback:e,listenerId:s,param:i,next:o});try{this.respond()}catch{this.invokeCallback(null)}}invokeCallback(e){const i=e!==null;typeof this.next=="function"?this.callback(this.next,e,i):this.callback(e,i)}}class oi extends si{respond(){this.throwIfParamInvalid(),this.invokeCallback(new or(this.param,this.listenerId))}throwIfParamInvalid(){if(this.param!==void 0&&(!Array.isArray(this.param)||!this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")}}class ru{eventQueue=new Map;queueNumber=0;add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}remove(e){return this.eventQueue.delete(e)}exec(){this.eventQueue.forEach((e,i)=>{new oi(e.callback,e.param,i,e.next)})}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class j{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new ru;static cmpStatus=He.LOADING;static disabled=!1;static displayStatus=qe.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=He.LOADING,this.disabled=!1,this.displayStatus=qe.HIDDEN,this.eventQueue.clear()}}class ts{cmpId=j.cmpId;cmpVersion=j.cmpVersion;gdprApplies=j.gdprApplies;tcfPolicyVersion=j.tcfPolicyVersion}class au extends ts{cmpStatus=He.ERROR}class or extends ts{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,i){if(super(),this.eventStatus=j.eventStatus,this.cmpStatus=j.cmpStatus,this.listenerId=i,j.gdprApplies){const s=j.tcModel;this.tcString=j.tcString,this.isServiceSpecific=s.isServiceSpecific,this.useNonStandardTexts=s.useNonStandardTexts,this.purposeOneTreatment=s.purposeOneTreatment,this.publisherCC=s.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(s.vendorsAllowed,e),disclosedVendors:this.createVectorField(s.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(s.purposeConsents),legitimateInterests:this.createVectorField(s.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(s.vendorConsents,e),legitimateInterests:this.createVectorField(s.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(s.specialFeatureOptins),this.publisher={consents:this.createVectorField(s.publisherConsents),legitimateInterests:this.createVectorField(s.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(s.publisherCustomConsents),legitimateInterests:this.createVectorField(s.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(s.publisherRestrictions)}}}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let o=1;o<=s;o++){const n=o.toString();e.getRestrictions(o).forEach(r=>{const a=r.purposeId.toString();i[a]||(i[a]={}),i[a][n]=r.restrictionType})}}return i}createVectorField(e,i){return i?i.reduce((s,o)=>(s[String(o)]=e.has(Number(o)),s),{}):[...e].reduce((s,o)=>(s[o[0].toString(10)]=o[1],s),{})}}class cu extends or{constructor(e){super(e),delete this.outOfBand}createVectorField(e){return[...e].reduce((i,s)=>(i+=s[1]?"1":"0",i),"")}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();e.getRestrictions().forEach(o=>{i[o.purposeId.toString()]="_".repeat(s)});for(let o=0;o<s;o++){const n=o+1;e.getRestrictions(n).forEach(r=>{const a=r.restrictionType.toString(),c=r.purposeId.toString(),l=i[c].substr(0,o),p=i[c].substr(o+1);i[c]=l+a+p})}}return i}}class lu extends ts{cmpLoaded=!0;cmpStatus=j.cmpStatus;displayStatus=j.displayStatus;apiVersion=String(j.apiVersion);gvlVersion;constructor(){super(),j.tcModel&&j.tcModel.vendorListVersion&&(this.gvlVersion=+j.tcModel.vendorListVersion)}}class du extends si{respond(){this.invokeCallback(new lu)}}class uu extends oi{respond(){this.throwIfParamInvalid(),this.invokeCallback(new cu(this.param))}}class pu extends si{respond(){const e=j.tcModel,i=e.vendorListVersion;let s;this.param===void 0&&(this.param=i),this.param===i&&e.gvl?s=e.gvl:s=new P(this.param),s.readyPromise.then(()=>{this.invokeCallback(s.getJson())})}}class fu extends oi{respond(){this.listenerId=j.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class vu extends si{respond(){this.invokeCallback(j.eventQueue.remove(this.param))}}class _t{static[Q.PING]=du;static[Q.GET_TC_DATA]=oi;static[Q.GET_IN_APP_TC_DATA]=uu;static[Q.GET_VENDOR_LIST]=pu;static[Q.ADD_EVENT_LISTENER]=fu;static[Q.REMOVE_EVENT_LISTENER]=vu}class gu{static set_=new Set([0,2,void 0,null]);static has(e){return typeof e=="string"&&(e=Number(e)),this.set_.has(e)}}const is="__tcfapi";class _u{callQueue;customCommands;constructor(e){if(e){let i=Q.ADD_EVENT_LISTENER;if(e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed: Use ${Q.GET_TC_DATA} instead`);if(i=Q.REMOVE_EVENT_LISTENER,e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed`);e?.[Q.GET_TC_DATA]&&(e[Q.ADD_EVENT_LISTENER]=e[Q.GET_TC_DATA],e[Q.REMOVE_EVENT_LISTENER]=e[Q.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[is]()||[]}catch{this.callQueue=[]}finally{window[is]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,i,s,...o){if(typeof e!="string")s(null,!1);else if(!gu.has(i))s(null,!1);else{if(typeof s!="function")throw new Error("invalid callback function");j.disabled?s(new au,!1):!this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?s(null,!1):this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...o):e===Q.PING?this.isCustomCommand(e)?new _t[e](this.customCommands[e],o[0],null,s):new _t[e](s,o[0]):j.tcModel===void 0?this.callQueue.push([e,i,s,...o]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new _t[e](this.customCommands[e],o[0],null,s):new _t[e](s,o[0])}}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach(i=>{window[is](...i)})}isCustomCommand(e){return this.customCommands&&typeof this.customCommands[e]=="function"}isBuiltInCommand(e){return _t[e]!==void 0}}class mu{callResponder;isServiceSpecific;numUpdates=0;constructor(e,i,s=!1,o){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(i,"cmpVersion",0),j.cmpId=e,j.cmpVersion=i,j.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new _u(o)}throwIfInvalidInt(e,i,s){if(!(typeof e=="number"&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${i}: ${e}`)}update(e,i=!1){if(j.disabled)throw new Error("CmpApi Disabled");j.cmpStatus=He.LOADED,i?(j.displayStatus=qe.VISIBLE,j.eventStatus=gt.CMP_UI_SHOWN):j.tcModel===void 0?(j.displayStatus=qe.DISABLED,j.eventStatus=gt.TC_LOADED):(j.displayStatus=qe.HIDDEN,j.eventStatus=gt.USER_ACTION_COMPLETE),j.gdprApplies=e!==null,j.gdprApplies?(e===""?(j.tcModel=new pi,j.tcModel.cmpId=j.cmpId,j.tcModel.cmpVersion=j.cmpVersion):j.tcModel=yt.decode(e),j.tcModel.isServiceSpecific=this.isServiceSpecific,j.tcfPolicyVersion=Number(j.tcModel.policyVersion),j.tcString=e):j.tcModel=null,this.numUpdates===0?this.callResponder.purgeQueuedCalls():j.eventQueue.exec(),this.numUpdates++}disable(){j.disabled=!0,j.cmpStatus=He.ERROR}}const ss=t=>{if(!window.Fides.options.fidesTcfGdprApplies)return null;const{fides_string:e}=t.detail;if(e){const[i]=e.split(zt);return i.split(".")[0]}return e??""};var hu=Object.defineProperty,bu=Object.defineProperties,yu=Object.getOwnPropertyDescriptors,nr=Object.getOwnPropertySymbols,ku=Object.prototype.hasOwnProperty,Cu=Object.prototype.propertyIsEnumerable,rr=(t,e,i)=>e in t?hu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,wu=(t,e)=>{for(var i in e||(e={}))ku.call(e,i)&&rr(t,i,e[i]);if(nr)for(var i of nr(e))Cu.call(e,i)&&rr(t,i,e[i]);return t},Eu=(t,e)=>bu(t,yu(e)),xu=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const ar=1,cr=[1,3,4,5,6],ju=1,Iu=({tcStringPreferences:t})=>{const e=[...t.vendorsConsent,...t.vendorsLegint].filter(Fa).map(i=>Ie(i).id).sort((i,s)=>Number(i)-Number(s)).join(".");return`${ju}~${e}`},Pu=t=>xu(void 0,[t],function*({experience:e,tcStringPreferences:i}){var s,o;let n="";try{const r=new pi(new P(e.gvl));yield r.gvl.readyPromise,r.cmpId=Bs,r.cmpVersion=ar,r.consentScreen=1,r.isServiceSpecific=!0,r.supportOOB=!1,e.tcf_publisher_country_code&&(r.publisherCountryCode=e.tcf_publisher_country_code);const a=e.minimal_tcf?Ra(e):Da(e);if(r.gvl.narrowVendorsTo(a),i){i.vendorsConsent.forEach(l=>{var p,d;if(Me(l,e.gvl)){const{id:v}=Ie(l);r.vendorConsents.set(+v);const f=(p=e.gvl)==null?void 0:p.vendors[v];f&&!((d=f?.purposes)!=null&&d.length)&&f.flexiblePurposes.forEach(g=>{const _=new we;_.purposeId=g,_.restrictionType=pe.REQUIRE_CONSENT,r.publisherRestrictions.add(+v,_)})}}),i.vendorsLegint.forEach(l=>{var p,d;if(e.minimal_tcf)(p=e.tcf_vendor_legitimate_interest_ids)==null||p.forEach(v=>{const{id:f}=Ie(v);r.vendorLegitimateInterests.set(+f)});else if(Me(l,e.gvl)){const v=(d=e.tcf_vendor_legitimate_interests)==null?void 0:d.filter(_=>_.id===l)[0],f=v?.purpose_legitimate_interests;let g=!1;if(f&&(f.map(_=>_.id).filter(_=>cr.includes(_)).length&&(g=!0),!g)){const{id:_}=Ie(l);r.vendorLegitimateInterests.set(+_)}}}),(s=e.gvl)!=null&&s.vendors&&((o=e.tcf_vendor_relationships)==null||o.forEach(l=>{var p,d,v;const{id:f}=Ie(l.id),g=(p=e.gvl)==null?void 0:p.vendors[f],_=(d=e.tcf_vendor_consents)==null?void 0:d.some(m=>m.id===l.id);g&&(v=g.specialPurposes)!=null&&v.length&&(!g.purposes||g.purposes.length===0)&&!_&&r.vendorLegitimateInterests.set(+f)})),i.purposesConsent.forEach(l=>{r.purposeConsents.set(+l)}),i.purposesLegint.forEach(l=>{const p=+l;cr.includes(p)||r.purposeLegitimateInterests.set(p)}),i.specialFeatures.forEach(l=>{r.specialFeatureOptins.set(+l)}),n=yt.encode(r,{segments:[V.CORE]});const c=Iu({tcStringPreferences:i});n=`${n}${zt}${c}`}}catch(r){return console.error("Unable to instantiate GVL: ",r),Promise.resolve("")}return Promise.resolve(n)}),Ou=()=>{const t=new mu(Bs,ar,!0,{getTCData:(e,i,s)=>{var o;if(typeof i!="boolean"){const n=(o=window.Fides.fides_string)==null?void 0:o.split(zt),r=n?.length===2?n[1]:"";e(Eu(wu({},i),{addtlConsent:r}),s);return}e(i,s)}});window.addEventListener("FidesInitialized",e=>{const i=ss(e);i&&e.detail.extraDetails&&!e.detail.extraDetails.shouldShowExperience&&e.detail.extraDetails.firstInit&&t.update(i,!1)}),window.addEventListener("FidesUIShown",e=>{const i=ss(e);t.update(i,!0)}),window.addEventListener("FidesUpdated",e=>{const i=ss(e);t.update(i,!1)})};var Su=":root{--fides-overlay-tcf-p-h:40px;--fides-overlay-tcf-banner-col-gap:36px;--fides-overlay-tcf-banner-row-gap:16px;--fides-overlay-tcf-banner-btn-w:180px;--fides-overlay-tcf-banner-btn-p-h:10px;--fides-overlay-tcf-banner-purpose-p:12px;--fides-overlay-tcf-banner-purpose-p-t:8px}.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group{gap:12px}.fides-tcf-banner-container #fides-banner{border-radius:0;border-width:1px 0 0;padding-inline:var(--fides-overlay-tcf-p-h);width:100%}div#fides-banner-inner-container{display:flex;flex-direction:row;gap:var(--fides-overlay-tcf-banner-col-gap)}.fides-banner__col{display:flex;flex:1;flex-direction:column;gap:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner__content{margin-bottom:0;max-height:25vh;overflow-y:auto;scrollbar-gutter:stable}.fides-banner-description{margin-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-banner__purpose-list{list-style:none;margin:0;padding:0}.fides-banner__purpose-item{border-bottom:1px solid var(--fides-overlay-row-divider-color);padding:var(--fides-overlay-tcf-banner-purpose-p);padding-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-vendor-count{font-weight:600}.fides-tcf-banner-container div#fides-banner-inner div#fides-button-group{margin-top:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner-secondary-actions{gap:calc(24px - var(--fides-overlay-link-h-padding) - var(--fides-overlay-link-h-padding))}.fides-tcf-banner-container .fides-banner-button{line-height:20px;margin-top:unset;padding-bottom:var(--fides-overlay-tcf-banner-btn-p-h);padding-top:var(--fides-overlay-tcf-banner-btn-p-h)}.fides-record-header{border-bottom:1px solid var(--fides-overlay-row-divider-color);font-weight:600;padding:12px}.fides-tcf-toggle-content{font-size:var(--fides-overlay-font-size-body-small);font-weight:400;margin-right:60px}.fides-tcf-purpose-vendor-title{display:flex;font-weight:600;justify-content:space-between}.fides-tcf-illustration{font-size:var(--fides-overlay-font-size-body-small);padding:13px 60px 13px 13px}.fides-tcf-illustration,.fides-tcf-purpose-vendor{border-radius:var(--fides-overlay-component-border-radius)}.fides-tcf-purpose-vendor{padding:13px}.fides-tcf-purpose-vendor-list{font-weight:400;list-style:none;margin-bottom:0;margin-left:0;padding-left:0}.fides-tcf-vendor-toggles{display:flex}@media (min-width:1080px){.fides-tcf-banner-container .fides-banner-button{min-width:var(--fides-overlay-tcf-banner-btn-w)}}@media (min-width:768px){div#fides-banner-container.fides-banner-bottom.fides-tcf-banner-container{bottom:0}}@media (max-width:768px){.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group .fides-banner-button-group{padding-left:0}.fides-tcf-banner-container #fides-banner{padding:var(--fides-overlay-padding)}div#fides-banner-inner-container{flex-direction:column;margin-inline:calc(var(--fides-overlay-padding)*-1);padding-inline:var(--fides-overlay-padding)}.fides-tcf-banner-container .fides-banner__content{margin-top:unset;max-height:unset;overflow-y:unset;scrollbar-gutter:unset}.fides-tcf-banner-container .fides-banner-button-group.fides-button-group-i18n{min-height:unset}.fides-tcf-banner-container .fides-i18n-menu{bottom:unset;left:unset;order:unset;position:unset}.fides-tcf-banner-container .fides-banner-secondary-actions{flex-direction:row}.fides-tcf-banner-container .fides-banner-secondary-actions .fides-privacy-policy{order:unset;width:unset}}@media (min-width:2240px){.fides-tcf-banner-container #fides-banner{border-width:1px 1px 0;margin:0 auto;max-width:2240px}}";Xo(Su);var Au=Object.defineProperty,Tu=Object.defineProperties,zu=Object.getOwnPropertyDescriptors,lr=Object.getOwnPropertySymbols,Lu=Object.prototype.hasOwnProperty,Nu=Object.prototype.propertyIsEnumerable,dr=(t,e,i)=>e in t?Au(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,be=(t,e)=>{for(var i in e||(e={}))Lu.call(e,i)&&dr(t,i,e[i]);if(lr)for(var i of lr(e))Nu.call(e,i)&&dr(t,i,e[i]);return t},Ke=(t,e)=>Tu(t,zu(e)),$u=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const os=(t,e)=>{const i={tcf_purpose_consents:t.tcf_purpose_consents,tcf_purpose_legitimate_interests:t.tcf_purpose_legitimate_interests,tcf_special_purposes:t.tcf_special_purposes,tcf_features:t.tcf_features,tcf_special_features:t.tcf_special_features,tcf_vendor_consents:t.tcf_vendor_consents,tcf_vendor_legitimate_interests:t.tcf_vendor_legitimate_interests,tcf_system_consents:t.tcf_system_consents,tcf_system_legitimate_interests:t.tcf_system_legitimate_interests};if(Hs.forEach(({cookieKey:s,experienceKey:o})=>{var n,r;const a=(n=e.tcf_consent[s])!=null?n:{};i[o]=(r=t[o])==null?void 0:r.map(c=>{const l=Object.keys(a).includes(c.id)?le(!!a[c.id],oe.OPT_IN):c.default_preference;return Ke(be({},c),{current_preference:l})})}),e.fides_string){const{tc:s,ac:o}=Rt(e.fides_string);if(!s)return i;const n=Ma(o),r=yt.decode(s);Gs.forEach(({experienceKey:a,tcfModelKey:c})=>{var l;const p=c==="vendorConsents"||c==="vendorLegitimateInterests",d=Array.from(r[c]).filter(([,v])=>v).map(([v])=>p?`gvl.${v}`:v);i[a]=(l=t[a])==null?void 0:l.map(v=>{let f=!!d.find(g=>g===v.id);return a==="tcf_vendor_consents"&&n.find(g=>g===v.id)&&(f=!0),Ke(be({},v),{current_preference:le(f,oe.OPT_IN)})})})}return i},Fu=({experience:t,cookie:e,debug:i})=>{var s;const o=os(t,e);if(!t.privacy_notices)return be(be({},t),o);const n=(s=t.privacy_notices)==null?void 0:s.map(r=>{const a=Object.keys(e.consent).includes(r.notice_key)?le(!!e.consent[r.notice_key],r.consent_mechanism):void 0;return Ke(be({},r),{current_preference:a})});return Ke(be(be({},t),o),{privacy_notices:n})},Du=t=>{var e,i,s,o,n,r,a,c,l;if(!t)return{};if(!t.minimal_tcf){const d=t;return{tcf_purpose_consents:xe(d.tcf_purpose_consents),tcf_purpose_legitimate_interests:xe(d.tcf_purpose_legitimate_interests),tcf_special_purposes:xe(d.tcf_special_purposes),tcf_vendor_consents:xe(d.tcf_vendor_consents),tcf_vendor_legitimate_interests:xe(d.tcf_vendor_legitimate_interests),tcf_features:xe(d.tcf_features),tcf_special_features:xe(d.tcf_special_features),tcf_system_consents:xe(d.tcf_system_consents),tcf_system_legitimate_interests:xe(d.tcf_system_legitimate_interests)}}const p=t;return{tcf_purpose_consents:(e=p.tcf_purpose_consent_ids)!=null?e:[],tcf_purpose_legitimate_interests:(i=p.tcf_purpose_legitimate_interest_ids)!=null?i:[],tcf_special_purposes:(s=p.tcf_special_purpose_ids)!=null?s:[],tcf_vendor_consents:(o=p.tcf_vendor_consent_ids)!=null?o:[],tcf_vendor_legitimate_interests:(n=p.tcf_vendor_legitimate_interest_ids)!=null?n:[],tcf_features:(r=p.tcf_feature_ids)!=null?r:[],tcf_special_features:(a=p.tcf_special_feature_ids)!=null?a:[],tcf_system_consents:(c=p.tcf_system_consent_ids)!=null?c:[],tcf_system_legitimate_interests:(l=p.tcf_system_legitimate_interest_ids)!=null?l:[]}},Ru=t=>t.current_preference?Ne(t.current_preference):Ne(t.default_preference),Ye=t=>t?t.map(e=>{const i=Ru(e);return Ke(be({},e),{consentValue:i})}).filter(e=>e.consentValue).map(e=>`${e.id}`):[],ur=t=>{if(!t)return[];const e=$e();return t.map(i=>{const s=Tt(i,e?.consent);return Ke(be({},i),{consentValue:s})}).filter(i=>i.consentValue).map(i=>`${i.id}`)},We=({modelList:t,enabledIds:e})=>t?t.map(i=>{const s=le(e.includes(`${i.id}`));return{id:i.id,preference:s}}):[],Je=t=>t!=null&&t.length?t.map(e=>{const i=le(!0);let s=e;return Number.isNaN(parseInt(e,10))||(s=parseInt(e,10)),{id:s,preference:i}}):[],Vu=({experience:t,enabledIds:e})=>{const i=[],s=[],o=[],n=[];return e.vendorsConsent.forEach(r=>{var a;(a=t.tcf_system_consents)!=null&&a.map(c=>c.id).includes(r)?i.push(r):s.push(r)}),e.vendorsLegint.forEach(r=>{var a;(a=t.tcf_system_legitimate_interests)!=null&&a.map(c=>c.id).includes(r)?o.push(r):n.push(r)}),{purpose_consent_preferences:We({modelList:t.tcf_purpose_consents,enabledIds:e.purposesConsent}),purpose_legitimate_interests_preferences:We({modelList:t.tcf_purpose_legitimate_interests,enabledIds:e.purposesLegint}),special_feature_preferences:We({modelList:t.tcf_special_features,enabledIds:e.specialFeatures}),vendor_consent_preferences:We({modelList:t.tcf_vendor_consents,enabledIds:s}),vendor_legitimate_interests_preferences:We({modelList:t.tcf_vendor_legitimate_interests,enabledIds:n}),system_consent_preferences:We({modelList:t.tcf_system_consents,enabledIds:i}),system_legitimate_interests_preferences:We({modelList:t.tcf_system_legitimate_interests,enabledIds:o})}},Mu=({experience:t,enabledIds:e})=>{const i=[],s=[],o=[],n=[];return e.vendorsConsent.forEach(r=>{var a;(a=t.tcf_system_consent_ids)!=null&&a.includes(r)?i.push(r):s.push(r)}),e.vendorsLegint.forEach(r=>{var a;(a=t.tcf_system_legitimate_interest_ids)!=null&&a.includes(r)?o.push(r):n.push(r)}),{purpose_consent_preferences:Je(e.purposesConsent),purpose_legitimate_interests_preferences:Je(e.purposesLegint),special_feature_preferences:Je(e.specialFeatures),vendor_consent_preferences:Je(s),vendor_legitimate_interests_preferences:Je(n),system_consent_preferences:Je(i),system_legitimate_interests_preferences:Je(o)}},Uu=(t,e,i,s,o)=>$u(void 0,null,function*(){var n;const r=yield Pu({tcStringPreferences:i,experience:s}),a=Ke(be({},t),{fides_string:r,tcf_consent:to(e),tcf_version_hash:(n=s.meta)==null?void 0:n.version_hash});return o&&(a.consent=xi(o)),a}),Bu=t=>{const e=["purposes","specialFeatures"],i=[];return e.forEach(s=>{const o=t[s];Object.keys(o).forEach(n=>{i.push(o[n].name.trim())})}),i},Gu=(t,e)=>!t||!e?[]:t.map(i=>{var s;const o=le(e.includes(i.id),i.consent_mechanism);return new Xe(i,o,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),Hu=({purposes:t,customPurposes:e})=>{const{i18n:i}=R();return t!=null&&t.length?u("div",{id:"fides-tcf-banner-inner","data-testid":"fides-tcf-banner-supplemental",className:"fides-banner__supplemental fides-banner__col"},!!i.t("exp.purpose_header")&&i.t("exp.purpose_header")!=="exp.purpose_header"&&u("div",{className:"fides-banner-heading"},u("h2",{id:"fides-banner-subtitle","data-testid":"fides-banner-subtitle",className:"fides-banner-title"},i.t("exp.purpose_header"))),u("div",{className:"fides-banner__content"},u("ul",{className:"fides-banner__purpose-list"},e?.map(s=>u("li",{key:s,className:"fides-banner__purpose-item"},s)),t.map(s=>u("li",{key:s,className:"fides-banner__purpose-item"},s))))):null},pr=({experience:t,onManagePreferencesClick:e,onRejectAll:i,onAcceptAll:s,renderFirstButton:o,isInModal:n,options:r})=>{if(!t.experience_config)return null;const a=Object.keys(t.gvl||{}).length===0;return u(Dn,{availableLocales:t.available_locales,onManagePreferencesClick:e,onAcceptAll:s,onRejectAll:i,renderFirstButton:o,isInModal:n,hideRejectAll:!n&&t.experience_config.layer1_button_options===kt.OPT_IN_ONLY,options:r,isTCF:!0,isMinimalTCF:t.minimal_tcf,isGVLLoading:a})},ns=({title:t,children:e})=>u("div",{className:"fides-info-box"},t?u("p",{className:"fides-gpc-header"},t):null,e),fr=10,qu=t=>{const e=[];for(let i=0;i<t.length;i+=10)e.push(t.slice(i,i+10));return e},vr=t=>{const[e,i]=q(1),s=qu(t),o=s.length,n=e>=o,r=e<=1,a=()=>{n||i(e+1)},c=()=>{r||i(e-1)},l=e===1?1:(e-1)*fr+1,p=e===o?t.length:e*fr;return{activeChunk:s[e-1],totalPages:s.length,nextPage:a,previousPage:c,disableNext:n,disablePrevious:r,rangeStart:l,rangeEnd:p,totalItems:t.length}},Ku=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},u("path",{d:"m5.914 6 2.475 2.475-.707.707L4.5 6l3.182-3.182.707.707L5.914 6Z"})),Yu=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},u("path",{d:"M7.086 6 4.61 3.525l.707-.707L8.5 6 5.318 9.182l-.707-.707L7.086 6Z"})),gr=({nextPage:t,previousPage:e,rangeStart:i,rangeEnd:s,disableNext:o,disablePrevious:n,totalItems:r})=>u("div",{className:"fides-paging-buttons"},u("span",{className:"fides-paging-info"},i,"-",s," / ",r),u("div",{className:"fides-flex-center"},u("button",{className:"fides-paging-previous-button",type:"button",onClick:e,disabled:n,"aria-label":"Previous page"},u(Ku,null)),u("button",{className:"fides-paging-next-button",type:"button",onClick:t,disabled:o,"aria-label":"Next page"},u(Yu,null))));var Wu=Object.defineProperty,ni=Object.getOwnPropertySymbols,_r=Object.prototype.hasOwnProperty,mr=Object.prototype.propertyIsEnumerable,hr=(t,e,i)=>e in t?Wu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ju=(t,e)=>{for(var i in e||(e={}))_r.call(e,i)&&hr(t,i,e[i]);if(ni)for(var i of ni(e))mr.call(e,i)&&hr(t,i,e[i]);return t},Zu=(t,e)=>{var i={};for(var s in t)_r.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&ni)for(var s of ni(t))e.indexOf(s)<0&&mr.call(t,s)&&(i[s]=t[s]);return i};const br=({vendors:t})=>{const{i18n:e}=R(),i=vr(t),{activeChunk:s,totalPages:o}=i,n=Zu(i,["activeChunk","totalPages"]);return s.length?u("p",{className:"fides-tcf-toggle-content fides-background-dark fides-tcf-purpose-vendor"},u("span",{className:"fides-tcf-purpose-vendor-title"},e.t("static.tcf.vendors"),u("span",null,t.length," ",e.t("static.tcf.vendors_count"))),u("ul",{className:"fides-tcf-purpose-vendor-list"},s.map(r=>u("li",{key:r.id},r.name))),o>1?u(gr,Ju({},n)):null):null},st=({items:t,type:e,title:i,enabledIds:s,renderToggleChild:o,renderBadgeLabel:n,onToggle:r,hideToggles:a})=>{const{i18n:c}=R();if(t.length===0)return null;const l=(f,g)=>{const _=`${f.id}`;s.indexOf(_)!==-1?r(s.filter(m=>m!==_),f,g):r([...s,_],f,g)};let p,d;Vt(c)===ee&&(p="On",d="Off");const v=f=>e==="vendors"||f.notice_key?f.name:c.t(`exp.tcf.${e}.${f.id}.name`);return u("div",{"data-testid":`records-list-${e}`},u("div",{className:"fides-record-header"},i),t.map(f=>{var g;return u(Jn,{key:f.id,title:((g=f.bestTranslation)==null?void 0:g.title)||v(f),noticeKey:`${f.id}`,onToggle:(_,m)=>{l(f,m)},checked:s.indexOf(`${f.id}`)!==-1,badge:n?n(f):void 0,includeToggle:!a,onLabel:p,offLabel:d,disabled:f.disabled},o?o(f,!!f.bestTranslation):"")}))},yr=({type:t,feature:e})=>{const{i18n:i}=R(),s=[...e.vendors||[],...e.systems||[]];return u("div",null,u("p",{className:"fides-tcf-toggle-content"},i.t(`exp.tcf.${t}.${e.id}.description`)),u(br,{vendors:s}))},Qu=({allFeatures:t,allSpecialFeatures:e,enabledFeatureIds:i,enabledSpecialFeatureIds:s,onChange:o})=>{const{i18n:n}=R();return u("div",null,u(st,{type:"features",title:n.t("static.tcf.features"),items:t??[],enabledIds:i,onToggle:()=>{},renderToggleChild:r=>u(yr,{type:"features",feature:r}),hideToggles:!0}),u(st,{type:"specialFeatures",title:n.t("static.tcf.special_features"),items:e??[],enabledIds:s,onToggle:(r,a,c)=>o({newEnabledIds:r,modelType:"specialFeatures"},c,{key:`tcf_special_feature_${a.id}`,type:"tcf_special_feature"}),renderToggleChild:r=>u(yr,{type:"specialFeatures",feature:r})}))};var Xu=Object.defineProperty,ep=Object.defineProperties,tp=Object.getOwnPropertyDescriptors,kr=Object.getOwnPropertySymbols,ip=Object.prototype.hasOwnProperty,sp=Object.prototype.propertyIsEnumerable,Cr=(t,e,i)=>e in t?Xu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,rs=(t,e)=>{for(var i in e||(e={}))ip.call(e,i)&&Cr(t,i,e[i]);if(kr)for(var i of kr(e))sp.call(e,i)&&Cr(t,i,e[i]);return t},op=(t,e)=>ep(t,tp(e));const np=({consentPurposes:t=[],legintPurposes:e=[]})=>{const i=Array.from(new Set([...t.map(o=>o.id),...e.map(o=>o.id)])).sort((o,n)=>o-n),s=[];return i.forEach(o=>{const n=t.find(a=>a.id===o),r=e.find(a=>a.id===o);if(n||r){const a=rs(rs({},n),r);s.push(op(rs({},a),{id:o,isConsent:!!n,isLegint:!!r}))}}),{uniquePurposeIds:i,uniquePurposes:s}},wr=(t,e)=>{const{legal_bases:i}=t;return i?!!i.find(s=>s===e.toString()):!1},Er=({active:t,options:e,onChange:i})=>{const{i18n:s}=R(),o=n=>{i(n)};return u("div",{className:"fides-radio-button-group"},e.map(n=>{const r=n.value===t.value;return u("button",{key:n.value,role:"radio",type:"button","aria-checked":r,onClick:()=>o(n),className:"fides-radio-button"},s.t(n.i18nMessageID))}))};var rp=Object.defineProperty,ap=Object.defineProperties,cp=Object.getOwnPropertyDescriptors,xr=Object.getOwnPropertySymbols,lp=Object.prototype.hasOwnProperty,dp=Object.prototype.propertyIsEnumerable,jr=(t,e,i)=>e in t?rp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,up=(t,e)=>{for(var i in e||(e={}))lp.call(e,i)&&jr(t,i,e[i]);if(xr)for(var i of xr(e))dp.call(e,i)&&jr(t,i,e[i]);return t},pp=(t,e)=>ap(t,cp(e));const Ir=({type:t,purpose:e,isCustomPurpose:i=!1})=>{var s;const{i18n:o}=R();if(i)return e=e,u("div",null,u("p",{className:"fides-tcf-toggle-content"},(s=e.bestTranslation)==null?void 0:s.description));e=e;const n=[...e.vendors||[],...e.systems||[]];return u("div",null,u("p",{className:"fides-tcf-toggle-content"},o.t(`exp.tcf.${t}.${e.id}.description`)),e.illustrations.map((r,a)=>u("p",{key:r,className:"fides-tcf-illustration fides-background-dark"},o.t(`exp.tcf.${t}.${e.id}.illustrations.${a}`))),u(br,{vendors:n}))},fp=({allPurposesConsent:t=[],allCustomPurposesConsent:e=[],allPurposesLegint:i=[],allSpecialPurposes:s,enabledPurposeConsentIds:o,enabledCustomPurposeConsentIds:n,enabledPurposeLegintIds:r,enabledSpecialPurposeIds:a,onChange:c})=>{const{i18n:l}=R(),{uniquePurposes:p}=ie(()=>np({consentPurposes:t,legintPurposes:i}),[t,i]),[d,v]=q(Lt[0]),f=ie(()=>{const _=s??[];return d.value===je.CONSENT.toString()?{purposes:p.filter(m=>m.isConsent),customPurposes:e.map(m=>pp(up({},m),{disabled:m.disabled})),purposeModelType:"purposesConsent",enabledPurposeIds:o,enabledCustomPurposeIds:n,specialPurposes:_.filter(m=>wr(m,je.CONSENT)),enabledSpecialPurposeIds:a}:{purposes:p.filter(m=>m.isLegint),purposeModelType:"purposesLegint",enabledPurposeIds:r,specialPurposes:_.filter(m=>wr(m,je.LEGITIMATE_INTERESTS)),enabledSpecialPurposeIds:a}},[s,d,p,r,a,e,o,n]),g=(_,m,b,y)=>{let E,w;_==="customPurposesConsent"?(E="notice",w=b.notice_key):_==="purposesConsent"?(E="tcf_purpose_consent",w=`${E}_${b.id}`):(E="tcf_purpose_legitimate_interest",w=`${E}_${b.id}`),c({newEnabledIds:m,modelType:_},y,{key:w,type:E})};return u("div",null,u(Er,{options:Lt,active:d,onChange:v}),u(st,{type:"purposes",title:l.t("static.tcf.purposes"),items:f.customPurposes?[...f.customPurposes,...f.purposes]:f.purposes,enabledIds:f.enabledCustomPurposeIds?[...f.enabledCustomPurposeIds,...f.enabledPurposeIds]:f.enabledPurposeIds,onToggle:(_,m,b)=>{const y="bestTranslation"in m?"customPurposesConsent":f.purposeModelType;let E=_;y==="customPurposesConsent"?E=_.filter(w=>!f.enabledPurposeIds.includes(w)):f.enabledCustomPurposeIds&&(E=_.filter(w=>{var O;return!((O=f.enabledCustomPurposeIds)!=null&&O.includes(w))})),g(y,E,m,b)},renderToggleChild:(_,m)=>u(Ir,{type:"purposes",purpose:_,isCustomPurpose:m}),renderBadgeLabel:_=>{if(f.customPurposes)return _.bestTranslation?"":"IAB TCF"},key:`purpose-record-${d.value}`}),u(st,{type:"specialPurposes",title:l.t("static.tcf.special_purposes"),items:f.specialPurposes,enabledIds:f.enabledSpecialPurposeIds,onToggle:(_,m,b)=>g("specialPurposes",_,m,b),renderToggleChild:_=>u(Ir,{type:"specialPurposes",purpose:_}),hideToggles:!0,key:`special-purpose-record-${d.value}`}))},Pr=({href:t,children:e})=>u("a",{href:t,className:"fides-external-link",target:"_blank",rel:"noopener noreferrer"},e);var vp=Object.defineProperty,ri=Object.getOwnPropertySymbols,Or=Object.prototype.hasOwnProperty,Sr=Object.prototype.propertyIsEnumerable,Ar=(t,e,i)=>e in t?vp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,gp=(t,e)=>{for(var i in e||(e={}))Or.call(e,i)&&Ar(t,i,e[i]);if(ri)for(var i of ri(e))Sr.call(e,i)&&Ar(t,i,e[i]);return t},_p=(t,e)=>{var i={};for(var s in t)Or.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&ri)for(var s of ri(t))e.indexOf(s)<0&&Sr.call(t,s)&&(i[s]=t[s]);return i};const ai=({type:t,label:e,lineItems:i})=>{const{i18n:s}=R();if(!i||i.length===0)return null;const o=i.some(n=>n.retention_period!=null);return u("table",{className:"fides-vendor-details-table"},u("thead",null,u("tr",null,u("th",{width:"80%"},e),o?u("th",{width:"20%",style:{textAlign:"right"}},s.t("static.tcf.retention")):null)),u("tbody",null,i.map(n=>u("tr",{key:n.id},u("td",null,s.t(`exp.tcf.${t}.${n.id}.name`)),o?u("td",{style:{textAlign:"right"}},n.retention_period?`${n.retention_period} ${s.t("static.tcf.retention_period_days")}`:"-"):null))))},mp=({purposes:t,specialPurposes:e})=>{const{i18n:i}=R(),s=t?t.length===0:!0,o=e?e.length===0:!0;return s&&o?null:u(ue,null,u(ai,{type:"purposes",label:i.t("static.tcf.purposes"),lineItems:t}),u(ai,{type:"specialPurposes",label:i.t("static.tcf.special_purposes"),lineItems:e}))},hp=({gvlVendor:t,dataCategories:e})=>{const{i18n:i}=R();if(!t||!e)return null;const s=t.dataDeclaration;return u("table",{className:"fides-vendor-details-table"},u("thead",null,u("tr",null,u("th",null,i.t("static.tcf.data_categories")))),u("tbody",null,s?.map(o=>u("tr",{key:o},u("td",null,i.t(`exp.tcf.dataCategories.${o}.name`))))))},bp=({vendor:t})=>{const{i18n:e}=R(),{name:i,uses_cookies:s,uses_non_cookie_access:o,cookie_max_age_seconds:n,cookie_refresh:r}=t;let a="";if(s){const c=n?Math.ceil(n/60/60/24):0;a+=`${i} ${e.t("static.tcf.cookie_disclosure.intro")} ${c}.`,r&&(a+=" "+e.t("static.tcf.cookie_disclosure.refresh")),o&&(a+=" "+e.t("static.tcf.cookie_disclosure.also_non_cookie"))}else o&&(a+=" "+e.t("static.tcf.cookie_disclosure.non_cookie"));return a===""||!a?null:u("p",null,a)},Tr=({vendor:t,experience:e})=>{var i;const{i18n:s}=R(),o=Me(t.id,e.gvl),n=(i=e.gvl)==null?void 0:i.dataCategories,r=t.privacy_policy_url||t.legitimate_interest_disclosure_url;return u(ue,null,u(bp,{vendor:t}),r&&u("div",null,t.privacy_policy_url&&u(Pr,{href:t.privacy_policy_url},s.t("static.tcf.privacy_policy")),t.legitimate_interest_disclosure_url&&u(Pr,{href:t.legitimate_interest_disclosure_url},s.t("static.tcf.legint_disclosure"))),u(mp,{purposes:[...t.purpose_consents||[],...t.purpose_legitimate_interests||[]],specialPurposes:t.special_purposes}),u(ai,{type:"features",label:s.t("static.tcf.features"),lineItems:t.features}),u(ai,{type:"specialFeatures",label:s.t("static.tcf.special_features"),lineItems:t.special_features}),u(hp,{gvlVendor:o,dataCategories:n}))},yp=({experience:t,vendors:e,enabledIds:i,onChange:s})=>{const{i18n:o}=R(),n=vr(e),{activeChunk:r}=n,a=_p(n,["activeChunk"]),{gvlVendors:c,otherVendors:l}=ie(()=>({gvlVendors:r?.filter(p=>p.isGvl),otherVendors:r?.filter(p=>!p.isGvl)}),[r]);return r?u(ue,null,u(st,{type:"vendors",title:o.t("static.tcf.vendors.iab"),items:c,enabledIds:i,onToggle:s,renderBadgeLabel:p=>Me(p.id,t.gvl)?"IAB TCF":void 0,renderToggleChild:p=>u(Tr,{vendor:p,experience:t})}),u(st,{type:"vendors",title:o.t("static.tcf.vendors.other"),items:l,enabledIds:i,onToggle:s,renderToggleChild:p=>u(Tr,{vendor:p,experience:t})}),u(gr,gp({},a))):null},kp=({experience:t,enabledVendorConsentIds:e,enabledVendorLegintIds:i,onChange:s})=>{const o=ie(()=>Va(t),[t]),[n,r]=q(Lt[0]),a=ie(()=>{const c=n.value===je.CONSENT.toString()?o.filter(l=>l.isConsent):o.filter(l=>l.isLegint);return[...c.filter(l=>l.isGvl),...c.filter(l=>!l.isGvl)]},[n,o]);return u("div",null,u(Er,{options:Lt,active:n,onChange:r}),u(yp,{experience:t,vendors:a,enabledIds:n.value===je.CONSENT.toString()?e:i,onChange:(c,l,p)=>{const d=n.value===je.CONSENT.toString()?"vendorsConsent":"vendorsLegint";let v;d==="vendorsConsent"?v="tcf_vendor_consent":v="tcf_vendor_legitimate_interest";const f={newEnabledIds:c,modelType:d},[g,_]=l.id.split("."),m={key:l.id,type:v,vendor_id:l.id,vendor_list:g,vendor_list_id:_,vendor_name:l.name};s(f,p,m)},key:`vendor-data-${n.value}`}))};var Cp=Object.defineProperty,wp=Object.defineProperties,Ep=Object.getOwnPropertyDescriptors,zr=Object.getOwnPropertySymbols,xp=Object.prototype.hasOwnProperty,jp=Object.prototype.propertyIsEnumerable,Lr=(t,e,i)=>e in t?Cp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ip=(t,e)=>{for(var i in e||(e={}))xp.call(e,i)&&Lr(t,i,e[i]);if(zr)for(var i of zr(e))jp.call(e,i)&&Lr(t,i,e[i]);return t},Pp=(t,e)=>wp(t,Ep(e));const Op="ArrowRight",Sp="ArrowLeft",Ap=({experience:t,customNotices:e,enabledIds:i,onChange:s,activeTabIndex:o,onTabChange:n})=>{const{i18n:r}=R(),a=G(({newEnabledIds:d,modelType:v},f,g)=>{const _=Pp(Ip({},i),{[v]:d});s(_,f,g)},[i,s]),c=[{name:r.t("static.tcf.purposes"),type:"purposes",content:u("div",null,u(ns,null,r.t("static.tcf.purposes.description")),u(fp,{allPurposesConsent:t.tcf_purpose_consents,allCustomPurposesConsent:e,allPurposesLegint:t.tcf_purpose_legitimate_interests,allSpecialPurposes:t.tcf_special_purposes,enabledPurposeConsentIds:i.purposesConsent,enabledCustomPurposeConsentIds:i.customPurposesConsent,enabledPurposeLegintIds:i.purposesLegint,enabledSpecialPurposeIds:i.specialPurposes,onChange:a}))},{name:r.t("static.tcf.features"),type:"features",content:u("div",null,u(ns,null,r.t("static.tcf.features.description")),u(Qu,{allFeatures:t.tcf_features,allSpecialFeatures:t.tcf_special_features,enabledFeatureIds:i.features,enabledSpecialFeatureIds:i.specialFeatures,onChange:a}))},{name:r.t("static.tcf.vendors"),type:"vendors",content:u("div",null,u(ns,null,r.t("static.tcf.vendors.description")),u(kp,{experience:t,enabledVendorConsentIds:i.vendorsConsent,enabledVendorLegintIds:i.vendorsLegint,onChange:a}))}],l=[Xt(null),Xt(null),Xt(null)],p=d=>{var v;let f;d.code===Op&&(d.preventDefault(),f=o===c.length-1?0:o+1),d.code===Sp&&(d.preventDefault(),f=o===0?c.length-1:o-1),f!=null&&(n(f),(v=l[f].current)==null||v.focus())};return u("div",{className:"fides-tabs"},u("ul",{role:"tablist",className:"fides-tab-list"},c.map(({name:d,type:v},f)=>u("li",{role:"presentation",key:v},u("button",{id:`fides-tab-${v}`,"aria-selected":f===o,onClick:()=>{n(f)},role:"tab",type:"button",className:"fides-tab-button",tabIndex:f===o?void 0:-1,onKeyDown:p,ref:l[f]},d)))),u("div",{className:"tabpanel-container"},c.map(({type:d,content:v},f)=>u("section",{role:"tabpanel",id:`fides-panel-${d}`,"aria-labelledby":`fides-tab-${d}`,tabIndex:-1,hidden:f!==o,key:d},v))))};var Tp=Object.defineProperty,zp=Object.defineProperties,Lp=Object.getOwnPropertyDescriptors,Nr=Object.getOwnPropertySymbols,Np=Object.prototype.hasOwnProperty,$p=Object.prototype.propertyIsEnumerable,$r=(t,e,i)=>e in t?Tp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,mt=(t,e)=>{for(var i in e||(e={}))Np.call(e,i)&&$r(t,i,e[i]);if(Nr)for(var i of Nr(e))$p.call(e,i)&&$r(t,i,e[i]);return t},Fp=(t,e)=>zp(t,Lp(e)),Dp=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const Se=t=>t?t.map(e=>`${e.id}`):[],Rp=({options:t,experienceMinimal:e,fidesRegionString:i,cookie:s,savedConsent:o,propertyId:n,translationOverrides:r})=>{var a,c,l,p;const{i18n:d,currentLocale:v,setCurrentLocale:f,setIsLoading:g}=R(),_=$e(),m=(l=(c=(a=e?.experience_config)==null?void 0:a.translations)==null?void 0:c[0])==null?void 0:l.language,b=d.getDefaultLocale(),y=ko(navigator,t.fidesLocale,d.getDefaultLocale()),E=Co(y,e.available_locales||[],d.getDefaultLocale());B(()=>{v||f(m)},[v,m,f]);const{gvlTranslations:w,setGvlTranslations:O}=Yl(),[Y,se]=q(!1),ne=S=>Dp(void 0,null,function*(){const z=yield jo(t.fidesApiUrl,[S]);z&&(O(z[S]),yo(d,z,[S]),fidesDebugger(`Fides GVL translations loaded for ${S}`))}),D=ie(()=>(e.privacy_notices||[]).map(S=>{var z,$;const M=S.consent_mechanism===oe.NOTICE_ONLY||(($=(z=t.fidesDisabledNotices)==null?void 0:z.includes(S.notice_key))!=null?$:!1)||S.disabled,re=Si(d,S);return Fp(mt({},S),{bestTranslation:re,disabled:M})}),[e.privacy_notices,d,v]),[x,I]=q();B(()=>{y&&E!==m&&(fidesDebugger(`Best locale does not match minimal experience locale (${m})
|
12
|
-
Loading translations from full experience = ${E}`),g(!0)),y&&E!==ee&&(se(!0),ne(E).then(()=>{se(!1)})),fidesDebugger("Fetching full TCF experience..."),xo({userLocationString:i,fidesApiUrl:t.fidesApiUrl,apiOptions:t.apiOptions,propertyId:n,requestMinimalTCF:!1}).then(S=>{if(Re(S)){const z=os(S,s);if(_i(S)){const $=mt(mt({},S),z);window.Fides.experience=mt(mt({},window.Fides.experience),$),window.Fides.experience.minimal_tcf=!1,I($)}}})},[]);const{setVendorCount:A}=Sl(),[N,W]=q(Nt);B(()=>{x&&(ho(d,x,r),!y||E===b?bo(d,x):(f(E),Y||g(!1)))},[x]),B(()=>{if(x){const{tcf_purpose_consents:S=[],privacy_notices:z=[],tcf_purpose_legitimate_interests:$=[],tcf_special_purposes:M=[],tcf_features:re=[],tcf_special_features:li=[],tcf_vendor_consents:bt=[],tcf_vendor_legitimate_interests:H=[],tcf_system_consents:di=[],tcf_system_legitimate_interests:ae=[]}=x;W({purposesConsent:Ye(S),customPurposesConsent:ur(z),purposesLegint:Ye($),specialPurposes:Ye(M),features:Ye(re),specialFeatures:Ye(li),vendorsConsent:Ye([...bt,...di]),vendorsLegint:Ye([...H,...ae])})}else{const S=Nt;e!=null&&e.privacy_notices&&(S.customPurposesConsent=ur(e.privacy_notices)),W(S)}},[x,e]),B(()=>{e.vendor_count&&A&&A(e.vendor_count)},[e,A]);const J=ie(()=>{const S=x?.experience_config||e.experience_config;if(S){const z=Mt(d,S);return z?.privacy_experience_config_history_id}},[e,x,d]),Te=ie(()=>D.map(S=>{var z;return((z=S.bestTranslation)==null?void 0:z.title)||S.name}),[D]),ot=ie(()=>{if(w)return Bu(w);const S=e?.tcf_purpose_names||[],z=e?.tcf_special_feature_names||[];return[...S,...z]},[e,w]),ht=Du(x||e),{servedNoticeHistoryId:ci}=vn({privacyExperienceConfigHistoryId:J,privacyNoticeHistoryIds:D.reduce((S,z)=>{var $;const M=($=z.bestTranslation)==null?void 0:$.privacy_notice_history_id;return M&&S.push(M),S},[]),options:t,userGeography:i,acknowledgeMode:!1,privacyExperience:x||e,tcfNoticesServed:ht}),Ze=G((S,z)=>{if(!x&&!e)return;let $;!x&&e!=null&&e.minimal_tcf?$=Mu({experience:e,enabledIds:z}):$=Vu({experience:x,enabledIds:z});const M=Gu(D,z.customPurposesConsent);Ti({consentPreferencesToSave:M,privacyExperienceConfigHistoryId:J,experience:x||e,consentMethod:S,options:t,userLocationString:i,cookie:s,tcf:$,servedNoticeHistoryId:ci,updateCookie:re=>Uu(re,$,z,x||e,M)}),W(z)},[s,x,e,i,t,J,D,ci]),ds=G(S=>{var z,$,M,re,li;let bt,H=x||e;const di=D.filter(ae=>!ae.disabled||N.customPurposesConsent.includes(ae.id));H.minimal_tcf?(H=e,bt={purposesConsent:((z=H.tcf_purpose_consent_ids)==null?void 0:z.map(ae=>`${ae}`))||[],customPurposesConsent:Se(di)||[],purposesLegint:(($=H.tcf_purpose_legitimate_interest_ids)==null?void 0:$.map(ae=>`${ae}`))||[],specialPurposes:((M=H.tcf_special_purpose_ids)==null?void 0:M.map(ae=>`${ae}`))||[],features:((re=H.tcf_feature_ids)==null?void 0:re.map(ae=>`${ae}`))||[],specialFeatures:((li=H.tcf_special_feature_ids)==null?void 0:li.map(ae=>`${ae}`))||[],vendorsConsent:[...H.tcf_vendor_consent_ids||[],...H.tcf_system_consent_ids||[]],vendorsLegint:[...H.tcf_vendor_legitimate_interest_ids||[],...H.tcf_system_legitimate_interest_ids||[]]}):(H=x,bt={purposesConsent:Se(H.tcf_purpose_consents),customPurposesConsent:Se(di),purposesLegint:Se(H.tcf_purpose_legitimate_interests),specialPurposes:Se(H.tcf_special_purposes),features:Se(H.tcf_features),specialFeatures:Se(H.tcf_special_features),vendorsConsent:Se([...H.tcf_vendor_consents||[],...H.tcf_system_consents||[]]),vendorsLegint:Se([...H.tcf_vendor_legitimate_interests||[],...H.tcf_system_legitimate_interests||[]])}),Ze(S?F.SCRIPT:F.ACCEPT,bt)},[N.customPurposesConsent,x,e,Ze,D]),us=G(S=>{var z,$;const M=Nt;M.customPurposesConsent=(z=D.filter(re=>re.consent_mechanism===oe.NOTICE_ONLY||re.disabled&&N.customPurposesConsent.includes(re.id)).map(re=>re.id))!=null?z:Nt,(($=x?.experience_config)==null?void 0:$.reject_all_mechanism)===vi.REJECT_CONSENT_ONLY&&(M.purposesLegint=N.purposesLegint,fidesDebugger("Reject all mechanism is set to 'Reject Consent Only'. Ignoring legitimate interests during opt out.",M,N)),Ze(S?F.SCRIPT:F.REJECT,M)},[N,(p=x?.experience_config)==null?void 0:p.reject_all_mechanism,Ze,D]);B(()=>{t.fidesConsentOverride===F.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),ds(!0)):t.fidesConsentOverride===F.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),us(!0))},[t.fidesConsentOverride]);const[Hf,ps]=q(0),qf=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:De.TCF_BANNER})},[s,t.debug]),Kf=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:De.TCF_OVERLAY})},[s,t.debug]),Br=G(()=>{Ft(_?.consent)||Ze(F.DISMISS,N)},[Ze,N,_?.consent]),Gr=x?.experience_config||e.experience_config;if(!Gr)return fidesDebugger("No experience config found"),null;const Hr=!!Gr.dismissable;return u(qn,{options:t,experience:x||e,cookie:s,savedConsent:o,onVendorPageClick:()=>{ps(2)},isUiBlocking:!Hr,onOpen:Kf,onDismiss:Br,renderBanner:({isEmbedded:S,isOpen:z,onClose:$,onManagePreferencesClick:M})=>u(Cn,{dismissable:Hr,bannerIsOpen:z,isEmbedded:S,onOpen:qf,onClose:()=>{Br(),$()},onVendorPageClick:()=>{M(),ps(2)},renderButtonGroup:()=>u(pr,{experience:x||e,onManagePreferencesClick:M,onAcceptAll:()=>{ds(),$()},onRejectAll:()=>{us(),$()},options:t}),className:"fides-tcf-banner-container"},u(Hu,{purposes:ot,customPurposes:Te})),renderModalContent:x?()=>u(Ap,{experience:x,customNotices:D,enabledIds:N,onChange:(S,z,$)=>{const M={servingComponent:"modal",trigger:z,preference:$};W(S),te("FidesUIChanged",s,t.debug,M)},activeTabIndex:Hf,onTabChange:ps}):void 0,renderModalFooter:x?({onClose:S})=>{const z=($,M)=>{Ze($,M),S()};return u(pr,{experience:x,onAcceptAll:()=>{ds(),S()},onRejectAll:()=>{us(),S()},renderFirstButton:()=>u(Ge,{buttonType:ve.SECONDARY,label:d.t("exp.save_button_label"),onClick:()=>z(F.SAVE,N),className:"fides-save-button"}),isInModal:!0,options:t})}:void 0})};var Vp={"static.tcf.consent":"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629","static.tcf.cookie_disclosure.also_non_cookie":'\u064A\u0633\u062A\u062E\u062F\u0645 \u0647\u0630\u0627 \u0627\u0644\u0628\u0627\u0626\u0639 \u0623\u064A\u0636\u064B\u0627 \u0637\u0631\u0642\u064B\u0627 \u0623\u062E\u0631\u0649 \u0645\u062B\u0644 "\u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u062D\u0644\u064A" \u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627.',"static.tcf.cookie_disclosure.intro":"\u064A\u062E\u0632\u0646 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0644\u0645\u062F\u0629 \u0623\u0642\u0635\u0627\u0647\u0627 \u0639\u062F\u0629 \u0623\u064A\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627:","static.tcf.cookie_disclosure.non_cookie":'\u064A\u0633\u062A\u062E\u062F\u0645 \u0637\u0631\u0642\u064B\u0627 \u0645\u062B\u0644 "\u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u062D\u0644\u064A" \u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627.',"static.tcf.cookie_disclosure.refresh":"\u0642\u062F \u062A\u064F\u062D\u062F\u0651\u062B \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0647\u0630\u0647.","static.tcf.data_categories":"\u0641\u0626\u0627\u062A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A","static.tcf.features":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A","static.tcf.features.description":"\u0633\u062A\u062C\u062F \u0623\u062F\u0646\u0627\u0647 \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u064F\u0639\u0627\u0644\u062C \u0628\u064A\u0627\u0646\u0627\u062A\u0643 \u0645\u0646 \u0623\u062C\u0644\u0647\u0627. \u064A\u062C\u0648\u0632 \u0644\u0643 \u0645\u0645\u0627\u0631\u0633\u0629 \u062D\u0642\u0648\u0642\u0643 \u0644\u0645\u064A\u0632\u0627\u062A \u062E\u0627\u0635\u0629 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0623\u062F\u0646\u0627\u0647.","static.tcf.legint":"\u0645\u0635\u0644\u062D\u0629 \u0645\u0634\u0631\u0648\u0639\u0629","static.tcf.legint_disclosure":"\u0627\u0644\u0625\u0641\u0635\u0627\u062D \u0639\u0646 \u0627\u0644\u0641\u0627\u0626\u062F\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0629","static.tcf.privacy_policy":"\u0633\u064A\u0627\u0633\u0629 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629","static.tcf.purposes":"\u0627\u0644\u0623\u063A\u0631\u0627\u0636","static.tcf.purposes.description":"\u0633\u062A\u062C\u062F \u0623\u062F\u0646\u0627\u0647 \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0623\u063A\u0631\u0627\u0636 \u0648\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629 \u0627\u0644\u062A\u064A \u062A\u064F\u0639\u0627\u0644\u062C \u0628\u064A\u0627\u0646\u0627\u062A\u0643 \u0645\u0646 \u0623\u062C\u0644\u0647\u0627. \u064A\u062C\u0648\u0632 \u0644\u0643 \u0645\u0645\u0627\u0631\u0633\u0629 \u062D\u0642\u0648\u0642\u0643 \u0644\u0623\u063A\u0631\u0627\u0636 \u0645\u062D\u062F\u062F\u0629 \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0623\u0648 \u0627\u0644\u0645\u0635\u0644\u062D\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0629 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0623\u062F\u0646\u0627\u0647.","static.tcf.retention":"\u0627\u0644\u062D\u0641\u0638","static.tcf.retention_period_days":"\u064A\u0648\u0645 (\u0623\u064A\u0627\u0645)","static.tcf.special_features":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629","static.tcf.special_purposes":"\u0623\u063A\u0631\u0627\u0636 \u062E\u0627\u0635\u0629","static.tcf.vendors":"\u0627\u0644\u0645\u0648\u0631\u062F\u0648\u0646","static.tcf.vendors.description":"\u0633\u062A\u062C\u062F \u0623\u062F\u0646\u0627\u0647 \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u0648\u0631\u062F\u064A\u0646 \u0627\u0644\u0630\u064A\u0646 \u064A\u0639\u0627\u0644\u062C\u0648\u0646 \u0628\u064A\u0627\u0646\u0627\u062A\u0643 \u0648\u0623\u063A\u0631\u0627\u0636 \u0623\u0648 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0645\u0639\u0627\u0644\u062C\u0629 \u0627\u0644\u062A\u064A \u064A\u0639\u0644\u0646\u0648\u0646\u0647\u0627. \u064A\u062C\u0648\u0632 \u0644\u0643 \u0645\u0645\u0627\u0631\u0633\u0629 \u062D\u0642\u0648\u0642\u0643 \u0645\u0639 \u0643\u0644 \u0628\u0627\u0626\u0639 \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0627\u0633 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064A \u0627\u0644\u0630\u064A \u064A\u0624\u0643\u062F\u0647.","static.tcf.vendors.iab":"\u0628\u0627\u0626\u0639\u0648\u0646 IAB TCF","static.tcf.vendors.other":"\u0628\u0627\u0626\u0639\u0648\u0646 \u0622\u062E\u0631\u0648\u0646","static.tcf.vendors_count":"\u0628\u0627\u0626\u0639 (\u0628\u0627\u0626\u0639\u0648\u0646)","static.tcf.vendors_using_consent":"\u0627\u0644\u0628\u0627\u0626\u0639\u0648\u0646 \u0627\u0644\u0630\u064A\u0646 \u064A\u0633\u062A\u062E\u062F\u0645\u0648\u0646 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629","static.tcf.vendors_using_legint":"\u0627\u0644\u0628\u0627\u0626\u0639\u0648\u0646 \u0627\u0644\u0630\u064A\u0646 \u064A\u0633\u062A\u062E\u062F\u0645\u0648\u0646 \u0627\u0644\u0645\u0635\u0644\u062D\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0629"},Mp={"static.tcf.consent":"\u0421\u044A\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\u0422\u043E\u0437\u0438 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u043A \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u0438 \u0434\u0440\u0443\u0433\u0438 \u043C\u0435\u0442\u043E\u0434\u0438 \u043A\u0430\u0442\u043E \u201C\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u044A\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u201D, \u0437\u0430 \u0434\u0430 \u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430 \u0438 \u0434\u0430 \u043F\u043E\u043B\u0443\u0447\u0430\u0432\u0430 \u0434\u043E\u0441\u0442\u044A\u043F \u0434\u043E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0412\u0430\u0448\u0435\u0442\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E.","static.tcf.cookie_disclosure.intro":"\u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430 \u201C\u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438\u201D \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0430 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442 \u043E\u043A\u043E\u043B\u043E \u0442\u043E\u0437\u0438 \u0431\u0440\u043E\u0439 \u0434\u043D\u0438:","static.tcf.cookie_disclosure.non_cookie":"\u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u043C\u0435\u0442\u043E\u0434\u0438 \u043A\u0430\u0442\u043E \u201C\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u044A\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u201D \u0437\u0430 \u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430\u043D\u0435 \u0438 \u0434\u043E\u0441\u0442\u044A\u043F \u0434\u043E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0412\u0430\u0448\u0435\u0442\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E.","static.tcf.cookie_disclosure.refresh":"\u0422\u0435\u0437\u0438 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438 \u043C\u043E\u0433\u0430\u0442 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u043E\u043F\u0440\u0435\u0441\u043D\u0435\u043D\u0438.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438 \u0434\u0430\u043D\u043D\u0438","static.tcf.features":"\u0424\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.features.description":"\u041F\u043E-\u0434\u043E\u043B\u0443 \u0449\u0435 \u043D\u0430\u043C\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u0438\u0442\u0435, \u0437\u0430 \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0432\u0430\u0442 \u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0436\u043D\u044F\u0432\u0430\u0442\u0435 \u043F\u0440\u0430\u0432\u0430\u0442\u0430 \u0441\u0438 \u0437\u0430 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u0430\u0442\u043E \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u0442\u0435\u043B\u0438\u0442\u0435 \u043F\u043E-\u0434\u043E\u043B\u0443.","static.tcf.legint":"\u0417\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u0417\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441 \u0437\u0430 \u043E\u043F\u043E\u0432\u0435\u0441\u0442\u044F\u0432\u0430\u043D\u0435","static.tcf.privacy_policy":"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u0437\u0430 \u0437\u0430\u0449\u0438\u0442\u0430 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.tcf.purposes":"\u0426\u0435\u043B\u0438","static.tcf.purposes.description":"\u041F\u043E-\u0434\u043E\u043B\u0443 \u0449\u0435 \u043D\u0430\u043C\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u0446\u0435\u043B\u0438\u0442\u0435 \u0438 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u0437\u0430 \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0432\u0430\u0442 \u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0436\u043D\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0430\u0442\u0430 \u0441\u0438 \u0437\u0430 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u0438 \u0446\u0435\u043B\u0438, \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438 \u043D\u0430 \u0441\u044A\u0433\u043B\u0430\u0441\u0438\u0435 \u0438\u043B\u0438 \u0437\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441, \u043A\u0430\u0442\u043E \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u0442\u0435\u043B\u0438\u0442\u0435 \u043F\u043E-\u0434\u043E\u043B\u0443.","static.tcf.retention":"\u0421\u044A\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435","static.tcf.retention_period_days":"\u0434\u0435\u043D(\u0434\u043D\u0438)","static.tcf.special_features":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.special_purposes":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0446\u0435\u043B\u0438","static.tcf.vendors":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438","static.tcf.vendors.description":"\u041F\u043E-\u0434\u043E\u043B\u0443 \u0449\u0435 \u043D\u0430\u043C\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438\u0442\u0435, \u043A\u043E\u0438\u0442\u043E \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0432\u0430\u0442 \u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438, \u043A\u0430\u043A\u0442\u043E \u0438 \u0446\u0435\u043B\u0438\u0442\u0435 \u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438\u0442\u0435 \u043D\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430\u0442\u0430, \u043A\u043E\u0438\u0442\u043E \u0442\u0435 \u0434\u0435\u043A\u043B\u0430\u0440\u0438\u0440\u0430\u0442. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0436\u043D\u044F\u0432\u0430\u0442\u0435 \u043F\u0440\u0430\u0432\u0430\u0442\u0430 \u0441\u0438 \u0437\u0430 \u0432\u0441\u0435\u043A\u0438 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u043A \u0432\u044A\u0437 \u043E\u0441\u043D\u043E\u0432\u0430 \u043D\u0430 \u043F\u0440\u0430\u0432\u043D\u043E\u0442\u043E \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438\u0435, \u043A\u043E\u0435\u0442\u043E \u0442\u043E\u0439 \u0437\u0430\u044F\u0432\u044F\u0432\u0430.","static.tcf.vendors.iab":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438 \u043D\u0430 IAB TCF","static.tcf.vendors.other":"\u0414\u0440\u0443\u0433\u0438 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438","static.tcf.vendors_count":"\u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u043A(\u0446\u0438)","static.tcf.vendors_using_consent":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0449\u0438 \u0441\u044A\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.vendors_using_legint":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0449\u0438 \u0437\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441"},Up={"static.tcf.consent":"Pristanak","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\u010D tako\u0111er koristi druge metode kao \u0161to je \u201Elokalna pohrana\u201C za pohranjivanje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.intro":"pohranjuje kola\u010Di\u0107e s maksimalnim trajanjem od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \u0161to je \u201Elokalna pohrana\u201C za pohranjivanje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\u010Di\u0107i mogu biti osvje\u017Eeni.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Funkcije","static.tcf.features.description":"U nastavku \u0107ete prona\u0107i popis funkcija za koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti za odre\u0111ene funkcije koriste\u0107i prekida\u010De date dolje.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Objavljivanje legitimnog interesa","static.tcf.privacy_policy":"Politika privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku \u0107ete prona\u0107i popis svrha i posebnih funkcija za koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti za odre\u0111ene svrhe, a na osnovu pristanka ili legitimnog interesa, koriste\u0107i prekida\u010De date dolje.","static.tcf.retention":"Zadr\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Dobavlja\u010Di","static.tcf.vendors.description":"U nastavku \u0107ete prona\u0107i popis dobavlja\u010Da koji obra\u0111uju va\u0161e podatke, kao i svrhe ili funkcije obrade koje oni deklari\u0161u. Svoja prava mo\u017Eete ostvariti za svakog dobavlja\u010Da na bazi pravne osnove koju oni izjavljuju.","static.tcf.vendors.iab":"IAB TCF dobavlja\u010Di","static.tcf.vendors.other":"Ostali dobavlja\u010Di","static.tcf.vendors_count":"dobavlja\u010D(i)","static.tcf.vendors_using_consent":"Dobavlja\u010Di koriste pristanak","static.tcf.vendors_using_legint":"Dobavlja\u010Di koriste legitimni interes"},Bp={"static.tcf.consent":"Consentiment","static.tcf.cookie_disclosure.also_non_cookie":"Aquest prove\xEFdor tamb\xE9 utilitza altres m\xE8todes, com ara l\u2019 \u201Cemmagatzematge local\u201D, per emmagatzemar i accedir a la informaci\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.intro":"emmagatzema galetes amb una durada m\xE0xima d\u2019aproximadament aquest nombre de dies:","static.tcf.cookie_disclosure.non_cookie":"utilitza m\xE8todes com ara l\u2019\u201Cemmagatzematge local\u201D per emmagatzemar i accedir a la informaci\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.refresh":"Aquestes galetes es poden actualitzar.","static.tcf.data_categories":"Categories de dades","static.tcf.features":"Caracter\xEDstiques","static.tcf.features.description":"A continuaci\xF3, trobareu una llista de les caracter\xEDstiques per a les quals s\u2019estan tractant les vostres dades. Podeu exercir els vostres drets sobre les caracter\xEDstiques especials mitjan\xE7ant els commutadors seg\xFCents.","static.tcf.legint":"Inter\xE8s leg\xEDtim","static.tcf.legint_disclosure":"Declaraci\xF3 sobre els interessos leg\xEDtims","static.tcf.privacy_policy":"Pol\xEDtica de privadesa","static.tcf.purposes":"Finalitats","static.tcf.purposes.description":"A continuaci\xF3, trobareu una llista de les finalitats i caracter\xEDstiques especials per a les quals s\u2019estan tractant les vostres dades. Podeu exercir els vostres drets per a finalitats espec\xEDfiques, basades en el consentiment o l\u2019inter\xE8s leg\xEDtim, mitjan\xE7ant els commutadors seg\xFCents.","static.tcf.retention":"Retenci\xF3","static.tcf.retention_period_days":"dies","static.tcf.special_features":"Caracter\xEDstiques especials","static.tcf.special_purposes":"Finalitats especials","static.tcf.vendors":"Prove\xEFdors","static.tcf.vendors.description":"A continuaci\xF3, trobareu una llista dels prove\xEFdors que tracten les vostres dades i les finalitats o caracter\xEDstiques del tractament que declaren. Podeu exercir els vostres drets per a cadascun dels prove\xEFdors en funci\xF3 de la base legal que facin valer.","static.tcf.vendors.iab":"Prove\xEFdors IAB TCF","static.tcf.vendors.other":"Altres prove\xEFdors","static.tcf.vendors_count":"prove\xEFdor(s)","static.tcf.vendors_using_consent":"Prove\xEFdors que utilitzen el consentiment","static.tcf.vendors_using_legint":"Prove\xEFdors que utilitzen l\u2019inter\xE8s leg\xEDtim"},Gp={"static.tcf.consent":"Souhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dodavatel tak\xE9 pou\u017E\xEDv\xE1 jin\xE9 metody jako \u201Em\xEDstn\xED \xFAlo\u017Ei\u0161t\u011B\u201C k ukl\xE1d\xE1n\xED a p\u0159\xEDstupu k informac\xEDm na va\u0161em za\u0159\xEDzen\xED.","static.tcf.cookie_disclosure.intro":"ukl\xE1d\xE1 soubory cookie maxim\xE1ln\u011B p\u0159ibli\u017En\u011B na n\xE1sleduj\xEDc\xED po\u010Det dn\u016F:","static.tcf.cookie_disclosure.non_cookie":"pou\u017E\xEDv\xE1 metody jako \u201Em\xEDstn\xED \xFAlo\u017Ei\u0161t\u011B\u201C k ukl\xE1d\xE1n\xED a p\u0159\xEDstupu k informac\xEDm na va\u0161em za\u0159\xEDzen\xED.","static.tcf.cookie_disclosure.refresh":"Tyto soubory cookie mohou b\xFDt obnoveny.","static.tcf.data_categories":"Kategorie \xFAdaj\u016F","static.tcf.features":"Funkce","static.tcf.features.description":"N\xED\u017Ee je uveden seznam funkc\xED, pro kter\xE9 se va\u0161e \xFAdaje zpracov\xE1vaj\xED. Va\u0161e pr\xE1va pro speci\xE1ln\xED funkce m\u016F\u017Eete vyu\u017E\xEDt pomoc\xED knofl\xEDk\u016F n\xED\u017Ee.","static.tcf.legint":"Legitimn\xED z\xE1jem","static.tcf.legint_disclosure":"Zp\u0159\xEDstupn\u011Bn\xED na z\xE1klad\u011B legitimn\xEDho z\xE1jmu","static.tcf.privacy_policy":"Z\xE1sady ochrany osobn\xEDch \xFAdaj\u016F","static.tcf.purposes":"\xDA\u010Del","static.tcf.purposes.description":"N\xED\u017Ee je uveden seznam \xFA\u010Del\u016F a speci\xE1ln\xEDch funkc\xED, pro kter\xE9 se va\u0161e \xFAdaje zpracov\xE1vaj\xED. Va\u0161e pr\xE1va m\u016F\u017Eete vyu\u017E\xEDt pro specifick\xE9 \xFA\u010Dely v souladu se souhlasem nebo legitimn\xEDm z\xE1jmem pomoc\xED knofl\xEDk\u016F n\xED\u017Ee.","static.tcf.retention":"Ulo\u017Een\xED","static.tcf.retention_period_days":"den(dny/\u016F)","static.tcf.special_features":"Speci\xE1ln\xED funkce","static.tcf.special_purposes":"Speci\xE1ln\xED \xFA\u010Dely","static.tcf.vendors":"Dodavatel\xE9","static.tcf.vendors.description":"N\xED\u017Ee je uveden seznam dodavatel\u016F zpracov\xE1vaj\xEDc\xEDch va\u0161e \xFAdaje a \xFA\u010Dely nebo funkce zpracov\xE1n\xED, kter\xE9 uvedli. Sv\xE1 pr\xE1va m\u016F\u017Eete uplatnit u ka\u017Ed\xE9ho dodavatele v souladu s pr\xE1vn\xEDm z\xE1kladem, kter\xFD pou\u017E\xEDv\xE1.","static.tcf.vendors.iab":"Dodavatel\xE9 IAB TCF","static.tcf.vendors.other":"Dal\u0161\xED dodavatel\xE9","static.tcf.vendors_count":"dodavatel(\u016F)","static.tcf.vendors_using_consent":"Dodavatel\xE9 vyu\u017E\xEDvaj\xEDc\xED souhlas","static.tcf.vendors_using_legint":"Dodavatel\xE9 vyu\u017E\xEDvaj\xEDc\xED legitimn\xED z\xE1jem"},Hp={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":'Denne forhandler anvender ogs\xE5 andre metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\xE5 din enhed.',"static.tcf.cookie_disclosure.intro":"gemmer cookies med en maksimal varighed p\xE5 ca. s\xE5 mange dage:","static.tcf.cookie_disclosure.non_cookie":'anvender metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\xE5 din enhed.',"static.tcf.cookie_disclosure.refresh":"Disse cookies kan blive opdateret.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"Nedenfor finder du en liste over de funktioner, hvortil dine data bliver behandlet. Du kan ud\xF8ve dine rettigheder for s\xE6rlige funktioner ved hj\xE6lp af on/off-knapperne nedenfor.","static.tcf.legint":"Legitim interesse","static.tcf.legint_disclosure":"Offentligg\xF8relse af legitim interesse","static.tcf.privacy_policy":"Fortrolighedspolitik","static.tcf.purposes":"Form\xE5l","static.tcf.purposes.description":"Nedenfor finder du en liste over de form\xE5l og s\xE6rlige funktioner, hvortil dine data bliver behandlet. Du kan ud\xF8ve dine rettigheder for s\xE6rlige form\xE5l, baseret p\xE5 samtykke eller legitim interesse, ved hj\xE6lp af on/off-knapperne nedenfor.","static.tcf.retention":"Opbevaring","static.tcf.retention_period_days":"dag(e)","static.tcf.special_features":"S\xE6rlige funktioner","static.tcf.special_purposes":"S\xE6rlige form\xE5l","static.tcf.vendors":"Forhandlere","static.tcf.vendors.description":"Nedenfor finder du en liste over forhandlere, der behandler dine data, og de behandlingsform\xE5l eller -funktioner, de angiver. Du kan ud\xF8ve dine rettigheder for hver forhandler baseret p\xE5 det retsgrundlag, de h\xE6vder.","static.tcf.vendors.iab":"IAB TCF forhandlere","static.tcf.vendors.other":"Andre forhandlere","static.tcf.vendors_count":"forhandler(e)","static.tcf.vendors_using_consent":"Forhandlere, der anvender samtykke","static.tcf.vendors_using_legint":"Forhandlere, der anvender legitim interesse"},qp={"static.tcf.consent":"Einwilligung","static.tcf.cookie_disclosure.also_non_cookie":"Dieser Anbieter verwendet auch andere Methoden wie den \u201Elokalen Speicher\u201C, um Informationen auf Ihrem Ger\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.intro":"speichert Cookies mit einer maximalen Speicherdauer von etwa so vielen Tagen:","static.tcf.cookie_disclosure.non_cookie":"verwendet Methoden wie den \u201Elokalen Speicher\u201C, um Informationen auf Ihrem Ger\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.refresh":"Diese Cookies k\xF6nnen erneuert werden.","static.tcf.data_categories":"Datenkategorien","static.tcf.features":"Funktionen","static.tcf.features.description":"Nachstehend finden Sie eine Liste der Funktionen, f\xFCr die Ihre Daten verarbeitet werden. Sie k\xF6nnen Ihre Rechte in Bezug auf besondere Funktionen aus\xFCben, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.legint":"Berechtigtes Interesse","static.tcf.legint_disclosure":"Offenlegung berechtigtes Interesse","static.tcf.privacy_policy":"Datenschutzrichtlinie","static.tcf.purposes":"Zwecke","static.tcf.purposes.description":"Nachstehend finden Sie eine Liste der Zwecke und besonderen Funktionen, f\xFCr die Ihre Daten verarbeitet werden. Sie k\xF6nnen Ihre Rechte f\xFCr bestimmte Zwecke aus\xFCben, die auf Ihrer Einwilligung oder einem berechtigten Interesse beruhen, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.retention":"Aufbewahrungsdauer","static.tcf.retention_period_days":"Tag(e)","static.tcf.special_features":"Besondere Funktionen","static.tcf.special_purposes":"Besondere Zwecke","static.tcf.vendors":"Anbieter","static.tcf.vendors.description":"Nachstehend finden Sie eine Liste der Anbieter, die Ihre Daten verarbeiten, sowie die Verarbeitungszwecke oder -funktionen, die diese angeben. Sie k\xF6nnen Ihre Rechte f\xFCr jeden Anbieter auf Grundlage der von ihm angegebenen Rechtsgrundlage aus\xFCben.","static.tcf.vendors.iab":"IAB TCF Anbieter","static.tcf.vendors.other":"Andere Anbieter","static.tcf.vendors_count":"Anbieter","static.tcf.vendors_using_consent":"Anbieter mit Einwilligung","static.tcf.vendors_using_legint":"Anbieter mit berechtigtem Interesse"},Kp={"static.tcf.consent":"\u03A3\u03C5\u03BD\u03B1\u03AF\u03BD\u03B5\u03C3\u03B7","static.tcf.cookie_disclosure.also_non_cookie":"\u0391\u03C5\u03C4\u03CC\u03C2 \u03BF \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AE\u03C2 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03B5\u03C0\u03AF\u03C3\u03B7\u03C2 \u03AC\u03BB\u03BB\u03B5\u03C2 \u03BC\u03B5\u03B8\u03CC\u03B4\u03BF\u03C5\u03C2, \u03CC\u03C0\u03C9\u03C2 \xAB\u03C4\u03BF\u03C0\u03B9\u03BA\u03AE \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\xBB, \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2 \u03C3\u03C4\u03B7 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE \u03C3\u03B1\u03C2.","static.tcf.cookie_disclosure.intro":"\u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03B5\u03B9 cookie \u03BC\u03B5 \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 \u03C4\u03CC\u03C3\u03B5\u03C2 \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2:","static.tcf.cookie_disclosure.non_cookie":"\u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03BC\u03B5\u03B8\u03CC\u03B4\u03BF\u03C5\u03C2 \u03CC\u03C0\u03C9\u03C2 \u03B7 \xAB\u03C4\u03BF\u03C0\u03B9\u03BA\u03AE \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\xBB \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2 \u03C3\u03C4\u03B7 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE \u03C3\u03B1\u03C2.","static.tcf.cookie_disclosure.refresh":"\u0391\u03C5\u03C4\u03AC \u03C4\u03B1 cookie \u03B5\u03BD\u03B4\u03AD\u03C7\u03B5\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B1\u03BD\u03B1\u03BD\u03B5\u03C9\u03B8\u03BF\u03CD\u03BD.","static.tcf.data_categories":"\u039A\u03B1\u03C4\u03B7\u03B3\u03BF\u03C1\u03AF\u03B5\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD","static.tcf.features":"\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC","static.tcf.features.description":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9, \u03B8\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03BF\u03C0\u03BF\u03AF\u03B1 \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03B1\u03C2. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C3\u03BA\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03AC \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03B5\u03B9\u03B4\u03B9\u03BA\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BA\u03BF\u03C5\u03BC\u03C0\u03B9\u03AC \u03B5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2.","static.tcf.legint":"\u0388\u03BD\u03BD\u03BF\u03BC\u03BF \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD","static.tcf.legint_disclosure":"\u0391\u03C0\u03BF\u03BA\u03AC\u03BB\u03C5\u03C8\u03B7 \u03AD\u03BD\u03BD\u03BF\u03BC\u03BF\u03C5 \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD\u03C4\u03BF\u03C2","static.tcf.privacy_policy":"\u03A0\u03BF\u03BB\u03B9\u03C4\u03B9\u03BA\u03AE \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5","static.tcf.purposes":"\u03A3\u03BA\u03BF\u03C0\u03BF\u03AF","static.tcf.purposes.description":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9, \u03B8\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03B1 \u03B5\u03B9\u03B4\u03B9\u03BA\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03BF\u03C0\u03BF\u03AF\u03B1 \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03B1\u03C2. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C3\u03BA\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03AC \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03C3\u03C5\u03B3\u03BA\u03B5\u03BA\u03C1\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2, \u03B2\u03AC\u03C3\u03B5\u03B9 \u03C3\u03C5\u03BD\u03B1\u03AF\u03BD\u03B5\u03C3\u03B7\u03C2 \u03AE \u03AD\u03BD\u03BD\u03BF\u03BC\u03BF\u03C5 \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD\u03C4\u03BF\u03C2, \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BA\u03BF\u03C5\u03BC\u03C0\u03B9\u03AC \u03B5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2.","static.tcf.retention":"\u0394\u03B9\u03B1\u03C4\u03AE\u03C1\u03B7\u03C3\u03B7","static.tcf.retention_period_days":"\u03B7\u03BC\u03AD\u03C1\u03B1(-\u03B5\u03C2)","static.tcf.special_features":"\u0395\u03B9\u03B4\u03B9\u03BA\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC","static.tcf.special_purposes":"\u0395\u03B9\u03B4\u03B9\u03BA\u03BF\u03AF \u03C3\u03BA\u03BF\u03C0\u03BF\u03AF","static.tcf.vendors":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2","static.tcf.vendors.description":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9, \u03B8\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C4\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1 \u03C3\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2 \u03AE \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03C4\u03B7\u03C2 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u03C0\u03BF\u03C5 \u03B4\u03B7\u03BB\u03CE\u03BD\u03BF\u03C5\u03BD. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C3\u03BA\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03AC \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03BA\u03AC\u03B8\u03B5 \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AE \u03B2\u03AC\u03C3\u03B5\u03B9 \u03C4\u03B7\u03C2 \u03BD\u03BF\u03BC\u03B9\u03BA\u03AE\u03C2 \u03B2\u03AC\u03C3\u03B7\u03C2 \u03C0\u03BF\u03C5 \u03B1\u03BE\u03B9\u03CE\u03BD\u03B5\u03B9.","static.tcf.vendors.iab":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 IAB TCF","static.tcf.vendors.other":"\u039B\u03BF\u03B9\u03C0\u03BF\u03AF \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2","static.tcf.vendors_count":"\u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AE\u03C2(-\u03AD\u03C2)","static.tcf.vendors_using_consent":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD \u03C3\u03C5\u03BD\u03B1\u03AF\u03BD\u03B5\u03C3\u03B7","static.tcf.vendors_using_legint":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD \u03AD\u03BD\u03BD\u03BF\u03BC\u03BF \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD"},Yp={"static.tcf.consent":"Consent","static.tcf.cookie_disclosure.also_non_cookie":'This vendor also uses other methods like "local storage" to store and access information on your device.',"static.tcf.cookie_disclosure.intro":"stores cookies with a maximum duration of about this many days:","static.tcf.cookie_disclosure.non_cookie":'uses methods like "local storage" to store and access information on your device.',"static.tcf.cookie_disclosure.refresh":"These cookies may be refreshed.","static.tcf.data_categories":"Data categories","static.tcf.features":"Features","static.tcf.features.description":"Below, you will find a list of the features for which your data is being processed. You may exercise your rights for special features using the toggles below.","static.tcf.iab":"IAB TCF","static.tcf.legint":"Legitimate interest","static.tcf.legint_disclosure":"Legitimate interest disclosure","static.tcf.privacy_policy":"Privacy policy","static.tcf.purposes":"Purposes","static.tcf.purposes.description":"Below, you will find a list of the purposes and special features for which your data is being processed. You may exercise your rights for specific purposes, based on consent or legitimate interest, using the toggles below.","static.tcf.retention":"Retention","static.tcf.retention_period_days":"day(s)","static.tcf.special_features":"Special features","static.tcf.special_purposes":"Special purposes","static.tcf.vendors":"Vendors","static.tcf.vendors.description":"Below, you will find a list of vendors processing your data and the purposes or features of processing they declare. You may exercise your rights for each vendor based on the legal basis they assert.","static.tcf.vendors.iab":"IAB TCF Vendors","static.tcf.vendors.other":"Other vendors","static.tcf.vendors_count":"vendor(s)","static.tcf.vendors_using_consent":"Vendors using consent","static.tcf.vendors_using_legint":"Vendors using legitimate interest"},Wp={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\xE9n utiliza otros m\xE9todos como el \xABalmacenamiento local\xBB para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\xF3n m\xE1xima de aproximadamente este n\xFAmero de d\xEDas:","static.tcf.cookie_disclosure.non_cookie":"utiliza m\xE9todos como el \xABalmacenamiento local\xBB para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\xEDas de datos","static.tcf.features":"Caracter\xEDsticas","static.tcf.features.description":"A continuaci\xF3n encontrar\xE1 una lista de las caracter\xEDsticas para las que se est\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para caracter\xEDsticas especiales.","static.tcf.legint":"Inter\xE9s leg\xEDtimo","static.tcf.legint_disclosure":"Revelaci\xF3n de inter\xE9s leg\xEDtimo","static.tcf.privacy_policy":"Pol\xEDtica de privacidad","static.tcf.purposes":"Prop\xF3sitos","static.tcf.purposes.description":"A continuaci\xF3n encontrar\xE1 una lista de los prop\xF3sitos y caracter\xEDsticas especiales para los que se est\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para prop\xF3sitos espec\xEDficos bas\xE1ndose en el consentimiento o inter\xE9s leg\xEDtimo.","static.tcf.retention":"Conservaci\xF3n","static.tcf.retention_period_days":"d\xEDa(s)","static.tcf.special_features":"Caracter\xEDsticas especiales","static.tcf.special_purposes":"Prop\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\xF3n encontrar\xE1 una lista de los proveedores que procesan sus datos y los prop\xF3sitos o caracter\xEDsticas de procesamiento que declaran. Puede ejercer sus derechos para cada proveedor bas\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que utilizan el consentimiento","static.tcf.vendors_using_legint":"Proveedores que utilizan el inter\xE9s leg\xEDtimo"},Jp={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\xE9n una otros m\xE9todos como \u201Calmacenamiento local\u201D para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\xF3n m\xE1xima de alrededor de estos d\xEDas.","static.tcf.cookie_disclosure.non_cookie":"usa m\xE9todos como \u201Calmacenamiento local\u201D para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\xEDas de datos","static.tcf.features":"Caracter\xEDsticas","static.tcf.features.description":"A continuaci\xF3n, encontrar\xE1 una lista de las caracter\xEDsticas para las que se est\xE1n procesando sus datos. Puede ejercer sus derechos para las caracter\xEDsticas especiales usando los botones a continuaci\xF3n.","static.tcf.legint":"Inter\xE9s leg\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\xF3n de inter\xE9s leg\xEDtimo","static.tcf.privacy_policy":"Pol\xEDtica de privacidad","static.tcf.purposes":"Prop\xF3sitos","static.tcf.purposes.description":"A continuaci\xF3n, encontrar\xE1 una lista de los prop\xF3sitos y caracter\xEDsticas especiales para los que se est\xE1n procesando sus datos. Puede ejercer sus derechos para prop\xF3sitos espec\xEDficos, bas\xE1ndose en el consentimiento o inter\xE9s leg\xEDtimo, usando los botones a continuaci\xF3n.","static.tcf.retention":"Retenci\xF3n","static.tcf.retention_period_days":"d\xEDa(s)","static.tcf.special_features":"Caracter\xEDsticas especiales","static.tcf.special_purposes":"Prop\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\xF3n, encontrar\xE1 una lista de los proveedores que procesan sus datos y los prop\xF3sitos o caracter\xEDsticas de procesamiento que ellos declaran. Puede ejercer sus derechos para cada proveedor bas\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que usan consentimiento","static.tcf.vendors_using_legint":"Proveedores que usan inter\xE9s leg\xEDtimo"},Zp={"static.tcf.consent":"N\xF5usolek","static.tcf.cookie_disclosure.also_non_cookie":"See kaupmees kasutab ka muid meetodeid, nt \u201Ekohalik salvestusruum\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.intro":"salvestab k\xFCpsiseid, mille maksimaalne kestvus on umbes nii mitu p\xE4eva:","static.tcf.cookie_disclosure.non_cookie":"kasutab selliseid meetodeid nagu \u201Ekohalik salvestusruum\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.refresh":"Neid k\xFCpsiseid v\xF5idakse uuendada.","static.tcf.data_categories":"Andmekategooriad","static.tcf.features":"Funktsioonid","static.tcf.features.description":"Allpool on esitatud loetelu funktsioonidest, mille nimel teie andmeid t\xF6\xF6deldakse Vastavaid l\xFCliteid kasutades v\xF5ite kasutada oma \xF5igusi erifunktsioonidele.","static.tcf.legint":"\xD5igustatud huvi","static.tcf.legint_disclosure":"\xD5igustatud huvi avaldus","static.tcf.privacy_policy":"Privaatsuseeskiri","static.tcf.purposes":"Eesm\xE4rgid","static.tcf.purposes.description":"Allpool on esitatud loetelu teie andmete t\xF6\xF6tlemise eesm\xE4rkidest ja erifunktsioonidest. Alltoodud l\xFCliteid kasutades v\xF5ite kasutada oma \xF5igusi konkreetsetel eesm\xE4rkidel, mis p\xF5hinevad n\xF5usolekul v\xF5i \xF5igustatud huvil.","static.tcf.retention":"S\xE4ilitamine","static.tcf.retention_period_days":"p\xE4ev(a)","static.tcf.special_features":"Erifunktsioonid","static.tcf.special_purposes":"Erieesm\xE4rgid","static.tcf.vendors":"Kaupmehed","static.tcf.vendors.description":"Allpool on esitatud loetelu kaupmeestest, kes teie andmeid t\xF6\xF6tlevad, ja nende esitatud t\xF6\xF6tlemise eesm\xE4rkidest v\xF5i funktsioonidest. V\xF5ite rakendada oma \xF5igusi vastavalt iga kaupmehe esitatud \xF5iguslikule alusele.","static.tcf.vendors.iab":"IAB ja TCF-i kaupmehed","static.tcf.vendors.other":"Muud kaupmehed","static.tcf.vendors_count":"kaupmees(t)","static.tcf.vendors_using_consent":"N\xF5usolekut kasutavad kaupmehed","static.tcf.vendors_using_legint":"\xD5igustatud huvi kasutavad kaupmehed"},Qp={"static.tcf.consent":"Baimena","static.tcf.cookie_disclosure.also_non_cookie":'Hornitzaile horrek beste metodo batzuk ere erabiltzen ditu, hala nola "biltegiratze lokala", gailuan informazioa gordetzeko eta atzitzeko.',"static.tcf.cookie_disclosure.intro":"hornitzaileak cookieak biltegiratzen ditu gehienez ere honenbeste egun:","static.tcf.cookie_disclosure.non_cookie":'hornitzaileak "biltegiratze lokala\u201D bezalako metodoak erabiltzen ditu, gailuan informazioa gordetzeko eta atzitzeko.',"static.tcf.cookie_disclosure.refresh":"Cookie hauek eguneratu egin daitezke.","static.tcf.data_categories":"Datuen kategoriak","static.tcf.features":"Ezaugarriak","static.tcf.features.description":"Azpian, zure datuak prozesatzeko erabiltzen diren ezaugarrien zerrenda aurkituko duzu. Ezaugarri bereziei aurka egiteko eskubideak erabil ditzakezu ondorengo botoiekin.","static.tcf.legint":"Interes legitimoa","static.tcf.legint_disclosure":"Interes legitimoen jakinarazpena","static.tcf.privacy_policy":"Pribatutasun-politika","static.tcf.purposes":"Xedeak","static.tcf.purposes.description":"Azpian, zure datuak prozesatzeko erabiltzen diren xede eta ezaugarri berezien zerrenda aurkituko duzu. Berariazko xedeei aurka egiteko eskubideak erabil ditzakezu, baimenean edo interes legitimoan oinarrituta, ondorengo botoiekin.","static.tcf.retention":"Atxikipena","static.tcf.retention_period_days":"egun","static.tcf.special_features":"Ezaugarri bereziak","static.tcf.special_purposes":"Xede bereziak","static.tcf.vendors":"Hornitzaileak","static.tcf.vendors.description":"Azpian, zure datuak prozesatzen dituzten hornitzaileen zerrenda aurkituko duzu, bai eta adierazten dituzten prozesamenduaren xede edo ezaugarriak ere. Saltzaile bakoitzari aurka egiteko eskubideak erabil ditzakezu, baieztatzen duten oinarri juridikoaren arabera.","static.tcf.vendors.iab":"IAB TCF hornitzaileak","static.tcf.vendors.other":"Beste hornitzaile batzuk","static.tcf.vendors_count":"hornitzaile","static.tcf.vendors_using_consent":"Baimena erabiltzen duten hornitzaileak","static.tcf.vendors_using_legint":"Interes legitimoa erabiltzen duten hornitzaileak"},Xp={"static.tcf.consent":"Suostumus","static.tcf.cookie_disclosure.also_non_cookie":"T\xE4m\xE4 toimittaja k\xE4ytt\xE4\xE4 my\xF6s muita menetelmi\xE4, kuten \u201Dpaikallista tallennusta\u201D tietojen tallentamiseen ja k\xE4ytt\xE4miseen laitteella.","static.tcf.cookie_disclosure.intro":"tallentaa ev\xE4steit\xE4, joiden enimm\xE4iskesto on p\xE4iviss\xE4 noin:","static.tcf.cookie_disclosure.non_cookie":"k\xE4ytt\xE4\xE4 menetelmi\xE4, kuten \u201Dpaikallista tallennusta\u201D tietojen tallentamiseen ja k\xE4ytt\xE4miseen laitteella.","static.tcf.cookie_disclosure.refresh":"N\xE4it\xE4 ev\xE4steit\xE4 voidaan p\xE4ivitt\xE4\xE4.","static.tcf.data_categories":"Tietoluokat","static.tcf.features":"Ominaisuudet","static.tcf.features.description":"Alla olevassa luettelossa esitet\xE4\xE4n ominaisuudet, joita varten tietojanne k\xE4sitell\xE4\xE4n. Voitte k\xE4ytt\xE4\xE4 erityisi\xE4 ominaisuuksia koskevia oikeuksianne alla olevilla valitsimilla.","static.tcf.legint":"Oikeutetut edut","static.tcf.legint_disclosure":"Ilmoitus oikeutetusta edusta","static.tcf.privacy_policy":"Tietosuojak\xE4yt\xE4nt\xF6","static.tcf.purposes":"Tarkoitukset","static.tcf.purposes.description":"Alla olevassa luettelossa esitet\xE4\xE4n tarkoitukset ja erityiset ominaisuudet, joita varten tietojanne k\xE4sitell\xE4\xE4n. Voitte k\xE4ytt\xE4\xE4 oikeuksianne tiettyihin suostumuksen tai oikeutetun edun perusteella k\xE4ytettyihin tarkoituksiin alla olevilla valitsimilla.","static.tcf.retention":"S\xE4ilytt\xE4minen","static.tcf.retention_period_days":"p\xE4iv\xE4(\xE4)","static.tcf.special_features":"Erityiset ominaisuudet","static.tcf.special_purposes":"Erityiset tarkoitukset","static.tcf.vendors":"Toimittajat","static.tcf.vendors.description":"Alla olevassa luettelossa esitet\xE4\xE4n luettelo tietojanne k\xE4sittelevist\xE4 toimittajista ja niiden ilmoittamien k\xE4sittelyn tarkoituksesta tai ominaisuuksista. Voitte k\xE4ytt\xE4\xE4 oikeuksianne kunkin toimittajan kohdalla niiden esitt\xE4mien oikeusperusteiden perusteilla.","static.tcf.vendors.iab":"IAB TCF toimittajat","static.tcf.vendors.other":"Muut toimittajat","static.tcf.vendors_count":"toimittaja(t)","static.tcf.vendors_using_consent":"Toimittajat, jotka k\xE4ytt\xE4v\xE4t suostumusta","static.tcf.vendors_using_legint":"Toimittajat, jotka k\xE4ytt\xE4v\xE4t oikeutettua etua"},ef={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \xE9galement d\u2019autres m\xE9thodes de \xAB\xA0stockage local\xA0\xBB pour stocker les informations pr\xE9sentes sur votre appareil et y acc\xE9der.","static.tcf.cookie_disclosure.intro":"stocke les cookies pour une dur\xE9e maximale approximative du nombre de jours suivants\xA0:","static.tcf.cookie_disclosure.non_cookie":"utilise des m\xE9thodes comme le \xAB\xA0stockage local\xA0\xBB pour stocker les informations pr\xE9sentes sur votre appareil et y acc\xE9der.","static.tcf.cookie_disclosure.refresh":"Ces cookies peuvent \xEAtre actualis\xE9s.","static.tcf.data_categories":"Cat\xE9gories de donn\xE9es","static.tcf.features":"Fonctions","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctions dans le cadre desquelles nous traitons vos donn\xE9es. Vous pouvez exercer vos droits pour les fonctions sp\xE9ciales en utilisant les commutateurs ci-dessous.","static.tcf.legint":"Int\xE9r\xEAt l\xE9gitime","static.tcf.legint_disclosure":"Avis sur l\u2019int\xE9r\xEAt l\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\xE9","static.tcf.purposes":"Finalit\xE9s","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des finalit\xE9s et des fonctions sp\xE9ciales dans le cadre desquelles nous traitons vos donn\xE9es. Vous pouvez exercer vos droits pour les usages sp\xE9cifiques, sur la base du consentement ou de l\u2019int\xE9r\xEAt l\xE9gitime, en utilisant les commutateurs ci-dessous.","static.tcf.retention":"R\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctions sp\xE9ciales","static.tcf.special_purposes":"Usages sp\xE9cifiques","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\xE9es, ainsi que les finalit\xE9s ou les fonctions d\xE9clar\xE9es dans le cadre de ce traitement. Vous pouvez exercer vos droits pour chaque fournisseur au regard de la base juridique invoqu\xE9e.","static.tcf.vendors.iab":"Fournisseurs TCF IAB","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\u2019int\xE9r\xEAt l\xE9gitime"},tf={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \xE9galement d\u2019autres m\xE9thodes comme \xAB\xA0le stockage local\xA0\xBB pour conserver et acc\xE9der \xE0 l\u2019information sur votre appareil.","static.tcf.cookie_disclosure.intro":"conserve les t\xE9moins sur une dur\xE9e maximale de tant de jours :","static.tcf.cookie_disclosure.non_cookie":"utilise des m\xE9thodes comme le \xAB\xA0stockage local\xA0\xBB pour conserver et acc\xE9der \xE0 l\u2019information sur votre appareil.","static.tcf.cookie_disclosure.refresh":"Ces t\xE9moins peuvent \xEAtre rafra\xEEchis.","static.tcf.data_categories":"Cat\xE9gories de donn\xE9es","static.tcf.features":"Fonctionnalit\xE9s","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctionnalit\xE9s associ\xE9es au traitement de vos donn\xE9es. Vous pouvez exercer vos droits pour les fonctionnalit\xE9s sp\xE9ciales \xE0 l\u2019aide des touches \xE0 bascule ci-dessous.","static.tcf.legint":"Int\xE9r\xEAt l\xE9gitime","static.tcf.legint_disclosure":"Divulgation d\u2019un int\xE9r\xEAt l\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\xE9","static.tcf.purposes":"Objectifs","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des objectifs et des fonctionnalit\xE9s sp\xE9ciales permettant le traitement de vos donn\xE9es. \xC0 l\u2019aide des touches \xE0 bascule, vous pouvez exercer vos droits pour des objectifs particuliers, sur la base de consentement ou d\u2019int\xE9r\xEAt l\xE9gitime.","static.tcf.retention":"R\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctionnalit\xE9s sp\xE9ciales","static.tcf.special_purposes":"Objectifs particuliers","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\xE9es et les objectifs ou fonctionnalit\xE9s de traitement qu\u2019ils d\xE9clarent. Vous pouvez exercer vos droits pour chaque fournisseur suivant la base l\xE9gale qu\u2019ils font valoir.","static.tcf.vendors.iab":"Fournisseurs IAB TCF","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\u2019int\xE9r\xEAt l\xE9gitime"},sf={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":'Este subministrador tam\xE9n emprega outros m\xE9todos, como "almacenamento local" para gardar e acceder a informaci\xF3n do seu dispositivo.',"static.tcf.cookie_disclosure.intro":"almacena cookies cunha duraci\xF3n m\xE1xima aproximada destes d\xEDas:","static.tcf.cookie_disclosure.non_cookie":'emprega m\xE9todos como "almacenamento local" para gardar e acceder a informaci\xF3n do seu dispositivo.',"static.tcf.cookie_disclosure.refresh":"Estas cookies poden refrescarse.","static.tcf.data_categories":"Categor\xEDas de datos","static.tcf.features":"Funci\xF3ns","static.tcf.features.description":"A continuaci\xF3n atopar\xE1 unha listaxe das funci\xF3ns para as que se procesan os seus datos. Pode exercer os seus dereitos para funci\xF3ns especiais utilizando as seguintes teclas.","static.tcf.legint":"Interese lex\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\xF3n de intereses lex\xEDtimos","static.tcf.privacy_policy":"Pol\xEDtica de privacidade","static.tcf.purposes":"Prop\xF3sitos","static.tcf.purposes.description":"A continuaci\xF3n atopar\xE1 unha listaxe dos prop\xF3sitos e funci\xF3ns especiais para as que se procesan os seus datos. Pode exercer os seus dereitos para prop\xF3sitos especiais, segundo o consentimento ou interese lex\xEDtimo, utilizando as seguintes teclas.","static.tcf.retention":"Retenci\xF3n","static.tcf.retention_period_days":"d\xEDa(s)","static.tcf.special_features":"Funci\xF3ns especiais","static.tcf.special_purposes":"Prop\xF3sitos especiais","static.tcf.vendors":"Provedores","static.tcf.vendors.description":"A continuaci\xF3n atopar\xE1 unha listaxe dos provedores que procesan os seus datos e os prop\xF3sitos ou funci\xF3ns de procesamento que declaran. Pode exercer os seus dereitos para cada provedor segundo a base xur\xEDdica que faga valer.","static.tcf.vendors.iab":"Provedores IAB TCF","static.tcf.vendors.other":"Outros subministradores","static.tcf.vendors_count":"subministrador(es)","static.tcf.vendors_using_consent":"Subministradores que empregan consentimento","static.tcf.vendors_using_legint":"Subministradores que empregan interese lex\xEDtimo"},of={"static.tcf.consent":"\u0938\u0939\u092E\u0924\u093F","static.tcf.cookie_disclosure.also_non_cookie":'\u092F\u0939 \u0935\u0947\u0902\u0921\u0930 \u0906\u092A\u0915\u0940 \u0921\u093F\u0935\u093E\u0907\u0938 \u092A\u0930 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0915\u0930\u0928\u0947 \u0914\u0930 \u0909\u0938 \u0924\u0915 \u092A\u0939\u0941\u0902\u091A\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092D\u0902\u0921\u093E\u0930\u0923" \u091C\u0948\u0938\u0940 \u0905\u0928\u094D\u092F \u0935\u093F\u0927\u093F\u092F\u094B\u0902 \u0915\u093E \u092D\u0940 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948\u0964',"static.tcf.cookie_disclosure.intro":"\u0932\u0917\u092D\u0917 \u0907\u0924\u0928\u0947 \u0926\u093F\u0928\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0905\u0935\u0927\u093F \u0935\u093E\u0932\u0940 \u0915\u0941\u0915\u0940\u091C\u093C \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0915\u0930\u0924\u093E \u0939\u0948:","static.tcf.cookie_disclosure.non_cookie":'\u0906\u092A\u0915\u0940 \u0921\u093F\u0935\u093E\u0907\u0938 \u092A\u0930 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0915\u0930\u0928\u0947 \u0914\u0930 \u0909\u0938 \u0924\u0915 \u092A\u0939\u0941\u0902\u091A\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092D\u0902\u0921\u093E\u0930\u0923" \u091C\u0948\u0938\u0940 \u0935\u093F\u0927\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948\u0964',"static.tcf.cookie_disclosure.refresh":"\u0907\u0928 \u0915\u0941\u0915\u0940\u091C\u093C \u0915\u094B \u0930\u0940\u092B\u094D\u0930\u0947\u0936 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.data_categories":"\u0921\u0947\u091F\u093E \u0936\u094D\u0930\u0947\u0923\u093F\u092F\u093E\u0902","static.tcf.features":"\u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0902","static.tcf.features.description":"\u0928\u0940\u091A\u0947, \u0906\u092A\u0915\u094B \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u092E\u093F\u0932\u0947\u0917\u0940 \u091C\u093F\u0928\u0915\u0947 \u0932\u093F\u090F \u0906\u092A\u0915\u093E \u0921\u0947\u091F\u093E \u0938\u0902\u0938\u093E\u0927\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u0964 \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u091F\u0949\u0917\u0932 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u093F\u0936\u0947\u0937 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0905\u0927\u093F\u0915\u093E\u0930\u094B\u0902 \u0915\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.legint":"\u0935\u0948\u0927 \u0939\u093F\u0924","static.tcf.legint_disclosure":"\u0935\u0948\u0927 \u0930\u0941\u091A\u093F \u0916\u0941\u0932\u093E\u0938\u093E","static.tcf.privacy_policy":"\u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u0940\u0924\u093F","static.tcf.purposes":"\u092A\u094D\u0930\u092F\u094B\u091C\u0928","static.tcf.purposes.description":"\u0928\u0940\u091A\u0947, \u0906\u092A\u0915\u094B \u0909\u0928 \u092A\u094D\u0930\u092F\u094B\u091C\u0928\u094B\u0902 \u0914\u0930 \u0935\u093F\u0936\u0947\u0937 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u092E\u093F\u0932\u0947\u0917\u0940 \u091C\u093F\u0928\u0915\u0947 \u0932\u093F\u090F \u0906\u092A\u0915\u093E \u0921\u0947\u091F\u093E \u0938\u0902\u0938\u093E\u0927\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u0964 \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u091F\u0949\u0917\u0932 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u0939\u092E\u0924\u093F \u092F\u093E \u0935\u0948\u0927 \u0939\u093F\u0924 \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u0909\u0926\u094D\u0926\u0947\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0905\u0927\u093F\u0915\u093E\u0930\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.retention":"\u0930\u093F\u091F\u0947\u0902\u0936\u0928","static.tcf.retention_period_days":"\u0926\u093F\u0928","static.tcf.special_features":"\u0935\u093F\u0936\u0947\u0937 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0902","static.tcf.special_purposes":"\u0935\u093F\u0936\u0947\u0937 \u092A\u094D\u0930\u092F\u094B\u091C\u0928","static.tcf.vendors":"\u0935\u0947\u0902\u0921\u0930\u094D\u0938","static.tcf.vendors.description":"\u0928\u0940\u091A\u0947, \u0906\u092A\u0915\u094B \u0906\u092A\u0915\u0947 \u0921\u0947\u091F\u093E \u0915\u094B \u0938\u0902\u0938\u093E\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0935\u0947\u0902\u0921\u0930\u094D\u0938 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u0914\u0930 \u0909\u0928\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0918\u094B\u0937\u093F\u0924 \u0938\u0902\u0938\u093E\u0927\u0928\u094B\u0902 \u0915\u0947 \u092A\u094D\u0930\u092F\u094B\u091C\u0928\u094B\u0902 \u092F\u093E \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u092E\u093F\u0932\u0947\u0917\u0940\u0964 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u0947\u0902\u0921\u0930 \u0915\u0947 \u0932\u093F\u090F \u0909\u0928\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u092C\u0924\u093E\u090F \u0917\u090F \u0915\u093E\u0928\u0942\u0928\u0940 \u0906\u0927\u093E\u0930 \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930 \u0905\u092A\u0928\u0947 \u0905\u0927\u093F\u0915\u093E\u0930\u094B\u0902 \u0915\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.vendors.iab":"IAB TCF \u0935\u0947\u0902\u0921\u0930\u094D\u0938","static.tcf.vendors.other":"\u0905\u0928\u094D\u092F \u0935\u0947\u0902\u0921\u0930","static.tcf.vendors_count":"\u0935\u0947\u0902\u0921\u0930","static.tcf.vendors_using_consent":"\u0938\u0939\u092E\u0924\u093F \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0935\u0947\u0902\u0921\u0930","static.tcf.vendors_using_legint":"\u0935\u0948\u0927 \u0930\u0941\u091A\u093F \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0935\u0947\u0902\u0921\u0930"},nf={"static.tcf.consent":"Privola","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj pru\u017Eatelj usluga tako\u0111er koristi druge metode, kao \u0161to je \u201Elokalno spremanje\u201C za pohranu i pristup podacima na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.intro":"sprema kola\u010Di\u0107e maksimalnog trajanja od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \u0161to je \u201Elokalno spremanje\u201C za pohranu i pristup podacima na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi se kola\u010Di\u0107i mogu obnoviti.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Zna\u010Dajke","static.tcf.features.description":"U nastavku se nalazi popis zna\u010Dajki za koje se va\u0161i podaci obra\u0111uju. Svoja prava za posebne zna\u010Dajke mo\u017Eete iskoristiti pomo\u0107u odabira u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Izjava o legitimnom interesu","static.tcf.privacy_policy":"Pravila o za\u0161titi privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku se nalazi popis svrha i posebnih zna\u010Dajki za koje se va\u0161i podaci obra\u0111uju. Svoja prava za odre\u0111ene svrhe, na temelju privole ili legitimnog interesa, mo\u017Eete iskoristiti koriste\u0107i odabire u nastavku.","static.tcf.retention":"Zadr\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne zna\u010Dajke","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Uslu\u017Ene tvrtke","static.tcf.vendors.description":"U nastavku se nalazi popis uslu\u017Enih tvrtki koje obra\u0111uju va\u0161e podatke i svrhe ili prihva\u0107ene zna\u010Dajke obrada. Svoja prava u odnosu na svaku uslu\u017Enu tvrtku mo\u017Eete iskoristiti na temelju pravne osnove koja je kori\u0161tena.","static.tcf.vendors.iab":"Uslu\u017Ene tvrtke IAB TCF","static.tcf.vendors.other":"Drugi pru\u017Eatelji usluga","static.tcf.vendors_count":"pru\u017Eatelj(a) usluga","static.tcf.vendors_using_consent":"Pru\u017Eatelji usluga koji koriste privolu","static.tcf.vendors_using_legint":"Pru\u017Eatelji usluga koji koriste legitimni interes"},rf={"static.tcf.consent":"Hozz\xE1j\xE1rul\xE1s","static.tcf.cookie_disclosure.also_non_cookie":"Ez a sz\xE1ll\xEDt\xF3 m\xE1s m\xF3dszereket is haszn\xE1l, p\xE9ld\xE1ul a \u201Ehelyi t\xE1rhely\u201D az \xD6n eszk\xF6z\xE9n l\xE9v\u0151 inform\xE1ci\xF3k t\xE1rol\xE1s\xE1ra \xE9s el\xE9r\xE9s\xE9re.","static.tcf.cookie_disclosure.intro":"k\xF6r\xFClbel\xFCl ennyi napig t\xE1rolja a s\xFCtiket:","static.tcf.cookie_disclosure.non_cookie":"olyan m\xF3dszereket is haszn\xE1l, mint a \u201Ehelyi t\xE1rhely\u201D az \xD6n eszk\xF6z\xE9n l\xE9v\u0151 inform\xE1ci\xF3k t\xE1rol\xE1s\xE1ra \xE9s el\xE9r\xE9s\xE9re.","static.tcf.cookie_disclosure.refresh":"Ezek a s\xFCtik friss\xEDthet\u0151k.","static.tcf.data_categories":"Adatkateg\xF3ri\xE1k","static.tcf.features":"Funkci\xF3k","static.tcf.features.description":"Az al\xE1bbiakban azoknak a funkci\xF3knak a list\xE1j\xE1t l\xE1thatja, amelyekhez adatait kezelj\xFCk. A cs\xFAszk\xE1k seg\xEDts\xE9g\xE9vel gyakorolhatja jogait a k\xFCl\xF6nleges funkci\xF3kra vonatkoz\xF3an.","static.tcf.legint":"Jogos \xE9rdek","static.tcf.legint_disclosure":"Jogos \xE9rdek k\xF6zz\xE9t\xE9tele","static.tcf.privacy_policy":"Adatv\xE9delmi ir\xE1nyelv","static.tcf.purposes":"C\xE9lok","static.tcf.purposes.description":"Az al\xE1bbiakban azoknak a c\xE9loknak \xE9s k\xFCl\xF6nleges funkci\xF3knak a list\xE1j\xE1t l\xE1thatja, amelyekhez adatait kezelj\xFCk. A cs\xFAszk\xE1k seg\xEDts\xE9g\xE9vel gyakorolhatja jogait az egyes, hozz\xE1j\xE1rul\xE1son vagy jogos \xE9rdeken alapul\xF3 k\xFCl\xF6nleges c\xE9lokra vonatkoz\xF3an.","static.tcf.retention":"Meg\u0151rz\xE9s","static.tcf.retention_period_days":"nap","static.tcf.special_features":"K\xFCl\xF6nleges funkci\xF3k","static.tcf.special_purposes":"K\xFCl\xF6nleges c\xE9lok","static.tcf.vendors":"\xC9rt\xE9kes\xEDt\u0151k","static.tcf.vendors.description":"Az al\xE1bbiaknak az \xD6n adatait kezel\u0151 \xE9rt\xE9kes\xEDt\u0151k list\xE1j\xE1t l\xE1thatja, valamint az adatkezel\xE9s \xE1ltaluk bejelentett c\xE9ljait vagy funkci\xF3it. Minden \xE9rt\xE9kes\xEDt\u0151re vonatkoz\xF3an \xE9rv\xE9nyes\xEDtheti jogait, az \xE1ltaluk meghat\xE1rozott jogalap szerint.","static.tcf.vendors.iab":"IAB TCF \xE9rt\xE9kes\xEDt\u0151k","static.tcf.vendors.other":"Egy\xE9b sz\xE1ll\xEDt\xF3k","static.tcf.vendors_count":"sz\xE1ll\xEDt\xF3","static.tcf.vendors_using_consent":"Hozz\xE1j\xE1rul\xE1st haszn\xE1l\xF3 sz\xE1ll\xEDt\xF3k","static.tcf.vendors_using_legint":"Jogos \xE9rdeket haszn\xE1l\xF3 sz\xE1ll\xEDt\xF3k"},af={"static.tcf.consent":"Consenso","static.tcf.cookie_disclosure.also_non_cookie":'Questo fornitore utilizza anche altri metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.',"static.tcf.cookie_disclosure.intro":"conserva i cookie con una durata massima approssimativa di giorni:","static.tcf.cookie_disclosure.non_cookie":'${nome} utilizza metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.',"static.tcf.cookie_disclosure.refresh":"Questi cookie possono essere aggiornati.","static.tcf.data_categories":"Categorie di dati","static.tcf.features":"Funzionalit\xE0","static.tcf.features.description":"Qui sotto troverai una lista delle funzionalit\xE0 per le quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per le funzionalit\xE0 speciali utilizzando gli interruttori qui sotto.","static.tcf.legint":"Interesse legittimo","static.tcf.legint_disclosure":"Informativa sugli interessi legittimi","static.tcf.privacy_policy":"Informativa sulla Privacy","static.tcf.purposes":"Scopi","static.tcf.purposes.description":"Qui sotto troverai una lista degli scopi e delle funzionalit\xE0 speciali per i quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per scopi specifici, sulla base del consenso o di interessi legittimi, usando gli interruttori qui sotto.","static.tcf.retention":"Conservazione","static.tcf.retention_period_days":"giorno/i","static.tcf.special_features":"Funzionalit\xE0 speciali","static.tcf.special_purposes":"Scopi speciali","static.tcf.vendors":"Fornitori","static.tcf.vendors.description":"Qui sotto troverai una lista dei fornitori che tratteranno i tuoi dati e gli scopi o le funzionalit\xE0 del trattamento che dichiarano. Per ogni fornitore, potrai esercitare i tuoi diritti sulla base legale che adducono.","static.tcf.vendors.iab":"Fornitori IAB TCF","static.tcf.vendors.other":"Altri fornitori","static.tcf.vendors_count":"fornitore/i","static.tcf.vendors_using_consent":"Fornitori che utilizzano il consenso","static.tcf.vendors_using_legint":"Fornitori che si avvalgono del legittimo interesse"},cf={"static.tcf.consent":"\u540C\u610F","static.tcf.cookie_disclosure.also_non_cookie":"\u3053\u306E\u30D9\u30F3\u30C0\u30FC\u306F\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u60C5\u5831\u3092\u4FDD\u5B58\u3057\u3001\u3053\u308C\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u305F\u3081\u3001\u300C\u30ED\u30FC\u30AB\u30EB\u30B9\u30C8\u30EC\u30FC\u30B8\u300D\u306A\u3069\u4ED6\u306E\u65B9\u6CD5\u3082\u4F7F\u7528\u3057\u307E\u3059\u3002","static.tcf.cookie_disclosure.intro":"\u306F\u3001\u6982\u306D\u3053\u306E\u65E5\u6570\u3092\u6700\u5927\u671F\u9593\u3068\u3057\u3066\u30AF\u30C3\u30AD\u30FC\u3092\u4FDD\u5B58\u3057\u307E\u3059\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\u306F\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u60C5\u5831\u3092\u4FDD\u5B58\u3057\u3001\u3053\u308C\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u305F\u3081\u3001\u300C\u30ED\u30FC\u30AB\u30EB\u30B9\u30C8\u30EC\u30FC\u30B8\u300D\u306A\u3069\u306E\u65B9\u6CD5\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","static.tcf.cookie_disclosure.refresh":"\u3053\u308C\u3089\u306E\u30AF\u30C3\u30AD\u30FC\u306F\u66F4\u65B0\u3055\u308C\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002","static.tcf.data_categories":"\u30C7\u30FC\u30BF\u306E\u30AB\u30C6\u30B4\u30EA\u30FC","static.tcf.features":"\u6A5F\u80FD","static.tcf.features.description":"\u4EE5\u4E0B\u306B\u793A\u3059\u306E\u306F\u3001\u7686\u69D8\u306E\u30C7\u30FC\u30BF\u3092\u51E6\u7406\u3059\u308B\u6A5F\u80FD\u306E\u30EA\u30B9\u30C8\u3067\u3059\u3002\u4EE5\u4E0B\u306E\u30C8\u30B0\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u306B\u3088\u308A\u3001\u7279\u5225\u306A\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u7686\u69D8\u306E\u6A29\u5229\u3092\u884C\u4F7F\u3067\u304D\u307E\u3059\u3002","static.tcf.legint":"\u6B63\u5F53\u306A\u5229\u76CA","static.tcf.legint_disclosure":"\u6B63\u5F53\u306A\u5229\u76CA\u306E\u958B\u793A","static.tcf.privacy_policy":"\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30DD\u30EA\u30B7\u30FC","static.tcf.purposes":"\u76EE\u7684","static.tcf.purposes.description":"\u4EE5\u4E0B\u306B\u793A\u3059\u306E\u306F\u3001\u7686\u69D8\u306E\u30C7\u30FC\u30BF\u3092\u51E6\u7406\u3059\u308B\u76EE\u7684\u3068\u7279\u5225\u306A\u6A5F\u80FD\u306E\u30EA\u30B9\u30C8\u3067\u3059\u3002\u4EE5\u4E0B\u306E\u30C8\u30B0\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u306B\u3088\u308A\u3001\u540C\u610F\u307E\u305F\u306F\u6B63\u5F53\u306A\u5229\u76CA\u306B\u57FA\u3065\u304D\u3001\u7279\u5225\u306A\u76EE\u7684\u306B\u95A2\u3059\u308B\u7686\u69D8\u306E\u6A29\u5229\u3092\u884C\u4F7F\u3067\u304D\u307E\u3059\u3002","static.tcf.retention":"\u4FDD\u6301\u671F\u9593","static.tcf.retention_period_days":"\u65E5","static.tcf.special_features":"\u7279\u5225\u306A\u6A5F\u80FD","static.tcf.special_purposes":"\u7279\u5225\u306A\u76EE\u7684","static.tcf.vendors":"\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors.description":"\u4EE5\u4E0B\u306B\u793A\u3059\u306E\u306F\u3001\u7686\u69D8\u306E\u30C7\u30FC\u30BF\u3092\u51E6\u7406\u3059\u308B\u30D9\u30F3\u30C0\u30FC\u306E\u30EA\u30B9\u30C8\u3068\u3001\u30D9\u30F3\u30C0\u30FC\u304C\u5BA3\u8A00\u3059\u308B\u51E6\u7406\u306E\u76EE\u7684\u3068\u6A5F\u80FD\u3067\u3059\u3002\u30D9\u30F3\u30C0\u30FC\u304C\u4E3B\u5F35\u3059\u308B\u6CD5\u7684\u6839\u62E0\u3092\u3082\u3068\u306B\u3001\u30D9\u30F3\u30C0\u30FC\u3054\u3068\u306B\u7686\u69D8\u306E\u6A29\u5229\u3092\u884C\u4F7F\u3067\u304D\u307E\u3059\u3002","static.tcf.vendors.iab":"IAB TCF\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors.other":"\u305D\u306E\u4ED6\u306E\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors_count":"X\u793E","static.tcf.vendors_using_consent":"\u540C\u610F\u3092\u4F7F\u7528\u3059\u308B\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors_using_legint":"\u6B63\u5F53\u306A\u5229\u76CA\u3092\u4F7F\u7528\u3059\u308B\u30D9\u30F3\u30C0\u30FC"},lf={"static.tcf.consent":"Sutikimas","static.tcf.cookie_disclosure.also_non_cookie":"\u0160is pardav\u0117jas taip pat naudoja kitus metodus, pvz., \u201Evietin\u0119 saugykl\u0105\u201C, kad i\u0161saugot\u0173 ir pasiekt\u0173 j\u016Bs\u0173 \u012Frenginyje esan\u010Di\u0105 informacij\u0105.","static.tcf.cookie_disclosure.intro":"saugo slapukus, kuri\u0173 maksimali trukm\u0117 yra ma\u017Edaug tiek dien\u0173:","static.tcf.cookie_disclosure.non_cookie":"naudoja kitus metodus, pvz., \u201Evietin\u0119 saugykl\u0105\u201C, kad i\u0161saugot\u0173 ir pasiekt\u0173 j\u016Bs\u0173 \u012Frenginyje esan\u010Di\u0105 informacij\u0105.","static.tcf.cookie_disclosure.refresh":"\u0160ie slapukai gali b\u016Bti atnaujinti.","static.tcf.data_categories":"Duomen\u0173 kategorijos","static.tcf.features":"Funkcijos","static.tcf.features.description":"Toliau rasite funkcij\u0173, d\u0117l kuri\u0173 tvarkomi j\u016Bs\u0173 duomenys, s\u0105ra\u0161\u0105. Naudodamiesi toliau nurodytais perjungikliaisk, galite pasinaudoti speciali\u0173j\u0173 funkcij\u0173 teis\u0117mis.","static.tcf.legint":"Teisinis interesas","static.tcf.legint_disclosure":"Teis\u0117to intereso atskleidimas","static.tcf.privacy_policy":"Privatumo politika","static.tcf.purposes":"Tikslai","static.tcf.purposes.description":"Toliau rasite tiksl\u0173 ir speciali\u0173 funkcij\u0173, d\u0117l kuri\u0173 tvarkomi j\u016Bs\u0173 duomenys, s\u0105ra\u0161\u0105. Naudodamiesi toliau nurodytais perjungikliais, galite pasinaudoti savo teis\u0117mis konkre\u010Diais tikslais, remdamiesi sutikimu arba teis\u0117tu interesu.","static.tcf.retention":"Saugojimas","static.tcf.retention_period_days":"diena (-os)","static.tcf.special_features":"Specialiosios funkcijos","static.tcf.special_purposes":"Specialieji tikslai","static.tcf.vendors":"Pardav\u0117jai","static.tcf.vendors.description":"Toliau pateikiamas j\u016Bs\u0173 duomenis tvarkan\u010Di\u0173 pardav\u0117j\u0173 s\u0105ra\u0161as ir j\u0173 deklaruojami duomen\u0173 tvarkymo tikslai ar funkcijos. Kiekvieno pardav\u0117jo teis\u0117mis galite pasinaudoti remdamiesi jo nurodytu teisiniu pagrindu.","static.tcf.vendors.iab":"\u201EIAB TCF\u201C pardav\u0117jai","static.tcf.vendors.other":"Kiti pardav\u0117jai","static.tcf.vendors_count":"pardav\u0117jas (-ai)","static.tcf.vendors_using_consent":"Sutikim\u0105 naudojantys pardav\u0117jai","static.tcf.vendors_using_legint":"Teis\u0117t\u0105 interes\u0105 naudojantys pardav\u0117jai"},df={"static.tcf.consent":"Piekri\u0161ana","static.tcf.cookie_disclosure.also_non_cookie":'Turkl\u0101t \u0161is p\u0101rdev\u0113js/pakalpojumu sniedz\u0113js saglab\u0101 un izg\u016Bst datus no j\u016Bsu ier\u012Bces, izmantojot papildu metodes, piem\u0113ram, "viet\u0113jo kr\u0101tuvi".',"static.tcf.cookie_disclosure.intro":"saglab\u0101 s\u012Bkdatnes, kuru maksim\u0101lais dienu ilgums ir aptuveni:","static.tcf.cookie_disclosure.non_cookie":'izmanto t\u0101das metodes k\u0101 "Viet\u0113j\u0101 kr\u0101tuve", lai saglab\u0101tu un piek\u013C\u016Btu inform\u0101cijai j\u016Bsu ier\u012Bc\u0113.',"static.tcf.cookie_disclosure.refresh":"\u0160\u012Bs s\u012Bkdatnes var tikt atsvaidzin\u0101tas.","static.tcf.data_categories":"Datu kategorijas","static.tcf.features":"Iesp\u0113jas","static.tcf.features.description":"T\u0101l\u0101k ir sniegts saraksts ar konkr\u0113tiem m\u0113r\u0137iem, kuru d\u0113\u013C tiek apstr\u0101d\u0101ti j\u016Bsu dati. Izmantojot t\u0101l\u0101k nor\u0101d\u012Btos sl\u0113d\u017Eus, varat \u012Bstenot savas ties\u012Bbas, \u0146emot v\u0113r\u0101 \u012Bpa\u0161as funkcijas.","static.tcf.legint":"Le\u0123it\u012Bmas intereses","static.tcf.legint_disclosure":"Le\u0123it\u012Bmo intere\u0161u izpau\u0161ana","static.tcf.privacy_policy":"Priv\u0101tuma politika","static.tcf.purposes":"M\u0113r\u0137i","static.tcf.purposes.description":"T\u0101l\u0101k ir sniegts saraksts ar konkr\u0113tiem m\u0113r\u0137iem un funkcij\u0101m, kuru d\u0113\u013C tiek apstr\u0101d\u0101ti j\u016Bsu dati. Izmantojot t\u0101l\u0101k nor\u0101d\u012Btos sl\u0113d\u017Eus, varat \u012Bstenot savas ties\u012Bbas konkr\u0113tiem m\u0113r\u0137iem, \u0146emot v\u0113r\u0101 mums pie\u0161\u0137irt\u0101s at\u013Caujas vai likum\u012Bgo interesi.","static.tcf.retention":"Ietur\u0113\u0161ana","static.tcf.retention_period_days":"diena(s)","static.tcf.special_features":"Speci\u0101las iesp\u0113jas","static.tcf.special_purposes":"\u012Apa\u0161i m\u0113r\u0137i","static.tcf.vendors":"Pre\u010Du p\u0101rdev\u0113ji/pakalpojumu sniedz\u0113ji","static.tcf.vendors.description":"T\u0101l\u0101k ir sniegts to p\u0101rdev\u0113ju/pakalpojumu sniedz\u0113ju saraksts, kuri apstr\u0101d\u0101 j\u016Bsu datus, k\u0101 ar\u012B apstr\u0101des m\u0113r\u0137i vai iesp\u0113jas, ko vi\u0146i deklar\u0113. Atkar\u012Bb\u0101 no juridisk\u0101 pamatojuma, ko izmanto katrs p\u0101rdev\u0113js/pakalpojumu sniedz\u0113js, varat \u012Bstenot savas ties\u012Bbas attiec\u012Bb\u0101s ar katru no pre\u010Du p\u0101rdev\u0113jiem/pakalpojumu sniedz\u0113jiem.","static.tcf.vendors.iab":"IAB PPI pre\u010Du p\u0101rdev\u0113ji/pakalpojumu sniedz\u0113ji","static.tcf.vendors.other":"Citi p\u0101rdev\u0113ji/pakalpojumu sniedz\u0113ji","static.tcf.vendors_count":"p\u0101rdev\u0113js(-i)/ pakalpojumu sniedz\u0113js(-i)","static.tcf.vendors_using_consent":"P\u0101rdev\u0113ji/ pakalpojumu sniedz\u0113ji, kas izmanto piekri\u0161anu","static.tcf.vendors_using_legint":"P\u0101rdev\u0113ji/ pakalpojumu sniedz\u0113ji, kas izmanto le\u0123it\u012Bm\u0101s intereses"},uf={"static.tcf.consent":"Kunsens","static.tcf.cookie_disclosure.also_non_cookie":'Dan il-bejjieg\u0127 ju\u017Ca wkoll metodi o\u0127ra b\u0127al "\u0127a\u017Cna lokali" biex ja\u0127\u017Cen u ja\u010B\u010Bessa informazzjoni fuq l-apparat tieg\u0127ek.',"static.tcf.cookie_disclosure.intro":"ja\u0127\u017Cen cookies b'tul ta' \u017Cmien massimu ta' madwar dil-\u0121ranet:","static.tcf.cookie_disclosure.non_cookie":'ju\u017Ca metodi b\u0127al "\u0127a\u017Cna lokali" biex ja\u0127\u017Cen u ja\u010B\u010Bessa l-informazzjoni fuq it-tag\u0127mir tieg\u0127ek.',"static.tcf.cookie_disclosure.refresh":"Dawn il-cookies jistg\u0127u ji\u0121u a\u0121\u0121ornati.","static.tcf.data_categories":"Kategoriji tad-dejta","static.tcf.features":"Karatteristi\u010Bi","static.tcf.features.description":"Hawn ta\u0127t se ssib lista tal-karatteristi\u010Bi li d-dejta tieg\u0127ek qed ti\u0121i ppro\u010Bessata g\u0127alihom. Tista' te\u017Cer\u010Bita d-drittijiet tieg\u0127ek g\u0127al karatteristi\u010Bi spe\u010Bjali billi tu\u017Ca l-bidliet t'hawn ta\u0127t.","static.tcf.legint":"Interess Le\u0121ittimu","static.tcf.legint_disclosure":"Divulgazzjoni le\u0121ittima tal-interess","static.tcf.privacy_policy":"Politika tal-Privatezza","static.tcf.purposes":"G\u0127anijiet","static.tcf.purposes.description":"Hawn ta\u0127t se ssib lista tal-g\u0127anijiet u l-g\u0127anijiet spe\u010Bjali li g\u0127alihom qed ti\u0121i ppro\u010Bessata d-dejta tieg\u0127ek. Tista' te\u017Cer\u010Bita d-drittijiet tieg\u0127ek g\u0127al skopijiet spe\u010Bifi\u010Bi, ibba\u017Cati fuq il-kunsens jew l-interess le\u0121ittimu, billi tu\u017Ca l-bidliet t'hawn ta\u0127t.","static.tcf.retention":"Ritenzjoni","static.tcf.retention_period_days":"jum(jiem)","static.tcf.special_features":"Karatteristi\u010Bi spe\u010Bjali","static.tcf.special_purposes":"G\u0127anijiet Spe\u010Bjali","static.tcf.vendors":"Bejjieg\u0127a","static.tcf.vendors.description":"Hawn ta\u0127t, issib lista ta' bejjieg\u0127a li jippro\u010Bessaw id-dejta tieg\u0127ek u l-g\u0127anijiet jew il-karatteristi\u010Bi tal-ippro\u010Bessar li jiddikjaraw. Tista' te\u017Cer\u010Bita d-drittijiet tieg\u0127ek g\u0127al kull bejjieg\u0127 abba\u017Ci tal-ba\u017Ci legali li jaffermaw.","static.tcf.vendors.iab":"Bejjieg\u0127a tat-TCF IAB","static.tcf.vendors.other":"Bejjieg\u0127a o\u0127ra","static.tcf.vendors_count":"bejjieg\u0127(a)","static.tcf.vendors_using_consent":"Bejjieg\u0127a li ju\u017Caw il-kunsens","static.tcf.vendors_using_legint":"Bejjieg\u0127a li ju\u017Caw interess le\u0121ittimu"},pf={"static.tcf.consent":"Toestemming","static.tcf.cookie_disclosure.also_non_cookie":"Deze leverancier gebruikt ook andere methoden zoals 'lokale opslag' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.intro":"bewaart cookies gedurende een maximale termijn van ongeveer dit aantal dagen:","static.tcf.cookie_disclosure.non_cookie":"gebruikt methoden zoals 'lokale opslag' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.refresh":"Deze cookies kunnen vernieuwd worden.","static.tcf.data_categories":"Gegevenscategorie\xEBn","static.tcf.features":"Functies","static.tcf.features.description":"Hieronder vindt u een lijst van de functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor speciale functies.","static.tcf.legint":"Gerechtvaardigd belang","static.tcf.legint_disclosure":"Verklaring gerechtvaardigd belang","static.tcf.privacy_policy":"Privacybeleid","static.tcf.purposes":"Doeleinden","static.tcf.purposes.description":"Hieronder vindt u een lijst van de doeleinden en speciale functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor specifieke doeleinden, gebaseerd op toestemming of gerechtvaardigd belang.","static.tcf.retention":"Bewaartermijn","static.tcf.retention_period_days":"dag(en)","static.tcf.special_features":"Speciale functies","static.tcf.special_purposes":"Speciale doeleinden","static.tcf.vendors":"Leveranciers","static.tcf.vendors.description":"Hieronder vindt u een lijst van leveranciers die uw gegevens verwerken en de doeleinden of functies voor verwerking die zij vermelden. U kunt uw rechten uitoefenen voor elke leverancier op basis van de grondslag die zij aangeven.","static.tcf.vendors.iab":"IAB TCF-leveranciers","static.tcf.vendors.other":"Andere leveranciers","static.tcf.vendors_count":"leverancier(s)","static.tcf.vendors_using_consent":"Leveranciers die toestemming gebruiken","static.tcf.vendors_using_legint":"Leveranciers die gerechtvaardigd belang gebruiken"},ff={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":"Denne leverand\xF8ren bruker ogs\xE5 metoder som \xABlokal lagring\xBB til \xE5 lagre og f\xE5 tilgang til informasjon p\xE5 enheten din.","static.tcf.cookie_disclosure.intro":"lagrer informasjonskapsler med en maksimal varighet p\xE5 ca. f\xF8lgende antall dager:","static.tcf.cookie_disclosure.non_cookie":"bruker metoder som \xABlokal lagring\xBB til \xE5 lagre og f\xE5 tilgang til informasjon p\xE5 enheten din.","static.tcf.cookie_disclosure.refresh":"Disse informasjonskapslene kan oppdateres.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funksjoner","static.tcf.features.description":"Nedenfor finner du en liste over funksjonene dataene dine blir h\xE5ndtert for. Du kan ut\xF8ve rettighetene dine for spesialfunksjoner ved \xE5 bruke av/p\xE5-knappene nedenfor.","static.tcf.legint":"Berettiget interesse","static.tcf.legint_disclosure":"Berettiget interessedeling","static.tcf.privacy_policy":"Personvernregler","static.tcf.purposes":"Hensikter","static.tcf.purposes.description":"Nedenfor finner du en liste over hensiktene og spesialfunksjonene dataene dine blir h\xE5ndtert for. Du kan ut\xF8ve rettighetene dine for bestemte hensikter, basert p\xE5 samtykke eller berettiget interesse, ved \xE5 bruke av/p\xE5-knappene nedenfor.","static.tcf.retention":"Oppbevaring","static.tcf.retention_period_days":"dag(er)","static.tcf.special_features":"Spesialfunksjoner","static.tcf.special_purposes":"Spesialhensikter","static.tcf.vendors":"Leverand\xF8rer","static.tcf.vendors.description":"Nedenfor finner du en liste over leverand\xF8rer som h\xE5ndterer dataene dine samt hensiktene eller funksjonene de har eller ut\xF8ver med denne databehandlingen. Du kan ut\xF8ve rettighetene dine for hver leverand\xF8r basert p\xE5 det juridiske grunnlaget de hevder eierskap til.","static.tcf.vendors.iab":"IAB TCF-leverand\xF8rer","static.tcf.vendors.other":"Andre leverand\xF8rer","static.tcf.vendors_count":"leverand\xF8r(er)","static.tcf.vendors_using_consent":"Leverand\xF8rbruk samtykke","static.tcf.vendors_using_legint":"Leverand\xF8rbruk berettiget interesse"},vf={"static.tcf.consent":"Zgoda","static.tcf.cookie_disclosure.also_non_cookie":"Ten dostawca wykorzystuje tak\u017Ce takie metody jak \u201Emagazyn lokalny\u201D do przechowywania informacji na Pa\u0144stwa urz\u0105dzeniu i uzyskiwaniu do nich dost\u0119pu.","static.tcf.cookie_disclosure.intro":"przechowuje pliki cookie przez tak\u0105 przybli\u017Con\u0105 maksymaln\u0105 liczb\u0119 dni:","static.tcf.cookie_disclosure.non_cookie":"wykorzystuje takie metody jak \u201Emagazyn lokalny\u201D do przechowywania informacji na Pa\u0144stwa urz\u0105dzeniu i uzyskiwaniu do nich dost\u0119pu.","static.tcf.cookie_disclosure.refresh":"Te pliki cookie mog\u0105 by\u0107 od\u015Bwie\u017Cane.","static.tcf.data_categories":"Kategorie danych","static.tcf.features":"Funkcje","static.tcf.features.description":"Poni\u017Cej prezentujemy list\u0119 funkcji, w zwi\u0105zku z kt\xF3rymi s\u0105 przetwarzane Twoje dane. U\u017Cywaj\u0105c poni\u017Cszych prze\u0142\u0105cznik\xF3w, mo\u017Cesz wykona\u0107 swoje prawa w zwi\u0105zku z funkcjami specjalnymi.","static.tcf.legint":"Uzasadniony interes","static.tcf.legint_disclosure":"Obja\u015Bnienie uzasadnionego interesu","static.tcf.privacy_policy":"Polityka prywatno\u015Bci","static.tcf.purposes":"Cele","static.tcf.purposes.description":"Poni\u017Cej prezentujemy list\u0119 cel\xF3w i funkcji specjalnych, w zwi\u0105zku z kt\xF3rymi s\u0105 przetwarzane Twoje dane. U\u017Cywaj\u0105c poni\u017Cszych prze\u0142\u0105cznik\xF3w, mo\u017Cesz wykona\u0107 swoje prawa w zwi\u0105zku z celami szczeg\xF3lnymi w oparciu o zgod\u0119 lub uzasadniony interes.","static.tcf.retention":"Przechowywanie","static.tcf.retention_period_days":"dzie\u0144/dni","static.tcf.special_features":"Funkcje specjalne","static.tcf.special_purposes":"Cele szczeg\xF3lne","static.tcf.vendors":"Dostawcy","static.tcf.vendors.description":"Poni\u017Cej prezentujemy list\u0119 podwykonawc\xF3w przetwarzaj\u0105cych Twoje dane wraz z deklarowanymi przez nich celami lub funkcjami przetwarzania. Mo\u017Cesz wykona\u0107 swoje prawa w odniesieniu do ka\u017Cdego podwykonawcy w oparciu o zapewniane przez nich ramy prawne.","static.tcf.vendors.iab":"Podwykonawcy IAB TCF","static.tcf.vendors.other":"Inni dostawcy","static.tcf.vendors_count":"dostawca(-y)","static.tcf.vendors_using_consent":"Dostawcy wykorzystuj\u0105cy zgod\u0119","static.tcf.vendors_using_legint":"Dostawcy wykorzystuj\u0105cy uzasadniony interes"},gf={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":'Este fornecedor tamb\xE9m utiliza outros m\xE9todos como "armazenamento local" para armazenar e acessar informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\xE7\xE3o m\xE1xima de aproximadamente o seguinte n\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":'utiliza "armazenamento local" para armazenar e acessar informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Recursos","static.tcf.features.description":"Abaixo, voc\xEA encontrar\xE1 uma lista dos recursos para os quais seus dados est\xE3o sendo tratados. Voc\xEA pode exercer seus direitos para recursos especiais usando os controles abaixo.","static.tcf.legint":"Interesse Leg\xEDtimo","static.tcf.legint_disclosure":"Divulga\xE7\xE3o de interesse leg\xEDtimo","static.tcf.privacy_policy":"Pol\xEDtica de Privacidade","static.tcf.purposes":"Finalidades","static.tcf.purposes.description":"Abaixo, voc\xEA encontrar\xE1 uma lista das finalidades e recursos especiais para os quais seus dados est\xE3o sendo tratados. Voc\xEA pode exercer seus direitos para fins espec\xEDficos, com base no consentimento ou interesse leg\xEDtimo, usando os controles abaixo.","static.tcf.retention":"Reten\xE7\xE3o","static.tcf.retention_period_days":"Dia(s)","static.tcf.special_features":"Recursos especiais","static.tcf.special_purposes":"Finalidades especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, voc\xEA encontrar\xE1 uma lista dos fornecedores que utilizam seus dados e as finalidades ou caracter\xEDsticas declaradas por eles para este processamento. Voc\xEA pode exercer seus direitos para cada fornecedor de acordo com o embasamento legal afirmado por eles.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"Fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que usam consentimento","static.tcf.vendors_using_legint":"Fornecedores que usam interesse leg\xEDtimo"},_f={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":'Este fornecedor tamb\xE9m utiliza outros m\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\xE7\xE3o m\xE1xima de aproximadamente este n\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":'utiliza m\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Caracter\xEDsticas","static.tcf.features.description":"Abaixo, encontra-se uma lista das caracter\xEDsticas para as quais os seus dados est\xE3o a ser tratados. Pode exercer os seus direitos relativamente a caracter\xEDsticas especiais utilizando os bot\xF5es abaixo.","static.tcf.legint":"Interesse Leg\xEDtimo","static.tcf.legint_disclosure":"Divulga\xE7\xE3o de interesses leg\xEDtimos","static.tcf.privacy_policy":"Pol\xEDtica de Privacidade","static.tcf.purposes":"Fins","static.tcf.purposes.description":"Abaixo, encontra-se uma lista dos fins e caracter\xEDsticas especiais para as quais os seus dados est\xE3o a ser tratados. Pode exercer os seus direitos para fins espec\xEDficos, com base no consentimento ou no interesse leg\xEDtimo, utilizando as op\xE7\xF5es abaixo.","static.tcf.retention":"Reten\xE7\xE3o","static.tcf.retention_period_days":"dia(s)","static.tcf.special_features":"Caracter\xEDsticas especiais","static.tcf.special_purposes":"Fins especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, encontra-se uma lista dos fornecedores que tratam os seus dados e os fins ou caracter\xEDsticas do tratamento que declaram. Pode exercer os seus direitos relativamente a cada fornecedor com base no fundamento jur\xEDdico que este defende.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que utilizam o consentimento","static.tcf.vendors_using_legint":"Fornecedores que utilizam o interesse leg\xEDtimo"},mf={"static.tcf.consent":"Consim\u021B\u0103m\xE2nt","static.tcf.cookie_disclosure.also_non_cookie":"Acest furnizor folose\u0219te \u0219i alte metode, cum ar fi \u201Estocarea local\u0103\u201D \u0219i accesul la informa\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.intro":"stocheaz\u0103 modulele cookie cu o durat\u0103 maxim\u0103 de aproximativ atatea zile:","static.tcf.cookie_disclosure.non_cookie":"folose\u0219te \u0219i alte metode, cum ar fi \u201Estocarea local\u0103\u201D \u0219i accesul la informa\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.refresh":"Aceste module cookie pot fi reactualizate","static.tcf.data_categories":"Categorii de date","static.tcf.features":"Op\u021Biuni","static.tcf.features.description":"Mai jos, ve\u021Bi g\u0103si o list\u0103 de op\u021Biuni pentru care sunt prelucrate datele dvs. V\u0103 pute\u021Bi exercita drepturile pentru op\u021Biunile speciale folosind func\u021Biile de mai jos.","static.tcf.legint":"Interes legitim","static.tcf.legint_disclosure":"Divulgarea intereselor legitime","static.tcf.privacy_policy":"Politic\u0103 de confiden\u021Bialitate","static.tcf.purposes":"Scopuri","static.tcf.purposes.description":"Mai jos, ve\u021Bi g\u0103si o list\u0103 de scopuri \u0219i op\u021Biuni speciale pentru care sunt prelucrate datele dvs. V\u0103 pute\u021Bi exercita drepturile pentru anumite scopuri, \xEEn temeiul consim\u021B\u0103m\xE2ntului sau al interesului legitim, folosind func\u021Biile de mai jos.","static.tcf.retention":"P\u0103strare","static.tcf.retention_period_days":"zile","static.tcf.special_features":"Op\u021Biuni speciale","static.tcf.special_purposes":"Scopuri speciale","static.tcf.vendors":"Furnizori","static.tcf.vendors.description":"Mai jos se reg\u0103se\u0219te o list\u0103 de furnizori care v\u0103 prelucreaz\u0103 datele \u0219i scopurile sau op\u021Biunile de prelucrare pe care le declar\u0103. V\u0103 pute\u021Bi exercita drepturile pentru fiecare furnizor \xEEn parte pe baza temeiului juridic pe care \xEEl declar\u0103.","static.tcf.vendors.iab":"Furnizori IAB TCF","static.tcf.vendors.other":"Al\u021Bi furnizori","static.tcf.vendors_count":"furnizori","static.tcf.vendors_using_consent":"Furnizori care folosesc consim\u021B\u0103m\xE2ntul","static.tcf.vendors_using_legint":"Furnizori care folosesc interesul legitim"},hf={"static.tcf.consent":"\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\u042D\u0442\u043E\u0442 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A \u0442\u0430\u043A\u0436\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0434\u0440\u0443\u0433\u0438\u0435 \u043C\u0435\u0442\u043E\u0434\u044B, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435, \u0434\u043B\u044F \u0445\u0440\u0430\u043D\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 \u0438 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u043D\u0435\u0439.","static.tcf.cookie_disclosure.intro":"\u0445\u0440\u0430\u043D\u0438\u0442 \u0444\u0430\u0439\u043B\u044B cookie \u0432 \u0442\u0435\u0447\u0435\u043D\u0438\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C \u043F\u0440\u0438\u043C\u0435\u0440\u043D\u043E \u0442\u0430\u043A\u043E\u0433\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0434\u043D\u0435\u0439:","static.tcf.cookie_disclosure.non_cookie":"\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043C\u0435\u0442\u043E\u0434\u044B, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435, \u0434\u043B\u044F \u0445\u0440\u0430\u043D\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 \u0438 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u043D\u0435\u0439.","static.tcf.cookie_disclosure.refresh":"\u042D\u0442\u0438 \u0444\u0430\u0439\u043B\u044B cookie \u043C\u043E\u0433\u0443\u0442 \u043E\u0431\u043D\u043E\u0432\u043B\u044F\u0442\u044C\u0441\u044F.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445","static.tcf.features":"\u0424\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.features.description":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u0444\u0443\u043D\u043A\u0446\u0438\u0439, \u0434\u043B\u044F \u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u0432\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0441\u0432\u043E\u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u0438 \u043D\u0438\u0436\u0435.","static.tcf.legint":"\u0417\u0430\u043A\u043E\u043D\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u0420\u0430\u0441\u043A\u0440\u044B\u0442\u0438\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u0437\u0430\u043A\u043E\u043D\u043D\u044B\u0445 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430\u0445","static.tcf.privacy_policy":"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438","static.tcf.purposes":"\u0426\u0435\u043B\u0438","static.tcf.purposes.description":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u0446\u0435\u043B\u0435\u0439 \u0438 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439, \u0434\u043B\u044F \u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u0432\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0441\u0432\u043E\u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0445 \u0446\u0435\u043B\u0435\u0439 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0438\u043B\u0438 \u0437\u0430\u043A\u043E\u043D\u043D\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u0438 \u043D\u0438\u0436\u0435.","static.tcf.retention":"\u0425\u0440\u0430\u043D\u0435\u043D\u0438\u0435","static.tcf.retention_period_days":"\u0434\u043D.","static.tcf.special_features":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.special_purposes":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0446\u0435\u043B\u0438","static.tcf.vendors":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438 \u0443\u0441\u043B\u0443\u0433","static.tcf.vendors.description":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u0432 \u0443\u0441\u043B\u0443\u0433, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442 \u0432\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0438 \u0446\u0435\u043B\u0438 \u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0441\u0432\u043E\u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u043E\u0432\u044B\u0445 \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438\u0439.","static.tcf.vendors.iab":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438 IAB TCF","static.tcf.vendors.other":"\u0414\u0440\u0443\u0433\u0438\u0435 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438","static.tcf.vendors_count":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438","static.tcf.vendors_using_consent":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0449\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.vendors_using_legint":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0449\u0438\u0435 \u0437\u0430\u043A\u043E\u043D\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0435\u0441"},bf={"static.tcf.consent":"S\xFAhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dod\xE1vate\u013E pou\u017E\xEDva na ukladanie a pr\xEDstup k inform\xE1ci\xE1m vo va\u0161om zariaden\xED aj in\xE9 met\xF3dy, napr\xEDklad \u201Elok\xE1lny ukladac\xED priestor\u201C.","static.tcf.cookie_disclosure.intro":"uklad\xE1 s\xFAbory cookie s maxim\xE1lnou d\u013A\u017Ekou trvania pribli\u017Ene to\u013Eko dn\xED:","static.tcf.cookie_disclosure.non_cookie":"pou\u017E\xEDva na ukladanie a pr\xEDstup k inform\xE1ci\xE1m vo va\u0161om zariaden\xED met\xF3dy, ako je \u201Elok\xE1lny ukladac\xED priestor\u201C.","static.tcf.cookie_disclosure.refresh":"Tieto s\xFAbory cookie sa m\xF4\u017Eu obnovova\u0165.","static.tcf.data_categories":"Kateg\xF3rie \xFAdajov","static.tcf.features":"Funkcie","static.tcf.features.description":"Ni\u017E\u0161ie n\xE1jdete zoznam funkci\xED, na ktor\xE9 sa va\u0161e \xFAdaje sprac\xFAvaj\xFA. Svoje pr\xE1va pre \u0161peci\xE1lne funkcie m\xF4\u017Eete uplatni\u0165 pomocou ni\u017E\u0161ie uveden\xFDch prep\xEDna\u010Dov.","static.tcf.legint":"Opr\xE1vnen\xFD z\xE1ujem","static.tcf.legint_disclosure":"Zverejnenie opr\xE1vnen\xE9ho z\xE1ujmu","static.tcf.privacy_policy":"Politika ochrany osobn\xFDch \xFAdajov","static.tcf.purposes":"\xDA\u010Dely","static.tcf.purposes.description":"Ni\u017E\u0161ie n\xE1jdete zoznam \xFA\u010Delov a \u0161peci\xE1lnych funkci\xED, na ktor\xE9 sa va\u0161e \xFAdaje sprac\xFAvaj\xFA. Svoje pr\xE1va pre konkr\xE9tne \xFA\u010Dely m\xF4\u017Eete uplatni\u0165 na z\xE1klade s\xFAhlasu alebo opr\xE1vnen\xE9ho z\xE1ujmu pomocou ni\u017E\u0161ie uveden\xFDch prep\xEDna\u010Dov.","static.tcf.retention":"Uchov\xE1vanie","static.tcf.retention_period_days":"de\u0148/i/\xED","static.tcf.special_features":"\u0160peci\xE1lne funkcie","static.tcf.special_purposes":"\u0160peci\xE1lne \xFA\u010Dely","static.tcf.vendors":"Dod\xE1vatelia","static.tcf.vendors.description":"Ni\u017E\u0161ie n\xE1jdete zoznam dod\xE1vate\u013Eov, ktor\xED sprac\xFAvaj\xFA va\u0161e \xFAdaje, a \xFA\u010Dely alebo funkcie sprac\xFAvania, ktor\xE9 deklaruj\xFA. Svoje pr\xE1va m\xF4\u017Eete uplatni\u0165 u ka\u017Ed\xE9ho dod\xE1vate\u013Ea na z\xE1klade pr\xE1vneho z\xE1kladu, ktor\xFD uplat\u0148uje.","static.tcf.vendors.iab":"Dod\xE1vatelia IAB TCF","static.tcf.vendors.other":"Ostatn\xED dod\xE1vatelia","static.tcf.vendors_count":"dod\xE1vate\u013E/lia/ov","static.tcf.vendors_using_consent":"Dod\xE1vatelia vyu\u017E\xEDvaj\xFAci s\xFAhlas","static.tcf.vendors_using_legint":"Dod\xE1vatelia vyu\u017E\xEDvaj\xFAci opr\xE1vnen\xFD z\xE1ujem"},yf={"static.tcf.consent":"Privolitev","static.tcf.cookie_disclosure.also_non_cookie":"Ta partner za shranjevanje in dostop do informacij v va\u0161i napravi uporablja tudi druge metode, kot je \xBBlokalna shramba\xAB.","static.tcf.cookie_disclosure.intro":"shranjuje pi\u0161kotke z najdalj\u0161im trajanjem pribli\u017Eno toliko dni:","static.tcf.cookie_disclosure.non_cookie":"za shranjevanje in dostop do informacij v va\u0161i napravi uporablja metode, kot je \xBBlokalna shramba\xAB.","static.tcf.cookie_disclosure.refresh":"Ti pi\u0161kotki se lahko osve\u017Eijo.","static.tcf.data_categories":"Kategorije podatkov","static.tcf.features":"Funkcije","static.tcf.features.description":"V nadaljevanju je prikazan seznam funkcij, za katere se obdelujejo va\u0161i podatki. Svoje pravice za posebne funkcije lahko uveljavljate s spodnjimi stikali.","static.tcf.legint":"Zakoniti interes","static.tcf.legint_disclosure":"Razkritje zakonitega interesa","static.tcf.privacy_policy":"Pravilnik o zasebnosti","static.tcf.purposes":"Nameni","static.tcf.purposes.description":"V nadaljevanju je prikazan seznam namenov in posebnih funkcij, za katere se obdelujejo va\u0161i podatki. Svoje pravice za posebne namene, ki temeljijo na privolitvi ali zakonitem interesu, lahko uveljavljate s spodnjimi stikali.","static.tcf.retention":"Hramba","static.tcf.retention_period_days":"dni","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebni nameni","static.tcf.vendors":"Partnerji","static.tcf.vendors.description":"V nadaljevanju je prikazan seznam partnerjev, ki obdelujejo va\u0161e podatke, in nameni ali funkcije obdelave, ki jih prijavljajo. Za vsakega partnerja lahko uveljavljate svoje pravice na podlagi pravne podlage, ki jo uveljavlja.","static.tcf.vendors.iab":"Partnerji IAB TCF","static.tcf.vendors.other":"Drugi partnerji","static.tcf.vendors_count":"partner(jev)","static.tcf.vendors_using_consent":"Partnerji, ki uporabljajo privolitev","static.tcf.vendors_using_legint":"Partnerji, ki uporabljajo zakoniti interes"},kf={"static.tcf.consent":"\u0421\u0430\u0433\u043B\u0430\u0441\u043D\u043E\u0441\u0442","static.tcf.cookie_disclosure.also_non_cookie":"\u041E\u0432\u0438 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438 \u0442\u0430\u043A\u043E\u0452\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u0434\u0440\u0443\u0433\u0435 \u043C\u0435\u0442\u043E\u0434\u0435 \u043A\u0430\u043E \u0448\u0442\u043E \u0441\u0443 \u201E\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435\u201C \u0437\u0430 \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435 \u0438 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0430\u043C\u0430 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0440\u0435\u0452\u0430\u0458\u0443.","static.tcf.cookie_disclosure.intro":"\u0447\u0443\u0432\u0430 \u043A\u043E\u043B\u0430\u0447\u0438\u045B\u0435 \u0441\u0430 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0438\u043C \u0442\u0440\u0430\u0458\u0430\u045A\u0435\u043C \u043E\u0434 \u043E\u0442\u043F\u0440\u0438\u043B\u0438\u043A\u0435 \u043E\u0432\u043E\u043B\u0438\u043A\u043E \u0434\u0430\u043D\u0430:","static.tcf.cookie_disclosure.non_cookie":"\u043A\u043E\u0440\u0438\u0441\u0442\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u043A\u0430\u043E \u0448\u0442\u043E \u0441\u0443 \u201E\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435\u201C \u0437\u0430 \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435 \u0438 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0430\u043C\u0430 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0440\u0435\u0452\u0430\u0458\u0443.","static.tcf.cookie_disclosure.refresh":"\u041E\u0432\u0438 \u043A\u043E\u043B\u0430\u0447\u0438\u045B\u0438 \u0441\u0435 \u043C\u043E\u0433\u0443 \u043E\u0441\u0432\u0435\u0436\u0438\u0442\u0438.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430","static.tcf.features":"\u041A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435","static.tcf.features.description":"\u0423 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443 \u045B\u0435\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u045B\u0438 \u043B\u0438\u0441\u0442\u0443 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0430 \u0437\u0430 \u043A\u043E\u0458\u0435 \u0441\u0435 \u0432\u0430\u0448\u0438 \u043F\u043E\u0434\u0430\u0446\u0438 \u043E\u0431\u0440\u0430\u0452\u0443\u0458\u0443. \u041C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0432\u0430\u0440\u0438\u0442\u0438 \u0441\u0432\u043E\u0458\u0430 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430 \u043F\u043E\u0441\u0435\u0431\u043D\u0435 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u045B\u0438 \u0434\u0443\u0433\u043C\u0438\u045B\u0435 \u0443 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443.","static.tcf.legint":"\u041B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u0438 \u0438\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u041E\u0431\u0458\u0430\u0432\u0459\u0438\u0432\u0430\u045A\u0435 \u043B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u043E\u0433 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430","static.tcf.privacy_policy":"\u041F\u0440\u0430\u0432\u0438\u043B\u0430 \u043E \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438","static.tcf.purposes":"\u041D\u0430\u043C\u0435\u043D\u0435","static.tcf.purposes.description":"\u0423 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443 \u045B\u0435\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u045B\u0438 \u043B\u0438\u0441\u0442\u0443 \u043D\u0430\u043C\u0435\u043D\u0430 \u0438 \u043F\u043E\u0441\u0435\u0431\u043D\u0438\u0445 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0430 \u0437\u0430 \u043A\u043E\u0458\u0435 \u0441\u0435 \u0432\u0430\u0448\u0438 \u043F\u043E\u0434\u0430\u0446\u0438 \u043E\u0431\u0440\u0430\u0452\u0443\u0458\u0443. \u0421\u0432\u043E\u0458\u0430 \u043F\u0440\u0430\u0432\u0430 \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0432\u0430\u0440\u0438\u0442\u0438 \u0443 \u043E\u0434\u0440\u0435\u0452\u0435\u043D\u0435 \u0441\u0432\u0440\u0445\u0435, \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0443 \u0441\u0430\u0433\u043B\u0430\u0441\u043D\u043E\u0441\u0442\u0438 \u0438\u043B\u0438 \u043B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u043E\u0433 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430, \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u045B\u0438 \u0434\u0443\u0433\u043C\u0438\u045B\u0435 \u0443 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443.","static.tcf.retention":"\u0417\u0430\u0434\u0440\u0436\u0430\u0432\u0430\u045A\u0435","static.tcf.retention_period_days":"\u0434\u0430\u043D(\u0430)","static.tcf.special_features":"\u041F\u043E\u0441\u0435\u0431\u043D\u0435 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435","static.tcf.special_purposes":"\u041F\u043E\u0441\u0435\u0431\u043D\u0435 \u043D\u0430\u043C\u0435\u043D\u0435","static.tcf.vendors":"\u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438","static.tcf.vendors.description":"\u0423 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443 \u045B\u0435\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u045B\u0438 \u043B\u0438\u0441\u0442\u0443 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0430 \u043A\u043E\u0458\u0438 \u043E\u0431\u0440\u0430\u0452\u0443\u0458\u0443 \u0432\u0430\u0448\u0435 \u043F\u043E\u0434\u0430\u0442\u043A\u0435 \u0438 \u0441\u0432\u0440\u0445\u0435 \u0438\u043B\u0438 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435 \u043E\u0431\u0440\u0430\u0434\u0435 \u043A\u043E\u0458\u0435 \u0441\u0443 \u0434\u0435\u043A\u043B\u0430\u0440\u0438\u0440\u0430\u043B\u0438. \u041C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0432\u0430\u0440\u0438\u0442\u0438 \u0441\u0432\u043E\u0458\u0430 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430 \u0441\u0432\u0430\u043A\u043E\u0433 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0430 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0443 \u043F\u0440\u0430\u0432\u043D\u0435 \u043E\u0441\u043D\u043E\u0432\u0435 \u043A\u043E\u0458\u0443 \u043E\u043D\u0438 \u0442\u0432\u0440\u0434\u0435.","static.tcf.vendors.iab":"IAB TCF \u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438","static.tcf.vendors.other":"\u0414\u0440\u0443\u0433\u0438 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438","static.tcf.vendors_count":"\u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447(\u0430)","static.tcf.vendors_using_consent":"\u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438 \u043A\u043E\u0458\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u0441\u0430\u0433\u043B\u0430\u0441\u043D\u043E\u0441\u0442","static.tcf.vendors_using_legint":"\u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438 \u043A\u043E\u0458\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u043B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u0438 \u0438\u043D\u0442\u0435\u0440\u0435\u0441"},Cf={"static.tcf.consent":"Saglasnost","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\u010D koristi i druge metode, kao \u0161to je \u201Elokalno skladi\u0161te\u201C za skladi\u0161tenje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.intro":"\u010Duva kola\u010Dic\u0301e sa maksimalnim trajanjem od oko ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \u0161to je \u201Elokalno skladi\u0161te\u201C za skladi\u0161tenje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\u010Di\u0107i mogu da se osve\u017Eavaju.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Namene","static.tcf.features.description":"U nastavku sledi spisak namena u koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti u odre\u0111ene svrhe koriste\u0107i prekida\u010De u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Otkrivanje legitimnog interesa","static.tcf.privacy_policy":"Pravila privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku sledi spisak svrha i posebnih namena u koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti u odre\u0111ene svrhe, na osnovu saglasnosti ili legitimnog interesa, koristec\u0301i prekida\u010De ispod.","static.tcf.retention":"Zadr\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne namene","static.tcf.special_purposes":"Posebne namene","static.tcf.vendors":"Dobavlja\u010Di","static.tcf.vendors.description":"U nastavku sledi spisak dobavlja\u010Da koji obra\u0111uju va\u0161e podatke i svrhe ili namene obrade koje oni deklari\u0161u. Svoja prava mo\u017Eete ostvariti za svakog dobavlja\u010Da na osnovu pravne osnove koju oni navode.","static.tcf.vendors.iab":"IAB TCF dobavlja\u010Di","static.tcf.vendors.other":"Drugi dobavlja\u010Di","static.tcf.vendors_count":"dobavlja\u010D(a)","static.tcf.vendors_using_consent":"Dobavlja\u010Di koji koriste saglasnost","static.tcf.vendors_using_legint":"Dobavlja\u010Di koji koriste legitiman interes"},wf={"static.tcf.consent":"Samtycke","static.tcf.cookie_disclosure.also_non_cookie":"Denna leverant\xF6r anv\xE4nder ocks\xE5 andra metoder som \u201Dlokal lagring\u201D f\xF6r att lagra och f\xE5 tillg\xE5ng till information p\xE5 din enhet.","static.tcf.cookie_disclosure.intro":"lagrar kakor max ungef\xE4r s\xE5 h\xE4r m\xE5nga dagar:","static.tcf.cookie_disclosure.non_cookie":"anv\xE4nder ocks\xE5 metoder som \u201Dlokal lagring\u201D f\xF6r att lagra och f\xE5 tillg\xE5ng till information p\xE5 din enhet.","static.tcf.cookie_disclosure.refresh":"Dessa kakor kan komma att f\xF6rnyas.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"H\xE4r nedan hittar du en lista av de funktioner f\xF6r vilka dina uppgifter behandlas. Du kan ut\xF6va dina r\xE4ttigheter f\xF6r s\xE4rskilda funktioner genom menyvalen h\xE4r nedan.","static.tcf.legint":"Ber\xE4ttigat intresse","static.tcf.legint_disclosure":"Beskrivning av ber\xE4ttigat intresse","static.tcf.privacy_policy":"Integritetspolicy","static.tcf.purposes":"\xC4ndam\xE5l","static.tcf.purposes.description":"H\xE4r nedan hittar du en lista av de \xE4ndam\xE5l och s\xE4rskilda funktioner f\xF6r vilka dina uppgifter behandlas. Du kan ut\xF6va dina r\xE4ttigheter f\xF6r s\xE4rskilda \xE4ndam\xE5l, baserat p\xE5 samtycke och ber\xE4ttigat intresse, genom menyvalen h\xE4r nedan.","static.tcf.retention":"Lagring","static.tcf.retention_period_days":"Dag(ar)","static.tcf.special_features":"S\xE4rskilda funktioner","static.tcf.special_purposes":"S\xE4rskilda \xE4ndam\xE5l","static.tcf.vendors":"Leverant\xF6rer","static.tcf.vendors.description":"H\xE4r nedan hittar du en lista av leverant\xF6rer som behandlar dina uppgifter och \xE4ndam\xE5len eller funktionerna f\xF6r behandlingen de uppgivit. Du kan ut\xF6va dina r\xE4ttigheter f\xF6r varje leverant\xF6r baserat p\xE5 den r\xE4ttsliga grund de h\xE4vdar.","static.tcf.vendors.iab":"IAB TCF Leverant\xF6rer","static.tcf.vendors.other":"Andra leverant\xF6rer","static.tcf.vendors_count":"Leverant\xF6r(er)","static.tcf.vendors_using_consent":"Leverant\xF6rer som anv\xE4nder samtycke","static.tcf.vendors_using_legint":"Leverant\xF6rer som anv\xE4nder ber\xE4ttigat intresse"},Ef={"static.tcf.consent":"\u0130zin","static.tcf.cookie_disclosure.also_non_cookie":'Bu sat\u0131c\u0131 ayr\u0131ca cihaz\u0131n\u0131zdaki bilgileri depolamak ve bilgilere eri\u015Fmek i\xE7in "yerel depolama" gibi ba\u015Fka y\xF6ntemler de kullan\u0131r.',"static.tcf.cookie_disclosure.intro":"\xE7erezleri en fazla yakla\u015F\u0131k \u015Fu kadar g\xFCn saklar:","static.tcf.cookie_disclosure.non_cookie":'cihaz\u0131n\u0131zdaki bilgileri depolamak ve bilgilere eri\u015Fmek i\xE7in "yerel depolama" gibi y\xF6ntemler kullan\u0131r.',"static.tcf.cookie_disclosure.refresh":"Bu \xE7erezler yenilenebilir.","static.tcf.data_categories":"Veri kategorileri","static.tcf.features":"\xD6zellikler","static.tcf.features.description":"Verilerinizin i\u015Flendi\u011Fi \xF6zelliklerin bir listesini a\u015Fa\u011F\u0131da bulabilirsiniz. A\u015Fa\u011F\u0131daki ge\xE7i\u015F d\xFC\u011Fmelerini kullanarak \xF6zel niteliklere ili\u015Fkin haklar\u0131n\u0131z\u0131 kullanabilirsiniz.","static.tcf.legint":"Me\u015Fru Menfaat","static.tcf.legint_disclosure":"Me\u015Fru menfaat a\xE7\u0131klamas\u0131","static.tcf.privacy_policy":"Gizlilik Politikas\u0131","static.tcf.purposes":"Ama\xE7lar","static.tcf.purposes.description":"Verilerinizin i\u015Flenme ama\xE7lar\u0131 ve i\u015Flendi\u011Fi \xF6zel niteliklerin bir listesini a\u015Fa\u011F\u0131da bulabilirsiniz. A\u015Fa\u011F\u0131daki d\xFC\u011Fmeleri kullanarak haklar\u0131n\u0131z\u0131 belirli ama\xE7lar do\u011Frultusunda, izne veya me\u015Fru menfaate dayal\u0131 olarak kullanabilirsiniz.","static.tcf.retention":"Tutma","static.tcf.retention_period_days":"g\xFCn","static.tcf.special_features":"\xD6zel nitelikler","static.tcf.special_purposes":"\xD6zel ama\xE7lar","static.tcf.vendors":"Sat\u0131c\u0131lar","static.tcf.vendors.description":"A\u015Fa\u011F\u0131da, verilerinizi i\u015Fleyen sat\u0131c\u0131lar\u0131n bir listesini ve beyan ettikleri i\u015Fleme ama\xE7lar\u0131n\u0131 veya \xF6zelliklerini bulabilirsiniz. Haklar\u0131n\u0131z\u0131 her sat\u0131c\u0131 i\xE7in onlar\u0131n ileri s\xFCrd\xFC\u011F\xFC yasal dayanaklara g\xF6re kullanabilirsiniz.","static.tcf.vendors.iab":"IAB TCF Sat\u0131c\u0131lar\u0131","static.tcf.vendors.other":"Di\u011Fer sat\u0131c\u0131lar","static.tcf.vendors_count":"sat\u0131c\u0131","static.tcf.vendors_using_consent":"Onay kullanan sat\u0131c\u0131lar","static.tcf.vendors_using_legint":"Me\u015Fru menfaat kullanan sat\u0131c\u0131lar"},xf={"static.tcf.consent":"\u0417\u0433\u043E\u0434\u0430","static.tcf.cookie_disclosure.also_non_cookie":"\u0426\u0435\u0439 \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A \u0442\u0430\u043A\u043E\u0436 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0456\u043D\u0448\u0456 \u043C\u0435\u0442\u043E\u0434\u0438, \u044F\u043A-\u043E\u0442 \xAB\u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0435 \u0441\u0445\u043E\u0432\u0438\u0449\u0435\xBB \u0434\u043B\u044F \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u043D\u043D\u044F \u0442\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u0443 \u0434\u043E \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u043D\u0430 \u0432\u0430\u0448\u043E\u043C\u0443 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u0457.","static.tcf.cookie_disclosure.intro":"\u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454 \u0444\u0430\u0439\u043B\u0438 cookie \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u044E \u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044E \u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0441\u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043D\u0456\u0432:","static.tcf.cookie_disclosure.non_cookie":"\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0442\u0430\u043A\u0456 \u043C\u0435\u0442\u043E\u0434\u0438, \u044F\u043A \xAB\u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0435 \u0441\u0445\u043E\u0432\u0438\u0449\u0435\xBB \u0434\u043B\u044F \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u043D\u043D\u044F \u0442\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u0443 \u0434\u043E \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u043D\u0430 \u0432\u0430\u0448\u043E\u043C\u0443 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u0457.","static.tcf.cookie_disclosure.refresh":"\u0426\u0456 \u0444\u0430\u0439\u043B\u0438 cookie \u043C\u043E\u0436\u0443\u0442\u044C \u0431\u0443\u0442\u0438 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u0456.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0456\u0457 \u0434\u0430\u043D\u0438\u0445","static.tcf.features":"\u0424\u0443\u043D\u043A\u0446\u0456\u0457","static.tcf.features.description":"\u041D\u0438\u0436\u0447\u0435 \u0432\u043A\u0430\u0437\u0430\u043D\u0438\u0439 \u043F\u0435\u0440\u0435\u043B\u0456\u043A \u0444\u0443\u043D\u043A\u0446\u0456\u0439, \u0434\u043B\u044F \u044F\u043A\u0438\u0445 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C\u0441\u044F \u0432\u0430\u0448\u0456 \u0434\u0430\u043D\u0456. \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044F \u0441\u0432\u043E\u0457\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u043D\u0430 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0444\u0443\u043D\u043A\u0446\u0456\u0457 \u0437\u0430 \u0434\u043E\u043F\u043E\u043C\u043E\u0433\u043E\u044E \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0447\u0456\u0432 \u043D\u0438\u0436\u0447\u0435.","static.tcf.legint":"\u0417\u0430\u043A\u043E\u043D\u043D\u0438\u0439 \u0456\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u0420\u043E\u0437\u043A\u0440\u0438\u0442\u0442\u044F \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u043F\u0440\u043E \u0437\u0430\u043A\u043E\u043D\u043D\u0456 \u0456\u043D\u0442\u0435\u0440\u0435\u0441\u0438","static.tcf.privacy_policy":"\u041F\u043E\u043B\u0456\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456","static.tcf.purposes":"\u0426\u0456\u043B\u0456","static.tcf.purposes.description":"\u041D\u0438\u0436\u0447\u0435 \u0432\u043A\u0430\u0437\u0430\u043D\u0438\u0439 \u043F\u0435\u0440\u0435\u043B\u0456\u043A \u0446\u0456\u043B\u0435\u0439 \u0456 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0456\u0439, \u0434\u043B\u044F \u044F\u043A\u0438\u0445 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C\u0441\u044F \u0432\u0430\u0448\u0456 \u0434\u0430\u043D\u0456. \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044F \u0441\u0432\u043E\u0457\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u0438\u0445 \u0446\u0456\u043B\u0435\u0439 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u0437\u0433\u043E\u0434\u0438 \u0430\u0431\u043E \u0437\u0430\u043A\u043E\u043D\u043D\u043E\u0433\u043E \u0456\u043D\u0442\u0435\u0440\u0435\u0441\u0443, \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0447\u0438 \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0447\u0456 \u043D\u0438\u0436\u0447\u0435.","static.tcf.retention":"\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u043D\u043D\u044F","static.tcf.retention_period_days":"\u0434\u0435\u043D\u044C(\u0434\u043D\u0456\u0432)","static.tcf.special_features":"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0444\u0443\u043D\u043A\u0446\u0456\u0457","static.tcf.special_purposes":"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0446\u0456\u043B\u0456","static.tcf.vendors":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438","static.tcf.vendors.description":"\u041D\u0438\u0436\u0447\u0435 \u0432\u043A\u0430\u0437\u0430\u043D\u0438\u0439 \u043F\u0435\u0440\u0435\u043B\u0456\u043A \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0456\u0432, \u044F\u043A\u0456 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C \u0432\u0430\u0448\u0456 \u0434\u0430\u043D\u0456, \u0430 \u0442\u0430\u043A\u043E\u0436 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0456 \u0446\u0456\u043B\u0456 \u0430\u0431\u043E \u043E\u0441\u043E\u0431\u043B\u0438\u0432\u043E\u0441\u0442\u0456 \u043E\u0431\u0440\u043E\u0431\u043A\u0438. \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044F \u0441\u0432\u043E\u0457\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0449\u043E\u0434\u043E \u043A\u043E\u0436\u043D\u043E\u0433\u043E \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0430 \u043D\u0430 \u043F\u0456\u0434\u0441\u0442\u0430\u0432\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u043E\u0432\u0438\u0445 \u043F\u0456\u0434\u0441\u0442\u0430\u0432.","static.tcf.vendors.iab":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438 IAB TCF","static.tcf.vendors.other":"\u0406\u043D\u0448\u0456 \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438","static.tcf.vendors_count":"\u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A(-\u0456\u0432)","static.tcf.vendors_using_consent":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438, \u044F\u043A\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C \u043F\u0440\u043E\u0446\u0435\u0441 \u0437\u0433\u043E\u0434\u0438","static.tcf.vendors_using_legint":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438, \u044F\u043A\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C \u043F\u0440\u0430\u0432\u043E \u0437\u0430\u043A\u043E\u043D\u043D\u043E\u0433\u043E \u0456\u043D\u0442\u0435\u0440\u0435\u0441\u0443"},jf={"static.tcf.consent":"\u540C\u610F\u51FD","static.tcf.cookie_disclosure.also_non_cookie":"\u8BE5\u4F9B\u5E94\u5546\u8FD8\u4F7F\u7528\u201C\u672C\u5730\u5B58\u50A8\u201D\u7B49\u5176\u4ED6\u65B9\u6CD5\u6765\u5B58\u50A8\u548C\u8BBF\u95EE\u60A8\u8BBE\u5907\u4E0A\u7684\u4FE1\u606F\u3002","static.tcf.cookie_disclosure.intro":"\u5B58\u50A8 cookie \u7684\u6700\u5927\u9884\u4F30\u6301\u7EED\u65F6\u95F4\uFF08\u5929\u6570\uFF09\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\u4F7F\u7528\u201C\u672C\u5730\u5B58\u50A8\u201D\u7B49\u5176\u4ED6\u65B9\u6CD5\u6765\u5B58\u50A8\u548C\u8BBF\u95EE\u60A8\u8BBE\u5907\u4E0A\u7684\u4FE1\u606F\u3002","static.tcf.cookie_disclosure.refresh":"\u8FD9\u4E9B cookie \u53EF\u80FD\u4F1A\u88AB\u5237\u65B0\u3002","static.tcf.data_categories":"\u6570\u636E\u7C7B\u522B","static.tcf.features":"\u529F\u80FD","static.tcf.features.description":"\u5728\u4E0B\u9762\uFF0C\u60A8\u53EF\u4EE5\u770B\u5230\u5904\u7406\u60A8\u6570\u636E\u7684\u529F\u80FD\u5217\u8868\u3002\u60A8\u53EF\u4EE5\u4F7F\u7528\u4E0B\u9762\u7684\u5207\u6362\u5F00\u5173\u5728\u7279\u6B8A\u529F\u80FD\u65B9\u9762\u884C\u4F7F\u6743\u5229\u3002","static.tcf.legint":"\u5408\u6CD5\u6743\u76CA","static.tcf.legint_disclosure":"\u5408\u6CD5\u6743\u76CA\u62AB\u9732","static.tcf.privacy_policy":"\u9690\u79C1\u653F\u7B56","static.tcf.purposes":"\u76EE\u7684","static.tcf.purposes.description":"\u4E0B\u9762\uFF0C\u60A8\u53EF\u4EE5\u770B\u5230\u60A8\u6570\u636E\u7684\u5904\u7406\u76EE\u7684\u548C\u7279\u6B8A\u529F\u80FD\u5217\u8868\u3002\u51FA\u4E8E\u7279\u5B9A\u76EE\u7684\uFF0C\u60A8\u53EF\u4EE5\u6839\u636E\u540C\u610F\u51FD\u6216\u5408\u6CD5\u5229\u76CA\uFF0C\u4F7F\u7528\u4E0B\u9762\u7684\u5207\u6362\u5F00\u5173\u884C\u4F7F\u60A8\u7684\u6743\u5229\u3002","static.tcf.retention":"\u4FDD\u7559\u671F","static.tcf.retention_period_days":"\u5929","static.tcf.special_features":"\u7279\u6B8A\u529F\u80FD","static.tcf.special_purposes":"\u7279\u6B8A\u76EE\u7684","static.tcf.vendors":"\u4F9B\u5E94\u5546","static.tcf.vendors.description":"\u5728\u4E0B\u9762\uFF0C\u60A8\u53EF\u4EE5\u770B\u5230\u5904\u7406\u60A8\u6570\u636E\u7684\u4F9B\u5E94\u5546\u5217\u8868\uFF0C\u53CA\u5176\u58F0\u660E\u7684\u5904\u7406\u76EE\u7684\u6216\u529F\u80FD\u3002\u60A8\u53EF\u4EE5\u6839\u636E\u6BCF\u4E2A\u4F9B\u5E94\u5546\u4E3B\u5F20\u7684\u6CD5\u5F8B\u4F9D\u636E\u5BF9\u5176\u884C\u4F7F\u6743\u5229\u3002","static.tcf.vendors.iab":"IAB TCF \u4F9B\u5E94\u5546","static.tcf.vendors.other":"\u5176\u4ED6\u4F9B\u5E94\u5546","static.tcf.vendors_count":"\u4E2A\u4F9B\u5E94\u5546","static.tcf.vendors_using_consent":"\u4F9B\u5E94\u5546\u4F7F\u7528\u540C\u610F\u51FD","static.tcf.vendors_using_legint":"\u4F9B\u5E94\u5546\u4F7F\u7528\u5408\u6CD5\u6743\u76CA"};const as={ar:Vp,bg:Mp,bs:Up,ca:Bp,cs:Gp,da:Hp,de:qp,el:Kp,en:Yp,es:Wp,"es-MX":Jp,et:Zp,eu:Qp,fi:Xp,fr:ef,"fr-CA":tf,gl:sf,"hi-IN":of,hr:nf,hu:rf,it:af,ja:cf,lt:lf,lv:df,mt:uf,nl:pf,no:ff,pl:vf,"pt-BR":gf,"pt-PT":_f,ro:mf,ru:hf,sk:bf,sl:yf,"sr-Cyrl":kf,"sr-Latn":Cf,sv:wf,tr:Ef,uk:xf,zh:jf};function If(t){return Object.keys(as).forEach(e=>{t.load(e,as[e])}),Object.keys(as)}var Pf=Object.defineProperty,Fr=Object.getOwnPropertySymbols,Of=Object.prototype.hasOwnProperty,Sf=Object.prototype.propertyIsEnumerable,Dr=(t,e,i)=>e in t?Pf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Af=(t,e)=>{for(var i in e||(e={}))Of.call(e,i)&&Dr(t,i,e[i]);if(Fr)for(var i of Fr(e))Sf.call(e,i)&&Dr(t,i,e[i]);return t};const Tf=(t,e)=>{const{i18n:i}=t;If(i),Ui(u(_n,{i18nInstance:i},u(Kl,null,u(Ol,null,u(Rp,Af({experienceMinimal:t.experience},t))))),e)},Rr="__tcfapiLocator",Vr=t=>{if(!window.frames[t])if(window.document.body){const e=window.document.createElement("iframe");e.style.cssText="display:none",e.name=t,window.document.body.appendChild(e)}else setTimeout(()=>Vr(t),5)},zf=t=>{let e=window,i;for(;e;){try{if(e.frames[t]){i=e;break}}catch{}if(e===window.top)break;e=e.parent}return i},Lf=t=>typeof t=="object"&&t!=null&&"__tcfapiCall"in t,Nf=({gdprAppliesDefault:t=!1})=>{var e;const i=[],s=window;let o=t;function n(...a){return a.length?(a[0]==="setGdprApplies"?a.length>3&&parseInt(a[1],10)===2&&typeof a[3]=="boolean"&&(o=a[3],typeof a[2]=="function"&&a[2]("set",!0)):a[0]==="ping"?typeof a[2]=="function"&&a[2]({gdprApplies:o,cmpLoaded:!1,cmpStatus:"stub"}):i.push(a),null):i}function r(a){const c=typeof a.data=="string";let l={};if(c)try{l=JSON.parse(a.data)}catch{l={}}else l=a.data;if(!Lf(l))return null;const p=l.__tcfapiCall;return p&&window.__tcfapi&&window.__tcfapi(p.command,p.version,(d,v)=>{const f={__tcfapiReturn:{returnValue:d,success:v,callId:p.callId}};a&&a.source&&a.source.postMessage&&a.source.postMessage(c?JSON.stringify(f):f,"*")},p.parameter),null}if(!zf(Rr)){Vr(Rr);const a=n;if(typeof a!="function")throw new Error("TCF API failed to initialize");s.__tcfapi=a,s.addEventListener("message",r,!1),s.Fides.options.debug&&((e=s?.__tcfapi)==null||e.call(s,"addEventListener",2,c=>{}))}};var $f=Object.defineProperty,Ff=Object.defineProperties,Df=Object.getOwnPropertyDescriptors,Mr=Object.getOwnPropertySymbols,Rf=Object.prototype.hasOwnProperty,Vf=Object.prototype.propertyIsEnumerable,Ur=(t,e,i)=>e in t?$f(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ae=(t,e)=>{for(var i in e||(e={}))Rf.call(e,i)&&Ur(t,i,e[i]);if(Mr)for(var i of Mr(e))Vf.call(e,i)&&Ur(t,i,e[i]);return t},cs=(t,e)=>Ff(t,Df(e)),Mf=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{a(i.next(c))}catch(l){o(l)}},r=c=>{try{a(i.throw(c))}catch(l){o(l)}},a=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,r);a((i=i.apply(t,e)).next())});const ls=t=>{typeof window<"u"&&(window.Fides=t)},Uf=({cookie:t,experience:e})=>t.fides_string?os(e,t):e;function Bf(t){return Mf(this,null,function*(){var e,i,s,o,n,r,a;let c=(e=t??this.config)!=null?e:Es("Fides must be initialized with a configuration object");ro(!!((i=c.options)!=null&&i.debug)),this.config=c,ls(this),te("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((o=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:o.enabled),tcfEnabled:this.config.options.tcfEnabled});const l=Bt(Le.OPTIONS,c);Nf({gdprAppliesDefault:l?.fidesTcfGdprApplies});const p=Bt(Le.EXPERIENCE_TRANSLATION,c),d=yield tr(c);!l.fidesString&&d!=null&&d.fides_string&&(l.fidesString=d.fides_string);const v={optionsOverrides:l,consentPrefsOverrides:d,experienceTranslationOverrides:p};c=cs(Ae({},c),{options:Ae(Ae({},c.options),v.optionsOverrides)}),this.cookie=Ae({},$o(c)),this.saved_consent=Ae({},this.cookie.consent);const{fidesString:f}=c.options;if(f)try{const{tc:m}=Rt(f);yt.decode(m);const b={fides_string:f,tcf_version_hash:(r=(n=v.consentPrefsOverrides)==null?void 0:n.version_hash)!=null?r:this.cookie.tcf_version_hash};this.cookie=Ae(Ae({},this.cookie),b)}catch{}const g=Fo(cs(Ae({},c),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Fu}));Ou(),g&&(Object.assign(this,g),ls(this),te("FidesInitialized",this.cookie,c.options.debug,{shouldShowExperience:this.shouldShowExperience(),firstInit:!0})),this.experience=(a=g?.experience)!=null?a:c.experience;const _=yield Do(cs(Ae({},c),{fides:this,initOverlay:Gi,renderOverlay:Tf,updateExperience:Uf,overrides:v,propertyId:c.propertyId}));Object.assign(this,_),ls(this),te("FidesInitialized",this.cookie,c.options.debug,{shouldShowExperience:this.shouldShowExperience(),firstInit:!1})})}const Gf={consent:{},experience:void 0,geolocation:{},locale:ee,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:!0,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:!0,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!1,fidesConsentOverride:null,fidesDisabledNotices:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},blueconic:Ls,gtm:$s,init:Bf,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:Ii,shouldShowExperience(){return ct(this.experience,this.cookie,this.saved_consent,this.options)},meta:Fs,shopify:Rs,showModal:wt,getModalLinkLabel:()=>xt,encodeNoticeConsentString:mi,decodeNoticeConsentString:Et};typeof window<"u"&&(window.Fides=Gf),k.BannerEnabled=Cs,k.ButtonType=ve,k.CONSENT_COOKIE_MAX_AGE_DAYS=Ws,k.CONSENT_COOKIE_NAME=ki,k.ComponentType=X,k.ConsentMechanism=oe,k.ConsentMethod=F,k.EnforcementLevel=ks,k.GpcStatus=Ee,k.Layer1ButtonOption=kt,k.OT_CONSENT_COOKIE_NAME=Ys,k.OverrideType=Le,k.PrivacyNoticeFramework=ys,k.RejectAllMechanism=vi,k.RequestOrigin=ws,k.SaveConsentPreference=Xe,k.ServingComponent=De,k.UserConsentPreference=fe,k.allNoticesAreDefaultOptIn=Xr,k.buildCookieConsentFromConsentPreferences=xi,k.consentCookieObjHasSomeConsentSet=Ft,k.constructFidesRegionString=gi,k.createConsentPreferencesToSave=As,k.decodeNoticeConsentString=Et,k.defaultShowModal=wt,k.dispatchFidesEvent=te,k.encodeNoticeConsentString=mi,k.experienceIsValid=_i,k.getConsentContext=tt,k.getConsentStateFromExperience=oo,k.getCookieByName=Dt,k.getFidesConsentCookie=$e,k.getGpcStatusFromNotice=Os,k.getOTConsentCookie=Ci,k.getOrMakeFidesCookie=eo,k.getOverrideValidatorMapByType=Is,k.getTcfDefaultPreference=ea,k.getWindowObjFromPath=Ps,k.initOverlay=Gi,k.isNewFidesCookie=Zs,k.isPrivacyExperience=Re,k.makeConsentDefaultsLegacy=io,k.makeFidesCookie=Qs,k.noticeHasConsentInCookie=Ct,k.onFidesEvent=Ii,k.otCookieToFidesConsent=Xs,k.parseFidesDisabledNotices=Ss,k.removeCookiesFromBrowser=so,k.resolveConsentValue=Tt,k.resolveLegacyConsentValue=Us,k.saveFidesCookie=wi,k.shouldResurfaceBanner=ct,k.transformConsentToFidesUserPreference=le,k.transformTcfPreferencesToCookieKeys=to,k.transformUserPreferenceToBoolean=Ne,k.updateCookieFromExperience=no,k.updateCookieFromNoticePreferences=ji,k.updateExperienceFromCookieConsentNotices=Ei,k.validateOptions=js});
|
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}}`;tn(El);var it,U,Hi,sn,pt=0,on=[],Y=L,nn=Y.__b,rn=Y.__r,an=Y.diffed,cn=Y.__c,ln=Y.unmount,dn=Y.__;function Xt(t,e){Y.__h&&Y.__h(U,t,pt||e),pt=0;var i=U.__H||(U.__H={__:[],__h:[]});return t>=i.__.length&&i.__.push({}),i.__[t]}function q(t){return pt=1,xl(fn,t)}function xl(t,e,i){var s=Xt(it++,2);if(s.t=t,!s.__c&&(s.__=[i?i(e):fn(void 0,e),function(r){var c=s.__N?s.__N[0]:s.__[0],l=s.t(c,r);c!==l&&(s.__N=[l,s.__[1]],s.__c.setState({}))}],s.__c=U,!U.u)){var o=function(r,c,l){if(!s.__c.__H)return!0;var p=s.__c.__H.__.filter(function(g){return!!g.__c});if(p.every(function(g){return!g.__N}))return!n||n.call(this,r,c,l);var d=!1;return p.forEach(function(g){if(g.__N){var f=g.__[0];g.__=g.__N,g.__N=void 0,f!==g.__[0]&&(d=!0)}}),!(!d&&s.__c.props===r)&&(!n||n.call(this,r,c,l))};U.u=!0;var n=U.shouldComponentUpdate,a=U.componentWillUpdate;U.componentWillUpdate=function(r,c,l){if(this.__e){var p=n;n=void 0,o(r,c,l),n=p}a&&a.call(this,r,c,l)},U.shouldComponentUpdate=o}return s.__N||s.__}function B(t,e){var i=Xt(it++,3);!Y.__s&&pn(i.__H,e)&&(i.__=t,i.i=e,U.__H.__h.push(i))}function ei(t){return pt=5,ie(function(){return{current:t}},[])}function ie(t,e){var i=Xt(it++,7);return pn(i.__H,e)&&(i.__=t(),i.__H=e,i.__h=t),i.__}function G(t,e){return pt=8,ie(function(){return t},e)}function ft(t){var e=U.context[t.__c],i=Xt(it++,9);return i.c=t,e?(i.__==null&&(i.__=!0,e.sub(U)),e.props.value):t.__}function jl(){for(var t;t=on.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(ti),t.__H.__h.forEach(qi),t.__H.__h=[]}catch(e){t.__H.__h=[],Y.__e(e,t.__v)}}Y.__b=function(t){U=null,nn&&nn(t)},Y.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),dn&&dn(t,e)},Y.__r=function(t){rn&&rn(t),it=0;var e=(U=t.__c).__H;e&&(Hi===U?(e.__h=[],U.__h=[],e.__.forEach(function(i){i.__N&&(i.__=i.__N),i.i=i.__N=void 0})):(e.__h.forEach(ti),e.__h.forEach(qi),e.__h=[],it=0)),Hi=U},Y.diffed=function(t){an&&an(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(on.push(e)!==1&&sn===Y.requestAnimationFrame||((sn=Y.requestAnimationFrame)||Il)(jl)),e.__H.__.forEach(function(i){i.i&&(i.__H=i.i),i.i=void 0})),Hi=U=null},Y.__c=function(t,e){e.some(function(i){try{i.__h.forEach(ti),i.__h=i.__h.filter(function(s){return!s.__||qi(s)})}catch(s){e.some(function(o){o.__h&&(o.__h=[])}),e=[],Y.__e(s,i.__v)}}),cn&&cn(t,e)},Y.unmount=function(t){ln&&ln(t);var e,i=t.__c;i&&i.__H&&(i.__H.__.forEach(function(s){try{ti(s)}catch(o){e=o}}),i.__H=void 0,e&&Y.__e(e,i.__v))};var un=typeof requestAnimationFrame=="function";function Il(t){var e,i=function(){clearTimeout(s),un&&cancelAnimationFrame(e),setTimeout(t)},s=setTimeout(i,100);un&&(e=requestAnimationFrame(i))}function ti(t){var e=U,i=t.__c;typeof i=="function"&&(t.__c=void 0,i()),U=e}function qi(t){var e=U;t.__c=t.__(),U=e}function pn(t,e){return!t||t.length!==e.length||e.some(function(i,s){return i!==t[s]})}function fn(t,e){return typeof e=="function"?e(t):e}const Pl=({id:t})=>{const[e,i]=q(!1),s=G(()=>i(!1),[]),o=G(()=>i(!0),[]),n=G(()=>{e?s():o()},[e,o,s]);return{isOpen:e,onOpen:o,onClose:s,onToggle:n,getButtonProps:()=>({"aria-expanded":e,"aria-controls":t,onClick:n}),getDisclosureProps:()=>({id:t,className:e?"fides-disclosure-visible":"fides-disclosure-hidden"})}},Ol=(t,e)=>{const[i,s]=q(null);return B(()=>{if(e)return()=>{};Lo(t).then(o=>{s(o)})},[t,e]),i},Sl=()=>{const[t,e]=q(!1);return B(()=>{e(!0)},[]),t};var Al=Object.defineProperty,vn=Object.getOwnPropertySymbols,Tl=Object.prototype.hasOwnProperty,zl=Object.prototype.propertyIsEnumerable,gn=(t,e,i)=>e in t?Al(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ll=(t,e)=>{for(var i in e||(e={}))Tl.call(e,i)&&gn(t,i,e[i]);if(vn)for(var i of vn(e))zl.call(e,i)&&gn(t,i,e[i]);return t},Nl=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const _n=({options:t,privacyExperience:e,privacyExperienceConfigHistoryId:i,privacyNoticeHistoryIds:s,userGeography:o,acknowledgeMode:n,propertyId:a,tcfNoticesServed:r})=>{const[c,l]=q(At()),p=G(d=>Nl(void 0,null,function*(){var g;if(t.fidesDisableSaveApi||t.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===Re.BANNER&&!((g=e?.experience_config)!=null&&g.show_layer1_notices))return;const f=At();l(f);const v=Ll({served_notice_history_id:f,browser_identity:d.detail.identity,privacy_experience_config_history_id:i||"",user_geography:o,acknowledge_mode:n,privacy_notice_history_ids:s||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:a},r);Xc({request:v,options:t})}),[t,e,i,o,n,s,a,r]);return B(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:c}},mn=Bi({}),hn=({i18nInstance:t,children:e})=>{const[i,s]=q(),[o,n]=q(!1),a=G(c=>{t.activate(c),s(c)},[t,s]);B(()=>{const c=document.getElementById(aa);o?c?.style.setProperty("animation-name","spin"):c?.style.removeProperty("animation-name")},[o]);const r=ie(()=>({i18n:t,currentLocale:i,setCurrentLocale:a,isLoading:o,setIsLoading:n}),[t,i,a,o]);return u(mn.Provider,{value:r},e)},R=()=>{const t=ft(mn);if(!t||Object.keys(t).length===0)throw new Error("useI18n must be used within a I18nProvider");return t},bn=({onClick:t,ariaLabel:e,hidden:i=!1})=>u("button",{type:"button","aria-label":e,className:"fides-close-button",onClick:t,style:{visibility:i?"hidden":"visible"}},u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},u("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"}))),Ki=Bi({}),$l=({children:t})=>{const[e,i]=q(),s=ie(()=>({vendorCount:e,setVendorCount:i}),[e,i]);return u(Ki.Provider,{value:s},t)},Fl=()=>{const t=ft(Ki);if(!t||Object.keys(t).length===0)throw new Error("useVendorButton must be used within a VendorButtonProvider");return t},yn="__VENDOR_COUNT_LINK__",kn=(t,e)=>e?u("span",{dangerouslySetInnerHTML:{__html:t.trim()}}):ll(t).trim(),Cn=({description:t,onVendorPageClick:e,allowHTMLDescription:i=!1})=>{const[s,o]=q();let n=0;const a=ft(Ki);return a!=null&&a.vendorCount&&(n=a.vendorCount),B(()=>{if(t)if(t.includes(yn)&&e){const r=t.split(yn);for(let l=1;l<r.length;l+=2)r.splice(l,0,u(ue,null," ",u("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:e},n)," "));const c=r.map(l=>typeof l=="string"?kn(l,i):l);o(c)}else o([kn(t,i)])},[t,e]),t?u("div",null,s):null},wn=({status:t})=>{const{i18n:e}=R(),i=e.t("static.gpc"),s=t.valueOf();let o="";if(t===Ee.APPLIED)o=e.t("static.gpc.status.applied");else if(t===Ee.OVERRIDDEN)o=e.t("static.gpc.status.overridden");else if(t===Ee.NONE)return null;return u("span",{className:"fides-gpc-label"},i," ",u("span",{className:`fides-gpc-badge fides-gpc-badge-${s}`},o))},En=({dismissable:t,onOpen:e,onClose:i,bannerIsOpen:s,children:o,onVendorPageClick:n,renderButtonGroup:a,className:r,isEmbedded:c})=>{var l,p,d,g,f,v,_,m,b,y,C;const{i18n:k}=R(),P=tt().globalPrivacyControl;B(()=>{s&&e()},[s,e]);const K=et(k,"exp.banner_title")?k.t("exp.banner_title"):k.t("exp.title"),se=et(k,"exp.banner_description")?k.t("exp.banner_description"):k.t("exp.description"),re=["fides-banner","fides-banner-bottom",!s&&"fides-banner-hidden",c&&"fides-embedded",r].filter(x=>typeof x=="string").join(" ");let D=[];return(d=(p=(l=window.Fides)==null?void 0:l.experience)==null?void 0:p.experience_config)!=null&&d.show_layer1_notices&&(f=(g=window.Fides)==null?void 0:g.experience)!=null&&f.privacy_notices&&(D=(_=(v=window.Fides)==null?void 0:v.experience)==null?void 0:_.privacy_notices),u("div",{id:"fides-banner-container",className:re},u("div",{id:"fides-banner"},u("div",{id:"fides-banner-inner"},u(bn,{ariaLabel:"Close banner",onClick:i,hidden:((b=(m=window.Fides)==null?void 0:m.options)==null?void 0:b.preventDismissal)||!t}),u("div",{id:"fides-banner-inner-container"},u("div",{className:"fides-banner__col"},u("div",{id:"fides-banner-heading"},u("h1",{id:"fides-banner-title",className:"fides-banner-title"},K),P&&u(wn,{status:Ee.APPLIED})),u("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},u(Cn,{description:se,onVendorPageClick:n,allowHTMLDescription:(C=(y=window.Fides)==null?void 0:y.options)==null?void 0:C.allowHTMLDescription}),!!(D!=null&&D.length)&&u("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map((x,I)=>u("span",{key:x.id},u("strong",null,x.name),I<D.length-1&&", "))))),o),a())))},Dl=t=>{const[e,i]=q(!1);return B(()=>{const s=window.matchMedia(t);i(s.matches);function o(n){i(n.matches)}return s.addEventListener?s.addEventListener("change",o):s.addListener(o),()=>{s.removeEventListener?s.removeEventListener("change",o):s.removeListener(o)}},[t]),e},Rl=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},u("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"})),Vl=()=>u("div",{className:"fides-brand"},u("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",u(Rl,null))),Ml=()=>u("div",{className:"fides-spinner"}),He=({buttonType:t,label:e,id:i,onClick:s,className:o="",disabled:n,loading:a})=>u("button",{type:"button",id:i,className:`fides-banner-button fides-banner-button-${t.valueOf()} ${o}`,onClick:s,"data-testid":`${e}-btn`,disabled:n||a,style:{cursor:n||a?"not-allowed":"pointer"}},e||"",a&&u(Ml,null));function Ul(t,e){for(var i in e)t[i]=e[i];return t}function xn(t,e){for(var i in t)if(i!=="__source"&&!(i in e))return!0;for(var s in e)if(s!=="__source"&&t[s]!==e[s])return!0;return!1}function jn(t,e){this.props=t,this.context=e}(jn.prototype=new Oe).isPureReactComponent=!0,jn.prototype.shouldComponentUpdate=function(t,e){return xn(this.props,t)||xn(this.state,e)};var In=L.__b;L.__b=function(t){t.type&&t.type.__f&&t.ref&&(t.props.ref=t.ref,t.ref=null),In&&In(t)};var Bl=L.__e;L.__e=function(t,e,i,s){if(t.then){for(var o,n=e;n=n.__;)if((o=n.__c)&&o.__c)return e.__e==null&&(e.__e=i.__e,e.__k=i.__k),o.__c(t,e)}Bl(t,e,i,s)};var Pn=L.unmount;function On(t,e,i){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(s){typeof s.__c=="function"&&s.__c()}),t.__c.__H=null),(t=Ul({},t)).__c!=null&&(t.__c.__P===i&&(t.__c.__P=e),t.__c=null),t.__k=t.__k&&t.__k.map(function(s){return On(s,e,i)})),t}function Sn(t,e,i){return t&&i&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(s){return Sn(s,e,i)}),t.__c&&t.__c.__P===e&&(t.__e&&i.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=i)),t}function Yi(){this.__u=0,this.t=null,this.__b=null}function An(t){var e=t.__.__c;return e&&e.__a&&e.__a(t)}function ii(){this.u=null,this.o=null}L.unmount=function(t){var e=t.__c;e&&e.__R&&e.__R(),e&&32&t.__u&&(t.type=null),Pn&&Pn(t)},(Yi.prototype=new Oe).__c=function(t,e){var i=e.__c,s=this;s.t==null&&(s.t=[]),s.t.push(i);var o=An(s.__v),n=!1,a=function(){n||(n=!0,i.__R=null,o?o(r):r())};i.__R=a;var r=function(){if(!--s.__u){if(s.state.__a){var c=s.state.__a;s.__v.__k[0]=Sn(c,c.__c.__P,c.__c.__O)}var l;for(s.setState({__a:s.__b=null});l=s.t.pop();)l.forceUpdate()}};s.__u++||32&e.__u||s.setState({__a:s.__b=s.__v.__k[0]}),t.then(a,a)},Yi.prototype.componentWillUnmount=function(){this.t=[]},Yi.prototype.render=function(t,e){if(this.__b){if(this.__v.__k){var i=document.createElement("div"),s=this.__v.__k[0].__c;this.__v.__k[0]=On(this.__b,i,s.__O=s.__P)}this.__b=null}var o=e.__a&&u(ue,null,t.fallback);return o&&(o.__u&=-33),[u(ue,null,e.__a?null:t.children),o]};var Tn=function(t,e,i){if(++i[1]===i[0]&&t.o.delete(e),t.props.revealOrder&&(t.props.revealOrder[0]!=="t"||!t.o.size))for(i=t.u;i;){for(;i.length>3;)i.pop()();if(i[1]<i[0])break;t.u=i=i[2]}};(ii.prototype=new Oe).__a=function(t){var e=this,i=An(e.__v),s=e.o.get(t);return s[0]++,function(o){var n=function(){e.props.revealOrder?(s.push(o),Tn(e,t,s)):o()};i?i(n):n()}},ii.prototype.render=function(t){this.u=null,this.o=new Map;var e=Wt(t.children);t.revealOrder&&t.revealOrder[0]==="b"&&e.reverse();for(var i=e.length;i--;)this.o.set(e[i],this.u=[1,0,this.u]);return t.children},ii.prototype.componentDidUpdate=ii.prototype.componentDidMount=function(){var t=this;this.o.forEach(function(e,i){Tn(t,i,e)})};var Gl=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Hl=/^(?: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]/,ql=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Kl=/[A-Z0-9]/g,Yl=typeof document<"u",Wl=function(t){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(t)};Oe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(Oe.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(e){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:e})}})});var zn=L.event;function Jl(){}function Zl(){return this.cancelBubble}function Ql(){return this.defaultPrevented}L.event=function(t){return zn&&(t=zn(t)),t.persist=Jl,t.isPropagationStopped=Zl,t.isDefaultPrevented=Ql,t.nativeEvent=t};var Xl={enumerable:!1,configurable:!0,get:function(){return this.class}},Ln=L.vnode;L.vnode=function(t){typeof t.type=="string"&&function(e){var i=e.props,s=e.type,o={};for(var n in i){var a=i[n];if(!(n==="value"&&"defaultValue"in i&&a==null||Yl&&n==="children"&&s==="noscript"||n==="class"||n==="className")){var r=n.toLowerCase();n==="defaultValue"&&"value"in i&&i.value==null?n="value":n==="download"&&a===!0?a="":r==="translate"&&a==="no"?a=!1:r==="ondoubleclick"?n="ondblclick":r!=="onchange"||s!=="input"&&s!=="textarea"||Wl(i.type)?r==="onfocus"?n="onfocusin":r==="onblur"?n="onfocusout":ql.test(n)?n=r:s.indexOf("-")===-1&&Hl.test(n)?n=n.replace(Kl,"-$&").toLowerCase():a===null&&(a=void 0):r=n="oninput",r==="oninput"&&o[n=r]&&(n="oninputCapture"),o[n]=a}}s=="select"&&o.multiple&&Array.isArray(o.value)&&(o.value=Wt(i.children).forEach(function(c){c.props.selected=o.value.indexOf(c.props.value)!=-1})),s=="select"&&o.defaultValue!=null&&(o.value=Wt(i.children).forEach(function(c){c.props.selected=o.multiple?o.defaultValue.indexOf(c.props.value)!=-1:o.defaultValue==c.props.value})),i.class&&!i.className?(o.class=i.class,Object.defineProperty(o,"className",Xl)):(i.className&&!i.class||i.class&&i.className)&&(o.class=o.className=i.className),e.props=o}(t),t.$$typeof=Gl,Ln&&Ln(t)};var Nn=L.__r;L.__r=function(t){Nn&&Nn(t),t.__c};var $n=L.diffed;L.diffed=function(t){$n&&$n(t);var e=t.props,i=t.__e;i!=null&&t.type==="textarea"&&"value"in e&&e.value!==i.value&&(i.value=e.value==null?"":e.value)};const Wi=Bi({}),ed=({children:t})=>{const[e,i]=q(),s=ie(()=>({gvlTranslations:e,setGvlTranslations:i}),[e,i]);return u(Wi.Provider,{value:s},t)},td=()=>{const t=ft(Wi);if(!t||Object.keys(t).length===0)throw new Error("useGvl must be used within a GVLProvider");return t};var id=Object.defineProperty,sd=Object.defineProperties,od=Object.getOwnPropertyDescriptors,si=Object.getOwnPropertySymbols,Fn=Object.prototype.hasOwnProperty,Dn=Object.prototype.propertyIsEnumerable,Rn=(t,e,i)=>e in t?id(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,nd=(t,e)=>{for(var i in e||(e={}))Fn.call(e,i)&&Rn(t,i,e[i]);if(si)for(var i of si(e))Dn.call(e,i)&&Rn(t,i,e[i]);return t},rd=(t,e)=>sd(t,od(e)),ad=(t,e)=>{var i={};for(var s in t)Fn.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&si)for(var s of si(t))e.indexOf(s)<0&&Dn.call(t,s)&&(i[s]=t[s]);return i};const cd=t=>{var e=t,{isActive:i,className:s,children:o}=e,n=ad(e,["isActive","className","children"]);return u("button",rd(nd({type:"button","aria-pressed":i||void 0},n),{className:`fides-banner-button fides-menu-item ${s||""}`}),o)};var ld=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const dd=({availableLocales:t,options:e,isTCF:i})=>{const{i18n:s,currentLocale:o,setCurrentLocale:n,setIsLoading:a}=R(),r=ft(Wi),c=l=>ld(void 0,null,function*(){var p;if(l!==s.locale)if(i){a(!0);const d=yield Po(e.fidesApiUrl,[l]);a(!1),d&&Object.keys(d).length?(r.setGvlTranslations(d[l]),Co(s,d,t||[ee]),n(l),fidesDebugger(`Fides locale updated to ${l}`)):console.error(`Unable to load GVL translation for ${l}`)}else n(l),fidesDebugger(`Fides locale updated to ${l}`);(p=document.getElementById(Ts))==null||p.focus()});return u("div",{className:"fides-i18n-menu"},u("div",{role:"group",className:"fides-i18n-popover"},s.availableLanguages.map(l=>u(cd,{key:l.locale,"data-testid":`fides-i18n-option-${l.locale}`,id:o===l.locale?"fidesActiveMenuItem":void 0,onClick:()=>c(l.locale),isActive:o===l.locale,title:l.label_en},l.label_original))),u("div",{className:"fides-i18n-pseudo-button"},u("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},u("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"})),o,u("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},u("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},ud=()=>{const{i18n:t}=R();if(!et(t,"exp.privacy_policy_link_label")||!et(t,"exp.privacy_policy_url"))return null;const e=t.t("exp.privacy_policy_link_label"),i=t.t("exp.privacy_policy_url");return u("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},u("a",{href:i,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},e))},Vn=({availableLocales:t=[ee],onManagePreferencesClick:e,renderFirstButton:i,onAcceptAll:s,onRejectAll:o,hideOptInOut:n,hideRejectAll:a,options:r,isInModal:c,isTCF:l,isMinimalTCF:p,isGVLLoading:d})=>{var g;const[f,v]=q(!1),{i18n:_}=R(),m=Dl("(max-width: 768px)"),b=((g=_.availableLanguages)==null?void 0:g.length)>1,y=et(_,"exp.privacy_policy_link_label")&&et(_,"exp.privacy_policy_url"),C=()=>{const P=!l||!p;v(!P),e&&P&&e()},k=c&&r.showFidesBrandLink;return B(()=>{f&&!p&&C()},[f,p]),u("div",{id:"fides-button-group"},u("div",{className:c?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!i&&i(),!n&&u(ue,null,l&&!!e&&u(He,{buttonType:ve.SECONDARY,label:_.t("exp.privacy_preferences_link_label"),onClick:C,className:"fides-manage-preferences-button",loading:f}),!a&&u(He,{buttonType:ve.PRIMARY,label:_.t("exp.reject_button_label"),onClick:o,className:"fides-reject-all-button",loading:d}),u(He,{buttonType:ve.PRIMARY,label:_.t("exp.accept_button_label"),onClick:s,className:"fides-accept-all-button",loading:d}))),u("div",{className:`${c?"fides-modal-button-group fides-modal-secondary-actions":"fides-banner-button-group fides-banner-secondary-actions"}${b?" fides-button-group-i18n":""}${y?" fides-button-group-privacy-policy":""}${k?" fides-button-group-brand":""}`},b&&u(dd,{availableLocales:t,options:r,isTCF:!!l}),!l&&!!e&&u(He,{buttonType:m?ve.SECONDARY:ve.TERTIARY,label:_.t("exp.privacy_preferences_link_label"),onClick:e,className:"fides-manage-preferences-button"}),y&&u(ud,null),k&&u(Vl,null)))},Mn=({experience:t,onAcceptAll:e,onRejectAll:i,onSave:s,onManagePreferencesClick:o,enabledKeys:n,isInModal:a,isAcknowledge:r,hideOptInOut:c=!1,options:l})=>{const{i18n:p}=R();if(!t.experience_config||!t.privacy_notices)return null;const{privacy_notices:d}=t,g=()=>{s(F.ACKNOWLEDGE,d.map(_=>_.notice_key))},f=()=>{s(F.SAVE,n)},v=()=>r?u(He,{buttonType:ve.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:g,className:"fides-acknowledge-button"}):a?u(He,{buttonType:c?ve.PRIMARY:ve.SECONDARY,label:p.t("exp.save_button_label"),onClick:f,className:"fides-save-button"}):null;return u(Vn,{availableLocales:t.available_locales,onManagePreferencesClick:o,onAcceptAll:e,onRejectAll:i,isInModal:a,renderFirstButton:v,hideOptInOut:c,options:l})};var pd=['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^="-"])'],fd="Tab",vd="Escape";function ge(t){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=t,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}ge.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=vt('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(e){e.addEventListener("click",this._show)}.bind(this));const t=this.$el;return this._closers=vt("[data-a11y-dialog-hide]",this.$el).filter(function(e){return e.closest('[aria-modal="true"], [data-a11y-dialog]')===t}).concat(vt('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(e){e.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},ge.prototype.show=function(t){if(this.shown)return this;this._previouslyFocused=document.activeElement;const e=t&&t.target?t.target:null;return e&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=e),this.$el.removeAttribute("aria-hidden"),this.shown=!0,Un(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",t),this},ge.prototype.hide=function(t){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",t),this):this},ge.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(t){t.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(t){t.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},ge.prototype.on=function(t,e){return typeof this._listeners[t]>"u"&&(this._listeners[t]=[]),this._listeners[t].push(e),this},ge.prototype.off=function(t,e){var i=(this._listeners[t]||[]).indexOf(e);return i>-1&&this._listeners[t].splice(i,1),this},ge.prototype._fire=function(t,e){var i=this._listeners[t]||[],s=new CustomEvent(t,{detail:e});this.$el.dispatchEvent(s),i.forEach(function(o){o(this.$el,e)}.bind(this))},ge.prototype._bindKeypress=function(t){const e=document.activeElement;e&&e.closest('[aria-modal="true"]')!==this.$el||(this.shown&&t.key===vd&&this.$el.getAttribute("role")!=="alertdialog"&&(t.preventDefault(),this.hide(t)),this.shown&&t.key===fd&&md(this.$el,t))},ge.prototype._maintainFocus=function(t){this.shown&&!t.target.closest('[aria-modal="true"]')&&!t.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&Un(this.$el)};function gd(t){return Array.prototype.slice.call(t)}function vt(t,e){return gd((e||document).querySelectorAll(t))}function Un(t){var e=t.querySelector("[autofocus]")||t;e.focus()}function _d(t){return vt(pd.join(","),t).filter(function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)})}function md(t,e){var i=_d(t),s=i.indexOf(document.activeElement);e.shiftKey&&s===0?(i[i.length-1].focus(),e.preventDefault()):!e.shiftKey&&s===i.length-1&&(i[0].focus(),e.preventDefault())}function Ji(){vt("[data-a11y-dialog]").forEach(function(t){new ge(t)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Ji):window.requestAnimationFrame?window.requestAnimationFrame(Ji):window.setTimeout(Ji,16));const hd=()=>{const[t,e]=q(null),i=G(s=>{if(s!==null){const o=new ge(s);o.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),e(o)}},[]);return{instance:t,container:i}},bd=({role:t,id:e,onClose:i})=>{const{instance:s,container:o}=hd(),n=t==="alertdialog",a=`${e}-title`,r=G(()=>{s&&s.hide(),i&&i()},[i,s]);return B(()=>()=>{s&&s.destroy()},[s]),{instance:s,attributes:{container:{id:e,ref:o,role:t,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":a},overlay:{onClick:n?void 0:r},dialog:{role:"document"},closeButton:{type:"button",onClick:r},title:{role:"heading","aria-level":1,id:a}}}},yd=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},u("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"})),kd=({title:t,description:e})=>u("div",{className:"fides-gpc-banner"},u("div",{className:"fides-gpc-warning"},u(yd,null)),u("div",null,u("p",{className:"fides-gpc-header"},t),u("p",null,e)));var Cd=Object.defineProperty,wd=Object.defineProperties,Ed=Object.getOwnPropertyDescriptors,Bn=Object.getOwnPropertySymbols,xd=Object.prototype.hasOwnProperty,jd=Object.prototype.propertyIsEnumerable,Gn=(t,e,i)=>e in t?Cd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Id=(t,e)=>{for(var i in e||(e={}))xd.call(e,i)&&Gn(t,i,e[i]);if(Bn)for(var i of Bn(e))jd.call(e,i)&&Gn(t,i,e[i]);return t},Pd=(t,e)=>wd(t,Ed(e));const Hn=({titleProps:t,className:e,renderModalFooter:i,children:s,onVendorPageClick:o})=>{var n,a;const{i18n:r}=R(),c=r.t("exp.title"),l=r.t("exp.description"),p=tt().globalPrivacyControl,d=r.t("static.gpc.title"),g=r.t("static.gpc.description");return u(ue,null,u("div",{"data-testid":"consent-content",id:"fides-consent-content",className:e},u("div",{className:"fides-modal-body"},u("div",Pd(Id({"data-testid":"fides-modal-title"},t),{className:"fides-modal-title"}),c),u("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},u(Cn,{onVendorPageClick:o,description:l,allowHTMLDescription:(a=(n=window.Fides)==null?void 0:n.options)==null?void 0:a.allowHTMLDescription})),p&&u(kd,{title:d,description:g}),s)),u("div",{className:"fides-modal-footer"},i()))};var Od=Object.defineProperty,Sd=Object.defineProperties,Ad=Object.getOwnPropertyDescriptors,qn=Object.getOwnPropertySymbols,Td=Object.prototype.hasOwnProperty,zd=Object.prototype.propertyIsEnumerable,Kn=(t,e,i)=>e in t?Od(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Zi=(t,e)=>{for(var i in e||(e={}))Td.call(e,i)&&Kn(t,i,e[i]);if(qn)for(var i of qn(e))zd.call(e,i)&&Kn(t,i,e[i]);return t},Qi=(t,e)=>Sd(t,Ad(e));const Ld=({attributes:t,children:e,dismissable:i,onVendorPageClick:s,renderModalFooter:o})=>{const{container:n,overlay:a,dialog:r,title:c,closeButton:l}=t;return u("div",Qi(Zi({"data-testid":"consent-modal"},n),{className:"fides-modal-container"}),u("div",Qi(Zi({},a),{className:"fides-modal-overlay"})),u("div",Qi(Zi({"data-testid":"fides-modal-content"},r),{className:"fides-modal-content"}),u("div",{className:"fides-modal-header"},u("div",null),u(bn,{ariaLabel:"Close modal",onClick:l.onClick,hidden:window.Fides.options.preventDismissal||!i})),u(Hn,{titleProps:c,renderModalFooter:o,onVendorPageClick:s},e)))},Yn=({options:t,experience:e,cookie:i,savedConsent:s,onOpen:o,onDismiss:n,renderBanner:a,renderModalContent:r,renderModalFooter:c,onVendorPageClick:l,isUiBlocking:p})=>{const{i18n:d}=R(),g=100,f=Sl(),v=t.modalLinkId||"fides-modal-link",_=!e||!!t.fidesEmbed||t.modalLinkId==="",m=Ol(v,_),b=ei(null),[y,C]=q(null);B(()=>{y===null&&C(!ct(e,i,s,t))},[y]);const[k,P]=q(t.fidesEmbed?ct(e,i,s,t):!1);B(()=>(p&&k?cl():zo(),()=>{zo()}),[p,k]);const K=G(({saved:A=!1})=>{te("FidesModalClosed",i,t.debug,{saved:A}),A||n()},[i,n,t.debug]),{instance:se,attributes:re}=bd({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{K({saved:!1})}}),D=G(()=>{t.fidesEmbed?P(!1):se&&(P(!1),se.show(),o())},[se,o,t]),x=G(()=>{se&&!t.fidesEmbed&&(se.hide(),K({saved:!0}))},[se,K,t.fidesEmbed]);B(()=>{t.fidesEmbed&&!k&&o()},[t,o,k]),B(()=>{const A=setTimeout(()=>{y||P(!0)},g);return()=>clearTimeout(A)},[y,P]),B(()=>(e&&!t.fidesEmbed&&(window.Fides.showModal=D),()=>{window.Fides.showModal=wt}),[e,D,t.fidesEmbed]),B(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),_?fidesDebugger("Modal Link is disabled for this experience."):m?(fidesDebugger("Modal link element found, updating it to show and trigger modal on click."),b.current=m,b.current.addEventListener("click",window.Fides.showModal),b.current.classList.add("fides-modal-link-shown")):fidesDebugger(`Searching for Modal link element #${v}...`),()=>{b.current&&b.current.removeEventListener("click",window.Fides.showModal)}),[m,_,v]);const I=()=>{D()};return f?e.experience_config?u("div",{id:Ts,tabIndex:-1},!y&&k&&p&&u("div",{className:"fides-modal-overlay"}),t.fidesEmbed?k||!r||!c?null:u(Hn,{titleProps:re.title,renderModalFooter:()=>c({onClose:x,isMobile:!1}),onVendorPageClick:l},r()):u(Ld,{attributes:re,dismissable:e.experience_config.dismissable,onVendorPageClick:l,renderModalFooter:()=>c?c({onClose:x,isMobile:!1}):null},r&&r()),!y&&a({isOpen:k,isEmbedded:t.fidesEmbed,onClose:()=>{P(!1)},onManagePreferencesClick:I})):(fidesDebugger("No experience config found"),null):null},Nd=({label:t,name:e,id:i,checked:s,onChange:o,disabled:n,onLabel:a,offLabel:r})=>{const c=s?a:r;return u("div",{className:"fides-toggle","data-testid":`toggle-${t}`},u("input",{type:"checkbox",name:e,"aria-label":t,className:"fides-toggle-input",onChange:()=>{o(i,{type:"toggle",label:t,checked:!s})},checked:s,role:"switch",disabled:n}),u("span",{className:"fides-toggle-display"},c))};var $d=Object.defineProperty,Fd=Object.defineProperties,Dd=Object.getOwnPropertyDescriptors,Wn=Object.getOwnPropertySymbols,Rd=Object.prototype.hasOwnProperty,Vd=Object.prototype.propertyIsEnumerable,Jn=(t,e,i)=>e in t?$d(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Zn=(t,e)=>{for(var i in e||(e={}))Rd.call(e,i)&&Jn(t,i,e[i]);if(Wn)for(var i of Wn(e))Vd.call(e,i)&&Jn(t,i,e[i]);return t},Md=(t,e)=>Fd(t,Dd(e));const Qn=({noticeKey:t,title:e,checked:i,onToggle:s,children:o,badge:n,gpcBadge:a,disabled:r,onLabel:c,offLabel:l,isHeader:p,includeToggle:d=!0})=>{const{isOpen:g,getButtonProps:f,getDisclosureProps:v,onToggle:_}=Pl({id:t}),m=(C,k)=>{(C.code==="Space"||C.code==="Enter")&&(C.preventDefault(),k&&_())},b=o!=null,y=b?f():{};return u("div",{className:g&&b?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},u("div",{key:t,className:"fides-notice-toggle-title"},u("span",Md(Zn({role:"button",tabIndex:0,onKeyDown:C=>m(C,b)},y),{className:p?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),u("span",{className:"fides-flex-center fides-justify-space-between"},e)),u("span",{className:"fides-notice-toggle-controls"},a,n?u("span",{className:"fides-notice-badge"},n):null,d?u(Nd,{label:e,name:t,id:t,checked:i,onChange:s,disabled:r,onLabel:c,offLabel:l}):null)),o?u("div",Zn({},v()),o):null)},Ud=()=>u("hr",{className:"fides-divider"}),Bd=({noticeToggles:t,enabledNoticeKeys:e,onChange:i})=>{const{i18n:s}=R(),o=(r,c)=>{const l={key:r,type:"notice"};e.indexOf(r)===-1?i([...e,r],c,l):i(e.filter(p=>p!==r),c,l)};let n,a;return Vt(s)===ee&&(n="On",a="Off"),u("div",null,t.map((r,c)=>{const{noticeKey:l,title:p,description:d,checked:g,disabled:f,gpcStatus:v}=r,_=c===t.length-1;return u("div",{key:l},u(Qn,{noticeKey:l,title:p,checked:g,onToggle:o,gpcBadge:u(wn,{status:v}),disabled:f,onLabel:n,offLabel:a},d),_?null:u(Ud,null))}))};var Gd=Object.defineProperty,Hd=Object.defineProperties,qd=Object.getOwnPropertyDescriptors,Xn=Object.getOwnPropertySymbols,Kd=Object.prototype.hasOwnProperty,Yd=Object.prototype.propertyIsEnumerable,er=(t,e,i)=>e in t?Gd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Wd=(t,e)=>{for(var i in e||(e={}))Kd.call(e,i)&&er(t,i,e[i]);if(Xn)for(var i of Xn(e))Yd.call(e,i)&&er(t,i,e[i]);return t},Jd=(t,e)=>Hd(t,qd(e));const Zd=({options:t,experience:e,fidesRegionString:i,cookie:s,propertyId:o})=>{var n;const{i18n:a,currentLocale:r,setCurrentLocale:c}=R(),l=Me(),p=window.Fides.saved_consent,d=I=>e.privacy_notices?e.privacy_notices.map(A=>Tt(A,I||p||l?.consent)?A.notice_key:""):[];B(()=>{!r&&a.locale&&c(a.locale)},[r,a.locale,c]);const g=ie(()=>{if(e.experience_config){const I=Mt(a,e.experience_config);return I?.privacy_experience_config_history_id}},[e,a,r]),f=ie(()=>{var I;const A=((I=e.privacy_notices)!=null?I:[]).map(J=>{var Te,ot;const ht=J.consent_mechanism===oe.NOTICE_ONLY||((ot=(Te=t.fidesDisabledNotices)==null?void 0:Te.includes(J.notice_key))!=null?ot:!1)||J.disabled,li=Ai(a,J);return{notice:Jd(Wd({},J),{disabled:ht}),bestTranslation:li}}),N=A.filter(J=>J.notice.consent_mechanism===oe.NOTICE_ONLY),W=A.filter(J=>J.notice.consent_mechanism!==oe.NOTICE_ONLY);return[...N,...W]},[e.privacy_notices,a,r,t.fidesDisabledNotices]),[v,_]=q(d());window.addEventListener("FidesUpdating",I=>{_(d(I.detail.consent))});const m=f.every(I=>I.notice.consent_mechanism===oe.NOTICE_ONLY),b=f.map(I=>{var A,N;const W=v.indexOf(I.notice.notice_key)!==-1,J=tt(),Te=Os({value:W,notice:I.notice,consentContext:J});return{noticeKey:I.notice.notice_key,title:((A=I.bestTranslation)==null?void 0:A.title)||I.notice.name||"",description:(N=I.bestTranslation)==null?void 0:N.description,checked:W,consentMechanism:I.notice.consent_mechanism,disabled:I.notice.disabled,gpcStatus:Te}}),{servedNoticeHistoryId:y}=_n({privacyExperienceConfigHistoryId:g,privacyNoticeHistoryIds:f.reduce((I,A)=>{var N;const W=(N=A.bestTranslation)==null?void 0:N.privacy_notice_history_id;return W&&I.push(W),I},[]),options:t,userGeography:i,acknowledgeMode:m,privacyExperience:e,propertyId:o}),C=G((I,A)=>{const N=As(f,A);Bt({consentPreferencesToSave:N,privacyExperienceConfigHistoryId:g,experience:e,consentMethod:I,options:t,userLocationString:i,cookie:s,servedNoticeHistoryId:y,propertyId:o,updateCookie:W=>ji(W,N)}),_(A)},[s,i,e,t,g,f,y,o]),k=G(I=>{C(I?F.SCRIPT:F.ACCEPT,f.filter(A=>!A.notice.disabled||v.includes(A.notice.notice_key)).map(A=>A.notice.notice_key))},[v,C,f]),P=G(I=>{C(I?F.SCRIPT:F.REJECT,f.filter(A=>A.notice.consent_mechanism===oe.NOTICE_ONLY||A.notice.disabled&&v.includes(A.notice.notice_key)).map(A=>A.notice.notice_key))},[v,C,f]);B(()=>{xs(t)&&e.privacy_notices&&(t.fidesConsentOverride===F.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),k(!0)):t.fidesConsentOverride===F.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),P(!0)))},[e.privacy_notices,t.fidesConsentOverride]);const K=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:Re.BANNER})},[s,t.debug]),se=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:Re.MODAL})},[s,t.debug]),re=G(()=>{Ft(l?.consent)||C(F.DISMISS,d())},[C,d,l?.consent]);if(!e.experience_config)return fidesDebugger("No experience config found"),null;const D=!!((n=e.experience_config)!=null&&n.dismissable),x=f.length===1;return u(Yn,{options:t,experience:e,cookie:s,savedConsent:p,isUiBlocking:!D,onOpen:se,onDismiss:re,renderBanner:({isEmbedded:I,isOpen:A,onClose:N,onManagePreferencesClick:W})=>{var J;const Te=m||((J=e.experience_config)==null?void 0:J.layer1_button_options)===kt.ACKNOWLEDGE;return u(En,{bannerIsOpen:A,dismissable:D,onOpen:K,onClose:()=>{N(),re()},isEmbedded:I,renderButtonGroup:()=>u(Mn,{experience:e,onManagePreferencesClick:W,enabledKeys:v,onAcceptAll:()=>{k(),N()},onRejectAll:()=>{P(),N()},onSave:(ot,ht)=>{C(ot,ht),N()},isAcknowledge:Te,hideOptInOut:Te,options:t})})},renderModalContent:()=>u("div",null,u("div",{className:"fides-modal-notices"},u(Bd,{noticeToggles:b,enabledNoticeKeys:v,onChange:(I,A,N)=>{const W={servingComponent:"modal",trigger:A,preference:N};_(I),te("FidesUIChanged",s,t.debug,W)}}))),renderModalFooter:({onClose:I})=>u(Mn,{experience:e,enabledKeys:v,onAcceptAll:()=>{k(),I()},onRejectAll:()=>{P(),I()},onSave:(A,N)=>{C(A,N),I()},isInModal:!0,isAcknowledge:m,hideOptInOut:x||m,options:t})})};var Qd=Object.defineProperty,tr=Object.getOwnPropertySymbols,Xd=Object.prototype.hasOwnProperty,eu=Object.prototype.propertyIsEnumerable,ir=(t,e,i)=>e in t?Qd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,tu=(t,e)=>{for(var i in e||(e={}))Xd.call(e,i)&&ir(t,i,e[i]);if(tr)for(var i of tr(e))eu.call(e,i)&&ir(t,i,e[i]);return t};const iu=(t,e)=>{const{i18n:i}=t;Ui(u(hn,{i18nInstance:i},u(Zd,tu({},t))),e)};var su=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});function sr(t){return su(this,null,function*(){var e;if(!((e=t.options.apiOptions)!=null&&e.getPreferencesFn))return null;try{return yield t.options.apiOptions.getPreferencesFn(t)}catch{return null}})}var ou=Object.defineProperty,nu=Object.defineProperties,ru=Object.getOwnPropertyDescriptors,or=Object.getOwnPropertySymbols,au=Object.prototype.hasOwnProperty,cu=Object.prototype.propertyIsEnumerable,nr=(t,e,i)=>e in t?ou(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,be=(t,e)=>{for(var i in e||(e={}))au.call(e,i)&&nr(t,i,e[i]);if(or)for(var i of or(e))cu.call(e,i)&&nr(t,i,e[i]);return t},Xi=(t,e)=>nu(t,ru(e)),rr=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const es=t=>{typeof window<"u"&&(window.Fides=t)},lu=({cookie:t,experience:e})=>{let i=e;return Ft(t.consent)&&(i=Ei({experience:e,cookie:t})),i};function du(t){return rr(this,null,function*(){var e,i,s,o,n,a;let r=(e=t??this.config)!=null?e:Es("Fides must be initialized with a configuration object");co(!!((i=r.options)!=null&&i.debug)),this.config=r,te("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((o=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:o.enabled),tcfEnabled:this.config.options.tcfEnabled});const c=Gt(Le.OPTIONS,r),l=Gt(Le.EXPERIENCE_TRANSLATION,r),p=yield sr(r);!c.fidesString&&p!=null&&p.fides_string&&(c.fidesString=p.fides_string);const d={optionsOverrides:c,consentPrefsOverrides:p,experienceTranslationOverrides:l};ro(c);let g,f=!1,v;if(!Me()){const{consent:y,method:C}=ao(c);y&&C&&(g=y,v=C)}r=Xi(be({},r),{options:be(be({},r.options),d.optionsOverrides)}),this.cookie=Do(r),this.cookie.consent=be(be({},this.cookie.consent),g),this.saved_consent=be({},this.cookie.consent);const{fidesString:_}=r.options;if(_)try{const{nc:y}=Rt(_);this.decodeNoticeConsentString(y);const C={fides_string:_};this.cookie=be(be({},this.cookie),C)}catch{}g&&v&&(Object.assign(this.cookie.fides_meta,{consentMethod:v}),wi(this.cookie,r.options.base64Cookie),f=!0);const m=Ro(Xi(be({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Ei}));m&&(Object.assign(this,m),es(this),te("FidesInitialized",this.cookie,r.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(n=m?.experience)!=null?n:r.experience;const b=yield Vo(Xi(be({},r),{fides:this,initOverlay:Gi,renderOverlay:iu,updateExperience:lu,overrides:d,propertyId:r.propertyId}));if(Object.assign(this,b),es(this),g&&f&&v&&$e(this.experience)&&this.experience.privacy_notices){const y=new Map(this.experience.privacy_notices.map(k=>[k.notice_key,k])),C=Object.entries(this.cookie.consent).map(([k,P])=>{const K=y.get(k);return K?new De(K,ne(P),k):null}).filter(k=>k!==null);yield Bt({consentPreferencesToSave:C,experience:this.experience,consentMethod:v,options:r.options,cookie:this.cookie,userLocationString:(a=this.geolocation)==null?void 0:a.region,updateCookie:k=>rr(this,null,function*(){return k}),propertyId:r.propertyId})}te("FidesInitialized",this.cookie,r.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}es({consent:{},experience:void 0,geolocation:{},locale:ee,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:Ls,gtm:$s,init:du,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:Pi,shouldShowExperience(){return ct(this.experience,this.cookie,this.saved_consent,this.options)},meta:Fs,shopify:Rs,showModal:wt,getModalLinkLabel:()=>xt,encodeNoticeConsentString:hi,decodeNoticeConsentString:Et});var Q;(function(t){t.PING="ping",t.GET_TC_DATA="getTCData",t.GET_IN_APP_TC_DATA="getInAppTCData",t.GET_VENDOR_LIST="getVendorList",t.ADD_EVENT_LISTENER="addEventListener",t.REMOVE_EVENT_LISTENER="removeEventListener"})(Q||(Q={}));var qe;(function(t){t.STUB="stub",t.LOADING="loading",t.LOADED="loaded",t.ERROR="error"})(qe||(qe={}));var Ke;(function(t){t.VISIBLE="visible",t.HIDDEN="hidden",t.DISABLED="disabled"})(Ke||(Ke={}));var gt;(function(t){t.TC_LOADED="tcloaded",t.CMP_UI_SHOWN="cmpuishown",t.USER_ACTION_COMPLETE="useractioncomplete"})(gt||(gt={}));class oi{listenerId;callback;next;param;success=!0;constructor(e,i,s,o){Object.assign(this,{callback:e,listenerId:s,param:i,next:o});try{this.respond()}catch{this.invokeCallback(null)}}invokeCallback(e){const i=e!==null;typeof this.next=="function"?this.callback(this.next,e,i):this.callback(e,i)}}class ni extends oi{respond(){this.throwIfParamInvalid(),this.invokeCallback(new ar(this.param,this.listenerId))}throwIfParamInvalid(){if(this.param!==void 0&&(!Array.isArray(this.param)||!this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")}}class uu{eventQueue=new Map;queueNumber=0;add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}remove(e){return this.eventQueue.delete(e)}exec(){this.eventQueue.forEach((e,i)=>{new ni(e.callback,e.param,i,e.next)})}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class j{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new uu;static cmpStatus=qe.LOADING;static disabled=!1;static displayStatus=Ke.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=qe.LOADING,this.disabled=!1,this.displayStatus=Ke.HIDDEN,this.eventQueue.clear()}}class ts{cmpId=j.cmpId;cmpVersion=j.cmpVersion;gdprApplies=j.gdprApplies;tcfPolicyVersion=j.tcfPolicyVersion}class pu extends ts{cmpStatus=qe.ERROR}class ar extends ts{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,i){if(super(),this.eventStatus=j.eventStatus,this.cmpStatus=j.cmpStatus,this.listenerId=i,j.gdprApplies){const s=j.tcModel;this.tcString=j.tcString,this.isServiceSpecific=s.isServiceSpecific,this.useNonStandardTexts=s.useNonStandardTexts,this.purposeOneTreatment=s.purposeOneTreatment,this.publisherCC=s.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(s.vendorsAllowed,e),disclosedVendors:this.createVectorField(s.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(s.purposeConsents),legitimateInterests:this.createVectorField(s.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(s.vendorConsents,e),legitimateInterests:this.createVectorField(s.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(s.specialFeatureOptins),this.publisher={consents:this.createVectorField(s.publisherConsents),legitimateInterests:this.createVectorField(s.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(s.publisherCustomConsents),legitimateInterests:this.createVectorField(s.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(s.publisherRestrictions)}}}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let o=1;o<=s;o++){const n=o.toString();e.getRestrictions(o).forEach(a=>{const r=a.purposeId.toString();i[r]||(i[r]={}),i[r][n]=a.restrictionType})}}return i}createVectorField(e,i){return i?i.reduce((s,o)=>(s[String(o)]=e.has(Number(o)),s),{}):[...e].reduce((s,o)=>(s[o[0].toString(10)]=o[1],s),{})}}class fu extends ar{constructor(e){super(e),delete this.outOfBand}createVectorField(e){return[...e].reduce((i,s)=>(i+=s[1]?"1":"0",i),"")}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();e.getRestrictions().forEach(o=>{i[o.purposeId.toString()]="_".repeat(s)});for(let o=0;o<s;o++){const n=o+1;e.getRestrictions(n).forEach(a=>{const r=a.restrictionType.toString(),c=a.purposeId.toString(),l=i[c].substr(0,o),p=i[c].substr(o+1);i[c]=l+r+p})}}return i}}class vu extends ts{cmpLoaded=!0;cmpStatus=j.cmpStatus;displayStatus=j.displayStatus;apiVersion=String(j.apiVersion);gvlVersion;constructor(){super(),j.tcModel&&j.tcModel.vendorListVersion&&(this.gvlVersion=+j.tcModel.vendorListVersion)}}class gu extends oi{respond(){this.invokeCallback(new vu)}}class _u extends ni{respond(){this.throwIfParamInvalid(),this.invokeCallback(new fu(this.param))}}class mu extends oi{respond(){const e=j.tcModel,i=e.vendorListVersion;let s;this.param===void 0&&(this.param=i),this.param===i&&e.gvl?s=e.gvl:s=new O(this.param),s.readyPromise.then(()=>{this.invokeCallback(s.getJson())})}}class hu extends ni{respond(){this.listenerId=j.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class bu extends oi{respond(){this.invokeCallback(j.eventQueue.remove(this.param))}}class _t{static[Q.PING]=gu;static[Q.GET_TC_DATA]=ni;static[Q.GET_IN_APP_TC_DATA]=_u;static[Q.GET_VENDOR_LIST]=mu;static[Q.ADD_EVENT_LISTENER]=hu;static[Q.REMOVE_EVENT_LISTENER]=bu}class yu{static set_=new Set([0,2,void 0,null]);static has(e){return typeof e=="string"&&(e=Number(e)),this.set_.has(e)}}const is="__tcfapi";class ku{callQueue;customCommands;constructor(e){if(e){let i=Q.ADD_EVENT_LISTENER;if(e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed: Use ${Q.GET_TC_DATA} instead`);if(i=Q.REMOVE_EVENT_LISTENER,e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed`);e?.[Q.GET_TC_DATA]&&(e[Q.ADD_EVENT_LISTENER]=e[Q.GET_TC_DATA],e[Q.REMOVE_EVENT_LISTENER]=e[Q.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[is]()||[]}catch{this.callQueue=[]}finally{window[is]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,i,s,...o){if(typeof e!="string")s(null,!1);else if(!yu.has(i))s(null,!1);else{if(typeof s!="function")throw new Error("invalid callback function");j.disabled?s(new pu,!1):!this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?s(null,!1):this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...o):e===Q.PING?this.isCustomCommand(e)?new _t[e](this.customCommands[e],o[0],null,s):new _t[e](s,o[0]):j.tcModel===void 0?this.callQueue.push([e,i,s,...o]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new _t[e](this.customCommands[e],o[0],null,s):new _t[e](s,o[0])}}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach(i=>{window[is](...i)})}isCustomCommand(e){return this.customCommands&&typeof this.customCommands[e]=="function"}isBuiltInCommand(e){return _t[e]!==void 0}}class Cu{callResponder;isServiceSpecific;numUpdates=0;constructor(e,i,s=!1,o){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(i,"cmpVersion",0),j.cmpId=e,j.cmpVersion=i,j.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new ku(o)}throwIfInvalidInt(e,i,s){if(!(typeof e=="number"&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${i}: ${e}`)}update(e,i=!1){if(j.disabled)throw new Error("CmpApi Disabled");j.cmpStatus=qe.LOADED,i?(j.displayStatus=Ke.VISIBLE,j.eventStatus=gt.CMP_UI_SHOWN):j.tcModel===void 0?(j.displayStatus=Ke.DISABLED,j.eventStatus=gt.TC_LOADED):(j.displayStatus=Ke.HIDDEN,j.eventStatus=gt.USER_ACTION_COMPLETE),j.gdprApplies=e!==null,j.gdprApplies?(e===""?(j.tcModel=new fi,j.tcModel.cmpId=j.cmpId,j.tcModel.cmpVersion=j.cmpVersion):j.tcModel=yt.decode(e),j.tcModel.isServiceSpecific=this.isServiceSpecific,j.tcfPolicyVersion=Number(j.tcModel.policyVersion),j.tcString=e):j.tcModel=null,this.numUpdates===0?this.callResponder.purgeQueuedCalls():j.eventQueue.exec(),this.numUpdates++}disable(){j.disabled=!0,j.cmpStatus=qe.ERROR}}const ss=t=>{if(!window.Fides.options.fidesTcfGdprApplies)return null;const{fides_string:e}=t.detail;if(e){const[i]=e.split(zt);return i.split(".")[0]}return e??""};var wu=Object.defineProperty,Eu=Object.defineProperties,xu=Object.getOwnPropertyDescriptors,cr=Object.getOwnPropertySymbols,ju=Object.prototype.hasOwnProperty,Iu=Object.prototype.propertyIsEnumerable,lr=(t,e,i)=>e in t?wu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Pu=(t,e)=>{for(var i in e||(e={}))ju.call(e,i)&&lr(t,i,e[i]);if(cr)for(var i of cr(e))Iu.call(e,i)&&lr(t,i,e[i]);return t},Ou=(t,e)=>Eu(t,xu(e)),Su=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const dr=1,ur=[1,3,4,5,6],Au=1,Tu=({tcStringPreferences:t})=>{const e=[...t.vendorsConsent,...t.vendorsLegint].filter(Ga).map(i=>Ie(i).id).sort((i,s)=>Number(i)-Number(s)).join(".");return`${Au}~${e}`},zu=t=>Su(void 0,[t],function*({experience:e,tcStringPreferences:i}){var s,o;let n="";try{const a=new fi(new O(e.gvl));yield a.gvl.readyPromise,a.cmpId=Bs,a.cmpVersion=dr,a.consentScreen=1,a.isServiceSpecific=!0,a.supportOOB=!1,e.tcf_publisher_country_code&&(a.publisherCountryCode=e.tcf_publisher_country_code);const r=e.minimal_tcf?qa(e):Ha(e);if(a.gvl.narrowVendorsTo(r),i){i.vendorsConsent.forEach(l=>{var p,d,g;if(Ue(l,e.gvl)){const{id:f}=Ie(l);if(a.vendorConsents.set(+f),!((p=e.tcf_publisher_restrictions)!=null&&p.length)){const v=(d=e.gvl)==null?void 0:d.vendors[f];v&&!((g=v?.purposes)!=null&&g.length)&&v.flexiblePurposes.forEach(_=>{const m=new _e;m.purposeId=_,m.restrictionType=pe.REQUIRE_CONSENT,a.publisherRestrictions.add(+f,m)})}}}),i.vendorsLegint.forEach(l=>{var p,d;if(e.minimal_tcf)(p=e.tcf_vendor_legitimate_interest_ids)==null||p.forEach(g=>{const{id:f}=Ie(g);a.vendorLegitimateInterests.set(+f)});else if(Ue(l,e.gvl)){const g=(d=e.tcf_vendor_legitimate_interests)==null?void 0:d.filter(_=>_.id===l)[0],f=g?.purpose_legitimate_interests;let v=!1;if(f&&(f.map(_=>_.id).filter(_=>ur.includes(_)).length&&(v=!0),!v)){const{id:_}=Ie(l);a.vendorLegitimateInterests.set(+_)}}}),(s=e.gvl)!=null&&s.vendors&&((o=e.tcf_vendor_relationships)==null||o.forEach(l=>{var p,d,g;const{id:f}=Ie(l.id),v=(p=e.gvl)==null?void 0:p.vendors[f],_=(d=e.tcf_vendor_consents)==null?void 0:d.some(m=>m.id===l.id);v&&(g=v.specialPurposes)!=null&&g.length&&(!v.purposes||v.purposes.length===0)&&!_&&a.vendorLegitimateInterests.set(+f)})),i.purposesConsent.forEach(l=>{a.purposeConsents.set(+l)}),i.purposesLegint.forEach(l=>{const p=+l;ur.includes(p)||a.purposeLegitimateInterests.set(p)}),i.specialFeatures.forEach(l=>{a.specialFeatureOptins.set(+l)}),e.tcf_publisher_restrictions&&e.tcf_publisher_restrictions.length>0&&e.tcf_publisher_restrictions.forEach(l=>{l.vendors.forEach(p=>{const d=new _e;d.purposeId=l.purpose_id,d.restrictionType=l.restriction_type,a.publisherRestrictions.add(p,d)})}),n=yt.encode(a,{segments:[V.CORE]});const c=Tu({tcStringPreferences:i});n=`${n}${zt}${c}`}}catch(a){return console.error("Unable to instantiate GVL: ",a),Promise.resolve("")}return Promise.resolve(n)}),Lu=()=>{const t=new Cu(Bs,dr,!0,{getTCData:(e,i,s)=>{var o;if(typeof i!="boolean"){const n=(o=window.Fides.fides_string)==null?void 0:o.split(zt),a=n?.length===2?n[1]:"";e(Ou(Pu({},i),{addtlConsent:a}),s);return}e(i,s)}});window.addEventListener("FidesInitialized",e=>{const i=ss(e);i&&e.detail.extraDetails&&!e.detail.extraDetails.shouldShowExperience&&e.detail.extraDetails.firstInit&&t.update(i,!1)}),window.addEventListener("FidesUIShown",e=>{const i=ss(e);t.update(i,!0)}),window.addEventListener("FidesUpdated",e=>{const i=ss(e);t.update(i,!1)})};var Nu=":root{--fides-overlay-tcf-p-h:40px;--fides-overlay-tcf-banner-col-gap:36px;--fides-overlay-tcf-banner-row-gap:16px;--fides-overlay-tcf-banner-btn-w:180px;--fides-overlay-tcf-banner-btn-p-h:10px;--fides-overlay-tcf-banner-purpose-p:12px;--fides-overlay-tcf-banner-purpose-p-t:8px}.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group{gap:12px}.fides-tcf-banner-container #fides-banner{border-radius:0;border-width:1px 0 0;padding-inline:var(--fides-overlay-tcf-p-h);width:100%}div#fides-banner-inner-container{display:flex;flex-direction:row;gap:var(--fides-overlay-tcf-banner-col-gap)}.fides-banner__col{display:flex;flex:1;flex-direction:column;gap:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner__content{margin-bottom:0;max-height:25vh;overflow-y:auto;scrollbar-gutter:stable}.fides-banner-description{margin-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-banner__purpose-list{list-style:none;margin:0;padding:0}.fides-banner__purpose-item{border-bottom:1px solid var(--fides-overlay-row-divider-color);padding:var(--fides-overlay-tcf-banner-purpose-p);padding-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-vendor-count{font-weight:600}.fides-tcf-banner-container div#fides-banner-inner div#fides-button-group{margin-top:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner-secondary-actions{gap:calc(24px - var(--fides-overlay-link-h-padding) - var(--fides-overlay-link-h-padding))}.fides-tcf-banner-container .fides-banner-button{line-height:20px;margin-top:unset;padding-bottom:var(--fides-overlay-tcf-banner-btn-p-h);padding-top:var(--fides-overlay-tcf-banner-btn-p-h)}.fides-record-header{border-bottom:1px solid var(--fides-overlay-row-divider-color);font-weight:600;padding:12px}.fides-tcf-toggle-content{font-size:var(--fides-overlay-font-size-body-small);font-weight:400;margin-right:60px}.fides-tcf-purpose-vendor-title{display:flex;font-weight:600;justify-content:space-between}.fides-tcf-illustration{font-size:var(--fides-overlay-font-size-body-small);padding:13px 60px 13px 13px}.fides-tcf-illustration,.fides-tcf-purpose-vendor{border-radius:var(--fides-overlay-component-border-radius)}.fides-tcf-purpose-vendor{padding:13px}.fides-tcf-purpose-vendor-list{font-weight:400;list-style:none;margin-bottom:0;margin-left:0;padding-left:0}.fides-tcf-vendor-toggles{display:flex}@media (min-width:1080px){.fides-tcf-banner-container .fides-banner-button{min-width:var(--fides-overlay-tcf-banner-btn-w)}}@media (min-width:768px){div#fides-banner-container.fides-banner-bottom.fides-tcf-banner-container{bottom:0}}@media (max-width:768px){.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group .fides-banner-button-group{padding-left:0}.fides-tcf-banner-container #fides-banner{padding:var(--fides-overlay-padding)}div#fides-banner-inner-container{flex-direction:column;margin-inline:calc(var(--fides-overlay-padding)*-1);padding-inline:var(--fides-overlay-padding)}.fides-tcf-banner-container .fides-banner__content{margin-top:unset;max-height:unset;overflow-y:unset;scrollbar-gutter:unset}.fides-tcf-banner-container .fides-banner-button-group.fides-button-group-i18n{min-height:unset}.fides-tcf-banner-container .fides-i18n-menu{bottom:unset;left:unset;order:unset;position:unset}.fides-tcf-banner-container .fides-banner-secondary-actions{flex-direction:row}.fides-tcf-banner-container .fides-banner-secondary-actions .fides-privacy-policy{order:unset;width:unset}}@media (min-width:2240px){.fides-tcf-banner-container #fides-banner{border-width:1px 1px 0;margin:0 auto;max-width:2240px}}";tn(Nu);var $u=Object.defineProperty,Fu=Object.defineProperties,Du=Object.getOwnPropertyDescriptors,pr=Object.getOwnPropertySymbols,Ru=Object.prototype.hasOwnProperty,Vu=Object.prototype.propertyIsEnumerable,fr=(t,e,i)=>e in t?$u(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,ye=(t,e)=>{for(var i in e||(e={}))Ru.call(e,i)&&fr(t,i,e[i]);if(pr)for(var i of pr(e))Vu.call(e,i)&&fr(t,i,e[i]);return t},Ye=(t,e)=>Fu(t,Du(e)),Mu=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const os=(t,e)=>{const i={tcf_purpose_consents:t.tcf_purpose_consents,tcf_purpose_legitimate_interests:t.tcf_purpose_legitimate_interests,tcf_special_purposes:t.tcf_special_purposes,tcf_features:t.tcf_features,tcf_special_features:t.tcf_special_features,tcf_vendor_consents:t.tcf_vendor_consents,tcf_vendor_legitimate_interests:t.tcf_vendor_legitimate_interests,tcf_system_consents:t.tcf_system_consents,tcf_system_legitimate_interests:t.tcf_system_legitimate_interests};if(Hs.forEach(({cookieKey:s,experienceKey:o})=>{var n,a;const r=(n=e.tcf_consent[s])!=null?n:{};i[o]=(a=t[o])==null?void 0:a.map(c=>{const l=Object.keys(r).includes(c.id)?ne(!!r[c.id],oe.OPT_IN):c.default_preference;return Ye(ye({},c),{current_preference:l})})}),e.fides_string){const{tc:s,ac:o}=Rt(e.fides_string);if(!s)return i;const n=Ya(o),a=yt.decode(s);Gs.forEach(({experienceKey:r,tcfModelKey:c})=>{var l;const p=c==="vendorConsents"||c==="vendorLegitimateInterests",d=Array.from(a[c]).filter(([,g])=>g).map(([g])=>p?`gvl.${g}`:g);i[r]=(l=t[r])==null?void 0:l.map(g=>{let f=!!d.find(v=>v===g.id);return r==="tcf_vendor_consents"&&n.find(v=>v===g.id)&&(f=!0),Ye(ye({},g),{current_preference:ne(f,oe.OPT_IN)})})})}return i},Uu=({experience:t,cookie:e,debug:i})=>{var s;const o=os(t,e);if(!t.privacy_notices)return ye(ye({},t),o);const n=(s=t.privacy_notices)==null?void 0:s.map(a=>{const r=Object.keys(e.consent).includes(a.notice_key)?ne(!!e.consent[a.notice_key],a.consent_mechanism):void 0;return Ye(ye({},a),{current_preference:r})});return Ye(ye(ye({},t),o),{privacy_notices:n})},Bu=t=>{var e,i,s,o,n,a,r,c,l;if(!t)return{};if(!t.minimal_tcf){const d=t;return{tcf_purpose_consents:xe(d.tcf_purpose_consents),tcf_purpose_legitimate_interests:xe(d.tcf_purpose_legitimate_interests),tcf_special_purposes:xe(d.tcf_special_purposes),tcf_vendor_consents:xe(d.tcf_vendor_consents),tcf_vendor_legitimate_interests:xe(d.tcf_vendor_legitimate_interests),tcf_features:xe(d.tcf_features),tcf_special_features:xe(d.tcf_special_features),tcf_system_consents:xe(d.tcf_system_consents),tcf_system_legitimate_interests:xe(d.tcf_system_legitimate_interests)}}const p=t;return{tcf_purpose_consents:(e=p.tcf_purpose_consent_ids)!=null?e:[],tcf_purpose_legitimate_interests:(i=p.tcf_purpose_legitimate_interest_ids)!=null?i:[],tcf_special_purposes:(s=p.tcf_special_purpose_ids)!=null?s:[],tcf_vendor_consents:(o=p.tcf_vendor_consent_ids)!=null?o:[],tcf_vendor_legitimate_interests:(n=p.tcf_vendor_legitimate_interest_ids)!=null?n:[],tcf_features:(a=p.tcf_feature_ids)!=null?a:[],tcf_special_features:(r=p.tcf_special_feature_ids)!=null?r:[],tcf_system_consents:(c=p.tcf_system_consent_ids)!=null?c:[],tcf_system_legitimate_interests:(l=p.tcf_system_legitimate_interest_ids)!=null?l:[]}},Gu=t=>t.current_preference?Ne(t.current_preference):Ne(t.default_preference),We=t=>t?t.map(e=>{const i=Gu(e);return Ye(ye({},e),{consentValue:i})}).filter(e=>e.consentValue).map(e=>`${e.id}`):[],vr=t=>{if(!t)return[];const e=Me();return t.map(i=>{const s=Tt(i,e?.consent);return Ye(ye({},i),{consentValue:s})}).filter(i=>i.consentValue).map(i=>`${i.id}`)},Je=({modelList:t,enabledIds:e})=>t?t.map(i=>{const s=ne(e.includes(`${i.id}`));return{id:i.id,preference:s}}):[],Ze=t=>t!=null&&t.length?t.map(e=>{const i=ne(!0);let s=e;return Number.isNaN(parseInt(e,10))||(s=parseInt(e,10)),{id:s,preference:i}}):[],Hu=({experience:t,enabledIds:e})=>{const i=[],s=[],o=[],n=[];return e.vendorsConsent.forEach(a=>{var r;(r=t.tcf_system_consents)!=null&&r.map(c=>c.id).includes(a)?i.push(a):s.push(a)}),e.vendorsLegint.forEach(a=>{var r;(r=t.tcf_system_legitimate_interests)!=null&&r.map(c=>c.id).includes(a)?o.push(a):n.push(a)}),{purpose_consent_preferences:Je({modelList:t.tcf_purpose_consents,enabledIds:e.purposesConsent}),purpose_legitimate_interests_preferences:Je({modelList:t.tcf_purpose_legitimate_interests,enabledIds:e.purposesLegint}),special_feature_preferences:Je({modelList:t.tcf_special_features,enabledIds:e.specialFeatures}),vendor_consent_preferences:Je({modelList:t.tcf_vendor_consents,enabledIds:s}),vendor_legitimate_interests_preferences:Je({modelList:t.tcf_vendor_legitimate_interests,enabledIds:n}),system_consent_preferences:Je({modelList:t.tcf_system_consents,enabledIds:i}),system_legitimate_interests_preferences:Je({modelList:t.tcf_system_legitimate_interests,enabledIds:o})}},qu=({experience:t,enabledIds:e})=>{const i=[],s=[],o=[],n=[];return e.vendorsConsent.forEach(a=>{var r;(r=t.tcf_system_consent_ids)!=null&&r.includes(a)?i.push(a):s.push(a)}),e.vendorsLegint.forEach(a=>{var r;(r=t.tcf_system_legitimate_interest_ids)!=null&&r.includes(a)?o.push(a):n.push(a)}),{purpose_consent_preferences:Ze(e.purposesConsent),purpose_legitimate_interests_preferences:Ze(e.purposesLegint),special_feature_preferences:Ze(e.specialFeatures),vendor_consent_preferences:Ze(s),vendor_legitimate_interests_preferences:Ze(n),system_consent_preferences:Ze(i),system_legitimate_interests_preferences:Ze(o)}},Ku=(t,e,i,s,o)=>Mu(void 0,null,function*(){var n;const a=yield zu({tcStringPreferences:i,experience:s}),r=Ye(ye({},t),{fides_string:a,tcf_consent:Xs(e),tcf_version_hash:(n=s.meta)==null?void 0:n.version_hash});return o&&(r.consent=xi(o)),r}),Yu=t=>{const e=["purposes","specialFeatures"],i=[];return e.forEach(s=>{const o=t[s];Object.keys(o).forEach(n=>{i.push(o[n].name.trim())})}),i},Wu=(t,e)=>!t||!e?[]:t.map(i=>{var s;const o=ne(e.includes(i.id),i.consent_mechanism);return new De(i,o,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),Ju=({purposes:t,customPurposes:e})=>{const{i18n:i}=R();return t!=null&&t.length?u("div",{id:"fides-tcf-banner-inner","data-testid":"fides-tcf-banner-supplemental",className:"fides-banner__supplemental fides-banner__col"},!!i.t("exp.purpose_header")&&i.t("exp.purpose_header")!=="exp.purpose_header"&&u("div",{className:"fides-banner-heading"},u("h2",{id:"fides-banner-subtitle","data-testid":"fides-banner-subtitle",className:"fides-banner-title"},i.t("exp.purpose_header"))),u("div",{className:"fides-banner__content"},u("ul",{className:"fides-banner__purpose-list"},e?.map(s=>u("li",{key:s,className:"fides-banner__purpose-item"},s)),t.map(s=>u("li",{key:s,className:"fides-banner__purpose-item"},s))))):null},gr=({experience:t,onManagePreferencesClick:e,onRejectAll:i,onAcceptAll:s,renderFirstButton:o,isInModal:n,options:a})=>{if(!t.experience_config)return null;const r=Object.keys(t.gvl||{}).length===0;return u(Vn,{availableLocales:t.available_locales,onManagePreferencesClick:e,onAcceptAll:s,onRejectAll:i,renderFirstButton:o,isInModal:n,hideRejectAll:!n&&t.experience_config.layer1_button_options===kt.OPT_IN_ONLY,options:a,isTCF:!0,isMinimalTCF:t.minimal_tcf,isGVLLoading:r})},ns=({title:t,children:e})=>u("div",{className:"fides-info-box"},t?u("p",{className:"fides-gpc-header"},t):null,e),_r=10,Zu=t=>{const e=[];for(let i=0;i<t.length;i+=10)e.push(t.slice(i,i+10));return e},mr=t=>{const[e,i]=q(1),s=Zu(t),o=s.length,n=e>=o,a=e<=1,r=()=>{n||i(e+1)},c=()=>{a||i(e-1)},l=e===1?1:(e-1)*_r+1,p=e===o?t.length:e*_r;return{activeChunk:s[e-1],totalPages:s.length,nextPage:r,previousPage:c,disableNext:n,disablePrevious:a,rangeStart:l,rangeEnd:p,totalItems:t.length}},Qu=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},u("path",{d:"m5.914 6 2.475 2.475-.707.707L4.5 6l3.182-3.182.707.707L5.914 6Z"})),Xu=()=>u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},u("path",{d:"M7.086 6 4.61 3.525l.707-.707L8.5 6 5.318 9.182l-.707-.707L7.086 6Z"})),hr=({nextPage:t,previousPage:e,rangeStart:i,rangeEnd:s,disableNext:o,disablePrevious:n,totalItems:a})=>u("div",{className:"fides-paging-buttons"},u("span",{className:"fides-paging-info"},i,"-",s," / ",a),u("div",{className:"fides-flex-center"},u("button",{className:"fides-paging-previous-button",type:"button",onClick:e,disabled:n,"aria-label":"Previous page"},u(Qu,null)),u("button",{className:"fides-paging-next-button",type:"button",onClick:t,disabled:o,"aria-label":"Next page"},u(Xu,null))));var ep=Object.defineProperty,ri=Object.getOwnPropertySymbols,br=Object.prototype.hasOwnProperty,yr=Object.prototype.propertyIsEnumerable,kr=(t,e,i)=>e in t?ep(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,tp=(t,e)=>{for(var i in e||(e={}))br.call(e,i)&&kr(t,i,e[i]);if(ri)for(var i of ri(e))yr.call(e,i)&&kr(t,i,e[i]);return t},ip=(t,e)=>{var i={};for(var s in t)br.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&ri)for(var s of ri(t))e.indexOf(s)<0&&yr.call(t,s)&&(i[s]=t[s]);return i};const Cr=({vendors:t})=>{const{i18n:e}=R(),i=mr(t),{activeChunk:s,totalPages:o}=i,n=ip(i,["activeChunk","totalPages"]);return s.length?u("p",{className:"fides-tcf-toggle-content fides-background-dark fides-tcf-purpose-vendor"},u("span",{className:"fides-tcf-purpose-vendor-title"},e.t("static.tcf.vendors"),u("span",null,t.length," ",e.t("static.tcf.vendors_count"))),u("ul",{className:"fides-tcf-purpose-vendor-list"},s.map(a=>u("li",{key:a.id},a.name))),o>1?u(hr,tp({},n)):null):null},st=({items:t,type:e,title:i,enabledIds:s,renderToggleChild:o,renderBadgeLabel:n,onToggle:a,hideToggles:r})=>{const{i18n:c}=R();if(t.length===0)return null;const l=(f,v)=>{const _=`${f.id}`;s.indexOf(_)!==-1?a(s.filter(m=>m!==_),f,v):a([...s,_],f,v)};let p,d;Vt(c)===ee&&(p="On",d="Off");const g=f=>e==="vendors"||f.notice_key?f.name:c.t(`exp.tcf.${e}.${f.id}.name`);return u("div",{"data-testid":`records-list-${e}`},u("div",{className:"fides-record-header"},i),t.map(f=>{var v;return u(Qn,{key:f.id,title:((v=f.bestTranslation)==null?void 0:v.title)||g(f),noticeKey:`${f.id}`,onToggle:(_,m)=>{l(f,m)},checked:s.indexOf(`${f.id}`)!==-1,badge:n?n(f):void 0,includeToggle:!r,onLabel:p,offLabel:d,disabled:f.disabled},o?o(f,!!f.bestTranslation):"")}))},wr=({type:t,feature:e})=>{const{i18n:i}=R(),s=[...e.vendors||[],...e.systems||[]];return u("div",null,u("p",{className:"fides-tcf-toggle-content"},i.t(`exp.tcf.${t}.${e.id}.description`)),u(Cr,{vendors:s}))},sp=({allFeatures:t,allSpecialFeatures:e,enabledFeatureIds:i,enabledSpecialFeatureIds:s,onChange:o})=>{const{i18n:n}=R();return u("div",null,u(st,{type:"features",title:n.t("static.tcf.features"),items:t??[],enabledIds:i,onToggle:()=>{},renderToggleChild:a=>u(wr,{type:"features",feature:a}),hideToggles:!0}),u(st,{type:"specialFeatures",title:n.t("static.tcf.special_features"),items:e??[],enabledIds:s,onToggle:(a,r,c)=>o({newEnabledIds:a,modelType:"specialFeatures"},c,{key:`tcf_special_feature_${r.id}`,type:"tcf_special_feature"}),renderToggleChild:a=>u(wr,{type:"specialFeatures",feature:a})}))};var op=Object.defineProperty,np=Object.defineProperties,rp=Object.getOwnPropertyDescriptors,Er=Object.getOwnPropertySymbols,ap=Object.prototype.hasOwnProperty,cp=Object.prototype.propertyIsEnumerable,xr=(t,e,i)=>e in t?op(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,rs=(t,e)=>{for(var i in e||(e={}))ap.call(e,i)&&xr(t,i,e[i]);if(Er)for(var i of Er(e))cp.call(e,i)&&xr(t,i,e[i]);return t},lp=(t,e)=>np(t,rp(e));const dp=({consentPurposes:t=[],legintPurposes:e=[]})=>{const i=Array.from(new Set([...t.map(o=>o.id),...e.map(o=>o.id)])).sort((o,n)=>o-n),s=[];return i.forEach(o=>{const n=t.find(r=>r.id===o),a=e.find(r=>r.id===o);if(n||a){const r=rs(rs({},n),a);s.push(lp(rs({},r),{id:o,isConsent:!!n,isLegint:!!a}))}}),{uniquePurposeIds:i,uniquePurposes:s}},jr=(t,e)=>{const{legal_bases:i}=t;return i?!!i.find(s=>s===e.toString()):!1},Ir=({active:t,options:e,onChange:i})=>{const{i18n:s}=R(),o=n=>{i(n)};return u("div",{className:"fides-radio-button-group"},e.map(n=>{const a=n.value===t.value;return u("button",{key:n.value,role:"radio",type:"button","aria-checked":a,onClick:()=>o(n),className:"fides-radio-button"},s.t(n.i18nMessageID))}))};var up=Object.defineProperty,pp=Object.defineProperties,fp=Object.getOwnPropertyDescriptors,Pr=Object.getOwnPropertySymbols,vp=Object.prototype.hasOwnProperty,gp=Object.prototype.propertyIsEnumerable,Or=(t,e,i)=>e in t?up(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,_p=(t,e)=>{for(var i in e||(e={}))vp.call(e,i)&&Or(t,i,e[i]);if(Pr)for(var i of Pr(e))gp.call(e,i)&&Or(t,i,e[i]);return t},mp=(t,e)=>pp(t,fp(e));const Sr=({type:t,purpose:e,isCustomPurpose:i=!1})=>{var s;const{i18n:o}=R();if(i)return e=e,u("div",null,u("p",{className:"fides-tcf-toggle-content"},(s=e.bestTranslation)==null?void 0:s.description));e=e;const n=[...e.vendors||[],...e.systems||[]];return u("div",null,u("p",{className:"fides-tcf-toggle-content"},o.t(`exp.tcf.${t}.${e.id}.description`)),e.illustrations.map((a,r)=>u("p",{key:a,className:"fides-tcf-illustration fides-background-dark"},o.t(`exp.tcf.${t}.${e.id}.illustrations.${r}`))),u(Cr,{vendors:n}))},hp=({allPurposesConsent:t=[],allCustomPurposesConsent:e=[],allPurposesLegint:i=[],allSpecialPurposes:s,enabledPurposeConsentIds:o,enabledCustomPurposeConsentIds:n,enabledPurposeLegintIds:a,enabledSpecialPurposeIds:r,onChange:c})=>{const{i18n:l}=R(),{uniquePurposes:p}=ie(()=>dp({consentPurposes:t,legintPurposes:i}),[t,i]),[d,g]=q(Lt[0]),f=ie(()=>{const _=s??[];return d.value===je.CONSENT.toString()?{purposes:p.filter(m=>m.isConsent),customPurposes:e.map(m=>mp(_p({},m),{disabled:m.disabled})),purposeModelType:"purposesConsent",enabledPurposeIds:o,enabledCustomPurposeIds:n,specialPurposes:_.filter(m=>jr(m,je.CONSENT)),enabledSpecialPurposeIds:r}:{purposes:p.filter(m=>m.isLegint),purposeModelType:"purposesLegint",enabledPurposeIds:a,specialPurposes:_.filter(m=>jr(m,je.LEGITIMATE_INTERESTS)),enabledSpecialPurposeIds:r}},[s,d,p,a,r,e,o,n]),v=(_,m,b,y)=>{let C,k;_==="customPurposesConsent"?(C="notice",k=b.notice_key):_==="purposesConsent"?(C="tcf_purpose_consent",k=`${C}_${b.id}`):(C="tcf_purpose_legitimate_interest",k=`${C}_${b.id}`),c({newEnabledIds:m,modelType:_},y,{key:k,type:C})};return u("div",null,u(Ir,{options:Lt,active:d,onChange:g}),u(st,{type:"purposes",title:l.t("static.tcf.purposes"),items:f.customPurposes?[...f.customPurposes,...f.purposes]:f.purposes,enabledIds:f.enabledCustomPurposeIds?[...f.enabledCustomPurposeIds,...f.enabledPurposeIds]:f.enabledPurposeIds,onToggle:(_,m,b)=>{const y="bestTranslation"in m?"customPurposesConsent":f.purposeModelType;let C=_;y==="customPurposesConsent"?C=_.filter(k=>!f.enabledPurposeIds.includes(k)):f.enabledCustomPurposeIds&&(C=_.filter(k=>{var P;return!((P=f.enabledCustomPurposeIds)!=null&&P.includes(k))})),v(y,C,m,b)},renderToggleChild:(_,m)=>u(Sr,{type:"purposes",purpose:_,isCustomPurpose:m}),renderBadgeLabel:_=>{if(f.customPurposes)return _.bestTranslation?"":"IAB TCF"},key:`purpose-record-${d.value}`}),u(st,{type:"specialPurposes",title:l.t("static.tcf.special_purposes"),items:f.specialPurposes,enabledIds:f.enabledSpecialPurposeIds,onToggle:(_,m,b)=>v("specialPurposes",_,m,b),renderToggleChild:_=>u(Sr,{type:"specialPurposes",purpose:_}),hideToggles:!0,key:`special-purpose-record-${d.value}`}))},Ar=({href:t,children:e})=>u("a",{href:t,className:"fides-external-link",target:"_blank",rel:"noopener noreferrer"},e);var bp=Object.defineProperty,ai=Object.getOwnPropertySymbols,Tr=Object.prototype.hasOwnProperty,zr=Object.prototype.propertyIsEnumerable,Lr=(t,e,i)=>e in t?bp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,yp=(t,e)=>{for(var i in e||(e={}))Tr.call(e,i)&&Lr(t,i,e[i]);if(ai)for(var i of ai(e))zr.call(e,i)&&Lr(t,i,e[i]);return t},kp=(t,e)=>{var i={};for(var s in t)Tr.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&ai)for(var s of ai(t))e.indexOf(s)<0&&zr.call(t,s)&&(i[s]=t[s]);return i};const ci=({type:t,label:e,lineItems:i})=>{const{i18n:s}=R();if(!i||i.length===0)return null;const o=i.some(n=>n.retention_period!=null);return u("table",{className:"fides-vendor-details-table"},u("thead",null,u("tr",null,u("th",{width:"80%"},e),o?u("th",{width:"20%",style:{textAlign:"right"}},s.t("static.tcf.retention")):null)),u("tbody",null,i.map(n=>u("tr",{key:n.id},u("td",null,s.t(`exp.tcf.${t}.${n.id}.name`)),o?u("td",{style:{textAlign:"right"}},n.retention_period?`${n.retention_period} ${s.t("static.tcf.retention_period_days")}`:"-"):null))))},Cp=({purposes:t,specialPurposes:e})=>{const{i18n:i}=R(),s=t?t.length===0:!0,o=e?e.length===0:!0;return s&&o?null:u(ue,null,u(ci,{type:"purposes",label:i.t("static.tcf.purposes"),lineItems:t}),u(ci,{type:"specialPurposes",label:i.t("static.tcf.special_purposes"),lineItems:e}))},wp=({gvlVendor:t,dataCategories:e})=>{const{i18n:i}=R();if(!t||!e)return null;const s=t.dataDeclaration;return u("table",{className:"fides-vendor-details-table"},u("thead",null,u("tr",null,u("th",null,i.t("static.tcf.data_categories")))),u("tbody",null,s?.map(o=>u("tr",{key:o},u("td",null,i.t(`exp.tcf.dataCategories.${o}.name`))))))},Ep=({vendor:t})=>{const{i18n:e}=R(),{name:i,uses_cookies:s,uses_non_cookie_access:o,cookie_max_age_seconds:n,cookie_refresh:a}=t;let r="";if(s){const c=n?Math.ceil(n/60/60/24):0;r+=`${i} ${e.t("static.tcf.cookie_disclosure.intro")} ${c}.`,a&&(r+=" "+e.t("static.tcf.cookie_disclosure.refresh")),o&&(r+=" "+e.t("static.tcf.cookie_disclosure.also_non_cookie"))}else o&&(r+=" "+e.t("static.tcf.cookie_disclosure.non_cookie"));return r===""||!r?null:u("p",null,r)},Nr=({vendor:t,experience:e})=>{var i;const{i18n:s}=R(),o=Ue(t.id,e.gvl),n=(i=e.gvl)==null?void 0:i.dataCategories,a=t.privacy_policy_url||t.legitimate_interest_disclosure_url;return u(ue,null,u(Ep,{vendor:t}),a&&u("div",null,t.privacy_policy_url&&u(Ar,{href:t.privacy_policy_url},s.t("static.tcf.privacy_policy")),t.legitimate_interest_disclosure_url&&u(Ar,{href:t.legitimate_interest_disclosure_url},s.t("static.tcf.legint_disclosure"))),u(Cp,{purposes:[...t.purpose_consents||[],...t.purpose_legitimate_interests||[]],specialPurposes:t.special_purposes}),u(ci,{type:"features",label:s.t("static.tcf.features"),lineItems:t.features}),u(ci,{type:"specialFeatures",label:s.t("static.tcf.special_features"),lineItems:t.special_features}),u(wp,{gvlVendor:o,dataCategories:n}))},xp=({experience:t,vendors:e,enabledIds:i,onChange:s})=>{const{i18n:o}=R(),n=mr(e),{activeChunk:a}=n,r=kp(n,["activeChunk"]),{gvlVendors:c,otherVendors:l}=ie(()=>({gvlVendors:a?.filter(p=>p.isGvl),otherVendors:a?.filter(p=>!p.isGvl)}),[a]);return a?u(ue,null,u(st,{type:"vendors",title:o.t("static.tcf.vendors.iab"),items:c,enabledIds:i,onToggle:s,renderBadgeLabel:p=>Ue(p.id,t.gvl)?"IAB TCF":void 0,renderToggleChild:p=>u(Nr,{vendor:p,experience:t})}),u(st,{type:"vendors",title:o.t("static.tcf.vendors.other"),items:l,enabledIds:i,onToggle:s,renderToggleChild:p=>u(Nr,{vendor:p,experience:t})}),u(hr,yp({},r))):null},jp=({experience:t,enabledVendorConsentIds:e,enabledVendorLegintIds:i,onChange:s})=>{const o=ie(()=>Ka(t),[t]),[n,a]=q(Lt[0]),r=ie(()=>{const c=n.value===je.CONSENT.toString()?o.filter(l=>l.isConsent):o.filter(l=>l.isLegint);return[...c.filter(l=>l.isGvl),...c.filter(l=>!l.isGvl)]},[n,o]);return u("div",null,u(Ir,{options:Lt,active:n,onChange:a}),u(xp,{experience:t,vendors:r,enabledIds:n.value===je.CONSENT.toString()?e:i,onChange:(c,l,p)=>{const d=n.value===je.CONSENT.toString()?"vendorsConsent":"vendorsLegint";let g;d==="vendorsConsent"?g="tcf_vendor_consent":g="tcf_vendor_legitimate_interest";const f={newEnabledIds:c,modelType:d},[v,_]=l.id.split("."),m={key:l.id,type:g,vendor_id:l.id,vendor_list:v,vendor_list_id:_,vendor_name:l.name};s(f,p,m)},key:`vendor-data-${n.value}`}))};var Ip=Object.defineProperty,Pp=Object.defineProperties,Op=Object.getOwnPropertyDescriptors,$r=Object.getOwnPropertySymbols,Sp=Object.prototype.hasOwnProperty,Ap=Object.prototype.propertyIsEnumerable,Fr=(t,e,i)=>e in t?Ip(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Tp=(t,e)=>{for(var i in e||(e={}))Sp.call(e,i)&&Fr(t,i,e[i]);if($r)for(var i of $r(e))Ap.call(e,i)&&Fr(t,i,e[i]);return t},zp=(t,e)=>Pp(t,Op(e));const Lp="ArrowRight",Np="ArrowLeft",$p=({experience:t,customNotices:e,enabledIds:i,onChange:s,activeTabIndex:o,onTabChange:n})=>{const{i18n:a}=R(),r=G(({newEnabledIds:d,modelType:g},f,v)=>{const _=zp(Tp({},i),{[g]:d});s(_,f,v)},[i,s]),c=[{name:a.t("static.tcf.purposes"),type:"purposes",content:u("div",null,u(ns,null,a.t("static.tcf.purposes.description")),u(hp,{allPurposesConsent:t.tcf_purpose_consents,allCustomPurposesConsent:e,allPurposesLegint:t.tcf_purpose_legitimate_interests,allSpecialPurposes:t.tcf_special_purposes,enabledPurposeConsentIds:i.purposesConsent,enabledCustomPurposeConsentIds:i.customPurposesConsent,enabledPurposeLegintIds:i.purposesLegint,enabledSpecialPurposeIds:i.specialPurposes,onChange:r}))},{name:a.t("static.tcf.features"),type:"features",content:u("div",null,u(ns,null,a.t("static.tcf.features.description")),u(sp,{allFeatures:t.tcf_features,allSpecialFeatures:t.tcf_special_features,enabledFeatureIds:i.features,enabledSpecialFeatureIds:i.specialFeatures,onChange:r}))},{name:a.t("static.tcf.vendors"),type:"vendors",content:u("div",null,u(ns,null,a.t("static.tcf.vendors.description")),u(jp,{experience:t,enabledVendorConsentIds:i.vendorsConsent,enabledVendorLegintIds:i.vendorsLegint,onChange:r}))}],l=[ei(null),ei(null),ei(null)],p=d=>{var g;let f;d.code===Lp&&(d.preventDefault(),f=o===c.length-1?0:o+1),d.code===Np&&(d.preventDefault(),f=o===0?c.length-1:o-1),f!=null&&(n(f),(g=l[f].current)==null||g.focus())};return u("div",{className:"fides-tabs"},u("ul",{role:"tablist",className:"fides-tab-list"},c.map(({name:d,type:g},f)=>u("li",{role:"presentation",key:g},u("button",{id:`fides-tab-${g}`,"aria-selected":f===o,onClick:()=>{n(f)},role:"tab",type:"button",className:"fides-tab-button",tabIndex:f===o?void 0:-1,onKeyDown:p,ref:l[f]},d)))),u("div",{className:"tabpanel-container"},c.map(({type:d,content:g},f)=>u("section",{role:"tabpanel",id:`fides-panel-${d}`,"aria-labelledby":`fides-tab-${d}`,tabIndex:-1,hidden:f!==o,key:d},g))))};var Fp=Object.defineProperty,Dp=Object.defineProperties,Rp=Object.getOwnPropertyDescriptors,Dr=Object.getOwnPropertySymbols,Vp=Object.prototype.hasOwnProperty,Mp=Object.prototype.propertyIsEnumerable,Rr=(t,e,i)=>e in t?Fp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,mt=(t,e)=>{for(var i in e||(e={}))Vp.call(e,i)&&Rr(t,i,e[i]);if(Dr)for(var i of Dr(e))Mp.call(e,i)&&Rr(t,i,e[i]);return t},Up=(t,e)=>Dp(t,Rp(e)),Bp=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const Se=t=>t?t.map(e=>`${e.id}`):[],Gp=({options:t,experienceMinimal:e,fidesRegionString:i,cookie:s,savedConsent:o,propertyId:n,translationOverrides:a})=>{var r,c,l,p;const{i18n:d,currentLocale:g,setCurrentLocale:f,setIsLoading:v}=R(),_=Me(),m=(l=(c=(r=e?.experience_config)==null?void 0:r.translations)==null?void 0:c[0])==null?void 0:l.language,b=d.getDefaultLocale(),y=wo(navigator,t.fidesLocale,d.getDefaultLocale()),C=Eo(y,e.available_locales||[],d.getDefaultLocale());B(()=>{g||f(m)},[g,m,f]);const{gvlTranslations:k,setGvlTranslations:P}=td(),[K,se]=q(!1),re=S=>Bp(void 0,null,function*(){const z=yield Po(t.fidesApiUrl,[S]);z&&(P(z[S]),Co(d,z,[S]),fidesDebugger(`Fides GVL translations loaded for ${S}`))}),D=ie(()=>(e.privacy_notices||[]).map(S=>{var z,$;const M=S.consent_mechanism===oe.NOTICE_ONLY||(($=(z=t.fidesDisabledNotices)==null?void 0:z.includes(S.notice_key))!=null?$:!1)||S.disabled,ae=Ai(d,S);return Up(mt({},S),{bestTranslation:ae,disabled:M})}),[e.privacy_notices,d,g]),[x,I]=q();B(()=>{y&&C!==m&&(fidesDebugger(`Best locale does not match minimal experience locale (${m})
|
12
|
+
Loading translations from full experience = ${C}`),v(!0)),y&&C!==ee&&(se(!0),re(C).then(()=>{se(!1)})),fidesDebugger("Fetching full TCF experience..."),Io({userLocationString:i,fidesApiUrl:t.fidesApiUrl,apiOptions:t.apiOptions,propertyId:n,requestMinimalTCF:!1}).then(S=>{if($e(S)){const z=os(S,s);if(mi(S)){const $=mt(mt({},S),z);window.Fides.experience=mt(mt({},window.Fides.experience),$),window.Fides.experience.minimal_tcf=!1,I($)}}})},[]);const{setVendorCount:A}=Fl(),[N,W]=q(Nt);B(()=>{x&&(yo(d,x,a),!y||C===b?ko(d,x):(f(C),K||v(!1)))},[x]),B(()=>{if(x){const{tcf_purpose_consents:S=[],privacy_notices:z=[],tcf_purpose_legitimate_interests:$=[],tcf_special_purposes:M=[],tcf_features:ae=[],tcf_special_features:di=[],tcf_vendor_consents:bt=[],tcf_vendor_legitimate_interests:H=[],tcf_system_consents:ui=[],tcf_system_legitimate_interests:ce=[]}=x;W({purposesConsent:We(S),customPurposesConsent:vr(z),purposesLegint:We($),specialPurposes:We(M),features:We(ae),specialFeatures:We(di),vendorsConsent:We([...bt,...ui]),vendorsLegint:We([...H,...ce])})}else{const S=Nt;e!=null&&e.privacy_notices&&(S.customPurposesConsent=vr(e.privacy_notices)),W(S)}},[x,e]),B(()=>{e.vendor_count&&A&&A(e.vendor_count)},[e,A]);const J=ie(()=>{const S=x?.experience_config||e.experience_config;if(S){const z=Mt(d,S);return z?.privacy_experience_config_history_id}},[e,x,d]),Te=ie(()=>D.map(S=>{var z;return((z=S.bestTranslation)==null?void 0:z.title)||S.name}),[D]),ot=ie(()=>{if(k)return Yu(k);const S=e?.tcf_purpose_names||[],z=e?.tcf_special_feature_names||[];return[...S,...z]},[e,k]),ht=Bu(x||e),{servedNoticeHistoryId:li}=_n({privacyExperienceConfigHistoryId:J,privacyNoticeHistoryIds:D.reduce((S,z)=>{var $;const M=($=z.bestTranslation)==null?void 0:$.privacy_notice_history_id;return M&&S.push(M),S},[]),options:t,userGeography:i,acknowledgeMode:!1,privacyExperience:x||e,tcfNoticesServed:ht}),Qe=G((S,z)=>{if(!x&&!e)return;let $;!x&&e!=null&&e.minimal_tcf?$=qu({experience:e,enabledIds:z}):$=Hu({experience:x,enabledIds:z});const M=Wu(D,z.customPurposesConsent);Bt({consentPreferencesToSave:M,privacyExperienceConfigHistoryId:J,experience:x||e,consentMethod:S,options:t,userLocationString:i,cookie:s,tcf:$,servedNoticeHistoryId:li,updateCookie:ae=>Ku(ae,$,z,x||e,M)}),W(z)},[s,x,e,i,t,J,D,li]),ds=G(S=>{var z,$,M,ae,di;let bt,H=x||e;const ui=D.filter(ce=>!ce.disabled||N.customPurposesConsent.includes(ce.id));H.minimal_tcf?(H=e,bt={purposesConsent:((z=H.tcf_purpose_consent_ids)==null?void 0:z.map(ce=>`${ce}`))||[],customPurposesConsent:Se(ui)||[],purposesLegint:(($=H.tcf_purpose_legitimate_interest_ids)==null?void 0:$.map(ce=>`${ce}`))||[],specialPurposes:((M=H.tcf_special_purpose_ids)==null?void 0:M.map(ce=>`${ce}`))||[],features:((ae=H.tcf_feature_ids)==null?void 0:ae.map(ce=>`${ce}`))||[],specialFeatures:((di=H.tcf_special_feature_ids)==null?void 0:di.map(ce=>`${ce}`))||[],vendorsConsent:[...H.tcf_vendor_consent_ids||[],...H.tcf_system_consent_ids||[]],vendorsLegint:[...H.tcf_vendor_legitimate_interest_ids||[],...H.tcf_system_legitimate_interest_ids||[]]}):(H=x,bt={purposesConsent:Se(H.tcf_purpose_consents),customPurposesConsent:Se(ui),purposesLegint:Se(H.tcf_purpose_legitimate_interests),specialPurposes:Se(H.tcf_special_purposes),features:Se(H.tcf_features),specialFeatures:Se(H.tcf_special_features),vendorsConsent:Se([...H.tcf_vendor_consents||[],...H.tcf_system_consents||[]]),vendorsLegint:Se([...H.tcf_vendor_legitimate_interests||[],...H.tcf_system_legitimate_interests||[]])}),Qe(S?F.SCRIPT:F.ACCEPT,bt)},[N.customPurposesConsent,x,e,Qe,D]),us=G(S=>{var z,$;const M=Nt;M.customPurposesConsent=(z=D.filter(ae=>ae.consent_mechanism===oe.NOTICE_ONLY||ae.disabled&&N.customPurposesConsent.includes(ae.id)).map(ae=>ae.id))!=null?z:Nt,(($=x?.experience_config)==null?void 0:$.reject_all_mechanism)===gi.REJECT_CONSENT_ONLY&&(M.purposesLegint=N.purposesLegint,M.vendorsLegint=N.vendorsLegint,fidesDebugger("Reject all mechanism is set to 'Reject Consent Only'. Ignoring legitimate interests during opt out.",M,N)),Qe(S?F.SCRIPT:F.REJECT,M)},[N,(p=x?.experience_config)==null?void 0:p.reject_all_mechanism,Qe,D]);B(()=>{t.fidesConsentOverride===F.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),ds(!0)):t.fidesConsentOverride===F.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),us(!0))},[t.fidesConsentOverride]);const[Jf,ps]=q(0),Zf=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:Re.TCF_BANNER})},[s,t.debug]),Qf=G(()=>{te("FidesUIShown",s,t.debug,{servingComponent:Re.TCF_OVERLAY})},[s,t.debug]),qr=G(()=>{Ft(_?.consent)||Qe(F.DISMISS,N)},[Qe,N,_?.consent]),Kr=x?.experience_config||e.experience_config;if(!Kr)return fidesDebugger("No experience config found"),null;const Yr=!!Kr.dismissable;return u(Yn,{options:t,experience:x||e,cookie:s,savedConsent:o,onVendorPageClick:()=>{ps(2)},isUiBlocking:!Yr,onOpen:Qf,onDismiss:qr,renderBanner:({isEmbedded:S,isOpen:z,onClose:$,onManagePreferencesClick:M})=>u(En,{dismissable:Yr,bannerIsOpen:z,isEmbedded:S,onOpen:Zf,onClose:()=>{qr(),$()},onVendorPageClick:()=>{M(),ps(2)},renderButtonGroup:()=>u(gr,{experience:x||e,onManagePreferencesClick:M,onAcceptAll:()=>{ds(),$()},onRejectAll:()=>{us(),$()},options:t}),className:"fides-tcf-banner-container"},u(Ju,{purposes:ot,customPurposes:Te})),renderModalContent:x?()=>u($p,{experience:x,customNotices:D,enabledIds:N,onChange:(S,z,$)=>{const M={servingComponent:"modal",trigger:z,preference:$};W(S),te("FidesUIChanged",s,t.debug,M)},activeTabIndex:Jf,onTabChange:ps}):void 0,renderModalFooter:x?({onClose:S})=>{const z=($,M)=>{Qe($,M),S()};return u(gr,{experience:x,onAcceptAll:()=>{ds(),S()},onRejectAll:()=>{us(),S()},renderFirstButton:()=>u(He,{buttonType:ve.SECONDARY,label:d.t("exp.save_button_label"),onClick:()=>z(F.SAVE,N),className:"fides-save-button"}),isInModal:!0,options:t})}:void 0})};var Hp={"static.tcf.consent":"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629","static.tcf.cookie_disclosure.also_non_cookie":'\u064A\u0633\u062A\u062E\u062F\u0645 \u0647\u0630\u0627 \u0627\u0644\u0628\u0627\u0626\u0639 \u0623\u064A\u0636\u064B\u0627 \u0637\u0631\u0642\u064B\u0627 \u0623\u062E\u0631\u0649 \u0645\u062B\u0644 "\u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u062D\u0644\u064A" \u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627.',"static.tcf.cookie_disclosure.intro":"\u064A\u062E\u0632\u0646 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0644\u0645\u062F\u0629 \u0623\u0642\u0635\u0627\u0647\u0627 \u0639\u062F\u0629 \u0623\u064A\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627:","static.tcf.cookie_disclosure.non_cookie":'\u064A\u0633\u062A\u062E\u062F\u0645 \u0637\u0631\u0642\u064B\u0627 \u0645\u062B\u0644 "\u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u062D\u0644\u064A" \u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627.',"static.tcf.cookie_disclosure.refresh":"\u0642\u062F \u062A\u064F\u062D\u062F\u0651\u062B \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0647\u0630\u0647.","static.tcf.data_categories":"\u0641\u0626\u0627\u062A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A","static.tcf.features":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A","static.tcf.features.description":"\u0633\u062A\u062C\u062F \u0623\u062F\u0646\u0627\u0647 \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u064F\u0639\u0627\u0644\u062C \u0628\u064A\u0627\u0646\u0627\u062A\u0643 \u0645\u0646 \u0623\u062C\u0644\u0647\u0627. \u064A\u062C\u0648\u0632 \u0644\u0643 \u0645\u0645\u0627\u0631\u0633\u0629 \u062D\u0642\u0648\u0642\u0643 \u0644\u0645\u064A\u0632\u0627\u062A \u062E\u0627\u0635\u0629 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0623\u062F\u0646\u0627\u0647.","static.tcf.legint":"\u0645\u0635\u0644\u062D\u0629 \u0645\u0634\u0631\u0648\u0639\u0629","static.tcf.legint_disclosure":"\u0627\u0644\u0625\u0641\u0635\u0627\u062D \u0639\u0646 \u0627\u0644\u0641\u0627\u0626\u062F\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0629","static.tcf.privacy_policy":"\u0633\u064A\u0627\u0633\u0629 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629","static.tcf.purposes":"\u0627\u0644\u0623\u063A\u0631\u0627\u0636","static.tcf.purposes.description":"\u0633\u062A\u062C\u062F \u0623\u062F\u0646\u0627\u0647 \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0623\u063A\u0631\u0627\u0636 \u0648\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629 \u0627\u0644\u062A\u064A \u062A\u064F\u0639\u0627\u0644\u062C \u0628\u064A\u0627\u0646\u0627\u062A\u0643 \u0645\u0646 \u0623\u062C\u0644\u0647\u0627. \u064A\u062C\u0648\u0632 \u0644\u0643 \u0645\u0645\u0627\u0631\u0633\u0629 \u062D\u0642\u0648\u0642\u0643 \u0644\u0623\u063A\u0631\u0627\u0636 \u0645\u062D\u062F\u062F\u0629 \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0623\u0648 \u0627\u0644\u0645\u0635\u0644\u062D\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0629 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0623\u062F\u0646\u0627\u0647.","static.tcf.retention":"\u0627\u0644\u062D\u0641\u0638","static.tcf.retention_period_days":"\u064A\u0648\u0645 (\u0623\u064A\u0627\u0645)","static.tcf.special_features":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629","static.tcf.special_purposes":"\u0623\u063A\u0631\u0627\u0636 \u062E\u0627\u0635\u0629","static.tcf.vendors":"\u0627\u0644\u0645\u0648\u0631\u062F\u0648\u0646","static.tcf.vendors.description":"\u0633\u062A\u062C\u062F \u0623\u062F\u0646\u0627\u0647 \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u0648\u0631\u062F\u064A\u0646 \u0627\u0644\u0630\u064A\u0646 \u064A\u0639\u0627\u0644\u062C\u0648\u0646 \u0628\u064A\u0627\u0646\u0627\u062A\u0643 \u0648\u0623\u063A\u0631\u0627\u0636 \u0623\u0648 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0645\u0639\u0627\u0644\u062C\u0629 \u0627\u0644\u062A\u064A \u064A\u0639\u0644\u0646\u0648\u0646\u0647\u0627. \u064A\u062C\u0648\u0632 \u0644\u0643 \u0645\u0645\u0627\u0631\u0633\u0629 \u062D\u0642\u0648\u0642\u0643 \u0645\u0639 \u0643\u0644 \u0628\u0627\u0626\u0639 \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0627\u0633 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064A \u0627\u0644\u0630\u064A \u064A\u0624\u0643\u062F\u0647.","static.tcf.vendors.iab":"\u0628\u0627\u0626\u0639\u0648\u0646 IAB TCF","static.tcf.vendors.other":"\u0628\u0627\u0626\u0639\u0648\u0646 \u0622\u062E\u0631\u0648\u0646","static.tcf.vendors_count":"\u0628\u0627\u0626\u0639 (\u0628\u0627\u0626\u0639\u0648\u0646)","static.tcf.vendors_using_consent":"\u0627\u0644\u0628\u0627\u0626\u0639\u0648\u0646 \u0627\u0644\u0630\u064A\u0646 \u064A\u0633\u062A\u062E\u062F\u0645\u0648\u0646 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629","static.tcf.vendors_using_legint":"\u0627\u0644\u0628\u0627\u0626\u0639\u0648\u0646 \u0627\u0644\u0630\u064A\u0646 \u064A\u0633\u062A\u062E\u062F\u0645\u0648\u0646 \u0627\u0644\u0645\u0635\u0644\u062D\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0629"},qp={"static.tcf.consent":"\u0421\u044A\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\u0422\u043E\u0437\u0438 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u043A \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u0438 \u0434\u0440\u0443\u0433\u0438 \u043C\u0435\u0442\u043E\u0434\u0438 \u043A\u0430\u0442\u043E \u201C\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u044A\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u201D, \u0437\u0430 \u0434\u0430 \u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430 \u0438 \u0434\u0430 \u043F\u043E\u043B\u0443\u0447\u0430\u0432\u0430 \u0434\u043E\u0441\u0442\u044A\u043F \u0434\u043E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0412\u0430\u0448\u0435\u0442\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E.","static.tcf.cookie_disclosure.intro":"\u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430 \u201C\u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438\u201D \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0430 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442 \u043E\u043A\u043E\u043B\u043E \u0442\u043E\u0437\u0438 \u0431\u0440\u043E\u0439 \u0434\u043D\u0438:","static.tcf.cookie_disclosure.non_cookie":"\u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u043C\u0435\u0442\u043E\u0434\u0438 \u043A\u0430\u0442\u043E \u201C\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u044A\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u201D \u0437\u0430 \u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430\u043D\u0435 \u0438 \u0434\u043E\u0441\u0442\u044A\u043F \u0434\u043E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0412\u0430\u0448\u0435\u0442\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E.","static.tcf.cookie_disclosure.refresh":"\u0422\u0435\u0437\u0438 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438 \u043C\u043E\u0433\u0430\u0442 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u043E\u043F\u0440\u0435\u0441\u043D\u0435\u043D\u0438.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438 \u0434\u0430\u043D\u043D\u0438","static.tcf.features":"\u0424\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.features.description":"\u041F\u043E-\u0434\u043E\u043B\u0443 \u0449\u0435 \u043D\u0430\u043C\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u0438\u0442\u0435, \u0437\u0430 \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0432\u0430\u0442 \u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0436\u043D\u044F\u0432\u0430\u0442\u0435 \u043F\u0440\u0430\u0432\u0430\u0442\u0430 \u0441\u0438 \u0437\u0430 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u0430\u0442\u043E \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u0442\u0435\u043B\u0438\u0442\u0435 \u043F\u043E-\u0434\u043E\u043B\u0443.","static.tcf.legint":"\u0417\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u0417\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441 \u0437\u0430 \u043E\u043F\u043E\u0432\u0435\u0441\u0442\u044F\u0432\u0430\u043D\u0435","static.tcf.privacy_policy":"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u0437\u0430 \u0437\u0430\u0449\u0438\u0442\u0430 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.tcf.purposes":"\u0426\u0435\u043B\u0438","static.tcf.purposes.description":"\u041F\u043E-\u0434\u043E\u043B\u0443 \u0449\u0435 \u043D\u0430\u043C\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u0446\u0435\u043B\u0438\u0442\u0435 \u0438 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u0437\u0430 \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0432\u0430\u0442 \u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0436\u043D\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0430\u0442\u0430 \u0441\u0438 \u0437\u0430 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u0438 \u0446\u0435\u043B\u0438, \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438 \u043D\u0430 \u0441\u044A\u0433\u043B\u0430\u0441\u0438\u0435 \u0438\u043B\u0438 \u0437\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441, \u043A\u0430\u0442\u043E \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u0442\u0435\u043B\u0438\u0442\u0435 \u043F\u043E-\u0434\u043E\u043B\u0443.","static.tcf.retention":"\u0421\u044A\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435","static.tcf.retention_period_days":"\u0434\u0435\u043D(\u0434\u043D\u0438)","static.tcf.special_features":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.special_purposes":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0446\u0435\u043B\u0438","static.tcf.vendors":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438","static.tcf.vendors.description":"\u041F\u043E-\u0434\u043E\u043B\u0443 \u0449\u0435 \u043D\u0430\u043C\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438\u0442\u0435, \u043A\u043E\u0438\u0442\u043E \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0432\u0430\u0442 \u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438, \u043A\u0430\u043A\u0442\u043E \u0438 \u0446\u0435\u043B\u0438\u0442\u0435 \u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438\u0442\u0435 \u043D\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430\u0442\u0430, \u043A\u043E\u0438\u0442\u043E \u0442\u0435 \u0434\u0435\u043A\u043B\u0430\u0440\u0438\u0440\u0430\u0442. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0436\u043D\u044F\u0432\u0430\u0442\u0435 \u043F\u0440\u0430\u0432\u0430\u0442\u0430 \u0441\u0438 \u0437\u0430 \u0432\u0441\u0435\u043A\u0438 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u043A \u0432\u044A\u0437 \u043E\u0441\u043D\u043E\u0432\u0430 \u043D\u0430 \u043F\u0440\u0430\u0432\u043D\u043E\u0442\u043E \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438\u0435, \u043A\u043E\u0435\u0442\u043E \u0442\u043E\u0439 \u0437\u0430\u044F\u0432\u044F\u0432\u0430.","static.tcf.vendors.iab":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438 \u043D\u0430 IAB TCF","static.tcf.vendors.other":"\u0414\u0440\u0443\u0433\u0438 \u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438","static.tcf.vendors_count":"\u0434\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u043A(\u0446\u0438)","static.tcf.vendors_using_consent":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0449\u0438 \u0441\u044A\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.vendors_using_legint":"\u0414\u043E\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0449\u0438 \u0437\u0430\u043A\u043E\u043D\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0435\u0441"},Kp={"static.tcf.consent":"Pristanak","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\u010D tako\u0111er koristi druge metode kao \u0161to je \u201Elokalna pohrana\u201C za pohranjivanje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.intro":"pohranjuje kola\u010Di\u0107e s maksimalnim trajanjem od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \u0161to je \u201Elokalna pohrana\u201C za pohranjivanje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\u010Di\u0107i mogu biti osvje\u017Eeni.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Funkcije","static.tcf.features.description":"U nastavku \u0107ete prona\u0107i popis funkcija za koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti za odre\u0111ene funkcije koriste\u0107i prekida\u010De date dolje.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Objavljivanje legitimnog interesa","static.tcf.privacy_policy":"Politika privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku \u0107ete prona\u0107i popis svrha i posebnih funkcija za koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti za odre\u0111ene svrhe, a na osnovu pristanka ili legitimnog interesa, koriste\u0107i prekida\u010De date dolje.","static.tcf.retention":"Zadr\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Dobavlja\u010Di","static.tcf.vendors.description":"U nastavku \u0107ete prona\u0107i popis dobavlja\u010Da koji obra\u0111uju va\u0161e podatke, kao i svrhe ili funkcije obrade koje oni deklari\u0161u. Svoja prava mo\u017Eete ostvariti za svakog dobavlja\u010Da na bazi pravne osnove koju oni izjavljuju.","static.tcf.vendors.iab":"IAB TCF dobavlja\u010Di","static.tcf.vendors.other":"Ostali dobavlja\u010Di","static.tcf.vendors_count":"dobavlja\u010D(i)","static.tcf.vendors_using_consent":"Dobavlja\u010Di koriste pristanak","static.tcf.vendors_using_legint":"Dobavlja\u010Di koriste legitimni interes"},Yp={"static.tcf.consent":"Consentiment","static.tcf.cookie_disclosure.also_non_cookie":"Aquest prove\xEFdor tamb\xE9 utilitza altres m\xE8todes, com ara l\u2019 \u201Cemmagatzematge local\u201D, per emmagatzemar i accedir a la informaci\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.intro":"emmagatzema galetes amb una durada m\xE0xima d\u2019aproximadament aquest nombre de dies:","static.tcf.cookie_disclosure.non_cookie":"utilitza m\xE8todes com ara l\u2019\u201Cemmagatzematge local\u201D per emmagatzemar i accedir a la informaci\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.refresh":"Aquestes galetes es poden actualitzar.","static.tcf.data_categories":"Categories de dades","static.tcf.features":"Caracter\xEDstiques","static.tcf.features.description":"A continuaci\xF3, trobareu una llista de les caracter\xEDstiques per a les quals s\u2019estan tractant les vostres dades. Podeu exercir els vostres drets sobre les caracter\xEDstiques especials mitjan\xE7ant els commutadors seg\xFCents.","static.tcf.legint":"Inter\xE8s leg\xEDtim","static.tcf.legint_disclosure":"Declaraci\xF3 sobre els interessos leg\xEDtims","static.tcf.privacy_policy":"Pol\xEDtica de privadesa","static.tcf.purposes":"Finalitats","static.tcf.purposes.description":"A continuaci\xF3, trobareu una llista de les finalitats i caracter\xEDstiques especials per a les quals s\u2019estan tractant les vostres dades. Podeu exercir els vostres drets per a finalitats espec\xEDfiques, basades en el consentiment o l\u2019inter\xE8s leg\xEDtim, mitjan\xE7ant els commutadors seg\xFCents.","static.tcf.retention":"Retenci\xF3","static.tcf.retention_period_days":"dies","static.tcf.special_features":"Caracter\xEDstiques especials","static.tcf.special_purposes":"Finalitats especials","static.tcf.vendors":"Prove\xEFdors","static.tcf.vendors.description":"A continuaci\xF3, trobareu una llista dels prove\xEFdors que tracten les vostres dades i les finalitats o caracter\xEDstiques del tractament que declaren. Podeu exercir els vostres drets per a cadascun dels prove\xEFdors en funci\xF3 de la base legal que facin valer.","static.tcf.vendors.iab":"Prove\xEFdors IAB TCF","static.tcf.vendors.other":"Altres prove\xEFdors","static.tcf.vendors_count":"prove\xEFdor(s)","static.tcf.vendors_using_consent":"Prove\xEFdors que utilitzen el consentiment","static.tcf.vendors_using_legint":"Prove\xEFdors que utilitzen l\u2019inter\xE8s leg\xEDtim"},Wp={"static.tcf.consent":"Souhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dodavatel tak\xE9 pou\u017E\xEDv\xE1 jin\xE9 metody jako \u201Em\xEDstn\xED \xFAlo\u017Ei\u0161t\u011B\u201C k ukl\xE1d\xE1n\xED a p\u0159\xEDstupu k informac\xEDm na va\u0161em za\u0159\xEDzen\xED.","static.tcf.cookie_disclosure.intro":"ukl\xE1d\xE1 soubory cookie maxim\xE1ln\u011B p\u0159ibli\u017En\u011B na n\xE1sleduj\xEDc\xED po\u010Det dn\u016F:","static.tcf.cookie_disclosure.non_cookie":"pou\u017E\xEDv\xE1 metody jako \u201Em\xEDstn\xED \xFAlo\u017Ei\u0161t\u011B\u201C k ukl\xE1d\xE1n\xED a p\u0159\xEDstupu k informac\xEDm na va\u0161em za\u0159\xEDzen\xED.","static.tcf.cookie_disclosure.refresh":"Tyto soubory cookie mohou b\xFDt obnoveny.","static.tcf.data_categories":"Kategorie \xFAdaj\u016F","static.tcf.features":"Funkce","static.tcf.features.description":"N\xED\u017Ee je uveden seznam funkc\xED, pro kter\xE9 se va\u0161e \xFAdaje zpracov\xE1vaj\xED. Va\u0161e pr\xE1va pro speci\xE1ln\xED funkce m\u016F\u017Eete vyu\u017E\xEDt pomoc\xED knofl\xEDk\u016F n\xED\u017Ee.","static.tcf.legint":"Legitimn\xED z\xE1jem","static.tcf.legint_disclosure":"Zp\u0159\xEDstupn\u011Bn\xED na z\xE1klad\u011B legitimn\xEDho z\xE1jmu","static.tcf.privacy_policy":"Z\xE1sady ochrany osobn\xEDch \xFAdaj\u016F","static.tcf.purposes":"\xDA\u010Del","static.tcf.purposes.description":"N\xED\u017Ee je uveden seznam \xFA\u010Del\u016F a speci\xE1ln\xEDch funkc\xED, pro kter\xE9 se va\u0161e \xFAdaje zpracov\xE1vaj\xED. Va\u0161e pr\xE1va m\u016F\u017Eete vyu\u017E\xEDt pro specifick\xE9 \xFA\u010Dely v souladu se souhlasem nebo legitimn\xEDm z\xE1jmem pomoc\xED knofl\xEDk\u016F n\xED\u017Ee.","static.tcf.retention":"Ulo\u017Een\xED","static.tcf.retention_period_days":"den(dny/\u016F)","static.tcf.special_features":"Speci\xE1ln\xED funkce","static.tcf.special_purposes":"Speci\xE1ln\xED \xFA\u010Dely","static.tcf.vendors":"Dodavatel\xE9","static.tcf.vendors.description":"N\xED\u017Ee je uveden seznam dodavatel\u016F zpracov\xE1vaj\xEDc\xEDch va\u0161e \xFAdaje a \xFA\u010Dely nebo funkce zpracov\xE1n\xED, kter\xE9 uvedli. Sv\xE1 pr\xE1va m\u016F\u017Eete uplatnit u ka\u017Ed\xE9ho dodavatele v souladu s pr\xE1vn\xEDm z\xE1kladem, kter\xFD pou\u017E\xEDv\xE1.","static.tcf.vendors.iab":"Dodavatel\xE9 IAB TCF","static.tcf.vendors.other":"Dal\u0161\xED dodavatel\xE9","static.tcf.vendors_count":"dodavatel(\u016F)","static.tcf.vendors_using_consent":"Dodavatel\xE9 vyu\u017E\xEDvaj\xEDc\xED souhlas","static.tcf.vendors_using_legint":"Dodavatel\xE9 vyu\u017E\xEDvaj\xEDc\xED legitimn\xED z\xE1jem"},Jp={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":'Denne forhandler anvender ogs\xE5 andre metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\xE5 din enhed.',"static.tcf.cookie_disclosure.intro":"gemmer cookies med en maksimal varighed p\xE5 ca. s\xE5 mange dage:","static.tcf.cookie_disclosure.non_cookie":'anvender metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\xE5 din enhed.',"static.tcf.cookie_disclosure.refresh":"Disse cookies kan blive opdateret.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"Nedenfor finder du en liste over de funktioner, hvortil dine data bliver behandlet. Du kan ud\xF8ve dine rettigheder for s\xE6rlige funktioner ved hj\xE6lp af on/off-knapperne nedenfor.","static.tcf.legint":"Legitim interesse","static.tcf.legint_disclosure":"Offentligg\xF8relse af legitim interesse","static.tcf.privacy_policy":"Fortrolighedspolitik","static.tcf.purposes":"Form\xE5l","static.tcf.purposes.description":"Nedenfor finder du en liste over de form\xE5l og s\xE6rlige funktioner, hvortil dine data bliver behandlet. Du kan ud\xF8ve dine rettigheder for s\xE6rlige form\xE5l, baseret p\xE5 samtykke eller legitim interesse, ved hj\xE6lp af on/off-knapperne nedenfor.","static.tcf.retention":"Opbevaring","static.tcf.retention_period_days":"dag(e)","static.tcf.special_features":"S\xE6rlige funktioner","static.tcf.special_purposes":"S\xE6rlige form\xE5l","static.tcf.vendors":"Forhandlere","static.tcf.vendors.description":"Nedenfor finder du en liste over forhandlere, der behandler dine data, og de behandlingsform\xE5l eller -funktioner, de angiver. Du kan ud\xF8ve dine rettigheder for hver forhandler baseret p\xE5 det retsgrundlag, de h\xE6vder.","static.tcf.vendors.iab":"IAB TCF forhandlere","static.tcf.vendors.other":"Andre forhandlere","static.tcf.vendors_count":"forhandler(e)","static.tcf.vendors_using_consent":"Forhandlere, der anvender samtykke","static.tcf.vendors_using_legint":"Forhandlere, der anvender legitim interesse"},Zp={"static.tcf.consent":"Einwilligung","static.tcf.cookie_disclosure.also_non_cookie":"Dieser Anbieter verwendet auch andere Methoden wie den \u201Elokalen Speicher\u201C, um Informationen auf Ihrem Ger\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.intro":"speichert Cookies mit einer maximalen Speicherdauer von etwa so vielen Tagen:","static.tcf.cookie_disclosure.non_cookie":"verwendet Methoden wie den \u201Elokalen Speicher\u201C, um Informationen auf Ihrem Ger\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.refresh":"Diese Cookies k\xF6nnen erneuert werden.","static.tcf.data_categories":"Datenkategorien","static.tcf.features":"Funktionen","static.tcf.features.description":"Nachstehend finden Sie eine Liste der Funktionen, f\xFCr die Ihre Daten verarbeitet werden. Sie k\xF6nnen Ihre Rechte in Bezug auf besondere Funktionen aus\xFCben, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.legint":"Berechtigtes Interesse","static.tcf.legint_disclosure":"Offenlegung berechtigtes Interesse","static.tcf.privacy_policy":"Datenschutzrichtlinie","static.tcf.purposes":"Zwecke","static.tcf.purposes.description":"Nachstehend finden Sie eine Liste der Zwecke und besonderen Funktionen, f\xFCr die Ihre Daten verarbeitet werden. Sie k\xF6nnen Ihre Rechte f\xFCr bestimmte Zwecke aus\xFCben, die auf Ihrer Einwilligung oder einem berechtigten Interesse beruhen, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.retention":"Aufbewahrungsdauer","static.tcf.retention_period_days":"Tag(e)","static.tcf.special_features":"Besondere Funktionen","static.tcf.special_purposes":"Besondere Zwecke","static.tcf.vendors":"Anbieter","static.tcf.vendors.description":"Nachstehend finden Sie eine Liste der Anbieter, die Ihre Daten verarbeiten, sowie die Verarbeitungszwecke oder -funktionen, die diese angeben. Sie k\xF6nnen Ihre Rechte f\xFCr jeden Anbieter auf Grundlage der von ihm angegebenen Rechtsgrundlage aus\xFCben.","static.tcf.vendors.iab":"IAB TCF Anbieter","static.tcf.vendors.other":"Andere Anbieter","static.tcf.vendors_count":"Anbieter","static.tcf.vendors_using_consent":"Anbieter mit Einwilligung","static.tcf.vendors_using_legint":"Anbieter mit berechtigtem Interesse"},Qp={"static.tcf.consent":"\u03A3\u03C5\u03BD\u03B1\u03AF\u03BD\u03B5\u03C3\u03B7","static.tcf.cookie_disclosure.also_non_cookie":"\u0391\u03C5\u03C4\u03CC\u03C2 \u03BF \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AE\u03C2 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03B5\u03C0\u03AF\u03C3\u03B7\u03C2 \u03AC\u03BB\u03BB\u03B5\u03C2 \u03BC\u03B5\u03B8\u03CC\u03B4\u03BF\u03C5\u03C2, \u03CC\u03C0\u03C9\u03C2 \xAB\u03C4\u03BF\u03C0\u03B9\u03BA\u03AE \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\xBB, \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2 \u03C3\u03C4\u03B7 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE \u03C3\u03B1\u03C2.","static.tcf.cookie_disclosure.intro":"\u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03B5\u03B9 cookie \u03BC\u03B5 \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 \u03C4\u03CC\u03C3\u03B5\u03C2 \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2:","static.tcf.cookie_disclosure.non_cookie":"\u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03BC\u03B5\u03B8\u03CC\u03B4\u03BF\u03C5\u03C2 \u03CC\u03C0\u03C9\u03C2 \u03B7 \xAB\u03C4\u03BF\u03C0\u03B9\u03BA\u03AE \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\xBB \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2 \u03C3\u03C4\u03B7 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE \u03C3\u03B1\u03C2.","static.tcf.cookie_disclosure.refresh":"\u0391\u03C5\u03C4\u03AC \u03C4\u03B1 cookie \u03B5\u03BD\u03B4\u03AD\u03C7\u03B5\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B1\u03BD\u03B1\u03BD\u03B5\u03C9\u03B8\u03BF\u03CD\u03BD.","static.tcf.data_categories":"\u039A\u03B1\u03C4\u03B7\u03B3\u03BF\u03C1\u03AF\u03B5\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD","static.tcf.features":"\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC","static.tcf.features.description":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9, \u03B8\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03BF\u03C0\u03BF\u03AF\u03B1 \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03B1\u03C2. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C3\u03BA\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03AC \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03B5\u03B9\u03B4\u03B9\u03BA\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BA\u03BF\u03C5\u03BC\u03C0\u03B9\u03AC \u03B5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2.","static.tcf.legint":"\u0388\u03BD\u03BD\u03BF\u03BC\u03BF \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD","static.tcf.legint_disclosure":"\u0391\u03C0\u03BF\u03BA\u03AC\u03BB\u03C5\u03C8\u03B7 \u03AD\u03BD\u03BD\u03BF\u03BC\u03BF\u03C5 \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD\u03C4\u03BF\u03C2","static.tcf.privacy_policy":"\u03A0\u03BF\u03BB\u03B9\u03C4\u03B9\u03BA\u03AE \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5","static.tcf.purposes":"\u03A3\u03BA\u03BF\u03C0\u03BF\u03AF","static.tcf.purposes.description":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9, \u03B8\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03B1 \u03B5\u03B9\u03B4\u03B9\u03BA\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03BF\u03C0\u03BF\u03AF\u03B1 \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03B1\u03C2. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C3\u03BA\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03AC \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03C3\u03C5\u03B3\u03BA\u03B5\u03BA\u03C1\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2, \u03B2\u03AC\u03C3\u03B5\u03B9 \u03C3\u03C5\u03BD\u03B1\u03AF\u03BD\u03B5\u03C3\u03B7\u03C2 \u03AE \u03AD\u03BD\u03BD\u03BF\u03BC\u03BF\u03C5 \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD\u03C4\u03BF\u03C2, \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BA\u03BF\u03C5\u03BC\u03C0\u03B9\u03AC \u03B5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2.","static.tcf.retention":"\u0394\u03B9\u03B1\u03C4\u03AE\u03C1\u03B7\u03C3\u03B7","static.tcf.retention_period_days":"\u03B7\u03BC\u03AD\u03C1\u03B1(-\u03B5\u03C2)","static.tcf.special_features":"\u0395\u03B9\u03B4\u03B9\u03BA\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC","static.tcf.special_purposes":"\u0395\u03B9\u03B4\u03B9\u03BA\u03BF\u03AF \u03C3\u03BA\u03BF\u03C0\u03BF\u03AF","static.tcf.vendors":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2","static.tcf.vendors.description":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9, \u03B8\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C4\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1 \u03C3\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2 \u03AE \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03C4\u03B7\u03C2 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u03C0\u03BF\u03C5 \u03B4\u03B7\u03BB\u03CE\u03BD\u03BF\u03C5\u03BD. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C3\u03BA\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03AC \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03BA\u03AC\u03B8\u03B5 \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AE \u03B2\u03AC\u03C3\u03B5\u03B9 \u03C4\u03B7\u03C2 \u03BD\u03BF\u03BC\u03B9\u03BA\u03AE\u03C2 \u03B2\u03AC\u03C3\u03B7\u03C2 \u03C0\u03BF\u03C5 \u03B1\u03BE\u03B9\u03CE\u03BD\u03B5\u03B9.","static.tcf.vendors.iab":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 IAB TCF","static.tcf.vendors.other":"\u039B\u03BF\u03B9\u03C0\u03BF\u03AF \u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2","static.tcf.vendors_count":"\u03C0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AE\u03C2(-\u03AD\u03C2)","static.tcf.vendors_using_consent":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD \u03C3\u03C5\u03BD\u03B1\u03AF\u03BD\u03B5\u03C3\u03B7","static.tcf.vendors_using_legint":"\u03A0\u03C1\u03BF\u03BC\u03B7\u03B8\u03B5\u03C5\u03C4\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD \u03AD\u03BD\u03BD\u03BF\u03BC\u03BF \u03C3\u03C5\u03BC\u03C6\u03AD\u03C1\u03BF\u03BD"},Xp={"static.tcf.consent":"Consent","static.tcf.cookie_disclosure.also_non_cookie":'This vendor also uses other methods like "local storage" to store and access information on your device.',"static.tcf.cookie_disclosure.intro":"stores cookies with a maximum duration of about this many days:","static.tcf.cookie_disclosure.non_cookie":'uses methods like "local storage" to store and access information on your device.',"static.tcf.cookie_disclosure.refresh":"These cookies may be refreshed.","static.tcf.data_categories":"Data categories","static.tcf.features":"Features","static.tcf.features.description":"Below, you will find a list of the features for which your data is being processed. You may exercise your rights for special features using the toggles below.","static.tcf.iab":"IAB TCF","static.tcf.legint":"Legitimate interest","static.tcf.legint_disclosure":"Legitimate interest disclosure","static.tcf.privacy_policy":"Privacy policy","static.tcf.purposes":"Purposes","static.tcf.purposes.description":"Below, you will find a list of the purposes and special features for which your data is being processed. You may exercise your rights for specific purposes, based on consent or legitimate interest, using the toggles below.","static.tcf.retention":"Retention","static.tcf.retention_period_days":"day(s)","static.tcf.special_features":"Special features","static.tcf.special_purposes":"Special purposes","static.tcf.vendors":"Vendors","static.tcf.vendors.description":"Below, you will find a list of vendors processing your data and the purposes or features of processing they declare. You may exercise your rights for each vendor based on the legal basis they assert.","static.tcf.vendors.iab":"IAB TCF Vendors","static.tcf.vendors.other":"Other vendors","static.tcf.vendors_count":"vendor(s)","static.tcf.vendors_using_consent":"Vendors using consent","static.tcf.vendors_using_legint":"Vendors using legitimate interest"},ef={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\xE9n utiliza otros m\xE9todos como el \xABalmacenamiento local\xBB para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\xF3n m\xE1xima de aproximadamente este n\xFAmero de d\xEDas:","static.tcf.cookie_disclosure.non_cookie":"utiliza m\xE9todos como el \xABalmacenamiento local\xBB para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\xEDas de datos","static.tcf.features":"Caracter\xEDsticas","static.tcf.features.description":"A continuaci\xF3n encontrar\xE1 una lista de las caracter\xEDsticas para las que se est\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para caracter\xEDsticas especiales.","static.tcf.legint":"Inter\xE9s leg\xEDtimo","static.tcf.legint_disclosure":"Revelaci\xF3n de inter\xE9s leg\xEDtimo","static.tcf.privacy_policy":"Pol\xEDtica de privacidad","static.tcf.purposes":"Prop\xF3sitos","static.tcf.purposes.description":"A continuaci\xF3n encontrar\xE1 una lista de los prop\xF3sitos y caracter\xEDsticas especiales para los que se est\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para prop\xF3sitos espec\xEDficos bas\xE1ndose en el consentimiento o inter\xE9s leg\xEDtimo.","static.tcf.retention":"Conservaci\xF3n","static.tcf.retention_period_days":"d\xEDa(s)","static.tcf.special_features":"Caracter\xEDsticas especiales","static.tcf.special_purposes":"Prop\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\xF3n encontrar\xE1 una lista de los proveedores que procesan sus datos y los prop\xF3sitos o caracter\xEDsticas de procesamiento que declaran. Puede ejercer sus derechos para cada proveedor bas\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que utilizan el consentimiento","static.tcf.vendors_using_legint":"Proveedores que utilizan el inter\xE9s leg\xEDtimo"},tf={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\xE9n una otros m\xE9todos como \u201Calmacenamiento local\u201D para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\xF3n m\xE1xima de alrededor de estos d\xEDas.","static.tcf.cookie_disclosure.non_cookie":"usa m\xE9todos como \u201Calmacenamiento local\u201D para almacenar y acceder a informaci\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\xEDas de datos","static.tcf.features":"Caracter\xEDsticas","static.tcf.features.description":"A continuaci\xF3n, encontrar\xE1 una lista de las caracter\xEDsticas para las que se est\xE1n procesando sus datos. Puede ejercer sus derechos para las caracter\xEDsticas especiales usando los botones a continuaci\xF3n.","static.tcf.legint":"Inter\xE9s leg\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\xF3n de inter\xE9s leg\xEDtimo","static.tcf.privacy_policy":"Pol\xEDtica de privacidad","static.tcf.purposes":"Prop\xF3sitos","static.tcf.purposes.description":"A continuaci\xF3n, encontrar\xE1 una lista de los prop\xF3sitos y caracter\xEDsticas especiales para los que se est\xE1n procesando sus datos. Puede ejercer sus derechos para prop\xF3sitos espec\xEDficos, bas\xE1ndose en el consentimiento o inter\xE9s leg\xEDtimo, usando los botones a continuaci\xF3n.","static.tcf.retention":"Retenci\xF3n","static.tcf.retention_period_days":"d\xEDa(s)","static.tcf.special_features":"Caracter\xEDsticas especiales","static.tcf.special_purposes":"Prop\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\xF3n, encontrar\xE1 una lista de los proveedores que procesan sus datos y los prop\xF3sitos o caracter\xEDsticas de procesamiento que ellos declaran. Puede ejercer sus derechos para cada proveedor bas\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que usan consentimiento","static.tcf.vendors_using_legint":"Proveedores que usan inter\xE9s leg\xEDtimo"},sf={"static.tcf.consent":"N\xF5usolek","static.tcf.cookie_disclosure.also_non_cookie":"See kaupmees kasutab ka muid meetodeid, nt \u201Ekohalik salvestusruum\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.intro":"salvestab k\xFCpsiseid, mille maksimaalne kestvus on umbes nii mitu p\xE4eva:","static.tcf.cookie_disclosure.non_cookie":"kasutab selliseid meetodeid nagu \u201Ekohalik salvestusruum\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.refresh":"Neid k\xFCpsiseid v\xF5idakse uuendada.","static.tcf.data_categories":"Andmekategooriad","static.tcf.features":"Funktsioonid","static.tcf.features.description":"Allpool on esitatud loetelu funktsioonidest, mille nimel teie andmeid t\xF6\xF6deldakse Vastavaid l\xFCliteid kasutades v\xF5ite kasutada oma \xF5igusi erifunktsioonidele.","static.tcf.legint":"\xD5igustatud huvi","static.tcf.legint_disclosure":"\xD5igustatud huvi avaldus","static.tcf.privacy_policy":"Privaatsuseeskiri","static.tcf.purposes":"Eesm\xE4rgid","static.tcf.purposes.description":"Allpool on esitatud loetelu teie andmete t\xF6\xF6tlemise eesm\xE4rkidest ja erifunktsioonidest. Alltoodud l\xFCliteid kasutades v\xF5ite kasutada oma \xF5igusi konkreetsetel eesm\xE4rkidel, mis p\xF5hinevad n\xF5usolekul v\xF5i \xF5igustatud huvil.","static.tcf.retention":"S\xE4ilitamine","static.tcf.retention_period_days":"p\xE4ev(a)","static.tcf.special_features":"Erifunktsioonid","static.tcf.special_purposes":"Erieesm\xE4rgid","static.tcf.vendors":"Kaupmehed","static.tcf.vendors.description":"Allpool on esitatud loetelu kaupmeestest, kes teie andmeid t\xF6\xF6tlevad, ja nende esitatud t\xF6\xF6tlemise eesm\xE4rkidest v\xF5i funktsioonidest. V\xF5ite rakendada oma \xF5igusi vastavalt iga kaupmehe esitatud \xF5iguslikule alusele.","static.tcf.vendors.iab":"IAB ja TCF-i kaupmehed","static.tcf.vendors.other":"Muud kaupmehed","static.tcf.vendors_count":"kaupmees(t)","static.tcf.vendors_using_consent":"N\xF5usolekut kasutavad kaupmehed","static.tcf.vendors_using_legint":"\xD5igustatud huvi kasutavad kaupmehed"},of={"static.tcf.consent":"Baimena","static.tcf.cookie_disclosure.also_non_cookie":'Hornitzaile horrek beste metodo batzuk ere erabiltzen ditu, hala nola "biltegiratze lokala", gailuan informazioa gordetzeko eta atzitzeko.',"static.tcf.cookie_disclosure.intro":"hornitzaileak cookieak biltegiratzen ditu gehienez ere honenbeste egun:","static.tcf.cookie_disclosure.non_cookie":'hornitzaileak "biltegiratze lokala\u201D bezalako metodoak erabiltzen ditu, gailuan informazioa gordetzeko eta atzitzeko.',"static.tcf.cookie_disclosure.refresh":"Cookie hauek eguneratu egin daitezke.","static.tcf.data_categories":"Datuen kategoriak","static.tcf.features":"Ezaugarriak","static.tcf.features.description":"Azpian, zure datuak prozesatzeko erabiltzen diren ezaugarrien zerrenda aurkituko duzu. Ezaugarri bereziei aurka egiteko eskubideak erabil ditzakezu ondorengo botoiekin.","static.tcf.legint":"Interes legitimoa","static.tcf.legint_disclosure":"Interes legitimoen jakinarazpena","static.tcf.privacy_policy":"Pribatutasun-politika","static.tcf.purposes":"Xedeak","static.tcf.purposes.description":"Azpian, zure datuak prozesatzeko erabiltzen diren xede eta ezaugarri berezien zerrenda aurkituko duzu. Berariazko xedeei aurka egiteko eskubideak erabil ditzakezu, baimenean edo interes legitimoan oinarrituta, ondorengo botoiekin.","static.tcf.retention":"Atxikipena","static.tcf.retention_period_days":"egun","static.tcf.special_features":"Ezaugarri bereziak","static.tcf.special_purposes":"Xede bereziak","static.tcf.vendors":"Hornitzaileak","static.tcf.vendors.description":"Azpian, zure datuak prozesatzen dituzten hornitzaileen zerrenda aurkituko duzu, bai eta adierazten dituzten prozesamenduaren xede edo ezaugarriak ere. Saltzaile bakoitzari aurka egiteko eskubideak erabil ditzakezu, baieztatzen duten oinarri juridikoaren arabera.","static.tcf.vendors.iab":"IAB TCF hornitzaileak","static.tcf.vendors.other":"Beste hornitzaile batzuk","static.tcf.vendors_count":"hornitzaile","static.tcf.vendors_using_consent":"Baimena erabiltzen duten hornitzaileak","static.tcf.vendors_using_legint":"Interes legitimoa erabiltzen duten hornitzaileak"},nf={"static.tcf.consent":"Suostumus","static.tcf.cookie_disclosure.also_non_cookie":"T\xE4m\xE4 toimittaja k\xE4ytt\xE4\xE4 my\xF6s muita menetelmi\xE4, kuten \u201Dpaikallista tallennusta\u201D tietojen tallentamiseen ja k\xE4ytt\xE4miseen laitteella.","static.tcf.cookie_disclosure.intro":"tallentaa ev\xE4steit\xE4, joiden enimm\xE4iskesto on p\xE4iviss\xE4 noin:","static.tcf.cookie_disclosure.non_cookie":"k\xE4ytt\xE4\xE4 menetelmi\xE4, kuten \u201Dpaikallista tallennusta\u201D tietojen tallentamiseen ja k\xE4ytt\xE4miseen laitteella.","static.tcf.cookie_disclosure.refresh":"N\xE4it\xE4 ev\xE4steit\xE4 voidaan p\xE4ivitt\xE4\xE4.","static.tcf.data_categories":"Tietoluokat","static.tcf.features":"Ominaisuudet","static.tcf.features.description":"Alla olevassa luettelossa esitet\xE4\xE4n ominaisuudet, joita varten tietojanne k\xE4sitell\xE4\xE4n. Voitte k\xE4ytt\xE4\xE4 erityisi\xE4 ominaisuuksia koskevia oikeuksianne alla olevilla valitsimilla.","static.tcf.legint":"Oikeutetut edut","static.tcf.legint_disclosure":"Ilmoitus oikeutetusta edusta","static.tcf.privacy_policy":"Tietosuojak\xE4yt\xE4nt\xF6","static.tcf.purposes":"Tarkoitukset","static.tcf.purposes.description":"Alla olevassa luettelossa esitet\xE4\xE4n tarkoitukset ja erityiset ominaisuudet, joita varten tietojanne k\xE4sitell\xE4\xE4n. Voitte k\xE4ytt\xE4\xE4 oikeuksianne tiettyihin suostumuksen tai oikeutetun edun perusteella k\xE4ytettyihin tarkoituksiin alla olevilla valitsimilla.","static.tcf.retention":"S\xE4ilytt\xE4minen","static.tcf.retention_period_days":"p\xE4iv\xE4(\xE4)","static.tcf.special_features":"Erityiset ominaisuudet","static.tcf.special_purposes":"Erityiset tarkoitukset","static.tcf.vendors":"Toimittajat","static.tcf.vendors.description":"Alla olevassa luettelossa esitet\xE4\xE4n luettelo tietojanne k\xE4sittelevist\xE4 toimittajista ja niiden ilmoittamien k\xE4sittelyn tarkoituksesta tai ominaisuuksista. Voitte k\xE4ytt\xE4\xE4 oikeuksianne kunkin toimittajan kohdalla niiden esitt\xE4mien oikeusperusteiden perusteilla.","static.tcf.vendors.iab":"IAB TCF toimittajat","static.tcf.vendors.other":"Muut toimittajat","static.tcf.vendors_count":"toimittaja(t)","static.tcf.vendors_using_consent":"Toimittajat, jotka k\xE4ytt\xE4v\xE4t suostumusta","static.tcf.vendors_using_legint":"Toimittajat, jotka k\xE4ytt\xE4v\xE4t oikeutettua etua"},rf={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \xE9galement d\u2019autres m\xE9thodes de \xAB\xA0stockage local\xA0\xBB pour stocker les informations pr\xE9sentes sur votre appareil et y acc\xE9der.","static.tcf.cookie_disclosure.intro":"stocke les cookies pour une dur\xE9e maximale approximative du nombre de jours suivants\xA0:","static.tcf.cookie_disclosure.non_cookie":"utilise des m\xE9thodes comme le \xAB\xA0stockage local\xA0\xBB pour stocker les informations pr\xE9sentes sur votre appareil et y acc\xE9der.","static.tcf.cookie_disclosure.refresh":"Ces cookies peuvent \xEAtre actualis\xE9s.","static.tcf.data_categories":"Cat\xE9gories de donn\xE9es","static.tcf.features":"Fonctions","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctions dans le cadre desquelles nous traitons vos donn\xE9es. Vous pouvez exercer vos droits pour les fonctions sp\xE9ciales en utilisant les commutateurs ci-dessous.","static.tcf.legint":"Int\xE9r\xEAt l\xE9gitime","static.tcf.legint_disclosure":"Avis sur l\u2019int\xE9r\xEAt l\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\xE9","static.tcf.purposes":"Finalit\xE9s","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des finalit\xE9s et des fonctions sp\xE9ciales dans le cadre desquelles nous traitons vos donn\xE9es. Vous pouvez exercer vos droits pour les usages sp\xE9cifiques, sur la base du consentement ou de l\u2019int\xE9r\xEAt l\xE9gitime, en utilisant les commutateurs ci-dessous.","static.tcf.retention":"R\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctions sp\xE9ciales","static.tcf.special_purposes":"Usages sp\xE9cifiques","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\xE9es, ainsi que les finalit\xE9s ou les fonctions d\xE9clar\xE9es dans le cadre de ce traitement. Vous pouvez exercer vos droits pour chaque fournisseur au regard de la base juridique invoqu\xE9e.","static.tcf.vendors.iab":"Fournisseurs TCF IAB","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\u2019int\xE9r\xEAt l\xE9gitime"},af={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \xE9galement d\u2019autres m\xE9thodes comme \xAB\xA0le stockage local\xA0\xBB pour conserver et acc\xE9der \xE0 l\u2019information sur votre appareil.","static.tcf.cookie_disclosure.intro":"conserve les t\xE9moins sur une dur\xE9e maximale de tant de jours :","static.tcf.cookie_disclosure.non_cookie":"utilise des m\xE9thodes comme le \xAB\xA0stockage local\xA0\xBB pour conserver et acc\xE9der \xE0 l\u2019information sur votre appareil.","static.tcf.cookie_disclosure.refresh":"Ces t\xE9moins peuvent \xEAtre rafra\xEEchis.","static.tcf.data_categories":"Cat\xE9gories de donn\xE9es","static.tcf.features":"Fonctionnalit\xE9s","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctionnalit\xE9s associ\xE9es au traitement de vos donn\xE9es. Vous pouvez exercer vos droits pour les fonctionnalit\xE9s sp\xE9ciales \xE0 l\u2019aide des touches \xE0 bascule ci-dessous.","static.tcf.legint":"Int\xE9r\xEAt l\xE9gitime","static.tcf.legint_disclosure":"Divulgation d\u2019un int\xE9r\xEAt l\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\xE9","static.tcf.purposes":"Objectifs","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des objectifs et des fonctionnalit\xE9s sp\xE9ciales permettant le traitement de vos donn\xE9es. \xC0 l\u2019aide des touches \xE0 bascule, vous pouvez exercer vos droits pour des objectifs particuliers, sur la base de consentement ou d\u2019int\xE9r\xEAt l\xE9gitime.","static.tcf.retention":"R\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctionnalit\xE9s sp\xE9ciales","static.tcf.special_purposes":"Objectifs particuliers","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\xE9es et les objectifs ou fonctionnalit\xE9s de traitement qu\u2019ils d\xE9clarent. Vous pouvez exercer vos droits pour chaque fournisseur suivant la base l\xE9gale qu\u2019ils font valoir.","static.tcf.vendors.iab":"Fournisseurs IAB TCF","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\u2019int\xE9r\xEAt l\xE9gitime"},cf={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":'Este subministrador tam\xE9n emprega outros m\xE9todos, como "almacenamento local" para gardar e acceder a informaci\xF3n do seu dispositivo.',"static.tcf.cookie_disclosure.intro":"almacena cookies cunha duraci\xF3n m\xE1xima aproximada destes d\xEDas:","static.tcf.cookie_disclosure.non_cookie":'emprega m\xE9todos como "almacenamento local" para gardar e acceder a informaci\xF3n do seu dispositivo.',"static.tcf.cookie_disclosure.refresh":"Estas cookies poden refrescarse.","static.tcf.data_categories":"Categor\xEDas de datos","static.tcf.features":"Funci\xF3ns","static.tcf.features.description":"A continuaci\xF3n atopar\xE1 unha listaxe das funci\xF3ns para as que se procesan os seus datos. Pode exercer os seus dereitos para funci\xF3ns especiais utilizando as seguintes teclas.","static.tcf.legint":"Interese lex\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\xF3n de intereses lex\xEDtimos","static.tcf.privacy_policy":"Pol\xEDtica de privacidade","static.tcf.purposes":"Prop\xF3sitos","static.tcf.purposes.description":"A continuaci\xF3n atopar\xE1 unha listaxe dos prop\xF3sitos e funci\xF3ns especiais para as que se procesan os seus datos. Pode exercer os seus dereitos para prop\xF3sitos especiais, segundo o consentimento ou interese lex\xEDtimo, utilizando as seguintes teclas.","static.tcf.retention":"Retenci\xF3n","static.tcf.retention_period_days":"d\xEDa(s)","static.tcf.special_features":"Funci\xF3ns especiais","static.tcf.special_purposes":"Prop\xF3sitos especiais","static.tcf.vendors":"Provedores","static.tcf.vendors.description":"A continuaci\xF3n atopar\xE1 unha listaxe dos provedores que procesan os seus datos e os prop\xF3sitos ou funci\xF3ns de procesamento que declaran. Pode exercer os seus dereitos para cada provedor segundo a base xur\xEDdica que faga valer.","static.tcf.vendors.iab":"Provedores IAB TCF","static.tcf.vendors.other":"Outros subministradores","static.tcf.vendors_count":"subministrador(es)","static.tcf.vendors_using_consent":"Subministradores que empregan consentimento","static.tcf.vendors_using_legint":"Subministradores que empregan interese lex\xEDtimo"},lf={"static.tcf.consent":"\u0938\u0939\u092E\u0924\u093F","static.tcf.cookie_disclosure.also_non_cookie":'\u092F\u0939 \u0935\u0947\u0902\u0921\u0930 \u0906\u092A\u0915\u0940 \u0921\u093F\u0935\u093E\u0907\u0938 \u092A\u0930 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0915\u0930\u0928\u0947 \u0914\u0930 \u0909\u0938 \u0924\u0915 \u092A\u0939\u0941\u0902\u091A\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092D\u0902\u0921\u093E\u0930\u0923" \u091C\u0948\u0938\u0940 \u0905\u0928\u094D\u092F \u0935\u093F\u0927\u093F\u092F\u094B\u0902 \u0915\u093E \u092D\u0940 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948\u0964',"static.tcf.cookie_disclosure.intro":"\u0932\u0917\u092D\u0917 \u0907\u0924\u0928\u0947 \u0926\u093F\u0928\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0905\u0935\u0927\u093F \u0935\u093E\u0932\u0940 \u0915\u0941\u0915\u0940\u091C\u093C \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0915\u0930\u0924\u093E \u0939\u0948:","static.tcf.cookie_disclosure.non_cookie":'\u0906\u092A\u0915\u0940 \u0921\u093F\u0935\u093E\u0907\u0938 \u092A\u0930 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0915\u0930\u0928\u0947 \u0914\u0930 \u0909\u0938 \u0924\u0915 \u092A\u0939\u0941\u0902\u091A\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092D\u0902\u0921\u093E\u0930\u0923" \u091C\u0948\u0938\u0940 \u0935\u093F\u0927\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948\u0964',"static.tcf.cookie_disclosure.refresh":"\u0907\u0928 \u0915\u0941\u0915\u0940\u091C\u093C \u0915\u094B \u0930\u0940\u092B\u094D\u0930\u0947\u0936 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.data_categories":"\u0921\u0947\u091F\u093E \u0936\u094D\u0930\u0947\u0923\u093F\u092F\u093E\u0902","static.tcf.features":"\u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0902","static.tcf.features.description":"\u0928\u0940\u091A\u0947, \u0906\u092A\u0915\u094B \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u092E\u093F\u0932\u0947\u0917\u0940 \u091C\u093F\u0928\u0915\u0947 \u0932\u093F\u090F \u0906\u092A\u0915\u093E \u0921\u0947\u091F\u093E \u0938\u0902\u0938\u093E\u0927\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u0964 \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u091F\u0949\u0917\u0932 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u093F\u0936\u0947\u0937 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0905\u0927\u093F\u0915\u093E\u0930\u094B\u0902 \u0915\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.legint":"\u0935\u0948\u0927 \u0939\u093F\u0924","static.tcf.legint_disclosure":"\u0935\u0948\u0927 \u0930\u0941\u091A\u093F \u0916\u0941\u0932\u093E\u0938\u093E","static.tcf.privacy_policy":"\u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u0940\u0924\u093F","static.tcf.purposes":"\u092A\u094D\u0930\u092F\u094B\u091C\u0928","static.tcf.purposes.description":"\u0928\u0940\u091A\u0947, \u0906\u092A\u0915\u094B \u0909\u0928 \u092A\u094D\u0930\u092F\u094B\u091C\u0928\u094B\u0902 \u0914\u0930 \u0935\u093F\u0936\u0947\u0937 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u092E\u093F\u0932\u0947\u0917\u0940 \u091C\u093F\u0928\u0915\u0947 \u0932\u093F\u090F \u0906\u092A\u0915\u093E \u0921\u0947\u091F\u093E \u0938\u0902\u0938\u093E\u0927\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u0964 \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u091F\u0949\u0917\u0932 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u0939\u092E\u0924\u093F \u092F\u093E \u0935\u0948\u0927 \u0939\u093F\u0924 \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u0909\u0926\u094D\u0926\u0947\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0905\u0927\u093F\u0915\u093E\u0930\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.retention":"\u0930\u093F\u091F\u0947\u0902\u0936\u0928","static.tcf.retention_period_days":"\u0926\u093F\u0928","static.tcf.special_features":"\u0935\u093F\u0936\u0947\u0937 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0902","static.tcf.special_purposes":"\u0935\u093F\u0936\u0947\u0937 \u092A\u094D\u0930\u092F\u094B\u091C\u0928","static.tcf.vendors":"\u0935\u0947\u0902\u0921\u0930\u094D\u0938","static.tcf.vendors.description":"\u0928\u0940\u091A\u0947, \u0906\u092A\u0915\u094B \u0906\u092A\u0915\u0947 \u0921\u0947\u091F\u093E \u0915\u094B \u0938\u0902\u0938\u093E\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0935\u0947\u0902\u0921\u0930\u094D\u0938 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u0914\u0930 \u0909\u0928\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0918\u094B\u0937\u093F\u0924 \u0938\u0902\u0938\u093E\u0927\u0928\u094B\u0902 \u0915\u0947 \u092A\u094D\u0930\u092F\u094B\u091C\u0928\u094B\u0902 \u092F\u093E \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u0940 \u090F\u0915 \u0938\u0942\u091A\u0940 \u092E\u093F\u0932\u0947\u0917\u0940\u0964 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u0947\u0902\u0921\u0930 \u0915\u0947 \u0932\u093F\u090F \u0909\u0928\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u092C\u0924\u093E\u090F \u0917\u090F \u0915\u093E\u0928\u0942\u0928\u0940 \u0906\u0927\u093E\u0930 \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930 \u0905\u092A\u0928\u0947 \u0905\u0927\u093F\u0915\u093E\u0930\u094B\u0902 \u0915\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","static.tcf.vendors.iab":"IAB TCF \u0935\u0947\u0902\u0921\u0930\u094D\u0938","static.tcf.vendors.other":"\u0905\u0928\u094D\u092F \u0935\u0947\u0902\u0921\u0930","static.tcf.vendors_count":"\u0935\u0947\u0902\u0921\u0930","static.tcf.vendors_using_consent":"\u0938\u0939\u092E\u0924\u093F \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0935\u0947\u0902\u0921\u0930","static.tcf.vendors_using_legint":"\u0935\u0948\u0927 \u0930\u0941\u091A\u093F \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0935\u0947\u0902\u0921\u0930"},df={"static.tcf.consent":"Privola","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj pru\u017Eatelj usluga tako\u0111er koristi druge metode, kao \u0161to je \u201Elokalno spremanje\u201C za pohranu i pristup podacima na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.intro":"sprema kola\u010Di\u0107e maksimalnog trajanja od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \u0161to je \u201Elokalno spremanje\u201C za pohranu i pristup podacima na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi se kola\u010Di\u0107i mogu obnoviti.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Zna\u010Dajke","static.tcf.features.description":"U nastavku se nalazi popis zna\u010Dajki za koje se va\u0161i podaci obra\u0111uju. Svoja prava za posebne zna\u010Dajke mo\u017Eete iskoristiti pomo\u0107u odabira u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Izjava o legitimnom interesu","static.tcf.privacy_policy":"Pravila o za\u0161titi privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku se nalazi popis svrha i posebnih zna\u010Dajki za koje se va\u0161i podaci obra\u0111uju. Svoja prava za odre\u0111ene svrhe, na temelju privole ili legitimnog interesa, mo\u017Eete iskoristiti koriste\u0107i odabire u nastavku.","static.tcf.retention":"Zadr\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne zna\u010Dajke","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Uslu\u017Ene tvrtke","static.tcf.vendors.description":"U nastavku se nalazi popis uslu\u017Enih tvrtki koje obra\u0111uju va\u0161e podatke i svrhe ili prihva\u0107ene zna\u010Dajke obrada. Svoja prava u odnosu na svaku uslu\u017Enu tvrtku mo\u017Eete iskoristiti na temelju pravne osnove koja je kori\u0161tena.","static.tcf.vendors.iab":"Uslu\u017Ene tvrtke IAB TCF","static.tcf.vendors.other":"Drugi pru\u017Eatelji usluga","static.tcf.vendors_count":"pru\u017Eatelj(a) usluga","static.tcf.vendors_using_consent":"Pru\u017Eatelji usluga koji koriste privolu","static.tcf.vendors_using_legint":"Pru\u017Eatelji usluga koji koriste legitimni interes"},uf={"static.tcf.consent":"Hozz\xE1j\xE1rul\xE1s","static.tcf.cookie_disclosure.also_non_cookie":"Ez a sz\xE1ll\xEDt\xF3 m\xE1s m\xF3dszereket is haszn\xE1l, p\xE9ld\xE1ul a \u201Ehelyi t\xE1rhely\u201D az \xD6n eszk\xF6z\xE9n l\xE9v\u0151 inform\xE1ci\xF3k t\xE1rol\xE1s\xE1ra \xE9s el\xE9r\xE9s\xE9re.","static.tcf.cookie_disclosure.intro":"k\xF6r\xFClbel\xFCl ennyi napig t\xE1rolja a s\xFCtiket:","static.tcf.cookie_disclosure.non_cookie":"olyan m\xF3dszereket is haszn\xE1l, mint a \u201Ehelyi t\xE1rhely\u201D az \xD6n eszk\xF6z\xE9n l\xE9v\u0151 inform\xE1ci\xF3k t\xE1rol\xE1s\xE1ra \xE9s el\xE9r\xE9s\xE9re.","static.tcf.cookie_disclosure.refresh":"Ezek a s\xFCtik friss\xEDthet\u0151k.","static.tcf.data_categories":"Adatkateg\xF3ri\xE1k","static.tcf.features":"Funkci\xF3k","static.tcf.features.description":"Az al\xE1bbiakban azoknak a funkci\xF3knak a list\xE1j\xE1t l\xE1thatja, amelyekhez adatait kezelj\xFCk. A cs\xFAszk\xE1k seg\xEDts\xE9g\xE9vel gyakorolhatja jogait a k\xFCl\xF6nleges funkci\xF3kra vonatkoz\xF3an.","static.tcf.legint":"Jogos \xE9rdek","static.tcf.legint_disclosure":"Jogos \xE9rdek k\xF6zz\xE9t\xE9tele","static.tcf.privacy_policy":"Adatv\xE9delmi ir\xE1nyelv","static.tcf.purposes":"C\xE9lok","static.tcf.purposes.description":"Az al\xE1bbiakban azoknak a c\xE9loknak \xE9s k\xFCl\xF6nleges funkci\xF3knak a list\xE1j\xE1t l\xE1thatja, amelyekhez adatait kezelj\xFCk. A cs\xFAszk\xE1k seg\xEDts\xE9g\xE9vel gyakorolhatja jogait az egyes, hozz\xE1j\xE1rul\xE1son vagy jogos \xE9rdeken alapul\xF3 k\xFCl\xF6nleges c\xE9lokra vonatkoz\xF3an.","static.tcf.retention":"Meg\u0151rz\xE9s","static.tcf.retention_period_days":"nap","static.tcf.special_features":"K\xFCl\xF6nleges funkci\xF3k","static.tcf.special_purposes":"K\xFCl\xF6nleges c\xE9lok","static.tcf.vendors":"\xC9rt\xE9kes\xEDt\u0151k","static.tcf.vendors.description":"Az al\xE1bbiaknak az \xD6n adatait kezel\u0151 \xE9rt\xE9kes\xEDt\u0151k list\xE1j\xE1t l\xE1thatja, valamint az adatkezel\xE9s \xE1ltaluk bejelentett c\xE9ljait vagy funkci\xF3it. Minden \xE9rt\xE9kes\xEDt\u0151re vonatkoz\xF3an \xE9rv\xE9nyes\xEDtheti jogait, az \xE1ltaluk meghat\xE1rozott jogalap szerint.","static.tcf.vendors.iab":"IAB TCF \xE9rt\xE9kes\xEDt\u0151k","static.tcf.vendors.other":"Egy\xE9b sz\xE1ll\xEDt\xF3k","static.tcf.vendors_count":"sz\xE1ll\xEDt\xF3","static.tcf.vendors_using_consent":"Hozz\xE1j\xE1rul\xE1st haszn\xE1l\xF3 sz\xE1ll\xEDt\xF3k","static.tcf.vendors_using_legint":"Jogos \xE9rdeket haszn\xE1l\xF3 sz\xE1ll\xEDt\xF3k"},pf={"static.tcf.consent":"Consenso","static.tcf.cookie_disclosure.also_non_cookie":'Questo fornitore utilizza anche altri metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.',"static.tcf.cookie_disclosure.intro":"conserva i cookie con una durata massima approssimativa di giorni:","static.tcf.cookie_disclosure.non_cookie":'${nome} utilizza metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.',"static.tcf.cookie_disclosure.refresh":"Questi cookie possono essere aggiornati.","static.tcf.data_categories":"Categorie di dati","static.tcf.features":"Funzionalit\xE0","static.tcf.features.description":"Qui sotto troverai una lista delle funzionalit\xE0 per le quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per le funzionalit\xE0 speciali utilizzando gli interruttori qui sotto.","static.tcf.legint":"Interesse legittimo","static.tcf.legint_disclosure":"Informativa sugli interessi legittimi","static.tcf.privacy_policy":"Informativa sulla Privacy","static.tcf.purposes":"Scopi","static.tcf.purposes.description":"Qui sotto troverai una lista degli scopi e delle funzionalit\xE0 speciali per i quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per scopi specifici, sulla base del consenso o di interessi legittimi, usando gli interruttori qui sotto.","static.tcf.retention":"Conservazione","static.tcf.retention_period_days":"giorno/i","static.tcf.special_features":"Funzionalit\xE0 speciali","static.tcf.special_purposes":"Scopi speciali","static.tcf.vendors":"Fornitori","static.tcf.vendors.description":"Qui sotto troverai una lista dei fornitori che tratteranno i tuoi dati e gli scopi o le funzionalit\xE0 del trattamento che dichiarano. Per ogni fornitore, potrai esercitare i tuoi diritti sulla base legale che adducono.","static.tcf.vendors.iab":"Fornitori IAB TCF","static.tcf.vendors.other":"Altri fornitori","static.tcf.vendors_count":"fornitore/i","static.tcf.vendors_using_consent":"Fornitori che utilizzano il consenso","static.tcf.vendors_using_legint":"Fornitori che si avvalgono del legittimo interesse"},ff={"static.tcf.consent":"\u540C\u610F","static.tcf.cookie_disclosure.also_non_cookie":"\u3053\u306E\u30D9\u30F3\u30C0\u30FC\u306F\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u60C5\u5831\u3092\u4FDD\u5B58\u3057\u3001\u3053\u308C\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u305F\u3081\u3001\u300C\u30ED\u30FC\u30AB\u30EB\u30B9\u30C8\u30EC\u30FC\u30B8\u300D\u306A\u3069\u4ED6\u306E\u65B9\u6CD5\u3082\u4F7F\u7528\u3057\u307E\u3059\u3002","static.tcf.cookie_disclosure.intro":"\u306F\u3001\u6982\u306D\u3053\u306E\u65E5\u6570\u3092\u6700\u5927\u671F\u9593\u3068\u3057\u3066\u30AF\u30C3\u30AD\u30FC\u3092\u4FDD\u5B58\u3057\u307E\u3059\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\u306F\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u60C5\u5831\u3092\u4FDD\u5B58\u3057\u3001\u3053\u308C\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u305F\u3081\u3001\u300C\u30ED\u30FC\u30AB\u30EB\u30B9\u30C8\u30EC\u30FC\u30B8\u300D\u306A\u3069\u306E\u65B9\u6CD5\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","static.tcf.cookie_disclosure.refresh":"\u3053\u308C\u3089\u306E\u30AF\u30C3\u30AD\u30FC\u306F\u66F4\u65B0\u3055\u308C\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002","static.tcf.data_categories":"\u30C7\u30FC\u30BF\u306E\u30AB\u30C6\u30B4\u30EA\u30FC","static.tcf.features":"\u6A5F\u80FD","static.tcf.features.description":"\u4EE5\u4E0B\u306B\u793A\u3059\u306E\u306F\u3001\u7686\u69D8\u306E\u30C7\u30FC\u30BF\u3092\u51E6\u7406\u3059\u308B\u6A5F\u80FD\u306E\u30EA\u30B9\u30C8\u3067\u3059\u3002\u4EE5\u4E0B\u306E\u30C8\u30B0\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u306B\u3088\u308A\u3001\u7279\u5225\u306A\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u7686\u69D8\u306E\u6A29\u5229\u3092\u884C\u4F7F\u3067\u304D\u307E\u3059\u3002","static.tcf.legint":"\u6B63\u5F53\u306A\u5229\u76CA","static.tcf.legint_disclosure":"\u6B63\u5F53\u306A\u5229\u76CA\u306E\u958B\u793A","static.tcf.privacy_policy":"\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30DD\u30EA\u30B7\u30FC","static.tcf.purposes":"\u76EE\u7684","static.tcf.purposes.description":"\u4EE5\u4E0B\u306B\u793A\u3059\u306E\u306F\u3001\u7686\u69D8\u306E\u30C7\u30FC\u30BF\u3092\u51E6\u7406\u3059\u308B\u76EE\u7684\u3068\u7279\u5225\u306A\u6A5F\u80FD\u306E\u30EA\u30B9\u30C8\u3067\u3059\u3002\u4EE5\u4E0B\u306E\u30C8\u30B0\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u306B\u3088\u308A\u3001\u540C\u610F\u307E\u305F\u306F\u6B63\u5F53\u306A\u5229\u76CA\u306B\u57FA\u3065\u304D\u3001\u7279\u5225\u306A\u76EE\u7684\u306B\u95A2\u3059\u308B\u7686\u69D8\u306E\u6A29\u5229\u3092\u884C\u4F7F\u3067\u304D\u307E\u3059\u3002","static.tcf.retention":"\u4FDD\u6301\u671F\u9593","static.tcf.retention_period_days":"\u65E5","static.tcf.special_features":"\u7279\u5225\u306A\u6A5F\u80FD","static.tcf.special_purposes":"\u7279\u5225\u306A\u76EE\u7684","static.tcf.vendors":"\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors.description":"\u4EE5\u4E0B\u306B\u793A\u3059\u306E\u306F\u3001\u7686\u69D8\u306E\u30C7\u30FC\u30BF\u3092\u51E6\u7406\u3059\u308B\u30D9\u30F3\u30C0\u30FC\u306E\u30EA\u30B9\u30C8\u3068\u3001\u30D9\u30F3\u30C0\u30FC\u304C\u5BA3\u8A00\u3059\u308B\u51E6\u7406\u306E\u76EE\u7684\u3068\u6A5F\u80FD\u3067\u3059\u3002\u30D9\u30F3\u30C0\u30FC\u304C\u4E3B\u5F35\u3059\u308B\u6CD5\u7684\u6839\u62E0\u3092\u3082\u3068\u306B\u3001\u30D9\u30F3\u30C0\u30FC\u3054\u3068\u306B\u7686\u69D8\u306E\u6A29\u5229\u3092\u884C\u4F7F\u3067\u304D\u307E\u3059\u3002","static.tcf.vendors.iab":"IAB TCF\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors.other":"\u305D\u306E\u4ED6\u306E\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors_count":"X\u793E","static.tcf.vendors_using_consent":"\u540C\u610F\u3092\u4F7F\u7528\u3059\u308B\u30D9\u30F3\u30C0\u30FC","static.tcf.vendors_using_legint":"\u6B63\u5F53\u306A\u5229\u76CA\u3092\u4F7F\u7528\u3059\u308B\u30D9\u30F3\u30C0\u30FC"},vf={"static.tcf.consent":"Sutikimas","static.tcf.cookie_disclosure.also_non_cookie":"\u0160is pardav\u0117jas taip pat naudoja kitus metodus, pvz., \u201Evietin\u0119 saugykl\u0105\u201C, kad i\u0161saugot\u0173 ir pasiekt\u0173 j\u016Bs\u0173 \u012Frenginyje esan\u010Di\u0105 informacij\u0105.","static.tcf.cookie_disclosure.intro":"saugo slapukus, kuri\u0173 maksimali trukm\u0117 yra ma\u017Edaug tiek dien\u0173:","static.tcf.cookie_disclosure.non_cookie":"naudoja kitus metodus, pvz., \u201Evietin\u0119 saugykl\u0105\u201C, kad i\u0161saugot\u0173 ir pasiekt\u0173 j\u016Bs\u0173 \u012Frenginyje esan\u010Di\u0105 informacij\u0105.","static.tcf.cookie_disclosure.refresh":"\u0160ie slapukai gali b\u016Bti atnaujinti.","static.tcf.data_categories":"Duomen\u0173 kategorijos","static.tcf.features":"Funkcijos","static.tcf.features.description":"Toliau rasite funkcij\u0173, d\u0117l kuri\u0173 tvarkomi j\u016Bs\u0173 duomenys, s\u0105ra\u0161\u0105. Naudodamiesi toliau nurodytais perjungikliaisk, galite pasinaudoti speciali\u0173j\u0173 funkcij\u0173 teis\u0117mis.","static.tcf.legint":"Teisinis interesas","static.tcf.legint_disclosure":"Teis\u0117to intereso atskleidimas","static.tcf.privacy_policy":"Privatumo politika","static.tcf.purposes":"Tikslai","static.tcf.purposes.description":"Toliau rasite tiksl\u0173 ir speciali\u0173 funkcij\u0173, d\u0117l kuri\u0173 tvarkomi j\u016Bs\u0173 duomenys, s\u0105ra\u0161\u0105. Naudodamiesi toliau nurodytais perjungikliais, galite pasinaudoti savo teis\u0117mis konkre\u010Diais tikslais, remdamiesi sutikimu arba teis\u0117tu interesu.","static.tcf.retention":"Saugojimas","static.tcf.retention_period_days":"diena (-os)","static.tcf.special_features":"Specialiosios funkcijos","static.tcf.special_purposes":"Specialieji tikslai","static.tcf.vendors":"Pardav\u0117jai","static.tcf.vendors.description":"Toliau pateikiamas j\u016Bs\u0173 duomenis tvarkan\u010Di\u0173 pardav\u0117j\u0173 s\u0105ra\u0161as ir j\u0173 deklaruojami duomen\u0173 tvarkymo tikslai ar funkcijos. Kiekvieno pardav\u0117jo teis\u0117mis galite pasinaudoti remdamiesi jo nurodytu teisiniu pagrindu.","static.tcf.vendors.iab":"\u201EIAB TCF\u201C pardav\u0117jai","static.tcf.vendors.other":"Kiti pardav\u0117jai","static.tcf.vendors_count":"pardav\u0117jas (-ai)","static.tcf.vendors_using_consent":"Sutikim\u0105 naudojantys pardav\u0117jai","static.tcf.vendors_using_legint":"Teis\u0117t\u0105 interes\u0105 naudojantys pardav\u0117jai"},gf={"static.tcf.consent":"Piekri\u0161ana","static.tcf.cookie_disclosure.also_non_cookie":'Turkl\u0101t \u0161is p\u0101rdev\u0113js/pakalpojumu sniedz\u0113js saglab\u0101 un izg\u016Bst datus no j\u016Bsu ier\u012Bces, izmantojot papildu metodes, piem\u0113ram, "viet\u0113jo kr\u0101tuvi".',"static.tcf.cookie_disclosure.intro":"saglab\u0101 s\u012Bkdatnes, kuru maksim\u0101lais dienu ilgums ir aptuveni:","static.tcf.cookie_disclosure.non_cookie":'izmanto t\u0101das metodes k\u0101 "Viet\u0113j\u0101 kr\u0101tuve", lai saglab\u0101tu un piek\u013C\u016Btu inform\u0101cijai j\u016Bsu ier\u012Bc\u0113.',"static.tcf.cookie_disclosure.refresh":"\u0160\u012Bs s\u012Bkdatnes var tikt atsvaidzin\u0101tas.","static.tcf.data_categories":"Datu kategorijas","static.tcf.features":"Iesp\u0113jas","static.tcf.features.description":"T\u0101l\u0101k ir sniegts saraksts ar konkr\u0113tiem m\u0113r\u0137iem, kuru d\u0113\u013C tiek apstr\u0101d\u0101ti j\u016Bsu dati. Izmantojot t\u0101l\u0101k nor\u0101d\u012Btos sl\u0113d\u017Eus, varat \u012Bstenot savas ties\u012Bbas, \u0146emot v\u0113r\u0101 \u012Bpa\u0161as funkcijas.","static.tcf.legint":"Le\u0123it\u012Bmas intereses","static.tcf.legint_disclosure":"Le\u0123it\u012Bmo intere\u0161u izpau\u0161ana","static.tcf.privacy_policy":"Priv\u0101tuma politika","static.tcf.purposes":"M\u0113r\u0137i","static.tcf.purposes.description":"T\u0101l\u0101k ir sniegts saraksts ar konkr\u0113tiem m\u0113r\u0137iem un funkcij\u0101m, kuru d\u0113\u013C tiek apstr\u0101d\u0101ti j\u016Bsu dati. Izmantojot t\u0101l\u0101k nor\u0101d\u012Btos sl\u0113d\u017Eus, varat \u012Bstenot savas ties\u012Bbas konkr\u0113tiem m\u0113r\u0137iem, \u0146emot v\u0113r\u0101 mums pie\u0161\u0137irt\u0101s at\u013Caujas vai likum\u012Bgo interesi.","static.tcf.retention":"Ietur\u0113\u0161ana","static.tcf.retention_period_days":"diena(s)","static.tcf.special_features":"Speci\u0101las iesp\u0113jas","static.tcf.special_purposes":"\u012Apa\u0161i m\u0113r\u0137i","static.tcf.vendors":"Pre\u010Du p\u0101rdev\u0113ji/pakalpojumu sniedz\u0113ji","static.tcf.vendors.description":"T\u0101l\u0101k ir sniegts to p\u0101rdev\u0113ju/pakalpojumu sniedz\u0113ju saraksts, kuri apstr\u0101d\u0101 j\u016Bsu datus, k\u0101 ar\u012B apstr\u0101des m\u0113r\u0137i vai iesp\u0113jas, ko vi\u0146i deklar\u0113. Atkar\u012Bb\u0101 no juridisk\u0101 pamatojuma, ko izmanto katrs p\u0101rdev\u0113js/pakalpojumu sniedz\u0113js, varat \u012Bstenot savas ties\u012Bbas attiec\u012Bb\u0101s ar katru no pre\u010Du p\u0101rdev\u0113jiem/pakalpojumu sniedz\u0113jiem.","static.tcf.vendors.iab":"IAB PPI pre\u010Du p\u0101rdev\u0113ji/pakalpojumu sniedz\u0113ji","static.tcf.vendors.other":"Citi p\u0101rdev\u0113ji/pakalpojumu sniedz\u0113ji","static.tcf.vendors_count":"p\u0101rdev\u0113js(-i)/ pakalpojumu sniedz\u0113js(-i)","static.tcf.vendors_using_consent":"P\u0101rdev\u0113ji/ pakalpojumu sniedz\u0113ji, kas izmanto piekri\u0161anu","static.tcf.vendors_using_legint":"P\u0101rdev\u0113ji/ pakalpojumu sniedz\u0113ji, kas izmanto le\u0123it\u012Bm\u0101s intereses"},_f={"static.tcf.consent":"Kunsens","static.tcf.cookie_disclosure.also_non_cookie":'Dan il-bejjieg\u0127 ju\u017Ca wkoll metodi o\u0127ra b\u0127al "\u0127a\u017Cna lokali" biex ja\u0127\u017Cen u ja\u010B\u010Bessa informazzjoni fuq l-apparat tieg\u0127ek.',"static.tcf.cookie_disclosure.intro":"ja\u0127\u017Cen cookies b'tul ta' \u017Cmien massimu ta' madwar dil-\u0121ranet:","static.tcf.cookie_disclosure.non_cookie":'ju\u017Ca metodi b\u0127al "\u0127a\u017Cna lokali" biex ja\u0127\u017Cen u ja\u010B\u010Bessa l-informazzjoni fuq it-tag\u0127mir tieg\u0127ek.',"static.tcf.cookie_disclosure.refresh":"Dawn il-cookies jistg\u0127u ji\u0121u a\u0121\u0121ornati.","static.tcf.data_categories":"Kategoriji tad-dejta","static.tcf.features":"Karatteristi\u010Bi","static.tcf.features.description":"Hawn ta\u0127t se ssib lista tal-karatteristi\u010Bi li d-dejta tieg\u0127ek qed ti\u0121i ppro\u010Bessata g\u0127alihom. Tista' te\u017Cer\u010Bita d-drittijiet tieg\u0127ek g\u0127al karatteristi\u010Bi spe\u010Bjali billi tu\u017Ca l-bidliet t'hawn ta\u0127t.","static.tcf.legint":"Interess Le\u0121ittimu","static.tcf.legint_disclosure":"Divulgazzjoni le\u0121ittima tal-interess","static.tcf.privacy_policy":"Politika tal-Privatezza","static.tcf.purposes":"G\u0127anijiet","static.tcf.purposes.description":"Hawn ta\u0127t se ssib lista tal-g\u0127anijiet u l-g\u0127anijiet spe\u010Bjali li g\u0127alihom qed ti\u0121i ppro\u010Bessata d-dejta tieg\u0127ek. Tista' te\u017Cer\u010Bita d-drittijiet tieg\u0127ek g\u0127al skopijiet spe\u010Bifi\u010Bi, ibba\u017Cati fuq il-kunsens jew l-interess le\u0121ittimu, billi tu\u017Ca l-bidliet t'hawn ta\u0127t.","static.tcf.retention":"Ritenzjoni","static.tcf.retention_period_days":"jum(jiem)","static.tcf.special_features":"Karatteristi\u010Bi spe\u010Bjali","static.tcf.special_purposes":"G\u0127anijiet Spe\u010Bjali","static.tcf.vendors":"Bejjieg\u0127a","static.tcf.vendors.description":"Hawn ta\u0127t, issib lista ta' bejjieg\u0127a li jippro\u010Bessaw id-dejta tieg\u0127ek u l-g\u0127anijiet jew il-karatteristi\u010Bi tal-ippro\u010Bessar li jiddikjaraw. Tista' te\u017Cer\u010Bita d-drittijiet tieg\u0127ek g\u0127al kull bejjieg\u0127 abba\u017Ci tal-ba\u017Ci legali li jaffermaw.","static.tcf.vendors.iab":"Bejjieg\u0127a tat-TCF IAB","static.tcf.vendors.other":"Bejjieg\u0127a o\u0127ra","static.tcf.vendors_count":"bejjieg\u0127(a)","static.tcf.vendors_using_consent":"Bejjieg\u0127a li ju\u017Caw il-kunsens","static.tcf.vendors_using_legint":"Bejjieg\u0127a li ju\u017Caw interess le\u0121ittimu"},mf={"static.tcf.consent":"Toestemming","static.tcf.cookie_disclosure.also_non_cookie":"Deze leverancier gebruikt ook andere methoden zoals 'lokale opslag' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.intro":"bewaart cookies gedurende een maximale termijn van ongeveer dit aantal dagen:","static.tcf.cookie_disclosure.non_cookie":"gebruikt methoden zoals 'lokale opslag' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.refresh":"Deze cookies kunnen vernieuwd worden.","static.tcf.data_categories":"Gegevenscategorie\xEBn","static.tcf.features":"Functies","static.tcf.features.description":"Hieronder vindt u een lijst van de functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor speciale functies.","static.tcf.legint":"Gerechtvaardigd belang","static.tcf.legint_disclosure":"Verklaring gerechtvaardigd belang","static.tcf.privacy_policy":"Privacybeleid","static.tcf.purposes":"Doeleinden","static.tcf.purposes.description":"Hieronder vindt u een lijst van de doeleinden en speciale functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor specifieke doeleinden, gebaseerd op toestemming of gerechtvaardigd belang.","static.tcf.retention":"Bewaartermijn","static.tcf.retention_period_days":"dag(en)","static.tcf.special_features":"Speciale functies","static.tcf.special_purposes":"Speciale doeleinden","static.tcf.vendors":"Leveranciers","static.tcf.vendors.description":"Hieronder vindt u een lijst van leveranciers die uw gegevens verwerken en de doeleinden of functies voor verwerking die zij vermelden. U kunt uw rechten uitoefenen voor elke leverancier op basis van de grondslag die zij aangeven.","static.tcf.vendors.iab":"IAB TCF-leveranciers","static.tcf.vendors.other":"Andere leveranciers","static.tcf.vendors_count":"leverancier(s)","static.tcf.vendors_using_consent":"Leveranciers die toestemming gebruiken","static.tcf.vendors_using_legint":"Leveranciers die gerechtvaardigd belang gebruiken"},hf={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":"Denne leverand\xF8ren bruker ogs\xE5 metoder som \xABlokal lagring\xBB til \xE5 lagre og f\xE5 tilgang til informasjon p\xE5 enheten din.","static.tcf.cookie_disclosure.intro":"lagrer informasjonskapsler med en maksimal varighet p\xE5 ca. f\xF8lgende antall dager:","static.tcf.cookie_disclosure.non_cookie":"bruker metoder som \xABlokal lagring\xBB til \xE5 lagre og f\xE5 tilgang til informasjon p\xE5 enheten din.","static.tcf.cookie_disclosure.refresh":"Disse informasjonskapslene kan oppdateres.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funksjoner","static.tcf.features.description":"Nedenfor finner du en liste over funksjonene dataene dine blir h\xE5ndtert for. Du kan ut\xF8ve rettighetene dine for spesialfunksjoner ved \xE5 bruke av/p\xE5-knappene nedenfor.","static.tcf.legint":"Berettiget interesse","static.tcf.legint_disclosure":"Berettiget interessedeling","static.tcf.privacy_policy":"Personvernregler","static.tcf.purposes":"Hensikter","static.tcf.purposes.description":"Nedenfor finner du en liste over hensiktene og spesialfunksjonene dataene dine blir h\xE5ndtert for. Du kan ut\xF8ve rettighetene dine for bestemte hensikter, basert p\xE5 samtykke eller berettiget interesse, ved \xE5 bruke av/p\xE5-knappene nedenfor.","static.tcf.retention":"Oppbevaring","static.tcf.retention_period_days":"dag(er)","static.tcf.special_features":"Spesialfunksjoner","static.tcf.special_purposes":"Spesialhensikter","static.tcf.vendors":"Leverand\xF8rer","static.tcf.vendors.description":"Nedenfor finner du en liste over leverand\xF8rer som h\xE5ndterer dataene dine samt hensiktene eller funksjonene de har eller ut\xF8ver med denne databehandlingen. Du kan ut\xF8ve rettighetene dine for hver leverand\xF8r basert p\xE5 det juridiske grunnlaget de hevder eierskap til.","static.tcf.vendors.iab":"IAB TCF-leverand\xF8rer","static.tcf.vendors.other":"Andre leverand\xF8rer","static.tcf.vendors_count":"leverand\xF8r(er)","static.tcf.vendors_using_consent":"Leverand\xF8rbruk samtykke","static.tcf.vendors_using_legint":"Leverand\xF8rbruk berettiget interesse"},bf={"static.tcf.consent":"Zgoda","static.tcf.cookie_disclosure.also_non_cookie":"Ten dostawca wykorzystuje tak\u017Ce takie metody jak \u201Emagazyn lokalny\u201D do przechowywania informacji na Pa\u0144stwa urz\u0105dzeniu i uzyskiwaniu do nich dost\u0119pu.","static.tcf.cookie_disclosure.intro":"przechowuje pliki cookie przez tak\u0105 przybli\u017Con\u0105 maksymaln\u0105 liczb\u0119 dni:","static.tcf.cookie_disclosure.non_cookie":"wykorzystuje takie metody jak \u201Emagazyn lokalny\u201D do przechowywania informacji na Pa\u0144stwa urz\u0105dzeniu i uzyskiwaniu do nich dost\u0119pu.","static.tcf.cookie_disclosure.refresh":"Te pliki cookie mog\u0105 by\u0107 od\u015Bwie\u017Cane.","static.tcf.data_categories":"Kategorie danych","static.tcf.features":"Funkcje","static.tcf.features.description":"Poni\u017Cej prezentujemy list\u0119 funkcji, w zwi\u0105zku z kt\xF3rymi s\u0105 przetwarzane Twoje dane. U\u017Cywaj\u0105c poni\u017Cszych prze\u0142\u0105cznik\xF3w, mo\u017Cesz wykona\u0107 swoje prawa w zwi\u0105zku z funkcjami specjalnymi.","static.tcf.legint":"Uzasadniony interes","static.tcf.legint_disclosure":"Obja\u015Bnienie uzasadnionego interesu","static.tcf.privacy_policy":"Polityka prywatno\u015Bci","static.tcf.purposes":"Cele","static.tcf.purposes.description":"Poni\u017Cej prezentujemy list\u0119 cel\xF3w i funkcji specjalnych, w zwi\u0105zku z kt\xF3rymi s\u0105 przetwarzane Twoje dane. U\u017Cywaj\u0105c poni\u017Cszych prze\u0142\u0105cznik\xF3w, mo\u017Cesz wykona\u0107 swoje prawa w zwi\u0105zku z celami szczeg\xF3lnymi w oparciu o zgod\u0119 lub uzasadniony interes.","static.tcf.retention":"Przechowywanie","static.tcf.retention_period_days":"dzie\u0144/dni","static.tcf.special_features":"Funkcje specjalne","static.tcf.special_purposes":"Cele szczeg\xF3lne","static.tcf.vendors":"Dostawcy","static.tcf.vendors.description":"Poni\u017Cej prezentujemy list\u0119 podwykonawc\xF3w przetwarzaj\u0105cych Twoje dane wraz z deklarowanymi przez nich celami lub funkcjami przetwarzania. Mo\u017Cesz wykona\u0107 swoje prawa w odniesieniu do ka\u017Cdego podwykonawcy w oparciu o zapewniane przez nich ramy prawne.","static.tcf.vendors.iab":"Podwykonawcy IAB TCF","static.tcf.vendors.other":"Inni dostawcy","static.tcf.vendors_count":"dostawca(-y)","static.tcf.vendors_using_consent":"Dostawcy wykorzystuj\u0105cy zgod\u0119","static.tcf.vendors_using_legint":"Dostawcy wykorzystuj\u0105cy uzasadniony interes"},yf={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":'Este fornecedor tamb\xE9m utiliza outros m\xE9todos como "armazenamento local" para armazenar e acessar informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\xE7\xE3o m\xE1xima de aproximadamente o seguinte n\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":'utiliza "armazenamento local" para armazenar e acessar informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Recursos","static.tcf.features.description":"Abaixo, voc\xEA encontrar\xE1 uma lista dos recursos para os quais seus dados est\xE3o sendo tratados. Voc\xEA pode exercer seus direitos para recursos especiais usando os controles abaixo.","static.tcf.legint":"Interesse Leg\xEDtimo","static.tcf.legint_disclosure":"Divulga\xE7\xE3o de interesse leg\xEDtimo","static.tcf.privacy_policy":"Pol\xEDtica de Privacidade","static.tcf.purposes":"Finalidades","static.tcf.purposes.description":"Abaixo, voc\xEA encontrar\xE1 uma lista das finalidades e recursos especiais para os quais seus dados est\xE3o sendo tratados. Voc\xEA pode exercer seus direitos para fins espec\xEDficos, com base no consentimento ou interesse leg\xEDtimo, usando os controles abaixo.","static.tcf.retention":"Reten\xE7\xE3o","static.tcf.retention_period_days":"Dia(s)","static.tcf.special_features":"Recursos especiais","static.tcf.special_purposes":"Finalidades especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, voc\xEA encontrar\xE1 uma lista dos fornecedores que utilizam seus dados e as finalidades ou caracter\xEDsticas declaradas por eles para este processamento. Voc\xEA pode exercer seus direitos para cada fornecedor de acordo com o embasamento legal afirmado por eles.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"Fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que usam consentimento","static.tcf.vendors_using_legint":"Fornecedores que usam interesse leg\xEDtimo"},kf={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":'Este fornecedor tamb\xE9m utiliza outros m\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\xE7\xE3o m\xE1xima de aproximadamente este n\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":'utiliza m\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\xE7\xF5es no seu dispositivo.',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Caracter\xEDsticas","static.tcf.features.description":"Abaixo, encontra-se uma lista das caracter\xEDsticas para as quais os seus dados est\xE3o a ser tratados. Pode exercer os seus direitos relativamente a caracter\xEDsticas especiais utilizando os bot\xF5es abaixo.","static.tcf.legint":"Interesse Leg\xEDtimo","static.tcf.legint_disclosure":"Divulga\xE7\xE3o de interesses leg\xEDtimos","static.tcf.privacy_policy":"Pol\xEDtica de Privacidade","static.tcf.purposes":"Fins","static.tcf.purposes.description":"Abaixo, encontra-se uma lista dos fins e caracter\xEDsticas especiais para as quais os seus dados est\xE3o a ser tratados. Pode exercer os seus direitos para fins espec\xEDficos, com base no consentimento ou no interesse leg\xEDtimo, utilizando as op\xE7\xF5es abaixo.","static.tcf.retention":"Reten\xE7\xE3o","static.tcf.retention_period_days":"dia(s)","static.tcf.special_features":"Caracter\xEDsticas especiais","static.tcf.special_purposes":"Fins especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, encontra-se uma lista dos fornecedores que tratam os seus dados e os fins ou caracter\xEDsticas do tratamento que declaram. Pode exercer os seus direitos relativamente a cada fornecedor com base no fundamento jur\xEDdico que este defende.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que utilizam o consentimento","static.tcf.vendors_using_legint":"Fornecedores que utilizam o interesse leg\xEDtimo"},Cf={"static.tcf.consent":"Consim\u021B\u0103m\xE2nt","static.tcf.cookie_disclosure.also_non_cookie":"Acest furnizor folose\u0219te \u0219i alte metode, cum ar fi \u201Estocarea local\u0103\u201D \u0219i accesul la informa\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.intro":"stocheaz\u0103 modulele cookie cu o durat\u0103 maxim\u0103 de aproximativ atatea zile:","static.tcf.cookie_disclosure.non_cookie":"folose\u0219te \u0219i alte metode, cum ar fi \u201Estocarea local\u0103\u201D \u0219i accesul la informa\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.refresh":"Aceste module cookie pot fi reactualizate","static.tcf.data_categories":"Categorii de date","static.tcf.features":"Op\u021Biuni","static.tcf.features.description":"Mai jos, ve\u021Bi g\u0103si o list\u0103 de op\u021Biuni pentru care sunt prelucrate datele dvs. V\u0103 pute\u021Bi exercita drepturile pentru op\u021Biunile speciale folosind func\u021Biile de mai jos.","static.tcf.legint":"Interes legitim","static.tcf.legint_disclosure":"Divulgarea intereselor legitime","static.tcf.privacy_policy":"Politic\u0103 de confiden\u021Bialitate","static.tcf.purposes":"Scopuri","static.tcf.purposes.description":"Mai jos, ve\u021Bi g\u0103si o list\u0103 de scopuri \u0219i op\u021Biuni speciale pentru care sunt prelucrate datele dvs. V\u0103 pute\u021Bi exercita drepturile pentru anumite scopuri, \xEEn temeiul consim\u021B\u0103m\xE2ntului sau al interesului legitim, folosind func\u021Biile de mai jos.","static.tcf.retention":"P\u0103strare","static.tcf.retention_period_days":"zile","static.tcf.special_features":"Op\u021Biuni speciale","static.tcf.special_purposes":"Scopuri speciale","static.tcf.vendors":"Furnizori","static.tcf.vendors.description":"Mai jos se reg\u0103se\u0219te o list\u0103 de furnizori care v\u0103 prelucreaz\u0103 datele \u0219i scopurile sau op\u021Biunile de prelucrare pe care le declar\u0103. V\u0103 pute\u021Bi exercita drepturile pentru fiecare furnizor \xEEn parte pe baza temeiului juridic pe care \xEEl declar\u0103.","static.tcf.vendors.iab":"Furnizori IAB TCF","static.tcf.vendors.other":"Al\u021Bi furnizori","static.tcf.vendors_count":"furnizori","static.tcf.vendors_using_consent":"Furnizori care folosesc consim\u021B\u0103m\xE2ntul","static.tcf.vendors_using_legint":"Furnizori care folosesc interesul legitim"},wf={"static.tcf.consent":"\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\u042D\u0442\u043E\u0442 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A \u0442\u0430\u043A\u0436\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0434\u0440\u0443\u0433\u0438\u0435 \u043C\u0435\u0442\u043E\u0434\u044B, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435, \u0434\u043B\u044F \u0445\u0440\u0430\u043D\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 \u0438 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u043D\u0435\u0439.","static.tcf.cookie_disclosure.intro":"\u0445\u0440\u0430\u043D\u0438\u0442 \u0444\u0430\u0439\u043B\u044B cookie \u0432 \u0442\u0435\u0447\u0435\u043D\u0438\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C \u043F\u0440\u0438\u043C\u0435\u0440\u043D\u043E \u0442\u0430\u043A\u043E\u0433\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0434\u043D\u0435\u0439:","static.tcf.cookie_disclosure.non_cookie":"\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043C\u0435\u0442\u043E\u0434\u044B, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435, \u0434\u043B\u044F \u0445\u0440\u0430\u043D\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 \u0438 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u043D\u0435\u0439.","static.tcf.cookie_disclosure.refresh":"\u042D\u0442\u0438 \u0444\u0430\u0439\u043B\u044B cookie \u043C\u043E\u0433\u0443\u0442 \u043E\u0431\u043D\u043E\u0432\u043B\u044F\u0442\u044C\u0441\u044F.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445","static.tcf.features":"\u0424\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.features.description":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u0444\u0443\u043D\u043A\u0446\u0438\u0439, \u0434\u043B\u044F \u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u0432\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0441\u0432\u043E\u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u0438 \u043D\u0438\u0436\u0435.","static.tcf.legint":"\u0417\u0430\u043A\u043E\u043D\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u0420\u0430\u0441\u043A\u0440\u044B\u0442\u0438\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u0437\u0430\u043A\u043E\u043D\u043D\u044B\u0445 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430\u0445","static.tcf.privacy_policy":"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438","static.tcf.purposes":"\u0426\u0435\u043B\u0438","static.tcf.purposes.description":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u0446\u0435\u043B\u0435\u0439 \u0438 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439, \u0434\u043B\u044F \u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u0432\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0441\u0432\u043E\u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0445 \u0446\u0435\u043B\u0435\u0439 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0438\u043B\u0438 \u0437\u0430\u043A\u043E\u043D\u043D\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u0438 \u043D\u0438\u0436\u0435.","static.tcf.retention":"\u0425\u0440\u0430\u043D\u0435\u043D\u0438\u0435","static.tcf.retention_period_days":"\u0434\u043D.","static.tcf.special_features":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438","static.tcf.special_purposes":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0446\u0435\u043B\u0438","static.tcf.vendors":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438 \u0443\u0441\u043B\u0443\u0433","static.tcf.vendors.description":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u0432 \u0443\u0441\u043B\u0443\u0433, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442 \u0432\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0438 \u0446\u0435\u043B\u0438 \u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0441\u0432\u043E\u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u0438\u043C\u0438 \u043F\u0440\u0430\u0432\u043E\u0432\u044B\u0445 \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438\u0439.","static.tcf.vendors.iab":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438 IAB TCF","static.tcf.vendors.other":"\u0414\u0440\u0443\u0433\u0438\u0435 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438","static.tcf.vendors_count":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438","static.tcf.vendors_using_consent":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0449\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435","static.tcf.vendors_using_legint":"\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0449\u0438\u0435 \u0437\u0430\u043A\u043E\u043D\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0435\u0441"},Ef={"static.tcf.consent":"S\xFAhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dod\xE1vate\u013E pou\u017E\xEDva na ukladanie a pr\xEDstup k inform\xE1ci\xE1m vo va\u0161om zariaden\xED aj in\xE9 met\xF3dy, napr\xEDklad \u201Elok\xE1lny ukladac\xED priestor\u201C.","static.tcf.cookie_disclosure.intro":"uklad\xE1 s\xFAbory cookie s maxim\xE1lnou d\u013A\u017Ekou trvania pribli\u017Ene to\u013Eko dn\xED:","static.tcf.cookie_disclosure.non_cookie":"pou\u017E\xEDva na ukladanie a pr\xEDstup k inform\xE1ci\xE1m vo va\u0161om zariaden\xED met\xF3dy, ako je \u201Elok\xE1lny ukladac\xED priestor\u201C.","static.tcf.cookie_disclosure.refresh":"Tieto s\xFAbory cookie sa m\xF4\u017Eu obnovova\u0165.","static.tcf.data_categories":"Kateg\xF3rie \xFAdajov","static.tcf.features":"Funkcie","static.tcf.features.description":"Ni\u017E\u0161ie n\xE1jdete zoznam funkci\xED, na ktor\xE9 sa va\u0161e \xFAdaje sprac\xFAvaj\xFA. Svoje pr\xE1va pre \u0161peci\xE1lne funkcie m\xF4\u017Eete uplatni\u0165 pomocou ni\u017E\u0161ie uveden\xFDch prep\xEDna\u010Dov.","static.tcf.legint":"Opr\xE1vnen\xFD z\xE1ujem","static.tcf.legint_disclosure":"Zverejnenie opr\xE1vnen\xE9ho z\xE1ujmu","static.tcf.privacy_policy":"Politika ochrany osobn\xFDch \xFAdajov","static.tcf.purposes":"\xDA\u010Dely","static.tcf.purposes.description":"Ni\u017E\u0161ie n\xE1jdete zoznam \xFA\u010Delov a \u0161peci\xE1lnych funkci\xED, na ktor\xE9 sa va\u0161e \xFAdaje sprac\xFAvaj\xFA. Svoje pr\xE1va pre konkr\xE9tne \xFA\u010Dely m\xF4\u017Eete uplatni\u0165 na z\xE1klade s\xFAhlasu alebo opr\xE1vnen\xE9ho z\xE1ujmu pomocou ni\u017E\u0161ie uveden\xFDch prep\xEDna\u010Dov.","static.tcf.retention":"Uchov\xE1vanie","static.tcf.retention_period_days":"de\u0148/i/\xED","static.tcf.special_features":"\u0160peci\xE1lne funkcie","static.tcf.special_purposes":"\u0160peci\xE1lne \xFA\u010Dely","static.tcf.vendors":"Dod\xE1vatelia","static.tcf.vendors.description":"Ni\u017E\u0161ie n\xE1jdete zoznam dod\xE1vate\u013Eov, ktor\xED sprac\xFAvaj\xFA va\u0161e \xFAdaje, a \xFA\u010Dely alebo funkcie sprac\xFAvania, ktor\xE9 deklaruj\xFA. Svoje pr\xE1va m\xF4\u017Eete uplatni\u0165 u ka\u017Ed\xE9ho dod\xE1vate\u013Ea na z\xE1klade pr\xE1vneho z\xE1kladu, ktor\xFD uplat\u0148uje.","static.tcf.vendors.iab":"Dod\xE1vatelia IAB TCF","static.tcf.vendors.other":"Ostatn\xED dod\xE1vatelia","static.tcf.vendors_count":"dod\xE1vate\u013E/lia/ov","static.tcf.vendors_using_consent":"Dod\xE1vatelia vyu\u017E\xEDvaj\xFAci s\xFAhlas","static.tcf.vendors_using_legint":"Dod\xE1vatelia vyu\u017E\xEDvaj\xFAci opr\xE1vnen\xFD z\xE1ujem"},xf={"static.tcf.consent":"Privolitev","static.tcf.cookie_disclosure.also_non_cookie":"Ta partner za shranjevanje in dostop do informacij v va\u0161i napravi uporablja tudi druge metode, kot je \xBBlokalna shramba\xAB.","static.tcf.cookie_disclosure.intro":"shranjuje pi\u0161kotke z najdalj\u0161im trajanjem pribli\u017Eno toliko dni:","static.tcf.cookie_disclosure.non_cookie":"za shranjevanje in dostop do informacij v va\u0161i napravi uporablja metode, kot je \xBBlokalna shramba\xAB.","static.tcf.cookie_disclosure.refresh":"Ti pi\u0161kotki se lahko osve\u017Eijo.","static.tcf.data_categories":"Kategorije podatkov","static.tcf.features":"Funkcije","static.tcf.features.description":"V nadaljevanju je prikazan seznam funkcij, za katere se obdelujejo va\u0161i podatki. Svoje pravice za posebne funkcije lahko uveljavljate s spodnjimi stikali.","static.tcf.legint":"Zakoniti interes","static.tcf.legint_disclosure":"Razkritje zakonitega interesa","static.tcf.privacy_policy":"Pravilnik o zasebnosti","static.tcf.purposes":"Nameni","static.tcf.purposes.description":"V nadaljevanju je prikazan seznam namenov in posebnih funkcij, za katere se obdelujejo va\u0161i podatki. Svoje pravice za posebne namene, ki temeljijo na privolitvi ali zakonitem interesu, lahko uveljavljate s spodnjimi stikali.","static.tcf.retention":"Hramba","static.tcf.retention_period_days":"dni","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebni nameni","static.tcf.vendors":"Partnerji","static.tcf.vendors.description":"V nadaljevanju je prikazan seznam partnerjev, ki obdelujejo va\u0161e podatke, in nameni ali funkcije obdelave, ki jih prijavljajo. Za vsakega partnerja lahko uveljavljate svoje pravice na podlagi pravne podlage, ki jo uveljavlja.","static.tcf.vendors.iab":"Partnerji IAB TCF","static.tcf.vendors.other":"Drugi partnerji","static.tcf.vendors_count":"partner(jev)","static.tcf.vendors_using_consent":"Partnerji, ki uporabljajo privolitev","static.tcf.vendors_using_legint":"Partnerji, ki uporabljajo zakoniti interes"},jf={"static.tcf.consent":"\u0421\u0430\u0433\u043B\u0430\u0441\u043D\u043E\u0441\u0442","static.tcf.cookie_disclosure.also_non_cookie":"\u041E\u0432\u0438 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438 \u0442\u0430\u043A\u043E\u0452\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u0434\u0440\u0443\u0433\u0435 \u043C\u0435\u0442\u043E\u0434\u0435 \u043A\u0430\u043E \u0448\u0442\u043E \u0441\u0443 \u201E\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435\u201C \u0437\u0430 \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435 \u0438 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0430\u043C\u0430 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0440\u0435\u0452\u0430\u0458\u0443.","static.tcf.cookie_disclosure.intro":"\u0447\u0443\u0432\u0430 \u043A\u043E\u043B\u0430\u0447\u0438\u045B\u0435 \u0441\u0430 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0438\u043C \u0442\u0440\u0430\u0458\u0430\u045A\u0435\u043C \u043E\u0434 \u043E\u0442\u043F\u0440\u0438\u043B\u0438\u043A\u0435 \u043E\u0432\u043E\u043B\u0438\u043A\u043E \u0434\u0430\u043D\u0430:","static.tcf.cookie_disclosure.non_cookie":"\u043A\u043E\u0440\u0438\u0441\u0442\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u043A\u0430\u043E \u0448\u0442\u043E \u0441\u0443 \u201E\u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435\u201C \u0437\u0430 \u0441\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435\u045A\u0435 \u0438 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0430\u043C\u0430 \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0440\u0435\u0452\u0430\u0458\u0443.","static.tcf.cookie_disclosure.refresh":"\u041E\u0432\u0438 \u043A\u043E\u043B\u0430\u0447\u0438\u045B\u0438 \u0441\u0435 \u043C\u043E\u0433\u0443 \u043E\u0441\u0432\u0435\u0436\u0438\u0442\u0438.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430","static.tcf.features":"\u041A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435","static.tcf.features.description":"\u0423 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443 \u045B\u0435\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u045B\u0438 \u043B\u0438\u0441\u0442\u0443 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0430 \u0437\u0430 \u043A\u043E\u0458\u0435 \u0441\u0435 \u0432\u0430\u0448\u0438 \u043F\u043E\u0434\u0430\u0446\u0438 \u043E\u0431\u0440\u0430\u0452\u0443\u0458\u0443. \u041C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0432\u0430\u0440\u0438\u0442\u0438 \u0441\u0432\u043E\u0458\u0430 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430 \u043F\u043E\u0441\u0435\u0431\u043D\u0435 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u045B\u0438 \u0434\u0443\u0433\u043C\u0438\u045B\u0435 \u0443 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443.","static.tcf.legint":"\u041B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u0438 \u0438\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u041E\u0431\u0458\u0430\u0432\u0459\u0438\u0432\u0430\u045A\u0435 \u043B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u043E\u0433 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430","static.tcf.privacy_policy":"\u041F\u0440\u0430\u0432\u0438\u043B\u0430 \u043E \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438","static.tcf.purposes":"\u041D\u0430\u043C\u0435\u043D\u0435","static.tcf.purposes.description":"\u0423 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443 \u045B\u0435\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u045B\u0438 \u043B\u0438\u0441\u0442\u0443 \u043D\u0430\u043C\u0435\u043D\u0430 \u0438 \u043F\u043E\u0441\u0435\u0431\u043D\u0438\u0445 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0430 \u0437\u0430 \u043A\u043E\u0458\u0435 \u0441\u0435 \u0432\u0430\u0448\u0438 \u043F\u043E\u0434\u0430\u0446\u0438 \u043E\u0431\u0440\u0430\u0452\u0443\u0458\u0443. \u0421\u0432\u043E\u0458\u0430 \u043F\u0440\u0430\u0432\u0430 \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0432\u0430\u0440\u0438\u0442\u0438 \u0443 \u043E\u0434\u0440\u0435\u0452\u0435\u043D\u0435 \u0441\u0432\u0440\u0445\u0435, \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0443 \u0441\u0430\u0433\u043B\u0430\u0441\u043D\u043E\u0441\u0442\u0438 \u0438\u043B\u0438 \u043B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u043E\u0433 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0430, \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u045B\u0438 \u0434\u0443\u0433\u043C\u0438\u045B\u0435 \u0443 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443.","static.tcf.retention":"\u0417\u0430\u0434\u0440\u0436\u0430\u0432\u0430\u045A\u0435","static.tcf.retention_period_days":"\u0434\u0430\u043D(\u0430)","static.tcf.special_features":"\u041F\u043E\u0441\u0435\u0431\u043D\u0435 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435","static.tcf.special_purposes":"\u041F\u043E\u0441\u0435\u0431\u043D\u0435 \u043D\u0430\u043C\u0435\u043D\u0435","static.tcf.vendors":"\u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438","static.tcf.vendors.description":"\u0423 \u043D\u0430\u0441\u0442\u0430\u0432\u043A\u0443 \u045B\u0435\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u045B\u0438 \u043B\u0438\u0441\u0442\u0443 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0430 \u043A\u043E\u0458\u0438 \u043E\u0431\u0440\u0430\u0452\u0443\u0458\u0443 \u0432\u0430\u0448\u0435 \u043F\u043E\u0434\u0430\u0442\u043A\u0435 \u0438 \u0441\u0432\u0440\u0445\u0435 \u0438\u043B\u0438 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0435 \u043E\u0431\u0440\u0430\u0434\u0435 \u043A\u043E\u0458\u0435 \u0441\u0443 \u0434\u0435\u043A\u043B\u0430\u0440\u0438\u0440\u0430\u043B\u0438. \u041C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0432\u0430\u0440\u0438\u0442\u0438 \u0441\u0432\u043E\u0458\u0430 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430 \u0441\u0432\u0430\u043A\u043E\u0433 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0430 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0443 \u043F\u0440\u0430\u0432\u043D\u0435 \u043E\u0441\u043D\u043E\u0432\u0435 \u043A\u043E\u0458\u0443 \u043E\u043D\u0438 \u0442\u0432\u0440\u0434\u0435.","static.tcf.vendors.iab":"IAB TCF \u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438","static.tcf.vendors.other":"\u0414\u0440\u0443\u0433\u0438 \u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438","static.tcf.vendors_count":"\u0434\u043E\u0431\u0430\u0432\u0459\u0430\u0447(\u0430)","static.tcf.vendors_using_consent":"\u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438 \u043A\u043E\u0458\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u0441\u0430\u0433\u043B\u0430\u0441\u043D\u043E\u0441\u0442","static.tcf.vendors_using_legint":"\u0414\u043E\u0431\u0430\u0432\u0459\u0430\u0447\u0438 \u043A\u043E\u0458\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u043B\u0435\u0433\u0438\u0442\u0438\u043C\u043D\u0438 \u0438\u043D\u0442\u0435\u0440\u0435\u0441"},If={"static.tcf.consent":"Saglasnost","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\u010D koristi i druge metode, kao \u0161to je \u201Elokalno skladi\u0161te\u201C za skladi\u0161tenje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.intro":"\u010Duva kola\u010Dic\u0301e sa maksimalnim trajanjem od oko ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \u0161to je \u201Elokalno skladi\u0161te\u201C za skladi\u0161tenje i pristup informacijama na va\u0161em ure\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\u010Di\u0107i mogu da se osve\u017Eavaju.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Namene","static.tcf.features.description":"U nastavku sledi spisak namena u koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti u odre\u0111ene svrhe koriste\u0107i prekida\u010De u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Otkrivanje legitimnog interesa","static.tcf.privacy_policy":"Pravila privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku sledi spisak svrha i posebnih namena u koje se va\u0161i podaci obra\u0111uju. Svoja prava mo\u017Eete ostvariti u odre\u0111ene svrhe, na osnovu saglasnosti ili legitimnog interesa, koristec\u0301i prekida\u010De ispod.","static.tcf.retention":"Zadr\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne namene","static.tcf.special_purposes":"Posebne namene","static.tcf.vendors":"Dobavlja\u010Di","static.tcf.vendors.description":"U nastavku sledi spisak dobavlja\u010Da koji obra\u0111uju va\u0161e podatke i svrhe ili namene obrade koje oni deklari\u0161u. Svoja prava mo\u017Eete ostvariti za svakog dobavlja\u010Da na osnovu pravne osnove koju oni navode.","static.tcf.vendors.iab":"IAB TCF dobavlja\u010Di","static.tcf.vendors.other":"Drugi dobavlja\u010Di","static.tcf.vendors_count":"dobavlja\u010D(a)","static.tcf.vendors_using_consent":"Dobavlja\u010Di koji koriste saglasnost","static.tcf.vendors_using_legint":"Dobavlja\u010Di koji koriste legitiman interes"},Pf={"static.tcf.consent":"Samtycke","static.tcf.cookie_disclosure.also_non_cookie":"Denna leverant\xF6r anv\xE4nder ocks\xE5 andra metoder som \u201Dlokal lagring\u201D f\xF6r att lagra och f\xE5 tillg\xE5ng till information p\xE5 din enhet.","static.tcf.cookie_disclosure.intro":"lagrar kakor max ungef\xE4r s\xE5 h\xE4r m\xE5nga dagar:","static.tcf.cookie_disclosure.non_cookie":"anv\xE4nder ocks\xE5 metoder som \u201Dlokal lagring\u201D f\xF6r att lagra och f\xE5 tillg\xE5ng till information p\xE5 din enhet.","static.tcf.cookie_disclosure.refresh":"Dessa kakor kan komma att f\xF6rnyas.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"H\xE4r nedan hittar du en lista av de funktioner f\xF6r vilka dina uppgifter behandlas. Du kan ut\xF6va dina r\xE4ttigheter f\xF6r s\xE4rskilda funktioner genom menyvalen h\xE4r nedan.","static.tcf.legint":"Ber\xE4ttigat intresse","static.tcf.legint_disclosure":"Beskrivning av ber\xE4ttigat intresse","static.tcf.privacy_policy":"Integritetspolicy","static.tcf.purposes":"\xC4ndam\xE5l","static.tcf.purposes.description":"H\xE4r nedan hittar du en lista av de \xE4ndam\xE5l och s\xE4rskilda funktioner f\xF6r vilka dina uppgifter behandlas. Du kan ut\xF6va dina r\xE4ttigheter f\xF6r s\xE4rskilda \xE4ndam\xE5l, baserat p\xE5 samtycke och ber\xE4ttigat intresse, genom menyvalen h\xE4r nedan.","static.tcf.retention":"Lagring","static.tcf.retention_period_days":"Dag(ar)","static.tcf.special_features":"S\xE4rskilda funktioner","static.tcf.special_purposes":"S\xE4rskilda \xE4ndam\xE5l","static.tcf.vendors":"Leverant\xF6rer","static.tcf.vendors.description":"H\xE4r nedan hittar du en lista av leverant\xF6rer som behandlar dina uppgifter och \xE4ndam\xE5len eller funktionerna f\xF6r behandlingen de uppgivit. Du kan ut\xF6va dina r\xE4ttigheter f\xF6r varje leverant\xF6r baserat p\xE5 den r\xE4ttsliga grund de h\xE4vdar.","static.tcf.vendors.iab":"IAB TCF Leverant\xF6rer","static.tcf.vendors.other":"Andra leverant\xF6rer","static.tcf.vendors_count":"Leverant\xF6r(er)","static.tcf.vendors_using_consent":"Leverant\xF6rer som anv\xE4nder samtycke","static.tcf.vendors_using_legint":"Leverant\xF6rer som anv\xE4nder ber\xE4ttigat intresse"},Of={"static.tcf.consent":"\u0130zin","static.tcf.cookie_disclosure.also_non_cookie":'Bu sat\u0131c\u0131 ayr\u0131ca cihaz\u0131n\u0131zdaki bilgileri depolamak ve bilgilere eri\u015Fmek i\xE7in "yerel depolama" gibi ba\u015Fka y\xF6ntemler de kullan\u0131r.',"static.tcf.cookie_disclosure.intro":"\xE7erezleri en fazla yakla\u015F\u0131k \u015Fu kadar g\xFCn saklar:","static.tcf.cookie_disclosure.non_cookie":'cihaz\u0131n\u0131zdaki bilgileri depolamak ve bilgilere eri\u015Fmek i\xE7in "yerel depolama" gibi y\xF6ntemler kullan\u0131r.',"static.tcf.cookie_disclosure.refresh":"Bu \xE7erezler yenilenebilir.","static.tcf.data_categories":"Veri kategorileri","static.tcf.features":"\xD6zellikler","static.tcf.features.description":"Verilerinizin i\u015Flendi\u011Fi \xF6zelliklerin bir listesini a\u015Fa\u011F\u0131da bulabilirsiniz. A\u015Fa\u011F\u0131daki ge\xE7i\u015F d\xFC\u011Fmelerini kullanarak \xF6zel niteliklere ili\u015Fkin haklar\u0131n\u0131z\u0131 kullanabilirsiniz.","static.tcf.legint":"Me\u015Fru Menfaat","static.tcf.legint_disclosure":"Me\u015Fru menfaat a\xE7\u0131klamas\u0131","static.tcf.privacy_policy":"Gizlilik Politikas\u0131","static.tcf.purposes":"Ama\xE7lar","static.tcf.purposes.description":"Verilerinizin i\u015Flenme ama\xE7lar\u0131 ve i\u015Flendi\u011Fi \xF6zel niteliklerin bir listesini a\u015Fa\u011F\u0131da bulabilirsiniz. A\u015Fa\u011F\u0131daki d\xFC\u011Fmeleri kullanarak haklar\u0131n\u0131z\u0131 belirli ama\xE7lar do\u011Frultusunda, izne veya me\u015Fru menfaate dayal\u0131 olarak kullanabilirsiniz.","static.tcf.retention":"Tutma","static.tcf.retention_period_days":"g\xFCn","static.tcf.special_features":"\xD6zel nitelikler","static.tcf.special_purposes":"\xD6zel ama\xE7lar","static.tcf.vendors":"Sat\u0131c\u0131lar","static.tcf.vendors.description":"A\u015Fa\u011F\u0131da, verilerinizi i\u015Fleyen sat\u0131c\u0131lar\u0131n bir listesini ve beyan ettikleri i\u015Fleme ama\xE7lar\u0131n\u0131 veya \xF6zelliklerini bulabilirsiniz. Haklar\u0131n\u0131z\u0131 her sat\u0131c\u0131 i\xE7in onlar\u0131n ileri s\xFCrd\xFC\u011F\xFC yasal dayanaklara g\xF6re kullanabilirsiniz.","static.tcf.vendors.iab":"IAB TCF Sat\u0131c\u0131lar\u0131","static.tcf.vendors.other":"Di\u011Fer sat\u0131c\u0131lar","static.tcf.vendors_count":"sat\u0131c\u0131","static.tcf.vendors_using_consent":"Onay kullanan sat\u0131c\u0131lar","static.tcf.vendors_using_legint":"Me\u015Fru menfaat kullanan sat\u0131c\u0131lar"},Sf={"static.tcf.consent":"\u0417\u0433\u043E\u0434\u0430","static.tcf.cookie_disclosure.also_non_cookie":"\u0426\u0435\u0439 \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A \u0442\u0430\u043A\u043E\u0436 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0456\u043D\u0448\u0456 \u043C\u0435\u0442\u043E\u0434\u0438, \u044F\u043A-\u043E\u0442 \xAB\u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0435 \u0441\u0445\u043E\u0432\u0438\u0449\u0435\xBB \u0434\u043B\u044F \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u043D\u043D\u044F \u0442\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u0443 \u0434\u043E \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u043D\u0430 \u0432\u0430\u0448\u043E\u043C\u0443 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u0457.","static.tcf.cookie_disclosure.intro":"\u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454 \u0444\u0430\u0439\u043B\u0438 cookie \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u044E \u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044E \u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0441\u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043D\u0456\u0432:","static.tcf.cookie_disclosure.non_cookie":"\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0442\u0430\u043A\u0456 \u043C\u0435\u0442\u043E\u0434\u0438, \u044F\u043A \xAB\u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0435 \u0441\u0445\u043E\u0432\u0438\u0449\u0435\xBB \u0434\u043B\u044F \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u043D\u043D\u044F \u0442\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u0443 \u0434\u043E \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u043D\u0430 \u0432\u0430\u0448\u043E\u043C\u0443 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u0457.","static.tcf.cookie_disclosure.refresh":"\u0426\u0456 \u0444\u0430\u0439\u043B\u0438 cookie \u043C\u043E\u0436\u0443\u0442\u044C \u0431\u0443\u0442\u0438 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u0456.","static.tcf.data_categories":"\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0456\u0457 \u0434\u0430\u043D\u0438\u0445","static.tcf.features":"\u0424\u0443\u043D\u043A\u0446\u0456\u0457","static.tcf.features.description":"\u041D\u0438\u0436\u0447\u0435 \u0432\u043A\u0430\u0437\u0430\u043D\u0438\u0439 \u043F\u0435\u0440\u0435\u043B\u0456\u043A \u0444\u0443\u043D\u043A\u0446\u0456\u0439, \u0434\u043B\u044F \u044F\u043A\u0438\u0445 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C\u0441\u044F \u0432\u0430\u0448\u0456 \u0434\u0430\u043D\u0456. \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044F \u0441\u0432\u043E\u0457\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u043D\u0430 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0444\u0443\u043D\u043A\u0446\u0456\u0457 \u0437\u0430 \u0434\u043E\u043F\u043E\u043C\u043E\u0433\u043E\u044E \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0447\u0456\u0432 \u043D\u0438\u0436\u0447\u0435.","static.tcf.legint":"\u0417\u0430\u043A\u043E\u043D\u043D\u0438\u0439 \u0456\u043D\u0442\u0435\u0440\u0435\u0441","static.tcf.legint_disclosure":"\u0420\u043E\u0437\u043A\u0440\u0438\u0442\u0442\u044F \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u043F\u0440\u043E \u0437\u0430\u043A\u043E\u043D\u043D\u0456 \u0456\u043D\u0442\u0435\u0440\u0435\u0441\u0438","static.tcf.privacy_policy":"\u041F\u043E\u043B\u0456\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456","static.tcf.purposes":"\u0426\u0456\u043B\u0456","static.tcf.purposes.description":"\u041D\u0438\u0436\u0447\u0435 \u0432\u043A\u0430\u0437\u0430\u043D\u0438\u0439 \u043F\u0435\u0440\u0435\u043B\u0456\u043A \u0446\u0456\u043B\u0435\u0439 \u0456 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0456\u0439, \u0434\u043B\u044F \u044F\u043A\u0438\u0445 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C\u0441\u044F \u0432\u0430\u0448\u0456 \u0434\u0430\u043D\u0456. \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044F \u0441\u0432\u043E\u0457\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0434\u043B\u044F \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u0438\u0445 \u0446\u0456\u043B\u0435\u0439 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u0437\u0433\u043E\u0434\u0438 \u0430\u0431\u043E \u0437\u0430\u043A\u043E\u043D\u043D\u043E\u0433\u043E \u0456\u043D\u0442\u0435\u0440\u0435\u0441\u0443, \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0447\u0438 \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0447\u0456 \u043D\u0438\u0436\u0447\u0435.","static.tcf.retention":"\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u043D\u043D\u044F","static.tcf.retention_period_days":"\u0434\u0435\u043D\u044C(\u0434\u043D\u0456\u0432)","static.tcf.special_features":"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0444\u0443\u043D\u043A\u0446\u0456\u0457","static.tcf.special_purposes":"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0446\u0456\u043B\u0456","static.tcf.vendors":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438","static.tcf.vendors.description":"\u041D\u0438\u0436\u0447\u0435 \u0432\u043A\u0430\u0437\u0430\u043D\u0438\u0439 \u043F\u0435\u0440\u0435\u043B\u0456\u043A \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0456\u0432, \u044F\u043A\u0456 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C \u0432\u0430\u0448\u0456 \u0434\u0430\u043D\u0456, \u0430 \u0442\u0430\u043A\u043E\u0436 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0456 \u0446\u0456\u043B\u0456 \u0430\u0431\u043E \u043E\u0441\u043E\u0431\u043B\u0438\u0432\u043E\u0441\u0442\u0456 \u043E\u0431\u0440\u043E\u0431\u043A\u0438. \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044F \u0441\u0432\u043E\u0457\u043C\u0438 \u043F\u0440\u0430\u0432\u0430\u043C\u0438 \u0449\u043E\u0434\u043E \u043A\u043E\u0436\u043D\u043E\u0433\u043E \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0430 \u043D\u0430 \u043F\u0456\u0434\u0441\u0442\u0430\u0432\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u043E\u0432\u0438\u0445 \u043F\u0456\u0434\u0441\u0442\u0430\u0432.","static.tcf.vendors.iab":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438 IAB TCF","static.tcf.vendors.other":"\u0406\u043D\u0448\u0456 \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438","static.tcf.vendors_count":"\u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A(-\u0456\u0432)","static.tcf.vendors_using_consent":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438, \u044F\u043A\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C \u043F\u0440\u043E\u0446\u0435\u0441 \u0437\u0433\u043E\u0434\u0438","static.tcf.vendors_using_legint":"\u041F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0438, \u044F\u043A\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C \u043F\u0440\u0430\u0432\u043E \u0437\u0430\u043A\u043E\u043D\u043D\u043E\u0433\u043E \u0456\u043D\u0442\u0435\u0440\u0435\u0441\u0443"},Af={"static.tcf.consent":"\u540C\u610F\u51FD","static.tcf.cookie_disclosure.also_non_cookie":"\u8BE5\u4F9B\u5E94\u5546\u8FD8\u4F7F\u7528\u201C\u672C\u5730\u5B58\u50A8\u201D\u7B49\u5176\u4ED6\u65B9\u6CD5\u6765\u5B58\u50A8\u548C\u8BBF\u95EE\u60A8\u8BBE\u5907\u4E0A\u7684\u4FE1\u606F\u3002","static.tcf.cookie_disclosure.intro":"\u5B58\u50A8 cookie \u7684\u6700\u5927\u9884\u4F30\u6301\u7EED\u65F6\u95F4\uFF08\u5929\u6570\uFF09\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\u4F7F\u7528\u201C\u672C\u5730\u5B58\u50A8\u201D\u7B49\u5176\u4ED6\u65B9\u6CD5\u6765\u5B58\u50A8\u548C\u8BBF\u95EE\u60A8\u8BBE\u5907\u4E0A\u7684\u4FE1\u606F\u3002","static.tcf.cookie_disclosure.refresh":"\u8FD9\u4E9B cookie \u53EF\u80FD\u4F1A\u88AB\u5237\u65B0\u3002","static.tcf.data_categories":"\u6570\u636E\u7C7B\u522B","static.tcf.features":"\u529F\u80FD","static.tcf.features.description":"\u5728\u4E0B\u9762\uFF0C\u60A8\u53EF\u4EE5\u770B\u5230\u5904\u7406\u60A8\u6570\u636E\u7684\u529F\u80FD\u5217\u8868\u3002\u60A8\u53EF\u4EE5\u4F7F\u7528\u4E0B\u9762\u7684\u5207\u6362\u5F00\u5173\u5728\u7279\u6B8A\u529F\u80FD\u65B9\u9762\u884C\u4F7F\u6743\u5229\u3002","static.tcf.legint":"\u5408\u6CD5\u6743\u76CA","static.tcf.legint_disclosure":"\u5408\u6CD5\u6743\u76CA\u62AB\u9732","static.tcf.privacy_policy":"\u9690\u79C1\u653F\u7B56","static.tcf.purposes":"\u76EE\u7684","static.tcf.purposes.description":"\u4E0B\u9762\uFF0C\u60A8\u53EF\u4EE5\u770B\u5230\u60A8\u6570\u636E\u7684\u5904\u7406\u76EE\u7684\u548C\u7279\u6B8A\u529F\u80FD\u5217\u8868\u3002\u51FA\u4E8E\u7279\u5B9A\u76EE\u7684\uFF0C\u60A8\u53EF\u4EE5\u6839\u636E\u540C\u610F\u51FD\u6216\u5408\u6CD5\u5229\u76CA\uFF0C\u4F7F\u7528\u4E0B\u9762\u7684\u5207\u6362\u5F00\u5173\u884C\u4F7F\u60A8\u7684\u6743\u5229\u3002","static.tcf.retention":"\u4FDD\u7559\u671F","static.tcf.retention_period_days":"\u5929","static.tcf.special_features":"\u7279\u6B8A\u529F\u80FD","static.tcf.special_purposes":"\u7279\u6B8A\u76EE\u7684","static.tcf.vendors":"\u4F9B\u5E94\u5546","static.tcf.vendors.description":"\u5728\u4E0B\u9762\uFF0C\u60A8\u53EF\u4EE5\u770B\u5230\u5904\u7406\u60A8\u6570\u636E\u7684\u4F9B\u5E94\u5546\u5217\u8868\uFF0C\u53CA\u5176\u58F0\u660E\u7684\u5904\u7406\u76EE\u7684\u6216\u529F\u80FD\u3002\u60A8\u53EF\u4EE5\u6839\u636E\u6BCF\u4E2A\u4F9B\u5E94\u5546\u4E3B\u5F20\u7684\u6CD5\u5F8B\u4F9D\u636E\u5BF9\u5176\u884C\u4F7F\u6743\u5229\u3002","static.tcf.vendors.iab":"IAB TCF \u4F9B\u5E94\u5546","static.tcf.vendors.other":"\u5176\u4ED6\u4F9B\u5E94\u5546","static.tcf.vendors_count":"\u4E2A\u4F9B\u5E94\u5546","static.tcf.vendors_using_consent":"\u4F9B\u5E94\u5546\u4F7F\u7528\u540C\u610F\u51FD","static.tcf.vendors_using_legint":"\u4F9B\u5E94\u5546\u4F7F\u7528\u5408\u6CD5\u6743\u76CA"};const as={ar:Hp,bg:qp,bs:Kp,ca:Yp,cs:Wp,da:Jp,de:Zp,el:Qp,en:Xp,es:ef,"es-MX":tf,et:sf,eu:of,fi:nf,fr:rf,"fr-CA":af,gl:cf,"hi-IN":lf,hr:df,hu:uf,it:pf,ja:ff,lt:vf,lv:gf,mt:_f,nl:mf,no:hf,pl:bf,"pt-BR":yf,"pt-PT":kf,ro:Cf,ru:wf,sk:Ef,sl:xf,"sr-Cyrl":jf,"sr-Latn":If,sv:Pf,tr:Of,uk:Sf,zh:Af};function Tf(t){return Object.keys(as).forEach(e=>{t.load(e,as[e])}),Object.keys(as)}var zf=Object.defineProperty,Vr=Object.getOwnPropertySymbols,Lf=Object.prototype.hasOwnProperty,Nf=Object.prototype.propertyIsEnumerable,Mr=(t,e,i)=>e in t?zf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,$f=(t,e)=>{for(var i in e||(e={}))Lf.call(e,i)&&Mr(t,i,e[i]);if(Vr)for(var i of Vr(e))Nf.call(e,i)&&Mr(t,i,e[i]);return t};const Ff=(t,e)=>{const{i18n:i}=t;Tf(i),Ui(u(hn,{i18nInstance:i},u(ed,null,u($l,null,u(Gp,$f({experienceMinimal:t.experience},t))))),e)},Ur="__tcfapiLocator",Br=t=>{if(!window.frames[t])if(window.document.body){const e=window.document.createElement("iframe");e.style.cssText="display:none",e.name=t,window.document.body.appendChild(e)}else setTimeout(()=>Br(t),5)},Df=t=>{let e=window,i;for(;e;){try{if(e.frames[t]){i=e;break}}catch{}if(e===window.top)break;e=e.parent}return i},Rf=t=>typeof t=="object"&&t!=null&&"__tcfapiCall"in t,Vf=({gdprAppliesDefault:t=!1})=>{var e;const i=[],s=window;let o=t;function n(...r){return r.length?(r[0]==="setGdprApplies"?r.length>3&&parseInt(r[1],10)===2&&typeof r[3]=="boolean"&&(o=r[3],typeof r[2]=="function"&&r[2]("set",!0)):r[0]==="ping"?typeof r[2]=="function"&&r[2]({gdprApplies:o,cmpLoaded:!1,cmpStatus:"stub"}):i.push(r),null):i}function a(r){const c=typeof r.data=="string";let l={};if(c)try{l=JSON.parse(r.data)}catch{l={}}else l=r.data;if(!Rf(l))return null;const p=l.__tcfapiCall;return p&&window.__tcfapi&&window.__tcfapi(p.command,p.version,(d,g)=>{const f={__tcfapiReturn:{returnValue:d,success:g,callId:p.callId}};r&&r.source&&r.source.postMessage&&r.source.postMessage(c?JSON.stringify(f):f,"*")},p.parameter),null}if(!Df(Ur)){Br(Ur);const r=n;if(typeof r!="function")throw new Error("TCF API failed to initialize");s.__tcfapi=r,s.addEventListener("message",a,!1),s.Fides.options.debug&&((e=s?.__tcfapi)==null||e.call(s,"addEventListener",2,c=>{}))}};var Mf=Object.defineProperty,Uf=Object.defineProperties,Bf=Object.getOwnPropertyDescriptors,Gr=Object.getOwnPropertySymbols,Gf=Object.prototype.hasOwnProperty,Hf=Object.prototype.propertyIsEnumerable,Hr=(t,e,i)=>e in t?Mf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ae=(t,e)=>{for(var i in e||(e={}))Gf.call(e,i)&&Hr(t,i,e[i]);if(Gr)for(var i of Gr(e))Hf.call(e,i)&&Hr(t,i,e[i]);return t},cs=(t,e)=>Uf(t,Bf(e)),qf=(t,e,i)=>new Promise((s,o)=>{var n=c=>{try{r(i.next(c))}catch(l){o(l)}},a=c=>{try{r(i.throw(c))}catch(l){o(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(n,a);r((i=i.apply(t,e)).next())});const ls=t=>{typeof window<"u"&&(window.Fides=t)},Kf=({cookie:t,experience:e})=>t.fides_string?os(e,t):e;function Yf(t){return qf(this,null,function*(){var e,i,s,o,n,a,r;let c=(e=t??this.config)!=null?e:Es("Fides must be initialized with a configuration object");co(!!((i=c.options)!=null&&i.debug)),this.config=c,ls(this),te("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((o=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:o.enabled),tcfEnabled:this.config.options.tcfEnabled});const l=Gt(Le.OPTIONS,c);Vf({gdprAppliesDefault:l?.fidesTcfGdprApplies});const p=Gt(Le.EXPERIENCE_TRANSLATION,c),d=yield sr(c);!l.fidesString&&d!=null&&d.fides_string&&(l.fidesString=d.fides_string);const g={optionsOverrides:l,consentPrefsOverrides:d,experienceTranslationOverrides:p};c=cs(Ae({},c),{options:Ae(Ae({},c.options),g.optionsOverrides)}),this.cookie=Ae({},Do(c)),this.saved_consent=Ae({},this.cookie.consent);const{fidesString:f}=c.options;if(f)try{const{tc:m}=Rt(f);yt.decode(m);const b={fides_string:f,tcf_version_hash:(a=(n=g.consentPrefsOverrides)==null?void 0:n.version_hash)!=null?a:this.cookie.tcf_version_hash};this.cookie=Ae(Ae({},this.cookie),b)}catch{}const v=Ro(cs(Ae({},c),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Uu}));Lu(),v&&(Object.assign(this,v),ls(this),te("FidesInitialized",this.cookie,c.options.debug,{shouldShowExperience:this.shouldShowExperience(),firstInit:!0})),this.experience=(r=v?.experience)!=null?r:c.experience;const _=yield Vo(cs(Ae({},c),{fides:this,initOverlay:Gi,renderOverlay:Ff,updateExperience:Kf,overrides:g,propertyId:c.propertyId}));Object.assign(this,_),ls(this),te("FidesInitialized",this.cookie,c.options.debug,{shouldShowExperience:this.shouldShowExperience(),firstInit:!1})})}const Wf={consent:{},experience:void 0,geolocation:{},locale:ee,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:!0,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:!0,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!1,fidesConsentOverride:null,fidesDisabledNotices:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},blueconic:Ls,gtm:$s,init:Yf,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:Pi,shouldShowExperience(){return ct(this.experience,this.cookie,this.saved_consent,this.options)},meta:Fs,shopify:Rs,showModal:wt,getModalLinkLabel:()=>xt,encodeNoticeConsentString:hi,decodeNoticeConsentString:Et};typeof window<"u"&&(window.Fides=Wf),w.BannerEnabled=Cs,w.ButtonType=ve,w.CONSENT_COOKIE_MAX_AGE_DAYS=Ys,w.CONSENT_COOKIE_NAME=Ci,w.ComponentType=X,w.ConsentMechanism=oe,w.ConsentMethod=F,w.EnforcementLevel=ks,w.GpcStatus=Ee,w.Layer1ButtonOption=kt,w.OverrideType=Le,w.PrivacyNoticeFramework=ys,w.RejectAllMechanism=gi,w.RequestOrigin=ws,w.SaveConsentPreference=De,w.ServingComponent=Re,w.UserConsentPreference=fe,w.allNoticesAreDefaultOptIn=ia,w.buildCookieConsentFromConsentPreferences=xi,w.consentCookieObjHasSomeConsentSet=Ft,w.constructFidesRegionString=_i,w.createConsentPreferencesToSave=As,w.decodeNoticeConsentString=Et,w.defaultShowModal=wt,w.dispatchFidesEvent=te,w.encodeNoticeConsentString=hi,w.experienceIsValid=mi,w.getConsentContext=tt,w.getConsentStateFromExperience=io,w.getCookieByName=Dt,w.getFidesConsentCookie=Me,w.getGpcStatusFromNotice=Os,w.getOrMakeFidesCookie=Qs,w.getOverrideValidatorMapByType=Is,w.getTcfDefaultPreference=sa,w.getWindowObjFromPath=Ps,w.initOverlay=Gi,w.isNewFidesCookie=Js,w.isPrivacyExperience=$e,w.makeConsentDefaultsLegacy=eo,w.makeFidesCookie=Zs,w.noticeHasConsentInCookie=Ct,w.onFidesEvent=Pi,w.parseFidesDisabledNotices=Ss,w.removeCookiesFromBrowser=to,w.resolveConsentValue=Tt,w.resolveLegacyConsentValue=Us,w.saveFidesCookie=wi,w.shouldResurfaceBanner=ct,w.transformConsentToFidesUserPreference=ne,w.transformTcfPreferencesToCookieKeys=Xs,w.transformUserPreferenceToBoolean=Ne,w.updateCookieFromExperience=so,w.updateCookieFromNoticePreferences=ji,w.updateExperienceFromCookieConsentNotices=Ei,w.validateOptions=js});
|